@charset "utf-8";
.page{
	margin-bottom: 50px;
}
.page a{
	margin: 0 3px;
	font-size: 12px;
	color: #666;
	padding: 0 12px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #eee;
	display: inline-block;
}
.page a:hover{
	color: #D50900;
}
.page a.active{
	background: #D50900;
	color: #fff;
	border: 1px solid #D50900;
}

.head{
	width: 100%;
	height: 100px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	padding: 0 40px;
	transition: .25s;
}
.logo{
	display: inline-block;
	width: 231px;
	height: 60px;
	background: url(../images/logowt.png) no-repeat;
	transition: .25s;
}
.nav{
	margin: 0 50px;
}
.nav span{
	display: block;
	padding: 0 30px;
	position: relative;
}
.navhide{
	width: 200px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 100%;
	background: #f9f9f9;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.navhide a{
	display: block;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.navhide a:hover{
	color: #D50900;
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
}
.nava{
	color: #fff;
	display: block;
	height: 100px;
	line-height: 100px;
	font-size: 16px;
	border-bottom: 2px solid rgba(0,0,0,0);
}
.nav span:hover .nava{
	color: #d50900;
	border-bottom: 2px solid #D50900;
}
.hdrab{
	display: flex;
	align-items: center;
	color: #fff;
	margin-left: 30px;
}
.hdrab img{
	display: block;
	margin-right: 5px;
	margin-top: 2px;
}
.hdrab:hover{
	color: #D50900;
}
.head_active{
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.head_active .nava{
	color: #333;
}
.head_active .logo{
	background: url(../images/logo.png) no-repeat;
}
.head_active .hdrab{
	color: #666;
}
.bntxt{
	color: #fff;
}
.bntxt h3{
	font-size: 50px;
	letter-spacing: 5px;
}
.bntxt h3 i{
	color: #ff3939;
}
.bntxt h4{
	font-size: 24px;
	margin: 30px 0;
	letter-spacing: 5px;
}
.bntxt p{
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 100;
}
.md{
	padding: 90px 0;
}
.m1r{
	width: 52%;
}
.m1l{
	width: 38%;
}
.dx{
	text-transform: uppercase;
}
.mdtop h3{
	font-size: 36px;
	color: #000;
}
.mdtop h3 i{
	color: #D50900;
}
.mdtop h4{
	font-weight: normal;
	line-height: 32px;
	font-size: 18px;
	color: #000;
	margin: 40px 0 18px 0;
}
.m1ltxt{
	color: #666;
	line-height: 28px;
}
.more a{
	color: #666;
	font-weight: bold;
	display: inline-block;
	padding: 0 35px;
    height: 56px;
    border-radius: 56px;
    border: 1px solid #e2e2e2;
    padding-left: 30px;
    line-height: 54px;
}
.more a:hover{
	background: #D50900;
	border: 1px solid #D50900;
	color: #fff;
}
.m2{
	background: url(../images/m2bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.m2bg{
	background: rgba(0,0,0,.5);
	background: linear-gradient(to right, rgba(9,51,108,.7), rgba(202,11,11,.7));
	color: #fff;
	padding: 70px 0;
}
.m2title{
	font-weight: normal;
	line-height: 50px;
	font-size: 30px;
}
.m2a {
	width: 25%;
	border-right: 1px solid rgba(255,255,255,.1);
}
.m2a:last-child{
	border: 0;
}
.m2a h3{
	font-weight: normal;
	margin-bottom: 10px;
}
.m2a h3 i{
	font-weight: bold;
	font-size: 60px;
	margin-right: 15px;
}
.m3la{
	width: 43.5%;
	background: url(../images/m3bg.jpg) no-repeat center;
	background-size: cover;
}
.m3ra{
	width: 47.5%;
	margin-left: 2.5%;
	background: #f7f7f7;
	margin-bottom: 20px;
	padding: 25px;
}
.m3ra:nth-child(3),.m3ra:nth-child(4){
	margin-bottom: 0;
}
.m3ra:hover{
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.m3la:hover{
	box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.m3rimg{
	height: 170px;
}
.m3rimg img{
	max-height: 80%;
	max-width: 80%;
	transition: .5s;
}
.m3rtxt h3{
	font-size: 18px;
	color: #000;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition: .25s;
}
.m3rtxt p{
	line-height: 26px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.m3ra:hover .m3rtxt h3{
	color: #D50900;
}
.m3ra:hover .m3rimg img{
	transform: scale(1.1);
}
.m3la{
	padding: 20px;
}
.m3laimg{
	height: 410px;
}
.m3laimg img{
	max-height: 85%;
	max-width: 85%;
	transition: .5s;
}
.m3latxt h3{
	margin-top: 25px;
	font-size: 24px;
}
.m3latxt p{
	font-size: 16px;
}
.m3la:hover .m3latxt h3{
	color: #D50900;
}
.m3la:hover .m3laimg img{
	transform: scale(1.1);
}
.m4w{
	width: 103%;
}
.m4a{
	width: 30.333333%;
	margin-right: 3%;
	margin-top: 40px;
	font-size: 18px;
	color: #666;
	text-align: center;
}
.m4a p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.m4aimg{
	margin-bottom: 15px;
	height: 300px;
	overflow: hidden;
}
.m4a:hover{
	color: #D50900;
}
.m5r{
	width: 48%;
	margin-left: 50px;
	border-left: 1px solid #eee;
	padding-left: 50px;
}
.m5lba:FIRST-CHILD{
	margin-top: 0;
}

/*视频*/
.videohide{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
    opacity: 0;
	transition: .5s;
}
.videohide_class{
	visibility: visible;
	opacity: 1; 
}
.videohidebg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 10;
}
.videohidebox i{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	border-radius: 30px;
	background: #D50900;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -15px;
	margin-top: -15px;
	border: 2px solid #fff;
	cursor: pointer;
	font-style: normal;
}
.videohidebox i.fa-close:hover{
	-webkit-filter: brightness(110%);
}
.videohidebox{
	width: 50%;
	height: 600px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 25%;
	z-index: 20;
	padding: 10px;
	margin-top: -500px;
	transition: .5s;
}
.videohidebox_class{
	margin-top: -300px;
	opacity: 1;
}
.videohidebox_1{
	width: 100%;
	height: 530px;
}
.videohidebox_1 video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.videohidebox_1 p{
	font-size: 16px;
	color: #000;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.vdbg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}

.m5r_video{
	height: 435px;
	cursor: pointer;
	background-size: cover !important;
}
.vdico{
	width: 50px;
	height: 50px;
	display: inline-block;
	background: url(../images/vdico_03.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	transform: scale(2);
	opacity: 0;
	transition: .5s;
	
	
	opacity: inherit;
	transform: scale(1);
}
.vdbg:hover{
	background: rgba(0,0,0,.2);
}
.vdbg:hover .vdico{
	opacity: inherit;
	transform: scale(1);
}
.m5laimg{
	width: 45%;
	height: 220px;
	overflow: hidden;
	margin-right: 40px;
}
.m5latxt h3{
	font-size: 24px;
	font-weight: normal;
	line-height: 35px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.m5latxt span{
	display: block;
	margin: 12px 0 24px 0;
	color: #c9c9c9;
	font-weight: bold;
	font-size: 13px;
}
.m5latxt p{
	color: #999;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.m5la:hover{
	color: #D50900;
}
.m5lba{
	color: #666;
	line-height: 35px;
	margin-top: 10px;
}
.m5lba p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-right: 15px;
}
.m5lba p i{
	width: 6px;
	height: 6px;
	background: #ddd;
	margin-right:10px;
	border-radius: 6px;
}
.m5lba span{
	color: #c9c9c9;
	font-size: 13px;
	font-weight: bold;
}
.m5lba:hover{
	color: #D50900;
}

.foot{
	background: #f4f4f4;
}
.ftt{
	padding: 30px 0;
	border-bottom: 1px solid #eaeaea;
}
.fttlogo{
	display: inline-block;
	height: 46px;
}
.ftm{
	padding: 50px 0;
	border-bottom: 1px solid #eaeaea;
}
.ftmr{
	width: 20%;
	font-size: 12px;
	line-height: 28px;
}
.ftmr p{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	margin: 15px 0;
}
.ftmr span{
	color: #999;
	display: block;
}
.ftmr img{
	width: 100%;
	display: block;
}
.ewm{
	display: inline-block;
	width: 50%;
}
.ftmla{
	width: 20%;
}
.ftmla h3{
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 5px;
}
.ftmla a{
	display: inline-block;
	line-height: 32px;
	font-size: 12px;
	color: #7f7f7f;
}
.ftmla a:hover{
	color: #D50900;
}
.ftb{
	padding: 20px 0;
	line-height: 30px;
	font-size: 12px;
	color: #7f7f7f;
}
.ftb a{
	color: #7F7F7F;
}
.ftb a:hover{
	color: #D50900;
}
.ftbr .hdrab{
	color: #666;
}

/*二级页面*/
.listbn{
	height: 400px;
	background-size: cover !important;
}
.listmd{
	padding: 40px 0 70px 0;
}
.lml{
	width: 22%;
	margin-right: 35px;
}
.listltop{
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
}
.listltop h4{
	font-size: 32px;
	font-family: times new roman,times,serif;
	color: #D50900;
}
.listltop p{
	font-size: 24px;
	color: #3b3b3b;
	font-weight: bold;
	align-items: flex-end;
	margin: 8px 0;
}
.listltop p i{
	font-weight: normal;
	font-size: 12px;
	color: #dadada;
	height: 16px;
	overflow: hidden;
	margin-bottom: 3px;
}
.listltop span{
	color: #666;
	display: inline-block;
	margin-top: 5px;
}
.listla a{
	height: 66px;
    line-height: 66px;
    width: 100%;
    text-align: left;
    padding-left: 33px;
    transition: 0.4s all;
    background: url(../images/lmlline.png) no-repeat center 10px #ededed;
    margin-bottom: 2px;
    font-size: 16px;
    color: #3b3b3b;
    position: relative;
    display: block;
}
.listla a:hover,.listla p.active a{
	background: url(../images/lmlline_ac.png) no-repeat 26px 10px #D50900;
	color: #fff;
}
.listlb{
	border: 1px solid #eee;
	background: #fff;
}
.listlbw{
	padding: 15px;
	font-size: 12px;
	line-height: 24px;
	color: #666;
}
.listlba{
	margin-bottom: 5px;
}
.listlba:last-child{
	margin-bottom: 0;
}
.listlba i{
	display: inline-block;
	line-height: 22px;
	width: 15px;
	text-align: center;
	color: #D50900;
	font-size: 14px;
}
.listlba:nth-child(3) i{
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
}
.ml10{
	margin-left: 10px;
}


.listrnav{
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #666;
}
.dan_txt img{
	max-width: 70%;
}
.dan_txt video{
	max-width: 100%;
}
.dan_txt{
	line-height: 28px;
	font-size: 14px;
	color: #666;
}
.page{
	margin-bottom: 50px;
}
.page a{
	margin: 0 3px;
	font-size: 12px;
	color: #666;
	padding: 0 12px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #eee;
	display: inline-block;
}
.page a:hover{
	color: #d50900;
}
.page a.active{
	background: #d50900;
	color: #fff;
	border: 1px solid #d50900;
}
.lrwa:first-child{
	padding-top: 5px;
}
.lrwa{
	padding: 25px 0;
	border-bottom: 1px solid #eee;
}
.lrwaimg{
	width: 200px;
	height: 130px;
	overflow: hidden;
	margin-right: 35px;
}
.lrwatxt{
	margin: 0 35px 0 0;
	line-height: 25px;
}
.lrwatxt h3{
	font-size: 16px;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition: .25s;
}
.lrwatxt p{
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}
.lrwa:hover .lrwatxt h3{
	color: #d50900;
}
.lrwar{
	border-left: 1px solid #E6E6E6;
	font-size: 30px;
	padding-left: 30px;
	font-weight: 100;
	color: #999;
}
.lsw{
	width: 102%;
	flex-wrap: wrap;
}
.lswa{
	width: 31.333333%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.lswaimg{
	background-size: cover !important;
	height: 240px;
}
.lswaimg_prd{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #f0f0f0;
	border-bottom: 0;
}
.lswaimg_prd img{
	max-width: 90%;
	max-height: 90%;
	display: block;
	margin: 0 auto;
}
.lswa p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #666;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	background: #f5f5f5;
	padding: 0 15px;
	transition: .25s;
}
.lswa:hover p{
	color: #d50900;
}

/*contact*/
.co1w{
	flex-wrap: wrap;
}
.co1a{
	width: 25%;
	position: relative;
	cursor: pointer;
}
.co1a h3{
	font-size: 18px;
	color: #151743;
	text-transform: uppercase;
	margin: 13px 0;
}
.co1a p{
	color: #666;
	line-height: 25px;
	font-size: 12px;
}
.co1hide{
	width: 120px;
	height: 120px;
	background: #fff;
	box-shadow: 0 3px 12px rgba(0,0,0,.15);
	padding: 10px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 0;
	margin-top: -115px;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
.co1hide img{
	display: block;
	width: 100%;
	height: 100%;
}
.co1hide i{
	color: #fff;
	position: absolute;
	width: 30px;
	text-align: center;
	left: 50%;
	margin-left: -15px;
	bottom: -13px;
	font-size: 24px;
}
.co1a:hover .co1hide{
	opacity: 1;
	visibility: inherit;
	margin-top: -130px;
}
.co2{
	width: 100%;
	height: 550px;
}
.co3w{
	flex-wrap: wrap;
	width: 105%;
}
.co3a{
	width: 45%;
	margin-right: 5%;
	margin-top: 30px;
}
.co3a input{
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #EDEDED;
}
.co3a textarea{
	border-bottom: 1px solid #EDEDED;
	resize: none;
	width: 100%;
	height: 120px;
}
.co3a input:focus,.co3a textarea:focus{
	border-bottom: 1px solid #d50900;
}
.co3a1{
	width: 95%;
}
.co3b{
	width: 95%;
	font-size: 14px;
	color: #888;
}
.co3b input{
	padding: 0 35px;
	line-height: 50px;
	color: #fff;
	background: #d50900;
	cursor: pointer;
	font-size: 16px;
	transition: .25s;
}
.co3b input:hover{
	opacity: .85;
}

/*info*/
.ifw{
	padding: 70px 0 70px 0;
	background: #f8f8f8;
}
.ifbox{
	background: #fff;
	padding: 50px;
	box-shadow: 0 0 10px rgba(0,0,0,.05);
}
.iftop{
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 30px;
}
.iftop h3{
	font-size: 30px;
	color: #121212;
	font-weight: normal;
	line-height: 45px;
	margin-top: 20px;
}
.iftop p{
	font-size: 18px;
	color: #999;
	margin-top: 20px;
}
.iftop p span{
	margin: 0 15px;
}
.iftxt{
	line-height: 30px;
	font-size: 16px;
}
.iftxt img{
	max-width: 80%;
}
.iftxt video{
	max-width: 80%;
}
.listbn1{
	height: 85px;
	background-size: cover !important;
}

.videoinfo{
	text-align: center;
}
.videoinfo video{
	width: 80%;
}






@media only screen and (min-width:768px) and (max-width:1399px) {
	.bnimg{
		height: 750px !important;
	}
	.head{
		height: 85px;
		padding: 0 20px;
	}
	.nava{
		height: 85px;
		line-height: 85px;
		font-size: 16px;
	}
	.nav span{
		padding: 0 20px;
	}
	.nav{
		margin: 0 15px 0 0;
	}
	.hdrab{
		margin-left: 15px;
	}
	.hdrab:first-child{
		margin-left: 0;
	}
	.logo{
		height: 50px;
		background-size: auto 100%;
	}
	.head_active .logo{
		height: 50px;
		background-size: auto 100%;
	}
}
@media only screen and (max-width:1100px) {
	.nav span{
		padding: 0 12px;
	}
	.nava{
		font-size: 14px;
	}
}
@media only screen and (max-width:950px) {
	.page{
		margin-bottom: 10px;
	}
	.page a{
		font-size: 12px;
		height: 32px;
		line-height: 30px;
		padding: 0 12px;
		margin: 5px;
	}
	.videohidebox{
		width: 90%;
		left: 5%;
		margin-left: 0;
		height: 250px;
		margin-top: -210px;
	}
	.videohidebox_1 p{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.videohidebox_1{
		height: 200px;
	}
	.videohidebox_class{
		margin-top: -110px;
	}
	
	.bnimg{
		height: 200px !important;
	}
	.hdrab{
		margin: 0;
		color: #666;
	}
	.wnb{
		padding: 0 25px;
	}
	
	.swiper-container-bn .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
		margin: 0 5px !important;
	}
	.swiper-container-bn .swiper-pagination-bullet-active{
		width: 20px;
	}
	.mt_50,.mt_60,.mt_70{
		margin-top: 25px;
	}
	.md{
		padding: 30px 0;
	}
	.m1 .wrap{
		display: block;
	}
	.m1l,.m1r{
		width: 100%;
		margin: 0;
	}
	.m1l{
		margin-bottom: 20px;
	}
	.mdtop h3{
		font-size: 24px;
	}
	.mdtop h4{
		font-size: 16px;
		margin: 20px 0;
	}
	.more a{
		padding: 0 20px;
		height: 42px;
		line-height: 40px;
		font-size: 12px;
	}
	.m2title{
		font-size: 17px;
		line-height: 35px;
	}
	.m2w{
		flex-wrap: wrap;
		border-right: 1px solid rgba(255,255,255,.1);
		border-bottom: 1px solid rgba(255,255,255,.1);
	}
	.m2a{
		font-size: 12px;
		padding: 15px 0;
		border: 0;
		border-left: 1px solid rgba(255,255,255,.1) !important;
		border-top: 1px solid rgba(255,255,255,.1) !important;
	}
	.m2a h3 i{
		font-size: 24px;
		margin-right: 5px;
	}
	.m2a{
		width: 50%;
	}
	.m3w{
		margin-top: 25px;
		display: block;
	}
	.m3la{
		width: 100%;
	}
	.m3laimg{
		height: 200px;
	}
	.m3rtxt h3{
		font-size: 17px;
	}
	.m3rtxt p{
		font-size: 12px;
	}
	.m3r{
		justify-content: space-between;
	}
	.m3ra{
		margin-left: 0;
		margin-bottom: 0;
		margin-top: 15px;
		padding: 15px;
	}
	.m3rimg{
		height: 100px;
	}
	.m4w{
		width: 100%;
		justify-content: space-between;
	}
	.m4a{
		font-size: 14px;
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}
	.m4aimg{
		height: 120px;
	}
	.m5w{
		display: block;
	}
	.m5r{
		width: 100%;
		margin: 0;
		margin-top: 15px;
		border: 0;
		padding-left: 0;
	}
	.m5r_video{
		height: 230px;
	}
	.m5la{
		display: block;
		border-bottom: 1px solid #eee;
		padding-bottom: 20px;
	}
	.m5laimg{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.m5latxt h3{
		font-size: 18px;
	}
	.m5lba span{
		font-size: 12px;
	}
	.m5lba{
		margin-top: 5px;
	}
	.m5lb{
		margin-top: 15px;
	}
	
	.ftt{
		padding: 15px 0;
	}
	.fttlogo{
		height: 30px;
	}
	.ftm{
		padding: 15px 0;
	}
	.ftml {
		display: none;
	}
	.ftmr{
		width: 100%;
	}
	.ftmr .textright{
		text-align: center;
	}
	.ftmr p{
		font-size: 24px;
	}
	.ewm{
		width:120px;
	}
	.ftb{
		padding: 15px 0;
		display: block;
		text-align: center;
		line-height: 25px;
	}
	.ftbr {
		margin-top: 10px;
		justify-content: center;
	}
	.ftbr .hdrab{
		margin: 0 10px;
	}
	
	
	.listtxt{
		display: none;
	}
	.listw{
		flex-wrap: wrap;
	}
	.listl{
		display: none;
	}
	.listl,.listr{
		width: 100%;
	}
	.listlt{
		padding: 20px;
	}
	.listlt h3{
		font-size: 18px;
	}
	.listlt p{
		font-size: 14px;
	}
	.listmd{
		padding: 25px 0;
	}
	.dan_txt img{
		max-width: 100%;
	}
	.lrwa{
		flex-wrap: wrap;
	}
	.lrwaimg{
		width: 100%;
		height: 220px;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.lrwatxt{
		margin-left: 0;
	}
	.lsw{
		width: 100%;
		flex-wrap: wrap;
	}
	.lswa{
		width: 48%;
		margin-right: 4%;
	}
	.lswa:nth-child(even){
		margin-right: 0;
	}
	.lswaimg{
		height: 150px;
	}
	
	.co1w{
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.co1a{
		width: 50%;
		margin-top: 20px;
	}
	.co1a p{
		font-size: 12px;
	}
	.co1a h3{
		font-size: 15px;
		margin: 5px 0;
	}
	.co1a img.img{
		height: 25px;
		display: block;
		margin: 0 auto;
	}
	.co1hide{
		margin-bottom: 75px;
	}
	.co1a:hover .co1hide{
		margin-bottom: 85px;
	}
	.co2{
		height: 200px;
	}
	.co3w{
		width: 100%;
	}
	.co3a,.co3a1,.co3b{
		margin-right: 0;
		width: 100%;
	}
	.co3a{
		margin-top: 5px;
	}
	.co3a textarea{
		height: 100px;
	}
	.co3a1{
		margin-top: 20px;
	}
	.co3{
		padding-bottom: 50px;
	}
	.co3b{
		flex-wrap: wrap;
		margin-top: 15px;
	}
	.co3b p{
		width: 100%;
		font-size: 12px;
		line-height: 20px;
	}
	.co3br{
		width: 100%;
		margin-top: 15px;
	}
	.co3br input{
		padding: 0 25px;
		line-height: 40px;
		font-size: 14px;
	}
	.listbn1{
		height: 60px;
	}
	.ifw{
		padding: 15px 0 25px 0;
	}
	.ifbox{
		padding: 20px;
	}
	.iftop h3{
		font-size: 18px;
		line-height: 32px;
		margin-top: 0;
	}
	.iftop p{
		font-size: 12px;
		margin-top: 15px;
	}
	.iftop p span{
		margin: 0 5px;
	}
	.iftop{
		padding-bottom: 20px;
	}
	.iftxt{
		margin-top: 20px;
		line-height: 26px;
		font-size: 14px;
	}
	.iftxt img,.iftxt video{
		max-width: 100%;
		height: auto;
	}
	.videoinfo{
		text-align: center;
	}
	.videoinfo video{
		width: 100%;
	}
	.listmd .wrap{
		display: block;
	}
	.lml,.lmr{
		width: 100%;
	}
	.lmr{
		margin-top: 25px;
	}
	.page{
		margin-top: 20px;
	}
	.listbn{
		height: 150px;
	}
}