@charset "utf-8";

/* CSS Document */

@media only screen and (min-width: 800px) {
    /* ::-webkit-scrollbar {
width: 5px;
height: 5px;
background-color: #000;
} */
    /*定义滚动条轨道 内阴影+圆角*/
    /* ::-webkit-scrollbar-track {
border-radius: 0px;
background: #000;
} */
    /*定义滑块 内阴影+圆角*/
    /* ::-webkit-scrollbar-thumb {
border-radius: 0px;
background-color: #009944;
} */
}

html {
    font-size: 100px;
}

body {
    font-size: 16px;
    line-height: 1.6;
}

body.body-100vh {
    height: 100vh;
    overflow: hidden;
}

@media only screen and (min-width:1921px) {
    html {
        font-size: 150px;
    }
    body {
        line-height: 1.6;
    }
    .footer-box .footer-top .l-menu>ul {
        margin-right: 0.36rem !important;
    }
    .app-article .app-cont .contdiv .r-info {
        padding: 0.4rem 0.9rem 0 0.7rem !important;
    }
    .app-article.type3 .app-cont .contdiv .r-info {
        padding-top: 1.5rem !important;
    }
    .app-article .app-cont .contdiv .r-info .textbox {
        margin-bottom: 0.35rem !important;
    }
    .introductionbox .item .l-text {
        padding-left: 0.2rem !important;
    }
    .introductionbox .item .l-text .en {
        font-size: 0.25rem !important;
    }
}

@media only screen and (max-width:1600px) {
    html {
        font-size: 80px;
    }
}

@media only screen and (max-width:1400px) {
    html {
        font-size: 75px;
    }
}

@media only screen and (max-width:1200px) {
    html {
        font-size: 60px;
    }
}

@media only screen and (max-width:1024px) {
    html {
        font-size: 55px;
    }
}

@media only screen and (max-width:768px) {
    html {
        font-size: 40px;
    }
}

@media only screen and (max-width:480px) {
    body {
        font-size: 14px;
        line-height: 1.4;
    }
}


/*=========
基本默认值
==========*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-word-break: normal !important;
    word-break: normal !important;
    word-wrap: break-word !important;
    -webkit-overflow-scrolling: touch;
    /*苹果手机端滑动卡屏*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    /*手机端点击底部出现背景*/
}

html {
    min-height: 100%;
}

body {
    min-height: 100%;
    color: #000;
    /* font-family: sans-serif; */
    font-family: "Arial", "Microsoft YaHei", "sans-serif";
    overflow-x: hidden;
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    object-fit: cover;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #000;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

 ::after,
 ::before {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

input,
textarea,
select {
    font-family: sans-serif;
    font-size: 14px;
    outline: none;
}


/*94%的内容*/

.container {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1680px;
    position: relative;
}

.container1 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    position: relative;
}

.container2 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: relative;
}

.container3 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    position: relative;
}


/* =========
工具样式
========== */

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.all {
    max-width: 100%;
    overflow: hidden;
}

.hui {
    background-color: #f8f8f8;
}


/*图片通用样式*/

.img-common {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
}

.img-position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*清除浮动*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}


/*Flex居中样式*/

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*动画*/

.donghua {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}


/*文字溢出*/

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ellipsis1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bai {
    background-color: #ffffff;
}

.nothing {
    font-size: 20px;
    color: #666666;
    text-align: center;
}

.bd_weixin_popup {
    position: fixed!important;
}


/* -----------------通用样式---------------- */


/* seo */

.seo-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 30vh;
    overflow-y: auto;
}

.out-bg {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}


/* 下拉*/


/* .incom-cityselect {} */


/* 跳转 */

.incom-href {
    text-align: right;
    padding-top: 0.32rem;
}

.incomview-href {
    background-color: #ededed;
    height: 46px;
    line-height: 46px;
}

.incom-href>a,
.incomview-href a {
    font-size: 12px;
    color: #333333;
}

.incom-href>a>span,
.incomview-href a>span {
    margin: 0 5px;
    /* font-family: "SimSun"; */
}


/* 内页通用标题 */

.incommon-title {
    text-align: center;
    padding-top: 0.8rem;
    padding-bottom: 0.4rem;
}

.incommon-title .cn {
    font-size: 0.36rem;
    color: #232323;
    margin-bottom: 5px;
}

.incommon-title .cn>b {
    color: #359439;
    font-weight: 400;
}

.incommon-title .en {
    font-size: 16px;
    color: #9e9e9e;
    margin-top: 0.15rem;
}

.incommon-title.noen {
    padding-bottom: 0.15rem;
}

.incommon-title.noen .cn {
    color: #525252;
    margin-bottom: 0;
}


/* -----------------导航栏---------------- */

.header-box {
    width: 100%;
    height: 88px;
}

.header-box .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 88px;
    background-color: #ffffff;
    z-index: 99;
}

.header-box .header .l-logo-box {
    background-image: url(../images/nav_bg01.jpg);
    float: left;
    background-repeat: repeat-x;
    background-size: contain;
    width: 530px;
    height: 88px;
    position: relative;
}

.header-box .header .l-logo-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/nav_bg01.jpg);
    background-repeat: repeat-x;
    background-size: auto;
    transform: translateX(-100%);
}

.header-box .header .l-logo-box .l-logo {
    display: inline-block;
    margin-top: 14px;
}

.header-box .header .m-nav-bg {
    background-image: url(../images/nav_bg02.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 187px;
    height: 88px;
    float: left;
}

.header-box .header .r-nav {
    float: right;
    background-image: url(../images/nav_bg03.jpg);
    background-repeat: repeat-x;
    background-size: auto;
    width: calc(100% - 717px);
}

.header-box .header .r-nav::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/nav_bg03.jpg);
    background-repeat: repeat-x;
    background-size: auto;
    transform: translateX(99%);
}

.nav-phone-menu {
    display: none;
}

