/* 通用重置 */

* {
    margin: 0;
    padding: 0;
}


/* 统一的样式 */

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0;
    display: table;
}

.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.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
}

/* 通用样式 */

.dth_pos {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.dth_wh {
    display: block;
    width: 96%;
    max-width: 1366px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

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

@media(max-width:992px) {
    body {
        padding-top: 60px;
    }
}



/* 插件整体修改 */

.slick-arrows {
    outline: none;
}

.slick-slide {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
    display: flex;
    width: 24px;
    height: 44px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    background: none;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 12px;
    top: 50%;
    margin-top: -20px;
}

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

.swiper-pagination {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
}

.swiper-pagination .swiper-pagination-bullet {
    outline: none;
    margin: 0 1em;
}

@media(max-width:992px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}


/* 头部  */

header {}

header.dth_pos {
    position: absolute;
    top: 0;
    z-index: 99;
    background-color: transparent;
}

header>.dth_wh {
    padding-top: 24px;
}

.logo {}

.logo a {
    display: block;
}

.logo img {}

.lang {
    margin-left: 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 1em;
    margin-right: 3.25%;
    margin-top: 1em;
    position: relative;
}
.lang #formsearch{
    position: absolute;
    right: 0;
    top: 48px;
    z-index: 999;
    display: none;
    width: 215px;
}
.lang #formsearch input{
    line-height: 30px;
    height: 30px;
    border: none;
    font-size: 14px;
    outline: none;
}
.lang #formsearch #keyword{
    width: 160px;
    padding-left: 10px;
}
.lang #formsearch #s_btn{
    width: 50px;
    background: #e60113;
    color: #fff;
    text-align: center;
    padding: 0;
}


.lang span {
    display: block;
    cursor: pointer;
}

.lang ul {
    position: absolute;
    box-shadow: 0px 3px 10px 0px rgba(48, 63, 91, 0.12);
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 0px;
    color: #303f5b;
    width: 8.57em;
    max-height: 12.285em;
    background-color: #ffffff;
    left: 50%;
    margin-left: -4.285em;
    top: 100%;
    padding: 1em 0;
    top: 2.4em;
    padding-right: 2px;
    display: none;
}

.scoll {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    max-height: 10.285em;
}

.lang ul ::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    max-height: 10.285em;
}

.lang ul ::-webkit-scrollbar-button {
    /*opacity: 0;*/
    display: none;
}

.lang ul ::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #d0d5d3;
    width: 6px;
}

.lang li {}

.lang li a {
    display: block;
    color: #303f5b;
    padding: 0 0.5em 0 1.08em;
    overflow: hidden;
    text-align: left;
    text-overflow: hidden;
    white-space: nowrap;
}

.lang li.ins a {
    color: #0069cb;
    /*background-image: url('//cdn.myxypt.com/dc27b7b2/21/06/7bbc179a7065c71dd018fec8eb18994e521381af.png');*/
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1em auto;
    padding-right: 1.2em;
    cursor: pointer;
    font-weight: bold;
}

.lang li a:hover {
    color: #0069cb;
}

@media(max-width:992px) {
    header.dth_pos {
        display: none;
    }
}


/* 导航 */

nav {
    margin-left: auto;
}

.x-menu {
    align-items: center;
}

.x-menu>li {
    position: relative;
    font-size: 16px;
}

.x-menu>li.xiala {
    position: static;
}

.x-menu>li.xiala>a {
    padding-right: 0.8125em;
    background-repeat: no-repeat;
    background-position: right 1.875em;
    /*background-image: url("//cdn.myxypt.com/7c9f76cc/21/06/97e6fd7c39363a86fe04b99098e31e801006c764.png");*/
    background-size: 0.625em auto;
}

.x-menu>li.xiala:hover>a {
    color: #0069cb;
    /*background-image: url("//cdn.myxypt.com/7c9f76cc/21/06/a19fd3d45ef377c4d57f5a2b1ae53f1315e59ef4.png");*/
}

.x-menu>li>a {
    display: block;
    position: relative;
    font-weight: normal;
    font-stretch: normal;
    line-height: 4;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 0 0 0.8125em 0;
}

