 .swiper {
 	margin-top:70px;
    width: 100%;
    height: 500px;
  }

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
  .nav--always-fixed {
    background: #FFFFFF !important;
}
.pcnav{
	padding:10px;
	opacity: 1;
}

.pcnav ul li{
	list-style: none;
	float: left;
	margin:0 30px;
	padding-bottom: 1px;
	text-align: center;
	position: relative;
}
.pcnav ul li a{
	color:#333333;
	font-size: 18px;
	font-weight: 600;

}
.pcnav ul li.current{
	border-bottom: 2px solid #7CD0E9;
}
.pcnav ul li:hover{
	border-bottom: 2px solid #7CD0E9;
}
.pcnav ul li:hover a{
	color: #7CD0E9;
}
.pcnav ul li.current a{
	color: #7CD0E9;
}

.pcnav ul li .erlist{
	position: absolute;
	top:30px;
	left:-40px;
	display: none;
	background-color: #eee;
	padding:15px 0;
	width:200px;
	border-radius: 5px;

}
.pcnav ul li .erlist>div{
	padding:5px 0;
	border-bottom: 1px dashed #bbbbbb;

}
.pcnav ul li .erlist>div a{
	font-size: 16px;
	font-weight: 500;
	color:#333333;

}
.pcnav ul li:hover .erlist{
	display: block;
}
.nav__icon-wrap{
	display: none;
}
.hero__inner h3{
	text-align: center;
	font-size: 80px;
	color: #FFFFFF;
	line-height: 80px;
	letter-spacing: 4px;
}
.hero__inner h3 span{
	color: #9CDA56;
}
.hero__inner p{
	text-align: center;
	font-size: 24px;
	color: #dddddd;
	line-height: 48px;
}
.nban{
	width:100%;
	margin:0;
	padding:0;
	margin-top:60px;
}
.intro{
	position: relative;
	padding-top:50px;
}
.intro .tit{
	position: relative;
}
.intro .tit span{
	position: absolute;
	top: 40px;
    left: 150px;
	font-size: 54px;
	color: #4D4D4D;
}
.intro .sb{
	text-align: center;
}
.intro .sb img{
	max-width:30%;
	margin:60px 5px;
}
.intro .cnt{
	margin-bottom: 50px;
}
.intro .cnt p{
	padding:0 30px;
	text-align: justify;
	font-size: 20px;
	color: #333333;
	line-height: 39px;
	text-indent: 2em;
}
.footer{
	background: #073846;
	padding:50px 0;
}
.footer .left .tit{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 500;
	letter-spacing: 2px;
	margin:20px 0;
}
.footer .left .lxfs{
	font-size: 24px;
	font-weight: 500;
	color: #D1E1CE;
}
.footer .left .lxfs p{
	font-size: 18px;
	font-weight: 500;
	color: #D1E1CE;
	margin-top:10px;
}
.footer .left .lxfs a{
	color: #D1E1CE;
}
.footer .right .tel{
	position: relative;
	margin-bottom: 30px;
	font-size: 28px;
	color: #D1E1CE;
	line-height: 45px;
	margin-right: 30px;
}
.footer .right .tel::before{
	position: absolute;
	top:0;
	left:-60px;
	content: " ";
	background: url("../img/tel.png") no-repeat center;
	width:45px;
	height:45px;
}
.footer .right .ewm{
	margin-right: 30px;
	text-align: right;
}
.yq{
	margin:40px 0;
	height:650px;
}
.yq .tit h3{
	text-align: center;
	font-size: 34px;
	font-weight: 600;
	color: #35A9B8;
	line-height: 48px;
	letter-spacing: 2px;
}
.yq .cnt{
	margin-top:30px;
	text-align: center;
	position: relative;
}
.yq .cnt>img:nth-of-type(2){
	display: none;
}
.yq .cnt .list{
	position: absolute;
	width:380px;
	text-align: left;
}
.yq .cnt .list h3{
	font-size: 26px;
	font-weight: 600;
	color: #35A9B8;
	letter-spacing: 1px;
}
.yq .cnt .list h3>span{
	margin-right: 5px;
	font-size: 34px;
	font-weight: 600;
	color: #98CBD1;
}
.yq .cnt .list p{
	font-size: 20px;
	font-weight: 400;
	color: #4D4D4D;
	line-height: 32px;
}
.yq .cnt .list:nth-of-type(1){
	left:0;
	top:50px;
}
.yq .cnt .list:nth-of-type(2){
	left:0;
	top:250px;
}
.yq .cnt .list:nth-of-type(3){
	right:0;
	top:50px;
}
.yq .cnt .list:nth-of-type(4){
	right:0;
	top:250px;
}
.yq .cnt .list:nth-of-type(5){
	left:30%;
	top:500px;
	width:500px;
	text-align: center;
}

