html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

* {
	outline: 0;
	border: 0;
}

p {
	margin: 0;
}

img {
	outline: 0;
	border: 0;
	vertical-align: middle;
}

ul,
li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.header {
	font-size: 16px;
	height: 80px;
	line-height: 80px;
	position: relative;
	z-index: 2;
}


.header .language {
	width: 41px;
	height: 41px;
	border: 1px solid #209796;
	border-radius: 50%;
	line-height: 41px;
	text-align: center;
	color: #209796;
	display: block;
	margin-top: 18px;
}

.header .language:hover {
	background: #209796;
	color: #fff;
}

.header .nav {
	margin-right: 60px;
}

.header .nav .fir {
	color: #333;
	display: block;
	float: left;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	margin: 20px 10px;
	position: relative;
	cursor: pointer;
}
.header .nav .fir>a{
	color: #333;
}
.header .nav .fir.on>a,
.header .nav .fir:hover>a {
	color: #209796;
}

.header .nav .shop:hover a {
	color: #fff;
}

.header .nav .fir.shop {
	background: #209796;
	color: #fff;
	font-weight: bold;
}
.header .nav .fir.shop>a{
	color: #fff;
}
.header .nav .fir .arrow {
	width: 9px;
	height: 5px;
	display: inline-block;
	background: url(../img/headerNavArrow.png);
	margin-right: 6px;
	vertical-align: middle;
}
.header .nav .fir.on .arrow {
	background: url(../img/headerNavArrow-on.png);
}
.header .nav .fir .drop {
	position: absolute;
	top: 40px;
	left: 20px;
	right: 0;
	background: #209796;
	text-align: center;
	padding: 10px 0;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.header .nav .fir:hover .drop {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.header .nav .fir .drop a {
	display: block;
	color: #fff;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
}

.header .nav .fir .drop a:hover {
	opacity: .8;
}

#index-banner {
	height: 666px;
}

#index-banner .swiper-slide {
	height: 666px;
	background-size: cover;
	background-position: center;
}

#index-banner .arrow-right {
	width: 50px;
	height: 87px;
	background-image: url(../img/indexarrowr.png);
	background-size: 50px 87px;
	right: 50px;
}

#index-banner .arrow-left {
	width: 50px;
	height: 87px;
	background-image: url(../img/indexarrowl.png);
	background-size: 50px 87px;
	left: 50px;
}

#index-banner .swiper-button-disabled {
	opacity: 1;
}

#index-banner .swiper-pagination-bullet-active {
	background: #209796;
}

.s1 {
	background: #f0f0f0 url(../img/s1bg.png) no-repeat center center;
	position: relative;
	background-size: cover;
}

.s1 .title {

	text-align: center;

	position: relative;
}

.s1 .title .line {

	width: 1200px;

	height: 1px;

	background: #e6e6e6;

	position: absolute;

	top: 80px;

	margin-left: -600px;

	left: 50%;
}

.s1 .title .h {
	width: 550px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	background: #f0f0f0;
}

.s1 .title .h1 {

	font-weight: bold;

	padding-top: 50px;
}

.s1 .title .h1 .span1 {

	font-size: 36px;

	color: #333;
}

.s1 .title .h1 .span2 {

	font-size: 30px;

	color: #009e9d;
}

.s1 .title .h2 {

	font-size: 16px;

	color: #333;

	padding-top: 10px;
}

.s1 .title .arrow {
	padding: 15px 0;
}

.s1 .title .arrow img {}

.s1 .title .p {

	font-size: 14px;

	color: #999999;
}

.s1 .img {
	text-align: center;
	padding-top: 40px;
}

.s1 .quan {
	display: block;
	width: 190px;
	height: 190px;
	position: absolute;
	bottom: 173px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	text-align: center;
	left: 50%;
	margin-left: -95px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.s1 .quan img {
	margin-top: 50px;
	margin-bottom: 15px;
}

.s1 .quan p {
	color: #fff;
	font-size: 16px;


}

.s1 .quan:hover {
	background: rgba(0, 0, 0, 0.6);
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.s1 .quan1 {
	left: 120px;
	bottom: 380px;
}

.s1 .quan2 {
	bottom: 380px;
	right: 120px;
}

.s1 .quan3 {
	bottom: 100px;
	right: 120px;
}

.s1 .quan4 {
	bottom: 100px;
	left: 120px;
}

.s1 .quanq {
	position: absolute;
	width: 143px;
}

.s1 .quanq img {}

.s1 .quanq p {
	position: absolute;
	top: 0;
	font-size: 18px;
	width: 130px;
	text-align: center;
	left: 0;
}

.s1 .quan1 p {
	color: #fff;
	line-height: 130px;
}

.s1 .quan2 p {
	left: 13px;
	line-height: 130px;
	color: #333;
}

.s1 .quan3 p {
	left: 13px;
	padding-top: 35px;
	line-height: 1.8;
	color: #fff;
}

.s1 .quan4 p {
	padding-top: 35px;
	line-height: 1.8;
	color: #333;
}

.s1 .w1200 {
	position: relative;
}

.s2 {
	background: url(../img/s2bg.png) no-repeat center center;
	background-size: cover;
	height: 750px;
	position: relative;
	z-index: 1;
}

.s2 .tit {
	font-size: 36px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	padding: 70px 0;
}

.s2 .tit span {
	font-size: 12px;
	color: #00a3aa;
	margin-left: 10px;
	font-weight: normal;
}

.s2 .img {
	width: 540px;
	text-align: right;
}

.s2 .con {
	width: 560px;
	margin-right: 30px;
}

.s2 .con .c1 {
	font-size: 24px;
	color: #000000;
	margin-top: 15px;
}

.s2 .con .c2 {
	font-size: 16px;
	color: #fff;
	width: 415px;
	height: 38px;
	line-height: 38px;
	background: #00a3aa;
	text-align: center;
	margin: 20px 0;
}

.s2 .con .c2 span {
	padding: 0 15px;
}

.s2 .con .c3 {
	font-size: 16px;
	line-height: 2;
	color: #666;
	text-align: justify;
}

.s2 .con .c3 p:first-child {
	margin-bottom: 15px;
}

.s2 .arrow {
	position: absolute;
	bottom: -10px;
	width: 100%;
	text-align: center;
}

.s3 {
	background: url(../img/s3bg.jpg) no-repeat center center;
	background-size: cover;
	height: 920px;
	position: relative;
}

.s3 .tit {
	margin-bottom: 80px;
}

.s3 .tit .t1 {}

.s3 .tit .t1 {
	width: 180px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 15px;
}

.s3 .tit .t1 .fl {
	font-size: 72px;
	color: #009e9d;
}

.s3 .tit .t1 .fr {}

.s3 .tit .t1 .fr .t11 {
	font-size: 30px;
	margin-top: 10px;
}

.s3 .tit .t1 .fr .t12 {
	font-size: 14px;
	color: #999999;
}

.s3 .tit .t2 {
	text-align: center;
}

.s3 .item {
	width: 600px;
	float: left;
	background: #fff;
	position: relative;
}

.s3 .item .img {

	width: 300px;

	float: left;
}

.s3 .item .img img {
	width: 300px;
	height: 220px;
}

.s3 .item .con {

	width: 240px;

	float: left;

	padding: 30px;
}

.s3 .item .con .t {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.6;
}

.s3 .item .con .p {

	font-size: 12px;

	color: #666;

	line-height: 2;
}

.s3 .item .arrow {

	position: absolute;

	top: 40px;

	left: 289.5px;

	z-index: 1;
}

.s3 .swiper-slide .item:nth-child(3) .img {

	float: right;
}

.s3 .swiper-slide .item:nth-child(4) .img {

	float: right;
}

.s3 .more {

	font-size: 30px;

	text-align: center;

	margin-top: 80px;
}

.s3 .more a {

	color: #00a3aa;
}

.s3 .more a:hover {
	opacity: .6;
}

.s3-pagination {
	position: relative;
	text-align: right;
	height: 17px;
	line-height: 17px;
	margin-bottom: 30px;
	padding-right: 30px;
}

.s3-pagination .swiper-pagination,
.s3arrow-right,
.s3arrow-left {
	position: relative;
	display: inline-block;
	left: inherit;
	right: inherit;
	vertical-align: middle;
	margin: 0 5px;
}

.s3arrow-right,
.s3arrow-left {
	width: 8px;
	height: 17px;
	background-size: 8px 17px;
	top: inherit;
	margin: 0;
}

.s3arrow-right {
	background-image: url(../img/s3-ar.png);

}

.s3arrow-left {
	background-image: url(../img/s3-al.png);
}

.s3-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	vertical-align: top;
	margin-top: 2.5px;
}

.s3-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #00a3aa;
}