.x-menu>li>a::after {
    /*content: "";*/
    /*display: block;*/
    /*width: 1.875em;*/
    /*height: 4px;*/
    /*background-color: #0069cb;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*margin-left: -0.9375em;*/
    /*bottom: 0;*/
    /*opacity: 0;*/
}

.x-menu>li:nth-child(n) {
    margin-right: 5em;
}

.x-menu>li:hover>a {
    color: #0069cb;
}

.x-menu>li:hover>a::after {
    opacity: 1;
}

.x-menu>li.active>a {}

.x-sub-menu {
    position: absolute;
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.16);
    left: 0;
    top: 100%;
    width: 100%;
    min-width: 5em;
}

.x-sub-menu>li>a {}

.x-sub-menu>li>a:hover {
    background: #e9eaeb;
}

li.xiala>.x-sub-menu {}

li.xiala>.x-sub-menu .dth_wh {
    justify-content: center;
    padding: 24px 0 18px;
}

li.xiala>.x-sub-menu .dth_wh>li {
    display: block;
    width: 11.667%;
}

li.xiala>.x-sub-menu .dth_wh>li:nth-child(n+6) {
    display: none;
}

li.xiala>.x-sub-menu .dth_wh>li+li {
    margin-left: 3.66%;
}

li.xiala>.x-sub-menu .dth_wh>li>a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #333333;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li.xiala>.x-sub-menu .dth_wh>li>a::before {
    content: "";
    display: block;
    width: 2px;
    height: 14px;
    background-color: #0069cb;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

li.xiala>.x-sub-menu .dth_wh>li:hover>a {
    color:#0069cb;
}

li.xiala>.x-sub-menu .nav_sj {
    display: block;
    margin-top: 0.625em;
}

li.xiala>.x-sub-menu .nav_sj a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li.xiala>.x-sub-menu .nav_sj a:hover {
    color: #0069cb;
    font-weight: bold;
}
@media(max-width:1200px){
    .x-menu>li:nth-child(n){margin-right:3em;}
}
@media(max-width:108px){
    .x-menu>li:nth-child(n){margin-right:2em;}
}
.logos{line-height:74px;width:24%;}
.logos img{max-width:100%;}


/* banner2 */

#banners {
    position: relative;
}

#banners li a {
    display: block;
}

#banners li a img {
    width: 100%;
    height: auto;
}

#banners .swiper-pagination {
    padding: 7px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    width: auto;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

#banners .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 0.5;
    margin: 0 8px;
}

#banners .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff;
    opacity: 1;
}

#banners .swiper-button-prev,
#banners .swiper-button-next {
    width: 40px;height: 40px;
}



#banners .swiper-button-prev::after,
#banners .swiper-button-next::after {
    width: 16px;
    height: 16px;
    display: none;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
}

#banners .swiper-button-prev:hover::after,
#banners .swiper-button-next:hover::after {
    border-color: transparent transparent #ffffff #ffffff;
}

#banners .swiper-button-prev {
    left: 0;
}

#banners .swiper-button-next {
    right: 0;
}

#banners .wzs {
    position: absolute;
    left: 0;
    top: 31.3%;
    width: 100%;
    z-index: 50;
}

#banners .wzs .dth_wh {}

#banners .wzs h2 {
    font-family: "Barlow", "Arial";
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 0.95em;
    text-transform: uppercase;
}

#banners .wzs .ban_hxt {
    display: block;
    position: relative;
    width: 100px;
    height: 3px;
    background-color: #ffffff;
}

#banners .wzs .ban_hxt::before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0069cb;
}

#banners .wzs h3 {
    font-size: 46px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 0.7em;
}

#banners .wzs h3 span {
    color: #0069cb;
}

#banners .wzs p {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 1.38em;
}

@media(max-width:1400px) {
    #banners .wzs h2 {
        font-size: 1.7vw;
    }
    #banners .wzs .ban_hxt {
        width: 7.14285vw;
        min-width: 30px;
    }
    #banners .wzs h3 {
        font-size: 3.2857vw;
    }
    #banners .wzs p {
        font-size: 1.857vw;
    }
}

