@font-face {
    font-style: normal;
    font-family: 'Harmony_Regular';
    /* 引入HarmonyOS_Sans_SC */
    src: url('../font/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.woof') format('truetype');
}

.body {
    height: 100%;
    width: 100vw;
    font-family: 'Harmony_Regular', sans-serif;
}

.zz {
    position: absolute;
    bottom: 50px;
    text-align: center;
    left: 50%;
    z-index: 9;
    margin-left: -23px;
}

.zz img {
    width: 55px;
}

.carousel-scroll-btn-icon {
    display: block;
    cursor: pointer;
    animation: downico 1.5s ease-out infinite;
}

@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }
    35% {
        top: 50%;
        opacity: 0;
    }
    65% {
        top: -50%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

/*头部*/

/*.header.on{
    background:rgb(0, 0,0, .5);
    
}*/

.header.on {
    background: #ffffff;
}

.header.on .menu .item span a {
    color: #080808;
}

.header.on .top .logo img.hide {
    display: block;
}

.header.on .top .logo img.show {
    display: none;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 0;
    z-index: 9;
    border-bottom: 1px solid rgba(241, 235, 235, 0.2)
}

.top {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.top .logo {
    max-width: 376px;
}

.top .logo img.show {
    display: block;
}

.top .logo img.hide {
    display: none;
}

.top .logo2 {
    display: none;
}

.top img {
    max-width: 100%;
}

.top img.bai {
    display: block;
}

.top img.hei {
    display: none;
}

.header:hover {
    background: #ffffff;
}

.header:hover .logo img.show {
    display: none;
}

.header:hover .logo img.hide {
    display: block;
}

.header:hover .item span a {
    color: #101010;
}

.header.black .lang p {
    color: #101010;
}

.header.black .lang i {
    color: #101010;
}

.menu {
    width: 70%;
    height: 65px;
}

.menu ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.menu ul .item {
    position: relative;
    width: auto;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    padding: 0 15px;
}

.menu .item span {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}

.menu .item span a {
    color: #ffffff;
    font-size: 14px;
}

.menu ul .secNav {
    visibility: hidden;
    transition: all 250ms ease-out 0ms;
    transform: translate(0%, 10px);
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    top: 100%;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 15px 0;
}

.secItem {
    text-indent: 30px;
}

.menu ul .secNav li {
    font-size: 14px;
}

.menu ul li a {
    color: #ffffff;
}

.menu ul .secNav.active {
    visibility: visible;
    transform: translate(0%, 0px);
}

.menu ul .secNav a {
    color: #333333;
    font-size: .4rem;
}

.menu ul .secNav a:hover {
    font-weight: bold;
}

.menu ul .secNav li:hover .item2 {
    background: #EBEBEB;
    position: relative;
}

/* .menu ul .secNav li .item2 i{
    -webkit-transition:all .5s; -moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s
   }*/

.menu ul .secNav li .item2.cur i {
    transform: rotate(180deg);
}

.item2:hover:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgb(0, 166, 105);
}

.menu .item:hover span a {}

.menu .item span i {
    margin-left: 5px;
    display: block;
}

.menu .item span img {
    display: block;
}

.menu .item:hover span a.dh {}

.menu li:nth-child(2) .secNav {
    /* width: 70%; */
    width: 80%;
}

.menu li:nth-child(3) .secNav {
    width: 80%;
}

.menu li:nth-child(4) .secNav {
    width: 90%;
}

.menu li:nth-child(6) .secNav {
    width: 120%;
}

.item2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
}

.item2 i {
    margin-right: 15px;
}

.item2 i img {
    display: block;
}

.secNavTwo {
    display: block;
}

.secNavTwo a {
    display: block;
    font-size: 12px;
    clear: both;
    margin-left: 30px;
    position: relative;
    height: 22px;
}

.secNavTwo a::before {
    content: '';
    position: absolute;
    width: 1px;
    background: #cccccc;
    top: 0;
    left: 0;
    height: 100%;
}

.secNavTwo a::after {
    content: '';
    position: absolute;
    background: #cccccc;
    top: 50%;
    left: 0;
    height: 1px;
    width: 15px;
}

.secNavTwo a:nth-last-child(1)::before {
    content: '';
    position: absolute;
    width: 1px;
    background: #cccccc;
    top: -100%;
    left: 0;
    height: 150%;
}

.secNavTwo p {
    display: block;
    position: relative;
    line-height: 2;
}

.secNavTwo p:nth-child(1) {
    overflow: hidden;
}

.secNavTwo p:hover {
    background: #EBEBEB;
}

.secNavTwo p:hover::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #00A669;
}

.item2.on a {}

.item2:hover a {
    font-weight: bold;
}

.lang {
    position: relative;
    margin-right: 33px;
}

.lang p:nth-child(2) {
    display: none;
}

.lang i {
    font-size: 22px;
    margin-right: 5px;
}

.lang p {
    display: flex;
    align-items: center;
    width: 100%;
    color: #ffffff;
}

.lang img {
    margin-right: 5px;
}

.menu .item:after {
    content: " ";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: rgb(0, 166, 105);
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.menu .item:hover:after {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 1;
    visibility: visible
}

.menu li:nth-child(2).item:after {
    content: " ";
    position: absolute;
    bottom: -2px;
    left: 45%;
    width: 80%;
    height: 3px;
    border-radius: 3px;
    background: rgb(0, 166, 105);
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    margin-left: -35%;
}

.menu li:nth-child(2).item:hover:after {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 1;
    visibility: visible
}

.menu li:nth-child(3).item:after {
    content: " ";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 80%;
    height: 3px;
    border-radius: 3px;
    background: rgb(0, 166, 105);
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    margin-left: -40%;
}

.menu li:nth-child(3).item:hover:after {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 1;
    visibility: visible
}

.menu li:nth-child(4).item:after {
    content: " ";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 90%;
    height: 3px;
    border-radius: 3px;
    background: rgb(0, 166, 105);
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    margin-left: -45%;
}

.menu li:nth-child(4).item:hover:after {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 1;
    visibility: visible
}

.menu li:nth-child(6).item:after {
    content: " ";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 120%;
    height: 3px;
    border-radius: 3px;
    background: rgb(0, 166, 105);
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    margin-left: -60%;
}

.menu li:nth-child(6).item:hover:after {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 1;
    visibility: visible
}

/*大图*/

.banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0%;
    bottom: 0;
    z-index: 6;
    -webkit-transition: all 1s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all 1s;
}

