*{
	padding: 0;
	margin: 0;
}
:root {
  --cydl-container-wid: 1400px;
}
html,body{
	font-family: 寰蒋闆呴粦;
	position: relative;
	width: 100%;
	min-width: var(--cydl-container-wid);
	color: #2b2b2b;
	background: #fff;
	overflow-x: hidden;
}
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: #5f5f5f;
}
a:hover{
	color:#0864be ;

}
.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: "鎬濇簮瀹嬩綋";
	src: url(../fonts/SC-BOLD.OTF);
}*/

.container{
	width: var(--cydl-container-wid);
	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 #f5f5f5;
	display: block;
}
.pages ul li.active a,.pages ul li.active span,.pages ul li:hover a{
	background: #0864be; 
	color: #fff;
	border: 1px solid #0864be;
}
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	padding: 15px 0;
}
.header .headerCon{
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .headerCon .left{
	
}
.header .headerCon .left a{
	display: flex;
	align-items: center;
}
.header .headerCon .left a span{
	font-size: 25px;
	font-family: "思源宋体";
	font-weight: bold;
	color:#000;
	margin-left: 10px;
}
.header .headerCon .right ul{
	display: flex;
}
.header .headerCon .right ul li{
	margin-left: 30px;
}

.header .headerCon .right ul li a{
	color: #059b94;
	font-size: 18px;
}
.banner{
	padding-top: 119px;
}
.index1{
	padding: 80px 0;
}
.index1 .title{
	text-align: center;
}
.index1 .title h3{
	font-size: 40px;
	color: #03615d;
}
.index1 .title p{
	margin-top: 10px;
	color: #333;
	font-size: 16px;
}
.index1 .list{
	padding-top: 60px;
}
.index1 .list ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index1 .list ul li .img{
	width: 50%;
}
.index1 .list ul li .img img{
	width: 100%;
}
.index1 .list ul li .text{
	width: 50%;
	box-sizing: border-box;
}
.index1 .list ul li .text span{
	display: block;
	width: 50px;
	height: 5px;
	background: #35a8a3;
}
.index1 .list ul li .text h4{
	font-size: 40px;
	color: #35a8a3;
	font-weight: 400;
	margin-top: 15px;
}
.index1 .list ul li .text p{
	font-size: 24px;
	color: #282828;
	margin-top: 10px;
}
.index1 .list ul li .text .dis{
	margin-top: 35px;
	font-size: 16px;
	color: #333;
	line-height: 1.7em;
	text-indent: 2em;
}
/*双数*/
.index1 .list ul li:nth-child(even) .text{
	padding-right: 50px;
}
/*单数*/
.index1 .list ul li:nth-child(odd) .text{
	padding-left: 50px;
}
.index1 .list ul li:nth-child(odd) .text span{
	margin-left: auto;
	margin-right: 0;
}
.index1 .list ul li:nth-child(odd) .text h4{
	text-align: right;
}

.index1 .list ul li:nth-child(odd) .text p{
	text-align: right;
}
.index2{
	background: url(../images/bg1.jpg) no-repeat center top;
	background-size: cover;
	padding: 80px 0;
}
.index2 .title{}
.index2 .title h3{
	font-size: 40px;
	color: #35a8a3;
}
.index2 .title p{
	font-size: 16px;
	margin-top: 10px;
}
.index2 .title a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 50px;
	background: #059b94;
	color: #fff;
	border-radius: 5px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
.index2 .list{
	padding-top: 50px;
}
.index2 .list p{
	padding-top: 15px;
}
.index2 .list p img{
	width: 100%;
}
.index3{
	padding: 80px 0;
	background: linear-gradient(to bottom,#fff,#f5f8fa);
}
.index3 .title{

}
.index3 .title h3{
	font-size: 40px;
	color: #35a8a3;
}
.index3 .title p{
	font-size: 16px;
	margin-top: 10px;
}
.index3 .list{
	padding-top: 60px;
}
.index3 .list .swiper-container .swiper-slide{
	width: calc(100% / 3 - 20px);
	margin-right: 30px;
}
.index3 .list .swiper-container .swiper-slide a{
	display: block;
	position: relative;
	background: #fff;
	padding-bottom: 10px;
}
.index3 .list .swiper-container .swiper-slide a .img img{
	width: 100%;
}
.index3 .list .swiper-container .swiper-slide a .text{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}
.index3 .list .swiper-container .swiper-slide a .text .time{
	display: flex;
	align-items: center;

}
.index3 .list .swiper-container .swiper-slide a .text .time span{
	font-size: 15px;
	color: #b4b4b4;
	margin-left: 10px;
}
.index3 .list .swiper-container .swiper-slide a .text h4{
	font-size: 23.2px;
	color: #282828;
	font-weight: 400;
	height: 70px;
	margin-top: 10px;
}
.index3 .list .swiper-container .swiper-slide a .text p{
	margin-top: 10px;
	font-size: 14px;
	color: #8a8a8a;
	line-height: 1.7em;
}
.index3 .list .swiper-container .swiper-slide a .text .more{
	margin-top: 10px;
	padding-bottom: 10px;
}
.index3 .list .swiper-container .swiper-slide a .text .more img{
	display: block;
	margin-left: auto;
	margin-right: 0;
}
.index3 .list .swiper-container .swiper-slide a:after{
	content: "";
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	background: #059b94;
	-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;
}
.index3 .list .swiper-container .swiper-slide a:hover: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;
}
.index3 .list .but{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.index3 .list .but>div{
	position: static;
	margin: 0;
	width: 40px;
	height: 40px;
	--swiper-navigation-size: 16px;
	background: #fff;
	opacity: 1;
	color: #333;
	margin-left: 15px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
}
.index3 .list .but>div:hover{
	background: #1fc1a8;
	color: #fff;
	border: 1px solid #1fc1a8;
}
.index4{
	padding: 80px 0 0;
}
.index4 .title{
	text-align: center;
}
.index4 .title h3{
	font-size: 40px;
	color: #03615d;
}
.index4 .title p{
	margin-top: 10px;
	color: #333;
	font-size: 16px;
}
.index4 .list{
	margin-top: 60px;
	background: url(../images/bg2.png) no-repeat center top;
	height: 500px;
}
.index4 .list ul{
	display: flex;
	padding-top: 85px;
}
.index4 .list ul li{
	width: 340px;
}
.index4 .list ul li h4{

	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.index4 .list ul li p{
	font-size: 16px;
	line-height: 1.7em;
}
.index4 .list ul li:nth-child(1){
	color: #35a8a3;
	padding-left: 80px;
}
.index4 .list ul li:nth-child(2){
	margin-left: 60px;
	color: #03615d;
	padding-left: 32px;
}
.index4 .list ul li:nth-child(3){
	margin-left: 60px;
	color: #37648b;
	padding-left: 40px;
}
.index4 .list ul li:nth-child(1) h4{
	text-align: left;
	padding-left: 66px;
}
.index4 .list ul li:nth-child(2) h4{
	text-align: left;
	padding-left: 27px;
}
.index4 .list ul li:nth-child(3) h4{
	text-align: left;
	padding-left: 16px;
}
.footer{
	background: #35a8a3;
	padding-bottom: 60px;
}
.footer .top{
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #5db9b5;
}
.footer .top .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .top .container .left a{
	display: flex;
	align-items: center;
}
.footer .top .container .left a span{
	font-size: 24px;
	margin-left: 10px;
	color: #fff;
}
.footer .top .container .right{

}
.footer .top .container .right ul{
	display: flex;
}
.footer .top .container .right ul li{
	margin-left: 40px;
}
.footer .top .container .right ul li a{
	color: #fff;
	font-size: 18px;
}
.footer .center .container{
	padding-top: 60px;
} 
.footer .center .container .text{
	color: #fff;
}
.footer .center .container .text h3{
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 20px;
}
.footer .center .container .text P{
	font-size: 14px;
	line-height: 1.8em;
}
@media (min-width: 1601px) {
	.header .headerCon{
		width: 1600px;
		margin: 0 auto;
		padding: 0 ;
	}
}