@media(max-width:768px) {
    #banners .wzs .ban_hxt {
        height: 2px;
    }
    #banners .swiper-pagination {
        padding: 3px 6px;
    }
    #banners .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 5px;
    }
}

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

@media(max-width:420px) {
    #banners .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 3px;
    }
}


/* 相同标题 以第一个为准 */

.titles {
    text-align: center;
}

.titles h2 {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #333333;
}

.titles h2 span {
    font-family: "Impact";
    font-weight: normal;
    color: #0069cb;
    margin-right: 0.3em;
}

@media(max-width:1400px) {
    .titles h2 {
        font-size: 2vw;
    }
}

@media(max-width:1024px) {
    .titles h2 {
        font-size: 24px;
    }
}

@media(max-width:992px) {
    .titles h2 {
        font-size: 22px;
    }
}

@media(max-width:768px) {
    .titles h2 {
        font-size: 20px;
    }
}

@media(max-width:640px) {
    .titles h2 {
        font-size: 18px;
    }
    .titles h2 span {
        font-weight: bold;
    }
}

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


/* 公司介绍 */

.gsjs {
    padding:63px 0 0;
    background-color: #f4f4f4;
}

.ab_cons {
    margin-top: 6.442%;
    justify-content: space-between;
}

.ab_cons .ab_left {
    width: 47.22%;
}

.ab_cons .ab_left h3 {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #333333;
}
.ab_cons .ab_left h3 span{color: #0069cb;}

.ab_cons .ab_left h4 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #0069cb;
    margin-top: 3.72%;
}

.ab_cons .ab_left .ab_wzs {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #333333;
    text-align: justify;
    margin-top: 5.4%;
}

a.mores {
    display: block;
    width: 9.375em;
    height: 3em;
    background-color: #0069cb;
    border-radius: 1.5625em;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin-top: 12.4%;
}

a.mores:hover {
    background-color:#0759a6;
}

.ab_cons .ab_right {
    display: block;
    width: 47.8%;
}

.ab_cons .ab_right img {
    width: 100%;
}

.ab_utls {
    margin-top: 6%;
}

.ab_utls ul {}

.ab_utls li {
    flex: 1;
    background-color: #ffffff;
}

.ab_utls li:nth-child(n+2) {
    margin-left: 2px;
}

.ab_utls li:hover {
    background-color: #FBFBFB;
}

.ab_utls li a {
    display: block;
    text-align: center;
    padding: 7.94% 2% 8.8%;
}

