.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px){
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}




/*  */
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;}

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;}

.flex2{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}

.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.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);}

body {
    overflow-x: hidden;
}
.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}
.wh{max-width: 1200px;margin: 0 auto;width: 90%;}
.top2{background: #f2f2f2;}



/**/
/* banner */
.bandd{position: relative;}
.home-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ban{position: absolute;width: 100%;z-index: 99999;bottom: 7.5%;}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a>img {
    display: block;
    width: 100%;
    transform: scale(1);
    transition: all 2s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.home-banner .swiper-slide.swiper-slide-active a>img {
    transform: scale(1);
}


.home-banner .swiper-pagination1{width: 100%;position: absolute;bottom: 20px;left: 0;z-index: 999;text-align: center;line-height: 1;}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
   width: 12px;
    height: 12px;
    background-color: #1f296a;
    opacity: 0.7;
    margin: 0 4px!important;
    transition: width .3s ease;
    border-radius: 6px;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
   width: 45px;
    opacity: 1;
}

.topr .dropdown-toggle::after{display: none;}
.topr .btn.focus,.topr .btn:focus {
    outline: 0;
    box-shadow:none;
}

.top2 .logo img{max-width: 175px;}


.scroll_to_top2{display: none;}
.topr{margin-left: 19px;}
.lastli{position: relative;margin-right: 7px;}

.so {
    line-height:96px;
    cursor: pointer;
}

.so img {
    max-width: 100%;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 96px;
    width: 258px;
    padding: 20px;
    z-index: 999;
    background: rgb(31, 41, 106, 1);
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 30%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #1c4086;
    float: left;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 70%;
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #fff;
}



/**/
.dbox1{margin: 82px 0;}
.box1{position: relative;}
.mySwiper{overflow: hidden;}
.swiper-button-prev2,.swiper-button-next2{outline: none;position: absolute;top:40%;}
.swiper-button-prev2{left: -22px;}
.swiper-button-next2{right: -22px;}
.pp{overflow: hidden;border-bottom: 7px solid #1f2869;}
.pp .img{display: block;overflow: hidden;}
.mySwiper h3 a{display:block;color: #1f2869;font-size: 16px;line-height: 24px;margin-top: 22px;}
.mySwiper  .swiper-slide:hover .pp .img{transform:scale(1.1);}
.tab-con { position: relative; }
.tab-con .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .tab-main { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con .tab-main.active { position: static; opacity: 1; visibility: visible;  }


.box2{margin-top: 4.9vw;position: relative;}
.ybox .img{width: 57%;overflow: hidden;}
.ybox .img img{transition:all 0.5s;}
.ybox .img:hover img{transform:scale(1.1);}
.jbj{width: 43%;padding:1.8vw 2vw 10px 1.9vw;}
.jbj h3{color: #333333;font-size: 1.6666vw;margin-bottom: 0.7vw;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.jbj p{color: #999999;font-size: 16px;line-height: 25px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.gd{width: 98px;height: 34px; background-color: #f0f0f2;line-height: 34px;text-align: center;color: #1f2869;font-size: 14px;margin-top: 15px;}
.ysort{width: 70%;position: absolute;bottom: 0;right: 0;z-index: 999;background-color: #1f2869;}
.ysort li{flex:1;}
.ysort li a{display:block;padding: 1vw 0 1.5vw; text-align: center;border: solid 1px transparent;}
.ysort li a h3{color: #ffffff;font-size: 16px;margin: 0;margin-top: 0.8vw;font-weight: normal;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.ysort li a .img{height: 45px;overflow: hidden;}
.ysort li.active a{border: solid 1px #ffffff;}

.psort{margin-top: 3.6vw;}
.psort li{width: 25%;text-align: center;margin-bottom: 3.2vw;}
.psort li p{color: #1f2869;font-size: 18px;font-weight: bold;margin-top: 1.6vw;}
.psort li .img{height: 73px;line-height: 73px;}
.psort li .img img{transition:all 0.5s;}
.psort li:hover .img img{transform:scaleX(-1);}

/**/
.box4{margin-top: 35px;}
.aimg{overflow: hidden;}
.aimg img{width: 100%;transition:all 0.5s; }
.abt{text-align: center;color: #1f2869;font-size: 40px;font-weight: bold;margin-top: 43px;}
.acon{color: #1f2869;font-size: 16px;line-height: 25px;text-align: center;margin: 1.5vw auto 1.7vw;max-width: 845px;}
.amore a{display:block;width: 176px;transition:all 0.5s; height: 54px;background-color: #f0f0f2;line-height: 54px;text-align: center;margin: 0 auto;color: #1f2869;font-size: 19px;}
.amore a:hover{background:#1f2869;color: #fff;}
.aimg img:hover{transform:scale(1.1);}


/**/
.ht1 img{width: 100%;display: block;}



/**/
.foot{padding:4.3% 0 4.2%;text-align: center;}
.bt22{color: #2a2a2a;font-size: 20px;}
.bq{color: #2a2a2a;font-size: 14px;line-height: 24px;margin: 1vw 0 1.5vw;}
.lian a{color: #222222;font-size: 14px;margin: 0 1.6vw;border-bottom: 1px solid #2a2a2a;padding-bottom: 3px;}
.bq a{color: #2a2a2a;}
.case-imgs {text-align: center;}
.case-imgs .zoomPad{float: none;}




/*contact*/
.xbox1{background-color: #f6f6f6;padding: 6.8% 0 6%;}
.xul li{width: 33.33%;text-align: center;}
.xbj h3{letter-spacing: 3px;font-size: 14px;color: #2a2a2a;font-weight: normal;margin-bottom: 20px;}
.xbj p{color: #5e5e5e;line-height: 24px;font-size: 18px;}
.line2{width: 51px;height: 1px;background-color: #cdcdcd;margin: 19px auto 26px;}
.xul li img{transition:all 0.5s;}
.xul li:hover img{transform:scaleX(-1);}


/**/
.xbox2{margin-top: 5%;}
.xbt{text-align: center;}
.xbt h3{color: #2a2a2a;font-size: 48px;font-weight: bold;margin-bottom: 0;}
.xx{color: #6e6e6e;font-size: 18px;margin-top: 10px;}
.ybt{color: #2a2a2a;font-size: 18px;margin-bottom: 13px;}
.ybt span{color: #e95757;font-size: 19px;}
.hm-message-con {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(31, 41, 106, 0.1);
    margin-top: 48px;
    padding: 3.1vw 5.2vw 2.8vw;
    margin-bottom: 20px;
}
.hm-message-con li{width: 47%;margin-bottom: 20px;}
.hm-message-con input,
.hm-message-con textarea {
     height: 45px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #d7dce2;
    padding-left: 7px;
    font-size: 14px;
    color: #9e9e9e;
    box-shadow: inherit;

}

.hm-message-con input::-webkit-input-placeholder,
.hm-message-con textarea::-webkit-input-placeholder {
    color: #9e9e9e
}

.hm-message-con input:-ms-input-placeholder,
.hm-message-con textarea:-ms-input-placeholder {
    color: #9e9e9e
}

.hm-message-con input::-ms-input-placeholder,
.hm-message-con textarea::-ms-input-placeholder {
    color: #9e9e9e
}

.hm-message-con input::placeholder,
.hm-message-con textarea::placeholder {
    color: #9e9e9e
}

.hm-message-con textarea {
    padding-top: 13px;
    height: 160px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #d7dce2;
    color: #9e9e9e;
}

.hm-message-con textarea:focus {
    background: none;
    box-shadow: inherit;
    color: #888888;
}

.hm-message-con input:focus,
.hm-message-con textarea:focus {
    color: #888888;
}

.hm-message-con .x-submit {
    width: 207px;
    height: 65px;
    background: var(--main-theme-color);
    color: #fff;
    font-size: 24px;
    border: none;
    outline: 0;
    margin: 0 auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-transform: uppercase;
}
.lynr{margin-bottom: 15px;}
.hm-message-con .x-submit:hover {
    background: var(--main-theme-color);
    color: #fff;
}

.hm-message-con .contans {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}



.hm-message-con .pr-5 {
    position: relative;
    font-size: 15px;
    color: #222;
    margin-bottom: 10px;
}

.hm-message-con .form-input.relative input[type=text] {
    padding-left: 1.2rem;
}

.hm-message-con .w100120 {
    width: calc(100% - 120px)!important;
}

.hm-message-con .contans input[type=text]:focus {
    border: none;
}

.hm-message-con .contans .yzmimg {
    cursor: pointer;
    margin: 0px 8px;
    width: 120px;
    height: 50px
}


















@media(max-width: 1300px){
    .jbj h3{font-size: 24px;}
    .ysort li a h3{font-size: 14px;}
    .jbj p{font-size: 14px;line-height: 23px;}
    .dbox1{margin:50px 0;}
    .psort li p{font-size: 16px;}
    .xbt h3{font-size: 42px;}
}


@media(max-width: 1200px){
    .psort li .img img{max-height: 60px;}
    .abt{font-size: 35px;}
    .acon{margin: 25px 0;}
    .xbt h3{font-size: 36px;}
    .xul li img{max-width: 70px;}
}


@media(max-width: 768px){
    .home-banner .swiper-pagination1 .swiper-pagination-bullet{width: 8px;height: 8px;}
    .home-banner .swiper-pagination1{bottom: 10px;}
    .home-banner .swiper-pagination1 .swiper-pagination-bullet-active{width: 35px;}
    .ysort{width: 100%;position: static;margin-top: 20px;}
    .jbj h3{font-size: 20px;}
    .abt{font-size: 32px;}
    .psort li p{font-size: 14px;line-height: 20px;}
    .psort li .img{height: 65px;line-height: 65px;}
    .psort li .img img{max-height: 50px;}
    body{padding-bottom: 70px;}
    .xbj p{font-size: 16px;line-height: 24px;}
    .xx,.ybt{font-size: 16px;}
    .xbt h3{font-size: 32px;}
    .hm-message-con .x-submit{width: 180px;height: 50px;line-height: 50px;font-size: 20px;}
    .hm-message-con{margin-top: 30px;}
}

@media(max-width: 640px){
     .dbox1{margin:30px 0;}
     .swiper-button-prev2{left: 0}
     .swiper-button-next2{right: 0;}
     .ybox .img,.jbj{width: 100%;}
     .jbj{padding: 25px 10px 0;}
     .ysort li{flex:none;width: 33.33%;}
     .ysort li a .img img{height: 30px;}
     .ysort li a .img{height: 40px;}
     .ysort li a {padding: 10px 0 ;}
     .psort{margin-top: 25px;}
     .psort li{width: 50%;}
     .box4{margin-top: 25px;}
     .psort li .img{height: 40px;line-height: 40px;}
    .psort li .img img{max-height:35px;}
    .abt{margin-top: 25px;font-size: 26px;}
    .acon{margin:15px 0;font-size: 14px;line-height: 24px;}
    .amore a{font-size: 16px;width: 140px;height: 42px;line-height: 42px;}
    .bq{font-size: 12px;line-height: 20px;}
    .lian a{font-size: 12px;}
    .xul li{width: 100%;margin-bottom: 15px;}
    .line2{margin: 9px auto 16px;}
    .xbj h3{margin-bottom: 10px;}
    .xbox2{margin-top: 30px;}
    .xbt h3{font-size: 26px;}
    .xx{font-size: 14px;line-height: 20px;margin-top: 5px;}
    .hm-message-con{margin-top: 20px;}
    .ybt{margin-bottom: 5px;}
    .hm-message-con textarea{height: 100px;}
    .hm-message-con input{height: 40px;}
    .hm-message-con li{width: 100%;margin-bottom: 10px;}
    .hm-message-con .x-submit{font-size: 16px;}
    .hm-message-con{padding: 20px 15px;}



}