.s4 {
	background: #f7f7f7;
	padding-bottom: 100px;
}

.s4 .tit {
	font-size: 36px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	padding: 70px 0;
}

.s4 .tit span {
	font-size: 12px;
	color: #00a3aa;
	margin-left: 10px;
	font-weight: normal;
}

.s4 ul {
	overflow: hidden;
	margin-left: -22px;
}

.s4 li {
	width: 130px;
	float: left;
	margin-left: 22px;
	margin-bottom: 22px;
}

.s4 li img {
	width: 130px;
	height: 120px;
}

.footer {
	background: #e5e5e5;
}

.f-t {
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #999999;
}

.f-t a {
	color: #666;
	font-size: 16px;
	margin: 0 30px;
}

.f-t a:hover {
	color: #009E9D;
}

.footer .copy {
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	background: #209796;
	color: #fff;
}

.footer .copy a {
	color: #fff;
}

.footer .copy a:hover {
	text-decoration: underline;
}

.f-b {
	overflow: hidden;
	padding: 30px 0;
}

.f-b .info {

	float: left;
}

.f-b .info .logo {}

.f-b .info h3 {
	color: #666666;
	margin: 0;
	font-size: 16px;
	padding: 15px 0;
}

.f-b .info p {
	color: #666;
	line-height: 1.8;
}

.f-b .qcode {
	float: left;
	padding: 50px 100px;
}

.f-b .qcode img {}

.f-b .qcode p {
	padding-top: 15px;
	color: #666;
}

.f-b .b {
	float: right;
	width: 600px;
}

.f-b .b .n {}

.f-b .b .n .tp {
	font-size: 18px;
	margin-bottom: 10px;
	color: #666;
}

.f-b .b .n .tp img {
	margin-top: -2px;
	margin-right: 5px;
}

.f-b .b .n .l {
	overflow: hidden;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.f-b .b .n .l a {
	font-size: 14px;
	color: #666;
	padding: 5px 20px;
	display: inline-block;
	border: 1px solid #666;
	border-radius: 200px;
	width: 120px;
	float: left;
	text-align: center;
	margin-right: 35px;
	margin-bottom: 8px;
}

.f-b .b .tel {}

.f-b .b .tel .tp {
	background: #209796;
	font-size: 16px;
	color: #fff;
	padding: 5px 20px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-radius: 200px;
	margin-bottom: 15px;
}

.f-b .b .tel .tp img {
	margin-right: 5px;
}

.f-b .b .tels {}

.f-b .b .tels .fl {
	margin-right: 50px;
}

.f-b .b .tels .fl img {
	margin-top: 12px;
}

.f-b .b .tels .fl .h {
	font-size: 16px;
	color: #666;
}

.f-b .b .tels .fl .p {
	font-size: 24px;
	font-weight: bold;
	color: #777;
}

.f-b .b .tel .tp:hover {
	opacity: .6;
}

.f-b .b .n .l a:hover {
	background: #209796;
	color: #fff;
	border: 1px solid #209796;
}

#s3-slide {
	height: 440px;
}

.abbaner {
	height: 290px;
	background-size: cover;
	background-position: center center;
}

.abb1 {
	background-image: url(../img/abbanner01.jpg);
}

.abb2 {
	background-image: url(../img/abbanner02.jpg);
}

.abb3 {
	background-image: url(../img/abbanner03.jpg);
}

.abb4 {
	background-image: url(../img/abbanner04.jpg);
}

.abbaner .tit {
	text-align: center;
}

.abbaner .tit .t {
	font-weight: bold;
	padding-top: 90px;
	padding-bottom: 15px;
}

.abbaner .tit .t .span1 {
	font-size: 48px;
	color: #009e9d;

}

.abbaner .tit .t .span2 {
	font-size: 36px;
	color: #d4d4d5;
}

.abbaner .tit .b {
	font-size: 16px;
	color: #d3d3d4;
}

.abbaner .tit .b a {
	color: #d3d3d4;
	margin: 0 10px;
}

.path {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	background: #f6f6f6;
}

.path a {
	color: #000;
	display: inline-block;
	padding: 0 15px;
	height: 57px;
	line-height: 57px;
	margin: 0 15px;
	position: relative;
}

.path a.on {
	border-bottom: 3px solid #009e9d;
}

.path a.on:after {
	content: "";
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #009e9d transparent transparent transparent;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
}

.path a:hover {
	color: #009e9d;
}

.ab1 {
	padding: 100px 0;
}

.ab1 .t {
	height: 45px;
	line-height: 45px;
	margin-bottom: 30px;
}

.ab1 .t img {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #eee;
	vertical-align: top;
}

