@charset "utf-8";
body{font-family:'microsoft yahei',sans-serif;}
h1,h2,h3,h4,h5,h6{font-weight:400;}
.navbar .btn-navbar{margin-top: 35px;}
.bm-navbar-inner li>a{font-size:18px;font-weight:400;color:#000;}
.bm-navbar-inner li.bm-active>a{color:#ff986b!important;}
.navbar .nav > li > a, .navbar .nav > li > a{font-weight:400;}
.bm-navbar-inner .nav{margin-top:50px;}
.banner-box{background:#fb9d09;margin-top:10px;height:358px;overflow:hidden;}
.banner-box>.container{
	background:#fb9d09;
}
.body-main h2{
	margin:70px 0;
}
.body-main .p-line{
	line-height:28px;
	margin-bottom:35px;
	font-size:16px;
}
.main-banner{
animation:myfirst 5s;
-moz-animation:myfirst 5s; /* Firefox */
-webkit-animation:myfirst 5s; /* Safari and Chrome */
-o-animation:myfirst 5s; /* Opera */

}

.mod-box{background:#f3f3f3;padding-bottom:60px;}
.bm-shuju .span4{margin-bottom:20px;}
.copyright {
border-top: 1px solid #ededed;
color: #999;
height: 60px;
line-height: 60px;
}
.copyright a {
color: #999;
}
.copyright a, .copyright b {
float: left;
padding-right: 10px;
}
.text-one{position:relative;width:180px;height:50px;line-height:50px;display:inline-block;font-size:20px;}
.c-o,.c-t,.c-th,.c-fiv,.c-fo,.c-six{color:#fff;cursor:pointer;}
.c-o{background:#f99512;}
.c-t{background:#86cf00;}
.c-th{background:#ff6699;}
.c-fo{background:#eb5a45;}
.c-fiv{background:#1faeff;}
.c-six{background:#73a05d;}
.c-o>.jh{border-top: 10px solid #f99512;}
.c-th>.jh{border-top: 10px solid #ff6699;}
.c-fo>.jh{border-top: 10px solid #eb5a45;}
.c-fiv>.jh{border-top: 10px solid #1faeff;}
.c-six>.jh{border-top: 10px solid #73a05d;}
.tab-box{margin:40px 0;}
.bm-media>.pull-left{
	width:30%;
	text-align:center;
}
.bg-color{background:#f3f3f3;}
.par-tab>.par-tab-list{padding:60px 0;}
.par-tab>.par-tab-list .media-heading{margin-bottom:20px;}
.par-tab>.par-tab-list .p-text{font-size:16px;}
.jh{
	position: absolute;
	bottom:-10px;
	left:45%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #86cf00;
}
.lianxi-box{padding:70px 0;}
.lianxi-box .m-box{background:#fff;text-align:center;padding:50px 0;position:relative;}
.iconaddress{position:absolute;left:42%;top:-20%;width:61px;height:61px;background:url("../images/adds.png") no-repeat;}
.iconmail{background:url("../images/mail.png") no-repeat;}
#F_Ptab .jh{display:none;}
#F_Ptab>.on .jh{display:block;}
.bm-xg{padding:90px 0;}
.par-tab-on{margin-bottom:50px;}

.container-two .span2>a{color:#000;}
.container-two .span2>a:hover{text-decoration: none;color:#ff986b;}
.mtb70{margin:70px 0;}
.pab90{padding-bottom:90px;}
.m-location>.span2>.text-one{width:100%;}
.ad-box-main{padding:20px 0;}
.bmlt-tab{}
.bmlt-tab .span4,.bmlt-tab .span3,.bmlt-tab .span2{font-size:20px;height:40px;line-height:40px;background:#fff;}
.backTop{
position: fixed;
right: 30px;
bottom: 200px;
height: 65px;
width: 29px;
display:none;
background: url("../images/a_top.png") no-repeat;}
.text-ad{margin-bottom:35px;}
.i-weibo{display:inline-block;width:50px;height:50px;background: url("../images/weibo.png") no-repeat;}
.i-weixin{
	position:relative;
	display:inline-block;
	width:50px;
	height:50px;
	background: url("../images/weixin.png") no-repeat;
}
.i-line-box{margin-bottom:43px;}

.i-weixin>.popover{
	width:200px;
	left: 60px;
	top: -70px;
	display:none;
}
.on>.popover{
	display:block;
}
.bmlt-ad-tab>.on,.bmlt-ad-tab-a>.on,.bmlt-ad-tab-b>.on,.bmlt-ad-tab-c>.on{background:#11a1e5;color:#fff;}
.bmlt-ad-tab-ch,.bmlt-ad-tab-a,.bmlt-ad-tab-b,.bmlt-ad-tab-c{padding:20px 0;}
.f-ptf{position:fixed;top:0;margin:0 auto;width:1000px;background:#f3f3f3;}
@media (min-width: 1200px){
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container{
		width: 1000px;
	}
	
}
@media (max-width: 767px) {
	
}
@media (max-width: 979px) {
	.bm-navbar-inner .nav{margin-top:0;}
	.banner-box{height:auto;}
	.tab-box .span4{margin-bottom:20px;}
}
@keyframes myfirst
{
from {-webkit-transform: scaleX(1.05) scaleY(1.05);}
to {-webkit-transform: scaleX(1) scaleY(1);}
}

@-moz-keyframes myfirst /* Firefox */
{
from {-webkit-transform: scaleX(1.05) scaleY(1.05);}
to {-webkit-transform: scaleX(1) scaleY(1);}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
from {-webkit-transform: scaleX(1.05) scaleY(1.05);}
to {-webkit-transform: scaleX(1) scaleY(1);}
}

@-o-keyframes myfirst /* Opera */
{
from {-webkit-transform: scaleX(1.05) scaleY(1.05);}
to {-webkit-transform: scaleX(1) scaleY(1);}
}