﻿

.container, .container-middle, .wrap {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .wrap, .container, .container-middle {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .wrap, .container, .container-middle {
        width: 970px;
    }
}

@media (min-width: 1260px) {
    .wrap, .container, .container-middle {
        width: 1230px;
    }
}

@media (min-width: 1460px) {
    .container-middle, .container {
        width: 1430px;
    }
}

@media (min-width: 1920px) {
    .container-middle {
        width: 1730px;
    }
}



/*==================================home-banner==============================*/
.home-banner {
}

.pc-banner {
    position: relative;
}

.banner-slide {
    display: block;
    position: relative;
}

    .banner-slide img {
        width: 100%;
    }

.pc-banner .swiper-container {
    overflow-x: hidden;
    overflow-y: visible;
}

.pc-banner .swiper-pagination {
    width: 100%;
   /* right: 115px;
    top: 50%;*/
    /*transform: translateX(-50%);*/
    margin-top: -35px;
    text-align: center;margin-top:-50px;
}

.pc-banner .swiper-pagination-bullet {
    
    width: 12px;
    height: 12px;
    font-family: "DIN-Medium";
    opacity: 1;
    background: #fff;
    margin: auto;margin-left:8px;
}

.pc-banner .swiper-pagination-bullet-active {
    background-color: #02469b;
}

.pc-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #02469b;
}

.newsinfo-two.team .swiper-button-prev, .newsinfo-two.team .swiper-button-next, .pc-banner .swiper-button-prev, .pc-banner .swiper-button-next {
    top: auto;
    bottom: 100px;
    width: 32px;
    height: 25px;
    background: url(../image/banner-left_03.png)no-repeat center;
    background-size: 100% 100% !important;
    transition: ease .5s;
    opacity: 1;
}
.newsinfo-two.team .swiper-button-prev, .newsinfo-two.team .swiper-button-next{  height: 40px; width: 40px;  background: url(../image/zuo.png)no-repeat center;}
.newsinfo-two.team .swiper-button-prev, .newsinfo-two.team .swiper-button-next{right:auto;top:50%;}
.banner-font {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    z-index: 4;
}
/* .banner-text .container-middle{height: 100%;position: relative;} */
.pc-banner .button {
    right: 0;
}

.swiper-button-prev, .pc-banner .swiper-button-prev {
    left: auto;
    right: 210px;
}

.newsinfo-two.team .swiper-button-next, .pc-banner .swiper-button-next {
    right: 0px;
    transform: rotate(180deg);
}

    .pc-banner .swiper-button-prev:hover, .pc-banner .swiper-button-next:hover {
        background-image: url(../image/banner-left1_03.png);
    }

.banner-cont {
    filter: alpha(opacity=0);
}

    .banner-cont h3 {
        font-size: 52px;
        line-height: 60px;
        color: #fff;
        font-weight: bold;
        letter-spacing: 2px;
        margin-bottom: 20px;
        transform: translateY(20px);
        opacity: 0;
        transition: all .5s .8s;
    }

    .banner-cont h4 {
        font-size: 36px;
        line-height: 40px;
        color: rgba(255,255,255,0.4);
        font-family: "avantgardeitcbybt-demi";
        transform: translateY(20px);
        opacity: 0;
        transition: all .5s .9s;
    }

.banner-hr {
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,0.8);
    margin: 15px 0 0;
}

.banner-cont p {
    font-size: 30px;
    line-height: 36px;
    color: #222;
    letter-spacing: 22px;
    display: inline-block;
    border-bottom: 2px solid rgba(0,0,0,0.8);
    padding: 5px;
}

.banner-pull {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 60px;
    cursor: pointer;
    z-index: 5;
    transition: ease .5s;display:none;
}

    .banner-pull::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 35px;
        background: rgba(255,255,255,.55);
        bottom: 0;
        left: 50%;
    }

.home-banner .swiper-slide-active .banner-cont h4, .home-banner .swiper-slide-active .banner-cont h3, .home-banner .swiper-slide-active .banner-more {
}

.home-banner.app {
    display: none;
}

    .home-banner.app img {
        width: 100%;
    }

.home-appbanner {
    width: 100%;
    display: none;
}

