@font-face {
    font-family: 'MontserratBold';
    src: url(../fonts/Montserrat-Bold.ttf);
    display: swap;
}
@font-face {
    font-family: 'MontserratMedium';
    src: url(../fonts/Montserrat-SemiBold.ttf);
    display: swap;
}
@font-face {
    font-family: 'MontserratLight';
    src: url(../fonts/Montserrat-Light.ttf);
    display: swap;
}
@font-face {
    font-family: 'MontserratRegular';
    src: url(../fonts/Montserrat-Regular.ttf);
    display: swap;
}
* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
.font-r {
    font-family: "MontserratLight";
}
.font-m {
    font-family: "MontserratMedium";
}
.font-b {
    font-family: "MontserratBold";
}
html {
    font-size: 100px;
    font-size: 5.2vw;
}
body {
    padding: 0;
    margin: 0 auto;
    color: #333;
    background-color: #fff;
    font-family: 'MontserratRegular', sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    font-size: 16px;
    line-height: 1.6;
}
ul, ol, li {
    list-style: none;
    list-style-type: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
table td {
    border-collapse: collapse;
    font-size: 14px;
}
img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}
a, a:link, a:visited {
    text-decoration: none;
    color: inherit;
}
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    zoom: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    zoom: 1;
}
.overscroll {
    height: 100%;
    overflow: auto;
    width: 100%;
}
.overscroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.overscroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    background: #106330;
}
.overscroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #dbdbdb;
}
.gradient-text {
    background-image: linear-gradient(45deg, #0cb2ba, #1bcdaa);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
/*IE/7/6*/
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.dot2, .dot3, .dot4 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}
.dot2 {
    -webkit-line-clamp: 2;
}
.dot3 {
    -webkit-line-clamp: 3;
}
.dot4 {
    -webkit-line-clamp: 4;
}
input, select {
    transition: background-color 66666s;
}
[class*='flex'] {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}
[class*='-jl'] {
    justify-content: flex-start;
}
[class*='-jc'] {
    justify-content: center;
}
[class*='-jr'] {
    justify-content: flex-end;
}
[class*='-at'] {
    align-items: flex-start;
}
[class*='-ac'] {
    align-items: center;
}
[class*='-ab'] {
    align-items: flex-end;
}
.block {
    display: block;
}
.w100 {
    width: 100%;
    flex: 0 0 auto;
}
.w50 {
    flex: 0 0 auto;
    width: 50%;
}
.color {
    color: #114d29;
}
.bgcolor {
    background-color: #1d412b;
}
.f14 {
    font-size: 14px;
}
.f16 {
    font-size: 0.16rem;
}
.f18 {
    font-size: 0.18rem;
}
.f20 {
    font-size: 0.2rem;
}
.f22 {
    font-size: 0.22rem;
}
.f24 {
    font-size: 0.24rem;
}
.f26 {
    font-size: 0.26rem;
}
.f28 {
    font-size: 0.28rem;
}
.f30 {
    font-size: 0.3rem;
}
.f32 {
    font-size: 0.32rem;
}
.f34 {
    font-size: 0.34rem;
}
.f36 {
    font-size: 0.36rem;
}
.f38 {
    font-size: 0.38rem;
}
.f40 {
    font-size: 0.4rem;
}
.f42 {
    font-size: 0.42rem;
}
.f48 {
    font-size: 0.48rem;
}
.f52 {
    font-size: 0.52rem;
}
.f60 {
    font-size: 0.6rem;
}
.pt100 {
    padding-top: 1rem;
}
.pt120 {
    padding-top: 1.2rem;
}
.pb120 {
    padding-bottom: 1.2rem;
}
.max1280 {
    width: 94%;
    max-width: 1280px;
    margin: auto;
}
.iconfont {
    font-size: inherit !important;
}
.hovimg {
    overflow: hidden;
}
.hovimg img {
    display: block;
    width: 100%;
    transition: .8s;
    transform: scale(1);
}
.hovimg .pic {
    display: block;
    width: 100%;
    transition: .8s;
    transform: scale(1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.item:hover .hovimg img, .hovimg:hover img, .item:hover .hovimg .pic, .hovimg:hover .pic {
    transform: scale(1.05);
}
.pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}
.pop .popmsk {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 100%;
    background: #000;
    opacity: 0.2;
}
.pop .popbox {
    position: relative;
    z-index: 20;
    background: #fff;
    padding: 0.5rem;
    width: 1000px;
    max-width: 90%;
    flex: 0 0 auto;
    top: 50px;
    opacity: 0;
}
.popbox .close {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px;
    z-index: 10;
    cursor: pointer;
    padding-top: 2%;
}
.popbox .close:before,
.popbox .close:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    border-bottom: 1px solid #000;
}
.popbox .close:before {
    transform: rotate(45deg);
}
.popbox .close:after {
    transform: rotate(-45deg);
}

.baseForm .line {
    margin-bottom: 0.15rem;
}
.baseForm .line .li {
    flex: 0 0 auto;
    width: 49%;
}
.baseForm .input {
    width: 100%;
    height: 0.5rem;
    padding: 0 1.2em;
    font-size: inherit;
    font-family: inherit;
    background: #f6f8fa;
    border-radius: 6px;
    border: none;
    outline: none;
    min-height: 40px;
    color: #666;
}
.baseForm .textarea {
    width: 100%;
    border: none;
    outline: none;
    font-size: inherit;
    font-family: inherit;
    padding: 0.5em 1.2em;
    background: #f6f8fa;
    border-radius: 6px;
    line-height: 1.5;
    resize: none;
    height: 1.2rem;
    min-height: 7em;
}
.baseBtns {
    margin-top: 0.3rem;
}
.baseBtns .btn {
    flex: 0 0 auto;
    margin: 0 0.1rem;
    line-height: 3.125;
    padding: 0 2em;
    text-align: center;
    min-width: 2rem;
    cursor: pointer;
    border-radius: 3em;
    position: relative;
    z-index: 2;
    border: 1px solid #f1f1f1;
}
.baseBtns .btn.on {
    background: #114d29;
    color: #fff;
    border-color: #114d29;
}
.baseBtns .btn .iconfont {
    flex: 0 0 auto;
    margin-right: 0.15rem;
    line-height: 1;
}
.baseBtns .btn .iconfont.icon-wx {
    font-size: 1.4em !important;
}
.baseBtns .btn .hov {
    position: absolute;
    left: 50%;
    top: 90%;
    padding-top: 10px;
    transform: translate(-50%);
    width: 170px;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
}
.baseBtns .btn .hov .in {
    background: #fff;
    padding: 0.2rem;
    border-radius: 0.2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.baseBtns .btn .hov:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: 4px;
}
.baseBtns .btn:hover .hov {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.pop.act {
    visibility: visible;
}
.pop.act .popbox {
    top: 0;
    opacity: 1;
    transition: .3s;
}
.svgdots {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1010;
}
.svgdots span {
    width: 40px;
    height: 40px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 50%;
    background: none;
    opacity: 1;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.svgdots span.swiper-pagination-bullet-active {
    width: 40px;
    border-color: transparent;
}
.svgdots span.swiper-pagination-bullet-active:before {
    display: none;
}
.svgdots span:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
}
.svgdots span.swiper-pagination-bullet-active:after {
    background: #fff;
}
.svgdots span #circle {
    transition: linear 4s;
    stroke-dasharray: 140, 140;
    stroke-dashoffset: 140;
}
.svgdots span.swiper-pagination-bullet-active #circle {
    stroke-dashoffset: 0;
}
.svgdots span svg {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.svgdots span.swiper-pagination-bullet-active svg {
    opacity: 1;
}
.banner img {
    min-height: 350px;
    object-fit: cover;
}
.banner .video_box{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.banner .video_box video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bantxt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 100%;
    color: #fff;
}
.bantxt .t1 {
    line-height: 1.2;
    position: relative;
    opacity: 0;
    top: 1em;
}
.bantxt .t2 {
    margin-top: 0.4rem;
    position: relative;
    top: 1em;
    opacity: 0;
}
.bantxt .baseBtns {
    margin-top: 0.4rem;
    position: relative;
    top: 1em;
    opacity: 0;
}
.swiper-slide-active .bantxt .t1 {
    transition: .3s .4s;
    top: 0;
    opacity: 1;
}
.swiper-slide-active .bantxt .t2 {
    transition: .3s .6s;
    top: 0;
    opacity: 1;
}
.swiper-slide-active .bantxt .baseBtns {
    transition: .3s .8s;
    top: 0;
    opacity: 1;
}
.header {
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    color: #fff;
    transition: .3s;
}
.header .logo {
    flex: 0 0 auto;
    font-size: 0;
    height: 80px;
}
.header .logo .x2 {
    display: none;
}
.nav {
    flex: 0 0 auto;
    position: relative;
    transition: .3s;
    left: 0;
    opacity: 1;
}
.showSearch .nav {
    left: -80px;
    opacity: 0;
}
.nav li {
    position: relative;
    margin: 0 2em;
}
.nav li>a {
    display: block;
    line-height: 80px;
}
.nav li:hover>a, .nav li.act>a {
    color: #106330;
}
.nav li .sub {
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 100%;
    transform: translate(-50%);
    white-space: nowrap;
    text-align: center;
    line-height: 2;
    background: #fff;
    border-radius: 0 0 8px 8px;
    padding: 0;
    color: #000;
    overflow: hidden;
    max-height: 0;
}
@media(min-width:1024px) {
    .nav li:hover .sub {
        max-height: 300px;
        transition: .3s;
    }
}
.nav li .sub a {
    display: block;
    padding: 5px 20px;
}
.nav li .sub a:hover {
    background: #eef4f0;
}
.tols {
    flex: 0 0 auto;
}
.tols .i {
    position: relative;
    flex: 0 0 auto;
    cursor: pointer;
    margin-left: 2em;
}
.search {
    position: relative;
}
.search .ico {
    line-height: 40px;
    min-width: 40px;
    text-align: center;
}
.search .searchBox {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition: .3s;
}
.searchBox input {
    width: 450px;
    height: 40px;
    outline: none;
    border: 1px solid #fff;
    padding: 0 50px 0 1em;
    background: #fff;
    color: #333;
}
.searchBox .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    text-align: center;
    z-index: 2;
    height: 100%;
    color: #333;
    justify-content: center;
    cursor: pointer;
}
.showSearch .search .searchBox {
    visibility: visible;
    opacity: 1;
    width: 450px;
}
.tols .i .drop {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%);
    min-width: 100%;
    padding-top: 6px;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
}
.lang .cur {
    height: 50px;
}
.lang .cur span {
    padding: 0 8px;
}
.drop .in:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    z-index: -1;
}
.drop .in {
    position: relative;
    z-index: 5;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    color: #333;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.tols .i:hover .drop {
    top: 100%;
    visibility: visible;
    opacity: 1;
}
.innerPage {
    padding-top: 80px;
}
.header.white, .header:hover, .innerPage .header {
    background: #fff;
    color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header.white .logo .x1, .header:hover .logo .x1, .innerPage .header .logo .x1 {
    display: none;
}
.header.white .logo .x2, .header:hover .logo .x2, .innerPage .header .logo .x2 {
    display: block;
}
.header.white .searchBox input, .header:hover .searchBox input, .innerPage .header .searchBox input {
    border-color: #999;
}
.index1 .in {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
}
.index1 .in:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 62%;
    height: 100%;
    background: #f5f5f5;
}
.index1 .txt {
    flex: 1 1 auto;
    overflow: hidden;
}
.index1 .t1 {
    line-height: 1.2;
    margin-bottom: 1em;
}
.index1 .more {
    margin-top: 0.7rem;
}
.more {
    margin-top: 0.3rem;
}
.more .btn {
    flex: 0 0 auto;
    position: relative;
    z-index: 5;
    cursor: pointer;
    padding-right: 1em;
    transition: .3s;
}
.more .btn .iconfont {
    width: 2.5em;
    text-align: center;
    line-height: 2.5;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #fff;
    margin-right: 0.1rem;
    font-weight: normal;
    transition: .3s;
}
.more .btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 2.5em;
    border-radius: 2.5em;
    height: 100%;
    background: #1d412b;
    transition: .3s;
}
.more .btn:hover, .more .btn.on {
    color: #fff;
}
.more .btn:hover .iconfont, .more .btn.on .iconfont {
    margin-right: 0;
}
.more .btn:hover:after, .more .btn.on:after {
    width: 100%;
    background: #114d29;
}
.more .btn.on:hover:after {
    background: #15301f;
}
.index1 .img {
    flex: 0 0 auto;
}
.editor {
    line-height: 2;
    color: #444;
}
.index2 .tl {
    padding-right: 2em;
    line-height: 1.2;
}
.index2 .img {
    margin-top: 0.6rem;
}
.index2 .bot {
    margin-top: 0.7rem;
}
.index2 .bot .more {
    margin-top: 0.45rem;
}
.data {
    flex-wrap: wrap;
}
.data .i {
    flex: 0 0 auto;
    width: 40%;
    padding-left: 0.45rem;
    margin-left: 10%;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 5;
}
.data .i:before {
    width: 10px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #c6a426;
    content: "";
    z-index: -1;
}
.data .i .it {
    line-height: 1;
}
.data .i .ip {
    line-height: 1.5;
    margin-top: 0.1rem;
}
.data .i:nth-child(2):before {
    background: #77a03a;
}
.data .i:nth-child(3):before {
    background: #09616e;
}
.data .i:nth-child(4):before {
    background: #304857;
}
.index3 {
    width: 100%;
    overflow: hidden;
}
.index3 .swiper-container {
    overflow: visible;
}
.index3 .swiperBox {
    margin-top: 0.6rem;
}
.swiperBox {
    position: relative;
    z-index: 5;
}
.swiperCtr .btn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 5;
    width: 3.125em;
    height: 3.125em;
    border-radius: 50%;
    cursor: pointer;
    background: #114d29;
    color: #fff;
}
.swiperCtr .btn.prev {
    left: -0.9rem;
}
.swiperCtr .btn.next {
    right: -0.9rem;
}
.index3 .tp {
    border-top: 1px solid #e5e5e5;
}
.index3 .item {
    position: relative;
    z-index: 5;
}
.index3 .item .img {
    position: relative;
    z-index: 5;
}
.index3 .item .img:before {
    content: "";
    display: block;
    padding-bottom: 122%;
}
.index3 .item .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index3 .item .txt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    flex-direction: column;
    color: #fff;
    text-align: center;
    padding: 0.5rem 0.3rem;
}
.index3 .item .vm {
    flex: 0 0 auto;
    width: 26px;
    height: 8px;
    background: url(../images/icon-vm.svg) no-repeat center;
    background-size: contain;
}
.index3 .swiper-slide {
    opacity: 0.1;
}
.index3 .swiper-slide-prev, .index3 .swiper-slide-active, .index3 .swiper-slide-next {
    opacity: 1;
}
.index4 .in {
    width: 100%;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.index4 .in:after {
    content: "";
    position: absolute;
    right: -10%;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 60%;
    background: #f5f5f5;
    transform: skewX(-10deg);
}
.index4 .img {
    flex: 0 0 auto;
    width: 59.375%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.index4 .txt {
    flex: 1 1 auto;
    position: relative;
    z-index: 5;
    background: #fff;
    margin-left: -1.2rem;
    padding: 0.5rem;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.index4 .txt .p {
    font-style: italic;
}
.sign {
    margin-top: 0.3rem;
}
.sign .line {
    flex: 1 1 auto;
    max-width: 1rem;
    border-bottom: 1px solid #444;
    min-width: 2em;
    margin-right: 5px;
}
.sign .name {
    flex: 0 1 auto;
}
.index5 .tit {
    text-align: center;
    margin-bottom: 0.5rem;
}
.marquee {
    position: relative;
    z-index: 5;
    width: 100%;
    overflow: hidden;
}
.marquee:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 13.5%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(90deg, #fff, transparent);
}
.marquee:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 13.5%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(-90deg, #fff, transparent);
}
.marquee li {
    margin: 0 0.55rem;
    width: 160px;
}
.marquee li a {
    height: 80px;
    background: #f3f6f4;
    border-radius: 80px;
    margin: auto;
    padding: 10px;
}
.marquee li img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.leaders .in {
    width: 100%;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.leaders .in:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    z-index: -1;
    background: #f5f5f5;
}
.leaders .img {
    flex: 0 0 auto;
    width: 55%;
    overflow: hidden;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}
.leaders .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.leaders .txt {
    flex: 1 1 auto;
    position: relative;
    z-index: 10;
    margin-left: -12%;
    padding: 0.5rem;
    top: 0.6rem;
    overflow: hidden;
    padding-left: 10%;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}
.leaders .txt:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100%;
    transform-origin: left bottom;
    transform: skewX(-10deg);
}
.leaders .item {
    padding-bottom: 0.8rem;
    align-items: stretch;
    padding-right: 20px;
    height: 100%;
}
.leaders .txt .it {
    line-height: 1.5;
    margin-bottom: 0.2rem;
}
.index6 .tp {
    margin-bottom: 0.5rem;
}
.nlist .swiper-slide {
    height: auto;
}
.nlist .item {
    flex: 0 0 auto;
    flex-direction: column;
    color: #666;
    height: 100%;
}
.nlist .item .img {
    position: relative;
    width: 100%;
}
.nlist .item .img:before {
    content: "";
    display: block;
    padding-bottom: 67%;
}
.nlist .item .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.nlist .item .txt {
    flex: 1 1 auto;
    width: 100%;
    padding: 0.3rem 0;
}
.nlist .item .vm {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 0.3rem;
}
.nlist .item .it {
    margin-bottom: 0.2rem;
}
.footer {
    background: url(../images/fbg.jpg) no-repeat center;
    background-size: cover;
    color: #ccc;
}
.flogo {
    flex: 0 0 auto;
    max-width: 40%;
}
.fnav {
    flex: 1 1 auto;
    overflow: hidden;
}
.fnav dl {
    flex: 1 1 auto;
    padding-left: 10%;
}
.fnav dt {
    color: #fff;
    margin-bottom: 0.1rem;
}
.fnav dd a {
    display: block;
    padding: 5px 0;
}
.footer a:hover {
    transition: .3s;
    color: #fff;
}
.fbot {
    padding: 0.2rem 0;
    margin-top: 0.6rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
}
.shares {
    flex: 0 0 auto;
    justify-content: flex-start;
    font-size: 0.2rem;
}
.shares .i {
    flex: 0 0 auto;
    margin-right: 0.2rem;
    cursor: pointer;
    position: relative;
    z-index: 5;
}
.shares .i .hov {
    position: absolute;
    left: 50%;
    bottom: 0;
    padding-bottom: 10px;
    transform: translate(-50%);
    width: 100px;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
}
.shares .i .hov .in {
    background: #fff;
    padding: 8px;
    border-radius: 4px;
}
.shares .i .hov:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: 4px;
}
.shares .i:hover .hov {
    visibility: visible;
    opacity: 1;
    bottom: 100%;
}
.fbot .ftr {
    flex: 1 1 auto;
    text-align: right;
    padding-left: 0.5rem;
    overflow: hidden;
}
.copy {
    margin-top: 0.1rem;
}
.flinks a {
    margin-left: 2em;
}
.pban {
    position: relative;
    z-index: 5;
}
.pban img {
    min-height: 350px;
    object-fit: cover;
}
.pban .bantxt .t1 {
    top: 0;
    opacity: 1;
    text-align: center;
}
.pban .bantxt .cdesc{
    color: #fff;
    line-height: 1.875;
    margin-top: .15rem;
    text-align: center;
}
.location {
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.location:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}
.pnav li {
    flex: 0 0 auto;
    margin-right: 2em;
}
.pnav li a {
    display: block;
    border-bottom: 2px solid transparent;
    line-height: 78px;
}
.pnav li:hover a, .pnav li.cur a {
    color: #106330;
    border-color: #106330;
}
.about1 .p {
    text-align: center;
    max-width: 56em;
    margin: auto;
}
.title {
    text-align: center;
    margin-bottom: 0.3rem;
    line-height: 1.3;
}
.about1 .box {
    margin-top: 0.8rem;
    padding-bottom: 0.6rem;
    align-items: stretch;
}
.about1 .box .img {
    flex: 0 0 auto;
    width: 55%;
    overflow: hidden;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    top: 0.6rem;
    position: relative;
}
.about1 .box .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about1 .box .txt {
    flex: 1 1 auto;
    position: relative;
    z-index: 10;
    margin-right: -12%;
    padding: 0.6rem;
    overflow: hidden;
    padding-right: 10%;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}
.about1 .box .txt:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100%;
    transform-origin: right top;
    transform: skewX(-10deg);
}
.about1 .box .i:not(:last-child) {
    margin-bottom: 0.3rem;
}
.about2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
.about2 .title {
    color: #fff;
    margin-bottom: 1.2rem;
}
.about2 .box {
    position: relative;
    z-index: 5;
}
/* .about2 .box:before{content:"";position:absolute;right:calc(100% + 0.26rem);width:100%;top:0;height:1px;background:#fff;} .about2 .box:after{content:"";position:absolute;left:calc(100% + 0.26rem);width:100%;top:0;height:1px;background:#fff;} */
.about2 .swiper-container {
    overflow: visible;
}
.about2 .swiper-slide {
    height: auto;
    padding: 0 10px;
}
.about2 .item {
    position: relative;
    padding-top: 0.7rem;
    height: 100%;
}
.about2 .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    right: calc(50% + 0.26rem);
    height: 1px;
    background: #fff;
    top: 0;
}
.about2 .swiper-slide:after {
    content: "";
    position: absolute;
    right: 0;
    left: calc(50% + 0.26rem);
    height: 1px;
    background: #fff;
    top: 0;
}
.about2 .item .dot {
    position: absolute;
    left: 50%;
    top: 0;
    width: 0.52rem;
    height: 0.52rem;
    border: 1px solid #ffff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.about2 .item .dot:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
}
.about2 .item .ibox {
    background: #fff;
    height: 100%;
    padding: 0.3rem 0.3rem 0.5rem;
    position: relative;
}
.about2 .item .ibox:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    border-left: 0.18rem solid transparent;
    border-right: 0.18rem solid transparent;
    border-bottom: 0.25rem solid #fff;
    margin-left: -0.18rem;
}
.about2 .item li {
    position: relative;
    padding-left: 1em;
}
.about2 .item li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #114d29;
    margin-top: -2px;
}
.about2 .item .it {
    margin-bottom: 0.1rem;
}
.teamBlock .items {
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 0.6rem;
    padding-bottom: 5%;
}
.teamBlock .i {
    flex: 0 0 auto;
    width: 30.66%;
    margin-right: 4%;
    background: #f6f6f6;
    margin-bottom: 4%;
    cursor: pointer;
}
.teamBlock .i:nth-child(3n) {
    margin-right: 0;
}
.teamBlock .i .tp {
    width: 67%;
    margin-left: auto;
    max-width: 100%;
    padding-left: 0.25rem;
}
.teamBlock .i .img {
    position: relative;
}
.teamBlock .i .img:before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 0.25rem;
    background: #106330;
    height: 0.85rem;
    transform: skewY(-40deg);
    transform-origin: right bottom;
}
.teamBlock .i .pic {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}
.teamBlock .i .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.teamBlock .i .it {
    margin-top: 0.2rem;
    line-height: 1.4;
}
.teamBlock .i .bot {
    padding: 0.3rem;
}
.teamBlock .i li {
    padding-left: 1em;
    position: relative;
}
.teamBlock .i li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1em;
    margin-top: -2px;
    background: #106330;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.obright .picture {
    transform: skewX(-10deg);
    transform-origin: right top;
    overflow: hidden;
    height: 100%;
}
.obright .picture .i {
    transform: skewX(10deg);
    transform-origin: right top;
    height: 100%;
}
.obleft .picture {
    transform: skewX(-10deg);
    transform-origin: left bottom;
    overflow: hidden;
    height: 100%;
}
.obleft .picture .i {
    transform: skewX(10deg);
    transform-origin: left bottom;
    height: 100%;
}
.obleft2 .picture {
    transform: skewX(10deg);
    transform-origin: left top;
    overflow: hidden;
    height: 100%;
}
.obleft2 .picture .i {
    transform: skewX(-10deg);
    transform-origin: left top;
    height: 100%;
}
.picture .i img {
    height: 100%;
    object-fit: cover;
}
.esg1 {
    padding-bottom: 0.6rem;
}
.esg1 .txt {
    max-width: 1100px;
    text-align: center;
    margin: auto;
}
.esg1 .txt .p {
    position: relative;
    padding: 0.2rem 0.5rem;
    margin-bottom: 0.6rem;
}
.esg1 .txt .p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.28rem;
    height: 0.25rem;
    background: url(../images/tbefore.png) no-repeat center;
    background-size: contain;
}
.esg1 .txt .p:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0.28rem;
    height: 0.25rem;
    background: url(../images/tafter.png) no-repeat center;
    background-size: contain;
}
.esg2 {
    background: #f5f5f5;
}
.esg2 .box {
    align-items: stretch;
    margin-top: 0.6rem;
}
.esg2 .img {
    flex: 0 0 auto;
    width: 57%;
}
.esg2 .txt {
    flex: 1 1 auto;
    overflow: hidden;
    padding-left: 0.6rem;
}
.esg2 .txt .i:not(:last-child) {
    margin-bottom: 0.5rem;
}
.esg2 .txt .ip {
    color: #666;
}
.esg3 .swiperBox {
    margin-top: 0.7rem;
}
.esg3 .item .img {
    flex: 0 0 auto;
    width: 57%;
}
.esg3 .item .txt {
    flex: 1 1 auto;
    overflow: hidden;
    padding-right: 0.6rem;
    padding-bottom: 0.6rem;
    background: url(../images/star.png) no-repeat top center;
    background-size: 2.2rem;
    min-height: 2.68rem;
}
.esg3 .item .it {
    line-height: 1.3;
    margin-bottom: 0.2rem;
}
.esg3 .item .ip {
    color: #666;
}
.esg3 .svgdots {
    bottom: 0;
    width: 43%;
    text-align: left;
}
.esg3 .svgdots span:after {
    background: #b5b5b5 !important;
}
.esg4 {
    background: #f5f5f5;
}
.esg4 .items {
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0.6rem;
}
.esg4 .item {
    flex: 0 0 auto;
    width: 30.66%;
    margin-right: 4%;
    margin-bottom: 4%;
}
.esg4 .item .img {
    position: relative;
    padding-bottom: 67%;
}
.esg4 .item .img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}
.esg4 .item .txt {
    margin-top: 0.3rem;
}
.esg4 .item .it {
    margin-bottom: 0.1rem;
}
.esg4 .item:nth-child(3n) {
    margin-right: 0;
}
.tabs {
    margin-bottom: 0.5rem;
}
.tabs .i {
    cursor: pointer;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    margin: 0 1em;
}
.tabs .i.cur {
    color: #114d29;
    border-color: #114d29;
}
.esg5 .item {
    align-items: stretch;
}
.esg5 .item .tit {
    flex: 0 0 auto;
    width: 10em;
    line-height: 1.3;
}
.esg5 .item .txt {
    flex: 1 1 auto;
    overflow: hidden;
    color: #666;
}
.esg5 .item .imgs {
    margin-top: 0.5rem;
    align-items: flex-start;
    flex-wrap: wrap;
}
.esg5 .item .i {
    flex: 0 0 auto;
    margin-right: 0.2rem;
    width: 2.1rem;
    max-width: 33.33%;
    margin-bottom: 0.2rem;
}
.locations .title {
    text-align: left;
    margin-bottom: 0.4rem;
}
.locations .bl {
    flex: 0 0 auto;
    width: 30%;
    margin-right: 0.3rem;
}
.locations .bl li {
    padding: 0.2rem 0.2rem 0.2rem 0.5rem;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}
