﻿@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* html{-webkit-text-size-adjust:100%;font-size:5.2083333vw;} */
html{-webkit-text-size-adjust:100%;font-size:100px}

html,body{height:100%;}

body{padding:0; margin:0px auto; font-size:0.16rem;line-height:0.3rem; color:#666666; width:100%; min-width:300px; zoom:1;background:#fff;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:16px; border-radius:0; -webkit-border-radius:0; color:#545454;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address,pre,time,menu{ padding: 0px;margin: 0; display: block;}
pre{white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;}
/*html5设置*/

figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;display: inline-block;vertical-align: middle;}
a{ color:#333333; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/*transition: all ease 0.3s;*/}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#005d4f;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: #f4f5f6 url(../images/select.png) no-repeat right 12px center;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-left: 12px;
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 6px; height:6px;-webkit-overflow-scrolling : touch;
            background-color: #e6e6e6;}
::-webkit-scrollbar-track{
            background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #58504a;}
::-webkit-scrollbar-button{
            height: 0px;
            background-color: #e6e6e6;}

/*公用样式*/
.fl{ float:left;}.fr{ float:right;}.tl{ text-align:left !important;}.tr{ text-align:right;}.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.w1600{ z-index:1; position:relative; clear:both; max-width:16rem;width: 90%; margin:0px auto;}
.w1280{ z-index:1; position:relative; clear:both; max-width:12.8rem;width: 90%; margin:0px auto;}
.table{ display: table; width:100%;}
.table .row{ display: table-row;}
.table .cell{ display: table-cell; vertical-align: middle;}
.iblock{font-size:0;}
.iblock div,.iblock li{ display: inline-block; vertical-align: middle;font-size:16px;}
.pd120{padding-top:1.2rem;padding-bottom:1.2rem;}
.pt120{padding-top:1.2rem;}
.pb120{padding-bottom:1.2rem;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;width: 100%;}
.relative{position: relative;}


/*font*/
.iconfont{ font-size:24px; vertical-align:middle;display: inline-block;}
.tit{ display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
.desc,.dot1,.dot2,.dot3,.dot4,.dot5,.dot6,.dot7{overflow: hidden;word-break:normal;
text-overflow: ellipsis;
/* white-space: break-spaces; */
display: -webkit-box;
-webkit-box-orient: vertical;}
.dot1{-webkit-line-clamp: 1;}
.dot2{-webkit-line-clamp: 2;}
.dot3{-webkit-line-clamp: 3;}
.dot4{-webkit-line-clamp: 4;}
.dot5{-webkit-line-clamp: 5;}
.dot6{-webkit-line-clamp: 6;}
.dot7{-webkit-line-clamp: 7;}

@media(max-width:1600px){
	html{font-size:6.25vw}
}
@media ( max-width:1024px){
	html{font-size:9.765625vw}
	select,input,textarea,button{font-size: 14px;}
body{min-width:300px;padding-top: 50px;}
}
@media(max-width:767px){
	html{font-size:12.02083vw}
	body{font-size: 14px;line-height: 24px;}
	.pd120{padding-top:0.8rem;padding-bottom:0.8rem;}
	.pt120{padding-top: 0.8rem;}
	.pb120{padding-bottom: 0.8rem;}
}


/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img{ max-width:100%; max-height:100%;}

.ico{display: flex;vertical-align: middle;position: relative;align-items: center;justify-content: center;}
.ico .i1,.ico .i2 {position: absolute;z-index: 100;}
.ico .i1 {transition: 400ms;}
.ico .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.li:hover .ico .i2,.li.on .ico .i2,.item:hover .ico .i2,.item.slick-current .ico .i2 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.li:hover .ico .i1,.li.on .ico .i1,.item:hover .ico .i1,.item.slick-current .ico .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}

.btnam{position: relative;transition: all 0.3s;display: block;text-align: center;color:#fff;width: 169px;line-height: 48px;overflow: hidden;
	background: #005d4f;border-radius: 0.25rem;}
.btnam span{position: relative;z-index: 1;}
.btnam:after{content: "";background:#198f7d;bottom: 0;width: 100%;height: 0;transition: all 0.3s;position: absolute;left: 0;}
.btnam:hover:after{height: 100%;}
.btnam.white{background: transparent;border:1px solid #fff;}
.btnam.white:hover:after{background: #005d4f;}
.btnam.white:hover{border:1px solid #005d4f;}
@media(max-width:767px){
	.btnam{width: 80px;line-height: 28px;}
}

/*pages*/
.Pages{clear: both;text-align: center;line-height: 34px;padding-top: 2%;position: relative;font-size: 14px;}
.Pages a{display: inline-block;vertical-align: middle;width: 36px;background:#fff;border:1px solid #ebebeb;color:#666666;}
.Pages .num{padding:0 0.12rem;}
.Pages .num a{margin:0 0.05rem;border-radius: 50%;}
.Pages .num a:hover,.Pages .num a.a_cur,.Pages a:hover{color:#fff;background:#005d4f;}
.Pages .arr{width: auto;padding:0 0.14rem;border-radius: 5px;}

@media ( max-width:1024px){
.Pages{line-height:25px; font-size:14px;}
.Pages .arr{padding:0 5px;height: 25px;}
.Pages .p_page .num a{ width:25px;}
.Pages .a_prev{margin-right: 5px;}
.Pages .a_next{margin-left: 5px;}
}
/*pages end*/


/*Top*/
.Header{ height:100px;line-height:99px; position:absolute; width:100%; left:0; top:0;z-index:1000; text-align: right;font-size: 0;transition: all 0.3s;border-bottom: 1px solid rgba(0,0,0,0.1);background: rgba(255,255,255,0.7);}
.Header .dis{display: inline-block;vertical-align: middle;}
.Header .Logo {position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.Header .Logo img{display: inline-block;vertical-align: middle;height: 68px;transition: all 0.3s;}

.Searchico{ cursor:pointer; color:#333;position: relative;}
.Searchico:hover{color:#005d4f;}
.Searchico .icongb{ display:none;}
.Searchico.on .icongb{ display:block;}
.Searchico.on .iconso{ display:none;}
.Searchico .iconfont{ font-size:24px;}
.searchbox{width:4rem;position:absolute;line-height: 34px;padding:15px;background:#333;transition: all 0.3s;right: 0;top: 110%;z-index:1000;text-align: left;box-shadow: 0 10px 10px rgba(0,0,0,0.1);visibility: hidden;opacity: 0;z-index: -1;transition: all 0.3s;}
.searchbox .input{width:calc(100% - 0.6rem); height:0.5rem;line-height: 0.5rem;background:rgba(0,0,0,0.1);padding:0 0.15rem;}
.searchbox button{width: 0.6rem;height: 0.5rem;color:#fff;background:#005d4f;position: absolute;right: 15;top: 15px;}
.searchbox button:hover{background:#0b7565;}
.searchbox.on{top: 100%;z-index: 100;visibility: visible;opacity: 1;}

.MainNav li{float: left; margin: 0 0.57rem 0 0; position:relative; z-index:100;}
.MainNav span a{ position:relative; z-index:1;display:block; text-align:center;transition: all ease 0s;color:#333;font-size: 0.18rem;}
.MainNav span a em{ position:relative; z-index:1;}
.MainNav span a:after{ position:absolute; left:50%; width:0; bottom:-1px; height:4px; background:#005d4f;transition: all ease 0.3s;content: "";transform: translateX(-50%);}
.MainNav .arr{ display:none;}
.MainNav li:hover span a,.MainNav li.onnav span a{color:#005d4f;font-weight: bold;}
.MainNav li:hover a:after,.MainNav li.onnav a:after{ width:100%;}

.NavPull{ z-index:99;display:none; position:absolute; text-align:center; top:100px; left:50%;width:140px;margin-left:-70px; background:#fff; box-shadow:0 5px 15px rgba(0,0,0,0.2);}
.NavPull.null{background:none; padding:0;}
.NavPull dd{ position:relative;}
.NavPull a{ color:#333; display:block; padding:8px 10px;font-size: 16px;line-height: 24px;}
.NavPull a:hover,.NavPull dd:hover a{ background:#005d4f; color:#fff;}

.closebtn{ position:fixed; left:0px; top:50px; width:100%; height:100%; z-index:10; display:none;background: rgba(0,0,0,0.5);}
.openbtn{ cursor:pointer; height:25px; position:absolute; right:5%; top:0;height: 80%; z-index:999;color:#fff;display: none;font-size: 12px;display: none;}
.openbtn span{ display:inline-block;vertical-align: middle;margin:0 10px 0 0;}
.openbtn i{ display:block; height:2px; background:#fff; border-radius:4px; margin:6px 0;transition: all ease 0.3s;width: 28px;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 9px) rotate(45deg) !important;
	-moz-transform: translate(0, 9px) rotate(45deg) !important;
	-ms-transform: translate(0, 9px) rotate(45deg) !important;
	-o-transform: translate(0, 9px) rotate(45deg) !important;
	transform: translate(0, 9px) rotate(45deg) !important;}
.openbtn.on .sp2 {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}	
.openbtn.on .sp3 {width: 0;}

.Header.fixed3 {position: fixed;background-color: #fff;}
/* .Header.fixed3 .Logo img{height: 60px;}
.Header.fixed3{height: 80px;line-height: 80px;}
.Header.fixed3 .Search .searchbox.on{top: 80px;}
.Header.fixed3 .NavPull{top: 80px;} */

@media(max-width:1024px){
.Header,.Header.fixed3{height: 50px;line-height: 50px;background:rgba(0,0,0,0.5);}
.Header .w1600{padding:0 40px 0 15px;position: static;}
.Header .Logo{left: 5%;}
.Header .Logo img{height: 30px !important;}

.Searchico{margin:0 0.3rem 0 0;}
.Searchico:after{display: none;}
.searchbox{width: 94%;right: 3%;}
.searchbox .input{height: 40px;line-height: 40px;width:calc(100% - 40px)}
.searchbox button{height: 40px;width: 40px;}

.openbtn{display: block;}
.MainNav{position: fixed;right: 0;top: 50px;width: 70%;height: calc(100% - 50px);right: -100%;transition: all 0.3s;opacity: 0;background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);padding-top: 20px;overflow-y: auto;z-index: 100;}
.MainNav.on{right: 0;opacity: 1;}
.MainNav li{width: auto;float: none;text-align: left;margin: 0 15px;}
.MainNav span a{text-align: left;font-size: 15px;padding-left: 15px;line-height: 40px;border-bottom: 1px solid #eee;color:#333;}
.MainNav li:hover span a, .MainNav li.onnav span a{color:#005d4f;}
.MainNav .arr{display: block;width: 80px;position: absolute;right: 0;top: 0;height: 40px;line-height: 40px;z-index: 5;}
.MainNav .arr i{position: absolute;right: 10px;font-size: 14px;color:#666;top: 0;transition: all 0.3s;}
.MainNav li.onnav .arr i{transform: rotate(-180deg);}
.NavPull{position: static;width: 100%;margin:0;text-align: left;padding:10px;}
.NavPull a{font-size: 14px;padding:2px 0 2px 15px;}
.NavPull a:before{content: "";position: absolute;left: 2px;top: 50%;transform: translateY(-50%);background:#005d4f;width: 5px;height: 2px;}
.Header.fixed3 .NavPull{padding:20px;}
}

/*Bottom*/
.Footer{ position:relative; background:#005d4f;color:#fff;font-size: 14px;padding-top: 0.59rem;}
.Footer .blank{position: absolute;left: 0;top: -100vh;height: 100vh;z-index: -2;width: 100%;}
.Footer a{color:#fff;}.Footer a:hover{color:#de8910;}

.Footer .Contact{float: left;width: 342px;}
.Footer .Contact .ewm{width: 145px;padding-right: 35px;}
.Footer .Contact .ewm img{background:#fff;padding:9px;}
.Footer .Contact .ti{font-size: 16px;}
.Footer .Contact .tel{font-size: 18px;}

.Footer .share{margin-top: 18px;}
.Footer .share li{display: inline-block;vertical-align: bottom;position: relative;margin-right: 0.2rem;z-index: 10;}
.Footer .share li .span{position: relative;z-index: 1;display: block;width: 36px;height: 36px;border-radius: 50%;text-align: center;background:rgba(0,0,0,0.2);}
.Footer .share li .span a{position: absolute;left: 0;top: 0;}
.Footer .share .ewm{position: absolute;bottom: 28px;left: 45%;transform: translateX(-50%);opacity: 0;transition: all 0.3s;padding: 5px;width:130px;background:#fff;z-index: -1;border-radius: 3px;visibility: hidden;}
.Footer .share .ewm:after{width: 15px;height: 15px;content: "";background:#fff;position: absolute;transform: rotate(45deg) translateX(-50%);bottom: -10px;left: 50%;}
.Footer .share .ewm img{width: 100%;}
.Footer .share li.on .ewm{opacity: 1;bottom: 36px;visibility: visible;}
.Footer .line{border-top: 1px solid rgba(255,255,255,0.1);margin: 0.3rem 0;}
.Footer .Link {position: relative;}
.Footer .Link  dt{line-height: 36px;padding:0 25px 0 20px;background:#fff;cursor: pointer;position: relative;color:#999999;}
.Footer .Link  dt:after{width: 10px;height: 6px;position: absolute;right: 17px;top: 50%;margin-top: -4px;background:url(../images/arrselect.png);content: "";transition: all 0.3s;}
.Footer .Link  dd{border:1px solid #dfdfdf;background:#fff;padding:10px;position: absolute;bottom: 36px;width: 100%;z-index: 100;display: none;}
.Footer .Link  dd a{display: block;padding-left: 12px;position: relative;color:#333;}
.Footer .Link  dd a:before{position: absolute;left: 0;top: 50%;width: 4px;height: 2px;background:#005d4f;content: "";}
.Footer .Link dd.on dt:after{transform: rotate(-90deg);}

.Footer .SiteMap{float: right;margin-bottom: 0.55rem;}
.Footer .SiteMap dl{padding:0 0.4rem;float: left;min-height: 214px;}
.Footer .SiteMap dl dt{line-height: 14px;margin-bottom: 13px;font-weight: bold;position: relative;}
.Footer .SiteMap dl dt i{display: none;}
.Footer .SiteMap dl dd{line-height: 24px;font-size: 13px;}
.Footer .SiteMap dl:not(:last-child){border-right:1px solid rgba(255,255,255,0.1);}

.Footer .Copyright{border-top: 1px solid rgba(255,255,255,0.1);clear: both;padding:0.38rem 0 0.46rem;line-height: 18px;text-align: center;}
.Footer .Copyright a{display: inline-block;margin:0 0.16rem;}

.totop{position:fixed;right:5%;bottom:-100%;text-align: center; cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;width: 40px;height: 40px;z-index:210;background:#4d8e84 url(../images/top.png) center center no-repeat;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;bottom: 0;}
.totop:hover{background-color:#de8910;}
.totop.fix{position: absolute;top: -16px;bottom: auto;border-radius: 50%;}

@media(max-width:1024px){
	.Footer .Contact{float: none;width: auto;margin-bottom: 0.25rem;}
	.Footer .SiteMap{float: none;margin-top: 0.45rem;}
	.Footer .SiteMap dl dt i{position: absolute;right: 0;top: 0;display: block;font-weight: normal;font-size: 20px;}
	.Footer .SiteMap dl{min-height: auto;float: none;margin-bottom: 10px;padding:0 0.15rem;}
	.Footer .SiteMap dl:not(:last-child){border-right: 0;border-bottom: 1px solid rgba(255,255,255,0.1);}
	.Footer .SiteMap dd{display: none;padding-bottom: 8px;}
}
@media(max-width:767px){
	.Footer .Contact .ewm{width: 130px;padding-right: 20px;}
}
/*Bottom*/


/*首页 s*/
.itemhover{transition: all ease 0.3s;display: block;}
.activehover{-webkit-box-shadow: 0 15px 38px rgba(0,0,0,0.18);
	box-shadow: 0 15px 38px rgba(0,0,0,0.18);
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);}
.itemhover2{transition: all ease 0.3s;display: block;}
.activehover2{
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);}


.Video_files{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 15;}
.Video_files .close{position: absolute;right: 0;top: 0;text-align:center;width: 35px;height: 35px;line-height: 35px;background:#005d4f;color:#fff;z-index: 10;cursor: pointer;}
.Video_files video{width: 100%;height: 100%;left: 0;top: 0;position: absolute;object-fit: cover;background:#000;}