@charset "UTF-8";
.nav,.nav .nav-in{position:relative}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,time,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}
body,input{font-family:"微软雅黑"}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1;min-width:1258px;font-size: 14px;}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
a{text-decoration:none;color:#333}
a:hover{color:#12bfaf;}
hr{
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
pre{
    overflow: auto; }
a, button, input, optgroup, textarea{
    -webkit-tap-highlight-color: transparent; 
    padding: 0;
	margin: 0;
	background-color: transparent;}
button, input, optgroup, textarea{
    color: inherit;
    font: inherit;
    margin: 0;
    -webkit-appearance: none;
    outline: none;
    line-height: normal; 
    border: none;
    }
button, select{
    text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"]{
    -webkit-appearance: none;
    cursor: pointer; }
button[disabled], html input[disabled]{
    cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner{
    border: 0;
    padding: 0; }
input{
    line-height: normal; }
input[type="checkbox"], input[type="radio"]{
    box-sizing: border-box;
    padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button{
    height: auto; }
input[type="search"]{
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration{
    -webkit-appearance: none; }
::-webkit-input-placeholder{font-size: 14px;color: #999;}   
:-moz-placeholder{font-size: 14px;color: #999;}                  
::-moz-placeholder{font-size: 14px;color: #999;}                  
:-ms-input-placeholder{font-size: 14px;color: #999;} 
input::-ms-clear, input::-ms-reveal { display: none; }
/*start-公共类*/
.fl{
	float: left !important;
}
.fr{
	float: right !important;
}
.no-margin, .nm{
	margin: 0 !important;
}
.no-padding{
	padding: 0 !important;
}
.npr{
	padding-right: 0 !important;
}
.npl{
	padding-left: 0 !important;
}
.nmr{
	margin-right: 0 !important;
}
.nml{
	margin-left: 0 !important;
}
.no-border{
	border: none !important;
}
.nbt{
	border-top: none !important;
}
.no-bg{
	background-color: transparent !important;
}
.ns{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.clear{
	clear: both !important;
}
.none{
	display: none;
}
.full-height{
	height: 100%;
	box-sizing: border-box;
}
.ofh{
	overflow: hidden;
}
.ofv{
	overflow: visible;
}
.fwb{
	font-weight: bold !important;
}
.tac{
	text-align: center;
}
.LNB .item:last-child{
	border: none !important;
}
.break{
	word-wrap: break-word;
	word-break: break-all;
}
.clearfix{zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}
/*end-公共类*/
/*start-通用样式*/
.text-nowrap{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; 
}
.text-nowrap2{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.CENTER{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.ease{
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -ms-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
}
.ease2{
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
    -ms-transition: ease .8s;
    -o-transition: ease .8s;
    transition: ease .8s;
}
.bz{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.relative{position: relative !important;}
.z-more{z-index: 1200;}
.BGff{background-color: #fff !important;}
.BGfa{background-color: #fafafa !important;}
.BGf9{background-color: #f9f9f9 !important;}
.fwn{
	font-weight: normal !important;
}
.nosl{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.nbr{
	border-right: none !important;
}
.db{
	display: block;
}
.fit{
	position: relative;
	font-size: 0;
	overflow: hidden;
}
.fit img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.hv img{
	display: block;
    -moz-transition: .8s all;
    -ms-transition: .8s all;
    -o-transition: .8s all;
    -webkit-transition: .8s all;
    transition: .8s all;
}
.hv:hover img{
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.BG1{
	background-color: #f3f9f9;
}
.imgBox{
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	/*-moz-transition: .8s all;
    -ms-transition: .8s all;
    -o-transition: .8s all;
    -webkit-transition: .8s all;
    transition: .8s all;*/
	
}
/*end-通用样式*/
/*start-index*/
.top-nav{
	height: 120px;
	line-height: 120px;
	font-size: 0;
}
.top-nav img{
	display: block;
}
.top-nav .txt{
	font-size: 34px;
	font-style: italic;
	color: #3f8c8e;
	font-weight: bold;
	margin-left: 20px;
}
.top-nav .phone{
	margin-top: 28px;
}
.top-banner{
	height: 500px;
	background: url(../images/banner.png) no-repeat center center / 1920px 500px;
}
.mid-box1{
	height: 723px;
}
.mid-box1 .cont1{
	position: relative;
	height: 453px;
	padding-top: 106px;
}
.mid-box1 .cont1 .img1{
	display: block;
}
.mid-box1 .cont1 .imgBox{
	position: absolute;
	width: 500px;
	height: 298px;
	bottom: 12px;
	right: 0;
	overflow: hidden;
}
.mid-box1 .cont1 .imgBox img{
	display: block;
}
.mid-box1 .cont1 .txt{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 3px;
	color: #000000;
}
.mid-box1 .cont2{
	height: 200px;
	background-color: #fff;
	box-shadow: 0px 6px 29px 0px rgba(63, 140, 142, 0.1);
	border-radius: 20px;
	font-size: 0;
	margin-top: 68px;
}
.mid-box1 .cont2 .item{
	display: inline-block;
	width: 33.33%;
	vertical-align: middle;
}
.mid-box1 .cont2 img{
	display: block;
	margin: 40px auto 0;
}
.mid-box1 .cont2 .txt{
	text-align: center;
	font-size: 24px;
	line-height: 1;
	margin-top: 16px;
	color: #333333;
	font-weight: bold;
}
.com-title{
	position: relative;
	height: 83px;
	line-height: 83px;
	text-align: center;
	margin-bottom: 40px;
}
.com-title:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -32px;
	width: 64px;
	height: 4px;
	background-color: #3f8c8e;
}
.com-title .span{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
	font-size: 36px;
	color: #3f8c8e;
	font-weight: bold;
	z-index: 2;
	width: 100%;
}
.com-title .word{
	position: absolute;
	left: 8px;
	font-size: 35px;
	letter-spacing: 18px;
	font-weight: bold;
	top: 0;
	color: #deebeb;
	width: 100%;
	z-index: 1;
}
.mid-box2{
	padding-top: 204px;
	padding-bottom: 76px;
}
.mid-List .item{
	width: 282px;
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
	box-shadow: 0px 6px 29px 0px rgba(63, 140, 142, 0.1);
	border-radius: 5px;
	overflow: hidden;
}
.mid-List .item:hover{
	box-shadow: 0px 6px 13px 0px rgba(63, 140, 142, 0.2);
}
.mid-List .item.is{
	margin-right: 0;
}
.mid-List .item .imgBox{
	height: 180px;
	overflow: hidden;
}
.mid-List .item img{
	width: 282px;
	height: 180px;
}
.mid-List .item .txt{
	text-align: center;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.mid-box3{
	padding-top: 100px;
	padding-bottom: 100px;
}
.mid-list{
	padding-bottom: 43px;
}
.mid-list .item{
	float: left;
	width: 33.33%;
}
.mid-list .item .imgBox{
	position: relative;
	width: 240px;
	height: 240px;
	margin: 0 auto;
	border: solid 5px transparent;
	overflow: hidden;
	border-radius: 50%;
}
.mid-list .item .imgBox:after{
	content: '';
	display: none;
	left: 0;
	top: 0;
	width: 230px;
	height: 230px;
	border-radius: 50%;
	position: absolute;
	border: solid 5px #3f8c8e;
}
.mid-list .item.cur .imgBox:after{
	display: block;
}
.mid-list .item .imgBox img{
	width: 240px;
	height: 240px;
	display: block;
	border-radius: 50%;
}
.mid-list .item .txt{
	margin-top: 15px;
	line-height: 1;
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.mid-list-content{
	position: relative;
	overflow: hidden;
	height: 440px;
	border: solid 1px #eeeeee;
}
.mid-list-content .item{
	padding-left: 498px;
	padding-top: 41px;
}
.mid-list-content .item.i1{
	padding-top: 102px;
}
.mid-list-content .item .imgBox{
	position: absolute;
	overflow: hidden;
	width: 360px;
	height: 360px;
	left: 40px;
	top: 40px;
	border-radius: 50%;
}
.mid-list-content .item .imgBox img{
	width: 360px;
	height: 360px;
	border-radius: 50%;
}
.mid-list-content .item .h{
	margin-top: -8px;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 7px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 21px;
}
.mid-list-content .item .p{
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	padding-left: 17px;
	position: relative;
}
.mid-list-content .item .p:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
	width: 5px;
	height: 5px;
	background: url(../images/icon.png) no-repeat center center / 100% 100%;
}
.mid-list-content .btn, .com-btn{
	display: block;
	margin-top: 50px;
	text-align: center;
	width: 134px;
	height: 40px;
	line-height: 38px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	font-size: 13px;
	color: #666;
}
.mid-list-content .btn:after, .com-btn:after{
	content: '';
	display: inline-block;
	width: 16px;
	height: 9px;
	vertical-align: 0px;
	margin-left: 12px;
	background: url(../images/right.png) no-repeat center center;
}
.mid-list-content:hover .btn, .com-btn:hover{
	background-color: #3f8c8e;
	border-color: #3f8c8e;
	color: #fff;
}
.mid-list-content:hover .btn:after, .com-btn:hover:after{
	background: url(../images/right1.png) no-repeat center center;
}
.mid-box4{
	padding-top: 100px;
	padding-bottom: 100px;
}
.mid-box4 .com-btn{
	display: block;
	margin: 26px auto 0;
}
.mid-bList .item{
	position: relative;
	float: left;
	width: 384px;
	height: 288px;
	margin-right: 24px;
	margin-bottom: 24px;
}
.mid-bList .item .alt{
	display: none;
	position: absolute;
	width: 100%;
	height: 160px;
	left: 0;
	top: 50%;
	margin-top: -80px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.mid-bList .item:hover .alt{
	display: block;
}
.mid-bList .item.is{
	margin-right: 0;
}
.mid-bList .item .imgBox{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mid-bList .item .imgBox img{
	width: 100%;
	height: 100%;
}
.mid-box5, .mid-box6{
	padding: 100px 0;
}
.mid-box5 .mid-img{
	display: block;
	margin: 0 auto;
}
.map-box{
	height: 476px;
	background-color: #fff;
	position: relative;
	padding-left: 660px;
	padding-top: 80px;
}
.map-box .map{
	position: absolute;
	width: 580px;
	height: 476px;
	left: 0;
	top: 0;
}
.map-box .txt.t1{
	margin-top: 40px;
}
.map-box .h{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 13px;
}
.map-box .p{
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}
.map-box .com-btn{
	position: absolute;
	margin: 0;
	bottom: 100px;
	left: 660px;
}












/*end-index*/