.close_button {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 99;
    background: #089bda;
    max-width: 50px;
    margin: 0 auto;
    font-size: 50px;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    line-height: 40px;
    transition: all ease .3s;
}

.fixBox.overlay .kuangbx {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: anim-open;
    animation-name: anim-open;
}

.fixBox .kuangbx {
    overflow-x: auto;
    background: #fff;
    margin: 0 auto;
    height: auto;
    justify-content: center;
    align-content: center;
    display: block;
    transition: 600ms;
    -webkit-transition: 600ms;
    -ms-transition: 600ms;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important;
}

.fixBox.overlay {
    -webkit-transition: opacity 0.3s .5s;
    transition: opacity 0.3s .5s;
    opacity: 1;
    pointer-events: auto;
    z-index: 2000;
}

.fixBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    padding: 0 25px;
    background: rgba(55, 58, 71, 0.9);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
    cursor: pointer;
}
.carousel-innerA{
    position: relative;
    overflow: hidden;
    max-width: 100%;
}


/*初始化样式*/
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;
}

p {
    margin: 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;
}

/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800% !important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800% !important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}


.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;
}

.nei2 .com-img:hover {
    box-shadow: 2px 10px 10px 5px rgba(0, 0, 0, 0.12);

}

.nei3 .com-img:hover img {
    cursor: zoom-in;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}


.roll_product {
    float: left;
}


/*头部样式*/
.top1 {
    background: #e6e6e6;
    color: #595959;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    font-size: 14px;
}

.top1 a {
    color: #595959;
}


.top2 {
    height: 143px;
    overflow: hidden;
}

.logo {
    float: left;
    line-height: 143px;
}

.k2 {
    margin-top: 5px;
    font-size: 14px;
    color: #333333;
    line-height: 35px;
    background: url(../images/t.png) no-repeat left center;
    padding-left: 54px;
}

.k2 p:nth-child(2) {
    color: #2459a9;
    font-size: 27px;
}


.product_list1 {
    margin-top: 38px;
}

.product_list1 li {
    float: left;
    margin-right: 57px;
    margin-bottom: 28px;
}

.product_list1 li:nth-child(4n) {
    margin-right: 0;
}

.product_list1 li img {
    width: 257px;
    height: 293px;
}

.product_list1 li h3 {
    text-align: center;
    font-weight: normal;
    color: #3f3f3f;
    font-size: 20px;
}


/*主体样式*/