.ab1 .t .text {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	height: 45px;
	line-height: 45px;
}

.ab1 .fl {
	width: 700px;
	font-size: 16px;
	color: #666666;
}

.ab1 .fl p {

	margin-bottom: 50px;

	line-height: 1.8;
}

.ab1 .fl p:first-child {
	margin-top: 15px;
}

.ab1 .fl p .color {
	color: #009e9d;
}

.ab1 .fr {}

.ab1 .fr img {
	width: 436px;
	height: 430px;
}

.ab2 {
	padding: 100px 0;
	background: url(../img/ab2bg.jpg);
	background-cover: cover;
}

.ab2 .fl {}

.ab2 .fr {
	padding-right: 50px;
}

.ab2 .tit {
	text-align: center;
	margin-bottom: 40px;
}

.ab2 .tit .t1 {

	font-size: 30px;

	color: #333;

	font-weight: bold;
}

.ab2 .tit .t2 {

	color: #999999;

	font-size: 16px;
}

.ab21 {
	margin-bottom: 30px;
}

.ab21 .i {
	line-height: 40px;
	height: 40px;
	margin-bottom: 30px;
}

.ab21 .i .span1 {
	font-size: 24px;
	font-weight: bold;
	color: #07a0a0;
}

.ab21 .i .span2 {
	color: #666666;
	font-size: 16px;
}

.ab21 .i img {
	vertical-align: top;
	margin-top: 7px;
	margin-left: 10px;
	margin-right: 10px;
}

.ab21 .i:last-child {
	margin-bottom: 0;
}

.ab21 .i:first-child {
	margin-top: 10px;
}

.ab22 .swiper-container {

	width: 1096px;

	margin: 0 auto;
}

.ab22 {
	position: relative;
}

.ab22 .swiper-button-prev {
	left: 0;
}

.ab22 .swiper-button-next {
	right: 0;
}

.ab22 .swiper-button-next,
.ab22 .swiper-button-prev {
	background: #ddd;
	width: 38px;
	height: 155px;
	top: 0;
	bottom: inherit;
	margin-top: 0;
	line-height: 155px;
	text-align: center;
}

.ab22 .swiper-button-disabled {
	opacity: 1;
}

.ab3 {
	padding: 100px 0;
}

.ab3 .t {}

.ab3 .t .t1 {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 30px;
}

.ab3 .t .t2 {
	font-size: 18px;
	color: #666;
}

.ab3 .t .t2 span {
	font-size: 36px;
	font-weight: bold;
	color: #07A0A0;
}

.ab3 .img {
	text-align: center;
	width: 1134px;
	height: 520px;
	margin: 0 auto;
	position: relative;
}

.ab3 .img .q {
	font-size: 16px;
	text-align: center;
	padding: 5px 10px;
	border: 2px solid #009E9D;
	width: 270px;
	text-align: center;
	border-radius: 200px;
	position: absolute;
	transition: .3s ease-in-out all;
	-webkit-transition: .3s ease-in-out all;
}

.ab3 .img .q1 {

	top: 125px;

	left: 23px;
}

.ab3 .img .q2 {

	top: 125px;

	right: 36px;
}

.ab3 .img .q3 {

	top: 248px;

	left: -42px;
}

.ab3 .img .q4 {

	top: 248px;

	right: -28px;
}

.ab3 .img .q5 {

	top: 372px;

	left: 23px;
}

.ab3 .img .q6 {

	top: 372px;

	right: 36px;
}

.ab3 .img .sq {

	font-size: 16px;

	background: #00b5b6;

	width: 100px;

	height: 40px;

	line-height: 40px;

	color: #fff;

	border-radius: 6px;

	position: absolute;
}

.ab3 .img .sq1 {

	bottom: 0;

	left: 510px;
}

.ab3 .img .sq2 {

	top: 20px;

	left: 510px;
}

.ab3 .img .gq {
	width: 350px;
	height: 46px;
	line-height: 46px;
	background: #029394;
	color: #fff;
	text-align: center;
	border-radius: 200px;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 390px;
	top: 242px;
}

.ab3 .img .t {
	font-size: 16px;
	color: #666;
	position: absolute;
	left: 670px;
}

.ab3 .img .t1 {
	top: 2px;
}

.ab3 .img .t2 {
	top: 50px;
}

.ab3 .img .q:hover {
	background: #009E9D;
	color: #fff;
}

.his .top {
	padding: 80px 0;
}

.his .top ul {
	width: 1162px;
	margin: 0 auto;
}

.his .top li {
	float: left;
	width: 314px;
	margin-left: 110px;
	transition: .5s all ease;
	-webkit-transition: .5s all ease;
}

.his .top li:hover {

	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);

	transform: scale(1.01);
}

.his .top li:first-child {
	margin-left: 0;
}

.his .top li a {
	display: block;
	position: relative;
}

.his .top li a .cover {}

.his .top li a .tag {
	position: absolute;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: rgba(0, 0, 0, 0.78);
	color: #fff;
	top: 180px;
	left: 15px;
}

.his .top li a .b {
	padding: 30px;
	background: #f6f6f6;
}

.his .top li a .t {
	margin-bottom: 10px;
}

.his .top li a .t .fl {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.his .top li a .t .fr {}

.his .top li a .t .fr img {}

.his .top li a .p {
	font-size: 14px;
	color: #666;
}

.his-list {
	background: url(../img/hisbg.jpg) no-repeat center center;
	padding: 100px 0;
	background-size: cover;
}

.his-list .tit {
	font-size: 30px;
	color: #209796;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 0 30px;
}

.his-list .tit span {
	color: #999;
	font-size: 16px;
	margin-left: 15px;
	font-weight: normal;
}

.his-list .l {
	padding: 0 30px;
}

.his-list .l .box {
	width: 550px;
}

.his-list .l .box .item {
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}

.his-list .l .box .item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 96px;
	width: 1px;
	height: 100%;
	background: #ddd;
}

.his-list .l .box .item:last-child:before {
	height: 0;
	width: 0;
}

.his-list .l .box .item .n {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #444444;
	line-height: 1;
	width: 60px;
}

.his-list .l .box .item .q {
	float: left;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 2px solid #209796;
	border-radius: 50%;
	margin: 0 30px;
	position: relative;
	z-index: 1;
}

.his-list .l .box .item .con {

	float: left;

	font-size: 14px;

	color: #999999;

	line-height: 1;
}

.his-list .l .box .item .con p {
	margin-bottom: 20px;
}

.his-list .l .box1 {}

.his-list .l .box2 {

	margin-left: 30px;
}

.honor ul {
	overflow: hidden;
	padding: 50px 0;
}

