.main{
    width: 1500px;
    min-width: 1500px;
    margin: 0 auto;
}
@font-face {
    font-family: 'icomoon';
    src:  url('/css/news/fonts/news/icomoon.eot?smclo0');
    src:  url('/css/news/fonts/news/icomoon.eot?smclo0#iefix') format('embedded-opentype'),
      url('/css/news/fonts/news/icomoon.ttf?smclo0') format('truetype'),
      url('/css/news/fonts/news/icomoon.woff?smclo0') format('woff'),
      url('/css/news/fonts/news/icomoon.svg?smclo0') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  }

/* header */
.header{
    background-color: #e0e0e0;
}
.header .main{
    overflow: hidden;
}
.header a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
}
.header a:hover{
    color: #f60;
}
.header p{
    float: left;
    color: #999;
}
.header p a{
    padding:0 15px;
}
.header p a:first-child{
    padding-left: 0;
}
.header span{
    float: right;
    font-size: 0;
}
.header span a{
    margin: 0 10px;
}
/* top */
.top{
    overflow: hidden;
    padding: 27px 0 29px 0;
}
.top .logo{
    float: left;
    height: 60px;
    line-height: 60px;
}
.top .logo .image{
    float: left;
}
.top .logo .image img{
    height: 60px;
    width: auto;
}
.top .logo span{
    float: right;
    line-height: 40px;
    margin:10px 0 10px 40px;
    padding-left: 40px;
    border-left: 1px solid #e5e5e5;
    font-size: 32px;
    font-weight: 700;
    color: #333;
}
.top .search{
    float: right;
    width: 576px;
    overflow: hidden;
    border: 2px solid #168ce3;
    border-radius: 25px;
    margin: 6px 0;
}
.top .search input {
    float: left;
	width: 82.9%;
	height: 22px;
	border: none;
	background-color: #fff;
	font-size: 16px;
	padding: 11px 0;
    text-indent: 26px;
    color: #999;
	font-family: microsoft yahei;
}
.search button {
    float: right;
	width: 17.1%;
	height: 44px;
	background-color: #168ce3;
    color: #fff;
    font-size: 18px;
	text-align: center;
	border: none;
	cursor: pointer;
}
/* banneradv */
.banneradv li a{
    display: block;
    margin-top: 20px;
    position: relative;
}
.banneradv li a img{
    width: 100%;
}
/* nav */
.nav{
    height: 54px;
    background-color: #0096e0;
}
.nav .main{
    overflow: hidden;
}
.nav a{
    float: left;
    line-height: 54px;
    width: 140px;
    margin-right: 85px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}
.nav a:last-child{margin-right: 0;}
.nav a.focus,.nav a:hover{
    background-color: #33abe6;
    font-weight: 700;
    font-size: 24px;
}
/* breadcrumbNav */
.breadcrumbNav{
    background-color: #f6f6f7;
    padding-top: 22px;
}
.breadcrumbNav p{
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #999;
}
.breadcrumbNav p i{
    display: inline-block;
    font-size: 18px;
    color: #999;
    margin-right: 10px;
}
.breadcrumbNav p em{
    font-size: 16px;
    font-style: normal;
    color: #999;
}
.breadcrumbNav p em a{
    color: #0096e0;
}

/* content */
.content{
    background-color: #f6f6f7;
    padding: 20px 0 40px 0;
}
.content .left{
    float: left;
    width: 1040px;
    margin-right: 30px;
}
.content .left .fxBox{
    float: left;
    width: 120px;
    margin-right: 10px;
    background-color: #fff;
    padding: 10px 0;
    position: static;
}
.topping{
    position: fixed!important;
    top: 0;
    left: 50%;
    margin-left: -750px;
}
.content .left .fxBox p{
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 15px 0;
}
.content .left .fxBox p b{
    display: block;
    text-align: center;
    font-size: 34px;
    font-weight: normal;
    margin: 7px 0;
}
.content .left .fxBox p span{
    display: block;
    position: relative;
}
.content .left .fxBox p span:first-child {
    font-weight: 700;
}
.content .left .fxBox p span i{
    display: inline-block;
    position: relative;
    top: -5px;
    width: 10px;
    height: 1px;
    background-color: #ccc;
    margin: 0 10px;
}
.shareBox {
	margin-top: 55px;
	width: 80px;
	padding: 0 20px 0 20px;
	text-align: center;
	position: relative;
}
.shareBox h3 {
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	color: #666;
	font-weight: normal;
	position: relative;
	display: none;
}
.shareBox h3 span {
	padding: 0 8px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 16px;
	z-index: 3;
}
.shareBox h3 b {
	width: 100%;
	height: 1px;
	background: #ddd;
	position: absolute;
	top: 13px;
	left: 0;
	z-index: 2;
}
#Share {
	width: 50px;
	right: 34px !important;
	color: #666 !important;
}
#fenxiangDiv {
	float: left !important;
	width: 43px;
    margin-top: 5px;
}
#Share .bdsharebuttonbox a {
	display: inline-block !important;
	width: 30px !important;
	height: 30px !important;
	float: none;
	margin-left: 5px;
	margin: 0 3px 6px!important;
	padding-left: 0 !important;
	line-height: 0 !important;
	float: none !important;
	vertical-align: top;
}
.bdsharebuttonbox a:hover .fenxiangDiv {
	display: block;
}
.bdsharebuttonbox a.weixin {
	background:url('https://public.mtnets.com/Images/public/PublicShareButton/buttonshareicon.png') no-repeat -140px -36px;
}
.bdsharebuttonbox a.qqim {
	background:url('https://public.mtnets.com/Images/public/PublicShareButton/buttonshareicon.png') no-repeat  -90px -36px;
}
.bdsharebuttonbox a.weibo {
	background:url('https://public.mtnets.com/Images/public/PublicShareButton/buttonshareicon.png') no-repeat -45px -36px;
}
.bdsharebuttonbox a.qq {
	background:url('https://public.mtnets.com/Images/public/PublicShareButton/buttonshareicon.png') no-repeat 0 -36px;
}
.comments {
	margin-top: 180px;
	width: 80px;
	padding: 12px 20px 0 20px;
	text-align: center;
}
.comments h3 {
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	color: #666;
	font-weight: normal;
	position: relative;
}
.comments h3 span {
	padding: 0 8px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 3;
}
.comments h3 b {
	width: 100%;
	height: 1px;
	background: #ddd;
	position: absolute;
	top: 13px;
	left: 0;
	z-index: 2;
}
.commentIcon {
	margin-top: 10px;
}
.commentIcon i {
	display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/images/news/version/2021/iconPL.png) no-repeat;
    background-size: 100% 100%;
}
.content .left .text{
    float: right;
    width: 850px;
    padding: 25px 30px 30px;
    background-color: #fff;
}
.content .text .title{
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
}
.content .text .title p{
    font-size: 28px;
    font-weight: 700;
    color: #333;
}
.content .text .title span{
    display: block;
    margin-top: 30px;
}
.content .text .title span i{
    font-size: 14px;
    font-style: normal;
    color: #999;
    margin-right: 24px;
}
.content .text ul.adv li{
    margin-top: 20px;
}
.content .text ul.adv li i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url(https://public.mtnets.com/Images/public/adv.png) no-repeat;
}
.content .text .mainContent{
    margin-top: 20px;
    font-size: 18px;
    color: #666;
    line-height: 30px;
}
.content .text .downLoad {
	margin-top: 60px;
}
.content .text .downLoad p {
	font-size: 18px;
	line-height: 32px;
	color: #666;
	font-weight: bold;
}
.content .text .downLoad p i {
	font-size: 16px;
	line-height: 32px;
	color: #f60;
	width: 30px;
	margin-right: 5px;
	position: relative;
	top: 0px;
}
.content .text .downLoad p a {
	color: #f60;
    font-weight: normal;
}
.content .text .turnPage {
	margin: 30px 0;
}
.content .text .turnPage p{
    font-size: 18px;
    line-height: 32px;
    color: #666;
}
.content .text .turnPage p:first-child{
    margin-bottom: 5px;
}
.content .text .turnPage p a {
	color: #0096e0;
}
.content .text .turnPage p a:hover{
    color: #065a84;
}
.content .text .copr{
    padding: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}