.ssddds {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xyin-case-sort li:hover, .xyin-case-sort li.on {
    background: #3c486d;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.xyin-case-sort li:hover a, .xyin-case-sort li.on a {
    color: #fff;
}

.aby_hh li:hover .aby_hh_img img {
    filter: invert(49%) sepia(93%) saturate(369%) hue-rotate(900deg) brightness(60%) contrast(93%);
}


/*页面底部*/
.foot {
    background: #333;
}

.f_nav {
    width: 826px;
    margin-top: 40px;
}

.f_nav dl {
    float: left;
    width: 136px;
    height: 186px;
    overflow: hidden;
}

.f_nav dt {
    margin-bottom: 8px;
    font-size: 19px;
    color: #333;
    font-weight: normal;
}

.f_nav dd a {
    font-size: 12px;
    color: #333;
    line-height: 20px;
}

.copyright {
    text-align: center;
    line-height: 24px;
}

/*内页左侧样式*/

.page-product-inquiry a {
    color: #fff;
}

.njsd {
    width: 100%;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    z-index: 99;
    /* border-bottom: #1368be 1px solid; */
    position: absolute;
}

.dlogo {
    max-width: 1690px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
    padding: 0 2%;
}

.dlogo {
    width: 15%;
    line-height: 70px;
}

.dlogo img {
    max-width: 100%;
    height: auto;

}

.nnav {
    width: 60%;
}

.haodg {
    width: 15%;
    color: #fff;
}

.haodg {
    padding-left: 15px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 77px;
    letter-spacing: 0px;
    color: #ffffff;
}

.nei {
    padding: 3% 0;
    overflow: hidden;
}

.chang {
    max-width: 1690px;
    margin: 0 auto;
    padding: 0 2%;
    font-family: "Microsoft Yahei";
}

.cppg {
    font-size: 2.8rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 80px;
    letter-spacing: 0px;
    color: #000000;
}

.cpp_a {
    font-size: 1.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #666666;
}

.cpp_b {
    width: 19%;
}

.cpp_b li {
    border-radius: 20px;
    border: solid 3px #6faef0;
    line-height: 42px;
    text-align: center;
    width: 48%;
    font-size: 16px;
}

.cpp_b li a {
    color: #666666;
}

.cpp_b li:hover {
    background: url(/web/img/product-btn.png) center center no-repeat;
    background-size: 100% 100%;
    border: none;
}

.cpp_b li:hover a {
    color: #fff;
}

.cpmhhg {
    overflow: hidden;
}

.mingh {
    margin-top: 4%;
}

.cpmhhg .swiper-wrapper .swiper-slide {
    position: relative;
    background: url(/cdn.myxypt.com/99e6c613/22/01/46a2c21ad696b3c84c852b1982227f36415afc28.png);
    cursor: pointer;
    background-size: 100% 100%;
}

.cpmhhggg {
    text-indent: 10%;
    padding: 3% 3% 9% 0;
}

.cpmhhggg_a {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    line-height: 60px;
}

.cpmhhggg_a a {
    color: #000000;
}

.cpmhhggg_b {
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.cpmhhgnei {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    padding: 45% 5%;
    background: rgba(13, 66, 163, 0.8);
    opacity: 0;
    transition: all 0.6s ease;
}

.cpmhhgnei_a {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fff;
    line-height: 60px;
}

.cpmhhgnei_a a {
    color: #fff;
}

.cpmhhgnei_b {
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fff;
}

.cpmhhgnei_b a {
    color: #fff;
}

.cpmhhgnei_mm {
    width: 118px;
    line-height: 41px;
    background-color: #00255a;
    border-radius: 20px;
    margin: 4% auto 0;
    font-size: 20px;
}

.cpmhhgnei_mm a {
    color: #fff;
}

.cpmhhg .swiper-wrapper .swiper-slide:hover .cpmhhgnei {
    opacity: 1;
    transition: all 0.6s ease;
}

.cpmhhg .swiper-wrapper .swiper-slide:hover .cpmhhggg {
    opacity: 0;
    transition: all 0.6s ease;
}


.nei1 {
    background: #efefef;
    box-sizing: border-box;
    padding: 4% 0 6% 0;
    overflow: hidden;
    /* margin-top: 2%;*/
}

.abg {
    width: 49%;
}

.abb {
    width: 49%;
}

.abb img {
    width: 100%;
    height: auto;
}

.abg_c {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.7;
    margin-top: 5%;
}

.abg_d {
    margin-top: 5%;
    width: 99%;
}
.abg_d ul{
    display: flex;
}
.abg_d_a {
    font-size: 2.3rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #000000;
}

.abg_d_a span {
    font-size: 2.8rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 0px;
    color: #000000;
}

.abg_d_g {
    font-size: 0.9rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.6;
}

.abg_mm {
    background: url(/web/img/more-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 221px;
    line-height: 53px;
    text-align: center;
    margin-top: 8%;
}

.abg_mm a {
    font-size: 18px;
    color: #fff;
}

.nei2 {
    padding: 2% 0;
    overflow: hidden;
}

.cpp_a1 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #666666;
    width: 50%;

}

.cpp_a2 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #666666;
    position: relative;
}

.cpp_a2 a {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.6;
}

.cppg1 {
    font-size: 2.2rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 80px;
    letter-spacing: 0px;
    color: #000000;
}

.dsing img {
    width: 100%;
    height: auto;
}

.shebeiz {
    overflow: hidden;
    margin-top: 3%;
}

.shebeiz .swiper-wrapper {
    padding-bottom: 30px;
    padding-top: 5px;
}

.nei3 {
    background: url(/cdn.myxypt.com/99e6c613/22/01/62c8dfe7f95c7a937eacab6648bc69645074445d.jpg) no-repeat;
    box-sizing: border-box;
    padding: 3% 0;
    background-size: 100% 100%;
}

.nei3 .title {
    font-size: 25px;
    color: #ffffff;
}

.gingsfd {
    overflow: hidden;
    margin-top: 3%;
}

.gingsfd_img {
    width: 100%;
}

.gingsfd_img img {
    max-width: 100%;
    height: auto;
}

.gingsfd_tt {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 63px;
    letter-spacing: 0px;
    color: #ffffff;
    width: 100%;
    margin-top: 4%;
}

.gingsfd_aa {
    background: url(/web/img/honor-bg.jpg) center center no-repeat;
    width: 13px;
    height: 13px;
    margin: 1% auto 0;
}

.rontyu {
    position: relative;
}


.rontyu::after {
    position: absolute;
    bottom: 6.1%;
    height: 1px;
    background: #fff;
    content: '';
    width: 100%;
}

.gingsfd .swiper-slide {
    text-align: center;
    font-size: 18px;
    align-items: center;
    transition: 300ms;
    transform: scale(0.9);
}

.gingsfd .swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1.05);
}