.banner .swiper {
    width: 100%;
    height: 100%;
}

.banner .swiper-wrapper {
    /* 通过改变animation-timing-function 制作弹性切换效果 */
    transition: ease-in 0.3s;
}

.banner .swiper .swiper-slide {
    position: relative;
}

.banner .swiper .swiper-slide img.bg {
    width: 100%;
    height: auto;
}

.banner .aniss {
    position: absolute;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    bottom: calc(18% + 150px);
}

.banner .aniss p:nth-child(1) {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.4;
    display: block;
    width: 100%;
    margin-top: 3rem;
}

.banner .aniss p:nth-child(2) {
    font-size: .45rem;
    color: #ffffff;
    margin-top: 15px;
}

.banner .swiper-slide {
    background-size: cover;
    background-position: 50% 50%;
}

/*缩率图*/

.myshumbsBox {
    position: fixed;
    z-index: 8;
    left: 0;
    bottom: 12%;
    width: 100%;
}

.mythumbs {
    width: 450px;
    float: left;
}

.mythumbs .swiper-wrapper {
    width: 100%;
    display: flex;
}

.mythumbs .swiper-slide {
    position: relative;
    border: 1px solid #ffffff;
    width: 30%;
}

.mythumbs .swiper-slide img {
    width: 100%;
    display: block;
}

.mythumbs .swiper-slide span {
    position: absolute;
    z-index: 111;
}

.mythumbs .swiper-slide .left {
    left: -2px;
    top: -2px;
    width: 2px;
    height: 101%;
}

.mythumbs .swiper-slide .top {
    right: 0px;
    top: -2px;
    width: 100%;
    height: 2px;
}

.mythumbs .swiper-slide .right {
    right: 0px;
    bottom: 0px;
    width: 2px;
    height: 100%;
}

.mythumbs .swiper-slide .bottom {
    left: -2px;
    width: 100%;
    height: 2px;
    bottom: -1px;
}

.mythumbs .swiper-slide.on span {
    background: #fff;
}

.mythumbs .swiper-slide.on .bottom {
    animation: animateBottom 0.5s linear 0s;
    animation-fill-mode: forwards;
}

.mythumbs .swiper-slide.on .left {
    animation: animateLeft 0.5s linear 0.5s;
    animation-fill-mode: forwards;
}

.mythumbs .swiper-slide.on .top {
    animation: animateTop 0.5s linear 1s;
    animation-fill-mode: forwards;
}

.mythumbs .swiper-slide.on .right {
    animation: animateRight 0.5s linear 1.5s;
    animation-fill-mode: forwards;
}

@keyframes animateLeft {
    form {
        height: 204px;
    }
    to {
        height: 0;
    }
}

@keyframes animateTop {
    form {
        width: 264px;
    }
    to {
        width: 0;
    }
}

@keyframes animateRight {
    form {
        height: 204px;
    }
    to {
        height: 0;
    }
}

@keyframes animateBottom {
    form {
        width: 264px;
    }
    to {
        width: 0;
    }
}

.jdt {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}

.jdt .pross {
    position: relative;
    width: 95%;
    height: 2px;
    background: rgba(241, 235, 235, 0.5);
}

.jdt .pross i {
    display: block;
    position: absolute;
    height: 4px;
    background: #ffffff;
    left: 0;
    top: -1px;
}

/*第二屏*/

.step2 {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 100%;
    top: 0%;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 4;
}

.step2 .col {
    width: 33.33333%;
    position: relative;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .3s
}

.step2 #d1 {
    background: url(../images/b1.jpg) rgb(0 0 0 / 36%) center top no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

.step2 #d2 {
    background: url(../images/bg2.jpg) rgb(0 0 0 / 36%) center top no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

.step2 #d3 {
    background: url(../images/b3.jpg) rgb(0 0 0 / 36%) center top no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

.step2 .col .mb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.step2 .col .mb .box {
    z-index: 2;
    display: flex;
    justify-content: center;
    transition: ease-in .4s;
    overflow: hidden;
    position: relative;
    top: 100%;
}

.step2 .col .mb .box .img {
    width: 80%;
    margin: 0px auto;
    text-align: center;
}

.step2 .col .mb .box .img img {
    width: 70px;
}