.ab_utls li h3 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 0px;
    color:#0069cb;
}
.ab_utls li:hover h5 {color: #0069cb;}

.ab_utls li .imgs {
    height: 104px;
    margin-top: 2%;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
}

.ab_utls li .imgs img {
    width: auto;
    height: 76.923%;
}

.ab_utls li:hover .imgs img{
  transform: translateY(-90px);
  filter: drop-shadow(#0069cb 0 90px);
}


.ab_utls li h5 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #666666;
}

@media(max-width:1400px) {
    .gsjs {
        padding: 6.42857vw 0 0;
    }
    .ab_cons .ab_left h3 {
        font-size: 1.57vw;
    }
    .ab_cons .ab_left h4,
    .ab_utls li h3 {
        font-size: 1.42857vw;
    }
    .ab_cons .ab_left .ab_wzs {
        font-size: 1vw;
    }
    a.mores {
        font-size: 1.14285vw;
    }
    .ab_utls li h5 {
        font-size: 2.14285vw;
    }
    .ab_utls li .imgs {
        height: 7.42857vw;
    }
}

@media(max-width:1200px) {
    .ab_cons .ab_left h4,
    .ab_utls li h3 {
        font-size: 16px;
    }
    .ab_cons .ab_left h3 {
        font-size: 18px;
    }
    .ab_cons .ab_left .ab_wzs {
        font-size: 12px;
    }
    .ab_utls li h5 {
        font-size: 24px;
    }
    a.mores {
        font-size: 12px;
    }
    .ab_utls li .imgs {
        height: 88px;
    }
}

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

@media(max-width:768px) {
    .ab_cons {
        flex-flow: column-reverse;
    }
    .ab_cons .ab_right {
        width: 100%;
    }
    .ab_cons .ab_left {
        width: 100%;
        margin-top: 5vw;
    }
    a.mores {
        margin-top: 10%;
    }
    .ab_utls ul {
        flex-wrap: wrap;
    }
    .ab_utls li {
        flex: none;
        width: calc(50% - 1px);
    }
    .ab_utls li:nth-child(3) {
        margin-left: 0;
    }
    .ab_utls li:nth-child(n+3) {
        margin-top: 2px;
    }
}

@media(max-width:640px) {
    .ab_cons .ab_left h3 {
        font-size: 16px;
    }
    .ab_cons .ab_left h4,
    .ab_utls li h3 {
        font-size: 14px;
    }
    a.mores {
        font-size: 11px;
    }
    .ab_utls li h5 {
        font-size: 20px;
    }
    .ab_utls li .imgs {
        height: 10vw;
        min-height: 60px;
    }
}

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


/* 产品中心 */
.products a.mores {
    margin: 50px auto 0;
}
.products .titles {
    padding: 78px 0 68px;
}

.pro_ulse {
    position: relative;
}

.pro_ulse>img {
    width: 100%;
    position: relative;
    z-index: 10;
}

.pro_ulse ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.pro_ulse ul li {
    flex: 1;
    height: 100%;
}

.pro_ulse ul li:nth-child(n+2) {
    border-left: 2px solid #ffffff;
}

.pro_ulse ul li a {
    height: 100%;
    display: flex;
    flex-flow: column;
    -ms-flex-flow: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
}

.pro_ulse ul li:hover a {
    background-color: rgba(0, 0, 0, 0.6);
}

.pro_ulse ul li .htx {
    display: block;
    /* width: 50px;
    height: 50px; */
    width: 1.785714285em;
    height: 1.785714285em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("//cdn.myxypt.com/7c9f76cc/21/06/aa62e86ce3562580397400845dec7772877c7b8b.png");
    font-size: 28px;
    position: relative;
    transition: 0.5s ease;
}

.pro_ulse ul li .htx::after {
    content: "";
    display: block;
    width: 1.0714em;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -0.5357em;
    top: calc(100% + 1em - 2px);
    opacity: 0;
    transition: 0.3s ease;
}

.pro_ulse ul li:hover .htx {
    background-image: url(//cdn.myxypt.com/7c9f76cc/21/10/25274a516ce6025ee834da5fa9cb0b9af2b65c0c.png);
}

.pro_ulse ul li:hover .htx::after {
    opacity: 1;
}

.pro_ulse ul li h3 {
    margin-top: 1em;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    transition: 0.5s ease;
}

.pro_ulse ul li:hover h3 {
    margin-top: calc(1em + 1.42857em);
}

@media(max-width:1400px) {
    .products .titles {
        padding: 9.2857vw 0 6.2857vw;
    }
    .pro_ulse ul li .htx,
    .pro_ulse ul li h3 {
        font-size: 2vw;
    }
}

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

@media(max-width:768px) {
    .pro_ulse ul li .htx,
    .pro_ulse ul li h3 {
        font-size: 16px;
    }
    .pro_ulse ul li:nth-child(n+2) {
        border-left: 1px solid #ffffff;
    }
    .pro_ulse ul {
        flex-wrap: wrap;
    }
    .pro_ulse ul li {
        flex: none;
        width: calc(50% - 0.5px);
        height: calc(50% - 0.5px);
    }
    .pro_ulse ul li:nth-child(n+3) {
        border-top: 1px solid #ffffff;
    }
    .pro_ulse ul li:hover h3 {
        margin-top: 1em;
    }
    .pro_ulse ul li:hover .htx::after {
        opacity: 0;
    }
}

@media(max-width:640px) {
    .pro_ulse ul li .htx,
    .pro_ulse ul li h3 {
        font-size: 14px;
    }
}

@media(max-width:420px) {
    .pro_ulse ul li .htx,
    .pro_ulse ul li h3 {
        font-size: 12px;
    }
}


/* 公司新闻 */

.news {
    padding: 58px 0 77px 0;
}

.news a.mores {
    margin: 4.6852% auto 0;
}

.news_cons {
    margin-top: 4.242%;
}

.news_cons li {
    /* width: 496px; */
}

.news_cons li a {
    display: block;
}

.news_cons li .imgs {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.news_cons li .imgs img {
    width: 100%;
    height: 100%;
    /* min-width: 100%;
    min-height: 100%; */
    object-fit: cover;
}

.news_cons li .wzs {
    position: relative;
    z-index: 30;
    background-color: rgba(255, 255, 255, 0.96);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    padding: 8.06% 6.45% 12.96%;
}

.news_cons li * {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.news_cons li:hover .wzs {
    background-color: rgba(0, 0, 0, 0.3);
}

.news_cons li .wzs .times {
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #cccccc;
}

.news_cons li .wzs h3 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: 0px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 1em;
    position: relative;
    padding-bottom: 1em;
}

.news_cons li:hover h3 {
    color: #0069cb;
}

.news_cons li .wzs h3 .htxs {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 27%;
    height: 2px;
    background-color: #eeeeee;
}

.news_cons li:hover .wzs h3 .htxs {
    width: 30.432%;
}

.news_cons li .wzs h3 .htxs::before {
    content: "";
    display: block;
    height: 100%;
    width: 2.778em;
    background-color: #0069cb;
    position: absolute;
    left: 0;
    top: 0;
}

.news_cons li .wzs p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 2.7%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 6em;
}

.news_cons li:hover .wzs p {
    color: #ffffff;
}

.news_cons li .wzs span {
    display: block;
    width: 9.375em;
    height: 3em;
    background-color: transparent;
    border-radius: 1.5625em;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 0px;
    color: #333333;
    text-align: left;
}

.news_cons li:hover .wzs span {
    padding-left: 2.6875em;
    background-color: #0069cb;
    color: #ffffff;
}

@media(max-width:1400px) {
    .news {
        padding: 9.14vw 0;
    }
    .news_cons li .wzs .times {
        font-size: 2.142857vw;
    }
    .news_cons li .wzs h3 {
        font-size: 1.2857vw;
    }
    .news_cons li .wzs p {
        font-size: 1vw;
    }
    .news_cons li .wzs span {
        font-size: 1.142857vw;
    }
}

@media(max-width:1200px) {
    .news_cons li .wzs .times {
        font-size: 26px;
    }
    .news_cons li .wzs h3 {
        font-size: 16px;
    }
    .news_cons li .wzs p {
        font-size: 12px;
    }
    .news_cons li .wzs span {
        font-size: 12px;
    }
}

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

@media(max-width:768px) {
    .news_cons li .wzs {
        background-color: rgba(0, 0, 0, 0.3);
    }
    .news_cons li .wzs h3 .htxs {
        width: 52.432%;
    }
    .news_cons li .wzs h3 {
        color: #0069cb;
    }
    .news_cons li .wzs p {
        color: #ffffff;
    }
    .news_cons li .wzs span {
        padding-left: 2.6875em;
        background-color: #0069cb;
        color: #ffffff;
    }
}

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

@media(max-width:420px) {
    .news_cons li .wzs .times {
        font-size: 20px;
    }
    .news_cons li .wzs h3 {
        font-size: 14px;
    }
}


/* 案例 */

.cases {
    position: relative;
}

.cases .hx-swiper {
    position: relative;
    z-index: 20;
    outline: none;
}

.cases .hx-swiper li {}

.cases .hx-swiper li a {
    display: block;
    position: relative;
}

.cases .hx-swiper li img {
    width: 100%;
    height: auto;
}

.cases .hx-swiper li .wzs {
    position: absolute;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 2.91vw 1.25vw 3.125vw;
    left: 27.5vw;
    top: 5.647%;
    width: 45vw;
    max-width: 254px;
    opacity: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

.cases .hx-swiper li:hover .wzs {
    opacity: 1;
}

.cases .hx-swiper li .wzs .titles h2 {
    color: #f6f6f6;
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
}

.cases .hx-swiper li .wzs .titles h2 span {
    margin-right: 0.2em;
}

.cases .hx-swiper li .wzs h3 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height:30px;
    letter-spacing: 0px;
    color: #f6f6f6;
    margin-top: 11.7%;
    display: block;
}

.cases .hx-swiper li .wzs .hxts {
    width: 82px;
    height: 2px;
    display: block;
    position: relative;
    background-color: #ffffff;
    margin-top: 23.4%;
    float: right;
}

.cases .hx-swiper li .wzs .hxts::after {
    content: "";
    display: block;
    background-color: #0069cb;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.cases .swiper_arrows {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    z-index: 30;
    width: 20.8333vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding: 3vw 2.083vw;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    outline: none;
}

.cases .swiper_arrows:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.cases .swiper_prevs {
    left: 0;
    text-align: right;
}

.cases .swiper_nexts {
    right: 0;
    align-items: flex-start;
    text-align: left;
}

.cases .swiper_arrows .bts {
    display: block;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.6);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.66667em auto;
}

.cases .swiper_prevs .bts {
    background-image: url("//cdn.myxypt.com/7c9f76cc/21/06/6b720c620b34096108567c918e5b7092820176a5.png");
    padding-left: 1.1em;
}

.cases .swiper_nexts .bts {
    background-position: right center;
    background-image: url("//cdn.myxypt.com/7c9f76cc/21/06/36daf2e570db131c0cf395d13ad7debb809305d0.png");
    padding-right: 1.1em;
}

.cases .swiper_prevs:hover .bts {
    background-image: url("//cdn.myxypt.com/7c9f76cc/21/06/67873fdcdd71e59879e72a0ec4c1e6c286d1d21a.png");
}

.cases .swiper_nexts:hover .bts {
    background-image: url("//cdn.myxypt.com/7c9f76cc/21/06/4f458e43929bdb90bf85ed43f50994b68280fd12.png");
}

.cases .swiper_arrows .swiper-container {
    width: 100%;
}

.cases .swiper_arrows .swiper-container li {
    /* font-size: 26px; */
    font-size: 1.354vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case_titles {
    display: none;
}

@media(max-width:1400px) {
    .cases .swiper_arrows .bts {
        font-size: 1.2857vw;
    }
    .cases .hx-swiper li .wzs h3 {
        font-size: 1.57vw;
    }
}

@media(max-width:1200px) {
    .cases .swiper_arrows .bts {
        font-size: 12px;
    }
    .cases .swiper_arrows .swiper-container li {
        font-size: 16px;
    }
}

@media(max-width:992px) {
    .cases .swiper_arrows {
        width: auto;
    }
    .cases .swiper_arrows .swiper-container li {
        display: none;
    }
    .cases .hx-swiper li .wzs {
        opacity: 1;
        padding: 2.91vw 10px 3.125vw;
    }
    .cases .hx-swiper li .wzs h3 {
        margin-top: 0.5em;
    }
    .cases .hx-swiper li .wzs .titles {
        display: none;
    }
    .case_titles.titles {
        display: block;
        max-width: 96%;
        margin: 0 auto;
        padding: 3vw 0 7vw;
    }
}

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

@media(max-width:640px) {
    .cases .hx-swiper li .wzs h3 {
        font-size: 12px;
    }
    .cases .hx-swiper li .wzs .hxts {
        margin-top: 5vw;
        width: 12.5vw;
    }
}

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


/* 联系我们 */

.contact {
    padding: 83px 0 90px;
}

.conta_cons {
    justify-content: space-between;
    margin-top: 6.442%;
}

.conta_left {
    display: block;
    /* 635 */
    width: 46.486%;
}

.conta_left .le_as {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10%;
}

.conta_left .le_as a.mores {
    margin: 0;
    margin-left: 1em;
}

.conta_left .tables {
    border: solid 1px #eeeeee;
    padding: 6.93% 6.29%;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.111;
    letter-spacing: 0px;
    color: #333333;
}

.conta_left .tables img {
    width: 1.33333em;
    height: auto;
}

.conta_left .tables td:nth-child(1) {
    vertical-align: top;
}

.conta_right {
    display: block;
    width: 46.486%;
}

#container_map {
    height: 432px;
}

@media(max-width:1400px) {
    .contact {
        padding: 9.14vw 0;
    }
    .conta_left .tables {
        font-size: 1.2857vw;
    }
    .conta_left .le_as {
        font-size: 1vw;
    }
    #container_map {
        height: 30.85vw;
    }
}