.jmys{
	margin:40px 0;
	background: #F8F8F8;
}
.jmys>div.left{
	width:38%;
	position: relative;
}
.jmys>div.left .tit{
	position: absolute;
	top: 80px;
	left:40%;
	padding-right:30px;
}
.jmys>div.left .tit>h3{
	font-size: 32px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 50px;
	letter-spacing: 8px;
	margin-bottom: 30px;
} 
.jmys>div.left .tit>.list div{
	font-size: 26px;
	color: #FFFFFF;
	margin:40px 0;
}
.jmys>div.left .tit>.list div.active{
	color: #A2F5FF;
} 
.jmys>div.left .tit>.list div>span{
	display: inline-block;
	width: 30px;
	height: 1px;
	border: 1px solid #FFFFFF;
	vertical-align: middle;
	margin-right:10px;
} 
.jmys>div.left .tit>.list div.active>span{
	border: 1px solid #A2F5FF;
} 
.jmys>div.right{
	width:62%;
}
.jmys>div.right .content>.cnt{
	padding:50px;
	width:70%;
	display: none;
}
.jmys>div.right .content>.cnt:nth-of-type(1){
	display: block;
}
.jmys>div.right .content>.cnt h3{
	font-size: 26px;
	font-weight: 600;
	color: #35A9B8;
	letter-spacing: 1px;
}
.jmys>div.right .content>.cnt h3>span{
	margin-right: 10px;
	font-size: 34px;
	font-weight: 600;
	color: #98CBD1;
}
.jmys>div.right .content>.cnt p{
	font-size: 26px;
	color: #4D4D4D;
	line-height: 50px;
}
.jmys>div>.pic>img{
	width: 100%;
}

.anli{
	position: relative;
	padding:50px 0;

}
.anli>.container{
	overflow: hidden;
	
}
.anli>.container .lpic{
	position: absolute;
	top:0px;
	left:0;
	z-index: 9999;
}
.anli>.container .lpic img{
	max-width: 70%;
}
.anli>.container>h3{
	font-size: 30px;
	font-weight: 600;
	color: #35A9B8;
	letter-spacing: 2px;
}
.anli>.container>.swiper2 .swiper-slide{
	padding: 20px 50px;
	text-align: justify;
}
.anli>.container>.swiper2 .left{
	padding-right: 30px;
	width:55% !important;
}
.anli>.container>.swiper2 .left .al-ask{
	margin:10px 0;
}
.anli>.container>.swiper2 .left .al-ask>span{
	font-size: 20px;
	font-weight: 600;
	color: #4D4D4D;
}
.anli>.container>.swiper2 .left .al-ask>p{
	font-size: 16px;
	font-weight: 400;
	color: #4D4D4D;
}
.anli>.container>.swiper2 .right{
	width:45%;
}
.anli>.container .pro{
	padding:20px 30px;

}
.anli>.container .pro>span{
	display: inline-block;
	border-left: 2px solid #4C4C4C;
	padding:0px 20px;
	font-size: 20px;
	font-weight: 500;
	color: #4D4D4D;
	z-index: 999999;
	position: relative;
	cursor: pointer;

}
.anli>.container .pro>span.active{
	color: #35A9B8;
}
.anli>.container .pro>span:nth-of-type(1){
	border-left: none;
}
.fw{
	margin:30px 0;
	background: #ffffff;
}
.fw{
	margin:30px 0;
	background: #ffffff;
}
.fw .cnt{
	border-top:2px solid #3BA7BA;
	border-right:2px solid #3BA7BA;
	border-bottom:2px solid #3BA7BA;
	height:200px;
	max-width:90%;
	margin:100px 100px;
	position: relative;
}
.fw .cnt ul>li{
	list-style: none;
	background-color: #3BA7BA;
	text-align: center;
	color:#ffffff;
	width:25%;
	height:150px;
	padding:20px;
	border-radius: 10px;
	position: absolute;
}
.fw .cnt ul>li>span{
	display: block;
}