.header-box .header .r-nav .nav-search,
.header-box .header .r-nav .nav-tel {
    float: right;
    height: 88px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.header-box .header .r-nav .nav-search .search {
    width: 38px;
    height: 70px;
    background-image: url(../images/icon_search.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right center;
    cursor: pointer;
}

.header-box .header .r-nav .nav-search .float-area {
    position: absolute;
    right: -4px;
    top: 32px;
    background-color: rgba(12, 83, 35, 0.88);
    border-radius: 22px;
    z-index: 1;
    height: 42px;
    line-height: 42px;
    width: 0;
    overflow: hidden;
}

.header-box .header .r-nav .nav-search.active .float-area {
    width: 242px;
}

.header-box .header .r-nav .nav-search .float-area .search-area {
    display: flex;
    width: 100%;
    height: 100%;
}

.header-box .header .r-nav .nav-search .float-area .inp {
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 0 18px;
    font-size: 14px;
    color: #ffffff;
    border: none;
}

.header-box .header .r-nav .nav-search .float-area .inp::placeholder {
    color: #52b974;
}

.header-box .header .r-nav .nav-search .float-area .btn {
    width: 48px;
    height: 100%;
    background-color: #e2d743;
    border: none;
    background-image: url(../images/icon_search01.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    cursor: pointer;
}

.header-box .header .r-nav .nav-tel .icon {
    width: 52px;
    height: 70px;
    background-image: url(../images/icon_tel.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    cursor: pointer;
}

.header-box .header .r-nav .nav-tel .tel {
    visibility: hidden;
    opacity: 0;
    width: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 32px;
    background-color: rgba(12, 83, 35, 0.88);
    border-radius: 10px;
    z-index: 1;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}

.header-box .header .r-nav .nav-tel.active .tel {
    width: 145px;
    opacity: 1;
    visibility: visible;
}

.header-box .header .r-nav .nav-ul {
    float: right;
    display: flex;
    align-items: flex-end;
    height: 88px;
    margin-right: 0.9rem;
}

.header-box .header .r-nav .nav-ul .n-ul .n-li {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    margin: 0 10px;
    position: relative;
    padding: 0 10px;
}

.header-box .header .r-nav .nav-ul .n-ul .n-li .lia {
    display: block;
    font-size: 14px;
    color: #ffffff;
    position: relative;
}

.header-box .header .r-nav .nav-ul .n-ul .n-li.on .lia::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}

.header-box .header .r-nav .nav-ul .n-ul .n-li .xiala-ul {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 130%;
    background-color: rgba(12, 83, 35, 0.88);
    padding: 0;
    box-sizing: border-box;
    opacity: 0;
    z-index: 99;
    min-width: 140px;
    height: 0;
    overflow: hidden;
    transform: translateX(-50%);
    visibility: hidden;
    transition: all 0.3s ease-out 0s !important;
}

.header-box .header .r-nav .nav-ul .n-ul .n-li .xiala-ul .xl-li {
    padding: 5px 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s !important;
}

.header-box .header .r-nav .nav-ul .n-ul .n-li .xiala-ul .xl-li .aa {
    font-size: 14px;
    color: #ffffff;
    display: block;
    text-align: center;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
}


/* 手机菜单栏 */

.phone-menu {
    background: #1e1e1e;
    position: fixed;
    width: 260px;
    height: 100%;
    top: 0px;
    right: 0px;
    display: none;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding: 70px 0% 10px;
    overflow: auto;
    z-index: 8;
}

body[data-on="on"] .phone-menu {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.phone-menu ul li {
    display: block;
    line-height: 46px;
    min-height: 46px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.phone-menu ul li:after {
    content: "";
    display: block;
    height: 1px;
    width: 0px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0px;
    top: 46px;
}

.phone-menu ul li .item {
    display: block;
    overflow: hidden;
    position: relative;
    height: 46px;
}

.phone-menu ul li.cz .item:after {
    content: "";
    width: 9px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 10px;
}

.phone-menu ul li.cz .item:before {
    content: "";
    width: 1px;
    height: 9px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -4px;
}

.phone-menu ul li.cz[data-on="on"] .item:after {
    width: 30px;
    opacity: 0;
    right: 0px
}

.phone-menu ul li.cz[data-on="on"] .item:before {
    height: 100%;
    top: 0px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.1);
}

.phone-menu ul li .a {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, .8);
    position: absolute;
    height: 46px;
    line-height: 46px;
    left: 15px;
    top: 0px;
    z-index: 2;
}

.phone-menu ul li .xl {
    font-size: 14px;
    padding: px 0px;
    display: none
}

.phone-menu ul li .xl a {
    color: rgba(255, 255, 255, .6);
    display: block;
    padding: 5px 15px 5px 20px;
    position: relative;
    line-height: 26px;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.phone-menu ul li .xl .hab {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    position: relative;
    -moz-transition: all .3s;
    transition: all .3s;
}

.phone-menu ul li .xl .hab.cz .bbb:after {
    content: "";
    width: 9px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 10px;
}

.phone-menu ul li .xl .hab.cz .bbb:before {
    content: "";
    width: 1px;
    height: 9px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -4px;
}

.phone-menu ul li .xl .hab[data-on="on"]:after .bbb {
    width: 100%;
    opacity: 1;
    right: -15px;
    top: 100%;
    background: rgba(255, 255, 255, 0.1);
    box-sizing: content-box;
    padding-left: 7px;
}

.phone-menu ul li.on .a {
    color: #fff
}

.phone-menu ul li .xl .ha_i.on {
    color: #fff
}

.phone-menu ul li .xl .hab.on .ha {
    color: #fff
}

.phone-menu ul li .xl .xll {
    background: #000;
    display: none;
    margin-left: 8px;
}

.phone-menu ul li .xl .xll a {
    margin-left: -8px;
    font-size: 12px;
}

.phone-menu ul li .xl .hab[data-on="on"] .bbb:before {
    height: 100%;
    top: 0px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0);
}

.phone-menu ul li .xl .hab .bbb {
    position: relative;
    height: 36px;
}

.phone-menu ul li .xl .hab .ha {
    display: inline-block;
    left: 0px;
    top: 0;
    z-index: 1;
    position: absolute;
}

.phone-menu ul li .xl .hab .ha {
    padding: 5px 15px 5px 20px;
}

.phone-menu ul li .xl .hab:nth-child(1) .ha {
    padding: 10px 15px 5px 20px;
}

.phone-menu ul li .xl .hab:last-child .ha {
    padding: 5px 15px 10px 20px;
}

.phone-menu ul li .xl .hab:nth-child(1) .bbb {
    height: 41px;
}

.phone-menu ul li .xl .hab:last-child .bbb {
    height: 41px;
}

.phone-menu ul li .xl a:nth-child(1) {
    padding: 10px 15px 5px 20px;
}

.phone-menu ul li .xl a:nth-child(1):after {
    top: 22px;
}

.phone-menu ul li .xl a:last-child {
    padding: 5px 15px 10px 20px;
}

.phone-menu ul li .xl a:before {
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, .1);
    content: "";
    display: block;
    position: absolute;
    top: -0px;
    left: 7px;
}

.phone-menu ul li .xl a:after {
    width: 8px;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 18px;
}

.phone-menu ul li[data-on="on"]:after {
    width: 100%;
}

.phone-menu ul li[data-on="on"] .xl a {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(1) {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(2) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(3) {
    -webkit-transition-delay: .45s;
    -moz-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(4) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(5) {
    -webkit-transition-delay: .75s;
    -moz-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(6) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(7) {
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(8) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(9) {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(10) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(11) {
    -webkit-transition-delay: 1.65s;
    -moz-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(12) {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(13) {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(14) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.phone-menu ul li[data-on="on"] .xl .hab {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(1) {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(2) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(3) {
    -webkit-transition-delay: .45s;
    -moz-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(4) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(5) {
    -webkit-transition-delay: .75s;
    -moz-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(6) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(7) {
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(8) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(9) {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(10) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(11) {
    -webkit-transition-delay: 1.65s;
    -moz-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(12) {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(13) {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(14) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.phone-dan {
    opacity: 0;
    background: #000;
    visibility: hidden;
    width: 100%;
    z-index: 5;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0
}

.phone-menu .href-box:after {
    content: "";
    display: block;
    clear: both;
}

.phone-menu .href-box .item {
    width: 50%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.phone-menu .href-box .item:nth-child(2n-1) {
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.phone-menu .href-box .item a {
    display: block;
    padding: 15px 0 12px;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    text-align: center;
}

.phone-menu .href-box .item a img {
    height: 30px;
    display: block;
    margin: auto;
    opacity: .8;
    margin-bottom: 6px;
}

body[data-on="on"] .phone-dan {
    opacity: .5;
    visibility: visible;
}

.phone-menu .search-box {
    position: relative;
    left: 0px;
    top: 0;
    margin: 0;
    width: 100%;
    border: 0;
    padding: 10px 0;
    height: 50px;
}

.phone-menu .search-box .inputbox {
    padding: 0 30px 0 0;
    width: 100%;
    display: block;
}

.phone-menu .search-box .inputbox:focus {
    padding: 0 30px 0 10px;
    background: rgba(255, 255, 255, .1)
}


/* 手机菜单栏 end */

@media only screen and (min-width:601px) {
    .header-box .header .r-nav .nav-ul .n-ul .n-li:hover .xiala-ul {
        padding: 20px 0;
        opacity: 1;
        height: auto;
        visibility: visible;
        transition: all 0.5s ease-out 0s !important;
    }
    .header-box .header .r-nav .nav-ul .n-ul .n-li:hover .xiala-ul .xl-li:hover {
        background-color: #139b40;
    }
    .header-box .header .r-nav .nav-ul .n-ul .n-li:hover .xiala-ul .xl-li {
        padding: 0;
        visibility: visible;
        transition: all 0.5s ease-out 0s !important;
    }
}

@media only screen and (max-width:1780px) {
    .header-box .header .r-nav .nav-ul {
        margin-right: 0;
    }
    .header-box .header .l-logo-box {
        width: 480px;
    }
    .header-box .header .r-nav {
        width: calc(100% - 667px);
    }
}

@media only screen and (max-width:1600px) {
    .header-box .header .l-logo-box {
        width: 380px;
    }
    .header-box .header .r-nav {
        width: calc(100% - 567px);
    }
    .header-box .header .r-nav .nav-ul .n-ul .n-li {
        margin: 0 8px;
    }
}

@media only screen and (max-width:1480px) {
    .header-box .header .l-logo-box {
        width: 280px;
    }
    .header-box .header .r-nav {
        width: calc(100% - 467px);
    }
}

@media only screen and (max-width:1380px) {
    .header-box .header .l-logo-box {
        width: 180px;
    }
    .header-box .header .r-nav {
        width: calc(100% - 367px);
    }
}

@media only screen and (max-width:1280px) {
    .header-box,
    .header-box .header,
    .header-box .header .l-logo-box,
    .nav-phone-menu,
    .header-box .header .r-nav .nav-search,
    .header-box .header .r-nav .nav-tel {
        height: 70px;
    }
    .header-box .header .r-nav .nav-search,
    .header-box .header .r-nav .nav-tel,
    .nav-phone-menu {
        align-items: flex-start;
    }
    .header-box .header .m-nav-bg {
        display: none;
    }
    .header-box .header .l-logo-box {
        background: none;
        display: flex;
        align-items: center;
        width: auto;
    }
    .header-box .header .l-logo-box::before {
        display: none;
    }
    .header-box .header .l-logo-box .l-logo {
        margin-top: 0;
    }
    .header-box .header .r-nav {
        width: calc(100% - 180px);
        background: none;
    }
    .header-box .header .r-nav::before {
        display: none;
    }
    .nav-phone-menu {
        display: flex;
        float: right;
        width: 30px;
        margin-left: 34px;
    }
    .header-box .header .r-nav .nav-ul {
        display: none;
    }
    .header-box .header .r-nav .nav-search .search {
        background-image: url(../images/icon_search1.png);
    }
    .header-box .header .r-nav .nav-tel .icon {
        background-image: url(../images/icon_tel1.png);
    }
    .nav-phone-menu .btn-menu {
        width: 100%;
        height: 70px;
        flex-direction: column;
    }
    .nav-phone-menu .btn-menu>span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #339b39;
        margin: 2px 0;
        transform: rotate(0);
        transition: all .5s;
    }
    .header-box .header .r-nav .nav-tel .tel,
    .header-box .header .r-nav .nav-search .float-area {
        top: 14px;
    }
    .phone-menu,
    .page-top-box .top .menu-btn {
        display: block;
    }
    .nav-phone-menu .btn-menu[data-on="on"]>span:nth-child(2) {
        display: none;
    }
    .nav-phone-menu .btn-menu[data-on="on"]>span:nth-child(1) {
        transform: rotate(45deg);
        margin-top: 5px
    }
    .nav-phone-menu .btn-menu[data-on="on"]>span:nth-child(3) {
        transform: rotate(-45deg);
        margin-top: -5px
    }
}


/* -----------------banner---------------- */

.allpage-banner {
    position: relative;
}

.allpage-banner .img {
    padding-top: calc(640 / 1920 * 100%);
    min-height: 220px;
}

.allpage-banner .theme {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.allpage-banner .theme .en {
    font-size: 0.5rem;
    color: #ffffff;
}

.allpage-banner .theme .cn {
    font-size: 0.28rem;
    color: #ffffff;
}


/* -----------------首页---------------- */


/* banner */

.inbanner-box {
    position: relative;
}

.inbanner-box .inbanner-swiper .swiper-wrapper::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background-image: url(../images/index_bg1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    z-index: 1;
    animation: mymove 5s 1;
    /*Safari 和 Chrome:*/
    -webkit-animation: mymove 5s 1;
}

@keyframes mymove {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*Safari 和 Chrome:*/

@-webkit-keyframes mymove {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.inbanner-swiper .swiper-slide .imgdiv {
    display: block;
    position: relative;
}

.inbanner-swiper .swiper-slide .imgdiv .bg-img {
    padding-top: calc(857 / 1920 * 100%);
    background-size: contain;
    background-repeat: no-repeat;
}

.inbanner-swiper .swiper-slide .imgdiv .bg-img.for-phone {
    display: none;
}

.inbanner-swiper .swiper-slide .imgdiv .textbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 0.42rem;
    color: #ffffff;
    line-height: 1.8;
}

.inbanner-swiper .bg-btn {
    position: absolute;
    top: 50%;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    border: 1px solid #ffffff;
    z-index: 2;
    outline: none;
    cursor: pointer;
}

.inbanner-swiper .bg-btn.banner-prev {
    left: 3%;
}

.inbanner-swiper .bg-btn.banner-next {
    right: 3%;
}

.inbanner-swiper .bg-btn.banner-prev::before,
.inbanner-swiper .bg-btn.banner-next::before {
    content: '<';
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0.22rem;
    font-weight: 600;
    color: #ffffff;
    font-family: 'SimSun';
    transform: translate(-50%, -50%);
}

.inbanner-swiper .bg-btn.banner-next::before {
    content: '>';
}

.inbanner-box .scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding-bottom: 45px;
    cursor: pointer;
}

.inbanner-box .scroll::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 32px;
    background-color: #ffffff;
}

.inbanner-box .scroll .icon {
    position: relative;
    width: 24px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #ffffff;
    margin: 0 auto;
    animation: mycolor 3s infinite;
    /*Safari 和 Chrome:*/
    -webkit-animation: mycolor 3s infinite;
}

.inbanner-box .scroll .icon::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    width: 4px;
    height: 7px;
    background-color: #ffffff;
    border-radius: 2px;
    margin-left: -2px;
}

@keyframes mycolor {
    50% {
        border: 2px solid #359439;
    }
}


/*Safari 和 Chrome:*/

@-webkit-keyframes mycolor {
    50% {
        border: 2px solid #359439;
    }
}

.inbanner-box .scroll .text {
    font-size: 12px;
    color: #ffffff;
    margin-top: 8px;
}


/* 产品和服务 */

.inproduct {
    margin-right: 0;
    max-width: 1660px;
    padding-top: 0.36rem;
    padding-bottom: 1.06rem;
}

.inproduct .pro-title {
    font-size: 0.38rem;
    color: #359439;
    margin-bottom: 0.24rem;
}

.inproduct .pro-list {
    position: relative;
}

.inproduct .pro-list .inpro-swiper .swiper-slide {
    width: 23%;
}

.inproduct .pro-list .inpro-swiper .swiper-slide.one {
    width: 47%;
}

.inproduct .pro-list .inpro-swiper .swiper-slide .pro-a {
    display: block;
    position: relative;
}

.inproduct .pro-list .inpro-swiper .swiper-slide .pro-a .img {
    position: relative;
    height: 4.9rem;
}

.inproduct .pro-list .inpro-swiper .swiper-slide .pro-a .title {
    position: absolute;
    bottom: 0.32rem;
    left: 0;
    width: 100%;
    padding: 0 0.45rem;
    z-index: 1;
    line-height: 1.5;
}

.inproduct .pro-list .inpro-swiper .swiper-slide .pro-a .title .en {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
}

.inproduct .pro-list .inpro-swiper .swiper-slide .pro-a .title .cn {
    font-size: 0.28rem;
    color: #ffffff;
}

.inproduct .pro-list .inpro-swiper .swiper-slide .pro-a .title .cn .num {
    font-size: 12px;
}

.inproduct .pro-list .inpro-swiper .swiper-slide .pro-a .hidediv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(24, 99, 37, 0.5);
    flex-direction: column;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.inproduct .pro-list .inpro-swiper .swiper-slide .pro-a .hidediv .htitle .num {
    font-size: 12px;
    color: #ffffff;
}

.inproduct .pro-list .inpro-swiper .swiper-slide .pro-a .hidediv .htitle .en {
    font-size: 12px;
    color: #ffffff80;
}

.inproduct .pro-list .inpro-swiper .swiper-slide .pro-a .hidediv .htitle .cn {
    font-size: 0.28rem;
    color: #ffffff;
}

.inproduct .pro-list .inpro-swiper .swiper-slide .pro-a .hidediv .htitle .line {
    width: 44px;
    height: 1px;
    background-color: #ffffff;
    margin: 0.25rem auto 0;
}

.inproduct .pro-list .inpro-swiper .swiper-slide .pro-a .hidediv .more {
    width: 126px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    text-align: left;
    font-size: 14px;
    color: #ffffff;
    padding: 0 0.12rem;
    margin-top: 0.78rem;
    position: relative;
}

.inproduct .pro-list .inpro-swiper .swiper-slide .pro-a .hidediv .more::after {
    content: '>';
    position: absolute;
    right: 0.12rem;
    top: 0;
    height: 100%;
    font-size: 0.18rem;
    color: #ffffff;
    font-family: 'SimSun';
}

.inproduct .pro-list .inpro-pagination {
    position: relative;
    left: 40%;
    margin-top: 0.1rem;
}

.inproduct .pro-list .inpro-pagination .swiper-pagination-bullet {
    margin: 0 2.5px;
    opacity: 1;
    background-color: #bcbccc;
    outline: none;
}

.inproduct .pro-list .inpro-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #4d4d4d;
}

@media only screen and (min-width:601px) {
    .inproduct .pro-list .inpro-swiper .swiper-slide .pro-a:hover .hidediv {
        opacity: 1;
        visibility: visible;
    }
    .inproduct .pro-list .inpro-swiper .swiper-slide .pro-a:hover .title {
        opacity: 0;
        visibility: hidden;
    }
}


/* 管理 */

.inmanage {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0.77rem;
}

.inmanage .item {
    width: calc(100% / 5);
    position: relative;
    padding: 0 0.45rem;
}

.inmanage .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 70%;
    background-color: #cccccc;
}

.inmanage .item:nth-child(1)::before {
    display: none;
}

.inmanage .item .img {
    height: 76px;
    width: 100%;
    text-align: center;
}

.inmanage .item .img img {
    height: 100%;
}

.inmanage .item .tit {
    font-size: 16px;
    color: #359438;
    text-align: center;
    margin-top: 0.35rem;
    font-weight: bold;
}

.inmanage .item .desc {
    font-size: 14px;
    color: #999999;
    margin-top: 0.16rem;
    text-align: center;
}


/* 功能介绍 */

.introductionbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.84rem;
}

.introductionbox .item {
    width: calc((100% - 20px) / 2);
    display: flex;
    background-color: #e4e4e4;
    background-repeat: no-repeat;
    background-size: contain;
    height: 340px;
    overflow: hidden;
}

.introductionbox .item .l-text {
    width: 47%;
    padding-left: 0.65rem;
    padding-top: 0.88rem;
}

.introductionbox .item .l-text .en {
    font-size: 0.28rem;
    color: #9da19e;
    font-weight: bold;
    line-height: 1.1;
}

.introductionbox .item .l-text .cn {
    font-size: 16px;
    color: #ababab;
    margin-top: 0.12rem;
}

.introductionbox .item .l-text .viewall,
.inwebsite .textdiv .viewall {
    width: 1.1rem;
    height: 0.46rem;
    border-radius: 24px;
    border: 1px solid #c3c3c3;
    font-size: 14px;
    color: #b7b7b7;
    margin-top: 0.45rem;
    transition: all .5s;
}

.introductionbox .item .r-img {
    width: 53%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.introductionbox .item .r-img>img {
    transition: all 0.8s ease 0.1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 0.8s ease 0.1s;
    -moz-transition: all 0.8s ease 0.1s;
    -ms-transition: all 0.8s ease 0.1s;
    -o-transition: all 0.8s ease 0.1s;
}

.introductionbox .item:hover .r-img>img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}


/* 网点 */

.inwebsite {
    display: block;
    height: 4.6rem;
    position: relative;
    overflow: hidden;
}

.inwebsite>img {
    width: 100%;
    height: 100%;
}

.inwebsite .textdiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.inwebsite .textdiv .cn {
    font-size: 0.38rem;
    color: #ffffff;
}

.inwebsite .textdiv .en {
    font-size: 0.18rem;
    color: #bfbfbf;
    margin-top: 5px;
}

.inwebsite .textdiv .viewall {
    border: 1px solid #eeeeee;
    color: #eeeeee;
}


/* 新闻 */

.innews .innews-cont {
    display: flex;
    padding: 1.82rem 0 1.43rem 0;
}

.innews .innews-cont .l-all {
    width: 35%;
    position: relative;
}

.innews .innews-cont .l-all .cn {
    font-size: 0.38rem;
    color: #359438;
}

.innews .innews-cont .l-all .en {
    font-size: 0.18rem;
    color: #a6a6a6;
}

.innews .innews-cont .l-all .viewall {
    width: 1.1rem;
    height: 0.46rem;
    border-radius: 24px;
    border: 1px solid #ffffff;
    font-size: 14px;
    color: #359438;
    margin-top: 1.4rem;
    background-color: #ffffff;
    transition: all .5s;
}

.innews .innews-cont .r-list {
    width: 65%;
    display: flex;
    justify-content: flex-end;
}

.innews .innews-cont .r-list .item {
    display: block;
    background-color: #ffffff;
    position: relative;
    padding: 0.48rem 0.48rem 0.4rem 0.38rem;
    margin-left: 0.35rem;
    width: 50%;
}

.innews .innews-cont .r-list .item::before {
    content: '';
    position: absolute;
    top: -0.22rem;
    left: 0.38rem;
    width: 0.48rem;
    height: 0.41rem;
    background-image: url(../images/index_icon1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.innews .innews-cont .r-list .item .tit {
    font-size: 14px;
    color: #8c929b;
}

.innews .innews-cont .r-list .item .desc {
    font-size: 14px;
    color: #192537;
    line-height: 2;
    margin-top: 0.14rem;
}

.innews .innews-cont .r-list .item .more {
    font-size: 20px;
    color: #359438;
    margin-top: 0.7rem;
    text-align: right;
}


/* 二维码 */

.incodebox {
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.incodebox .codediv {
    text-align: right;
    padding-top: 0.5rem;
    height: 4.54rem;
    min-height: 280px;
}

.incodebox .codediv .list .item {
    margin-left: 0.3rem;
    width: 133px;
    height: 162px;
}

.incodebox .codediv .tit {
    margin-top: 0.2rem;
    font-size: 16px;
    color: #676767;
}


/* -----------------关于---------------- */

.aboutbox {
    background-color: #f5f5f5;
}

.aboutbox .about-one {
    position: relative;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.aboutbox .about-one .one-content {
    margin-right: 0;
    max-width: 1560px;
}

.aboutbox .about-one .one-content::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(../images/about_bg2.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.aboutbox .about-one .one-content .imgdiv {
    text-align: right;
}

.aboutbox .about-one .one-content .msg-cont {
    padding: 0.8rem 0 1.05rem 1rem;
}

.aboutbox .about-one .one-content .msg-cont .title {
    margin-bottom: 0.32rem;
}

.aboutbox .about-one .one-content .msg-cont .title .en {
    font-size: 12px;
    color: #b2b2b2;
}

.aboutbox .about-one .one-content .msg-cont .title .cn {
    font-size: 0.28rem;
    color: #222222;
    line-height: 1.3;
}

.aboutbox .about-one .one-content .msg-cont .demo1 {
    font-size: 20px;
    color: #359439;
    line-height: 1.7;
    max-width: 31%;
    margin-bottom: 0.32rem;
}

.aboutbox .about-one .one-content .msg-cont .demo2 {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    max-width: 45%;
    margin-bottom: 0.5rem;
}

.aboutbox .about-one .one-content .msg-cont .numdiv {
    display: flex;
}

.aboutbox .about-one .one-content .msg-cont .numdiv .item {
    padding-left: 0.9rem;
    margin-left: 0.9rem;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.aboutbox .about-one .one-content .msg-cont .numdiv .item:nth-child(1) {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}

.aboutbox .about-one .one-content .msg-cont .numdiv .item .num .numCX {
    font-size: 0.8rem;
    color: #359439;
    line-height: 1.1;
}

.aboutbox .about-one .one-content .msg-cont .numdiv .item .num .unitC {
    font-size: 0.18rem;
    color: #222222;
}

.aboutbox .about-one .one-content .msg-cont .numdiv .item .indc {
    font-size: 0.18rem;
    color: #666666;
    text-align: center;
}

.aboutbox .about-two {
    background-repeat: no-repeat;
    background-position: left -18px;
    display: flex;
    padding: 1.02rem;
    padding-bottom: 1.34rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.aboutbox .about-two .l-info {
    width: 60%;
    /* padding-left: 1rem; */
    padding-right: 0.54rem;
}

.aboutbox .about-two .l-info .title {
    font-size: 0.32rem;
    color: #359439;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.aboutbox .about-two .l-info .demo {
    font-size: 16px;
    color: #666666;
    line-height: 2;
}

.aboutbox .about-two .r-img {
    width: 40%;
}

.aboutbox .about-three {
    padding: 0.6rem 0 1.56rem;
    max-width: 1450px;
}

.aboutbox .about-three .title {
    text-align: center;
    margin-bottom: 0.62rem;
}

.aboutbox .about-three .title .cn {
    font-size: 0.28rem;
    color: #222222;
}

.aboutbox .about-three .title .en {
    font-size: 12px;
    color: #b2b2b2;
}

.aboutbox .about-three .imgdiv {
    padding: 0 1.26rem;
    position: relative;
}

.aboutbox .about-three .imgdiv .btn {
    position: absolute;
    top: 50%;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .1);
    transform: translateY(-50%);
    outline: none;
    cursor: pointer;
}

.aboutbox .about-three .imgdiv .btn.honor-prev {
    left: 0;
}

.aboutbox .about-three .imgdiv .btn.honor-next {
    right: 0;
}

.aboutbox .about-three .imgdiv .btn.honor-prev::before,
.aboutbox .about-three .imgdiv .btn.honor-next::before {
    content: '<';
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 22px;
    color: #b1b1b1;
    font-weight: 600;
    transform: translate(-50%, -50%);
    font-family: 'SimSun';
}

.aboutbox .about-three .imgdiv .btn.honor-next::before {
    content: '>';
}

.aboutbox .about-three .imgdiv .honor-swiper .swiper-slide .img {
    padding-top: calc(306 / 232 * 100%);
    position: relative;
}

.aboutbox .about-three .imgdiv .honor-swiper .swiper-slide .tit {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 0.2rem;
}


/* -----------------产品和服务---------------- */

.product-main .twoclass-ul {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 0.38rem;
}

.product-main .twoclass-ul .phone {
    display: none;
}

.product-main .twoclass-ul .pro-sub {
    display: flex;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.product-main .twoclass-ul .pro-sub .p-li {
    flex: 1;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.product-main .twoclass-ul .pro-sub .p-li .aa {
    display: block;
    text-align: center;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 16px;
    color: #333333;
    padding: 0 0.1rem;
    position: relative;
}

.product-main .twoclass-ul .pro-sub .p-li.on .aa {
    background-color: #359439;
    color: #ffffff;
}

.product-main .twoclass-ul .pro-sub .p-li.on .aa::after {
    content: "";
    border-style: solid;
    border-width: 0.06rem 0.16rem;
    border-color: #359439 transparent transparent transparent;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.threeclass-ul {
    margin-bottom: 0.4rem;
    position: relative;
}

.threeclass-ul .phone {
    display: none;
}

.threeclass-ul .pro-sub {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.threeclass-ul .pro-sub .p-li .aa {
    padding: 0 0.36rem;
    height: 0.54rem;
    border-radius: 28px;
    line-height: 0.54rem;
    border: 1px solid #359439;
    display: block;
    margin: 0 0.24rem;
    font-size: 16px;
    color: #359439;
    background-color: rgba(53, 148, 57, .05);
}

.threeclass-ul .pro-sub .p-li.on .aa {
    color: #ffffff;
    background-color: #359439;
}

.pro-content .pro-view .pro-one {
    display: flex;
    border: 1px solid #00000010;
}

.pro-content .pro-view .pro-one .l-imgs {
    width: 58%;
    position: relative;
}

.pro-content .pro-view .pro-one .l-imgs .gallery-top .swiper-slide {
    padding-top: calc(635 / 700 *100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.pro-content .pro-view .pro-one .l-imgs .gallery-thumbs {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    z-index: 1;
    width: 88px;
    height: 94%;
}

.pro-content .pro-view .pro-one .l-imgs .gallery-thumbs .swiper-slide {
    border: 1px solid rgba(0, 0, 0, .1);
}

.pro-content .pro-view .pro-one .l-imgs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #359439;
}

.pro-content .pro-view .pro-one .r-info {
    width: 42%;
    padding: 0.24rem 0.54rem 0;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.pro-content .pro-view .pro-one .r-info .title {
    font-size: 0.3rem;
    color: #359439;
    font-weight: bold;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 0.25rem;
}

.pro-content .pro-view .pro-one .r-info .info {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 1.7;
}

.pro-content .pro-view .list {
    padding-bottom: 1.2rem;
}

.pro-content .pro-view .list .item {
    position: relative;
    padding: 0.45rem 0 0.68rem;
    border: 1px solid #00000010;
}

.pro-content .pro-view .list .item.hasimg {
    padding: 0;
    padding-top: calc(700 / 1200 * 100%);
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
}

.pro-content .pro-view .list .item.hasimg .text {
    position: absolute;
    top: 0;
    left: 9.6%;
    width: auto;
    height: auto;
    z-index: 1;
}

.pro-content .pro-view .list .item.hasimg .text.bot {
    max-width: 40%;
    top: auto;
    left: 58%;
    bottom: 1rem;
    transform: translateX(-50%);
}

.pro-content .pro-view .list .item.hasimg .text.left {
    max-width: 32%;
    top: 50%;
    transform: translateY(-50%);
}

.pro-content .pro-view .list .item .text .tit {
    font-size: 0.3rem;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.45rem;
}

.pro-content .pro-view .list .item.hasimg .text .tit {
    text-align: left;
    padding-top: 0.8rem;
}

.pro-content .pro-view .list .item.hasimg .text.bot .tit {
    font-size: 0.26rem;
    padding-top: 0;
}

.pro-content .pro-view .list .item.hasimg .text.left .tit {
    padding-top: 0;
}

.pro-content .pro-view .list .item .text .tit.black {
    color: #000000;
}

.pro-content .pro-view .list .item .text .tit.lv {
    color: #359439;
}

.pro-content .pro-view .list .item .text .demo {
    font-size: 16px;
    color: #282828;
}

.pro-content .pro-view .list .item.hasimg .text.left .demo {
    max-height: 50vh;
    overflow-y: auto;
}

.pro-content .pro-view .list .item.hasimg .text.left .demo::-webkit-scrollbar {
    display: none
}


/* -----------------商业服务---------------- */


/* 充电站网点 */

.filterbox {
    position: absolute;
    bottom: 0.56rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.filterbox form {
    max-width: 82%;
    margin: 0 auto;
}

.filterbox form .writeinp {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    margin-bottom: 0.22rem;
}

.filterbox form .writeinp::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.84rem;
    width: 1px;
    height: 20px;
    background-color: #cccccc;
    margin-top: -10px;
    z-index: 1;
}

.filterbox form .writeinp .icon {
    background-image: url(../images/icon_search02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    left: 0.32rem;
    width: 22px;
    height: 22px;
    margin-top: -11px;
}

.filterbox form .writeinp .inp {
    flex: 1;
    padding: 18px 0 18px 1.05rem;
    border: none;
    font-size: 14px;
    line-height: 1.7;
}

.filterbox form .writeinp .inp::placeholder {
    font-size: 16px;
}

.filterbox form .writeinp .btn {
    width: 2.32rem;
    height: 62px;
    background-color: #359439;
    border: none;
    font-size: 16px;
    color: #ffffff;
}

.filterbox form .citycheck {
    margin-left: 0;
    display: flex;
}

.filterbox form .citycheck .c-duan {
    flex: 1;
    margin-left: 0.26rem;
}

.filterbox form .citycheck .c-duan:nth-child(1) {
    margin-left: 0;
}

.filterbox form .citycheck .c-duan .layui-form-select .layui-input {
    height: 56px;
    border-radius: 4px;
    font-size: 16px;
    padding-left: 30px;
}

.filterbox form .citycheck .c-duan .layui-form-select dl dd.layui-this {
    background-color: #359439;
}

.filterbox form .citycheck .c-duan .layui-form-select dl {
    top: 52px;
}

.filterbox form .citycheck .c-duan .layui-form-select.layui-form-selectup dl {
    top: auto;
}

.industry-main .all-Page-box {
    padding-bottom: 1.29rem;
}

.industry-main .list {
    padding-top: 0.66rem;
    margin-bottom: 0.46rem;
}

.industry-main .list .item {
    float: left;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    display: flex;
    padding: 0.28rem;
    height: 352px;
}

.industry-main .list .item:nth-child(2n+0) {
    margin-right: 0;
}

.industry-main .list .item .l-img {
    width: 1.9rem;
    height: 2.12rem;
    position: relative;
    margin-right: 0.3rem;
}

.industry-main .list .item .r-info {
    flex: 1;
}

.industry-main .list .item .r-info .tt {
    font-size: 20px;
    color: #359439;
    margin-bottom: 0.14rem;
}

.industry-main .list .item .r-info .desc {
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
    max-height: 90%;
    overflow-y: auto;
}

.app-article.type1 {
    background-image: url(../images/app_bg4.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.app-article.type1 .incommon-title {
    padding-bottom: 0.6rem;
    line-height: 1;
}

.app-article.type1 .bg>img {
    width: 100%;
}

.app-article .app-cont {
    background-repeat: no-repeat;
    background-position: right top;
    position: relative;
}

.app-article.type1 .app-cont::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.84rem;
    background-color: #f0f0f0;
}

.app-article .app-cont .contdiv {
    display: flex;
    max-width: 1450px;
}

.app-article.type3 .app-cont .contdiv {
    padding-bottom: 0.9rem;
}

.app-article .app-cont .contdiv .l-img {
    width: 50%;
    transform: translateY(-0.84rem);
}

.app-article .app-cont .contdiv .r-info {
    width: 50%;
    padding-top: 1.5rem;
    padding-left: 0.76rem;
    padding-right: 1.28rem;
}

.app-article .app-cont .contdiv .r-info .textbox {
    position: relative;
    min-height: 188px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 0.5rem;
}

.app-article .app-cont .contdiv .r-info .textdiv {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #999999;
}

.app-article .app-cont .contdiv .r-info .textdiv.show {
    display: block;
}

.app-article .app-cont .contdiv .r-info .gallery-thumbs .swiper-slide {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.app-article .app-cont .contdiv .r-info .gallery-thumbs .swiper-slide .icon {
    width: 0.5rem;
    height: 0.5rem;
    margin-bottom: 0.08rem;
}

.app-article .app-cont .contdiv .r-info .gallery-thumbs .swiper-slide .icon .i2 {
    display: none;
}

.app-article .app-cont .contdiv .r-info .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .icon .i1 {
    display: none;
}

.app-article .app-cont .contdiv .r-info .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .icon .i2 {
    display: block;
}

.app-article .app-cont .contdiv .r-info .gallery-thumbs .swiper-slide .tit {
    font-size: 16px;
    color: #232323;
    margin-bottom: 0.25rem;
}

.app-article .app-cont .contdiv .r-info .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .line {
    width: 100%;
    height: 2px;
    background-color: #359439;
    position: relative;
}

.app-article .app-cont .contdiv .r-info .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .line::before {
    content: "";
    border-style: solid;
    border-width: 0.08rem 0.1rem;
    border-color: transparent transparent #359439 transparent;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.app-article.type2 {
    background-color: #f0f0f0;
    padding-bottom: 1.28rem;
}

.app-article.type2 .container {
    max-width: 1780px;
}

.app-article.type2 .incommon-title.noen {
    padding-top: 0.16rem;
}

.app-article .demo {
    max-width: 54%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #525252;
    margin-bottom: 0.6rem;
}

.app-article.type2 .fiveimg-swiper,
.app-article.type4 .threeimg-swiper {
    padding: 0.3rem 0;
}

.app-article.type2 .fiveimg-swiper::before,
.app-article.type4 .threeimg-swiper::before {
    content: "";
    display: block;
    width: 38%;
    height: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-image: linear-gradient(to bottom, rgba(240, 240, 240, 0.0), rgba(240, 240, 240, 0.8), rgba(240, 240, 240, 1));
}

.app-article.type2 .fiveimg-swiper::after,
.app-article.type4 .threeimg-swiper::after {
    content: "";
    display: block;
    width: 38%;
    height: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-image: linear-gradient(to bottom, rgba(240, 240, 240, 0.0), rgba(240, 240, 240, 0.8), rgba(240, 240, 240, 1));
}

.app-article.type2 .fiveimg-swiper .swiper-slide .img,
.app-article.type4 .threeimg-swiper .swiper-slide .img {
    transform: scale(0.9);
    transition: transform .5s;
}

.app-article.type2 .fiveimg-swiper .swiper-slide.swiper-slide-active .img,
.app-article.type4 .threeimg-swiper .swiper-slide.swiper-slide-active .img {
    transform: scale(1);
}

.app-article.type3 .bg {
    position: relative;
    padding-bottom: 0.93rem;
}

.app-article.type3 .bg::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 63%;
    background-color: #4f8154;
    z-index: -1;
}

.app-article.type3 .app-cont .contdiv .l-img {
    transform: translateY(0);
    padding-top: 1.04rem;
}

.app-article.type3 .app-cont .contdiv .r-info {
    padding-top: 2rem;
}

.app-article.type4 {
    background-color: #f0f0f0;
    padding-bottom: 1.5rem;
}

.app-article.type4 .threeimg-swiper .swiper-slide {
    /* width: calc(100% / 2); */
    width: auto;
}

.app-article.type4 .threeimg-swiper::before,
.app-article.type4 .threeimg-swiper::after {
    width: 20%;
}

.app-article.type5 {
    background-repeat: no-repeat;
    height: 584px;
    position: relative;
    background-size: cover;
}

.app-article.type5 .container2 {
    height: 100%;
}

.app-article.type5 .codediv {
    max-width: 608px;
    padding-right: 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 15%;
}

.app-article.type5 .codediv .word {
    font-size: 14px;
    color: #232323;
    margin: 0.36rem 0 0.3rem;
}

.app-article.type5 .codediv .codeimg .code {
    margin: 0 0.18rem;
}

@media only screen and (max-width:768px) {
    .app-article.type3 .app-cont .contdiv {
        margin-bottom: 0.2rem;
    }
    .app-article .app-cont .contdiv .r-info .gallery-thumbs .swiper-slide {
        margin-right: auto !important;
        width: calc(100% / 3);
    }
}


/* 商务合作 */

.process-main,
.condition-main {
    background-position: left top;
}

.process-main .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.6rem;
}

.process-main .list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% / 4);
    padding: 0 0.18rem;
    margin-bottom: 1.02rem;
}

.process-main .list .item .num {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #359439;
    font-size: 0.28rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0.15rem;
}

.process-main .list .item .tit {
    font-size: 20px;
    color: #232323;
    margin-bottom: 0.1rem;
}

.process-main .list .item .desc {
    font-size: 16px;
    color: #7e7e7e;
    text-align: center;
}

.condition-main .list {
    margin-top: 0.16rem;
    padding: 0 0.86rem 0 1.3rem;
}

.condition-main .list .item {
    display: flex;
    align-items: center;
    padding-bottom: 0.74rem;
}

.condition-main .list .item .num {
    width: 52px;
    height: 53px;
    background-image: url(../images/icon1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0.28rem;
    color: #359439;
    font-weight: bold;
    margin-right: 0.37rem;
}

.condition-main .list .item .desc {
    flex: 1;
    font-size: 16px;
    color: #232323;
}


/* -----------------APP和公众号---------------- */

.allpage-banner .theme .classdiv {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.allpage-banner .theme .classdiv .class-a {
    display: block;
    font-size: 0.2rem;
    color: rgba(255, 255, 255, .5);
    padding-bottom: 0.08rem;
}

.allpage-banner .theme .classdiv .class-a span {
    margin: 0 0.42rem;
}

.allpage-banner .theme .classdiv .class-a.on {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

.allpage-banner .theme .classdiv .class-a:nth-child(1) span {
    display: none;
}


/* 下载中心 */

.allpage-banner.download .img {
    padding-top: calc(857 / 1920 * 100%);
}

.download-div {
    position: absolute;
    top: 55%;
    right: 14.3%;
    transform: translateY(-50%);
}

.download-div .classdiv {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.38rem;
}

.download-div .classdiv .class-a {
    display: block;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
}

.download-div .classdiv .class-a.on {
    color: #ffffff;
}

.download-div .classdiv .class-a .tt {
    padding-bottom: 5px;
    display: inline-block;
}

.download-div .classdiv .class-a.on .tt {
    border-bottom: 2px solid #ffffff;
}

.download-div .classdiv .class-a .line {
    margin: 0 0.42rem;
}

.download-div .classdiv .class-a:nth-child(1) .line {
    display: none;
}

.download-div .codeimg {
    margin-bottom: 0.7rem;
}

.download-div .codeimg .code {
    width: 133px;
    height: 162px;
    margin-left: 0.3rem;
}

.download-div .textdiv {
    text-align: right;
}

.download-div .textdiv .cn {
    font-size: 0.3rem;
    color: #ffffff;
}

.download-div .textdiv .en {
    font-size: 0.2rem;
    color: #ffffff;
}


/* -----------------新闻资讯---------------- */

.news-main {
    padding-bottom: 1.37rem;
}

.news-list {
    margin-bottom: 0.7rem;
}

.news-list .item {
    display: block;
    width: calc((100% - 0.61rem) / 3);
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    border: 1px solid #e6e6e6;
    float: left;
    position: relative;
    z-index: 1;
}

.news-list .item:nth-child(3n+0) {
    margin-right: 0;
}

.news-list .item .img {
    position: relative;
    padding-top: calc(260 / 380 * 100%);
    overflow: hidden;
}

.news-list .item .img img {
    transform: scale(1);
    transition: transform .5s;
}

.news-list .item .info {
    padding: 0.12rem 0.26rem 0.2rem;
}

.news-list .item .info .time {
    font-size: 14px;
    color: #999999;
    margin-bottom: 0.1rem;
}

.news-list .item .info .tt {
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 0.16rem;
    height: 54px;
}

.news-list .item .info .more {
    display: inline-block;
    padding: 0 0.28rem;
    height: 38px;
    line-height: 38px;
    background-color: #359439;
    border-radius: 5px;
    font-size: 12px;
    color: #ffffff;
    transition: all .5s;
    border: 1px solid #359439;
}

.incom-newsselect {
    width: 256px;
    height: 48px;
    line-height: 48px;
    position: relative;
    background-color: #f2f2f2;
    margin-bottom: 0.42rem;
    z-index: 7;
}

.incom-newsselect .selecton {
    position: relative;
    padding-left: 0.2rem;
}

.incom-newsselect .selecton .text {
    font-size: 14px;
    color: #333333;
}

.incom-newsselect .selecton .ii {
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 100%;
    border: 1px solid #dedede;
    background-color: #e6e6e6;
    z-index: 1;
}

.incom-newsselect .selecton .ii::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent transparent #9c9c9c #9c9c9c;
    transform: rotate(-45deg);
    margin-top: -6px;
    margin-left: -4px;
}

.incom-newsselect.active .selecton .ii::before {
    transform: rotate(-225deg);
}

.incom-newsselect .select-ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 300px;
    overflow-y: auto;
    z-index: 11;
    background-color: #e6e6e6;
}

.incom-newsselect .select-ul>li .aa {
    display: block;
    padding: 0 0.2rem;
    font-size: 14px;
    color: #333333;
    height: 0;
}

.incom-newsselect.active .select-ul>li .aa {
    height: 48px;
}


/* 新闻详情 */

.newsview {
    padding-top: 0.8rem;
    padding-bottom: 1.28rem;
}

.newsview .nview-top .title-box {
    display: flex;
    border-bottom: 1px solid #e6e6e6;
}

.newsview .nview-top .title-box .date {
    background-color: #f7f7f7;
    margin-right: 0.5rem;
    width: 105px;
    height: 105px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.newsview .nview-top .title-box .date .day {
    font-size: 0.44rem;
    color: #333333;
    line-height: 1.3;
    font-weight: bold;
}

.newsview .nview-top .title-box .date .month {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 1.3;
}

.newsview .nview-top .title-box .title {
    font-size: 0.3rem;
    color: #333333;
    flex: 1;
    height: 0.96rem;
}

.newsview .nview-top .share-box {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.newsview .nview-top .share-box .l-share,
.newsview .nview-top .share-box .l-share .look {
    display: flex;
    align-items: center;
    line-height: 24px;
}

.newsview .nview-top .share-box .l-share .line {
    margin: 0 0.48rem;
}

.newsview .nview-top .share-box .l-share .share>ul {
    display: flex;
    align-items: center;
}

.newsview .nview-top .share-box .l-share .share>ul li a {
    width: 28px;
    height: 24px;
    background-position: center;
    margin: 0 8px;
}

.newsview .nview-top .share-box .l-share .share>ul li a.bds_weixin {
    background-image: url(../images/icon_wx.png);
    background-size: 27px auto;
}

.newsview .nview-top .share-box .l-share .share>ul li a.bds_tsina {
    background-image: url(../images/icon_wb.png);
    background-size: 26px auto;
}

.newsview .nview-top .share-box .l-share .share>ul li a.bds_more {
    background-image: url(../images/icon_share.png);
    background-size: 18px;
}

.newsview .nview-top .share-box .l-share .look .eye {
    background-image: url(../images/icon_look.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px auto;
    width: 18px;
    height: 24px;
    margin-right: 10px;
}

.newsview .nview-top .share-box .l-share .look .num {
    font-size: 12px;
    color: #333333;
}

.newsview .nview-top .share-box .r-back {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.newsview .nview-top .share-box .r-back .icon {
    background-image: url(../images/back_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px auto;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: block;
}

.newsview .nview-content {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 1.7;
    padding: 0.6rem 0 0.4rem;
}

.newsview .nview-bottom {
    display: flex;
    align-items: center;
}

.newsview .nview-bottom .line {
    font-size: 16px;
}

.newsview .nview-bottom .title {
    display: inline-block;
    font-size: 12px;
    color: #000000;
}

.newsview .nview-bottom .title .ii {
    font-family: "SimSun";
    margin: 0 5px;
    font-size: 16px;
}

@media only screen and (min-width:601px) {
    .incom-newsselect .select-ul>li .aa:hover {
        background-color: #f2f2f2;
    }
    .news-list .item:hover .img img {
        transform: scale(1.1);
    }
    .news-list .item:hover .info .more {
        background-color: #ffffff;
        color: #359439;
    }
    .newsview .nview-top .share-box .r-back:hover .word {
        color: #359439;
    }
    .newsview .nview-bottom .title:hover {
        color: #359439;
    }
}


/* -----------------联系我们---------------- */

.contact-main .contact-info {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 0.38rem;
}

.contact-main .contact-info .l-info {
    width: 50%;
}

.contact-main .contact-info .l-info .title {
    font-size: 20px;
    color: #359439;
    margin-bottom: 0.25rem;
    font-weight: bold;
}

.contact-main .contact-info .l-info .info {
    font-size: 16px;
    color: #626262;
    line-height: 2;
}

.contact-main .contact-info .r-form {
    width: 50%;
}

.contact-main .contact-info .r-form .layui-form .my-item {
    display: flex;
}

.contact-main .contact-info .r-form .layui-form .my-item .my-input {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 0.16rem;
}

.contact-main .contact-info .r-form .layui-form .my-item .my-input .inp {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ededed;
    padding: 0 0.18rem;
    font-size: 14px;
}

.contact-main .contact-info .r-form .layui-form .my-item .my-input .inp::placeholder,
.contact-main .contact-info .r-form .layui-form .my-item .layui-textarea::placeholder {
    color: #bebebe;
}

.contact-main .contact-info .r-form .layui-form .my-item .layui-textarea {
    font-size: 14px;
    width: 99%;
    resize: none;
}

.contact-main .contact-info .r-form .layui-form .my-item .my-input .inp:focus,
.contact-main .contact-info .r-form .layui-form .my-item .layui-textarea:focus {
    border-color: #359439!important;
}

.contact-main .contact-info .r-form .layui-form .btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.2rem;
}

.contact-main .contact-info .r-form .layui-form .btn-tj {
    width: 1.68rem;
    height: 0.44rem;
    border: 1px solid #359439;
    border-radius: 20px;
    background: transparent;
    font-size: 14px;
    color: #359439;
    font-weight: bold;
}

.contact-main .mapbox .allmap {
    width: 100%;
    height: 5.1rem;
}

.contact-main .mapbox .allmap img {
    max-width: none;
}


/* 人才招聘 */

.contact-zp .zplist .item {
    display: flex;
    border: 1px solid #e8e8e8;
    margin-bottom: 38px;
}

.contact-zp .zplist .item .num {
    font-size: 20px;
    color: #232323;
    font-weight: bold;
    width: 12%;
    border-right: 1px solid #e8e8e8;
}

.contact-zp .zplist .item .title {
    width: 15%;
    flex-direction: column;
    border-right: 1px solid #e8e8e8;
}

.contact-zp .zplist .item .title .tit {
    font-size: 20px;
    color: #232323;
}

.contact-zp .zplist .item .title .lv {
    font-size: 20px;
    color: #339b39;
}

.contact-zp .zplist .item .info {
    width: 73%;
}

.contact-zp .zplist .item .info .desc {
    display: flex;
    align-items: center;
    padding: 22px 0;
}

.contact-zp .zplist .item .info .desc:nth-child(1) {
    border-bottom: 1px solid #e8e8e8;
}

.contact-zp .zplist .item .info .desc .tt {
    font-size: 16px;
    color: #232323;
    width: 20%;
    text-align: center;
}

.contact-zp .zplist .item .info .desc .text {
    flex: 1;
    width: 80%;
    max-width: 70%;
    font-size: 14px;
    color: #232323;
    line-height: 2.2;
}

@media only screen and (max-width:1400px) {
    .contact-main .contact-info .r-form .layui-form .btn-tj {
        width: 130px;
        height: 35px;
    }
}

@media only screen and (max-width:768px) {
    .contact-zp .zplist .item .info .desc .tt,
    .contact-zp .zplist .item .title .tit {
        width: 20px;
        word-wrap: break-word;
        word-break: break-all;
        margin: 10px;
    }
    .contact-zp .zplist .item .info .desc .tt {
        width: 16px;
    }
}


/* 搜索页 */

.search-main .title {
    font-size: 0.4rem;
    color: #232323;
    padding: 0.5rem 0;
    text-align: center;
}

.search-main .all-Page-box {
    padding-bottom: 1rem;
}


/* -----------------页脚---------------- */

.footer-box {
    background-color: #1a1a1a;
    padding-top: 1.12rem;
    position: relative;
}

.footer-box .footer-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.footer-box .footer-top .l-menu {
    display: flex;
    width: 59%;
}

.footer-box .footer-top .l-menu>ul {
    margin-right: 0.68rem;
}

.footer-box .footer-top .l-menu>ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.62);
    display: block;
    line-height: 2.5;
}

.footer-box .footer-top .l-menu>ul li.btit {
    margin-bottom: 15px;
}

.footer-box .footer-top .l-menu>ul li.btit a {
    color: #ffffff;
}

.footer-box .footer-top .m-focus {
    width: 15%;
    padding-left: 6%;
}

.footer-box .footer-top .m-focus .focu-img {
    display: flex;
    align-items: center;
}

.footer-box .footer-top .m-focus .focu-img .img {
    position: relative;
    margin-right: 26px;
}

.footer-box .footer-top .m-focus .focu-img .img .icon {
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: block;
    cursor: pointer;
}

.footer-box .footer-top .m-focus .focu-img .img .icon.wx {
    background-image: url(../images/f_wx.png);
}

.footer-box .footer-top .m-focus .focu-img .img .icon.wb {
    background-image: url(../images/f_wb.png);
}

.footer-box .footer-top .m-focus .focu-img .img .code {
    position: absolute;
    bottom: 110%;
    left: 50%;
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    transform: translateX(-50%) scale(0);
    transition: transform .5s;
    z-index: 1;
    overflow: hidden;
}

.footer-box .footer-top .m-focus .focu-img .img .code img {
    width: 100%;
}

.footer-box .footer-top .r-info {
    width: 26%;
    display: flex;
    justify-content: flex-end;
}

.footer-box .footer-top .r-info .text-r {
    display: inline-block;
}

.footer-box .footer-top .r-info .tit,
.footer-box .footer-top .m-focus .tit {
    font-size: 12px;
    color: #ffffff;
    line-height: 2.5;
    margin-bottom: 0.18rem;
}

.footer-box .footer-top .r-info .info {
    font-size: 12px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .45);
}

.footer-box .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 0.3rem;
}

.footer-box .footer-bottom .l-company,
.footer-box .footer-bottom .r-href {
    width: 50%;
}

.footer-box .footer-bottom .l-company .flogo {
    display: block;
    width: 154px;
    margin-bottom: 0.3rem;
}

.footer-box .footer-bottom .l-company .friends-a {
    display: flex;
    font-size: 12px;
    color: rgba(255, 255, 255, .45);
    line-height: 2;
}

.footer-box .footer-bottom .l-company .friends-a span {
    white-space: nowrap;
}

.footer-box .footer-bottom .l-company .friends-a .friend .aa {
    font-size: 12px;
    color: rgba(255, 255, 255, .45);
    line-height: 2;
}

.footer-box .footer-bottom .l-company .friends-a .friend .aa span {
    margin: 0 5px;
}

.footer-box .footer-bottom .l-company .friends-a .friend .aa:nth-child(1) span {
    display: none;
}

.footer-box .footer-bottom .r-href {
    font-size: 12px;
    color: rgba(255, 255, 255, .3);
    text-align: right;
}


/* fenye */

.all-Page-box {
    display: flex;
    justify-content: center;
}

.all-Page-box .btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border: 1px solid #d9d9d9;
    color: #333232;
    margin: 0 3px;
}

.all-Page-box .btn.on {
    background-color: #359439;
    color: #ffffff;
}

.all-Page-box .btn.song {
    font-family: "SimSun";
    font-weight: 600;
}

.all-Page-box .select,
.all-Page-box .f-right {
    display: none;
}

.kefu-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.2rem;
    height: 100%;
    border-left: 1px solid #ffffff50;
    z-index: 1;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.kefu-box .text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: relative;
    top: 30%;
    transition: all .5s;
}

.maindiv {
    position: absolute;
    top: -100px;
}

@media only screen and (min-width:601px) {
    .footer-box .footer-top .l-menu>ul li a:hover,
    .footer-box .footer-bottom .l-company .friends-a .friend .aa:hover {
        color: #ffffff;
    }
    .footer-box .footer-top .m-focus .focu-img .img.w:hover .code {
        transform: translateX(-50%) scale(1);
    }
    .all-Page-box .btn:hover {
        background-color: #359439;
        color: #ffffff;
    }
    .product-main .twoclass-ul .pro-sub .p-li .aa:hover {
        color: #359439;
    }
    .introductionbox .item .l-text .viewall:hover,
    .inwebsite .textdiv .viewall:hover {
        background-color: #ffffff;
        color: #359439;
    }
    .innews .innews-cont .l-all .viewall:hover {
        background-color: #359439;
        color: #ffffff;
        border: 1px solid #359439;
    }
    .innews .innews-cont .r-list .item:hover .tit {
        color: #359439;
    }
    .innews .innews-cont .r-list .item:hover .more {
        letter-spacing: 2px;
    }
    .kefu-box:hover .text {
        color: #359439;
    }
}

@media only screen and (max-width:1600px) {
    .inbanner-swiper .swiper-slide .imgdiv .textbox {
        padding-left: 6%;
    }
}

@media only screen and (max-width:1440px) {
    .app-article.type4 .threeimg-swiper::before,
    .app-article.type4 .threeimg-swiper::after {
        width: 6%;
    }
    .allpage-banner.industry .theme {
        top: 44%;
    }
    .product-main .twoclass-ul .pro-sub .p-li .aa {
        height: 48px;
        line-height: 48px;
    }
}

@media only screen and (max-width:1280px) {
    .introductionbox .item {
        height: 300px;
    }
    .introductionbox .item .l-text .viewall,
    .inwebsite .textdiv .viewall,
    .innews .innews-cont .l-all .viewall {
        width: 90px;
        height: 30px;
    }
    .incommon-title .cn {
        font-size: 24px;
        margin-bottom: 0;
    }
    .app-article.type4 .threeimg-swiper::before,
    .app-article.type4 .threeimg-swiper::after {
        width: 13%;
    }
    .app-article.type4,
    .app-article.type2 {
        padding-bottom: 0.6rem;
    }
    .app-article.type5 {
        height: 500px;
    }
    .allpage-banner.industry .img {
        min-height: 380px;
    }
    .process-main .list .item {
        width: calc(100% / 3);
    }
    .threeclass-ul .pro-sub .p-li .aa {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .pro-content .pro-view .list .item.hasimg .text.left {
        max-width: 44%;
    }
    .aboutbox .about-one .one-content {
        margin-right: auto;
    }
    .aboutbox .about-one .one-content::after {
        background-size: cover;
    }
    .footer-box .footer-top .l-menu>ul {
        margin-right: 0.48rem;
    }
    .footer-box .footer-top .m-focus {
        padding-left: 0;
    }
    .footer-box .footer-top .l-menu {
        width: 66%;
    }
    .footer-box .footer-top .r-info {
        width: 22%;
    }
    .footer-box .footer-top .m-focus {
        width: 12%;
    }
}

@media only screen and (max-width:1024px) {
    .header-box,
    .header-box .header,
    .header-box .header .l-logo-box,
    .nav-phone-menu,
    .header-box .header .r-nav .nav-search,
    .header-box .header .r-nav .nav-tel {
        height: 60px;
    }
    .header-box .header .r-nav .nav-search .search,
    .header-box .header .r-nav .nav-tel .icon,
    .nav-phone-menu .btn-menu {
        height: 100%;
    }
    .header-box .header .r-nav .nav-tel .tel,
    .header-box .header .r-nav .nav-search .float-area {
        top: 100%;
    }
    .inbanner-swiper .bg-btn {
        display: none;
    }
    .inbanner-swiper .swiper-slide .imgdiv .textbox {
        font-size: 24px;
        line-height: 1.5;
    }
    .inproduct .pro-title {
        font-size: 22px;
    }
    .inproduct .pro-list .inpro-swiper .swiper-slide .pro-a .img {
        height: 300px;
    }
    .inmanage .item {
        width: calc(100% / 3);
        margin-bottom: 20px;
    }
    .inmanage .item:nth-child(4n+0)::before {
        display: none;
    }
    .introductionbox .item {
        height: 250px;
    }
    .inwebsite .textdiv .cn {
        font-size: 22px;
    }
    .inwebsite .textdiv .en {
        font-size: 14px;
    }
    .incodebox .codediv {
        text-align: center;
        display: flex;
        padding-top: 0;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .inbanner-swiper .swiper-slide .imgdiv .bg-img.for-pc {
        display: none;
    }
    .inbanner-swiper .swiper-slide .imgdiv .bg-img.for-phone {
        display: block;
        min-height: 250px;
        background-size: cover;
    }
    .contact-main .contact-info {
        display: block;
    }
    .contact-main .contact-info .l-info,
    .contact-main .contact-info .r-form {
        width: 100%;
    }
    .contact-main .contact-info .r-form {
        margin-top: 0.4rem;
    }
    .allpage-banner .theme .en {
        font-size: 28px;
    }
    .allpage-banner .theme .cn {
        font-size: 18px;
    }
    .app-article .app-cont .contdiv {
        display: block;
        padding-top: 0.5rem;
    }
    .app-article .app-cont .contdiv .l-img,
    .app-article .app-cont .contdiv .r-info {
        width: 100%;
        transform: translateY(0);
    }
    .app-article.type1 .app-cont::after {
        display: none;
    }
    .app-article .app-cont .contdiv .r-info {
        padding: 0.5rem 0;
    }
    .app-article .demo {
        max-width: 94%;
    }
    .incommon-title.noen,
    .app-article.type2 .incommon-title.noen {
        padding: 0.6rem 0 0.4rem;
    }
    .app-article.type2 .fiveimg-swiper::before,
    .app-article.type4 .threeimg-swiper::before,
    .app-article.type2 .fiveimg-swiper::after,
    .app-article.type4 .threeimg-swiper::after {
        width: 30%;
    }
    .app-article.type4 .threeimg-swiper::before,
    .app-article.type4 .threeimg-swiper::after {
        width: 13%;
    }
    .app-article.type5 {
        height: 400px;
    }
    .allpage-banner.download .img {
        min-height: 60vh;
    }
    .download-div {
        right: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        top: 50%;
    }
    .download-div .classdiv {
        justify-content: center;
    }
    .download-div .textdiv,
    .download-div .codeimg {
        text-align: center;
    }
    .download-div .codeimg {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
        justify-content: center;
    }
    .download-div .codeimg .code {
        margin-left: unset;
        margin: 20px;
        width: calc(100% / 2 - 40px);
        height: auto;
        /* margin-bottom: 20px; */
    }
    .download-div .textdiv .cn {
        font-size: 20px;
    }
    .download-div .textdiv .en {
        font-size: 14px;
    }
    .industry-main .list .item {
        width: 100%;
        margin-right: 0;
        height: 100%;
    }
    .industry-main .list .item .l-img {
        width: 190px;
        height: 212px;
    }
    .filterbox form {
        max-width: 100%;
    }
    .filterbox form .citycheck .c-duan .layui-form-select .layui-input,
    .filterbox form .writeinp .btn {
        height: 50px;
    }
    .filterbox form .citycheck .c-duan .layui-form-select dl {
        top: 48px;
        width: 100%;
    }
    .filterbox form .writeinp .inp {
        padding: 13px 0 13px 72px;
    }
    .filterbox form .writeinp .icon {
        left: 16px;
    }
    .filterbox form .writeinp::before {
        left: 55px;
    }
    .incommon-title .cn {
        font-size: 24px;
        margin-bottom: 0;
    }
    .incommon-title .en {
        font-size: 14px;
    }
    .condition-main .list {
        padding: 0;
    }
    .process-main .list .item .num {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    .condition-main .list .item .num {
        font-size: 14px;
    }
    .pro-content .pro-view .pro-one {
        display: block;
    }
    .pro-content .pro-view .pro-one .l-imgs,
    .pro-content .pro-view .pro-one .r-info {
        width: 100%;
    }
    .pro-content .pro-view .pro-one .r-info {
        padding: 4%;
        border-left: 0;
    }
    .pro-content .pro-view .list .item.hasimg .text.left .tit {
        font-size: 20px;
    }
    .pro-content .pro-view .list .item.hasimg .text.bot .tit {
        font-size: 16px;
        color: #fff;
        text-shadow: 0 0 10px rgba(0, 0, 0, .5);
    }
    .product-main .twoclass-ul .pro-sub .p-li .aa {
        font-size: 14px;
    }
    .pro-content .pro-view .pro-one .r-info .title,
    .pro-content .pro-view .list .item .text .tit {
        font-size: 20px;
    }
    .aboutbox .about-one .one-content .msg-cont .title .cn,
    .aboutbox .about-three .title .cn {
        font-size: 22px;
    }
    .aboutbox .about-three .imgdiv .btn {
        width: 40px;
        height: 40px;
    }
    .aboutbox .about-two .l-info .title {
        font-size: 24px;
    }
    .newsview .nview-top .title-box .title {
        font-size: 18px;
        height: 58px;
    }
    .footer-box .footer-top .l-menu {
        display: none;
    }
    .footer-box .footer-top .m-focus,
    .footer-box .footer-top .r-info {
        width: 50%;
        display: flex;
        flex-direction: column;
    }
    .footer-box .footer-bottom {
        display: block;
    }
    .footer-box .footer-bottom .l-company,
    .footer-box .footer-bottom .r-href {
        width: 100%;
    }
    .footer-box .footer-bottom .r-href {
        text-align: left;
        margin-top: 0.2rem;
    }
}

@media only screen and (max-width:800px) {
    .inbanner-box .scroll {
        display: none;
    }
    .inproduct {
        margin-right: auto;
    }
    .inproduct .pro-list .inpro-swiper .swiper-slide .pro-a .title .cn {
        font-size: 14px;
    }
    .introductionbox {
        display: block;
    }
    .introductionbox .item {
        width: 100%;
        margin-bottom: 20px;
        background-size: cover;
    }
    .introductionbox .item .r-img img {
        width: 70%;
    }
    .innews .innews-cont {
        display: block;
        padding: 1rem 0 0.6rem;
    }
    .innews .innews-cont .l-all,
    .innews .innews-cont .r-list {
        width: 100%;
    }
    .innews .innews-cont .l-all .viewall {
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .innews .innews-cont .r-list {
        margin-top: 30px;
    }
    .news-list .item {
        width: calc((100% - 0.31rem) / 2);
    }
    .news-list .item:nth-child(3n+0) {
        margin-right: 0.3rem;
    }
    .news-list .item:nth-child(2n+0) {
        margin-right: 0;
    }
    .app-article.type5 {
        height: 100%;
        padding-bottom: 4rem;
        background-size: 160%;
        background-position: -3% bottom;
        padding-top: 0.8rem;
    }
    .app-article.type5 .codediv {
        position: relative;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        padding-bottom: 1rem;
        padding-right: 0;
        max-width: 100%;
    }
    .process-main .list .item {
        width: calc(100% / 2);
    }
    .pro-content .pro-view .list .item.hasimg .text.left .demo {
        max-height: 300px;
    }
    .product-main .twoclass-ul .phone {
        display: block;
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-align: center;
        position: relative;
        font-size: 16px;
        color: #359439;
    }
    .product-main .twoclass-ul .phone::after,
    .threeclass-ul .phone::after {
        content: '';
        position: absolute;
        right: 20px;
        top: 58%;
        border-style: solid;
        border-width: 7px 5px;
        border-color: #359439 transparent transparent transparent;
        transform: translateY(-50%);
    }
    .product-main .twoclass-ul .pro-sub {
        position: absolute;
        display: block;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        z-index: 4;
        border-top: 1px solid #00000010;
    }
    .product-main .twoclass-ul .pro-sub .p-li .aa {
        height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
    }
    .product-main .twoclass-ul .pro-sub .p-li.on .aa::after {
        display: none;
    }
    .threeclass-ul {
        text-align: center;
    }
    .threeclass-ul .phone {
        display: inline-block;
        padding: 0 30px 0 20px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #ffffff;
        background-color: #359439;
        border-radius: 28px;
        width: 100%;
        position: relative;
        transition: all .5s;
    }
    .threeclass-ul .phone::after {
        border-color: #ffffff transparent transparent transparent;
    }
    .threeclass-ul .pro-sub {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        display: block;
        background-color: #ffffff;
        z-index: 3;
    }
    .threeclass-ul .pro-sub .p-li .aa {
        margin: 0;
        background-color: #ffffff;
        border-radius: 0;
        height: 0;
        opacity: 0;
        visibility: hidden;
        border: none;
    }
    .threeclass-ul .pro-sub .p-li.on .aa {
        background-color: #03770a;
        border: none;
    }
    .product-main .twoclass-ul .pro-sub.on .p-li .aa {
        height: 45px;
        line-height: 45px;
        opacity: 1;
        visibility: visible;
    }
    .threeclass-ul.on .phone {
        border-radius: 0;
    }
    .threeclass-ul .pro-sub.on .p-li .aa {
        height: 40px;
        line-height: 40px;
        opacity: 1;
        visibility: visible;
    }
    .aboutbox .about-one .one-content::after {
        background-size: contain;
    }
    .aboutbox .about-one .one-content .msg-cont .demo1,
    .aboutbox .about-one .one-content .msg-cont .demo2 {
        max-width: 94%;
    }
    .aboutbox .about-two {
        display: block;
        padding-right: 0;
    }
    .aboutbox .about-two .l-info,
    .aboutbox .about-two .r-img {
        width: 100%;
    }
    .aboutbox .about-two .l-info .title {
        text-align: center;
    }
}

@media only screen and (max-width:640px) {
    .header-box,
    .header-box .header,
    .header-box .header .l-logo-box,
    .nav-phone-menu,
    .header-box .header .r-nav .nav-search,
    .header-box .header .r-nav .nav-tel {
        height: 55px;
    }
    .header-box .header .l-logo-box .l-logo {
        width: 120px;
    }
    .inbanner-swiper .swiper-slide .imgdiv .textbox {
        text-align: center;
    }
    .inmanage .item {
        width: calc(100% / 2);
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .inmanage .item:nth-child(4n+0)::before {
        display: block;
    }
    .inmanage .item:nth-child(2n+1)::before {
        display: none;
    }
    .inwebsite .textdiv {
        text-align: center;
    }
    .inwebsite .textdiv .viewall {
        margin: 0.4rem auto 0;
    }
    .introductionbox .item {
        display: block;
        height: 100%;
    }
    .introductionbox .item .l-text,
    .introductionbox .item .r-img {
        width: 100%;
    }
    .introductionbox .item .r-img {
        margin-top: 20px;
    }
    .innews .innews-cont .r-list {
        display: block;
    }
    .innews .innews-cont .r-list .item {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
    }
    .news-list .item .info .tt {
        font-size: 14px;
        height: 42px;
    }
    .industry-main .list .item {
        display: block;
    }
    .industry-main .list .item .l-img {
        margin: 0 auto 20px;
    }
    .filterbox form .citycheck .c-duan .layui-form-select .layui-input {
        padding-left: 10px;
        padding-right: 22px;
    }
    .pro-content .pro-view .pro-one .l-imgs .gallery-thumbs {
        position: relative;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 114px;
        left: 0;
    }
    .pro-content .pro-view .list .item.hasimg .text.bot {
        max-width: 80%;
        top: 50%;
        left: 50%;
        bottom: auto;
        width: 100%;
    }
    .pro-content .pro-view .list .item.hasimg {
        background-position-x: 80%;
        background-size: 133%;
    }
    .pro-content .pro-view .list .item.hasimg .text.left {
        /* max-width: 94%; */
        left: 3%;
        width: 100%;
    }
    .pro-content .pro-view .list .item.hasimg .text.left .demo {
        max-height: 250px;
    }
    .aboutbox .about-one .one-content .msg-cont {
        padding: 20px 3%;
    }
    .aboutbox .about-one .one-content .msg-cont .demo1,
    .aboutbox .about-one .one-content .msg-cont .demo2 {
        max-width: 100%;
        font-size: 16px;
    }
    .aboutbox .about-one .one-content .msg-cont .numdiv .item {
        padding-left: 0;
        margin-left: 0;
        width: calc(100% / 3);
        text-align: center;
    }
    .aboutbox .about-two .l-info,
    .aboutbox .about-two .r-img {
        padding-right: 0
    }
    .aboutbox .about-two {
        padding-left: 20px;
    }
    .footer-box .footer-top {
        flex-direction: column-reverse;
    }
    .footer-box .footer-top .m-focus,
    .footer-box .footer-top .r-info {
        width: 100%;
    }
    .footer-box .footer-top .m-focus {
        margin-top: 0.3rem;
    }
    .footer-box .footer-top .m-focus .focu-img .img .code {
        left: 0;
        transform: translateX(0) scale(0);
    }
    .app-article.type5 .flex-center {
        flex-wrap: wrap;
    }
    .app-article.type5 .codediv .codeimg .code {
        width: calc(100% / 2 - 40px);
        margin: 20px;
    }
    .allpage-banner.download .img {
        min-height: 80vh;
    }
}

@media only screen and (max-width:480px) {
    .newsview .nview-top .title-box .title {
        height: 51px;
    }
}

@media only screen and (max-width:414px) {
    .contact-main .contact-info .r-form .layui-form .my-item {
        display: block;
    }
    .contact-main .contact-info .r-form .layui-form .my-item .my-input,
    .contact-main .contact-info .r-form .layui-form .my-item .layui-textarea {
        width: 100%;
        margin-right: 0;
    }
    .allpage-banner .theme .en {
        font-size: 24px;
    }
    .allpage-banner .theme .cn {
        font-size: 16px;
    }
    .news-list .item,
    .news-list .item:nth-child(3n+0) {
        width: 100%;
        margin-right: 0;
    }
    .xiala-news {
        margin-top: 20px;
    }
    .incom-newsselect {
        width: 100%;
    }
    .app-article.type2 .fiveimg-swiper::before,
    .app-article.type4 .threeimg-swiper::before,
    .app-article.type2 .fiveimg-swiper::after,
    .app-article.type4 .threeimg-swiper::after {
        width: 12%;
    }
    .app-article.type5 {
        background-size: 230%;
        background-position: 12% bottom;
    }
    .app-article.type5 .codediv .title {
        width: 82%;
    }
    .filterbox form .writeinp .icon,
    .filterbox form .writeinp::before {
        display: none;
    }
    .filterbox form .writeinp .inp {
        padding: 13px 0 13px 12px;
    }
    .process-main .list .item {
        width: 100%;
    }
    .pro-content .pro-view .pro-one .l-imgs .gallery-thumbs {
        height: 100px;
    }
}