@media(max-width:1200px) {
    .conta_left .tables {
        font-size: 14px;
    }
    .conta_left .le_as {
        font-size: 12px;
        flex-flow: column;
        align-items: flex-start;
        margin-top: 8%;
    }
    .conta_left .le_as a.mores {
        margin-top: 3%;
        margin-left: 0;
    }
    #container_map {
        height: 354px;
    }
    .conta_left .tables {
        padding: 3vw 2vw;
    }
}

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

@media(max-width:768px) {
    .conta_cons {
        flex-flow: column-reverse;
    }
    .conta_left {
        width: 100%;
        margin-top: 5vw;
    }
    .conta_right {
        width: 100%;
    }
}

@media(max-width:640px) {
    #container_map {
        height: 300px;
    }
    .conta_left .tables {
        font-size: 12px;
    }
}

@media(max-width:420px) {
    #container_map {
        height: 200px;
    }
    .conta_left .le_as {
        font-size: 11px;
    }
}


/* 搜索帮助 */

.searchs {
    padding: 64px 0;
    background-color: #0069cb;
    text-align: center;
}

.searchs h2 {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.3125;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchs h2 img {
    margin-right: 0.5em;
    width: 1.175em;
    height: auto;
}

#formsearchs {
    width: 100%;
    max-width: 580px;
    margin: 2.66667% auto 0;
    align-items: center;
    padding: 3px;
    background-color: #ffffff;
    border-radius: 20px;
}