.honor ul li {
	width: 280px;
	float: left;
	margin: 0 60px;
}
.honor ul li .img{
	
width: 280px;
	
height: 390px;
	
background: #eee;
	
position: relative;
	
line-height: 390px;
}
.honor ul li img {
	width: 100%;
}

.honor ul li p {
	font-size: 16px;
	color: #666;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 45px;
	height: 42px;
}

.contact {

	padding-bottom: 100px;
}

.contact .t {}

.contact .t .fl {

	width: 500px;

	padding: 50px;
}

.contact .t .fl h3 {

	font-size: 18px;

	font-weight: normal;
}

.contact .t .fl p {

	color: #666;

	font-size: 16px;

	line-height: 2;
}

.newslist {
	padding-top: 50px;
	padding-bottom: 100px;
}

.newslist li {

	border-bottom: 1px solid #eee;

	padding: 30px 15px;
}

.newslist li:last-child {
	border-bottom: 0;
}

.newslist li a .fl img {
	width: 260px;
	height: 145px;
}

.newslist li a {
	display: block;
}

.newslist li a .fl {

	width: 260px;
}

.newslist li a .fr {

	width: 870px;
}

.newslist li a .fr .t {
	font-size: 20px;
	color: #009e9d;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

.newslist li a .fr .i {

	font-size: 14px;

	color: #999;

	margin: 15px 0;
}

.newslist li a .fr .i span {
	margin-right: 50px;
}

.newslist li a .fr .c {
	font-size: 18px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.8;
}

.newslist li:hover a .fr .t {
	color: #0a6f6e;
}

.pagenav {
	text-align: center;
	margin: 50px 0;
}

.pagenav a {
	height: 38px;
	line-height: 38px;
	text-align: center;
	padding: 0 12px;
	font-size: 18px;
	display: inline-block;
	border: 1px solid #eee;
	color: #209796;
	margin: 0 10px;
}

.pagenav a:hover {
	border: 1px solid #209796;
	color: #fff;
	background: #209796;
}

.newsinfo {
	padding: 50px;
}

.newsinfo .t {
	font-size: 24px;
	text-align: center;
	color: #000;
	margin-bottom: 15px;
}

.newsinfo .i {
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-bottom: 50px;
}

.newsinfo .i span {
	margin: 0 15px;
}

.newsinfo .con {
	font-size: 16px;
	width: 980px;
	margin: 0 auto;
}

.newsinfo .con p {
	font-size: 16px;
}

.newsinfo .con img {
	max-width: 100%;
}

.newsinfo .link {
	font-size: 16px;
	padding-top: 30px;
	margin-top: 100px;
	border-top: 1px solid #eee;
}

.newsinfo .link .l {
	color: #333;
	margin-bottom: 15px;
}

.newsinfo .link .l a {
	color: #666;
}

.newsinfo .link .l:hover a {
	color: #009e9d;
}

.case {
	padding: 50px 0 100px 0;
}

.case .t {
	margin-bottom: 50px;
}

.case .t ul {}

.case .t li {
	width: 250px;
	float: left;
	margin: 15px 25px;
}

.case .t li img {
	width: 250px;
	height: 212px;
}

.case .t li p {text-align: center;color: #666;margin-top: 15px;height: 38px;}

.case .b {}

.case .b .fl {

	width: 603px;
}

.case .b .fr {

	width: 560px;
}

.case .b .fr .tab-hd {

	font-size: 0;

	padding-bottom: 15px;

	margin-bottom: 20px;

	border-bottom: 1px solid #eee;
}

.case .b .fr .tab-hd a {
	display: inline-block;
	color: #333;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.case .b .fr .tab-hd a.on {

	color: #fff;

	background: #009e9d;

	border-radius: 8px;
}

.case .b .fr .tab-bd .wrap {
	overflow: hidden;
	padding: 0;
	display: none;
}

.case .b .fr .tab-bd .wrap div {font-size: 14px;color: #666;width: 23% !important;float: left;margin-bottom: 12px;height: 40px;margin-left: 2%;border-bottom: 1px dashed #eee;padding-bottom: 15px;margin-top: 12px;}
.case .b .fr .tab-bd .wrap div img {margin-right: 5px;display: none;}
.case .b .fr .tab-bd .wrap div:hover{
	color: #007373;
}
.case .b .fr .tab-bd .wrap table{
	
width: 100%;
	
border-collapse: collapse;
	
border-spacing: 0;
}
.case .b .fr .tab-bd .wrap table td{
	
border: 1px solid #eee;
	
width: 25%;
	
color: #666;
	
padding: 10px 15px;
	
height: 30px;
}

.purchase {

	padding: 50px 0 100px 0;
}

.purchase li {
	height: 30px;
	line-height: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.purchase a {}

.purchase .fl {
	font-size: 20px;
	color: #444444;
	width: 720px;
	height: 30px;
	overflow: hidden;
}

.purchase .fl img {

	margin-right: 5px;
}

.purchase .fr {
	font-size: 14px;
	color: #999999;
	width: 400px;
	text-align: right;
}

.purchase .fr span {
	margin-left: 30px;
}

.purchase-reg {
	text-align: center;
	margin-top: 200px;
	margin-bottom: 50px;
}

.purchase-reg .tt {

	margin-bottom: 50px;
}

.purchase-reg .tt a {
	display: inline-block;
	width: 260px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0 30px;
	background: #009e9d;
	font-size: 24px;
	color: #fff;
}

.purchase-reg .tt a:hover {
	opacity: .6;
}

.purchase-reg .b {
	font-size: 24px;
	color: #444;
}

.purchase-reg .b a {
	color: #009e9d;
}

.purchase-reg .b a:hover {
	text-decoration: underline;
}

.honor-pop {

	position: fixed;
	z-index: 111;
	top: 0;
	left: 0;

	right: 0;

	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.honor-pop img {
	height: 100%;
}

.honor-pop .swiper-slide {
	text-align: center;
}

.honor-pop .arrow-right {
	width: 50px;
	height: 87px;
	background-image: url(../img/indexarrowr.png);
	background-size: 50px 87px;
	right: 50px;
}

.honor-pop .arrow-left {
	width: 50px;
	height: 87px;
	background-image: url(../img/indexarrowl.png);
	background-size: 50px 87px;
	left: 50px;
}

.honor-pop .swiper-button-disabled {
	opacity: 1;
}

.pop-close {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 222;
	background: #fff;
	padding: 15px;
	border-radius: 50%;
	display: none;
}

.pop-close img {

	width: 30px;
}
html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

* {
	outline: 0;
	border: 0;
}

p {
	margin: 0;
}

img {
	outline: 0;
	border: 0;
	vertical-align: middle;
}

ul,
li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.header {
	font-size: 16px;
	height: 80px;
	line-height: 80px;
	position: relative;
	z-index: 2;
}


.header .language {
	width: 41px;
	height: 41px;
	border: 1px solid #209796;
	border-radius: 50%;
	line-height: 41px;
	text-align: center;
	color: #209796;
	display: block;
	margin-top: 18px;
}

.header .language:hover {
	background: #209796;
	color: #fff;
}

.header .nav {
	margin-right: 60px;
}

.header .nav .fir {
	color: #333;
	display: block;
	float: left;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	margin: 20px 10px;
	position: relative;
	cursor: pointer;
}
.header .nav .fir>a{
	color: #333;
}
.header .nav .fir.on>a,
.header .nav .fir:hover>a {
	color: #209796;
}

.header .nav .shop:hover a {
	color: #fff;
}

.header .nav .fir.shop {
	background: #209796;
	color: #fff;
	font-weight: bold;
}
.header .nav .fir.shop>a{
	color: #fff;
}
.header .nav .fir .arrow {
	width: 9px;
	height: 5px;
	display: inline-block;
	background: url(../img/headerNavArrow.png);
	margin-right: 6px;
	vertical-align: middle;
}
.header .nav .fir.on .arrow {
	background: url(../img/headerNavArrow-on.png);
}
.header .nav .fir .drop {
	position: absolute;
	top: 40px;
	left: 20px;
	right: 0;
	background: #209796;
	text-align: center;
	padding: 10px 0;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.header .nav .fir:hover .drop {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.header .nav .fir .drop a {
	display: block;
	color: #fff;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
}

.header .nav .fir .drop a:hover {
	opacity: .8;
}

#index-banner {
	height: 666px;
}

#index-banner .swiper-slide {
	height: 666px;
	background-size: cover;
	background-position: center;
}

#index-banner .arrow-right {
	width: 50px;
	height: 87px;
	background-image: url(../img/indexarrowr.png);
	background-size: 50px 87px;
	right: 50px;
}

#index-banner .arrow-left {
	width: 50px;
	height: 87px;
	background-image: url(../img/indexarrowl.png);
	background-size: 50px 87px;
	left: 50px;
}

#index-banner .swiper-button-disabled {
	opacity: 1;
}

#index-banner .swiper-pagination-bullet-active {
	background: #209796;
}

.s1 {
	background: #f0f0f0 url(../img/s1bg.png) no-repeat center center;
	position: relative;
	background-size: cover;
}

.s1 .title {

	text-align: center;

	position: relative;
}

.s1 .title .line {

	width: 1200px;

	height: 1px;

	background: #e6e6e6;

	position: absolute;

	top: 80px;

	margin-left: -600px;

	left: 50%;
}

.s1 .title .h {
	width: 550px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	background: #f0f0f0;
}

.s1 .title .h1 {

	font-weight: bold;

	padding-top: 50px;
}

.s1 .title .h1 .span1 {

	font-size: 36px;

	color: #333;
}

.s1 .title .h1 .span2 {

	font-size: 30px;

	color: #009e9d;
}

.s1 .title .h2 {

	font-size: 16px;

	color: #333;

	padding-top: 10px;
}

.s1 .title .arrow {
	padding: 15px 0;
}

.s1 .title .arrow img {}

.s1 .title .p {

	font-size: 14px;

	color: #999999;
}

.s1 .img {
	text-align: center;
	padding-top: 40px;
}

.s1 .quan {
	display: block;
	width: 190px;
	height: 190px;
	position: absolute;
	bottom: 173px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	text-align: center;
	left: 50%;
	margin-left: -95px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.s1 .quan img {
	margin-top: 50px;
	margin-bottom: 15px;
}

.s1 .quan p {
	color: #fff;
	font-size: 16px;


}

.s1 .quan:hover {
	background: rgba(0, 0, 0, 0.6);
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.s1 .quan1 {
	left: 120px;
	bottom: 380px;
}

.s1 .quan2 {
	bottom: 380px;
	right: 120px;
}

.s1 .quan3 {
	bottom: 100px;
	right: 120px;
}

.s1 .quan4 {
	bottom: 100px;
	left: 120px;
}

.s1 .quanq {
	position: absolute;
	width: 143px;
}

.s1 .quanq img {}

.s1 .quanq p {
	position: absolute;
	top: 0;
	font-size: 18px;
	width: 130px;
	text-align: center;
	left: 0;
}

.s1 .quan1 p {
	color: #fff;
	line-height: 130px;
}

.s1 .quan2 p {
	left: 13px;
	line-height: 130px;
	color: #333;
}

.s1 .quan3 p {
	left: 13px;
	padding-top: 35px;
	line-height: 1.8;
	color: #fff;
}

.s1 .quan4 p {
	padding-top: 35px;
	line-height: 1.8;
	color: #333;
}

.s1 .w1200 {
	position: relative;
}

.s2 {
	background: url(../img/s2bg.png) no-repeat center center;
	background-size: cover;
	height: 750px;
	position: relative;
	z-index: 1;
}

.s2 .tit {
	font-size: 36px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	padding: 70px 0;
}

.s2 .tit span {
	font-size: 12px;
	color: #00a3aa;
	margin-left: 10px;
	font-weight: normal;
}

.s2 .img {
	width: 540px;
	text-align: right;
}

.s2 .con {
	width: 560px;
	margin-right: 30px;
}

.s2 .con .c1 {
	font-size: 24px;
	color: #000000;
	margin-top: 15px;
}

.s2 .con .c2 {
	font-size: 16px;
	color: #fff;
	width: 415px;
	height: 38px;
	line-height: 38px;
	background: #00a3aa;
	text-align: center;
	margin: 20px 0;
}

.s2 .con .c2 span {
	padding: 0 15px;
}

.s2 .con .c3 {
	font-size: 16px;
	line-height: 2;
	color: #666;
	text-align: justify;
}

.s2 .con .c3 p:first-child {
	margin-bottom: 15px;
}

.s2 .arrow {
	position: absolute;
	bottom: -10px;
	width: 100%;
	text-align: center;
}

.s3 {
	background: url(../img/s3bg.jpg) no-repeat center center;
	background-size: cover;
	height: 920px;
	position: relative;
}

.s3 .tit {
	margin-bottom: 80px;
}

.s3 .tit .t1 {}

.s3 .tit .t1 {
	width: 180px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 15px;
}

.s3 .tit .t1 .fl {
	font-size: 72px;
	color: #009e9d;
}

.s3 .tit .t1 .fr {}

.s3 .tit .t1 .fr .t11 {
	font-size: 30px;
	margin-top: 10px;
}

.s3 .tit .t1 .fr .t12 {
	font-size: 14px;
	color: #999999;
}

.s3 .tit .t2 {
	text-align: center;
}

.s3 .item {
	width: 600px;
	float: left;
	background: #fff;
	position: relative;
}

.s3 .item .img {

	width: 300px;

	float: left;
}

.s3 .item .img img {
	width: 300px;
	height: 220px;
}

.s3 .item .con {

	width: 240px;

	float: left;

	padding: 30px;
}

.s3 .item .con .t {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.6;
}

.s3 .item .con .p {

	font-size: 12px;

	color: #666;

	line-height: 2;
}

.s3 .item .arrow {

	position: absolute;

	top: 40px;

	left: 289.5px;

	z-index: 1;
}

.s3 .swiper-slide .item:nth-child(3) .img {

	float: right;
}

.s3 .swiper-slide .item:nth-child(4) .img {

	float: right;
}

.s3 .more {

	font-size: 30px;

	text-align: center;

	margin-top: 80px;
}

.s3 .more a {

	color: #00a3aa;
}

.s3 .more a:hover {
	opacity: .6;
}

.s3-pagination {
	position: relative;
	text-align: right;
	height: 17px;
	line-height: 17px;
	margin-bottom: 30px;
	padding-right: 30px;
}

.s3-pagination .swiper-pagination,
.s3arrow-right,
.s3arrow-left {
	position: relative;
	display: inline-block;
	left: inherit;
	right: inherit;
	vertical-align: middle;
	margin: 0 5px;
}

.s3arrow-right,
.s3arrow-left {
	width: 8px;
	height: 17px;
	background-size: 8px 17px;
	top: inherit;
	margin: 0;
}

.s3arrow-right {
	background-image: url(../img/s3-ar.png);

}

.s3arrow-left {
	background-image: url(../img/s3-al.png);
}

.s3-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	vertical-align: top;
	margin-top: 2.5px;
}

.s3-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #00a3aa;
}

.s4 {
	background: #f7f7f7;
	padding-bottom: 100px;
}

.s4 .tit {
	font-size: 36px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	padding: 70px 0;
}

.s4 .tit span {
	font-size: 12px;
	color: #00a3aa;
	margin-left: 10px;
	font-weight: normal;
}

.s4 ul {
	overflow: hidden;
	margin-left: -22px;
}

.s4 li {
	width: 130px;
	float: left;
	margin-left: 22px;
	margin-bottom: 22px;
}

.s4 li img {
	width: 130px;
	height: 120px;
}

.footer {
	background: #e5e5e5;
}

.f-t {
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #999999;
}

.f-t a {
	color: #666;
	font-size: 16px;
	margin: 0 30px;
}

.f-t a:hover {
	color: #009E9D;
}

.footer .copy {
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	background: #209796;
	color: #fff;
}

.footer .copy a {
	color: #fff;
}

.footer .copy a:hover {
	text-decoration: underline;
}

.f-b {
	overflow: hidden;
	padding: 30px 0;
}

.f-b .info {

	float: left;
}

.f-b .info .logo {}

.f-b .info h3 {
	color: #666666;
	margin: 0;
	font-size: 16px;
	padding: 15px 0;
}

.f-b .info p {
	color: #666;
	line-height: 1.8;
}

.f-b .qcode {
	float: left;
	padding: 50px 100px;
}

.f-b .qcode img {}

.f-b .qcode p {
	padding-top: 15px;
	color: #666;
}

.f-b .b {
	float: right;
	width: 640px;
}

.f-b .b .n {}

.f-b .b .n .tp {
	font-size: 18px;
	margin-bottom: 10px;
	color: #666;
}

.f-b .b .n .tp img {
	margin-top: -2px;
	margin-right: 5px;
}

.f-b .b .n .l {
	overflow: hidden;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.f-b .b .n .l a {
	font-size: 14px;
	color: #666;
	padding: 5px 20px;
	display: inline-block;
	border: 1px solid #666;
	border-radius: 200px;
	width: 120px;
	float: left;
	text-align: center;
	margin-right: 35px;
	margin-bottom: 8px;
}

.f-b .b .tel {}

.f-b .b .tel .tp {
	background: #209796;
	font-size: 16px;
	color: #fff;
	padding: 5px 20px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-radius: 200px;
	margin-bottom: 15px;
}

.f-b .b .tel .tp img {
	margin-right: 5px;
}

.f-b .b .tels {}

.f-b .b .tels .fl {
	margin-right: 20px;
}

.f-b .b .tels .fl img {
	margin-top: 12px;
}

.f-b .b .tels .fl .h {
	font-size: 16px;
	color: #666;
}

.f-b .b .tels .fl .p {
	font-size: 24px;
	font-weight: bold;
	color: #777;
}

.f-b .b .tel .tp:hover {
	opacity: .6;
}

.f-b .b .n .l a:hover {
	background: #209796;
	color: #fff;
	border: 1px solid #209796;
}

#s3-slide {
	height: 440px;
}

.abbaner {
	height: 290px;
	background-size: cover;
	background-position: center center;
}

.abb1 {
	background-image: url(../img/abbanner01.jpg);
}

.abb2 {
	background-image: url(../img/abbanner02.jpg);
}

.abb3 {
	background-image: url(../img/abbanner03.jpg);
}

.abb4 {
	background-image: url(../img/abbanner04.jpg);
}

.abbaner .tit {
	text-align: center;
}

.abbaner .tit .t {
	font-weight: bold;
	padding-top: 90px;
	padding-bottom: 15px;
}

.abbaner .tit .t .span1 {
	font-size: 48px;
	color: #009e9d;

}

.abbaner .tit .t .span2 {
	font-size: 36px;
	color: #d4d4d5;
}

.abbaner .tit .b {
	font-size: 16px;
	color: #d3d3d4;
}

.abbaner .tit .b a {
	color: #d3d3d4;
	margin: 0 10px;
}

.path {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	background: #f6f6f6;
}

.path a {
	color: #000;
	display: inline-block;
	padding: 0 15px;
	height: 57px;
	line-height: 57px;
	margin: 0 15px;
	position: relative;
}

.path a.on {
	border-bottom: 3px solid #009e9d;
}

.path a.on:after {
	content: "";
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #009e9d transparent transparent transparent;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
}

.path a:hover {
	color: #009e9d;
}

.ab1 {
	padding: 100px 0;
}

.ab1 .t {
	height: 45px;
	line-height: 45px;
	margin-bottom: 30px;
}

.ab1 .t img {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #eee;
	vertical-align: top;
}

.ab1 .t .text {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	height: 45px;
	line-height: 45px;
}

.ab1 .fl {
	width: 700px;
	font-size: 16px;
	color: #666666;
}

.ab1 .fl p {

	margin-bottom: 50px;

	line-height: 1.8;
}

.ab1 .fl p:first-child {
	margin-top: 15px;
}

.ab1 .fl p .color {
	color: #009e9d;
}

.ab1 .fr {}

.ab1 .fr img {
	width: 436px;
	height: 430px;
}

.ab2 {
	padding: 100px 0;
	background: url(../img/ab2bg.jpg);
	background-cover: cover;
}

.ab2 .fl {}

.ab2 .fr {
	padding-right: 50px;
}

.ab2 .tit {
	text-align: center;
	margin-bottom: 40px;
}

.ab2 .tit .t1 {

	font-size: 30px;

	color: #333;

	font-weight: bold;
}

.ab2 .tit .t2 {

	color: #999999;

	font-size: 16px;
}

.ab21 {
	margin-bottom: 30px;
}

.ab21 .i {
	line-height: 40px;
	height: 40px;
	margin-bottom: 30px;
}

.ab21 .i .span1 {
	font-size: 24px;
	font-weight: bold;
	color: #07a0a0;
}

.ab21 .i .span2 {
	color: #666666;
	font-size: 16px;
}

.ab21 .i img {
	vertical-align: top;
	margin-top: 7px;
	margin-left: 10px;
	margin-right: 10px;
}

.ab21 .i:last-child {
	margin-bottom: 0;
}

.ab21 .i:first-child {
	margin-top: 10px;
}

.ab22 .swiper-container {

	width: 1096px;

	margin: 0 auto;
}

.ab22 {
	position: relative;
}

.ab22 .swiper-button-prev {
	left: 0;
}

.ab22 .swiper-button-next {
	right: 0;
}

.ab22 .swiper-button-next,
.ab22 .swiper-button-prev {
	background: #ddd;
	width: 38px;
	height: 155px;
	top: 0;
	bottom: inherit;
	margin-top: 0;
	line-height: 155px;
	text-align: center;
}

.ab22 .swiper-button-disabled {
	opacity: 1;
}

.ab3 {
	padding: 100px 0;
}

.ab3 .t {}

.ab3 .t .t1 {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 30px;
}

.ab3 .t .t2 {
	font-size: 18px;
	color: #666;
}

.ab3 .t .t2 span {
	font-size: 36px;
	font-weight: bold;
	color: #07A0A0;
}

.ab3 .img {
	text-align: center;
	width: 1134px;
	height: 520px;
	margin: 0 auto;
	position: relative;
}

.ab3 .img .q {
	font-size: 16px;
	text-align: center;
	padding: 5px 10px;
	border: 2px solid #009E9D;
	width: 270px;
	text-align: center;
	border-radius: 200px;
	position: absolute;
	transition: .3s ease-in-out all;
	-webkit-transition: .3s ease-in-out all;
}

.ab3 .img .q1 {

	top: 125px;

	left: 23px;
}

.ab3 .img .q2 {

	top: 125px;

	right: 36px;
}

.ab3 .img .q3 {

	top: 248px;

	left: -42px;
}

.ab3 .img .q4 {

	top: 248px;

	right: -28px;
}

.ab3 .img .q5 {

	top: 372px;

	left: 23px;
}

.ab3 .img .q6 {

	top: 372px;

	right: 36px;
}

.ab3 .img .sq {

	font-size: 16px;

	background: #00b5b6;

	width: 100px;

	height: 40px;

	line-height: 40px;

	color: #fff;

	border-radius: 6px;

	position: absolute;
}

.ab3 .img .sq1 {

	bottom: 0;

	left: 510px;
}

.ab3 .img .sq2 {

	top: 20px;

	left: 510px;
}

.ab3 .img .gq {
	width: 350px;
	height: 46px;
	line-height: 46px;
	background: #029394;
	color: #fff;
	text-align: center;
	border-radius: 200px;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 390px;
	top: 242px;
}

.ab3 .img .t {
	font-size: 16px;
	color: #666;
	position: absolute;
	left: 670px;
}

.ab3 .img .t1 {
	top: 2px;
}

.ab3 .img .t2 {
	top: 50px;
}

.ab3 .img .q:hover {
	background: #009E9D;
	color: #fff;
}

.his .top {
	padding: 80px 0;
}

.his .top ul {
	width: 1162px;
	margin: 0 auto;
}

.his .top li {
	float: left;
	width: 314px;
	margin-left: 110px;
	transition: .5s all ease;
	-webkit-transition: .5s all ease;
}

.his .top li:hover {

	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);

	transform: scale(1.01);
}