.fw .cnt ul>li:nth-child(1){
	top:-80px;
	left:-30px;
}
.fw .cnt ul>li:nth-child(2){
	top:-80px;
	left:40%;
}
.fw .cnt ul>li:nth-child(3){
	top:-80px;
	right:-100px;
}
.fw .cnt ul>li:nth-child(4){
	bottom:-80px;
	right:-100px;
}
.fw .cnt ul>li:nth-child(5){
	bottom:-80px;
	left:40%;
}
.fw .cnt ul>li:nth-child(6){
	bottom:-80px;
	left:-30px;
}
.fw .cnt>div>span{
	color:#3BA7BA;
	position: absolute;
	font-size: 26px;
    font-weight: 600;
}
.fw .cnt>div>span:nth-child(1){
	top: -23px;
    left: 270px;
    
}
.fw .cnt>div>span:nth-child(2){
	top: -23px;
    left: 690px;
    
}
.fw .cnt>div>span:nth-child(3){
	top: 81px;
    right: -14px;
    transform: rotate(90deg);
    
}
.fw .cnt>div>span:nth-child(4){
	bottom: -18px;
    right: 230px;
    
}
.fw .cnt>div>span:nth-child(5){
	bottom: -18px;
    left: 270px;
}
.sys{
	background: #F5FFFE;
	text-align: center;
	padding:30px 0;
}
.sys .tit>h3{
	font-size: 40px;
	color: #4D4D4D;
	letter-spacing: 2px;
	margin:20px 0;
}
.sys .tit>p{
	font-size: 24px;
	color: #4D4D4D;
	letter-spacing: 2px;
}
.sys .cnt{
	margin:20px 0;
}
.sys .cnt>img{
	width:32%;
	margin:5px;
}
/*移动端适配*/
@media (max-width: 1599px) {
	.jmys>div.left .tit>.list div {
	    margin: 20px 0;
	}
	.jmys>div.right .content>.cnt {
	    padding: 40px;
	    width: 80%;
	}

}
@media (max-width: 1399px) {
	.jmys>div.left .tit>h3 {
	    font-size: 24px;
	    line-height: 30px;
	    letter-spacing: 0px;
	    margin-bottom: 10px;
	}
	.jmys>div.right .content>.cnt {
	    padding: 20px;
	    width: 90%;
	}

}
@media (max-width: 1199px) {
	.jmys>div.left .tit {
	    top: 20px;
	    left: 26%;
	}
	.jmys>div.left .tit>.list div {
	    margin: 5px 0;
	}
	.jmys>div.right .content>.cnt p{
	    line-height: 30px;
	    text-align: justify;
	}
	.nav__icon-wrap{
		display: block;
	}
	.pcnav{
		display: none;
	}


}