#formsearchs input {
    outline: none;
    border: none;
    background: none;
}

#formsearchs input#keywords {
    width: calc(100% - 50px);
    height: 34px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    padding: 0 1.5em;
    color: #999999;
}

#formsearchs input#keywords::placeholder {
    color: rgba(153, 153, 153, 0.5);
}

#formsearchs input#s_btns {
    width: 50px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("//cdn.myxypt.com/7c9f76cc/21/10/0b23a4240b074d73a46d50763b0dad2e85c05e0c.png");
    border-radius: 30px;
    color: transparent;
}

.hots {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #999999;
    margin-top: 1.333%;
}

.hots a {
    color: #999999;
}

.hots a::after {
    content: "、";
}

.hots a:last-child:after {
    display: none;
}

@media(max-width:1366px) {
    .searchs {
        padding: 4.685vw 0;
    }
}

@media(max-width:1200px) {
    .searchs h2 {
        font-size: 2.666vw;
    }
}

@media(max-width:1024px) {
    .searchs h2 {
        font-size: 26px;
    }
}

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

@media(max-width:768px) {
    .searchs h2 {
        font-size: 3.3854vw;
    }
    #formsearchs {
        margin-top: 5vw;
    }
    #formsearchs input#keywords {
        font-size: 13px;
    }
    .hots {
        font-size: 13px;
        margin-top: 3vw;
    }
}