.his .top li:first-child {
	margin-left: 0;
}

.his .top li a {
	display: block;
	position: relative;
}

.his .top li a .cover {}

.his .top li a .tag {
	position: absolute;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: rgba(0, 0, 0, 0.78);
	color: #fff;
	top: 180px;
	left: 15px;
}

.his .top li a .b {
	padding: 30px;
	background: #f6f6f6;
}

.his .top li a .t {
	margin-bottom: 10px;
}

.his .top li a .t .fl {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.his .top li a .t .fr {}

.his .top li a .t .fr img {}

.his .top li a .p {
	font-size: 14px;
	color: #666;
}

.his-list {
	background: url(../img/hisbg.jpg) no-repeat center center;
	padding: 100px 0;
	background-size: cover;
}

.his-list .tit {
	font-size: 30px;
	color: #209796;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 0 30px;
}

.his-list .tit span {
	color: #999;
	font-size: 16px;
	margin-left: 15px;
	font-weight: normal;
}

.his-list .l {
	padding: 0 30px;
}

.his-list .l .box {
	width: 550px;
}

.his-list .l .box .item {
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}

.his-list .l .box .item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 96px;
	width: 1px;
	height: 100%;
	background: #ddd;
}

.his-list .l .box .item:last-child:before {
	height: 0;
	width: 0;
}