.copr li {
	font-size: 16px;
	line-height: 26px;
	color: #999;
}
.copr li b{
    color: #0096e0;
    font-weight: normal;
}
/* ÆÀÂÛ */
.comment{
	width: 100%;
	margin-top: 50px;
}
.comment_title{
	width: 100%;
	position: relative;
	height: 32px;
	border-bottom: 1px solid #dcdcdc;

}
.comment_title h3{
	bottom: -2px;
	left: 0;
	position: absolute;
	font:normal 22px/24px "microsoft yahei";
	padding-bottom: 10px;
	border-bottom: 3px solid #0096e0;
}
.web_main_cr{
	border-color: #0096e0;
}
.comment_toolbar{
	width: 100%;
	height: 35px;
	margin-top: 15px;
}
.comment_toolbar p{
	background: url(/images/news/version/2021/comment.png) 0 0 no-repeat;
	text-indent: 44px;
	width: 250px;
	float: left;
	font:normal 14px/35px "microsoft yahei";
}
.comment_toolbar p a{
	font:bold 14px/35px "microsoft yahei";
	color: #ff6600;
	margin: 0 4px;
}
.toolbar_Rt{
	float: right;
}
.nickname{
	float: left;
	margin-right: 9px;
}
.nickname label{
	height: 33px;
	width: 44px;
	text-align: center;
	float: left;
	border: 1px solid #d2d2d2;
	background-color: #d2d2d2;
	font:normal 12px/33px "microsoft yahei";
	color: #999;
}
.nickname input{
	height: 33px;
	width: 107px;
	float: left;
	border: 1px solid #d2d2d2;
	color: #999;
	text-indent: 10px;
	font:normal 12px/33px "microsoft yahei";
}
.v_code{

	float: left;
	height: 35px;
	position: relative;
}
.v_code input{
	float: left;
	height: 33px;
	width: 118px;
	color: #999;
	border: 1px solid #d2d2d2;
	text-indent: 10px;
	font:normal 12px/33px "microsoft yahei";
}
.v_code label{
	height: 33px;
	float: left;
	border: 1px solid #d2d2d2;
	border-left: 0;
}
.v_code label img{
	width: 78px;
	height: 33px;
}
.error{
	position: absolute;
	top: -37px;
	left: 0;
	height: 30px;
	width: 119px;
	padding-bottom: 5px;
	font:normal 12px/30px "microsoft yahei";
	color: #fff;
	text-align: center;
	background: url(/images/news/version/2021/comment.png) 0 -94px no-repeat;

}
.anonymous{
	margin-top: 11px;
	float: left;
	margin-left: 7px;
}
.anonymous span.checkbox{
	width: 14px;
	float: left;
	margin-right: 7px;
	height: 14px;
	background: url(/images/news/version/2021/comment.png) -40px -58px no-repeat;
}
.checked span.checkbox{
	background-position:0 -58px;
}
.anonymous span{
	font:normal 14px/14px "microsoft yahei";
}
.commentArea{
	zoom: 1;
	margin-top: 15px;
}

