﻿html,
body {
    overflow: hidden;
    height: 100%;
    background-color: #fff;
}

@media (min-width:1024px) {
    .indexweb {
        position: relative;
        z-index: 5;
        width: 95%;
        max-width: 1560px;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.control {
    -webkit-transition: all ease .7s;
    -o-transition: all ease .7s;
    -moz-transition: all ease .7s;
    transition: all ease .7s;
}

.swiper-vessel .swiper-slide {
    height: 100%;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.full-web-swiper .switch-web {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 50;
}

.full-web-swiper .switch-web span {
    cursor: pointer;
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
    opacity: 1;
}

.full-web-swiper .switch-web .swiper-pagination-bullet-active.black:after {
    background-color: #cad2dd;
}

.full-web-swiper .switch-web b {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #cdcdcd;
    font-size: 15px;
    line-height: 30px;
}

.full-web-swiper .switch-web b:after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background-color: #1e90f8;
    position: absolute;
    bottom: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.full-web-swiper .switch-web i {
    display: none;
    color: #fff;
}

.full-web-swiper .switch-web .swiper-pagination-bullet-active.black i {
    color: #383635;
}

.full-web-swiper .switch-web .swiper-pagination-bullet-active b {
    color: #1e90f8;
}

.full-web-swiper .switch-web .swiper-pagination-bullet-active b:after {
    opacity: 1;
}

@media (min-width:1024px) {
    .full-web-swiper .switch-web {
        right: 45px;
    }

    .full-web-swiper .switch-web span:after {
        content: "";
        display: block;
        width: 30px;
        height: 1px;
        background-color: #ffffff;
        position: absolute;
        right: -45px;
        top: 50%;
        opacity: 0;
    }

    .full-web-swiper .switch-web .swiper-pagination-bullet-active:after {
        opacity: 1;
    }

    .full-web-swiper .switch-web .swiper-pagination-bullet-active i {
        width: 68px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 42px;
        display: block;
        font-size: 15px;
        line-height: 20px;
        color: #fff;
        text-transform: uppercase;
        font-style: normal;
        padding-left: 6px;
    }

    .full-web-swiper {
        width: 100%;
        height: 100%;
    }

    .full-web-swiper .swiper-slide::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        z-index: 2;
        width: 81.25%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: none;
        height: 100%;
        background-repeat: repeat-y;
        background-position: center 0;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        background-image: url(../images/linebg.png);
        display: none;
    }

    .full-web-swiper .swiper-slide .swiper-slide::before {
        display: none;
    }

    .full-web-swiper .swiper-slide:nth-child(3)::before,
    .full-web-swiper .swiper-slide:nth-child(4)::before,
    .full-web-swiper .swiper-slide:nth-child(5)::before,
    .full-web-swiper .swiper-slide:nth-child(6)::before {
        background-image: url(../images/linebg02.png);
    }

    .full-web-swiper .swiper-slide {
        position: relative;
    }

    .fadeInUp {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    .fadeInUp.control {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .certifiedleft {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .certifiedleft.control {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .inslideInRight {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    .inslideInRight.control {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.content03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.page-cn-title {
    font-size: 22px;
    color: #54536c;
    text-align: center;
}

.homelist {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 0 0;
}

.homelist li {
    font-size: 13px;
    line-height: 24px;
    color: #3b3a40;
}

.we-box li:nth-child(4) {
    margin-right: 0px;
}

.homelist .thumb img {
    display: block;
    width: 100%;
}

.Learnhome {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
}

.homelist li {
    margin: 20px 0 10px;
    padding: 0 10px 30px;
}

.homelist .infor {
    padding: 15px 0 0 0;
}

.homelist .infor h3 {
    font-size: 18px;
    color: #666666;
}

.homelist .infor .desc {
    color: #9a9a9a;
    padding: 5px 0 0 0;
}

@media (min-width:1024px) {
    .page-cn-title {
        position: absolute;
        z-index: 3;
        width: 100%;
        top: 20%;
        font-size: 35px;
        line-height: 45px;
        letter-spacing: 7px;
    }

    .Learnhome {
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 9%;
        padding-right: 9%;
    }

    .homelist {
        height: 100%;
        padding-top: 0;
    }

    .homelist ul {
        height: 100%;
    }

    .homelist li.swiper-slide {
        float: left;
        width: 20%;
        text-align: center;
        height: 100%;
        position: relative;
        margin: 0;
    }

    .homelist li .infor {
        padding: 35px 13% 0 13%;
    }

    .homelist li .infor .desc {
        opacity: 0;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;
    }

    .homelist li a {
        display: block;
        position: static;
        z-index: 3;
        left: 10px;
        right: 10px;
        bottom: 0;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;
    }

    .homelist li .thumb,
    .homelist li .infor {
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;
    }

    .homelist li .libg {
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    .homelist li .libg:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #e1f3fa;
        left: 0;
        top: 4px;
    }

    .homelist li .libg:before {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        background-color: #00b9fc;
        position: absolute;
        top: -4px;
        z-index: 2;
        left: 0;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;
    }

    .homelist li:nth-child(even) .libg:after {
        background-color: #eaf6ed;
    }

    .homelist li:nth-child(even) .libg:before {
        background-color: #1e90f8;
    }

    .homelist li:hover a {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .homelist li:hover .libg {
        -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        -o-transform: translateY(-4px);
        transform: translateY(-4px);
        height: 105%;
    }

    .homelist li:hover .libg:after {
        top: 0;
    }

    .homelist li:hover .libg:before {
        top: 0;
    }

    .homelist li:hover .infor .desc {
        opacity: 1;
        -webkit-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }
}

@media (min-width:1400px) {
    .page-cn-title {
        font-size: 56px;
        line-height: 60px;
    }

    .homelist .infor h3 {
        font-size: 24px;
    }

    .homelist .infor .desc {
        line-height: 27px;
        padding: 23px 0 0 0;
    }
}

@media (min-width:1920px) {
    .Learnhome {
        padding-left: 0;
        padding-right: 0;
    }
}

.index-more {
    position: fixed;
    width: 46px;
    height: 62px;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    display: none;
}

.index-more a {
    animation: myfirst .5s infinite ease-in;
    -moz-animation: myfirst .5s infinite ease-in;
    -webkit-animation: myfirst .5s infinite ease-in;
    -o-animation: myfirst .5s infinite ease-in;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
}

@media (min-width:1024px) {
    .index-more {
        bottom: 80px;
    }

    .index-more a {
        background-size: auto;
    }

    .details_detail {
        line-height: 26px;
        font-size: 16px;
        color: #666666;
        padding-top: 20px;
    }
}

@-webkit-keyframes myfirst {
    from {
        transition: All 1s linear;
        -webkit-transition: All 1s linear;
        -moz-transition: All 1s linear;
        -o-transition: All 1s linear;
    }

    to {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
    }
}

@-moz-keyframes myfirst {
    from {
        transition: All 1s linear;
        -webkit-transition: All 1s linear;
        -moz-transition: All 1s linear;
        -o-transition: All 1s linear;
    }

    to {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
    }
}

@-o-keyframes myfirst {
    from {
        transition: All 1s linear;
        -webkit-transition: All 1s linear;
        -moz-transition: All 1s linear;
        -o-transition: All 1s linear;
    }

    to {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
    }
}

@keyframes myfirst {
    from {
        transition: All 1s linear;
        -webkit-transition: All 1s linear;
        -moz-transition: All 1s linear;
        -o-transition: All 1s linear;
    }

    to {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
    }
}

@-webkit-keyframes rotate {
    form {
        transition: All 1s linear;
        -webkit-transition: All 1s linear;
        -moz-transition: All 1s linear;
        -o-transition: All 1s linear;
    }

    to {
        -webkit-transform: rotate(310deg);
        transform: rotate(310deg);
    }
}

@-moz-keyframes rotate {
    form {
        transition: All 1s linear;
        -webkit-transition: All 1s linear;
        -moz-transition: All 1s linear;
        -o-transition: All 1s linear;
    }

    to {
        -moz-transform: rotate(310deg);
        transform: rotate(310deg);
    }
}

@-o-keyframes rotate {
    form {
        transition: All 1s linear;
        -webkit-transition: All 1s linear;
        -moz-transition: All 1s linear;
        -o-transition: All 1s linear;
    }

    to {
        -o-transform: rotate(310deg);
        transform: rotate(310deg);
    }
}

@keyframes rotate {
    form {
        transition: All 1s linear;
        -webkit-transition: All 1s linear;
        -moz-transition: All 1s linear;
        -o-transition: All 1s linear;
    }

    to {
        -webkit-transform: rotate(310deg);
        -moz-transform: rotate(310deg);
        -o-transform: rotate(310deg);
        transform: rotate(310deg);
    }
}

@-webkit-keyframes myfirst2 {
    from {
        transition: All 1s linear;
        -webkit-transition: All 1s linear;
        -moz-transition: All 1s linear;
        -o-transition: All 1s linear;
    }

    to {
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -o-transform: translateX(10px);
        -ms-transform: translateX(10px);
    }
}

@-moz-keyframes myfirst2 {
    from {
        transition: All 1s linear;
        -webkit-transition: All 1s linear;
        -moz-transition: All 1s linear;
        -o-transition: All 1s linear;
    }

    to {
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -o-transform: translateX(10px);
        -ms-transform: translateX(10px);
    }
}

@-o-keyframes myfirst2 {
    from {
        transition: All 1s linear;
        -webkit-transition: All 1s linear;
        -moz-transition: All 1s linear;
        -o-transition: All 1s linear;
    }

    to {
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -o-transform: translateX(10px);
        -ms-transform: translateX(10px);
    }
}

@keyframes myfirst2 {
    from {
        transition: All 1s linear;
        -webkit-transition: All 1s linear;
        -moz-transition: All 1s linear;
        -o-transition: All 1s linear;
    }

    to {
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -o-transform: translateX(10px);
        -ms-transform: translateX(10px);
    }
}

@-webkit-keyframes myfirst3 {
    from {
        transition: All 1s linear;
        -webkit-transition: All 1s linear;
        -moz-transition: All 1s linear;
        -o-transition: All 1s linear;
    }

    to {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
    }
}

@-moz-keyframes myfirst3 {
    from {
        transition: All 1s linear;
        -webkit-transition: All 1s linear;
        -moz-transition: All 1s linear;
        -o-transition: All 1s linear;
    }

    to {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
    }
}

@-o-keyframes myfirst3 {
    from {
        transition: All 1s linear;
        -webkit-transition: All 1s linear;
        -moz-transition: All 1s linear;
        -o-transition: All 1s linear;
    }

    to {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
    }
}

@keyframes myfirst3 {
    from {
        transition: All 1s linear;
        -webkit-transition: All 1s linear;
        -moz-transition: All 1s linear;
        -o-transition: All 1s linear;
    }

    to {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
    }
}

.show_info .certified-btn:after {
    animation: myfirst2 .5s infinite ease-in;
    -moz-animation: myfirst2 .5s infinite ease-in;
    -webkit-animation: myfirst2 .5s infinite ease-in;
    -o-animation: myfirst2 .5s infinite ease-in;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
}

.full-web-swiper {
    height: 100%;
}

.full-web-swiper>.swiper-wrapper>.swiper-slide {
    padding-top: 36px;
}

.csrhome-certified-show {
    width: 100%;
    height: 100%;
    position: relative;
}

.content01 .indexbanner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.content01 .indexbanner ul {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.content01 .indexbanner li {
    position: relative;
    float: left;
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.content01 .indexbanner li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.content02 .page-cn-title {
    color: #ffffff;
}

.home-certified {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-certified .com-pro-box {
    padding-top: 30px;
    float: left;
    width: 50%;
}

.home-certified .com-pro-box .text {
    color: #ffffff;
    text-align: center;
    padding: 10px 0 0 0;
}

.home-certified .com-pro-box .cn {
    font-size: 18px;
}

.home-certified .com-pro-box .en {
    font-size: 18px;
}

.home-certified .com-pro-box .icon {
    margin: 0 auto;
    position: relative;
}

.home-certified .com-pro-box .icon img {
    display: block;
    max-width: 100%;
    height: 100px;
    margin: 0 auto;
}

.home-certified .com-pro-box .icon:after {
    display: block;
    content: "";
    width: 82px;
    height: 82px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -41px 0 0 -41px;
}

.csrhome-certified-show.show {
    opacity: 1;
}

.csrhome-certified-show .show_info {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.csrhome-certified-show .show_info .product-fullbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.csrhome-certified-show .certified-min {
    position: relative;
    text-align: center;
}

.csrhome-certified-show .certified-text {
    text-align: left;
}

.csrhome-certified-show .cn-title {
    color: #ffffff;
    font-size: 22px;
}

.csrhome-certified-show .en-title {
    color: #ffffff;
    opacity: 0.5;
    font-size: 18px;
}

.csrhome-certified-show .more {
    display: inline-block;
    color: #ffffff;
    background: url(../images/wqicon11.png) no-repeat 0 center;
    padding: 0 0 0 20px;
    font-size: 16px;
    margin: 10px 0;
}

.csrhome-certified-show .services-list {
    padding: 20px 0 0 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.csrhome-certified-show .services-list ul {
    margin: 0 -10px;
}

.csrhome-certified-show .services-list li {
    float: left;
    width: 33.33%;
    padding: 0 10px;
    color: #ffffff;
    margin: 0 0 10px 0;
    text-align: center;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.csrhome-certified-show .services-list li:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.csrhome-certified-show .services-list li p {
    font-size: 14px;
    color: #fff;
}

.csrhome-certified-show .services-list li img {
    display: block;
    margin: 0 auto 5px;
    height: 40px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.Ccie-info .services-list li img {
    background-color: #ffffff;
    border-radius: 50%;
}

.csrhome-certified-show .certified-btn {
    display: inline-block;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    bottom: 35%;
    z-index: 2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.csrhome-certified-show .Ccie-info .certified-btn {
    padding: 5px 37px 5px 20px;
}

.csrhome-certified-show .Design-info .certified-btn {
    padding: 5px 20px 5px 37px;
}

.csrhome-certified-show .certified-btn:after {
    content: "";
    display: block;
    width: 16px;
    height: 14px;
    background: url(../images/wqicon14.png) no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 10px;
}

.csrhome-certified-show .Design-info .certified-btn:after {
    background-image: url(../images/wqicon14ho.png);
    left: 10px;
}

@media (min-width:768px) {
    .content01 .indexbanner li {
        height: 450px;
    }
}

@media (min-width:1024px) {
    .full-web-swiper>.swiper-wrapper>.swiper-slide {
        padding-top: 56px;
    }

    .content01 .indexbanner li {
        height: auto;
        overflow: hidden;
    }

    .content02 .page-cn-title {
        color: #ffffff;
    }

    .home-certified {
        background-position: center;
        background-repeat: no-repeat;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 5;
    }

    .home-certified.hide {
        opacity: 0;
    }

    .home-certified .indexweb {
        width: 100%;
        height: 100%;
    }

    .home-certified .com-pro-box {
        position: absolute;
        top: 29%;
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    .home-certified .com-pro-box .text {
        -webkit-transition-delay: 2.2s;
        -moz-transition-delay: 2.2s;
        -o-transition-delay: 2.2s;
        transition-delay: 2.2s;
    }

    .home-certified .com-pro-box.left-pro-box {
        left: 0;
    }

    .home-certified .com-pro-box.right-pro-box {
        right: 0;
    }

    .home-certified .com-pro-box .cn,
    .content02 .home-certified .com-pro-box .en {
        font-size: 30px;
        line-height: 30px;
        padding: 10px 0 0 0;
    }

    .home-certified .com-pro-box .icon {
        width: 180px;
        height: 180px;
        position: relative;
    }

    .home-certified .com-pro-box .icon img {
        height: 177px;
        -webkit-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        -webkit-transition-delay: 1.5s;
        -moz-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }

    .home-certified .com-pro-box .icon:after {
        display: none;
    }

    .csrhome-certified-show {
        height: 100%;
        opacity: 1;
    }

    .csrhome-certified-show .Design-info .services-list li:nth-child(4) {
        float: right;
    }

    .csrhome-certified-show .cn-title {
        font-size: 30px;
        line-height: 35px;
    }

    .csrhome-certified-show .en-title {
        font-size: 30px;
        line-height: 30px;
        padding: 3px 0 0 0;
    }

    .csrhome-certified-show .more {
        display: inline-block;
        font-size: 18px;
        margin: 29px 0;
    }

    .csrhome-certified-show .product-fullbg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .csrhome-certified-show .show_info {
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
        position: absolute;
        top: 0;
        width: 100%;
        overflow: hidden;
    }

    .csrhome-certified-show .show_info .certifiedleft {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .csrhome-certified-show .show_info .inslideInRight {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    .csrhome-certified-show .show_info.Ani .certifiedleft.control {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .csrhome-certified-show .show_info.Ani .inslideInRight.control {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .csrhome-certified-show .show_info .fadeInUpBig {
        opacity: 0;
        -webkit-transform: translateY(1000%);
        -moz-transform: translateY(1000%);
        -ms-transform: translateY(1000%);
        -o-transform: translateY(1000%);
        transform: translateY(1000%);
        -webkit-transition: all ease 1s;
        -o-transition: all ease 1s;
        -moz-transition: all ease 1s;
        transition: all ease 1s;
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }

    .csrhome-certified-show .show_info.Ani .fadeInUpBig.control {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .csrhome-certified-show .Ccie-info {
        opacity: 1;
        left: 0;
    }

    .csrhome-certified-show .Ccie-info.Ani {
        opacity: 1;
    }

    .csrhome-certified-show .Ccie-info.Ani .certified-min {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .csrhome-certified-show .Ccie-info.Ani .certified-min:after {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .csrhome-certified-show .Ccie-info.Ani .certified-min:before {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .csrhome-certified-show .Ccie-info .certified-btn {
        position: absolute;
        right: 0;
        padding: 5px 37px 5px 20px;
    }

    .csrhome-certified-show .Ccie-info .certified-min {
        left: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        padding-left: 8.0%;
    }

    .csrhome-certified-show .Ccie-info .certified-min:after {
        left: 0;
        width: 100%;
        background: url(../images/wqicon12.png) left center no-repeat;
        background-size: 64.7% auto;
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px);
        top: 0;
        opacity: 0;
    }

    .csrhome-certified-show .Ccie-info .certified-min:before {
        left: 0;
        background: url(../images/wqicon13.png) left center no-repeat;
        background-size: 72.6% auto;
        width: 100%;
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px);
        top: 0;
        opacity: 0;
    }

    .csrhome-certified-show .Design-info.Ani .certified-min:after {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

    .csrhome-certified-show .Design-info.Ani .certified-min:before {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all .7s ease-out;
        -o-transition: all .7s ease-out;
        -moz-transition: all .7s ease-out;
        transition: all .7s ease-out;
    }

    .csrhome-certified-show .Design-info.Ani {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .csrhome-certified-show .Design-info .certified-btn {
        position: absolute;
        padding: 5px 20px 5px 37px;
        left: 0;
    }

    .csrhome-certified-show .Design-info .services-list {
        float: right;
    }

    .csrhome-certified-show .services-list li p {
        font-size: 16px;
        color: #fff;
    }

    .csrhome-certified-show .Ccie-info .certified-min {
        text-align: left;
        max-width: 100%;
    }

    .csrhome-certified-show .Design-info .certified-text {
        text-align: right;
    }

    .csrhome-certified-show .Design-info .certified-min {
        padding-right: 14%;
        text-align: right;
        right: 0;
        max-width: 100%;
    }

    .csrhome-certified-show .Design-info .certified-min:after {
        right: 0;
        width: 100%;
        background: url(../images/wqicon15.png) right center no-repeat;
        background-size: 64.7% auto;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px);
        top: 0;
        opacity: 0;
    }

    .csrhome-certified-show .Design-info .certified-min:before {
        right: 0;
        background: url(../images/wqicon16.png) right center no-repeat;
        background-size: 72.6% auto;
        width: 100%;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px);
        top: 0;
        opacity: 0;
    }

    .csrhome-certified-show .certified-text,
    .csrhome-certified-show .services-list {
        position: relative;
        z-index: 2;
    }

    .csrhome-certified-show .services-list ul {
        margin: 0 -30px;
    }

    .csrhome-certified-show .services-list ul {
        font-size: 0;
    }

    .csrhome-certified-show .services-list li {
        margin-bottom: 15px;
        float: none;
        display: inline-block;
    }

    .csrhome-certified-show .services-list li p {
        font-size: 14px;
    }

    .csrhome-certified-show .services-list li img {
        height: 72px;
        margin-bottom: 20px;
    }

    .csrhome-certified-show .certified-min {
        position: absolute;
        height: 100%;
        width: 100%;
        margin: 0 -82px;
        padding-top: 6.5%;
    }

    .csrhome-certified-show .certified-min:after,
    .csrhome-certified-show .certified-min:before {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        overflow: hidden;
    }
}

@media (min-width:1400px) {
    .home-certified .com-pro-box .text {
        padding: 30px 0 0 0;
    }

    .home-certified .com-pro-box .cn,
    .home-certified .com-pro-box .en {
        font-size: 36px;
        line-height: 40px;
    }

    .csrhome-certified-show .certified-btn {
        font-size: 18px;
        padding: 18px 67px 18px 24px;
    }

    .csrhome-certified-show .Ccie-info .certified-btn {
        right: -100px;
        padding: 18px 67px 18px 24px;
    }

    .csrhome-certified-show .Ccie-info .certified-btn:after {
        right: 26px;
    }

    .csrhome-certified-show .Design-info .certified-min {
        padding-right: 8.0%;
    }

    .csrhome-certified-show .Design-info .certified-btn {
        left: -100px;
        padding: 18px 24px 18px 67px;
    }

    .csrhome-certified-show .Design-info .certified-btn:after {
        left: 26px;
    }

    .csrhome-certified-show .services-list {
        padding: 45px 0 0 0;
    }

    .csrhome-certified-show .services-list ul {
        width: 700px;
    }

    .csrhome-certified-show .services-list li p {
        font-size: 16px;
    }

    .csrhome-certified-show .cn-title {
        font-size: 42px;
        line-height: 50px;
    }

    .csrhome-certified-show .services-list {}

    .csrhome-certified-show .services-list li img {
        height: 100px;
        margin-bottom: 14px;
    }
}

@media(min-width:1600px) {
    .csrhome-certified-show .cn-title {
        font-size: 70px;
        line-height: 80px;
    }

    .csrhome-certified-show .en-title {
        font-size: 36px;
        line-height: 46px;
    }

    .csrhome-certified-show .services-list {
        max-width: 500px;
    }
}

@-webkit-keyframes loadding {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes loadding {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes loadding {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadding {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes circle-slide-zoom {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-moz-keyframes circle-slide-zoom {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-o-keyframes circle-slide-zoom {
    from {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes circle-slide-zoom {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

svg {
    position: absolute;
    left: 50%;
    margin-left: -72px;
    top: 50%;
    margin-top: -74px;
    width: 144px;
    height: 144px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 3;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    stroke-dasharray: 560;
    stroke-dashoffset: 560;
}

svg.move {
    -webkit-animation: circle_stroke 1.8s linear forwards;
    -moz-animation: circle_stroke 1.8s linear forwards;
    -o-animation: circle_stroke 1.8s linear forwards;
    animation: circle_stroke 1.8s linear forwards;
}

@-webkit-keyframes circle_stroke {
    to {
        stroke-dashoffset: 0;
    }
}

@-moz-keyframes circle_stroke {
    to {
        stroke-dashoffset: 0;
    }
}

@-o-keyframes circle_stroke {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes circle_stroke {
    to {
        stroke-dashoffset: 0;
    }
}

.sinquery-infor {
    text-align: left;
}

@media (max-width:1023px) {
    .csrhome-certified-show {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .csrhome-certified-show .swiper-wrapper {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        position: relative;
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        transition-property: -webkit-transform;
        -moz-transition-property: transform, -moz-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .csrhome-certified-show .show_info {
        height: 100%;
        position: relative;
        float: left;
        width: 100%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .csrhome-certified-show .certified-min {
        position: relative;
        top: 59%;
        transform: translateY(-50%);
    }

    .Learnhome {
        width: 100%;
    }

    .homelist {
        overflow: hidden;
    }

    .homelist .swiper-wrapper {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        position: relative;
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        transition-property: -webkit-transform;
        -moz-transition-property: transform, -moz-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .homelist li {
        position: relative;
        float: left;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .homebody .footer {
        position: fixed;
        left: 0;
        right: 0;
        display: block;
    }
}

.index-more {
    display: block;
}

@media(max-width:480px) {
    .index-more {
        display: none;
    }

    .csrhome-certified-show .certified-text {
        text-align: center;
    }

    .csrhome-certified-show .show_info .product-fullbg:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .homelist ul {
        margin: 0;
    }

    .homelist-dot {
        text-align: center;
    }

    .homelist-dot span {
        width: 10px;
        height: 10px;
        display: inline-block;
        background-color: #1e90f8;
        opacity: 0.3;
        margin: 0 5px;
        border-radius: 50%;
    }

    .homelist-dot span.swiper-pagination-bullet-active {
        opacity: 1;
    }

    .csrhome-certified-show .Design-info .certified-text {
        text-align: center !important;
    }
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .csrhome-certified-show .certified-min {
        padding-top: 9%;
    }

    .csrhome-certified-show .services-list {
        padding-top: 45px;
    }

    .csrhome-certified-show .services-list li {
        margin-bottom: 20px;
    }
}

.services-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sec-we {
    background: #fff;
    position: relative;
    z-index: 2;
    width: 1200px;
    margin: 0 auto;
}

.we-box {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.we-box li {
    width: 23%;
    height: 320px;
    margin-right: 3%;
    position: relative;
    text-align: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.we-box a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 115px 0px 0px 0px;
}

.we-box li .m-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    text-align: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.we-box li.it01 .m-icon {
    top: 20px;
}

.we-box li.it02 .m-icon {
    top: 20px;
}

.we-box .m-icon img,
.we-box .m-more img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.we-box .aft {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}

.we-box .m-cont {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.we-box .m-tit {
    font-size: 22px;
    font-weight: lighter;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.we-box .m-hr {
    width: 22px;
    height: 2px;
    background-color: #ff6600;
    margin: 15px auto 15px auto;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.we-box .m-des {
    line-height: 24px;
    color: #777;
    height: 72px;
    padding: 0 10px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.we-box li .m-more {
    position: absolute;
    left: 50%;
    margin-left: -25.5px;
    width: 51px;
    height: 51px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.we-box li.it01 .m-more {
    bottom: 108px;
}

.we-box li.it02 .m-more {
    top: 30px;
}

.we-box li:hover {
    background: #1e90f8;
}

.we-box li:hover .m-tit {
    color: #fff;
}

.we-box li:hover .m-hr {
    background: #fff;
}

.we-box li:hover .m-des {
    color: rgba(255, 255, 255, .6);
}

.we-box li:hover .bef {
    opacity: 0;
}

.we-box li:hover .aft {
    opacity: 1;
}

.we-box li:hover .m-cont {
    -webkit-transform: translateY(38px);
    -ms-transform: translateY(38px);
    transform: translateY(38px);
}

.we-box li:hover .m-icon,
.we-box li:hover .m-more {
    -webkit-transform: translateY(38px);
    -ms-transform: translateY(38px);
    transform: translateY(38px);
}

.sec-application {
    padding-bottom: 82px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.sec-application .section-title h4 {
    color: #fff;
}

.sec-application .section-title p {
    color: rgba(255, 255, 255, .3);
}

.sec-application .section-title::before {
    background: rgba(255, 255, 255, .1);
}

.sec-application .home-des {
    color: rgba(255, 255, 255, .6);
}

.section-title h4 {
    font-size: 36px;
    line-height: 40px;
    font-weight: bolder;
    color: rgba(51, 51, 51, 1);
}

.section-title p {
    font-size: 16px;
    color: rgba(51, 51, 51, .3);
}

.home-des {
    text-align: center;
    color: #777;
    width: 1008px;
    line-height: 24px;
    margin: 23px auto 25px;
}

.section-title {
    text-align: center;
    padding: 65px 0 20px;
    position: relative;
}

.container2 {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.about_main .title {
    font-size: 30px;
    color: black;
    text-align: center;
    padding: 20px 0px;
}

.about_main .tip {
    text-align: center;
    color: #666666;
    font-size: 16px;
    margin-top: 20px;
}

.about_main {
    padding-top: 30px;
    padding-bottom: 50px;
}

.about_main .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
}

.about_main .content1 {
    width: 800px;
}

.about_main .content1 p {
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
    line-height: 26px;
}

.sec-culture {
    background-color: #f5f5f5;
    padding-bottom: 55px;
    position: relative;
}

.culture-box {
    margin: 35px -15px 0 -15px;
}

.culture-item {
    float: left;
    width: 585px;
    margin: 15px;
    overflow: hidden;
    position: relative;
    height: 314px;
}

.culture-item .m-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.culture-item .m-pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    object-fit: cover;
}

.culture-item .m-cont {
    background: white;
    color: #666;
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
    padding: 23px 10px;
    width: 100%;
    height: 76px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.culture-item .mark {
    width: 100%;
    height: 100%;
    background: rgba(255, 102, 0, .6);
    color: #fff;
    text-align: center;
    padding: 10px 50px 10px 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.culture-item .m-tit {
    font-size: 20px;
}

.culture-item .m-des {
    color: rgba(255, 255, 255, 8);
    line-height: 24px;
    margin-top: 8px;
}

.culture-item .scrollbar {
    height: 100%;
    padding-right: 10px;
}

.culture-item .scrollbar::-webkit-scrollbar-thumb {
    background-color: #333;
}

.culture-item:hover .mark {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.culture-item:hover .m-cont {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.contact-title {
    text-align: center;
    margin-top: 20px;
}

.contact-title .m-tit {
    font-size: 30px;
    padding-top: 40px;
}

.hr {
    width: 40px;
    height: 3px;
    background-color: #ff6600;
    margin: 3px auto 0 auto;
}

.content_img {
    width: 350px;
}

.content_img img {
    width: 100%;
}

.page_detail {
    width: 1200px;
    margin: 0px auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.page_left {
    width: 250px;
    float: left;
}

.page_right {
    width: 900px;
    float: right;
    background: url(../images/about_bg2.jpg) repeat;
}

.page_title {
    font-size: 28px;
    font-weight: bolder;
    border-bottom: 2px solid #e2e2e2;
    text-indent: 20px;
    width: 100%;
    line-height: 60px;
}

.page_content {
    line-height: 30px;
    font-size: 16px;
    margin: 20px;
}

.brand_list li {
    margin: 15px;
}

.brand_list {
    width: 1200px;
    margin: 0px auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.brand_list li .img_warp {
    border: 1px solid #dedede;
    border-radius: 4px;
    width: 270px;
    height: 180px;
    list-style: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand_list li img {
    width: 70%;
    object-fit: contain;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.brand_list li p {
    margin-top: 10px;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.brand_list li:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.market-ul {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 50px 0px;
}

.market-ul li {
    width: 276px;
    position: relative;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.16);
    opacity: 1;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 42px 15px;
    text-align: center;
    margin-right: 20px;
    transition: all .5s ease;
}

.market-ul li:last-child {
    margin-right: 20px;
}

.market-ul li .market-p {
    font-size: 36px;
    font-weight: 400;
    line-height: 66px;
    color: #1c7aff;
    opacity: 1;
}

.market-ul li .market-p2 {
    box-sizing: border-box;
    padding: 16px 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    color: #111111;
    opacity: 1;
}

.market-ul li .market-p3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
    box-sizing: border-box;
    padding: 0 9px;
    opacity: 1;
}

.public_content p {
    color: #666666;
    font-size: 16px;
    margin: 15px auto;
    line-height: 30px;
    text-indent: 40px;
}

.public_content img {
    margin: 15px auto;
    width: 90%;
    display: block;
    object-fit: contain;
}

.recruit_warp {
    background-color: white;
    padding: 60px 0px;
}

.recruit li {
    border: 1px solid #DDD;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

.recruit li .content_inner p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.recruit .title {
    padding: 0 3%;
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 18px;
    color: black;
    background: url("../images/pic21.png") no-repeat 96% center;
}

.recruit .title i {
    width: 25px;
    height: 30px;
    background: url("../images/recruit_blue.png") no-repeat center center;
    background-size: contain;
    margin-right: 15px;
    position: relative;
}

.recruit .content {
    line-height: 24px;
    padding: 3%;
    background: #FFF;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.recruit .content_inner {
    margin-bottom: 10px;
}

.recruit .active {
    background: #1e90f8 url(../images/pic22.png) no-repeat 96% center;
    color: #FFF;
    border: 1px solid #1e90f8;
}

.recruit .active i {
    width: 25px;
    height: 30px;
    background: url("../images/recruit_white.png") no-repeat center center;
    background-size: contain;
    margin-right: 15px;
    position: relative;
}

.sec-address {
    background-color: #f8f8f8;
    padding-bottom: 90px;
}

.address-box {
    margin: 20px -15px 0 -15px;
}

.address-box li {
    width: 585px;
    min-height: 240px;
    float: left;
    background: #fff;
    margin: 15px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    border: 1px solid #efefef;
}

.address-box li.second {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.address-box .m-pic {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.address-box .m-pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.address-box .m-cont {
    padding: 40px 20px;
}

.address-box .m-tit {
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 18px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 0px !important;
}

.address-box li:hover .m-tit {
    color: #ff6600;
}

.address-box .m-des {
    line-height: 32px;
}

.address-box .m-le {
    float: left;
}

.address-box .m-ri {
    margin-left: 42px;
    color: #777;
}

.address-box a {
    color: #777;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.address-box a:hover {
    color: #ff6600;
}

.address-box .scrollbar {
    max-height: 158px;
}

.address-box li:hover .m-pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.address-box li:hover {
    -webkit-box-shadow: 0 15px 24px 4px rgba(218, 37, 29, .07);
    box-shadow: 0 15px 24px 4px rgba(218, 37, 29, .07);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.address-box li.second:hover {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.logo {
    top: 0px;
}

.logo .ac {
    width: 290px;
    height: auto;
}

.partner .develop_list {
    margin-bottom: 40px;
    padding: 20px 0px 60px;
    text-align: center;
}

.partner .develop_list ul {
    position: relative;
    margin-top: 20px;
}

.partner .develop_list ul li {
    height: 70px;
    font-size: 16px;
    background: url(../images/y_02_02_02.png) no-repeat center center;
}

.partner .develop_list ul li.is-none {
    height: 15px;
}

.partner .develop_list ul li.active {
    background: url(../images/bule_01.png) no-repeat center center;
}

.partner .develop_list ul li span {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding-top: 47px;
}

.partner .develop_list ul li span.l {}

.partner .develop_list ul li span.l em.em3 {
    right: 40px;
    text-align: left;
}

.partner .develop_list ul li span.l em.em {
    right: 140px;
}

.partner .develop_list ul li span.r {
    padding-left: 45px;
    text-align: left;
}

.partner .develop_list ul li span.r em {
    left: 45px;
}

.partner .develop_list ul li span em {
    position: absolute;
    top: 44px;
    right: 50px;
    font-size: 16px;
    color: #666666;
    font-style: normal;
}

.process .title {
    font-size: 30px;
    color: black;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}

.bb {
    box-sizing: border-box;
}

.information_typeWrap {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.information_type {
    width: 32%;
    margin-bottom: 20px;
}

.information_conimg {
    display: block;
    overflow: hidden;
    position: relative;
    height: 228px;
}

.information_conimg img {
    display: block;
}

.conimg_mask {
    position: absolute;
    bottom: 0;
    height: 60px;
    background: rgba(51, 51, 51, 0.70);
    line-height: 60px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.information_conimg img {
    width: 100%;
}

.information_conInfo {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.information_conInfo:hover {
    color: #4A90E2;
}

.moer_detailrmation {
    display: block;
    margin-top: 27px;
    text-align: center;
    font-size: 18px;
    color: #4A90E2;
}

.Propaganda_video {
    padding: 50px 0 130px 0;
    text-align: center;
    background: #fafafa;
}

.video_title {
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: normal;
    margin-bottom: 35px;
}

.video_des {
    margin-bottom: 40px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    display: block;
}

#videos {
    width: 1200px;
}

.more_detailrmation {
    display: block;
    text-align: right;
    color: #1e90f8;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.new_title {
    font-size: 30px;
    color: black;
    text-align: center;
    line-height: 36px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: bolder;
    color: rgba(51, 51, 51, 1);
}

.news-item {
    display: flex;
    padding: 20px 0;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.news-item .m-pic {
    height: 150px;
    overflow: hidden;
    flex: 2;
}

.news-item .m-pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    object-fit: cover;
}

.news-item .m-cont {
    margin-left: 20px;
    margin-right: 20px;
    flex: 7;
}

.news-item .m-tit {
    font-size: 20px;
    font-weight: lighter;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 10px 0px 10px;
}

.news-item .m-time {
    color: #999;
}

.news-item .m-des {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    margin: 10px 0;
    height: 72px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-item .m-more {
    flex: 1;
}

.btn-more {
    display: inline-block;
    font-size: 13px;
    line-height: 34px;
    text-align: center;
    padding: 0 25px;
    border: 1px solid #dedede;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.btn-more span {
    position: relative;
    z-index: 2;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.btn-more i {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1e90f8;
    z-index: -1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.news-item:hover .btn-more i {
    width: 100%;
}

.news-item:hover .btn-more {
    color: #fff;
}

.news-item:hover .m-tit {
    color: #1e90f8;
}

.news-item:hover .m-pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news_li:hover {
    background-color: #f5f5f6;
    color: #ff6a00;
}

.news_li {
    font-size: 13px;
    color: #999999;
    font-family: pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
    padding: 0 20px;
    width: 100%;
}

.news_datano {
    color: #999999;
    width: 100%;
}

.new_detail {
    display: flex;
    margin-top: 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.new_info_left {
    width: 100%;
}

.new_info_left .new_item1 span {
    width: 7px;
    height: 30px;
    background-color: #1e90f8;
    display: inline-block;
    margin-right: 20px;
}

.new_info_left .new_item1 {
    color: #1e90f8;
    font-size: 24px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}

.new_content .title {
    color: black;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
}

.new_content .time>div {
    text-align: center;
    color: #666666;
    font-size: 16px;
}

.new_content .info {
    width: 100%;
    height: auto;
    background-color: rgba(248, 248, 248, 1);
    padding: 20px;
    color: #777777;
    box-sizing: border-box;
    line-height: 26px;
    font-size: 16px;
}

.new_content .time {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin: 10px auto;
}

.new_content .content p {
    color: #777;
    font-size: 16px;
    text-indent: 25px;
    margin: 15px auto;
    line-height: 26px;
}

.new_content .content p img {
    margin: 0 auto;
}

.new_content .page li a {
    color: #999999;
    font-size: 14px;
}

.router li {
    margin-bottom: 10px;
}

.router li a {
    color: #999999;
    font-size: 14px;
}

.router li:hover a {
    color: #1e90f8;
}

.Learnhome {
    width: 1200px;
    padding-right: 0px;
    padding-left: 0px;
}

.we-box li {
    border: 1px solid #e5e5e5;
}

.section-title::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(35, 37, 46, .1);
    position: absolute;
    bottom: 2px;
    z-index: 1;
    transform: translate(-50%);
    left: 50%;
}

.section-title::after {
    content: '';
    width: 40px;
    height: 3px;
    background: #ff6600;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
}

.about_warp .we-box li {
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.16);
}

.about_warp {
    background-color: #f5f5f5;
    padding-top: 38px;
    padding-bottom: 37px;
}

.about_warp .section-title {
    padding: 0px 0px 20px;
}

.about_warp .sec-we {
    background-color: #f5f5f5;
}

.new_page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0px;
}

.new_page li {
    margin-right: 15px;
}

.new_page li a {
    border: 1px solid rgb(204, 204, 204);
    color: rgb(153, 153, 153);
    width: 40px;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_page li:first-child a {
    width: 80px;
    height: 40px;
}

.new_page li:last-child a {
    width: 80px;
    height: 40px;
}

.new_page li a:hover {
    background: #1e90f8;
    color: white;
}

.new_page li.seleted a {
    background: #1e90f8;
    color: white;
}

.p_detail {
    display: flex;
    padding: 60px 0px;
    align-items: flex-start;
    justify-content: space-between;
}

.p_cont {
    min-height: 1200px;
    width: 969px;
    border: 1px solid #1e90f8;
    box-sizing: border-box;
}

.p_cont .title {
    color: #1b1b1b;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.p_cont p {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    padding: 0 20px;
}

.p_nav li {
    display: flex;
    align-items: center;
}

.p_nav li .line {
    width: 50px;
    height: 2px;
    background-color: #dedede;
}

.detail_menu {
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    padding: 0 15px;
    border: 1px solid #1e90f8;
    border-top: 3px solid #1e90f8;
    font-size: 18px;
    font-weight: bolder;
    box-sizing: content-box;
}

.p_nav a {
    min-width: 180px;
    display: block;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    padding: 0 5px;
    border: 1px solid #dedede;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin: 10px 0px;
}

.p_nav a span {
    position: relative;
    z-index: 2;
}

.p_nav a i {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1e90f8;
    z-index: -1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.p_nav a:hover i,
.p_nav a.focus i {
    width: 100%;
}

.p_nav a:hover span,
.p_nav a.focus span {
    color: white;
}

.p_nav a:hover span,
.p_nav a.focus {
    background-color: #1e90f8;
    border: 1px solid #1e90f8;
}

.p_nav a:hover {
    background-color: #1e90f8;
}

.p_nav a:hover span {
    border: none;
}

@media (max-width:640px) {
    .details_detail {
        line-height: 26px;
        font-size: 16px;
        color: #666666;
        padding: 20px;
    }

    .p_nav a {
        width: 80%;
        font-size: 12px;
        line-height: 20px;
        min-width: initial;
        border-radius: 0px;
    }

    .detail_menu {
        height: 45px;
        line-height: 45px;
        padding: 0 5px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .p_cont .title {
        margin-bottom: 10px;
        font-size: 16px;
        margin-top: 15px;
    }

    .p_cont p {
        padding: 0 0px;
    }

    .p_nav li .line {
        width: 30px;
        height: 2px;
    }

    .new_page {
        flex-wrap: wrap;
        margin: 10px 20px;
    }

    .about_warp .sec-we {
        width: 100%;
    }

    .new_page li:first-child a {
        width: 60px;
        height: 30px;
    }

    .new_page li a {
        font-size: 14px;
    }

    .new_page li:last-child a {
        width: 60px;
        height: 30px;
    }

    .new_page li a {
        width: 30px;
        height: 30px;
    }

    .about_warp {
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .about_warp .we-box {
        flex-wrap: wrap;
    }

    .about_warp .section-title {
        padding: 0px 0px 5px;
    }

    .new_page li {
        margin-top: 10px;
    }
}

@media (max-width:640px) {
    .information_conimg {
        height: 114px;
    }

    .sec-we {
        width: 100%;
    }

    .logo .ac {
        width: 160px;
    }

    .brand_list {
        width: 100%;
    }

    .page_right {
        width: 100% !important;
    }

    .page_detail {
        width: 100%;
        min-height: initial;
    }

    .page_title {
        font-size: 18px;
        line-height: 50px;
        border-bottom: 1px solid #e2e2e2;
    }

    .top-img {
        height: auto;
    }

    .brand_list li {
        width: 45%;
        margin: 0px;
        margin-left: 3.3%;
    }

    .brand_list li a {
        width: 100%;
        display: block;
    }

    .brand_list li .img_warp {
        width: 100%;
        height: auto;
    }

    .brand_list li p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .market-ul {
        padding: 20px 0px;
    }

    .market-ul {
        flex-wrap: wrap;
    }

    .market-ul li {
        width: 45%;
        margin-left: 3.3%;
        padding: 5px;
        margin-right: 0px;
        border: 1px solid #efefef;
        margin-bottom: 15px;
        box-shadow: initial;
        min-height: 180px;
    }

    .market-ul {
        justify-content: initial;
    }

    .market-ul li .market-p {
        font-size: 28px;
        line-height: 36px;
    }

    .market-ul li .market-p2 {
        font-size: 16px;
        padding: 8px 0px;
    }

    .page_detail {
        margin-top: 0px;
    }

    .public_content {
        width: 94%;
        margin-left: 3%;
    }

    .public_content p {
        margin: 5px auto;
        font-size: 14px;
        line-height: 24px;
        text-indent: 30px;
    }

    .public_content img {
        margin: 10px auto;
        width: 100%;
    }

    .recruit_warp {
        padding: 20px 0px;
        min-height: 500px;
    }

    .recruit .title {
        height: 60px;
        font-size: 16px;
        background-size: 15px;
    }

    .recruit li .content_inner p {
        font-size: 14px;
    }

    .address-box {
        margin: 0px;
    }

    .address-box li {
        width: 90%;
        min-height: initial;
        float: initial;
        margin: 15px auto;
    }

    .address-box .m-pic {
        height: auto;
    }

    .address-box .m-pic img {
        height: auto;
    }

    .address-box .m-cont {
        padding: 10px;
    }

    .address-box .m-tit {
        font-size: 18px;
    }

    .content02 .csrhome-certified-show .services-list li {
        width: 50%;
    }

    .content02 .csrhome-certified-show .services-list li img {
        width: 90px;
        height: 90px;
    }

    .content03 .csrhome-certified-show .services-list li img {
        width: 100%;
        height: auto;
    }

    .content03 .csrhome-certified-show .services-list li {
        width: 50%;
    }

    .index-new {
        margin-top: 0px;
        background: none;
    }

    .container2 {
        width: 100%;
    }

    .information {
        padding-bottom: 0px;
    }

    .index-new .alltip {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section-title h4 {
        font-size: 20px;
        padding: 10px;
    }

    .we-box li:hover .m-cont {
        transform: translateY(0px);
    }

    .section-title {
        padding: 0px;
    }

    .Learnhome {
        padding-top: 0px;
        width: 100%;
    }

    .homelist {
        padding: 0px;
    }

    .home-des {
        margin: 10px auto 10px;
        width: 90%;
        display: none;
    }

    .we-box li .m-icon {
        display: none;
    }

    .we-box li {
        width: 45%;
        margin-left: 3.3%;
        height: auto;
        margin-right: 0px;
        float: initial;
        border: 1px solid #e5e5e5;
    }

    .we-box a {
        padding: 0px;
    }

    .about_main {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about_main .title {
        font-size: 22px;
        padding: 5px 0px;
    }

    .about_main .content {
        display: block;
        margin-top: 20px;
    }

    .about_main .content1 {
        width: 100%;
        margin: 0 auto;
    }

    .content_img img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .content_img {
        width: auto;
    }

    .contact-title .m-tit {
        font-size: 22px;
        padding-top: 20px;
    }

    .culture-box {
        margin: 0px;
    }

    .culture-box {
        width: 100%;
    }

    .culture-item {
        width: 94%;
        float: initial;
        margin: 15px 3%;
    }

    .culture-item .m-cont {
        font-size: 16px;
        height: 56px;
        line-height: 56px;
        padding: 0px 5px;
    }

    .process .title {
        padding-top: 30px;
        font-size: 22px;
    }

    .more_detailrmation {
        display: none;
    }

    .information_typeWrap {
        width: 100%;
        justify-content: initial;
        margin-top: 50px;
    }

    .information_type {
        width: 45%;
        margin-left: 3.3%;
    }

    .information_conimg img {
        height: auto;
    }

    .conimg_mask {
        height: 40px;
        line-height: 40px;
        padding: 0px 5px;
    }

    .we-box .m-des {
        display: block;
        height: 120px;
        padding: 0px;
        display: -webkit-box;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }

    .homelist-dot {
        display: none;
    }

    .we-box .m-tit {
        font-size: 16px;
        padding-top: 10px;
    }

    .sec-culture {
        padding-bottom: 10px;
    }

    .partner .develop_list ul {
        margin-top: 0px;
    }

    .container {
        width: 100% !important;
    }

    .new_title {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .news-item .m-tit {
        color: #333;
        margin-left: 3px;
        word-break: break-all;
        font-size: 16px;
        max-height: 90px;
        margin-top: -16px;
        white-space: inherit;
    }

    .news-item .m-des {
        display: none;
    }

    .news-item .m-more {
        text-align: center;
        display: none;
    }

    .news-item {
        padding: 10px 0px 10px 3.3%;
    }

    .news-item .m-pic {
        border: 1px solid #efefef;
        height: 110px;
        width: 150px;
        flex: unset;
    }

    .news-list {
        display: flex;
        flex-wrap: wrap;
    }

    .news-item .m-cont {
        margin-left: 10px;
        margin-right: 10px;
        height: 104px;
    }

    .new_info_left .new_item1 {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .new_info_left .new_item1 span {
        height: 25px;
        width: 3px;
        margin-right: 10px;
    }

    .new_detail {
        margin-top: 15px;
    }

    .new_info_left {
        width: 100%;
    }

    .content {
        padding: 0px 20px;
    }

    .new_content .content p {
        margin: 10px auto;
    }

    .new_content .info {
        padding: 10px 20px;
    }

    .new_content .content p {
        text-indent: 0px;
    }

    .new_content .content p img {
        width: 100%;
    }

    .router {
        padding: 0px 20px;
    }

    .new_content .title {
        font-size: 18px;
        margin-top: 15px;
    }

    .homelist ul {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: initial;
    }

    .we-box .m-hr {
        margin: 5px auto 5px auto;
    }

    .process {
        display: none;
    }
}

.ecv2_right_tools {
    position: fixed;
    right: 30px;
    bottom: 210px;
    width: 76px;
    box-sizing: border-box;
    min-height: 220px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    z-index: 50;
}

.ecv2_right_tools a {
    display: block;
    padding: 0 8px 12px;
    color: #999999;
    font-size: 12px;
    position: relative;
    text-align: center;
    padding-top: 12px;
}

.ecv2_right_tools a i {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 28px;
    margin-bottom: 4px;
}

.ecv2_right_tools a:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    top: 0;
    left: 50%;
    margin-left: -30px;
    background-color: #e6e6e6;
}

.ecv2_right_tools #home_tel:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 0px;
    top: 0;
    left: 50%;
    margin-left: -30px;
    background-color: #e6e6e6;
}

.ecv2_right_tools li:first-child a:before {
    display: none;
}

.ecv2_right_tools a:hover {
    color: #1e90f8;
}

.ecv2_right_tools a i.ecv2_right_i1 {
    background: url(../images/left_zixun_n.png) no-repeat center center;
    background-size: contain;
}

.ecv2_right_tools a:hover i.ecv2_right_i1 {
    background: url(../images/h_left_zixun.png) no-repeat center center;
    background-size: contain;
}

.ecv2_right_tools a i.ecv2_right_i2 {
    background: url(../images/left_wechat.png) no-repeat center center;
    background-size: contain;
}

.ecv2_right_tools a:hover i.ecv2_right_i2 {
    background: url(../images/h_left_wechat.png) no-repeat center center;
    background-size: contain;
}

.ecv2_right_tools a i.ecv2_right_i3 {
    background: url(../images/left_phone.png) no-repeat center center;
    background-size: contain;
}

.ecv2_right_tools a:hover i.ecv2_right_i3 {
    background: url(../images/h_left_phone.png) no-repeat center center;
    background-size: contain;
}

.ecv2_right_tools a i.ecv2_right_i6 {
    background: url(../images/left_back.png) no-repeat center center;
    background-size: contain;
}

.ecv2_right_tools a:hover i.ecv2_right_i6 {
    background: url(../images/h_left_back.png) no-repeat center center;
    background-size: contain;
}

.ecv2_right_tools .bgs1 {
    color: #1e90f8;
    display: block;
    height: 44px;
    overflow: hidden;
    line-height: 29px;
    font-size: 16px;
}

.ecv2_right_code_hide {
    display: none;
    position: absolute;
    left: -202px;
    top: 0;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px 16px 10px;
    border: solid 1px #e5e5e5;
    color: #666666;
    padding: 1vw !important;
    transition: all .5s ease;
}

.ecv2_right_code_hide img {
    width: 140px;
    height: 140px;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    border: solid 1px #e5e5e5;
}

.ecv2_right_tools a:hover .ecv2_right_code_hide {
    display: block;
}

@media (max-width:480px) {
    .ecv2_right_tools {
        display: none;
    }
}

.news_li1:hover {
    background-color: #f5f5f6;
    color: #ff6a00;
}

.news_li1 {
    font-size: 16px;
    color: #999999;
    font-family: pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
    padding: 0 20px;
    width: 100%;
}

.news_datano {
    color: #999999;
    width: 100%;
}

.information_type a:hover .conimg_mask {
    background-color: rgba(111, 186, 44, 0.70);
}

.information_type a:hover img {
    opacity: 1;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.weixin1 {
    position: fixed;
    bottom: 284px;
    right: 110px;
    width: 160px;
    height: 168px;
    color: #999999;
    z-index: 999;
    display: none;
    border: 1px solid #e2e2e2;
    text-align: center;
    padding: 15px 0px 0px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
}

#right_i1:hover #wx_code_img {
    display: block;
}

@media screen and (min-width:960px) {
    #no_leftborder {
        border-left: none;
    }

    #no_rightborder {
        border-right: none;
    }

    .mi {
        display: none;
    }

    .mobile_foot_line {
        display: none;
    }
}

.shuzi {
    background: url(../images/bottom.jpg) no-repeat;
    height: 300px;
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: -8px;
}

.mt-number-animate {
    font-weight: 300;
    line-height: 64px;
    height: 64px;
    font-size: 64px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.shuzi .text1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFFFFF;
    width: 80%;
}

.shuzi .text1 li:first-child {
    border-left: none;
}

.shuzi .text1 li {
    height: 125px;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    float: left;
    display: inline-block;
    padding: 0 0;
    width: 25%;
}

.shuzi .text1 li .num {
    position: relative;
    display: inline-block;
}

.shuzi .text1 li .tig {
    font-size: 25px;
    position: absolute;
    top: 30px;
    right: -22px;
}

.shuzi .text1 li .p {
    font-size: 24px;
    margin-top: 16px;
    font-weight: 300;
}

.mt-number-animate .mt-number-animate-dom {
    text-align: center;
    float: left;
    position: relative;
    width: 38px;
    top: 0;
}

@media screen and (max-width:768px) {
    .shuzi {
        height: 270px;
    }

    .shuzi .text1 li {
        width: 50%;
        height: 100px;
    }

    .shuzi .text1 li {
        border: none;
        box-sizing: border-box;
    }

    .shuzi .text1 li:first-child {
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }

    .shuzi .text1 li:nth-child(2) {
        border-bottom: 1px solid #ffffff;
    }

    .shuzi .text1 li:nth-child(3) {
        border-right: 1px solid #ffffff;
    }

    .shuzi .text1 li .num {
        height: 65px;
    }

    .shuzi .text1 li .tig {
        top: 24px;
        right: -16px;
    }

    .shuzi .text1 li .p {
        margin-top: 0px;
    }

    .mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
        font-size: 32px;
    }

    .shuzi .text1 li .p,
    .shuzi .text li .tig {
        font-size: 16px;
    }

    .mt-number-animate .mt-number-animate-dom {
        width: 20px;
    }
}