@media (max-width: 991px) {
	 .swiper {
	 	margin-top:60px;
	    height: 110px;
	  }


	.swiper-slide img {
		display: block;
		width: 100%;
		height: auto;
	}
	.hero__inner h3{
		font-size: 32px;
	}
	
	.hero__inner p{
		text-align: justify;
		font-size: 18px;
		line-height: 35px;
	}

	.nav__icon span {
	    background-color: #333333 !important;
	}
	#nav__icon__close span {
	    background-color: #fff !important;
	}


	.footer .right{
		display: none;
	}
	.fw .tit img{
		max-width: 65%;
	}
	.fw .cnt {

	    border: none; 
	    border-right: 2px solid #3BA7BA; 
	    height: 650px;
	    max-width: 100%;
	    margin: 0; 
	    margin-right: 50%; 
	    margin-top:150px;
	    margin-bottom:130px;
	}
	.fw .cnt ul {
	    max-width: 750px;
	}
	.fw .cnt ul>li {
	    width: 200%;
	    height: auto;
	    border-radius: 10px;
	}
	.fw .cnt ul>li>span{
		display: inline-block;
	}
	.fw .cnt ul>li>div{
		margin-top:5px;
	}
	.fw .cnt ul>li:nth-child(1){
		top:-100px;
		left: 0%;
	}
	.fw .cnt ul>li:nth-child(2){
		top:50px;
		left: 0%;
	}
	.fw .cnt ul>li:nth-child(3){
		top:200px;
		left: 0%;
	}
	.fw .cnt ul>li:nth-child(4){
		bottom:200px;
		left: 0%;
	}
	.fw .cnt ul>li:nth-child(5){
		bottom:50px;
		left: 0%;
	}
	.fw .cnt ul>li:nth-child(6){
		bottom:-100px;
		left: 0%;
	}

	.fw .cnt>div>span:nth-child(1){
		top: 5px;
    	left: 97%;
	    transform: rotate(90deg);
	    
	}
	.fw .cnt>div>span:nth-child(2){
		top: 155px;
	    left: 97%;
	    transform: rotate(90deg);
	    
	}
	.fw .cnt>div>span:nth-child(3){
		top: 305px;
	    left: 97%;
	    transform: rotate(90deg);
	    
	}
	.fw .cnt>div>span:nth-child(4){
		bottom: 150px;
	    left: 99%;
	    transform: rotate(-90deg);
	    
	}
	.fw .cnt>div>span:nth-child(5){
		bottom: 10px;
	    left: 93%;
	    transform: rotate(-90deg);
	}

	.sys .tit>h3 {
	    font-size: 30px;
	    margin: 10px 0;
	}
	.sys .tit>p {
	    font-size: 16px;
	}
	.sys .cnt>img {
	    width: 46%;
	    margin: 5px;
	}
	.yq {
	    height: 360px;
	}
	.yq .tit h3 {
	    font-size: 20px;

	    line-height: 0;
	    letter-spacing: 0;
	}
	.yq .cnt{

	}
	.yq .cnt .list {
	    width: 60%;
	}
	.yq .cnt .list h3 {
	    font-size: 16px;
	    letter-spacing: 0px;
	    margin-bottom: 3px;
	}
	.yq .cnt .list h3>span {
	    font-size: 20px;
	}
	.yq .cnt .list p {
	    font-size: 14px;
	    line-height: 16px;
	}

	.yq .cnt>img:nth-of-type(1){
		display: none;
	}
	.yq .cnt>img:nth-of-type(2){
		display: block;
		float:right;
	}
	.yq .cnt .list:nth-of-type(1){
		left:0;
		top:0px;
	}
	.yq .cnt .list:nth-of-type(2){
		left:0;
		top:80px;
	}
	.yq .cnt .list:nth-of-type(3){
		left:0;
		top:160px;
	}
	.yq .cnt .list:nth-of-type(4){
		left:0;
		top:220px;
	}
	.yq .cnt .list:nth-of-type(5){
		left:0;
		top:300px;
		width:60%;
		text-align: left;
	}
	.jmys{
		position: relative;
		
	}
	.jmys>div.left{
		width:100%;
	}
	.jmys>div.left .pic>img{
		height:620px;
	}
	.jmys>div.left .tit {
		width:100%;
	    left: 0;
	    padding-right: 0px;
	    text-align: center;
	}

	.jmys>div.right .content{
		padding:15px 20px;
		position: absolute;
		top:50px;
		left:0;
	}
	.jmys>div.right .content>.cnt {
	    padding: 0px;
	    width: 100%;
	    display: block;
	}
	.jmys>div.right .content>.cnt h3 {
	    font-size: 16px;
	    margin-bottom: 5px;
	}
	.jmys>div.right .content>.cnt h3>span {
	    font-size: 20px;
	}
	.jmys>div.right .content>.cnt p {
	    font-size: 14px;
	    color: #FFFFFF;
	    line-height: 16px;
	}
	.jmys>div.left .tit .list,.jmys>div.right .pic {
	    display: none;
	}
	.anli {
	    padding: 0;
	}
	.anli>.container .lpic {
	    display: none;
	}
	.anli>.container .pro {
	    padding: 0;
	}
	.anli>.container .pro>span {
		display: block;
	    border-left: none;
	    padding: 0px;
	    font-size: 16px;
	    z-index: 1;
	}
	.anli>.container>.swiper2 .swiper-slide {
		height:670px;
		margin-top:10px;
		padding:0px 15px;
	    flex-flow: column;
    	flex-wrap: wrap;
    	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.19);
		border-radius: 0px 0px 3px 3px;
	}
	.anli>.container>.swiper2 .swiper-slide .left{
	    width:100% !important;
	    padding-right: 0px
	}
	.anli>.container>.swiper2 .left .al-ask>span {
	    font-size: 18px;
	}
	.anli>.container>.swiper2 .swiper-slide .right{
	   	width:100% !important;
	}

}

@media (max-width: 639px) {

}


@media (max-width: 479px) {

}