.textarea{
	padding: 20px;
	border:1px solid #f60;
	border-radius: 4px;
	zoom: 1;
}
.textarea div{
	border: none;
	width: 100%;
	float: left;
	height: 160px;
	font: normal 14px/24px microsoft yahei;
	overflow: auto;
	outline:none;
}
.textarea:after{
	content:"";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.textarea textarea{
	color: #999;
	border: none;
	width: 100%;
	float: left;
	height: 100px;
	font:normal 14px/24px "microsoft yahei";


}
.commentArea_ft{
	margin-top: 12px;

}
.commentArea_ft:after{
	content: "";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.face{
	float: left;
	position: relative;
	z-index: 99;
}
.face span{
	cursor: pointer;
	height: 20px;
	padding-right: 17px;
	margin: 10px 0;
	font:normal 14px/19px "microsoft yahei";
	float: left;
	background: url(/images/news/version/2021/comment.png) 67px -137px no-repeat;
}
.face i{
	background: url(/images/news/version/2021/comment.png) -98px -55px no-repeat;
	height: 19px;
	width: 19px;
	float: left;
	margin-right: 10px;
}

.faceList{
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	padding: 4px;
	width: 390px;
	background: #fff;
	border: 1px solid #dfe6f6;
}

.faceList a{
	float: left;
	height: 22px;
	width: 22px;
	padding: 4px 2px;
}
.faceList ul li a{
	cursor: pointer;
}
.commentArea_ft p{
	font:normal 16px/40px "microsoft yahei";
	color: #888888;
	float: right;
	margin-right: 20px;
}
.commentArea_ft button{
	float: right;
	height: 40px;
	width: 100px;
	background: #ff6600;
	color: #fff;
	border:none;
	cursor: pointer;
	font:normal 16px/40px "microsoft yahei";
    border-radius: 6px;
}
label.rt_mg{
	float: right;
	width: 59px;
	margin-top: 13px;
	margin-left: 0;
}
.commentContent{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.context_title i{
	width: 5px;
	height: 16px;
	float: left;
	margin-top: 2px;
	background: #ff6600;
	margin-right: 10px;

}
.context_title h3{
	font:normal 18px/20px "microsoft yahei";
}
.hot_comment{
	padding-top: 10px;

}

.commentContent ul li{
	padding: 16px 0 12px 0;

}
.commentContent ul li+li{
	border-top: 1px solid #eaebea;
}
/* end */



.content .right{
    overflow: hidden;
}
.content .right .wxBox{
    padding: 20px;
    background-color: #fff;
    margin-bottom: 40px;
}
.content .right .wxBox dl{
    overflow: hidden;
}
.content .right .wxBox dt{
    float: left;
    width: 170px;
    border: 1px solid #f8f8f8;
    margin-right: 20px;
}
.content .right .wxBox dd{
    overflow: hidden;
    padding-top: 15px;
}
.content .right .wxBox dd p{
    font-size: 18px;
    color: #666;
    margin-top: 15px;
}
.content .right .wxBox dd p a{
    color: #168ce3;
}
/* advBox */
.advBox{
    padding: 20px;
    background-color: #fff;
}
.advBox li{
    margin-top: 20px;
    height: 130px;
    position: relative;
}
.advBox li img{
    width: 100%;
    height: 100%;
}
.advBox li i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url(https://public.mtnets.com/Images/public/adv.png) no-repeat;
}
.advBox li:first-child{
    margin-top: 0;
}
/* newsBox */
.newsBox{
    background-color: #fff;
    margin: 40px 0;
}
.newsBox .title{
    height: 54px;
    line-height: 54px;
    border-top: 1px solid #0096e0;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 20px;
}
.newsBox .title i{
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url(/images/news/version/2021/iconTitle001.png) no-repeat;
	vertical-align: top;
	margin-top: 18px;
	margin-right: 12px;
}
.newsBox .title b{
    font-size: 24px;
    color: #333;
}
.newsBox .title a{
    float: right;
    font-size: 16px;
    color: #999;
}
.newsBox ul{
    padding: 0 20px 0 40px;
}
.newsBox li{
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
}
.newsBox li a{
    display: block;
    height: 68px;
    line-height: 68px;
    overflow: hidden;
    font-size: 18px;
    color: #333;
}
.newsBox li i {
	position: absolute;
	left: -22px;
	top: 28px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 1px solid #c2c2c2;
}
.newsBox li:hover a{
    color: #0096e0;
}
.newsBox li:hover i{
    border-color: #0096e0;
}
/* exhibitionBox */
.exhibitionBox{
    background-color: #fff;
    padding-bottom: 24px;
}
.exhibitionBox .title{
    height: 54px;
    line-height: 54px;
    border-top: 1px solid #0096e0;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 20px;
}
.exhibitionBox .title i{
	display: inline-block;
	width: 21px;
	height: 20px;
	background: url(/images/news/version/2021/iconTitle001.png) no-repeat;
	vertical-align: top;
	margin-top: 18px;
	margin-right: 12px;
}
.exhibitionBox .title b{
    font-size: 24px;
    color: #333;
}
.exhibitionBox .title a{
    float: right;
    font-size: 16px;
    color: #999;
}
.exhibitionBox ul{
    margin: 16px 20px 0;
    border-left: 1px solid #e5e5e5;
}
.exhibitionBox li{
    padding-left: 18px;
    margin-bottom: 15px;
}
.exhibitionBox li:last-child{
    margin-bottom: 0;
}
.exhibitionBox li span{
    display: block;
    height: 24px;
    line-height: 24px;
    position: relative;
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}
.exhibitionBox li span i{
    position: absolute;
    left: -23px;
    top: 7px;
    width: 8px;
    height: 8px;
    border: 1px solid #0096e0;
    background-color: #fff;
    border-radius: 50%;
}
.exhibitionBox li span em{
    display: inline-block;
    font-style: normal;
    background-color: #0096e0;
    padding: 0 8px;
}
.exhibitionBox li span b{
    display: inline-block;
    font-weight: normal;
    background-color: #ffa303;
    padding: 0 8px;
    margin-left: 20px;
}
.exhibitionBox li p{
    max-height: 48px;
    line-height: 24px;
    overflow: hidden;
}
.exhibitionBox li p a{
    font-size: 18px;
    color: #333;
}
.exhibitionBox li p a:hover{
    color: #0096e0;
}
.exhibitionBox li .item{
    margin-top: 10px;
    display: none;
}
.exhibitionBox li .item a{
    display: block;
    padding-bottom: 55.75%;
    height: 0;
    overflow: hidden;
}
.exhibitionBox li .item img{
    width: 100%;
    max-height: none;
}
.exhibitionBox li.focus .item{
    display: block;
}
/* footer */
.footer{
    background-color: #0096e0;
    padding-top: 35px;
}
.footer p{
    text-align: center;
}
.footer p:nth-child(1) a{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
}
.footer p:nth-child(1) a:hover{
    color: #f60;
}
.footer p:nth-child(1) a:last-child{
    border-right: 0;
}
.footer p:nth-child(2){
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 45px 0;
}
.footer p em{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    font-style: normal;
    margin: 0 25px;
}
.footer p:nth-child(4){
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}
.footer p:nth-child(4){
    height: 40px;
    line-height: 40px;
    margin:30px 0 25px 0;
}
.footer p:nth-child(4) span{
    display: inline-block;
    height: 40px;
    width: 80px;
    padding-left: 40px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255,.3);
    position: relative;
    font-size: 16px;
    margin:0 85px 0 10px;
}
.footer p:nth-child(4) span:last-child{
    margin-right: 0;
}
.footer p:nth-child(4) span a{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}
.footer p:nth-child(4) span a{
	position: relative;
	cursor: pointer;
   }
   .footer p:nth-child(4) span a .QQhover {
	position: absolute;
	left: 0px;
	bottom: 25px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
	overflow: hidden;
	resize: none;
 
   }
   .footer p:nth-child(4) span a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
   }
   .footer p:nth-child(4) span a:hover .QQhover{
	display: inline-block;
   }
.footer p:nth-child(4) span i{
    position: absolute;
    left: 0;
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: url(/images/news/version/2021/iconQQ.png) rgba(255, 255, 255,.4) no-repeat center;
}
.footer p.copyright{
    height: 65px;
    line-height: 65px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}
.content_subhead{
    font-size: 18px;
    font-style: normal;
    text-align: right;
    display: block;
    margin: 20px 0;
}
.rightAdv {
	position: fixed;
	right: 20px;
	top: 180px;
	z-index: 99999;
}
.rightAdv ul {
	width: 64px;
	background-color: #fff;
	box-shadow: 0 2px 5px #999;
	border-radius: 3px;
}
.rightAdv li {
	display: block;
	text-align: center;
	height: 66px;
	position: relative;
}
.rightAdv li a, .rightadvTop a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #00baf6;
}
.rightAdv li:first-child a{
	border-radius: 3px 3px 0 0px;
}
.rightAdv li:last-child a{
	border-radius: 0 0 3px 3px;
}
.rightAdv li:hover a {
	background-color: #ff8c34;
}
.rightadvTop a:hover{
	background-color: #ff8c34;
}
.rightAdv li a i {
	display: inline-block;
	width: 22px;
	height: 24px;
	margin: 12px 0 5px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
}
.rightAdv li a b {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
}
.rightAdv li.rightAdv_qq a i {
	width: 22px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat -80px -37px;
}
.rightAdv li.rightAdv_phone a i {
	width: 20px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat -118px -37px;
}
.rightAdv li.rightAdv_proposal i {
	width: 20px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat -190px -37px;
}
.rightAdv li.rightAdv_inquire i {
	width: 22px;
	height: 20px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat -226px -37px;
}
/* qq */
.qq_contactInfo {
	position: absolute;
	left: -297px;
	top: 0;
	padding-right: 20px;
	display: none;
}
.qq_item {
	width: 210px;
	height: 224px;
	background: url(https://www.bf35.com/Images/rightAdvQQbgi.png) #fff no-repeat;
	background-size: 100% 100%;
	padding: 27px 40px 0 27px;
	box-shadow: 0 2px 5px #ccc;
	border-radius: 3px;
}
.qq_item p {
	height: 52px;
}
.qq_item p a{
	position: relative;
	cursor: pointer;
   }
   .qq_item p a .QQhover {
	position: absolute;
	left: 0px;
	bottom: 25px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
	overflow: hidden;
	resize: none;
 
   }
   .qq_item p a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
   }
   .qq_item p a:hover .QQhover{
	display: inline-block;
   }