.banner-more {
    display: block;
    width: 76px;
    height: 76px;
    overflow: hidden;
    cursor: pointer;
    background: #02469b;
    border-radius: 50%;
    transition: all .5s 1.1s;
    margin-top: 40px;
    transform: translateY(20px);
    opacity: 0;
}

    .banner-more span {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

        .banner-more span::before, .banner-more span::after {
            position: absolute;
            content: "";
            background: #fff;
            top: 50%;
            left: 50%;
        }

        .banner-more span::before {
            width: 26px;
            height: 1px;
            margin-left: -13px;
        }

        .banner-more span::after {
            width: 1px;
            height: 26px;
            margin-top: -13px;
        }

.home-banner .swiper-slide-active .banner-cont h3, .home-banner .swiper-slide-active .banner-cont h4, .home-banner .swiper-slide-active .banner-more {
    transform: translateY(0);
    opacity: 1;
}
/* .banner-more span::before{position: absolute;content: "";width: 14px;height: 12px;background: url(../imagess/banner-more.png)no-repeat center right;right: -14px;top: 50%;margin-top: -7px;} */
.home-banner:hover .banner-more {
    transform: translateX(60px) rotate(180deg);
}

.banner-img {
    width: 100%;
}

.appbanner-img {
    width: 100%;
    display: none;
}

.banner-bullet {
    position: relative;
}

@-webkit-keyframes byline2 {
    from {
        width: 0;
    }

    to {
        width: 60px;
    }
}

@keyframes byline2 {
    from {
        width: 0px;
    }

    to {
        width: 60px;
    }
}

.home-banner .swiper-slide-active .animat-line > span {
    -webkit-animation: byline2 5s linear 0s;
    animation: byline2 5s linear 0s;
}

@keyframes myfirst {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes myfirst {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* css3 keyframes - animation 4 */
@-webkit-keyframes anim4 {
    from {
        -webkit-transform: rotateZ(0deg);
    }

    50% {
        -webkit-transform: rotateZ(180deg);
    }

    to {
        -webkit-transform: rotateZ(360deg);
    }
}

@-moz-keyframes anim4 {
    from {
        -moz-transform: rotateZ(0deg);
    }

    50% {
        -moz-transform: rotateZ(180deg);
    }

    to {
        -moz-transform: rotateZ(360deg);
    }
}

@-ms-keyframes anim4 {
    from {
        -ms-transform: rotateZ(0deg);
    }

    50% {
        -ms-transform: rotateZ(180deg);
    }

    to {
        -ms-transform: rotateZ(360deg);
    }
}

@-o-keyframes anim4 {
    from {
        -o-transform: rotateZ(0deg);
    }

    50% {
        -o-transform: rotateZ(180deg);
    }

    to {
        -o-transform: rotateZ(360deg);
    }
}

@keyframes anim4 {
    from {
        transform: rotateZ(0deg);
    }

    50% {
        transform: rotateZ(180deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}
/*home-banner -end*/

.home-top {
}

.home-tit {
    float: left;
    max-width: 70%;
}

.home-title {
    font-size: 42px;
    line-height: 60px;
    color: #000;
    margin-bottom: 20px;
}

.home-des {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.home-more {
    display: block;
    float: right;
    font-size: 24px;
    line-height: 30px;
    color: #333;
    font-family: "DIN-BOLD";
    border-bottom: 2px solid #373737;
    padding-bottom: 10px;
    position: relative;
    width: 192px;
    transition: ease .5s;
    margin-top: 60px;
}

    .home-more::before {
        position: absolute;
        content: "";
        width: 9px;
        height: 16px;
        background: url(../image/homemo.png)no-repeat center;
        transition: ease .9s;
        right: 0;
        top: 50%;
        margin-top: -8px;
    }

    .home-more::after {
    }
    /* .home-more:hover{border-width: 5px;padding-bottom: 6px;} */
    .home-more:hover::before {
        right: 20px;
    }

.home-padd {
    padding: 70px 0;
}
.proinfo .home-padd {
    padding:  30px 0;
}

/* home-product */
.home-product {
    background: #f2f2f2;
}

.homepro-con {
    margin-top: 30px;
}

    .homepro-con img {
        transition: ease 2.2s;
        width: 100%;
    }

    .homepro-con a {
        display: block;
        overflow: hidden;
        position: relative;
    }

.homepro-left {
    float: left;
    width: 32.58%;
}

.homepro-txt {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    padding: 0 50px;
}

    .homepro-txt h3 {
        font-size: 36px;
        line-height: 40px;
        color: #fff;
        font-family: "avantgardeitcbybt-demi";
        letter-spacing: 2px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .homepro-txt h4 {
        font-size: 24px;
        line-height: 30px;
        color: #fff;
        margin-top: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .homepro-txt p {
        font-size: 16px;
        line-height: 24px;
        color: #fefefe;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: 70px;
        height: 48px;
    }
.non {
    display: none;
    position: absolute;
    width: 100%;
    bottom: -100%;
    height: 100%;
    
    left: 0;
    transition: all ease .5s;
    padding: 10px;   
}
.wqphoverText h4{color:#ffffff; font-size:22px;    margin-bottom: 15px;
    margin-top: 35px; text-align: left;margin-left: 20px;}
.wqphoverText p {
    color: #ffffff;
    font-size: 18px;text-align: left;margin-bottom: 20px;margin-left: 20px;
}

.wqphoverText .indexproleft{width:45%;float: left;}
.wqphoverText .indexproright{width:50% ;float: right;}
.wqphoverText .indexproleft h4{font-size: 20px !important;margin-top: 20px !important; float: none !important;width: 100% !important;}
.wqphoverText .indexproleft p{font-size: 16px !important ;margin-bottom: 0px !important; float: none !important;width: 100% !important;}
.wqphoverText .indexproright img{float: none !important; width: 100% !important;}
.homepro-con a:hover .non {
    bottom: 0;
    display: block;background: url(../image/101.png) repeat;
}

.homepro-cent {
    float: left;
    width: 34.84%;
}

.homepro-right {
    float: left;
    width: 32.58%;
}

.homepro-cent ul {
    margin: -20px 0;
}

.homepro-cent li {
    padding: 0 20px;
    margin: 20px 0;
}
/* home-product -end*/
/* home-solution */
.home-solution {
}

.home-solution-con {
    margin-top: 30px;
}

.homesolu-left {
    float: left;
    width: 32.7%;
}

.homesolu-right {
    float: right;
    width: 67.3%;
    padding-left: 20px;
}

.homesolu-left a {
    display: block;
    position: relative;
    overflow: hidden;
}

    .homesolu-left a::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        left: 0%;
        top: 0;
        z-index: 1;
        transition: ease-in-out .5s;
        opacity: 0;
        transform: translateX(-100%);
    }

    .homesolu-left a:hover::before {
        opacity: 1;
        transform: translateX(0);
    }

    .homesolu-left a:hover .homesolu-img img {
        transform: scale(1.04);
    }

.homesolu-ul {
    margin: -10px;
}

    .homesolu-ul li {
        float: left;
        width: 50%;
        padding: 0 10px;
        margin: 10px 0;
    }

        .homesolu-ul li a {
            display: block;
            position: relative;
            overflow: hidden;
        }

            .homesolu-ul li a::before {
                position: absolute;
                content: "";
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,0.4);
                left: 0%;
                top: 0;
                z-index: 1;
                transition: ease-in-out .5s;
                opacity: 0;
            }

        .homesolu-ul li:nth-child(1) a::before, .homesolu-ul li:nth-child(2) a::before {
            transform: translateY(-100%);
        }

        .homesolu-ul li:nth-child(1) a:hover::before, .homesolu-ul li:nth-child(2) a:hover::before {
            transform: translateY(0%);
            opacity: 1;
        }

        .homesolu-ul li:nth-child(3) a::before, .homesolu-ul li:nth-child(4) a::before {
            transform: translateY(100%);
        }

        .homesolu-ul li:nth-child(3) a:hover::before, .homesolu-ul li:nth-child(4) a:hover::before {
            transform: translateY(0%);
            opacity: 1;
        }

.homesolu-img {
    position: relative;
    overflow: hidden;
}

.homesolu-left .homesolu-img {
    height: auto;
}

.homesolu-img img {
    width: 100%;
    transition: ease .5s;
}

.homesolu-ul li:hover .homesolu-img img {
    transform: scale(1.04);
}

.homesolu-txt {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    padding: 0px 40px;
    z-index: 2;
}

    .homesolu-txt.homesoluleft-txt {
        bottom: 30px;
        padding: 30px;
        top: auto;
        height: auto;
    }

.homesolu-icon {
    width: 54px;
    height: 54px;
    overflow: hidden;
    margin: 0 auto 30px;
}

    .homesolu-icon img {
        width: 100%;
    }

.homesolu-txt h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.homesolu-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #fefefe;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 72px;
}

/* home-solution -end */
/* home-about */
.home-about {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding-bottom: 110px;
}

    .home-about .home-title {
        color: #fff;
        margin-bottom: 0;
    }

    .home-about .home-more {
        color: #fff;
        border-color: #fff;
        margin-top: 20px;
    }

        .home-about .home-more::before {
            background-image: url(../image/homemo1.png);
        }

.home-about-con {
    width: 53%;
}

.homeabt-txt {
    margin-top: 80px;
}

    .homeabt-txt h3 {
        font-size: 24px;
        line-height: 36px;
        color: #fff;
        margin-bottom: 20px;
    }

    .homeabt-txt p {
        font-size: 16px;
        line-height: 24px;
        color: rgba(255,255,255,0.7);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.homeabt-ul {
    margin-top: 120px;
}

    .homeabt-ul li {
        float: left;
        width: 25%;
    }

        .homeabt-ul li h3 {
            font-size: 46px;
            line-height: 60px;
            color: #fff;
            font-family: "avantgardeitcbybt-demi";
            margin-bottom: 10px;
        }

            .homeabt-ul li h3 span {
                display: inline-block;
            }

        .homeabt-ul li p {
            font-size: 18px;
            line-height: 30px;
            color: #fff;
        }

.homeabt-bot {
    background: #f6f6f6;
    padding: 60px 0;
}

.homeabt-bot-swiper {
    position: relative;
    padding: 0 100px;
}

.homeabt-slide {
    overflow: hidden;
}

    .homeabt-slide img {
        width: 100%;
        transition: ease .5s;
    }

    .homeabt-slide:hover img {
        transform: scale(1.04);
    }

.homeabt-bot-swiper .swiper-pagination {
    display: none;
}

.homeabt-bot-swiper .swiper-button-next, .homeabt-bot-swiper .swiper-button-prev {
    width: 32px;
    height: 25px;
    background: url(../image/banner-lefta_03.png)no-repeat center;
    background-size: 100% 100% !important;
    transition: ease .5s;
    opacity: 1;
}

    .homeabt-bot-swiper .swiper-button-next:hover, .homeabt-bot-swiper .swiper-button-prev:hover {
        background-image: url(../image/banner-left1a_03.png);
    }

.homeabt-bot-swiper .swiper-button-next {
    transform: rotate(180deg);
}


/* home-about -end */
/* home-new */
.home-new {
}

.homenew-menu {
    float: right;
    padding-top: 20px;
}

    .homenew-menu a {
        display: inline-block;
        font-size: 24px;
        line-height: 30px;
        color: #333;
        transition: ease .5s;
        position: relative;
        padding-left: 65px;
        margin-left: 30px;
    }

        .homenew-menu a::before {
            position: absolute;
            content: "";
            width: 0px;
            height: 3px;
            background: #1C327E;
            left: 0;
            top: 50%;
            transition: ease .5s;
        }

        .homenew-menu a.on::before {
            width: 29px;
        }

        .homenew-menu a.on {
            color: #1c327e;
        }

.home-new-con {
    margin-top: 30px;
}

.home-new-con1 {
    display: none;
}

    .home-new-con1.on {
        display: block;
    }

.homenew-left {
    float: left;
    width: 40%;
}

    .homenew-left a {
        display: block;
        background: #f8f8f8;
    }

.homenew-right {
    float: right;
    width: 100%;
    padding-left: 0px;
}

.homenew-img {
    overflow: hidden;
}

    .homenew-img img {
        width: 100%;
        transition: ease .5s;
    }

.homenew-left a:hover .homenew-img img {
    transform: scale(1.04);
}

.homenew-ul li:hover .homenew-img img {
    transform: scale(1.04);
}

.homenew-ul {
    margin: 0 -12px;
}

    .homenew-ul li {
        float: left;
        width: 33.3%;
        padding: 0 12px;
    }

        .homenew-ul li a {
            display: block;
            background: #f8f8f8;
        }

.homenew-txt {
    padding: 40px 28px 35px;
}

.homenew-txt-top {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
}

.homenew-time {
    float: left;
    width: 28%;
}

    .homenew-time i {
        font-style: normal;
        display: block;
        font-size: 14px;
        line-height: 30px;
        color: rgba(51,51,51,0.5);
        font-family: "DIN-Medium";
        transition: ease .5s;
    }

    .homenew-time span {
        display: block;
        font-size: 36px;
        line-height: 40px;
        color: #333;
        font-family: "DIN-BOLD";
        transition: ease .5s;
        margin-bottom: 20px;
    }

.homenew-item {
    float: right;
    width: 72%;
}

    .homenew-item h3 {
        font-size: 24px;
        line-height: 30px;
        color: #333;
        margin-bottom: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .homenew-item p {
        font-size: 16px;
        line-height: 32px;
        color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;height: 64px;
    }

.homenew-left a:hover .homenew-tit span, .homenew-ul li:hover .homenew-tit span {
    right: 0;
}

.homenew-left a:hover .homenew-time i, .homenew-left a:hover .homenew-time span, .homenew-left a:hover .homenew-tit h3 {
    color: #02469b;
}

.homenew-ul li:hover .homenew-time i, .homenew-ul li:hover .homenew-time span, .homenew-ul li:hover .homenew-tit h3 {
    color: #02469b;
}

.homenew-left .homenew-time {
    width: 21%;
}

.homenew-left .homenew-item {
    width: 79%;
}

.home-new-con .home-more {
    width: 100%;
    border: none;
    margin-top: 35px;
    float: none;
    padding-bottom: 0;
}

    .home-new-con .home-more::before {
        background-image: url(../image/homemo1a.png);
    }

    .home-new-con .home-more:hover::before {
        right: 0;
    }

.homenew-ul li:hover .home-more::before, .homenew-left a:hover .home-more::before {
    right: 20px;
}
/* home-new-end */
/* ==================== 下拉 ====================== */
.navitem {
    position: relative;
}

.xia-menu {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    left: -200%;
    display: none;
    width: 650px;
    position: absolute;
    top: 100%;
    background-color: #fff;
    padding: 50px;
    border-top: 1px solid #eeeeee;
}

.navitem:hover .xia-menu {
    display: block;
}

.navitem1-left {
    float: right;
    width: 63.6%;
}

    .navitem1-left img {
        width: 100%;
    }

.navitem1-right {
    float: left;
    width: 36.4%;
    padding-right: 30px;
}

    .navitem1-right a {
        display: block;
        overflow: hidden;
        background: #fff;
        padding: 14px 0 15px;
        width: auto;
        font-size: 16px;
        line-height: 30px;
        height: auto;
        color: #333;
        transition: ease .5s;
        border-bottom: 1px solid #f5f5f5;
        position: relative;
    }

        .navitem1-right a:first-child {
            padding-top: 0;
        }

        .navitem1-right a:last-child {
            border-color: transparent;
        }

        .navitem1-right a::before {
            position: absolute;
            content: "";
            width: 0px;
            height: 1px;
            background: #02469b;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            transition: ease .5s;
            margin-top: -1px;
        }

        .navitem1-right a:hover::before {
            width: 100%;
        }

        .navitem1-right a:hover {
            color: #02469b;
            border-color: transparent;
        }

        .navitem1-right a span {
            display: block;
            float: right;
            opacity: 0;
            transition: ease .5s;
            color: #02469b;
            font-weight: bold;
        }

        .navitem1-right a:hover span {
            opacity: 1;
        }
/*footer*/
.footer {
}

.bottom1 {
    background: #111;
    padding: 100px 0 80px;
}

.bottom2 {
    background: #000;
    padding: 26px 0 25px;
}

.bottom-lx {
    float: right;
    max-width: 30.5%;
}

.bottomlx-txt {
    border-left: 1px solid rgba(255,255,255,.2);
    padding-left: 55px;
}

    .bottomlx-txt li.bottomlx-email {
        margin-bottom: 30px;
    }

    .bottomlx-txt li {
        font-size: 14px;
        line-height: 36px;
        color: rgba(255,255,255,0.7);
        position: relative;
        padding-left: 60px;
    }

        .bottomlx-txt li::before {
            position: absolute;
            content: "";
            width: 30px;
            height: 30px;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            background-position: center;
            border-radius: 50%;
            left: 0;
            top: 2px;
        }

        .bottomlx-txt li.bottomlx-phone::before {
            background-image: url(../image/bottom-ph.png);
        }

        .bottomlx-txt li.bottomlx-email::before {
            background-image: url(../image/bottom-em.png);
        }

        .bottomlx-txt li.bottomlx-addre::before {
            background-image: url(../image/bottom-adr.png);
        }

        .bottomlx-txt li span {
            display: inline-block;
            margin-right: 50px;
        }

.bottom-lx h3 {
    font-size: 48px;
    color: #333;
    line-height: 50px;
}

.bottom-ewm {
    text-align: center;
    float: left;
    margin: 0 100px;
}

    .bottom-ewm img {
        display: inline-block;
        max-width: 100%;
    }

    .bottom-ewm p {
        font-size: 14px;
        line-height: 36px;
        color: #fff;
    }

/* .bottom-lx ul{float: right;} */
.bottom-ul {
    float: left;
}

    .bottom-ul ul {
        float: left;
        margin-left: 120px;
    }

        .bottom-ul ul:first-child {
            margin-left: 0;
        }

        .bottom-ul ul li {
        }

            .bottom-ul ul li a {
                display: block;
                font-size: 14px;
                line-height: 36px;
                color: rgba(255,255,255,0.5);
                transition: .5s;
            }

            .bottom-ul ul li:first-child {
                border-bottom: 1px solid rgba(255,255,255,0.11);
                padding-bottom: 10px;
                margin-bottom: 10px;
            }

                .bottom-ul ul li:first-child a {
                    font-size: 18px;
                    line-height: 36px;
                    color: #fff;
                }

            .bottom-ul ul li a:hover {
                color: #fff;
            }

.bottom2 a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: rgba(255,255,255,0.5);
    transition: .5s;
    position: relative;
}

    .bottom2 a::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 15px;
        right: 0px;
        top: 7px;
    }

    .bottom2 a.link-ctm::after {
        display: none;
    }

    .bottom2 a.link-ctm {
        padding-right: 0;
    }

    .bottom2 a:hover {
        color: #fff;
    }

.bottom2 .left {
    float: left;
    padding: 2px 0;
}

.bottom2 .right {
    float: right;
}

.bottom2 .left p {
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: rgba(255,255,255,0.5);
}

.bottom2 .right a {
    float: left;
    padding: 0 40px;
}

.bottom2-img {
    display: inline-block;
    float: right;
}

.bott-share a {
    display: inline-block !important;
    background: none !important;
    font-size: 20px !important;
    width: 34px !important;
    height: 34px !important;
    line-height: 34px !important;
    text-align: center;
    border-radius: 50% !important;
    border: 1px solid #999 !important;
    color: #999 !important;
    transition: ease .5s !important;
    padding-left: 0 !important;
    text-decoration: none !important;
    margin-right: 0 !important;
}

    .bott-share a:hover {
        color: #fff !important;
        background: #ff9b2d !important;
        border-color: #ff9b2d !important;
        opacity: 1 !important;
    }

    .bott-share a::after {
        display: none !important;
    }
/*footer -end*/

/* ===kf==== */
.kf {
    transition: .8s;
    z-index: 999999;
    background-color: transparent;
    position: fixed;
    top: 50%;
    right: 0;
    width: 50px;
    border-radius: 5px;
}

    .kf span {
        z-index: 1000001;
        transition: .5s;
        cursor: pointer;
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 5px 0 0 5px;
        margin-bottom: 3px;
    }

        .kf span:hover {
            background-color: #02469b;
        }

    .kf .zx {
        background-position: 0 0;
        background: #a7afb9 url(http://www.tigstor.com/PC/imagess/kefu-zx.png)no-repeat center top 12px;
    }

    .kf .back_top {
        border: none;
        background: #a7afb9 url(../image/kf-top.png)no-repeat center top 13px;
    }

    .kf span a {
        transition: .5s;
        display: block;
        color: #fff;
        line-height: 24px;
        font-size: 14px;
        text-align: center;
        padding-top: 22px;
    }

.kfimgr {
    position: absolute;
    bottom: 23px;
    right: -9px;
}

.kf span div i {
    display: block;
    position: absolute;
    width: 15px;
    height: 200px;
    right: -15px;
    top: 0;
}

.kf .freetel {
    background: #a7afb9 url(../image/kefu_qq.png)no-repeat center;
}

.kf .zxlya {
    background: #a7afb9 url(../image/kf-wx_03.png)no-repeat center;
}

.kf span:nth-child(4) div {
    white-space: nowrap;
}

.kf a {
    display: block;
    height: 68px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.nav_center div, .index_nav_center div, .shou, .zhan {
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.kf .zxlya .erweima {
    display: none;
    right: 62px;
    position: absolute;
    top: -72px;
    background: #fff;
    padding: 5px;
    text-align: center;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.kf .zxzx {
    display: none;
    right: 86px;
    position: absolute;
    top: 6px;
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 110px;
    font-size: 14px;
    color: #333;
}

.kfimgr {
    position: absolute;
    bottom: 23px;
    right: -9px;
}

.kf-ly {
    background: #a7afb9 url(../image/kf-ly_03.png)no-repeat center;
}
/* .shou{    z-index: 1000000;cursor: pointer;   width: 70px;   height: 70px; top: 104%;  margin-top: -15px; border-radius: 5px 0 0 5px;  right: -9px; background:#b5b5b5; border-radius: 5px;cursor: pointer; position: absolute;font-size: 14px;line-height: 24px;color: #fff;transition: ease .5s;text-align: center;padding: 22px 0;} */
.shou {
    z-index: 1000000;
    cursor: pointer;
    width: 30px;
    height: 40px;
    top: 47%;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
    right: 62px;
    background: transparent url(http://www.tigstor.com/PC/imagess/zk1.png)no-repeat center left;
    position: absolute;
    box-shadow: none;
}

    .shou:hover {
        background: transparent url(http://www.tigstor.com/PC/imagess/zk.png)no-repeat center left;
    }

.kf-phone {
    background: #a7afb9 url(../image/kf-phone1.png)no-repeat center;
}

.kf-phone1, .zxwb {
    display: none;
    font-size: 15px;
    color: #333;
    background-color: #fff;
    position: absolute;
    right: 60px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    padding: 10px 12px;
    background: #fff;
    border-radius: 5px;
    white-space: nowrap;
}

    .kf-phone1 .kfimgr, .zxwb .kfimgr {
        bottom: 10px;
    }

.kf-shqi {
    width: 100%;
    height: 40px;
}

    .kf-shqi .m-icon {
        display: block;
        margin: 0 auto;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #a7afb9 url(../image/kf-close.png) no-repeat center;
        background-size: 15px;
        cursor: pointer;
        transform: rotate(45deg);
        transition: all 0.3s;
    }

        .kf-shqi .m-icon:hover {
            background-color: #02469b;
        }

.kf.show .m-icon {
    transform: rotate(0);
}


/* app-kf */
.kffixed {
    position: fixed;
    bottom: 0;
    /* left: 16%; */
    z-index: 2000;
    width: 100%;
    height: 49px;
    overflow: hidden;
    display: none;
}

.kufuul {
    text-align: center;
    padding: 2px 0;
    width: 100%;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
}

.kefu {
    padding: 0;
}

    .kefu li {
        float: left;
        height: 45px;
        text-align: center;
        color: #fff;
        line-height: 45px;
        color: #fff;
        transition: all .4s;
    }

.kfzx-tigg {
    width: 49.5%;
    height: 45px;
    display: block;
    float: left;
    line-height: 45px;
    opacity: 1;
    transition: 1s opacity;
}

.kfzx-enter {
    opacity: 0
}

.kf-zx {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background: rgba(14, 35, 162,0.9);
}

    .kf-zx img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.teldb {
    width: 49.5%;
    background: rgba(0,0,0,0.6);
    /*background: url(/mobile/mobilectm/imagess/teldb.png) no-repeat center rgba(0,0,0,0.6);*/
    background-size: contain;
    margin: 0 1px;
    position: relative;
    /*background-size: 28px;*/
}

    .teldb img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .teldb a {
        color: white;
    }

/* ========== header-app  ========= */
.header-app.hny .navbar-app {
    background: #333;
}

.header-app {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 500;
    overflow: hidden;
    box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
    transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

    .header-app.open-menu {
        height: 100%;
        background: #fff;
        transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    }

.navbar-app {
    position: relative;
    background: #fff !important;
    height: 60px;
    text-align: center;
}

    .navbar-app .header-slogan {
        margin-top: 16px;
        position: relative;
        padding-left: 10px;
    }

        .navbar-app .header-slogan::before {
            position: absolute;
            content: "";
            width: 1px;
            height: 40px;
            background: #02469b;
            top: -5px;
            left: 0;
        }

.header-app .logo {
    float: left;
    height: 60px;
    vertical-align: middle;
    padding: 10px 15px;
}

    .header-app .logo img {
        height: 100%;
    }

.app-lanu {
    text-align: center;
    padding: 20px 0;
}

    .app-lanu a {
        display: inline-block;
        padding: 0 10px;
        line-height: 24px;
        color: #666;
    }

        .app-lanu a.active {
            color: white;
            background: #ff9b2d;
            border-radius: 30px;
        }

.app-sousuo {
    line-height: 22px;
    border-right: solid 1px #fff;
    padding-right: 0px;
    color: #000;
    float: right;
    font-size: 22px !important;
    margin-top: 19px;
}

.alert-search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 9999;
}

.alert-top {
    height: 60px;
    background: #111;
    padding: 0 15px;
}

    .alert-top .text {
        height: 30px;
        margin-top: 15px;
        background: none;
        border-bottom: solid 1px #fff;
        width: 80%;
        float: left;
        color: white;
    }

    .alert-top .search {
        margin-left: 10px;
        background: url(../image/search.png) no-repeat center;
        width: 20px;
        height: 20px;
        background-size: cover;
        float: left;
        margin-top: 25px;
    }

    .alert-top span {
        color: #fff;
        float: right;
        font-size: 20px !important;
        margin-top: 21px;
    }

.navapp-user {
    float: right;
    width: 60px;
    height: 60px;
    color: rgba(255, 255, 255, .82);
    line-height: 60px;
    font-size: 16px;
}

.navbar-togger {
    float: right;
    background: transparent;
    border: none;
    padding: 22px 15px;
    display: inline-block;
    visibility: visible;
    transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

    .navbar-togger .icon_bar {
        width: 24px;
        height: 2px;
        background-color: #000;
        opacity: 1;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .navbar-togger .icon_bar:nth-of-type(2) {
            margin: 5px 0;
        }

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
    opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
}

.nav-menu {
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 620;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
}

.header-app.open-menu .nav-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-list li {
    border-bottom: 1px solid #e5e5e5;
    opacity: 0;
    pointer-events: none;
}

    .nav-list li.open {
        border-bottom: none;
    }

.header-app.open-menu .nav-list li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.nav-list li:nth-child(1) {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
    transition: opacity .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s, transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s, -webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s, transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s, -webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}

.nav-list li:nth-child(2) {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s, transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s, -webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
    transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s, transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s, -webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;
}

.nav-list li:nth-child(3) {
    -webkit-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
    transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s, transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s, -webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
    transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s, transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s, -webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;
}

.nav-list li:nth-child(4) {
    -webkit-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
    transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s, transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s, -webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
    transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s, transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s, -webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;
}

.nav-list li:nth-child(5) {
    -webkit-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    transform: translateY(-28px);
    transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s, transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s, -webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
    transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s, transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s;
}

.nav-list li:nth-child(6) {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s, transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s, -webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
    transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s, transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s, -webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;
}

.nav-list li:nth-child(7) {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, -webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
    transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s, transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s, -webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s;
}

.nav-list li:nth-child(8) {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s, transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s, -webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
    transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s, transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s;
}

.cate-item {
    position: relative;
}

    .cate-item a {
        font-size: 16px;
        line-height: 48px;
        margin-right: 60px;
        display: block;
    }

.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
    color: #02469b;
}

.category-cont a:last-child {
    border: none;
}

.category-cont a.active {
    color: #ff9b2d;
}

.category-tig {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

    .category-tig::before,
    .category-tig::after {
        content: '';
        background: #888;
        position: absolute;
        top: 50%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .category-tig::before {
        width: 16px;
        height: 2px;
        right: 0;
        margin-top: -1px;
    }

    .category-tig::after {
        width: 2px;
        height: 16px;
        margin-top: -8px;
        right: 7px;
    }

.nav-list li.open .category-tig::after {
    opacity: 0;
}

.nav-list li.open .category-tig::before {
    background: #02469b;
}

.category-cont {
    display: none;
}

.nav-list li.open .category-cont {
    display: block;
    border: solid 1px #e5e5e5;
}

.category-pad {
    padding: 0 15px;
}

.category-cont a {
    line-height: 40px;
    border-bottom: 1px dashed #e5e5e5;
    display: block;
    font-size: 14px;
    color: #333;
}

.category-pad a.active {
    color: #2639ab;
}

.app-search {
    position: relative;
}

.app-search-text {
    width: 76%;
    height: 48px;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.app-search-btn {
    width: 48px;
    height: 48px;
    display: inline-block;
    background: transparent;
    vertical-align: middle;
    font-size: 16px;
    line-height: 48px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}


.btn1.close1, .btn2.close1, .btn3.close1, .btn4.close1 {
    bottom: 0;
    right: 0;
}

.btn1.open1 {
    bottom: 125px;
    right: 0;
}

.btn2.open1 {
    bottom: 100px;
    right: 55px;
}

.btn3.open1 {
    bottom: 58px;
    right: 98px;
}

.btn4.open1 {
    bottom: 0px;
    right: 117px;
}


.nav_center div, .index_nav_center div, .shou, .zhan {
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.shou {
    z-index: 1000000;
    cursor: pointer;
    width: 30px;
    height: 40px;
    top: 50%;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
    right: 62px;
    background: url("http://www.tigstor.com/PC/imagess/kefq.png") no-repeat center #fff;
    position: absolute;
}

    .shou.on {
        background-image: url("http://www.tigstor.com/PC/imagess/kefq1.png");
    }

.bsBox {
    width: 232px !important;
    height: 256px !important;
}

@media(max-width:1919px) {
    .navitem {
        padding: 0 30px;
    }

    .bottom-ewm {
        margin: 0 70px;
    }

    .bottom-ul ul {
        margin-left: 90px;
    }
}

@media(max-width:1459px) {

    .navitem {
        padding: 0 20px;
    }

    .header-language {
        margin-left: 30px;
    }

    .bottom-ul ul {
        margin-left: 60px;
    }

    .bottom-ewm {
        margin: 0 60px;
    }

    .home-about-con {
        width: 60%;
    }

    .homesolu-txt p {
        -webkit-line-clamp: 2;
        height: 48px;
    }

    .homenew-time span {
        font-size: 30px;
    }

    .homepro-cent li {
        margin: 30px 0;
    }

    .homepro-cent ul {
        margin: -30px 0;
    }

    .homepro-txt h4 {
        margin-top: 10px;
    }

    .homepro-txt p {
        margin-bottom: 50px;
    }
}

@media(max-width:1259px) {
    .header-app, .foot-app {
        display: block;
    }

    .header, {
        display: none !important;
    }

    body {
        padding-top: 60px;
    }

    .kf {
        display: none !important;
    }

    .kffixed {
        display: block !important;
    }

    .banner-cont h3 {
        font-size: 46px;
    }

    .banner-cont h4 {
        font-size: 34px;
    }

    .banner-more {
        width: 65px;
        height: 65px;
    }

    .home-title {
        font-size: 42px;
        line-height: 50px;
    }

    .bottom-ewm {
        margin: 0;
        float: none;
    }

    .bottom-lx {
        max-width: 70%;
    }

    .bottomlx-txt li.bottomlx-email {
        margin: 16px 0;
    }

    .homepro-txt {
        padding: 0 20px;
        bottom: 20px;
    }

        .homepro-txt h4 {
            font-size: 21px;
            margin-top: 0;
        }

        .homepro-txt h3 {
            font-size: 30px;
        }

    .homepro-con, .home-solution-con, .home-new-con {
        margin-top: 40px;
    }

    .homesolu-txt p {
        -webkit-line-clamp: 1;
        height: 24px;
    }

    .homesolu-txt h3 {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .homesolu-icon {
        margin-bottom: 15px;
    }

    .homesolu-txt.homesoluleft-txt {
        padding: 0 30px;
    }

    .homeabt-ul li h3 {
        font-size: 38px;
        line-height: 50px;
    }

    .home-about-con {
        width: 75%;
    }

    .homenew-menu a {
        padding-left: 40px;
        margin-left: 20px;
        font-size: 21px;
    }

    .homenew-left .homenew-time, .homenew-time {
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }

    .homenew-left .homenew-item, .homenew-item {
        float: none;
        width: 100%;
    }

    .homenew-time span {
        font-size: 28px;
        margin-bottom: 0;
    }

    .homenew-txt {
        padding: 15px 25px;
    }

    .homenew-item h3 {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .home-new-con .home-more {
        margin-top: 10px;
        font-size: 20px;
    }

    .homenew-item p {
        -webkit-line-clamp: 1;
        height: 32px;
    }

    .homeabt-ul {
        margin-top: 80px;
    }

    .homeabt-txt {
        margin-top: 50px;
    }

    .homeabt-bot-swiper {
        padding: 0 70px;
    }

    .homeabt-bot {
        padding: 40px 0;
    }

    .homepro-cent li {
        margin: 35px 0;
    }

    .homepro-cent ul {
        margin: -35px 0;
    }

    .home-new-con {
        margin-top: 20px;
    }

    .home-more {
        margin-top: 50px;
    }

    .home-about .home-more {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .home-title {
        font-size: 34px;
        line-height: 40px;
    }

    .home-more {
        font-size: 20px;
        width: 160px;
    }

    .home-about-con {
        width: 90%;
    }

    .banner-cont h3 {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    .banner-cont h4 {
        font-size: 30px;
    }

    .banner-more {
        width: 50px;
        height: 50px;
        margin-top: 25px;
    }

    .pc-banner .swiper-button-prev, .pc-banner .swiper-button-next, .homeabt-bot-swiper .swiper-button-next, .homeabt-bot-swiper .swiper-button-prev {
        width: 28px;
        height: 20px;
    }

    .homeabt-bot-swiper .swiper-button-next, .homeabt-bot-swiper .swiper-button-prev {
        margin-top: -10px;
    }

    .pc-banner .swiper-pagination-bullet {
        font-size: 22px;
    }

    .pc-banner .swiper-button-prev {
        right: 140px;
    }

    .pc-banner .swiper-pagination {
     /*   right: 80px;*/
    }

    .banner-pull {
        padding-bottom: 40px;
    }

        .banner-pull::before {
            height: 30px;
        }

    .homepro-txt h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .homepro-txt h4 {
        font-size: 17px;
    }

    .homepro-txt {
        bottom: 15px;
    }

        .homepro-txt p {
            margin-bottom: 15px;
        }

    .homesolu-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .homesolu-txt p {
        display: none;
    }

    .homesolu-txt h3 {
        font-size: 19px;
        margin-bottom: 0;
    }

    .homesolu-txt.homesoluleft-txt {
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .header-app .logo {
        padding: 15px;
    }

    .home-title {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .home-padd {
        padding: 40px 0;
    }

    .home-des {
        font-size: 16px;
    }

    .home-more {
        font-size: 18px;
        width: 140px;
        padding-bottom: 5px;
        margin-top: 0;
    }

    .homepro-con, .home-solution-con, .home-new-con {
        margin-top: 30px;
    }

    .homenew-time span {
        font-size: 26px;
        line-height: 36px;
    }

    .footer-bot .left {
        float: none;
    }

    .footer-bot .right {
        float: none;
        margin-top: 0px;
    }

        .footer-bot .right .bott-share {
            float: left;
        }

    .footer-bot .bottom2-img {
        margin-top: 0;
    }

    .bottom2 .right a {
        margin: 10px;
    }

    .banner-cont h3 {
        font-size: 32px;
    }

    .banner-cont h4 {
        font-size: 26px;
        line-height: 30px;
    }

    .banner-cont p {
        font-size: 24px;
        line-height: 32px;
    }

    .banner-more {
        margin-top: 20px;
        width: 40px;
        height: 40px;
    }

        .banner-more span::before {
            width: 16px;
            margin-left: -8px;
        }

        .banner-more span::after {
            height: 16px;
            margin-top: -8px;
        }

    .pc-banner .button {
        right: 20px;
    }

    .pc-banner .swiper-button-prev, .pc-banner .swiper-button-next, .pc-banner .swiper-pagination {
        bottom: 40px;
    }

    .pc-banner .swiper-button-next {
        right: 20px;
    }

    .pc-banner .swiper-button-prev {
        right: 160px;
    }

    .pc-banner .swiper-pagination {
        right: 100px;
    }

    .pc-banner .swiper-pagination-bullet {
        font-size: 19px;
    }

    .homepro-txt {
        padding: 0 15px;
    }

        .homepro-txt h4 {
            font-size: 16px;
            line-height: 24px;
        }

        .homepro-txt p {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 15px;
        }

    .homeabt-txt h3 {
        font-size: 19px;
    }

    .homeabt-txt p {
        font-size: 15px;
    }

    .homeabt-ul li h3 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 0;
    }

    .homeabt-ul li p {
        font-size: 16px;
    }

    .homeabt-txt {
        margin-top: 30px;
    }

    .homeabt-ul {
        margin-top: 40px;
    }

    .home-about-con {
        width: 80%;
    }

    .homeabt-bot {
        padding: 30px 0;
    }

    .homenew-menu a {
        font-size: 17px;
    }

        .homenew-menu a.on::before {
            width: 20px;
        }

    .homenew-left {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .homenew-right {
        float: none;
        width: 100%;
        padding: 0;
    }

    .homenew-item h3 {
        font-size: 19px;
    }

    .homenew-item p {
        -webkit-line-clamp: 2;
        height: auto;
    }

    .homenew-item p {
        font-size: 15px;
    }

    .homenew-txt-top {
        padding-bottom: 10px;
    }

    .home-new-con .home-more {
        font-size: 17px;
    }

    .homenew-txt {
        padding: 15px 20px;
    }

    .homeabt-bot-swiper .swiper-button-next, .homeabt-bot-swiper .swiper-button-prev {
        display: none;
    }

    .homeabt-bot-swiper {
        padding: 0 0 15px;
    }

        .homeabt-bot-swiper .swiper-pagination {
            display: block;
            width: 100%;
            bottom: -5px;
            height: 8px;
        }

        .homeabt-bot-swiper .swiper-pagination-bullet-active {
            background-color: #02469b;
        }

        .homeabt-bot-swiper .swiper-pagination-bullet {
            margin: 0 5px;
        }

    .homenew-menu {
        padding-top: 0;
    }

    .pc-banner .swiper-pagination {
        width: 100%;
        top: auto;
        bottom: 30px;
        text-align: center;
        left: 0;
        right: auto;
        margin-top: 0;
        transform: none;
    }

    .pc-banner .swiper-pagination-bullet {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }

    .pc-banner .swiper-button-prev, .pc-banner .swiper-button-next, .banner-pull {
        display: none;
    }
}

@media(max-width:640px) {
    .bottom-ewm {
        float: none;
        margin-right: 0;
    }

    .home-appbanner {
        display: block;
    }

    .home-pcbanner, .banner-font {
        display: none;
    }

    .pc-banner .swiper-pagination {
        bottom: 20px;
    }

    .homeappli-tit h3 {
        display: block;
    }

    .homeappli-tit span {
        display: block;
        float: none;
    }

    .homeappli-text {
        padding: 20px 0;
    }

    .homeappli-ul li:hover .homeappli-text {
        padding: 20px;
    }

    .homenew-item {
        width: 100%;
    }

    .homenew-tit h3 {
        max-width: 60%;
    }

    .homenew-tit span {
        font-size: 14px;
        background-size: 16px 12px;
        padding-right: 22px;
    }

    .homenew-time span {
        font-size: 23px;
    }

    .homeappli-ul li {
        margin-top: 20px;
    }

    .homeser-swiper, .home-new-con {
        margin-top: 20px;
    }

    .homeser-slide {
        padding: 40px 45px 50px;
    }

    .banner-pull {
        display: none;
    }

    .pc-banner .swiper-button-prev, .pc-banner .swiper-button-next {
        bottom: 30px;
        right: auto;
        left: 50%;
    }

    .pc-banner .swiper-button-prev {
        margin-left: -40px;
    }

    .pc-banner .swiper-button-next {
        margin-left: 40px;
    }
    /*.pc-banner .swiper-pagination{bottom: 30px;right: auto;left: 50%;margin-left: 10px;}*/
    .home-tit {
        float: none;
        max-width: none;
        width: 100%;
    }

    .homepro-left {
        float: none;
        width: 100%;
    }

    .homepro-cent {
        float: none;
        width: 100%;
    }

        .homepro-cent ul {
            margin: 0;
        }

        .homepro-cent li {
            padding: 0;
            margin: 15px 0;
        }

    .homepro-right, .homesolu-left, .homesolu-right {
        float: none;
        width: 100%;
        padding: 0;
    }

    .homesolu-ul li {
        float: none;
        width: 100%;
    }

    .homesolu-txt p {
        display: block;
        -webkit-line-clamp: 2;
        height: 48px;
    }

    .homesolu-left {
        margin-bottom: 10px;
    }

    .homesolu-txt.homesoluleft-txt {
        bottom: 30px;
    }

    .homesolu-txt h3 {
        margin-bottom: 5px;
    }

    .home-about-con {
        width: 100%;
    }

    .homeabt-ul li {
        width: 50%;
        margin: 15px 0;
        text-align: center;
    }

    .homeabt-ul {
        margin: 25px 0 -15px;
    }

    .homenew-ul li {
        float: none;
        width: 100%;
        margin: 20px 0;
    }

    .homenew-ul {
        margin: -20px -12px;
    }

    .homepro-txt {
        bottom: 20px;
        padding: 0 20px;
    }

    .homenew-menu a {
        padding-left: 30px;
        margin-left: 10px;
    }

    .homenew-menu {
        float: none;
        text-align: right;
    }

    .navbar-app .header-slogan {
        display: none;
    }

    .footer-top1 {
        float: none;
        width: 100%;
        padding: 0;
    }

    .bottom-lx {
        float: none;
        max-width: none;
        width: 100%;
    }

    .bottomlx-txt {
        padding: 20px 0 0;
        border: none;
        border-top: 1px solid rgba(255,255,255,0.2);
    }

        .bottomlx-txt li {
            padding-left: 45px;
        }

    .bottom2 .left p {
        font-size: 15px;
    }

    .bottom2 .right a {
        font-size: 15px;
        padding: 0 10px;
        margin: 0 10px;
    }

    .bottom2 a::after {
        right: -10px;
    }

    .bottom2 .right a:first-child {
        margin-left: 0;
        padding-left: 0;
    }

    .footer-bot .right {
        margin-top: 5px;
    }

    .footer-bot {
        padding: 15px 20px 60px;
    }

    .bottomlx-txt li span {
        margin-right: 0;
    }
}

@media(max-width:375px) {
}

@media(max-width:360px) {
}

@media(max-width:320px) {
}


/* ==========video=========== */
.video {
    padding: 25px 0 65px;
}
/*视频弹窗*/
.msg-box-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10001;
    background: rgba(0,0,0,0.5);
}

.msg-box {
    width: 860px;
    height: 524px;
    padding: 50px;
    background-color: #F3F3F3;
    position: absolute;
    left: 50%;
    margin-left: -430px;
    top: 0;
    margin-top: -262px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

    .msg-box .close-box {
        width: 38px;
        height: 38px;
        font-size: 30px;
        color: #666;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        -webkit-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .msg-box .close-box:hover {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }
/*视频弹窗  -end*/






/*  2019.12.31  */
/* ============banner=========== */
.lbanner {
    background-size: cover !important;
    height: 500px;
    position: relative;
}

.lappbanner {
    width: 100%;
    display: none;
}

.lbanner-cont {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
/* .lbanner-cont>div{position: relative;} */
.lbanner-txt {
    font-size: 42px;
    color: #fff;
}

    .lbanner-txt h3 {
        line-height: 60px;
    }

        .lbanner-txt h3 span {
            display: block;
            margin-bottom: 20px;
        }

.lbanner-bread {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-top: 70px;
}

    .lbanner-bread a {
        display: inline-block;
        transition: ease .5s;
    }

        .lbanner-bread a:hover {
            color: #ff9b2d;
        }

.lbanner-app {
    display: none;
}

/* ===========menu=========== */
.lmenu {
    border-bottom: 1px solid #e4e4e4;
    overflow-x: auto;
    white-space: nowrap;
}

    .lmenu::-webkit-scrollbar {
        height: 2px;
        background-color: transparent;
    }

    .lmenu::-webkit-scrollbar-thumb {
        background-color: #fabd00;
        border-radius: 10px;
    }

    .lmenu a {
        font-size: 18px;
        line-height: 26px;
        color: #999;
        display: inline-block;
        margin-right: 80px;
        padding: 26px 0;
    }

        .lmenu a:last-child {
            margin-right: 0;
        }

        .lmenu a.on, .lmenu a:hover {
            font-size: 22px;
            color: #333;
            border-bottom: 3px solid #fabd00;
        }

@media(max-width:1259px) {
    .lbanner-txt {
        font-size: 40px;
    }

    .lbanner-bread {
        margin-top: 50px;
    }
}

@media(max-width:767px) {
    .lbanner-txt {
        font-size: 34px;
    }

        .lbanner-txt h3 {
            line-height: 50px;
        }

            .lbanner-txt h3 span {
                margin-bottom: 10px;
            }

    .lbanner-bread {
        margin-top: 40px;
    }
}

@media(max-width:640px) {
    .lbanner-txt {
        font-size: 30px;
        display: none;
    }

    .lmenu a {
        font-size: 16px;
        padding: 8px 0;
        margin-right: 30px;
    }

        .lmenu a.on, .lmenu a:hover {
            font-size: 18px;
        }
}
/* =============page========== */
.lpage {
    text-align: center;
}

.lpage-con {
    display: inline-block;
}

.lpage a {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    font-family: "ITCAvantGardeStd-Md";
    transition: ease .5s;
    padding: 0;
    display: inline-block;
    margin: 0 20px;
}

    .lpage a.zz {
        display: none;
    }

    .lpage a.on, .lpage a:hover {
        color: #02469b;
    }

    .lpage a i {
        display: block;
        color: #333;
        font-size: 30px;
        line-height: 60px;
        font-weight: bold;
        transition: ease .5s;
    }

    .lpage a:hover i {
        color: #333;
    }

    .lpage a.lpage-prev, .lpage a.lpage-next {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        padding: 0;
        margin: 0 60px;
    }
/* ==========内页============ */


/* 今朝内页 */
/*============内页导航=========*/
.pro-nav {
    background: #fff;
}

.pro-navbox {
    position: relative;margin-top: -15px;
    margin-bottom: -15px;
}

.pro-navbar {
    width: 70.4%;
    float: left;
}

.pro-item {
    float: left;
    margin-right: 120px;
}

.pro-navbar li:last-child {
    margin-right: 0;
}

.pro-a {
    display: block;
    font-size: 18px;
    line-height: 123px;
    color: #333;
    padding: 0 12px;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    position: relative;
    margin: 0 9px;
    text-transform: uppercase;
    font-family: 'open sans';
}

/*.pro-a::after {
        content: '';
        width: 0;
        height: 2px;
        background: #cfd3ec;
        position: absolute;
        bottom: 60px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
    }*/


.pro-item.active .pro-a::after, .pro-item:hover .pro-a::after {
    width: 100%;
}

.pro-item.active .pro-a, .pro-item:hover .pro-a, .pro-a1 {
    color: #02469b;
}

.search-btn {
    float: right;
    line-height: 123px;
    text-align: center;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .search-btn i {
        font-weight: bold;
        display: inline-block;
    }

    .search-btn .iconfont {
        font-size: 18px;
    }

.search-wrap {
    position: absolute;
    right: 0;
    top: 24px;
    width: 320px;
    height: 80px;
    z-index: -1;
    opacity: 0;
}

.searchopen .search-wrap {
    z-index: 10;
    opacity: 1;
}

.searchopen .search-btn {
    display: none;
}

.search-frame {
    position: relative;
    height: 44px;
    margin-top: 18px;
}

.searchopen .search-frame {
    -webkit-animation: searchform-fade 400ms both;
    animation: searchform-fade 400ms both;
}

    .searchopen .search-frame form {
        -webkit-animation: searchform-slide 1s both;
        animation: searchform-slide 1s both;
    }

.searchtext-btn {
    color: #000;
    font-size: 14px;
    line-height: 44px;
    width: 44px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .searchtext-btn:hover {
        color: #1c327e;
    }

.search-input {
    margin-left: 44px;
    margin-right: 80px;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.search-wrap input {
    font-size: 16px;
    line-height: 44px;
    color: #333;
    width: 100%;
    border-radius: 5px;
}

.search-close {
    width: 44px;
    height: 44px;
    font-size: 16px;
    color: #232323;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.searchopen .search-close {
    opacity: 1;
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

    .searchopen .search-close:hover {
        color: #1c327e;
    }

.searchshow .navitem {
    -webkit-animation: item-searchshow .4s both;
    animation: item-searchshow .4s both;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.48) no-repeat;
    display: none;
    z-index: 400;
}
/* pro-app */
.appro-nav {
    position: relative;
    display: none;
    z-index: 200;
}

.proapp-top1 {
    padding: 12px 15px;
    background: #ebebeb;
}

.appro-nav .pro-tig1 {
    width: 15px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
}

    .appro-nav .pro-tig1 i {
        top: -35% !important;
        transition: all .5s;
    }

.appro-nav.open .pro-tig1 {
    transform: rotate(90deg);
    opacity: 1;
}

.appro-nav .proapp-top1 {
    padding: 16px 15px;
    position: relative;
    background: #fff !important;
    border-bottom: solid 1px #d8d8d8;
}

.proapp-a1 {
    color: #444;
    font-size: 16px;
    display: block;
}

.proapp-list {
    background: #fff;
}

    .proapp-list.hover {
        cursor: pointer;
        background: #02469b;
    }

    .proapp-list .pro-top {
        padding: 0 20px;
    }

    .proapp-list.hover .proapp-a1 {
        color: #fff;
        ;
    }

.proapp-bot {
    width: 100%;
    display: none;
}

.pro-top {
    height: 48px;
    line-height: 48px;
    border-bottom: solid 1px #d8d8d8;
    position: relative;
}

.proapp-search {
    position: relative;
    margin-bottom: 30px;
    margin-top: 32px;
    border-bottom: 1px solid #d8d8d8;
    display: none;
}

    .proapp-search input {
        width: 82%;
        line-height: 38px;
        height: 38px;
        font-size: 15px;
        color: #666;
        padding: 0 18px;
    }

    .proapp-search button {
        width: 50px;
        float: right;
        height: 38px;
        text-align: center;
        line-height: 38px;
        margin-right: 5px;
    }

    .proapp-search i {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        cursor: pointer;
    }

@media (max-width:1459px) {
    .pro-item {
        margin-right: 92px;
    }
}

@media (max-width:1259px) {
    .pro-a, .search-btn {
        line-height: 93px;
    }

    .pro-item {
        margin-right: 50px;
    }

    .pro-a::after {
        bottom: 45px;
    }

    .search-wrap {
        top: 8px;
        width: 290px;
    }
}

@media (max-width:991px) {
    .pro-item {
        margin-right: 28px;
    }

    .pro-a {
        line-height: 60px;
        font-size: 16px;
        padding: 0 8px;
    }

        .pro-a::after {
            bottom: 28px;
        }

    .pro-a, .search-btn {
        line-height: 60px;
    }

    .search-wrap {
        top: -8px;
        height: 60px;
        width: 230px;
    }

        .search-wrap input {
            font-size: 15px;
        }
}

@media (max-width:767px) {
    .pro-item {
        margin-right: 14px;
    }

    .pro-a {
        font-size: 15px;
    }

    .search-wrap {
        width: 210px;
    }

    .search-btn .iconfont {
        font-size: 16px;
    }

    .lpage a i {
        font-size: 17px;
    }
}

@media (max-width:640px) {
    .product .pro-nav, .proparm .pro-nav {
        display: none;
    }

    .appro-nav, .proapp-search {
        display: block;
    }

    .pro-item {
        margin-right: 8px;
    }
}
/* =======================产品中心========================== */
.product {
}

.pro-one {
    background: #f5f5f5;
    padding: 30px 0 70px;
}

    .pro-one .lbanner-txt {
        font-size: 40px;
    }

.pro-left {
    width: 52.7%;
    float: left;
}

    .pro-left h3 {
        color: #333;
    }

        .pro-left h3 span {
            color: #02469b;
        }

.line {
    width: 26px;
    height: 4px;
    background: #02469b;
    margin: 60px 0;
}

.pro-cont p {
    font-size: 18px;
    color: #6a6a6a;
}

.pro-right {
    width: 38.3%;
    float: right;
}

    .pro-right .app-img {
        display: none;
    }

.product .pro-right .img-box {
    position: relative;
    width: 536px;
    height: 306px;
}

.img-box img {
    width: 100%;
}

.img-box .pro-img0 {
    position: absolute;
    z-index: 33;
    left: 36%;
    top: 0;
}

.img-box .pro-img1 {
    position: absolute;
    z-index: 11;
    left: 36%;
    top: 0;
}

.pro-img1.active {
    left: 15%;
    top: 0;
    transform: rotate(-45deg);
    transition: all 1s;
}

.img-box .pro-img2 {
    position: absolute;
    z-index: 22;
    left: 36%;
    top: 0;
}

.pro-img2.active {
    left: 57%;
    top: 0;
    transform: rotate(45deg);
    transition: all .7s;
}

.pro-two {
    padding-bottom: 50px;
}

.protw-top {
    border-bottom: 1px solid #d1d1d1;
    padding: 45px 0 34px;
}

.protw-txt {
    display: inline-block;
    float: left;
    font-size: 36px;
    color: #333;
    line-height: 36px;
}

.protw-sel {
    display: inline-block;
    float: right;
}
    .protw-sel.pro1 {
        padding-bottom: 20px;
    }

    .protw-float {
        float: left;
        margin-right: 10px;
    }

.protw-item {
    position: relative;
}

.protw-select {
    width: 190px;
    height: 46px;
    background: white;
    padding: 0 24px 0 33px;
    border: 1px solid #e8e8e8;
}

.protw-category {
    float: left;
    display: block;
    font-size: 16px;
    line-height: 44px;
    color: #333;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    position: relative;
}

.protw-tig {
    float: right;
    line-height: 44px;
    color: #333;
}
.protw-tig {
  
    animation: more 1s linear infinite;
    animation-direction: alternate;
}

.protw-dropdown {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0%;
    z-index: 1100;
    background: rgba(255,255,255,1);
    margin-top: 0;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    display: none;
    transition: max-height .5s;
    border: none;
    color: #303233;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    height: auto;
    padding: 0;
}

.protw-pad a {
    display: block;
    border-bottom: solid 1px #eee;
    padding: 13px 30px;
    line-height: 24px;
    font-size: 16px;
}

.protw-item:hover .protw-select {
    background: #02469b;
}

.protw-item:hover .protw-category, .protw-item:hover .protw-tig {
    color: #fff;
}

.protw-item:hover .protw-dropdown {
    display: block;
}

.protw-pad a:hover {
    color: #02469b;
}

.protw-box {
    margin-top: 44px;
    min-height: 250px;
}

    .protw-box ul {
        margin: 0 -12px;
        padding-bottom: 15px;
    }

        .protw-box ul li {
            width: 33.3333333%;
            float: left;
            padding: 0 12px;
            margin-bottom: 25px;
        }

    .protw-box li .pro-list {
        display: block;
        display: block;
        width: 100%;
        overflow: hidden;
        background: #e8e8e8;
        padding: 30px;
        transition: all .6s;
    }

.pro-list .pro-pic {
    background: #e8e8e8;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(51,51,51,.2);
}

.pro-pic img {
    width: 100%;
    transition: all .5s;
}

.pro-list .pro-font {
    padding: 22px 0 18px;
}

.pro-font h3 {
    font-size: 24px;
    color: #222;
    background: url(../image/pro-bjt.png) no-repeat right center;
    margin-bottom: 10px;
}

.pro-font p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}

.pro-list:hover h3, .pro-list:hover p {
    color: #fff;
}

.pro-list:hover h3 {
    background-image: url(../image/pro-wjt.png);
}

.pro-list:hover .pro-pic img {
    transform: scale(1.05);
}

.protw-box li:hover .pro-list {
    background: #02469b;
}

@media (max-width:1459px) {
    .product .pro-right .img-box {
        width: 447px;
    }

    .img-box .pro-img0, .img-box .pro-img1, .img-box .pro-img2 {
        left: 32%;
    }

    .pro-img1.active {
        left: 8%;
    }

    .pro-img2.active {
        left: 58%;
    }
}

@media (max-width:1259px) {
    .lbanner-txt h3 span {
        margin-bottom: 8px;
    }

    .pro-cont p {
        font-size: 16px;
    }

    .line {
        margin: 30px 0;
    }

    .product .pro-right .img-box {
        width: 274px;
    }

    .img-box .pro-img0, .img-box .pro-img1, .img-box .pro-img2 {
        width: 140px;
    }

    .pro-font h3 {
        font-size: 22px;
        background-size: 24px;
    }

    .pro-font p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width:991px) {
    .product .lbanner-txt h3 {
        font-size: 36px;
        line-height: 46px;
    }

    .line {
        margin: 30px 0;
    }

    .product .pro-right .img-box {
        display: none;
    }

    .pro-right .app-img {
        display: block !important;
        margin-top: 80px;
    }

        .pro-right .app-img img {
            width: 100%;
        }

    .pro-list .pro-font {
        padding: 22px 0 10px;
    }

    .pro-font h3 {
        font-size: 20px;
        background-size: 20px;
    }
}

@media (max-width:767px) {
    .product .lbanner-txt h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .pro-one {
        padding: 40px 0 30px;
    }

    .pro-cont p {
        font-size: 14px;
    }

    .protw-top {
        padding: 40px 0 10px;
    }

    .protw-select {
        height: 40px;
    }

    .protw-category {
        font-size: 15px;
    }

    .protw-box li .pro-list {
        padding: 10px;
    }

    .pro-font h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .pro-list .pro-font {
        padding: 15px 0 5px;
    }

    .protw-box ul {
        padding-bottom: 0;
    }

    .pro-two {
        padding-bottom: 34px;
    }

    .protw-txt {
        font-size: 24px;
    }
}

@media (max-width:640px) {
	.protw-category {
	    font-size: 12px;
	}
	.protw-dropdown {width:86%;	
}
	.protw-pad a{font-size: 12px;}
    .product .lbanner-txt {
        display: block !important;
        padding: 0;
    }

    .pro-left {
        width: 100%;
    }

    .pro-right {
        width: 100%;
    }

        .pro-right .app-img {
            margin-top: 20px;
            padding: 0 25px;
        }

    .protw-sel {
        margin-top: 20px;
    }

    .protw-float {
        width: 50%;
        margin-right: 0;
    }

    .protw-select {
        width: 150px;
        padding: 0 24px 0 15px;
    }

    .protw-box ul {
        margin: 0 -8px;
    }

        .protw-box ul li {
            width: 50%;
            padding: 0 8px;
        }
}

@media (max-width:400px) {
    .protw-box ul li {
        width: 100%;
    }
}
/* ===================产品参数================== */
.proparm {
}

    .proparm .img-box {
        width: auto;
    }

    .proparm .pro-one {
        padding: 30px 0 70px;
    }

/*  */
.proparm-two {
    padding: 70px 0;
}
.pri-swiper.proparm-two {
    padding: 0px 0;
	margin-top:30px;margin-bottom: 30px;
}
.proparm-li {
    border: 1px solid #d6d6d6;
    margin-right: -1px;
    margin-left: -1px;
    padding: 30px 0;
    text-align: center;
}

    .proparm-li:first-child {
        margin-left: 0;
    }

    .proparm-li:last-child {
        margin-right: 0;
    }

    .proparm-li span {
        display: block;
        font-size: 60px;
        line-height: 60px;
        color: #cbcbcb;
        font-family: 'DIN-BOLD';
        transition: all .5s;
    }

    .proparm-li h3 {
        font-size: 18px;
        color: #333;
        height: 44px;
        margin-top: 25px;
        padding: 0 15px;
    }

    .proparm-li:hover span, .proparm-li:hover h3 {
        color: #02469b;
    }

.proparm-swiper {
    position: relative;
}

    .proparm-swiper .swiper-button-prev {
        transition: all .5s;
        font-size: 20px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        color: #333333;
        background: #fff;
        opacity: 1;
        left: -120px;
        margin-top: -29.5px;
        text-align: center;
        line-height: 48px;
        font-weight: bolder;
    }

    .proparm-swiper .swiper-button-next {
        transition: all .5s;
        font-size: 20px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        color: #333333;
        background: #fff;
        opacity: 1;
        right: -120px;
        margin-top: -29.5px;
        text-align: center;
        line-height: 48px;
        font-weight: bolder;
    }

        .proparm-swiper .swiper-button-prev:hover, .proparm-swiper .swiper-button-next:hover {
            background: #02469b;
            color: #fff;
        }
/*  */
.proparm-three {
    padding-bottom: 50px;
}

    .proparm-three .protw-top {
        padding-top: 0;
    }

.proparm-box {
    margin-top: 50px;
}

    .proparm-box ul {
        margin: 0 -12px;
    }

        .proparm-box ul li {
            width: 33.3333333%;
            float: left;
            padding: 0 12px;
            margin-bottom: 25px;
        }

    .proparm-box li .proth-list {
        display: block;
        display: block;
        width: 100%;
        background: #333;
    }

.proth-list .proparm-pic {
    background: #f3f5f9;
    width: 100%;
    overflow: hidden;
}

.proparm-pic img {
    width: 100%;
    transition: all .5s;
}

.proth-list .proparm-font {
    padding: 16px 39px;
    position: relative;
    overflow: hidden;
}

    .proth-list .proparm-font::before {
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background: #02469b;
        color: #fff;
        -webkit-transition: -webkit-transform 1s cubic-bezier(.39,.575,.28,.995);
        transition: -webkit-transform 1s cubic-bezier(.39,.575,.28,.995);
        transition: transform 1s cubic-bezier(.39,.575,.28,.995);
        transition: transform 1s cubic-bezier(.39,.575,.28,.995),-webkit-transform 1s cubic-bezier(.39,.575,.28,.995);
        -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scale3d(1,0,1);
        transform: scale3d(1,0,1);
        z-index: 1;
    }

.proparm-box li:hover .proparm-font::before {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.proparm-font h3 {
    font-size: 24px;
    color: #fff;
    /*background: url(../image/pro-wjt.png) no-repeat right center;*/
    position: relative;
    z-index: 11;text-align: center;
}

.proparm-box li:hover .proparm-pic img {
    transform: scale(1.05);
}
/*  */
.proparm-four {
   /* padding: 0 0 30px;*/
}

.ldownload-search {
    display:none;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #000;
    margin-bottom: 70px;
}

    .ldownload-search input {
        width: 90%;
        background: #fff;
        padding: 0 20px;
        line-height: 64px;
        height: 64px;
        font-size: 18px;
        color: #333;
    }

    .ldownload-search button {
        width: 75px;
        float: right;
        height: 28px;
        text-align: center;
        line-height: 28px;
        cursor: pointer;
        border-left: 1px solid #030303;
        margin: 18px 0;
    }

        .ldownload-search button i {
            font-size: 16px;
            font-weight: bold;
            color: #333;
        }

.down-big thead td {
    height: 80px;
    background: #333;
    padding: 27px 0;
}

.down-big {
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;margin-top: 70px;
}
.down-big::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 2px;
  }
.down-big::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #02469b;
    }
.down-big::-webkit-scrollbar-track{width:3px;bbackground:#f3f3f3}

    .down-big table {
        min-width: 1399px;
        margin-bottom: 80px;
    }

    .down-big span {
        display: block;
        text-align: center;
        color: white;
        font-size: 18px;
        line-height: 26px;
    }

    .down-big thead td.span1 {
        width: 22.2%;
    }

    .down-big thead td.span2 {
        width: 22.2%;
    }

    .down-big thead td.span3 {
        width: 22.2%;
    }

    .down-big thead td.span4 {
        width: 22.2%;
    }

    .down-big thead td.span5 {
        width: 11.2%;
    }

    .down-big tbody tr {
        height: 69px;
        border-bottom: solid 1px #d6d6d6;
    }

    .down-big tbody td {
        font-size: 18px;
        color: #666;
        text-align: center;
        border: 1px solid #e8e8e8;
        padding: 0 20px;
    }

        .down-big tbody td a {
            display: inline-block;
            font-size: 18px;
            color: #7e7e7e;
            line-height: 44px;
            border-bottom: 2px solid #d1d1d1;
        }

            .down-big tbody td a:hover {
                color: #02469b;
                border-color: #02469b;
            }


@media (max-width:1919px) {
    .proparm-swiper {
        padding: 0 60px;
    }

        .proparm-swiper .swiper-button-prev {
            left: 0;
        }

        .proparm-swiper .swiper-button-next {
            right: 0;
        }
}

@media (max-width:1259px) {
    .proth-list .proparm-font {
        padding: 15px 25px 15px;
    }

    .proparm-font h3 {
        font-size: 20px;
        background-size: 24px;
    }

    .down-big tbody td {
        font-size: 16px;
        padding: 0 14px;
    }

        .down-big tbody td a {
            font-size: 15px;
        }

    .proparm-li {
        padding: 56px 0;
    }
}

@media (max-width:991px) {
    .proparm .lbanner-txt {
        font-size: 34px;
    }

        .proparm .lbanner-txt h3 {
            line-height: 48px;
        }

    .proparm .pro-right {
        margin-top: 80px;
    }

    .proparm-li {
        padding: 30px 0;
    }

    .proparm-font h3 {
        font-size: 16px;
        background-size: 20px;
    }

    .proth-list .proparm-font {
        padding: 12px 20px 12px;
    }

    .ldownload-search input {
        width: 86%;
    }

    .down-big table {
        min-width: 991px;
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .proparm-two {
        padding: 40px 0;
    }

    .proparm .lbanner-txt {
        font-size: 30px;
    }

        .proparm .lbanner-txt h3 {
            line-height: 34px;
        }

    .proparm-li span {
        font-size: 50px;
        line-height: 50px;
    }

    .proparm-li h3 {
        font-size: 22px;
        margin-top: 15px;
    }

    .proparm-box ul {
        margin: 0 -6px;
    }

        .proparm-box ul li {
            padding: 0 6px;
        }

    .ldownload-search {
        margin-bottom: 40px;
    }

    .proth-list .proparm-font {
        padding: 12px 15px 12px;
    }

    .ldownload-search button {
        margin: 9px 0;
        width: 64px;
    }

    .proparm-three {
        padding-bottom: 20px;
    }

    .ldownload-search input {
        height: 46px;
        line-height: 46px;
        font-size: 16px;
    }

    .down-big thead td {
        height: 66px;
        padding: 12px 0;
    }

    .down-big span {
        padding-left: 8px;
    }

    .down-big tbody tr {
        height: 60px;
    }

    .down-big thead td.span3 {
        width: 190px;
    }

    .down-big tbody td {
        font-size: 14px;
        padding-left: 8px;
    }

        .down-big tbody td a {
            width: 82px;
            height: 32px;
            background-size: 20px 20px;
            font-size: 14px;
            line-height: 30px;
        }

    .proparm-four {
        padding: 0 0 40px;
    }

    .down-big table {
        margin-bottom: 20px;
    }

    .down-big {
        padding-bottom: 20px;
    }
}

@media (max-width:640px) {
    .proparm .lbanner-txt {
        display: block;
        padding: 0;
    }

    .proparm-li {
        padding: 15px 0;
    }

    .proparm .lbanner-txt {
        font-size: 24px;
    }

    .proparm-li h3 {
        font-size: 18px;
      height: 72px;
    }

    .proparm .pro-right {
        margin-top: 40px;
    }

    .proparm-box ul li {
        width: 50%;
    }

    .ldownload-search button {
        width: 48px;
    }
}

@media (max-width:500px) {
    .proparm-box ul li {
        width: 100%;
    }

    .ldownload-search input {
        padding: 0 15px;
        width: 80%;
    }
}
/* ===================产品详情================== */
.proinfo {
}

.pri-one {
    background: #f5f5f5;
}

.proinfo .lbanner-txt {
    font-size: 40px;
}
.proinfo .lbanner-txt  .proparm-li {
    width: 20%;
    float: left;
}
.pri-left {
    width: 34.93%;
    float: left;
}

    .pri-left .pril-box {
        background: #02469b;
        padding: 45px 30px;
    }

.pril-box h3 {
    font-size: 38px;
    color: #fff;
    margin-bottom: 20px;
}

.pril-p {
    height: 140px;
}

    .pril-p p {
        color: rgba(255,255,255,.8);
        font-size: 18px;
        line-height: 28px;
    }

.pril-box .select-box {
    margin-top: 56px;display:none;
}

.select-box .protw-right {
    float: right;
}

.pril-box .protw-item {
    border: 1px solid rgba(255, 255, 255, .3);
}

.pril-box .protw-select {
    background: none;
    width: 196px;
    height: 40px;
}

.pril-box .protw-category {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}

.pril-box .protw-tig {
    color: #fff;
    line-height: 40px;
}

.btn-box {
    margin-top: 35px;
}

    .btn-box .pri-btn {
        color: #333;
        padding: 15px 38px;
        display: inline-block;
        background: #fff;
        float: left;
        transition: ease .5s;
        font-size: 16px;
    }

        .btn-box .pri-btn:hover {
            color: #fff;
            background: #02469b !important;
            box-shadow: 0 0 13px rgba(0,0,0,.1);
        }

        .btn-box .pri-btn:nth-child(2):hover {
            color: #333;
            background: #fff !important;
        }

.pri-right {
    width: 50%;
    float: right;
}

    .pri-right .swiper-slide {
        margin: 0 auto;
    }

    .pri-right .prir-pic {
        text-align: center;
    }

    .pri-right .prir-swiper {
        position: relative;
    }

.prir-swiper .swiper-button-prev {
    transition: all .5s;
    font-size: 34px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #000;
    background: none;
    opacity: 1;
    left: 0;
    margin-top: -29.5px;
    text-align: center;
    line-height: 58px;
}

.prir-swiper .swiper-button-next {
    transition: all .5s;
    font-size: 34px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #000;
    background: none;
    opacity: 1;
    right: 0;
    margin-top: -29.5px;
    text-align: center;
    line-height: 58px;
}

    .prir-swiper .swiper-button-prev:hover, .prir-swiper .swiper-button-next:hover {
        background: #02469b;
        color: #fff;
    }

.pri-two {
    background: #fff;
}

    .pri-two .lbanner-txt h3 {
        color: #333;
        font-size: 42px;
    }

    .pri-two .line {
        background: #0a4f95;
    }

    .pri-two .pri-cont p {
        font-size: 18px;
        color: #6e6e6e;
        line-height: 32px;
    }
/*  */
.pri-three {
    background: #f2f2f2;
}

.pri-swiper {
    margin-top: 50px;
    position: relative;
}

.pri-three .three-cont ul {
    width: 100%;
}

.pri-three .three-cont li {
    width: 25%;
    float: left;
    text-align: center;
    border: 1px solid #cccccc;
    margin-left: -1px;
    padding: 66px 0;
}

    .pri-three .three-cont li:nth-child(1), .pri-three .three-cont li:nth-child(5) {
        margin-left: 0;
    }

    .pri-three .three-cont li:nth-of-type(n+5) {
        margin-top: -1px;
    }

.pri-li span {
    display: block;
    font-size: 60px;
    line-height: 60px;
    color: #cbcbcb;
    font-family: 'DIN-BOLD';
    transition: all .5s;
}

.pri-li h3 {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
}

.pri-li:hover span, .pri-li:hover h3 {
    color: #02469b;
}

.pri-swiper .swiper-button-prev {
    transition: all .5s;
    font-size: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #333333;
    opacity: 1;
    left: -120px;
    margin-top: -29.5px;
    text-align: center;
    line-height: 48px;
    font-weight: bolder;
    background-image: none;
}

.pri-swiper .swiper-button-next {
    transition: all .5s;
    font-size: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #333333;
    background-image: none;
    opacity: 1;
    right: -120px;
    margin-top: -29.5px;
    text-align: center;
    line-height: 48px;
    font-weight: bolder;
}

    .pri-swiper .swiper-button-prev:hover, .pri-swiper .swiper-button-next:hover {
        background: #02469b;
        color: #fff;
    }
/*  */
.pri-four {
    padding-bottom: 100px;
}

.prif-big {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

    .prif-big thead th {
        height: 80px;
        background: #1235b4;
        padding: 27px 0;
        border: 1px solid #e8e8e8;
        color: #fff;
        font-size: 14px;
    }
.prif-big tbody td.title{background: #0c247d; color: #fff;}
    .prif-big table {
        width: 100%;
    }

    .prif-big span {
        display: block;
        text-align: center;
        color: white;
        font-size: 18px;
        line-height: 26px;
    }

    .prif-big tbody tr {
        height: 69px;
        border-bottom: solid 1px #d6d6d6;
        background: #fff;
    }

    .prif-big tbody td {
        font-size: 14px;
        color: #333;
        text-align: center;
        border: 1px solid #e8e8e8;
        padding: 0 20px;
    }

        .prif-big tbody td a {
            display: inline-block;
            font-size: 14px;
            color: #333;
            line-height: 44px;
            border-bottom: 2px solid #d1d1d1;
        }
/*  */
.pri-five {
    background: url(../image/pri-bg.jpg) no-repeat;
    padding: 100px 0 70px;
}

    .pri-five .lbanner-txt {
        text-align: center;
    }

.prifv-box {
    width: 100%;
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
}

    .prifv-box li {
        width: 20%;
        text-align: center;
        float: left;
    }

.pri-icon {
    width: 83px;
    height: 79px;
    margin: 0 auto;
    overflow: hidden;
    transition: ease .5s;
}

    .pri-icon img {
        display: block;
        width: 100%;
    }

.prifv-box li p {
    color: #fff;
    font-size: 18px;
    margin-top: 45px;
}

.prifv-box li:hover {
    cursor: pointer;
}

    .prifv-box li:hover .pri-icon {
        transform: translateY(-10px);
    }

.prifv-box li:nth-child(1):hover .pri-icon, .prifv-box li:nth-child(2):hover .pri-icon {
    transform: rotate(180deg);
}
/*  */
.pri-six .protw-top {
    border-bottom: transparent;
}

.pri-six .proparm-box {
    margin-bottom: 70px;
}

@media (max-width:1459px) {
    .pril-box .protw-select {
        width: 170px;
    }
}

@media (max-width:1259px) {
    .pril-box h3 {
        font-size: 38px;
    }

    .pril-box .protw-select {
        width: 126px;
        padding: 0 20px;
    }

    .pri-three .three-cont li {
        padding: 46px 0;
    }

    .pri-li h3 {
        font-size: 20px;
    }

    .proinfo .lbanner-txt {
        font-size: 36px;
    }
}

@media (max-width:991px) {
    .pri-two .lbanner-txt h3{
        font-size: 36px;
        line-height: 46px;
    }
	.pri-three .lbanner-txt h3{line-height: 32px;}

    .pri-left {
        width: 38%;
    }

        .pri-left .pril-box {
            padding: 30px 20px;
        }

    .pril-box h3 {
        font-size: 30px;
    }

    .pril-p {
        height: 98px;
    }

        .pril-p p {
            font-size: 16px;
        }

    .pril-box .select-box {
        margin-top: 36px;
    }

    .proinfo .protw-float, .select-box .protw-right {
        width: 45%;
    }

    .pril-box .protw-select {
        width: auto;
        padding: 0 10px;
    }

    .btn-box .pri-btn {
        padding: 15px 30px;
    }

    .prir-swiper .swiper-button-prev, .prir-swiper .swiper-button-next {
        font-size: 28px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .pri-li span {
        font-size: 50px;
        line-height: 50px;
    }

    .pri-li h3 {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .pri-left {
        width: 100%;
    }

    .pri-right {
        width: 100%;
        margin-top: 20px;
    }

        .pri-right .prir-pic img {
            width: 100%;
        }

    .pri-three .three-cont li {
        padding: 33px 0;
    }

    .pri-li span {
        font-size: 40px;
        line-height: 40px;
    }

    .pri-li h3 {
        font-size: 14px;
        margin-top: 10px;
    }

    .pri-two .lbanner-txt h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .pri-two .pri-cont p {
        font-size: 14px;
        line-height: 26px;
    }

    .pri-four {
        padding-bottom: 40px;
    }

    .pri-five {
        padding: 40px 0;
    }

    .prifv-box {
        margin-top: 30px;
        display: block;
    }

        .prifv-box li {
            width: 50%;
            margin-bottom: 15px;
        }

            .prifv-box li:last-child {
                margin: 0 auto;
                clear: both;
                float: none;
            }

    .pri-icon {
        width: 58px;
        height: auto;
    }

    .prifv-box li p {
        font-size: 16px;
        margin-top: 15px;
    }

    .pri-six .proparm-box {
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .pri-right .prir-swiper {
        padding: 0 20px;
    }

    .prir-swiper .swiper-button-prev, .prir-swiper .swiper-button-next {
        display: none;
    }

    .pri-three .three-cont li {
        width: 50%;
        margin-left: 0;
        margin-right: 0;
    }

    .prif-big tbody tr {
        height: 60px;
    }

    .prif-big tbody td {
        padding: 0 15px;
    }

    .pril-box h3 {
        font-size: 26px;
    }

    .proinfo .lbanner-txt {
        font-size: 24px;
    }

    .btn-box .pri-btn {
        padding: 10px 30px;
        font-size: 15px;
    }
}

@media (max-width:640px) {
    .proinfo .lbanner-txt {
        display: block !important;
        padding: 0;
    }
}

/* ==================新闻中心====================== */
.news {
}

.news-top {
    background: #f2f2f2;
}

    .news-top a {
        display: block;
    }

.newstop-img {
    overflow: hidden;
    float: left;
    width: 50.5%;
}

    .newstop-img img {
        width: 100%;
        transition: ease .5s;
    }

.newstop-txt {
    float: right;
    width: 44.9%;
    padding: 52px 0 28px;
}

    .newstop-txt h3 {
        font-size: 30px;
        line-height: 45px;
        color: #333;
        transition: ease .5s;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.news-top a:hover .newstop-img img {
    transform: scale(1.04);
}

.newstop-txt span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: rgba(51,51,51,0.7);
    font-family: "ITCAvantGardeStd-Md";
    margin: 20px 0;
}

.newstop-txt p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}

.newstop-txt .new-jt {
    display: block;
    width: 32px;
    height: 19px;
    background: url(../image/new-bjt.png) no-repeat left 0 center;
    transition: all .5s;
}

.news-top a:hover .newstop-txt .new-jt {
    background-image: url(../image/new-bluejt.png) !important;
}

.news-top .swiper-pagination {
    bottom: 23px !important;
    left: 54% !important;
    text-align: unset;
    width: 300px;
    transition: none;
    -webkit-transition: none;
    transform: none;
}

.news-top .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    background: url(../image/dot.png) no-repeat center;
    opacity: 1 !important;
    margin: 0 12px !important;
}

.news-top .swiper-pagination-bullet-active {
    background-image: url(../image/dotH.png);
}
/*  */
.new-two {
    background: #fff;
}

    .new-two ul.news-box {
        /* margin-bottom: 80px !important; */
    }

.news-box li {
    margin-bottom: 30px;
    box-shadow: 0px 3px 18px rgba(239,239,239,1);
}

    .news-box li:last-child {
        margin-bottom: 0;
    }

.news-list {
    overflow: hidden;
    display: block;
    background: white;
}

.news-pic {
    width: 31.3%;
    height: 256px;
    float: left;
    overflow: hidden;
}

    .news-pic img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .5s;
    }

.news-font {
    width: 65.1%;
    float: right;
    padding: 32px 35px 45px 0;
}

    .news-font h3 {
        font-size: 22px;
        color: #333;
        line-height: 22px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .news-font p {
        font-size: 15px;
        color: #333;
        line-height: 24px;
        height: 72px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-bottom: 42px;
    }

    .news-font span {
        font-size: 14px;
        color: #8e8e8e;
        line-height: 24px;
        display: block;
        width: 100%;
        height: 20px;
        font-family: 'ITC-MDCN';
        background: url(../image/new-bjt.png) no-repeat right 0 center;
        transition: all .5s;
    }

.news-list:hover img {
    transform: scale(1.05);
}

.news-list:hover h3 {
    color: #02469b;
}

.news-list:hover .news-font span {
    background-image: url(../image/new-bluejt.png) !important;
}

@media (max-width:1459px) {
    .newstop-txt {
        padding-top: 32px;
    }

        .newstop-txt h3 {
            /* font-size: 40px; */
        }

        .newstop-txt p {
            height: 60px;
            -webkit-line-clamp: 2;
            margin-top: 30px;
        }

    .new-two {
        padding-bottom: 80px;
    }
}

@media (max-width:1259px) {
    .newstop-img img {
        height: 280px;
    }

    .newstop-txt {
        padding: 20px 0 18px;
    }

        .newstop-txt h3 {
            font-size: 34px;
            line-height: 44px;
        }

        .newstop-txt p {
            margin-top: 20px;
        }

    .news-top .swiper-pagination {
        bottom: 10px !important;
    }

    .news-pic {
        height: 180px;
    }

    .news-font {
        padding: 25px 35px 15px 0;
    }

        .news-font p {
            font-size: 14px;
            line-height: 22px;
            height: 48px;
            -webkit-line-clamp: 2;
            margin-bottom: 30px;
        }

        .news-font span, .news-list:hover .news-font span, .newstop-txt .new-jt, .news-top a:hover .newstop-txt .new-jt {
            background-size: 26px 15px;
        }
}

@media (max-width:991px) {
    .newstop-txt p {
        -webkit-line-clamp: 1;
    }

    .newstop-txt h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .news-pic {
        height: 136px;
    }

    .news-font {
        padding: 15px;
        padding-left: 0;
    }

        .news-font h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .news-font p {
            margin-bottom: 6px;
        }

        .news-font span, .news-list:hover .news-font span, .newstop-txt .new-jt, .news-top a:hover .newstop-txt .new-jt {
            background-size: 24px 12px;
        }
}

@media (max-width:767px) {
    .newstop-txt h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .newstop-img {
        float: none;
        width: 100%;
    }

    .newstop-txt {
        float: none;
        width: 100%;
        padding: 0;
        padding-top: 20px;
    }

        .newstop-txt p {
            margin-top: 10px;
            font-size: 14px;
            line-height: 24px;
            height: 48px;
            margin-bottom: 10px;
        }

    .news-top .swiper-pagination {
        left: 0 !important;
        text-align: center;
        bottom: 0 !important;
		width: 100%;
    }

    .news-top .swiper-pagination-bullet-active {
        background-size: 14px;
    }

    .newstop-txt span {
        margin: 10px 0 20px;
    }

    .new-two {
        padding-bottom: 40px;
    }

        .new-two ul.news-box {
            /* margin-bottom: 40px !important; */
        }

    .news-pic {
        height: 116px;
    }

    .news-font {
        padding: 10px 15px 10px 0;
    }

        .news-font h3 {
            font-size: 16px;
            line-height: 16px;
        }

        .news-font span {
            font-size: 13px;
            margin-top: 10px;
        }

        .news-font p {
            font-size: 13px;
            height: 40px;
            line-height: 20px;
        }

        .news-font span, .news-list:hover .news-font span, .newstop-txt .new-jt, .news-top a:hover .newstop-txt .new-jt {
            background-size: 20px 11px;
        }

    .newsinfo-one {
        padding: 40px 0;
    }
}

@media (max-width:640px) {
    .newstop-img img {
        height: auto;
    }

    .news-top .swiper-pagination {
        bottom: -9px !important;
    }

    .news-box li {
        margin-bottom: 20px;
    }

    .news-pic {
        width: 100%;
        float: none;
        height: auto;
    }

    .news-font {
        width: 100%;
        padding: 12px;
    }
}

/* ===================新闻详情=================== */
.newsinfo {
}

.newsinfo-tit {
    font-size: 40px;
    line-height: 60px;
    color: #333;
    width: 100%;
    margin: auto;
}

.newsinfo-one {
    padding: 70px 0 50px;
}

.newsinfo1-con {
    margin: auto;
    margin-top: 50px;
    width: 100%;
}

.newsinfo-time {
    float: left;
}

    .newsinfo-time span {
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        color: rgba(51,51,51,0.7);
        margin-right: 130px;
    }

        .newsinfo-time span i {
            font-style: normal;
            font-family: "ITCAvantGardeStd-Demi";
        }

.newsinfo-share {
    float: right;
}

    .newsinfo-share a {
        display: inline-block !important;
        float: left;
        background: none !important;
        font-size: 24px !important;
        width: 34px !important;
        height: 34px !important;
        line-height: 34px !important;
        text-align: center;
        color: #999 !important;
        transition: ease .5s !important;
        padding-left: 0 !important;
        text-decoration: none !important;
        margin: 0 30px !important;
    }

        .newsinfo-share a:last-child {
            margin-right: 0 !important;
        }

        .newsinfo-share a:hover {
            color: #02469b !important;
        }

.newsinfo-two {
    background: #f8f8f8;
}

.newsinfo-two img {
   max-width: 100% !important;
    overflow: hidden;
    height: auto !important;

}

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

.newsinfo-two p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin: auto;
   
}

.newsinfo-two .last {
    margin-bottom: 90px;
}

.newsinfo-page {
    position: relative;
    text-align: center;
    padding-top: 50px;
    border-top: 1px solid #cdcdcd;
    margin: auto;
    margin-top: 30px;
    width: 100%;
}

    .newsinfo-page a {
        display: inline-block;
    }

.newsinfo-pagel {
    font-size: 16px;
    line-height: 40px;
    color: rgba(0,0,0,0.5);
    transition: ease .5s;
    position: absolute;
    left: 0;
    max-width: 30%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newsinfo-pagec {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    max-width: 30%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 60px;
    background: #02469b;
    transition: ease .5s;
}

    .newsinfo-pagec:hover {
        background: #fff;
        box-shadow: 0 0 13px rgba(0,0,0,.1);
        color: #333;
    }

.newsinfo-pager {
    font-size: 16px;
    line-height: 40px;
    color: rgba(0,0,0,0.5);
    transition: ease .5s;
    position: absolute;
    right: 0;
    max-width: 30%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .newsinfo-pagel i, .newsinfo-pager i {
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }

.newsinfo-pagel i {
    padding-right: 35px;
}

.newsinfo-pager i {
    padding-left: 35px;
}

.newsinfo-pagel:hover, .newsinfo-pager:hover {
    color: #000;
}

.newsinfo-three {
}

.newsinfo3-tit {
    font-size: 40px;
    line-height: 50px;
    color: #333;
    margin-bottom: 80px;
}

@media (max-width:1259px) {
    .newsinfo-tit, .newsinfo3-tit {
        font-size: 40px;
        line-height: 56px;
    }

    .newsinfo-time span {
        margin-right: 60px;
    }

    .newsinfo-share a {
        margin: 0 15px !important;
    }

    .newsinfo-img {
        margin: 60px auto 60px;
    }

    .newsinfo-p {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .newsinfo-tit, .newsinfo3-tit {
        font-size: 34px;
        line-height: 40px;
    }
}

@media (max-width:767px) {
    .newsinfo-tit, .newsinfo3-tit {
        font-size: 24px;
        line-height: 30px;
    }

    .newsinfo-img {
        margin: 40px auto 50px;
    }

    .newsinfo1-con {
        margin-top: 30px;
    }

    .newsinfo-time span {
        font-size: 16px;
    }

    .newsinfo-p {
        font-size: 16px;
    }

    .newsinfo-pager, .newsinfo-pagel {
        font-size: 16px;
    }

    .newsinfo-pagec {
        padding: 0 50px;
    }

    .newsinfo-page {
        margin-top: 20px;
        padding-top: 20px;
    }

    .newsinfo-pagel i {
        padding-right: 20px;
    }

    .newsinfo-pager i {
        padding-left: 20px;
    }

    .newsinfo-two .last {
        margin-bottom: 50px;
    }

    .newsinfo3-tit {
        margin-bottom: 30px;
    }

    .newsinfo-one {
        padding: 40px 0;
    }
}

@media (max-width:640px) {
    .newsinfo-time span {
        display: block;
        margin-right: 20px;
    }

    .newsinfo-share a {
        font-size: 20px !important;
        line-height: 20px;
    }

    .newsinfo-p {
        font-size: 14px;
        line-height: 26px;
    }

    .newsinfo-pager, .newsinfo-pagel {
        font-size: 14px;
    }

        .newsinfo-pagel i {
            padding-right: 5px;
        }

        .newsinfo-pager i {
            padding-left: 5px;
        }

    .newsinfo-pagec {
        padding: 0 15px;
        line-height: 34px;
        font-size: 14px;
    }
}

/* =================解决方案详情================= */
.soluinfo {
}
/*  */
.soli-one {
    background: #f4f4f4;
}

    .soli-one .lbanner-txt {
        color: #333;
        line-height: 48px;
    }

.soluinfo .lbanner-txt {
    font-size: 40px;
}

.soli-one .lbanner-txt h3 {
    display: inline-block;
    line-height: 48px !important;
}

.soli-one .soli-icon {
    display: inline-block;
    width: 34px;
    height: 18px;
    float: right;
    background: url(../image/soli-bg.png) no-repeat right 0 center;
}

.soli-cont p {
    font-size: 18px;
    color: #9a9a9a;
    line-height: 34px;
}
/*  */
.soli-two {
    background: #ededed;
    padding: 50px 0;
}

    .soli-two .lbanner-txt {
        color: #02469b;
    }

.solitw-box {
    margin-top: 50px;
}

    .solitw-box ul {
        margin: 0 -4px;
    }

    .solitw-box li {
        width: 20%;
        text-align: center;
        float: left;
        padding: 0 4px;
        margin-bottom: 7px;
    }

        .solitw-box li .soli-list {
            background: #02469b;
            padding: 18px 22px;
            border-radius: 12px;
        }

.soli-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    transition: ease .5s;
}

    .soli-icon img {
        display: block;
        width: 100%;
        transition: ease .5s;
    }

.solitw-box li:hover .soli-icon img {
    transform: rotatey(180deg);
}

.solitw-box li p {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    margin-top: 30px;
    height: 48px;
}
/*  */
.soli-three {
    background: #fff;
    padding-bottom: 90px;
}

.solith-tit {
    font-size: 40px;
    line-height: 60px;
    color: #333;
}

    .solith-tit span {
        display: block;
    }

.solith-right {
    float: right;
    width: 40%;
    position: relative;
    overflow: hidden;
}

    .solith-right img {
        width: 100%!important;
        transition: ease .5s;
		height: auto!important;
    }

    .solith-right:hover img {
        transform: scale(1.04);
    }

.solith-left {
    float: left;
    width: 51.5%;
    padding-top: 100px;
}

.solith-p {
    font-size: 18px;
    line-height: 30px;
    color: #a0a0a0;
    max-height: 210px;
    width: 100%;
}

.solith-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: ease .5s;
    padding: 50px;
}

    .solith-txt::before {
        position: absolute;
        content: "";
        width: 75%;
        height: 100%;
        background: #f6f6f6;
        left: 0;
        top: 0;
        z-index: 3;
        transition: ease .5s;
    }

.solith-right:hover .solith-txt::before {
    width: 100%;
}
/* .solith-txt::after{position: absolute;content: "";width: 158px;height: 100%;background: transparent;z-index: 4;right: 0;top: 0;transition: ease .5s;} */
.solith-txt span {
    display: block;
    font-family: "DIN-MediumAlternate";
    font-size: 24px;
    line-height: 30px;
    color: #cfcfcf;
    position: relative;
    z-index: 5;
    margin-bottom: 10px;
}

.solith-txt h3 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    position: relative;
    z-index: 5;
}
/*  */
.soli-four {
    background: url(../image/2020051109194668.jpg) no-repeat;
}

    .soli-four .solith-tit {
        text-align: center;
        color: #fff;
    }

.soli-dec {
    font-size: 18px;
    line-height: 24px;
    color: rgba(255,255,255,.9);
    margin-top: 30px;
    text-align: center;
}

.solifo-con {
    margin-top: 80px;
}

.solifo-swiper {
    position: relative;
}

.solifo-ul {
}

    .solifo-ul li {
        text-align: center;
        float: left;
        width: 33.33%;
        position: relative;
    }

        .solifo-ul li::before {
            position: absolute;
            content: "";
            width: 43px;
            height: 3px;
            right: -21px;
            top: 80px;
            margin-top: -1px;
            background: url(../image/solifo-bg.png)no-repeat center;
            background-size: 100% 100%;
        }

        .solifo-ul li:last-child::before {
            display: none;
        }

.solifo-ic {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.2);
    margin: 0 auto 35px;
    transition: ease .5s;
}

.solifo-ul li:hover .solifo-ic {
    border-color: #fff;
    border: 1px dashed #fff;
}

.solifo-ul li:hover h3 {
    color: #fff;
}

.solifo-ul h3 {
    font-size: 18px;
    color: rgba(255,255,255,.8);
    line-height: 160px;
    color: #fff;
}

    .solifo-ul h3 span {
    }

    .solifo-ul h3 span {
        display: inline-block;
        font-size: 45px;
        line-height: 160px;
        color: #fff;
        font-family: "avantgardeitcbybt-demi";
    }

    .solifo-ul h3 em {
        font-size: 32px;
        color: #fff;
        font-style: normal;
    }

.solifo-p {
    font-size: 18px;
    line-height: 24px;
    color: rgba(255,255,255,.9);
}

.solifo-swiper .swiper-button-next.swiper-button-disabled, .solifo-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer !important;
    pointer-events: auto !important;
}

.solifo-swiper .swiper-button-prev {
    transition: all .5s;
    font-size: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
    left: -120px;
    margin-top: -29.5px;
    text-align: center;
    line-height: 48px;
    font-weight: bolder;
    background-image: none;
}

.solifo-swiper .swiper-button-next {
    transition: all .5s;
    font-size: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    background-image: none;
    opacity: 1;
    right: -120px;
    margin-top: -29.5px;
    text-align: center;
    line-height: 48px;
    font-weight: bolder;
}

    .solifo-swiper .swiper-button-prev:hover, .solifo-swiper .swiper-button-next:hover {
        background: #fff;
        color: #333;
    }

.solifo-swiper .swiper-button-prev, .solifo-swiper .swiper-button-next {
    top: 90px;
}
/*  */
.soli-five {
    background: #fff;
}

    .soli-five .lbanner-txt {
        color: #333;
        line-height: 48px;
    }

    .soli-five .three-cont ul {
        width: 100%;
    }

    .soli-five .three-cont li {
        width: 20%;
        float: left;
        text-align: center;
        border: 1px solid rgba(215,215,215,.8);
        margin-left: -1px;
    }

        .soli-five .three-cont li:nth-child(1), .soli-five .three-cont li:nth-child(6) {
            margin-left: 0;
        }

        .soli-five .three-cont li:nth-of-type(n+6) {
            margin-top: -1px;
        }

        .soli-five .three-cont li img {
            width: 100%;
        }
/*  */
.soli-six {
    background: #f7f7f7;
}

    .soli-six .protw-top {
        border-bottom: transparent;
        padding: 70px 0 70px;
    }

    .soli-six .protw-box ul {
        padding-bottom: 75px;
    }

    .soli-six .protw-box {
        margin-top: 0;
    }

    .soli-six .protw-txt {
        font-size: 40px;
        line-height: 46px;
    }

@media (max-width:1919px) {
    .pri-swiper {
        padding: 0 60px;
    }

        .pri-swiper .swiper-button-next {
            right: 0;
        }

        .pri-swiper .swiper-button-prev {
            left: 0;
        }

    .solifo-swiper .swiper-button-next {
        right: 0;
    }

    .solifo-swiper .swiper-button-prev {
        left: 0;
    }
}

@media (max-width:1459px) {
    .solith-tit {
        font-size: 46px;
    }

    .solith-left {
        padding-top: 80px;
    }
}

@media (max-width:1259px) {
    .solith-tit {
        font-size: 38px;
        line-height: 50px;
    }

    .soli-cont p {
        font-size: 16px;
        line-height: 30px;
    }

    .solith-left {
        padding-top: 20px;
    }

    .solith-p {
        font-size: 16px;
    }

    .solith-txt::before {
        width: 85%;
    }

    .solitw-box li .soli-list {
        padding: 18px 16px;
    }

    .solitw-box li p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
        height: 58px;
    }

    .solifo-swiper .swiper-button-prev, .solifo-swiper .swiper-button-next {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }

    .solifo-swiper .swiper-button-prev {
    }

    .solifo-swiper .swiper-button-next {
    }

/*    .pri-swiper .swiper-button-prev, .pri-swiper .swiper-button-next {
        display: none !important;
        opacity: 0 !important;
    } */
}

@media (max-width:991px) {
    .soluinfo .lbanner-txt h3, .solith-tit {
        font-size: 32px;
        line-height: 46px;
    }

    .solith-txt {
        padding: 30px;
    }

        .solith-txt::before {
            width: 100%;
        }

    .solith-p {
        width: 100%;
    }

    .solith-tleft {
        padding-right: 30px;
    }

    .solith-p {
        max-height: 150px;
    }

    .solifo-ic {
        width: 120px;
        height: 120px;
    }

    .solifo-ul li::before {
        top: 60px;
    }

    .solifo-ul h3 {
        line-height: 120px;
        font-size: 34px;
    }

        .solifo-ul h3 .timer {
            line-height: 120px;
            font-size: 34px;
        }

    .solith-tit span {
        display: inline-block;
    }

    .soli-dec, .solifo-p {
        font-size: 16px;
    }

    .solith-txt {
        padding: 30px;
    }

        .solith-txt span {
            font-size: 20px;
        }

        .solith-txt h3 {
            font-size: 22px;
        }

    .solifo-swiper .swiper-button-prev, .solifo-swiper .swiper-button-next {
        top: 70px;
    }

    .soli-six .protw-txt {
        font-size: 32px;
    }
}

@media (max-width:767px) {
    .soluinfo .lbanner-txt h3, .solith-tit {
        font-size: 24px;
        line-height: 30px;
    }

    .soli-one .lbanner-txt, .soluinfo .lbanner-txt h3 {
        line-height: 24px !important;
    }

    .soli-one .soli-icon {
        background-size: 20px;
    }

    .line {
        margin: 25px 0;
        height: 3px;
    }

    .soli-cont p {
        font-size: 14px;
        line-height: 22px;
    }

    .soli-dec {
        margin-top: 10px;
        line-height: 30px;
    }

    .solitw-box {
        margin-top: 35px;
    }

        .solitw-box li {
            width: 33.3333333%;
        }

    .soli-icon {
        width: 44px;
        height: 44px;
    }
    /* .solitw-box li:last-child{margin: 0 auto;float: unset;clear: both;} */
    .solith-left {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-top: 30px;
    }

    .solith-right {
        float: none;
        width: 100%;
    }

    .solith-txt {
        padding: 30px 20px;
    }

        .solith-txt span {
            font-size: 20px;
        }

        .solith-txt h3 {
            font-size: 21px;
        }

    .solith-p {
        font-size: 14px;
        line-height: 24px;
        max-height: none;
        height: auto;
        padding: 0;
    }

    .solifo-p {
        padding: 0 10px;
        font-size: 14px;
    }

    .solifo-con {
        margin-top: 40px;
    }

    .solifo-ic {
        width: 90px;
        height: 90px;
        margin: 0 auto 10px;
    }

    .solifo-ul li::before {
        top: 40px;
        width: 30px;
        height: 2px;
    }

    .solifo-ul h3 {
        line-height: 90px;
        font-size: 26px;
    }

        .solifo-ul h3 .timer {
            line-height: 90px;
            font-size: 26px;
        }

        .solifo-ul h3 i {
            font-size: 20px;
        }

        .solifo-ul h3 span {
            font-size: 14px;
        }

    .solifo-swiper .swiper-button-prev, .solifo-swiper .swiper-button-next {
        display: none !important;
        opacity: 0 !important;
    }

    .pri-swiper {
        margin-top: 30px;
    }

    .protw-box {
        margin-top: 20px;
    }

    .soli-two {
        padding: 40px 0;
    }

    .soli-three {
        padding-bottom: 40px;
    }

    .soli-six .protw-top {
        padding: 40px 0 20px;
    }

    .soli-six .protw-box ul {
        padding-bottom: 15px;
    }

    .soli-six .protw-txt {
        font-size: 24px;
    }
}

@media (max-width:640px) {
    .soluinfo .lbanner-txt {
        display: block !important;
        padding: 0;
    }

    .solith-txt {
        padding: 20px;
    }

        .solith-txt span {
            margin-bottom: 5px;
        }

    .solifo-ul li::before {
        display: none;
    }

    .solifo-ul li {
        width: 50%;
        margin: 15px 0;
    }

        .solifo-ul li:last-child {
            clear: both;
            float: none;
            margin: 0 auto;
        }

    .solifo-ul {
        margin: -15px 0;
        display: unset;
    }

    .soli-five .three-cont li {
        width: 50%;
        margin-left: 0;
    }

        .soli-five .three-cont li:nth-child(n+6) {
            margin-top: 0;
        }
}

@media(max-width:470px) {
    .solitw-box li {
        width: 50%;
    }
}




/* ==============anchor============= */
.anchor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 490;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    text-align: center;
    display: none;
}

    .anchor li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }

        .anchor li a {
            display: block;
            padding: 0 26px;
            font-size: 14px;
            line-height: 34px;
            text-align: center;
            color: #333;
            border: 1px solid #dfdfdf;
            border-radius: 20px;
            transition: all .3s;
        }

            .anchor li.on a, .anchor li a:hover {
                color: #02469b;
                border-color: #02469b;
            }


@media(max-width:1259px) {
}

@media(max-width:767px) {
    .appsecond-nav {
        display: block;
    }

    .product-menu, .produmenu-hover {
        display: none;
    }

    .lmenu {
        display: none;
    }

    .lpage a {
        font-size: 17px;
        margin: 0 12px;
    }

        .lpage a.lpage-prev, .lpage a.lpage-next {
            width: 40px;
            height: 40px;
            line-height: 40px;
            margin: 0 20px;
        }

    .anchor {
        display: none !important;
    }

    .header-app {
        display: block !important;
    }
}
/* 2019.12.31 */
@media(max-width:640px) {
    .lappbanner {
        display: block;
    }

    .lbanner {
        background: none !important;
        height: auto;
        position: relative;
    }

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

    .lbanner-txt {
        padding: 130px 0 100px;
    }

    .qual-lbannertxt {
        padding: 120px 0 70px;
    }

    .lbanner-bread {
        font-size: 14px;
    }

    .qual-bannertxt {
        height: auto;
    }

    .lpage a {
        margin: 0 8px;
    }
}

@media(max-width:375px) {
    .lbanner-txt {
        padding: 120px 0 85px;
    }

    .qual-lbannertxt {
        padding: 105px 0 60px;
    }
}

@media(max-width:360px) {
    .lbanner-txt {
        padding: 115px 0 80px;
    }

    .qual-lbannertxt {
        padding: 95px 0 60px;
    }
}

@media(max-width:320px) {
    .lbanner-txt {
        padding: 105px 0 60px;
    }

    .qual-lbannertxt {
        padding: 85px 0 40px;
    }
}



.lmotto {
    background: #f2f2f2;
}

.lmotto-h3 {
    font-size: 40px;
    line-height: 60px;
    color: #333;
}

    .lmotto-h3 span {
        display: block;
    }

.lmotto-p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}
/* ========================job ============================= */
.job {
}

.job-tit {
    font-size: 42px;
    line-height: 60px;
    color: #333;
}

.join-s {
    margin-bottom: 80px;
    margin-top: -20px;
}

.job-item {
    margin-top: 20px;
    background: #f8f8f8;
    cursor: pointer;
}

    .job-item.open {
    }

.job-hea {
    position: relative;
    padding: 30px 60px;
}

.job-item.open .job-hea {
    border-color: #FF9B2D;
}

.job-le {
    font-size: 16px;
    line-height: 30px;
    color: rgba(10,10,10,1);
    float: left;
    transition: ease .5s;
}

    .job-le span {
        display: inline-block;
        margin: 5px 0;
        margin-right: 120px;
        color: #333;
    }

        .job-le span:nth-child(3) {
            margin-right: 0;
        }

.jobhea-h3 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    position: relative;
    margin-bottom: 15px;
}

    .jobhea-h3::before {
        position: absolute;
        content: "";
        width: 3px;
        height: 23px;
        background: #333;
        top: 5px;
        left: -30px;
    }

.job-item.open .job-le, .job-item.open .job-le span {
    color: rgba(10,10,10,.7);
}

.jobhea-txt {
    padding-right: 40px;
}

.job-ri {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -20px;
    background: url(../image/ljob-mo.png)no-repeat center;
    transition: ease .5s;
    background-size: 100% 100%;
}

.job-item.open .job-ri {
    transform: rotate(90deg);
}

.job-cont {
    display: none;
}

.job-item.open .job-cont {
    display: block;
}

.job-pad {
    padding: 20px 60px 50px;
}

    .job-pad h3 {
        font-size: 18px;
        line-height: 36px;
        color: #0a0a0a;
        margin: 5px 0;
    }

    .job-pad p {
        font-size: 18px;
        line-height: 36px;
        color: #555;
    }

.job-sub {
    margin-top: 40px;
}

    .job-sub a {
        display: inline-block;
        float: left;
    }

.job-submit {
    position: relative;
    padding: 7px 34px;
    background: #02469b;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-right: 45px;
}

    .job-submit::before {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        background: rgba(255,255,255,0.1);
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        transition: ease .5s;
    }

    .job-submit:hover::before {
        width: 100%;
    }

    .job-submit span {
        display: block;
        position: relative;
    }

@media (max-width:1259px) {
    .lmotto-h3 {
        font-size: 40px;
    }
}

@media (max-width:991px) {
    .lbanner {
        height: 400px;
    }

    .job-le span {
        margin-right: 30px;
    }

    .jobhea-h3::before {
        left: -15px;
    }

    .job-hea {
        padding: 30px 40px;
    }

    .job-pad {
        padding: 0px 40px 50px;
    }

    .job-ri {
        width: 35px;
        height: 35px;
        right: 45px;
    }

    .job-pad p {
        font-size: 16px;
    }

    .job-submit {
        font-size: 17px;
    }

    .job-sub {
        margin-top: 25px;
    }
}

@media (max-width:991px) {
    .lmotto-h3 {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width:767px) {
    .lbanner {
        height: 350px;
    }

    .lmotto-h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .lmotto-p {
        font-size: 16px;
    }

    .jobhea-h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .job-le {
        font-size: 15px;
        line-height: 32px;
    }

    .job-hea {
        padding: 25px 40px;
    }

    .job-pad h3 {
        font-size: 17px;
    }

    .job-submit {
        font-size: 16px;
    }

    .join-s {
        margin-bottom: 20px;
    }
}

@media (max-width:640px) {
    .lbanner {
        height: auto;
    }

    .lmotto-h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .jobhea-txt {
        display: flex;
    }

    .job-hea {
        padding: 25px 20px;
    }

    .jobhea-h3::before {
        display: none;
    }

    .job-ri {
        right: 20px;
    }

    .job-pad {
        padding: 0px 20px 30px;
    }
}

/* =====================contact===================== */
.contact {
}

.contact-one {
}

.contact-tit {
    font-size: 48px;
    line-height: 60px;
    color: #333;
}

.contact1-hr {
    width: 100%;
    height: 5px;
    background: #fff;
    margin: 0 0 60px;
}

.contact1-map1 {
    position: relative;
    margin-top: 70px;
}

.contact1-img {
    float: left;
    width: 77%;
}

    .contact1-img img {
        width: 100%;
    }

.contact1-txt {
    float: right;
    width: 33%;
    background: #02469b;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    padding: 50px 50px 50px;
}

    .contact1-txt h3 {
        font-size: 24px;
        line-height: 30px;
        color: #fff;
    }

    .contact1-txt ul {
        margin-top: 35px;
    }

        .contact1-txt ul::-webkit-scrollbar-thumb, .contact1-txt2 ul::-webkit-scrollbar-thumb {
            background-color: #fff;
        }

    .contact1-txt li {
        font-size: 18px;
        line-height: 30px;
        color: #fefefe;
        margin-top: 25px;
    }


        .contact1-txt li:first-child {
            margin-top: 0;
        }

        .contact1-txt li span {
            display: inline-block;
            font-family: "avantgardeitcbybt-demi";
        }

.contact1-map2 {
    position: relative;
    margin-top: 50px;
}

.contact1-img2 {
    float: right;
    width: 72.85%;
}

    .contact1-img2 img {
        width: 100%;
    }

.contact1-txt2 {
    float: left;
    width: 27.15%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    padding: 62px 53px 40px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

    .contact1-txt2 h3 {
        font-size: 24px;
        line-height: 30px;
        color: #fff;
    }

    .contact1-txt2 ul {
        margin-top: 20px;
    }

    .contact1-txt2 li {
        font-size: 18px;
        line-height: 30px;
        margin-top: 20px;
        color: #fefefe;
    }

        .contact1-txt2 li:first-child {
            margin-top: 0;
        }

        .contact1-txt2 li:last-child {
            margin-top: 20px;
        }

        .contact1-txt2 li span {
            display: inline-block;
            font-family: "avantgardeitcbybt-demi";
        }

.contact-two {
    background: #f7f7f7;
}

.contact2-con {
    margin-top:70px;
}

.contact2-ul {
    margin: 0 -5px;
}

    .contact2-ul li {
        float: left;
        width: 20%;
        padding: 0;
        padding: 0 5px;
    }

.contact2-box {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
}

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

.contact2-img {
    position: relative;
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    box-shadow: 0 0 13px rgba(0,0,0,.1);
}

.contact2-txt {
    opacity: 0;
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #0f23a2;
    height: 100%;
}

.contact2-img, .contact2-txt {
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    backface-visibility: hidden;
}

.contact2-ul li:hover .contact2-img, .contact2-ul li:hover .contact2-txt {
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.contact2-ul li:hover .contact2-img {
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
}

.contact2-ul li:hover .contact2-txt {
    opacity: 1;
    transform: rotateY(0deg);
    transform-style: preserve-3d;
}

.contact2-img img {
    width: 100%;
}

.contact2-icon {
    width: 56px;
    height: 43px;
    text-align: center;
    margin: 0 auto 34px;
}

    .contact2-icon img {
        display: inline-block;
        max-width: 100%;
    }

.contact2-box h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.contact2-box p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.contact2-txt h3, .contact2-txt .contact2-icon, .contact2-txt p {
    opacity: 0;
    transition: ease 2s;
}

.contact2-ul li:hover .contact2-txt h3, .contact2-ul li:hover .contact2-txt .contact2-icon, .contact2-ul li:hover .contact2-txt p {
    opacity: 1;
}

.contact2-box .contact2-icon, .contact2-box h3, .contact2-box p {
    transform: translateY(0%) translateZ(60px) scale(0.94);
    perspective: inherit;
    box-sizing: border-box;
    outline: 1px solid transparent;
}

.contact-three {
}

    .contact-three .contact-tit {
        float: left;
    }

.contact3-tit {
    margin-bottom: 60px;
}

.contact2-p {
}

.contact-three .join-s {
    margin-bottom: 0;
}

.contact-three .home-more {
    margin-top: 0;
}

@media (max-width:1459px) {
    .contact1-txt ul {
        max-height: 226px;
    }

    .contact1-txt li {
        margin-top: 15px;
    }

        .contact1-txt li:last-child {
            margin-top: 20px;
        }

    .contact1-txt {
        padding: 35px 30px;
    }

    .contact1-txt2 li:last-child {
        margin-top: 20px;
    }

    .contact1-txt2 ul {
        margin-top: 30px;
    }

    .contact1-txt2 {
        padding: 35px 30px;
    }

    .contact1-hr {
        margin: 20px 0 30px;
    }
}

@media (max-width:1259px) {
    .contact1-txt2 ul {
        margin-top: 10px;
        max-height: 195px;
    }

    .contact1-hr {
        margin: 20px 0;
        height: 3px;
    }

    .contact1-txt ul {
        margin-top: 15px;
        max-height: 168px;
    }

    .contact2-ul li {
        width: 25%;
    }

        .contact2-ul li:last-child {
            margin-top: 10px;
        }

    .contact-tit {
        font-size: 42px;
    }
}

@media (max-width:991px) {
    .contact-tit {
        font-size: 36px;
        line-height: 40px;
    }

    .contact1-img, .contact1-img2 {
        float: none;
        width: 100%;
    }

    .contact1-txt, .contact1-txt2 {
        position: static;
        width: 100%;
    }

        .contact1-txt ul, .contact1-txt2 ul {
            max-height: none;
            height: auto;
            padding: 0;
        }

    .contact2-ul li {
        width: 33.33%;
        margin: 10px 0;
    }

    .contact2-ul {
        margin: -10px -5px;
    }

    .contact2-con, .contact1-map1 {
        margin-top: 40px;
    }
}

@media (max-width:767px) {
    .contact2-con, .contact1-map1 {
        margin-top: 30px;
    }

    .contact-tit {
        font-size: 24px;
        line-height: 30px;
    }

    .contact1-hr {
        height: 1px;
        margin: 10px 0;
    }

    .contact1-txt h3, .contact1-txt2 h3 {
        font-size: 19px;
    }

    .contact1-txt li {
        font-size: 16px;
        margin-top: 10px;
    }

        .contact1-txt li:last-child {
            margin-top: 10px;
        }

    .contact1-map2 {
        margin-top: 20px;
    }

    .contact1-txt2 li, .contact1-txt2 li:last-child {
        font-size: 16px;
        margin-top: 10px;
    }

    .contact2-ul li {
        width: 50%;
    }

    .contact3-tit {
        margin-bottom: 30px;
    }
}

@media (max-width:640px) {
    .contact1-txt, .contact1-txt2 {
        padding: 30px 25px;
    }

    .contact2-ul li {
        width: 100%;
        float: none;
        padding: 0;
    }

    .contact2-ul {
        margin: -10px 0;
    }
}

/* ===================== honor ================= */
.honor {
}

.honor-tit {
}

.honortop-left {
    float: left;
}

.honortop-right {
    float: right;
}

    .honortop-right a {
        display: inline-block;
        font-size: 18px;
        line-height: 36px;
        color: #333;
        transition: ease .5s;
        position: relative;
        margin: 0 70px;
        padding-bottom: 20px;
    }

    .honortop-right .on{
        
color: #02469b;
    }

        .honortop-right a:last-child {
            margin-right: 0;
        }

        .honortop-right a:first-child {
            margin-left: 0;
        }

        .honortop-right a::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 2px;
            background: rgb(158 158 158 / 12%);
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            transition: ease .5s;
        }

        .honortop-right a:hover::before, .honortop-right a.on::before {
            width: 100%;
            background: #02469b;
        }

.honor-ul {
    margin: -25px -25px 75px;
}

    .honor-ul li {
        float: left;
        width: 25%;
        padding: 0 25px;
        margin: 25px 0;
    }

.honor-img {
    display: block;
    width: 100%;
    overflow: hidden;
    transition: ease .5s;
}

.honor-ul li:hover .honor-img {
    box-shadow: 0 0 13px rgba(0,0,0,0.1);
}

.honor-img img {
    width: 100%;
}

@media (max-width:1259px) {
    .honor-ul li {
        padding: 0 15px;
        margin: 15px 0;
    }

    .honor-ul {
        margin: -15px -15px 65px;
    }

    .honortop-right a {
        margin: 0 30px;
        padding-bottom: 15px;
    }
}

@media (max-width:991px) {
    .honor-ul li {
        width: 33.33%;
    }
}

@media (max-width:767px) {
    .honor-ul {
        margin: -15px -15px 30px;
    }

    .honortop-right a {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 10px;
        margin: 0 15px;
    }
}

@media (max-width:640px) {
    .honortop-left {
        float: none;
        margin-bottom: 10px;
		text-align: center;
    }

    .honortop-right {
		width: 100%;
		text-align: center;
        margin-bottom: 0px;
    }

    .honor-ul li {
        width: 50%;
    }
}

@media (max-width:320px) {
    .honor-ul li {
        width: 100%;
        float: none;
        padding: 0;
    }

    .honor-ul {
        margin: -15px 0 30px;
    }
}

/* =============================== research ============================== */
.research {
}

.research-tit {
    font-size: 40px;
    line-height: 60px;
    color: #333;
}

.research-tit.titlit
{
	font-size: 30px;
}
    .research-tit span {
        display: block;
    }

.research-hr {
    display: block;
    width: 26px;
    height: 4px;
    background: #000;
    margin: 35px 0;
}

.research-dec {
    font-size: 18px;
    line-height: 24px;
    color: rgba(51,51,51,.8);
    margin-top: 35px;
}

.research-one {
}

.research1-right {
    float: right;
    width: 45%;
    position: relative;
    overflow: hidden;
}

    .research1-right img {
        width: 100%;
        transition: ease .5s;
    }

    .research1-right:hover img {
        transform: scale(1.04);
    }

.research1-left {
    float: left;
    width: 55%;
    padding-right: 50px;
    padding-top: 80px;
}

.research1-p {
    font-size: 18px;
    line-height: 30px;
    color: rgba(51,51,51,.8);
    max-height: 210px;
    width: 89%;
}

.research1ri-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: ease .5s;
    padding: 25px;
}

    .research1ri-txt::before {
        position: absolute;
        content: "";
        width: 75%;
        height: 100%;
        background: #02469b;
        left: 0;
        top: 0;
        z-index: 3;
        transition: ease .5s;
    }

.research1-right:hover .research1ri-txt::before {
    width: 100%;
}
/* .research1ri-txt::after{position: absolute;content: "";width: 158px;height: 100%;background: transparent;z-index: 4;right: 0;top: 0;transition: ease .5s;} */
.research1ri-txt span {
    display: block;
    font-family: "DIN-MediumAlternate";
    font-size: 24px;
    line-height: 30px;
    color: rgba(255,255,255,0.2);
    position: relative;
    z-index: 5;
    margin-bottom: 10px;
}

.research1ri-txt h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    position: relative;
    z-index: 5;
}

.research-two {
    background: #f2f2f2;
    text-align: center;
    position: relative;
}

    .research-two::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 28px solid #f2f2f2;
        border-right: 16px solid transparent;
        border-left: 16px solid transparent;
        border-bottom: 0px solid transparent;
        left: 50%;
        bottom: -28px;
        z-index: 3;
        margin-left: -16px;
    }

.research-three {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

    .research-three .research-tit {
        color: #fff;
        text-align: center;
    }

.research3-top {
}

.research3-bot {
    border-top: 1px solid rgba(255,255,255,0.5);
}

.research3-ul {
    margin-top: 80px;
}

    .research3-ul img {
        width: 100%;
        transition: ease .5s;
    }

    .research3-ul li:hover img {
        transform: rotate(180deg);
    }

.research3-ul1 li:hover img {
    transform: rotateY(180deg);
}

.research3-ul1 li {
    float: left;
    width: 25%;text-align: center;
}

.research3-icon1 {
    width: 36px;
    height: 48px;    margin: auto;
    margin-bottom: 30px;
}

.research3-icon {
    width: 52px;
    height: 50px;    margin: auto;
    margin-bottom: 30px;
}

.research3-p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.research3-ul2 li {
    float: left;
    width: 20%;text-align:center;
}

.research3-ul2 .research3-p {
    width: 100%;padding:0 30px;
}

.research-four {
}

    .research-four .research-tit, .research-four .research-dec {
        text-align: center;
    }

    .research-four .research-dec {
        color: #333;
        width: 66%;
        margin: 30px auto 0;
    }

.research4-con {
    margin-top: 80px;
}

.research4-ul {
}

    .research4-ul li {
        text-align: center;
        float: left;
        width: 33.33%;
        position: relative;
    }

        .research4-ul li::before {
            position: absolute;
            content: "";
            width: 43px;
            height: 3px;
            right: -21px;
            top: 80px;
            margin-top: -1px;
            background: url(../image/research4-bf.png)no-repeat center;
            background-size: 100% 100%;
        }

        .research4-ul li:last-child::before {
            display: none;
        }

.research4-ic {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid #d2d2d2;
    margin: 0 auto 30px;
    transition: ease .5s;
}

.research4-ul li:hover .research4-ic {
    border-radius: 0;
    background: #02469b;
    border-color: transparent;
}

.research4-ul li:hover h3 {
    color: #fff;
}

.research4-ul h3 {
    font-size: 45px;
    line-height: 160px;
    color: #333;
    font-family: "avantgardeitcbybt-demi";
}

.research4-p {
    font-size: 20px;
    line-height: 24px;
    color: #333;
}

.research-fiv {
    background: #ebeff2;
}

.research5-img {
    float: left;
    width: 50%;
    position: relative;
    transition: ease .5s;
}

    .research5-img::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        background: #02469b;
        right: -3px;
        top: -3px;
        transition: ease-in-out .8s;
    }

    .research5-img::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        background: #02469b;
        left: -3px;
        bottom: -3px;
        transition: ease-in-out .8s;
    }

    .research5-img:hover::before, .research5-img:hover::after {
        width: 100%;
        height: 100%;
    }
    /* .research5-img:hover{padding: 5px 6px;} */
    .research5-img img {
        width: 100%;
        transition: ease .5s;
        position: relative;
        z-index: 2;
    }
/* .research5-img:hover img{transform: scale(1.04);} */
.research5-txt {
    float: right;
    width: 50%;
    padding-left: 65px;
    padding-top: 65px;
}

.research5-p {
    font-size: 18px;
    line-height: 30px;
    color: rgba(51,51,51,.8);
    padding: 0;
    max-height: 150px;
}

@media (max-width:1459px) {
    .research5-txt {
        padding-top: 0;
    }
}

@media (max-width:1259px) {
    .research-hr {
        margin: 30px 0;
    }

    .research-tit {
        font-size: 40px;
        line-height: 50px;
    }

    .research1ri-txt::before {
        width: 85%;
    }
}

@media (max-width:991px) {
    .research-tit {
        font-size: 32px;
        line-height: 46px;
    }

    .research1ri-txt {
        padding: 30px;
    }

        .research1ri-txt::before {
            width: 100%;
        }

    .research1-p {
        width: 100%;
    }

    .research1-left {
        padding-right: 30px;
    }

    .research1-p {
        max-height: 150px;
    }

    .research-four .research-dec {
        width: 90%;
    }

    .research4-ic {
        width: 120px;
        height: 120px;
    }

    .research4-ul li::before {
        top: 60px;
    }

    .research4-ul h3 {
        line-height: 120px;
        font-size: 34px;
    }

    .research-tit span {
        display: inline-block;
    }

    .research3-ul2 li {
        width: 33.33%;
        margin: 20px 0;
    }

    .research3-ul2 {
        margin: 60px 0 -20px;
    }

        .research3-ul2 li:nth-child(4), .research3-ul2 li:nth-child(5) {
            transform: translateX(50%);
        }

    .research5-p {
        padding-right: 5px;
    }

    .research3-ul2 .research3-p {
        width: 85%;
    }

    .research5-txt {
        padding-left: 30px;
    }
}@media (max-width:991px) {
		.research-tit.titlit{font-size:26px;}
	}

@media (max-width:767px) {
    .research-dec {
        font-size: 16px;
        margin-top: 10px;
        line-height: 30px;
    }

    .research-four .research-dec {
        width: 100%;
    }

    .research-tit {
        font-size: 24px;
        line-height: 30px;
    }

    .research-hr {
        margin: 10px 0;
        height: 2px;
    }
	.research-tit.titlit{font-size:24px;}

    .research1-right {
        float: none;
        width: 100%;
    }

    .research1-left {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-top: 30px;
    }

    .research1ri-txt {
        padding: 30px 20px;
    }

        .research1ri-txt span {
            font-size: 20px;
        }

        .research1ri-txt h3 {
            font-size: 21px;
        }

    .research1-p {
        font-size: 16px;
        max-height: none;
        height: auto;
        padding: 0;
    }

    .research-two::before {
        border-top: 22px solid #f2f2f2;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 0px solid transparent;
        bottom: -22px;
    }

    .research3-ul {
        margin-top: 40px;
    }

    .research3-ul1 li {
        width: 50%;
        margin: 20px 0;
    }

    .research3-ul1 {
        margin: 20px 0 -20px;
    }

    .research3-icon1 {
        width: 30px;
        height: 40px;
        margin-bottom: 12px;
    }

    .research3-p {
        font-size: 16px;
    }

    .research3-icon {
        width: 40px;
        height: 38px;
        margin-bottom: 12px;
    }

    .research3-ul2 {
        margin: 20px 0 -20px;
    }

    .research4-con {
        margin-top: 40px;
    }

    .research4-ic {
        width: 80px;
        height: 80px;
        margin: 0 auto 10px;
    }

    .research4-ul li::before {
        top: 40px;
        width: 30px;
        height: 2px;
    }

    .research4-ul h3 {
        line-height: 80px;
        font-size: 26px;
    }

    .research4-p {
        font-size: 17px;
    }

    .research5-img {
        float: none;
        width: 100%;
    }

    .research5-txt {
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .research5-p {
        font-size: 16px;
        max-height: none;
        height: auto;
        padding: 0;
    }
}

@media (max-width:640px) {
    .research1ri-txt {
        padding: 20px;
    }

        .research1ri-txt span {
            margin-bottom: 5px;
        }

    .research3-ul2 li {
        width: 100%;
        float: none;
        text-align: center;
    }

    .research3-icon {
        margin: 0 auto 10px;
    }

    .research3-ul2 .research3-p {
        width: 100%;
    }

    .research3-ul2 li:nth-child(4), .research3-ul2 li:nth-child(5) {
        transform: none;
    }
    /* .research3-ul1 li{float: none;width: 100%;} */
    .research4-ul li::before {
        display: none;
    }

    .research4-ul li {
        width: 50%;
        margin: 15px 0;
    }

        .research4-ul li:last-child {
            transform: translateX(50%);
        }

    .research4-ul {
        margin: -15px 0;
    }
}



/* ===================== about ================== */

.about {
}

.about-menu {
    background: #f2f2f2;
    padding: 10px 0;
    overflow-x: auto;
    white-space: nowrap;
}


    .about-menu::-webkit-scrollbar {
        height: 2px;
        background-color: transparent;
    }

    .about-menu::-webkit-scrollbar-thumb {
        background-color: #02469b;
        border-radius: 10px;
    }

    .about-menu a {
        display: inline-block;
        font-size: 18px;
        line-height: 36px;
        color: #333;
        padding: 12px 0;
        transition: ease .5s;
        margin-right: 110px;
    }

        .about-menu a.on {
            color: #1c327e;
        }

        .about-menu a:last-child {
            margin-right: 0;
        }

        .about-menu a:hover {
            color: #02469b;
        }

.about-one {
    background: #fff;
}

.about1-top {
    padding-bottom: 40px;
}

    .about1-top .honor-tit {
        position: relative;
    }

.honortop-right {
}

    .honortop-right span {
        position: absolute;
        width: 35px;
        height: 18px;
        background: url(../image/abtop-bf.png)no-repeat center;
        background-size: 100% 100%;
        right: 0;
        top: 0;
    }

.aboutop-logo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 121px;
    height: 18px;
}

    .aboutop-logo img {
        width: 100%;
    }

.about-one .lmotto-p {
    color: rgba(51,51,51,.8);height:400px;
}
    .about-one .lmotto-p .aboutleft{width:40%; float:left;     }
	.about-one .lmotto-p .aboutleft p{width: 100%;  padding: 20px  20px 10px 0px;}
		.about-one .lmotto-p .aboutleft p::-webkit-scrollbar {
	 width: 3px;
	 background-color: #f2f2f2;
	}
		.about-one .lmotto-p .aboutleft p::-webkit-scrollbar-thumb {
	 background-color:#02469b;
	width: 2px;
	 border-radius: 10px;
	}
     .about-one .lmotto-p .aboutright{ float:right; height:100%;}
	 .aboutright{margin-top: -80px;}
	 .about-one .lmotto-p .aboutright img{width: 100%;}
	 	 @media (max-width:1260px) {
			 
			  .aboutright{margin-top: 0px;}
			 
			 }
	 @media (max-width:797px) {
	 	 .about-one .lmotto-p .aboutleft{width:100%; float:none;}
		  .about-one .lmotto-p .aboutright{width:100%; float:nonr; height:auto;}
	 }
    .about1-bot {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        padding: 122px 0;
    }
	

.abt1-botcon {
}

.abt1-ul {
}

    .abt1-ul li {
        float: left;
        width: 33%;
        text-align: center;
        padding: 0 65px;
    }

.abt1-icon {
    width: 73px;
    height: 73px;
    margin: 0 auto 10px;
    transition: ease .5s;
}

.abt1-ul li:hover .abt1-icon {
    transform: translateY(-10px);
}

.abt1-icon img {
    width: 100%;
}

.abt1-ul li:nth-child(2):hover .abt1-icon {
    transform: rotate(180deg);
}

.abt1-p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.abt1-p.title{margin-bottom: 10px;}
.about-two {
    background: #f5f5f5;
}

    .about-two.research-two::before {
        border-top-color: #f5f5f5;
    }

.about-three {
}

    .about-three .research1-p {
        width: 100%;
    }

    .about-three .research1-left {
        padding-top: 20px;
    }

.abt3-con2 .research1-left {
    float: right;
    padding-right: 0;
    padding-left: 50px;
    padding-top: 80px;
}

.abt3-con2 .research1-right {
    float: left;
}

.abt3-con2 .research1ri-txt::before {
    background: #f6f6f6;
}

.abt3-con2 .research1ri-txt span {
    color: rgba(51,51,51,0.2);
}

.abt3-con2 .research1ri-txt h3 {
    color: #333;
}

.about-four {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* .about-four::before{position: absolute;content: "";width: 100%;height: 100%;background: url(../imagess/abt4-bf_06.png)no-repeat center;background-size: 100%;z-index: 4; top: 0;right: 0;} */
.abt4-bfimg {
    position: absolute;
    right: -221px;
    height: 100%;
    top: 0;
    padding-top: 107px;
}

.abt4-crimg {
    position: relative;
    width: 680px;
    height: 680px;
    border-radius: 50%;
    padding: 58px;
}

.abt4-cir {
    position: absolute;
    width: 680px;
    height: 680px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.3);
    padding: 58px;
    top: 107px;
    right: 0;
    animation: myfirst 20s linear infinite;
}

    .abt4-cir::before {
        position: absolute;
        content: "";
        width: 462px;
        height: 100%;
        background: url(http://www.tigstor.com/PC/imagess/abt4-circ_03_03.png)no-repeat left top;
        background-size: 100% 100%;
        left: 0;
        top: 0;
        /* animation: myfirst 20s linear infinite; */
    }

    .abt4-cir::after {
        position: absolute;
        content: "";
        width: 462px;
        height: 100%;
        background: url(../image/abt4-circ2a_03.png)no-repeat right top;
        background-size: 100% 100%;
        right: 0;
        top: 0;
    }
/* .abt4-cir::after{position: absolute;content: "";width: 100%;height: 100%;;border-radius: 50%;border: 1px solid rgba(255,255,255,.3);left: 0;top: 0;} */
.abt4-crimg img {
    display: block;
    max-width: 100%;
    height: 100%;
    position: relative;
    z-index: 4;
    transition: ease .5s;
}

.abt4-crimg:hover img {
    transform: scale(1.04);
}

.about-four .research-tit {
    color: #fff;
    max-width: 90%;
}

.abt4-swiper {
    margin-top: 105px;
    position: relative;
}

    .abt4-swiper::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: rgba(255,255,255,.3);
        left: 0;
        top: 121px;
    }

.abt4-con {
    padding-right: 140px;
    position: relative;
    padding-bottom: 140px;
}

.time-line {
}

.abt4-daty {
    font-size: 36px;
    line-height: 60px;
    color: rgba(255,255,255,0.4);
    transition: ease .5s;
}

.abt4-swiper .swiper-slide-active .abt4-daty {
    color: rgba(255,255,255,1);
}

.abt4-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.5);
    position: relative;
    margin: 50px 0;
    margin-left: 40px;
}

.abt4-swiper .swiper-slide-active .abt4-dot {
    border-color: rgba(255,255,255,1);
}

.abt4-dot::before {
    position: absolute;
    content: "";
    top: 6px;
    left: 6px;
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,.5);
    border-radius: 50%;
}

.abt4-swiper .swiper-slide-active .abt4-dot::before {
    background-color: rgba(255,255,255,1);
}

.about4-txt {
    font-size: 18px;
    line-height: 30px;
    color: rgba(255,255,255,.7);
    width: 140%;
    padding: 0;
    opacity: 0;
    float: none;
}

.abt4-swiper .swiper-slide-active .about4-txt {
    opacity: 1;
}

.abt4-swiper .swiper-pagination {
    display: none;
}

.abt4-swiper .swiper-button-next, .abt4-swiper .swiper-button-prev {
    top: auto;
    bottom: 0;
    width: 19px;
    height: 39px;
    background: url(../image/abt4-left.png)no-repeat center;
    background-size: 100% 100%;
}

.abt4-swiper .swiper-button-next {
    transform: rotate(180deg);
    right: auto;
    left: 0;
    margin-left: 560px;
}

.abt4-swiper .swiper-button-prev {
    left: 15px;
}

.about-fiv {
}

.abt5-top {
}

.abt5-con {
    background-color: #f3f3f3;
    margin-top:70px;
    position: relative;
}




.abt5-img {
    float: left;
    width: 50%;
    overflow: hidden;
}

    .abt5-img img {
        width: 100%;
        transition: ease .5s;
    }

    .abt5-img:hover img {
        transform: scale(1.04);
    }

.abt5-swiper {
    float: right;
    width: 50%;
    padding: 60px 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    padding: 120px 0px 60px;
}

    .abt5-swiper .swiper-container {
        width: 100%;
        padding: 0 100px;
    }

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

    .abt5-swiper .swiper-slide-prev::before {
        position: absolute;
        content: "";
        width: 60px;
        height: 100%;
        left: 35px;
        top: 0;
        box-shadow: inset 55px 50px 20px 0px rgba(255,255,255,.8);
        z-index: 5;
    }

    .abt5-swiper .swiper-slide-next::after {
        position: absolute;
        content: "";
        width: 106px;
        height: 100%;
        right: -70px;
        top: 0;
        box-shadow: -50px -30px 6px 0px rgba(255,255,255,.8);
        z-index: 5;
    }

.abt5-slide {
    display: block;
    position: relative;
}

.abt5-pic {
    overflow: hidden;
    text-align: center;
}

    .abt5-pic img {
        max-width: 100%;
        display: inline-block;
    }

.abt5-p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    display: none;
    text-align: center;
    margin-top: 40px;
}

.abt5-swiper .swiper-slide-active .abt5-p {
    display: block;
}

.abt5-swiper .swiper-pagination {
    display: none;
}

.abt5-swiper .swiper-button-next, .abt5-swiper .swiper-button-prev {
    top: auto;
    bottom: 50px;
    width: 14px;
    height: 25px;
    background: url(../image/abt5-left_03.png)no-repeat center;
    background-size: 100% 100%;
}

.abt5-swiper .swiper-button-next {
    transform: rotate(180deg);
    right: 160px;
}

.abt5-swiper .swiper-button-prev {
    left: 160px;
}

@media (max-width:1459px) {
    .abt1-ul li {
        padding: 0 30px;
    }

    .abt1-icon {
        margin: 0 auto 10px;
    }

    .abt5-swiper .swiper-slide-next::after {
        right: -95px;
    }

    .abt5-swiper .swiper-slide-prev::before {
        left: 10px;
    }

    .abt5-p {
        margin-top: 30px;
    }

    .abt5-swiper {
        padding: 75px 0 60px;
    }
    /* .abt5-swiper .swiper-button-next, .abt5-swiper .swiper-button-prev{bottom: 15px;} */
    .abt4-bfimg {
        right: -197px;
    }

    .abt4-cir {
        width: 600px;
        height: 600px;
    }

    .abt4-crimg {
        width: 600px;
        height: 600px;
    }

    .abt4-cir::before, .abt4-cir::after {
        width: 405px;
    }
}

@media (max-width:1259px) {
    .abt5-swiper .swiper-container {
        padding: 0;
    }

    .abt5-swiper {
        padding: 40px 40px 30px;
    }

        .abt5-swiper .swiper-button-next, .abt5-swiper .swiper-button-prev {
            bottom: auto;
            top: 50%;
            margin-top: -25px;
        }

    .abt5-slide, .abt5-pic, .abt5-pic img {
        height: 100%;
    }

    .abt5-p {
        margin-top: 10px;
    }

    .abt4-swiper .swiper-button-next {
        margin-left: 360px;
    }

    .about-menu {
        padding: 10px 0;
    }

    .abt1-icon {
        width: 60px;
        height: 60px;
    }

    .abt1-ul li {
        padding: 0 20px;
    }

    .about4-txt {
        width: 200%;
    }

    .abt5-img {
        float: none;
        width: 100%;
    }

    .abt5-swiper {
        position: relative;
        width: 100%;
    }

        .abt5-swiper .swiper-slide-next::after {
            display: none;
        }

        .abt5-swiper .swiper-slide-prev::before {
            display: none;
        }

        .abt5-swiper .swiper-button-next {
            right: 30px;
        }

        .abt5-swiper .swiper-button-prev {
            left: 30px;
        }

    .about-three .research1-left {
        padding-top: 20px;
    }

    .abt4-cir {
        width: 500px;
        height: 500px;
        padding: 48px;
        top: 170px;
    }

    .abt4-crimg {
        width: 500px;
        height: 500px;
        padding: 48px;
    }

    .abt4-cir::before, .abt4-cir::after {
        width: 340px;
    }

    .abt4-bfimg {
        padding-top: 170px;
    }
}

@media (max-width:991px) {
    .about-three .research1-left {
        padding-top: 0;
    }

    .abt3-con2 {
        margin-top: 40px;
    }

    .abt4-con {
        padding-bottom: 80px;
    }

    .abt5-swiper {
        padding: 40px 80px 30px;
        position: relative;
    }

    .abt4-swiper .swiper-button-next, .abt4-swiper .swiper-button-prev {
        width: 15px;
        height: 28px;
    }

    .abt5-swiper .swiper-button-next {
        right: 25px;
    }

    .abt5-swiper .swiper-button-prev {
        left: 25px;
    }

    .abt4-daty {
        font-size: 34px;
    }

    .abt4-dot {
        margin: 30px 0;
    }

    .abt4-swiper::before {
        top: 101px;
    }

    .abt5-con, .abt4-swiper {
        margin-top: 50px;
    }

    .abt1-ul li {
        padding: 0 10px;
    }

    .about1-top {
        padding-bottom: 80px;
    }

    .about1-bot {
        padding: 80px 0;
    }

    .abt4-bfimg {
        padding-top: 120px;
    }

    .abt4-cir {
        width: 400px;
        height: 400px;
        padding: 30px;
        top: 120px;
    }

    .abt4-crimg {
        width: 400px;
        height: 400px;
        padding: 30px;
    }

    .abt4-cir::before, .abt4-cir::after {
        width: 275px;
    }

    .about4-txt {
        width: 160%;
    }

    .about-four .research-tit {
        max-width: 77%;
    }
}

@media (max-width:767px) {
    .abt3-con2 .research1-left {
        padding: 0;
    }

    .abt1-ul li {
        width: 50%;
        margin: 15px 0;
    }

    .abt1-ul {
        margin: -15px 0;
    }

    .abt1-icon {
        margin: 0 auto 10px;
    }

    .about-menu a {
        margin-right: 25px;
        font-size: 16px;
    }

    .abt4-daty {
        font-size: 26px;
        line-height: 36px;
    }

    .abt4-dot {
        width: 18px;
        height: 18px;
        margin: 25px 0;
    }

        .abt4-dot::before {
            width: 8px;
            height: 8px;
            left: 4px;
            top: 4px;
        }

    .about4-txt {
        font-size: 16px;
        width: 160%;
    }

    .abt4-swiper::before {
        top: 70px;
    }

    .abt4-swiper .swiper-button-next, .abt4-swiper .swiper-button-prev, .abt5-swiper .swiper-button-next, .abt5-swiper .swiper-button-prev {
        display: none;
    }

    .abt4-swiper .swiper-pagination, .abt5-swiper .swiper-pagination {
        display: block;
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .abt4-swiper .swiper-pagination-bullet, .abt5-swiper .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .abt5-swiper .swiper-pagination {
        bottom: 25px;
    }

    .abt5-swiper {
        padding: 40px 60px 60px;
    }

    .abt1-p {
        height: 60px;
        font-size: 16px;
    }
.abt1-p.title{height:auto;}
    .abt1-icon {
        width: 50px;
        height: 50px;
    }

    .about-menu a {
        padding: 5px 0;
    }

    .about1-top {
        padding-bottom: 40px;
    }

    .about1-bot {
        padding: 40px 0;
    }

    .abt4-bfimg {
        padding-top: 70px;
        right: -100px;
    }

    .abt4-cir {
        width: 300px;
        height: 300px;
        top: 70px;
    }

    .abt4-crimg {
        width: 300px;
        height: 300px;
    }

    .abt4-cir::before, .abt4-cir::after {
        width: 205px;
    }
}

@media (max-width:640px) {
    .aboutop-logo {
        width: 70px;
        height: 10px;
    }

    .honortop-right span {
        width: 25px;
        height: 10px;
    }

    .about-four::before, .abt4-bfimg {
        display: none;
    }

    .abt4-con {
        padding: 0 30px 40px;
    }

    .abt5-con, .abt4-swiper {
        margin-top: 30px;
    }

    .about4-txt {
        width: 200%;
    }

    .abt4-daty {
        font-size: 24px;
    }

    .abt5-slide, .abt5-pic, .abt5-pic img {
        height: auto;
    }

    .about1-bot {
        background-size: cover;
    }
}

/* ===================  research-center ====================*/
.makecen {
}

.makecen-one {
    background: #fff;
}

    .makecen-one::before {
        border-top: 28px solid #ffffff;
        border-right: 16px solid transparent;
        border-left: 16px solid transparent;
        border-bottom: 0px solid transparent;
    }

    .makecen-one .research-hr {
        margin: 40px auto;
    }

.makecen-two {
}

.makecen2-ul {
}

    .makecen2-ul .research4-ic {
        width: 175px;
        height: 175px;
        border-color: #fff;
    }

    .makecen2-ul h3 {
        color: #fff;
        font-size: 30px;
        font-family: "Microsoft Yahei";
        line-height: 175px;
    }

        .makecen2-ul h3 span {
            display: inline-block;
            font-family: "avantgardeitcbybt-demi";
            font-size: 45px;
        }

    .makecen2-ul .research4-p {
        color: #fff;
    }

    .makecen2-ul.research4-ul li::before {
        background-image: url(../image/research4-bf1.png);
        top: 87px;
    }

.makecen-three {
}

.makecen3-con {
    position: relative;
}

.makecen3-left {
    float: left;
    width: 54.28%;
    padding-top: 50px;
}

.makecen3-right {
    float: right;
    width: 45.72%;
}

.makecen3-left .research-dec {
    width: 75%;
}

.makecen3-pic {
    width: 100%;
    padding: 30px 18px;
    display: block;
}

    .makecen3-pic img {
        width: 100%;
    }

.makecen3-swiper {
    margin: -30px 0;
}

    .makecen3-swiper .swiper-pagination {
        display: none;
        width: 100%;
    }

    .makecen3-swiper .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .makecen3-swiper .swiper-button-next, .makecen3-swiper .swiper-button-prev {
        width: 16px;
        height: 30px;
        background: url(../image/abt5-left_03.png)no-repeat center;
        background-size: 100% 100%;
        top: auto;
        bottom: 30px;
    }

    .makecen3-swiper .swiper-button-next {
        transform: rotate(180deg);
        right: auto;
        left: 180px;
    }

    .makecen3-swiper .swiper-button-prev {
        left: 0;
    }

.makecen-four {
    text-align: left;
    background: #f5f5f5;
}

    .makecen-four .research-tit span {
        color: #02469b;
    }

    .makecen-four::before {
    }

.makecen4-con {
    position: relative;
}

    .makecen4-con::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 28px solid #f5f5f5;
        border-right: 16px solid transparent;
        border-left: 16px solid transparent;
        border-bottom: 0px solid transparent;
        left: 32px;
        bottom: -128px;
        z-index: 3;
        margin-left: -16px;
    }

.makecen-fiv {
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: center top;
}

.makecen5-con {
}

    .makecen5-con li {
        text-align: center;
        overflow: hidden;
        float: left;
        width: 33.33%;
    }

.makecen5-img {
    overflow: hidden;
    margin: 0 auto;
}

    .makecen5-img img {
        width: 100%;
        transition: ease .5s;
    }

.makecen5-con li:hover .makecen5-img img {
    transform: scale(1.04);
}
/* .columns { position: relative; z-index: 1;top: 0; width: 100%;} */
/* .columns .item { display: none; overflow: hidden;} */
/* .makecen5-block{position: relative;}
.makecen5-con .makecen5-hide{display: none !important;}
.makecen5-con .makecen5-hide.on{display: block !important;} */
.makecen5-mo {
    display: none;
    width: 80px;
    height: 79px;
    background: url(../image/makecen5-mo.png)no-repeat center;
    margin: 0 auto;
    background-size: 100% 100%;
    margin-top: 50px;
}

@media (max-width:991px) {
    .makecen-one .research-hr {
        margin: 30px auto;
    }

    .makecen2-ul .research4-ic {
        width: 140px;
        height: 140px;
    }

    .makecen2-ul h3 {
        line-height: 140px;
        font-size: 26px;
    }

        .makecen2-ul h3 span {
            font-size: 34px;
        }

    .makecen2-ul.research4-ul li::before {
        top: 70px;
    }

    .makecen3-left .research-dec {
        width: 90%;
    }

    .makecen3-pic {
        padding: 10px;
    }
    /* .makecen5-img{width: 85%;} */
    .makecen5-mo {
        margin-top: 30px;
    }
}

@media (max-width:767px) {
    .makecen-one .research-hr {
        margin: 10px auto;
    }

    .makecen2-ul .research4-ic {
        width: 100px;
        height: 100px;
    }

    .makecen2-ul h3 {
        line-height: 100px;
        font-size: 19px;
    }

        .makecen2-ul h3 span {
            font-size: 24px;
        }

    .makecen2-ul.research4-ul li::before {
        top: 50px;
    }

    .makecen3-swiper .swiper-button-next, .makecen3-swiper .swiper-button-prev {
        width: 14px;
        height: 26px;
    }

    .makecen3-swiper {
        margin: 0;
    }

    .makecen-one::before {
        border-top: 22px solid #fff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 0px solid transparent;
    }

    .makecen4-con::before {
        border-top: 22px solid #f5f5f5;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 0px solid transparent;
        bottom: -62px;
    }

    .makecen5-mo {
        width: 60px;
        height: 60px;
        margin-top: 15px;
    }
}

@media (max-width:640px) {
    .makecen3-left, .makecen3-right {
        float: none;
        width: 100%;
        padding: 0;
    }

        .makecen3-left .research-dec {
            width: 100%;
        }

    .makecen3-right {
        margin-top: 25px;
    }

    .makecen3-swiper .swiper-button-next, .makecen3-swiper .swiper-button-prev {
        display: none;
    }

    .makecen3-swiper .swiper-pagination {
        display: block;
    }

    .makecen3-pic {
        padding: 0 15px 20px;
    }

    .makecen2-ul .research4-p {
        height: 48px;
    }

    .makecen2-ul.research4-ul li {
        padding: 0 10px;
    }
}

@media (max-width:320px) {
    .makecen3-pic {
        padding: 0 30px 20px;
    }
}

/* =================== solution ======================= */
.lsolution {
}

.lsolution-top {
    background: #f5f5f5;
}

.lsolu-swiper {
    position: relative;
    margin-top: 30px;
}

    .lsolu-swiper .abt4-daty {
        color: rgba(51,51,51,.22);
    }

    .lsolu-swiper .swiper-slide-active .abt4-daty {
        color: #333;
    }

    .lsolu-swiper .abt4-dot {
        border-color: rgba(51,51,51,.22);
    }

    .lsolu-swiper .swiper-slide-active .abt4-dot {
        border-color: rgba(51,51,51,1);
    }

    .lsolu-swiper .abt4-dot::before {
        background-color: rgba(51,51,51,.22);
    }

    .lsolu-swiper .swiper-slide-active .abt4-dot::before {
        background-color: #02469b;
    }

    .lsolu-swiper.abt4-swiper::before {
        background-color: rgba(51,51,51,.2);
    }

    .lsolu-swiper .about4-txt {
        color: rgba(51,51,51,.7);
        width: 200%;
    }

.solu-circle {
    position: absolute;
    right: 0;
    top: -60px;
    background: #f5f5f5;
    padding-right: 152px;
}

.solucir-img {
    width: 365px;
    height: 354px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    text-align: center;
    padding: 72px;
    margin: 0 auto;
}

    .solucir-img img {
        display: inline-block;
        max-width: 100%;
        position: relative;
        z-index: 2;
    }

    .solucir-img::before {
        position: absolute;
        content: "";
        width: 65px;
        height: 84px;
        background: url(../image/soluli-bf1.png)no-repeat center;
        background-size: 100% 100%;
        right: 19px;
        top: -37px;
        /* animation: myfirst 20s linear infinite; */
    }

.lsolu-swiper .swiper-button-prev, .lsolu-swiper .swiper-button-next {
    background-image: url(../image/abt4-left1.png);
}

.lsolu-swiper .swiper-button-next {
    margin-left: 220px;
}

.solucir-ba {
    width: 444px;
    height: 444px;
    border-radius: 50%;
    position: relative;
    padding-top: 45px;
    transition: ease .5s;
}

    .solucir-ba::after {
        position: absolute;
        content: "";
        width: 50%;
        height: 100%;
        top: 0px;
        left: 0px;
        border-radius: 444px 0 0 444px;
        background-color: #02469b;
        transition: ease .5s;
    }

    .solucir-ba::before {
        position: absolute;
        content: "";
        width: 0;
        height: 220px;
        bottom: 0;
        left: 220px;
        border-radius: 0 0 444px;
        background-color: #02469b;
        transition: ease .5s;
        z-index: 1;
        margin-right: 2px;
        transition: ease .5s;
    }
    /* .solucir-ba:hover::before{width: 220px;} */
    .solucir-ba:hover::after {
        width: 240px;
        margin-left: -20px;
    }

.lsolu-con {
    padding-right: 362px;
    padding-bottom: 110px;
}

.lsolution-con {
}

.lsolution-li {
}

.lsolu-ul {
    margin: -16px -16px 34px;
}

    .lsolu-ul li {
        float: left;
        width: 33.33%;
        padding: 0 16px;
        margin: 16px 0;
    }

        .lsolu-ul li a {
            display: block;
        }

.lsolu-img {
    overflow: hidden;
}

    .lsolu-img img {
        width: 100%;
        transition: ease .5s;
    }

.lsolu-ul li:hover .lsolu-img img {
    transform: scale(1.04);
}

.lsolu-txt {
    background-color: #f5f5f5;
    padding: 25px;
    transition: ease .5s;
    position: relative;
}

    .lsolu-txt::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: 0;
        left: 0;
        background: #02469b;
        transition: ease .5s;
    }

    .lsolu-txt h3 {
        position: relative;
        font-size: 24px;
        width: 100%;
        line-height: 30px;
        color: #333;
        transition: ease .5s;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-right: 13px;
    }

        .lsolu-txt h3 i {
            width: 13px;
            height: 27px;
            background: url(../image/lsolu-mo.png)no-repeat center;
            background-size: 100% 100%;
            position: absolute;
            right: 0px;
            transition: ease .5s;
        }

    .lsolu-txt p {
        font-size: 16px;
        line-height: 24px;
        color: rgba(51,51,51,.7);
        transition: ease .5s;
        position: relative;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.lsolu-ul li:hover .lsolu-txt h3, .lsolu-ul li:hover .lsolu-txt p {
    color: #fff;
}

.lsolu-ul li:hover .lsolu-txt::before {
    height: 100%;
}

.lsolu-ul li:hover .lsolu-txt {
    background-color: transparent;
}

    .lsolu-ul li:hover .lsolu-txt h3 i {
        background-image: url(../image/lsolu-mo1.png);
    }

@media (max-width:1919px) {
    .solu-circle {
        padding-right: 100px;
    }
}

@media (max-width:1459px) {
    .solucir-img {
        width: 300px;
        height: 290px;
        padding: 60px;
    }

    .solucir-ba {
        width: 390px;
        height: 390px;
    }

        .solucir-ba:hover::after {
            width: 215px;
        }

    .solucir-img::before {
        width: 55px;
        height: 72px;
        right: 16px;
        top: -32px;
    }
}

@media (max-width:1259px) {
    .lsolu-txt h3 {
        margin-bottom: 15px;
    }

    .lsolu-swiper .abt4-daty {
        font-size: 36px;
    }

    .lsolu-swiper .about4-txt {
        width: 190%;
    }

    .solucir-ba {
        width: 370px;
        height: 370px;
        padding-top: 35px;
    }

        .solucir-ba:hover::after {
            width: 205px;
        }

    .solu-circle {
        padding-right: 70px;
    }

    .lsolu-con {
        padding-bottom: 90px;
    }
}

@media (max-width:991px) {
    .lsolu-swiper .about4-txt {
        width: 100%;
    }

    .solu-circle {
        padding-right: 0;
    }

    .lsolu-ul li {
        width: 50%;
    }

    .lsolu-swiper .abt4-daty {
        font-size: 30px;
    }
}

@media (max-width:767px) {
    .solu-circle {
        position: relative;
        padding: 0;
        top: 0;
        margin-bottom: 30px;
    }

    .solucir-img img {
        height: 100%;
    }

    .solucir-img {
        width: 260px;
        height: 251px;
        padding: 40px;
    }

    .solucir-ba {
        width: 311px;
        height: 311px;
        padding-top: 30px;
        margin: 0 auto;
    }

        .solucir-ba:hover::after {
            width: 175px;
        }

    .solucir-img::before {
        width: 50px;
        height: 62px;
        right: 13px;
        top: -26px;
    }

    .lsolu-swiper.abt4-swiper::before {
        opacity: 0;
    }

    .lsolu-con {
        position: relative;
        padding: 20px 20px 40px;
    }

        .lsolu-con::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            background: rgba(51,51,51,.2);
            left: 0;
            top: 78px;
        }

    .lsolu-swiper .abt4-daty {
        font-size: 24px;
        line-height: 30px;
    }

    .lsolu-swiper .abt4-dot {
        margin: 20px 0;
    }

    .lsolu-swiper .about4-txt {
        width: 200%;
    }

    .lsolu-ul li {
        padding: 0 10px;
        margin: 10px 0;
    }

    .lsolu-ul {
        margin: -10px -10px 20px;
    }

    .lsolu-txt p {
        font-size: 15px;
    }

    .lsolu-txt h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .lsolu-txt {
        padding: 20px;
    }

        .lsolu-txt h3 i {
            width: 10px;
            height: 22px;
        }
}

@media (max-width:640px) {
    .lsolu-con {
        padding: 20px 15px 40px;
    }

    .lsolu-ul li {
        float: none;
        width: 100%;
        padding: 0;
        margin: 15px 0;
    }

    .lsolu-ul {
        margin: -15px 0 15px;
    }

    .solucir-img {
        width: 240px;
        height: 231px;
        padding: 40px;
    }

    .solucir-ba {
        width: 286px;
        height: 286px;
        padding-top: 25px;
    }

        .solucir-ba:hover::after {
            width: 163px;
        }

    .solucir-img::before {
        width: 45px;
        height: 58px;
        right: 13px;
        top: -24px;
    }
}


/* ==========联系我们========== */

#con-three .contact-tit {
    float: none !important;
}



.contact .contact-three {
    background: #fff;
    /* padding: 100px 0; */
    padding-top: 30px;
}

.contact-three .banner-line {
    margin: 70px 0 20px;
}

.ser-form {
    margin-top: 20px;
}

.ser-text {
    margin: 0 -17px;
}

    .ser-text p {
        width: 50%;
        float: left;
        padding: 0 17px;
        margin-top: 20px;
    }

#submits3 {
    display: block;
    float: none;
    font-size: 16px;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background: #2538aa;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 10px 0;
}

#submits3 {
    display: block;
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    transition: ease .5s;
    background: #2538aa;
    width: 168px;
    height: 48px;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}

@media(max-width:767px) {
    .ser-text p {
        width: 100%;
    }
}

.ser-text p:last-child {
    width: 100%;
}

.ser-text .text {
    width: 100%;
    height: 62px;
    line-height: 60px;
    padding: 0 30px;
    font-size: 16px;
    color: #7f7f7f;
    background: #f3f3f3;
}

.ser-form textarea {
    resize: none;
    width: 100%;
    height: 240px;
    padding: 20px 30px;
    font-size: 16px;
    color: #7f7f7f;
    background: #f3f3f3;
    margin-top: 20px;
}

.ser-form .submit {
    display: block;
    margin: 62px auto 70px;
    font-size: 16px;
    cursor: pointer;
}








@media (max-width: 767px) {

    .contact .contact-three {
        padding: 40px 0;
    }
}

.yzm {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-flex;
    line-height: 50px;
    margin-top: 20px;
}

@media(max-width: 767px) {
    #random {
        font-size: 22px !important;
        width: 60px !important;
        height: auto !important;
    }

    #yzm {
        height: 36px !important;
        margin-top: 2px !important;
        margin-left: 10px !important;
        font-size: 16px;
    }
}

.home-about {
    position: relative;
}

.homeabt-bf {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    right: 0;
    bottom: 0;
}

@media (max-width:1259px) {
    .homeabt-bf {
        height: 85%;
        right: -50px;
    }
}

@media (max-width:991px) {
    .homeabt-bf {
        height: 60%;
        right: -100px;
    }
}

@media (max-width:767px) {
    .homeabt-bf {
        height: 75%;
        right: -70px;
    }
}

@media (max-width:640px) {
    .homeabt-bf {
        display: none;
    }
}
.contact-tit1 {
    font-size: 36px;
    /* margin-top: 50px; */
}
@media (max-width: 767px){
    .contact-tit1 {
        font-size: 24px;
    }


}


/* =================== pro2020.5.8 ================= */
.proparm3-swiper{position: relative;}
.proparm3-swiper .swiper-button-prev{ transition: all .5s; font-size: 20px; width: 48px;height: 48px;border-radius: 50%;color: #333333;background: #fff;opacity: 1;left: -120px;margin-top: -29.5px;text-align: center;line-height: 48px;font-weight: bolder;}
.proparm3-swiper .swiper-button-next{transition: all .5s;font-size: 20px;width: 48px;height: 48px;border-radius: 50%;color: #333333;background: #fff;opacity: 1;right: -120px;margin-top: -29.5px;text-align: center;line-height: 48px;font-weight: bolder;}
.proparm3-swiper .swiper-button-prev:hover,.proparm3-swiper .swiper-button-next:hover{background:#02469b;color: #fff;}

.proth-list{display: block;position: relative;    width: 100%; background: #333;}
.proth-list:hover .proparm-font::before {  -webkit-transform: scale3d(1,1,1);  transform: scale3d(1,1,1);}
.proth-list:hover .proparm-pic img { transform: scale(1.05);}
@media (max-width: 1919px){
.proparm3-swiper { padding: 0 60px;}
.proparm3-swiper .swiper-button-prev{left: 0;}
.proparm3-swiper .swiper-button-next{right: 0;}
}
@media (max-width: 767px){
.proparm3-swiper,.proparm-swiper { padding: 0 50px;}

.proparm3-swiper .swiper-button-prev, .proparm3-swiper .swiper-button-next,.proparm-swiper .swiper-button-prev, .proparm-swiper .swiper-button-next{width: 40px;height: 40px;line-height: 40px;}

}
@media (max-width: 1390px){
	.wqphoverText h4{margin-top: 5px; font-size: 18px;}
	.wqphoverText p{font-size: 14px;}
	.wqphoverText .indexproleft p{font-size: 12px !important;}
.homepro-cent ul .wqphoverText h4{font-size: 18px !important; margin-top: 5px !important;margin-bottom:5px !important;}
}















.soli-five.index {
    background: #f6f6f6;
    padding:60px 0;
}

.soli-five.index .pri-swiper{margin-top:0px;}




.proparm-two .proparm-li {
    width: 20%;
    float: left;
}

@media (max-width: 991px) {
    .proparm-li h3 {font-size:18px;}
}
@media (max-width: 640px) {
    .proparm-two .proparm-li {
        width: 50%;
    }
	.proparm-two .proparm-li h3 {
height: 40px;
	}
	.proparm-two .proparm-li span{
	    font-size: 40px; line-height: 40px;
	}
	 
	.proinfo .lbanner-txt .proparm-li{width: 50%;}
	.proinfo .lbanner-txt .proparm-li h3{ height:auto;}
		.proinfo .lbanner-txt .proparm-li span{
	    font-size: 40px; line-height: 40px;
	}
}

@media (max-width: 991px) {
	
	
	.pro-navbox
	{
		margin-top: 0px;
		margin-bottom: 0px;   
	}
	}
.navitem1-left img{display:none;}
.navitem1-left img.on{display:block;}


.rencai .web {width:100%;
}
    .rencai .web .wwideatit {
        font-size: 20px;
        color: #1c327e;
        padding-bottom: 10px;font-weight:bold;
    }
    .rencai .web  .wwideapadding{font-size:18px; margin-bottom:20px;}
.rencai .wwideaboxleft{width:65%; float:left; text-align:center;}


    .rencai .wwideaboxleft.lefts{float:right;}
.rencai .wwideaboxright.right {
    float: left;
}

    .rencai .wwideaboxleft img {
        max-width: 100%;
        margin: 0 auto;
    }
    .rencai .wwideaboxright {
        width: 35%;
        float: right;margin-top:20px;
    }
.rencai .wwideaboxright h3{  font-size: 35px;
        color: #1c327e;font-weight:bold; padding-bottom: 10px;}
    .rencai .wwideaboxright p {
        font-size: 18px;
    }
.wwideabox li{padding:65px 0;}
.wwideabox li.backcolor{}

@media(max-width:1260px) {
    .rencai .wwideaboxright h3{font-size:30px;}
    .rencai .wwideaboxright p {
        font-size: 16px;
    }
    .rencai .wwideaboxleft{width:57%;}
}
@media(max-width:991px) {
    .rencai .web .wwideatit{font-size:18px;}
    .rencai .web .wwideapadding{font-size:16px;}
}
@media(max-width:767px){
    .wwideabox li{padding:20px 0;}
    .rencai .wwideaboxright h3{font-size:26px;}
    .rencai .wwideaboxleft{width:100%;float:none;}
    .rencai .wwideaboxright{width:100%;float:none;}
}




.wwjobboxcon{margin:40px 0;}
.wwjobtopleft {
    width: 70%;
    float: left;
}
.wwjobtopright{width:29%;float:right;text-align:center}
    .wwjobtopright img{margin:auto;}
    .wwjobtit {
        font-size: 20px;
        color: #1c327e;
        font-weight: bold;
        padding-bottom: 20px;
    }
.wwjobtopleft p {
    font-size: 18px;
    margin-bottom: 10px;
}
.wwjoblink span a{padding-left:20px;}



@media(max-width:991px){
    .wwjobtopleft p{font-size:16px;}
}
@media(max-width:640px){
    .wwjobtopright{display:none;}
    .wwjobtopleft{width:100%;float:none;}
}


.news-top.team ul li {
    width: 33.3%;
    float: left;
    padding: 20px;
}
    .news-top.team ul li .pic-img {
        max-width: 100%;
    }
    .news-top.team ul li .des {
      width: 100%;margin-top:20px;
    }
    .news-top.team ul li .des  h5{font-size:18px;
            line-height: 30px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }
        .news-top.team ul li .des p {
            font-size: 16px;
        }
        @media(max-width:991px){
            .news-top.team ul li .des h5{font-size:16px;}
            .news-top.team ul li .des p{font-size:14px;}
        }
        @media(max-width:767px){
            .news-top.team ul li {
                width: 100%;
                float: none;
              
            }
                .news-top.team ul li .pic-img{width:100%;}
        }



.imagbox {
   
    position: relative;

}
    .bigimag {
        display:none;
    }
        .bigimag.on{display:block; width:100%; margin:auto;}
        .bigimag img {
           width:90%;
            display: block;
            margin: auto;
        }

.smallimagbox {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 15px 25px;
   
}

.smallimag {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .smallimag ul {
        width: 100%;
        height: 75px;
        position: relative;
        overflow: hidden;
    }

        .smallimag ul li {
            float: left;
            width: 132px;
            height: 74px;
            position: relative;
            display: inline;
            margin-right: 13px;
            cursor: pointer;
        }

            .smallimag ul li img {
                display: block;
                width: 132px;
                height: 74px;
            }

            .smallimag ul li.cur span {
                display: block;
                width: 135px;
                height: 75px;
                border: 3px solid #fff;
                position: absolute;
                top: 0px;
                left: 0px;
            }

.smallimagright {
    float: right;
    padding-top: 15px;width:100%;margin-top:-35%;
}

    .smallimagright a {
        display: inline-block;
        height: 42px;
        width: 42px;
        background-repeat: no-repeat;
        float: left;
        position: relative;
    }

    .smallimagright span {
        display: inline-block;
        height: 42px;
        font-size: 15px;
        color: #fff;
        text-align: center;
        width: 75px;
        float: left;
        line-height: 42px;
    }

    .smallimagright a.smallimagarrowleft {
        float: left;
        background-image: url(../image/abt5-left_03.png)
    }

    .smallimagright a.smallimagarrowright {
        background-image: url(../image/abt5-left_03.png);
        float: right;
        transform: rotate(180deg);
    }

.imagIntroduction {
    background-color: #fff;
    box-shadow: 0px 2px 3px #999;
    padding: 25px 330px 25px 30px;
    position: relative;
}

    .imagIntroduction a.fanhui {
        background-color: #da251d;
        position: absolute;
        right: 75px;
        top: 55px;
        display: block;
        width: 125px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        font-size: 16px;
    }

    .imagIntroduction h3 {
        font-size: 20px;
        padding-bottom: 15px;
        font-weight: bold;
    }

    .imagIntroduction p {
        font-size: 14px;
        line-height: 24px;
    }


.Productcontentimg {
    display: block;
    margin: 0 auto;
    max-width: 1180px;
    height: auto;
}
@media(max-width:1260px){
    .bigimag.on {
        width:80%;
    }
}
.newsinfo-one.team .swiper-pagination-bullets {
    margin-top: 20px !important;
}
.swiper-num .active{font-size:20px;}
.swiper-num .total {
    font-size: 20px;
}
 #line{ position: relative;    overflow: inherit;}  
#line::before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    background: #02469b;
    right: -3px;
    top: -3px;
    transition: ease-in-out .8s;
}
#line::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    background: #02469b;
    left: -3px;
    bottom: -3px;
    transition: ease-in-out .8s;
}
#line img{    width: 100%;
    transition: ease .5s;
    position: relative;
    z-index: 2;}
#line:hover::before, #line:hover::after{width: 100% ; height: 100%;}
#line:hover img{transform: none;}




#indexdes{margin-bottom: 10%;}
@media (max-width:1640px) {
	#indexdes{margin-bottom: 8%;}
}
@media (max-width:1420px) {
	#indexdes{margin-bottom: 4%;}
}
@media (max-width:1200px) {
	#indexdes{margin-bottom: 0;}
	#indexdes .solifo-ic{width: 135px; height: 135px;}
	#indexdes .solifo-ul h3 span{font-size: 35px; }
		#indexdes .solifo-con{margin-top: 50px;}
		#indexdes .solifo-ul h3{line-height: 140px;}
}
@media (max-width:991px) {
	
	#indexdes{margin-bottom: -50px;}
	}
	@media (max-width:767px) {
		
		#indexdes .solifo-ic{width: 108px; height: 108px;}
		#indexdes .solifo-ul h3{line-height: 108px;}
		#indexdes .solifo-ul h3 span {
			font-size: 18px;
}
#indexdes .solifo-con{margin-top: 30px;}
#indexdes  .soli-dec span{font-size: 16px !important;}
		}
		
		@media (max-width:1260px) {
			.about-one .lmotto-p .aboutleft p{    height: 330px;}
		}
		@media (max-width:767px) {
			.about-one .lmotto-p .aboutleft p{    height: auto;}
		}


/*20220920*/
.abt5-conh{
    
/* padding: 3%; */
    
background-color: white;
}

.abt5-conh-ms{
    text-align: center;
    margin-bottom: 30px;
    text-align: left;
}
.abt5-conh-ms p{
    font-size: 18px;
    line-height: 30px;
}
.abt5-conh-ul{}
.abt5-conh-ul ul{}
.abt5-conh-ul ul li{
    float: left;
    width: 30.333%;
    text-align: center;
    /* border: 1px solid #91be3b; */
    margin: 1.5%;
    padding: 5% 0;
    background-color: rgb(158 158 158 / 6%);
}
.abt5-conh-ul ul li p{
    font-size: 24px;
}
.abt5-conh-ul ul li span{
    font-size: 72px;
    line-height: 60px;
    color: #02469b;
    font-family: "avantgardeitcbybt-demi";
    margin-bottom: 10px;
    margin: 0 5px;
}

.abt5-conh-ul2{}
.abt5-conh-ul2 ul{}
.abt5-conh-ul2 ul li{
    width: 23%;
    float: left;
    margin: 1%;
    border: 1px solid #9e9e9e38;
    padding: 1%;
}

.conh-ul2-img{

}


.conh-ul2-img img{
    
width: 100%;
}

.conh-ul2-des{
    
margin-top: 15px;
}

.conh-ul2-des p{
    
font-size: 16px;
    
line-height: 22px;
    
min-height: 44px;
    
text-align: center;
}
.abt5-conh-ul2 ul li:hover{
   border: 1px solid #87b828;

}
.abt5-conh-ul2 ul li:hover .conh-ul2-des p{
    color:#87b828;
   }


	@media (max-width:1460px) {

	    .abt5-conh-ul ul li span{
	        
font-size: 62px;
	    }
	}
   

   @media (max-width:767px) {
	   .conh-ul2-des{margin-top: 10px;}
.abt5-conh-ms p{
    
font-size: 16px;
}
.abt5-conh-ul2 ul li{

width: 48%;

margin-bottom: 20px;

padding: 10px;
}

.conh-ul2-des p{
    font-size:14px;
    line-height: 20px;
    min-height: auto;
}

.abt5-conh-ul ul li{
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}

.abt5-conh-ul ul li p{

font-size: 20px;
}
.abt5-conh-ul ul li span{
    
font-size: 40px;
}

   }