.his-list .l .box .item .n {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #444444;
	line-height: 1;
	width: 60px;
}

.his-list .l .box .item .q {
	float: left;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 2px solid #209796;
	border-radius: 50%;
	margin: 0 30px;
	position: relative;
	z-index: 1;
}

.his-list .l .box .item .con {

	float: left;

	font-size: 14px;

	color: #999999;

	line-height: 1;
}

.his-list .l .box .item .con p {
	margin-bottom: 20px;
}

.his-list .l .box1 {}

.his-list .l .box2 {

	margin-left: 30px;
}

.honor ul {
	overflow: hidden;
	padding: 50px 0;
}

.honor ul li {
	width: 280px;
	float: left;
	margin: 0 60px;
}
.honor ul li .img{
	
width: 280px;
	
height: 390px;
	
background: #eee;
	
position: relative;
	
line-height: 390px;
}
.honor ul li img {
	width: 100%;
}

.honor ul li p {
	font-size: 16px;
	color: #666;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 45px;
	height: 42px;
}

.contact {

	padding-bottom: 100px;
}

.contact .t {}

.contact .t .fl {

	width: 500px;

	padding: 50px;
}

.contact .t .fl h3 {

	font-size: 18px;

	font-weight: normal;
}

.contact .t .fl p {

	color: #666;

	font-size: 16px;

	line-height: 2;
}