@media(max-width:640px) {
    .searchs h2 {
        font-size: 20px;
    }
    #formsearchs input#keywords {
        font-size: 12px;
    }
    .hots {
        font-size: 12px;
    }
    .searchs {
        padding: 7vw 0;
    }
}

@media(max-width:420px) {
    .searchs h2 {
        font-size: 18px;
    }
}


/* 底部 */

footer {
    background-color: #313131;
}

footer .dth_wh {
    /* padding: 0 6.15vw; */
    justify-content: space-between;
}

.layouts {
    padding: 2.9% 0;
}

.layou_left {
    flex-grow: 1;
    margin-right: 3%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 0px;
    color: #cccccc;
}

.layou_left a {
    color: #cccccc;
}

.ft_lo_na {}

.ft_lo_na .ft_logo {}

.ft_lo_na .ft_nav {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 0px;
    color: #cccccc;
    margin-left: 5.71%;
}

.ft_lo_na .ft_nav li {}

.ft_lo_na .ft_nav li:nth-child(n+2) {
    margin-left: 2.85em;
}

.ft_lo_na .ft_nav li a {
    display: block;
    color: #cccccc;
    white-space: nowrap;
}
.ft_lo_na .ft_nav li a:hover{
    color:#fff;
}

.ft_seo {}

.f_link {display:none;}

.x_region {}