.qq_item p:first-child{
	margin-bottom: 10px;
}
.qq_item i {
	float: left;
	width: 50px;
	height: 56px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat -190px -87px;
	margin-right: 20px;
}
.qq_item b {
	display: block;
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}
.qq_item em {
	font-size: 14px;
	color: #999;
	font-style: normal;
}
.qq_item a {
	display: inline-block !important;
	height: 34px !important;
	line-height: 34px;
	width: 100px !important;
	border-radius: 18px!important;
	font-size: 14px;
	color: #fff;
	background-color: #f26522!important;
	margin: 10px 0 8px;
	box-shadow: 0 2px 5px #e68557;
}
.qq_item a:last-child {
	background-color: #00baf6 !important;
	margin-left: 10px;
	box-shadow: 0 2px 5px #9dd4e6;
}
.qq_item span {
	position: absolute;
	left: 0;
	right: 20px;
	bottom: 0;
	background-color: #f5f5f5;
	color: #999;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
/* end */
/* phone */
.phone_item{
	position: absolute;
	left: -310px;
	top: 0;
	width: 240px;
	height: 380px;
	padding: 0 25px;
	background-color: #fff;
	box-shadow: 0 2px 5px #ccc;
	display: none;
}
.phone_item p{
	height: 50px;
	position: relative;
	padding: 16px 25px 16px 90px;
}
.phone_item p {
	height: 50px;
	position: relative;
	padding: 16px 0 16px 65px;
	border-bottom: 1px dashed #e6e6e6;
}
.phone_item p i {
	position: absolute;
	left: 0;
	top: 16px;
	width: 50px;
	height: 50px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat -38px -87px;
}
.phone_item b {
	display: block;
	text-align: left;
	font-size: 14px;
	color: #fe9900;
	font-weight: normal;
	margin-bottom: 10px;
}
.phone_item em {
	display: block;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	color: #333;
	margin-bottom: 5px;
}
.phone_item span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f5f5f5;
	color: #999;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
/* end */
.rightAdv_qq:hover .qq_contactInfo{
	display: block;
}
.rightAdv_phone:hover .phone_item{
	display: block;
}
.rightadvTop {
	position: fixed;
	top: 460px;
	right: 31px;
	width: 42px;
	height: 42px;
	background-color: #00baf6;
	border-radius: 50%;
	box-shadow: 0 2px 5px #999;
	text-align: center;
	z-index: 9999;
	overflow: hidden;
	display: none;
}
.rightadvTop i {
	display: inline-block;
	width: 14px;
	height: 8px;
	margin-top: 17px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat 0 -111px;
}

/* media */
@media only screen and (max-width: 1024px){
    .main,.footer .w, .foot .w{
		width:  852px;
		min-width:852px;
	}
    body{min-width:  852px!important}
	.rightAdv {
		right: 10px;
	}
    .rightadvTop {
        right: 21px;
    }
	.top {
		padding: 18px 0;
	}
	.top .logo {
		height: 44px;
		line-height: 44px;
	}
	.top .logo .image img {
		height: 44px;
	}
	.top .logo span {
		line-height: 28px;
		margin: 6px 0 6px 16px;
		padding-left: 16px;
		font-size: 20px;
	}
	.top .search {
		width: 392px;
		margin: 6px 0;
	}
	.top .search input {
		height: 20px;
		font-size: 13px;
		padding: 6px 0;
		text-indent: 12px;
	}
	.search button {
		height: 32px;
		font-size: 13px;
	}
	.nav {
		height: 38px;
	}
	.nav a {
		line-height: 38px;
		width: 112px;
		margin-right: 10px;
		font-size: 14px;
	}
	.nav a.focus, .nav a:hover {
		font-size: 15px;
	}
    .content .left {
        width: 68%;
        margin-right: 1%;
    }
    .breadcrumbNav {
        padding-top: 10px;
    }
    .breadcrumbNav p {
        height: 16px;
        line-height: 16px;
        font-size: 13px;
    }
    .breadcrumbNav p i {
        font-size: 14px;
        margin-right: 6px;
    }
    .breadcrumbNav p em {
        font-size: 13px;
    }
	.topping {
		margin-left: -426px;
	}
	.content .left .fxBox {
		width: 90px;
		padding: 6px 0;
	}
	.content .left .fxBox p {
		font-size: 14px;
	}
	.content .left .fxBox p b {
		font-size: 22px;
		margin: 4px 0;
	}
	.shareBox {
		margin-top: 35px;
		width: 70px;
		padding: 0 10px 0 10px;
	}
	#Share {
		right: 17px !important;
	}
	.comments {
		margin-top: 150px;
		width: 70px;
		padding: 12px 10px 0 10px;
	}
	.comments h3 span {
		left: 14px;
	}
	.commentIcon i {
		width: 34px;
		height: 34px;
	}
	.content .left .fxBox p span i {
		width: 10px;;
		margin: 0 5px;
	}
	.content .left .text {
		width: 450px;
		padding: 12px 14px 14px;
	}
	.content .text .title p {
		font-size: 19px;
	}
	.content .text .title span {
		margin-top: 15px;
	}
	.content .text .title span i {
		font-size: 12px;
		margin-right: 18px;
	}
	.content .text .title {
		padding-bottom: 10px;
	}
	.content .text .mainContent {
		margin-top: 12px;
		font-size: 13px;
		line-height: 22px;
	}
	.content .text .turnPage p {
		font-size: 12px;
		line-height: 22px;
	}
	.content .text .copr {
		padding: 10px;
	}
	.copr li {
		font-size: 12px;
		line-height: 20px;
	}
	.comment {
		margin-top: 20px;
	}
	.comment_title h3 {
		font: normal 16px/18px "microsoft yahei";
		padding-bottom: 6px;
	}
	.comment_toolbar {
		height: 30px;
		margin-top: 10px;
	}
	.textarea {
		padding: 10px;
	}
	.textarea div {
		height: 90px;
		font: normal 12px/20px microsoft yahei;
	}
	.commentArea_ft {
		margin-top: 8px;
	}
	.face span {
		margin: 4px 0;
	}
	.commentArea_ft button {
		height: 28px;
		width: 80px;
		font: normal 13px/28px "microsoft yahei";
		border-radius: 6px;
	}
	.commentArea_ft p {
		font: normal 12px/28px "microsoft yahei";
		margin-right: 10px;
	}
	.content .right .wxBox {
        padding: 4px;
        margin-bottom: 18px;
    }
    .content .right .wxBox dt {
        width: 125px;
        margin-right: 0px;
    }
    .content .right .wxBox dd p {
        font-size: 12px;
    }
    .newsBox {
        margin: 18px 0;
    }
    .newsBox .title,.exhibitionBox .title {
        height: 34px;
        line-height: 34px;
        padding: 0 10px;
    }
    .newsBox .title b,.exhibitionBox .title b {
        font-size: 16px;
    }
    .newsBox .title i,.exhibitionBox .title i {
        width: 12px;
        height: 11px;
        margin-top: 15px;
        margin-right: 6px;
        background-size: 100% 100%;
    }
    .newsBox .title a,.exhibitionBox .title a {
        font-size: 12px;
    }
    .newsBox ul {
        padding: 0 10px 0 20px;
    }
    .newsBox li a {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .newsBox li i {
        left: -16px;
        top: 15px;
        width: 3px;
        height: 3px;
    }
    .exhibitionBox ul {
        margin: 6px 8px 0;
    }
    .exhibitionBox li span {
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        margin-bottom: 5px;
    }
    .exhibitionBox li span i {
        left: -22px;
        top: 7px;
        width: 5px;
        height: 5px;
    }
    .exhibitionBox li p {
        max-height: 36px;
        line-height: 18px;
    }
    .exhibitionBox li p a {
        font-size: 13px;
    }
	.footer {
        padding-top: 20px;
    }
    .footer p:nth-child(1) a {
        font-size: 12px;
    }
    .footer p:nth-child(2) {
        font-size: 14px;
        margin: 22px 0;
    }
    .footer p em {
        font-size: 12px;
        margin: 0 10px;
    }
    .footer p:nth-child(4) {
        height: 24px;
        line-height: 24px;
        margin: 14px 0 10px 0;
    }
    .footer p:nth-child(4) span {
        height: 24px;
        width: 62px;
        padding-left: 24px;
        margin: 0 44px 0 7px;
    }
    .footer p:nth-child(4) span i {
        width: 24px;
        height: 24px;
        background-size: 12px 12px;
    }
    .footer p.copyright {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    .footer p:nth-child(4) {
        font-size: 13px;
    }
    .footer p:nth-child(4) span a {
        font-size: 13px;
    }





}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
    .main,.footer .w, .foot .w{
		width:  990px;
		min-width:990px;
	}
    body{min-width:  990px!important;}
	.rightAdv {
		right: 10px;
	}
    .rightadvTop {
        right: 21px;
    }
	.top {
		padding: 22px 0;
	}
	.top .logo {
		height: 48px;
		line-height: 48px;
	}
	.top .logo .image img {
		height: 48px;
	}
	.top .logo span {
		line-height: 32px;
		margin: 8px 0 8px 22px;
		padding-left: 22px;
		font-size: 24px;
	}
	.top .search {
		width: 432px;
		margin: 6px 0;
	}
	.top .search input {
		height: 20px;
		font-size: 14px;
		padding: 8px 0;
		text-indent: 16px;
	}
	.search button {
		height: 36px;
		font-size: 15px;
	}
	.nav {
		height: 42px;
	}
	.nav a {
		line-height: 42px;
		width: 122px;
		margin-right: 20px;
		font-size: 15px;
	}
	.nav a.focus, .nav a:hover {
		font-size: 18px;
	}
    .breadcrumbNav {
        padding-top: 12px;
    }
    .breadcrumbNav p {
        height: 18px;
        line-height: 18px;
        font-size: 13px;
    }
    .breadcrumbNav p i {
        font-size: 15px;
        margin-right: 8px;
    }
    .breadcrumbNav p em {
        font-size: 14px;
    }
	.content .left {
        width: 70%;
        margin-right: 2%;
    }
	.content .left .text {
		width: 550px;
		padding: 14px 16px 16px;
	}
	.topping {
		margin-left: -494px;
	}
	.content .left .fxBox {
		width: 100px;
		padding: 8px 0;
	}
	.content .left .fxBox p {
		font-size: 16px;
	}
	.content .left .fxBox p b {
		font-size: 28px;
		margin: 6px 0;
	}
	.shareBox {
		margin-top: 45px;
		width: 70px;
		padding: 0 15px 0 15px;
	}
	#Share {
		right: 23px !important;
	}
	.comments {
		margin-top: 170px;
		width: 70px;
		padding: 12px 15px 0 15px;
	}
	.comments h3 span {
		left: 14px;
	}
	.commentIcon i {
		width: 36px;
		height: 36px;
	}
	.content .text .title p {
		font-size: 20px;
	}
	.content .text .title span {
		margin-top: 18px;
	}
	.content .text .title span i {
		font-size: 13px;
	}
	.content .text .mainContent {
		margin-top: 16px;
		font-size: 14px;
		line-height: 24px;
	}
	.content .text .turnPage p {
		font-size: 13px;
		line-height: 22px;
	}
	.content .text .turnPage {
		margin: 20px 0;
	}
	.content .text .copr {
		padding: 14px;
	}
	.copr li {
		font-size: 13px;
		line-height: 22px;
	}
	.comment {
		margin-top: 22px;
	}
	.comment_title h3 {
		font: normal 16px/20px "microsoft yahei";
		padding-bottom: 6px;
	}
	.comment_toolbar {
		height: 34px;
		margin-top: 10px;
	}
	.textarea {
		padding: 14px;
	}
	.commentArea_ft p {
		font: normal 13px/34px "microsoft yahei";
		margin-right: 14px;
	}
	.commentArea_ft button {
		height: 34px;
		width: 90px;
		font: normal 14px/34px "microsoft yahei";
	}
	.textarea div {
		height: 120px;
		font: normal 13px/22px microsoft yahei;
	}
	.content .right .wxBox {
        padding: 6px;
        margin-bottom: 20px;
    }
    .content .right .wxBox dt {
        width: 150px;
        margin-right: 1px;
    }
    .content .right .wxBox dd p {
        font-size: 12px;
    }
    .newsBox {
        margin: 20px 0;
    }
    .newsBox .title i,.exhibitionBox .title i {
        width: 13px;
        height: 12px;
        margin-top: 15px;
        margin-right: 6px;
        background-size: 100% 100%;
    }
    .newsBox .title,.exhibitionBox .title {
        height: 36px;
        line-height: 36px;
        padding: 0 10px;
    }
    .newsBox .title b,.exhibitionBox .title b {
        font-size: 17px;
    }
    .newsBox .title a,.exhibitionBox .title a {
        font-size: 13px;
    }
    .newsBox ul {
        padding: 0 10px 0 20px;
    }
    .newsBox li i {
        left: -16px;
        top: 20px;
        width: 4px;
        height: 4px;
    }
    .newsBox li a {
        height: 42px;
        line-height: 42px;
        font-size: 13px;
    }
    .exhibitionBox ul {
        margin: 8px 10px 0;
    }
    .exhibitionBox li span {
        height: 20px;
        line-height: 20px;
        font-size: 13px;
        margin-bottom: 3px;
    }
    .exhibitionBox li p {
        max-height: 36px;
        line-height: 18px;
    }
    .exhibitionBox li p a {
        font-size: 14px;
    }
    .exhibitionBox li span i {
        left: -22px;
        top: 7px;
        width: 6px;
        height: 6px;
    }
    .footer {
        padding-top: 25px;
    }
    .footer p:nth-child(1) a {
        font-size: 13px;
    }
    .footer p:nth-child(2) {
        font-size: 15px;
        margin: 24px 0;
    }
    .footer p em {
        font-size: 13px;
        margin: 0 12px;
    }
    .footer p:nth-child(4) {
        height: 28px;
        line-height: 28px;
        margin: 18px 0 12px 0;
    }
    .footer p:nth-child(4) span {
        height: 28px;
        width: 68px;
        padding-left: 28px;
        margin: 0 50px 0 7px;
    }
    .footer p:nth-child(4) span i {
        width: 28px;
        height: 28px;
        background-size: 15px 15px;
    }
    .footer p.copyright {
        height: 46px;
        line-height: 46px;
        font-size: 13px;
    }
    .footer p:nth-child(4) {
        font-size: 14px;
    }
    .footer p:nth-child(4) span a {
        font-size: 14px;
    }


}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .main,.footer .w, .foot .w{
		width:  1180px;
		min-width:1180px;
	}
    body{min-width:  1180px!important;}
	.rightAdv {
		right: 10px;
	}
    .rightadvTop {
        right: 21px;
    }
	.top {
		padding: 22px 0;
	}
	.top .logo {
		height: 52px;
		line-height: 52px;
	}
	.top .logo .image img {
		height: 52px;
	}
	.top .logo span {
		line-height: 36px;
		margin: 13px 0 10px 24px;
		padding-left: 24px;
		font-size: 26px;
	}
	.top .search {
		width: 472px;
		margin: 6px 0;
	}
	.top .search input {
		height: 20px;
		font-size: 14px;
		padding: 8px 0;
		text-indent: 16px;
	}
	.search button {
		height: 36px;
		font-size: 15px;
	}
	.nav {
		height: 46px;
	}
	.nav a {
		line-height: 46px;
		width: 140px;
		margin-right: 32px;
		font-size: 17px;
	}
	.nav a.focus, .nav a:hover {
		font-size: 19px;
	}
    .content .left {
        width: 70%;
        margin-right: 2%;
    }
    .breadcrumbNav p {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .breadcrumbNav p em {
        font-size: 14px;
    }
    .breadcrumbNav {
        padding-top: 18px;
    }
	.content .left .text {
		width: 675px;
		padding: 18px 20px 20px;
	}
	.topping {
		margin-left: -590px;
	}
	.content .left .fxBox {
		width: 100px;
		padding: 8px 0;
	}
	.content .left .fxBox p {
		font-size: 16px;
	}
	.content .left .fxBox p b {
		font-size: 30px;
		margin: 6px 0;
	}
	.shareBox {
		margin-top: 45px;
		width: 70px;
		padding: 0 15px 0 15px;
	}
	#Share {
		right: 23px !important;
	}
	.comments {
		margin-top: 170px;
		width: 70px;
		padding: 12px 15px 0 15px;
	}
	.comments h3 span {
		left: 14px;
	}
	.commentIcon i {
		width: 36px;
		height: 36px;
	}
	.content .text .title p {
		font-size: 23px;
	}
	.content .text .title span {
		margin-top: 22px;
	}
	.content .text .mainContent {
		margin-top: 15px;
		font-size: 15px;
		line-height: 26px;
	}
	.content .text .turnPage p {
		font-size: 15px;
		line-height: 28px;
	}
	.content .text .copr {
		padding: 16px;
	}
	.copr li {
		font-size: 14px;
		line-height: 24px;
	}
	.comment {
		margin-top: 30px;
	}
	.comment_title h3 {
		font: normal 18px/22px "microsoft yahei";
		padding-bottom: 8px;
	}
	.commentArea_ft p {
		font: normal 14px/40px "microsoft yahei";
	}
	.commentArea_ft button {
		font: normal 15px/40px "microsoft yahei";
	}
	.content .right .wxBox {
        padding: 12px;
        margin-bottom: 28px;
    }
    .content .right .wxBox dt {
        width: 140px;
        margin-right: 10px;
    }
    .content .right .wxBox dd {
        padding-top: 14px;
    }
    .content .right .wxBox dd p {
        font-size: 14px;
        margin-top: 15px;
    }
    .newsBox {
        margin: 28px 0;
    }
    .newsBox .title,.exhibitionBox .title {
        height: 43px;
        line-height: 43px;
        padding: 0 14px;
    }
    .newsBox .title b,.exhibitionBox .title b {
        font-size: 19px;
    }
    .newsBox .title i,.exhibitionBox .title i {
        width: 16px;
        height: 15px;
        margin-top: 17px;
        margin-right: 8px;
        background-size: 100% 100%;
    }
    .newsBox .title a {
        font-size: 14px;
    }
    .newsBox li a {
        height: 54px;
        line-height: 54px;
        font-size: 15px;
    }
    .newsBox li i {
        left: -21px;
        top: 24px;
        width: 9px;
        height: 9px;
    }
    .newsBox ul {
        padding: 0 14px 0 30px;
    }
    .exhibitionBox ul {
        margin: 14px 16px 0;
    }
    .exhibitionBox li span {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .exhibitionBox li span i {
        top: 5px;
    }
    .exhibitionBox li p {
        max-height: 36px;
        line-height: 18px;
    }
    .exhibitionBox li p a {
        font-size: 15px;
    }
    .footer p:nth-child(1) a {
        font-size: 14px;
    }
    .footer p:nth-child(2) {
        font-size: 16px;
        margin: 28px 0;
    }
    .footer p em {
        font-size: 14px;
        margin: 0 15px;
    }
    .footer p:nth-child(4) {
        height: 30px;
        line-height: 30px;
        margin: 20px 0 15px 0;
    }
    .footer p:nth-child(4) span {
        height: 30px;
        width: 70px;
        padding-left: 30px;
        margin: 0 70px 0 8px;
    }
    .footer p:nth-child(4) span i {
        width: 30px;
        height: 30px;
        background-size: 16px 16px;
    }
    .footer p.copyright {
        height: 50px;
        line-height: 50px;
        font-size: 13px;
    }
    .footer p:nth-child(4) {
        font-size: 15px;
    }
    .footer p:nth-child(4) span a {
        font-size: 15px;
    }











}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
    .main,.footer .w, .foot .w{
		width:  1232px;
		min-width:1232px;
	}
    body{min-width:  1232px!important;}
	.top {
		padding: 25px 0;
	}
	.top .logo {
		height: 54px;
		line-height: 54px;
	}
	.top .logo .image img {
		height: 54px;
	}
	.top .logo span {
		line-height: 34px;
		margin: 10px 0 10px 34px;
		padding-left: 34px;
		font-size: 28px;
	}
	.top .search input {
		font-size: 15px;
		text-indent: 18px;
	}
	.search button {
		font-size: 17px;
	}
	.top .search {
		width: 536px;
		margin: 3px 0;
	}
	.nav a {
		float: left;
		line-height: 48px;
		width: 132px;
		margin-right: 50px;
		font-size: 19px;
	}
	.nav {
		height: 48px;
	}
	.nav a.focus, .nav a:hover {
		font-size: 21px;
	}
    .content .left {
        width: 70%;
        margin-right: 2%;
    }
	.topping {
		margin-left: -615px;
	}
	.content .left .fxBox {
		width: 110px;
	}
	.content .left .text {
		width: 690px;
		padding: 20px 25px 25px;
	}
	.content .text .title p {
		font-size: 26px;
	}
	.content .text .title span {
		margin-top: 25px;
	}
	.content .text .mainContent {
		margin-top: 18px;
		font-size: 16px;
		line-height: 28px;
	}
	.content .right .wxBox {
        padding: 16px 12px;
        margin-bottom: 30px;
    }
    .content .right .wxBox dt {
        width: 152px;
        margin-right: 4px;
    }
    .content .right .wxBox dd {
        padding-top: 10px;
    }
    .content .right .wxBox dd p {
        font-size: 15px;
        margin-top: 15px;
    }
    .newsBox {
        margin: 30px 0;
    }
    .news .left .title p a {
        font-size: 20px;
    }
    .news .right .title {
        font-size: 20px;
    }
    .newsBox .title b,
    .exhibitionBox .title b {
        font-size: 22px;
    }
    .newsBox li a {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
    .exhibitionBox li p a {
        font-size: 16px;
    }
    .exhibitionBox li p {
        max-height: 44px;
        line-height: 22px;
    }
    .exhibitionBox li span {
        height: 22px;
        line-height: 22px;
        font-size: 15px;
    }
    .footer p:nth-child(1) a {
        font-size: 16px;
    }
    .footer p:nth-child(2) {
        font-size: 18px;
        margin: 34px 0;
    }
    .footer p em {
        font-size: 16px;
        margin: 0 20px;
    }
    .footer p:nth-child(4) {
        height: 36px;
        line-height: 36px;
        margin: 25px 0 20px 0;
    }
    .footer p:nth-child(4) span {
        height: 36px;
        width: 79px;
        padding-left: 36px;
        margin: 0 70px 0 8px;
    }
    .footer p:nth-child(4) span i {
        width: 36px;
        height: 36px;
        background-size: 18px 18px;
    }
    .footer p.copyright {
        height: 55px;
        line-height: 55px;
        font-size: 14px;
    }





}
@media only screen and (min-width: 1600px) and (max-width: 1919px){
    .main,.footer .w, .foot .w{
		width:  1392px;
		min-width:1392px;
	}
    body{min-width:  1392px!important;}
	.top {
		padding: 27px 0;
	}
	.nav a {
		margin-right: 66px;
		font-size: 21px;
	}
	.nav a.focus, .nav a:hover {
		font-size: 22px;
	}
    .content .left {
        width: 70%;
        margin-right: 2%;
    }
    .breadcrumbNav {
        padding-top: 20px;
    }
    .breadcrumbNav p {
        font-size: 15px;
    }
    .content {
        padding-top: 18px;
    }
	.content .left .text {
		width: 780px;
	}
	.topping {
		margin-left: -695px;
	}
    .content .right .wxBox {
        padding: 20px 16px;
    }
    .content .right .wxBox dt {
        margin-right: 16px;
    }
    .content .right .wxBox dd p {
        font-size: 16px;
        margin-top: 18px;
    }
	.newsBox li a {
		height: 60px;
		line-height: 60px;
	}
	.newsBox li i {
		top: 26px;
	}
    .footer p:nth-child(1) a {
        font-size: 16px;
    }
    .footer p:nth-child(2) {
        font-size: 18px;
        margin: 34px 0;
    }
    .footer p em {
        font-size: 16px;
        margin: 0 20px;
    }
    .footer p:nth-child(4) {
        height: 36px;
        line-height: 36px;
        margin: 25px 0 20px 0;
    }
    .footer p:nth-child(4) span {
        height: 36px;
        width: 79px;
        padding-left: 36px;
        margin: 0 70px 0 8px;
    }
    .footer p:nth-child(4) span i {
        width: 36px;
        height: 36px;
        background-size: 18px 18px;
    }
    .footer p.copyright {
        height: 55px;
        line-height: 55px;
        font-size: 14px;
    }
}





















