@charset "utf-8";
.head_pc{
	height: 100px;
	background: #fff;
	padding: 0 35px;
}
.logo{
	display: inline-block;
	height: 65px;
	margin-top: 18px;
}
.nav span{
	display: block;
	float: left;
}
.nava{
	padding: 0 40px;
	display: block;
	line-height: 100px;
	height: 100px;
	font-size: 16px;
	color: #333;
}
.nav span:hover .nava{
	color: #b81b24;
}
.search{
	margin-top: 35px;
	margin-left: 40px;
}
.search1{
	width: 260px;
	height: 30px;
	background: #f4f7fc;
	padding-left: 15px;
	border-radius: 30px;
	float: left;
}
.search2{
	width: 24px;
	height: 24px;
	/*background: url(../images/search_03.png) no-repeat center;*/
	float: left;
	margin: 3px ;
}
.md{
	padding: 55px 0;
}
.m1{
	background: #f7f7f7;
}
.mdtop h4{
	font-size: 38px;
	color: #b81d22;
}
.mdtop p{
	font-size: 16px;
	color: #999;
}
.mdtop img{
	display: block;
	margin: 15px auto;
}
.m1l{
	width: 50%;
	height: 475px;
	background-size: cover !important;
}
.m1span{
	width: 140px;
	height: 434px;
	background: url(../images/m1picr_03.jpg) no-repeat center;
	position: absolute;
	top: 25px;
	right: 0;
}
.m1r{
	width: 35%;
	height: 470px;
	background: #fff;
	margin-left: -30px;
	margin-top: 25px;
	padding: 50px;
}
.m1r p{
	font-size: 20px;
	color: #B81B24;
}
.m1r h4{
	font-size: 24px;
	margin: 25px 0 30px 0;
}
.m1r span{
	display: block;
	line-height: 25px;
}
.m1r a{
	display: inline-block;
	width: 150px;
	height: 40px;
	border: 1px solid #666;
	color: #666;
	text-align: center;
	line-height: 38px;
	margin-top: 50px;
	border-radius: 40px;
}
.m1r a:hover{
	background: #B81B24;
	color: #fff;
	border: 1px solid #B81B24;
}
.m1b{
	padding: 0 14%;
	margin-top: 45px;
}
.m1box{
	width: 25%;
	color: #666;
	transition: .25s;
	padding: 15px 0;
}
.m1box img{
	display: block;
	margin: 0 auto;
}
.m1box p{
	font-size: 18px;
	margin-top: 5px;
}