.locations .bl li.cur {
    background: #f1f1f1;
    color: #114d29;
}
.locations .bl li:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.1rem;
    height: 0.1rem;
    border: 2px solid #114d29;
    border-radius: 50%;
    box-sizing: border-box;
    left: 0.3rem;
    margin-top: -0.05rem;
}
.locations .br {
    flex: 1 1 auto;
    overflow: hidden;
    max-width: 7rem;
}
.locations .item {
    margin-bottom: 0.2rem;
}
.locations .item .it {
    margin-bottom: 0.2rem;
}
.locations .item .li {
    padding: 0.1rem 0;
}
.locations .item .li .ico {
    flex: 0 0 auto;
    width: 2em;
}
.locations .item .li .lp {
    flex: 1 1 auto;
}
.gotop {
    position: fixed;
    z-index: 1000;
    right: 0.5rem;
    bottom: 10%;
    display: none;
}
.gotop .ico {
    background: #fff;
    border-radius: 50%;
    width: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    height: 0.6rem;
    cursor: pointer;
    color: #114d29;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    font-size: 1.5em;
    transition: .3s;
}
.gotop .ico:hover {
    background: #114d29;
    color: #fff;
}
.careers .item {
    margin-bottom: 5%;
    align-items: stretch;
}
.careers .item .img {
    flex: 0 0 auto;
    width: 46.875%;
}
.careers .item .txt {
    padding: 0.4rem 0;
    flex: 1 1 auto;
    overflow: hidden;
    padding-right: 0.8rem;
}
.careers .item .it {
    margin-bottom: 0.2rem;
}
.careers .item:nth-child(2n+1) {
    flex-direction: row-reverse;
}
.careers .item:nth-child(2n+1) .txt {
    padding-left: 0.8rem;
    padding-right: 0;
}
.mb60 {
    margin-bottom: 0.6rem;
}
.solutionTop {
    padding: 6% 0;
}
.solutionTop .bl {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 0.3rem;
}
.solutionTop .br {
    flex: 1 1 auto;
    overflow: hidden;
}
.solutions .item {
    align-items: stretch;
    margin-bottom: 9%;
}
.solutions .item .img {
    flex: 0 0 auto;
    width: 58.6%;
    margin-right: 0.8rem;
}
.solutions .item .txt {
    flex: 1 1 auto;
    overflow: hidden;
    flex-direction: column;
    padding-top: 0.45rem;
    border-top: 2px solid #114d29;
}
.solutions .item .it {
    margin-bottom: 0.2rem;
}
.solutions .item:nth-child(2n) {
    flex-direction: row-reverse;
}
.solutions .item:nth-child(2n) .img {
    margin-right: 0;
    margin-left: 0.8rem;
}
.application1 {
    padding-top: 1rem;
}
.application1 .item {
    margin-bottom: 1rem;
}
.application1 .item .box {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.application1 .item .box:before {
    content: "";
    background: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 65%;
    z-index: -1;
    transform: skewX(-10deg);
    transform-origin: right top;
}
.application1 .item:nth-child(2n) .box:before {
    left: auto;
    right: 0;
    transform: skewX(10deg);
    transform-origin: left top;
}
.application1 .item:nth-child(2n) .in {
    flex-direction: row-reverse;
}
.application1 .item:nth-child(2n) .img {
    margin-left: 0;
    margin-right: 0.8rem;
}
.application1 .item .img {
    flex: 0 0 auto;
    width: 46.875%;
    margin-left: 0.8rem;
}
.application1 .item .txt {
    flex: 1 1 auto;
    overflow: hidden;
}
.application1 .item .title {
    text-align: left;
}
.application1 .item .more {
    margin-top: 0.6rem;
}
.application2 .title {
    text-align: left;
}
.application2 .item:not(:last-child) {
    margin-bottom: 1rem;
}
.application2 .item .txt {
    flex: 1 1 auto;
    overflow: hidden;
}
.application2 .item .img {
    flex: 0 0 auto;
    width: 58.6%;
    margin-left: 0.8rem;
}
.application2 .item:nth-child(2n) {
    flex-direction: row-reverse;
}
.application2 .item:nth-child(2n) .img {
    margin-left: 0;
    margin-right: 0.8rem;
}
.application2 .item .lg {
    margin-bottom: 0.6rem;
}
.application2 .item .lg img {
    max-height: 0.8rem;
}
.application2 .item .it {
    margin-bottom: 0.1rem;
}
.application2 .item .more {
    margin-top: 0.6rem;
}
.appDetail {
    padding: 0.8rem 0;
}
.appDetail:nth-child(2n) {
    background: #f5f5f5;
}
.appDetail .box {
    align-items: stretch;
}
.appDetail .box .mimg {
    flex: 0 0 auto;
    width: 46.875%;
    margin-right: 0.8rem;
}
.appDetail .txt {
    flex: 1 1 auto;
    overflow: hidden;
    flex-direction: column;
}
.appDetail .it {
    line-height: 1.2;
    margin-bottom: 0.4rem;
}
.appDetail .imgs {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.2rem;
}
.appDetail .imgs .i {
    flex: 0 0 auto;
    width: 24.25%;
    margin-right: 1%;
    cursor: pointer;
    position: relative;
}
.appDetail .imgs .i .content {
    display: none;
}
.appDetail .imgs .i:nth-child(4n) {
    margin-right: 0;
}
.appDetail .imgs .i:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.appDetail .imgs .i .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #f1f1f1;
    transition: .3s;
    background: #fff;
}
.appDetail .imgs .i .img img {
    max-height: 80%;
    max-width: 80%;
}
.appDetail .imgs .i:hover .img {
    border-color: #1d412b;
}
.appDetail .baseBtns {
    margin-top: 0.45rem;
}
.appDetail .btn {
    min-width: 0;
    transition: .3s;
    color: #114d29;
    background: #fff;
}
.appDetail .btn:hover {
    background: #1d412b;
    color: #fff;
    border-color: #1d412b;
}
.appBot .dli a {
    padding: 0.2rem 0.4rem;
    background: #f5f5f5;
    transition: .3s;
}
.appBot .dli a:hover {
    background: #1d412b;
    color: #fff;
}
.appBot .dli a:hover .dt {
    color: #fff;
}
.appBot .box {
    margin-top: 0.6rem;
    align-items: stretch;
    background: #1d412b;
    color: #fff;
}
.appBot .box .img {
    flex: 0 0 auto;
    width: 50%;
}
.appBot .box .img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.appBot .box .txt {
    flex: 1 1 auto;
    /* overflow: hidden; */
    padding: 0.6rem;
    line-height: 2;
}
.appBot .baseBtns .btn {
    background: #fff;
    color: #1d412b;
    min-width: 0;
}
.appBot .baseBtns {
    margin-top: 0.4rem;
}
.appPop {
    align-items: stretch;
}
.appPop .content {
    flex: 0 0 auto;
    width: 50%;
}
.appPop .tit {
    margin-bottom: 0.2rem;
}
.appPop li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 1em;
}
.appPop li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1em;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin-top: -4px;
}
.appPop .img {
    flex: 0 0 auto;
    width: 39%;
    background: #f5f5f5;
    padding: 0.3rem;
}
.appPop .img img {
    max-width: 90%;
    max-height: 4rem;
}
.newsCenter .items {
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.newsCenter .item {
    flex: 0 0 auto;
    color: #666;
    width: 30.66%;
    margin-right: 4%;
    margin-bottom: 4%;
}
.newsCenter .item:nth-child(3n) {
    margin-right: 0;
}
.newsCenter .item .img {
    position: relative;
    width: 100%;
}
.newsCenter .item .img:before {
    content: "";
    display: block;
    padding-bottom: 67%;
}
.newsCenter .item .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.newsCenter .item .txt {
    flex: 1 1 auto;
    width: 100%;
    padding: 0.3rem 0 0;
}
.newsCenter .item .it {
    margin-bottom: 0.2rem;
}
.pages {
    margin-top: 4%;
}
.pages a {
    flex: 0 0 auto;
    margin: 0 0.15rem;
    line-height: 3.125;
    width: 3.125em;
    background: #f7f7f7;
    text-align: center;
    transition: .3s;
}
.pages a:hover, .pages a.a_cur {
    background: #1d412b;
    color: #fff;
}
.newsDetail .tp {
    padding-bottom: 0.2rem;
    margin-bottom: 0.5rem;
    text-align: center;
    border-bottom: 2px solid #f5f5f5;
}
.newsDetail .tp .tag span {
    padding: 0 1em;
}
.newsDetail .editor h4 {
    font-size: 2em;
    font-family: 'MontserratBold';
    color: #114d29;
    line-height: 1.2;
}
.prevContent {
    padding-top: 0.2rem;
    margin-top: 0.5rem;
    border-top: 2px solid #f5f5f5;
}
.prevContent p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
}
.prevContent p span {
    display: inline-block;
    width: 6em;
    text-align: right;
    padding-right: 1.5em;
}
.prevContent a:hover {
    color: #114d29;
    text-decoration: underline;
}
.bread {
    padding: 0.2rem 0;
    background: #f5f5f5;
    color: #adadad;
}
.bread .h {
    color: #114d29;
}
.contact .bl {
    padding-right: 0.4rem;
}
.contact .title {
    text-align: left;
}
.contact .list {
    margin-top: 0.3rem;
}
.contact .list .li {
    padding: 0.2rem 0;
    border-bottom: 1px solid #e5e5e5;
}
.contact .list .li .lt {
    margin-bottom: 0.2rem;
}
.contact .list .li .lt .t {
    flex: 1 1 auto;
    overflow: hidden;
    padding-right: 2em;
}
.contact .list .li a {
    color: #114d29;
    text-decoration: underline;
}
.contact .br {
    flex: 1 1 auto;
    padding-left: 0.4rem;
    width: 100%;
}
@media(max-width:1024px) {
    .contact .box {
        flex-direction: column;
    }
    .contact .bl {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .contact .br {
        padding-left: 0;
    }
}
.form .ft {
    margin-bottom: 0.4rem;
}
.form .input {
    position: relative;
    z-index: 2;
    margin-bottom: 16px;
    background: #f5f5f5;
}
.form .input .lb {
    /* position: absolute;
    left: 0;
    top: 0; */
    line-height: 50px;
    pointer-events: none;
    padding: 0 1em;
    transition: .3s;
    font-size: 14px;
}
/* .form .input.fill .lb {
    line-height: 1;
    transform: translate(0, -50%);
} */
.form .input .lp {
    flex: 1;
    background-color: #f5f5f5;
}
.form .input.area {
    align-items: flex-start;
}
.form .input .lb.rq:after {
    content: "*";
    color: #f00;
    padding-left: 2px;
}
.form .input input {
    width: 100%;
    height: 50px;
    padding: 0 1em;
    border: none;
    background: #f5f5f5;
    font-size: inherit;
    color: #666;
    font-family: inherit;
    background-color: transparent;
}
.form .input textarea {
    width: 100%;
    height: 1.2rem;
    min-height: 40px;
    padding: 1em 1em;
    border: none;
    background: #f5f5f5;
    font-size: inherit;
    color: #666;
    font-family: inherit;
    resize: none;
}
.form .li .input {
    flex: 0 0 auto;
    width: 49%;
    display: flex;
    align-items: center;
}
.checkbox input[type="checkbox"] {
    flex: 0 0 auto;
    margin-right: 0.1rem;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
}
.checkbox span {
    flex: 1 1 auto;
    overflow: hidden;
}
.form .ftip {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 16px;
}
.fbtns {
    margin-top: 0.3rem;
}
.fbtns .btn {
    line-height: 2.5;
    padding: 0 1.5em;
    background: #114d29;
    color: #fff;
    min-width: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 2.5em;
}
@media(max-width:1440px) {
    body {
        font-size: 14px;
    }
    .f16 {
        font-size: 14px;
    }
    .f18 {
        font-size: 16px;
    }
    .swiperBox {
        padding-left: 4em;
        padding-right: 4em;
    }
    .swiperCtr {
        font-size: 12px;
    }
    .swiperCtr .btn.prev {
        left: 0;
    }
    .swiperCtr .btn.next {
        right: 0;
    }
    .index3 .swiper-slide-prev, .index3 .swiper-slide-next {
        opacity: 0.3;
    }
}
@media(max-width:1280px) {}
@media(max-width:1024px) {
    html {
        font-size: 86px;
    }
    .f20 {
        font-size: 0.18rem;
    }
    .f22 {
        font-size: 0.18rem;
    }
    .f24 {
        font-size: 0.2rem;
    }
    .f26 {
        font-size: 0.2rem;
    }
    .f28 {
        font-size: 0.2rem;
    }
    .f30 {
        font-size: 0.22rem;
    }
    .f32 {
        font-size: 0.22rem;
    }
    .f34 {
        font-size: 0.24rem;
    }
    .f36 {
        font-size: 0.24rem;
    }
    .f38 {
        font-size: 0.26rem;
    }
    .f40 {
        font-size: 0.26rem;
    }
    .f42 {
        font-size: 0.26rem;
    }
    .f48 {
        font-size: 0.26rem;
    }
    .f52 {
        font-size: 0.4rem;
    }
    .f60 {
        font-size: 0.42rem;
    }
    .nav li {
        margin: 0;
    }
    .nav li>a {
        line-height: 50px;
        border-bottom: 1px solid #f5f5f5;
        position: relative;
        padding: 0 30px;
    }
    .nav {
        position: fixed;
        left: 0;
        top: 70px !important;
        background: #fff;
        right: 0;
        bottom: 0;
        padding: 0;
        font-size: 18px;
        max-height: 0;
        overflow: hidden;
        transition: .3s;
    }
    .nav ul {
        display: block;
        padding: 20px 0;
        border-top: 1px solid #f5f5f5;
    }
    .nav li .sub {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        background: #f5f5f5;
        padding-bottom: 0 !important;
        text-align: left;
    }
    .nav li.act>a {
        color: #1d412b;
    }
    .nav li.act .sub {
        padding: 10px 0 0;
        max-height: 300px;
        transition: .3s;
    }
    .nav li .sub dl {
        padding: 5px 2em;
        font-size: 14px;
    }
    .nav li.haschild>a {
        position: relative;
    }
    .nav li.haschild>a:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-right: 1px solid #999;
        border-bottom: 1px solid #999;
        transform: rotate(-45deg);
        right: 30px;
        top: 50%;
        margin-top: -4px;
        transition: .3s;
    }
    .nav li.haschild.act>a:after {
        transform: rotate(45deg);
    }
    .header {
        background: #fff;
        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.15);
        color: #000 !important;
    }
    .header .logo {
        height: 70px;
    }
    .header .logo .x1 {
        display: none !important;
    }
    .header .logo .x2 {
        display: inline !important;
    }
    .openMenu {
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: relative;
        margin-left: 20px;
    }
    .openMenu i {
        position: absolute;
        right: 0;
        top: 50%;
        width: 70%;
        height: 1px;
        background: #000;
    }
    .openMenu i:before, .openMenu i:after {
        content: "";
        position: absolute;
        right: 0;
        width: 115%;
        background: #000;
        transition: .3s;
        height: 1px;
    }
    .openMenu i:before {
        top: -8px;
    }
    .openMenu i:after {
        top: 8px;
    }
    body {
        padding-top: 70px;
    }
    .innerPage {
        padding-top: 70px;
    }
    .showMenu .openMenu i {
        background: none;
    }
    .showMenu .openMenu i:before {
        top: 0;
        transform: rotate(45deg);
    }
    .showMenu .openMenu i:after {
        top: 0;
        transform: rotate(-45deg);
    }
    .showMenu .nav {
        max-height: 100vh;
        overflow: auto;
    }
    .search .searchBox {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        transform: none;
        width: 100%;
        max-width: 100%;
        padding: 10px;
        background: #fff;
        border-top: 1px solid #e5e5e5;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    }
    .showSearch .search .searchBox {
        width: 100%;
        top: 70px;
    }
    .searchBox input {
        width: 100%;
    }
    .searchBox .btn {
        right: 10px;
    }
    .tols .i {
        margin-left: 10px;
    }
    .pt100 {
        padding-top: 40px;
    }
    .pt120 {
        padding-top: 40px;
    }
    .pb120 {
        padding-bottom: 40px;
    }
    .marquee li {
        width: 100px;
        margin: 0 20px;
    }
    .marquee li a {
        height: 60px;
    }
    .teamBlock .items {
        justify-content: space-between;
    }
    .teamBlock .i {
        margin-right: 0;
        width: 48%;
    }
    .gotop {
        right: 0.1rem;
    }
    .gotop .ico {
        width: 0.46rem;
        height: 0.46rem;
        line-height: 0.46rem;
        font-size: 1em;
    }
}
@media(max-width:768px) {
    .f16 {
        font-size: 14px;
    }
    .f18 {
        font-size: 16px;
    }
    .f20 {
        font-size: 16px;
    }
    .f22 {
        font-size: 18px;
    }
    .f24 {
        font-size: 18px;
    }
    .f28 {
        font-size: 20px;
    }
    .f30 {
        font-size: 20px;
    }
    .f32 {
        font-size: 22px;
    }
    .f36 {
        font-size: 22px;
    }
    .f40 {
        font-size: 24px;
    }
    .f48 {
        font-size: 24px;
    }
    .f52 {
        font-size: 24px;
    }
    .f60 {
        font-size: 28px;
    }
    .overscroll::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }
    .index1 .box {
        display: block;
    }
    .index1 .in:before {
        width: 100%;
    }
    .index1 .txt {
        width: 100%;
    }
    .index1 .more {
        margin-top: 0.2rem;
    }
    .index1 .img {
        width: 100%;
        margin-top: 0.3rem;
    }
    .index2 .tp {
        display: block;
    }
    .index2 .tl {
        width: auto;
        margin-bottom: 0.1rem;
    }
    .index2 .tr {
        width: auto;
    }
    .index2 {
        padding-bottom: 10px;
    }
    .index2 .img {
        margin-top: 0.3rem;
    }
    .index2 .bot {
        margin-top: 0.3rem;
        display: block;
    }
    .index2 .bot .w50 {
        width: 100%;
    }
    .index2 .bot .data {
        margin-top: 0.3rem;
    }
    .data .i {
        margin-left: 0;
    }
    .data .i:before {
        width: 6px;
    }
    .index3 .tp .w50 {
        width: 100%;
    }
    .index3 .tp {
        display: block;
    }
    .index4 .box {
        display: block;
    }
    .index4 .img {
        width: auto;
    }
    .index4 .txt {
        margin: -0.6rem auto 0;
        width: 94%;
        background: rgba(255, 255, 255, 0.95);
    }
    .leaders .item {
        display: block;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .leaders .in:before {
        width: 100%;
    }
    .leaders .img {
        width: auto;
    }
    .obright .picture, .obright .picture .i, .obleft .picture, .obleft .picture .i, .obleft2 .picture, .obleft2 .picture .i {
        transform: none;
    }
    .leaders .txt {
        margin: 0;
        top: 0;
        padding: 0.4rem;
        background: #fff;
    }
    .leaders .txt:after {
        transform: none;
        display: none;
    }
    .nlist .item .vm {
        margin-top: 0;
    }
    .ftp {
        display: block;
    }
    .fnav {
        display: none;
    }
    .fbot {
        display: block;
        text-align: center;
        margin-top: 0.3rem;
    }
    .fbot .shares {
        justify-content: center;
    }
    .fbot .ftr {
        padding-left: 0;
        text-align: center;
        margin-top: 0.1rem;
    }
    .flogo {
        margin: auto;
    }
    .svgdots span {
        width: 22px;
        height: 22px;
    }
    .svgdots span:after {
        width: 4px;
        height: 4px;
        margin-top: -3px;
        margin-left: -3px;
    }
    .baseBtns .btn {
        min-width: 0;
        line-height: 2.5;
        font-size: 12px;
    }
    .about1 .box {
        display: block;
        margin-top: 0.4rem;
        padding-bottom: 0;
    }
    .about1 .box .img {
        width: auto;
        top: 0;
    }
    .about1 .box .img .picture, .about1 .box .img .picture .i {
        transform: none;
    }
    .about1 .box .txt {
        margin: 0;
        top: 0;
        padding: 0.4rem;
        background: #fff;
    }
    .about1 .box .txt:after {
        transform: none;
        display: none;
    }
    .pnav li a {
        line-height: 50px;
    }
    .pnav li {
        margin-right: 1em;
    }
    .about2 .title {
        margin-bottom: 0.6rem;
    }
    .esg2 .box {
        display: block;
        margin-top: 0.4rem;
    }
    .esg2 .img {
        width: auto;
    }
    .esg2 .txt {
        padding: 0.3rem 0;
    }
    .esg2 .txt .i:not(:last-child) {
        margin-bottom: 0.2rem;
    }
    .esg3 .item {
        display: block;
    }
    .esg3 .item .txt {
        background-size: contain;
        padding: 0;
        min-height: 0;
    }
    .esg3 .item .img {
        width: auto;
        margin-top: 0.3rem;
    }
    .esg3 .svgdots {
        position: relative;
        bottom: 0;
        width: auto;
        text-align: center;
        margin-top: 0.2rem;
    }
    .esg3 .swiperBox {
        margin-top: 0.3rem;
    }
    .esg5 .item {
        display: block;
    }
    .esg5 .item .tit {
        width: auto;
        margin-bottom: 0.2rem;
    }
    .locations .box {
        display: block;
    }
    .locations .bl {
        width: auto;
        margin-right: 0;
        margin-bottom: 0.3rem;
    }
    .locations .br {
        max-width: none;
    }
    .locations .title {
        margin-bottom: 0.2rem;
    }
    .mb60 {
        margin-bottom: 0.4rem;
    }
    .careers .item {
        display: block;
    }
    .careers .item .img {
        width: auto;
        margin-top: 0.3rem;
    }
    .careers .item .txt {
        padding: 0 !important;
    }
    .solutionTop {
        padding: 40px 0;
    }
    .solutionTop .box {
        display: block;
    }
    .solutionTop .bl {
        width: auto;
        padding-right: 0;
        margin-bottom: 0.3rem;
    }
    .solutions .item {
        display: block;
    }
    .solutions .item .img {
        width: auto;
        margin-bottom: 0.3rem;
        margin-right: 0;
        margin-left: 0 !important;
    }
    .solutions .item .txt {
        padding-top: 0.2rem;
    }
    .application1 {
        padding-top: 0.4rem;
    }
    .application1 .item {
        margin-bottom: 0.4rem;
    }
    .application1 .item .box:before {
        width: 100%;
        transform: none !important;
    }
    .application1 .item .in {
        display: block;
    }
    .application1 .item .more {
        margin-top: 0.2rem;
    }
    .application1 .item .img {
        width: auto;
        margin-left: 0;
        margin-top: 0.3rem;
    }
    .application2 .item:not(:last-child) {
        margin-bottom: 0.4rem;
    }
    .application2 .item {
        display: block;
    }
    .application2 .item .lg {
        margin-bottom: 0.2rem;
    }
    .application2 .item .more {
        margin-top: 0.2rem;
    }
    .application2 .item .img {
        width: auto;
        margin: 0.3rem 0 0 !important;
    }
    .appDetail {
        padding: 0.4rem 0;
    }
    .appDetail .box {
        display: block;
    }
    .appDetail .box .mimg {
        width: auto;
        margin: 0 !important;
    }
    .appDetail .txt {
        margin-top: 0.3rem;
    }
    .appDetail .it {
        margin-bottom: 0.2rem;
    }
    .appDetail .baseBtns {
        margin-top: 0.2rem;
    }
    .baseBtns .btn .hov {
        width: 120px;
    }
    .baseBtns .btn .hov .in {
        padding: 0.15rem;
        border-radius: 0.1rem;
    }
    .appBot .box {
        margin-top: 0.3rem;
        display: block;
    }
    .appBot .box .img {
        width: auto;
    }
    .appBot .box .txt {
        padding: 0.3rem;
    }
    .appPop {
        display: block;
        max-height: 60vh;
        overflow: auto;
    }
    .appPop .content {
        width: auto;
    }
    .appPop .content .p {
        line-height: 1.6;
    }
    .appPop li {
        padding-left: 16px;
    }
    .appPop li:before {
        top: 0.8em;
        width: 4px;
        height: 4px;
        margin-top: -2px;
    }
    .appPop .img {
        width: auto;
    }
    .newsCenter .items {
        justify-content: space-between;
    }
    .newsCenter .item {
        width: 48%;
        margin-right: 0;
    }
    .pages a {
        margin: 0 5px;
        width: 2.4em;
        line-height: 2.4;
    }
    .newsDetail .editor h4 {
        font-size: 1.4em;
    }
}
@media(max-width:540px) {
    .teamBlock .i .tp {
        width: auto;
    }
    .teamBlock .i .it {
        font-size: 16px;
    }
    .teamBlock .i .bot {
        padding: 0.2rem 0.25rem;
    }
    .esg4 .item {
        width: 100%;
        margin-right: 0;
    }
    .esg1 .txt .p {
        padding: 0 0.35rem;
    }
    .swiperCtr {
        font-size: 10px;
    }
    .swiperBox {
        padding-left: 3em;
        padding-right: 3em;
    }
    .newsCenter .item {
        width: 100%;
    }
}
/*wrapper*/
.wrapper {
    padding: 1rem 0 1.4rem;
}
@media(max-width:768px) {
    .wrapper {
        padding: 0.5rem 0 1rem;
    }
}
/*customerDetails*/
.customerDetails>.flex {
    align-items: stretch;
}
.customerDetails .right {
    width: 3.8rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.customerDetails .left {
    width: calc(100% - 3.8rem);
}
@media(max-width:1024px) {
    .customerDetails>.flex {
        flex-wrap: wrap;
    }
    .customerDetails .left {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .customerDetails .right {
        width: 100%;
        border-left: none;
    }
}
/*widget*/
.widget {
    padding: 0.08rem 0;
    position: sticky;
    top: 80px;
}
.widget .name {
    line-height: 1.35em;
    color: #1d412b;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0.4rem 0.16rem;
    font-family: 'MontserratBold';
}
.widget li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.17rem 0.2rem 0.17rem 0.4rem;
    line-height: 2em;
}
.widget li a {
    display: block;
    position: relative;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 1.375em;
}
.widget li a:hover {
    color: #1d412b;
}
.widget li a:before {
    width: 0.1rem;
    height: 0.1rem;
    border: 0.02rem solid #1d412b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: '';
    border-radius: 50%;
    box-sizing: border-box;
}
@media(max-width:1024px) {
    .widget .name, .widget li {
        padding-left: 0;
    }
    .widget {
        top: 70px;
    }
}
/*post*/
.post .name {
    text-align: left;
    color: #1d412b;
    font-family: 'MontserratBold';
    line-height: 1.35em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.13rem;
    padding-right: 0.45rem;
    margin-bottom: 0.3rem;
}
.post .entry {
    color: #444;
    padding-right: 0.45rem;
    border-bottom: 1px solid rgba(202, 202, 202, 0.4);
    padding-bottom: 0.7rem;
}
.post .entry * {
    line-height: 2em;
}
.post .entry h3 {
    font-size: 1.25em;
    font-family: 'MontserratBold';
    line-height: 2em;
}
.post .btm {
    padding: 0.42rem 0.45rem 0 0;
}
.post .pn {
    line-height: 2em;
    width: calc(100% - 2rem);
}
.post .pn a {
    color: #444;
}
.post .pn a:hover {
    color: #1d412b;
}
.post .pn p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post .back a {
    color: #1d412b;
    border: 1px solid #1d412b;
    width: 10em;
    height: calc(50em/16);
    justify-content: center;
    border-radius: calc(25em/16);
}
.post .back i {
    font-style: normal;
    display: block;
    background: url(../images/back_01.svg) no-repeat left center;
    background-size: 1em auto;
    padding-left: 2em;
}
.post .back a:hover {
    background-color: #1d412b;
    color: #fff;
}
.post .back a:hover i {
    filter: brightness(100);
}
@media(max-width:1024px) {
    .post .name, .post .entry, .post .btm {
        padding-right: 0;
    }
}
@media(max-width:768px) {
    .post .btm {
        flex-wrap: wrap;
    }
    .post .pn {
        width: 100%;
        margin-bottom: 0.35rem;
    }
    .post .back {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
/*categories*/
.categories {
    overflow: hidden;
    margin-bottom: 0.6rem;
}
.categories ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(1302/1280*100%);
}
.categories li {
    padding: 0 calc(22/1302*100%) calc(22/1302*100%) 0;
}
.categories a {
    color: #114d29;
    border: solid 1px #f1f1f1;
    background-color: #fff;
    display: block;
    line-height: calc(50em/16);
    padding: 0 1.5em;
    border-radius: 1.5625em;
}
.categories .cur a, .categories a:hover {
    color: #fff;
    background-color: #114d29;
    border-color: #114d29;
}
/*figure*/
.figure {
    position: relative;
    overflow: hidden;
}
.figure .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.figure img {
    display: block;
    width: 100%;
    height: auto;
}
/*rows*/
[class*=rows_] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.rows_2 {
    line-clamp: 2;
    -webkit-line-clamp: 2;
}
.rows_3 {
    line-clamp: 3;
    -webkit-line-clamp: 3;
}
.rows_4 {
    line-clamp: 4;
    -webkit-line-clamp: 4;
}
.rows_5 {
    line-clamp: 5;
    -webkit-line-clamp: 5;
}
/*nwrap*/
.nwrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*stories*/
.stories {
    overflow: hidden;
}
.stories .list {
    justify-content: flex-start;
    width: calc(1335/1280*100%);
    flex-wrap: wrap;
}
/*sitem*/
.sitem {
    width: 33.333%;
    padding: 0 calc(55/1335*100%) calc(55/1335*100%) 0;
}
.sitem .figure {
    padding-bottom: calc(260/390*100%);
    margin-bottom: 0.2rem;
}
.sitem .name {
    line-height: 1.8em;
    font-family: 'MontserratMedium';
    margin-bottom: 0.09rem;
}
.sitem .excerpt {
    line-height: 2em;
    color: #666;
    height: 4em;
}
.sitem .more {
    margin-top: 0.28rem;
}
.sitem a {
    display: block;
    color: #1d412b;
}
.sitem a:hover .img {
    transform: scale(1.05);
}
@media(max-width:1024px) {
    .sitem {
        width: 50%;
    }
}
@media(max-width:768px) {
    .sitem {
        width: 100%;
        padding-bottom: 0.35rem;
    }
}
/*technical*/
.technical>.flex {
    flex-wrap: wrap;
    align-items: flex-start;
}
.technical .left {
    width: 2.8rem;
}
.technical .right {
    width: calc(100% - 3.2rem);
}
@media(max-width:1024px) {
    .technical .left {
        width: 100%;
        margin-bottom: 0.4rem;
    }
    .technical .right {
        width: 100%;
    }
}
/*sidemenu*/
.sidemenu .name {
    background-color: #ebebeb;
    line-height: 2em;
    padding: 0.12rem 0.4rem 0.12rem 0.2rem;
    color: #444;
    font-family: 'MontserratBold';
    position: relative;
    cursor: pointer;
}
.sidemenu .name:after {
    width: 0.16rem;
    height: 0.16rem;
    background: url(../images/icon_add_01.svg) no-repeat center center;
    background-size: contain;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.2rem;
}
.sidemenu ul {
    padding: 0.15rem 0.2rem;
    background-color: #f5f5f5;
    display: none;
}
.sidemenu li {
    line-height: 2.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidemenu li ul{ padding-right: 0; display: none;}
.sidemenu a {
    color: #444;
    background: no-repeat right center;
    background-size: 0.375em auto;
    padding-right: 1.5em;
    display: block;
    position: relative;
}
.sidemenu .hasChild > a::after{width: 0.2rem; height: 0.2rem;  background: url(../images/icon_add_01.svg) no-repeat center center ;  background-size: 60%;  display: block;  content: '';  position: absolute; top: 50%; transform: translateY(-50%); right: 0;}
.sidemenu .hasChild.aon > a::after{ background-image: url(../images/line_01.svg); background-color: #1d412b; }
.sidemenu .hasChild.aon > a{color: #1d412b;}
.sidemenu .cur > a, .sidemenu a:hover {
    color: #1d412b;
    /* background-image: url(../images/arrow_right_01.svg); */
}
.sidemenu ul ul .cur a, 
.sidemenu ul ul a:hover {
    color: #1d412b;
    background-image: url(../images/arrow_right_01.svg);
}
.sidemenu.active .name {
    background-color: #1d412b;
    color: #fff;
}
.sidemenu.active .name:after {
    background-image: url(../images/line_01.svg);
}
.sidemenu.active > ul {
    display: block;
}
@media(max-width:1024px) {
    .sidemenu.active > ul {
        display: none;
    }
}
/*techlist*/
.techlist {
    overflow: hidden;
}
.techlist ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0.6rem;
}
.techlist li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 2.5em;
    padding: 0.2rem 0;
}
.techlist .meta {
    color: #999;
    padding-right: 0.56rem;
    background: url(../images/download_01.png) no-repeat right center;
    background-size: 1em auto;
    width: 2.35rem;
}
.techlist .meta span {
    display: block;
}
.techlist .name {
    color: #444;
    width: calc(100% - 3rem);
}
.techlist a:hover {
    color: #1d412b;
}
@media(max-width:768px) {
    .techlist a {
        flex-wrap: wrap;
    }
    .techlist .name, .techlist .meta {
        width: 100%;
    }
}
/*suppliers*/
.suppliers {
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 0.6rem;
    margin-bottom: 0.5rem;
}
.suppliers:last-child {
    margin-bottom: 0;
}
.suppliers .name {
    color: #1d412b;
    font-family: 'MontserratBold';
    line-height: 1.35em;
    margin-bottom: 0.38rem;
}
.suppliers .intro {
    line-height: 2em;
}
.suppliers .intro strong {
    font-family: 'MontserratBold';
}
.suppliers .intro a {
    color: #1d412b;
}
/*support*/
.support .intro {
    margin-bottom: 0.25rem;
}
.support .name {
    margin-bottom: 0.36rem;
}
.support .cont {
    line-height: 2em;
}
.support .list {
    margin-top: 0.06rem;
}
.support .list .li {
    padding: 0 0 0.27rem;
    margin-bottom: 0.3rem;
}
.support .list .li .lt {
    margin-bottom: 0;
    cursor: pointer;
}
.support .list .li .lp {
    display: none;
    margin-top: 0.1rem;
}
.support .list .li .icon-down {
    transform: rotate(180deg);
    display: block;
    transition: all 0.2s;
}
.support .list .active .icon-down {
    transform: rotate(0);
}
/*services*/
.services .bname {
    text-align: center;
    line-height: 1.35em;
}
.services .bintro {
    color: #444;
    line-height: 2em;
    text-align: center;
    margin-top: 0.1rem;
}
/*scenarios*/
.scenarios .list {
    margin-top: 5.4875%;
}
.scenarios .figure {
    width: 46.875%;
}
.scenarios .figure:after {
    display: block;
    content: '';
    padding-bottom: 100%;
}
.scenarios .text {
    width: 45.3125%;
}
.scenarios .name {
    line-height: 1.42857em;
    margin-bottom: 0.35rem;
}
.scenarios .entry {
    color: #444;
}
.scenarios .entry * {
    line-height: 2em;
}
.scenarios .entry p {
    margin-bottom: 6%;
    position: relative;
    padding-left: 1.5556em;
}
.scenarios .entry p:before {
    width: 0.445em;
    height: 0.445em;
    border-radius: 50%;
    background-color: #1d412b;
    position: absolute;
    left: 0;
    display: block;
    content: '';
    top: 0.7778em;
}
.scenarios .entry p:last-child {
    margin-bottom: 0;
}
.scenarios .entry strong {
    font-family: 'MontserratBold';
}
.scenarios .item {
    margin-bottom: 7.8125%;
    flex-wrap: wrap;
}
.scenarios .item:nth-child(2n) {
    flex-direction: row-reverse;
}
.scenarios .item:last-child {
    margin-bottom: 0;
}
@media(max-width:1024px) {
    .scenarios .figure {
        width: 100%;
        margin-bottom: 0.35rem;
    }
    .scenarios .text {
        width: 100%;
    }
}
/*guarantee*/
.guarantee {
    margin-bottom: 12.109375%;
    overflow: hidden;
}
.guarantee .swiper {
    margin-top: 5%;
}
.guarantee .swiper-slide {
    width: auto;
}
.guarantee .figure {
    box-shadow: 0.07rem 0.07rem 0.09rem 1px rgba(29, 65, 43, 0.1);
    border: solid 0.02rem #1d412b;
    margin-bottom: 0.17rem;
}
.guarantee .figure img {
    display: block;
    height: 2.38rem;
    width: auto;
}
.guarantee .text {
    text-align: center;
    line-height: 1.5em;
    color: #444;
}
/*sedinitta*/
.sedinitta .intro {
    text-align: center;
    margin-top: 0.13rem;
    margin-bottom: 4.6875%;
}
.sedinitta .name {
    line-height: 1.667em;
    text-align: center;
}
.sedinitta .cont {
    line-height: 2em;
}
.sedinitta .methods {
    margin-bottom: 8.046875%;
}
.sedinitta .methods .list {
    background: no-repeat center center;
    background-size: cover;
    position: relative;
    margin-top: 0.17rem;
}
.sedinitta .methods .list:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.sedinitta .methods .item {
    min-height: 5.2rem;
    width: 20%;
    position: relative;
    z-index: 2;
    justify-content: center;
    color: #fff;
    text-align: center;
}
.sedinitta .methods .item:after {
    width: 1px;
    height: 100%;
    background-color: #f5f5f5;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    content: '';
    transform: translateX(0.5px);
}
.sedinitta .methods .item:last-child:after {
    display: none;
}
.sedinitta .methods .icon {
    width: 0.44rem;
    margin: 0 auto 0.18rem;
}
.sedinitta .methods .icon i {
    display: block;
    padding-bottom: 81.819%;
    background: no-repeat center center;
    background-size: contain;
    margin: 0 auto;
}
.sedinitta .methods .text {
    line-height: 1.5em;
}
.sedinitta .methods .item:hover {
    background-color: rgba(29, 65, 43, 0.8);
}
.sedinitta .system {
    align-items: flex-start;
    margin-bottom: 7.8125%;
}
.sedinitta .system .figure {
    width: 57.03125%;
    mask: url(../images/mask_01.svg) no-repeat right center;
    -webkit-mask: url(../images/mask_01.svg) no-repeat right center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
.sedinitta .system .figure:after {
    display: block;
    content: '';
    padding-bottom: 45.206%;
}
.sedinitta .system .text {
    width: 42.96875%;
    position: relative;
    z-index: 5;
    margin-top: 0.6rem;
}
.sedinitta .system .box {
    width: calc(730/550*100%);
    background: url(../images/mask_02.svg) no-repeat left center;
    background-size: cover;
    margin-left: calc(-180/550*100%);
    min-height: 3.31rem;
    display: flex;
    align-items: center;
    padding: 5% 5% 5% calc(210/550*100%);
}
.sedinitta .system .icon {
    margin-bottom: 0.4rem;
}
.sedinitta .system .icon img {
    display: block;
    width: 0.4rem;
    height: auto;
}
.sedinitta .system .name {
    line-height: 1.6667em;
    text-align: left;
}
.sedinitta .system .cont {
    line-height: 2em;
}
.sedinitta .process {
    margin-bottom: 7.03125%;
}
.sedinitta .process .list {
    flex-direction: column;
    justify-content: flex-end;
}
.sedinitta .process ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 -0.2rem;
    padding: 0 0.2rem;
    width: 100%;
}
.sedinitta .process li {
    background: url(../images/process_rectangle.svg) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 2.4rem;
    height: 1.8rem;
}
.sedinitta .process .circle {
    width: 2rem;
    height: 2rem;
    background-image: url(../images/process_circle.svg);
}
.sedinitta .process .square {
    width: 2.58rem;
    height: 2rem;
    background-image: url(../images/process_square.svg);
}
.sedinitta .process .num {
    font-size: 1.4rem;
    line-height: 1em;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.05;
}
.sedinitta .process .text {
    line-height: 1.6667em;
    position: relative;
    z-index: 2;
}
.sedinitta .process .line {
    width: 2.08rem;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    z-index: 2;
    margin-left: -0.5rem;
}
.sedinitta .process .line:before, .sedinitta .process .line:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: '';
}
.sedinitta .process .line:before {
    left: 0;
    width: 0.16rem;
    height: 0.16rem;
    background-color: #ccc;
    border-radius: 0.05rem;
}
.sedinitta .process .line:after {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/arrow_right_02.svg) no-repeat center center;
    background-size: contain;
    right: 0;
}
.sedinitta .process .figure {
    margin-top: 2.34375%;
}
@media(max-width:1024px) {
    .sedinitta .system {
        flex-wrap: wrap;
    }
    .sedinitta .system .figure {
        width: 100%;
        mask: none;
        -webkit-mask: none;
    }
    .sedinitta .system .text {
        width: 100%;
        margin-top: -0.5rem;
    }
    .sedinitta .system .box {
        width: auto;
        margin-left: 0;
        padding: 0.35rem;
        background: rgba(245, 245, 245, 0.95);
        min-height: 0;
    }
    .sedinitta .system .icon {
        margin-bottom: 0.25rem;
    }
}
@media(max-width:768px) {
    .sedinitta .methods .list {
        flex-wrap: wrap;
    }
    .sedinitta .methods .item {
        width: 100%;
        min-height: 0;
        padding: 0.5rem;
    }
    .sedinitta .methods .item:after {
        width: 100%;
        height: 1px;
        transform: none;
        top: auto;
        bottom: 0;
    }
    .form .li .input {
        width: 100%;
    }
    
    .form>.li {
        flex-wrap: wrap;
    }
}


.banner .video_btn_main{
    position: absolute;
    bottom: .8rem;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 12;
    text-align: center;
}
.video_btn_main .video_btn{
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/video_icon01.png);
    cursor: pointer;
    display: block;
    margin: 0 auto;
}
.video_btn_main .video_i{
    width: 1px;
    height: .3rem;
    background-color: rgba(255, 255, 255, .21);
    margin: .3rem 0;
    display: inline-block;
}
.video_btn_main .video_ctit{
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.fot_cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(248,248,248,.9);
    padding: .5rem 0;
    z-index: 9998;
    display: none;
}
.fot_cookie.ucur{
    display: block;
}

