@charset "utf-8";
.head{
	height: 90px;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 4.5%;
	color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	transition: .25s;
	z-index: 99;
}
.head_height{
	height: 90px;
}
.head_active,.head:hover,.head_list{
	background: #158A6C;
}
.textcolor,.hvcolor:hover{
	color: #158A6C;
}
.bgcolor,.hvbgcolor:hover{
	background: #158A6C;
	color: #fff;
}
.logo{
	display: inline-block;
	height: 55px;
}
.nava{
	color: #fff;
	padding: 0 22px;
	display: block;
	line-height: 90px;
}
.nav li{
	position: relative;
}
.navhide{
	z-index: 9;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 20px;
	background: #158A6C;
	padding: 0;
	overflow: hidden;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a{
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.navhide a:hover{
	background: rgba(0,0,0,.1);
}
.hdrsc input{
	width: 250px;
	height: 34px;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 34px;
	padding: 0 15px;
	background: none;
	color: #fff;
}
.hdrsc input::-webkit-input-placeholder{
	color:rgba(255,255,255,.5);
}
.hdrsc button{
	width: 50px;
	height: 34px;
	background: url(../images/search_03.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.hdra a{
	color: #fff;
}
.bnico{
	z-index: 10;
	font-size: 12px;
	cursor: pointer;
	position: absolute;
	right: 50%;
	margin-right: -30px;
	bottom: 5%;
	color: #fff;
	text-align: center;
}
.bnico i{
	width: 20px;
	height: 30px;
	border:2px solid #fff;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
}
.bnico i::after{
	width: 2px;
	height: 6px;
	content: "";
	background: #fff;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -1px;
	animation: myfirst 2s infinite;
}
.bnico img{
	display: block;
	margin: 0 auto;
}
@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, 7px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
.md{
	padding: 85px 0;
}
.i1{
	background: url(../images/i1bg.jpg) no-repeat top center;
	background-size: 100%;
	padding-top: 130px;
}
.itop h1{
	font-size: 96px;
	line-height: 96px;
	font-weight: normal;
	color: #fff;
	-webkit-text-stroke: 1px #158A6C;
	opacity: .5;
	text-transform: uppercase;
}
.ititle_42{
	font-size: 42px;
}
.itop h2{
	margin-top: -40px;
	position: relative;
	z-index: 9;
	color: #4b4b4b;
}
.i1bg{
	background: url(../images/i1pic.png) no-repeat center;
	background-size: cover;
}
.i1a{
	width: 33.33%;
	border-right: 1px solid rgba(255,255,255,.2);
	position: relative;
	display: flex;
	align-items: center;
}
.i1a:first-child:hover{
	background: url(../images/i1abg1.png) no-repeat center;
	background-size: cover;
}
.i1a:nth-of-type(2):hover{
	background: url(../images/i1abg2.png) no-repeat center;
	background-size: cover;
}
.i1a:nth-of-type(3):hover{
	background: url(../images/i1abg3.png) no-repeat center;
	background-size: cover;
}
.i1aw{
	padding: 40px 8%;
	color: #fff;
	transition: .5s;
	margin-top: 50px;
}
.i1aw .txt{
	opacity: 0;
	transition: .5s;
}
.i1aline{
	width: 50%;
	height: 1px;
	background: none;
	display: block;
	margin: 30px auto;
	transition: .5s;
}
.i1aline::after{
	height: 10px;
	width: 60px;
	content: "";
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: -5px;
}
.i1a:hover .i1aw{
	margin-top: 0;
}
.i1a:hover .i1aw .txt{
	opacity: 1;
}
.i1a:hover .i1aline{
	background: #fff;
}
.i1amore{
	width: 80px;
	height: 80px;
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 5%;
	border-radius: 100%;
}
.i3{
	background: url(../images/i2bg.jpg) no-repeat top center #f8f8f8;
	background-size: 100%;
	padding: 130px 0;
}
.i3w{
}
.gallery-thumbs{
	width: 88%;
}
.i3tal{
	padding: 20px 5%;
}
.i3talb i{
	opacity: .5;
}
.i3ba{
	width: 100%;
	line-height: 50px;
	border-right: 1px solid #c3c3c3;
	text-align: center;
	cursor: pointer;
	transition: .25s;
}
.swiper-slide-thumb-active .i3ba{
	font-weight: bold;
}
.i3br i{
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EFEFEF;
	color: #158A6C;
	cursor: pointer;
	transition: .25s;
	margin-left: 20px;
}
.i3br i:hover{
	background: #158A6C;
	color: #fff;
}

.i2box{
	padding-top: 85px;
	background: url(../images/i2box.png) no-repeat top center;
	background-size: 100%;
}
.i2{
	padding: 58px 0;
	background: #f5f5f5;
}
.i2r{
	width: 40.65%;
	margin-left: 4%;
}
.i2lt{
	background: #158A6C;
	color: #fff;
}
.i2ltimg{
	width: 220px;
}
.i2ltri{
	width: 12%;
	background: url(../images/i2ltr.png) no-repeat center rgba(255,255,255,.5);
}
.i2ltl{
	padding: 15px 4%;
}
.i2ltl span{
	opacity: .5;
}
.i2rtline{
	width: 140px;
	height: 2px;
	background: #b8b8b8;
	display: block;
	margin-top: 10px;
}
.i2rt{
	padding: 0 7%;
}
.i2rba{
	padding: 0 7%;
	line-height: 62px;
}
.i2rba:hover{
	background: #158A6C;
	color: #fff;
}
.right{
	width: 76px;
	position: fixed;
	right: 0;
	bottom: 10%;
	z-index:99;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	display: none;
}
.rta{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.rta a{
	width: 100%;
	height: 50%;
	display: block;
}
.ft{
	padding: 98px 0 90px 0;
}
.ftl{
	width: 30%;
	display: none;
}
.ftraline{
	display: block;
	margin: 10px 0;
}
.ftra.textcenter .ftraline{
	margin: 10px auto;
}
.ftratxt{
	line-height: 35px;
}
.ftratxt a{
	color: #666;
}
.ftratxt a:hover{
	color: #158A6C;
}
.ftram{
	display: flex;
	align-items: center;
	justify-content: center
}
.ftram i{
	width: 2px;
	height: 150px;
	background: #e6e6e6;
}
.fb a{
	color: rgba(255,255,255,.8);
}
.fb a:hover{
	color: #fff;
}
.fb{
	background: #158A6C;
	color: rgba(255,255,255,.8);
	line-height: 30px;
	padding: 9px 0;
}

.listnav{
	background: #ededed;
}
.listnav a{
	line-height: 63px;
	border-bottom: 2px solid rgba(0,0,0,0);
	color: #777;
	font-size: 20px;
}
.listnav a.active,.listnav a:hover{
	border-bottom: 2px solid #158A6C;
}
.zindex{
	position: relative;
	z-index: 9;
}
.listbn{
	overflow: hidden;
	position: relative;
}
.abtbn{
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: relative;
	z-index: 9;
}
.abtvideo{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 8;
}
.bn_video{
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center center;
}
.ab1w{
	/*background: url(../images/ab1bg.png) no-repeat top right;*/
	background-size: 75%;
	padding-top: 60px;
}
.ab1r{
	width: 40%;
	margin-left: 5%;
}
.ab1r img{
	width: 90%;
}
.ab1r::after{
	width: 90%;
	height: 100%;
	content: "";
	background: #158A6C;
	position: absolute;
	top: 10%;
	left: 10%;
}
.ab1lt{
	margin-left: -40px;
}
.ab2{
	background: url(../images/ab2bg.jpg) no-repeat center;
	color: #fff;
	background-size: cover;
}
.lm2a{
	height: 430px;
}
.lm2a::after{
	width: 100%;
	height: 2px;
	background: rgba(255,255,255,.7);
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.lm2a1,.lm2a2{
	height:50%;
}
.lm2a2{
	padding: 15% 0;
}
.lm2a1a{
	width: 2px;
	background: #fff;
	margin: 40px auto;
}
.lm2a1a::after{
	width: 10px;
	height: 10px;
	content: "";
	border: 5px solid #fff;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -20px;
}
.lm2a_even .lm2a1a::after{
	top: inherit;
	bottom: -20px;
}
.lm2a_even .lm2a2{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.swiper-button-next-lm2,.swiper-button-prev-lm2{
	width: 46px;
	height: 46px;
	margin-top: -23px;
	border-radius: 100%;
	background: none;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}
.swiper-button-next-lm2{
	right: -4%;
}
.swiper-button-prev-lm2{
	left: -4%;
}
.ab3box{
	background: url(../images/ab3bg.png) no-repeat top center;
	background-size: 100%;
}
.ab3a{
	width: 50%;
}
.ab3abg{
	transition: .25s;
	display: flex;
	align-items: center;
	padding: 20px;
	color: #fff;
	transition: .5s;
}
.ab3abg .txt,.ab3abg i{
	opacity: 0;
	transition: .5s;
}
.ab3a:hover .txt,.ab3a:hover i{
	opacity: 1;
}
.ab3abg .w100{
	margin-top: 50px;
	transition: .5s;
}
.ab3a:hover .ab3abg{
	background: rgba(21,138,108,.6);
}
.ab3a:hover .ab3abg .w100{
	margin-top: 0;
}
.ab4{
	background: url(../images/ab4bg.jpg) no-repeat top center;
	background-size: cover;
}
.ab4bal{
	width: 55.8%;
	margin-right: 2%;
}
.ab4bap{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(21, 138, 108, 0.83);
	width: 100%;
	line-height: 30px;
	padding: 8px 20px;
	color: #fff;
}
.ab5abox{
	margin: 0 auto;
	transition: .5s;
	margin-top: 60px;
}
.ab5abox h2{
	display: inline-block;
	border-bottom: 2px solid #fff;
}
.ab5abox .txt{
	transition: .5s;
	opacity: 0;
	display: none;
}
.ab5a:hover .ab5abox{
	margin-top: 0;
}
.ab5a:hover .txt{
	opacity: 1;
	display: block;
}
.ab5a:hover h2{
	border-bottom: 2px solid rgba(0,0,0,0);
}
.ywb{
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
	padding: 50px;
	display: flex;
	align-items: flex-start;
}
.ywbl{
	width: 35%;
	margin-right: 3%;
}
.ywblw{
	display: flex;
	align-items: center;
	justify-content: center;
}
.ywblw img{
	height: 80px;
}

.ititle_64{
	font-size: 64px;
}
.pdl{
	box-shadow: 0 5px 15px rgba(0,0,0,.1);
}
.pdr{
	width: 76%;
	margin-left: 3%;
}
.pdlt{
	line-height: 53px;
	padding: 0 25px;
}
.pdlb a{
	display: flex;
	align-items: center;
	height: 60px;
	border-bottom: 1px solid #E6E6E6;
	padding: 0 25px;
	color: #666;
}
.pdlb a i{
	color: #158A6C;
	opacity: 0;
	transition: .25s;
}
.pdlb a:hover,.pdlb a.active{
	color: #158A6C;
}
.pdlb a:hover i,.pdlb a.active i{
	color: #158A6C;
	opacity: 1;
}
.pdrw{
	width: 103%;
}
.pdra{
	width: 30.33%;
	margin-right: 3%;
	margin-bottom: 40px;
}
.pdrab{
	height: 62px;
	padding: 0 15px;
}
.pdrab i{
	display: none;
}
.pdra:hover .pdrab{
	background: linear-gradient(90deg, #158A6C 43.55%, rgba(21, 138, 108, 0.38) 139.72%);
	box-shadow: 0px 4px 10px 5px rgba(155, 155, 155, 0.25);
	color: #fff;
}
.pdra:hover .pdrab p{
	text-align: left;
}
.pdra:hover .pdrab i{
	display: block;
}
.swiper-button-next-pi1,.swiper-button-prev-pi1{
	width: 30px;
	height: 60px;
	background: #E3E3E3;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -30px;
}
.swiper-button-next-pi1{
	right: 0;
}
.swiper-button-prev-pi1{
	left: 0;
}
.pi2t h3{
	border-bottom: 1px solid #158A6C;
	padding-bottom: 15px;
}
.pi2ma{
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e6;
}
.pi2ma:last-child{
	border-bottom: 0;
}
.pi3tab th{
	background: #158A6C;
	color: #fff;
}
.pi3tab th,.pi3tab td{
	padding: 15px 10px;
	text-align: center;
}
.pi3tab td{
	background: linear-gradient(180deg, #F3F5F8 75%, #FEFFFE 100%);
}

.ne1t{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 20px;
}
.ne1ti{
	width: 2px;
	height: 25px;
	background: #158A6C;
	margin: 0 15px;
}
.ne1w{
	width: 103%;
}
.ne1a{
	width: 30.33%;
	margin-right: 3%;
}
.ne2a:hover{
	background: #f5f5f5;
}
.ne2a:hover .ne2aw{
	border-bottom: 1px solid #f5f5f5;
}
.ne2aw{
	padding: 60px 0;
	border-bottom: 1px solid #E6E6E6;
}
.ne2al{
	width: 33%;
	margin-right: 2%;
}
.ne2arr{
	padding-left: 50px;
	margin-left: 50px;
	border-left: 1px solid #E6E6E6;
}
.page a{
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 18px;
	background: rgba(195, 203, 205, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.page a:hover,.page a.active{
	background: #158A6C;
}

.jo1{
	background: #f5f5f5;
}
.jo1tr{
	border-bottom: 1px solid #158A6C;
	padding-bottom: 15px;
}
.jo1a i{
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.jo1a i img{
	max-width: 100%;
	max-height: 100%;
}
.jo1a{
	width: 20%;
}
.jo2a{
	width: 33.33%;
}
.jo2a1{
	width: 55.5%;
}
.jo2a2{
	width: 44.5%;
}
.jo2aw{
	color: #fff;
	padding: 50px 3%;
	transition: .5s;
}
.jo2a3 .jo2aw,
.jo2a4 .jo2aw,
.jo2a5 .jo2aw{
	padding: 25px;
}
.jo2aw .txt,.jo2aw p{
	transition: .5s;
	opacity: 0;
}
.jo2a:hover .jo2aw .txt,.jo2a:hover .jo2aw p{
	opacity: 1;
}
.jo2a1:hover .jo2aw{
	background: rgba(21,138,108,.9);
}
.jo2a2:hover .jo2aw{
	background: rgba(0,156,243,.9);
}
.jo2a3:hover .jo2aw{
	background: rgba(30,60,170,.9);
}
.jo2a4:hover .jo2aw{
	background: rgba(243,152,0,.9);
}
.jo2a5:hover .jo2aw{
	background: rgba(21,138,108,.9);
}
.jo3{
	background: url(../images/jo3bg.jpg) no-repeat bottom center;
	background-size: 100%;
}
.jort span{
	line-height: 60px;
	padding: 0 20px;
	text-align: center;
}
.jorat{
	background: #EBEBEB;
	cursor: pointer;
}
.jorat span{
	line-height: 60px;
	padding: 0 20px;
	text-align: center;
}
.jorab{
	display: none;
}
.jorat span i{
	transition: .25s;
}
.jora.active .jorat span i{
	transform:rotate(180deg);
}
.jora{
	margin-bottom: 10px;
}
.jorabf{
	line-height: 30px;
	padding: 8px 0;
	background: #F39800;
	color: #fff;
}
.jorabf .w50{
	padding: 0 20px;
}

.co1{
	background: #fbfbfb;
}
.co1l{
	width: 40%;
	margin-right: 3%;
}
.co1r img{
	width: 95%;
}
.co1la{
	padding: 20px;
	transition: .5s;
}
.co1r::after{
	background: none;
	border: 1px solid #158A6C;
	width: 95%;
	height: 95%;
	left: 5%;
}
.co1laline{
	display: block;
	width: 70%;
	background: #ddd;
	height: 1px;
	margin: 15px 0;
}
.co1laline::after{
	width: 45%;
	height: 3px;
	background: #158A6C;
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	transition: .25s;
}
.co1la:hover{
	background: #158A6C;
	color: #fff;
	transform:translateX(-20px);
}
.co1la:hover .co1laline::after{
	background: #fff;
}
.co3{
	height: 650px;
}
.co3w{
	width: 480px;
	position: absolute;
	right: 50%;
	margin-right: -600px;
	padding: 40px;
	background: rgba(21, 138, 108, 0.86);
	color: #fff;
	top: 25%;
}
.co3t{
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}
.co2{
	background: url(../images/co3bg.jpg) no-repeat center #f5f5f5;
	background-size: cover;
}
.co2t{
	border-bottom: 1px solid #333;
	padding-bottom: 15px;
}
.co2ar input{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #E6E6E6;
	padding: 0 15px;
	background: none;
}
.co2al{
	width: 130px;
	line-height: 60px;
}
.co2ar textarea{
	border: 1px solid #E6E6E6;
	padding: 15px;
	width: 100%;
	height: 300px;
	resize: none;
	background: none;
}
.co2b button{
	height: 60px;
	width: 250px;
	color: #fff;
	border-radius: 60px;
}


@media only screen and (max-width:1699px) {
	.head{
		padding: 0 15px;
	}
	.logo{
		height: 30px;
	}
	.hdrsc input{
		width: 200px;
	}
	.nava{
		font-size: 16px;
		padding: 0 15px;
	}
	.right{
		width: 65px;
	}
	.ititle_64{
		font-size: 50px
	}
}
@media only screen and (max-width:1399px) {
	.logo{
		height: 26px;
	}
	.hdrsc input{
		width: 150px;
	}
	.nava{
		font-size: 15px;
		padding: 0 10px;
	}
	.hdrsc button{
		background-size: 20px;
		width: 40px;
	}
	.md{
		padding: 70px 0;
	}
	.itop h1{
		font-size: 65px;
		line-height: 65px;
	}
	.ititle_42{
		font-size: 36px;
	}
	.itop h2{
		margin-top: -30px;
	}
	.i1a img.i1ico{
		height: 60px;
	}
	.i1aline::after{
		height: 6px;
		top: -2px;
		width: 40px;
		margin-left: -20px;
	}
	.i1amore{
		width: 50px;
		height: 50px;
	}
	.i1amore img{
		height: 20px;
	}
	.right{
		width: 50px;
	}
	.flogo img{
		height: 35px;
	}
	.ft{
		padding: 50px 0;
	}
	.ftl{
		width: 25%;
	}
	
	.ab1lt{
		margin-left: 0;
	}
	.ab1lt img{
		width: 25px;
	}
	.ab1r img{
		width: 95%;
	}
	.swiper-button-next-lm2, .swiper-button-prev-lm2{
		background: #fff;
		color: #158A6C;
	}
	.ab1r::after{
		width: 95%;
		height: 100%;
		left: 5%;
		top: 5%;
	}
	.swiper-button-next-lm2{
		right: 0;
	}
	.swiper-button-prev-lm2{
		left: 0;
	}
	.ab_vdico{
		height: 70px;
	}
	.listnav a{
		line-height: 50px;
		height: 50px;
		font-size: 15px;
	}
	
	.ywblw img{
		height: 50px;
	}
	.ititle_64{
		font-size: 40px
	}
	
	.page a{
		width: 35px;
		height: 35px;
		font-size: 14px;
	}
	
	.jo2aw{
		padding: 25px;
	}
	.jo1t img{
		height: 100px;
	}
	.jo1a i{
		width: 60px;
		height: 60px;
	}
	
	.co3{
		height: 500px;
	}
	.co3w{
		top: 15%;
	}
	.co1la h3{
		font-size: 18px
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.logo{
		height: 20px;
	}
	.hdrsc input{
		width: 110px;
		height: 25px;
		font-size: 12px;
	}
	.hdrsc button{
		background-size: 15px;
		width: 30px;
		height: 25px;
	}
	.hdra{
		font-size: 12px;
	}
	.i2ltimg{
		width: 190px;
	}
	.i2ltl{
		padding: 8px 15px;
	}
	body{
		zoom: .9;
	}
	.i3talt img{
		height: 30px;
	}
	.i3ba{
		line-height: 40px;
	}
	.ititle_42{
		font-size: 28px;
	}
	.flogo img{
		height: 25px;
	}
	.ftraewm img{
		width: 100px;
	}
	
	.ywbox {
		background-size: cover !important;
	}
	.ywb{
		padding: 30px;
	}
	
	.pdra{
		width: 47%;
	}
	.ititle_64{
		font-size: 34px;
	}
	
	.ne1a p{
		font-size: 12px;
	}
	.ne2aw{
		padding: 40px 0;
	}
	
	.jo2aw .txt, .jo2aw p{
		font-size: 12px;
		line-height: 23px;
	}
}
@media only screen and (max-width:950px) {
	.i3tal{
		padding: 10px 25px;
	}
	.itop h1 {
	    font-size: 48px;
	    line-height: 48px;
	}
}
@media only screen and (max-width:768px) {
	.i2ltri{
		background-size: 10px;
	}
	.i2rt,.i2rba{
		padding: 0 10px;
	}
	.i2rba{
		line-height: 40px;
		font-size: 14px;
	}
	.right{
		display: none !important;
	}
	.bnico{
		transform: scale(.5);
		bottom: 0;
		margin-right: -20px;
	}
	.md{
		padding: 25px 0;
	}
	.itop h1 {
	    font-size: 36px;
	    line-height: 36px;
	}
	.ititle_42{
		font-size: 22px;
	}
	.itop h2 {
	    margin-top: -10px;
	}
	.i1a{
		width: 100%;
		background: url(../images/i1abg.png) no-repeat center;
		background-size: cover;
		margin-top: 0;
		border: 0;
		border-bottom: 1px solid rgba(255,255,255,.1);
	}
	.i1aw{
		margin-top: 0;
	}
	.i1aw .txt{
		opacity: 1;
	}
	.i1aw .i1aline{
		background: #fff;
	}
	.i1a img.i1ico {
	    height: 40px;
	}
	.i1aline::after{
		height: 5px;
	}
	.i3tal{
		padding: 25px;
	}
	.i3talt img{
		height: 15px;
	}
	.i3b {
		display: block;
	}
	.i3ba{
		border: 0;
		line-height: 30px;
		font-size: 16px;
	}
	.i3br {
		justify-content: center;
		margin-top: 15px;
	}
	.i3br i{
		width: 38px;
		height: 38px;
		margin: 0 7px;
	}
	.itopline{
		height: 2px;
	}
	.ft{
		padding: 25px 0;
	}
	.ftl {
		width: 100%;
		justify-content: center;
	}
	.flogo img{
		height: 25px;
	}
	.ftra1{
		display: none;
	}
	.ftr{
		display: block;
	}
	.ftram{
		display: none;
	}
	.ftra{
		margin-top: 25px;
		text-align: center;
	}
	.ftraline{
		margin: 7px auto;
	}
	.ftratxt {
		font-size: 12px;
		line-height: 24px;
	}
	.fb{
		font-size: 12px;
		line-height: 23px;
		padding: 5px 0;
	}
	.ftraewm img{
		width: 100px;
	}
	
	.ab_vdico{
		height: 35px;
	}
	.abtbn p{
		font-size: 12px;
		margin-top: 0;
	}
	.listnav a{
		font-size: 12px;
	}
	.ab1w{
		padding-top: 0;
	}
	.ab1lt img{
		width: 20px;
	}
	.lm2a{
		height: 300px;
	}
	.lm2a2{
		padding: 12px 0;
	}
	.lm2a1a{
		margin: 22px auto;
	}
	.ab2{
		margin-top: 25px;
	}
	.ab3a{
		width: 100%;
	}
	.ab3abg .w100{
		margin-top: 0;
	}
	.ab3abg *{
		opacity: 1 !important;
	}
	.ab3abg .txt{
		font-size: 12px;
		line-height: 24px;
	}
	.ab4bap{
		line-height: 40px;
		font-size: 13px;
	}
	.ab5abox{
		margin-top: 0;
	}
	.ab5abox *{
		opacity: 1 !important;
	}
	.ab5abox .txt{
		font-size: 12px;
		line-height: 24px;
	}
	
	.ywbox {
		background-size: cover !important;
	}
	.ywb{
		padding: 20px;
	}
	.ititle_64{
		font-size: 24px
	}
	.lbntxt p{
		font-size: 12px;
		margin-top: 5px;
	}
	.pdlb a{
		height: 45px;
	}
	.pdlb a p{
		font-size: 14px;
	}
	.pdr{
		margin-top: 15px;
	}
	.pdrw{
		width: 100%;
		justify-content: space-between;
	}
	.pdra{
		width: 48%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.pdrab{
		height: 40px;
		padding: 0 12px;
		font-size: 12px;
	}
	
	.pi3tab th{
		background: #158A6C;
		color: #fff;
	}
	.pi3tab th,.pi3tab td{
		padding: 10px;
		text-align: center;
	}
	.pi3tab td{
		font-size: 13px;
		line-height: 24px;
		background: linear-gradient(180deg, #F3F5F8 75%, #FEFFFE 100%);
	}
	.swiper-button-next-pi1, .swiper-button-prev-pi1{
		width: 25px;
		height: 40px;
		margin-top: -20px;
	}
	
	.page a{
		width: 35px;
		height: 35px;
		font-size: 14px;
	}
	
	.ne1ti{
		height: 15px;
		margin: 0 10px;
	}
	.ne1w{
		width: 100%;
	}
	.ne1a{
		width: 100%;
		margin-right: 0;
	}
	.ne2aw{
		padding: 15px 0;
		display: block;
	}
	.ne2al{
		margin-bottom: 15px;
	}
	.ne2arr{
		margin-left: 15px;
		padding-left: 15px;
	}
	.ne2arl p,.ne2arl span,.ne1a p,.ne1a span{
		-webkit-line-clamp: 2;
		font-size: 12px;
		margin-top: 7px;
		line-height: 20px;
	}
	
	.jort span,.jorat span{
		padding: 5px;
		line-height: 30px;
		font-size: 12px
	}
	.jorab{
		padding: 12px;
		font-size: 12px;
		line-height: 24px;
	}
	
	.jo1{
		padding-top: 25px !important;
	}
	.jo1t img{
		height: 40px;
	}
	.jo1tr img{
		height: 30px;
	}
	.jo1a{
		width: 100%;
		margin-top: 20px;
	}
	.jo1a *{
		text-align: center;
	}
	.jo1a i{
		width: 60px;
		height: 60px;
	}
	.jo2a{
		width: 100%;
	}
	.jo2aw .txt, .jo2aw p{
		font-size: 12px;
		line-height: 23px;
		-webkit-line-clamp: 3;
		opacity: 1;
	}
	.jo2aw{
		padding: 15px !important;
	}
	.jo2aw h2{
		font-size: 16px;
	}
	.jorab{
		padding: 0;
	}
	.jorabf{
		flex-wrap: wrap;
	}
	.jorabf .w50{
		width: 100%;
	}
	
	.co1la {
		padding: 15px;
	}
	.co1la:hover{
		transform:translateX(0);
	}
	.co1la h3{
		font-size: 16px;
	}
	.ab1r{
		width: 100%;
		margin-left: 0;
	}
	.co1{
		margin-bottom: 25px;
	}
	.co3 {
		height: auto;
	}
	.co3 iframe{
		height: 200px;
	}
	.co3w{
		position: static;
		width: 100%;
		top: 0;
		padding: 20px;
	}
	.co3w p img{
		width: 12px;
	}
	.co2t h2{
		font-size: 16px;
	}
	.co2al{
		line-height: 40px;
		width: 80px;
	}
	.co2ar input{
		height: 40px;
	}
	.co2ar textarea{
		height: 120px;
	}
	.co2b button{
		height: 44px;
		width: 150px;
		font-size: 14px;
	}
	.co2al{
		font-size: 13px;
	}
	.co2ar input,.co2ar textarea{
		font-size: 13px
	}
}