.step2 .col .mb .box .more {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.step2 .col .mb .box .more a {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
}

.step2 .col .mb .box p {
    font-size: 1rem;
    color: #ffffff;
    margin: 5px 0;
    margin-bottom: 1rem;
}

.step2 .col .other {
    width: 100%;
    margin: 0px auto;
    margin-top: 5rem;
    min-height: 4rem;
    display: none;
    justify-content: center;
    overflow: hidden;
}

.step2 .col .other div {}

.step2 .col .other p {
    display: flex;
    align-items: center;
    margin-top: .0rem;
}

.step2 .col .other a {
    font-size: 18px;
    color: #ffffff;
    margin-left: 5px;
}

.step2 .col:hover .mb {
    background: rgb(0, 0, 0, .5);
}

.step2 .col:hover .mb .box .more {
    display: none;
}

.step2 .col:hover .other {
    display: flex;
}

.step2 .zz {}

.step2 .zz.on {
    display: block;
}

.step2 .col:hover .other {
    margin-top: 55px;
}

/*第三屏*/

.step3 {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 100%;
    top: 0%;
    position: fixed;
    width: 100%;
    background: url(../images/bgyw.png) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    z-index: 3;
    flex-wrap: wrap;
}

.step3 .map {
    width: 60%;
    position: relative;
    height: 100%;
}

.step3 .container {
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: right;
}

.step3 .map img {
    max-width: 100%;
    max-height: 100%;
}

.step3 .mapDesc {
    width: 30%;
    color: #ffffff;
    font-size: .45rem;
    line-height: 2;
    text-align: right;
}

.step3 .mapDesc .title {
    font-size: 1rem;
    line-height: 3;
    text-align: right;
}

.step3 .yewu {
    margin-top: 25px;
}

.step3 .yewu p {
    display: flex;
    justify-content: flex-end;
    /*font-weight: bold;*/
    font-size: .45rem;
}

.step3 .yewu p img {
    width: 20px;
    margin-left: 5px;
}

.step3 .city {
    position: absolute;
}

.step3 .city p img {
    width: 25px;
    margin: 0 auto;
}

.step3 .city p {
    text-align: center;
    font-size: 15px;
    color: #ffffff;
}

.step3 .city.beijing {
    top: -100%;
    right: 25%;
}

.step3 .city.ganshu {
    top: -100%;
    right: 45%;
}

.step3 .city.sichuan {
    top: -100%;
    right: 48%;
}

.step3 .city.yunnan {
    top: -100%;
    right: 48%;
}

.step3 .city.guangdong {
    top: -100%;
    right: 26%;
}

.step3 .city.hubei {
    top: -100%;
    right: 29%;
}

.step3 .city.zhejiang {
    top: -100%;
    right: 13%;
}

.step3 .city.shanghai {
    top: -100%;
    right: 12%;
}

.step3 .city.jiangsu {
    top: -100%;
    right: 16%;
}

/*第四屏*/

.step4 {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 100%;
    top: 0%;
    position: fixed;
    width: 100%;
    background: url(../images/bg3.jpg) rgb(0 0 0 / 36%) center bottom no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    z-index: 2;
}

.step4Box {
    position: absolute;
    width: 100%;
    left: 0%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.step4Box .more {
    margin-top: 25px;
}

.step4Box .colLeft {
    width: 45%;
}

.step4Box .colLeft p:nth-child(1) {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5;
    /*font-weight: 600;*/
}

.step4Box .colLeft p:nth-child(2) {
    color: #ffffff;
    font-size: .45rem;
    line-height: 2;
    margin: 35px 0;
}

.more a {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: .45rem;
}

.colRight {
    width: 50%;
    position: relative;
}

.colRight .swiper {
    width: 100%;
    height: 100%;
}

.colRight .swiper .swiper-slide img {
    display: block;
    width: 100%;
}

.colRight .swiper-pagination {
    bottom: 20px;
    top: auto;
}

.colRight .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    transition: all linear .2s;
    background: #fff;
}

.colRight .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, .8);
    width: 32px;
}

/*第五屏*/

.step5 {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 100%;
    top: 0%;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    z-index: 1;
}

.step5 .col:nth-child(1) {
    background: url(../images/bg4.jpg) rgb(0 0 0 / 36%) center bottom no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    width: 50%;
    position: relative;
}

.step5 .col:nth-child(2) {
    background: url(../images/bg5.jpg) rgb(0 0 0 / 36%) center bottom no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    width: 50%;
    position: relative;
}