.gingsfd .swiper-slide-active .gingsfd_tt {
    display: none;
}

.gingsfd .swiper-slide-active .gingsfd_aa {
    display: none;
}


.nei5 {
    padding: 3% 0;
    overflow: hidden;
    background: #f6f6f6;
}

.xinwed {
    overflow: hidden;
}

.xwf {
    margin-top: 2%;
}

.xinwed_img img {
    width: 100%;
    height: auto;
}

.xinwed .swiper-wrapper .swiper-slide {
    position: relative;
}

.xinwed_shi {
    position: absolute;
    background: url(/cdn.myxypt.com/99e6c613/22/01/e82b8125dc8833897ead9c259df902350890ebe4.png) no-repeat;
    width: 141px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    color: #000;
    right: 0px;
    top: 57%;
}

.xinwednei {
    background: #fff;
    box-sizing: border-box;
    padding: 3% 5%;
}

.xinwed_a {
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xinwed_a a {
    color: #000000;
}

.xinwednei_b {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.swiption {
    text-align: center;
    margin-top: 2%;
}

.swiption .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #c6c6c6;
    opacity: 1;
    margin: 0 0.5%;
}

.swiption .swiper-pagination-bullet-active {
    opacity: 1;
    background: #013396;
}

.nei6 {
    padding: 1% 0;
    overflow: hidden;
}
.nei6 .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.nei6 .huobang{
    margin-top: 2%;
    margin-bottom: 2%;
}.nei6 .huobang li{
    margin: 1%;
}

.hendui {
    text-align: center;
}

.huobang {
    margin-top: 2%;
}

.huobang li {
    width: 18%;
    margin-bottom: 1%;
}

.huobang_img {
    border: #efefef 1px solid;
}

.huobang_img img {
    width: 100%;
    height: auto;
}

.changbb {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2%;
    font-family: "Microsoft Yahei";
}

.yiumbg {
    background: #0065b3;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 2%;
    color: #fff;
}

.yiumbg_img {
    float: left;
    width: 30px;
    line-height: 48px;
    text-align: center;
}

.yiumbg_img img {
    max-width: 100%;
    height: auto;
}

.yiumbg li:nth-child(1) {
    width: 37%;
    position: relative;
}

.yiumbg li:nth-child(2) {
    width: 25%;
    position: relative;
}

.yiumbg li:nth-child(3) {
    width: 32%;
    position: relative;
}

.yiumbgnei_a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #ffffff;
}