.fot_cookie .editor {
    color: #333333;
    line-height: 2;
}

.cookie_btns {
    display: flex;
    align-items: center;
    margin-top: .25rem;
}

.cookie_btns .cookie_btn {
    line-height: .4rem;
    border: 1px solid #1d412b;
}

.cookie_btns .cookie_btn {
    width: 1.8rem;
    text-align: center;
    border-radius: .2rem;
    cursor: pointer;
}

.cookie_btns .cookie_btn1 {
    background-color: #fff;
    color: #114d29;
}

.cookie_btns .cookie_btn2 {
    margin-left: .25rem;
    background-color: #114d29;
    color: #fff;
}


@media(max-width:768px) {

    .fot_cookie {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(248,248,248,.9);
        padding: .5rem 0;
        z-index: 99;
    }

    .fot_cookie .editor {
        color: #333333;
        line-height: 2;
    }

    .cookie_btns {
        display: flex;
        align-items: center;
        margin-top: .25rem;
    }

    .cookie_btns .cookie_btn {
        line-height: .4rem;
        border: 1px solid #1d412b;
    }

    .cookie_btns .cookie_btn {
        width: 1.8rem;
        text-align: center;
        border-radius: .2rem;
    }

    .cookie_btns .cookie_btn1 {
        background-color: #fff;
        color: #114d29;
    }

    .cookie_btns .cookie_btn2 {
        margin-left: .25rem;
        background-color: #114d29;
        color: #fff;
    }

    .fot_cookie {
        padding: .15rem;
    }

    .fot_cookie .editor {
        font-size: .12rem;
    }

    .cookie_btns {
        margin-top: .1rem;
    }

    .cookie_btns .cookie_btn {
        width: 1.5rem;
        line-height: .3rem;
        font-size: .14rem;
    }
}


