﻿
.row-a1{padding: 60px 0 0;}
.m-tit1{/*max-width: 60%;*/ margin-bottom:40px;}
.m-tit1 .lab{font-size: 30px;line-height: 45px;color: #999;font-weight: bold;}
.m-tit1 .tit{font-size: 36px;line-height: 50px;color: #00882e; text-transform:capitalize;
	margin-bottom: .48rem;
}
.m-tit1 .desc{font-size:16px;color: #666; line-height:28px;}

.row-a1-1{position: relative;}
.m-tab1{position: absolute;top: 45px;right: 0;width: 85%;z-index: 3;
	background-color: #fff;border-radius: 20px 0 0 20px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	padding-left: .36rem;
}
.m-tab1 li{float: left;}
.m-tab1 li a{font-size: 16px;color: #999;line-height: 30px;padding: 40px 50px;
	display: block;position: relative;font-family: 'HarmonyOS_Sans_Medium';
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;text-transform: uppercase;
}
.m-tab1 li a:before{content: '';position: absolute;left: 0;top: .4rem;
	width: .64rem;height: .64rem;border-radius: 50%;opacity: 0;
	background-color: #004599;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-tab1 li span{display: block;position: relative;z-index: 2;}
.m-tab1 li:hover a,.m-tab1 li.on a{color: #004599;text-transform: uppercase;font-weight: bold;}
/*.m-tab1 li:hover a:before{opacity: 1;}*/
.m-txt1{overflow: hidden;}
.m-txt1 .pic{float: left;width: 55%;}
.m-txt1 .pic img{width: 100%;display: block;}
.m-txt1 .txt{overflow: hidden;padding: 270px 0 0 30px;}
.m-txt1 .t1{font-size: 22px;color: #004599;line-height: 35px;margin-bottom: 15px;}
.m-txt1 .desc{font-size: 14px;line-height:27px;color: #666;margin-bottom: 15px; text-transform:lowercase;}

.row-a2{padding: 1.5rem 0 1.1rem;}
.g-t1{text-align: center;font-size:40px;color: #00882e;line-height: 55px;}

.m-list1{margin: .56rem -.2rem 0;*zoom:1;}
.m-list1:after,.m-list1:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.m-list1 li{width: 25%;float: left;margin-bottom: .4rem;}
.m-list1 .con{display: block;margin: 0 .2rem;overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	border-radius: .2rem;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list1 .pic{padding-top: 100%;height: 0;position: relative;overflow: hidden;}
.m-list1 .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;
	object-fit: cover;
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.m-list1 .tit{height: .8rem;position: relative;padding: .15rem .25rem 0;}
.m-list1 .tit h3{font-size: .18rem;line-height: 1.22;text-align: center;color: #333;
	font-family: 'HarmonyOS_Sans_Medium';font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list1 li:nth-of-type(5),.m-list1 li:nth-of-type(6){width: 50%;}
.m-list1 li:nth-of-type(5) .pic,.m-list1 li:nth-of-type(6) .pic{padding-top: 47%;}
.m-list1 .con:hover{box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);}
.m-list1 .con:hover .tit h3{color: #004599;}
.m-list1 .con:hover .pic img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.row-a3{position: relative;padding-top: 80px;}
.row-a3:before{content: '';position: absolute;top: 0;left: 0;right: 0;height:820px;
	background-color: #004599;
}
.row-a3 .container{position: relative;z-index: 2;}
.m-video{position: relative;border-radius: 25px;overflow: hidden;}
.m-video .pic{padding-top: 39%;height: 0;position: relative;overflow: hidden;}
.m-video .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;}
.m-video .play{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;
	background: url(/images/i-05.svg) no-repeat center;
	background-size: 70px auto;
}

.g-t2{overflow: hidden;}
.g-t2 .tit{float: left;}
.g-t2 .tit .lan{font-size: 40px;line-height: 60px;color: rgba(255,255,255,.5);font-weight: bold;}
.g-t2 .tit .t1{font-size: 36px;color: #FFF; line-height:60px; text-transform:capitalize; }
.g-t2 .g-more{float: right;color: #fff;line-height: 50px;margin-top: 100px;}
.g-t2 .g-more:hover:after{background-color: rgba(255,255,255,.5);}
.m-txt2{overflow: hidden;color: #fff;font-size: 17px;line-height: 1.88;margin:10px auto 50px;
}
.m-txt2 .txt{float: left;width: 50%;}
.m-txt2 .txt p{ color:#fff; font-size:15px;}
.m-txt2 .desc{float: right;width: 40%; font-size:15px;}

.m-num{overflow: hidden;text-align: center;color: #fff;margin-bottom: 60px;}
.m-num li{width: 25%;float: left;}
.m-num .num{font-size: 60px; font-weight:bold; font-family: 'HarmonyOS_Sans_Black';line-height:90px;display: block;margin-bottom: 1px;}
.m-num .tips{font-size:15px;color: rgba(255,255,255,.6);display: block;margin-bottom: 18px;}
.m-num .desc{font-size:17px;line-height: 1;}

.row-a4{padding: 80px 0; overflow:hidden;}
.g-t3{}
.g-t3 .t1{ font-size: 30px; line-height: 45px;margin-bottom: 15px; text-transform:capitalize;color: #00882e;}
.g-t3 .desc{font-size:16px;color: #666;max-width: 30%; text-transform:capitalize;}

.m-list2{overflow: hidden;margin: 20px -20px 0;}
.m-list2 li{width: 33.33%;float: left;margin-bottom: 30px;}
.m-list2 .con{display: block;margin: 0 15px;border-radius: 20px;padding: 50px 20px; overflow:hidden;
	background-color: #F0F5F7;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list2 .ico{display: block;margin: 0 auto 20px;position: relative;width: 51px;height: 51px;}
.m-list2 .ico img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list2 .i-on{opacity: 0;}
.m-list2 .desc{font-size: 14px;line-height: 30px;color: #333;font-weight: normal;
	font-family: 'HarmonyOS_Sans_Medium';text-align: center;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list2 .con:hover{background-color: #004599;}
.m-list2 .con:hover .i-on{opacity: 1;}
.m-list2 .con:hover .i-ok{opacity: 0;}
.m-list2 .con:hover .desc{color: #fff;}

.row-a5{height: 100vh;
	background-position: center;background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background:url(/images/p-bg1.jpg) no-repeat center;
}
.row-a5 .container{position: relative;height: 100%;}
.m-txt3{position: absolute;left: 0;right: 0;top: 47%;color: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-txt3 .t1{font-size: 38px; text-transform:capitalize;line-height: 60px;margin-bottom:20px;}
.m-txt3 .info{font-size: 0;margin-bottom: 15px;}
.m-txt3 .info span{display: inline-block;vertical-align: top;line-height:36px;
	font-size: 14px;padding: 0 15px;margin-right: 15px;
	background: rgba(0,0,0,0.3);
	border-radius: 5px;
	border: 1px solid #1EB9EE;
}
.m-txt3 .desc{font-size: 15px;line-height: 25px;max-width:40%;margin-bottom: 50px;}
.m-txt3 .g-more{color: #fff;}

.row-a6{padding:80px 0;overflow: hidden;}
.m-slider1{margin-top: .36rem;}
.m-slider1 .swiper-container{margin: 0 -.17rem;overflow: visible;}
.m-slider1 .con{margin: .3rem .17rem;display: block;}
.m-slider1 .pic{height: 1.8rem;border-radius: .2rem;font-size: 0;
	text-align: center;line-height: 1.8rem;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-slider1 .pic img{display: inline-block;vertical-align: middle;
	max-width: 100%;max-height: 100%;
}
.m-slider1 .con:hover .pic{box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);}

.row-a7{padding:80px 0px 0; overflow:hidden;}
.g-t4{overflow: hidden;}
.g-t4 .t1{float: left; font-size: 30px; line-height: 45px; margin-bottom: 15px; text-transform: capitalize; color:#00882e;}
.g-t4 .g-more{float: right;}
.m-list3{margin: .36rem -.15rem 0;overflow: hidden;}
.m-list3 li{width: 33.33%;float: left;margin-bottom: .25rem;}
.m-list3 .con{display: block;margin: 0 10px;}
.m-list3 .pic{padding-top: 65%;height: 0;position: relative;overflow: hidden;border-radius: 15px;margin-bottom: 12px;}
.m-list3 .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.m-list3 .t1{font-size:15px;line-height: 25px;margin-bottom: 10px;
	font-weight: normal;font-family: 'HarmonyOS_Sans_Medium';color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list3 .bot{overflow: hidden;}
.m-list3 .date{float: left;font-size: .16rem;color: #999;}
.m-list3 .lab{float: right;height: 27px;padding: 0 5px;border-radius: 5px;
	font-size: 14px;color: #999;
	background-color: #F0F5F7;
}
.m-list3 .con:hover .t1{color: #004599;}
.m-list3 .con:hover .pic img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.row-a8{overflow: hidden;padding: .68rem 0 .72rem;
	background-position: center;background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.row-a8 .col-l{width: 4.4rem;padding-top: .32rem;}
.row-a8 .col-c{width: 3.8rem;margin: 0 .4rem;}
.row-a8 .col-r{width: 5.4rem;}
.m-btn{margin-bottom: .68rem;}
.m-btn ul{display: flex;justify-content: space-between;}
.m-btn .btn{font-size: .16rem;color: #fff;font-weight: bold;line-height: .38rem;
	border: 1px solid transparent;border-radius: .08rem;padding: 0 4px 0 10px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-btn .btn:after{content: '';display: inline-block;vertical-align: middle;
    width: .24rem;height: .24rem;border-radius: .08rem;
    position: relative;top: -1px;margin-left: .16rem;
    background: #1EB9EE url(/images/i-04.svg) no-repeat center;
    -o-background-size: .16rem auto;
    -ms-background-size: .16rem auto;
    -moz-background-size: .16rem auto;
    -webkit-background-size: .16rem auto;
    background-size: .16rem auto;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-btn .btn:hover{background-color: rgba(255,255,255,0.1);border-color: #1EB9EE;}
.m-btn .btn:hover:after{background-color: transparent;background-image: url(/images/i-04-on.svg);}
.g-t5{font-size: .48rem;line-height: 1.15;color: #fff;}

.m-form1{}
.m-form1 .item{margin-bottom: .15rem;}
.m-form1 .inp{display: block;width: 100%;height: .45rem;border-radius: .1rem;
	font-size: .16rem;padding: 0 .1rem;color: #fff;
	border: 1px solid rgba(255,255,255,.5);
	background-color: rgba(255,255,255,.1);
}
.m-form1 textarea.inp{height: 1.15rem;padding: .12rem .1rem;}
.m-form1 .code{padding-right: 1.4rem;position: relative;}
.m-form1 .code-pic{position: absolute;right: 0;top: 0;width: 1.28rem;height: .45rem;border-radius: .1rem;overflow: hidden;}
.m-form1 .code-pic img{width: 100%;height: 100%;display: block;}
.m-form1 .btn{display: block;width: 100%;height: .5rem;border: 0;cursor: pointer;
	font-size: .16rem;color: #fff;border-radius: .1rem;
	background-color: #1EB9EE;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-form1 .btn:hover{opacity: .8;}

.m-form2{padding: .4rem .3rem .18rem;min-height: 4.2rem;
	border: 1px solid rgba(255,255,255,0.5);background: rgba(0,0,0,0.2);
	border-radius: .2rem;
}
.m-form2 .item{margin-bottom: .35rem;}
.m-form2 .item:last-child{margin-bottom: 0;}
.m-form2 .i-t{overflow: hidden;margin-bottom: .08rem;}
.m-form2 .t1{font-size: .16rem;color: #fff;float: left;}
.m-form2 .t2{float: right;font-size: .14rem;height: .24rem;line-height: .24rem;
	padding: 0 5px;color: #fff;border-radius: 4px;
	background-color: rgba(30, 185, 238, .4);cursor: pointer;
}
.m-form2 .flow{width: 100%;}
.m-form2 .progress-container{background-color: rgba(255,255,255,0.5);border-radius: .05rem;
	height: .1rem;position: relative;cursor: pointer;
}
.m-form2 .progress-bar{height: 100%;width: 0;position: absolute;left: 0;top: 0;
	background: linear-gradient( 180deg, #40DDF8 0%, #1EB9EE 100%);
	border-radius: .05rem;
	border: 1px solid #FFFFFF;
}
.m-form2 .i-inp{display: none;}
.m-form2 .inp{display: block;width: 100%;height: .45rem;border-radius: .1rem;
	font-size: .16rem;padding: 0 .1rem;color: #fff;margin-bottom: .1rem;
	border: 1px solid rgba(255,255,255,.5);
	background-color: rgba(255,255,255,.1);
}

.m-form2 .slider {
    width: .1rem;
    height: .1rem;
    background: #fff;
    border: 1px solid #1EB9EE;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    cursor: grab;
    transition: transform 0.1s;
}

.m-form2 .value-tooltip{position: absolute;top: .2rem;left: 50%;
    transform: translateX(-50%);
    color: white;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: .14rem;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
    background: linear-gradient( 180deg, #40DDF8 0%, #1EB9EE 100%);
}
.m-form2 .value-tooltip:after{content: '';position: absolute;left: 50%;bottom: 100%;
	border-bottom: .04rem solid #40DDF8;
	border-left: .04rem solid transparent;
	border-right: .04rem solid transparent;
	transform: translateX(-50%);
}

.slider:hover .value-tooltip,
.slider:active .value-tooltip {
    opacity: 1;
}
.m-form2 .list{font-size: .14rem;color: rgba(255, 255, 255, .56);
	display: flex;justify-content: space-between;
}
.m-form2 label{font-size: .14rem;color: #fff;margin-right: .33rem;cursor: pointer;}
.m-form2 label input{display: inline-block;vertical-align: middle;position: relative;top: -1px;
	width: .11rem;height: .11rem;border-radius: 50%;cursor: pointer;
	border: 1px solid #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.m-form2 label input:checked{background: linear-gradient( 180deg, #40DDF8 0%, #1EB9EE 100%);}
.m-form2 label span{padding: 0 2px;margin-left: 2px;}
.m-form2 label.on span{border-radius: 3px;
	background: linear-gradient( 180deg, #40DDF8 0%, #1EB9EE 100%);
}

.row-top{padding: .1rem 0 1.02rem;}
.cur{line-height: .4rem;font-size: .16rem;color: #999;}
.cur span{color: #666;}
.cur a{color: #999;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.cur a:hover{color: #004599;}
.cur .home{padding-left: .25rem;
	background: url(/images/i-15.svg) no-repeat left center;
	-o-background-size: .16rem auto;
	-ms-background-size: .16rem auto;
	-moz-background-size: .16rem auto;
	-webkit-background-size: .16rem auto;
	background-size: .16rem auto;
}

.m-tit2{margin-top: 40px;}
.m-tit2 .lab{font-size: .24rem;font-weight: bold;margin-bottom: .2rem;}
.m-tit2 .t1{font-size: 38px;line-height: 60px;color: #00882e;max-width: 70%; text-transform: lowercase; font-family: Georgia, "Times New Roman", Times, serif}

.ban{height: 4rem;
	background-position: center;background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.m-tab2{position: relative;z-index: 2;margin-top: -40px;font-size: 0;text-align: center;
	border-radius: 8px;box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	background-color: #fff;
}
.m-tab2 ul{display: inline-block;}
.m-tab2 li{float: left;position: relative;}
.m-tab2 li a{display: block;font-size:16px;padding: 0 15px;line-height:70px; text-transform:capitalize;}
.m-tab2 li .down{display: inline-block;vertical-align: middle;
	width: .16rem;height: .16rem;margin-left: .1rem;margin-right: -.08rem;
	background: url(/images/i-16.svg) no-repeat center;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.m-tab2 li span{position: relative;z-index: 2;font-family: 'HarmonyOS_Sans_Medium';}/*
.m-tab2 li a:before{content: '';position: absolute;left: .13rem;top: .15rem;
	width: .4rem;height: .4rem;border-radius: 50%;opacity: 0;
	background-color: #004599;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}*/
.m-tab2 li:after{content: '';position: absolute;right: 0;top: 50%;width: 1px;height: .4rem;
	background-color: #ddd;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-tab2 li:last-child:after{display: none;}
.m-tab2 li:hover a,.m-tab2 li.current a{color: #00882e;font-weight: bold;}
.m-tab2 li:hover a:before{opacity: 1;}

.m-tab3{font-size: 0;text-align: center;margin-top: .6rem;position: relative;}
.m-tab3 ul{display: inline-block;
	border-bottom: 1px solid #ddd;
}
.m-tab3 li{float: left;margin: 0 .4rem;}
.m-tab3 li a{display: block;font-size: .16rem;line-height: .4rem;padding-bottom: .12rem;
	font-family: 'HarmonyOS_Sans_Medium';position: relative;
}
.m-tab3 li a:after{content: '';position: absolute;left: 50%;right: 50%;bottom: -1px;
	height: 3px;background-color: #00882e;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-tab3 li:hover a,.m-tab3 li.on a{color: #00882e;}
.m-tab3 li:hover a:after,.m-tab3 li.current a:after{left: 0;right: 0;}
.m-tab3 .swiper-container{border-bottom: 1px solid #ddd;}
.m-tab3 .swiper-slide{width: auto;padding: 0 .36rem;}
.m-tab3 .swiper-slide a{display: block;font-size: .16rem;line-height: .4rem;padding-bottom: .12rem;
	font-family: 'HarmonyOS_Sans_Medium';position: relative;
}
.m-tab3 .swiper-slide a:after{content: '';position: absolute;left: 50%;right: 50%;bottom: -1px;
	height: 3px;background-color: #004599;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-tab3 .swiper-slide:hover a,.m-tab3 .swiper-slide.swiper-slide-active a{color: #004599;}
.m-tab3 .swiper-slide:hover a:after,.m-tab3 .swiper-slide.swiper-slide-active a:after{left: 0;right: 0;}
.m-tab3 .swiper-arrow{position: absolute;top: 40%;width: .56rem;height: .56rem;
	z-index: 3;cursor: pointer;background-color: #fff;
	background-position: center;background-repeat: no-repeat;
	-o-background-size: .24rem auto;
	-ms-background-size: .24rem auto;
	-moz-background-size: .24rem auto;
	-webkit-background-size: .24rem auto;
	background-size: .24rem auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-tab3 .swiper-arrow:after{content: '';position: absolute;top: 0;bottom: 0;width: .5rem;}
.m-tab3 .swiper-prev{left: 0;background-image: url(/images/i-24.png);}
.m-tab3 .swiper-next{right: 0;background-image: url(/images/i-23.png);}
.m-tab3 .swiper-button-disabled{display: none;}
.m-tab3 .swiper-prev:after{left: .4rem;
	background: linear-gradient( -270deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
}
.m-tab3 .swiper-next:after{right: .4rem;
	background: linear-gradient( 270deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
}

.m-list4{margin:50px 0 0;*zoom:1;}
.m-list4:after,.m-list4:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.m-list4 li{width: 25%;float: left;margin-bottom:35px;}
.m-list4 .con{display: block;margin: 0 10px;overflow: hidden;border: 1px solid #ddd;
	background: #FFFFFF;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list4 .pic{padding-top: 100%;height: 0;position: relative;overflow: hidden;}
.m-list4 .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;
	object-fit: cover;
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.m-list4 .tit{height: 40;position: relative;padding: 10px 3px 0;}
.m-list4 .tit h3{font-size: 15px;line-height: 40px;text-align: center;color: #333; text-transform:capitalize;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list4 .con:hover{box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);border-radius: .2rem;border-color: #fff;}
.m-list4 .con:hover .tit h3{color: #00882e;}
.m-list4 .con:hover .pic img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.pages{text-align: center;font-size: 0;padding: .3rem 0 .5rem;}
.pages li{margin: 0 2px;display: inline-block;vertical-align: top;}
.pages li a{display: block;width: .32rem;height: .32rem;text-align: center;line-height: .32rem;
	font-size: .18rem;color: #999;border-radius: .08rem;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.pages li img{display: inline-block;vertical-align: middle;width: .16rem;}
.pages li.on a,.pages li:hover a{background-color: #1EB9EE;color: #fff;}
.pages li.arrow a{font-size: 0;background-color: transparent;}

.m-list5{margin-top: .6rem;}
.m-list5 li{margin-bottom: .5rem;border-bottom: 1px solid #D8D8D8;padding-bottom: .5rem;}
.m-list5 .con{display: block;overflow: hidden;}
.m-list5 .pic{float: left;width: 6.1rem;height: 3.5rem;margin-right: 1.2rem;overflow: hidden;}
.m-list5 .pic img{width: 100%;height: 100%;display: block;
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.m-list5 .txt{overflow: hidden;position: relative;height: 3.5rem;}
.m-list5 .date{font-size: .16rem;font-weight: bold;color: #004599;line-height: 1.25;margin-bottom: .2rem;}
.m-list5 .t1{font-size: .2rem;height: 3em;margin-bottom: .2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list5 .desc{font-size: .16rem;color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.m-list5 .g-more{position: absolute;left: 0;bottom: 0;}
.m-list5 .con:hover .g-more{color: #004599;}
.m-list5 .con:hover .g-more:after{background-color: #00882e;background-image: url(/images/i-04-on.svg);}
.m-list5 .con:hover .pic img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.row-top-1{background-color: #F0F3F7;padding-bottom: 50px; overflow:hidden;}
.so2{position: relative;margin-top: 30px;margin-bottom: 30px;}
.so2 .inp{display: block;width: 100%;height: 50px;border-radius: 10px;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);border: 0;
	font-size:15px;padding: 0 10px 0 15px;
}
.so2 .btn{position: absolute;top: 0;right: 0;width:50px;height:50px;cursor: pointer;
	border: 0;cursor: pointer;
	background: url(/images/i-21.svg) no-repeat center;
	background-size:90%;
}
.m-tab4{overflow: hidden;}
.m-tab4 li{float: left;margin-right: .55rem;}
.m-tab4 li a{display: block;font-size: .18rem;line-height: .6rem;position: relative;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-tab4 li a:after{content: '';position: absolute;left: 50%;right: 50%;bottom: 0;height: 3px;
	background-color: #004599;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-tab4 li:hover a,.m-tab4 li.on a{color: #004599;}
.m-tab4 li:hover a:after,.m-tab4 li.on a:after{left: 0;right: 0;}
.searchtip { font-size:22px; line-height:30px; margin-bottom:20px;}
.result_list .gray{ margin-bottom:20px; font-size:16px; line-height:30px;}
.row-d1{padding: .6rem 0 0;}
.m-list6{margin: 0 -.2rem;*zoom:1;}
.m-list6:after,.m-list6:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.m-list6 li{width: 50%;float: left;margin-bottom: 40px; overflow:hidden;}
.m-list6 .con{display: block;margin-right: 15px;height:150px;padding: 15px 15px 0;
	border: 1px solid #ddd;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;border-radius:8px;
}
.m-list6 .t1{font-size: 22px;line-height: 35px;font-weight: normal;color: #333;
	margin-bottom: 5px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list6 .desc{font-size: 15px;color: #999;margin-bottom:8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.m-list6 .g-more{font-weight: normal;}
.m-list6 .con:hover{box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);border-radius:8px;border-color: #fff;border: 1px solid #ddd;}
.m-list6 .con:hover .g-more{color: #004599;}
.m-list6 .con:hover .g-more:after{background-color: #00882e;background-image: url(/images/i-04-on.svg);}
.m-list6 .con:hover .t1{color: #004599;}

.row-d2{padding: .13rem 0 .87rem;
	background-color: #F0F3F7;
}
.m-form3{margin: .1rem auto 0;max-width: 8.8rem;border-radius: .1rem;
	background: #FFFFFF;padding: .3rem .4rem .45rem;
}
.m-form3 .tit{font-size: .2rem;color: #004599;line-height: 1;margin-bottom: .33rem;}
.m-form3 .ovh{margin: 0 -.2rem;}
.m-form3 .item{padding: 0 .2rem;margin-bottom: .3rem;}
.m-form3 .item-50{float: left;width: 50%;}
.m-form3 .t1{font-size: .16rem;color: #666;line-height: 1.25;display: block;margin-bottom: .1rem;}
.m-form3 .t1 i{font-style: normal;color: #F00;margin-right: 3px;}
.m-form3 .inp{display: block;width: 100%;height: .4rem;border-radius: 5px;
	border: 1px solid #DDDDDD;font-size: .16rem;padding: 0 .1rem;
}
.m-form3 textarea.inp{height: 1rem;padding: .08rem .1rem;}
.m-form3 select.inp{
	background: url(/images/i-22.svg) no-repeat right .1rem center;
	-o-background-size: .16rem auto;
	-ms-background-size: .16rem auto;
	-moz-background-size: .16rem auto;
	-webkit-background-size: .16rem auto;
	background-size: .16rem auto;
}
.m-form3 .btn{display: block;width: 3.8rem;height: .5rem;border-radius: .1rem;
	border: 0;cursor: pointer;font-size: .16rem;color: #fff;
	background-color: #1EB9EE;margin: 0 auto;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-form3 .btn:hover{opacity: .8;}

.m-list7{margin: .57rem -.2rem 0;*zoom:1;}
.m-list7:after,.m-list7:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.m-list7 li{width: 25%;float: left;margin-bottom: .4rem;}
.m-list7 .con{display: block;margin: 0 .2rem;}
.m-list7 .pic{padding-top: 75%;height: 0;position: relative;overflow: hidden;border-radius: .1rem;}
.m-list7 .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.m-list7 .txt{height: 1.73rem;padding: .2rem .15rem 0;}
.m-list7 .t1{font-size: .18rem;line-height: 1.22;height: 2.44em;font-weight: normal;
	font-family: 'HarmonyOS_Sans_Medium';margin-bottom: .19rem;color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.m-list7 .desc{font-size: .16rem;line-height: 1.25;color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.m-list7 .con:hover .pic img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.m-list7 .con:hover .t1{color: #004599;}

.row-e2{padding: .1rem 0 0;}

.m-details{padding: .4rem 0 0;}
.m-details .top{overflow: hidden;padding-bottom: .15rem;margin-bottom: .3rem;
	border-bottom: 1px solid #D8D8D8;
}
.m-details .r-btn{float: right;font-family: 'HarmonyOS_Sans_Medium';margin-top: 5px;}
.m-details .service-btn{height: .5rem;line-height: .48rem;display: block;
	text-align: center;border: 1px solid #004599;border-radius: .1rem;
	font-size: .16rem;color: #004599;padding: 0 .1rem 0 .2rem;margin-bottom: .2rem;
}
.m-details .service-btn:after{content: '';display: inline-block;vertical-align: middle;
	width: .16rem;height: .16rem;margin-left: .16rem;position: relative;top: -1px;
	background: url(/images/i-24.svg) no-repeat center;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.m-details .back-btn{text-align: right;font-size: .18rem;display: block;
	color: #004599;padding-right: .26rem;line-height: .4rem;
	background: url(/images/i-25.svg) no-repeat right center;
	-o-background-size: .16rem auto;
	-ms-background-size: .16rem auto;
	-moz-background-size: .16rem auto;
	-webkit-background-size: .16rem auto;
	background-size: .16rem auto;
}
.m-details .back-btn:hover{text-decoration: underline;}
.m-details h1{font-size: .4rem;margin-bottom: .15rem;}
.m-details .info{font-size: .16rem;line-height: 2.5;}
.m-details .info span{margin-right: .4rem;}
.m-details .info .num{padding-left: .21rem;
	background: url(/images/i-30.svg) no-repeat left center;
	-o-background-size: .16rem auto;
	-ms-background-size: .16rem auto;
	-moz-background-size: .16rem auto;
	-webkit-background-size: .16rem auto;
	background-size: .16rem auto;
}
.m-details .swiper-container{border-radius: .2rem;overflow: hidden;margin-bottom: .3rem;}
.m-details .pic{padding-top: 42%;height: 0;position: relative;overflow: hidden;}
.m-details .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;}
.m-details .swiper-arrow{position: absolute;top: 50%;width: .4rem;height: .4rem;
	z-index: 3;cursor: pointer;
	background-position: center;background-repeat: no-repeat;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-details .swiper-prev{left: 0;background-image: url(/images/i-26.svg);}
.m-details .swiper-next{right: 0;background-image: url(/images/i-27.svg);}
.m-details .txt{font-size: .16rem;line-height: 2;margin-bottom: .54rem;}
.m-details .arrow{padding: 0 .2rem;
	border-radius: .1rem;
	background-color: #F0F3F7;
}
.m-details .arrow .item{display: block;line-height: .6rem;overflow: hidden;
	border-bottom: 1px solid #D8D8D8;
}
.m-details .arrow .t1{font-size: .18rem;color: #333;font-family: 'HarmonyOS_Sans_Medium';font-weight: normal;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-details .arrow .t2{float: right;font-size: .16rem;color: #666;margin-left: .3rem;}
.m-details .arrow .item:last-child{border-bottom: 0;}
.m-details .arrow .item:hover .t1{color: #004599;}

.row-e3{padding: .7rem 0 .3rem;}
.g-t6{text-align: center;font-size: .4rem;color: #004599;}
.row-e3 .m-list4{margin-top: .3rem;}

.m-details-1 .r-btn{margin-top: .17rem;}
.m-details-1 .txt{max-width: 12rem;margin: 0 auto .57rem;}
.m-details-1 .arrow2{overflow: hidden;}
.m-details-1 .item{width: 7rem;height: 1.2rem;border-radius: .1rem;
	border: 1px solid #D8D8D8;padding: .26rem .6rem 0;
	background-repeat: no-repeat;
	-o-background-size: .24rem auto;
	-ms-background-size: .24rem auto;
	-moz-background-size: .24rem auto;
	-webkit-background-size: .24rem auto;
	background-size: .24rem auto;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-details-1 .item.l{background-image: url(/images/i-28.svg);
	background-position: .18rem center;
}
.m-details-1 .item.r{background-image: url(/images/i-29.svg);
	background-position: right .18rem center;
}
.m-details-1 .t1{font-size: .18rem;font-family: 'HarmonyOS_Sans_Medium';font-weight: normal;
	line-height: 1.22;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-details-1 .t2{font-size: .16rem;color: #666;display: block;margin-bottom: .15rem;}
.m-details-1 .arrow2 .item:hover .t1,.m-details-1 .arrow2 .item:hover .t2{color: #004599;}
.m-details-1 .arrow2 .item:hover{border-color: #004599;}
.m-details-1 .item.l:hover{background-image: url(/images/i-28-on.svg);}
.m-details-1 .item.r:hover{background-image: url(/images/i-29-on.svg);}

.row-e4{padding: 50px 0 65px;}
.g-t7{text-align: center;}
.g-t7 .t1{font-size: 30px; line-height:50px; text-transform:capitalize; color: #00882e;}
.g-t7 .desc{font-size: .2rem;color: #666;max-width: 9.7rem;
	margin: .15rem auto 0;
}
.m-list8{margin: .65rem -.13rem 0;font-size: 0;padding-bottom: 1px;}
.m-list8 li{display: inline-block;vertical-align: top;width: 25%;position: relative;z-index: 2;}
.m-list8 .con{margin: 0 .13rem;}
.m-list8 .pic{padding-top: 73%;height: 0;position: relative;overflow: hidden;
	margin-bottom: .22rem;
}
.m-list8 .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.m-list8 .t1{font-size: .18rem;font-family: 'HarmonyOS_Sans_Medium';font-weight: normal;
	color: #333;line-height: 1.67;text-align: center;padding: 0 .15rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.m-list8 .item{position: relative;margin-bottom: .3rem;}
.m-list8 .item:before{content: '';position: absolute;bottom: .6rem;right: 0;left: -10rem;height: .2rem;
	background-color: #fff;box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.1);
}
.m-list8 .item:nth-child(2n):before{left: 0;right: -10rem;}

.m-txt4{height: 4rem;border-radius: .2rem;margin-top: .5rem;padding: .4rem .5rem 0;color: #fff;
	background-position: center;background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.m-txt4 .t1{font-size: .4rem;margin-bottom: .15rem;}
.m-txt4 .desc{font-size: .2rem;max-width: 9.5rem;margin-bottom: .79rem;}
.g-btn1{display: block;width: 3.2rem;height: .6rem;line-height: .6rem;
	border-radius: .1rem;text-align: center;font-size: .2rem;color: #fff;
	background-color: #004599;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.g-btn1:after{content: '';display: inline-block;vertical-align: middle;
	width: .16rem;height: .16rem;position: relative;top: -2px;margin-left: .2rem;
	background: url(/images/i-31.svg) no-repeat center;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.g-btn1:hover{opacity: .8;color: #fff;}

.row-e5{padding: .7rem 0 .8rem;
	background-color: #F0F3F7;
}
.m-list9{height: 4.2rem;position: relative;padding-right: .8rem;margin-top: .5rem;
	background: url(/images/i-33.svg) no-repeat right center;
	-o-background-size: .48rem auto;
	-ms-background-size: .48rem auto;
	-moz-background-size: .48rem auto;
	-webkit-background-size: .48rem auto;
	background-size: .48rem auto;
}
.m-list9 li{position: absolute;width: 3.2rem;height: 1.9rem;padding: .4rem .4rem 0;
	border-radius: .2rem;text-align: center;
	background-color: #fff;
}
.m-list9 li:after{content: '';position: absolute;top: 50%;right: -1.38rem;
	width: .76rem;height: .48rem;
	background-position: center;background-repeat: no-repeat;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-list9 .t1{font-size: .2rem;margin-bottom: .09rem;}
.m-list9 .desc{font-size: .16rem;color: #666;}
.m-list9 .i1{top: 0;left: 0;}
.m-list9 .i2{top: 0;left: 5.2rem;}
.m-list9 .i3{top: 0;left: 10.4rem;}
.m-list9 .i6{bottom: 0;left: 0;}
.m-list9 .i5{bottom: 0;left: 5.2rem;}
.m-list9 .i4{bottom: 0;left: 10.4rem;}
.m-list9 .i1:after,.m-list9 .i2:after{background-image: url(/images/i-32.svg);}
.m-list9 .i5:after,.m-list9 .i6:after{background-image: url(/images/i-34.svg);}

.row-e6{padding: .8rem 0;}
.m-list10{margin: .45rem -.15rem 0;overflow: hidden;}
.m-list10 li{width: 33.33%;float: left;}
.m-list10 .con{display: block;margin: 0 .15rem;height: 3rem;padding: .46rem .5rem 0;
	background: #F0F3F7;text-align: center;
	border-radius: .2rem;
}
.m-list10 .ico{display: block;margin: 0 auto .25rem;width: .64rem;height: .64rem;}
.m-list10 .ico img{width: 100%;height: 100%;display: block;}
.m-list10 .t1{font-size: .2rem;margin-bottom: .25rem;}
.m-list10 .desc{font-size: .16rem;color: #666;}

.row-e7{height: 3.6rem;position: relative;
	background-position: center;background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.m-txt5{position: absolute;top: 50%;left: 0;right: 0;color: #fff;text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-txt5 .t1{font-size: .4rem;margin-bottom: .15rem;}
.m-txt5 .desc{font-size: .2rem;}

.row-e8{padding: .7rem 0 1rem;
	background: #F0F3F7;
}
.m-tab5{text-align: center;font-size: 0;margin: .45rem 0;}
.m-tab5 li{display: inline-block;vertical-align: top;margin: 0 .1rem;}
.m-tab5 li a{display: block;padding: 0 .26rem;height: .5rem;line-height: .5rem;
	border-radius: .25rem;font-size: .2rem;color: #666;
	background-color: #fff;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-tab5 li.on a,.m-tab5 li:hover a{color: #fff;background-color: #004599;}

.m-txt6{overflow: hidden;}
.m-txt6 .pic{float: right;width: 6.4rem;border-radius: .2rem;overflow: hidden;}
.m-txt6 .pic img{width: 100%;display: block;}
.m-txt6 .txt{float: left;width: 6.4rem;padding-top: .18rem;}
.m-txt6 .t1{font-size: .4rem;margin-bottom: .27rem;}
.m-txt6 .desc{font-size: .2rem;color: #666;margin-bottom: .5rem;}

.row-e9{position: relative;padding: 1.05rem 0 0;
	background-color: #F0F3F7;
}
.row-e9:before{content: '';position: absolute;left: 0;right: 0;top: 0;height: 5.6rem;
	background-color: #004599;
}
.row-e9 .wp{position: relative;z-index: 2;}
.m-txt7{overflow: hidden;color: #fff;margin-bottom: 1.2rem;}
.m-txt7 .txt{float: left;width: 4.8rem;}
.m-txt7 .t1{font-size: .4rem;margin-bottom: .2rem;}
.m-txt7 .desc{font-size: .2rem;}
.m-txt7 .list{margin-top: .1rem;float: right;}
.m-txt7 .list li{float: left;margin-left: .5rem;width: 4rem;}
.m-txt7 .list .con{height: 1.6rem;padding: .36rem .3rem 0;position: relative;
	background-color: rgba(255,255,255,.2);
}
.m-txt7 .top{font-size: .2rem;line-height: .64rem;height: .64rem;margin-bottom: .05rem;}
.m-txt7 .num{font-size: .48rem;font-family: 'HarmonyOS_Sans_Black';margin-right: .1rem;}
.m-txt7 .tips{font-size: .2rem;}
.m-txt7 .ico{position: absolute;right: .3rem;top: .3rem;width: .48rem;height: .48rem;}
.m-txt7 .ico img{width: 100%;height: 100%;display: block;}

.m-txt8{overflow: hidden;border-radius: .2rem;position: relative;
	background-color: #fff;padding: .7rem .6rem 0;min-height: 6rem;
}
.m-txt8 .t1{font-size: .4rem;color: #004599;margin-bottom: .65rem;}
.m-txt8 .item{margin-bottom: .35rem;}
.m-txt8 .t2{font-size: .2rem;margin-bottom: .15rem;color: #004599;}
.m-txt8 .tips{font-size: .16rem;color: #666;max-width: 4.2rem;}
.m-txt8 .pic{position: absolute;right: .7rem;top: 50%;width: 5rem;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*.m-txt8 .pic img{width: 100%;display: block;}*/

.row-e10{padding: .8rem 0 1.2rem;
	background-color: #F0F3F7;
}
.m-list11{margin: .45rem -.2rem 0;overflow: hidden;}
.m-list11 li{width: 50%;float: left;}
.m-list11 .con{height: 1.6rem;border-radius: .2rem;margin: 0 .2rem;padding: .45rem .5rem 0;
	background-color: #fff;
}
.m-list11 .t1{font-size: .2rem;margin-bottom: .15rem;}
.m-list11 .desc{font-size: .16rem;color: #666;}

.row-e11{padding: .9rem 0 1.15rem;}
.m-txt9{overflow: hidden;margin-bottom: .8rem;}
.m-txt9 .txt{float: left;width: 8.4rem;padding-top: .1rem;}
.m-txt9 .t1{font-size: .4rem;color: #004599;margin-bottom: .4rem;}
.m-txt9 .desc{font-size: .16rem;line-height: 2;}
.m-txt9 .pic{float: right;width: 5.2rem;}
.m-txt9 .pic img{width: 100%;display: block;}

.m-txt10{overflow: hidden;}
.m-txt10 .left{float: left;overflow: hidden;width: 4.76rem;height: 3.34rem;
	margin-right: .92rem;margin-top: .11rem;
	padding: .48rem .56rem 0;text-align: center;
	background: rgba(30,185,238,0.1);
	border-radius: .2rem;
	border: 2px solid #004599;
}
.m-txt10 .left .ico{display: block;width: 1.7rem;margin: 0 auto .21rem;}
.m-txt10 .left .ico img{width: 100%;display: block;}
.m-txt10 .left .t1{font-size: .2rem;margin-bottom: .25rem;}
.m-txt10 .left .desc{font-size: .16rem;color: #666;}
.m-txt10 .right{overflow: hidden;}
.m-txt10 .tit{font-size: .4rem;color: #004599;margin-bottom: .2rem;}
.m-txt10 .right .desc{font-size: .2rem;color: #666;margin-bottom: .3rem;}
.m-txt10 .list{overflow: hidden;}
.m-txt10 .list li{float: left;margin-right: .5rem;width: 3.3rem;}
.m-txt10 .list .con{height: 1.6rem;padding: .3rem .3rem 0;position: relative;
	background-color: rgba(255,255,255,.2);
	border: 1px solid #DDDDDD;
}
.m-txt10 .list .top{font-size: .2rem;line-height: .64rem;height: .64rem;margin-bottom: .11rem;
	color: #004599;
}
.m-txt10 .list .num{font-size: .64rem;font-family: 'HarmonyOS_Sans_Black';margin-right: .1rem;}
.m-txt10 .list .tips{font-size: .2rem;}
.m-txt10 .list .ico{position: absolute;right: .3rem;top: .3rem;width: .48rem;height: .48rem;}
.m-txt10 .list .ico img{width: 100%;height: 100%;display: block;}

.row-e12{padding: .6rem 0 .75rem;
	background-color: #F0F3F7;
}
.m-list12{margin: .45rem -.15rem 0;overflow: hidden;}
.m-list12 li{width: 33.33%;float: left;}
.m-list12 .con{display: block;margin: 0 .15rem;height: 3rem;padding: .46rem .5rem 0;
	background: #fff;text-align: center;
	border-radius: .2rem;
}
.m-list12 .ico{display: block;margin: 0 auto .25rem;width: .64rem;height: .64rem;}
.m-list12 .t1{font-size: .2rem;margin-bottom: .25rem;}
.m-list12 .desc{font-size: .16rem;color: #666;}

.row-e13{}
.row-e13-1{overflow: hidden;padding: .95rem 0 0;}
.row-e13-1 .col-l{width: 9rem;padding-top: .3rem;}
.row-e13-1 .col-r{width: 4.8rem;}
.row-e13-1 .g-t7 .t1{text-align: left;}
.row-e13-2{padding: .9rem 0;}

.m-list13{overflow: hidden;margin: 0 -.3rem;padding-top: .6rem;}
.m-list13 li{width: 50%;float: left;margin-bottom: .4rem;}
.m-list13 .con{display: block;margin: 0 .3rem;overflow: hidden;}
.m-list13 .ico{float: left;width: .4rem;height: .4rem;margin-right: .2rem;}
.m-list13 .ico img{width: 100%;height: 100%;display: block;}
.m-list13 .txt{overflow: hidden;}
.m-list13 .t1{font-size: .2rem;line-height: 1;margin-bottom: .14rem;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.m-list13 .desc{font-size: .16rem;color: #666;height: 4.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.m-list13 .tips{padding: .23rem .5rem 0 .3rem;border-radius: .1rem;height: 1.06rem;
	font-size: .2rem;color: #fff;
	background: #004599 url(/images/i-52.svg) no-repeat right .2rem center;
	-o-background-size: .16rem auto;
	-ms-background-size: .16rem auto;
	-moz-background-size: .16rem auto;
	-webkit-background-size: .16rem auto;
	background-size: .16rem auto;
}

.m-txt11{height: 7.4rem;
	background-position: center;background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.m-txt11 .desc{font-size: .18rem;line-height: 1.33;color: #fff;padding: .55rem 1.2rem 0 .4rem;}

.m-list16{margin: .35rem -.2rem 0;overflow: hidden;}
.m-list16 li{width: 50%;float: left;}
.m-list16 .con{height: 1.8rem;border-radius: .2rem;margin: 0 .2rem;padding: .35rem .5rem 0;
	background-color: #F0F3F7;
}
.m-list16 .t1{font-size: .2rem;margin-bottom: .25rem;}
.m-list16 .desc{font-size: .16rem;color: #666;}

.row-e14{padding: .7rem 0 .4rem;
	background-color: #F0F3F7;
}
.row-e14 .m-list8{margin-top: .3rem;}

.row-e15{padding: .6rem 0 1.7rem;
	background: url(/images/p-bg5.jpg);
}
.m-list14{overflow: hidden;margin: .6rem -.2rem 0;}
.m-list14 li{width: 50%;float: left;}
.m-list14 .con{margin: 0 .2rem;height: 3.4rem;padding: .34rem .4rem 0;
	background-color: #fff;border-radius: .2rem;position: relative;
}
.m-list14 .con:after{content: '';position: absolute;right: .4rem;top: .3rem;
	width: .74rem;height: .55rem;
	background: url(/images/i-55.svg) no-repeat center;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.m-list14 .ico{display: block;width: 1.02rem;height: .54rem;margin-bottom: .17rem;}
.m-list14 .ico img{width: 100%;height: 100%;display: block;}
.m-list14 .t1{font-size: .2rem;margin-bottom: .06rem;}
.m-list14 .tips{font-size: .16rem;line-height: 1.25;color: #999;margin-bottom: .29rem;}
.m-list14 .desc{font-size: .16rem;color: #666;}

.row-e16{position: relative;
	background-color: #F0F3F7;
}
.row-e16:before{content: '';position: absolute;left: 0;right: 0;top: 0;height: 6.8rem;
	background-color: #004599;
}
.row-e16 .wp{position: relative;z-index: 2;}
.m-t1{position: absolute;bottom: 100%;left: 50%;width: 7.4rem;height: .8rem;
	text-align: center;line-height: .8rem;font-size: .2rem;font-weight: bold;
	background: url(/images/i-56.svg) no-repeat center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.m-t1 a{display: block;color: #fff;}
.m-t1 a:after{content: '';display: inline-block;vertical-align: middle;
	width: .16rem;height: .16rem;margin-left: .44rem;
	background: url(/images/i-31.svg) no-repeat center;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.m-txt12{padding: .7rem 0 .5rem;color: #fff;}
.m-txt12 .t1{font-size: .4rem;margin-bottom: .2rem;}
.m-txt12 .desc{font-size: .2rem;max-width: 8.4rem;}

.m-list15{margin-bottom: 1rem;}
.m-list15 li{display: inline-block;}
.m-list15 .con{width: 3.2rem;height: 1.4rem;margin-right: -.4rem;
	border-radius: .7rem;padding-top: .23rem;
	border: 2px solid rgba(255,255,255,.5);
}
.m-list15 .ico{display: block;margin: 0 auto .07rem;width: .48rem;height: .48rem;}
.m-list15 .ico img{width: 100%;height: 100%;display: block;}
.m-list15 .t1{text-align: center;font-size: .2rem;color: #fff;}

.m-txt13{border-radius: .2rem;padding: .6rem 0 .65rem .7rem;
	background: url(/images/p-bg6.jpg) no-repeat right bottom;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.m-txt13 .txt{max-width: 6.4rem;}
.m-txt13 .t1{font-size: .4rem;color: #004599;margin-bottom: .2rem;}
.m-txt13 .desc{font-size: .16rem;color: #666;margin-bottom: .23rem;}
.m-txt13 .tips{font-size: .2rem;color: #333;font-family: 'HarmonyOS_Sans_Medium';
	margin-bottom: .35rem;
}
.m-txt13 .qr{overflow: hidden;}
.m-txt13 .item{float: left;margin-right: .4rem;}
.m-txt13 .pic{width: 2rem;height: 2rem;padding: .14rem;margin-bottom: .15rem;
	background: #F0F3F7;
	border: 1px solid #D8D8D8;
}
.m-txt13 .pic img{width: 100%;height: 100%;display: block;}
.m-txt13 .s1{display: block;text-align: center;font-size: .16rem;font-weight: normal;
	font-family: 'HarmonyOS_Sans_Medium';line-height: 1.25;
}

.m-list11-1 .con{height: 1.9rem;}

.row-f1{padding: 70px 0 80px; overflow:hidden;}
.m-desc1{max-width: 90%;margin: 50px auto 60px;font-size: 15px;line-height: 27px;}
.m-desc1 p{ text-indent:2em; margin:12px 0px;}

.m-desc2{height:230px;border-radius: 15px;margin-bottom: 80px;overflow: hidden;position: relative;
	background-position: center;background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.m-desc2 .m-num{position: absolute;left: 0;right: 0;top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-list17{overflow: hidden;margin: .3rem -.15rem 0;}
.m-list17 li{width: 33.33%;float: left; overflow:hidden;}
.m-list17 .con{margin: 15px 10px;height: 140px;border-radius: 8px; padding:20px 0;
	background-color: #F0F3F7;
}
.m-list17 .t2{ text-align:center; font-size:20px; color:#00882e; line-height:40px; text-transform:uppercase;
}
.m-list17 .t1{ padding:0px 20px;text-align: center;
	font-size: 15px;line-height:26px;font-weight: normal; text-transform:lowercase;
}

.row-f2{padding: .8rem 0 .15rem;overflow: hidden;
	background-color: #F0F3F7;
}

.g-t7-1{text-align: left;}
.g-t7-1 .desc{max-width: 6.6rem;margin: .1rem 0 0;}
.row-f2 .m-list8{margin-top: .6rem;}

.row-a6-1{padding: .7rem 0;}
.row-a6-1 .m-slider1{margin-top: 0;}

.row-g1{padding: 1rem 0;}
.m-desc3{overflow: hidden;}
.m-desc3 .txt{float: left;width: 6.4rem;}
.m-desc3 .t1{font-size: .4rem;margin-bottom: .39rem;color: #004599;}
.m-desc3 .desc{font-size: .2rem;line-height: 1.6;margin-bottom: .2rem;overflow: hidden;}
.m-desc3 .desc p{margin-bottom: .2rem;}
.m-desc3 .btn{display: block;width: 2.2rem;height: .6rem;line-height: .6rem;
	padding: 0 .2rem;font-size: .16rem;color: #fff;font-weight: bold;
	border-radius: .1rem;
	background: #004599 url(/images/i-62.svg) no-repeat right .2rem center;
	-o-background-size: .16rem auto;
	-ms-background-size: .16rem auto;
	-moz-background-size: .16rem auto;
	-webkit-background-size: .16rem auto;
	background-size: .16rem auto;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-desc3 .btn:hover{opacity: .8;color: #fff;}
.m-desc3 .pic{float: right;width: 7.2rem;border-radius: .2rem;overflow: hidden;}
.m-desc3 .pic img{width: 100%;display: block;}

.row-g2{padding: .6rem 0 .1rem;overflow: hidden;
	background-color: #F0F3F7;
}
.g-t7 .desc2{max-width: 8.4rem;font-size: .16rem;margin-top: .25rem;}
.m-list18{margin-top: .57rem;}
.m-list18 li{margin-bottom: .1rem;padding: 0 .3rem;
	background-color: #fff;
}
.m-list18 .tit{height: .8rem;line-height: .8rem;overflow: hidden;padding-right: .5rem;cursor: pointer;
	background: url(/images/i-63.svg) no-repeat right center;
	-o-background-size: .16rem auto;
	-ms-background-size: .16rem auto;
	-moz-background-size: .16rem auto;
	-webkit-background-size: .16rem auto;
	background-size: .16rem auto;
}
.m-list18 .s1{width: .5rem;font-size: .2rem;font-weight: bold;
	color: #333;float: left;
}
.m-list18 .t1{overflow: hidden;font-size: .16rem;font-weight: normal;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.m-list18 .txt{overflow: hidden;padding: .2rem 0 .32rem;border-top: 1px solid #D8D8D8;display: none;}
.m-list18 .desc{overflow: hidden;font-size: .16rem;color: #666;}
.m-list18 li.on .tit{background-image: url(/images/i-64.svg);}
.m-list18 li.on .t1{color: #004599;font-weight: bold;}

.row-h1{padding: 60px 0;}
.m-list19{overflow: hidden;margin: 20px -20px;}
.m-list19 li{width: 25%;float: left;}
.m-list19 .con{display: block;margin: 0 8px; overflow:hidden; padding: 20px 15px;
	background-color: #F0F3F7;border-radius: 6px;position: relative; height:146px;
}
.m-list19 .ico{position: absolute;top: 25px;right: 15px;width: 38px;height: 38px;}
.m-list19 .ico img{width: 100%;height: 100%;display: block;}
.m-list19 .t1{display: block;font-size:17px;color: #999;line-height: 28px;}
.m-list19 .desc{font-size: 15px; line-height:27px;}

.m-map{position: relative;height: 105px;overflow: hidden;}
.m-map #map{height: 100%;}
.m-map #map img{max-width: none;
    transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
}
.m-map .cont{position: absolute;width: 50%;z-index: 8;
	border-radius: 6px;
	background-color: #fff;
}
.m-map .tit{font-size: 17px;color: #00882e;line-height: 2;cursor: pointer;
	background: url(/images/i-69.svg) no-repeat right center; text-transform:capitalize;
	background-size: 100%;
}
.m-map .txt{border-top: 1px solid #D8D8D8;padding-top:8px;}
.m-map .item{overflow: hidden;margin-bottom: .1rem;}
.m-map .ico{float: left;width: 38px;height: 38px;margin-right: 15px;margin-top: 5px;}
.m-map .ico img{width: 100%;height: 100%;display: block;}
.m-map .desc{font-size: 15px;overflow: hidden;}

.row-h2{overflow: hidden;
	background-color: #F0F3F7;
}
.row-h2 .col-l{width: 59%;padding: 20px 10px 0 70px;height:500px;}
.row-h2 .col-r{width: 37%;height: 500px;position: relative;
	background: #00882e url(/images/p-bg8.png) no-repeat right bottom;
	/*-o-background-size: 5.24rem auto;
	-ms-background-size: 5.24rem auto;
	-moz-background-size: 5.24rem auto;
	-webkit-background-size: 5.24rem auto;
	background-size: 5.24rem auto;*/
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.m-form4{margin-top: 10px;border-radius: 10px;padding: 15px 15px 25px;
	background-color: #fff; overflow:hidden;
}
.m-form4 .ovh{margin: 0 -.2rem; overflow:hidden;}
.m-form4 .item{padding: 0 5px;margin-bottom:20px;/*position: relative;*/}
.m-form4 .i-t{/*position: relative;*/}
.m-form1 .error,.m-form4 .error,.pop-service .error,.pop-become .error{color: #f00;font-size: .16rem;}
.m-form4 .item-50{float: left;width: 50%;}
.m-form4 .t1{font-size: 15px;color: #666;line-height: 30px;display: block;margin-bottom: 5px; overflow:hidden;}
.m-form4 .t1 i{font-style: normal;color: #F00;margin-right: 3px;}
.m-form4 .inp{display: block;width: 100%;height: 40px;border-radius: 5px;
	border: 1px solid #DDDDDD;font-size: 15px;padding: 0 5px;
}
.m-form4 textarea.inp{height:80px;padding: 5px;}
.m-form4 select.inp{
	background: url(/images/i-22.svg) no-repeat right .1rem center;
	-o-background-size: .16rem auto;
	-ms-background-size: .16rem auto;
	-moz-background-size: .16rem auto;
	-webkit-background-size: .16rem auto;
	background-size: .16rem auto;
}
.m-form4 .btn{display: block;width:150px;height: 35px;border-radius: 6px;
	border: 0;cursor: pointer;font-size: 15px;color: #fff;
	background-color: #00882e;margin: 0 auto; text-transform:uppercase;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-form4 .btn:hover{opacity: .8;}
.m-desc4{padding-top: 60px; padding-left:50px;color: #fff;}
.m-desc4 .t1{font-size:30px;margin-bottom: 10px; text-transform:capitalize;}
.m-desc4 .desc{font-size: .2rem;}
.m-desc4 .btn{position: absolute;left: .5rem;bottom: .7rem;
	display: block;width: 2.2rem;height: .6rem;line-height: .6rem;
	padding: 0 .2rem;font-size: .16rem;color: #004599;font-weight: bold;
	border-radius: .1rem;
	background: #fff url(/images/i-72.svg) no-repeat right .2rem center;
	-o-background-size: .16rem auto;
	-ms-background-size: .16rem auto;
	-moz-background-size: .16rem auto;
	-webkit-background-size: .16rem auto;
	background-size: .16rem auto;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-desc4 .btn:hover{opacity: .8;}

.pop-become{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1024;display: none;}
.pop-become .cont{position: absolute;top: 50%;left: 50%;width: 8.8rem;
	background: #FFFFFF;border-radius: .1rem;padding: .25rem .4rem .45rem;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.pop-become .tit{font-size: .2rem;color: #004599;margin-bottom: .28rem;}
.pop-become .ovh{margin: 0 -.2rem;}
.pop-become .item{padding: 0 .2rem;margin-bottom: .3rem;}
.pop-become .item-50{float: left;width: 50%;}
.pop-become .t1{font-size: .16rem;color: #666;line-height: 1.25;display: block;margin-bottom: .1rem;}
.pop-become .t1 i{font-style: normal;color: #F00;margin-right: 3px;}
.pop-become .inp{display: block;width: 100%;height: .4rem;border-radius: 5px;
	border: 1px solid #DDDDDD;font-size: .16rem;padding: 0 .1rem;
}
.pop-become textarea.inp{height: 1rem;padding: .08rem .1rem;}
.pop-become select.inp{
	background: url(/images/i-22.svg) no-repeat right .1rem center;
	-o-background-size: .16rem auto;
	-ms-background-size: .16rem auto;
	-moz-background-size: .16rem auto;
	-webkit-background-size: .16rem auto;
	background-size: .16rem auto;
}
.pop-become .btn{display: block;width: 3.8rem;height: .5rem;border-radius: .1rem;
	border: 0;cursor: pointer;font-size: .16rem;color: #fff;
	background-color: #1EB9EE;margin: 0 auto;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.pop-become .btn:hover{opacity: .8;}
.pop-become .close{position: absolute;width: .4rem;height: .4rem;top: .2rem;right: .32rem;cursor: pointer;
	background: url(/images/close2.svg) no-repeat center;
	-o-background-size: .24rem auto;
	-ms-background-size: .24rem auto;
	-moz-background-size: .24rem auto;
	-webkit-background-size: .24rem auto;
	background-size: .24rem auto;
}

.row-b2{padding: .1rem 0 .82rem;}
.row-b2-1{ margin:60px auto;overflow: hidden;}
.row-b2-1 .col-l{width: 580px;}
.row-b2-1 .col-l img{ width:100%;}
.row-b2-1 .col-r{width: 600px;position: relative;min-height: 7.9rem;}
.m-slider2 .pic{height: 520px;font-size: 0;text-align: center;}
.m-slider2 .pic img{display: inline-block;vertical-align: middle;
	max-width: 100%;max-height: 100%;
}
.m-slider2 .slick-arrow{position: absolute;top: 50%;width: .48rem;height: .48rem;z-index: 2;
	border: 0;cursor: pointer;font-size: 0;text-indent: 9999px;cursor: pointer;
	background-position: center;background-repeat: no-repeat;background-color: transparent;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-slider2 .slick-prev{left: -.48rem;background-image: url(/images/i-73.svg);}
.m-slider2 .slick-next{right: -.48rem;background-image: url(/images/i-74.svg);}

.m-slider3 .pic{height: 1.5rem;line-height: 1.5rem;font-size: 0;text-align: center;
	border: 1px solid #ddd;margin: 0 .06rem;cursor: pointer;overflow: hidden;
}
.m-slider3 .pic img{display: inline-block;vertical-align: middle;
	max-width: 100%;max-height: 100%;
}
.m-slider3 .slick-current .pic{border-color: #004599;border-width: 2px;}

.m-comm{padding-top: .2rem;}
.m-comm .top{padding-bottom: 10px;border-bottom: 1px solid #D8D8D8;margin-bottom: 24px;}
.m-comm .t1{font-size: 26px; line-height:40px; text-transform: uppercase;}
.m-comm .lab{font-size: 14px;line-height: 27px;}
.m-comm .t2{font-size: 20px;color: #00882e;margin-bottom: 15px;}
.m-comm .desc{font-size: 14px;line-height:26px;}

.g-btn2{display: block;width: 3.2rem;height: .6rem;line-height: .6rem;
	padding: 0 .2rem;font-size: .16rem;color: #fff;font-family: 'HarmonyOS_Sans_Medium';
	border-radius: .1rem;
	position: absolute;left: 0;bottom: 0;
	background: #004599 url(/images/i-62.svg) no-repeat right .2rem center;
	-o-background-size: .16rem auto;
	-ms-background-size: .16rem auto;
	-moz-background-size: .16rem auto;
	-webkit-background-size: .16rem auto;
	background-size: .16rem auto;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.g-btn2:hover{opacity: .8;color: #fff;}

.row-b2-2{padding:60px 0 0;}
.m-list20{margin: .28rem 0 0;
	display: flex;
	justify-content: space-between;
}
.m-list20 .con{width: 4rem;height: 1.6rem;padding: .33rem .3rem 0;
	background-color: #F0F3F7;
}
.m-list20 .top{color: #004599;font-size: .24rem;line-height: .64rem;height: .64rem;}
.m-list20 .num{font-size: .48rem;font-family: 'HarmonyOS_Sans_Black';}
.m-list20 .desc{line-height: 2;font-size: .2rem;}


.row-b3{overflow: hidden;padding: .5rem 0 .67rem;
	background-color: #F0F3F7;
}
.row-b3 .col-l{width: 8.6rem;}
.row-b3 .col-r{width: 4.8rem;padding-top: .2rem;}
.m-list21{margin-top: .5rem;}
.m-list21 li{margin-bottom: .2rem;}
.m-list21 .con{display: block;overflow: hidden;padding: .15rem .22rem .2rem .18rem;
	background-color: #fff;border-radius: .1rem;
}
.m-list21 .ico{width: .4rem;height: .4rem;float: left;margin-right: .2rem;margin-top: .05rem;}
.m-list21 .txt{overflow: hidden;}
.m-list21 .t1{font-size: .2rem;}
.m-list21 .desc{font-size: .16rem;color: #666;}

.m-desc5{position: relative;height: 7rem;border-radius: .2rem;
	background: url(/images/p54.jpg) no-repeat center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.m-desc5 .txt{position: absolute;left: .4rem;right: .4rem;bottom: .6rem;
	font-size: .18rem;line-height: 1.33;color: #FFF;
}

.row-b4{padding: .8rem 0;}
.m-desc6{text-align: center;}
.m-desc6 .tit{font-size: .4rem;color: #004599;font-weight: bold;margin-bottom: .3rem;}
.m-desc6 .desc{font-size: .16rem;line-height: 2;max-width: 10.8rem;margin: 0 auto;}

.row-b5{padding: .7rem 0 .75rem;
	background-color: #F0F3F7;
}
.m-slider4{margin: .3rem -.13rem 0;}
.m-slider4 .con{display: block;margin: 0 .13rem;}
.m-slider4 .pic{padding-top: 65%;height: 0;position: relative;overflow: hidden;border-radius: .2rem;
	margin-bottom: .13rem;
}
.m-slider4 .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.m-slider4 .t1{text-align: center;font-size: .18rem;line-height: .3rem;font-weight: normal;
	font-family: 'HarmonyOS_Sans_Medium';
}
.m-slider4 .con:hover .pic img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.m-slider4 .slick-arrow{position: absolute;top: 50%;width: .48rem;height: .48rem;z-index: 2;
	border: 0;cursor: pointer;font-size: 0;text-indent: 9999px;cursor: pointer;
	background-position: center;background-repeat: no-repeat;background-color: transparent;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-slider4 .slick-prev{left: -.48rem;background-image: url(/images/i-73.svg);}
.m-slider4 .slick-next{right: -.48rem;background-image: url(/images/i-74.svg);}

.row-b6{padding: .9rem 0 .8rem;}
.row-b6 .g-t7 .desc{color: #999;}
.m-list22{margin: .48rem -.1rem 0;overflow: hidden;}
.m-list22 li{width: 25%;float: left;margin-bottom: .2rem;}
.m-list22 .con{margin: 0 .1rem;height: 1rem;padding: .3rem .3rem 0 .3rem;
	background-color: #F0F3F7;border-radius: .1rem;
}
.m-list22 .ico{float: left;width: .4rem;height: .4rem;margin-right: .2rem;}
.m-list22 .ico img{width: 100%;height: 100%;display: block;}
.m-list22 .txt{overflow: hidden;height: .4rem;position: relative;}
.m-list22 .t1{position: absolute;left: 0;right: 0;top: 50%;
	font-size: .2rem;line-height: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.m-desc7{border-top: 1px solid #D8D8D8;margin-top: .3rem;padding-top: .24rem;}
.m-desc7 .tit{font-size: .2rem;color: #004599;margin-bottom: .1rem;}
.m-desc7 .list{overflow: hidden;}
.m-desc7 .list li{width: 25%;float: left;text-align: center;}
.m-desc7 .ico{width: 1rem;height: 1rem;text-align: center;line-height: .98rem;
	background: #FFFFFF;display: block;margin: 0 auto .1rem;font-size: 0;
	border-radius: .1rem;border: 1px solid #D8D8D8;position: relative;
}
.m-desc7 .ico:after{content: '';position: absolute;left: 100%;top: 50%;width: .66rem;height: .36rem;
	background: url(/images/i-92.svg) no-repeat center;
	-o-background-size: .36rem auto;
	-ms-background-size: .36rem auto;
	-moz-background-size: .36rem auto;
	-webkit-background-size: .36rem auto;
	background-size: .36rem auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-desc7 .ico img{display: inline-block;vertical-align: middle;max-height: .64rem;}
.m-desc7 .t1{font-size: .16rem;line-height: 1.25;}
.m-desc7 .list li:last-child .ico:after{display: none;}

.row-b7{padding: .28rem 0 .6rem;}
.row-b7 .m-list4{margin-top: .3rem;}

.row-b5-1{background-color: #fff;}

.row-b8{padding: .7rem 0 .54rem;
	background-color: #F0F3F7;
}
.m-list23{font-size: 0;text-align: center;margin: .5rem -.15rem 0;}
.m-list23 li{display: inline-block;vertical-align: top;margin-bottom: .3rem;width: 33.33%;}
.m-list23 .con{display: block;margin: 0 .15rem;text-align: left;padding: .3rem .3rem 0 .7rem;
	height: 1.32rem;border-radius: .2rem;position: relative;
	background-color: #fff;
}
.m-list23 .con:after{content: '*';position: absolute;left: .3rem;top: .2rem;
	font-size: .4rem;color: #1EB9EE;font-weight: bold;
}
.m-list23 .desc{font-size: .16rem;color: #666;}


.pop-service{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1024;display: none;}
.pop-service .cont{position: absolute;top: 50%;left: 50%;width: 8.8rem;
	background: #FFFFFF;border-radius: .1rem;padding: .25rem .4rem .45rem;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.pop-service .tit{font-size: .2rem;color: #004599;margin-bottom: .28rem;}
.pop-service .ovh{margin: 0 -.2rem;}
.pop-service .item{padding: 0 .2rem;margin-bottom: .3rem;}
.pop-service .item-50{float: left;width: 50%;}
.pop-service .t1{font-size: .16rem;color: #666;line-height: 1.25;display: block;margin-bottom: .1rem;}
.pop-service .t1 i{font-style: normal;color: #F00;margin-right: 3px;}
.pop-service .inp{display: block;width: 100%;height: .4rem;border-radius: 5px;
	border: 1px solid #DDDDDD;font-size: .16rem;padding: 0 .1rem;
}
.pop-service textarea.inp{height: 1rem;padding: .08rem .1rem;}
.pop-service select.inp{
	background: url(/images/i-22.svg) no-repeat right .1rem center;
	-o-background-size: .16rem auto;
	-ms-background-size: .16rem auto;
	-moz-background-size: .16rem auto;
	-webkit-background-size: .16rem auto;
	background-size: .16rem auto;
}
.pop-service .btn{display: block;width: 3.8rem;height: .5rem;border-radius: .1rem;
	border: 0;cursor: pointer;font-size: .16rem;color: #fff;
	background-color: #1EB9EE;margin: 0 auto;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.pop-service .btn:hover{opacity: .8;}
.pop-service .close{position: absolute;width: .4rem;height: .4rem;top: .2rem;right: .32rem;cursor: pointer;
	background: url(/images/close2.svg) no-repeat center;
	-o-background-size: .24rem auto;
	-ms-background-size: .24rem auto;
	-moz-background-size: .24rem auto;
	-webkit-background-size: .24rem auto;
	background-size: .24rem auto;
}

.pop-service .ovh-sel{overflow: visible;*zoom:1; }
.pop-service .ovh-sel:after,.pop-service .ovh-sel:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }

.pop-service .sel{position: relative;border: 1px solid #DDDDDD;border-radius: 5px;z-index: 3;
	background: url(/images/i-22.svg) no-repeat right .1rem center;
	-o-background-size: .16rem auto;
	-ms-background-size: .16rem auto;
	-moz-background-size: .16rem auto;
	-webkit-background-size: .16rem auto;
	background-size: .16rem auto;
}
.pop-service .sel dt{line-height: .38rem;padding: 0 .1rem;font-size: .16rem;cursor: pointer;}
.pop-service .sel dt span{float: none;}
.pop-service .sel dd{position: absolute;left: 0;right: 0;top: 100%;margin-top: .1rem;padding: .1rem 0;
	border: 1px solid #ddd;font-size: .16rem;color: #666;
	border-radius: 5px;background-color: #fff;display: none;
}
.pop-service .sel dd span{display: block;padding: 0 .1rem;line-height: 1.88;cursor: pointer;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.pop-service .sel dd span:hover{color: #1EB9EE}

.pop-service .other{position: absolute;top: 0;left: 0;width: 100%;height: 100%;
	padding-left: .64rem;background-color: #fff;border-radius: 5px;display: none;
}
.pop-service .other:after{content: '';position: absolute;left: .64rem;top: 50%;width: 1px;height: .24rem;
	background-color: #DDD;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pop-service .other .lab{position: absolute;left: .09rem;top: 50%;
	padding: 0 .05rem;line-height: 1.57;font-size: .14rem;
	border: 1px solid #ddd;background: #F0F3F7;border-radius: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pop-service .other .inp1{display: block;width: 100%;border: 0;height: 100%;
	font-size: .16rem;padding: 0 .1rem;
	background: url(/images/i-22.svg) no-repeat right .1rem center;
	-o-background-size: .16rem auto;
	-ms-background-size: .16rem auto;
	-moz-background-size: .16rem auto;
	-webkit-background-size: .16rem auto;
	background-size: .16rem auto;
}

.js-scroll-slide{
	position: relative;
}
.js-scroll-slide .slider{
	position: sticky;
	top: 74px;
	bottom: 0;
}
.js-scroll-slide .slick-vertical .slick-slide{border: 0;}
.js-scroll-slide .wp{height: 100vh;}
.js-scroll-slide .item{background-attachment: fixed;
	background-position: center;background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.place-card-large{display: none !important;}

.dn {
    display: none;
}


.list_box{
    width: 100%; margin:100px auto; overflow:hidden;box-sizing: border-box;}
.list_box .list ul,.list_box .tc,.list_box .tempWrap{ width:100%;}
.list_box li{ width:23%;border-radius: 12px; float:left; margin:30px 12px;box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;}
.list_box li h3{
    font-size: 15px;line-height:30px;text-align: center;color: #333; text-transform:capitalize;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	padding:10px 15px 10px 0;
}
.list_box .pic{padding-top: 100%;height: 0;position: relative;overflow: hidden;border-top-left-radius:12px;border-top-right-radius:12px}
.list_box .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;
	object-fit: cover;
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.list_box li:hover{box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);}
.list_box li:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}


.sp_frbox4 {width:100%; margin:auto; overflow:hidden;}
.sp_frUl4 {width:100%;overflow: hidden;margin:20px auto 0;}
.sp_frBtnL4 {width:27px;height:49px;display:block;cursor:pointer;display:inline;margin-top:130px;float:left;}
.sp_frBtnR4{width:27px;height:49px;display:block;cursor:pointer;display:inline;margin-top:130px;float:right;}
.sp_frUl4 li{width:19%; float:left;margin:5px;overflow: hidden;transition:all .3s; background:#fff; border-radius:8px; border:1px solid #E5E5E5;}
.sp_frUl4 li:hover .text h3,.sp_frUl4 li:hover .brief{color: #333;}
.sp_frUl4 li img{ width:100%; height:auto;}
.sp_frUl4 li:hover img{box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);}
.sp_frUl4 li p{ text-align:center; font-size:15px; line-height:40px; text-transform:capitalize;}

.col-l, .col_l, .col-c, .col_c,.row-b2-1 .col-l {
    float: left;
}
.col-r, .col_r, dt span, .ul-txt li span, .ul_txt li span,.row-b2-1 .col-r{
    float: right;
}


.z_banner{ left:0px; top:0px; width:100%; height:100%; margin: 80px auto 0; padding: 0px;} 
.z_banner img{ width: 100%; display: block; margin: 0px; padding: 0px;} 