
header {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 0.04rem rgba(0,0,0,0.1);
    position: relative;
    z-index: 8;
}
header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 12345;
}
.fontBlue{color:#015198;}
.fontGreen{color:#1aaf5e;}
.fontGtBb{
background: linear-gradient(to bottom, #1aaf5e, #015198);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.fontGtBr{
    background: linear-gradient(to right, #1aaf5e, #015198);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h-a {
    width: 100%;
    height: 1.1rem
}

.h-container {
    width: 16.8rem;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.h-logo {
    width: auto;
    height: .66rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.h-logo img {
    height: 100%
}

.h-wrap {
    width: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.h-ul {
    width: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.h-li {
    width: auto;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.h-li.active .h-li-title {
    color: #015198
}

.h-li.active .h-li-title:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: .03rem;
    background-color: #015198;
    position: absolute;
    left: 0;
    bottom: 0
}

.h-li-title {
    width: auto;
    height: 100%;
    color: #000;
    cursor: pointer;
    margin: 0 .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.h-li-title:hover {
    color: #015198
}

.h-li-title:hover:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: .03rem;
    background-color: #015198;
    position: absolute;
    left: 0;
    bottom: 0
}

.h-box {
    width: 160px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -80px;
    -webkit-box-shadow: 0 0 .05rem #ccc;
    box-shadow: 0 0 .05rem #ccc;
    background-color: #fff;
    z-index: 10;
    display: none
}

.h-item {
    width: 100%;
    text-align: center;
    padding: .1rem;
    line-height: 1.3;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    transition: all .3s;
}

@media(min-width: 1201px){
    .h-item:hover {
        background-color: #015198;
        color: #fff
    }
}


.h-search-switch {
    width: .2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: .2rem;
    cursor: pointer
}

.h-search-switch i {
    font-size: 20px;
}

@media (max-width:1920px) {
    .h-search-switch {
        width: 18px
    }
}

.h-menu {
    display: none;
    width: 30px;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px
}

.h-menu img {
    width: 100%;
    height: 100%
}

.h-opa {
    width: 100%;
    height: 100%;
    position: fixed;
    left: -100000px;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    opacity: 0;
    transition: opacity .3s;
}
.h-opa.show{
    left: 0;
    opacity: 1;
}

.h-sch {
    display: none;
    width: 100%;
    padding: .4rem 0;
    position: fixed;
    top: 0;
    right: 0
    margin-right: 0;
    z-index: 150;
    background-color: #fff;
    font-size: 0;
    text-align: center;
}

.h-sch .h-form {
    width: 100%;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    font-size: 0;
}

.h-sch .h-text {
    width: 3.80rem;
    height: .4rem;
    line-height: .4rem;
    border: none;
    border-bottom: 1px solid #ccc;
    border-right: none;
    vertical-align: top;
    background-color: transparent;
    font-size: .14rem;
    color: #595757;
    padding: 0 .1rem 0 0.05rem;
    text-align: left;
}

.h-sch .h-smt {
    background-image: url(../images/2.png);
    background-position: center center;
    background-size: .2rem .2rem;
    background-repeat: no-repeat;
    color: transparent;
    cursor: pointer;
    width: .4rem;
    height: .4rem;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    transition: all .3s;
}

.h-sch .h-smt:hover {
    background-image: url(../images/2-1.png)
}

.h-sch.show {
    display: block
}
@media(max-width: 1920px){
    .h-sch {
        padding: 40px 0;
    }
    .h-sch .h-text {
        width: 380px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 10px 0 5px;
    }
    .h-sch .h-smt{
        width: 40px;
        height: 40px;
        background-size: 20px 20px;
    }
}
@media(max-width: 900px){
    header{position: fixed;left: 0;top: 0;z-index: 12345;}
    body{padding-top: 51.56px;}
    .h-sch{
        margin-right: -140px;
    }
}

.h-tel {
    width: auto;
    background-color: #fff;
    border-radius: .23rem;
    border: solid .02rem #eee;
    padding-left: .3rem;
    padding-right: .25rem;
    padding-top: .05rem;
    padding-bottom: .05rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: .4rem;
    cursor: pointer;
    transition: all .3s;
}

@media(min-width: 1201px){
    .h-tel:hover {
        border-color: #1ab05d;
        background-color: #1ab05d
    }
    .h-tel .h-tel-icon i {
        color: #1ab05d; font-size: 20px;
    }
    .h-tel:hover .h-tel-icon i {
        color: #fff
    }
    .h-tel:hover .h-tel-text {
        color: #fff
    }
}


@media (max-width:1920px) {
    .h-tel {
        border: solid 1px #eee
    }
}

.h-tel-icon {
    width: .18rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.h-tel-icon img {
    width: 100%
}

.h-tel-icon .img-2 {
    display: none
}

@media (max-width:1920px) {
    .h-tel-icon {
        width: 15px
    }
}

.h-tel-text {
    width: auto;
    color: #1ab05d;
    margin-left: .15rem
}

@media (max-width:900px) {
    .h-a {
        padding: 10px 0
    }
    .h-a.show .h-ul {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .h-a.fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        background-color: #fff
    }
    .h-container {
        width: 100%;
        padding: 0 20px
    }
    .h-logo {
        height: 30px
    }
    .h-ul {
        width: 280px;
        position: fixed;
        right: 0;
        top: 0;
        height: 100vh;
        background-color: #fff;
        overflow: auto;
        z-index: 100;
        padding-top: 10px;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0
    }
    .h-li {
        width: 100%;
        height: auto;
        position: relative;
        margin: 0;
        padding-left: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .h-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .h-nav:after {
        content: '+';
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 20px;
        color: #333
    }
    .h-nav.show:after {
        content: '-'
    }
    .h-li-title {
        width: 3rem;
        color: #333;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        text-align: left;
        margin: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .h-li-title:after {
        display: none !important
    }
    .h-box {
        width: 100%;
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 0;
        left: 0;
    }
    .h-item {
        text-align: left;
        padding: 0;
        padding-left: 30px;
        min-height: 40px;
        line-height: 1.5;
        padding-top: 5px;
        padding-bottom: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .h-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.toptool{ text-align: right;}
.toptool .toptool_web{cursor: pointer;padding: 8px 10px 8px 0; text-align:right; display: inline-block; position: relative;}
.toptool .toptool_web:hover{color:#015198;}
.toptool .toptool_web i{color:#015198;}
.toptool .toptool_tel{display: flex;}


main {
    width: 100%
}

.index-main {
    width: 100%;
    overflow: hidden
}

.index-banner {
    width: 100%;
    position: relative
}

.index-banner .ib-swiper {
    width: 100%
}

.index-banner .swiper-slide {
    width: 100%
}

.index-banner .swiper-slide img {
    width: 100%
}

.index-banner .swiper-pagination {
    width: .4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: auto;
    left: auto;
    right: .6rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    height: .4rem;
    background-color: transparent;
    opacity: 1;
    background-image: url(../images/8.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: .06rem .06rem;
    margin: .15rem 0
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url(../images/9.png);
    background-size: 100% 100%
}

@media (max-width:1920) {
    .index-banner .swiper-pagination {
        width: 30px
    }
    .index-banner .swiper-pagination .swiper-pagination-bullet {
        height: 30px;
        background-size: 6px 6px
    }
    .index-banner .swiper-pagination .swiper-pagination-bullet-active {
        background-size: 100% 100%
    }
}

.index-banner .ib-slide {
    width: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: .6rem;
    bottom: .4rem;
    z-index: 1;
    cursor: pointer;
    -webkit-animation: jump 1.5s linear infinite;
    animation: jump 1.5s linear infinite
}

.index-banner .ib-slide-text {
    width: 100%;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: .1rem
}

.index-banner .ib-slide-icon {
    width: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.index-banner .ib-slide-icon img {
    width: 100%
}



.b-a{width: 100%; min-height: 9.08rem;padding-top: 1px;padding-bottom: 1.65rem; background-image: url('../images/c32.jpg'); background-size: cover;background-position: bottom center;background-repeat: no-repeat; }
.b-main{width: 14rem;margin: 0 auto;}
.b-top{width: 100%;margin-bottom: .9rem; margin-top: -.5rem;text-align: center;padding: .15rem 0;font-size: 0;display: flex;flex-wrap: wrap; position: relative;z-index: 88;background-color: #ffffff;box-shadow: .06rem .1rem .7rem 1px rgba(219, 241, 252, 0.69);border-radius: .15rem;}
.b-one{display: inline-block;vertical-align: middle;cursor: pointer; margin: .1rem 0; width: 33.33%;border-right: 1px solid #d2d2d2;}
.b-one:last-child{border: none;}
.b-b{display: inline-block;vertical-align: middle;line-height: .5rem;width: .27rem;height: .5rem;}
.b-img img{max-width: 100%;max-height: 100%;}
.b-b i{color:#015198; font-size: calc(38 * 100vw / 1920);}
.b-c{display: inline-block;vertical-align: middle;max-width: calc(100% - .5rem);text-align: left; padding-left: .15rem; line-height: 1.5; color: #352c41;}
.b-one:hover .b-c{color: #015198;}

.b-middle{width: 100%; text-align: center;margin-bottom: 0.56rem;}
.b-titles{width: 100%;font-weight: bold;color: #015198;margin-bottom: .25rem;}
.b-titles span{font-weight: bold;}
.b-synopsis{display: inline-block;max-width: 46em; color: #4f5965;line-height: 1.68;}

.b-bottom{width: 100%;display: flex;flex-wrap: wrap;font-size: 0; }
.b-item{cursor: pointer;width: 32%;padding: .3rem; margin-right: 2%; background-color: #ffffff;box-shadow: .03rem .05rem .29rem .03rem rgba(219, 241, 252, 0.69);border-radius:.3rem .3rem; display: flex;}
.b-item:nth-child(3n){margin-right: 0;}
.b-icon{transition: all ease .5s;  width: 1.5rem; text-align: center; position: relative; padding-right: 0.2rem; margin-right: 0.2rem;}
.b-icon::after{content: '';width: 1px;position: absolute; height: .8rem; background-color: #e5e5e5; right: 0; top: 0.1rem;}
.b-icon img{max-width: 100%;max-height: 100%;}
.b-text{width: 100%;position: relative;z-index: 18;}
.b-d{width: 100%;margin-bottom: .15rem;}
.b-nub{display: inline-block;vertical-align: text-bottom; color: #000000;}
.b-e{display: inline-block;vertical-align: text-bottom;font-weight: bold;}
.b-intro{color: #4f5965;line-height: 1.5;}
.b-intro *{line-height: inherit;}

.b-item:hover .b-icon img{transform: rotateY(180deg);}

@media(max-width: 750px){
    .b-a{overflow: hidden;}
    .b-main{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;}
    .b-one{padding: 0 .1rem;}
    .b-top{margin-top: .5rem;}
    .b-b{width: 100%;margin-bottom: .2rem;}
    .b-c{width: 100%;max-width: 100%; border: none;padding-left: 0;text-align: center;}

    .b-item{width: calc(50% - 10px);margin-right: 20px;}
    .b-item:nth-child(2n){margin-right: 0;}
}

.wj-a{position: relative;width: 100%;padding-top: 0.3rem;padding-bottom: .32rem;}
.wj-main{width: 14.5rem;margin: 0 auto;}
.wj-titles{width: 100%;font-weight: bold;text-align: center;color: #000000;}
.wj-cont{width: 100%;position: relative;}
.wj-b{width: 100%;padding: .4rem 0 .7rem;}
.wj-item{width: 33.33%;padding: 0 .1rem;}
.wj-link{position: relative;display: block; width: 100%;cursor: pointer;padding-bottom: .45rem;}
.wj-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(294/456*100%);box-shadow: .03rem .05rem .29rem .03rem rgba(219, 241, 252, 0.69);border-radius: .15rem;}
.wj-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.wj-text{position: absolute;width: 80%;left: 10%;bottom: 0;padding: .2rem .15rem;transition: all ease .5s; background-color: #ffffff;box-shadow: 0px 0px .32rem 0px rgba(219, 241, 252, 0.69);border-radius: .15rem;}
.wj-en{color: #015198;margin-bottom: .15rem;}
.wj-name{position: relative;padding-right: .4rem; color: #222222;font-weight: bold;line-height: 1.3;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.wj-name:after{content: '';position: absolute;top: 50%;right: 0;margin-top: -.5em; width: .3rem;height: 1em;background-image: url('../images/a22.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}

.wj-link:hover .wj-img img{transform: scale(1.05);}
.wj-link:hover  .wj-text{background-color: #015198;}
.wj-link:hover  .wj-en{ color: #fff;}
.wj-link:hover  .wj-name{ color: #fff;}
.wj-link:hover  .wj-name:after{background-image: url('../images/a22-b.png');}

.wj-b .wj-pagination{  position: absolute;bottom: 0;left: 0;width: 100%;font-size: 0;text-align: center;}
.wj-b .wj-pagination .swiper-pagination-bullet{opacity: 1; display: inline-block;vertical-align: middle;margin: 0 .25rem;border-radius: 50%; width: 6px;height: 6px;background-color: #015198;}
.wj-b .wj-pagination  .swiper-pagination-bullet-active{background-color: transparent;width: 10px;height: 10px;background-image: url('../images/a4-b.png');background-size: contain;background-position: center center;background-repeat: no-repeat;}

.my-button-prev{margin-left:-.8rem;background-image:url("../images/icon-zuojiantou.svg"); background-size: 100%; width: 0.6rem; height: 0.6rem;}
.my-button-next{margin-right:-.8rem;background-image:url("../images/icon-youjiantou.svg"); background-size: 100%; width: 0.6rem; height: 0.6rem;}

.c-a{width: 100%;position: relative;}
.c-main{width: 100%;margin: 0 auto;}
.c-top{position: absolute;top: -.8rem;left: 0;width: 100%;text-align: center;}
.c-titles{width: 100%; 	color: #000000;font-weight: bold;margin-bottom: .25rem;}



.sphere{ width:100%; height:auto; overflow:hidden; margin-top:37px;}
.sphere_tit{ width:100%; text-align: center; font-size:42px; color:#333333; font-weight:bold; height:55px;}
.sphere_biao{ width:100%; text-align: center; font-size:19px; color:#515151; background:url(../images/news_09.jpg) no-repeat center bottom; height:65px; line-height:65px;}
.sphere_list{ width:100%;  margin:auto; margin-top:55px; overflow:hidden; position:relative; display: flex; justify-content: space-between;}

.sphere_con{ width:100%; h}
.sphere_con a{ display:block; width:100%; position:relative;}
.sphere_con a:hover .sphere_bg{ background-color:rgba(1,81,152,0.8); -webkit-transition: all 0.4s ease-in-out;}
.sphere_con a:hover .sphere_1{ background-color:#fff;margin-top:67px; -webkit-transition: all 0.4s ease-in-out;}
.sphere_con a:hover .sphere_1 i{color:#015198;}
.sphere_con a:hover .sphere_3{ opacity:1;}
.sphere_con a:hover .sphere_4{ opacity:1;-webkit-transition: all 0.4s ease-in-out;}
.sphere_con a:hover .sphere_5{ opacity:1;-webkit-transition: all 0.4s ease-in-out;}

.sphere_img{ width:100%; overflow:hidden; background-color:#000;text-align: center;}
.sphere_img img{ width:auto; opacity: 0.6;}
.sphere_bg{ width:100%; height:100%; position:absolute; top:0;}
.sphere_1{text-align: center; width:77px; height:77px;  border:2px solid #fff; border-radius:50%; margin:auto; margin-top:188px; overflow:hidden;}
.sphere_1 i{font-size: calc(56 * 100vw / 1920);line-height: 72px; color: #fff;}
.sphere_2{ width:100%; height:; font-size:22px; color:#fff; text-align: center; height:45px; line-height:45px; padding-top:5px;}
.sphere_3{ width:100%; text-align: center; font-size:14px; color:#fff; opacity:0; height:22px; line-height:22px;}
.sphere_4{ width:100%; background:url(../images/index_14.png) no-repeat center; height:36px; margin-top:26px; opacity:0;}
.sphere_5{ font-size:14px; color:#fff; border:1px solid #fff; border-radius:20px; margin:auto; width:130px; height:38px; line-height:38px; text-align: center; margin-top:143px; opacity:0;}


.pj-a{padding-top: 1rem;padding-bottom: .2rem; background-image: url('../images/c34.jpg');background-size: cover;background-position: bottom center;background-repeat: no-repeat;}
.pj-main{width: 14.5rem;margin: 0 auto;}
.pj-titles{width: 100%;font-weight: bold;text-align: center;color: #000000;margin-bottom: .25rem;}
.pj-cont{width: 100%;position: relative;}


.index_2{background: #f6f8fa;padding-bottom: .6rem;overflow: hidden}

.index_2_t{text-align: center}
.index_2_t_{display: inline-block}
.index_2_t .item{transition: .2s;display: inline-block;float: left;cursor: pointer;line-height: .4rem;font-size: .16rem;color: #666;padding: 0 .17rem;border-radius: .05rem;}
.index_2_t .item.in{background: linear-gradient(to right, #1aaf5e, #015198);color: #FFF!important;}
.index_2_t .item:hover{color: #025397}


.index_2_con{border-top: 1px solid #025397;margin-top: .16rem}
.index_2_con2{overflow: hidden}
.index_2_con2 .swiper-slide{height: 4.97rem;background-color:rgba(255,255,255,0.5);}
.index_2_con2 .left{background: none!important;height: 4.97rem;width: 50%;float: left;background-size: cover;background-repeat: no-repeat;background-position: center;box-shadow: 0px 0px 70px rgba(157, 179, 208, 0.4);}
.index_2_con2 .left .new{font-size: .12rem;color: #FFF;line-height: .24rem;border-radius: .24rem;background: #025397;display: block;width: .5rem;margin: .3rem 0 0 .3rem;text-align: center}
.index_2_con2 .left .img{height: 4.4rem;text-align: center;line-height: 3.6rem; padding: .3rem 0 0;}
.index_2_con2 .left .img img{max-width: 100%;max-height: 100%; border-radius: 10px;}
.index_2_con2 .left .model{font-size: .16rem;color: #666666;text-align: center;line-height: .4rem}


.index_2_con2 .right{height: 4.97rem;padding: .3rem;width:50%;float: right}


.index_2_con2 .right .dd{height: 3.4rem;}

.index_2_con2_img .swiper-pagination{bottom:.2rem}
/*.index_2_con2_img .swiper-slide{background: none}*/

@media(max-width: 767px){
    .index_2_t_22 .item{width: 33%;text-align: center;}

}

.product_name{color: #333;padding-bottom: .1rem}
.product_text{font-size: .16rem;color: #666666;line-height: 1.7}
.product_text span{color: #1aaf5d; line-height: 36px;}
.product_title{font-size: .18rem;color: #333333;padding-bottom: .1rem;padding-top: .15rem;}/*有关联？*/
.product_title img{margin-right: .1rem}
.product_table table{font-size: .14rem;color: #666;border: none;width: 100%}
.product_table tr td{border-color: #e5e5e5;padding: .1rem .2rem;line-height: 1.3}
.product_table tr td:nth-child(1){color: #333;}


.index_2_con2 .right .more{display: block;color: #FFF;text-align: center;width: 1.2rem;font-size: .14rem;height: .4rem;background: #1aaf5d;border-radius: .05rem;line-height: .4rem;margin: .2rem 0;}
.index_2_con2 .right .more:hover{opacity: .9}

@media(max-width: 1000px){
    .index_2_con2 .left{width: 100%;}
    .index_2_con2 .right{width: 100%;height: auto;}

}


.p_btn_d{
    padding-top: 15px;
}
.p_btn{
    display: inline-block;
    color: #FFF;
    text-align: center;
    min-width: 1.2rem;
    font-size: .2rem;
    height: .6rem;
    background: #015397;
    border-radius: .05rem;
    line-height: .6rem;
    padding: 0 .2rem;
    margin-bottom: .2rem;
}
.p_btn1{
    background: #015397;
}
.p_btn2{
    background: #1aaf5d;
}
.p_btn:hover{opacity: .9}

.p_btn_d a:nth-child(1){margin-right:0.2rem}


@media(max-width: 767px){
    .p_btn_d{
        padding-top: 10px;
    }
}

@media(max-width: 375px){
    .p_btn_d a:nth-child(1){margin-right: .3rem}
    .p_btn{padding: 0 .1rem}
}

.mg50{margin-top: 1rem;}
.qlist{display: flex;flex-wrap: wrap; justify-content: space-between; width: 1200px; margin: 0 auto;}
.qlist .qitem{min-width: 30%; display: flex; margin-bottom: 0.4rem;}
.qlist .qitem .qno{background-color: #015198; color:#fff; text-align: center;line-height: .42rem; border-radius: 50%; width: .42rem; height: .42rem; margin-right: .1rem;}
.qlist .qitem .qword h4{margin-bottom: .08rem;}

.process{background: url("../images/lcbg.jpg") no-repeat center; background: 100% auto;}
.process .processbd{width:14.5rem; max-height: 525px; padding: .5rem 0; margin:0 auto;}
.process .title{width: 100%; font-weight: bold;  text-align: center; color: #fff;margin-bottom: .25rem;}
.process .b-synopsis{color: #fff;}
.process-item{display: flex; align-items: center; }
.process-item .item{width: 12%;}
.process-item .item-round{ width: 128px; height: 128px; color:#fff; text-align: center; padding: 18px; margin: 0 auto; position: relative;}
.process-item .item-round-img{width: 100%; height: 100%;background: url("../images/round.png") no-repeat;background-size: 100% !important; position:absolute;top:0;left:0;}
.process-item .item-round-img:hover {transform: rotate(360deg);}
.process-item .item-round i{font-size: 68px;}
.process-item .item-round span{font-size: 18px; display: block;margin-top: 3px;}
.process-item p{line-height: 68px; color: #fff;font-size: 14px; text-align: center;}
.process-item .item-jt{width: 5.4%;transform: translate(0,-34px); text-align: center;}
.telword{display: flex; justify-content: center; color: #fff; align-items: center; margin-top: .6rem;}
.telword i{font-size: 38px;}
.telword span{font-size: 13px; padding-left: 8px;}
.telword b{font-weight: bold;}


.ab-a{padding-top:.88rem;padding-bottom: .2rem; background-image: url('../images/c35.jpg');background-size: cover;background-position: bottom center;background-repeat: no-repeat;}
.ab-main{width: 14.5rem;margin: 0 auto;}
.ab-titles{width: 100%;font-weight: bold;text-align: center;color: #000000;margin-bottom: .25rem;}
.ab-cont{width: 100%; margin-bottom: 1rem;}

.index_5{padding-bottom: .5rem}

.index_5_main{}
.index_5_left{width: calc((100% - .1rem)/2);float: left;height: 4.75rem;position: relative;border-radius: .1rem;overflow: hidden}
.index_5_left .bg{position: absolute;width: 100%;height: 100%;left: 0;top:0;z-index: 1;transition: .4s;background-size: cover;background-repeat: no-repeat;background-position: top}
.index_5_left .txt{position: absolute;width: 100%;left: 0;bottom:0;color: #FFF;z-index: 2;padding: .2rem;}
.index_5_left .txt .t{font-size: .24rem;padding-bottom: .15rem;}
.index_5_left .txt .text{font-size: .17rem;line-height: 1.4;height: .6rem;}
.index_5_left .txt .text a{color: #19ae5e}
.index_5_left .txt .other{text-align: center;padding-top: .3rem}
.index_5_left .txt .other .item{padding: 0 3px;width: 33.33%;position: relative;float: left;}
.index_5_left .txt .other .item:after{position: absolute;display: block;content: '';width: 1px;height: .3rem;background: rgba(255,255,255,.3);right: 0;top:.2rem;}
.index_5_left .txt .other .item:last-child:after{display: none}
.index_5_left .txt .other .item .p1{font-size: .2rem}
.index_5_left .txt .other .item .p1 span{font-size: .4rem}
.index_5_left .txt .other .item .p1 img{position: relative;top:-.2rem}
.index_5_left .txt .other .item .p2{font-size: .16rem;line-height: 1.5}


.index_5_left:hover .bg{transform: scale(1.1)}


.index_5_right{width: calc((100% - .1rem)/2);float: right;}

.index_5_right_1{height: 2.35rem;border-radius: .1rem;overflow: hidden;background: #fff;margin-bottom: .1rem}
.index_5_right_1 .img{overflow: hidden;width: calc((100% - .1rem)/2);float: left;height: 100%;}
.index_5_right_1 .img_{height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;transition: .4s;}
.index_5_right_1 .img_:hover{transform: scale(1.1)}
.index_5_right_1 .txt{width: calc((100% - .1rem)/2);float: right;padding: .2rem .15rem 0;height: 1.9rem;overflow: hidden}
.index_5_right_1 .txt .h3{font-size: .24rem;color: #333;padding-bottom: .2rem;font-weight: bold;}
.index_5_right_1 .txt p{font-size: .16rem;color: #666;line-height: 1.6;}
.index_5_right_1 .txt p b{color: #333;font-weight: normal}
.index_5_right_1 .more{font-size: .16rem;color: #19ae5e;padding-left: .25rem;display: inline-block;margin-top: .1rem}
/*.index_5_right_1 .txt .d{height: 1rem;}*/
.index_5_right_1 .txt .d{height: 1.4rem;}

.index_5_right_2{height: 2.3rem;}
.index_5_right_2 .item{min-height: 2.3rem;display: block;box-sizing: border-box;text-align: center;width: calc((100% - .1rem)/2);background: #fff;height: 100%;border-radius: .1rem;overflow: hidden;float: left;}
.index_5_right_2 .item .d{padding: .20rem}
.index_5_right_2 .item:nth-child(2){float: right;}

.index_5_right_2 .item:hover{box-shadow: 0 .05rem .15rem rgba(0,0,0,.1)}

.index_5_right_2 .item .icon{}
.index_5_right_2 .item .icon img{max-height: .45rem}
.index_5_right_2 .item .t{font-size: .24rem;color: #333;padding: .2rem 0 .15rem; font-weight: bold;}
.index_5_right_2 .item .text{color: #666666;font-size: .16rem;line-height: 1.6}

@media(max-width: 1000px){
    .index_5_left{width: 100%;margin-bottom: .3rem;height: 9rem}
    .index_5_right{width: 100%}
    .index_5_right_2{height: 2.8rem}
}
@media(max-width: 767px){
    .index_5_left{height: 4rem}
    .index_5_left .txt .text{height: .4rem}
}

.m6{width: 100%;height: 850px;background: #f9f9f9;padding-top:70px;}
.m6 .top1{width: 1400px;text-align: center;font-size:36px;color:#333333;margin:0 auto;}
.m6 .top2{width: 1400px;text-align: center;font-size:20px;color:#6C6C6C;margin:0 auto;}
.m6 .nr{width: 1400px;height: 600px;margin:0 auto;padding-top:3px;}
.m6 .nr .hd{width: 1400px;height: 255px;}
.m6 .nr .hd ul li{width: 340px;height: 255px;float: left;margin-right: 10px;}
.m6 .nr .bd{width: 1400px;height: 290px;margin-bottom: 26px;}
.m6 .nr .bd ul li{width:220px;height: 290px;float: left;margin-right:10px;}

.gbmap{padding-top:.88rem;padding-bottom: .2rem; width: 1320px; margin: 0 auto;}
.mapbd{display: flex;justify-content: space-between; align-items: center;}
.mp-titles{width: 100%;font-weight: bold;text-align: center;color: #000000;margin-bottom: .25rem;}
.gbmap .gbmap-c{width:500px; height: 420px; background: url("../images/mapc.png") no-repeat;background-size: 100% !important;}
.gbmap .gbmap-g{width:712px; height: 376px; background: url("../images/mapg.png") no-repeat;background-size: 100% !important;}

.gbmap .gbmap-c .item{position: relative;margin-bottom: 3.25%;margin-top: 3.25%;width: 32.5%;height: 1rem;margin-right: 1.25%;float: left;}
.gbmap .gbmap-c .item:nth-child(3n){margin-right: 0}
.gbmap .gbmap-c .item .num{width: .8rem;float: left;font-size: .48rem;line-height: 1rem;text-align: center;color: #cbcbcb;font-weight: bold}
.gbmap .gbmap-c .item:hover .num{background: linear-gradient(to right, #1aaf5e, #015198);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.gbmap .gbmap-c .item:hover .txt h3{color:#015198;}

.gbmap .gbmap-c .item .txt{color: #666;position: absolute;width: calc(100% - .8rem);left: .8rem;top:50%;transform: translateY(-50%);padding-right: .3rem}
.gbmap .gbmap-c .item .txt h3{font-size: .18rem;line-height: .25rem;font-weight: bold;}
.gbmap .gbmap-c .item .txt p{font-size: .14rem;line-height: 1.5}

.newsin{padding-top:.88rem;padding-bottom: .2rem; width: 14.5rem; margin: 0 auto; }
.newsbd{display: flex;}
.news-titles{width: 100%;font-weight: bold;text-align: center;color: #000000;margin-bottom: .25rem;}
.newsitem{ width: 32%; margin-right: 1.33%;}

.newsin .newsbd .swiper_item {
    position: relative;
    border-radius: 6px;
    display: block;
    height: auto;
}

.newsin .newsbd .swiper_item:hover {
    background-color: #015198;
}

.newsin .newsbd .swiper_item:hover .data {
    background-color: #fff;
}

.newsin .newsbd .swiper_item:hover .sw_t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.newsin .newsbd .swiper_item:hover .sw_t .img {
    display: none;
}

.newsin .newsbd .swiper_item:hover .sw_t .text {
    padding-top: 0rem;
    margin-top: -0.08rem;
    padding: 0 0.3rem;
}

.newsin .newsbd .swiper_item:hover .sw_t .text .t1 {
    color: #fff;
}

.newsin .newsbd .swiper_item:hover .sw_t .text .t2 {
    color: #fff;
    margin-top: 0.17rem;
}

.newsin .newsbd .sw_b:hover {
    color: #fff;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    background-color: #015198;
}

.newsin .newsbd  .sw_b:hover .img {
    opacity: 0.6;
}

.newsin .newsbd .sw_b:hover .img img:nth-child(2n-1) {
    display: none;
}

.newsin .newsbd .sw_b:hover .img img:nth-child(2n) {
    display: inline-block;
}

.newsin .newsbd .sw_b:hover::after {
    width: calc(100% - 0.6rem);
    background-color: rgba(255, 255, 255, 0.2);
}

.newsin .newsbd .swiper_item .data {
    position: absolute;
    left: 0.3rem;
    top: -0.1rem;
    text-align: center;
    background-color: #f6f6f6;
    border-radius: 4px;
    padding-top: 0.22rem;
    padding-bottom: 0.16rem;
    width: 0.8rem;
    min-width: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; z-index: 10;
}

.newsin .newsbd .swiper_item .data .d1 {
    line-height: 1;
}

.newsin .newsbd .swiper_item .data .d2 {
    line-height: 1;
}

.newsin .newsbd .swiper_item .sw_t {
    height: 5.0rem;
    min-height: 300px;
    position: relative;
}
.newsin .newsbd .swiper_item .sw_t::after {
    content: "";
    display: block;
    width: calc(100% - 0.4rem);
    height: 1px;
    background-color: rgba(36, 42, 45, 0.2);
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.newsin .newsbd .swiper_item .sw_t .img{max-height: 288px; overflow: hidden;}
.newsin .newsbd .swiper_item .sw_t .img img {
    width: 100%;
}

.newsin .newsbd .swiper_item .sw_t .text {
    padding: 0 0.2rem;
    padding-top: 0.34rem;
}

.newsin .newsbd .swiper_item .sw_t .text .t1 {
    line-height: 1.25;
    font-weight: bold;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsin .newsbd .swiper_item .sw_t .text .t2 {
    font-weight: 300;
    color: #666666;
    line-height: 1.57;
    margin-top: 0.09rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsin .newsbd .sw_b {
    color: #666;
    padding: 0 0.2rem;
    padding-top: 0.18rem;
    padding-bottom: 0.18rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsin .newsbd  .sw_b .sp1 {
    margin-right: 0.2rem;
    font-weight: 300;
}

.newsin .newsbd .sw_b .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsin .newsbd .sw_b .img img:nth-child(2n-1) {
    display: inline-block;
}

.newsin .newsbd .sw_b .img img:nth-child(2n) {
    display: none;
}

.newsin .newsbd .sw_b::after {
    content: "";
    display: block;
    width: calc(100% - 0.4rem);
    height: 1px;
    background-color: rgba(36, 42, 45, 0.2);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 900px) {
    .newsin .newsbd .p4_box {
        padding: 0 3%;
    }
    .newsin .newsbd .swiper_item .sw_t .text {
        padding-top: 0.3rem;
    }
}

.newsin .newslist{padding: 0 0.2rem;}
.newsin .title_line {
    padding: 6px 2px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.newsin .title_line .news_title {
    flex: 1 1;
    margin-right: 30px;
}
.newsin .news_title {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    position: relative;
}
.newsin .news_titleimg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
}
.newsin .news_titleimg {
    background-image: url(../images/2000039.gif?v=201712181730);
    background-size: contain;
}
.newsin .news_time {
    line-height: 1.5;
    color: #999;
    display: inline-block;
    font-size: 14px;
}
.m_row_line {
    border-top: 1px dotted rgba(201, 201, 201, 1);
}

.flink{background-image: url('../images/c36.jpg');background-position: top center;background-repeat: no-repeat;background-size: cover; padding-top: 0.8rem; padding-bottom: 2rem;}
.fl-main{width: 14.5rem;margin: 0 auto;}
.fl-titles{width: 100%;font-weight: bold;text-align: center;color: #000000; margin-bottom: 0.25rem;}/*有关联？*/
.fl-bd{display: flex; flex-wrap: wrap;}
.fl-item { width: 14.285%;  padding: 0.1rem .08rem;}
.fl-link{display: block;width: 100%;cursor: pointer;height: .7rem;line-height: .7rem;text-align: center;background-color: #ffffff;border-radius: .12rem;overflow: hidden;}
.fl-link img{max-width: 70%;max-height: 60%;transform: scale(1.00);transition: all ease .5s;}
.fl-link:hover img{transform: scale(1.05)}


/* footer  start */
.footer {
    width: 100%;
    background: url(../images/foort_bj.png) no-repeat center bottom;
    height: 368px;
    background-size: 100% 100%; position: relative;
}
.footer.in{margin-top: -1.3rem;}
.footer .i_con{width:14.5rem; margin: 0 auto;}

.footer .ji_ss {
    width: 100%;
    height: 235px;
    border-bottom: 1px solid #dddddd59;
    padding-top: 76px;
    box-sizing: border-box;
}

.footer .ji_ss .ji_tuan {
    height: 60px;
    float: left;
    display: block;
    margin-top: 20px;
}

.footer .ji_ss .ji_tuan .ji_tub {
    float: left;
    height: 60px;
}

.footer .ji_ss .ji_tuan .logo_sx {
    width: 1px;
    height: 40px;
    float: left;
    margin: 33px 20px 0;
    background-color: #dddddd59;
}

.footer .ji_ss .ji_tuan .cheng_y {
    float: left;
    margin-top: 28px;
}

.footer .ji_ss .ji_tuan .cheng_y span:first-child {
    font-size: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
    margin-bottom: 6px;
}

.footer .ji_ss .ji_tuan .cheng_y span:last-child {
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
}

.footer .ji_ss .leixings {
    width: 72%;
    float: left;
    margin-top: 26px;
}

.footer .ji_ss .leixings a {
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-right: 15px;
}

.footer .ji_ss .leixings a:hover {
    color: #5bb647;
}

.footer .ji_ss .erw {
    width: 16%;
    position: absolute;
    right: 10%;
    margin-top: 0.2rem;
}

.footer .ji_ss .erw .ma1 {
    width: 105px;
    margin-right: 10px;
    text-align: center;
    float: left;
}

.footer .ji_ss .erw .ma1 img {
    width: 100%;
}

.footer .ji_ss .erw .ma1 span {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #ffffff;
}

.footer .yq_lian {
    padding: 18px 0;
    border-bottom: 1px solid #dddddd59;
}

.footer .yq_lian p {
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer .yq_lian a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.72;
    margin-right: 10px;
}

.footer .yq_lian a:hover {
    color: #5bb647 !important;
}

.footer .aj {
    width: 100%;
}

.footer .aj p {
    font-size: 12px;
    line-height: 66px;
    color: #ffffff;
}

.footer .aj a {
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
}


.banner_h{height:542px;width:100%; overflow:hidden;}
.banner_txt1 , .banner_txt2 { text-align:left; color:#fff;text-shadow:1px 1px 5px #333; letter-spacing:2px; padding-left:50px;}
.banner_txt1 { font-size: 40px;font-weight:bold; }
.banner_txt2  { font-size:17px;margin-top:20px;}
.b2{top:150px; width:1200px; left:50%; margin-left:-600px;}
.bannerimg{
    height:542px;
    background-position:top cenetr;
    background-repeat:no-repeat;
    -webkit-animation: banner_inside 2s ease 1 forwards;
    -moz-animation: banner_inside 2s ease 1 forwards;
    -o-animation: banner_inside 2s ease 1 forwards;
    animation: banner_inside 2s ease 1 forwards;
}
.bannerimg_wap{
    height:144px;
    background-position:top cenetr;
    background-repeat:no-repeat;
    -webkit-animation: banner_inside 2s ease 1 forwards;
    -moz-animation: banner_inside 2s ease 1 forwards;
    -o-animation: banner_inside 2s ease 1 forwards;
    animation: banner_inside 2s ease 1 forwards;
}


.w1400 {
    width:14.5rem;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.crumbs {
    width: 100%;
    background-color: #f9f9f9;
}

.crumbs .crum {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.crumbs .crum .cul {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.crumbs .crum .cul .home {
    display: inline-block;
    vertical-align: middle;
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.12rem;
    position: relative;
    top: -0.02rem;
}
.crumbs .crum .cul .home img {
    width: 100%;
    display: block;
}
.crumbs .crum .cul .home img:first-child {
    display: block;
}
.crumbs .crum .cul .home img:last-child {
    display: none;
}
.crumbs .crum .cul a {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    line-height: 3.5;
}
.crumbs .crum .cul a span {
    display: inline-block;
    color: #666;
    margin: 0 0.1rem;
}
.crumbs .crum .cul a:last-child span {
    display: none;
}
.crumbs .crum .cur {
    display: inline-block;
    vertical-align: middle;
    flex: 1;
}
.crumbs .crum .cur .swiper-container {
    width: 100%;
}
.crumbs .crum .cur .swiper-wrapper {
    justify-content: flex-end;
}
.crumbs .crum .cur .swiper-slide {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.crumbs .crum .cur .swiper-slide a {
    width: 100%;
    display: block;
    padding: 0 0.5rem;
    color: #666;
    line-height: 3.5;
    border-bottom: solid 0.04rem transparent;
}
.crumbs .crum .cur .swiper-slide a:hover {
    background: linear-gradient(to bottom, #1aaf5e, #015198);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.crumbs .crum .cur .swiper-slide.on {
    background-color: #015199;
}
.crumbs .crum .cur .swiper-slide.on a {
    color: #fff;
    border-bottom: solid 0.04rem #1aaf5e;
}
.crumbs.white {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: transparent;
}
.crumbs.white .crum .cul .home img:first-child {
    display: none;
}
.crumbs.white .crum .cul .home img:last-child {
    display: block;
}
.crumbs.white .crum .cul a {
    color: #fff;
}
.crumbs.white .crum .cul a span {
    color: #fff;
}



.Introduction {
    width: 100%;
    font-size: 0;
    padding: 0.6rem 0;
}

.Introduction .intrm {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.Introduction .intrm .inl {
    display: inline-block;
    vertical-align: middle;
    width: calc((800 / 1600) * 100%);
}

.Introduction .intrm .inl .img {
    width: 100%;
    padding-top: 63.875%;border-radius: .3rem;
}

.Introduction .intrm .inr {
    width: calc((700 / 1600) * 100%);
    display: inline-block;
    vertical-align: middle;
}
.migop .ir{padding: 16px 0; color: #6C6C6C}
.Introduction .intrm .inr .cinps {
    width: 100%;
    line-height: 1.5;
}

.Introduction .intrm .inr .cinps p {
    line-height: 1.5; font-size: 16px;
}

.Introduction .date {
    position: relative;
    width: 100%;
    padding: 0.4rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 0.2rem;
}

.Introduction .date .datm {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.Introduction .date .datm .dt {
    width: 100%;
    color: #ff9900;
    font-weight: bold;
    line-height: 1.5;
}

.Introduction .date .datm .dm {
    width: 100%;
    color: #999;
    line-height: 1.5;
}

.Introduction .other{padding: 0.8rem 0;}
.Introduction .other .item{padding: 0 3px;width: 25%;position: relative;float: left; text-align: center;}
.Introduction .other .item:after{position: absolute;display: block;content: '';width: 1px;height: .3rem;background: rgba(255,255,255,.3);right: 0;top:.2rem;}
.Introduction .other .item:last-child:after{display: none}
.Introduction .other .item .p1{font-size: .4rem}
.Introduction .other .item .p1 span{font-size: .6rem; font-weight: bold;}
.Introduction .other .item .p1 img{position: relative;top:-.2rem}
.Introduction .other .item .p2{font-size: .18rem;line-height:2.2; color: #6C6C6C}


.rr-box{ width: 14.5rem; margin: 0 auto; overflow: hidden}
.rr-box .rr-title{
    margin: 0 auto;
    max-width: 1300px;
    padding-top: 72px;
    text-align: center;
    font-size: 40px;
    color: #3b5997;
}
.rr-box .rr-title p{ font-size: 14px; color:#4e4d50; padding: 8px 0;}

.honorSwiper{max-width: 14.5rem; margin: 48px auto; position: relative;}
.honorSwiper .swiper-slide .des{color: #212223;  font-size: 14px; margin-top: 24px; text-align: center;}
.honorSwiper .swiper-slide img{  height: 100%;  width: 100%;}
.honorSwiper .swiper-pagination-bullet-active {background: #3b5997;}
.honorSwiper .swiper-pagination-bullet {width: 28px;height: 5px;border-radius: 30px;}
.honorSwiper .zwf{padding: 20px;}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 0;}

.sy_con4{
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}
.sy_con4 .bj{
    width: 100%;
}
.sy_con4  .rq{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.sy_con4 .rq .div{
    height: 500px;
    width: 33.333%;
    border-right: 1px solid rgba(255, 255, 255, .5);
    padding-left: 39px;
    padding-top: 100px;
    transition: .5s all;
}
.sy_con4  .rq .div:hover{
    background-color: rgba(0, 0, 0, .3);
}

.sy_con4  .rq .div .imgcon{
    width: 80px;
    transition: .5s all;
}
.sy_con4  .rq .div:hover .imgcon{
    transform: translateY(-10px);
}
.sy_con4  .rq .div .imgcon img{
    width: 100%;
}
.sy_con4  .rq .div .bot{
    margin-top: 50px;
}
.sy_con4  .rq .div .bot .head{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.sy_con4  .rq .div .bot .bod{
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    margin-top: 20px;
}

.abo3_con1 .rq{
    width: 100%;
    padding-top: 56px;
}
.abo3_con1 .rq .div{
    width: 29.9%;
    float: left;
    margin-right: 5.15%;
    margin-bottom: 40px;
}
.abo3_con1 .rq .div:nth-child(3n){
    margin-right: 0;
}
.abo3_con1 .rq .div .top{
    width: 100%;
    height: 300px;
    background: rgb(244,247,249);
    position: relative;
    overflow: hidden;
}
.abo3_con1 .rq .div .top img{
    max-height: 80%;
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.abo3_con1 .rq .div:hover .top img{
    transform: translate(-50%,-50%) scale(1.05);
}
.abo3_con1 .rq .div p{
    font-size: 16px;
    color: #242526;
    padding-top: 22px;
    text-align: center;
}
.abo3_con1 .rq .div:hover p{
    color: #00428e;
}
.lb-data .lb-number{
    display: none !important;
}

/* abo3_con2 */
.abo3_con2{
    width: 100%;
    padding-bottom: 180px;
    overflow: hidden;
    position: relative;
    background: rgb(244,247,249);
}
.abo3_con2 .ab3_p{
    color: #00428e;
    opacity: 0.04;
    z-index: 0;
    top: 30px;
}
.abo3_con2 .rq{
    width: 100%;
    padding-top: 60px;
}
.abo3_con2 .rq .div{
    width: 22%;
    margin-bottom: 60px;
    margin-right: 4%;
    float: left;
}
.abo3_con2 .rq .div:nth-child(4n){
    margin-right: 0;
}
.abo3_con2 .rq .div .top{
    width: 100%;
    height: 360px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.abo3_con2 .rq .div .top .div1{
    width: 100%;
    height: 100%;
    background: rgba(0,66,142,0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s;
}
.abo3_con2 .rq .div:hover .top .div1{
    opacity: 1;
}
.abo3_con2 .rq .div .top .div1::before{
    content: '';
    width: 60px;
    height: 60px;
    background-image: url(../images/img63.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.abo3_con2 .rq .div .top img{
    max-height: 80%;
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.abo3_con2 .rq .div:hover .top img{
    transform: translate(-50%,-50%) scale(1.05);
}
.abo3_con2 .rq .div p{
    font-size: 16px;
    color: #242526;
    padding-top: 20px;
    transition: all .5s;text-align: center;
}
.abo3_con2 .rq .div:hover p{
    color: #00428e;
}

.abo3_con2 .fyq{
    display: table;
    width: auto;
    margin: 0 auto;
}


.case_list{}
.case_list .li{margin-right: 1.4%;margin-top: .2rem;width: 15.5%;height: 1.85rem;float: left;border: 1px solid #dcdcdc;background: #FFF;}
.case_list .li:nth-child(6n){margin-right: 0}
.case_list .li .a{transition: .3s;display: block;height: 100%;position: relative}
.case_list .li .div1{position: relative;z-index: 1;height: 100%}
.case_list .li .div1 .img{padding: 0 .1rem;height: 1.5rem;text-align: center;line-height: 1.5rem;}
.case_list .li .div1 .img img{max-height: 100%;max-width: 100%;}
.case_list .li .div1 .company{font-weight: normal;padding: 0 .1rem;text-align: center;font-size: .16rem;color: #666666;line-height: 1.5}
.case_list .li .div2{opacity: 0;transition: .3s;font-size: .13rem;;position: absolute;z-index: 2;width: 100%;height: 100%;left: 0;top:0;background: rgba(0,0,0,.55);padding: .4rem .25rem}
.case_list .li .div2 .text{height: .72rem;overflow: hidden;color: #FFF;line-height: 1.8;/*height: .45rem*/}

.case_list .li .div2 .more{text-align: center;color: #19ae5e;margin-top: .12rem}

.case_list .li .a:hover{box-shadow: 0 .05rem .1rem rgba(0,0,0,.2)}
.case_list .li .a:hover .div2{opacity: 1;}



.inside_tab{padding: .4rem 0}

.inside_tab.fixed{position: fixed;width: 100%;z-index: 800;left: 0;top:0;padding: 0}



.inside_tab_{text-align: center}
.inside_tab_b{border-radius: .03rem;display: inline-block;border: 1px solid #d2d2d2;background: #FFF;}

.inside_tab.fixed .inside_tab_b{border-top: none}

.inside_tab_b .item{display: block;float: left;font-size: .14rem;color: #333;line-height: .4rem;min-width: 2.28rem;text-align: center;padding: 0 .1rem}

.inside_tab_b .item:hover{color: #fff;background-color:#1aaf5e;}
.inside_tab_b .item.in{color: #fff;background: #1aaf5e}




.inside_tabdd{padding: .4rem 0}

.inside_tabdd.fixed{position: fixed;width: 100%;z-index: 800;left: 0;top:0;padding: 0}



.inside_tabdd_{text-align: center}
.inside_tabdd_b{border-radius: .03rem;display: inline-block;border: 1px solid #d2d2d2;background: #FFF;}

.inside_tabdd.fixed .inside_tabdd_b{border-top: none}

.inside_tabdd_b .item{display: block;float: left;font-size: .16rem;color: #333;line-height: .4rem;min-width: 1.6rem;text-align: center;padding: 0 .1rem}

.inside_tabdd_b .item:hover{color: #fff;background-color:#1aaf5e;}
.inside_tabdd_b .item.in{color: #fff;background: #71bb37}



.inside_tab2{}
.inside_tab2 .inside_tab_b{background: #f6f8fa;border-color: #f6f8fa;border-radius: 0}
.inside_tab2 .inside_tab_b .item{line-height: .5rem;height: .5rem;font-size: .18rem;position: relative}
.inside_tab2 .inside_tab_b .item:hover,
.inside_tab2 .inside_tab_b .item.in{color: #333;background: #FFF;line-height: .53rem;/*border-top: .03rem solid #71bb37*/}
.inside_tab2 .inside_tab_b .item.in:before,
.inside_tab2 .inside_tab_b .item:hover:before{left: 0;top: 0;z-index: 1;display: block;content: '';width: 100%;height: .03rem;background: linear-gradient(to right, #1aaf5e, #015198);position: absolute;}

@media(max-width: 1000px){
    .case_list .li{width: 24%;margin-right: 1.3%}
    .case_list .li:nth-child(6n){margin-right: 1.3%}
    .case_list .li:nth-child(4n){margin-right: 0}
}



@media(max-width: 767px){
    .inside_tab{padding: .3rem 0}
    .case_list .li{width: 49%;margin-right: 2%;margin-top:2%}
    .case_list .li:nth-child(2n){margin-right: 0;}
    .inside_tab_b .item{min-width: 1rem;}
}

.product_name {
    font-size: .26rem;
    color: #333;
    padding-bottom: .1rem;
}

.index_1_2{margin-top: .1rem;margin-bottom: .6rem;position: relative}
.index_1_2 .swiper-container{height: 2.9rem;}
.index_1_2 .swiper-slide{position: relative;border-radius:50px 0px 50px 0px;overflow: hidden;display: block;background-color:rgba(94,95,102);}
.index_1_2 .swiper-slide .bg{transition: .4s;z-index: 11;position: absolute;width: 100%;height: 100%;left: 0;top:0;;background-size: cover;background-repeat: no-repeat;background-position: center;opacity:0.4;background-color:rgba(0,0,0,1);}
.index_1_2 .swiper-slide .d{position: relative;margin-top:0.86rem;z-index: 12;color: #FFF;text-align: center;width:80%;margin:45px auto;}
.index_1_2 .swiper-slide .d .t{font-size: .30rem;padding-top: .3rem;font-weight:normal;  color:#fff;}
.index_1_2 .swiper-slide .d .line{width: .25rem;height: .02rem;margin: .2rem auto}
.index_1_2 .swiper-slide .d .text{height: 1.12rem;overflow: hidden;padding: 0 .3rem;}
.index_1_2 .swiper-slide .d .text,
.index_1_2 .swiper-slide .d .text p{font-size: .16rem;line-height:0.32rem;}
.index_1_2 .swiper-slide .d .more{width: 1.2rem;height: .4rem;background: #67a834;border-radius: .05rem;line-height: .4rem;margin: .2rem auto}
.index_1_2 .swiper-slide:hover .bg{transform: scale(1.1);opacity:0.8;}
.index_1_2 .swiper-button-prev,
.index_1_2 .swiper-button-next{z-index: 20;width: 40px;height: 40px;background-color: #015198;background-size: 9px;margin: 0;top:50%;transform: translateY(-50%); border-radius:50%;}


.index_1_2 .swiper-button-prev{background-image: url("../images/icon9.png");left: -.6rem}
.index_1_2 .swiper-button-next{background-image: url("../images/icon10.png");right: -.6rem}


.index_1_2 .swiper-button-prev.swiper-button-disabled,
.index_1_2 .swiper-button-next.swiper-button-disabled{background-color: #7d8488;pointer-events:auto}

.l-a {
    width: 100%;
    padding-top: .1rem;
    padding-bottom: .1rem;
}
.l-main {
    width: 14rem;
    margin: 0 auto;
}
.l-cont{width: 100%;font-size: 0;padding-top: .8rem;}
.l-item{display: inline-block;vertical-align: top;cursor: pointer;position: relative; margin-bottom: 1.5rem;width: 30.86%; margin-right: 3.7%;}
.l-item:nth-child(3n){margin-right: 0;}
.l-img{width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(294/456*100%);
    box-shadow: .03rem .05rem .29rem .03rem rgba(219, 241, 252, 0.69);
    border-radius: .15rem;}
.l-img img{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.00);
    transition: all ease .5s;
}
.l-text{position: absolute;
    width: 80%;
    left: 10%;
    bottom: -45px;
    padding: .2rem .15rem;
    transition: all ease .5s;
    background-color: #ffffff;
    box-shadow: 0px 0px .32rem 0px rgba(219, 241, 252, 0.69);
    border-radius: .15rem;}
.l-en{color: #015198;margin-bottom: .15rem;}
.l-name{position: relative;padding-right: .4rem; color: #222222;font-weight: bold;line-height: 1.3;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.l-name:after{content: '';position: absolute;top: 50%;right: 0;margin-top: -.5em; width: .3rem;height: 1em;background-image: url('../images/a22.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}

.l-item:hover .l-img img{transform: scale(1.05);}
.l-item:hover  .l-text{background-color: #015198;}
.l-item:hover  .l-en{ color: #fff;}
.l-item:hover  .l-name{ color: #fff;}
.l-item:hover  .l-name:after{background-image: url('../images/a22-b.png');}



/* 新闻中心 */
/* .new_con1 */
.new_con1{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 130px;
}
.new_con1 .rq{
    width: 100%;
}
.new_con1 .rq .div{
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-bottom: 76px;
}
.new_con1 .rq .div:nth-child(3n){
    margin-right: 0;
}
.new_con1 .rq .div .top{
    width: 100%;
    overflow: hidden;
    max-height: 200px;
}
.new_con1 .rq .div .top img{
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
}
.new_con1 .rq .div:hover .top img{
    transform: scale(1.05);
}
.new_con1 .rq .div .bot{
    width: 100%;
    height: 110px;
    padding-top: 12px;
}
.new_con1 .rq .div .bot .p1{
    font-size: 14px;
    color: #3b5997;
}
.new_con1 .rq .div .bot .p2{
    font-size: 18px;
    color: #242526;
    margin-top: 10px;
    transition: all .5s;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new_con1 .rq .div:hover .bot .p2{
    color: #3b5997;
}
.new_con1 .fyq{
    width: auto;
    display: table;
    margin: 0 auto;
}
@media(max-width:1459px){
    .new_con1 .rq .div .bot {
        height: 86px;
        padding-top: 10px;
    }
    .new_con1 .rq .div .bot .p1 {
        font-size: 13px;
    }
    .new_con1 .rq .div .bot .p2 {
        font-size: 15px;
        margin-top: 6px;
    }
    .new_con1 .rq .div {
        margin-bottom: 40px;
    }
    .new_con1 {
        padding-top: 50px;
        padding-bottom: 80px;
    }

}
@media(max-width:991px){
    .new_con1 .rq .div .bot .p2 {
        font-size: 16px;
    }
    .new_con1 .rq .div {
        margin-bottom: 20px;
    }

}
@media(max-width:500px){
    .new_con1 {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .new_con1 .rq .div{
        width: 49%;
        margin-right: 2%;
    }
    .new_con1 .rq .div:nth-child(3n){
        margin-right: 2%;
    }
    .new_con1 .rq .div:nth-child(2n){
        margin-right: 0%;
    }
    .new_con1 .rq .div .bot {
        height: 68px;
        padding-top: 6px;
    }
    .new_con1 .rq .div .bot .p1 {
        font-size: 12px;
    }
    .new_con1 .rq .div .bot .p2 {
        font-size: 14px;
        margin-top: 2px;
    }

}





/* 新闻详情 */
.por_dat1 .rig .p span{
    font-size: 16px;
    color: #3b5997;
    display: block;
}
.por_dat1 .rig .div2{
    width: 100%;
    padding-top: 50px;
}
.por_dat1 .rig .div2 p{
    font-size: 16px;
    color: #333333;
    line-height: 34px;
}
.por_dat1 .rig .div2 img{
    max-width: 100% !important;
    height: auto !important;
}
.por_dat1 .rig .div2 div{
    width: 100%;
    padding-top: 60px;
}
.por_dat1 .rig .div2 .p1{
    font-size: 18px;
    color: #121212;
    font-weight: bold;
    margin-bottom: 14px;
}


/* new_dat1 */
.new_dat1{
    width: 100%;
    padding-top: 110px;
    padding-bottom: 90px;
    background: rgb(244,247,249);
    position: relative;
    overflow: hidden;
}
.new_dat1 .p{
    font-size: 280px;
    color: #002652;
    opacity: 0.03;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    left: 20%;
    top: 0;
    white-space: nowrap;

}
.new_dat1 .p1{
    font-size: 32px;
    color: #121212;
}
.new_dat1 .rq{
    width: 100%;
    padding-top: 55px;
}
.new_dat1 .rq .div{
    width: 30%;
    margin-right: 5%;
    float: left;
    margin-bottom: 20px;
}
.new_dat1 .rq .div:nth-child(3n){
    margin-right: 0;
}
.new_dat1 .rq .div .top{
    width: 100%;
    overflow: hidden;max-height: 200px;
}
.new_dat1 .rq .div .top img{
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
}
.new_dat1 .rq .div:hover .top img{
    transform: scale(1.05);
}
.new_dat1 .rq .div .bot{
    width: 100%;
    padding-top: 12px;
}
.new_dat1 .rq .div .bot .p2{
    font-size: 14px;
    color: #3b5997;
}
.new_dat1 .rq .div .bot .p3{
    font-size: 18px;
    color: #242526;
    margin-top: 10px;
    transition: all .5s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.new_dat1 .rq .div:hover .bot .p3{
    color: #3b5997;
}

@media(max-width:1459px){
    .por_dat1 .rig .div2 {
        padding-top: 32px;
    }
    .por_dat1 .rig .p span {
        font-size: 14px;
    }
    .por_dat1 .rig .div2 p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 24px;
    }
    .por_dat1 .rig .div2 div {
        padding-top: 36px;
    }
    .new_dat1 {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .new_dat1 .p1 {
        font-size: 36px;
    }
    .new_dat1 .p {
        font-size: 180px;
    }
    .new_dat1 .rq {
        padding-top: 32px;
    }
    .new_dat1 .rq .div .bot {
        padding-top: 10px;
    }
    .new_dat1 .rq .div .bot .p3{
        font-size: 18px;
        margin-top: 6px;
    }


}
@media(max-width:991px){
    .new_dat1 {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .new_dat1 .p{
        display: none;
    }
    .new_dat1 .p1 {
        font-size: 30px;
    }

}
@media(max-width:500px){
    .por_dat1 .rig .div2 {
        padding-top: 20px;
    }
    .por_dat1 .rig .div2 p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 16px;
    }
    .por_dat1 .rig .div2 div {
        padding-top: 22px;
    }
    .por_dat1 .rig .div2 .p1 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .new_dat1 {
        padding-top: 40px;
        padding-bottom: 36px;
    }
    .new_dat1 .p1 {
        font-size: 24px;
    }
    .new_dat1 .rq .div{
        width: 100%;
    }
    .new_dat1 .rq .div .bot .p3 {
        font-size: 16px;
        margin-top: 2px;
    }
    .new_dat1 .rq .div .bot .p2 {
        font-size: 13px;
    }
    .new_dat1 .rq .div .bot {
        padding-top: 6px;
    }
    .new_dat1 .rq {
        padding-top: 20px;
    }

}




/* 企业风采详情 */
.about2_dat1 .lef .top .div1 a {
    display: block;
    margin-top: 14px;
}
.about2_dat1 .lef .top .div1 .a{
    margin-top: 60px;
}
.about2_dat1 .lef .top{
    width: 81%;
    padding: 70px 40px;
    background: rgb(244,247,249);
}
.about2_dat1 .lef .top .div{
    width: 100%;
    border-bottom:none;
    padding-bottom: 0px;
}
@media(max-width:1459px){
    .about2_dat1 .lef .top {
        width: 85%;
        padding: 40px 30px;
    }
    .about2_dat1 .lef .top .div1 .a {
        margin-top: 40px;
    }
}
@media(max-width:991px){
    .about2_dat1 .lef .top {
        width: 100%;
    }
}
@media(max-width:500px){
    .about2_dat1 .lef .top{
        width: 100%;
        padding: 0px 15px;
        padding-bottom: 30px;
    }
}

.wscj {
    width: 94%;
    max-width: 14.5rem;
    margin: 0 auto;
}

/* 产品详情 */
.por_dat1{
    width: 100%;
    padding-top: 96px;
    padding-bottom: 140px;
}
.por_dat1 .rq{
    display: flex;
    flex-wrap: wrap-reverse;
}
.por_dat1 .lef{
    width: 32%;
    float: left;
}
.por_dat1 .lef .top{
    width: 81%;
    position: sticky;
    top: 30px;
}
.por_dat1 .lef .top .div2{
    width: 100%;
    border-bottom: 1px solid rgb(238,238,238);
    padding-bottom: 42px;
    width: 80%;
    margin-bottom: 30px;
}
.por_dat1 .lef .top .div2 .p{
    float: left;
    font-size: 24px;
    color: #121212;
    font-weight: bold;
    line-height: 40px;
}
.por_dat1 .lef .top .div2 #share-2{
    float: left;
}
#share-2 .icon-weibo{
    color: #fff;
    background: rgb(218,60,60);
    font-size: 16px;
}
#share-2 .icon-wechat{
    color: #fff;
    background: rgb(33,186,65);
    font-size: 16px;
}
#share-2 .icon-qq{
    color: #fff;
    background: rgb(62, 145, 238);
    font-size: 16px;
}
#share-2 .icon-wechat .wechat-qrcode {
    top: 48px;
}
#share-2 .icon-wechat .wechat-qrcode:after {
    top: -16px;
    transform: rotate(180deg);
}
.por_dat1 .lef .top .div21{
    width: 100%;
    padding-top: 35px;
}
.por_dat1 .lef .top .div21 a{
    font-size: 18px;
    color: #333333;
    display: block;
    margin-bottom: 24px;
}
.por_dat1 .lef .top .div21 a:hover{
    color: #3b5997;
}
.por_dat1 .lef .top .div21 a span{
    font-size: 18px;
    color: #121212;
    font-weight: bold;
}
.por_dat1 .lef .top .div21 .a{
    padding-top: 20px;
}
.por_dat1 .lef .top .div21 .a span{
    font-size: 24px;
    color: #3b5997;
    border-bottom: 2px solid #3b5997;
    padding-bottom: 10px;
}
.por_dat1 .lef .top .div21 .a span i{
    width: 23px;
    height: 15px;
    display: inline-block;
    background-image: url(../images/img35.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 13px;
}

.por_dat1 .rig{
    width: 68%;
    float: left;
}
.por_dat1 .rig .p{
    font-size: 30px;
    color: #121212;
    font-weight: bold;
}
.por_dat1 .rig .div{
    width: 100%;
    padding-top: 38px;
}
.por_dat1 .rig .div img{
    max-width: 100% !important;
    height: auto !important;
    vertical-align: middle;
    display: block;
    margin-bottom: 60px;
}
.por_dat1 .rig .div .div1{
    width: 100%;
}
.por_dat1 .rig .div .div1 .p1{
    font-size: 24px;
    color: #121212;
    font-weight: bold;
    padding-bottom: 18px;
    border-bottom: 1px solid rgb(238,238,238);
    margin-bottom: 56px;
}

.por_dat1 .rig .div a{
    font-size: 14px;
    color: #ffffff;
    width: 202px;
    height: 60px;
    border-radius: 60px;
    line-height: 60px;
    text-align: center;
    background: #3b5997;
    display: block;
}
.por_dat1 .rig .div a i{
    width: 19px;
    height: 14px;
    background-image: url(../images/img5.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 5px;
}

/* por_dat2 */
.por_dat2{
    width: 100%;
    padding-top: 45px;
    padding-bottom: 40px;
    background: rgb(244,247,249,.6);
    position: relative;
    overflow: hidden;
}
.por_dat2 .p{
    font-size: 200px;
    color: #d8241a;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 20%;
    top: 15px;
    white-space: nowrap;
    z-index: 0;
    opacity: 0.04;
}
.por_dat2 .p1{
    font-size: 32px;
    color: #000000;
    font-weight: bold;
}
.por_dat2 .rq{
    width: 100%;
    padding-top: 30px;
    position: relative;
}
.por_dat2 .rq .top{
    width: 100%;
    overflow: hidden;
}
.por_dat2 .rq .top img{
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
}
.por_dat2 .rq .swiper-slide:hover img{
    transform: scale(1.05);
}
.por_dat2 .rq p{
    font-size: 18px;
    color: #000000;
    padding-top: 16px;
    transition: all .5s;
}
.por_dat2 .rq .swiper-slide:hover p{
    color: #d8241a;
}
.por_dat2 .rq .div{
    width: 105px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    margin-top: 38px;
}
.por_dat2 .swiper-button-next,
.por_dat2 .swiper-button-prev{
    width: 45px;
    height: 45px;
    background-image: url(../images/img40.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .5s;
    margin-top: 0;
    right: 0;
    opacity: 1;
    top: 0;
    position: absolute;
}
.por_dat2 .swiper-button-next:after,
.por_dat2 .swiper-button-prev:after{
    display: none;
}
.por_dat2 .swiper-button-prev{
    transform: rotate(180deg);
    left: 0;
}
.por_dat2 .swiper-button-next:hover,
.por_dat2 .swiper-button-prev:hover{
    background-image: url(../images/img41.png);
}


@media(max-width:1459px){
    .por_dat1 {
        padding-top: 72px;
        padding-bottom: 104px;
    }
    .por_dat1 .lef .top .div2 {
        padding-bottom: 32px;
        width: 80%;
    }
    .por_dat1 .lef .top .div2 .p {
        font-size: 18px;
        line-height: 34px;
    }
    #share-2 .social-share-icon{
        width: 26px;
        height: 26px;
        font-size: 14px;
        line-height: 26px;
    }
    .por_dat1 .lef .top .div21 {
        padding-top: 26px;
    }
    .por_dat1 .lef .top .div21 a {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .por_dat1 .lef .top .div21 a span{
        font-size: 16px;
    }
    .por_dat1 .lef .top .div21 .a span {
        font-size: 18px;
        padding-bottom: 8px;
    }
    .por_dat1 .lef .top .div21 .a span i {
        width: 23px;
        height: 11px;
        margin-right: 8px;
    }
    .por_dat1 .lef .top .div21 .a {
        padding-top: 10px;
    }
    .por_dat1 .rig .p {
        font-size: 28px;
    }
    .por_dat1 .rig .div {
        padding-top: 30px;
    }
    .por_dat1 .rig .div img {
        margin-bottom: 40px;
    }
    .por_dat1 .rig .div .div1 .p1 {
        font-size: 18px;
        padding-bottom: 12px;
        margin-bottom: 40px;
    }
    .por_dat1 .rig .div a {
        font-size: 13px;
        width: 150px;
        height: 50px;
        border-radius: 50px;
        line-height: 50px;
    }
    .por_dat1 .rig .div a i {
        width: 18px;
        height: 11px;
        margin-bottom: -1px;
        margin-left: 5px;
    }

    .por_dat2 .p {
        font-size: 186px;
        top: 26px;
    }
    .por_dat2 .p1 {
        font-size: 30px;
    }
    .por_dat2 .rq {
        padding-top: 30px;
    }
    .por_dat2 .rq p {
        font-size: 16px;
        padding-top: 10px;
    }

}
@media(max-width:991px){
    .por_dat1 .lef{
        width: 100%;
    }
    .por_dat1 .lef .top{
        position: static;
    }
    .por_dat1 .rig{
        width: 100%;
    }
    .por_dat1 {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .por_dat1 .rig .div {
        padding-top: 20px;
    }
    .por_dat1 .lef .top .div2 {
        padding-bottom: 10px;
        width: 100%;
        padding-top: 30px;
    }
    .por_dat2 .p {
        display: none;
    }
    .por_dat2 {
        padding-top: 60px;
        padding-bottom: 56px;
    }

    .por_dat2 .p1 {
        font-size: 28px;
    }


}
@media(max-width:500px){
    .por_dat1 .rig .p {
        font-size: 22px;
    }
    .por_dat1 {
        padding-top: 40px;
        padding-bottom: 36px;
    }
    .por_dat1 .rig .div {
        padding-top: 16px;
    }
    .por_dat1 .rig .div img {
        margin-bottom: 25px;
    }
    .por_dat1 .rig .div .div1 .p1 {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 24px;
    }
    .por_dat1 .rig .div a {
        font-size: 12px;
        width: 130px;
        height: 38px;
        border-radius: 38px;
        line-height: 38px;
    }
    .por_dat1 .lef .top .div21 {
        padding-top: 16px;
    }
    .por_dat1 .lef .top .div21 a {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .por_dat1 .lef .top .div21 a span {
        font-size: 14px;
    }
    .por_dat1 .lef .top .div21 .a span {
        font-size: 15px;
        padding-bottom: 8px;
    }
    .por_dat2 {
        padding-top: 40px;
        padding-bottom: 42px;
    }
    .por_dat2 .p1 {
        font-size: 24px;
    }
    .por_dat2 .rq {
        padding-top: 18px;
    }
    .por_dat2 .rq p {
        font-size: 13px;
        padding-top: 6px;
    }
    .por_dat2 .rq .div {
        width: 96px;
        height: 32px;
        margin-top: 16px;
    }
    .por_dat2 .swiper-button-next, .por_dat2 .swiper-button-prev {
        width: 32px;
        height: 32px;
    }

}

.por_dat1 .a{
    width: 114px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    background: #3b5997;
    color: #fff;
    border-radius: 60px;
    display: block;
    /* float: left; */
    margin-top: 60px;

}





/* con_con2 */
.con_con2{
    width: 100%;
    padding-top: 75px;
    padding-bottom: 35px;
    background: rgb(244,247,249);
    position: relative;
    overflow: hidden;
}
.con_p{
    font-size: 200px;
    color: #3b5997;
    opacity: 0.04;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
    position: absolute;
    left: 20%;
    top: -16px;
    z-index:0;
}
.con_p1{
    font-size: 38px;
    color: #121212;
    font-weight: bold;
}
.con_con2 .rq{
    width: 100%;
    padding-top: 30px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}
.con_con2 .rq .div{
    width: 30.5%;
    height: auto;
    float: left;
    margin-right: 4.25%;
    /*background-image: url(../images/img84.jpg);*/
    background-color: #fff;
    background-size: cover;
    padding: 50px 40px;
    transition: all .5s; margin-bottom: 20px;
}
.con_con2 .rq .div:hover{
    background: url(../images/img83.jpg);
}
.con_con2 .rq .div:nth-child(3),.con_con2 .rq .div:nth-child(6){
    margin-right: 0;
}
.con_con2 .rq .div .p1{
    font-size: 28px;
    color: #121212;
    font-weight: bold;
    transition: all .5s; margin-bottom: 18px;
}
.con_con2 .rq .div:hover .p1{
    color: #fff;
}
.con_con2 .rq .div .p2{
    height: 38px;
    font-size: 20px;
    color: #121212;
    font-weight: bold;
    padding-top: 8px;
    transition: all .5s;
}
.con_con2 .rq .div:hover .p2{
    color: #fff;
}
.con_con2 .rq .div .div1{
    width: 100%;
}
.con_con2 .rq .div .div1 p{
    font-size: 14px;
    color: #333333;
    padding-left: 56px;
    line-height: 32px;
    position: relative;
    transition: all .5s;
}
.con_con2 .rq .div:hover .div1 p{
    color: #fff;
    opacity: 0.8;
}
.con_con2 .rq .div .div1 p span{
    position: absolute;
    left: 0;
    top: 0;line-height: 32px;
}


/* con_con3 */
.con_con3{
    width: 100%;
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
    overflow: hidden;
}
.con_con3 .con_p{
    opacity: 1;
    color: #f9f9f9;
    z-index: -1;
}
.con_con3 .rq{
    width: 100%;
    padding-top: 30px;
    position: relative;
    z-index: 1;
}
.con_con3 .rq .div{
    width: 100%;
}
.con_con3 .rq .div input{
    width: 32%;
    height: 80px;
    font-size: 16px;
    background: rgb(244,247,249);
    color: #999999;
    padding-left: 26px;
    margin-right: 2%;
    margin-bottom: 28px;
    float: left;
}
.con_con3 .rq .div input:nth-child(3){
    margin-right: 0;
}
.con_con3 .rq textarea{
    width: 100%;
    height: 160px;
    font-size: 16px;
    background: rgb(244,247,249);
    color: #999999;
    padding: 26px;
    display: block;
    margin-bottom: 50px;
}
.con_con3 .rq button{
    font-size: 14px;
    color: #ffffff;
    width: 170px;
    height: 60px;
    border-radius: 60px;
    background: #3b5997;
    display: block;
}
.con_con3 .rq button i{
    display: inline-block;
    width: 19px;
    height: 14px;
    background-image: url(../images/img85.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -1px;
    margin-left: 6px;
}
.con_con3 .con_p {
    top: 20px;
}

@media(max-width:1459px){

    .con_con1 .img{
        height: 360px;
    }
    .con_con1 .lef .p1 {
        font-size: 30px;
    }
    .con_con1 .lef .p2 {
        font-size: 18px;
        padding-top: 6px;
    }
    .con_con1 .lef .div {
        padding-top: 36px;
    }
    .con_con1 .lef .div p {
        font-size: 14px;
        padding-bottom: 8px;
    }
    .con_con1 .lef .div img {
        width: 90px;
        padding-top: 14px;
    }

    .con_p {
        font-size: 180px;
        top: -16px;
    }
    .con_p1 {
        font-size: 30px;
    }
    .con_con2 .rq {
        padding-top: 40px;
    }
    .con_con2 .rq .div {
        height: 300px;
        padding: 34px 28px;
    }
    .con_con2 .rq .div .p1 {
        font-size: 22px;
    }
    .con_con2 .rq .div .p2 {
        height: 68px;
        font-size: 17px;
        padding-top: 6px;
    }
    .con_con2 .rq .div .div1 p {
        line-height: 28px;
    }
    .con_p {
        top: 0px;
    }

    .con_con3 .rq {
        padding-top: 38px;
    }
    .con_con3 .rq .div input {
        height: 60px;
        font-size: 14px;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .con_con3 .rq textarea {
        height: 140px;
        font-size: 14px;
        padding: 20px;
        margin-bottom: 36px;
    }
    .con_con3 .rq button {
        font-size: 14px;
        width: 140px;
        height: 48px;
        border-radius: 48px;
    }



}
@media(max-width:991px){
    .con_p{
        display: none;
    }
    .con_con1 {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .con_con1 .img{
        height: 235px;
    }
    .con_con2 {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .con_p1 {
        font-size: 30px;
    }
    .con_con2 .rq {
        padding-top: 30px;
    }
    .con_con2 .rq .div {
        height: 300px;
        padding: 20px 19px;
        width: 32%;
        margin-right: 2%;
    }
    .con_con2 .rq .div .div1 p {
        font-size: 14px;
        padding-left: 40px;
        line-height: 32px;
    }
    .con_con3 {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .con_con3 .rq {
        padding-top: 30px;
    }

}
@media(max-width:768px){
    .con_con1 .lef{
        width: 100%;
        padding-bottom: 30px;
    }
    .con_con1 .rig{
        width: 100%;
    }
    .con_con2 .rq .div{
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 15px;
    }

}
@media(max-width:500px){
    .con_con1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .con_con1 .lef .p1 {
        font-size: 24px;
    }
    .con_con1 .lef .p2 {
        font-size: 16px;
        padding-top: 6px;
    }
    .con_con1 .lef .div {
        padding-top: 18px;
    }
    .con_con1 .lef .div img {
        padding-top: 8px;
    }
    .con_con2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .con_p1 {
        font-size: 24px;
    }
    .con_con2 .rq {
        padding-top: 20px;
    }
    .con_con2 .rq .div .p1 {
        font-size: 20px;
    }
    .con_con2 .rq .div .p2 {
        height: auto;
        font-size: 16px;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .con_con2 .rq .div .div1 p {
        line-height: 24px;
        margin-bottom: 5px;
    }
    .con_con3 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .con_con3 .rq {
        padding-top: 20px;
    }
    .con_con3 .rq .div input{
        width: 100%;
        margin-right: 0;
        height: 46px;
        padding-left: 14px;
        margin-bottom: 10px;
    }
    .con_con3 .rq textarea {
        padding: 15px;
        margin-bottom: 26px;
    }
    .con_con3 .rq button {
        font-size: 12px;
        width: 120px;
        height: 42px;
        border-radius: 42px;
    }
    .con_con3 .rq button i {
        width: 15px;
        height: 12px;
    }

}





/* 产品列表2 */
/* por2_con1 */
.por2_con1{
    width: 100%;
    padding-top: 75px;
    padding-bottom: 75px;
}
.por2_con1 .lef{
    width: 28%;
    float: left;
    position: sticky;
    top: 20px;
}
.por2_co1_lef .p{
    font-size: 38px;
    color: #121212;
    font-weight: bold;
}
.por2_co1_lef .div{
    width: 100%;
    padding-top: 62px;
}
.por2_co1_lef .div p{
    margin-bottom: 24px;
}
.por2_co1_lef .div a{
    display: inline-block;
    font-size: 18px;
    color: #767679;
    cursor: pointer;
    padding-bottom: 8px;
    position: relative;
    transition: all .5s;
}
.por2_co1_lef .div a::before{
    content: '';
    width: 0%;
    height: 2px;
    background: rgb(1,83,151);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s;
}
.por2_co1_lef .div .on a,
.por2_co1_lef .div a:hover{
    color:  rgb(1,83,151);
}
.por2_co1_lef .div .on a::before,
.por2_co1_lef .div a:hover::before{
    width: 100%;
}
.por2_co1_lef .div a i{
    display: inline-block;
    width: 16px;
    height: 11px;
    background-image: url(../images/img27.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 2px;
    margin-left: 0px;
    opacity: 0;
    transition: all .5s;
}
.por2_co1_lef .div .on a i,
.por2_co1_lef .div a:hover i{
    margin-left: 10px;
    opacity: 1;
}


.por2_con1 .rig{
    width: 72%;
    float: left;
}
.por2_con1 .rig .div{
    width: 46%;
    float: left;
    margin-right: 8%;
    margin-bottom: 38px;
    background: #f0f0f0;
    text-align: center;
    /*box-shadow: 0px 2px 4px rgba(0,0,0,0.1);*/
    border: 1px #eaeaea solid;
    border-radius: 10px;
}
.por2_con1 .rig .div:nth-child(2n){
    margin-right: 0;
}
.por2_con1 .rig .div .top{
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.por2_con1 .rig .div .top img{
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
}
.por2_con1 .rig .div:hover .top img{
    transform: scale(1.05);
}
.por2_con1 .rig .div .top button{
    width: 102px;
    height: 40px;
    border-radius: 40px;
    font-size: 14px;
    color: #fff;
    background: #015397;
    position: absolute;
    right: 30px;
    bottom: 30px;
    opacity: 0;
    transition: all .5s;
    border: 0;
}
.por2_con1 .rig .div:hover .top button{
    opacity: 1;
}
.por2_con1 .rig .div .top button i{
    display: inline-block;
    width: 18px;
    height: 14px;
    background-image: url(../images/img5.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -2px;
    margin-left: 5px;
}
.por2_con1 .rig .div p{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    transition: all .5s;
    line-height: 48px;
}
.por2_con1 .rig .div:hover p{
    color: #015397;
}
.por2_con1 .rig .rq{
    padding-bottom: 20px;
}




/* 产品详情 */
.por_dat1{
    width: 100%;
    padding-top: 96px;
    padding-bottom: 140px;
}
.por_dat1 .rq{
    display: flex;
    flex-wrap: wrap-reverse;
}
.por_dat1 .lef{
    width: 28%;
    float: left;
}
.por_dat1 .lef .top{
    width: 80%;
    position: sticky;
    top: 30px;
}
.por_dat1 .lef .top .div2{
    border-bottom: 1px solid rgb(238,238,238);
    padding-bottom: 42px;
    width: 80%;
    margin-bottom: 30px;
}
.por_dat1 .lef .top .div2 .p{
    float: left;
    font-size: 24px;
    color: #121212;
    font-weight: bold;
    line-height: 40px;
}
.por_dat1 .lef .top .div2 #share-2{
    float: left;
}
#share-2 .icon-weibo{
    color: #fff;
    background: #015397;
    font-size: 16px;
}
#share-2 .icon-wechat{
    color: #fff;
    background: rgb(33,186,65);
    font-size: 16px;
}
#share-2 .icon-qq{
    color: #fff;
    background: rgb(62, 145, 238);
    font-size: 16px;
}
#share-2 .icon-wechat .wechat-qrcode {
    top: 48px;
}
#share-2 .icon-wechat .wechat-qrcode:after {
    top: -16px;
    transform: rotate(180deg);
}
.por_dat1 .lef .top .div21{
    width: 100%;
    padding-top: 35px;
}
.por_dat1 .lef .top .div21 a{
    font-size: 18px;
    color: #333333;
    display: block;
    margin-bottom: 24px;
}
.por_dat1 .lef .top .div21 a:hover{
    color: #015397;
}
.por_dat1 .lef .top .div21 a span{
    font-size: 18px;
    color: #121212;
    font-weight: bold;
}
.por_dat1 .lef .top .div21 .a{
    padding-top: 20px;
}
.por_dat1 .lef .top .div21 .a span{
    font-size: 24px;
    color: #015397;
    border-bottom: 2px solid #015397;
    padding-bottom: 10px;
}
.por_dat1 .lef .top .div21 .a span i{
    width: 23px;
    height: 15px;
    display: inline-block;
    background-image: url(../images/img35.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 13px;
}

.por_dat1 .rig{
    width: 72%;
    float: left;
}
.por_dat1 .rig .p{
    font-size: 30px;
    color: #121212;
    font-weight: bold;
    padding-bottom: 10px; border-bottom: 1px solid #ecebeb;
}
.por_dat1 .rig .div{
    width: 100%;
    padding-top: 38px;
}
.por_dat1 .rig .div img{
    max-width: 100% !important;
    height: auto !important;
    vertical-align: middle;
    display: block;
    margin-bottom: 60px;
}
.por_dat1 .rig .div .div1{
    width: 100%;
}
.por_dat1 .rig .div .div1 .p1{
    font-size: 24px;
    color: #121212;
    font-weight: bold;
    padding-bottom: 18px;
    border-bottom: 1px solid rgb(238,238,238);
    margin-bottom: 56px;
}

.por_dat1 .rig .div a{
    font-size: 14px;
    color: #ffffff;
    width: 202px;
    height: 60px;
    border-radius: 60px;
    line-height: 60px;
    text-align: center;
    background: #015397;
    display: block;
}
.por_dat1 .rig .div a i{
    width: 19px;
    height: 14px;
    background-image: url(../images/img5.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 5px;
}

/* por_dat2 */
.por_dat2{
    width: 100%;
    padding-top: 45px;
    padding-bottom: 40px;
    background: rgb(244,247,249,.6);
    position: relative;
    overflow: hidden;
}
.por_dat2 .p{
    font-size: 200px;
    color: #015397;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 20%;
    top: 15px;
    white-space: nowrap;
    z-index: 0;
    opacity: 0.04;
}
.por_dat2 .p1{
    font-size: 32px;
    color: #000000;
    font-weight: bold;
}
.por_dat2 .rq{
    width: 100%;
    padding-top: 30px;
    position: relative;
}
.por_dat2 .rq .top{
    width: 100%;
    overflow: hidden; border-radius: 15px;
}
.por_dat2 .rq .top img{
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
}
.por_dat2 .rq .swiper-slide:hover img{
    transform: scale(1.05);
}
.por_dat2 .rq p{
    font-size: 18px;
    padding-top: 16px;
    text-align: center;
    transition: all .5s;
}
.por_dat2 .rq .swiper-slide:hover p{
    color: #015397;
}
.por_dat2 .rq .div{
    width: 105px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    margin-top: 38px;
}
.por_dat2 .swiper-button-next,
.por_dat2 .swiper-button-prev{
    width: 45px;
    height: 45px;
    background-image: url(../images/img40.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .5s;
    margin-top: 0;
    right: 0;
    opacity: 1;
    top: 0;
    position: absolute;
}
.por_dat2 .swiper-button-next:after,
.por_dat2 .swiper-button-prev:after{
    display: none;
}
.por_dat2 .swiper-button-prev{
    transform: rotate(180deg);
    left: 0;
}
.por_dat2 .swiper-button-next:hover,
.por_dat2 .swiper-button-prev:hover{
    background-image: url(../images/img41.png);
}


@media(max-width:1459px){
    .por_dat1 {
        padding-top: 72px;
        padding-bottom: 104px;
    }
    .por_dat1 .lef .top .div2 {
        padding-bottom: 32px;
        width: 80%;
    }
    .por_dat1 .lef .top .div2 .p {
        font-size: 18px;
        line-height: 34px;
    }
    #share-2 .social-share-icon{
        width: 26px;
        height: 26px;
        font-size: 14px;
        line-height: 26px;
    }
    .por_dat1 .lef .top .div21 {
        padding-top: 26px;
    }
    .por_dat1 .lef .top .div21 a {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .por_dat1 .lef .top .div21 a span{
        font-size: 16px;
    }
    .por_dat1 .lef .top .div21 .a span {
        font-size: 18px;
        padding-bottom: 8px;
    }
    .por_dat1 .lef .top .div21 .a span i {
        width: 23px;
        height: 11px;
        margin-right: 8px;
    }
    .por_dat1 .lef .top .div21 .a {
        padding-top: 10px;
    }
    .por_dat1 .rig .p {
        font-size: 28px;
    }
    .por_dat1 .rig .div {
        padding-top: 30px;
    }
    .por_dat1 .rig .div img {
        margin-bottom: 40px;
    }
    .por_dat1 .rig .div .div1 .p1 {
        font-size: 18px;
        padding-bottom: 12px;
        margin-bottom: 40px;
    }
    .por_dat1 .rig .div a {
        font-size: 13px;
        width: 150px;
        height: 50px;
        border-radius: 50px;
        line-height: 50px;
    }
    .por_dat1 .rig .div a i {
        width: 18px;
        height: 11px;
        margin-bottom: -1px;
        margin-left: 5px;
    }

    .por_dat2 .p {
        font-size: 186px;
        top: 26px;
    }
    .por_dat2 .p1 {
        font-size: 30px;
    }
    .por_dat2 .rq {
        padding-top: 30px;
    }
    .por_dat2 .rq p {
        font-size: 16px;
        padding-top: 10px;
    }

}
@media(max-width:991px){
    .por_dat1 .lef{
        width: 100%;
    }
    .por_dat1 .lef .top{
        position: static;
    }
    .por_dat1 .rig{
        width: 100%;
    }
    .por_dat1 {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .por_dat1 .rig .div {
        padding-top: 20px;
    }
    .por_dat1 .lef .top .div2 {
        padding-bottom: 10px;
        width: 100%;
        padding-top: 30px;
    }
    .por_dat2 .p {
        display: none;
    }
    .por_dat2 {
        padding-top: 60px;
        padding-bottom: 56px;
    }

    .por_dat2 .p1 {
        font-size: 28px;
    }


}
@media(max-width:500px){
    .por_dat1 .rig .p {
        font-size: 22px;
    }
    .por_dat1 {
        padding-top: 40px;
        padding-bottom: 36px;
    }
    .por_dat1 .rig .div {
        padding-top: 16px;
    }
    .por_dat1 .rig .div img {
        margin-bottom: 25px;
    }
    .por_dat1 .rig .div .div1 .p1 {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 24px;
    }
    .por_dat1 .rig .div a {
        font-size: 12px;
        width: 130px;
        height: 38px;
        border-radius: 38px;
        line-height: 38px;
    }
    .por_dat1 .lef .top .div21 {
        padding-top: 16px;
    }
    .por_dat1 .lef .top .div21 a {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .por_dat1 .lef .top .div21 a span {
        font-size: 14px;
    }
    .por_dat1 .lef .top .div21 .a span {
        font-size: 15px;
        padding-bottom: 8px;
    }
    .por_dat2 {
        padding-top: 40px;
        padding-bottom: 42px;
    }
    .por_dat2 .p1 {
        font-size: 24px;
    }
    .por_dat2 .rq {
        padding-top: 18px;
    }
    .por_dat2 .rq p {
        font-size: 12px;
        padding-top: 6px;
        font-weight: normal;
    }
    .por_dat2 .rq .div {
        width: 96px;
        height: 32px;
        margin-top: 16px;
    }
    .por_dat2 .swiper-button-next, .por_dat2 .swiper-button-prev {
        width: 32px;
        height: 32px;
    }

}


/* 产品详情重做 */
.proda_1{
    padding-top: 0px;
    display: flex; justify-content: space-between;
}
.proda_1 .proda_1_lef{
    width: 50%;
    position: relative;
}
.proda_1 .proda_1_right {
    width: 46%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.proda_1 .div1{
    width: 100%;
    float: left;
    margin-top: 20px;
}

.proda_1 .div1 .sma img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.proda_1 .div1 .swiper-wrapper .swiper-slide {
    cursor: pointer;
    width: 100%;
    border: 1px solid #ececec;
    height: 98px;
}
.proda_1 .div2_prod{
    width: 100%;
    padding: 46px 0;
    border: 1px solid #ececec;
    float: left;
}
.proda_1 .div2_prod .bigimg img{
    /* max-width: 80%;
    max-height: 80%; */
    width: 100%;
    display: block;
    margin: 0 auto;
}
.op{
    display: block !important;
}
.proda_1 .div1 .swiper-wrapper .swiper-slide:hover{
    border: 1px solid #015397;
}
.proda_1 .div1 .swiper-wrapper .swiper-slide-thumb-active{
    border: 1px solid #015397 !important;
}
.por_dat1 .a{
    width: 114px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    background: #015397;
    color: #fff;
    border-radius: 60px;
    display: block;
    /* float: left; */
    margin-top: 60px;

}
@media(max-width: 1459px){
    .proda_1 .gallery-top .swiper-slide {

    }
    .por_dat1 .a {
        width: 94px;
        height: 41px;
        line-height: 41px;
        border-radius: 41px;
        font-size: 16px;
    }

}
@media(max-width:991px){
    .proda_1 .div2_prod {
        width: 100%;
        margin-left: 0;
        margin-top: 2%;
        padding: 40px 40px;
    }
    .proda_1 .div1 {
        margin-top: 20px;
    }

    .proda_1 .div2_prod {
        width: 100%;
        margin-left: 0;
        margin-top: 5%;
        padding: 50px 50px;
    }
    .proda_1 .div2_prod img {
        width: 40%;
        display: none;
        margin: 0 auto;
        transition: .8s all;
    }
    .proda_1 .div1 {
    }
    .proda_1 {
        width: 100%;
    }
}
@media (max-width: 414px) {
    .proda_1 .div2_prod {
        margin-top: 3%;
    }
    .proda_1 .div1 .sma:hover {
        border: 1px solid transparent;
    }
    .proda_1 .div1 .swiper-wrapper .swiper-slide {
        height: 76px !important;
    }
    .proda_1 .div1 {
        margin-top: 10px;
    }
    .por_dat1 .a {
        width: 120px;
        height: 38px;
        line-height: 38px;
        border-radius: 38px;
        font-size: 14px;
        margin-top: 30px;
    }


}
.proda_1 .gallery-top .swiper-slide{
    position: relative;

}
.proda_1 .gallery-top .swiper-slide img{

}
.proda_1 .div2_prod{
    padding: 0 0;
}
@media(max-width: 1459px){
    .proda_1 .div1 .swiper-wrapper .swiper-slide {
        height: 110px;
    }

}
@media(max-width: 500px){
    .proda_1 .gallery-top .swiper-slide {
        position: relative;

    }
}

.proda_2{
    margin-top: 30px;
}

.proda_2 .top {
    width: 100%;
    border-bottom: 1px solid #dfdddf;
}
.proda_2 .top li {
    cursor: pointer;
    width: 12%;
    padding: 10px 0;
    text-align: center;
    transition: .8s all;
    color: #333333;
    font-size: 18px;
    float: left;
    position: relative;
}
.proda_2 .top li::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    position: absolute;
    transition: .8s all;
    top: 43%;
    right: 0;
    transition: opacity .8s;
    opacity: 1;
    background-color: #dfdddf;
}
.proda_2 .top li:hover {
    color: #fff;
    background-color: #015397;
}
.list-active {
    background-color: #015397;
    color: #fff !important;
}
.proda_2 .top li:hover a{
    color: #fff !important;
}
.proda_2 .top li:hover::after {
    opacity: 0;
}
.proda_2 .top .li3::after{
    content: none;
}
.proda_2 .bottom{
    width: 100%;
    display: none;
    line-height: 20px;
}
.proda_2 .bottom p{
    line-height: 30px;
    color: #666;
}
.proda_2 .bottom .u1{
    padding: 30px 0;
}
.proda_2 .bottom .u1 li{
    margin-top: 14px ;
    font-size: 16px;
    color: #666666;
}
.proda_2 .bottom .u1 li:nth-child(1){
    margin-top: 0;
}
.proda_2 .bottom .div1{
    max-width: 100% !important;
    height: auto !important;
}
.proda_2 .bottom .div1 img{
    width: 100%;
}
@media (max-width: 1459px) {
    .proda_2 .top li {
        font-size: 16px;
    }
}
@media (max-width: 1259px) {
    .proda_2 .bottom .u1 li{
        font-size: 14px;
    }
    .proda_2 .top li {
        font-size: 16px;
    }
}
@media(max-width:991px){
    .proda_2 .bottom .div1 {
        margin-left: 0px;
        width: 100%;
    }
    .proda_2 .bottom .div1 img{
        transition: .8s all;
    }
    .proda_2 .bottom .div1 img:hover{
        transform: scale(1.4);
    }
    .por_dat1 .lef{
        display: none;
    }
}
@media (max-width: 768px){
    .proda_2 .bottom p{
        font-size: 14px;
        line-height: 25px;
    }

    .proda_2 .top li {
        font-size: 14px;
    }
    .proda_2 .top li {
        padding: 8px 0;

    }
    .proda_1 {
        padding-top: 12px;
    }
}
@media (max-width: 414px) {
    .proda_2 .bottom {
        padding-left: 0;
    }
    .proda_2 .top li {
        width: 24%;
        float: none;
        display: inline-block;
    }
    .proda_2 .bottom .u1 {
        padding: 20px 0;
    }
    .proda_2 .bottom .u1 li {
        margin-top: 8px;
    }

}

.richtext img{max-width: 100%;}
.richtext table {
    width: 100%;
}
.richtext table tr td {
    padding: 10px 20px;
    border: solid 1px #ddd;
    /*word-break:break-all;*/
    font-size: 13px;
    text-align: center;
}
.richtext table tr td p{
    text-align: center;
    font-size:13px;
}
.richtext table tr td:nth-child(2){
    text-align:left;
}
.richtext table tr {
    background: #fff;
}
.richtext table tr:nth-child(1) td {
    background: #015397;
    color: #fff;
    font-weight: bold;
    text-align: center;
}



.p15-showcase-right-con{padding-top: 18px;}
.p15-showcase-right-con p{line-height: 26px;}
.pc-cx-tel-1 {
    width:100%;
    height: 56px;
    border-top: 2px solid #e6e6e6;
    padding-top: 20px;
    margin-top: 20px;
}

.pc-cx-tel-1-t1 {
    width: 114px;
    height: 44px;
    background: #015397;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    float: right;border-radius: 30px;
}

.pc-cx-tel-1-t1 a {
    color: #fff;
}

.pc-cx-tel-1-t2 {
    height: 56px;
    padding-left: 70px;
    background: url(../images/pc-xc-icon2.png) no-repeat 10px top;
    font-size: 12px;
    line-height: 18px;
    color: #454545;
}
.pc-cx-tel-1-t2 p{font-size:22px;color: #015397;font-weight: bold;}
.pc-cx-tel-1-t2 p span{font-size: 28px;}
.detail-mtit i{color:#1aaf5e;}
.detail-mtit{font-size: 18px; font-width: blod; margin-bottom: 8px;}

.por_dat2 .swiper-slide{background-color: #fff; border-radius: 15px; padding: 10px;}


.recruit_1_top{font-size: .26rem;color: #333;font-weight: bold;text-align: center;line-height: .3rem;margin-bottom: .3rem}
.recruit_1_item{transition: .4s;background: #f9fafb;}
.recruit_1_item .img{width: 50%;overflow: hidden;height: 3.4rem;float: left}
.recruit_1_item .img_{height: 100%;transition: .4s;background-size: cover;background-repeat: no-repeat;background-position: center}
.recruit_1_item .txt{position: relative;width: 50%;height: 3.4rem;float: right}
.recruit_1_item .text{;max-height: 100%;padding: .3rem 1.2rem;width: 100%;font-size: .16rem;color: #666;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
.recruit_1_item .text p{line-height: 2.8}

.recruit_1_item:nth-child(2) .img{float: right}
.recruit_1_item:nth-child(2) .txt{float: left}

.recruit_1_item:hover .img_{transform: scale(1.1)}
.recruit_1_item:hover{background: #ebeef1}


.about_us_2{margin-top: .2rem}
.about_us_2 .txt{padding: .4rem 0 .4rem 0;}
.about_us_2 .txt .text{height: 3.5rem;position: static;transform: translateY(0);padding: 0 .4rem 0 .7rem}
.about_us_2_text{color: #666}
.about_us_2_text .h2{font-size: .21rem;}
.about_us_2_text .line{width: .28rem;height: .02rem;background: #19ae5e;margin: .1rem 0}
.about_us_2_text p{font-size: .18rem;line-height: 2!important;}
.about_us_2_text .textP{max-height: 2.6rem;overflow: hidden}



.index_3_con{width: 100%;height: 5.00rem;position: relative;margin-top: .0rem;}

.index_3_con .bg{width: 100%;height: 100%;position: absolute;left: 0;top:0;z-index: 1}
.index_3_con .bg img{width: 100%;}

.index_3_cond{width: 100%;height: 5.00rem;position: relative;margin-top: .0rem;}

.index_3_cond .bg{width: 100%;height: 100%;position: absolute;left: 0;top:0;z-index: 1}
.index_3_cond .bg img{width: 100%;}

.index_3_con1{width: 100%;height: 6.44rem;position: relative;margin-top: .2rem;background: url("../images/mapp.png") no-repeat center}

.index_3_con2{width: 100%;height:auto;position: relative;margin-bottom: .5rem;}
.index_3_con1 {padding-top:2rem;}
.index_3_con1 ul li{width:32%;float:left;margin-right:2%;margin-bottom:.2rem;border:solid 1px #cfcfcf;height:0.5rem;background-color:#19ae5e;text-align:center;line-height:0.5rem;color:#fff;font-size: .19rem;border-radius:0.51rem;}
.index_3_con1 ul li:hover{background-color:#60ac24;}
.index_3_con1 ul li:nth-child(3){margin-right:0px;}
.index_3_con1 ul li:nth-child(6){margin-right:0px;}
.index_3_con1 ul li:nth-child(9){margin-right:0px;}

.index_3_con ul li{width:48%;float:left;margin-right:2%;margin-bottom:.2rem;height:1rem;}
.index_3_con ul li:hover{background-color:#19ae5e;color:#fff; box-shadow: 0px 0px 70px rgba(157, 179, 208, 0.4);}
.index_3_con ul li:nth-child(2){margin-right:0px;}
.index_3_con ul li:nth-child(4){margin-right:0px;}
.index_3_con ul li:nth-child(6){margin-right:0px;}
.index_3_con ul li:nth-child(8){margin-right:0px;}

.index_3_con ul li:nth-child(3) span{background-color:#9f9f9f;}
.index_3_con ul li:nth-child(4) span{background-color:#9f9f9f;}
.index_3_con ul li:nth-child(7) span{background-color:#9f9f9f;}
.index_3_con ul li:nth-child(8) span{background-color:#9f9f9f;}
.index_3_con ul li span{display:block;width:1rem;height:0.98rem;text-align:center;background-color:#19ae5e;float:left;line-height:1rem;color:#fff;font-size: .19rem;}
.index_3_con ul li em{display:block;font-size: .19rem;font-family:微软雅黑;font-weight:bold;float:left;margin-top:0.15rem;margin-left:.36rem;width:3rem;}
.index_3_con ul li p{display:block;font-size: .16rem;float:left;margin-left:.36rem;margin-top:0.1rem;line-height:0.27rem;}


.index_3_cond ul li{width:48%;float:left;margin-right:2%;margin-bottom:.2rem;height:1rem;}
.index_3_cond ul li:hover{color:#fff;}
.index_3_cond ul li:nth-child(2){margin-right:0px;}
.index_3_cond ul li:nth-child(4){margin-right:0px;}
.index_3_cond ul li:nth-child(6){margin-right:0px;}
.index_3_cond ul li:nth-child(8){margin-right:0px;}

.index_3_cond ul li:nth-child(3) span{background-color:#9f9f9f;}
.index_3_cond ul li:nth-child(4) span{background-color:#9f9f9f;}
.index_3_cond ul li:nth-child(7) span{background-color:#9f9f9f;}
.index_3_cond ul li:nth-child(8) span{background-color:#9f9f9f;}
.index_3_cond ul li span{display:block;width:1rem;height:0.98rem;text-align:center;background-color:#19ae5e;float:left;line-height:1rem;color:#fff;font-size: .19rem;}
.index_3_cond ul li em{display:block;font-size: .19rem;font-family:微软雅黑;font-weight:bold;float:left;margin-top:0.15rem;margin-left:.36rem;width:3rem;}
.index_3_cond ul li p{display:block;font-size: .16rem;float:left;margin-left:.36rem;margin-top:0.1rem;line-height:0.27rem;}

.index_3_cond_center{display: block;font-size: .26rem;color: #333;z-index: 2;position: absolute;left: 50%;transform: translateX(-50%);text-align: center;top:40%;}
.index_3_cond_center .icon img{width: .62rem}
.index_3_cond_center .p{padding-top: .2rem}

.index_3_cond_item{position: absolute;z-index: 2;display: block}
.index_3_cond_item .icon{float: left;box-sizing: content-box;width: .9rem;height: .9rem;background: #7d8488;border-radius: 50%;text-align: center;line-height: .9rem;border: .1rem solid #f2f2f3;}
.index_3_cond_item .icon img{max-height: .41rem;transition: .3s}
.index_3_cond_item .txt{width: calc(100% - 0.2rem);float: left;padding-left: .2rem}
.index_3_cond_item .txt .h3{line-height: 1.2;font-size: .2rem;color: #1aaf5e;padding: .15rem 0}



.index_3_cond_item5 .txt .h3{line-height: 1.2;font-size: .20rem;color: #1aaf5e;padding: .15rem 0;text-align:left;}
.index_3_cond_item5 .txt .text{text-align:left;font-size: .16rem;color: #666666;line-height: 1.7;}


.index_3_cond_item .txt .text{font-size: .16rem;color: #666666;line-height: 1.7;}

.index_3_cond_item:hover .icon img{transform: scale(1.1)}
.index_3_cond_item:hover .icon{background: #67a834}


.index_3_cond_item:hover{}
.index_3_cond_item6 .icon,
.index_3_cond_item5 .icon,
.index_3_cond_item4 .icon,
.index_3_cond_item7 .icon{float: right}
.index_3_cond_item6 .txt,
.index_3_cond_item5 .txt,
.index_3_cond_item8 .txt,
.index_3_cond_item7 .txt{float: right;padding-left: 0;padding-right: .1rem;text-align: right}

.index_3_cond_item4 .icon{float: none;margin: 0 auto}
.index_3_cond_item4 .txt{float: right;padding: 0;width: 100%}

.index_3_cond_item1{top:5%;left: 55%;width: 34.5%}

.index_3_cond_item2{top:30%;left: 62%;width: 31%}
.index_3_cond_item3{top:55%;left: 68%;width: 32%}
.index_3_cond_item4{top:70%;right:69%;width: 32%;text-align:right;}
.index_3_cond_item5{top:78%;right:7.5%;width: 32%}
.index_3_cond_item6{top:43%;right: 63%;width: 40%}
.index_3_cond_item7{top:5%;right: 55%;width: 45.5%}
.index_3_cond_item8{top:22%;right: 65%;width: 35.5%}




.index_3_con_center{display: block;font-size: .26rem;color: #333;z-index: 2;position: absolute;left: 50%;transform: translateX(-50%);text-align: center;top:40%;}
.index_3_con_center .icon img{width: .62rem}
.index_3_con_center .p{padding-top: .2rem}

.index_3_con_item{position: absolute;z-index: 2;display: block}
.index_3_con_item .icon{float: left;box-sizing: content-box;width: .9rem;height: .9rem;background: #7d8488;border-radius: 50%;text-align: center;line-height: .9rem;border: .1rem solid #f2f2f3;}
.index_3_con_item .icon img{max-height: .41rem;transition: .3s}
.index_3_con_item .txt{width: calc(100% - 0.2rem);float: left;padding-left: .2rem}
.index_3_con_item .txt .h3{line-height: 1.2;font-size: .26rem;color: #1aaf5e;padding: .15rem 0}
.index_3_con_item .txt .text{font-size: .18rem;color: #666666;line-height: 1.7;}

.index_3_con_item:hover .icon img{transform: scale(1.1)}
.index_3_con_item:hover .icon{background: #67a834}


.index_3_con_item:hover{ box-shadow: 0px 0px 70px rgba(157, 179, 208, 0.2);}
.index_3_con_item6 .icon,
.index_3_con_item5 .icon,
.index_3_con_item7 .icon{float: right}
.index_3_con_item6 .txt,
.index_3_con_item5 .txt,
.index_3_con_item7 .txt{float: right;padding-left: 0;padding-right: .1rem;text-align: right}

.index_3_con_item4 .icon{float: none;margin: 0 auto}
.index_3_con_item4 .txt{float: none;padding: 0;width: 100%}

.index_3_con_item1{top:5%;left: 75%;width: 34.5%}

.index_3_con_item2{top:43%;left: 75%;width: 31%}
.index_3_con_item3{top:81%;left: 75%;width: 32%}
.index_3_con_item4{}
.index_3_con_item5{top:81%;right:75%;width: 32%}
.index_3_con_item6{top:43%;right: 75%;width: 31%}
.index_3_con_item7{top:5%;right: 75%;width: 35.5%}



.index_3_con_item1o{top:5%;left: 65%;width: 34.5%}

.index_3_con_item2{top:43%;left: 75%;width: 31%}
.index_3_con_item3o{top:51%;left: 65%;width: 32%}
.index_3_con_item4{}
.index_3_con_item5o{top:51%;right:65%;width: 32%}
.index_3_con_item6{top:43%;right: 75%;width: 31%}
.index_3_con_item7o{top:5%;right: 65%;width: 35.5%}

.index_3_con_item7o .txt{float: right;padding-left: 0;padding-right: .1rem;text-align: right}
.index_3_con_item5o .txt{float: right;padding-left: 0;padding-right: .1rem;text-align: right}



.index_3_con_item4{top: 68%;width: 100%;text-align: center}



.product_info{}


.product_info_1{margin-top: .6rem}
.product_info_1_img{width: 48%;float: left}
.product_info_1_bigimg{width: 100%;height: 4.17rem;line-height: 4.17rem;text-align: center;}
.product_info_1_bigimg img{max-width: 100%;max-height: 98%;}

.product_info_1_model{text-align: center;font-size: .16rem;
    color: #666666;
    line-height: .4rem;}


.product_info_1_smallimg{position: relative;padding: 0 .4rem;}
.product_info_1_smallimg .swiper-container{padding-top:.2rem;}
.product_info_1_smallimg .swiper-container .swiper-slide{height: .80rem}
.product_info_1_smallimg .swiper-container .swiper-slide .img{border: 1px solid #d2d2d2;height: 100%;line-height: .75rem;text-align: center}
.product_info_1_smallimg .swiper-container .swiper-slide .img img{max-width: 90%;max-height: 90%;}

.product_info_1_smallimg .swiper-container .swiper-slide.active .img{border-color: #71bb37}

.product_info_1_smallimg .swiper-button-prev,
.product_info_1_smallimg .swiper-button-next{width: .31rem;height: .43rem;}


.product_info_1_smallimg .swiper-button-prev{left: 0;background: url("../images/icon31.png") no-repeat center;background-size: cover!important;}
.product_info_1_smallimg .swiper-button-next{right: 0;background: url("../images/icon31-1.png") no-repeat center;background-size: cover!important;}


.product_info_1_smallimg .swiper-button-prev:hover{background: url("../images/icon32-1.png") no-repeat center;background-size: cover!important;}
.product_info_1_smallimg .swiper-button-next:hover{background: url("../images/icon32.png") no-repeat center;background-size: cover!important;}


.product_info_1_txt{width: 48.5%;float: right;}


.product_info_div{}
.product_info_div .product_name{border-bottom: 1px solid #eee;}

.product_info_div .product_text{font-size: .16rem;line-height: 2.25}


.product_div2{}
.product_div2_t{font-size: .21rem;color: #333;padding: .4rem 0 .3rem;font-weight:bold;}


.product_div2_1_ul{}
.product_div2_1_li{;;text-align: center;border: 1px solid #d2d2d2;border-radius:0.6rem 0rem 0.6rem 0rem;width: calc((100% - .6rem)/4);margin-right: .2rem;margin-bottom: .2rem;float: left;min-height: 2.8rem;}

.product_div2_1_li:hover{background-color:#f1f2f1; box-shadow: 0px 0px 70px rgba(157, 179, 208, 0.1);color:#fff;}
.product_div2_1_li:nth-child(4n){margin-right: 0}
.product_div2_1_li .d{padding: .2rem}
.product_div2_1_li .icon{margin-bottom: .1rem;height: .8rem;text-align: center;line-height: .8rem}
.product_div2_1_li .icon img{max-height: .62rem}
.product_div2_1_li .t{font-size: .22rem;color: #fff;line-height: 0.5rem;width:100%;height:0.5rem;border-radius:0.2rem;background-color:#015198;}
.product_div2_1_li .line{width: .25rem;height: .02rem;background: #dcdcdc;margin: .15rem auto;}
.product_div2_1_li .text{font-size: .15rem;color: #666;line-height: 1.7}
.product_div2_1_li .text p{line-height: 1.7}




.produc1{width:20%;float:left;margin-top:0.5rem;font-size: .14rem;color: #666;line-height: 1.7}
.produc1-1{background-color:#e7e7e7;height:1rem;width:1.5rem;border-radius:0.2rem;margin:0px auto;}

.produc1-1 em{width:100%;height:0.5rem;font-size: .36rem;color: #666;line-height:0.72rem;font-weight:bold;font-family:微软雅黑;text-align:center;display:block;}
.produc1-1 span{width:100%;height:0.5rem;text-align:center;display:block;line-height:0.5rem;font-size: .2rem;}
.produc2{width:78%;float:right;margin-top:0.5rem;}
.produc2 p{font-size:.18rem;color: #666;line-height: 0.32rem;}
.produc3{margin:0.3rem 0;}
.produc3 p{font-size:.18rem;color: #666;line-height: 0.32rem;}
@media(max-width: 1000px){
    .product_info_1_img{width: 100%;float: none;margin-bottom: .4rem}
    .product_info_1_bigimg{height:auto;line-height: 1;padding-bottom: .1rem}
    .product_info_1abc{margin-top: .1rem}
    .product_info_1_txt{width: 100%;float: none}

}

@media(max-width: 900px){
    .product_div2_1_li{width: calc((100% - .2rem)/2)}
    .product_div2_1_li:nth-child(2n){margin-right: 0}
    .product_div2_1_li .d{padding: .15rem}
}

@media(max-width: 767px){
    .product_div2_1_li{width: 100%;margin-right: 0;}
    .product_div2_1_li .icon img{max-height: .5rem}
}
@media(max-width: 520px){
}

.product_div2_2_ul{}
.product_div2_2_ul .li{margin-top: .2rem;position: relative;min-height: 2.8rem;border: 1px solid #d2d2d2;}
.product_div2_2_ul .li:first-child{margin-top: 0}
.product_div2_2_ul .li .img{overflow: hidden;width: 42%;height: 100%;position: absolute;left: 0;top:0}
.product_div2_2_ul .li .img_{height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;}
.product_div2_2_ul .li .txt{width: 58%;padding: .3rem .5rem;float: right}
.product_div2_2_ul .li .txt .t{font-size: .2rem;color: #19ae5e;line-height: 1.6}
.product_div2_2_ul .li .txt .p{position: relative;font-size: .16rem;color: #666;line-height: 1.7;padding-left: .15rem}
.product_div2_2_ul .li .txt .p:before{display: block;content: '';width: 6px;height: 6px;border-radius: 580%;position: absolute;background: #19ae5e;left: 0;top:.08rem;}

@media(max-width: 767px){
    .product_div2_2_ul .li .img{position: static;width: 100%;height: 2.8rem}
    .product_div2_2_ul .li .txt{float: none;width: 100%;padding: .2rem}
}


.product_div2_22_con{text-align: center}
.product_div2_22_con img{max-width: 100%}

.product_div2_3_item{width: 50%;float: left;margin-bottom: .5rem;}
.product_div2_3_item:nth-child(2n){padding-left: .4rem}
.product_div2_3_div{overflow: hidden;margin-bottom:0.2rem;margin-top:0.2rem;}
.product_div2_3_div .t{font-size: .16rem;color: #666;font-weight: bold;}
.product_div2_3_item .top{font-size: .16rem;color: #666;height: .3rem;line-height: .3rem;margin-bottom: .1rem;}

.product_div2_3_item .div{}
.product_div2_3_item .div img{max-width: 100%}

.product_div2_3_item_text{font-size: .16rem;color: #666;}
.product_div2_3_item_text p{line-height: 1.875;}
.product_div2_3_item_text img{margin-right:3px;width: .09rem;}

.train1 ul li{line-height: .3rem;margin-bottom:0.16rem;list-style-type:circle;}
.product_div2_3_item_text li{font-size: .18rem;line-height: .32rem;margin-bottom:0.16rem;list-style-type:circle;}
.train{font-size: .18rem;color: #666;}
.train p{line-height: 1.75;}
/**.train img{max-width: 50%!important;width: 50%}**/
.product_div2_3_item2{width: 100%}
.product_div2_3_item2 .top{font-weight: bold}

@media(max-width: 900px){
    .product_div2_3_item{width: 100%;padding-left: 0}
    .product_div2_3_item:nth-child(2n){padding-left: 0}

}

strong{font-weight: bold;}



.m2newList {
    padding: 0 0px 12px;
    display: block;
}
.m2newList li {
    height: 200px;
    margin:35px auto 0;
}
.m2newList li a{ display:block;}

.overflowHide {
    float: left;
    height: 200px;
    width: 325px;
    overflow: hidden;
    background-color:#f8f8f8;
}
.overflowHide img{ width:325px; height:200px;transition: all 0.6s; }

.overflowHide a:hover  img{
    transform: scale(1.1);
}

.m2newTxt {
    margin-left: 452px;
    position: relative;

}

.m2newTimes {
    font-size: 60px;
    line-height: 52px;
    height: 52px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    top: -52px;
    color: #cacaca;
}
.m2new_time {
    font: 16px/22px Arial;
    color: #999999;
    text-align: center;
    display: inline-block;
    width: 65px;
    position: absolute;
    top: 60px;
    left: -98px;
}
.m2new_t1 ,.m2new_t1 a {
    font-size: 16px;
    color: #000000;
    line-height: 46px;
    height: 46px;
    overflow:hidden;
    margin-bottom: 14px;
}
.m2new_t1 a:hover{ color:#0055a3;}
.m2newDes {
    padding-top: 20px;
    border-top: 1px solid #F1F1F1;
    font-size: 14px;
    color: #666666;
    height: 68px;
    line-height:24px;
    overflow:hidden;
}


.m2proBox {
    padding: 38px 0px;
    border-bottom: 1px solid #F2F2F2;
}
.m2proImgBox {
    padding-top: 10px;
    text-align: center;
    float: left;
    width: 400px;
}

.m2proList {
    margin-left: 430px;
    padding: 10px 0px 50px 35px;
    border-left: 1px solid #EDEDED;
    min-height: 200px;
}

.m2proList .tts {
    background: url("../images/m2put_icon1.jpg") no-repeat left center;
    font-size: 20px;
    color: #333;
    padding-left: 20px;
    margin-bottom:20px;
}


.article {
    width: 100%;
    text-align: left;
    color: #000;
    background-color: #fff;
    overflow-x: hidden;
}

.article .titlebox{
    text-align: center;
}

.article .title{
    font-size: 26px;
    font-weight: 100;
}

.article .time{
    color: #999;
    padding: 1% 0 2%;
}

.article .content img{
    max-width: 100%;
    margin: 15px 0;
}

.article .content,
.article .content p{
    font-size: 16px;
    color: #444;
    line-height:30px;
}

.article-links{
    margin-top: 80px;
}
.article-links a{
    display: block;
    color: #999;
}
.article-links a span{
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

.article-links a span:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: width .5s;
}
.article-prev span{
    color: #333;
    font-size: 16px;
}
.article-next span{
    color: #333;
    font-size: 16px;
}
.article-back span{
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
    background-color: #b81c25;
    padding: 10px 20px;
    margin-top: 20px;
}
.closer-wrap{
    position: fixed;
    top: 103px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 50px;
}

.closer-content{
    position: relative;
    display: block;
    width: 1150px;
    height: 100%;
    margin: 0 auto;
}

.closer{
    position: absolute;
    top: 0;
    right: -50px;
    display: block;
    width: 50px;
    height: 50px;
    background: #b81c25;
    cursor: pointer;
}

.closer-inner{
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    margin: 12px;
    transition: transform 0.35s;
}

.closer-inner:hover{
    transform: rotate(90deg);
}

.closer-inner:before,
.closer-inner:after{
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.closer-inner:before{
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.closer-inner:after{
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.case .case-title {
    padding: 80px 0;
    background: #fcfcfc url("../images/cbg.png") no-repeat bottom center
}

.case .case-title .text {
    float: left;
    width: 50%;
    padding-top: 31px
}

.case .case-title .text .bt {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 24px
}

.case .case-title .text .jsh {
    font-size: 16px;
    color: #333;
    line-height: 32px
}

.case .case-title .text .jsh p{
    line-height: 32px;font-size: 16px;
}

.case .case-title .pic {
    float: right;
    width: 44.445%
}

.case .case-title .pic img {
    transition: .5s
}

.case .case-title .pic:after {
    padding-bottom: 74.10714285714286%
}

.case .case-list {
    padding: 80px 0
}

.case .case-list ul li {
    overflow: hidden
}

.case .case-list ul li .box .text {
    width: 50%;
    float: right;
    padding: 7% 4% 0 4%
}

.case .case-list ul li .box .text .bt {
    height: 33px;
    margin-bottom: 23px;
    overflow: hidden
}

.case .case-list ul li .box .text .bt img {
    max-height: 100%
}

.case .case-list ul li .box .text .jsh {
    font-size: 16px;
    line-height: 40px;
    color: #666
}

.case .case-list ul li .box .text .jsh p {
    position: relative;
    padding-left: 82px
}

.case .case-list ul li .box .text .jsh p span {
    position: absolute;
    top: 0;
    width: 80px;
    font-weight: bold;
    color: #333;
    display: block;
    left: 0;
    text-align: right
}

.case .case-list ul li .box .pic {
    float: left;
    width: 50%
}

.case .case-list ul li .box .pic img {
    transition: .5s
}

.case .case-list ul li .box .pic:after {
    padding-bottom: 61.9047619047619%
}

.case .case-list ul li .box .pic .hover {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    line-height: 40px;
    padding: 0 20px;
    background: #e60012;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    transition: .5s
}

@media (min-width:1025px) {
    .case .case-list ul li:hover .box .pic img {
        transform: scale(1.05)
    }

    .case .case-list ul li:hover .box .pic .hover {
        bottom: 0
    }
}

.case .case-list ul li:nth-child(2n) .box .text {
    float: left
}

.case .case-list ul li:nth-child(2n) .box .pic {
    float: right
}

.product_table{display: flex; margin: 0.1rem 0;}
.product_table .pitem{margin-right: 10px; position: relative;}
.product_table .pitem:nth-child(3){margin-right: 0}
.product_table p{position: absolute; left:0; bottom: 0; background-color: rgba(1,85,151,.6); color: #fff; text-align: center; line-height: 28px; width: 100%;}
.product_table a:hover p{background-color: rgba(1,85,151,1);}

.index_5_right_2 .item .icon i{font-size: 42px;}

.abc{max-width: 1200px; margin: 0 auto;}

.abc_item h2{font-size: .28rem;color:#015198; position: relative; background-color: #f3faff; padding: 10px 0px 10px 24px; margin-top: 0.3rem; margin-bottom: 0.1rem;}
.abc_item h2:nth-child(1){margin-top: 0;}
.abc_item h2:before{content: ''; position: absolute; width: 3px; height: .28rem; background-color: #1aaf5e; left:1px; top:10px;}

.c_meau{width:211px; height:380px; position:fixed;  left:50%; margin-left:600px; bottom:-380px; display:none; z-index: 99;}
.c_meau .fl{ width:123px;border-right: 1px solid #ff9900;border-bottom: 1px solid #ffcd82; border-left: 1px solid #ffe9c8;border-top: 1px solid #ffe9c8;border-radius: 8px; overflow: hidden;}
.c_meau .fl h4 img{max-width: 96%; margin: 0 auto;}
.c_meau .fl h4{ width:100%; background-color: #fff; height:61px;  text-align:center; margin: 8px 0; padding:8px 0; border-bottom: 1px solid #ccc;}
.c_meau .fl_o{ background:#fff; margin:-16px 0; padding:10px 0 0 0;}
.c_meau .fl_o_o{ color:#7d7d7d; font-size:14px; }
.c_meau .fl_o_o { padding-bottom:10px; border-bottom:1px solid #e5e5e5; width:108px; text-align:center; margin:auto auto 10px auto;}
.c_meau .fl_o_o dd{ line-height:14px;}
.c_meau .fl_o_o dt img{margin: 0 auto;}
.c_meau .fr_o{ margin:90px 0 60px 0;}
.c_meau .fr_t{ margin-left:8px; cursor:pointer;}
.c_meau{ height:auto; bottom:-388px; display:block;}
.c_meau .fl_o_o dd{ line-height:22px;}
.c_meau .fl_o{ margin:-16px 0 -11px 0;}
.c_meau .fr_o {margin: 90px 0 108px 0}

@media screen and (max-device-width: 1366px)
{
    .c_meau{ margin-left:470px; z-index:100;}
}