.videoMask{
    position: fixed;
    z-index: 1051;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
  }
.videoMask .videoBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 58%;
    max-width: 94%;
}
.videoMask .videoBox video {
    width: 100%;
}
.videoMask .videoBox .close {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px;
    z-index: 10;
    cursor: pointer;
    padding-top: 2%;
}
.videoMask .videoBox .close:before,
.videoMask .videoBox .close:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    border-bottom: 1px solid #fff;
}
.videoMask .videoBox .close:before {
    transform: rotate(45deg);
}
.videoMask .videoBox .close:after {
    transform: rotate(-45deg);
}
.video_click{
    cursor: pointer;
}
@media (max-width: 680px){
    .videoMask .videoBox{
        width: 80%;
    }
}


.single_box{
    padding: .5rem 0;
}
.single_box .editor_main{
    color: #333333;
    line-height: 1.875;
}
.single_box .editor_main ul li{
    padding: .35rem 0;
    border-bottom: 1px solid #f5f5f5;
}

@media (max-width: 680px){
    .single_box .editor_main ul li {
        padding: .15rem 0;
    }
}

.support .box {
    display: flex;
    flex-wrap: wrap;
    margin-top: .3rem;
}
.support .br{
    width: 100%;
}
.support .bl_editor .bl_editor_tit{
    padding:0 0 .27rem;
    line-height: 1.6;
        margin-top: 0.06rem;
}
@media (max-width: 1024px) {
    .support .bl {
        padding-right: 0;
    }
    .support .list .li {
        padding: 0 0 0.15rem;
        margin-bottom: 0.15rem;
    }
}