.yiumbgnei_b {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #ffffff;
    position: absolute;
    bottom: -25px;
    left: 40px;
}

.yiumbgnei {
    float: right;
    width: 90%;
    text-align: left;
}

.difngh {
    margin: 2% 0;
}

.diong {
    margin-top: 2%;
    width: 12%;
}

.diong img {
    max-width: 100%;
    height: auto;
}

.fotb {
    width: 60%;
}

.ering {
    margin-top: 2%;
    width: 13%;
}

.ering img {
    max-width: 100%;
    height: auto;
}

.xoand {
    border-bottom: #535353 1px solid;
    margin: 1% 0;
}

.x-copyright {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    text-align: center;
}

.x-copyright a {
    color: #666;
}

.cpmhhg_img img {
    width: 100%;
    height: auto;
}


@media (max-width: 1440px) {
    .cppg {
        font-size: 35px;
    }

    .cpp_a {
        font-size: 25px;
    }

    .cppg1 {
        font-size: 30px;
    }

    .cpmhhggg_a, .cpmhhgnei_a {
        font-size: 17px;
    }

    .cpmhhggg_b, .cpmhhgnei_b {
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    .cppg {
        font-size: 30px;
    }

    .abg_d_a span {
        font-size: 40px;
    }

    .cpp_a {
        font-size: 20px;
    }

    .cppg1 {
        font-size: 25px;
    }

    .cpmhhggg_a, .cpmhhgnei_a {
        font-size: 17px;
        /*overflow: hidden;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;*/
    }

    .cpmhhggg_b, .cpmhhgnei_b {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .abg_d_a span {
        font-size: 30px;
    }

    .abg_c {
        font-size: 14px;
        line-height: 28px;
    }

    .abg_mm {
        margin-top: 2%;
    }

    .xinwed_shi {
        top: 43%;
    }
}

@media (max-width: 996px) {
    .x-banner, .page-banner {
        margin-top: 60px;
    }

    .cpp_b {
        width: 34%;
    }

    .cppg {
        font-size: 25px;
        line-height: 45px;
    }

    .cpp_a {
        font-size: 18px;
        line-height: 30px;
    }

    .abg {
        width: 100%;
    }

    .abb {
        width: 100%;
        margin-top: 2%;
    }

    .cpp_a1 {
        width: 100%;
    }

    .xinwed_shi {
        top: 46%;
    }

    .xinwed_a {
        font-size: 16px;
    }

    .xinwednei_b {
        font-size: 14px;
    }

    .yiumbg {
        display: none;
    }

    .visible-xs {
        display: block !important;
    }
}

@media (max-width: 500px) {
    .fixBox.overlay .kuangbx {
       width: 100%;
    }
    .cpp_b {
        display: none;
    }

    .cpmhhggg_a, .cpmhhgnei_a {
        font-size: 14px;
    }
    .cpmhhggg_a {
        font-stretch: normal;
        letter-spacing: 0px;
        color: #000000;
        overflow: hidden;
        line-height: 24px;
    }
    .cpmhhggg {
        text-indent: 10%;
        padding: 3% 3% 9% 0;
        height: 60px;
    }
    .abg_d_g {
        font-size: 14px;
    }

    .gingsfd .swiper-slide-active .gingsfd_tt {
        display: block;
    }

    .gingsfd .swiper-slide-active .gingsfd_aa {
        display: block;
    }

    .gingsfd_tt {
        font-size: 14px;
        margin-top: 1%;
        line-height: 40px;
    }

    .gingsfd {
        padding-bottom: 4%;
    }

    .rontyu::after {
        bottom: 2.1%;
    }

    .huobang li {
        width: 49%;
        margin-bottom: 1%;
    }

    .difngh {
        display: none;
    }

    .x-layout {
        padding-bottom: 14%;
    }
}