@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0 }
*:focus {outline: none }
html { width:100%; height:100%; font-size:62.5%; /* 10÷16=62.5% */ }
body { font-size:1.6rem; line-height:1.6; font-weight:400; font-family:"微软雅黑", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", PingHei, STHeiti; color:#333; background:#fff; height:100%; overflow-x: hidden; text-align: justify }
em, q, cite, address { font-weight:400; font-style:normal }
h1, h2, h3, h4, h5, h6 { font-weight:800 }
address { display:inline }
img { border:none }
li { list-style:none }
q { quotes:none }
strong { font-weight:bold }
table { border-collapse:collapse }
th { text-align:left; font-weight:400 }
small { font-size:1rem }
i { font-style:normal } 

::selection { background-color:#4e9636; color:#fff }
::-moz-selection { background-color:#4e9636; color:#fff }

/* link */
a { color:#4e9636; outline-style:none; text-decoration:none; cursor:pointer; transition:0.2s; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s }
a:hover { color:#4e9636 }
a.a01, .a01 a { color:#333 }
a.a01:hover, .a01 a:hover { color:#4e9636 }

/* clear float */
.cf { zoom:1 } /* for IE */
.cf:after { content:"."; display: block; clear:both; font-size:0; height:0; visibility:hidden; overflow:hidden } /* for other */
/* end of clear float */

/* float */
.fleft { float:left!important }
.fright { float:right!important }
.fnone { float:none!important }
/* text-align */
.tleft { text-align:left }
.tright { text-align:right }
.tcenter { text-align:center }
/* display */
.dis { display:block }
.undis { display:none }
.disinline { display:inline }
.disinblock { display:inline-block }
.disflex { display: flex; align-items: center }
.flip { flex-direction: row-reverse }

/* form */
label { cursor:pointer }
label:hover { text-decoration:underline }
input, select, textarea { vertical-align: middle; color: #4b4948; font-family:"微软雅黑", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", PingHei, STHeiti; transition-duration: .2s; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; appearance: none; -moz-appearance:none; -webkit-appearance:none; border: 1px solid #e9e9e9; padding: 0 10px }
input[type="text"], input[type="password"], select { appearance:none; -moz-appearance:none; -webkit-appearance:none }
input::placeholder, textarea::placeholder { color: rgba(0,0,0,0.3) }
input[type="text"]:focus, input[type="password"]:focus, select:focus { border: 1px solid #4e9636 }

/*-------------------结构-------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, time { display:block }

.container { width: 80%; max-width: 1400px; margin-right: auto; margin-left: auto }
.container:before, .container:after { content:" "; display:table }
.container:after { clear: both }

/*-------------------定位-------------------*/
.positionRelative { position: relative }  
.positionAbsolute { position: absolute } 
.positionStatic { position:static!important; top: 0!important; margin-top: 0!important }

.poabsolute-wh50 { position:absolute; top:50%; left:50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.poabsolute-w50 { position:absolute; left:50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0) }
.poabsolute-h50 { position:absolute; top:50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%) }
.poabsolute-t { position:absolute; top:0 }
.poabsolute-b { position:absolute; bottom:0 }

.left0 { left:0!important }
.right0 { right:0!important }

.zindex2 { z-index:2 }
.zindex3 { z-index:3 }

.overhidden { overflow:hidden }

/*-------------------通用圆角-------------------*/
.border-radius3 { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px }
.border-radius5 { -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px }
.border-radius10 { -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px }
.border-radius50 { -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50% }

/*-------------------透明度-------------------*/
.opacity0_1 { filter:alpha(opacity=10); -moz-opacity:0.1; -khtml-opacity:0.1; opacity:0.1 }
.opacity0_3 { filter:alpha(opacity=30); -moz-opacity:0.3; -khtml-opacity:0.3; opacity:0.3 }
.opacity0_5 { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5 }
.opacity0_6 { filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6; opacity:0.6 }
.opacity0_7 { filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.7; opacity:0.7 }
.opacity0_8 { filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8 }

/*-------------------字体颜色、样式、字体间距-------------------*/
@font-face {font-family: 'webfont';
  src: url('//at.alicdn.com/t/vez8cpp7mt43g14i.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/vez8cpp7mt43g14i.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/vez8cpp7mt43g14i.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/vez8cpp7mt43g14i.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/vez8cpp7mt43g14i.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}

.enfont { font-family: enfont,Arial,sans-serif; font-weight: 400!important }
@font-face{
    font-family:'enfont';
    src: url('/font/DINEngschrift-Alternate.woff') format('woff'),
	url('/font/DINEngschrift-Alternate.ttf') format('truetype'),
	url('/font/DINEngschrift-Alternate.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.iconfont { line-height: 1em }
.fa-0_8x { font-size: 0.8em!important }
.fa-1x { font-size: 1em!important }
.fa-1_2x { font-size: 1.2em!important }
.fa-1_6x { font-size: 1.6em!important }
.fa-2x { font-size: 2em!important }
.fa-3x { font-size: 3em!important }
.fa-4x { font-size: 4em!important }
.fa-5x { font-size: 5em!important }

.font-bold { font-weight: 800 }
.font-thin { font-weight: 300 }
.font-normal { font-weight: 400 }

.mainfont { font-size: 1.4rem }
.smallfont { font-size: 1.2rem }

h1, .h1 { font-size: 5rem; line-height:1.1em }
h2, .h2 { font-size: 3.8rem; line-height:1.1em }
h3, .h3 { font-size: 3.4rem; line-height:1.1em }
h4, .h4 { font-size: 2.8rem; line-height:1.3em }
h5, .h5 { font-size: 2rem; line-height:1.5em }
h6, .h6 { font-size: 1.8rem; line-height:1.5em }


/*-------------------颜色--------------------*/
.colorfff, .colorfff a, a.colorfff { color: #fff }
.color000, .color000 a, a.color000 { color: #000 }
.color333 { color: #333 }
.color373935 { color: #373935 }
.color4e9636 { color: #4e9636 }
.color91c423 { color: #91c423 }
.colorbc0000 { color: #bc0000 }
.colorecce8a { color: #ecce8a }
.color103d00 { color: #103d00 }
a:hover .color103d00 { color: #4e9636 }

.bgfff { background: #fff }
.bg000 { background: #000 }
.bgf6f6f6 { background: #f6f6f6 }
.bgf9f9f9 { background: #f9f9f9 }
.bgfafafa { background: #fafafa }
.bgececec { background: #ececec }
.bg4e9636 { background: #4e9636 }
.bg91c423 { background: #91c423 }
.mo_bgf9f9f9 { background: transparent }

/*-----------------间距---------------------*/ 
.line-height1em { line-height:1em }
.line-height1_1em { line-height:1.1em }
.line-height1_3em { line-height:1.3em }
.line-height1_5em { line-height:1.5em }
.line-height1_6em { line-height:1.6em }
.line-height1_8em { line-height:1.8em }
.line-height2em { line-height:2em }

/*-------------------宽度、高度--------------------*/
.width20 { width:20% }
.width25 { width:25% }
.width30 { width:30% }
.width33 { width:33.33% }
.width35 { width:35% }
.width40 { width:40% }
.width45 { width:45% }
.width48 { width:48% }
.width50 { width:50% }
.width60 { width:60% }
.width65 { width:65% }
.width70 { width:70% }
.width75 { width:75% }
.width80 { width:80% }
.width90 { width:90% }
.width100 { width:100% }

.height50 { height: 50% }
.height100 { height: 100% }

.imgw20 { display:block; max-width:20%; height:auto }
.imgw30 { display:block; max-width:30%; height:auto }
.imgw40 { display:block; max-width:40%; height:auto }
.imgw50 { display:block; max-width:50%; height:auto }
.imgw60 { display:block; max-width:60%; height:auto }
.imgw90 { display:block; max-width:90%; height:auto }
.imgw100 { display:block; max-width:100%; height:auto }

.infinite-height { margin-bottom: -3373935px; padding-bottom: 3373935px }

/*-------------------区块-------------------*/
.area_100 { float:left; width:100% }
.area_90 { float:left; width:90% }
.area_85 { float:left; width:85% }
.area_80 { float:left; width:80% }
.area_75 { float:left; width:75% }
.area_70 { float:left; width:70% }
.area_66 { float:left; width:66.66% }
.area_65 { float:left; width:65% }
.area_60 { float:left; width:60% }
.area_55 { float:left; width:55% }
.area_50 { float:left; width:50% }
.area_48 { float:left; width:48% }
.area_45 { float:left; width:45% }
.area_40 { float:left; width:40% }
.area_35 { float:left; width:35% }
.area_33 { float:left; width:33.33% }
.area_30 { float:left; width:30% }
.area_28 { float:left; width:28% }
.area_25 { float:left; width:25% }
.area_22 { float:left; width:22% }
.area_20 { float:left; width:20% }
.area_10 { float:left; width:10% }

.box-sizing { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.margintop5 { margin-top:5px }
.margintop10 { margin-top:10px }
.margintop15 { margin-top:15px }
.margintop20 { margin-top:20px }
.margintop25 { margin-top:25px }
.margintop30 { margin-top:30px }
.margintop40 { margin-top:40px }
.margintop50 { margin-top:50px }
.margintop60 { margin-top:60px }

.marginbottom5 { margin-bottom:5px }
.marginbottom10 { margin-bottom:10px }
.marginbottom15 { margin-bottom:15px }
.marginbottom20 { margin-bottom:20px }
.marginbottom25 { margin-bottom:25px }
.marginbottom30 { margin-bottom:30px }
.marginbottom40 { margin-bottom:40px }
.marginbottom50 { margin-bottom:50px }
.marginbottom60 { margin-bottom:60px }

.marginleft5 { margin-left:5px }
.marginleft10 { margin-left:10px }
.marginleft15 { margin-left:15px }
.marginleft20 { margin-left:20px }
.marginleft30 { margin-left:30px }
.marginleft40 { margin-left:40px }
.marginleft50 { margin-left:50px }

.marginright5 { margin-right:5px }
.marginright10 { margin-right:10px }
.marginright20 { margin-right:20px }
.marginright30 { margin-right:30px }
.marginright40 { margin-right:40px }
.marginright50 { margin-right:50px }

.marginauto { margin-left:auto; margin-right:auto }

.paddingtop0 { padding-top:0!important }
.paddingtop5 { padding-top:5px }
.paddingtop10 { padding-top:10px }
.paddingtop15 { padding-top:15px }
.paddingtop20 { padding-top:20px }
.paddingtop30 { padding-top:30px }
.paddingtop35 { padding-top:35px }
.paddingtop40 { padding-top:40px }
.paddingtop50 { padding-top:50px }
.paddingtop60 { padding-top:60px }
.paddingtop80 { padding-top:80px }

.paddingbottom0 { padding-bottom:0!important }
.paddingbottom5 { padding-bottom:5px }
.paddingbottom10 { padding-bottom:10px }
.paddingbottom15 { padding-bottom:15px }
.paddingbottom20 { padding-bottom:20px }
.paddingbottom30 { padding-bottom:30px }
.paddingbottom35 { padding-bottom:35px }
.paddingbottom40 { padding-bottom:40px }
.paddingbottom45 { padding-bottom:45px }
.paddingbottom50 { padding-bottom:50px }
.paddingbottom60 { padding-bottom:60px }
.paddingbottom80 { padding-bottom:80px }
.paddingbottom100 { padding-bottom:100px }

.paddingleft0 { padding-left:0!important }
.paddingleft2 { padding-left:2px }
.paddingleft5 { padding-left:5px }
.paddingleft7 { padding-left:7px }
.paddingleft10 { padding-left:10px }
.paddingleft15 { padding-left:15px }
.paddingleft20 { padding-left:20px }
.paddingleft30 { padding-left:30px }
.paddingleft40 { padding-left:40px }
.paddingleft50 { padding-left:50px }

.paddingright0 { padding-right:0!important }
.paddingright2 { padding-right:2px }
.paddingright5 { padding-right:5px }
.paddingright7 { padding-right:7px }
.paddingright10 { padding-right:10px }
.paddingright15 { padding-right:15px }
.paddingright20 { padding-right:20px }
.paddingright30 { padding-right:30px }
.paddingright40 { padding-right:40px }
.paddingright50 { padding-right:50px }

.padding5 { padding:5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding10 { padding:10px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding15 { padding:15px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding20 { padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding30 { padding:30px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding40 { padding:40px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.row5 { margin-left: -5px; margin-right: -5px }
.row10 { margin-left: -10px; margin-right: -10px }
.row15 { margin-left: -15px; margin-right: -15px }
.row20 { margin-left: -20px; margin-right: -20px }

.mo_dis { display: none }
.mo_undis { display:block }

/*-----------------线条---------------------*/ 
.line-fff { width:100%; height:1px; line-height:1px; font-size:0; background:#fff; border:0 none }
.border-ededed { border: 1px solid #ededed; box-sizing: border-box }
.border-b-ededed { border-bottom: 1px solid #ededed; box-sizing: border-box }
.border-b-fff { border-bottom: 1px solid rgba(255, 255, 255, 0.2); box-sizing: border-box }
.border-ddd { border: 1px solid #ddd; box-sizing: border-box }

/*-------------------按钮-------------------*/ 
.button, a.button, input.button { text-decoration: none; text-align: center; display: inline-block; appearance: none; cursor: pointer; border: none; -webkit-transition-property: all; transition-property: all; transition:0.2s; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; box-sizing: border-box }

.button-l, a.button-l, input.button-l { width: 100%; line-height: 1em; padding: 15px 0 }

.custom-button { display: inline-flex; align-items: center; padding: 5px 30px 5px 15px; box-sizing: border-box; text-decoration: none; font-size: 1.4rem; color: #4e9636; border: 1px solid #4e9636; background: transparent; transition: all 0.3s; position: relative; overflow: hidden }
.custom-button::after { font-family: "iconfont" !important; content: "\e6a7"; font-size: 1.4rem; transition: all 0.3s; position: absolute; right: 10px }
.custom-button::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: #4e9636; transition: all 0.3s; z-index: -1 }
.custom-button:hover, a:hover .custom-button { color: #fff!important }
.custom-button:hover::before, a:hover .custom-button::before { left: 0 }

.custom-button.white { color: #fff; border: 1px solid #fff }

.custom-button.gray { color: #999; border: 1px solid #cecece }
.custom-button.gray:hover, a:hover .custom-button.gray, .custom-button.white:hover, a:hover .custom-button.white { border: 1px solid #4e9636 }

.custom-button.green { background: #4e9636; color: #fff }
.custom-button.green::before { background: #fff }
.custom-button.green:hover, a:hover .custom-button.green { color: #4e9636!important; background: transparent; border: 1px solid #fff }

.button-green { border: 1px solid #4e9636!important; background: #4e9636; color: #fff }
.button-green:hover, a:hover .button-green { color: #4e9636; background: transparent }

.button-gray { background: #f9f9f9; color: #999 }
.button-gray:hover, a:hover .button-gray { background: #4e9636; color: #fff }

/*-------------------通用-------------------*/ 
.com-rows_1 { display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
.com-rows_2 { height:2.95em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical/*最多显示2行，超出省略号*/ }
.com-rows_max2 { max-height:3.15em; line-height:1.6em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical/*最多显示2行，超出省略号*/ }
.com-rows_3 { height:4.45em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical }
.com-rows_max3 { max-height:4.75em; line-height:1.6em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical }
.com-rows_4 { height:5.95em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical }
.com-rows_max4 { max-height:5.95em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical }
.com-rows_5 { height:6.95em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical }
.com-rows_6 { height:8.35em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:6; -webkit-box-orient:vertical }

.zoomimg { -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s }
a:hover .zoomimg, .zoomimg:hover { transform: scale(1.05); -ms-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); -moz-transform: scale(1.05) }

.block-padding { padding-top: 10vh; padding-bottom: 10vh }
.block-padding-t { padding-top: 10vh }
.block-padding-b { padding-bottom: 10vh }
.block-padding-t-10 { padding-top: calc(10vh - 10px) }
.block-padding-b-10 { padding-bottom: calc(10vh - 10px) }
.block-padding-t05 { padding-top: 6vh }
.block-padding-b05 { padding-bottom: 6vh }

.card-box { padding: 3vw; box-sizing: border-box }

.com-link { display: block; transition: all 0.3s; color: #333 }
.com-link:hover { transform: translateY(-3px) }

.com-title { display: flex; justify-content: space-between; align-items: center }

.stats-grid-2column, .stats-grid-3column, .stats-grid-4column, .stats-grid-5column, .stats-grid-6column { display: grid; gap: 30px }
.stats-grid-2column { grid-template-columns: repeat(2, 1fr) }
.stats-grid-3column { grid-template-columns: repeat(3, 1fr) }
.stats-grid-4column { grid-template-columns: repeat(4, 1fr) }
.stats-grid-5column { grid-template-columns: repeat(5, 1fr) }
.stats-grid-6column { grid-template-columns: repeat(6, 1fr) }
.gap0 { gap: 0!important }

.left-right-con { display: flex; flex-wrap: wrap; align-items: center; gap: 5% }
.left-right-con>div { flex: 1; width: 50% }
.left-right-box:nth-child(odd) .left-right-con { flex-direction: row-reverse }

.inside-banner-s { min-height: 300px; overflow: hidden }
.inside-banner-s .inside-banner { height: 100%; min-height: 300px; object-fit: cover; object-position: center }
.inside-banner-title { top: 70%; transform: translateY(-50%) }
.inside-banner-title .title-bg { width: 70%; margin-left: -25%; margin-top: -1% }
.inside-banner-b { height: 100vh; overflow: hidden }
.inside-banner-b .inside-banner { height: 100vh; object-fit: cover; object-position: center }
.inside-banner-b .inside-banner-title { top: 50% }

.com-swiper .swiper-button-prev, .com-swiper .swiper-button-next { background: rgba(78,150,54,0.5); transition: all 0.3s }
.com-swiper .swiper-button-prev:hover, .com-swiper .swiper-button-next:hover { background: #4e9636 }
.com-swiper .swiper-button-prev:after, .com-swiper .swiper-button-next:after { color: #fff; font-size: 16px }
.com-swiper .swiper-button-prev.swiper-button-disabled, .com-swiper .swiper-button-next.swiper-button-disabled { background: #a1a1a1 }
.full-swiper .swiper-button-prev { left: 2% }
.full-swiper .swiper-button-next { right: 2% }

.title-line { border-bottom: 1px solid #ededed; color: #103d00; padding-bottom: 20px }

.com-hover-text { width: 100%; height: 100%; background: rgba(78,150,54,0.9); color: #fff; position: absolute; top: 100%; left: 0; transition: all 0.5s }
.com-hover-text>div { max-height: 100%; overflow-y: auto }
.com-hover-text>div::-webkit-scrollbar { width: 6px; height: 6px }
.com-hover-text>div::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.3); border-radius: 3px }
.com-hover-text>div::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.3); border-radius: 3px }
a:hover .com-hover-text { top: 0 }
a:hover .com-hover-text .custom-button.white { border: 1px solid #fff }

.vtext { writing-mode: vertical-rl; display: inline-block; letter-spacing: 2px; position: relative; top: 4px }

.anchor { display: block; width: 100%; height: 1px; font-size: 0; pointer-events: none; position: relative; top: -80px }

/*-------------------头部-------------------*/
.headbox { width: 100%; height: 80px; position: fixed; top: 0; z-index: 1373935; border-bottom: 1px solid rgba(255, 255, 255, 0.3); box-sizing: border-box }
.headbox::before { content: ""; width: 100%; height: 100%; background: #fff; position: absolute; left: 0; top: -100% }
.head-container { width: 96%; margin: 0 auto; display: flex; justify-content: space-between; position: relative }
.headbox .logobox { width: 88px; height: 34px; margin-top: 23px; background: url(../images/logo-w.png) 0 0 no-repeat; background-size: 100% 100% }
.nav .menuLi { float: left; display: block; position:relative }
.nav .menuLi .mainmenu { display:block; height:80px; line-height:80px; padding: 0 1.5vw; color:#fff }
.nav .menuLi .mainmenu:hover, .nav .menuLi .mainmenu.menuLiBnameover { background:#4e9636; color:#fff }
.menuListBox { min-width: 100%; border-bottom: 5px solid #4e9636; line-height: 40px; position: absolute; top: 79px; left: 0; background: #f2f2f2; box-sizing: border-box; display:none }
.menuListBox a { display:block; padding: 0 1.5vw; box-sizing: border-box; height: 40px; line-height:40px; font-size: 1.4rem; color: #060606; white-space:nowrap }
.menuListBox a:first-of-type { margin-top: 10px }
.menuListBox a:last-of-type { margin-bottom: 10px }
.menuListBox a:hover { background: #e4e4e4; color: #060606 }
.laber-nav { position: absolute; right: 0; top: 30px }
.laber-nav a { display: inline-block; padding: 0 5px; height: 20px; line-height: 20px; color: #fff; font-size: 1.4rem; border-radius: 3px; background: #4e9636 }
.headbox, .headbox .logobox, .headbox::before, .nav .menuLi .mainmenu { transition: all 0.3s; -webkit-transition-duration: all 0.3s }
.headbox.current::before { top: 0 }
.headbox.current .logobox { background: url(../images/logo.png) 0 0 no-repeat; background-size: 100% 100% }
.headbox.current .nav .menuLi .mainmenu { color: #373935 }
.headbox.current .nav .menuLi .mainmenu:hover, .headbox.current .nav .menuLi .mainmenu.menuLiBnameover { background:#4e9636; color:#fff }

/*-------------------底部-------------------*/
.footbox { background: #f6f6f6 }
.foot-container { width: 80%; margin: 0 auto; padding-top: 40px }
.foot-logo { width: 30%; float: left }
.foot-logo img { width: 70px }
.foot-link { width: 70%; float: right; display: flex; justify-content: space-between }
.foot-link-title { display: block; font-weight: 800; margin-bottom: 10px; color: #103d00 }
.foot-link-sub a { display: block; font-size: 1.4rem; line-height: 2.2; color: #333 }
.foot-link a:hover { color: #4e9636 }

.foot-copyright { margin-top: 10vh; padding: 10px 0; border-top: 1px solid rgba(0,0,0,0.05); display: flex; justify-content: space-between; align-items: center; font-size: 1.4rem; color: rgba(0,0,0,0.6) }
.foot-copyright a { color: rgba(0,0,0,0.6) }
.wangjing-t { width: 200px; height: auto; position: absolute; left: 0; z-index: 100; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0 }
.wangjing { height: 26px; margin-right: 10px }
.gongan { display: inline-flex }
.gongan img { margin-right: 2px }

.department-title { display: inline-block; padding-left:10px; box-sizing: border-box; border: 1px solid rgba(0,0,0,0.05) }
.department-title span { border-right: 1px solid rgba(0,0,0,0.05); padding-right: 10px }
.department-title .iconfont { display: inline-block; font-size: 1.4rem; color: rgba(0,0,0,0.6); width: 30px; text-align: center; height: 30px; line-height: 30px; transition: all 0.3s }
.department-title.rotate .iconfont { transform: rotate(180deg) }
.department-pop { display: none; width: 10em; text-align: right; position: absolute; right: 0; bottom: 30px; background: #fff; -moz-box-shadow:0 0 15px rgba(0,0,0,.1); -webkit-box-shadow:0 0 15px rgba(0,0,0,.1); box-shadow: 0 0 15px rgba(0,0,0,.1) }

.fixedicon { width: 40px; text-align: center; height: 82px; position: fixed; right: 10px; bottom: 20px; z-index: 1001 }
.fixedicon a { display: inline-block; width: 100%; text-align: center; height:40px; background: #4e9636; color: #fff; transition-duration:0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; border-radius: 3px }
.fixedicon a .iconfont { line-height: 40px }
.fixedicon a:hover { background: #91c423 }
.fixedicon .gototop { margin-top: 2px; display: none }
.fixed-weixin { width: 150px; height: auto; position: absolute; top: -50px; right: 80px; opacity: 0; pointer-events: none; transition: all 0.3s }
.fixed-weixin.show { right: 40px; opacity: 1 }

/*-------------------首页-------------------*/
.scroll { width: 100px; height: auto; z-index: 100; pointer-events: none; position: fixed; bottom: 10px; left: 50%; margin-left: -50px; color: #fff }
.scroll p { margin-top: 2px }
.scroll .bar { display: block; position: absolute; width: 2px; height: 5px; top: 6px; left: 50%; margin-left: -1px; background-color: rgba(255, 255, 255, 0.5); border-radius: 2px; overflow: hidden }
.scroll .bar:after { display: block; width: 100%; height: 100%; content: ''; position: absolute; top: 0; left: 0; background-color: #fff; -webkit-animation-name: suggest; animation-name: suggest; -webkit-animation-duration: 1.2s; animation-duration: 1.2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.6, 0, 0.2, 1) }
@-webkit-keyframes suggest {
	0% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	49.9% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	50% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%
	}

	100% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%
	}
}
@keyframes suggest {
	0% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	49.9% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}

	50% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%
	}

	100% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%
	}
}

.video-container { position: relative; width: 100% }
.play-pause-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); cursor: pointer; z-index: 10; color: #fff; transition: all 0.3s; display: none }
.play-pause-icon:hover { color: rgba(255, 255, 255, 0.6)}

.group-intro-stats { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap }
.stat-item { flex: 0 0 calc(50%); text-align: center; padding: 30px 0; box-sizing: border-box }
.stat-item h3 { display: inline-block; margin-right: 3px }
.stat-item .stat-label { font-size: 1.4rem } 
.stat-item:nth-of-type(1) { background: #91c423; border: 1px solid #91c423; color: #fff }
.stat-item:nth-of-type(2) { background: #4e9636; border: 1px solid #4e9636; color: #fff }

.index-news a { background: #f6f6f6; position: relative }
.index-news a::before { width: 0; height: 5px; content: ""; position: absolute; left: 0; top: 0; background: #4e9636; transition: all 0.3s }
.index-news a:hover::before { width: 100% }
.index-news a p { color: #333 }
.index-news a h5 { color: #103d00 }
.index-news a:hover, .index-news a:hover p, .index-news a:hover h5 { color: #4e9636 }

.index-development { min-height: 300px; overflow: hidden }
.index-development img { height: 100%; min-height: 300px; object-fit: cover }

/*-------------------走进新城-------------------*/
.about-con01 { background: url(../images/about/img04.jpg) center center no-repeat; background-size: cover }
.about-grid>div { background: #eeeeee; padding: 20px 0 }
.about-grid>div:nth-of-type(even) { background: #e7e7e7 }

.intro-grid>div, .multi-grid>div { border: 1px solid #ededed; border-right: 0 }
.intro-grid>div:last-of-type, .multi-grid>div:last-of-type { border-right: 1px solid #ededed }
.intro-culture { height: calc(100vh); min-height: 500px; background: url(../images/about/intro-img01.jpg) center center no-repeat; background-size: cover }
.intro-layout { background: url(../images/about/intro-img02.jpg) center center no-repeat; background-size: cover }

.headportrait-shade { width: 15vw; height: 15vw; max-width: 200px; max-height: 200px; min-width: 120px; min-height: 120px }

.history-theme { height: calc(100vh); min-height: 500px; background: url(../images/about/history-img01.jpg) center center no-repeat; background-size: cover }
.history-swiper .swiper1 { width: calc(100% - 150px); float: left }
.history-swiper .swiper1 .swiper-slide>div { width: 100%; position: absolute; top: 50%; transform: translateY(-50%) }
.history-swiper .swiper2-box { width: 150px; height: 100%; position: absolute; right: 0; padding: 30px 0; box-sizing: border-box }
.history-swiper .swiper2 { width: 100%; height: 100% }
.history-swiper .swiper2 .swiper-slide { display: flex; justify-content: center; align-items: center }
.history-swiper .swiper2 .swiper-slide p { font-size: 8rem; line-height: 1; font-family: enfont,Arial,sans-serif; color: #eaeaea; transition: all 0.3s; transform: scale(0.8) }
.history-swiper .swiper2 .swiper-slide.swiper-slide-active p, .history-swiper .swiper2 .swiper-slide:hover p { color: #4e9636; transform: scale(1) }
.history-swiper .swiper-button-prev, .history-swiper .swiper-button-next { width: 30px; height: 30px; left: 50%; right: auto; transform: translateX(-50%) translateY(0); margin-top: 0; color: #4e9636 }
.history-swiper .swiper-button-prev { top: 0 }
.history-swiper .swiper-button-next { top: auto; bottom: 0 }
.history-swiper .swiper-button-prev:after, .history-swiper .swiper-button-next:after { font-family: "iconfont" !important; font-size: 30px }
.history-swiper .swiper-button-prev:after { content: "\e84f" }
.history-swiper .swiper-button-next:after { content: "\eff7" }
.history-swiper .swiper1 .swiper-slide:nth-last-child(-n+4), .history-swiper .swiper2 .swiper-slide:nth-last-child(-n+4) { opacity: 0; pointer-events: none }

.organization-swiper .swiper-slide { width: 15% }
.organization-swiper .swiper-slide .organization-swiper-item { display: flex }
.organization-swiper .swiper-slide .organization-swiper-item>div { padding-top: 20px }
.organization-swiper .swiper-slide:nth-child(1) { width: 60% }
.organization-swiper .swiper-slide:nth-child(1) .organization-swiper-item>div { width: 25% }
.organization-swiper .swiper-slide:nth-child(3) { width: 45% }
.organization-swiper .swiper-slide:nth-child(3) .organization-swiper-item>div { width: 33.33% }
.organization-swiper .swiper-button-prev { left: -60px }
.organization-swiper .swiper-button-next { right: -60px }
.organization-swiper .swiper-button-prev, .organization-swiper .swiper-button-next { background: rgba(188,0,0,0.5); transition: all 0.3s }
.organization-swiper .swiper-button-prev:hover, .organization-swiper .swiper-button-next:hover { background: #bc0000 }
.organization-swiper .swiper-button-prev:after, .organization-swiper .swiper-button-next:after { color: #fff; font-size: 16px }
.organization-swiper .swiper-button-prev.swiper-button-disabled, .organization-swiper .swiper-button-next.swiper-button-disabled { background: #a1a1a1 }

.party-con01 { background: url(../images/about/party-bg01.jpg) center bottom no-repeat; background-size: cover }
.party-con01-grid>div { background: #b7241c; padding: 2vw 0; box-sizing: border-box; color: #fff; display: flex; align-items: center; justify-content: center; position: relative }
.party-con01-grid>div::after { content: ""; width: 0; height: 0;  position: absolute; top: 0; left: 0; z-index: 1; width: 0; height: 0; border-top: 15px solid #ecce8a; border-right: 15px solid transparent }
.party-con01-grid>div h2 { margin-right: 5px }
.party-con02 { background: url(../images/about/party-bg02.jpg) center center no-repeat; background-size: cover }
.party-con02 li { margin-bottom: 5px; position: relative }
.party-con02 li::before { content: "·"; }
.party-news-title { background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); color: #fff }
.party-news li { border-bottom: 1px solid #ededed }
.party-news li a { padding: 20px; box-sizing: border-box; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-weight: 800 }
.party-news li a:hover { color: #bc0000 }

.culture-panels { display: flex; width: 100%; overflow: hidden }
.culture-panels .panel { flex: 1; transition: all 0.8s; position: relative; cursor: pointer; min-width: 80px; border-right: 2px solid #fff; box-sizing: border-box; background: url(/images/about/culture_bg.jpg) center no-repeat; background-size: cover }
.culture-panels .panel-content { padding: 30px; box-sizing: border-box; overflow: hidden }
.culture-panels .panel-title { color: #4e9636; writing-mode: vertical-rl; position: absolute; top: 30px; left: 50%; transform: translateX(-50%) }
.culture-panels .panel-text { width: 460px; transform: translate(-150%, 0); transition: all 0.8s; color: #fff }
.culture-panels .panel-text p.mainfont { line-height: 1.5 }
.culture-panels .panel.active { flex: 0 0 520px; background: #4e9636 }
.culture-panels .panel.active .panel-text { transform: translate(0, 0) }
.culture-panels .panel.active .panel-title { display: none }
.culture-panels .panel:last-of-type.active { flex: 0 0 320px }
.culture-panels .panel:last-of-type .panel-text { width: 260px }

/*-------------------业务版图-------------------*/
.business-panels-box { width: 100%; height: 100vh; background: url(../images/business/img01.jpg) center center no-repeat; background-size: cover; transition: all 0.8s }
.business-panels { display: flex; width: 100%; height: 100%; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 2 }
.business-panels .panel { flex: 1; transition: all 0.8s; position: relative; cursor: pointer; min-width: 120px; border-right: 1px solid rgba(255,255,255,0.4); box-sizing: border-box }
.business-panels .panel-content { width: 80%; margin: 20vh auto auto; box-sizing: border-box; overflow: hidden }
.business-panels .panel p { color: rgba(255, 255, 255, 0.7); min-height: 44px }
.business-panels p.panel-theme { font-size: 2.4rem; font-weight: bold; line-height: 1.3; color: #fff }
.business-panels .panel.active { flex: 2 }
.business-panels .panel.active .panel-content { text-align: left }
.business-panels .panel-text { transform: translate(-110%, 0); transition: all 0.8s }
.business-panels .panel.active .panel-text { transform: translate(0, 0) }

.com-swiper-out .swiper-button-prev { left: -60px }
.com-swiper-out .swiper-button-next { right: -60px }
.Cswiper-title { width: 100%; padding: 20px; background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); color: #fff; box-sizing: border-box; position: absolute; bottom: 0; left: 0; z-index: 2 }

.Cip-panels { display: flex; width: 100%; overflow: hidden }
.Cip-panels .panel { height: 440px; flex: 1; transition: all 0.8s; position: relative; cursor: pointer; min-width: 80px }
.Cip-panels .panel:nth-of-type(1) { background: #2c94cd }
.Cip-panels .panel:nth-of-type(2) { background: #abc000; margin-left: 20px; margin-right: 20px }
.Cip-panels .panel:nth-of-type(3) { background: #088c98 }
.Cip-panels .panel-logo { width: 50%; max-width: 200px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) }
.Cip-panels .panel.active { flex: 0 0 60% }
.Cip-panels .panel.active:nth-of-type(1) { background: url(../images/business/Cip-s01.jpg) center no-repeat; background-size: cover }
.Cip-panels .panel.active:nth-of-type(2) { background: url(../images/business/Cip-s02.jpg) center no-repeat; background-size: cover }
.Cip-panels .panel.active:nth-of-type(3) { background: url(../images/business/Cip-s03.jpg) center no-repeat; background-size: cover }
.Cip-panels .panel.active .panel-logo { width: 100px; top: 20px; left: 20px; transform: translate(0, 0) }

.construction-tabs .tab-header { display: flex; justify-content: space-around; border-bottom: 1px solid #ededed }
.construction-tabs .tab-btn { font-weight: 800; color: #103d00; padding-bottom: 10px; position: relative; transition: all 0.3s }
.construction-tabs .tab-btn:hover, .construction-tabs .tab-btn.active { color: #4e9636 }
.construction-tabs .tab-btn.active::before { content: ""; width: 100%; height: 2px; background: #4e9636; position: absolute; bottom: 0; left: 0; transition: all 0.3s }
.construction-tabs .tab-pane, .CP-tabs .tab-pane { display: none }
.construction-tabs .tab-pane.active, .CP-tabs .tab-pane.active { display: block }

.tt-grid-line { border: 1px solid #ededed; border-right: 0; border-bottom: 0 }
.tt-grid-line>div { border-right: 1px solid #ededed; border-bottom: 1px solid #ededed }

.construction-con01 { background: url(../images/business/construction-img01.jpg) center no-repeat; background-size: cover }
.construction-con01 .contact-card>div { background: url(/images/business/card-bg.png) #fff right bottom no-repeat; background-size: 50% auto; overflow: hidden; line-height: 30px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) }
.construction-con01 .contact-card>div h6 { position: relative; padding-bottom: 15px }
.construction-con01 .contact-card>div h6::before { content: ""; width: 25%; height: 5px; background: #4e9636; border-radius: 3px; position: absolute; left: -22px; bottom: -3px }
.construction-con01 .contact-card .iconfont { color: #4e9636; font-size: 2rem; position: relative; top: 2px }
.phone-wrapper { display: inline-block; width: 3em; white-space: nowrap; word-spacing: 0.7em }

.cc-con { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 4vw }
.cc-con>div:last-of-type { display: flex; flex-wrap: nowrap; flex-direction: column; justify-content: space-evenly }
.cc-ewm { display: flex; align-items: center; gap: 10px }
.cc-ewm img { width: 100px; height: auto } 

.CP-tabs .tab-header { background: #f1f1f1; display: grid; grid-template-columns: repeat(3, 1fr) }
.CP-tabs .tab-btn { text-align: center; height: 3em; line-height: 3em; font-weight: 800; color: #103d00; border-bottom: 5px solid #103d00; position: relative; transition: all 0.3s }
.CP-tabs .tab-btn:hover, .CP-tabs .tab-btn.active { color: #4e9636; border-bottom: 5px solid #4e9636 }
.CP-tabs .tab-btn.active::before { content: ""; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #4e9636; position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%); z-index: 10; transition: all 0.3s }

.CP1-swiper .swiper-slide::before, .CP2-swiper .swiper-slide::before, .CP3-swiper .swiper-slide::before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.3); z-index: 1; pointer-events: none }


.rs-icon-grid .iconfont { display: inline-block; width: 2.8em; height: 2.8em; line-height: 2.8em; box-sizing: border-box; font-size: 3rem; color: #4e9636; border-radius: 50%; border: 1px solid #4e9636; transition: all 0.3s }
.rs-icon-grid a:hover .iconfont { background: #4e9636; color: #fff }
.product-swiper { padding-top: 80px; position: relative }
.product-swiper .swiper { width: 80%; margin: auto }
.product-swiper .swiper-pagination-bullets.swiper-pagination-horizontal { width: 80%; left: 10%; top: 0; bottom: auto; border-bottom: 1px solid #ededed; display: flex; justify-content: space-around }
.product-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { background: transparent; margin: 0; font-size: 1.8rem; font-weight: 800; display: block; width: auto; height: auto; padding-bottom: 10px; opacity: 1; position: relative }
.product-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active { color: #4e9636 }
.product-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active::before { content: ""; width: 100%; height: 2px; background: #4e9636; position: absolute; bottom: 0; left: 0; transition: all 0.3s }
.product-swiper .swiper-button-prev { left: 0 }
.product-swiper .swiper-button-next { right: 0 }

.rs-operator { height: calc(100vh); min-height: 500px; background: url(../images/business/re-img04.jpg) center center no-repeat; background-size: cover }
.rs-operator .stats-grid-3column>div { border: 1px solid rgba(255, 255, 255, 0.5); padding-bottom: 6vw }
.rs-operator .iconfont { font-size: 2rem; margin-right: 10px }

.marketing-title { height: 60px; border-bottom: 1px solid #ededed; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.marketing-title .iconfont { font-size: 1.4rem; color: #999 }
.marketing-title .iconfont:before  { content: "\e6a7"; }
.marketing-title.cur .iconfont:before  { content: "\e620" }
.marketing-text { display: none; overflow: hidden; transition: max-height 0.3s ease-in-out }
.marketing-text:nth-of-type(2) { padding-bottom: 10vh; border-bottom: 1px solid #ededed }
.marketing-text.cur { display: block }

.foursquare-grid>div { background: #f6f6f6; padding: 20px 0 }
.foursquare-grid>div:nth-of-type(2), .foursquare-grid>div:nth-of-type(3) { background: #f1f1f1 }


/*-------------------新闻-------------------*/
.news-tabs .tab-header { display: flex; gap: 10px }
.news-tabs .tab-btn { padding: 10px 20px; border: 1px solid #cecece; color: #999; background: transparent; cursor: pointer }
.news-tabs .tab-btn:hover, .news-tabs .tab-btn.active { border: 1px solid #4e9636; background: #4e9636; color: #fff; transition: all 0.3s }
.news-tabs .tab-btn .iconfont { margin-right: 5px }
.news-tabs .tab-content { padding-top: 30px }
.news-tabs .tab-pane { display: none }
.news-tabs .tab-pane.active { display: block }

.com-playbtn { color: #fff }
.com-playbtn:hover, a:hover .com-playbtn { color: rgba(255,255,255,0.6) }
.modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999 }
.modal-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8) }
.modal-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; max-width: 1066px;border-radius: 5px }
.modal-video { width: 100%; height: 600px; border: none }
.modal-close:hover { transform: rotate(90deg) }
.modal-close { position: absolute; top: 0; right: -26px; font-size: 16px; color: #fff; transition: all 0.1s }

.nd-mainbox { padding-left: 280px }
.nd-sub { width: 250px; margin-left: -280px }
.nd-sub ul { margin: 20px 0 }
.nd-sub ul li { margin-bottom: 10px }
.nd-sub ul li a { position: relative; color: #333 }
.nd-sub ul li a:hover { color: #4e9636 }
.nd-sub ul li a::before { width: 5px; height: 0; content: ""; position: absolute; left: 0; top: 0; background: #4e9636; transition: all 0.3s }
.nd-sub ul li a:hover::before { height: 100% }
.nd-con img { max-width: 100% }
.nd-title { padding-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.05); box-sizing: border-box; font-size: 2.2rem; line-height: 1.3; font-weight: bold }

.ewm-box { display: flex; justify-content: space-between; align-items: center }
.ewm-box .iconfont { padding: 3px; box-sizing: border-box; border-radius: 50%; color: #fff; font-size: 16px }
.ewm-box .icon-weixin, .ewm-box .icon-xiaochengxu { background: #28c445 }
.ewm-box .icon-shipinhao { background: #5390cc }
.ewm-box img { display: block; width: 60px; border: 5px solid #fff; margin: 0 10px }

.back-btn-box { padding-top: 20px; border-top: 1px solid rgba(0, 0, 0, 0.05); box-sizing: border-box; margin-top: 40px }
.back-btn { display: inline-flex; align-items: center; padding: 5px 15px 5px 30px; text-decoration: none; font-size: 1.4rem; color: #999; border: 1px solid #cecece; background: transparent; transition: all 0.3s; position: relative; overflow: hidden }
.back-btn::after { font-family: "iconfont" !important; content: "\eff4"; font-size: 1.4rem; transition: all 0.3s; position: absolute; left: 10px }
.back-btn::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: #4e9636; transition: all 0.3s; z-index: -1 }
.back-btn:hover, a:hover .back-btn { color: #fff!important; border: 1px solid #4e9636 }
.back-btn:hover::before, a:hover .back-btn::before { left: 0 }

/*-------------------投资者关系-------------------*/
.investor-stock { float: right; display: inline-block; border: 1px solid rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.1); padding: 30px; box-sizing: border-box; color: #fff; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px) }
.stockup, .stockdown { border-top: 1px solid rgba(255, 255, 255, 0.3); padding-top: 20px }
.stockup { color: #bc0000 }
.stockdown { color: #4e9636 }
.stockdown .iconfont:before { content: "\e82c" }

.investor-mainbox { padding-right: calc(6vw + 280px) }
.investor-rbox { width: 280px; float: right; margin-right: calc(-6vw - 280px) }

.investor-tabs .tabs-header { display: flex; border-bottom: 1px solid #dbdbdb }
.investor-tabs .tab-link { font-weight: bold; padding: 10px 0 17px; box-sizing: border-box; margin-right: 6vw; margin-bottom: -1px; color: #999; text-decoration: none; border-bottom: 5px solid transparent; transition: all 0.3s }
.investor-tabs .tab-link:last-of-type { margin-right: 0 }
.investor-tabs .tab-link:hover { color: #103d00 }
.investor-tabs .tab-link.active { color: #103d00; border-bottom-color: #103d00 }
.investor-tabs .tab-content { display: none }
.investor-tabs .tab-content.active { display: block }

.investor-list li { border-bottom: 1px dashed #dbdbdb }
.investor-list li:last-of-type { border-bottom: 0 }
.investor-list li a { display: inline-block; font-weight: bold; width: 100%; padding: 20px 20px 20px 120px; box-sizing: border-box; color: #103d00 }
.investor-list li a:hover { color: #4e9636 }
.investor-list li a span { display: inline-block; font-weight: 400; float: left; color: #333; margin-left: -120px }

.investor-iconbox>div { padding: 0 20px; box-sizing: border-box }
/* .investor-iconbox .iconfont { display: inline-block; width: 2.8em; height: 2.8em; line-height: 2.8em; box-sizing: border-box; font-size: 3rem; color: #103d00; border-radius: 50%; border: 1px solid #103d0080; transition: all 0.3s } */
.investor-iconbox .contact-ewm-box { top: -1px; transform: translate(-50%, 0) }

/*-------------------可持续发展-------------------*/
.dindex-text { min-height: 78px }
.corporate-con01 { background: url(../images/development/corporate-img01.jpg) center center no-repeat; background-size: cover }
.corporate-con01 .stats-grid-2column>div, .green-con03 .stats-grid-2column>div { background: rgba(255, 255, 255, 0.55); padding: 2vw; box-sizing: border-box; display: flex; align-items: center }
.corporate-con01 .stats-grid-2column>div h2, .green-con03 .stats-grid-2column>div h2 { flex: 0 0 2em; width: 2em; height: 2em; line-height: 2em; color: #4e9636; border: 1px solid #4e9636; border-radius: 50%; text-align: center; margin-right: 20px }
.corporate-con02 .area_50:nth-of-type(2) { border-left: 1px solid #ededed; box-sizing: border-box }
.corporate-con03 a { float: left; display: inline-block; width: calc(50% - 15px); color: #333; border-bottom: 1px dashed #ededed; padding: 10px 0; margin-top: 10px }
.corporate-con03 a .iconfont { color: #4e9636; margin-right: 10px }
.corporate-con03 a:hover { color: #4e9636 }
.corporate-con03 a:nth-of-type(odd) { margin-right: 30px }

.green-con01 { background: url(../images/development/green-img01.jpg) center center no-repeat; background-size: cover }
.green-con01-chart { display: flex; justify-content: space-between }
.green-con01 .area_28 { max-width: 260px }
.green-con02 { height: calc(100vh); min-height: 500px; background: url(../images/development/green-img06.jpg) center center no-repeat; background-size: cover }
.green-con03 { background: url(../images/development/green-img07.jpg) center center no-repeat; background-size: cover }

.character-con01 { background: url(../images/development/character-img01.jpg) center center no-repeat; background-size: cover }
.character-con01 .stats-grid-2column { max-width: 480px; margin: auto }
.character-con01 .stats-grid-2column>div { border-right: 1px solid #ededed; box-sizing: border-box }
.character-con01 .stats-grid-2column>div:last-of-type { border-right: 0 }

.fiven-box { display: inline-block; background: #fff; border-radius: 9vw; padding: 10px }
.fiven-con { display: flex; position: relative; z-index: 0 }
.fiven-con>div { float: left; width: 13vw; height: 13vw; min-width: 140px; min-height: 140px; max-width: 170px; max-height: 170px; background: rgba(78,150,54,0.9); color: #fff; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative  }
.fiven-con>div:nth-of-type(even) { background: rgba(140,195,20,0.9); margin: 0 -2vw; z-index: -1 }
.fiven-con>div .iconfont { font-size: 4rem; margin-bottom: 5px }
.fiven-con>div:nth-of-type(1)::before, .fiven-con>div:nth-of-type(3)::before, .fiven-con>div:nth-of-type(3)::after, .fiven-con>div:nth-of-type(5)::before { font-size: 1.2rem; font-family: "iconfont" !important; content: "\e624"; position: absolute; top: 50%; transform: translateY(-50%) }
.fiven-con>div:nth-of-type(3)::before, .fiven-con>div:nth-of-type(5)::before { left: 0.5vw }
.fiven-con>div:nth-of-type(1)::before, .fiven-con>div:nth-of-type(3)::after { right: 0.5vw }

.character-con02 { height: calc(100vh); min-height: 500px; background: url(../images/development/character-img02.jpg) center center no-repeat; background-size: cover }
.character-icon-grid { display: grid; grid-template-columns: repeat(7, 1fr); text-align: center }
.character-icon-grid .iconfont { display: inline-block; width: 2.8em; height: 2.8em; line-height: 2.8em; box-sizing: border-box; font-size: 3rem; color: #fff; border-radius: 50%; border: 1px solid #fff; transition: all 0.3s }
.character-icon-grid a:hover .iconfont { color: #4e9636; background: #fff }
.character-icon-grid a { padding-bottom: 20px; position: relative }
.character-icon-grid a::before { content: ""; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid rgba(255, 255, 255, 0.6); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); opacity: 0; z-index: 10; transition: all 0.3s ease }
.character-icon-grid a.hover::before { opacity: 1 }
.character-icon-text { width: 100%; padding: 20px; background: rgba(255, 255, 255, 0.6); color: #333; box-sizing: border-box; opacity: 0; visibility: hidden; z-index: 10; transition: all 0.3s ease }
.character-icon-text.show { opacity: 1; visibility: visible }

.character-con03 .stats-grid-2column>div { background: linear-gradient(to right, #f6f6f6, #fff); display: flex; align-items: center; border-radius: 6rem }
.character-con03 .stats-grid-2column>div h2 { flex: 0 0 3em; width: 3em; height: 3em; line-height: 3em; color: #4e9636; background: #f1f1f1; border: 1px solid #4e9636; border-radius: 50%; text-align: center; margin-right: 20px }

.character-con04 { background: url(../images/development/character-img03.jpg) center center no-repeat; background-size: cover }
.character-con04 .stats-grid-2column { border: 1px solid #ddd; box-sizing: border-box }
.character-con04 .stats-grid-2column>div:first-of-type { border-right: 1px solid #ddd; box-sizing: border-box }

.character-con05 .stats-grid-3column>div { border-right: 1px solid #ddd; box-sizing: border-box }
.character-con05 .stats-grid-3column>div:last-of-type { border-right:0; box-sizing: border-box }

.character-con06 { background: url(../images/development/character-img06.jpg) center center no-repeat; background-size: cover }
.character-con06 .stats-grid-3column { border: 1px solid #ddd; box-sizing: border-box }
.character-con06 .stats-grid-3column>div { border-right: 1px solid #ddd; box-sizing: border-box }
.character-con06 .stats-grid-3column>div:nth-of-type(3n) { border-right: 0 }
.character-con06 .stats-grid-3column>div:nth-of-type(-n+3) { border-bottom: 1px solid #ddd } 

.character-con07 { background: url(../images/development/character-img07.jpg) center center no-repeat; background-size: cover }
.character-con07 .stats-grid-2column>div:nth-of-type(1), .character-con07 .stats-grid-2column>div:nth-of-type(2) { border-bottom: 1px solid #ddd; box-sizing: border-box }
.character-con07 .stats-grid-2column>div:nth-of-type(1), .character-con07 .stats-grid-2column>div:nth-of-type(3) { border-right: 1px solid #ddd; box-sizing: border-box }

.people-con01 { height: calc(100vh); min-height: 500px; background: url(../images/development/people-img02.jpg) center center no-repeat; background-size: cover }

/*-------------------客户服务-------------------*/
.service-360 { background: url(../images/service/360-bg.jpg) #f9f9f9 center bottom no-repeat; background-size: 100% auto }
.service-360 .container { display: flex; align-items: flex-end }
.service-360-title h4:nth-of-type(2) { display: inline-block; position: relative }
.service-360-title h4:nth-of-type(2) i { display: inline-block; font-size: 1.4rem; width: 30px; height: 20px; line-height: 20px; text-align: center; background-color: #103d00; color: #fff; border-radius: 5px; position: absolute; right: -35px; top: 0 }
.service-360-title p { letter-spacing: 10px }
.service-360-theme { width: 70%; background: #57b4a2; color: #fff; padding: 30px; box-sizing: border-box; border-radius: 15px; margin-top: 16vh; position: relative }
.service-360-theme img { width: 40px; height: auto; position: absolute; right: 0; top: -15px } 
.service-360-theme .iconfont { position: absolute; pointer-events: none; font-size: 3rem; opacity: 0.3 }
.service-360-theme .icon-yuanjiao_lt { top: 15px; left: 15px }
.service-360-theme .icon-yuanjiao_lb { bottom: 15px; left: 15px }
.service-360-theme .icon-yuanjiao_rb { bottom: 15px; right: 15px }
.service-360 .area_50:nth-of-type(2) img { margin-bottom: -5vh }

.service-5n-title img { height: 58px; width: auto; margin-right: 10px }
.service-5n-title h5 { font-weight: 400; letter-spacing: 5px }

.service-4008 { padding: 12vh 0 20vh; background: url(../images/service/4008-bg.jpg) #f9f9f9 center bottom no-repeat; background-size: 100% auto }

/*-------------------加入新城-------------------*/
.a-line { position: relative }
.a-line::before { width: 0; height: 5px; content: ""; position: absolute; left: 0; top: 0; background: #4e9636; transition: all 0.3s }
a:hover .a-line::before { width: 100% }

.join-post { background: url(/images/join/img03.jpg) center center no-repeat; background-size: cover }

.plan-panels-box { background: url(../images/join/plan-panels-bg.jpg) center center no-repeat; background-size: cover }
.plan-panels { display: flex; overflow: hidden; border-right: 1px solid rgba(255, 255, 255, 0.3); box-sizing: border-box; min-height: 75vh }
.plan-panels .panel { flex: 1; transition: all 0.8s; position: relative; cursor: pointer; min-width: 80px; border-left: 1px solid rgba(255, 255, 255, 0.3); box-sizing: border-box }
.plan-panels .panel-content { padding: 5vw; box-sizing: border-box; overflow: hidden }
.plan-panels .panel-title { color: #fff; writing-mode: vertical-rl; position: absolute; top: 5vw; left: 50%; transform: translateX(-50%) }
.plan-panels .panel-text { width: calc(700px - 10vw); transform: translate(-200%, 0); transition: all 0.8s; color: #fff; text-shadow: 0 0 3px rgba(0, 0, 0, 0.6) }
.plan-panels .panel-text h4 { position: relative }
.plan-panels .panel-text h4::before { content: ""; position: absolute; left: -5vw; top: 50%; transform: translateY(-50%); width: 3px; height: 24px; background: #fff }
.plan-panels .panel.active { flex: 0 0 700px }
.plan-panels .panel.active .panel-text { transform: translate(0, 0) }
.plan-panels .panel.active .panel-title { display: none }

/*-------------------联系我们-------------------*/
.contact-way { padding-top: 40px; padding-left: 10vw; box-sizing: border-box; position: relative }
.contact-way::before { width: 80px; height: 3px; content: ""; position: absolute; left: 10vw; top: 0; background: #4e9636 }
.contact-ewm { background: #fafafa }
.contact-ewm-box { width: 80%; max-width: 140px; padding: 10px; background: #fff; border: 1px solid #4e9636; box-sizing: border-box; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 10 }
.contact-ewm-box.show { opacity: 1; visibility: visible }
.contact-icon { display: flex; width: 80px; height: 80px; border-radius: 50%; background: #fff; border: 1px solid #4e9636; text-align: center; margin: auto; cursor: pointer }
.contact-icon .iconfont { font-size: 24px; color: #fff; background: #4e9636; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; margin: auto }

.contact-logo img { width: auto; height: 40px; margin: auto }

.contact-info { display: flex; flex-direction: column }
.info-item { display: flex; margin-bottom: 10px }
.info-item:last-child { margin-bottom: 0 }
.value { flex: 1 }

/*-------------------响应式css-------------------*/
@media ( min-width:801px ) and ( max-width:1090px ) {	
.nav .menuLi .mainmenu { font-size: 1.4rem; padding: 0 0.8vw }
}

@media ( min-width:801px ) and ( max-width:1259px ) {	
	html { font-size: 58% }

	h1, .h1 { font-size: 3.6rem; line-height:1.1em }
	h2, .h2 { font-size: 3.2rem; line-height:1.1em }
	h3, .h3 { font-size: 2.8rem; line-height:1.1em }
	h4, .h4 { font-size: 2.4rem; line-height:1.3em }
	h5, .h5 { font-size: 1.8rem; line-height:1.5em }
	h6, .h6 { font-size: 1.6rem; line-height:1.5em }

	.container { width: 90% }
	.index-business-swiper .swiper-pagination { width: 90%!important }
	.organization-swiper.container { width: 80% }

	.com-swiper-out .swiper { width: 90% }
	.com-swiper-out .swiper-button-prev { left: 0 }
	.com-swiper-out .swiper-button-next { right: 0}

}