.m1box img.m1img1{
	display: block;
}
.m1box img.m1img2{
	display: none;
}
.m1box:hover img.m1img1{
	display: none;
}
.m1box:hover img.m1img2{
	display: block;
}
.m1box:hover {
	background: #b81d22;
	color: #fff;
}
.m2b{
	width: 16.66666666%;
	height: 400px;
	background-size: cover !important;
	transition: all 500ms cubic-bezier(0, 1.02, 0.99, 1);
}
.current{
	width: 21.6% !important;
	transition:all 500ms cubic-bezier(0, 1.02, 0.99, 1);
}
.m2bg{
	background: rgba(0,0,0,.4 );
	width: 100%;
	height: 100%;
	color: #fff;
	transition: .25s;
	padding-top: 110px;
}
.m2bg img{
	width: 40px;
	display: block;
	margin: 0 auto;
}
.m2bg h4{
	font-size: 30px;
	margin-top: 40px;
	font-weight: normal;
	margin: 40px 0 30px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.m2bg i{
	width: 30px;
	height: 1px;
	background: #fff;
}
.m2btxt{
	display: none;
}
.m2btxt p{
	font-size: 12px;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.m2btxt a{
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 35px;
}
.m2btxt a:hover{
	background: rgba(184, 29, 34, 1);
}
.m2bg:hover{
	background: rgba(184, 29, 34, .8);
	padding-top: 60px;
}
.m2bg:hover .m2btxt{
	display: block;
}
.m2{
	padding-bottom: 0;
}
.m3w{
	padding: 0 14%;
}
.hvimg{
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transition: 1s;
}
.m3l{
	width: 49%;
}
.m3l:hover .hvimg{
	transform: scale(1.1);
}
.m3limg{
	height: 320px;
	overflow: hidden;
}
.m3ltxt{
	padding: 45px 40px;
	background: #f6f6f6;
}
.m3ltxt h4{
	font-size: 16px;
	font-weight: normal;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.m3ltxt p{
	font-size: 13px;
	color: #666;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 10px;
}
.m3r{
	width: 49%;
}
.m3ra{
	display: block;
	padding: 20px;
	background: #f6f6f6;
	margin-bottom: 10px;
}
.m3rtxt h4{
	font-size: 16px;
	font-weight: normal;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.m3rtxt p{
	font-size: 13px;
	color: #666;
	line-height: 23px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 10px;
}
.m3rimg{
	width: 20%;
	height: 74px;
	overflow: hidden;
}
.m3rtxt{
	width: 73%;
	transition: .25s;
}
.m3ra:hover .hvimg{
	transform: scale(1.1);
}
.m3ra:hover .m3rtxt{
	width: 76%;
}
.morea a{
	display: inline-block;
	padding: 13px 55px;
	border: 1px solid #666;
	color: #666;
	border-radius: 40px;
}
.morea a:hover{
	background: #B81B24;
	border: 1px solid #B81B24;
	color: #fff;
}
.m4{
	background: #f6f6f6;
}
.m4img{
	height: 300px;
	background-size: cover !important;
	transition: 1s;
	overflow: hidden;
}
.m4a{
	font-size: 16px;
	color: #666;
	text-align: center;
}
.m4a p{
	height: 40px;
	line-height: 40px;
}
.m4a:hover .m4img{
	box-shadow: 0 3px 25px rgba(0,0,0,.15);
}
.m4a:hover .hvimg{
	transform: scale(1.05);
}
.swiper-button-next-m4{
	background: rgba(255,255,255,.8);
	width: 19.5%;
	height: 300px;
	top: 0;
	right: 0;
	margin-top: 0;
}
.swiper-button-prev-m4{
	background: rgba(255,255,255,.8);
	width: 19.5%;
	height: 300px;
	top: 0;
	left: 0;
	margin-top: 0;
}
.swiper-button-prev-m4 p,.swiper-button-next-m4 p{
	width: 100%;
	background: #f6f6f6;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	margin-bottom: -40px;
	text-align: center;
	font-size: 13px;
	color: #000;
}
.swiper-button-prev-m4 p img,.swiper-button-next-m4 p img{
	height: 10px;
	vertical-align: middle;
	margin-top: -3px;
}
.fttop{
	padding: 30px 14% 80px 14%;
	background: #272727;
	color: #fff;
}
.ftl{
	width: 17%;
}
.ftl h4{
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 20px;
}
.ftl a{
	color: #fff;
	display: inline-block;
	line-height: 36px;
}
.ftl a:hover{
	color: #b81d22;
}
.ftl_1{
	width: 32%;
}
.ftl_1 p{
	line-height: 36px;
}
.ftl_1 p i{
	font-size: 27px;
	font-weight: bold;
}
.ftl_2{
	width: 15%;
	text-align: right;
}
.ftl_2 img{
	max-width: 100%;
	display: block;
}
.ftbot{
	padding: 25px 14%;
	background: #b81d22;
	color: #fff;
	height: 80px;
	line-height: 30px;
	overflow: hidden;
}
.ftbotr a{
	display: inline-block;
	position: relative;
	height: 30px;
	width: 30px;
	margin-left: 8px;
	transition: 0s;
}
.ftbotr img{
	display: block;
	width: 100%;
}
.bshare-custom a{
	height: 30px !important;
	width: 30px !important;
}
.ftactive{
	display: inline-block !important;
	height: 30px !important;
	width: 30px !important;
	background: url(../images/share-copyLink.png) no-repeat center !important;
	background-size: 100% 100% !important;
}
.bshare-custom .bshare-sinaminiblog{
	background: url(../images/share-weibo.png) no-repeat center !important;
	background-size: 100% 100% !important;
}
.bshare-custom .bshare-weixin{
	background: url(../images/share-wechat.png) no-repeat center !important;
	background-size: 100% 100% !important;
}
.bshare-custom .bshare-qqim{
	background: url(../images/share-qq.png) no-repeat center !important;
	background-size: 100% 100% !important;
}
.bshare-custom .bshare-qzone{
	background: url(../images/share-qzone.png) no-repeat center !important;
	background-size: 100% 100% !important;
}
.bsBox{
	-webkit-box-sizing: content-box !important;
}

.listbn{
	height: 500px;
	background-size: cover !important;
}
.ltxt{
	padding-top: 272px;
}
.ltxt h4{
	font-size: 34px;
	color: #fff;
}
.ltxt em{
	width: 58px;
	height: 2px;
	display: block;
	margin: 25px auto 30px auto;
	background: #fff;
}
.ltxt span{
	width: 28px;
	height: 44px;
	line-height: 40px;
	border: 2px solid #fff;
	border-radius: 20px;
	display: inline-block;
}
.ltxt span i{
	width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    animation: dong 2s infinite;
    vertical-align: middle;
    margin-top: -3px;
}
@keyframes dong { 
    0% {             
       transform: translate(0px, -15px);            
       opacity: 1;
    }
    100% {                
       transform: translate(0px, 15px);
       opacity: .5;
    }
}
.lnav {
	margin-top: -90px;
	padding: 20px 0 0 0;
	background: rgba(0,0,0,.4);
}
.lnav a{
	display: inline-block;
	padding: 0 23px;
	height: 50px;
	line-height: 48px;
	border: 1px solid rgba(255,255,255,.5);
	color: #fff;
	background: rgba(255,255,255,.1);
	margin: 0 3px;
	margin-bottom: 20px;
}
.lnav a.active,.lnav a:hover{
	background: #B81B24;
}
.atop h4{
	font-size: 40px;
	color: #B81B24;
	letter-spacing: 5px;
}
.atop span{
	display: block;
	width: 75px;
	height: 2px;
	background: #f0f0f0;
	margin: 0 auto;
	margin-top: 20px;
}
.a1txt{
	margin-top: 10px;
	line-height: 32px;
	text-indent: 2em;
}
.a2{
	background: #f6f6f6;
}
.numberbox1{
	width: 25%;
	text-align: center;
	float: left;
}
.numberbox1 .counter{
	font-size: 50px;
	color: #B81B24;
}
.numberbox1 h4 i{
	font-size: 14px;
	color: #666;
	font-weight: normal;
}
.numberbox1 p{
	font-size: 16px;
	color: #666;
	margin-top: 5px;
}
.a3{
	background: url(../images/a3bg_02.png) no-repeat bottom center #fff;
}
.a3 img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.a4w{
	width: 48%;
}
.aq1{
	padding: 110px 0 50px 0;
	background: url(../images/qywhbg_02.jpg) no-repeat center;
	background-size: cover;
}
.aq1top h4{
	font-size: 30px;
	color: #d5d5d5;
	font-weight: normal;
	display: inline-block;
	border-bottom: 1px solid #e7e7e9;
	padding-bottom: 20px;
}
.aq1top h4 i{
	color: #B81B24;
	margin-left: 15px;
}
.aql{
	width: 70%;
}
.aql h4{
	font-size: 24px;
	color: #B81B24;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 15px;
}
.aql p{
	font-size: 18px;
	line-height: 36px;
}
.aqr{
	width: 25%;
}
.aqr img{
	max-width: 100%;
}
.azimg img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.aza p{
	margin-top: 25px;
}
.azw{
	width: 102%;
}
.aza{
	width: 23%;
	margin-right: 2%;
	border: 1px solid #f3f3f3;
	padding: 20px;
	margin-bottom: 30px;
	transition: .5s;
}
.aza:hover{
	box-shadow: 0 2px 35px rgba(0,0,0,.2);
	transform: translateY(-10px);
}
.page a{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	text-align: center;
	line-height: 28px;
}
.page a:hover{
	background: #f2f2f2;
}
.page a.active{
	background: #B81B24;
	color: #fff;
	border: 1px solid #B81B24;
}
.page a:last-child,.page a:first-child{
	width: 35px;
}

.lnav1 a{
	background: rgba(0,0,0,.2);
	width: 170px;
	padding: 0;
}
.lnav1 a i{
	display: inline-block;
	width: 15px;
	height: 1px;
	background: #fff;
	vertical-align: middle;
	margin-top: -3px;
	transition: .25s;
	opacity: 0;
}
.lnav1 a i.i1{
	margin-right: 15px;
	transform: rotateZ(-90deg);
}
.lnav1 a i.i2{
	margin-left: 15px;
	transform: rotateZ(90deg);
}
.lnav1 a:hover i.i1{
	transform: rotateZ(0deg);
	opacity: 1;
}
.lnav1 a:hover i.i2{
	transform: rotateZ(0deg);
	opacity: 1;
}
.lnav1 a.active i{
	opacity: 1;
	transform: rotateZ(0deg);
}

.n1a{
	padding: 15px;
	transition: .25s;
	margin-bottom: 15px;
}
.n1aimg{
	width: 30%;
	height: 205px;
	overflow: hidden;
}
.n1ar{
	width: 67%;
}
.n1ar1{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 10px;
}
.n1ar p{
	color: #999;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 15px;
}
.n1ar2{
	display: inline-block;
	text-align: center;
    margin-top: 25px;
    width: 122px;
    height: 40px;
    line-height: 38px;
    border-radius: 30px;
    border: 1px solid #ddd;
    color: #666;
}
.n1a:hover{
	box-shadow: 0 0 25px rgba(0,0,0,.15);
}
.n1a:hover .n1ar1{
	color: #B81B24;
}
.n1a:hover .n1ar2{
	background: #B81B24;
	color: #fff;
	border: 1px solid #B81B24;
}
.n1a:hover .hvimg{
	transform: scale(1.2);
}
.nitop{
	font-size: 24px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 35px;
	line-height: 35px;
}
.nitxt{
	margin-top: 50px;
	line-height: 30px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 35px;
}
.nitxt p{
	text-indent: 2em;
}
.nitxt img{
	max-width: 100%;
}
.nitop1{
	margin-top: 30px;
	font-size: 13px;
	color: #999;
}
.nibot a{
	display: block;
	width: 50%;
	float: left;
	text-align: left;
	color: #666;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 20px;
}
.nibot a:last-child{
	text-align: right;
}
.nibot a:hover{
	color: #B81B24;
}

.rc1l{
	width: 49%;
}
.rc1l img{
	width: 100%;
	display: block;
}
.rc1txt{
	background: #B81B24;
	color: #fff;
	padding: 25px;
	margin-bottom: 20px;
}
.rc1txt h4{
	font-size: 24px;
}
.rc1txt p{
	margin-top: 15px;
}
.rc1r{
	width: 49%;
	background: #B81B24;
	color: #fff;
	padding: 30px 40px;
	line-height: 32px;
	font-size: 16px;
	margin-top: 20px;
}

.ygw{
	width: 102%;
}
.yga{
	width: 23%;
	margin-right: 2%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.ygimg{
	width: 100%;
	height: 230px;
	background-size: cover !important; 
}
.ygtxt{
	padding: 15px 10px;
}
.ygtxt h4{
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ygtxt p{
	color: #888;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.yga:hover{
	box-shadow: 0 1px 25px #b4bfe0;
	transform: translateY(-10px);
}
.gwa{
	padding: 15px;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.gwal h4{
	font-size: 18px;
	font-weight: normal;
}
.gwal p{
	color: #999;
	margin-top: 10px;
}
.gwar h4{
	font-size: 18px;
	color: #ff5959;
	font-weight: normal;
}
.gwar p{
	color: #999;
	margin-top: 10px;
}
.gw{
	padding: 55px 0 35px 0;
}
.gitl p{
	font-size: 15px;
	color: #666;
}
.gitl h4{
	font-size: 36px;
	font-weight: normal;
	margin: 15px 0;
}
.gitl span{
	display: block;
	color: #999;
}
.gitr h4{
	font-size: 26px;
	color: #FF5959;
	text-align: right;
	margin-top: 20px;
}
.gitr p{
	color: #999;
	margin-top: 20px;
}
.git{
	background: #fbfcfd;
	padding: 20px 30px;
}
.gibtxt h4{
	font-weight: normal;
	font-size: 16px;
	color: #3f3f3f;
}
.gibtxt span{
	display: block;
	margin: 15px 0 20px 0;
	height: 2px;
	width: 22px;
	background: #00a7f3;
}
.gibtxt>div{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-indent: 2em;
} 

.zba{
	padding: 0 0 0 20px;
	background: #fbfafb;
	height: 46px;
	line-height: 46px;
	margin-bottom: 10px;
}
.zba a.fl{
	font-weight: bold;
	color: #333;
	max-width: 75%;
	height: 46px;
	overflow: hidden;
	font-size: 16px;
}
.zba a.fl:hover{
	color: #B81B24;
}
.zbar span{
	font-size: 16px;
	color: #666;
}
.zbar a{
	display: inline-block;
	font-size: 16px;
	margin-left: 80px;
	line-height: 46px;
	background: url(../images/xzico_03.png) no-repeat left center;
	width: 125px;
	text-align: center;
	background-position-x: 14px;
	padding-left: 17px;
}
.zbar a:hover{
	background: url(../images/xzico1_03.png) no-repeat left center #B81B24;
	background-position-x: 14px;
	color: #fff;
}
.page_1 a.active{
	background: #c49d50;
	border: 1px solid #c49d50;
}

.c1top h4{
	font-size: 30px;
	margin-bottom: 20px;
	color: #666;
}
.c1top p{
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.c1map{
	height: 400px;
}

.c2tra{
	width: 100%;
	height: 180px;
	border: 1px solid #ddd;
	resize: none;
	padding: 15px;
	font-size: 16px;
}
.c2c50{
	width: 49%;
}
.c2c50 input[type="text"]{
	width: 100%;
	height: 48px;
	padding-left: 15px;
	border: 1px solid #ddd;
	font-size: 16px;
}
.c2clr{
	margin-top: 20px;
}
.c2c50 input[type="radio"]{
	-webkit-appearance:radio;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}
.c2c50 label{
	cursor: pointer;
	line-height: 48px;
	font-size: 16px;
	margin-right: 10px;
}
.c2c100{
	width: 100%;
}
.c2c100 input{
	width: 170px !important;
	height: 48px;
	padding-left: 15px;
	border: 1px solid #ddd;
	font-size: 16px;
}
.code{
	width: 100px;
	height: 48px;
	line-height: 48px;
	display: block;
	color: #079791;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	letter-spacing: 2px;
	cursor: pointer;
}
.sbmmsg{
	width: 100%;
	height: 45px;
	background: #B81B24;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
}





@media only screen and (max-width:1500px) {
	.nava{
		padding: 0 18px;
	}
	.search{
		margin-left: 20px;
	}
	.m1b,.m3w{
		padding: 0 5%;
	}
	.fttop{
		padding: 30px 10% 60px 10%;
	}
	.ftbot{
		padding: 25px 10%;
	}
}

@media only screen and (min-width:768px) and (max-width:1199px) {
	.head_pc{
		padding: 0 10px;
	}
	.nava{
		padding: 0 10px;
		font-size: 14px;
	}
	.search1{
		width: 130px;
	}
	.m1b,.m3w{
		padding: 0 15px;
	}
	.fttop{
		padding: 30px 15px 60px 15px;
	}
	.ftbot{
		padding: 25px 15px;
	}
	.m2bg h4{
		font-size: 24px;
	}
	.m4img{
		height: 200px;
	}
	.swiper-button-next-m4,.swiper-button-prev-m4{
		height: 200px;
	}
	.n1aimg{
		height: 180px;
	}
	.n1ar1{
		margin-top: 0;
	}
	.rc1r{
		margin-top: 0;
		font-size: 14px;
		line-height: 28px;
		padding: 20px;
	}
	.ygimg{
		height: 200px;
	}
}
@media only screen and (max-width:950px) {
	
}
@media only screen and (max-width:768px) {
	.swiper-container-bn .swiper-pagination-bullet{
		height: 10px;
		width: 10px;
	}
	.mdtop h4{
		font-size: 24px;
	}
	.md{
		padding: 30px 0;
	}
	.mdtop p{
		font-size: 14px;
	}
	.m1l{
		height: 200px;
		width: 100%;
	}
	.m1w{
		margin-top: 30px;
	}
	.m1r{
		width: 100%;
		margin-left: 0;
		margin-top: 0;
		height: auto;
		padding: 20px;
	}
	.m1r a{
		margin-top: 20px;
	}
	.m1span{
		display: none;
	}
	.m1b{
		padding: 0;
	}
	.m1box img{
		height: 30px;
	}
	.m1box p{
		font-size: 14px;
		margin-top: 10px;
	}
	.m1b{
		margin-top: 20px;
	}
	.m2b{
		width: 50% !important;
	}
	.m2bg h4{
		font-size: 22px;
	}
	.m3l{
		width: 100%;
	}
	.m3limg{
		height: 170px;
	}
	.m3ltxt{
		padding: 20px;
	}
	.m3r{
		width: 100%;
		margin-top: 10px;
	}
	.m3ra{
		padding: 15px;
	}
	.m3rimg{
		width: 35%;
	}
	.m3rtxt{
		width: 60%;
	}
	.morea a{
		padding: 8px 25px;
	}
	.morea {
		margin-top: 20px;
	}
	.swiper-button-next-m4,.swiper-button-prev-m4{
		display: none;
	}
	.m4img{
		height: 140px;
	}
	.fttop{
		padding: 30px 15px;
	}
	.ftl{
		width: 100%;
		margin-bottom: 20px;
	}
	.ftl p{
		display: inline-block;
		margin-right: 10px;
	}
	.ftl_2{
		width: 100%;
		text-align: center;
	}
	.ftl_2 img{
		margin: 0 auto;
	}
	.ftbot{
		height: auto;
		text-align: center;
		padding: 10px;
		font-size: 12px;
	}
	.ftbotr{
		width: 100%;
		margin-top: 10px;
		height: 30px;
		overflow: hidden;
	}
	.lnav{
		margin-top: 0;
		background: none;
		text-align: left;
		padding: 20px 15px 0 15px;
	}
	.lnav a{
		border: 1px solid #666;
		color: #666;
		height: 40px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	.lnav a.active,.lnav a:hover{
		color: #fff;
		border: 1px solid #B81B24;
	}
	.numberbox1{
		width: 50%;
		margin: 5px 0;
	}
	.numberbox1 .counter{
		font-size: 40px;
	}
	.aql,.aqr{
		width: 100%;
	}
	.aql h4{
		margin-top: 20px;
		font-size: 18px;
	}
	.aql p{
		font-size: 16px;
		line-height: 30px;
	}
	.aq1top h4 i{
		margin-left: 0;
		margin-top: 10px;
	}
	.aq1 .mt_35{
		margin-top: 0;
	}
	.aqr{
		margin-top: 20px;
	}
	.azw{
		width: 100%;
	}
	.aza{
		width: 48%;
		margin-right: 0;
		margin-bottom: 15px;
		padding: 15px;
	}
	.aza:nth-child(odd){
		float: left;
	}
	.aza:nth-child(even){
		float: right;
	}
	.listbn{
		height: 180px;
	}
	.ltxt{
		padding-top: 30px;
	}
	.ltxt h4{
		font-size: 24px;
	}
	.ltxt em{
		margin: 15px auto;
		height: 1px;
	}
	.lnav a{
		float: left;
		width: 31.3333%;
		margin: 0 1%;
		margin-bottom: 10px;
		padding: 0;
		text-align: center;
	}
	.lnav1 a{
		background: none;
	}
	.n1a{
		padding: 0;
	}
	.n1aimg{
		width: 35%;
		height: 80px;
	}
	.n1ar2{
		display: none;
	}
	.n1ar{
		width: 62%;
	}
	.n1ar1{
		margin-top: 0;
		font-size: 15px;
		margin-top: 3px;
	}
	.n1ar p{
		font-size: 13px;
		-webkit-line-clamp: 2;
		margin-top: 5px;
		line-height: 25px;
	}
	.n1a:hover{
		box-shadow: 0 0 0px rgba(0,0,0,0);
	}
	.nitop1{
		line-height: 25px;
		margin-top: 20px;
	}
	.nitop{
		font-size: 20px;
		padding-bottom: 20px;
	}
	.nitxt{
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.nibot a{
		width: 100%;
	}
	.nibot a:last-child{
		text-align: left;
	}
	.lnav1 a{
		text-align: center;
	}
	.lnav1 a i{
		display: none;
	}
	.rc1l{
		width: 100%;
	}
	.rc1r{
		width: 100%;
		padding: 20px;
		font-size: 14px;
		line-height: 28px;
	}
	#pictureViewer>.content{
		width: 90%;
		margin-left: 5%;
		height: 260px;
	}
	.ygw{
		width: 100%;
	}
	.yga{
		width: 48%;
	}
	.yga:nth-child(odd){
		float: left;
	}
	.yga:nth-child(even){
		float: right;
	}
	.ygimg{
		height: 150px;
	}
	.gitl,.gitr{
		width: 100%;
		text-align: center;
	}
	.gitr h4{
		text-align: center;
	}
	.zba{
		height: auto;
		line-height: 28px;
		padding: 10px;
	}
	.zba a.fl{
		height: 28px;
		line-height: 28px;
		overflow: hidden;
		width: 100%;
		max-width: 100%;
		font-size: 14px;
	}
	.zbar a{
		float: right;
		margin-left: 0;
		height: 28px;
		line-height: 28px;
		font-size: 16px;
		width: 110px;
	}
	.zbar{
		width: 100%;
	}
	.zbar span{
		font-size: 14px;
	}
	.c1map{
		height: 200px;
	}
	.c2c50 input[type="text"]{
		font-size: 14px;
		height: 40px;
	}
	.c2tra{
		height: 120px;
		font-size: 14px;
	}
	.code{
		height: 40px;
		line-height: 40px;
	}
	.page_1 {
		text-align: center;
	}
}