.pop_team .pop_team_top{
    display: flex;
    justify-content: space-between;
}
.pop_team .pop_team_tit{
    color: #114d29;
}
.pop_team .pop_team_editor li {
    padding-left: 1em;
    position: relative;
}
.pop_team .pop_team_editor li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1em;
    margin-top: -2px;
    background: #106330;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}


.pop_team .pop_pic{
    position: relative;
}
.pop_team .pop_pic:before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 0.25rem;
    background: #106330;
    height: 0.85rem;
    transform: skewY(-40deg);
    transform-origin: right bottom;
}
.pop_team .pop_team_top .pop_team_left {
    margin-top: .3rem;
    padding-right: 3%;
}
.pop_team .pop_team_top .pop_team_right {
    width: 25%;
}
.pop_team .pop_team_cd {
    margin-top: .3rem;
    font-size: .18rem;
    max-height: 40vh;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .pop .popbox{padding: 0.3rem;}
    .pop_team .pop_team_top .pop_team_left {
        margin-top: 0;
    }
    .pop_team .pop_team_top {
    flex-direction: row-reverse;
}

.pop_team .pop_team_top .pop_team_right {
    width: auto;
    max-width: 40%;
}

.pop_team .pop_team_top .pop_team_left {
    flex: 1 1 auto;
    padding-left: 2em;
}

.pop_team .pop_pic:before {
    width: 1em;
    height: 0.7rem;
}
.teamBlock .i .img:before {
    width: 1em;
    height: 0.7rem;
}

.teamBlock .i .tp {
    padding-left: 1em;
}
}

