*{
	padding: 0;
	margin: 0;
}
:root {
  --cydl-container-wid: 1280px;
}
html,body{
	font-family: 寰蒋闆呴粦;
	position: relative;
	width: 100%;
	min-width: 1480px;
	color: #2b2b2b;
	background: #fff;
}
h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
ul,ol{
	list-style: none;
}
img{
	border: none;
	display: flex;
}
a{
	text-decoration: none;
	color: #2b2b2b;
}
a:hover{
	color:#049997 ;

}
.amit{
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

@font-face{
	font-family: "SYST_Bold";
	src: url(../fonts/SourceHanSansCN-Bold.otf);
}
@font-face{
	font-family: "SYST_ext";
	src: url(../fonts/SourceHanSansCN-ExtraLight.otf);
}
.container{
	width: var(--cydl-container-wid);
	margin: 0 auto;
	box-sizing: border-box;
}
.pageContainer{
	width: 1440px;
	margin: 0 auto;
	box-sizing: border-box;
}
.pages{
	text-align: center;
	padding: 35px 35px;
}
.pages ul{
	display: flex;
	justify-content: center;
}
 .pages ul li{
	padding: 0 5px;
}
 .pages ul li a,.pages ul li span{
	padding: 5px 8px;
	border: 1px solid #dcdcdc;
	display: block;
}
.pages ul li.active a,.pages ul li.active span,.pages ul li:hover a{
	background: #049997; 
	color: #fff;
	border: 1px solid #049997;
}
.head{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #049997;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	height: 105px;
}
.banner{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 105px;
}
.banner .swiper-container{
	overflow: hidden;
	width: 100%;
}
.banner img{
	width: 100%;
}
.head .logo{
	margin-right: 120px;
	text-align: center;
}
.head .logo a{
    color: #fff;
}
.head .logo a h3,.head .logo a p{
    font-size: 24px;
    font-weight: bold;
}
.head .nav {
	display: flex;
	justify-content: center;
	align-items: center;
}
.head .nav .left ul{
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.head .nav .left ul li{
	position: relative;
}
.head .nav .left ul li p{
	height: 105px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-top: 10px;
}
.head .nav .left ul li p a{
	display: block;
	width: 100%;
	padding: 0 18px;
	font-size: 20px;
	color: #fff;
}
.head .nav .left ul li p a:after{
	content: "";
	display: block;
	width: 80%;
	margin: 8px auto 0;
	height: 3px;
	background: #049997;
}
.head .nav .left ul li p a:hover:after,.head .nav .left ul li.active p a:after{
	background: #fff;
}
.head .nav .left ul li .sub{
	position: absolute;
	/*width: 150px;*/
	min-width: 100%;
	text-align: center;
	/*left: 50%;*/
	/*margin-left: -75px;*/
	top: 105px;
	background: #fff;
	display: none;
}
.head .nav .right{
	margin-left: 23px;
}
.head .nav .right ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.head .nav .right ul li{
	margin-right: 18px;
}
.head .nav .right ul li a{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.head .nav .left ul li .sub .dow{
	
}
.head .nav .left ul li .sub .dow a{
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: left;
	font-size: 14px;
	width: 100%;
	color: #605e5e;
	white-space: nowrap;
	padding: 0 15px;
	box-sizing: border-box;
	text-align: left;
}
.head .nav .left ul li .sub .dow a:hover,.head .nav .left ul li .sub .dow.active a{
	background: #049997;
	color: #fff;
}
.index1{
	padding: 70px 0;
}
.index1 .title{
	text-align: center;
}
.index1 .title h3{
	color: #049997;
	font-size: 30px;
	font-family: "SYST_Bold";
}
.index1 .title p{
	color: #2b2b2b;
	font-size: 16px;
	font-family: "SYST_ext";
}
.index1 .list{
	margin-top: 40px;
}
.index1 .list ul{
	display: flex;
	margin: 0 -87px;
	flex-wrap: wrap;
}
.index1 .list ul li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 7px;
}
.index1 .list ul li a{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}
.index1 .list ul li a .img{
	overflow: hidden;
}
.index1 .list ul li a .img img{
	width: 100%;
}
.index1 .list ul li a .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(4, 153, 151, 0.7);
	color: #fff;
	text-align: center;
}
.index1 .list ul li a:hover .text{
	background: rgba(0, 0, 0, 0.3);
}
.index1 .list ul li a .text .box{
    margin: 0 15px;
}
.index1 .list ul li a .text .box h3{
	display: inline-block;
	margin: 0 auto;
	padding: 0 20px;
	height: 25px;
	font-size: 18px;
	color: #036261;
	font-weight: 400;
	background: linear-gradient(#f4fbfb,#d8efef,#f4fbfb);
	border-radius: 12.5px;
}
.index1 .list ul li a .text .box span{
	display: block;
	margin: 30px auto;
	height: 1px;
	background: #fff;
	width: 30px;
}
.index1 .list ul li a:hover .text span{
	display: none;
}
.index1 .list ul li a .text .box h4{
	font-size: 20px;
	color: #fff;
}
.index1 .list ul li a:hover .text .box h3{
	background: none;
	color: #fff;
}
.index1 .list ul li a:hover .text .box h4{
	margin-top: 25px;
}
.index1 .list ul li a .text .box p{
	font-size: 18px;
	color: #fff;
	font-weight: 200;
	margin-top: 10px;
}
.index1 .list ul li a .text .box .more{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	margin: 28px auto 0 ;
	padding: 0 20px;
	height: 40px;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	background: linear-gradient(#ead725,#cdcd23,#ead725);
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	display: none;
}
.index1 .list ul li a:hover .text .box .more{
	display: flex;
}
.index1 .list ul li a .text .box .more label{
	margin-right: 10px;
}
.index1 .more{
	margin-top: 45px;
	display: flex;
	justify-content: center;
}
.index1 .more a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	width: 185px;
	border: 1px solid #dcdcdc;
	border-radius: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	text-transform: uppercase;
}
.index1 .more a:hover{
	border: 1px solid #049997;
}
.index1 .more a:after{
	font-family: swiper-icons;
	content: 'next';
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  margin-left: 8px;
}
.index2{
	background: url(../images/index2_bg.jpg) no-repeat center top;
	padding-top: 625px;
}
.index2 .text{
	background: url(../images/bg4.jpg) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	border-radius: 5px;
}
.index2 .text .swiper-button-prev,.index2 .text .swiper-button-next{
	position: static;
	color: #fff;
	--swiper-navigation-size: 16px;
}
.index2 .text .swiper-container{
	width: 960px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}
.index2 .text .swiper-container .title{
	text-align: center;
	color: #fff;
}
.index2 .text .swiper-container .title h3{
	font-size: 24px;
	font-family: "SYST_Bold";
}
.index2 .text .swiper-container .title p{
	font-size: 14px;
	color: #fff;
	font-family: "SYST_ext";
	margin-top: 10px;
}
.index2 .text .swiper-container .content{
	font-size: 14px;
	line-height: 2em;
	color: #fff;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index2 .text .swiper-container .content p{
    width: 50%;
    box-sizing: border-box;
}
.index3{
	padding: 60px 0;
}
.index3 .title{
	text-align: center;
}
.index3 .title h3{
	font-size: 30px;
	color: #049997;
	font-family: "SYST_Bold";
}
.index3 .list{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;

}
.index3 .list .left{
	width: 958px;
	box-sizing: border-box;
}
.index3 .list .left ul li{
	display: none;
}
.index3 .list .left ul li.active{
	display: block;
}
.index3 .list .left ul li.active img {
	width: 100%;
}
.index3 .list .right{
	width: 320px;
	box-sizing: border-box;
}
.index3 .list .right .dis{
	padding: 0 30px;
	font-size: 14px;
	color: #333333;
	line-height: 1.8em;
}
.index3 .list .right .item{
	margin-top: 30px;
}
.index3 .list .right .item ul li{
	padding: 11.5px 0;
}
.index3 .list .right .item ul li a{
	display: flex;
	height: 70px;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	padding: 0 30px;
	position: relative;
	color: #808080;
}
.index3 .list .right .item ul li a span{
	font-size: 12px;
	position: absolute;
	right: 30px;
}
.index3 .list .right .item ul li a p{
	margin-left: 20px;
}
.index3 .list .right .item ul li a:hover,.index3 .list .right .item ul li.active a{
	background: #36adac;
	color: #fff;
}
.index3 .list .right .item ul li a:hover .icon,.index3 .list .right .item ul li.active a .icon{
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index3 .list .right .item ul li a:hover .icon img,.index3 .list .right .item ul li.active a .icon img{
	position: relative;
	left: -100px;
	filter: drop-shadow(100px 0px 0 #fff);
}
.index3 .list .right .more{
	text-align: right;
}
.index3 .list .right .more a{
	display: block;
	height: 40px;
	background: #f3f6f9;
	font-size: 16px;
	color: #36adac;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 30px;
}
.index4{
	background: url(../images/bg4.png) no-repeat center;
	padding: 70px 0;
}
.index4 .title{
	text-align: center;
}
.index4 .title h3{
	font-size: 30px;
	color: #049997;
	font-family: "SYST_Bold";
}
.index4 .title .dis{
	margin-top: 35px;
}
.index4 .title .dis ul{
	display: flex;
	justify-content: center;
}
.index4 .title .dis ul li{
	margin-right: 35px;
}
.index4 .title .dis ul li a{
	font-size: 18px;
	color: #605e5e;
}
.index4 .title .dis ul li a:hover{
		color: #049997;
}
.index4 .list{
	position: relative;
	width: 100%;
	margin-top: 35px;
}
.index4 .list .swiper-container{
	width: 100%;
	overflow: hidden;
}
.index4 .list .newsLeft,.index4 .list .newsRight{
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #049997;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	cursor: pointer;
	margin-top: -30px;
}
.index4 .list .newsLeft{
	left: -80px;
}
.index4 .list .newsRight{
	right: -80px;
}
.index4 .list .swiper-container .swiper-slide a{
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
	border-radius: 15px;
}
.index4 .list .swiper-container .swiper-slide a .text{
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
}
.index4 .list .swiper-container .swiper-slide a .text h3{
	font-size: 24px;
	color: #666666;
	
}
.index4 .list .swiper-container .swiper-slide a .text h4{
	font-size: 22px;
	color: #282828;
	font-weight: 400;
	font-family: "SYST_ext";
	margin: 25px 0;
	height: 66px;
	overflow: hidden;
}
.index4 .list .swiper-container .swiper-slide a .text p{
	font-size: 14px;
	color: #a2a2a2;
	line-height: 1.8em;
	word-wrap: break-word;
	white-space: pre-wrap;
	height: 76px;
}
.index4 .list .swiper-container .swiper-slide a .img{
	padding: 25px;
}
.index4 .list .swiper-container .swiper-slide a .img img{
	width: 100%;
}
.index4 .list .swiper-container .swiper-slide a .more{
	margin-top: 15px;
	height: 50px;
	text-align: right;
	line-height: 50px;
	box-sizing: border-box;
	padding-right: 25px;
	padding-left: 25px;
	background: #41d6d4;
	opacity: 0;
}
.index4 .list .swiper-container .swiper-slide a .more span{
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
}
.index4 .list .swiper-container .swiper-slide a:hover{
	background: #fff;
}
.index4 .list .swiper-container .swiper-slide a:hover .text h3{
	color: #049997;
}
.index4 .list .swiper-container .swiper-slide a:hover .more{
	opacity: 1;
}
.footer{
	background: #049997;
}

.footer .footer_nav{
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #36adac;
}
.footer .footer_nav .nav{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer .footer_nav .nav .left ul{
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.footer .footer_nav .nav .left ul li{
	position: relative;
}
.footer .footer_nav .nav .left ul li p{
	height: 105px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-top: 10px;
}
.footer .footer_nav .nav .left ul li p a{
	display: block;
	width: 100%;
	padding: 0 18px;
	font-size: 20px;
	color: #fff;
}
.footer .footer_nav .nav .left ul li p a:after{
	content: "";
	display: block;
	width: 80%;
	margin: 8px auto 0;
	height: 3px;
	background: #049997;
}
.footer .footer_nav .nav .left ul li p a:hover:after,.footer .footer_nav .nav .left ul li.active p a:after{
	background: #fff;
}
.footer .footer_nav .nav .right{
	margin-left: 23px;
}
.footer .footer_nav .nav .right ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer .footer_nav .nav .right ul li{
	margin-right: 18px;
}
.footer .footer_nav .nav .right ul li a{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.footer .footer_nav .logo{
	margin-right: 120px;
}

.footer .text{
	padding-top: 55px;
}
.footer .text .container{
	display: flex;
	justify-content: space-between;
}
.footer .text .container .left{
	width: 550px;
	box-sizing: border-box;
}
.footer .text .container .left .chart ul{
	display: flex;
	align-items: center;
}
.footer .text .container .left .chart ul li{
	margin-right: 35px;
}
.footer .text .container .left .dis{
	margin-top: 80px;
	color: #fff;
}
.footer .text .container .left .dis h3{
	font-size: 20px;
	margin-bottom: 15px;
}
.footer .text .container .left .dis p{
	font-size: 16px;
	line-height: 2em;
	font-weight: 200;
}
.footer .text .container .right{
	width: 710px;
}
.footer .text .container .right .form .group{
	display: flex;
	align-items: center;
	justify-content:space-between;
}
.footer .text .container .right .form .group input{
	width: 590px;
	height: 55px;
	border: none;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 16px;
	background: #fff;
}
.footer .text .container .right .form .group button{
	width: 115px;
	height: 55px;
	background: #36adac;
	color: #fff;
	border: none;
}
.footer .text .container .right .code{
	text-align: right;
	margin-top: 80px;
}
.footer .text .container .right .code .box{
	display: inline-block;
}
.footer .text .container .right .code .box .img{
	padding: 10px;
	background: #fff;
	border-radius: 5px;
}
.footer .text .container .right .code .box p{
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 2em;
}
.footer .copy{
	margin-top: 40px;
}
.footer .copy .container{
	height: 90px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
}
.footer .copy .container a{
	color: #fff;
	margin-left: 45px;
}
.location{
	background: #f7f7f7;
}
.location .pageContainer{
	height: 50px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #767676;
}
.location .pageContainer a{
	color: #767676;
}
.sidebar{
	padding: 70px 0;
}
.sidebar .pageContainer ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sidebar .pageContainer ul li{
	padding: 10px 25px;
}
.sidebar .pageContainer ul li a{
	height: 45px;
	padding: 0 50px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #282828;
	background: #f7f7f7;
}
.sidebar .pageContainer ul li a:hover,.sidebar .pageContainer ul li.active a{
	background: #049997;
	color: #fff;
}
.case .list{
	padding-bottom: 35px;
}
.case .list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.case .list ul li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 10px;
}
.case .list ul li a .img{
	width: 100%;
	overflow: hidden;
	background: #e3e3e3;
	padding-bottom: 5px;
	position: relative;
}
.case .list ul li a .img video{
    height: 360px;
}
.case .list ul li a .img:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	height: 5px;
	width: 0;
	bottom: 0;
	background: #049997;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.case .list ul li a:hover .img:after{
	width: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.case .list ul li a .img img{
	width: 100%;
}
.case .list ul li a p{
	text-align: center;
	font-size: 16px;
	line-height: 2em;
	margin-top: 10px;
}
.caseShow{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
	justify-content: center;
	align-items: center;
}
.caseShow .box{
	background: #fff;

	position: relative;
	padding: 80px 50px;
	box-sizing: border-box;
}
.caseShow .box .cels{
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 30px;
}
.caseShow .box .con{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.caseShow .box .con .left ,.caseShow .box .con .right{
	width: 30px;
	height: 80px;
	border: 1px solid #dcdcdc;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
	 font-size: 18px;
	 cursor: pointer;
}
.caseShow .box .con .left:hover,.caseShow .box .con .right:hover{
	background: #049997;
	color: #fff;
}
.caseShow .box .con .left:after,.caseShow .box .con .right:after{
	font-family: swiper-icons;
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.caseShow .box .con .left:after{
	content: 'prev';
}
.caseShow .box .con .right:after{
	content: 'next';
}
.caseShow .box .con .center{
    margin: 0 15px;
}
.caseShow .box .con .center img{

}
.caseShow .box .title{
	margin: 0 auto;
}
.caseShow .box .title h3{
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: 15px 0;
}
.caseShow .box .title p{
	font-size: 14px;
	color: #a2a2a2;
	line-height: 1.8em;
}
.about{
	background: url(../images/bg5.png) no-repeat center top;
	
}
.about .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about .top .text{
	width: 613px;
	box-sizing: border-box;
}
.about .top .img{

}
.about .top .text h3{
	font-size: 36px;
	color: #049997;
}
.about .top .text h4{
	font-size: 20px;
	color: #232323;
	font-weight: 400;
	line-height: 2em;
	margin-top: 25px;
}
.about .top .text h5{
	margin: 10px 0;
	height: 1px;
	position: relative;
	background: #dcdcdc;
}
.about .top .text h5:after{
	display: block;
	content: "";
	width: 35px;
	height: 3px;
	background: #049997;
	position: absolute;
	top: -1px;
}
.about .top .text h6{
	color: #049997;
	margin-top: 15px;
	font-weight: 400;
	margin-bottom: 10px;
}
.about .top .text p{
	color: #575757;
	font-size: 14px;
	text-indent: 2em;
	line-height: 2em;
}
.about .bottom{
	padding-top: 60px;
}
.about .bottom ul{
	display: flex;
	justify-content: space-between;
}
.about .bottom ul li{
	width: 465px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 10px;
}
.about .bottom ul li a{
	display: block;
	height: 100%;
	width: 100%;
	padding: 40px 60px;
	box-sizing: border-box;
}
.about .bottom ul li a .title{
	display: flex;
	align-items: center;
}
.about .bottom ul li a .title .icon img{

}
.about .bottom ul li a .title p{
	font-size: 20px;
	color: #fff;
	margin-left: 15px;
}
.about .bottom ul li a .content{
	color: #fff;
	margin-top: 15px;
	font-size: 16px;
	line-height: 2em;
}
.aboutCase{
	padding-bottom: 80px;
	background: url(../images/bg6.png) no-repeat center ;
	background-size: cover;
	padding-top: 80px;
}
.aboutCase .title{
	text-align: center;
}
.aboutCase .title h3{
	font-size: 36px;
	color: #049997;
}
.aboutCase .title p{
	font-size: 16px;
	color: #999;
	margin-top: 10px;
}
.aboutCase .list{
	margin-top: 40px;
}
.aboutCase .list .swiper-container{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.aboutCase .list .swiper-container .swiper-slide a{
	display: block;
	position: relative;
}
.aboutCase .list .swiper-container .swiper-slide a .img img{
	width: 100%;
}
.aboutCase .list .swiper-container .swiper-slide a p{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 105px;
	background: linear-gradient(rgba(4,153,151,0),rgba(4,153,151,1));
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	padding-top: 50px;
	display: none;
}
.aboutCase .list .swiper-container .swiper-slide a:hover p{
	display: flex;
}
.aboutCase .but{
	display: flex;
	justify-content: center;
	padding-top: 35px;
}
.aboutCase .but div{
	position: static;
}
.aboutCase .but div span.swiper-pagination-bullet-active{
	background: #049997;
}
.plan{

}
.plan .showImg{
	position: relative;
}
.plan .showImg .swiper-container{
	width: 100%;
	overflow: hidden;
}
.plan .showImg .swiper-container .swiper-slide a img{
	width: 100%;
}
.plan .showImg .swiper-container .swiper-wrapper{
	height: auto;
}
.plan .showImg .but{
	margin-top: 20px;
}
.plan .showImg .but div{
	position: static;
	margin: 0;
}
.plan .showImg .but div span{
	width: 5px;
	height: 5px;
}
.plan .dis{
	background: #f7f7f7;
	padding: 35px;
	font-size: 16px;
	line-height: 2em;
	margin-top: 25px;
}
.plan .list{

}
.plan .list .item{
	padding: 70px 0;
	border-bottom: 1px solid #049997;
}
.plan .list .item .title{
	display: flex;
	justify-content: left;
	align-items: center;
}
.plan .list .item .title .icon{
	overflow: hidden;
	width: 202px;
}
.plan .list .item .title .icon img{
	width: 100%;
}
.plan .list .item .title .text{
	padding-left: 20px;
}
.plan .list .item .title .text h3{
	font-size: 28px;
	color: #242424;
}
.plan .list .item .title .text p{
	font-size: 16px;line-height: 2em;
	margin-top: 10px;
}
.plan .list .item .con{
	padding-top: 70px;
}
.plan .list .item .con ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.plan .list .item .con ul li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 20px;
}
.plan .list .item .con ul li a{
	display: block;
	width: 100%;
}
.plan .list .item .con ul li a .img{
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #dcdcdc;
}
.plan .list .item .con ul li a:hover .img{
	border: 1px solid #049997;
}
.plan .list .item .con ul li a .img img{
	width: 100%;
}
.plan .list .item .con ul li a .conText{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.plan .list .item .con ul li a .conText .left{

}
.plan .list .item .con ul li a .conText .left h3{
	font-size: 20px;
	color: #282828;
	line-height: 2em;
}
.plan .list .item .con ul li a .conText .left p{
	font-size: 14px;
	color: #7f7f7f;
	line-height: 2em;
}
.plan .list .item .con ul li a .conText .right span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 35px;
	color: #7a7a7a;
	font-size: 14px;
	background: #f7f7f7;
}
.plan .list .item .con ul li a:hover .conText .right span{
	color: #fff;
	background: #049997;
}
.planShow{
	padding: 80px 0;
}
.planShow .top{
	display: flex;
	justify-content: space-between;
}
.planShow .top .img{
	width: 668px;
	overflow: hidden;
}
.planShow .top .img .images{
	width: 100%;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	border-radius: 15px;
	box-sizing: border-box;
}
.planShow .top .img .images .swiper-slide{
	height: 100%;
	display: flex;

	align-items: center;
	justify-content: center;
}
.planShow .top .img .images img{
	width: 100%;
	height: 545px;
}
.planShow .top .img .thum{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}
.planShow .top .img .thum .swiper-container{
	width: 530px;
}
.planShow .top .img .thum .swiper-button-prev,.planShow .top .img .thum .swiper-button-next{
	position: static;
	margin: 0;
	width: 30px;
	height: 80px;
	border: 1px solid #dcdcdc;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
	 font-size: 18px;
	 cursor: pointer;
	 --swiper-navigation-size: 18px;
}
.planShow .top .img .thum .swiper-button-prev:hover,.planShow .top .img .thum .swiper-button-next:hover{
	background: #049997;
	color: #fff;
}
.planShow .top .img .thum .swiper-container .swiper-slide{
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	overflow: hidden;
	border-radius: 10px;
	height: 130px;
}
.planShow .top .img .thum .swiper-container .swiper-slide img{
	width: 100%;
	height: 100%;
}
.planShow .top .text{
	width: 690px;
}
.planShow .top .text h3{
	font-size: 30px;
	line-height: 2em;
	border-bottom: 1px solid #dcdcdc;
}
.planShow .top .text h4{
	font-size: 16px;
	font-weight: 400;
	margin: 20px 0;
}
.planShow .top .text .dis{

}
.planShow .top .text .dis ul li{
	display: flex;
	border-bottom: 3px solid #fff;
}
.planShow .top .text .dis ul li span{
	width: 205px;
	border-right: 3px solid #fff;
	color: #fff;
	background: #0a6464;
	justify-content: center;
	align-items: center;
	display: flex;
	font-size: 14px;
}
.planShow .top .text .dis ul li label{
	width: 413px;
	box-sizing: border-box;
	padding: 10px 35px;
	background: #f8d7cd;
	display: flex;
	justify-content: center;
	align-items: center;
}
.planShow .top .text .dis ul li:nth-child(even) label{
	background: #fcece8;
}
.planShow .content{
	padding-top: 60px;
}
.planShow .content .title{
	display: flex;
	border-bottom: 1px solid #f7f7f7;
}
.planShow .content .title h3{
	font-size: 24px;
	line-height: 2em;
	font-weight: 400;
	border-bottom: 5px solid #049997;
}
.planShow .content .con{
	padding-top: 35px;
}
.planShow .content .con img{
	display: inline-block;
}
.message{
	background: #f7f7f7;
	padding: 80px 0;
}
.message .title{
	display: flex;
	justify-content: center;
	align-items: center;
}
.message .title h3{
	font-size: 30px;
	margin-left: 15px;
}
.message .con{
	margin-top: 60px;
}
.message .con .group{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
.message .con .group input{
	width: 465px;
	height: 40px;
	background: #fff;
	border: none;
	box-sizing: border-box;
	padding: 0 10px;
}
.message .con .text{
	padding-bottom: 20px;
}
.message .con .text textarea{
	width: 100%;
	height: 140px;
	border: none;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
}
.message .con .sub{
	display: flex;
	justify-content: center;
}
.message .con .sub button{
	width: 270px;
	height: 40px;
	background: #049997;
	color: #fff;
	border: none;
}
.msg .group{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
.msg .group input{
	width: 465px;
	height: 40px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 0 10px;
	background: none;
}
.msg .text{
	padding-bottom: 20px;
}
.msg .text textarea{
	width: 100%;
	height: 140px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 10px;
	background: none;
}
.msg .sub{
	display: flex;
	justify-content: center;
}
.msg .sub button{
	width: 270px;
	height: 40px;
	background: #049997;
	color: #fff;
	border: none;
}
.contact{
	background: url(../images/bg8.png) no-repeat center bottom;
	padding: 80px 0;
}
.contact .top{
	background: #fff;
	margin: 0 -80px;
	box-sizing: border-box;
	padding: 80px;
	box-shadow: 0 0 15px #dcdcdc;
	display: flex;
	justify-content:space-between;
}

.contact .top .left{
	width: 510px;
	box-sizing: border-box;
}
.contact .top .left h3{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 30px
}
.contact .top .left p{
	font-size: 16px;
	line-height: 2em;
}
.contact .top .left .code{
	display: flex;
	margin-top: 35px;
}
.contact .top .left .code .box{
	background: #f7f7f7;
	padding: 15px;
}
.contact .top .left .code .box .img{}
.contact .top .left .code .box p{
	text-align: center;
	font-size: 14px;
	line-height: 2em;
}
.contact .top .right{
	width: 826px;
}
.contact .top .right>img{
	width: 100%;
}
.contact .msg{
	margin-top: 80px;
}
.contact .msg .title{
	color: #049997;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 45px;
}
.jod{
	padding-bottom: 40px;
}
.jod .list{

}
.jod .list ul li{
	background: #fff;
	box-shadow: 0 0 5px #dcdcdc;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 40px 120px;
	margin-bottom: 20px;
}
.jod .list ul li .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jod .list ul li .title .left h3{
	font-size: 24px;
	color: #009d9b;
}
.jod .list ul li .title .left P{
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
}
.jod .list ul li .title .right{
	display: flex;
	align-items: center;
}
.jod .list ul li .title .right span{
	color: #009d9b;
	font-size: 24px;
	font-weight: bold;
	margin-right: 10px;
}
.jod .list ul li .title .right a{
	box-sizing: border-box;
	padding: 10px;
	background: #009d9b;
	border-radius: 5px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.jod .list ul li .text{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.jod .list ul li .text .dis{
	width: 50%;
	box-sizing: border-box;
}
.jod .list ul li .text .dis:first-child{
    margin-right: 70px;
}
.jod .list ul li .text .dis h3{
	font-size: 18px;
	margin-bottom: 10px;
}
.jod .list ul li .text .dis p{
	font-size: 14px;
	line-height: 2em;
	box-sizing: border-box;
	padding-left: 10px;
}

.newsShow{
	padding: 80px 0;
}
.newsShow .pageContainer{
	display: flex;
	justify-content: space-between;

}
.newsShow .pageContainer .left{
	width: 300px;
	box-sizing: border-box;
	padding: 30px;
	background: #f9f9f9;
}
.newsShow .pageContainer .left .one .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}
.newsShow .pageContainer .left .one .title h3{
	font-size: 14px;
	color: #049997;
	text-transform: uppercase;
	font-family: "SYST_Bold";
}

.newsShow .pageContainer .left .one .list{
	padding: 20px 0 ;
}
.newsShow .pageContainer .left .one .list ul li{
	margin-bottom: 15px;
}
.newsShow .pageContainer .left .one .list ul li h3{
	font-size: 14px;
	font-weight: 400;
}
.newsShow .pageContainer .left .one .list ul li p{
	color: #c3c3c3;
	font-size: 12px;
}
.newsShow .pageContainer .left .two .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}
.newsShow .pageContainer .left .two .title h3{
	font-size: 14px;
	color: #049997;
	text-transform: uppercase;
	font-family: "SYST_Bold";
}
.newsShow .pageContainer .left .two .list{
	padding: 20px 0 0;
}
.newsShow .pageContainer .left .two .list ul li{
	padding-bottom: 20px;
}
.newsShow .pageContainer .left .two .list ul li a .img img{
	width: 100%;
}
.newsShow .pageContainer .left .two .list ul li a p{
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}
.newsShow .pageContainer .right{
	width: 1025px;
	box-sizing: border-box;
}
.newsShow .pageContainer .right .title{
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 15px;
	text-align: center;
}
.newsShow .pageContainer .right .title h3{
	font-size: 24px;
	color: #2b2b2b;
}
.newsShow .pageContainer .right .title p{
	font-size: 14px;
	color: #c3c3c3;
	line-height: 2em;
}
.newsShow .pageContainer .right .content{
	padding: 25px 0;
	font-size: 14px;
	line-height: 2em;
}
.newsShow .pageContainer .right .content img{
	display: inline-block;
}
.newsShow .pageContainer .right .returnPage{
	padding-top: 15px;
	border-top: 1px solid #dcdcdc;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newsShow .pageContainer .right .returnPage p{
	font-size: 16px;
	color: #606060;
}
.news{
	padding: 80px 0;
}
.news .list{

}
.news .list ul li{
	padding-bottom: 15px;
}
.news .list ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffff;
	padding: 30px;
	box-sizing: border-box;
	box-shadow: 0 0 10px #dcdcdc;
}
.news .list ul li a .img{
	width: 329px;
	overflow: hidden;
}
.news .list ul li a .img img{
	width: 100%;
}
.news .list ul li a .text{
	width: 960px;
	box-sizing: border-box;
}
.news .list ul li a .text .title{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.news .list ul li a .text .title h3{
	color: #282828;
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: 20px;
}
.news .list ul li a .text .title h3:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #282828;
	border-radius: 50%;
	margin-right: 10px;
}
.news .list ul li a .text .title span{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #b8b8b8;
	border-radius: 50%;
	font-size: 36px;
}
.news .list ul li a .text h4{
	color: #9c9c9c;
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0;
}
.news .list ul li a .text p{
	box-sizing: border-box;
	padding-right: 100px;
	color: #a2a2a2;
	font-size: 14px;
	line-height: 2em;
}
.news .list ul li a .text .btn{
    width: 120px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
}
.news .list ul li a .text .btn em{
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 35px;
    color: #7a7a7a;
    font-size: 14px;
    background: #f7f7f7;
}
.news .list ul li a .text .btn:hover em{
    background: #049997;
    color: #fff;
}
.news .list ul li a:hover .title h3{
	color: #049997;
}
.news .list ul li a:hover .title h3:before{
	background: #049997;
}
.news .list ul li a:hover .title span{
	background: #049997;
}
.news .list ul li a:hover h4{
	color: #049997;
}
.download{

}
.download .form{

}
.download .form form {
	display: flex;
	justify-content: center;
	align-items: center;
}
.download .form form .group{
	
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 30px;
	border: 1px solid #dcdcdc;
}
.download .form .group input{
	width: 1080px;
	height: 60px;
	border: none;
	background: #fff;
	box-sizing: border-box;
	padding: 0 15px;
	outline: unset;
}
.download .form .group button{
	width: 150px;
	height: 60px;
	box-sizing: border-box;
	border: none;
	background: #049997;
	color: #fff;
	border-radius: 30px;
	font-size: 20px;
}
.download .list{
	padding-top: 60px;
}
.download .list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.download .list ul li{
	width: calc(50% - 20px);
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 0 0  15px #dcdcdc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.download .list ul li h3{
	font-size: 16px;
	color: #333333;
	font-weight: 400;
}
.download .list ul li:hover h3{
	color: #049997;
}
.download .list ul li p{
	display: flex;
	justify-content: center;
	align-items: center;
}
.download .list ul li p label{
	font-size: 14px;
	color: #333333;
	margin-right: 10px;
}
.download .list ul li:hover p label{
	color: #049997;
}
.ShowMsg{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 166;
}
.ShowMsg .box{
	background: #fff;
	padding: 50px;
	box-shadow: 0 0 15px #dcdcdc;
	position: relative;
}
.ShowMsg .box .cole{
	position: absolute;
	top: 15px;
	right: 15px;
}
.ShowMsg .box .title{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ShowMsg .box .title span{
	color: #049997;
	font-size: 20px;
	margin-left: 15px;
}
.ShowMsg .box .form {
	margin-top: 30px;
}
.ShowMsg .box .form input{
	width: 420px;
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 15px;
	border: 1px solid #dcdcdc;
	background: #fff;
	display: block;
}
.ShowMsg .box .form textarea{
	width: 420px;
	height: 40px;
	box-sizing: border-box;
	padding:10px;
	margin-bottom: 15px;
	border: 1px solid #dcdcdc;
	background: #fff;
	display: block;
}
.ShowMsg .box .form .select{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.ShowMsg .box .form .select select{
    width: calc(50% - 8px);
    height: 40px;
    border: 1px solid #dcdcdc;
}
.ShowMsg .box .form .codeS{
    display: flex;
    justify-content:space-between;
}
.ShowMsg .box .form .codeS img{
    height: 40px;
}
.ShowMsg .box .form .codeS input{
    width: 260px;
}
.ShowMsg .box .form .but{
	display: flex;
	justify-content: center;
}
.ShowMsg .box .form .but button{
	margin: 0 15px;
	width: 150px;
	height: 40px;
	background: #a4a4a4;
	color: #fff;
	border: none;
}
.ShowMsg .box .form .but button:last-child{
	background: #049997;
}
.thumbnail{
    width: 100%;
    position: relative;
}
.planShow .top{
    position: relative;
}
.origin {
    width: 666px;
    height: 545px;
    border: 1px solid #dcdcdc;
    position: absolute;
    left: 672px; /* 原图在缩略图的右边 */
    top: 0;
    overflow: hidden; /* 隐藏溢出内容 */
    display: none;
}
.magnifier{
    width: 266.4px;
    height: 218px;
    background: rgba(254, 238, 167, .4); /* 半透明效果 */
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.index6{
    padding: 80px 0;
}
.index6 .list{
    margin-top: 40px;
}
.index6 .list .caseBox{
    width: 100%;
 
    overflow: hidden;
    padding: 15px 0;
}
.index6 .list .caseBox .swiper-slide{
    background: #fff;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.index6 .list .caseBox .swiper-slide .img{
    width: calc(20% - 24px);
    height: 108px;
    display: flex;
    justify-content: center;
    border: 1px solid  #dcdcdc;
    box-shadow: 0 0 15px #dcdcdc;
    align-items: center;
    margin-bottom: 21px;
}
.index6 .list .caseBox .swiper-slide .img img{
    max-height: 100%;
    max-width: 100%;
}
.index6 .title h3{
	font-size: 30px;
	color: #049997;
	font-family: "SYST_Bold";
	text-align: center;
}
.index6 .list .caseBut{
    position: static;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.index6 .list .caseBut span{
    width: 20px;
    height: 4px;
    background: #049997;
    margin: 0 5px;
    border-radius: 0;
}
.imageList{
    
}
.imageList .list  ul{
    display: flex;
    flex-wrap: wrap;
}
.imageList .list  ul li{
    width: calc(20% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
}
.imageList .list  ul li .img{
    width: 100%;
    height: 108px;
    background: #fff;
    border: 1px solid  #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imageList .list  ul li .img img{
    max-height: 100%;
    max-width: 100%;
}