/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}




/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}


.wh1700{max-width:1730px;margin:0 auto;padding:0 15px;}
.wh{max-width:1430px;margin:0 auto;padding:0 15px;}
.bxs{overflow: hidden;}



.com-img{overflow:hidden;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}


.flex{display: flex;justify-content: space-between;flex-wrap: wrap;}

.flexs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexs2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.flex2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flexed{ display: flex;}


/*头部样式*/
.top2{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;width:100%;
}
.top2 .wh1700{height:95px;}
.logo{width:8.76%;}
.logo img{width:100%;}
.topy{width:90px;}




#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}



@media(min-width: 991px){
    .allx {
        transition-duration: 2.2s;
        opacity: 0;
    }

    .active .allx {
        opacity: 1;
    }
      .active2 .allx {
        opacity: 1;
    }  
    .leftx {
        transform: translateX(-500px);
    }
    .rightx {
        transform: translateX(500px);
    }
    .bottomx {
        transform: translateY(500px);
    }
    .active .leftx {
        transform: translateX(0);
    }
    .active .rightx {
        transform: translateX(0);
    }
    .active .bottomx {
        transform: translateY(0);
    }
    .active2 .allx {
        opacity: 1;
    }
    .active2 .bottomx {
        transform: translateY(0);
    }
}



/* banner */
.banners{position:relative;height:100vh;overflow: hidden;}
.banners .mySwiperb{overflow:hidden;}
.banners .swiper-slide img{width:100%;margin:0 auto;display:block;}
.banners .swiper-slide img{width:100%;margin:0 auto;display:block;}

.banners .ban {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
    z-index: 99999;
    color: #fff;
}



.banners .swiper-pagination {
    float: left;
    line-height: 1;
    font-size:16px;
    font-family:Arial;position:static;width:auto;
}

.banners .swiper-pagination i {
    font-style: normal;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle
}

.banners .swiper-pagination span {
    display: inline-block;
    padding: 0 2px;
    text-align: center
}

.banners .swiper-pagination span:first-child {
    font-size:36px
}

.banners .swiper-control {
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 120px
}

.banners .swiper-control .swiper-btn-next,
.banners .swiper-control .swiper-btn-prev {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255, 25%);
    color: #fff;
    font-size: 18px;
    transition: ease all .3s;
    cursor: pointer;
}

.banners .swiper-control .swiper-btn-next i,
.banners .swiper-control .swiper-btn-prev i {
    transition: ease all .4s;
}

.banners .swiper-control .swiper-btn-next i img,
.banners .swiper-control .swiper-btn-prev i img{vertical-align:1px;}





.scroll-down svg {
    transition-timing-function: ease;
    transition-delay: .5s
}

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .7
}

#an_down {
    animation: down 1s linear infinite
}

@-webkit-keyframes down {
    0% {
        opacity: 0
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0
    }
}

@keyframes down {
    0% {
        opacity: 0
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0
    }
}

.anmite-to-top {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    transition: cubic-bezier(.77, 0, .175, 1) transform 2s, ease 1.2s opacity .7s
}

.active .anmite-to-top {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}




@media(min-width: 1200px){
   .banners .swiper-control .swiper-btn-next:hover,
    .banners .swiper-control .swiper-btn-prev:hover {
        border-color: #217a9a;
        background-color: #217a9a;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3)
    }

    .banners .swiper-control .swiper-btn-prev:hover i {
        -webkit-transform: translateX(-1px);
        -moz-transform: translateX(-1px);
        -ms-transform: translateX(-1px);
        -o-transform: translateX(-1px);
        transform: translateX(-1px)
    }

    .banners .swiper-control .swiper-btn-next:hover i {
        -webkit-transform: translateX(1px);
        -moz-transform: translateX(1px);
        -ms-transform: translateX(1px);
        -o-transform: translateX(1px);
        transform: translateX(1px)
    }
}




/*主体样式*/
.section{position: relative;overflow:hidden;}
.section1{}

.about-us-drop-main{position: relative;z-index:9999;}
.about-us-drop-content {
    font-size: 14px;
    color: #333;
    line-height: 2;
    margin-top: 50px
}

.about-us-drop-main-t0 {
    width: 58.79%;margin-top:18vw;
}

.about-us-drop-title {
    margin-right: 20%;
    border-bottom: 1px solid #999;
}

.about-us-drop-title-en {
    white-space: nowrap;
    font-weight:bold;
    color: #666666;
    font-size: 30px;
    margin-bottom:1vw;
    text-transform: uppercase
}

.about-us-drop-title-cn {
    color: #333333;
    font-size: 18px;
    margin-bottom:2.8vw;
}
.about-us-drop-content {
    font-size: 14px;
    color: #333;
    line-height: 2;
    margin-top:2vw;
}




