@charset "utf-8";
.logo img{
	width: 112px;
}
/*视频*/
.videohide{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
    opacity: 0;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.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{
	position: relative;
	width: 1000px;
	height: auto;
	background: #fff;
	z-index: 20;
	padding: 10px;
	transition: .5s;
	margin-top: -100px;
}
.videohidebox_class{
	margin-top: 0;
	opacity: 1;
}
.videohidebox_1{
	width: 100%;
	height: auto;
}
.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;
}
.head{
	height: 100px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.head_height{
	height: 100px;
}
.nav span{
	position: relative;
	/*padding: 10px 0;*/
	/*margin-left: 15px;*/
	width: 160px;
	text-align: center;
}
.nava{
	display: block;
	line-height: 50px;
	font-size: 16px;
	padding: 0 25px;
}
.nav span:hover .nava,.nav span.active .nava{
	background: #08237E;
	color: #fff;
}
/*修改*/
.navhide{
	z-index: 9;
	position: absolute;
	left: 10%;
	margin-left: -75px;
	top: 100%;
	margin-top: 20px;
	background: #fff;
	padding: 0;
	overflow: hidden;
	width: 250px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	/*padding: 5px;*/
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a{
	display: block;
	line-height: 38px;
	text-align: center;
	color: #333;
	font-size: 14px;
}
.navhide a:hover{
	color: #08237E;
}
.textcolor{
	color: #08237E;
}
.bgcolor{
	background: #08237E;
	color: #fff;
}
.md{
	padding: 85px 0;
}
.itoptitlei{
	width: 5px;
	height: 40px;
	background: #08237E;
	margin-right: 15px;
	margin-top: 2px;
}
.itop h1{
	font-size: 42px;
	color: #243042;
}
.i1t span{
	padding: 10px 20px;
	line-height: 40px;
	border: 1px solid #08237E;
	display: inline-block;
}
.i1line{
	height: 2px;
	width: 145px;
	background: #08237E;
	opacity: .3;
	display: block;
	margin: 10px 0 20px 0;
}
.i1a p{
	line-height: 28px;
}
.i1a{
	width: 29.5%;
	box-shadow: 0px 4px 9px rgba(191, 191, 191, 0.25);
	padding: 25px;
}
.i1a:hover{
	background: url(../images/i1abg.png) no-repeat center;
}
.i2{
	background: url(../images/i2bg.jpg) no-repeat bottom center;
}
.i2aw{
	width: 200px;
	height: 200px;
	background: linear-gradient(134.13deg, rgba(8, 35, 126, 0.6) 0%, rgba(8, 35, 126, 0.402) 100%), #FFFFFF;
	box-shadow: 14px 10px 20px rgba(18, 38, 170, 0.15);
	border-radius: 50px;
	padding: 10px 25px;
	color: #fff;
	line-height: 24px;
	transition: .25s;
	position: relative;
	z-index: 9;
}
.i2a:hover .i2aw{
	background: linear-gradient(134.13deg, #08237E 0%, rgba(8, 35, 126, 0.67) 100%);
}
.i2a::after{
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background: rgba(43, 92, 255, 0.15);
	box-shadow: 14px 10px 20px rgba(18, 38, 170, 0.15);
	content: "";
	position: absolute;
	left: -10px;
	top: -10px;
}
.i3a{
	width: 20%;
}
.i3a h3{
	line-height: 48px;
	background: rgba(68, 82, 104, 0.32);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	color: #fff;
	text-align: center;
}
.i3atxt{
	width: 100%;
	height: 40%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #07294A 100%);
	color: #fff;
	display: flex;
	align-items: flex-end;
	padding: 25px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.i3atxtw{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	line-height: 25px;
	height: 100px;
}
.i3ab{
	background: rgba(222, 222, 222, 0.26);
	box-shadow: 0px 4px 4px rgba(207, 207, 207, 0.25);
	padding: 15px 20px;
	line-height: 20px;
}
.i3ab p{
	height: 60px;
	overflow: hidden;
	color: #767676;
}
.i4a{
	line-height: 35px;
	padding: 15px 20px;
	background: rgba(8, 35, 126, 0.03);
	box-shadow: 0px 4px 4px rgba(208, 208, 208, 0.25);
}
.i4aline img{
	display: block;
	margin: 0 auto;
}
.i4b{
	justify-content: space-around;
}
.i5{
	background: url(../images/i5bg.jpg) no-repeat center;
	padding: 60px 0 40px 0;
}
.itopwt .itoptitle h1{
	color: #fff;
}
.itopwt .itoptitlei{
	background: #fff;
}
.i5wa a{
	width: 358px;
	line-height: 90px;
	display: inline-block;
	font-size: 20px;
}
.i5wtxt{
	font-size: 12px;
	line-height: 30px;
	font-weight: 100;
}
.ftl a{
	display: inline-block;
	height: 114px;
}
.ft{
	padding: 65px 0;
	background: linear-gradient(0deg, #F2F2F2, #F2F2F2);
}
.ftr{
	margin-left: 8%;
}
.ftraline{
	width: 40px;
	height: 1px;
	background: #000;
	display: block;
	margin: 10px 0 15px 0;
}
.ftra p,.ftra p a{
	line-height: 40px;
	font-size: 16px;
}
.ftra p a:hover{
	color: #08237E;
}
.fb a{
	color: #fff;
}
.fb{
	line-height: 25px;
	padding: 10px 0;
	background: #383838;
	color: #fff;
}
.fbl i{
	margin: 0 15px;
}
.fbl i:last-child{
	display: none;
}

.listbn{
	height: 600px;
}
.itopsp{
	font-weight: 100;
	color: #000;
	margin-top: 15px;
}
.ab1w{
	padding: 50px 0 100px 0;
	background: url(../images/ab1bg.png) no-repeat left center;
	background-size: 78% 100%;
}
.ab1r{
	width: 41%;
	margin-left: 8%;
}
.ab1r img{
	position: relative;
	z-index: 10;
}
.ab1r::after{
	width: 60%;
	height: 400px;
	background: #08237E;
	position: absolute;
	right: -30px;
	top: -30px;
	content: "";
}
.textcolor1{
	color: #243042;
}
.ab1line{
	display: block;
	width: 56px;
	height: 2px;
	background: #08237E;
	margin-top: 15px;
}
.ab1ltxt{
	line-height: 48px;
}
.ab2{
	background: url(../images/ab2bg.jpg) no-repeat bottom center;
}
.ab2w img{
	max-width: 100%;
}
.listnav{
	line-height: 25px;
	padding: 10px 0;
	background: #F9F9F9;
	box-shadow: 0px 2px 4px rgba(210, 210, 210, 0.25);
	color: #888;
}

.yf1{
	padding-top: 60px;
}
.yf1a{
	width: 30.33%;
	margin: 0 1.5%;
	margin-top: 55px;
}
.yf1a_i{
	width: 46px;
	height: 46px;
	font-size: 18px;
	margin: 0 auto;
}
.yf1a_i i{
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #08237E;
	color: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 9;
}
.yf1a_i::after{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	content: "";
	background: rgba(8, 35, 126, 0.29);
	position: absolute;
	right: -7px;
	top: 0;
}
.yf1abl{
	width: 50%;
	height: 100%;
	padding: 20px;
	background: linear-gradient(180deg, rgba(8, 35, 126, 0.8) 0%, rgba(8, 35, 126, 0.432) 100%);
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}
.yf1abltxt{
	line-height: 25px;
	height: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.yf1a:hover .yf1abl{
	width: 100%;
	padding: 20px 50px;
}
.yf1a:hover .yf1abltxt{
	opacity: 1;
	visibility: inherit;
	height: auto;
	font-weight: 100;
}

.hx11txt{
	background: rgba(196, 196, 196, 0.12);
	padding: 20px 0;
}
.hx1atxt h2 i{
	width: 14px;
	height: 14px;
}
.hx1a:nth-child(even){
	flex-flow: row-reverse;
}
.hx1a:nth-child(even) .hx1atxt{
	padding-right: 50px;
}
.hx1a:nth-child(odd) .hx1atxt{
	padding-left: 50px;
}

.listmd{
	padding-top: 60px;
}
.zltab{
	width: 100%;
}
.zltab th{
	background: #08237E;
	line-height: 60px;
	padding: 20px;
	font-size: 24px;
	color: #fff;
}
.zltab td{
	padding: 20px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 100;
	background: #f3f5f8;
}
.zltab td.active{
	background: linear-gradient(180deg, #E9EEF6 68.23%, rgba(248, 248, 252, 0.72) 100%);
}

.itop .ab1line{
	margin: 0 auto;
	margin-top: 15px;
}
.ru1r{
	width: 40%;
	margin-left: 25px;
}
.ru1lal{
	width: 48px;
	background: #08237E;
}
.ru1lal i{
	width: 16px;
	height: 16px;
	background: url(../images/ru1lalico.png) no-repeat center;
	background-size: 100% 100%;
}
.ru1lar p{
	line-height: 22px;
	font-weight: 100;
}
.ru1lar{
	color: #fff;
	padding: 10px 25px;
	background: rgba(8, 35, 126, 0.49);
	min-height: 110px;
}
.ru1la{
	margin-bottom: 18px;
}
.ru1la:last-child{
	margin-bottom: 0;
}
.ru2{
	background: url(../images/ru2bg.jpg) no-repeat center;
}
.itopwt .ab1line{
	background: #fff;
}
.itopwt h1{
	color: #fff;
}
.ru2a{
	width: 200px;
}
.ru2aline{
	margin: 0 20px;
	margin-top: 3%;
}
.ru2a p{
	text-align: left;
	font-weight: 100;
}
.ftwt_100{
	font-weight: 100;
}
.ru3a{
	width: 31%;
}
.ru3aw{
	padding: 30px 25px;
	padding-bottom: 70px;
}
.ru3aw{
	background: rgba(8, 35, 126, 0.03);
	border: 1px solid #EDEDED;
	box-shadow: 0px 4px 20px rgba(197, 197, 197, 0.25);
}
.ru3awtxt p{
	line-height: 25px;
}
.ru3awtxt{
	height: 75px;
}
.ru3ab{
	padding: 10px 15px;
	background: #08237E;
	color: #fff;
	width: 85%;
	margin: 0 auto;
	margin-top: -40px;
}
.ru3ab span{
	width: 33.33%;
}
.ru4{
	background: url(../images/ru4bg.jpg) no-repeat bottom center;
}
.ru4ta{
	width: 160px;
	height: 160px;
	background: #fff;
	border: 10px solid rgba(8, 35, 126, 0.2);
	box-shadow: 0px 4px 10px rgba(8, 35, 126, 0.32);
	border-radius: 100%;
	color: #08237E;
	margin-top: 60px;
}
.ru4b{
	padding-top: 20px;
	border-top: 1px solid #d5d5d5;
}
.ru4ba{
	width: 30.33%;
	margin-right: 3%;
	margin-top: 40px;
}
.ru4bw{
	width: 103%;
}
.ru4bat{
	cursor: pointer;
}
.ru4bat h3{
	line-height: 60px;
	padding: 0 15px;
	background: #fff;
	transition: .25s;
}
.ru4bat span{
	width: 60px;
	height: 60px;
	background: #08237E;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	transition: .25s;
}
.ru4bat span i{
	transition: .25s;
}
.ru4bat.active h3{
	background: #08237E;
	color: #fff;
}
.ru4bat.active span{
	background: #CACACA;
	color: #333;
}
.ru4bat.active span i{
	transform:rotate(180deg);
}
.ru4bab{
	padding: 15px 20px;
	background: #fff;
	line-height: 28px;
	display: none;
	position: relative;
}
.ru4bab::after{
	width: 4px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #08237E;
}
.pdat{
	padding: 15px 20px;
}
.pdabl{
	width: 30%;
	margin-right: 15px;
}
.pdabra{
	padding: 20px 20px;
	background: #F9F9F9;
	border: 1px solid #F1F1F1;
	box-shadow: 0px 4px 4px rgba(218, 218, 218, 0.25);
	margin-bottom: 30px;
}
.pdabra:last-child{
	margin-bottom: 0;
}
.pdabrabox{
	line-height: 35px;
}
.pdabrabox2 p{
	width: auto;
	margin-right: 20px;
}
.pda{
	margin-bottom: 80px;
}
.pda:last-child{
	margin-bottom: 0;
}

.jf1{
	background: url(../images/jf1bg.jpg) no-repeat center;
}
.jf2{
	background: url(../images/jf2bg.jpg) no-repeat bottom center;
	background-size: 100% 68%;
}
.jf2w{
	width: 103%;
}
.jf2a{
	width: 22%;
	margin-right: 3%;
	margin-top: 35px;
}
.jf2aimg{
	border-bottom: 10px solid #08237E;
}
.jf2atxt{
	padding: 20px;
	padding-top: 0;
	border-bottom: 1px solid #08237E;
}

.yf1a_i_max{
	transform: scale(1.8);
}

.sc1a{
	width: 45%;
}
.sc1a_w100{
	width: 100%;
}
.sc1a p i{
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #08237E;
	border-radius: 100%;
	margin-right: 10px;
}

.zltab tr.active td{
	background: linear-gradient(180deg, #E9EEF6 68.23%, rgba(248, 248, 252, 0.72) 100%);
}

.co1w{
	margin-top: 120px;
}
.co1r{
	height: 430px;
}
.co1r iframe{
	position: relative;
	z-index: 9;
}
.co1r::after{
	width: 85%;
	height: 100%;
	border: 1px solid #08237E;
	content: "";
	position: absolute;
	left: -30px;
	top: -50px;
}
.co2a{
	width: 46%;
	margin-top: 25px;
}
.co2a p{
	margin-bottom: 8px;
}
.co2aipt{
	position: relative;
}
.co2aipt input,.co2aipt select{
	width: 100%;
	height: 50px;
	background: #fff;
	border: 1px solid #DADADA;
	font-size: 16px;
	padding: 0 15px;
	transition: .25s;
	color: #666;
}
.co2aipt input:focus{
	border: 1px solid #08237E;
}
.sltico{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	color: #999;
	border-left: 1px solid #DADADA;
}
.co2a_code{
	height: 50px;
	width: 120px;
	border: 1px solid #08237E;
	cursor: pointer;
}
.co2a_code img{
	width: 100%;
	height: 100%;
}
.co2a_sbm{
	width: 38%;
}
.co2a_sbm button{
	width: 100%;
	height: 50px;
	background: #08237E;
	color: #fff;
	cursor: pointer;
	transition: .25s;
	font-size: 18px;
}




@media only screen and (max-width:1499px) {
	.head .wrap{
		width: 100%;
		padding: 0 100px;
	}
}
@media only screen and (max-width:1399px) {
	.swiper-container-bn .bnimg{
		height: 600px;
	}
	.listbn{
		height: 500px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.videohidebox{
		width: 80%;
	}
	.swiper-container-bn .bnimg{
		height: 500px;
	}
	.nava{
		padding: 0 15px;
		font-size: 15px;
	}
	.swiper-container-bn .swiper-pagination{
		transform: scale(.8)
	}
	.itop h1{
		font-size: 32px;
	}
	.itoptitlei{
		width: 3px;
		height: 30px;
	}
	.i2aw{
		width: 180px;
		height: 180px;
	}
	.i2a::after{
		left: -5px;
		top: -5px;
	}
	.i2atxt p{
		font-size: 12px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}
	.i3atxt{
		padding: 10px 15px;
	}
	.i3atxtw{
		font-size: 12px;
	    -webkit-line-clamp: 3;
	    height: 75px;
	}
	.i4ba img{
		height: 100px;
	}
	.i5wa a{
		width: 220px;
		line-height: 60px;
	}
	.ftl a{
		height: 80px;
	}
	.ftra p, .ftra p a{
		line-height: 32px;
		font-size: 14px;
	}
	
	.listbn{
		height: 400px;
	}
	.yf1abltxt{
		font-size: 14px;
		-webkit-line-clamp:4;
	}
	.zltab th{
		font-size: 20px;
		line-height: 40px;
		padding: 15px;
	}
	
	.ru3ab span{
		width: auto;
	}
	.ru4ta{
		width: 150px;
		height: 150px;
	}
	.ru4bab{
		font-size: 14px;
	}
	.ru2a img{
		height: 100px;
	}
	
	.pdabra{
		padding: 15px;
	}
	.pdabrabox p{
		line-height: 30px;
	}
	
	.yf1a_i_max{
		transform: scale(1.2);
	}
	.scico img{
		width: 40px;
	}
	
	.co1r{
		height: 350px;
	}
}
@media only screen and (max-width:950px) {
	.mt_30,.mt_35,.mt_40,.mt_45,.mt_50,.mt_60,.mt_70,.mt_80{
		margin-top: 25px;
	}
	/*视频*/
	.videohidebox{
		width: 90%;
		margin-left: 0;
		padding-bottom: 0;
	}
	.videohidebox_1 p{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.head .wrap{
		width: 100%;
		padding: 0 15px;
	}
	.swiper-container-bn .bnimg{
		height: 400px;
	}
	.i2aw{
		width: 150px;
		height: 150px;
		padding: 10px 15px;
		border-radius: 20px;
	}
	.i2a::after{
		border-radius: 20px;
	}
	.i3a{
		width: 33.33%;
	}
	
	.listbn{
		height: 350px;
	}
	.ab1ltxt{
		line-height: 35px;
	}
	.ab1r::after{
		height: 200px;
		right: -15px;
		top: -15px;
	}
	
	.jf2a{
		width: 30.33%;
	}
	
	.co1w{
		align-items: center;
	}
	.co1r::after{
		display: none;
	}
}
@media only screen and (max-width:768px) {
	.flex_lmr_wap{
		justify-content: space-between;
		width: 100%;
	}
	.wap_disblock{
		display: block;
	}
	.swiper-container-bn .bnimg{
		height: 150px;
	}
	.md{
		padding: 25px 0;
	}
	.itop h1{
		font-size: 22px;
	}
	.itoptitlei{
		width: 2px;
		height: 20px;
	}
	.i1t span{
		font-size: 14px;
		line-height: 26px;
	}
	.i1a{
		width: 100%;
		margin-top: 15px;
	}
	.i2atxt p{
		font-size: 12px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}
	.i2a::after{
		left: -5px;
		top: -5px;
	}
	.i2a,.i2aw{
		width: 100%;
		height: auto;
	}
	.i2aw,.i2a::after{
		border-radius: 5px;
	}
	.i3a{
		width: 100%;
	}
	.i4ba img{
		height: 50px;
	}
	.i5wa a{
		width: 150px;
		line-height: 45px;
		font-size: 15px;
	}
	.ft{
		padding: 20px 0;
	}
	.ftr{
		display: none;
	}
	.ftl a{
		height: 50px;
	}
	.ftl{
		text-align: center;
	}
	.fb{
		font-size: 12px;
		text-align: center;
	}
	
	.listbn{
		height: 150px;
	}
	.ab1w{
		background-size: cover;
		padding: 25px 0;
	}
	.ab1line{
		width: 30px;
	}
	.ab1ltxt{
		line-height: 32px;
		font-size: 14px;
	}
	.ab1ltxt p{
		margin-top: 15px;
	}
	.ab1r{
		margin-top: 25px;
	}
	.itopsp{
		margin-top: 5px;
	}
	
	.yf1a{
		width: 100%;
		margin: 0;
		margin-top: 25px;
	}
	.yf1abl{
		width: 100%;
	}
	.yf1abltxt{
		height: auto;
		opacity: 1;
		visibility: inherit;
		-webkit-line-clamp:5;
	}
	
	.hx1atxt{
		padding: 15px 0 !important;
	}
	
	.zltabbox{
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.zltab{
		width: 1000px;
	}
	.zltab th{
		font-size: 16px;
		line-height: 28px;
		padding: 15px;
	}
	.zltab td{
		padding: 15px;
		font-size: 14px;
	}
	.zltab th,.zltab td{
		width: auto !important;
	}
	
	.ru1lar p{
		font-size: 12px;
	}
	.ru2w{
		display: block;
	}
	.ru2aline{
		display: none;
	}
	.ru2a{
		width: 100%;
		margin-top: 20px;
	}
	.ru2a p{
		text-align: center;
	}
	.ru2a img{
		height: 60px;
	}
	.ru3a{
		width: 100%;
		margin-top: 25px;
	}
	.ru4ta{
		width: 100%;
		border-radius: 6px;
		height: auto;
		border: 3px solid rgba(8, 35, 126, 0.2);
		padding: 15px;
		margin-top: 15px;
	}
	.ru4b{
		padding-top: 0;
	}
	.ru4bw{
		width: 100%;
	}
	.ru4ba{
		margin-top: 15px;
		width: 100%;
	}
	.ru4bat h3{
		line-height: 45px;
	}
	.ru4bat span{
		width: 45px;
		height: 45px;
	}
	
	.pdat{
		padding: 10px 15px;
	}
	.pdabra{
		padding: 15px;
		margin-bottom: 15px;
	}
	.pda{
		margin-bottom: 25px;
	}
	.pda:last-child{
		margin-bottom: 0;
	}
	
	.jf2w{
		justify-content: space-between;
		width: 100%;
	}
	.jf2a{
		width: 48%;
		margin-right: 0;
		margin-top: 15px;
	}
	.jf2atxt{
		padding: 15px;
		padding-top: 0;
	}
	
	.yf1a_i_max{
		transform: scale(1);
	}
	.itop.mt_30{
		margin-top: 15px;
	}
	.sc1a{
		width: 100%;
	}
	.scico{
		display: none;
	}
	
	.co1r{
		margin-top: 15px;
		height: 200px;
	}
	.co2a{
		width: 100%;
		margin-top: 15px;
	}
	.co2aipt input,
	.co2aipt select{
		font-size: 14px;
		padding: 0 12px;
		height: 40px;
	}
	.sltico{
		width: 40px;
		height: 40px;
	}
	.co2a_code{
		width: 100px;
		height: 40px;
	}
	.co2a_sbm{
		width: 30%;
		margin-left: 10px;
	}
	.co2a_sbm button{
		height: 40px;
		font-size: 14px;
	}
}
/* 全站变灰代码 by berry*/
/* 
body {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
}
*/



