@charset "utf-8";

/*reset*/
*{margin: 0;padding: 0;font-family: '微软雅黑'; -box-sizing: content-box !important;}
li{vertical-align:bottom}
img{vertical-align:baseline;}
ul,li,ol,p,h1,h2,h3,h4,h5,h6,body{list-style: none;margin: 0;padding: 0;}
a{font-size: 16px; display: block;max-width: 100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;color: #3d3d3d;text-decoration: none !important;}
a:hover{color: #d00d0d;text-decoration: none;}
.clearF{zoom:1;}
.clearF:after{display: block;clear: both;content: "";visibility: hidden;height: 0;}
.lf{float: left;}
.rt{float: right;}

.f-wd100{width: 100%;}
.f-npd{padding: 0;}
.f-nmr{margin: 0;}
.f-mlr5{margin: 0 5px;}
.f-mlr10{margin: 0 10px;}
.f-mlr15{margin: 0 15px;}
.f-mlr20{margin: 0 20px;}
.f-mlrf5{margin: 0 -5px;}
.f-mlrf10{margin: 0 -10px;}
.f-mlrf15{margin: 0 -15px;}
.f-mlrf20{margin: 0 -20px;}
.f-mlrf90{margin: 0 -90px;}
.f-plr5{padding: 0 5px;}
.f-plr10{padding: 0 10px;}
.f-plr15{padding: 0 15px;}
.f-plr20{padding: 0 20px;}
.f-plr90{padding: 0 90px;}
/*头部*/
.is-top{height: 40px;background: #f5f5f5;border-bottom: 1px solid #dddddd;}
.m-top{margin:0 auto;}
.m-top .topL{color:#666666;font-size: 14px;line-height: 40px;}
.m-top .topR a{float: left;color:#666666;font-size: 14px;line-height: 40px;cursor: pointer;}
.m-search .logo{padding: 66px 0;}
.u-search {padding: 37px 0;}
.u-search form{height: 40px;position: relative;}
.u-search .u-searchText {padding: 0 0 0 12px;outline: none; width: 304px;height: 40px;line-height: 40px;background: #fff;border:1px solid #ccc;font-size: 14px;}
.u-search .u-searchBtn {top: 0;right: 0;width: 48px;height: 46px;border: none; background: url(../images/public/serch.png) center center no-repeat;position: absolute;}
.u-search .u-deepBtn {width: 56px;height: 40px;text-align: center;background: url(../images/public/serch.png) #862321 center center no-repeat;color: #fff;font-size: 14px;}



/* 导航栏 */
.navbar{margin-bottom: 0;}
.navbar-default{background: #005fad;border: none;border-radius: 0;}
.navbar-default .navbar-nav>li>a{font-size: 18px;color: #fff;padding: 0;text-align: center;line-height: 60px;font-weight:700;}
.navbar-default .navbar-nav>li:hover>a{color:#fff;background: #f09d19;}
.navbar-nav{float: none !important;margin: 0 auto;}
.navbar-nav>li{width: 9%;}
.u-home{font-size: 18px;color: #fff;line-height: 50px;margin-left: 10px;}
/*底部*/
.is-footer{width: 100%; background: #363636;}
.is-footer a{display: inline;}
.m-footer{position: relative;}
.m-ftnav{height: 14px; line-height: 14px; padding: 30px 0; border-bottom: 1px solid #585858;position: relative;}
.m-ftnav ul li{float: left; margin-right: 18px; padding-right: 18px; }
.m-ftnav ul li a{font-size: 14px; color: #b0b0b0;}
.m-ftnav ul li.u-nobd{border: none;}
.m-copyright{padding: 22px 0 24px;}
.m-copyright p{line-height: 30px; color: #b0b0b0;font-size: 14px;}
.m-copyright p a{color: #b0b0b0;}
.m-copyright p img{vertical-align: middle;}
#_ideConac{position: absolute; right: 0; bottom: 35px;}
.m-links{position: absolute;right: 0;top:18px;}
.m-links dl{background: #484848;}
.m-links dt{cursor: pointer; font-weight: 100; font-size: 16px;color: #b0b0b0;line-height: 20px;display: block;background: url(../images/public/arrowB.png) 200px center no-repeat;padding-right: 24px;width: 230px;height: 34px;line-height: 34px;}
.m-links dd{border: 1px solid #ddd; z-index: 999; width: 230px; display: none;position: absolute;max-height: 104px;background: #e9eef7;padding: 7px 5px;overflow-y: auto;}
.m-links dd li{float: none;}
.m-links dd a{display: block;color: #b0b0b0; padding: 4px 7px;border-bottom: 1px solid #ddd;}
/*右侧悬浮*/


/*组件*/


/*媒体查询*/
@media (min-width: 1200px){
    .m-top,.navbar-nav,.m-footer,.m-flinks,.m-footer{width: 1200px;margin: 0 auto;}
	.m-footer {height: 162px;}
	.m-banner{height: 225px;}
}
@media (max-width: 1199px) and (min-width: 992px){
    .m-top,.navbar-nav,.m-footer,.m-flinks{width: 992px;margin: 0 auto;}
	.m-footer {height: 162px;}
	.m-banner{height: 225px;}
}
@media (max-width: 991px) and (min-width: 768px){
    .m-links,.m-flinks,.is-flinks{display: none;}
    .m-top,.navbar-nav,.m-footer{width: 768px;margin: 0 auto;}
    .navbar-default .navbar-nav>li>a{font-size: 16px;}
    .m-search .logo{text-align: center;}
    .u-search form.rt{float: none;width: 70%;text-align: center;margin: 0 auto;}
    .u-search .u-searchText{width: 420px;}
	.m-footer,.m-banner{height:auto;}
	.m-banner{height: 225px;}
}
@media (max-width: 767px){
	.m-footer{height:auto;}
    .is-top,.m-ftnav,#_ideConac,.m-links,.is-flinks,.m-footer .first{display: none;}
    .m-search .logo{text-align: center;}
    .m-search .logo img{transform: scale(1);max-width: 98%;max-height: 100%;width: auto;height: auto;}
    .u-search form.rt{float: none;width: 70%;text-align: center;margin: 0 auto;}
    .u-search .u-searchText{width: 90%;}
    .navbar-nav>li{width: 100%;}
    .m-copyright p{padding-left: 5px;}
    .navbar-default .navbar-nav>li>a{line-height: 50px;}
    .u-search{padding:10px 0;}
	.m-search .logo{padding:10px 0;}
	.m-banner{height:auto;}
}