﻿@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;
}
/* 比例要求 */
/*超过1920px时，比例不变  默认*/
html{font-size: 100px;}
main{/*max-width: 1920px;*/margin: 0 auto;}
@media (max-width: 1680px) {
html:not(.view){font-size: calc(100 / 1920 * 100vw);}
}
@media (max-width: 1024px) {
html:not(.view){font-size: calc(100 / 1000 * 100vw);}
}
@media (max-width: 480px) {
html:not(.view){font-size: calc(100 / 480 * 100vw);}
}
@font-face{font-family:'geo';src:url(../fonts/CARDO-BOLD.TTF) format("truetype");font-display:swap;font-style:normal;font-weight:700}
@font-face{font-family:'sys';src:url(../fonts/SourceHanSerifCN-Bold.ttf);font-display:swap;font-weight:700}
@font-face{	font-family: GeorgiaB;src:url(../fonts/GeorgiaBold.ttf);}
@font-face{	font-family: Georgia;src:url(../fonts/Georgia.ttf);}
@font-face{font-family:SourceHanSerifCN-Bold;src:url(fonts/SourceHanSerifCN-Bold.ttf);font-display: swap;}
html,body{height:100%;}

body{padding:0 0 0 0; margin:0px auto; font-size:0.16rem; line-height:0.3rem; color:#333333; width:100%; min-width:1260px; zoom:1;font-family: Arial,"微软雅黑","宋体"; 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:14px; border-radius:0; -webkit-border-radius:0; color:#545454;font-family: Arial,"微软雅黑","宋体";}
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{margin: 0;padding:0; display: block;font-family: Arial,"微软雅黑","宋体","Georgia";} /*html5设置*/
pre{white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;}
figure,figcaption{ margin:0px; padding:0px;}
img{ max-width:100%; border:none; border:0;  vertical-align:top;}
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: #217050;}
/**: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里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.gif) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	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;}
.w1400{ position:relative; clear:both; max-width:1600px;width:92%; margin:0px auto;z-index: 1;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;width: 100%;z-index: -1;}
.table {display: table;width: 100%;border-collapse: collapse;}
.table-tr {display: table-row;}
.table-th {display: table-cell;height: 100%;border: 1px solid gray;text-align: center;vertical-align: middle;}
.table .cell {display: table-cell;vertical-align: middle;}

/* 弹性布局 */
[class*=flex]{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}
[class*=-aic]{-ms-flex-align:center;align-items:center}
[class*=-aife]{-ms-flex-align:flex-end;align-items:flex-end}
[class*=-aifs]{-ms-flex-align:flex-start;align-items:flex-start}
[class*=-ais]{-ms-flex-align:stretch;align-items:stretch}
[class*=-jcc]{-ms-flex-pack:center;justify-content:center}
[class*=-jcsb]{-ms-flex-pack:space-between;justify-content:space-between}
[class*=-jcfe]{-ms-flex-pack:flex-end;justify-content:flex-end}
[class*=-jcfs]{-ms-flex-pack:flex-start;justify-content:flex-start}
[class*=-row]{flex-wrap:wrap;-ms-flex-wrap:wrap;flex-direction:row;-ms-flex-direction:row}
[class*=-column]{flex-direction:column;-ms-flex-direction:column}
[class*=-reverse]{flex-direction: row-reverse;}
.flex1{flex: 1;}
@media (max-width:1024px){[class*=flex-tablet]{display:block}}
@media (max-width:768px){[class*=flex-tableH]{display:block}}
@media (max-width:640px){[class*=flex-mobileV]{display:block}}
@media (max-width:480px){[class*=flex-mobile]{display:block}}


/*font*/
.f_red{ color:#ec1c27;}
.iconfont{ font-size:24px; vertical-align:middle;}
.tit{ display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
.p{overflow: hidden;word-break:normal;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;}
.dot1,.dot2,.dot3,.dot4,.dot5,.dot6{overflow: hidden;word-break:normal;
	text-overflow: ellipsis;
	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: 3;}
.dot5{-webkit-line-clamp: 3;}
.dot6{-webkit-line-clamp: 3;}

@media ( max-width:1024px){
.iconfont{ font-size:18px;}
body{min-width:300px;padding-top:0.55rem;}	
select,input,textarea,button{ font-size:14px;}
}
/*effict*/
.Scale-img {overflow: hidden;cursor: pointer; 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{width: 100%;height: 100%;object-fit: cover}

/*pages*/
.Pages{clear: both;text-align: center;line-height: 30px;font-size: 14px;padding-top: 30px;position: relative;}
.Pages .total{background:#eaeaea;display:inline-block;padding:0 10px;}
.Pages a{display: inline-block;vertical-align: middle;margin:0 4px 0 5px;background:#eaeaea;padding:0 10px;}
.Pages a:hover{background:#217050;color:#fff;}
.Pages .num a{color:#333333;font-size: 16px;margin:0 5px;}
.Pages .num a:hover,.Pages .num a.a_cur{background:#217050;color:#fff;}
.Pages .select{border:1px solid #767676;border-radius: 2px;height:28px;padding:0 3px;width:84px;color:#000000;text-indent: 0;background:url(../images/selectarr.gif) right 7px center no-repeat;vertical-align: middle;}

/*pages end*/

/* 隐藏导航 */
.wp{width: 15.2rem;padding: 0;margin: 0 auto;max-width: 94%;}
#nav{z-index: 1;height: .58rem;width: 100%;position: relative;}
#nav:before{content:"";position: absolute;top: 0;left:0;width:0;height: 1px;background: rgba(255,255,255,.4);transition: 2s;transition-delay: .5s;}
#nav.on:before{width:100%;}
#nav .wp{display: flex;align-items: center;height: 100%;width: 16.2rem;}
#nav .logos{width: 0;padding: 0;overflow: hidden;/* transition: .5s; */height: .58rem;display: flex;align-items: center;}
#nav .logos img{max-width:100%;max-height: 1.45rem;}
#nav ul{width:100%;display:flex;justify-content: space-between;height: 100%;}
#nav ul li{float:left;z-index:0;margin-left: 0;position: relative;height: 100%;}
#nav ul li a{display:block;padding: 0;position: relative;z-index: 2;height: 100%;}
#nav ul li h3{font-size: .22rem;color:#fff;height: 100%;position:relative;transition: .5s;display: flex;font-weight: bold;align-items: center;padding: .04rem 0 0;}
#nav ul li h3:after{content:"";position:absolute;left: 50%;bottom: 0;transition:.6s;width: 0;height: 3px;background: #0855A0; margin-left:0; opacity:0;visibility:hidden;}
#nav ul li.on h3:after, #nav ul li:hover h3:after{ opacity:1; visibility:visible; width: .34rem; margin-left: -.17rem;}
#nav ul li.xiala:hover h3:after{opacity:1;visibility:visible;width: 1.4rem;margin-left: -.7rem;}
#nav ul li a i{ margin:-3px 0 0 .625rem; display:inline-block; width:10px; height:5px; background:; transition:.5s}
#nav ul li.on a i, #nav ul li:hover a i{ background:;}
#nav ul li a i{ display:inline-block;  width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav ul li .sub{position:absolute;top:100%;background: rgba(251, 251, 251, 0.8);width: 1.4rem;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .25s;transform-origin: top;}
#nav ul li .sub .box{padding: 0;text-align:center;box-shadow: 0 0 60px rgba(0,0,0,.1);}
#nav ul li .sub a{padding: 8px .1rem;line-height: 28px;transition:.6s;font-size: 0.2rem;color: #666666;text-align: center;white-space: nowrap;}
#nav ul li .sub a:hover{color: #fff;background: #0855A0;}
#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
#nav>ul>li.on h3,#nav ul li:hover h3, #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3{}

#nav>ul>li h3:before{content:"";display:block;position:absolute;width: 12px;height: 12px;right: -1.375rem;top: 50%;margin-top: -6px;transition:.3s;background:url(../images/xiala.svg) center no-repeat;background-size:100% auto; display:none}
#nav>ul>li.xiala h3:before{ display:block}
#nav>ul>li:hover h3:after,#nav ul li.on h3:after{  transform:scale(1);}
#nav>ul>li.noSubMenu h3:before{ display:none}

.miso_navs #nav .logos{width:6.4rem;padding: 0 1rem 0 0;height: 100%;}
.miso_navs{position: fixed;left:0;width:100%;background:url(../images/22.png) repeat-x top center;background-size:100% 100%;transition: .3s;box-shadow: 0 0 60px rgba(0,0,0,.1);top: 0;z-index: 100000;height: .9rem;transform: translateY(-101%);transition: .5s;visibility: hidden;opacity: 0;}
.miso_navs #nav{ height: 100%}

.miso_navs #nav .wp{ height: 100%}
.miso_navs #nav ul{ width: calc(100% - 3rem)}
.miso_navs #nav ul li h3{color: #FFF;padding: 0;}

.miso_navs.xg1{transform: translateY(0);opacity: 1;visibility: visible;}

/*Top*/
.Header{position:fixed;width:100%;top:0;z-index:100;transition: all ease 0.3s;border-top:0.06rem solid #017230;color: #fff;}
.Header:after{position:absolute;width: 100%;height: 210px;content: "";z-index: 10;left: 0;top: 0;background: linear-gradient( 180deg, rgba(0,0,0,0.77) 0%, rgba(0,0,0,0.47) 55.24%, rgba(0,0,0,0.04) 84.52%, rgba(216,216,216,0) 100%);z-index: -1;}
.Header .auto{max-width: 1760px;width: 96%;margin: 0px auto;}
.Header a{color: #fff;}.Header a:hover{color: #E0BB8B;}
.Header .logo{padding-top:0.31rem;}
.Header .logo h1 img{height: 0.78rem;}
.Header .logo h1 img.sj{display: none;}
.Header .auto{display: flex;justify-content: space-between;}
.Header .toper{display: flex;justify-content: flex-end;height: 0.52rem;align-item s: center;font-weight: bold;}
.Header .toper a:first-child{margin-right: 14px;position: relative;}
.Header .toper a{font-size: 0.14rem;font-weight: 500;}
   
/* .Header .toper a:first-child:after{width: 2px;height: 17px;content: "";position: absolute;right: -8px;top: 50%;margin-top: -9px;background-color: rgba(255,255,255,0.8);} */
.Search{position:relative;z-index: 101;}
.Search .Searchico{ cursor:pointer; color:#fff;width: 0.38rem;height: 0.38rem;display: flex;align-items: center;justify-content: center;border: 1px solid #fff;font-weight: bold;border-radius: 50%;margin-left: 0.32rem;}
.Search .Searchico i{transform: translateY(2px);}
.Search .Searchico .iconso:before{top: -2px;position: relative;}
.Search .Searchico .icongb{ display:none;}
.Search .Searchico.on .icongb{ display:block;}
.Search .Searchico.on .iconso{ display:none;}
.Search .Searchico .iconfont{ font-size:18px;vertical-align: top;}
.Search .searchbox{width:310px; line-height:34px;position: absolute;right: 0;top: 60%;visibility:hidden;opacity: 0;}
.Search .searchbox .input{width:100%; height:34px; line-height:34px;padding:0 10px 0 48px; border:1px solid rgba(213, 213, 213, 1); border-radius:20px;background-color:rgba(255, 255, 255, 1)}
.Search .searchbox .input::-webkit-input-placeholder {color: #999;}
.Search .searchbox .btn { position:absolute; left:1px; top:1px; width:43px; height:32px; color:#000;background-color: transparent;}
.Search .searchbox .btn:hover {color:#478c38;}
.Search .searchbox .btn .iconfont {font-size: 18px;}
.Search .searchbox.on{opacity: 1;visibility: visible;top: 100%;z-index: 100;}

.MainNav ul{display: flex;}
.MainNav li{position:relative; z-index:100;text-align: center;}
.MainNav span a{padding: 0 0.16rem;display: block;border-radius: 0.05rem;}
.MainNav span a{ position:relative; z-index:1;display:block;transition: all ease 0.3s;font-size: 0.215rem;line-height: 0.56rem;font-family: 'sys';}
.MainNav .arr{ display:none;}
/* .MainNav li:hover span a,.MainNav li.onnav span a{background: rgba(0,113,46,0.7);} */
.MainNav li:hover span a,.MainNav li.onnav span a{ color:#E0BB8B;}

.NavPull{ z-index:99;display:none; position:absolute; text-align:center;min-width:1.28rem; top:100%; left:50%;width:max-content;padding:10px; background: rgba(251,251,251,0.72);transform: translateX(-50%);box-shadow: 0 0 12px rgba(0,0,0,0.1);border-radius:0 0 0.1rem 0.1rem;border-top: 0.03rem solid #00712e;}
.NavPull.null{background:none; padding:0;}
.NavPull dd{ margin:0; position:relative;}
.NavPull a{ color:rgba(38, 38, 38, 1); display:block; font-size:0.2rem; padding:5px 0;}
.NavPull a:hover,.NavPull dd:hover a{color:#00712e;}

.closebtn{ position:fixed; left:0px; top:45px; width:100%; height:100%; z-index:0; display:none;background: rgba(0,0,0,0.5);}
.openbtn{ cursor:pointer;width:30px; height:30px;padding-top: 5px; position:absolute; right:0.12rem; top:50%; z-index:999;background:#64a50b;display: none;transform: translateY(-50%);}
.openbtn i{ display:block; background:#fff; margin:10px auto;transition: all ease 0.3s;margin:4px auto;width:20px;height:2px;border-radius: 3px;}
.openbtn i.sp2{border-left: 6px solid #217050;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 7px) rotate(45deg) !important;
	-moz-transform: translate(0, 7px) rotate(45deg) !important;
	-ms-transform: translate(0, 7px) rotate(45deg) !important;
	-o-transform: translate(0, 7px) rotate(45deg) !important;
	transform: translate(0, 7px) rotate(45deg) !important;}
.openbtn.on .sp2 {border-left: 0;
	-webkit-transform: translate(0, 1px) rotate(-45deg) !important;
	-moz-transform: translate(0, 1px) rotate(-45deg) !important;
	-ms-transform: translate(0, 1px) rotate(-45deg) !important;
	-o-transform: translate(0, 1px) rotate(-45deg) !important;
	transform: translate(0, 1px) rotate(-45deg) !important;}	
.openbtn.on .sp3 { display:none;}

@media ( max-width:1024px){
.Header{position: fixed;left: 0;top: 0;width: 100%;z-index: 100;background-color: #006438;}
.Header .auto{height: 0.55rem;align-items: center;}
.Header:after{display: none;}
.Header .logo{padding-top: 0;}
.Header h1 img{ height:33px !important;}
.Header .logo h1 img.pc{display: none;}
.Header .logo h1 img.sj{display: block;}
.Header .t-right{flex: 1;padding-right: 45px;}
.Header .openbtn{display: block;}
.Search{position: static;padding:0;}
.Search .searchbox{ width:94%; left:3%; position:absolute;opacity: 0;visibility: hidden;top:80px;transition: all 0.3s;}
.Search .searchbox.on{opacity: 1;visibility: visible;top: 50px;}
.Search .searchbox .input{background:#fff;}

.MainNav{ position:fixed; height:100%; overflow-y:auto; z-index:999; width:220px; padding:0; right:-220px;background: #fff;top:45px;visibility: hidden;opacity: 0;filter: alpha(opacity=0);transition: all ease 0.3s; box-shadow:0 0 10px rgba(0,0,0,0.2);}
.MainNav ul{ padding-top:30px;display: block;}
.MainNav li{ display:block; position:relative; float:none; border-bottom:1px solid #e9e9e9;border-top:1px solid #f9f8f6; width:auto; margin:0; background:none;text-align: left;}
.MainNav li a {line-height: 38px;padding:0 15px;font-size: 15px;color: #333;}
.MainNav li:hover span a,.MainNav li.onnav span a,.MainNav li span a.sele{ color:#217050;}
.MainNav .arr{ display:inline-block; position:absolute; z-index:10; width:100px; line-height:38px; height:38px; right:0px; top:-1px;}
.MainNav .arr i{ position:absolute; height:auto; background:none; right:15px; top:0;transition: all ease 0.3s;color: #333;}
.MainNav li.onnav .arr i{dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
	-ms-transform: translate(0, -3px) rotate(-180deg) !important;
	-o-transform: translate(0, -3px) rotate(-180deg) !important;
	transform: translate(0, -3px) rotate(-180deg) !important;}
.MainNav.on{visibility: visible;opacity: 1;filter: alpha(opacity=100); right:0;}
.MainNav li:after{display: none;}
.NavPull{position: static;width: auto;text-align: left;transform: translateX(0);}
.NavPull dd a{padding-left: 25px;}
}
@media(max-width:640px){
.Search .Searchico .iconfont{font-size: 14px;}
.Header h1 img{ height:28px !important;}
.Search .Searchico{margin-left: 0.1rem;}
.Header .toper{font-size: 0.14rem;}
}
/*Top*/

/*Bottom*/
.Footer{color:#fff;background:rgba(33, 112, 80, 1) url(../images/bottomline.png) center bottom repeat-x;padding:42px 0 20px;background-size: cover;position: relative;font-size: 0.14rem;}
.Footer:after{content: "";left: 48%;top: 48%;position: absolute;z-index: 0;background: url(../images/footerbg2.png);width: 2.72rem;height: 1.15rem;transform: translate(-50%,-50%);}
.Footer:before{content: "";left: 0;top: 0;width: 100%;height: 14px;position: absolute;z-index: 10;background: linear-gradient( 180deg, #B29873 100%, #017230 100%);opacity: 0.8;}
.Footer .logo img{height: 0.8rem;display: block;}
.Footer .copy{padding: 0.19rem 0 0 0.68rem;display: flex;align-items: center;}
.Footer .copy img{height: 0.34rem;margin-right: 0.16rem;}
.Footer .contact{padding-left: 0.29rem;}
.Footer .contact .lx{position: relative;line-height: 17px;}
.Footer .contact .info{position: relative;line-height: 17px;margin-bottom: 0.14rem;}
.Footer .contact .info p{background-position: 0 center;background-repeat: no-repeat;padding-left: 0.28rem;}
.Footer .contact .info p:not(:last-child){margin-bottom: 0.16rem;}
.Footer .contact .info p:nth-child(1){background-image: url(../images/ico-add.png);}
.Footer .contact .info p:nth-child(2){background-image: url(../images/ico-zip.png);}
.Footer .contact .info p:nth-child(3){background-image: url(../images/ico-tel.png);}
.Footer .contact .info p:nth-child(4){background-image: url(../images/ico-mail.png);}
.Footer .contact .info:before{position: absolute;left: -0.29rem;width: 1px;height: 100%;content: "";background-color: #fff;}
.Footer .contact select{width: 2.32rem;height: 0.38rem;background-color: rgba(50,48,48,0.3);border: 0;color: #fff;}
.Footer .contact select option:nth-child(1){text-align: center;color: #fff;}
.Footer .contact .ewm{text-align: center;padding: 0 0.33rem;}
.Footer .contact .ewm img{width: 1.28rem;display: block;margin: 0px auto 0.05rem;}


.fastNav{position: fixed;right: 0.19rem;z-index: 100;top: 50%;transform: translateY(-50%);width: 0.98rem;display: none;}
.fastNav .logo{margin-bottom: -0.31rem;position: relative;z-index: 1;}
.fastNav .logo img{display: block;width: 100%;}
.fastNav ul{border-radius: 0.1rem;text-align: center;padding: 0.44rem 0;font-size: 0.14rem;line-height: 0.2rem;background-color: #e5f4eb;}
.fastNav li{padding-bottom: 0.12rem;}
.fastNav li img{display: block;margin: 0px auto 0.04rem;height: 0.45rem;}

.totop{position: absolute;bottom: 0;left: 0;width: 100%;height:0.07rem;text-align: center;background: url(../images/arrtop.png) no-repeat center center/0.18rem 0.07rem;cursor: pointer;transition: all 0.5s;bottom: -0.1rem;opacity: 0;}
.totop:hover{bottom: 0.15rem;}
.totop.cd-is-visible {opacity: 1;bottom: 0.1rem;}

@media(min-width:1025px){
	.Footer .contact{width: 5.71rem;}
}
@media ( max-width:1024px){
	.Footer{padding: 20px 0;}
	.Footer .logo{display: none;}
	.Footer .copy{padding: 0.1rem 0 0.15rem;}

	.fastNav{width: 0.4rem;}
	.fastNav .logo,.fastNav ul{display: none;}
	.totop{width: 0.4rem;height: 0.4rem;line-height: 0.4rem;background-color: #fff;border-radius: 50%;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
}
@media ( max-width:768px){
	.Footer .logo{width: 80%;}
	.Footer .contact{float: none;clear: both;}
}
/*Bottom*/


/*首页 s*/

.itemhover{transition: all ease 0.3s;}
.activehover{-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.5);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);}
	.itemhover2{transition: all ease 0.3s;}
	.activehover2{
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);}


/*第一屏 s*/
.HomeBan{position: relative; z-index: 1; overflow:hidden; background:url(../images/loading.gif) center center no-repeat;}
.HomeBan .item{ position:relative;}
.HomeBan .item .imgbox img{width: 100%;display: block;}

.HomeBan .slick-dots{bottom:0;display: flex;justify-content: center;align-items: center;height: 0.82rem;    background: linear-gradient(to top, #00712e87 0%, transparent 100%);background: -webkit-linear-gradient(bottom, #00712e87 0%, transparent 100%)}
.HomeBan .slick-dots li{background:url(../images/ban-dot.png) no-repeat center center/contain;width: 0.24rem;height: 0.33rem;cursor: pointer;}
.HomeBan .slick-dots li:not(:last-child){margin-right: 0.8rem;}
.HomeBan .slick-dots li:not(.slick-active){filter: brightness(0) invert(1);}
.HomeBan .slick-dots li button{display: none;}
/* 视频区域容器：非全屏，可自己改高度 */
.HomeBan .item .video-section {
	position: relative;
	width: 100%;
	height: auto; /* 关键：自适应屏幕高度 */
	/* overflow: hidden; */
  }
  
  /* 视频自适应 */
  .HomeBan .item .video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto; /* 高度自动按比例适应 */
  object-fit: cover; 
	z-index: 1;
  }
  
.HomeBan .slick-arrow{background-color: rgba(0,0,0,0.3);border:0;}
.HomeBan:hover .slick-prev { left:5%;}
.HomeBan:hover .slick-next { right:5%;}
.HomeBan .slick-arrow:hover{background-color:#64a50b;}

@keyframes spin {from { transform: rotate(0deg); }to { transform: rotate(360deg); }	}
@keyframes zoom{from{ transform: scale(1.175);}	to{ transform: scale(1);}  }
@-webkit-keyframes zoom /*Safari and Chrome*/ {from{transform: scale(1.175); } to{transform: scale(1);  }}
@media ( max-width:1024px){
.HomeBan .slick-arrow{display: none !important;}
}
.HomeBan  .slick-active .imgbox img{display: block;width: 100%;height: 100%;animation: zoom 8s ease-in-out infinite alternate;}
.HomeTit1{line-height: 37px;height:37px;position: relative;margin-bottom: 24px;background: rgba(66, 145, 56, 0.3);}
.HomeTit1 aside{font-size: 20px;color:#fff;position: absolute;left:0;top:-4px;width:179px;height:51px;padding:0 0 0 56px;background:url(../images/titbg1.png);line-height: 41px;}
.HomeTit1 a.more{position: absolute;right: 26px;top:0;background:url(../images/more.png) no-repeat right center;padding-right: 18px;color: #586556;transition: all 0.5s;}
.HomeTit1 a.more:hover{color: #217050;padding-right: 25px;}

.HomeTit2{line-height: 37px;height:37px;position: relative;margin-bottom: 24px;background: #EAEEFB;}
.HomeTit2 aside{font-size: 20px;color: #217050;position: absolute;left:0;top:-4px;width:179px;height:51px;padding:0 0 0 56px;background:url(../images/titbg2.png);line-height: 41px;}
.HomeTit2 a.more{position: absolute;right: 26px;top:0;background:url(../images/more2.png) no-repeat right center;padding-right: 18px;color: #64719E;transition: all 0.5s;}
.HomeTit2 a.more:hover{color: #217050;padding-right: 25px;}

.HomeTit{border-bottom: 1px solid #d9d9d9;line-height: 32px;position: relative;margin-bottom: 23px;}
.HomeTit aside{font-size: 20px;color:#217050;position: relative;display: inline-block;vertical-align: top;padding: 0 0 8px 4px;}
.HomeTit aside:After{position: absolute;left: 0;bottom: -2px;height:3px;width: 100%;content: "";background:#429138;}
.HomeTit img{display: inline-block;vertical-align: middle;margin-right: 5px;width: 32px;}
.HomeTit a.more{position: absolute;right: 0;top:6px;background:url(../images/more.png) no-repeat right center;padding-right: 18px;color: #8C8C8C;transition: all 0.5s;}
.HomeTit a.more:hover{color: #217050;padding-right: 25px;}
.HomeTit ul{display: flex;}
.HomeTit ul li:not(:last-child){margin-right: 50px;}
.HomeTit ul li:not(:last-child) span:before{position: absolute;width: 1px;height: 23px;content: "";top: 7px;right: -28px;background-color: #d9d9d9;}
.HomeTit ul li a.more{display: none;}
.HomeTit ul li span{font-size: 20px;color: #A3AFA1;position: relative;display: inline-block;vertical-align: top;padding: 0 0 8px 4px;cursor: pointer;}
.HomeTit ul li .i2{display: none;}
.HomeTit ul li.on a.more{display: block;}
.HomeTit ul li.on span{color:#217050;}
.HomeTit ul li.on span:After{position: absolute;left: 0;bottom: -2px;height:3px;width: 100%;content: "";background:#429138;}
.HomeTit ul li.on .i1{display: none;}
.HomeTit ul li.on .i2{display: inline-block;}

.TabSlide{position: relative;}
.TabNav{margin-bottom: 0.35rem;position: relative;border-bottom: 1px solid #d8d8d8;}
.TabNav li:not(:last-child){margin-right: 0.34rem;}
.TabNav li:not(:last-child) span:before{width: 1px;height: 0.2rem;content: "";position: absolute;right: -0.2rem;top: 50%;margin-top: -0.1rem;background-color: #d8d8d8;}
.TabNav li span{display: flex;align-items: center;justify-content: center;height: 0.68rem;position: relative;cursor: pointer;color: #71726E;font-size: 0.32rem;font-weight: bold; font-family: 'sys';}
.TabNav li span:after{position: absolute;left: 50%;bottom: 0;content: "";width: 0;transition: all 0.5s;height: 0.05rem;background-color: #b29873;}
.TabNav li.on span{color:#00712E;}
.TabNav li.on span:after{width: 100%;left: 0;}
.TabNav .more{position: absolute;right: 0;top: 0.32rem;font-size: 0.14rem;color:#717472;padding-left: 0.18rem;background: url(../images/ban-dot.png) no-repeat 0 0.05rem/0.14rem 0.19rem;transition: all 0.5s;}
.TabNav .more:hover{color:#00712E;background-position: 0 0;}

.homeNews{padding:0.56rem 0 0.28rem;overflow: hidden;background: url(../images/home-bg1.jpg) no-repeat center bottom/cover;}
.homeNews .news{position: relative;z-index: 1;}
.homeNews .news .tea_bg{position:absolute;left: -2.2rem;top:0.5rem;}

.homeNews .focus{box-shadow: 0 0 12px rgba(0,0,0,0.08);padding: 0.12rem;background-color: rgba(255,255,255,0.7);}


.homeNews .focus .imgbox{padding-bottom: calc(339 / 512 * 100%);}
.homeNews .focus .info{min-height: 1.4rem;position: relative;padding: 0.31rem 0.2rem 0;}
.homeNews .focus .info time{position: absolute;z-index: 10;text-align: center;color: #fff;left: 0.08rem;top: -0.37rem;width: 0.64rem;height: 0.6rem;display: flex;align-items: center;justify-content: center;flex-direction: column;background: url(../images/datebg.gif);line-height: 1.25;}
.homeNews .focus .info time span{font-size: 0.20rem;font-family: 'Georgia';}
.homeNews .focus .info time em{font-size: 0.12rem;font-weight: 100;font-family: 'Georgia';}
.homeNews .focus .info .tit{text-align: center;font-size: 0.18rem;color: #252525;font-weight: 700;margin-bottom: 0.03rem;}
.homeNews .focus:hover .info .tit{color: #217050;}
.homeNews .focus .info .desc{color: #8D8D8D;min-height: 0.46rem;line-height: 0.23rem;margin-bottom: 0.3rem;}
.homeNews .focus .slick-dots{bottom: 0.06rem;justify-content: flex-end;padding-right: 0.2rem;}
.homeNews .focus .slick-prev{left: 0;opacity: 0;}
.homeNews .focus .slick-next{right: 0;opacity: 0;}
.homeNews .focus:hover .slick-prev{left: 0.15rem;opacity: 1;}
.homeNews .focus:hover .slick-next{right: 0.15rem;opacity: 1;}

.homeNews .list li {padding-top: 0.18rem;}
.homeNews .list li a{min-height: 0.8rem;border-bottom: 1px solid #D8D8D8;transition: all 0.5s;}
.homeNews .list li span{flex: 1;font-size: 0.18rem;line-height: 0.26rem;margin:0 0.15rem 0 0.08rem;}
.homeNews .list li time{color:#626161;text-align: center;font-size: 0.14rem;line-height: 1.3;padding: 0 0.08rem;font-family: 'Georgia';}
.homeNews .list li time i{font-size: 0.2rem;display: block;font-weight: 700;font-family: 'Georgia';}
.homeNews .list li:hover a{background: url(../images/listbg.jpg) no-repeat center bottom/cover;color: #fff;border-bottom: transparent;}
.homeNews .list li:hover time{color: #fff;}

.homeNews .notice{margin-top: 0.4rem;}
.homeNews .notice .item a{min-height: 0.98rem;border-bottom: 1px solid #D8D8D8;display: flex;flex-direction: column;justify-content: center;position: relative;}
.homeNews .notice .item a:after{width: 0;transition: all 0.5s;bottom: -1px;position: absolute;content: "";background-color: #217050;height: 1px;}
.homeNews .notice .item time{font-size: 0.14rem;color: #777777;font-family: 'Georgia';}
.homeNews .notice .item span{font-size: 0.18rem;line-height: 0.26rem;}
.homeNews .notice .item:hover a:after{width: 100%;}

.homeNews .unit{margin-top: 0.4rem;position: relative;width: 100%;}
.homeNews .unit:after{position: absolute;left: 0;bottom: 0;width: 100%;background: url(../images/unitbg.jpg) no-repeat center bottom/cover;height: 1.22rem;border-radius: 0.25rem 0.25rem 0 0;content: "";z-index: 0;}
.homeNews .unit .title{color: #B29873;font-size: 0.24rem;font-weight: 900;}
.homeNews .unit .slider{flex: 1;padding: 0 0.34rem;overflow: hidden;}
.homeNews .unit .item{padding: 0 0.145rem;}
.homeNews .unit .item a{display:block;padding: 0.12rem;}
.homeNews .unit .imgbox{border-radius: 0.16rem;box-shadow: 0 0 0.1rem rgba(0,0,0,0.08);padding-bottom: calc(120 / 374 * 100%);background-color: rgba(255,255,255,0.8);}
.homeNews .unit .imgbox img{object-fit: contain;max-width: 80%;}
.homeNews .unit .slick-prev{left: 0;}
.homeNews .unit .slick-next{right: 0;}
.homeNews .unit .slick-dots{bottom: -0.15rem;}

@media(min-width:1025px){
.homeNews .focus .imgbox{padding-bottom: 3.39rem;}
.homeNews .news{width: calc(986 / 1400 * 100%);}
.homeNews .news .focus{width: calc(529 / 986 * 100%);}
.homeNews .news .list{width: calc(435 / 986 * 100%);}
.homeNews .notice{width: calc(376 / 1400 * 100%);margin-top: 0;}
}
@media(min-width:769px){
.homeNews .unit{min-height: 1.72rem;}
.homeNews .unit .title{width: 0.34rem;text-align: center;margin-right: 0.36rem;position: relative;text-align: center;padding-top: 0.2rem;line-height: 0.26rem;}	
.homeNews .unit .title:after{position: absolute;right: -0.22rem;width: 1px;height: 0.71rem;content: "";background-color: #d8d8d8;top: 0.43rem;}
.homeNews .unit:after{left: 0.7rem;width: calc(100% - 0.7rem);}	
}
@media(max-width:1024px){
	.homeNews .focus{overflow: hidden;}
	.homeNews{padding: 0.3rem 0;}
}
@media(max-width:768px){
	.homeNews .unit .slider{padding: 0.15rem 0;}
	.homeNews .unit:after{height: 0.25rem;}
	.homeNews .unit .item{padding: 0 0.1rem;}
	.homeNews .unit .item a{padding-left: 0;padding-right: 0;}
}
@media(max-width:480px){
	.TabNav li span{height: 0.5rem;font-size: 0.26rem;}
	.TabNav .more{top: 0.16rem;}
}

.homeMiddle{padding:0.56rem 0 0.56rem;overflow: hidden;background: url(../images/home-bg2.jpg) no-repeat center top/cover;position: relative;}
.homeMiddle .iframe1{position: absolute;top: 0;left: 60%;transform: scaleX(1.25) translateX(-50%);pointer-events: none;}
.homeMiddle .content{padding: 0.15rem 0.15rem 0.5rem;background: rgba(255,255,255,0.45);box-shadow: 0 0 15px rgba(0,0,0,0.08);}
.homeMiddle .focus {overflow: hidden;}
.homeMiddle .focus .imgbox{padding-bottom: calc(402 / 559 * 100%);}
.homeMiddle .focus .info{height: 0.79rem;background: #247253 url(../images/linebg3.png);font-family: 'Georgia';}
.homeMiddle .focus .info time{background: url(../images/datebg2.gif);height: 0.79rem;display: flex;flex-direction: column;align-items: center;justify-content: center;width: 0.86rem;color: #fff;line-height: 1.5;font-family: 'Georgia';}
.homeMiddle .focus .info time i{font-size: 0.20rem;font-family: 'Georgia';}
.homeMiddle .focus .info span{flex: 1;margin: 0 0.3rem;line-height: 0.24rem;font-weight: 700;font-size: 0.18rem;color: #fff;text-align: center;}
.homeMiddle .focus .item:hover .info span{color: #ffcc00;}
.homeMiddle .focus:hover .slick-prev{left: 0.1rem;}
.homeMiddle .focus:hover .slick-next{right: 0.1rem;}

.homeMiddle .list .item{min-height: 0.962rem;display: flex;flex-direction: column;border-bottom: 1px solid #FFE0E0E0;justify-content: center;font-size: 0.18rem;position:relative;}
.homeMiddle .list .item a:after{width: 0;transition: all 0.5s;bottom: -1px;position: absolute;content: "";background-color: #217050;height: 1px;}
.homeMiddle .list .item:hover a:after{width: 100%;}

.homeMiddle .right{margin-top: 0.3rem;}
.homeMiddle .right .slider .item{margin-bottom: 0.24rem;padding-bottom: 0.05rem;background: url(../images/ldbg.png) no-repeat center bottom/100% auto;}
.homeMiddle .right .slider .imgbox{margin: 0 0.18rem;padding-bottom: calc(230 / 349 * 100%);transition: all 0.5s;}
.homeMiddle .right .slider .imgbox img{object-fit: contain;}
.homeMiddle .right .slider .item:hover .imgbox{transform: translateY(-0.05rem);}
.homeMiddle .right .slick-arrow{top: auto;bottom: -0.35rem;width: 0.4rem;height:0.4rem;background-color: transparent;border: 1px solid #e9e9e9;}
.homeMiddle .right .slick-arrow:hover{background-color: #b59c78 !important;}
.homeMiddle .right .slick-prev{left: auto;right: 0.7rem;background-image: url(../images/leftarron.png);}
.homeMiddle .right .slick-prev:hover{background-image: url(../images/leftarr.png);}
.homeMiddle .right .slick-next{right: 0;background-image: url(../images/rightarron.png);}
.homeMiddle .right .slick-next:hover{right: 0;background-image: url(../images/rightarr.png);}
.homeMiddle .right .slick-dots{position: static;}

@media(min-width:1025px){
.homeMiddle .left{width: calc(960 / 1400 *100%);}
.homeMiddle .right{width: calc(410 / 1400 *100%);margin-top: 0;}
.homeMiddle .right .slider .imgbox{padding-bottom: 2.3rem;}
.homeMiddle .right .slick-dots{display: none !important;}
}
@media(min-width:769px){
.homeMiddle .focus{width: calc(560 / 936 *100%);}	
.homeMiddle .focus .imgbox{padding-bottom: 4.02rem;}
.homeMiddle .list{flex: 1;margin-left: 0.13rem;}
}
@media(max-width:1024px){
	.homeMiddle{padding: 0.3rem 0;}
}

.homeBottom{padding-bottom: 0.25rem;background: url(../images/home_bg3.png) no-repeat center bottom/cover; padding-top: 50px;}
.homeBottom .kpjy{padding-bottom: 0.65rem;}
.homeBottom .list{margin-left: -0.02rem;}
.homeBottom .list .item{width: 50%;padding: 0 0 0.03rem 0.02rem;}
.homeBottom .list .item a{display: block;position: relative;}
.homeBottom .list .item .info{text-align: center;font-size: 0.18rem;font-weight: 700;color: #fff;padding: 0.04rem 0.2rem;z-index: 10;position: absolute;left: 0;bottom: 0;width: 100%;}
.homeBottom .list .item .imgbox{padding-bottom: calc(236 / 328 * 100%);}
.homeBottom .list .item .imgbox:After{position: absolute;z-index: 2;left: 0;bottom: 0;width: 100%;background: linear-gradient( 180deg, rgba(0,0,0,0) 2.07%, rgba(0,0,0,0.3) 43.81%, rgba(0,0,0,0.6) 100%);height: 0.5rem;content: "";}
.homeBottom .middle .imgbox{padding-bottom: calc(236 / 328 * 100%);border: 1px solid #e6e6e6;}

.homeBottom .video .item{padding: 0 0 0.03rem 0;}
.homeBottom .video .item a{display: block;position: relative;}
.homeBottom .video .item .info{text-align: center;font-size: 0.18rem;font-weight: 700;color: #fff;padding: 0.04rem 0.2rem;z-index: 10;position: absolute;left: 0;bottom: 0;width: 100%;}
.homeBottom .video .item .imgbox{padding-bottom: calc(236 / 328 * 100%);}
.homeBottom .video .item .imgbox:before{width: 0.5rem;height: 0.5rem;left: 50%;top: 50%;transform: translate(-50%,-50%);position: absolute;content: "";z-index: 11;background: url(../images/play.png) no-repeat center center/contain;}
.homeBottom .video .item .imgbox:After{position: absolute;z-index: 2;left: 0;bottom: 0;width: 100%;background:rgba(0,0,0,0.3);height: 100%;content: "";}

.homeBottom .laboratory .icon{width: 1rem;height: 1rem;display: flex;align-items: center;justify-content: center;border: 1px dashed #b5b5b5;margin-right: 0.16rem;border-radius: 50%;transition: all 0.5s;}
.homeBottom .laboratory .icon img{height: 0.64rem;}
.homeBottom .laboratory .counter{color: #2d973d;font-size: 0.32rem;font-weight: 800;font-family: 'Georgia';}
.homeBottom .laboratory .item:hover .icon{border-color: #2d973d;}
.homeBottom .laboratory .slick-dots{position: relative;height: 0.15rem;max-width: 3.16rem;margin: 0.37rem auto 0;top: auto;left: auto;bottom: auto;}
.homeBottom .laboratory .slick-dots:After{position: absolute;left: 0;width: 100%;content: "";top: 0.08rem;height: 1px;background-color: #d8d8d8;z-index: -1;}
.homeBottom .laboratory .slick-dots li button{width: 0.34rem;height: 0.15rem;border-radius: 0.06rem;border: 1px solid #e9e7e7;background-color: #fff;}
.homeBottom .laboratory .slick-dots li.slick-active button{background: #217050;}
.homeBottom .laboratory .slick-dots li:not(:last-child){margin-right: 0.14rem;}

@media(min-width:1025px){
.homeBottom .list{width: calc(675 / 1400 * 100%);}
.homeBottom .list .item .imgbox{padding-bottom: 2.36rem;}
.homeBottom .middle{width: calc(311 / 1400 * 100%)}
.homeBottom .middle .imgbox{padding-bottom: 4.72rem;}
.homeBottom .video{width: calc(388 / 1400 * 100%)}
.homeBottom .video .item .imgbox{padding-bottom: 2.36rem;}
}
@media(max-width:1024px){
.homeBottom .video{display: flex;justify-content: space-between;margin-left: -0.02rem;margin-top: 0.02rem;}
.homeBottom .video .item{width: 50%;padding: 0 0 0.03rem 0.02rem;} 
.homeBottom .kpjy{padding-bottom: 0.3rem;}
}
/*首页 end*/


/*栏目页公用样式 s*/
.SubPage{ height:auto !important; height:400px; min-height:400px; padding:60px 0;background: url(../images/subbg.jpg) no-repeat center top/100%;}
.SubPage.teambg{background: url(../images/teambg.jpg) no-repeat center bottom/cover;}
.SubPage.teambgs{background: url(../images/teambgs.jpg) no-repeat center bottom/cover;padding-bottom: 2rem;}

.SubBan { position:relative;overflow: hidden;background-repeat: no-repeat;background-position: center center;padding-bottom: calc(740 / 1920 * 100%);background-size: cover;}
.SubBan .w1400{position: absolute;left: 50%;transform: translateX(-50%);bottom: 1.49rem;line-height: 1;color: #fff;font-size: 0.48rem;font-weight: 700;text-shadow: 0px 4px 10px rgba(0,0,0,0.3);}

.SubMenu{position:relative; z-index:1;margin: -0.43rem 0 0;height: 0.86rem;}
.SubMenu .bg{position: absolute;right: 0;bottom: 0;z-index: -1;height: 0.42rem;background-color: #f8faf8;width: 100%;}
.SubMenu:before{position:absolute;left:0;top:0;width: 11.94rem;height: 0.86rem;left: 0;background: url(../images/menubg.png) no-repeat right top/100%;content: "";z-index: 1;}
.SubMenu:after{position:absolute;left:0.57rem;bottom:0;background: url(../images/menubg-logo.png) no-repeat center center/contain;width: 1.12rem;height: 0.75rem;content: '';z-index: 2;}
.SubMenu ul li{height: 0.86rem;display: flex;align-items: center;justify-content: center;font-size: 0.2rem;position: relative;}
.SubMenu ul li:after{position: absolute;left: 50%;height: 5px;bottom:0.12rem;background: url(../images/menuon.gif) no-repeat center bottom;content: "";transition: all 0.5s;width: 0;}
.SubMenu ul li a{color: #fff;}
.SubMenu ul li:not(:last-child){margin-right: 0.52rem;}
.SubMenu ul li:hover a,.SubMenu li.onli a{color: #EDC25D;}
.SubMenu ul li:hover:after,.SubMenu li.onli:after{width: 100%;left: 0;}

.SubMenu .place{display: flex;align-items: center;justify-content: flex-end;font-size: 0.14rem;}
.SubMenu .place:before{width: 0.16rem;height: 0.13rem;background: url(../images/home.png) no-repeat center center/contain;content: "";margin-right: 0.05rem;}
.SubMenu .title{font-size: 0.24rem;height: 0.86rem;display: flex;align-items: center;color: #fff;font-weight: 700;}

.SinglePage{ word-wrap:break-word;word-break:normal;text-align:justify; color:#333333; font-size:0.18rem; line-height:0.36rem;}

@media ( min-width:1025px){
.SubMenu .place{position: absolute;right: 0.4rem;line-height: 0.43rem;color: #fff;}
.SubMenu .place a{color: #fff;}
}
@media ( max-width:1024px){
.SubMenu{margin: 0;background-color: #0d7939;height: auto;padding: 0.1rem 0;}
.SubMenu .place{padding-right: 0.1rem;}
.SubMenu .place,.SubMenu .place a{color: #fff;}
.SubMenu:before,.SubMenu:after,.SubMenu .bg{display: none;}
.SubMenu ul{margin-top: 0.15rem;}
.SubMenu ul li{height: auto;padding-bottom: 0.15rem;}
.SubMenu .title{height: auto;padding: 0.15rem 0;font-size: 0.24rem;}
.SinglePage{ line-height:24px; font-size:14px;}
.SinglePage video{ width:100% !important;}
.SinglePage img{ width:auto !important; height:auto !important;}

.RightCon{width: auto;float:none;}
.Position{margin-top:15px;margin-bottom:25px;}

.SubPage{padding: 0.5rem 0;}
.SubBan .w1400{bottom: 0.5rem;font-size: 0.3rem;}
}

/*栏目页公用样式 end*/

.subTab li{border: 1px solid #d8d8d8;min-width: 3.11rem;text-align: center;}
.subTab li a{padding: 0 0.15rem;font-size: 0.22rem;display: block;line-height: 0.66rem;}
.subTab li:hover a,.subTab li.onli a{color: #fff;background: #01722f url(../images/linebg3.png);font-weight: bold;}
.teamBox{background: rgba(255,255,255,0.6);box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.16);border: 1px solid #D8D8D8;padding: 0.3rem 0.2rem;}
.teamBox .team-list:not(:last-child){padding-bottom: 0.98rem;}

.team-list ul{margin: 0 0 -0.5rem -0.27rem;}
.team-list a{display: block;}
.team-list .item{width: calc(100% / 4 - 0.27rem);margin: 0 0 0.5rem 0.27rem;background-color: #f1f9ff;}
.team-list .imgbox{padding-bottom: calc(212 / 309 * 100%);}
.team-list .info{padding: 0.1rem;font-size: 0.18rem;}
.team-list h3{font-size: 0.18rem;margin-bottom: 0.03rem;line-height: 0.24rem;  height: 48px;}

.subTit{display: flex;align-items: center;margin-bottom: 0.35rem;padding: 0.16rem 0.24rem;border-radius: 0.05rem;background-color: #eaeaea;font-size: 0.2rem;font-weight: 700;}
.subTit:before{content: "";background-color: #00712e;width: 0.05rem;height: 0.38rem;margin-right: 0.28rem;}

.subTit2{text-align: center;font-size: 0.32rem;font-weight: 700;color: #3D3D3D;padding-bottom: 0.4rem;}

.subTit3{margin-bottom: 0.3rem;height:0.48rem;background-color: #f7f7f7;padding-right: 0.17rem;}
.subTit3 h2{display: flex;align-items: center;font-size: 0.24rem;font-weight: 700;color: #00712e;}
.subTit3 h2:before{content: "";background-color: #00712e;width: 0.04rem;height: 0.48rem;margin-right: 0.12rem;}
.subTit3 a{color: #666666;}.subTit3 a:hover{color: #00712e;}

.teamBox-detail{background: rgba(255,255,255,0.9);box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.16);border: 1px solid #D8D8D8;padding: 0.35rem;margin-bottom: 0.5rem;}
.teamBox-detail .content{font-size: 0.18rem;line-height: 0.32rem; float: left;}
.teamBox-detail .imgbox{margin-left: .5rem;float: left;}
.teamBox-detail .content p + p{margin-top: 0.22rem;}

.teamBox-frist{background-color: #fff;padding: 0.2rem;margin-bottom: 0.5rem;}
.teamBox-frist .imgbox{width: calc(174 / 1358 * 100%);margin-right: 0.34rem;float: left;}
.teamBox-frist .content{flex: 1;font-size: 0.18rem;line-height: 0.32rem;}

.teamBox-col{margin-bottom: 0.5rem;}
.teamBox-col .col{background-color: #fff;}
.teamBox-col .subTit3 {position: relative;}
.teamBox-col .subTit3:After{position: absolute;left: 0;bottom: -0.3rem;width: 100%;height: 0.3rem;content: "";}
.teamBox-col .inner{padding: 0.2rem;font-size: 0.18rem;line-height: 0.28rem;}
.teamBox-col .list1 li:not(:last-child){padding-bottom: 0.09rem;margin-bottom: 0.19rem;border-bottom: 1px solid #d8d8d8;}
.teamBox-col .list2 .imgbox{background-color: #f1f9ff;margin-right: 0.12rem;width: 1.38rem;padding-bottom: 1.38rem;}
.teamBox-col .list2 .imgbox span{left: 0.03rem;top: 0.03rem;width: calc(100% - 0.06rem);height: calc(100% - 0.06rem);}
.teamBox-col .list2 .info{flex: 1;}
.teamBox-col .list2 li:not(:last-child){margin-bottom: 0.12rem;}

.teamBox-pic .inner{background-color: #fff;padding: 0.4rem 0.2rem;}
.teamBox-pic .slider{padding: 0 0.65rem;}
.teamBox-pic .item{padding: 0 0.1rem;}
.teamBox-pic .imgbox{padding-bottom: calc(207 / 287 * 100%);border: 1px solid #999999;}
.teamBox-pic .info{line-height: 0.24rem;margin-top: 0.1rem;}
.teamBox-pic .slick-arrow{border: 1px solid #006438;background-color: transparent;}
.teamBox-pic .slick-prev{left: 0;background-image: url(../images/leftarron2.png);}
.teamBox-pic .slick-prev:hover{background-image: url(../images/leftarr.png);}
.teamBox-pic .slick-next{right: 0;background-image: url(../images/rightarron2.png);}
.teamBox-pic .slick-next:hover{right: 0;background-image: url(../images/rightarr.png);}
.teamBox-pic .slick-dots{position: static;margin-top: 0.15rem;}

.aboutBox{background: rgba(255,255,255,0.6) url(../images/aboutbg.png) no-repeat right bottom/100%;box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.16);border: 1px solid #D8D8D8;padding: 0.5rem 0.3rem;}

.NewsList{ margin:0 0 0 -3%;}
.NewsList li{ width:30.3333%; float:left; margin:0 0 4% 3%;}
.NewsList .imgbox{ padding-top:68%;}
.NewsList .date{ z-index:2; position:absolute; left:0; bottom:0; font-size:18px; text-align:center; background:rgba(0,0,0,0.6); width:100px; height:60px; padding-top:10px; color:#fff;line-height:22px;}
.NewsList .date i{ opacity:0.5; display:block;font-size:14px;}
.NewsList .tit{ margin-top:22px; line-height:0.36rem;font-size: 0.2rem;}
.NewsList .p{ font-size:14px; color:#999999; line-height:24px;-webkit-line-clamp: 2;}
.NewsList li:hover .date{background:#217050;}

.NewsList2{ margin:0px 0 4% 0; background:url(../images/linebg.gif) 0px top repeat-x; padding-top:1px;}
.NewsList2 li{ background:url(../images/linebg.gif) 0px bottom repeat-x; padding:29px 206px 32px 137px; position:relative;transition: all ease 0.3s;}
.NewsList2 li .date{transition: all ease 0.3s; line-height:37px; color:#949494; font-size:16px; position:absolute; text-align:center; left:20px; top:28px; width:100px; height:100px; border-radius:19px 0 19px 0; font-family:"宋体"; background:#f2f2f2;}
.NewsList2 li .date span{ display:block; color:#000000; padding-top:6px; line-height:49px; margin:0 16px; border-bottom:1px solid #dfdfdf; font-size:36px;}
.NewsList2 li .tit{ line-height:38px; margin-bottom:2px; font-size:0.2rem; color:#333333;}
.NewsList2 li .p{-webkit-line-clamp: 2; line-height:23px; height:46px; margin-bottom:7px; color:#999999;}
.NewsList2 li .more{ position:absolute; top:38px; right:22px; text-align:center; width:100px; line-height:34px; color:#fff;font-size:12px; border-radius:23px; box-shadow:0 5px 12px #dccdde; background:#217050;}
.NewsList2 li .more i{ display:inline-block; vertical-align:middle; background:url(../images/more2.png) no-repeat center center; width:13px; height:9px; margin-left:8px;}
.NewsList2 li:hover{ background-color:#f8f8f8;}
.NewsList2 li:hover .date{ background:#217050; color:#fff;}
.NewsList2 li:hover .date span{color:#fff;}
.NewsList2 li:hover .tit{color:#217050;}

.PhotoNews{margin-bottom:2%;}
.PhotoNews li{transition: all ease 0.3s; background:#fff; position:relative; padding-left:397px; margin-bottom:30px;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.PhotoNews .imgbox{ position:absolute; left:0; top:0; width:360px; padding-top:240px;}
.PhotoNews .info{ padding-right:180px; position:relative; height:240px;}
.PhotoNews .tit{ padding-top:39px; line-height:53px; font-size:20px; color:#000;}
.PhotoNews .p{-webkit-line-clamp: 3; height:72px; color:#999999;font-size:14px;line-height:24px;}
.PhotoNews .date{ position:absolute; right:0; width:140px; text-align:center; top:50px; border-left:1px solid #e7e7e7; height:140px; color:#999999; font-size:16px;}
.PhotoNews .date i{ display:block; line-height:36px; padding-bottom:6px; font-size:22px; color:#222222;}
.PhotoNews .date .more{ display:block; width:70px; height:25px; margin:18px auto 0; border-radius:13px; background: #217050 url(../images/more2.png) center center no-repeat;}
.PhotoNews li:hover .tit{ color:#217050;}

.Titleinfo{ text-align:center; border-bottom:1px dashed #e5e5e5; margin-bottom:35px;}
.Titleinfo h2{-size:24px; color:#333333; line-height:26px;}
.Titleinfo .date{ padding:12px 0; font-size:14px;}
.Titleinfo .date i{ display:inline-block;}
.Titleinfo .share{ display:inline-block;*display:inline; zoom:1; vertical-align:middle;}
.PrevNextBox {margin:50px 0 0 0;position:relative; color:#888888; font-size:16px;}
.PrevNextBox dl{ width:49%; line-height:60px; height:60px;overflow:hidden; background:#f7f7f7; position:relative;}
.PrevNextBox dl span{ padding-left:97px; position:relative; display:block;}
.PrevNextBox dl span em{ position:absolute; left:33px; top:0px; color:#000000; font-weight:bold;}
.PrevNextBox dl a{ margin:0px auto; display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:95%; color:#666666;}
.PrevNextBox dl:hover{background:#217050; color:#fff;}
.PrevNextBox dl:hover a{ color:#fff;}
.PrevNextBox dl:hover span em{color:#fff;}
.PrevNextBox dl a.none{color:#999;}

.SearchBox .form{padding-right:186px;position:relative;}
.SearchBox .input{width:100%;border:1px solid #dddddd;height:45px;padding-left:10px;font-size:20px;}
.SearchBox .btn{position:absolute;right:0;top:0;width:173px;height:45px;color:#fff;background:#217050;font-size:20px;}
.SearchBox .btn:hover{background:#217050;}
.SearchBox .result{font-size:14px;padding:14px 0 18px;}

@media(min-width:1025px){
.teamBox-detail .content{width: calc(810 / 1343 *100%);}
.teamBox-detail .imgbox{width: calc(477 / 1343 *100%);}
.teamBox-col .col{width: calc(680 / 1400 * 100%)}
}
@media(max-width:1024px){
.PhotoNews li{padding-left:300px; margin-bottom:15px;}
.PhotoNews .imgbox{width:280px; padding-top:180px;}
.PhotoNews .info{ height:180px; padding-right:120px;}
.PhotoNews .date{ width:100px; top:20px;}
.PhotoNews .tit{ padding-top:25px; line-height:35px; font-size:18px;}
.PhotoNews .date .more{width:50px;}
.subTab li {min-width: 2.8rem;}
}
@media(max-width:768px){
.PhotoNews li{ height:auto; padding:0;}
.PhotoNews .imgbox{ position:relative; width:auto;padding-top:50%;}
.PhotoNews .info{ padding:0 80px 0 15px; height:115px;}
.PhotoNews .date{ width:65px; font-size:14px; height:80px;}
.PhotoNews .date i{ font-size:16px; line-height:24px; padding-bottom:0;}
.PhotoNews .date .more{ height:20px; margin-top:5px;}
.PhotoNews .tit{ font-size:16px; padding-top:10px;}
.PhotoNews .p{ height:48px;-webkit-line-clamp: 2;}

.NewsList2 li{padding:12px 0px 12px 75px;}
.NewsList2 li .date{ left:0; top:20px;line-height:28px;font-size:14px; width:65px; height:65px;}
.NewsList2 li .date span{line-height:24px; margin:0 16px; font-size:16px;}
.NewsList2 li .more{ display:none;}
.NewsList2 li .tit{ line-height:28px; font-size:16px;}

.SearchBox .form{padding-right:110px;}
.SearchBox .btn{width:100px;height:36px;font-size:14px;}
.SearchBox .input{height:36px;font-size:14px;}

.subTit2{line-height: 1;font-size: 0.26rem;padding-bottom: 0.25rem;}

.subTit{padding: 0.1rem;}
.subTit:before{margin-right: 0.1rem;}
.team-list ul{margin: 0 0 -0.3rem -0.12rem;}
.team-list .item{width: calc(100% / 2 - 0.12rem);margin: 0 0 0.3rem 0.12rem;}
.subTab li{min-width: 100%;}
.subTab li a{line-height: 0.4rem;}

.teamBox-detail{padding: 0.2rem;}
.teamBox-pic .inner{padding: 0.2rem;}
.teamBox-pic .slider{padding: 0 0.5rem;}

}

@media (max-width:640px){
.NewsList li{width:auto;float:none;margin-bottom: 20px;}
.NewsList .tit{margin-top: 12px;line-height: 28px;}

.Titleinfo { line-height:20px; padding-bottom:0px; margin-bottom:20px;}
.Titleinfo h2{ font-size:18px;}
.Titleinfo .share{ display:none;}

.PrevNextBox {margin:30px 0 0 0; font-size:14px;}
.PrevNextBox dl{ width:auto; float:none !important; line-height:30px; height:30px; margin-bottom:8px;}
.PrevNextBox dl span{ padding-left:65px;}
.PrevNextBox dl span em{left:10px;}
}



/* 信息搜索 */
.search-dialog-box.on{
	opacity: 1;
	visibility: visible;
}
.search-dialog-box.on .search-bg{height: 100vh;}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}

.f-cb h3{ font-size: .3rem; color: #fff; text-align: center; margin-bottom: .3rem}

.search-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: rgba(74,148,148,.7);transition: .6s;left: 0;right: 0;z-index: 1;opacity: .8;-webkit-backdrop-filter: blur(15px);backdrop-filter: blur(15px);}
.search-dialog-box.on:before{ height:100%}
.search-dialog-box .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	display: none;
}
.search-dialog-box .search-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background: rgba(0,0,0,.7);
	background-size: cover;
	background-repeat: no-repeat;
	/* z-index: 1; */
	transform-origin: center center;
	transition: height .8s cubic-bezier(.77,0,.175,1);
}
.search-dialog-box .wrap-inner{
	transform:translateY(100%);
	transition: .6s;
}

.search-dialog{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.search-dialog .search-tit{
	font-size: 2.75rem;
	line-height: 3.5rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 0;
}
.search-dialog .search-input{
	width: 8rem;
	margin: 0 auto;
	padding: 0 0.08rem 0 .24rem;
	background-color: rgba(255,255,255,.1);
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: .72rem;
	width: calc(100% - .56rem);
	background-color: transparent;
	font-size: .2rem;
	line-height: .08rem;
	color: #fff;
	transition: all .3s;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
    color:rgba(255,255,255,0.5);  
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color:rgba(255,255,255,0.5); 
} 
.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn{
	float: right;
	height: .72rem;
	width: .56rem;
}

.search-dialog .search-input input[type=submit]{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: .24rem;
	background-image: url('../images/search-btn.png');
}
.search-dialog .search-input .clear-btn{
	background-color: rgba(0,0,0,.2);

	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/close-btn.png');
	background-size: 3.5rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}
.search-dialog .search-input.on{
	background-color: #fff;
}

.search-dialog .search-input.on input[type=submit]{

}

.search-dialog .hot-search{
	font-size: 0;

	width:19.5rem;
	margin:.6rem auto 0;
	box-sizing: border-box;
	padding:0 .6rem;
	overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
	font-size: .375rem;
	line-height: .5rem;

	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;
	background-image:;
}
.search-dialog .hot-link{
	margin-left: 1rem;
}


.search-dialog .hot-link a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: .375rem;
	line-height: .5rem;
	margin-right: .75rem;
	color:#fff;
	padding-bottom: 5px;
	position: relative;
}

.search-dialog .hot-link a:before{
	content: "";
	position: absolute;
	left:0%;
	bottom:0;
	width:100%;
	height: 2px;
	background-color: #fff;
	transform:scaleX(0);
	transform-origin:left center;
	transition:transform .3s;
}
.search-dialog-box .bottom-box{
	position: absolute;
	left: 0;
	bottom:5.1%;
	width:100%;
}
.search-dialog-box .bottom-box .share-box{
	overflow: hidden;
}
.search-dialog-box .bottom-box .copy{
	font-size: .35rem;
	line-height:.5rem;
	color: #fff;
	font-family: "gilroy-regular";
	margin-top: .5rem;
	overflow: hidden;
}


.pub-close {
    position: absolute;
    width: .48rem;
    height: .48rem;
    z-index: 10;
    right: .24rem;
    top: .24rem;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}
.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: .12rem;
    background-repeat: no-repeat;
    background-image: url(../images/close-btn.png);
    transition:.6s;
}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}

.teams .imgbox img{width: auto;height: auto;object-fit: cover}