.step5 .col:nth-child(1) .colLeft {
    width: 700px;
    float: right;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.step5 .col:nth-child(2) .colLeft {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 700px;
    justify-content: flex-end;
    height: 100%;
}

.step5 .col:nth-child(1) .boxCon {
    width: 90%;
}

.step5 .col:nth-child(2) .boxCon {
    width: 90%;
}

.step5 .colLeft p:nth-child(1) {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*font-weight: bold;*/
}

.step5 .colLeft p:nth-child(2) {
    color: #ffffff;
    font-size: .45rem;
    line-height: 2;
    margin: 35px 0;
    height: 3.5rem;
}

.step5 .colLeftr {
    width: 70%;
    margin-top: 3rem;
}

.step5 .colLeftr p:nth-child(1) {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5;
    /*font-weight: bold;*/
}

.step5 .colLeftr p:nth-child(2) {
    color: #ffffff;
    font-size: .5rem;
    line-height: 2;
    margin: 30px 0;
    height: 2.8rem;
}

.step5 .img {
    margin-top: 25px;
    overflow: hidden;
}

.step5 .img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.step5 .mb {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.step5 .col:hover .mb {
    background: rgb(0, 0, 0, .5);
}

.step5 .more a {
    font-size: .46rem;
}

.backHome {
    position: fixed;
    right: 10px;
    bottom: 14px;
    z-index: 999;
    display: none;
}

.backHome a {
    background: #ffffff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.backHome a i {
    font-size: 33px;
    -webkit-transform: rotate(90deg);
}

/*内页*/

.bannerOther {
    position: relative;
    background: #000;
}

.bannerOther img.bg {
    width: 100%;
    display: block;
}

.bannerOther img.bg {
    width: 100%;
    display: block;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.bannerOther .mb {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerOther .stepNext {
    text-align: center;
    margin-top: 200px
}

.bannerOther .stepNext p {
    text-align: center;
}

.bannerOther .mb p {
    text-align: center;
    color: #ffffff;
}

.bannerOther .mb p:nth-child(1) {
    font-size: 45px;
}

.bannerOther .mb p:nth-child(2) {
    font-size: 45px;
    line-height: 2;
}

.bannerOther .mb .stepNext p {
    font-size: 12px;
    line-height: 2;
}

.bannerOther .mbnews {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    top: 0;
}

.bannerOther .mbnews.bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    top: auto;
}

.bannerOther .mbnews p {
    text-align: left;
    color: #ffffff;
    font-size: .5rem;
    text-align: justify;
}

.bannerOther .mbnews p:nth-child(1) {
    font-size: 25px;
}

.bannerOther .mbnews p:nth-child(2) {
    font-size: 60px;
    line-height: 2;
}

.bannerOther .mbnews .snext {
    display: flex;
    justify-content: center;
    text-align: center;
}

.bannerOther .mbnews .snext p {
    font-size: 12px;
}

.about3List {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 60%;
    margin: 35px auto;
}

.about3List .img {
    height: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about3List p {
    font-size: 18px;
    font-weight: bold;
}

.aboutTit {
    position: relative;
    height: 35px;
    line-height: 35px;
    top: 25px;
}

.aboutTit::after {
    height: 1px;
    background: #ffffff;
    content: '';
    width: calc(100% - 150px);
    position: absolute;
    top: 50%;
    /*  right: 0;*/
    margin-left: 1%;
    width: 57%;
}

.aboutTit span {
    display: inline-block;
    /* width: 100px; */
    font-size: 36px;
    color: #ffffff;
}

.aboutBg {
    background: url(../images/abj.jpg) rgba(0, 0, 0, .5) center bottom no-repeat;
    background-blend-mode: multiply;
    position: relative;
    background-size: cover;
}

.aboutBg .container {
    position: relative;
    min-height: 500px;
    padding-top: 4%;
}

.aboutBg .desc {
    width: 68%;
    margin-top: 55px;
}

.aboutBg .desc span {
    display: block;
    line-height: 2;
    color: #ffffff;
    font-size: 60px;
    letter-spacing: 4px;
}

.aboutBg .desc p {
    font-size: 16px;
    line-height: 2;
    margin-top: 15px;
    color: #ffffff;
}

.titMax {
    font-size: 44px;
    line-height: 2;
    margin-top: 90px;
}

.titMin {
    font-size: 36px;
    line-height: 2;
    margin-top: 50px;
    margin-bottom: 40px;
    /*font-weight: 600;*/
}

.titDesc {
    font-size: 16px;
    line-height: 2;
    color: #101010;
    margin-top: 25px;
}

.titDesc p {
    position: relative;
    margin-bottom: 1%;
}

.titDesc p.dot {
    text-indent: 17px;
}

.titDesc p.dot::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #00A669;
    border-radius: 100%;
    left: 0;
    top: 13px;
}

.titDesc p.dot span {
    color: #00A669;
    font-weight: bold;
}

.content {
    font-size: 16px;
    line-height: 2;
    padding: 25px 0;
    margin: 40px 0;
}

.content img {
    max-width: 100%;
}

.fuWu {
    display: flex;
    width: 66%;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.fuWu .col {
    width: 47%;
    margin-bottom: 50px;
}

.fuWu .col .img {
    /* width: 20%; 
   width: 17.683%; */
    width: 75px;
}

.fuWu .col .imgs {
    /* width: 20%; */
    width: 18.284%;
    width: 20.595%;
}

.fuWu .col .imgs img {
    width: 100%;
}

.fuWu .col .img img {
    width: 100%;
}

.fuWu .col p:nth-child(1) {
    margin-top: 15px;
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: rgba(250, 250, 250, 1);
    font-style: normal;
    letter-spacing: 0px;
    line-height: 29px;
}

.fuWu .col p:nth-child(2) {
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
    color: rgb(16, 16, 16);
    line-height: 32px;
    display: block;
    width: 98%;
}

.fuWu.xin {
    width: 100%;
}

.fuWu.xin .col {
    width: 30%;
}

.caseList {
    margin-top: 25px;
    border: 1px solid #bbbbbb;
    width: 100%;
    padding-bottom: 20px;
}

.caseList .img {
    display: flex;
    justify-content: space-between;
}

.caseList .img div {
    width: 49%;
}

.caseList .img img {
    display: block;
    width: 100%;
}

.caseList p:nth-child(2) {
    padding: 20px 0 0 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}

.caseList p:nth-child(3) {
    padding: 10px 30px 25px 30px;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
}

.caseList p:nth-child(3)::after {
    content: '';
    background: #03A66C;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 30px;
    width: 40px;
}

.jiaList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 55px;
}

.jiaList .col {
    width: 32%;
    display: flex;
}

.jiaList .col .img {
    width: 16.742%;
}

.jiaList .col .img img {
    width: 100%;
}

.jiaList .col .title {
    display: flex;
    align-items: flex-end;
    font-weight: 700;
    font-size: 18px;
    color: rgb(16, 16, 16);
    line-height: 29px;
    margin-left: 15px;
    margin-bottom: 2px;
}

.container2 {
    width: 100%;
    background: #FAFAFA;
    margin: 0px auto;
}

.fuWuYoushi {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    flex-wrap: wrap;
    padding-top: 10%;
}

.fuWuYoushi.about {
    padding: 0;
    background: #FAFAFA;
    margin-top: 35px;
}

.fuWuYoushi .box {
    width: 50%;
}

.fl {
    float: left;
}

.fuWuYoushi .pic {
    width: 50%;
}

.fuWuYoushi .pic img {
    display: block;
}

.fuWuYoushi .box .title {
    font-weight: 700;
    font-size: 20px;
    color: rgb(16, 16, 16);
    font-style: normal;
    line-height: 29px;
    width: 80%;
    margin-left: 10%;
    margin-top: 50px;
}

.fuWuYoushi .box .title2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    width: 80%;
    margin-left: 10%;
    line-height: 2;
    margin-top: 35px;
}

.fuWuYoushi .box .desc {
    width: 80%;
    margin-left: 10%;
    font-weight: 400;
    font-size: 16px;
    color: rgb(16, 16, 16);
    line-height: 2;
    text-align: justify;
    position: relative;
    margin-top: 40px;
    letter-spacing: 2px;
    padding-bottom: 15px;
}

.fuWuYoushi .box .desc::after {
    content: '';
    /*background: #03A66C;*/
    height: 4px;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 80px;
}

.fuWuYoushi.ls {
    background: #FAFAFA;
    padding-top: 0;
}

.fuWuYoushi.ls .box .desc::after {
    background: #03A66C;
}

.fuWuYoushi.ls2 {
    padding-top: 0;
}

.fuWuYoushi.ls2 .box .title {
    margin-left: 0;
}

.fuWuYoushi.ls2 .box .title2 {
    margin-left: 0;
}

.fuWuYoushi.ls2 .box .desc {
    margin-left: 0%;
}

.bgColor {
    background: #FAFAFA;
    padding: 45px 0;
    margin-top: -5px;
}

.bgColor2 {
    background: #FAFAFA;
    padding: 15px 0;
    margin: 35px 0;
}

.jiaoYi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*border-top: 1px solid #BBBBBB;
    padding: 30px;*/
}

.jiaoYi .col {
    width: 13%;
}

.jiaoYi .col .img {
    width: 41.21%;
    margin: 0 auto;
}

.jiaoYi .col .box {
    text-align: center;
}

.jiaoYi .col .img img {
    width: 100%;
    margin: 0 auto;
    /*width: 69.23%; */
}

.jiaoYi p {
    /* text-align: center; */
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
}

.jiaoYi.centers {
    border: 0;
}

.jiaoYi.centers .img {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.jiaoYi.centers .img {
    margin-bottom: 10px;
}

.jiaoYi.centers p {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}

.sticky-box {
    height: 100vh;
    margin-bottom: 20px;
    top: 0;
    background: url(../images/bg3.png) top no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    transition: all 0.6s;
    cursor: pointer;
}

.parallax {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding-top: 1px;
}

.xinFont {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 4%;
}

.fuWu.yongHu {
    width: 60%;
}

.fuWu.yongHu .col {
    width: 45%;
    /* margin-top: 25px; */
}

.fuWu.yongHu .col .img {
    /*  width: 20%;*/
    width: 19.845%;
}

/*
.fuWu.yongHu .col .img img{
    width: 100%;
}
*/

.fuWu.yongHu .col p:nth-child(2) {
    /*font-size: 20px;*/
    color: #ffffff;
    /*font-weight: 700;*/
}

.fuWu.yongHu .col p:nth-child(3) {
    line-height: 2;
    display: block;
    color: #ffffff;
}

.fuWu.taoChan {
    width: 100%;
}

.fuWu.taoChan .col {
    width: 21%;
}

.line {
    height: 2px;
    /*   background: #BBBBBB; */
    margin: 20px 0;
}

.bgc {
    background: #FAFAFA;
    padding: 5px 0;
    margin-top: 80px;
    border-width: 0 0 1px 0;
}

.caseJiehShao {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.caseLeft {
    width: 30%;
    margin-top: -4.3%;
}

.caseRight {
    width: 65%;
}

/*.caseRight img{
    max-width: 100%;
}*/

.caseRight img {
    width: 100%;
}

.caseDesc {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
}

.caseJiehShao .number {
    position: relative;
    font-size: 45px;
    color: #00A669;
    padding-bottom: 10px;
    margin-top: 10px;
    line-height: 80px;
    font-weight: 900;
}

.caseJiehShao .number::after {
    content: '';
    position: absolute;
    height: 4px;
    background: #00A669;
    left: 0;
    width: 20%;
    bottom: 0;
}

.to__led-number {
    position: relative;
    font-size: 1.9rem;
    text-align: center;
    display: inline-block;
    color: #00A669;
    font-weight: bold;
}

.to__led-number--no {
    width: auto;
    background: unset;
    border: none;
    font-size: 18px;
}

.funeirong {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 35px;
    width: 100%;
}

.funeirong .col {
    width: 16%;
    background: url(../images/icon/riLine-arrow-right-s-line.svg) right 5% no-repeat;
}

.funeirong .col .img {
    display: flex;
    width: 71.97%;
}

.funeirong .col .img img {
    /*  width: 41.81%; */
    width: 46.53%;
}

.funeirong .col .desc {
    font-size: 15px;
    line-height: 2;
    margin-top: 20px;
}

.funeirong .col .desc p:nth-child(1) {
    font-size: 16px;
    /*font-weight: bold;*/
}

.funeirong .col .desc p:nth-child(2) {
    font-size: 15px;
}

.funeirong .col:nth-child(5) {
    background: none;
}

.jiaGou {
    border-bottom: 1px dotted #BBBBBB;
    border-top: 1px dotted #BBBBBB;
    display: flex;
    position: relative;
    /* margin-top: 15px;*/
}

.jiaGou .col1 {
    width: 3%;
    background: #00A669;
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #ffffff;
    justify-content: center;
}

.jiaGou .col1 p {
    text-align: center;
}

.jiaGou .col2 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jiaGou .col2 p {
    background: #00A669;
    border-radius: 5px;
    padding: 12px 18px;
    color: #ffffff;
    line-height: 27px;
    font-weight: 700;
    font-size: 16px;
}

.jiaGou .col3 {
    display: flex;
    width: 50%;
    justify-content: space-between;
    align-items: center;
}

.jiaGou .col3 .list .img {
    width: 60%;
}

.jiaGou .col3 .list .img img {
    width: 100%;
    display: block;
}

.jiaGou .col3 .listd1 .img {
    width: 40%;
}

.jiaGou .col3 .listd1 .img img {
    width: 100%;
    display: block;
}

.jiaGou .col3 .listd1 .img {
    width: 60%;
}

.jiaGou .col3 .list .img img {
    width: 100%;
    display: block;
}

.jiaGou .col3 .listd2 .img {
    width: 60%;
    display: block;
}

.jiaGou .col3 .list span {
    font-weight: bold;
    display: block;
    line-height: 2;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 10px;
}

.jiaGou .col3 .list p {
    font-size: 16px;
    line-height: 1.3;
}

.jiaGou .col3 .list p em {
    margin-right: 10px;
    font-size: 16px;
}

.jiaGou .col3 .listd01 {
    margin-right: 38px;
}

.jiaGou .col3 .listd01 span {
    font-weight: bold;
    display: block;
    line-height: 2;
    font-size: 16px;
    margin-top: 10px;
}

.jiaGou .col3 .listd01 p {
    font-size: 16px;
    line-height: 1.3;
}

.jiaGou .col3 .listd01 p em {
    margin-right: 10px;
    font-size: 16px;
    line-height: 1.3;
}

.jiaGou .col3 .listd01 .img {
    width: 43.89%;
}

.jiaGou .col3 .listd01 .img img {
    width: 100%;
    display: block;
}

.jiaGou .col3 .listd02 .img {
    width: 46.88%;
}

.jiaGou .col3 .listd02 .img img {
    width: 100%;
    display: block;
}

.jiaGou .col3 .listd02 {
    margin-right: 38px;
}

.jiaGou .col3 .listd02 span {
    font-weight: bold;
    display: block;
    line-height: 2;
    font-size: 16px;
    margin-top: 10px;
}

.jiaGou .col3 .listd02 p {
    font-size: 16px;
    line-height: 1.3;
}

.jiaGou .col3 .listd02 p em {
    margin-right: 10px;
}

.jiaGou .col3 .listd1 {
    margin-right: 2px;
}

.jiaGou .col3 .listd1 span {
    font-weight: bold;
    display: block;
    line-height: 2;
    font-size: 16px;
    margin-top: 10px;
}

.jiaGou .col3 .listd1 p {
    font-size: 16px;
    line-height: 1.3;
}

.jiaGou .col3 .listd1 p em {
    margin-right: 10px;
}

.jiaGou .col3 .listd2 {
    margin-right: 198px;
}

.jiaGou .col3 .listd2 .img img {
    width: 100%;
    display: block;
}

.jiaGou .col3 .listd2 span {
    font-weight: bold;
    display: block;
    line-height: 2;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 10px;
}

.jiaGou .col3 .listd2 p {
    font-size: 16px;
    line-height: 1.3;
}

.jiaGou .col3 .listd2 p em {
    margin-right: 10px;
}

.jiaGou .col3 .listd5 {
    margin-right: 198px;
}

.jiaGou .col3 .listd5 .img img {
    width: 100%;
    display: block;
}

.jiaGou .col3 .listd5 span {
    font-weight: bold;
    display: block;
    line-height: 2;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 10px;
}

.jiaGou .col3 .listd5 p {
    font-size: 16px;
    line-height: 1.3;
}

.jiaGou .col3 .listd5 p em {
    margin-right: 10px;
}

.jiaGou .col3 .listd5 .img {
    width: 75%;
}

.jiaGou::after {
    content: '';
    width: 13px;
    background: #00A669;
    height: 101%;
    top: -0.6%;
    right: 0;
    position: absolute;
}

.jiaGou .col4 {
    width: 70%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: bold;
    font-size: 20px;
    align-items: center;
    margin-left: 10%;
}

.jiaBox .jiaGou:nth-child(1) {
    min-height: 256px;
}

.jiaBox .jiaGou:nth-child(2) {
    min-height: 160px;
}

.jiaBox .jiaGou:nth-child(3) {
    min-height: 150px;
}

.jiaBox .jiaGou:nth-child(4) {
    min-height: 160px;
}

.jiaBox .jiaGou:nth-child(2) .col1 {
    background: #33b887;
}

.jiaBox .jiaGou:nth-child(3) .col1 {
    background: #66caa5;
}

.jiaBox .jiaGou:nth-child(4) .col1 {
    background: #99dbc3;
}

.jiaBox .jiaGou:nth-child(2)::after {
    background: #33b887;
}

.jiaBox .jiaGou:nth-child(3)::after {
    background: #66caa5;
}

.jiaBox .jiaGou:nth-child(4)::after {
    background: #99dbc3;
}

.contentPic img {
    /* max-width: 50%; */
    width: 100%;
    float: left;
    height: auto;
}

.contentPic img:nth-child(1) {
    display: inline-block;
}

.contentPic {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    /*   width:50%;*/
    width: 100%;
}

.newsLunbo {
    position: relative;
    width: 49%;
    margin-top: 25px;
}

.newsLunbo .swiper {
    width: 100%;
    height: 100%;
}

.newsLunbo .swiper-slide {}

.newsLunbo .swiper-slide img {
    display: block;
    width: 100%;
}

.newsLunbo .swiper-pagination-bullet {
    width: 12%;
    height: 5px;
    border-radius: 0;
    transition: all linear .2s;
    background: rgba(255, 255, 255, .5);
}

.newsLunbo .swiper-pagination-bullet-active {
    background: #fff;
    width: 12%;
}

.newsLunbo .swiper-pagination {
    display: flex;
    justify-content: flex-start;
}

.newsRight {
    width: 49%;
    margin-top: 25px;
}

.newsRight .ntit {
    line-height: 1.8;
}

.newsRight .ntit a {
    font-size: 22px;
    font-weight: bold;
}

.newsRight .ntit a:hover {
    color: #00A669;
}

.flexc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.newsRight .desc {
    line-height: 2;
    font-size: 16px;
    margin-top: 15px;
}

.newsTab {
    border-bottom: 1px solid #BEBEBE;
    margin-top: 55px;
}

.newsTab ul {
    display: flex;
    justify-content: center;
}

.newsTab ul.left {
    justify-content: flex-start;
}

.newsTab ul li {
    line-height: 3;
    position: relative;
    margin: 0 23px;
}

.newsTab ul li.on::after {
    position: absolute;
    content: '';
    height: 3px;
    background: #00A669;
    bottom: -2px;
    left: 0;
    width: 100%;
}

.newsTab ul li a {
    font-size: 22px;
    font-weight: bold;
    color: #818181;
}

.newsTab ul li a:hover {
    color: #00A669;
}

.newsTab ul li.on a {
    color: #212121;
}

.newsList ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsList ul li {
    width: 48%;
    margin-top: 33px;
}

.newsList ul li a.max .img {
    width: 100%;
}

.newsList ul li a.min {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsList ul li a.min .desc {
    width: 67%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.newsList ul li a.min .img {
    width: 30%;
}

.newsList ul li .img img {
    display: block;
    width: 100%;
}

.newsList ul li span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.newsList ul li a.max span {
    margin: 15px 0;
}

.newsList ul li a.min span {
    font-weight: 100;
}

.newsList ul li em {
    font-size: 16px;
    color: #818181;
}

.newsList ul li p {
    font-size: 14px;
    line-height: 1.8;
    display: block;
    height: 90px;
}

.page {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.page a,
.page .current {
    width: 55px;
    height: 55px;
    border: 1px solid #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #415058;
    margin: 0 10px;
    float: left;
}

.page a.pre i {
    font-size: 28px;
}

.page a:hover {
    border: 1px solid #128370;
    color: #128370;
}

.page a.active,
.page .current {
    border: 1px solid #128370;
    color: #128370;
}

.page a.next i {
    -webkit-transform: rotate(180deg);
    font-size: 28px;
}

.location {
    height: 55px;
    display: flex;
    align-items: center;
    background: #818181;
}

.location ul {
    display: flex;
    justify-content: space-between;
}

.location ul a.back {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
}

.location ul a.back i {
    -webkit-transform: rotate(180deg);
    margin-right: 10px;
}

.location p {
    color: #ffffff;
    font-size: 15px;
    margin-left: 30px;
}

.location p i {
    color: #ffffff;
    font-size: 18px;
}

.location p a {
    margin-left: 10px;
}

.location p a:hover i {
    color: #00A669;
}

.newTit {
    font-size: 22px;
    list-style: 2;
    margin-top: 55px;
    text-align: center;
}

.newsContent {
    margin-top: 55px;
    line-height: 2;
    font-size: 16px;
}

.newsContent img {
    max-width: 100%;
}

.newsOther {
    position: relative;
    width: 100%;
    margin-top: 25px;
}

.newsOther .swiper {
    width: 85%;
    height: 100%;
    margin: 0px auto;
}

.newsOther .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.newsOther .swiper-slide img {
    width: 100%;
    display: block;
}

.newsOther .swiper-slide a {
    position: absolute;
    /*  bottom: 10px; */
    bottom: 0;
    /*width: 90%;*/
    width: 96%;
    height: 50px;
    /*left: 5%;*/
    line-height: 1.6;
    font-size: 16px;
    color: #ffffff;
    background-color: rgb(0, 166, 105);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
    opacity: 0.89;
    padding-left: 12px;
    padding-right: 12px;
}

.newsOther .swiper-button-next {
    width: 55px;
    height: 55px;
    background: url("../images/icon/left.svg") center center no-repeat;
    background-size: contain;
}

.newsOther .swiper-button-prev {
    width: 55px;
    height: 55px;
    background: url("../images/icon/right.svg") center center no-repeat;
    background-size: contain;
    -webkit-transform: rotate(180deg);
}

.joinUs {
    background: #E3E2E2 100%;
    margin-top: 25px;
    position: relative;
}

.joinUs .left {
    float: left;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.joinUs .left .box {
    width: 80%;
    height: 60%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.joinUs .left .box .jobTit {
    font-size: 32px;
}

.joinUs .left .box .address {
    font-size: 15px;
    line-height: 2;
    position: relative;
    padding-top: 15px;
}

.joinUs .left .box .address::before {
    content: '';
    height: 2px;
    background: #212121;
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
}

.joinUs .right {
    float: right;
    width: 50%;
}

.joinUs .right img {
    display: block;
    width: 100%;
}

.jobList ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto;
}

.jobList ul li {
    width: 47%;
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: 20px;
    margin-top: 35px;
}

.jobList ul li .list {
    display: flex;
    flex-wrap: wrap;
}

.jobList ul li .list p {
    width: 50%;
    line-height: 2;
}

.jobList ul li .title {
    font-size: 22px;
    line-height: 2;
    color: #101010;
    font-weight: bold;
    margin-bottom: 10px;
}

.flexMap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 100px;
}

.contactMap {
    width: 70%;
    position: relative;
}

.contactMap img.bg {
    display: block;
    width: 100%;
}

.contactMap .beijing {
    top: 36%;
    right: 20.6%;
}

.contactMap .nanjing {
    top: 56.2%;
    right: 13%;
}

.contactMap .guangzhou {
    top: 82%;
    right: 24%;
}

.contactMap .shanghai {
    top: 58.6%;
    right: 8.6%;
}

.contactMap .zhejiang {
    top: 62.6%;
    right: 11%;
}

.contactMap .wuhan {
    top: 62%;
    right: 22%;
}

.contactMap .chengdu {
    top: 64%;
    right: 42%;
}

.contactMap .city i {
    margin-right: 10px;
}

.contactMap .city {
    position: absolute;
}

.contactMap .city .box {
    display: flex;
    align-items: center;
    position: relative;
}

.contactMap .address {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: absolute;
    background: #00A669;
    border-radius: 5px;
    width: 200px;
    top: -100%;
    left: -100%;
    z-index: 99999;
}

.contactMap .address i {
    margin-right: 3px;
}

.contactMap .address div {
    position: relative;
    padding: 15px;
}

.contactMap .address div b {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid dashed dashed;
    border-color: #00A669 transparent transparent;
    margin-top: -2px;
    margin-left: -7px;
}

.contactMap .address div p {
    display: flex;
    margin-top: 8px;
    color: #ffffff;
}

.contactMap .address div span {
    display: block;
}

.point {
    width: 10px;
    height: 10px;
    background-color: #2ea598;
    position: relative;
    border-radius: 50%;
    display: block;
}

/* 设置动画前颜色 */

.point-flicker:after {
    background-color: #2ea598;
}

/* 设置动画后颜色 */

.point-flicker:before {
    background-color: rgba(0, 168, 253, 0.2);
}

/* 设置动画 */

.point-flicker:before,
.point-flicker:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    border-radius: 50%;
    /* CSS3 animation 属性 网址 */
    /* https://www.w3school.com.cn/cssref/pr_animation.asp */
    animation: warn 1.5s ease-out 0s infinite;
}

/* @keyframes 规则用于创建动画。在 @keyframes 中规定某项 CSS 样式，就能创建由当前样式逐渐改为新样式的动画效果。 */

@keyframes warn {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.contactAddress {
    width: 30%;
}

.contactAddress .title {
    font-size: 22px;
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: flex-end;
}

.contactAddress .title i {
    font-size: 32px;
    color: #00A669;
}

.entitle {
    text-align: right;
    font-size: 12px;
}

.tel {
    width: 100%;
    margin-top: 35px;
    text-align: right;
    line-height: 2;
    font-size: 15px;
}

.dz {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
    font-size: 15px;
}

.citylist li {
    text-align: right;
    margin-top: 35px;
    position: relative;
    padding-right: 10px;
    cursor: pointer;
}

.citylist li p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
}

.citylist li p:nth-child(2) {
    font-size: 12px;
}

.citylist li::after {
    content: " ";
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 100%;
    border-radius: 3px;
    background: #00A669;
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    right: 0;
}

.citylist li.on::after {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 1;
    visibility: visible
}

.xiaoMap {
    margin-top: 50px;
}

.xiaoMap img {
    max-width: 100%;
}

/*底部*/

.homeFoot {
    position: fixed;
    /* z-index: 9999;*/
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 0;
}

.homeFoot .container {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homeFoot .container p:nth-child(1) {
    font-size: 15px;
    color: #ffffff;
}

.homeFoot .container p:nth-child(2) {
    font-size: 15px;
    color: #ffffff;
    display: flex;
}

@media screen and (max-width: 1399px) {
    .homeFoot .container p:nth-child(2) {
        font-size: 12px;
        color: #ffffff;
        display: flex;
    }
}

.homeFoot .container a {
    font-size: 16px;
    color: #ffffff;
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.homeFoot .container a:hover {
    color: #00A669;
}

.cbg {
    background: #FAFAFA 100%;
    padding-top: 15px;
}

/*企业文化*/

.wenhua {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wenhuabg {
    padding: 55px 0;
}

.wenhuabg.on {
    background: #FAFAFA;
}

.wenhua .box {
    width: 45%;
}

.wenhua .pic {
    width: 50%;
    margin-top: 4%;
}

.wenhua .pic img {
    display: block;
}

.wenhua .piclt {
    width: 50%;
    margin-top: 4%;
}

.wenhua .piclt img {
    display: block;
}

.wenhua .box .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
    width: 80%;
    line-height: 2;
    margin-top: 35px;
}

.wenhua .box .mtitle {
    line-height: 2;
    font-size: 20px;
    font-weight: bold;
}

.wenhua .box .title2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    width: 80%;
    line-height: 2;
    margin-top: 35px;
}

.wenhua .box .desc {
    width: 100%;
    font-size: 16px;
    line-height: 2;
    position: relative;
    margin-top: 35px;
    padding-bottom: 15px;
}

.wenhua .box .desc::after {
    content: '';
    /*background: #03A66C;*/
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 40px;
}

.wenhua1 {
    display: block;
    margin: 0 auto;
    padding: 1rem 0;
}

.wenhua1 .pic {
    margin-top: 3%;
    width: 100%;
}

.wenhua2 {
    display: none;
    margin: 0 auto;
    padding: 1rem 0;
}

.wenhua2 .pic {
    margin-top: 3%;
    width: 100%;
}

.hdyou2 {
    display: none;
}

footer {
    background: #FAFAFA;
    padding: 35px 0;
    margin-top: 100px;
}

footer.mo {
    margin: 0;
}

footer ul {
    display: flex;
    justify-content: space-between;
}

footer .col:nth-child(1) a.more {
    /*   display: flex;  */
    display: inherit;
    align-items: center;
    margin-top: 12px;
}

footer .col:nth-child(1) a.more:hover {
    color: #00A669;
    text-decoration: underline;
}

footer .col:nth-child(1) a.more span {
    color: #00A669;
    transform: rotate(180deg);
    display: inline-block;
    font-size: 15px;
}

footer .col:nth-child(1) {
    position: relative;
}

footer .col:nth-child(1) .tels {
    display: flex;
    align-items: center;
    margin-top: 26px;
}

footer .col:nth-child(1) .tels img {
    width: 40px;
}

footer .col:nth-child(1) .tels em {
    font-size: 22px;
    font-weight: 800;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-left: 25px;
}

/*
footer .col:nth-child(1) .tels em.on{
    margin-left: 10px;
}
*/

footer .col:nth-child(1) .logo img {
    width: 200px;
    height: auto;
}

footer .col:nth-child(2) {
    display: flex;
    justify-content: space-between;
    width: 65%;
}

footer .col:nth-child(2) .list p {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
}

footer .col:nth-child(2) .list p a {
    font-size: 14px;
    font-weight: bold;
    /* color: #212121;*/
}

footer .col:nth-child(2) .list p a:hover {
    color: rgb(0, 166, 105);
}

footer .col:nth-child(2) .list a {
    display: block;
    line-height: 2;
    font-size: 12px;
    /* color: #575757 ;*/
}

footer .col:nth-child(2) .list a:hover {
    color: rgb(0, 166, 105);
}

.copyright {
    background: #03A66C;
    padding: 15px 0;
    color: #ffffff;
}

.copyright div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
}

.share {
    margin-top: 25px;
}

.share a {
    margin-right: 15px;
}

/*
.share a:hover img{

    animation: tada 1s ;
}*/

.share div {
    position: absolute;
    top: 50%;
    left: 20%;
    display: none;
    width: 360px;
    /*  background-color: #fafafa; */
    overflow: hidden;
    /*  border: 1px solid #bbbbbb; */
    padding: 15px 15px;
}

.share .wx_b {
    display: none;
}

.share p {
    display: inline-block;
    float: left;
    margin: 0 10px;
}

.share p em {
    display: block;
    text-align: center;
    font-size: 14px;
}

.share p img {
    width: 100px;
}

.share a:hover div {
    display: block;
    /*margin-left: -40px;*/
}

.backHead {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    /* background:#ffffff; */
    background: #00a669;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 99999;
    right: 2%;
    bottom: 10%;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px #cccccc;
}

.backHead.on {
    display: flex;
}

.backHead i {
    -webkit-transform: rotate(90deg);
    font-size: 22px;
    /* color: #00A669; */
    color: #ffffff;
}

.newAddList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newAddList .col {
    width: 60%;
}

.newAddList .col2 {
    width: 35%;
}

.newAddList .col img {
    width: 80%;
    margin-top: 35px;
}

.newAddList .col2 img {
    width: 100%;
    margin-top: 38px;
}

.numberlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 55px;
    width: 70%;
}

.numberlist .col .shuzhi {
    display: flex;
    align-items: center;
}

.numberlist .col .mins {
    margin-left: 16px;
}

.numberlist .col span {
    font-size: 68px;
    color: #ffffff;
}

.numberlist .col span::before {
    content: " ";
    width: 46px;
    background: #ffffff;
    border-radius: 3px;
    height: 4px;
    position: absolute;
    bottom: 24%;
}

.numberlist .col {
    /*margin-right:75px;*/
    margin-right: 10%;
    width: 100%;
    min-width: 184px;
}

.numberlist .col p {
    font-size: 16px;
    color: #ffffff;
}

.numberlist .col .ms {
    font-size: 16px;
    color: #ffffff;
    margin-top: 24%;
}