.locations .tg:nth-child(2) .item .li:nth-child(2){
    display: none;
}
@media screen and (min-width:1025px){
    .pop .popbox{
        padding: 1rem;
    }
    .pop_team .pop_team_cd{
        line-height: 2;
        padding-right: 0.5rem;
    }
    .nav li .sub a {
        padding: 5px 15px;
        font-size: 15px;
    }
    .editor,
    .contact .list .li .lt .t,
    .contact .list{
        font-size: 0.16rem;
    }
    .pop_team .pop_team_cd p{
        margin-bottom: 0.1rem;
    }
}
 
.appDetail .max1280 .bot{display: none;}

.aboutNew h3.title{color:#114d29}
.aboutNew .boxCon{position:relative}
.aboutNew .boxCon::before{content:'';display:block;width:0.16rem;height:0.01rem;position:absolute;left:50%;top:0;transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);background-color:#e2ecef}
.aboutNew .boxCon::after{content:'';display:block;width:0.01rem;height:100%;position:absolute;left:50%;top:0;transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);background-color:#e2ecef}
.aboutNew .item{display:flex;justify-content:space-between;padding-top:1rem}
.aboutNew .item:nth-child(2n){flex-direction:row-reverse}
.aboutNew .item .ibox{width:50%;padding-right:1rem;position:relative;text-align:right}
.aboutNew .item:nth-child(2n) .ibox{text-align:left}
.aboutNew .item:nth-child(2n) .ibox{padding-left:1rem;padding-right:0}
.aboutNew .item .ibox .it{position:relative}
.aboutNew .item .ibox .it::before{content:'';display:block;width:0.5rem;height:0.01rem;background-color:#e2ecef;position:absolute;right:-1rem;top:50%;transform:translate(0,-50%)}
.aboutNew .item:nth-child(2n) .ibox .it::before{right:auto;left:-1rem}
.aboutNew .item .ibox li{font-size:0.18rem}
.aboutNew .item .imgbox{width:50%;padding-left:1rem}
.aboutNew .item:nth-child(2n) .imgbox{padding-left:0;padding-right:1rem}
@media screen and (max-width:1024px){
    .aboutNew .item{padding-top:0.5rem}
}
@media screen and (max-width:768px){
    .aboutNew .boxCon::after{left:0;transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0)}
    .aboutNew .item{flex-direction:column-reverse !important}
    .aboutNew .item .ibox .it::before{display:none}
    .aboutNew .item .imgbox,.aboutNew .item .ibox{width:100%;padding-left:0.3rem !important;padding-right:0 !important;text-align:left !important}
    .aboutNew .boxCon::before{left:0}
    .aboutNew .item .imgbox{position:relative}
    .aboutNew .item .imgbox::before{content:'';display:block;width:0.3rem;height:1px;background-color:#e2ecef;position:absolute;left:0rem;top:0}
    .aboutNew .item .ibox{margin-top:0.2rem}
}