.about-us-drop-main-t1 {
    width: 40%;
    position: relative
}
.about-us-drop-main-s1{text-align:right;margin-right:19.29%;}
.section-title-w{color:#fff;font-size:36px;text-transform:uppercase;font-weight:300;}
.video-area{color:#fff;font-size:18px;font-weight:600;margin-top:0.5vw;}
.apic{width:100%;margin-top:2.5vw;}
.apic img{width:100%;display:block;}

.link-to {
    padding: 5px 0;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: 500;margin-top:4vw;
}

.link-to>span {
    display: inline-block;
    margin: 0 15px;
    width: 240px;
    transition: ease width .5s;
    border-top: 1px solid #2D5BC4
}

.link-to:hover>span {
    width: 100px
}

.link-to>i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2D5BC4;
    border: 1px solid #2D5BC4;
    border-radius: 50%;
    transition: ease all .3s;font-style:normal;
}

.link-to:hover>i {
    background-color: #2D5BC4;
    color: #fff;
    -webkit-transform: scale(1.2) translateX(10px);
    -moz-transform: scale(1.2) translateX(10px);
    -ms-transform: scale(1.2) translateX(10px);
    -o-transform: scale(1.2) translateX(10px);
    transform: scale(1.2) translateX(10px)
}


.link-to-w {
    color: #fff;margin-top:0;
}

.link-to-w>span {
    border-color: #fff
}

.link-to-w>i {
    color: #fff;
    border-color: #fff
}
.link-to-w:hover{color:#fff;}





/* 产品中心 */
.section2{background: url("../../../../eb6c9201/23/08/b05f431c8c1006a37d1dba43aa30d9d037e963aa.jpg") no-repeat center center;background-size:cover;animation: zoom 8s infinite;-webkit-animation: zoom 8s infinite; height:100%}
.services {}

.service-infos {
    margin: 50px 0;
    font-size: 14px;
    color: #fff;
    line-height:24px;
    font-weight: 200;overflow: hidden;
}

.service-main {
    display: flex;
    justify-content: space-between
}

.ptt{}
.ptt h3{text-transform:uppercase;font-size:36px;font-weight:300;color:#fff;line-height:1.5;}
.ptt h4{font-size:40px;font-weight:600;color:#fff;margin-top:0.8vw;}


.service-infos-swiper {
    width: 50%;
}

.service-pic-swiper {
    width: 32.43%;
    position: relative;margin-right:8.43%;margin-top:1vw;
}

#service_pic_swiper .slide-content {
    position: relative;
}

#service_pic_swiper .slide-content img{
   width:100%;display:block;
}

#service_pic_swiper .slide-content img:hover{transform: scale(0.9);transition: transform 0.3s ease;}

.service-pic-swiper:before {
    content: '';
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: rgb(255, 255, 255, 30%);
    box-shadow: 0 0 500px #fff
}

.service-main-drop {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin: 0 auto;
    margin-top:4.56vw;

}
.service-main-drop .swiper-wrapper{display: flex;
    align-items: flex-end;
    justify-content: flex-start;}



.banner-drop .service-main-drop-item.actived {
    padding:60px 77px
}

.service-main-drop {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    transition: ease all .5s .2s
}

.section.fp-section.active .service-main-drop {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: ease all 1s 1s;
    opacity: 1
}



.service-main-drop-item {
    width: 20%;
    padding:35px 20px;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: ease-out all .5s
}

.service-main-drop-item.actived {
    padding:50px 70px;
    width: 40%;
}

.service-main-drop-item .item-top {
    font-size: 24px;
    display: flex;
    align-items: center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.service-main-drop-item .item-top>i {
    margin-right: 10px
}

.service-main-drop-item .item-en {
    padding-top: 0.4vw;
    font-size: 16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.service-main-drop-item:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: ease-out all .5s
}



.service-main-drop-item:first-child:before {
    background: linear-gradient(0deg, #3764cb 0, #74b5e1 100%)
}

.service-main-drop-item:nth-child(2):before {
    background: linear-gradient(0deg, rgba(253, 143, 2, .7) 0, #fd8f02 100%)
}

.service-main-drop-item:nth-child(3):before {
    background: linear-gradient(0deg, rgba(39, 168, 76, .7) 0, #27a84c 100%)
}

.service-main-drop-item:nth-child(4):before {
    background: linear-gradient(0deg, rgba(4, 133, 204, .7) 0, #0485cc 100%)
}

.service-main-drop-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -35px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: ease all .5s
}

.service-main-drop-item.actived:after {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25)
}

.service-main-drop-item:first-child:after {
    background-image: url("../../../../eb6c9201/23/08/e1070773ad3301927be6b05cfbf28c93bd891ac3.png")
}

.service-main-drop-item:nth-child(2):after {
    background-image: url("../../../../eb6c9201/23/08/462452e915b4b3616b8ac539aae2d565abcc19a8.png")
}

.service-main-drop-item:nth-child(3):after {
    background-image: url("../../../../eb6c9201/23/08/902c97fc54da394ee440bceb0e656573fa3ca807.png")
}

.service-main-drop-item:nth-child(4):after {
    background-image: url("../../../../eb6c9201/23/08/61d7072a303d6e8946386612632047d26620a3b8.png")
}








/* #service_pic_swiper .slide-content:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
} */

/* #service_pic_swiper .swiper-slide:first-child .slide-content:after {
    background-image: url(../images/435456.png?2106031628)
}

#service_pic_swiper .swiper-slide:nth-child(2) .slide-content:after {
    background-image: url(../images/20210426102113.png?2106031628)
}

#service_pic_swiper .swiper-slide:nth-child(3) .slide-content:after {
    background-image: url(../images/20210426102125.png?2106031628)
}

#service_pic_swiper .swiper-slide:nth-child(4) .slide-content:after {
    background-image: url(../images/20210426102137.png?2106031628)
} */



/* .service-pic-swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px
}

.service-pic-swiper .swiper-pagination span {
    width: 8px;
    height: 8px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 10px
}

.service-pic-swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: transparent
} */


@media (min-width:1366px) {
    .service-main-drop-item:after {
        width: 70px;
    }
}






/* 新闻 */
.section3{background: url("../../../../eb6c9201/23/08/79cbc7712578dbcc02515833a0162193bde7fe69.jpg") no-repeat center center;background-size:cover;}
.news-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:3vw;
}
.bt{}
.bt h3{color:#2D5BC4;font-size:40px;font-weight:300;text-transform:uppercase;}
.bt h4{color:#2D5BC4;font-size:40px;font-weight:600;margin-top:1vw;}


.news-nav {
    display: flex;
}

.news-nav a {
    color: #2D5BC4;
    font-weight: 500;
    position: relative;
    font-size: 16px;
}

.news-nav a:not(:last-child) {
    margin-right: 60px
}

.news-nav a:not(:last-child):after {
    content: '/';
    font-weight: 200;
    position: absolute;
    right: -30px;
    top: 50%;transform: translateY(-50%);
    color: #2D5BC4;
    line-height:18px;
    font-size: 14px
}

.news-nav a:hover {
    color: #2D5BC4
}


.news {
    width: 100%;
}

.news .swiper-container {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px)
}


#news_swiper  .swiper-slide{width:32%;}
.news-grid {
    overflow: hidden;
    position: relative;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #333;
    transition: ease all .3s
}

.news-grid:before {
    content: '';
    display: block;
    top: 30px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -2;
    position: absolute;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 8px 0 rgb(25, 33, 34, 20%);
    pointer-events: none
}

.news-grid:after {
    content: '';
    display: block;
    top: 30px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    opacity: 0;
    position: absolute;
    background:#2D5BC4;
    pointer-events: none;
    filter: grayscale(.7);
    transition: ease opacity .5s
}



.news-grid:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

.news-grid:hover:after {
    filter: grayscale(0);
    opacity: 1
}

.news-grid:hover {
    color: #fff;
}

.news-grid-t0 {
    width: 120px;
    padding: 70px 10px;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    color: #2D5BC4;
    font-weight: 600;
    border-right: 1px solid rgb(199, 199, 199, 34%)
}




.news-grid:hover .news-grid-t0 {
    color: #fff
}
.news-grid:hover .news-grid-t0{border-color:#fff;}



.news-grid-t1 {
    width: calc(100% - 120px);
    padding: 40px 50px 20px 50px
}

.news-grid-t1 .news-pic {
    overflow: hidden
}

.news-grid-t1 .news-pic img {
    transform-origin: center bottom;
    transition: ease all 1s;width:100%;display:block; height:220px;
}

.news-grid:hover .news-grid-t1 .news-pic img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07)
}

.news-grid-t1 .news-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin: 15px 0;
}

.news-grid-t1 .news-content {
    margin-bottom: 20px;
    font-size: 14px;
    line-height:24px;height:48px;overflow: hidden;
}

.news-grid-t2 {
    display: flex;
    width: 100%;
    border-top: 1px solid rgb(199, 199, 199, 34%);
    padding: 25px 50px
}

.news-more {
    font-size: 14px;
    transition: ease transform .5s;
    display: flex
}

.news-more i {
    margin-right: 5px;font-style:normal;color:#cccccc;
}

.news-grid:hover .news-more {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px)
}
.news-grid:hover i{color:#fff;}

.news-grid:hover .news-grid-t2{border-color:#fff;}

.paragraph-limit {
    -webkit-box-flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.paragraph-limit-2 {
    -webkit-line-clamp: 2
}





/* 联系我们 */
.section4{background: url("../../../../eb6c9201/23/08/7372ee22dccde892c231bb73b5bb95e732e98a2e.jpg") no-repeat center center;background-size:cover;}
.maps{width:60.29%;}
.maps img{width:100%;display:block;}
.c5r{width:34.86%;}

.lxadd{margin:2.8vw 0 2vw;}
.lxadd li{width:50%;}
.lxadd li .img{width:60px;height:60px;}
.lxadd li .img img{width:100%;display:block;}
.lxadd li .det{width: calc(100% - 70px);}
.lxadd li .wz1{color:#fff;font-size:16px;}
.lxadd li .wz2{color:#fff;font-size:16px;line-height:16px;margin-top:5px;}



/*  */
.x-message2{}
.ms{border:1px solid #61c4d4;margin-bottom:12px;}
.ms11{width:49%;}

.x-message-wrap2 input[type='text'], .x-message-wrap2 textarea {
    width: 100%;
    height:38px;
    border:none;
    padding: 0 16px;
    font-size: 14px;
    color:#fff;
    background:none;
    outline: none;
    
}



.x-message-wrap2 input[type='text']::-webkit-input-placeholder, .x-message-wrap2 textarea::-webkit-input-placeholder {
    color:#fff
}

.x-message-wrap2 input[type='text']::-moz-placeholder, .x-message-wrap2 textarea::-moz-placeholder {
     color:#fff
}

.x-message-wrap2 input[type='text']::-ms-input-placeholder, .x-message-wrap2 textarea::-ms-input-placeholder {
    color:#fff
}

.x-message-wrap2 input[type='text']::placeholder, .x-message-wrap2 textarea::placeholder {
    color:#fff
}

.x-message-wrap2 textarea {
    padding-top:10px;
    height:158px;
    resize: none;
}

.x-message-wrap2 #checkcode {
    width:65%;
}

.x-message-wrap2 .checkCodeImg {
    display: block;
    text-align: center;
    width:30%;margin-right:1%;
    font-size: 0;

}



.x-message-wrap2 .checkCodeImg img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap2 .checkCodeImg:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap2 .checkCodeImg img {
    cursor: pointer;
}

.x-message-wrap2 .x-submit {
    width:60%;margin:0 auto;
    height: 42px;
    background: #61c4d4;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;margin-top:1.5vw;margin-left:20%;
}



.x-message-wrap2 .x-submit:hover {
    background: #61c4d4;
}



/* 手机样式 */
@media (max-width:960px) {
    .x-message-wrap2 .x-submit {
        float: none;
        margin-top: 10px;
        width: 100%;margin-left:0;
    }
}





/*页面底部*/
.ft_layout{background: url("../../../../eb6c9201/23/08/46e6ec8a8175e9ab8b351bf271730296f60cac82.jpg") no-repeat;background-size:cover;position: relative;}
.ftt_top{display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 6.25vw;padding-bottom: 3.125vw;}



.ftt_aa{position: relative;width: 395px;}
.ftt_phone1{position: relative;padding-right: 55px;border-bottom: 1px solid #747677;padding-bottom: 15px;margin-bottom: 20px;background: url("../../../../eb6c9201/23/08/b08e4f9c8404e14a764601f4fd0cf007347989fd.png") no-repeat right center;}
.ftt_phone1 span{display: block;font-size: 14px;color: rgba(255, 255, 255, 0.4);margin-bottom: 5px;}
.ftt_phone1 h3{font-family: "Arial";font-size: 30px;color: #fff;font-weight: bold;}

.ftt_phone2{margin-bottom: 2.083vw;font-size: 14px;color: rgba(255, 255, 255, 0.4);line-height: 1.7;}
.ftt_phone3{position: relative;width: 120px;text-align: center;margin-bottom: 20px;}
.ftt_phone3 img{max-width: 120px;}
.ftt_phone3 p{font-size: 14px;color: rgba(255, 255, 255, 0.4);line-height: 40px;font-weight: bold;}

.x-layout-menu{
    width: 800px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.x-layout-menu dl {
    position: relative;
    float: left;
}
.x-layout-menu dl dt a{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #c7c7c7;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);display: block;
}
.x-layout-menu dl dd a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.2);
    line-height: 2.2;
}
.x-layout-menu dl dd a:hover{
    color: rgba(255, 255, 255, 1);
}

/* link_ft */
.link_ft{position: relative;padding-bottom: 10px;border-bottom: 1px solid rgba(255, 255, 255, 0.3);font-size: 18px;color: rgba(255, 255, 255, 0.4);margin-bottom: 10px;}
.link_ft a{font-size: 18px;color: rgba(255, 255, 255, 0.4);}
.link_ft a:hover{color: #fff;}

/* ft_bom */
.ft_bom{position: relative;display: flex;justify-content: space-between;padding: 2.60416vw 0;font-size: 14px;color: rgba(255, 255, 255, 0.4);line-height: 1.7;flex-wrap: wrap;}
.ft_bom a{font-size: 14px;color: rgba(255, 255, 255, 0.4);}
.ft_bom a:hover{color: #fff;}

.ftt_share{position: relative;margin-bottom: 20px;}
.ftt_share ul{display: flex;align-items: center;}
.ftt_share ul li{position: relative;margin-right: 22px;padding-left: 25px;}
.ftt_share ul li:nth-child(1){background: url("../../../../eb6c9201/23/08/afd2deb4e840e3f719cb3d0c6166fbe296ec0161.png") no-repeat left center;}
.ftt_share ul li:nth-child(2){background: url("../../../../eb6c9201/23/08/23f9baa733e4d03dadbc78ca6eb699c8e1512168.png") no-repeat left center;}
.ftt_share ul li:nth-child(3){background: url("../../../../eb6c9201/23/08/d8c62f8e63c4870e4f46113b52c55a9623c6adf5.png") no-repeat left center;}

.ftt_copy{text-align: right;}

@media (max-width: 992px){
    .ftt_share{width: 100%;}
    .ftt_copy{text-align: left;}
}







/*内页左侧样式*/
.page-product-inquiry a{color: #fff;}
.footer33{height:50px;}


@media (max-width:1366px) {
  .top2 .wh1700{height:80px;}
  .service-infos{margin:1.8vw 0;}
  .news-top{margin-bottom:1vw;}
  .ftt_top{padding-bottom:0;}
  .link_ft{display:none;}
}



@media (max-width:1200px) {
  .section{height:auto!important;padding:4vw 0;}
  .section0,.section5{padding:0;}
  .section .fp-tableCell{height:auto!important;}
  .banners{height:auto;}
  .scroll-down{display:none;}
  .service-main-drop-item:after {width:45px;}
  .x-layout-menu{width: calc(100% - 350px);}
}


@media (max-width:1024px) {
   .service-main-drop-item .item-top{font-size:18px;}
   .service-main-drop-item .item-en{font-size:12px;}
   .service-main-drop-item.actived{padding:30px 40px;}
   .section-title-w{font-size:28px;}
   .video-area{font-size:16px;}
   .about-us-drop-title-en{font-size:25px;}
   .about-us-drop-title-cn{font-size:16px;}
   .section1:before{height:59%;}
   .link-to{font-size:14px;}
   .ptt h3{font-size:28px;line-height:1.2;}
   .ptt h4{font-size:16px;}
   .service-infos{margin:2vw 0;}
   .bt h3{font-size:28px;}
   .bt h4{font-size:16px;}
   .news .swiper-container{webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);}
    .news-grid-t1{padding:30px 20px 30px;}
    .news-grid-t1 .news-content{margin-bottom:0;}
    .news-grid-t1 .news-title{font-size:16px;margin:8px 0;}
    .news-grid-t0{font-size:16px;}
    .news-grid-t2{padding:20px;}
    .lxadd li{width:100%;margin:8px 0;}
    .lxadd li .wz1{font-size:14px;}
    .lxadd li .wz2{font-size:14px;}
    .x-message-wrap2 textarea{height:80px;}
    .link_ft{font-size:15px;}
    .ftt_phone1 h3{font-size:26px;}
    .link-to>span{width:100px;}
    
}

@media (max-width:768px) {
    .banners{margin-top:60px;}
    .about-us-drop-main {flex-direction: column-reverse;flex-wrap: wrap}
    .about-us-drop-main-t1{width:100%;}
    .about-us-drop-main-s1{margin-right:0;}
    .about-us-drop-main-t0{width:100%;margin-top:20px;}
    .service-pic-swiper{margin-right:0;}
    .service-main-drop .swiper-wrapper{flex-wrap: wrap;}
    .service-main-drop{margin-top:20px;}
    .service-main-drop-item,
    .service-main-drop-item.actived {
        width: 50%;
        padding: 40px 20px
    }
    #news_swiper .swiper-slide{width:42%;}
    .news-top{margin-bottom:0;}
    .maps{width:100%;}
    .c5r{width:100%;margin-top:15px;}
    .lxadd li{width:50%;}
    .x-message-wrap2 .x-submit{font-size:14px;}
    .banners .ban{bottom:15px;}
    

}

@media (max-width:425px) {
    .banners .swiper-control{width:76px;}
    .banners .swiper-control .swiper-btn-next,
    .banners .swiper-control .swiper-btn-prev {
        width:30px;
        height:30px;
    }
    .banners .swiper-control .swiper-btn-next i img,
.banners .swiper-control .swiper-btn-prev i img{vertical-align: -1px;}
.banners .swiper-pagination span:first-child{font-size:26px;}
.banners .swiper-pagination{font-size:14px;}
.section-title-w{font-size:22px;}
.video-area{margin-top:0;}
.about-us-drop-title-en{font-size:20px;}
.about-us-drop-main-t0{margin-top:12px;}
.service-infos-swiper{width:100%;}
.ptt h3{font-size:22px;line-height:25px;}
.ptt h4{margin:15px 0;}
.service-main{flex-wrap: wrap;}
.service-pic-swiper{width:100%;margin-top:15px;}
.service-infos{height:48px;overflow: hidden;}
.service-main-drop-item .item-top{font-size:15px;}
.service-main-drop-item:after{width:28px;}
.bt h3{font-size:22px;}
.xbt{width:100%;}
.news-nav{width:100%;margin-top:15px;}
.news-top{flex-wrap: wrap;}
#news_swiper .swiper-slide{width:100%;}
    .news {
        width: 100%;
        padding-left:15px;
        padding-right:15px
    }

    .news .swiper-container {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
.news-grid:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
.lxadd li{width:100%;}
.lxadd li .img{width:40px;height:40px;}
.lxadd li .det{width: calc(100% - 55px);}
}

h2.bt {
    color: #000000;
    line-height: 1;
    position: relative;
}

h2.bt p {
    font-size: 22px;
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    h2.bt p {
        font-size: 16px;
    }
}

h2.bt b {
    font-size: 2.4vw;
    margin-top: 10px;
    position: relative;
    z-index: 2;
    display: block;
}

@media (max-width: 992px) {
    h2.bt b {
        font-size: 22px;
    }
}

h2.bt .en {
    position: absolute;
    top: -2.8vw;
    left: 0;
    font-size: 100px;
    color: #f7f7f7;
    line-height: 10.42vw;
    font-weight: bold;
}

@media (max-width: 992px) {
    h2.bt .en {
        font-size: 62px;
    }

    h2.bt .en br {
        display: none;
    }
}

@media (max-width: 480px) {
    h2.bt .en {
        font-size: 54px;
    }
}

.c1 {
    padding-left: 4.43vw;
    padding-right: 3.7vw;
    background: url("../../../../../images/e6ebe9e3422c6f90ad64d2b4b482818744a3b485.png") no-repeat 100% 50%;
    padding-top: 5.73vw;
    padding-bottom: 5.21vw;
    background-size: cover;
}

@media (max-width: 992px) {
    .c1 {
        background-size: cover;
        background: url("../../../../../images/e6ebe9e3422c6f90ad64d2b4b482818744a3b485.png") no-repeat 0% 100%;
    }
}

@media (max-width: 480px) {
    .c1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.c1 .con {
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 992px) {
    .c1 .con {
        flex-wrap: wrap;
    }
}

.c1 .con .c1-1 {
    width: 50%;
}

@media (max-width: 992px) {
    .c1 .con .c1-1 {
        width: 100%;
    }
}

.c1 .con .c1-1 .list2 {
    margin-top: 6.3vw;
    margin-bottom: 5vw;
    max-width: 90.2%;
    justify-content: space-between;
    z-index: 2;
    position: relative;
}

@media (max-width: 992px) {
    .c1 .con .c1-1 .list2 {
        max-width: 400px;
    }
}

.c1 .con .c1-1 .list2 li {
    color: #2D5BC4;
    line-height: 1;
}

.c1 .con .c1-1 .list2 li p {
    font-size: 2.81vw;
}

@media (max-width: 992px) {
    .c1 .con .c1-1 .list2 li p {
        font-size: 28px;
    }
}

.c1 .con .c1-1 .list2 li span {
    font-size: 16px;
    display: block;
    margin-top: 10px;
}

.c1 .con .c1-1 h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 600; margin-top: 3.2vw;
}

@media (max-width: 992px) {
    .c1 .con .c1-1 h3 {
        font-size: 18px;
    }
}

.c1 .con .c1-1 dd {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 22px; margin-top: 20px; text-align:justify
}

.c1 .con .c1-1 .zi {
    font-size: 18px;
    color: #366092;
    font-weight: 600;
}

.c1 .con .c1-1 .list {
   
    margin-top: 24px;
}

.c1 .con .c1-1 .list li {
    width: 24.3%;
}

.c1 .con .c1-1 .list li:nth-child(1) {
    margin-right: 1.35vw;
}

.c1 .con .c1-1 .list li img {
    max-width: 100%;
}

.c1 .con .c1-2 {
    position: relative;
    width: 45%;
}

@media (max-width: 992px) {
    .c1 .con .c1-2 {
        margin-top: 30px;
        width: 50%;
    }
}

.c1 .con .c1-2 img {
    max-width: 100%;
}

.c1 .con .c1-2 a {
    display: block;
    position: absolute;
    width: 5.21vw;
    height: 5.21vw;
    background-image: linear-gradient(52deg, #089ee6 0%, #2D5BC4 40%, #093770 100%);
    text-align: center;
    font-size: 16px;
    color: #fefefe;
    bottom: 10%;
    border-radius: 100px;
    line-height: 5.21vw;
    left: 18%;
}

@media (max-width: 992px) {
    .c1 .con .c1-2 a {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .c1 .con .c1-2 a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        bottom: 5%;
        left: 12%;
    }
}

.c1 .con .c1-2 a:after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #56f0f1;
    display: block;
    border-radius: 20px;
    position: absolute;
    right: -2px;
    top: 32%;
    z-index: 1;
}


.c2 {
  position: relative;
  cursor: pointer; }
  @media (max-width: 480px) {
    .c2 {
      background: url("../../../../../images/665319c6a901614518522d33de59c52bf55ed493.jpg") no-repeat 50% 0;
      background-size: cover;
      padding-bottom: 40px; } }
  @media (max-width: 480px) {
    .c2 .list2 {
      display: none; } }
  .c2 .list2 li .img img {
    max-width: 100%; height:100%;animation: zoom 5s infinite;-webkit-animation: zoom 5s infinite;}
	
	
  .c2 .con {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }
    @media (max-width: 480px) {
      .c2 .con {
        position: static; } }
    .c2 .con .con1 {
      display: flex;
      height: 100%; }
      @media (max-width: 480px) {
        .c2 .con .con1 {
          flex-wrap: wrap; } }
      .c2 .con .con1 .c2-1 {
        width: 50%;
        padding-top: 17.14vw; }
        @media (max-width: 480px) {
          .c2 .con .con1 .c2-1 {
            width: 100%;
            padding-top: 40px; } }
        .c2 .con .con1 .c2-1 h2 {
          font-size: 24px;
          color: #fff;
          font-weight: 500; }
        .c2 .con .con1 .c2-1 h5 {
          margin-top: 2.1875vw;
          font-size: 18px;
          color: #fff;
          margin-bottom: 2.8125vw;
          width: 82%;
          line-height: 36px; }
          @media (max-width: 1025px) {
            .c2 .con .con1 .c2-1 h3 {
              font-size: 22px;
              line-height: 28px; } }
          @media (max-width: 480px) {
            .c2 .con .con1 .c2-1 h3 {
              margin-top: 20px;
              margin-bottom: 20px; } }
        .c2 .con .con1 .c2-1 a.ck {
          margin-top: 8.3vw;
          position: relative;
          width: 140px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding-bottom: 10px;
          border-bottom: 2px solid #fff;
          color: #fff; font-size:16px;}
          @media (max-width: 480px) {
            .c2 .con .con1 .c2-1 a.ck {
              width: 100px; } }
      .c2 .con .con1 .list3 {
        width: 50%;
        display: flex;
        flex-wrap: wrap; }
        @media (max-width: 480px) {
          .c2 .con .con1 .list3 {
            width: 100%;
            margin-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.3); } }
        .c2 .con .con1 .list3 li {
          width: 50%;
          position: relative;
          padding:6.07vw 2.55vw 0px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3);
          border-right: 1px solid rgba(255, 255, 255, 0.3);
          height: 50%; }
          @media (max-width: 1610px) {
            .c2 .con .con1 .list3 li {
              padding-top: 5.07vw; } }
          @media (max-width: 1025px) {
            .c2 .con .con1 .list3 li {
              padding-top: 3.07vw; } }
          @media (max-width: 480px) {
            .c2 .con .con1 .list3 li {
              padding: 20px; } }
          .c2 .con .con1 .list3 li:nth-child(1) {
            border-left: 1px solid rgba(255, 255, 255, 0.3); }
          .c2 .con .con1 .list3 li:nth-child(3) {
            border-left: 1px solid rgba(255, 255, 255, 0.3); }
          .c2 .con .con1 .list3 li .img {
            display: none; }
            .c2 .con .con1 .list3 li .img img {
              max-width: 100%; }
              @media (max-width: 780px) {
                .c2 .con .con1 .list3 li .img img {
                  max-width: 32px; } }
          .c2 .con .con1 .list3 li h2 {
            color: #fff;
            font-size: 24px;
            font-weight: 500;
            position: absolute;
         }
            @media (max-width: 1025px) {
              .c2 .con .con1 .list3 li h2 {
                margin-top: 1.76vw;
                font-size: 18px; } }
            .c2 .con .con1 .list3 li h2 span {
              display: block;
              font-size: 18px;
              margin-top: 6px; }
              @media (max-width: 1025px) {
                .c2 .con .con1 .list3 li h2 span {
                  font-size: 14px; } }
          .c2 .con .con1 .list3 li dd {
            display: none;
            font-size: 14px;
            line-height: 18px;
            color: rgba(255, 255, 255, 0.6);
            margin-top: 2.2vw;
            width: 65.4%; }
            @media (max-width: 1025px) {
              .c2 .con .con1 .list3 li dd {
                margin-top: 1.55vw; } }
            @media (max-width: 780px) {
              .c2 .con .con1 .list3 li dd {
                font-size: 12px;
                width: 100%; } }
          .c2 .con .con1 .list3 li .ck {
            display: none;
            position: absolute;
            right: 0;
            bottom: 0;
            width: 6.72vw;
            height: 6.04vw;
            background-image: linear-gradient(-55deg, #004098 0%, #1e53a7 0%, #3c65b5 0%, #2554af 0%, #0e43a9 0%, #2655b1 0%, #3e67b9 0%, #78cbf7 100%, #6da9f1 100%);
            border-radius: 100% 0 0 0;
            text-align: center;
            line-height: 7vw;
            padding-left: 1vw; }
            @media (max-width: 480px) {
              .c2 .con .con1 .list3 li .ck {
                width: 28px;
                height: 25px; } }
          .c2 .con .con1 .list3 li.on .img {
            display: block; }
          .c2 .con .con1 .list3 li.on h2 {
            margin-top: 2.76vw;
            position: static; }
          .c2 .con .con1 .list3 li.on dd {
            display: block; }
          .c2 .con .con1 .list3 li.on .ck {
            display: block; }
          @media (max-width: 480px) {
            .c2 .con .con1 .list3 li .img {
              display: block; }
            .c2 .con .con1 .list3 li h2 {
              margin-top: 2.76vw;
              position: static; }
            .c2 .con .con1 .list3 li dd {
              display: block; }
            .c2 .con .con1 .list3 li .ck {
              display: block; } }
			  
.section7{background:url(../../../../../images/d2b2cd3b3cb1de5de4d019042c50501927f5917c1.jpg) no-repeat;background-size:cover;background-size:cover;animation: zoom 20s infinite;-webkit-animation: zoom 20s infinite; height:100%}
.b2cont{position:relative;}
.pinz{width:47.53%;position:absolute;z-index:99;left:0;top:0;}
.pintt{color:#333333;font-size:45px;line-height:60px;}

.pbg{background:#ffffff;margin-top:4.2vw;padding:3vw 0 6vw;} 
.pbg .nr{width:82%;margin:0 auto;overflow: hidden;}

.prolist{border-bottom: 1px solid #CDCDCD;}
.prolist li{ cursor: pointer; position: relative;text-align:center;height:100px;}
.prolist li .img{ display:block; margin: 0 auto;height: 2.5vw; margin-bottom:14px;}
.prolist li .img img{width:100%;display:block;}
.prolist li h3{ font-size: 16px; font-weight: normal;color:#333333}
.prolist li::before{content:""; display: block; width: 0; z-index: 1;height: 2px; position: absolute; left: 50%; bottom: -1px;  transition: ease 1s; background: #2D5BC4;}
.prolist li.cur::before{ width: 100%; left: 0;}


.proimg {
opacity: 0;
visibility: hidden;
overflow: hidden;
height: 0px;
}
.proimg.active{opacity: 1;visibility: visible;height: 100%;}


.proimg li{}
.proimg li .wz{color:#666666;font-size:16px;line-height:24px;margin-top:2vw;overflow: hidden;}
.proimg.active{animation: scaleUpDown 0.5s  linear .65s;   animation-delay:0s;     animation-fill-mode: forwards;  }
  @keyframes scaleUpDown {
        0% { transform: translateX(-100px); opacity:0;}
        100% {transform: translateX(0px);opacity:1;transition: all .8s ease;}
    }
.pimg{width:67.6%;}
.pimg img{width:100%;display:block;}


@media (max-width:1440px) {
.z_index_pro li .imgbox img{height:623px;}
 .z_index_pro li .infobox{width:auto;}
.z_index_pro li.active .z_tit_box{width: calc(52vw - 3 * 140px);}
.z_index_pro li .tit{font-size:20px;}

}


@media (max-width:1024px) {
  .z_index_tit{font-size:34px;}
  .z_index_about .desc{font-size:14px;}
  .z_about_icon li h3{font-size:14px;}
  .z_index_about .infobox{width:45%;}
  .pintt{font-size:35px;line-height:48px;}
  .prolist li{height:70px;}
  .prolist li .img{width:60%;}
  .prolist li h3{font-size:14px;}
  .proimg li .wz{font-size:14px;height:66px;line-height:22px;}
 
  .z_index_pro li.active .z_tit_box{width: calc(65vw - 3 * 140px);}
  .z_index_pro li .tit{font-size:16px;}
  .z_index_pro li .infobox{padding-top:6vw;}
  .z_index_pro li .imgbox img{height:368px;}
  .bt{font-size:20px;}
  .bt p{font-size:22px;}
  .know{font-size:20px;}
  .hotTel h2{font-size:38px;}
}


@media (max-width: 768px) {
 .x-banner{margin-top:60px;}
 .page-banner{margin-top:60px;}
 .xypg-right-content p img{max-width:100%!important;width:auto!important;height:auto!important;}
 .z_index_about .infobox{width:100%;margin-left:0;}
 .z_index_about .imgbox{width:100%;margin-top:20px;}
 .pinz{position:static;width:100%;}
 .pimg{width:100%;margin-top:20px;}
 .pbg .nr{width:92%;}
 .proimg li .wz{height:auto;}
 .prolist li{height:60px;}
 .section2,.section7{-webkit-animation: none;animation: none;}
 .news-nav{ display:none}
 .news-grid-t1 .news-pic img{ height:90px}
}

@media (max-width:428px) {
  .z_index_tit{font-size:25px;}
  .pintt{font-size:26px;line-height:33px;}
    .bt{font-size:16px;}
  .bt p{font-size:18px;}
  .prolist li .img{height:22px;}
  .box4{padding:6vw 0;}
  .zxyNews ul li{width:100%;margin:8px 0;}
    .know{font-size:18px;}
  .hotTel h2{font-size:30px;}
  .z_about_icon li img{width:50%;height:35px;}
}


#menu {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }
  @media (max-width: 1025px) {
    #menu {
      display: none !important; } }
  #menu li {
    width: 50px;
    height: 1px;
    position: relative;
    margin: 31px 0; }
    #menu li a {
      width: 25px;
      height: 1px;
      background-color: #ffffff;
      display: block; }
      #menu li a span {
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
        left: -84px;
        opacity: 0;
        transition-duration: .3s;
        display: none; }
    #menu li.active a {
      width: 50px; }
      #menu li.active a span {
        opacity: 1;
        display: block; }
		
@keyframes zoom {
  0% {
    background-size: 100%;

  }
  50% {
    background-size: 120%;
  }
  100% {
    background-size: 100%;
  }
}


.section7 .cont4 {
  position: relative;
  z-index: 9;
}
.section7 .cont4 .a4_v1 { 
  position: relative;
  z-index: 1;
}

.section7 .cont4 h5{margin-top: 2.1875vw;
    font-size: 24px;
    color: #fff;
    margin-bottom: 2.8125vw;
    width: 82%;
    line-height: 36px; font-weight:bold}
	
	
.section7 .cont4 .ck{margin-top: 8.3vw;
    position: relative;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    color: #fff;}
@media (max-width: 768px) {
.section7 .cont4 .a4_v1 {
    width: 100%;
  }
}
.section7 .cont4 .a4_v1 .p {
  color: #fff;
  font: 500 1.125rem/1.6em "sourcehansans";
  margin-top: 1em;
  text-align: justify;
}
@media (max-width: 768px) {
.section7 .cont4 .a4_v1 .p {
    font-size: 1rem;
  }
}
.section7 .cont4 .a4_v1 a.more-msl {
  margin-top: 2.375rem;
}
@media (max-width: 768px) {
  .section7 .cont4 .a4_v1 a.more-msl {
    margin-top: 1.375rem;
  }
}
.section7 .a4_v2 {
  width: 68.75%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
 .section7 .a4_v2 {
    width: 100%;
    position: static;
    margin-top: 1.6rem;
  }
}
.section7 .a4_v2 dl {
  padding: 6rem 0;
  padding-left: 6%;
  position: relative;
  z-index: 1;
  width: 30%;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
.section7 .a4_v2 dl {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.section7 .a4_v2 dl:last-child {
  width: 40%;
}
@media (max-width: 768px) {
.section7 .a4_v2 dl:last-child {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 768px) {
.section7 .a4_v2 dl {
    padding: 3rem 4%;
  }
}
.section7 .a4_v2 dl > i {
  display: block;
  font-size: 0;
  width: 5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
.section7 .a4_v2 dl > i {
    width: 4rem;
  }
}
.section7 .a4_v2 dl > i img {
  width: 100%;
}
.section7 .a4_v2 dl dt {
  font: 600 2rem/1.5em "sourcehansans";
}
@media (max-width: 768px) {
.section7 .a4_v2 dl dt {
    font-size: 1.25rem;
    padding: 0.4em 0;
  }
}
.section7 .a4_v2 dl dd {
  font: 500 1rem/1.5em "sourcehansans";
  width: 70%;
  padding: 1rem 0;
}
.section7 .a4_v2 dl a {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.5em;
}
.section7 .a4_v2 dl a i {
  font-size: 0.875rem;
}
.section7 .a4_v2 dl:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(201, 43, 47, 0.9);
  -webkit-transform: translateX(12%) skew(-27deg, 0deg);
     -moz-transform: translateX(12%) skew(-27deg, 0deg);
      -ms-transform: translateX(12%) skew(-27deg, 0deg);
       -o-transform: translateX(12%) skew(-27deg, 0deg);
          transform: translateX(12%) skew(-27deg, 0deg);
}
@media (max-width: 1366px) {
.section7 .a4_v2 dl:nth-child(1)::after {
  -webkit-transform: translateX(12%) skew(-27deg, 0deg);
     -moz-transform: translateX(12%) skew(-27deg, 0deg);
      -ms-transform: translateX(12%) skew(-27deg, 0deg);
       -o-transform: translateX(12%) skew(-27deg, 0deg);
          transform: translateX(12%) skew(-27deg, 0deg);
  }
}
@media (max-width: 1024px) {
.section7 .a4_v2 dl:nth-child(1)::after {
  -webkit-transform: translateX(12%) skew(-27deg, 0deg);
     -moz-transform: translateX(12%) skew(-27deg, 0deg);
      -ms-transform: translateX(12%) skew(-27deg, 0deg);
       -o-transform: translateX(12%) skew(-27deg, 0deg);
          transform: translateX(12%) skew(-27deg, 0deg);
  }
}
@media (max-width: 768px) {
.section7 .a4_v2 dl:nth-child(1)::after {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}
.section7 .a4_v2 dl:nth-child(2) {
  margin-right: -0.8rem;
}
@media (max-width: 768px) {
.section7 .a4_v2 dl:nth-child(2) {
    margin-right: 0;
  }
}
.section7 .a4_v2 dl:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(13%) skew(-27deg, 0deg);
     -moz-transform: translateX(13%) skew(-27deg, 0deg);
      -ms-transform: translateX(13%) skew(-27deg, 0deg);
       -o-transform: translateX(13%) skew(-27deg, 0deg);
          transform: translateX(13%) skew(-27deg, 0deg);
}
@media (max-width: 1366px) {
.section7 .a4_v2 dl:nth-child(2)::after {
  -webkit-transform: translateX(13%) skew(-27deg, 0deg);
     -moz-transform: translateX(13%) skew(-27deg, 0deg);
      -ms-transform: translateX(13%) skew(-27deg, 0deg);
       -o-transform: translateX(13%) skew(-27deg, 0deg);
          transform: translateX(13%) skew(-27deg, 0deg);
  }
}
@media (max-width: 1024px) {
.section7 .a4_v2 dl:nth-child(2)::after {
  -webkit-transform: translateX(13%) skew(-27deg, 0deg);
     -moz-transform: translateX(13%) skew(-27deg, 0deg);
      -ms-transform: translateX(13%) skew(-27deg, 0deg);
       -o-transform: translateX(13%) skew(-27deg, 0deg);
          transform: translateX(13%) skew(-27deg, 0deg);
  }
}
@media (max-width: 768px) {
.section7 .a4_v2 dl:nth-child(2)::after {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}
.section7 .a4_v2 dl:nth-child(3)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(45, 91, 196, 0.8);
  -webkit-clip-path: polygon(24% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(24% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
.section7 .a4_v2 dl:nth-child(3)::after {
    -webkit-clip-path: none;
            clip-path: none;
  }
}


/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 990px) {
  .cont2 {
    padding: 6rem 0;
  }
}
@media (max-width: 768px) {
  .cont2 {
    padding: 2.6rem 0;
  }
}
@media (max-width: 768px) {
  .cont2 .title1-gpng .tita2 a.more-msl {
    margin-top: 1.5em;
  }
}
.cont2 .a2_b1-list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cont2 .a2_b1-list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .cont2 .a2_b1-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.cont2 .a2_b1-list1 li a.a {
  display: block;
  position: relative;
}
.cont2 .a2_b1-list1 li a.a .img {
  overflow: hidden;
}
.cont2 .a2_b1-list1 li a.a .img img {
  width: 100%;
}
.cont2 .a2_b1-list1 li a.a .cont-p {
  background: #fff;
  padding: 1.5rem 6.5%;
}
.cont2 .a2_b1-list1 li a.a .cont-p .tit {
  color: #2D5BC4;
  font-size:20px;
  font-weight: 600;
}
.cont2 .a2_b1-list1 li a.a .cont-p p {
  color: #534E4E;
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
}
.cont2 .a2_b1-list1 li a.a .ajxa {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75px; height:40px;
  line-height:40px;
  padding-left:10px;
  text-align: center;
  background: #2D5BC4;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%); font-size:18px;
  color: #fff; font-weight:bold
}

.cont2 .a2_b1-list1 li a.a:hover .cont-p .tit {
  color: #C92B2F;
}
.cont2 .a2_b1-list1 li a.a:hover .ajxa {
  background-color: #C92B2F;
}


.hsort li{margin-right: 20px;}
.hsort li a{display: block;border: solid 3px rgba(255,255,255,.5);color: #ffffff;font-size: 20px;line-height:50px;text-align: center;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;padding: 0 30px; font-weight:bold; border-radius:30px}
.hsort li a:hover{ background:#2b8720}