.newslist {
	padding-top: 50px;
	padding-bottom: 100px;
}

.newslist li {

	border-bottom: 1px solid #eee;

	padding: 30px 15px;
}

.newslist li:last-child {
	border-bottom: 0;
}

.newslist li a .fl img {
	width: 260px;
	height: 145px;
}

.newslist li a {
	display: block;
}

.newslist li a .fl {

	width: 260px;
}

.newslist li a .fr {

	width: 870px;
}

.newslist li a .fr .t {
	font-size: 20px;
	color: #009e9d;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

.newslist li a .fr .i {

	font-size: 14px;

	color: #999;

	margin: 15px 0;
}

.newslist li a .fr .i span {
	margin-right: 50px;
}

.newslist li a .fr .c {
	font-size: 18px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.8;
}

.newslist li:hover a .fr .t {
	color: #0a6f6e;
}

.pagenav {
	text-align: center;
	margin: 50px 0;
}

.pagenav a {
	height: 38px;
	line-height: 38px;
	text-align: center;
	padding: 0 12px;
	font-size: 18px;
	display: inline-block;
	border: 1px solid #eee;
	color: #209796;
	margin: 0 10px;
}

.pagenav a:hover {
	border: 1px solid #209796;
	color: #fff;
	background: #209796;
}

.newsinfo {
	padding: 50px;
}

.newsinfo .t {
	font-size: 24px;
	text-align: center;
	color: #000;
	margin-bottom: 15px;
}

.newsinfo .i {
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-bottom: 50px;
}

.newsinfo .i span {
	margin: 0 15px;
}

.newsinfo .con {
	font-size: 16px;
	width: 980px;
	margin: 0 auto;
}

.newsinfo .con p {
	font-size: 16px;
}

.newsinfo .con img {
	max-width: 100%;
}

.newsinfo .link {
	font-size: 16px;
	padding-top: 30px;
	margin-top: 100px;
	border-top: 1px solid #eee;
}

.newsinfo .link .l {
	color: #333;
	margin-bottom: 15px;
}

.newsinfo .link .l a {
	color: #666;
}

.newsinfo .link .l:hover a {
	color: #009e9d;
}

.case {
	padding: 50px 0 100px 0;
}

.case .t {
	margin-bottom: 50px;
}

.case .t ul {}

.case .t li {
	width: 250px;
	float: left;
	margin: 15px 25px;
}

.case .t li img {
	width: 250px;
	height: 212px;
}

.case .t li p {text-align: center;color: #666;margin-top: 15px;height: 38px;}

.case .b {}

.case .b .fl {

	width: 603px;
}

.case .b .fr {

	width: 560px;
}

.case .b .fr .tab-hd {

	font-size: 0;

	padding-bottom: 15px;

	margin-bottom: 20px;

	border-bottom: 1px solid #eee;
}

.case .b .fr .tab-hd a {
	display: inline-block;
	color: #333;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.case .b .fr .tab-hd a.on {

	color: #fff;

	background: #009e9d;

	border-radius: 8px;
}

.case .b .fr .tab-bd .wrap {
	overflow: hidden;
	padding: 0;
	display: none;
}

.case .b .fr .tab-bd .wrap div {font-size: 14px;color: #666;width: 23% !important;float: left;margin-bottom: 12px;height: 40px;margin-left: 2%;border-bottom: 1px dashed #eee;padding-bottom: 15px;margin-top: 12px;}
.case .b .fr .tab-bd .wrap div img {margin-right: 5px;display: none;}
.case .b .fr .tab-bd .wrap div:hover{
	color: #007373;
}
.case .b .fr .tab-bd .wrap table{
	
width: 100%;
	
border-collapse: collapse;
	
border-spacing: 0;
}
.case .b .fr .tab-bd .wrap table td{
	
border: 1px solid #eee;
	
width: 25%;
	
color: #666;
	
padding: 10px 15px;
	
height: 30px;
}

.purchase {

	padding: 50px 0 100px 0;
}

.purchase li {
	height: 30px;
	line-height: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.purchase a {}

.purchase .fl {
	font-size: 20px;
	color: #444444;
	width: 720px;
	height: 30px;
	overflow: hidden;
}

.purchase .fl img {

	margin-right: 5px;
}

.purchase .fr {
	font-size: 14px;
	color: #999999;
	width: 400px;
	text-align: right;
}

.purchase .fr span {
	margin-left: 30px;
}

.purchase-reg {
	text-align: center;
	margin-top: 200px;
	margin-bottom: 50px;
}

.purchase-reg .tt {

	margin-bottom: 50px;
}

.purchase-reg .tt a {
	display: inline-block;
	width: 260px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0 30px;
	background: #009e9d;
	font-size: 24px;
	color: #fff;
}

.purchase-reg .tt a:hover {
	opacity: .6;
}

.purchase-reg .b {
	font-size: 24px;
	color: #444;
}

.purchase-reg .b a {
	color: #009e9d;
}

.purchase-reg .b a:hover {
	text-decoration: underline;
}

.honor-pop {

	position: fixed;
	z-index: 111;
	top: 0;
	left: 0;

	right: 0;

	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.honor-pop img {
	height: 100%;
}

.honor-pop .swiper-slide {
	text-align: center;
}

.honor-pop .arrow-right {
	width: 50px;
	height: 87px;
	background-image: url(../img/indexarrowr.png);
	background-size: 50px 87px;
	right: 50px;
}

.honor-pop .arrow-left {
	width: 50px;
	height: 87px;
	background-image: url(../img/indexarrowl.png);
	background-size: 50px 87px;
	left: 50px;
}

.honor-pop .swiper-button-disabled {
	opacity: 1;
}

.pop-close {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 222;
	background: #fff;
	padding: 15px;
	border-radius: 50%;
	display: none;
}

.pop-close img {

	width: 30px;
}
.tel-fl{
	float: left;
}
.tel-fr{
	float: right;
}
.fl-info{
	
overflow: hidden;
}
.fl-info-fl{
	float: left;
	margin-right: 15px;
}
.fl-info-fl img{
	width: 70px;
	height: 100px;
	border-radius: 2px;
}
.fl-info-fr{
	
float: right;
}
.fl-info-fr .tt{
	font-size: 16px;
}
.fl-info-fr .small{
	
}
.fl-info-fr .tcon{
	width: 100px;
	font-size: 12px;
	color: #999;
}