.layou_ewm {
    width: 207px;
}

.layou_ewm h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.25;
    letter-spacing: 0.05em;
    color: #333333;
    display: none;
}

.layou_ewm .ft_ewm {
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("//cdn.myxypt.com/7c9f76cc/21/06/d1d8b03d58ca57f5fd7fb36882ea71867b26c1ea.png");
    background-size: 100% 100%;
    width: 100%;
    padding: 6.76%;
    margin-top: 2.415%;
}

.layou_ewm .ft_ewm .ewm {
    width: 45.81%;
}

.layou_ewm .ft_ewm .ewm img {
    width: 100%;
}

.layou_ewm .ft_ewm .ew_wz {
    width: 36%;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.8;
    letter-spacing: 0.05em;
    color: #d3d3d3;
    text-align: center;
    margin: 0 auto;
}

.foots {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #cccccc;
    padding: 0 0 2.083%;
    text-align: center;
}

.foots a {
    color: #cccccc;
}

@media(min-width:1366px) {
    footer .dth_wh {
        padding: 0 84px;
    }
}

@media(max-width:1024px) {
    .layou_left {
        font-size: 13px;
    }
}

@media(max-width:991px) {
    .ft_lo_na .ft_nav {
        display: none;
    }
    .ft_seo {
        display: none;
    }
    .layou_left {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .layouts {
        padding: 4vw 0;
    }
    footer .dth_wh {
        flex-flow: column;
    }
}

@media(max-width:640px) {
    .ft_lo_na .ft_logo img {
        width: 17vw;
    }
    .f_link {
        margin-top: 3vw;
    }
    .foots {
        font-size: 10px;
        line-height: 2;
    }
    .layou_ewm {
        display: none;
    }
}


/* 手机底部 */

.mob_foot {
    display: none;
}

.mob_dbb {
    height: 50px;
}

.mob_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #0069cb;
}

.mob_footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mob_footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.mob_footer ul li:nth-child(n+2) a {
    border-left: 1px solid rgba(214, 216, 221, 1);
}

.mob_footer ul li.active {
    background: #0069cb;
}

.mob_footer ul li a {
    display: block;
    width: 100%;
    color: #fff;
}

.mob_footer ul li .iconfont {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    background-size: 100% auto;
    margin-right: 0.4em;
}

.mob_footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}

.mob_footer li .icon-home {
    background: url("//cdn.myxypt.com/7c9f76cc/21/06/e11158c6769e2f04e964446055781e6ce383b477.png") no-repeat;
}

.mob_footer li .icon-home2 {
    background: url("//cdn.myxypt.com/7c9f76cc/21/06/c380061073eda9c7854ad2ba12244b21f2dbd8ac.png") no-repeat;
}

.mob_footer li .icon-phone {
    background: url("//cdn.myxypt.com/7c9f76cc/21/06/b140457805290e3eca5903bc08609e611dcc7e52.png") no-repeat;
}

.mob_footer li .icon-contact {
    background: url("//cdn.myxypt.com/7c9f76cc/21/06/8fa8ae78aef5588c88bd5b54a65add0ac48db108.png") no-repeat;
}

.mob_footer li .icon-phone:before {
    font-size: 0;
}

@media(max-width:768px) {
    .mob_foot {
        display: block;
    }
}

@media(max-width:420px) {
    .mob_footer ul li span {
        font-size: 14px;
    }
    .mob_footer ul li .iconfont {
        font-size: 16px;
    }
    .mob_footer ul li a {
        height: 24px;
        line-height: 24px;
        width: 100%;
    }
}


/* 内页 */

.page-position {
    padding: 2.285em 0;
}

.page-banner {
    position: relative;
}

.page-banner .wzs {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    top: 37.6%;
}

.page-banner .wzs h2 {
    font-size: 46px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #ffffff;
}

.page-banner .wzs h2 span {
    color: #0069cb;
}

.page-banner .wzs h3 {
    font-family: "Barlow";
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #ffffff;
}

@media(max-width:1366px) {
    .page-banner .wzs h2 {
        font-size: 3.36vw;
    }
    .page-banner .wzs h3 {
        font-size: 1.757vw;
    }
}


/* 修改添加 */