.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;
    }
}



/*  */
body {overflow-x: hidden;}
body,
html {
    scroll-behavior: smooth;
}
.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;}
.h3, h3{margin: 0;}
dd{margin:0}

.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);}

.com-img2{ display:block; overflow:hidden;}
.com-img2 img{ transition:transform .3s ease-out; -webkit-transition:transform .3s ease-out; -moz-transition:transform .3s ease-out; -o-transition:transform .3s ease-out;}
.com-img2: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);}

.relative{position: relative;}

.flex2{ display: flex;display: -webkit-flex;}
.wrap{flex-wrap:wrap}
.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}

.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.clamp4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}

.max1600{max-width: 1590px;width:90.625%;margin:0 auto;}
.max1500{max-width: 1500px;width:90.625%;margin:0 auto;}
.max1400{max-width: 1430px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.max1200{max-width: 1230px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}

.wh{max-width:1522px;margin:0 auto;padding:0 15px}

/* header */
.header{left:0;top:0;width:100%;z-index:999;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease;background: #fff;}
.top-mid-flex{height:100px}
.logo{position:relative}
.logo a{display:block}
.logo a img{max-width:100%;max-height:67px}
.she .img2{display: none;}
.she li img{transition: all 0.5s;width: 31px;}
.she li{margin-right: 1.1vw;}
.she li:hover .img1{display: none;}
.she li:hover .img2{display: block;}
.top_right{margin-left: 2vw;}
.header-ss {
    margin-left: 1.3vw;
    position: relative;
    width: 39px;
    height: 39px;
}

.header-ss .ss_btn {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/fsxindibozhin/2026/08/9f3eea559fcyphnx.png) no-repeat center;
    background-size: 39px 39px;
    cursor: pointer
}

.search-box {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    display: none;
    background: #fff;
    padding: 16px 20px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%)
}

.header-ss .ss-search {
    width: 220px;
    position: relative;
    background: #fff;
    border: 1px solid var(--main-theme-color);
    display: flex;
}

.header-ss .ss-search input {
    height: 34px;
    line-height: 34px;
    outline: 0;
    border: none;
    font-size: 0
}

.header-ss .ss-search #keyword {
    width: calc(100% - 50px);
    padding-left: 10px;
    color: #000;
    font-size: 14px
}

.header-ss .ss-search #s_btn {
    width: 50px;
    background-color: var(--main-theme-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(//wm.cdn.cn86.cn/fsxindibozhin/2026/08/4c2d1d4c21s0i6ex.png)
}

.x-menu{position:relative}
.x-menu>li{position:relative;text-align:center}
.x-menu>li>a{display:block;font-size:18px;color:#222;height:100px;line-height:100px;font-family:"Microft Yahei";font-weight:bold}
.x-menu>li:hover>a{color:var(--main-theme-color)!important}
.x-sub-menu{position:absolute;z-index:999;width:200px;left:50%;transform:translateX(-50%); top:100%;display:none;background:#fff;border-radius:0;padding:0 0}
.x-sub-menu>li>a{display:block;text-align:center;font-size:14px;color:#333;line-height:1.5;padding:.6em .3em}
.x-sub-menu>li>a:hover{color:#fff!important;background-color:var(--main-theme-color)!important}
@media (min-width:1200px){
    .x-menu>li{margin-left:15px;margin-right:15px}
}
@media (min-width:1440px){
    .x-menu>li{margin-left:1.25vw;margin-right:1.25vw}
}


@media(max-width: 1660px){
    .x-menu>li>a{font-size: 16px;}
}

@media(max-width: 1400px){
    .header-ss{display: none;}
    .she li img{width: 26px;}
}
@media(max-width: 1340px){
    .she{display: none;}
}


/*index*/
.home-banner {position: relative;height: 100%;}
.banner-swiper{position:relative}
.banner-swiper .swiper-slide{position:relative}
.banner-swiper .swiper-slide a{display:block}
.banner-swiper .swiper-slide a>img{display:block;width:100vw;max-width: 100vw;}

.home-banner .swiper-pagination1{right: 5vw;top:50%;transform: translateY(-50%);left: auto;bottom: auto;width: auto;}
.home-banner .swiper-pagination1 .swiper-pagination-bullet{
   width: 21px;
	height: 21px;display: block;
	background-color: #ffffff;
opacity: 0.6;margin: 1.4vw 0!important;transition: all .3s ease;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet-active{
    height: 51px;opacity: 1;
	background-color: #134f98;
	border-radius: 9px;
}


/**/
.box1 {
    background-color: #f7f7f7;
    padding: 70px 0 77px;
    overflow: hidden;
}

.bt1 h3 {
    color: #222222;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.psort {
    text-align: center;
    border-bottom: 2px solid rgba(0,0,0,0.15);
    margin: 70px 0 46px;
    padding: 0 2.9vw;
}

.psort li {
    text-align: center;
}

.psort li a {
    display: block;
    color: #222222;
    font-size: 16px;line-height: 19px;
    padding: 0 0 13px 0;
    position: relative;
    text-transform: uppercase;
}

.psort li a:after {
    content: '';
    width: 100%;
    height: 2px;
    background: var(--main-theme-color);
    display: none;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.psort li:hover a:after {
    display: block;
}

.pul {
    margin-bottom: 47px;
}

.pul li {
    background-color: #ffffff;
    padding-bottom: 3.4vw;
    border: 1px solid  #fff;
    transition: 0.5s;
    box-shadow: 0px 10px 28px 2px rgba(6, 4, 4, 0.15);
    border-radius: 3px;
    width: 31.3%;
    text-align: center;
    overflow: hidden;
}

.pul li .img img {
    display: block;
    width: 100%;
    transition: 0.5s;
}

.pul li .img {
    display: block;
    overflow: hidden;
}

.pul li:hover .img img {
    transform: scale(1.1);
}

.pul li h3 a {
    display: block;
    color: #222222;
    font-weight: bold;
    font-size: 18px;
    margin: 12px 0 1.2vw;
    text-transform: uppercase;
    padding: 0 3vw;line-height: 1.388;
}

.pmore1 a {
    display: block;
    width: 227px;
    height: 48px;
    border-radius: 3px;
    border: solid 1px #575757;
    line-height: 46px;
    text-align: center;
    color: #575757;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
}

.pul li:hover .pmore1 a {
    border: solid 1px var(--main-theme-color);
    color: var(--main-theme-color);
}

.pul li:hover {
    border: solid 1px var(--main-theme-color);
}

.pmore a {
    display: block;
    width: 345px;
    height: 72px;
    background-color: var(--main-theme-color);
    border-radius: 3px;
    line-height: 72px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    margin: 0 auto;
}

.pmore a:hover{
    color: #fff!important;
}


/**/
.box2 {
    padding: 70px 0 75px;
    overflow: hidden;
    background: url(//wm.cdn.cn86.cn/fsxindibozhin/2026/08/6384c89eb8ijdlwm.png) no-repeat 97% 88%;
}

.abox {
    margin-top: 70px;
}

.aimg {
    width: 50%;
    overflow: hidden;
    position: relative;
}
.anniusp{position: absolute;top:50%;left: 50%;transform: translate(-50%,-50%);width: 80px;}
.aimg .img{overflow: hidden;}
.aimg img {
    width: 100%;
    transition: all 0.5s;
}

.aimg .img:hover img{
    transform: scale(1.1);
}

.aright {
    width: 45%;
   
}
.aright1{ max-width: 557px;}
.aright h3 {
    color: #232323;
    font-size: 2.0833vw;
    line-height: 1.3;
    text-transform: uppercase;
}
.aright h3 span{display: block;color: #134f98;font-size: 3.125vw;}
.acon {
    color: #676767;
    font-size: 18px;
    line-height: 2;
    margin: 20px 0 2.2vw;
}

.amore a {
    display: block;
    width: 345px;
    height: 72px;
    border: solid 1px var(--main-theme-color);
    border-radius: 3px;
    line-height: 70px;
    text-align: center;
    color: var(--main-theme-color);
    font-size: 24px;
    text-transform: uppercase;
}

dt {
    font-weight: normal;
}
/**/
.box3 {
    padding: 70px 0 75px;
    background: url(//wm.cdn.cn86.cn/fsxindibozhin/2026/08/ab6dcc803bqrcliy.jpg) no-repeat top center;
    background-size: cover;
    overflow: hidden;
}

.yul {
    margin: 70px 0 67px;
}

.yul li {
    width: 24.5%;
    text-align: center;
}

.yul li .img {
    border-radius: 50%;
    width: 226px;
    margin: 0 auto;
}

.yul li img {
    width: 100%;
    box-shadow: 0px 3px 10px 2px rgba(12, 3, 7, 0.08);
    border-radius: 50%;
}

.yul li:hover img {
    transform: scale(1.1);
}

.xbj dd {
    color: #232323;
    font-size: 16px;
    font-weight: bold;
    margin: 32px 0 18px;
}

.xbj dt {
    color: #676767;
    font-size: 16px;
    line-height: 34px;
}


/**/
.box4 {
    padding: 100px 0 67px;
    overflow: hidden;
}

.box4 h3 {
    color: #ffffff;
    text-shadow: 0px 3px 10px rgba(12, 3, 7, 0.52);
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 20px;
}

.htel {
    padding-left: 134px;
    background: url(//wm.cdn.cn86.cn/fsxindibozhin/2026/08/2e1d46c53dclnwmb.png) no-repeat left center;
    color: #fff;
    line-height: 94px;
    text-shadow: 0px 3px 10px  rgba(12, 3, 7, 0.52);
    font-size: 44px;
    font-weight: bold;
}

/**/
.box5 {
    padding: 70px 0 75px;
    background-color: #f7f7f7;
    overflow: hidden;
}

.xin1 {
    margin: 73px 0 22px;
}

.box5 .amore a {
    margin: 0 auto;
}

.xin1 li {
    border: solid 1px #fff;
    transition: all 0.5s;
    padding: 3vw 1.8vw 3vw 2.5vw;
    margin-bottom: 32px;
    background-color: #ffffff;
    box-shadow: 0px 3px 10px 2px  rgba(12, 3, 7, 0.19);
    border-radius: 3px;
    width: 47.86%;
}

.xin1 li h3 {
    color: #222222;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xin1 li .wz2 {
    color: #575757;
    line-height: 23px;
    font-size: 13px;
    margin: 6px 0 17px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.xin1 .time {
    color: #888888;
    font-size: 14px;
}

.xin1 li:hover {
    border: solid 1px var(--main-theme-color);
}



/**/
.foot {
    background-color: #134f98;
    overflow: hidden;
    padding-top: 70px;
}

.ft2 {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,.2);
}

.ft2 a {
    color: #ffffff;
}

.gy h4 {
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.gy a {
    display: block;
    color: #f2f2f2;
    font-size: 16px;
    line-height: 2.2;
}
gy2 a{line-height: 3;}

.lx {
    width: 426px;
}
.lx h4 {
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 30px;
}

.xx {
    color: #f2f2f2;
    font-size: 16px;
    line-height: 30px;
}

.tlogo img {
    max-width: 253px;
}

.tlogo {
    max-width: 311px;
}
.twz{color: #f2f2f2;font-size: 21px;line-height: 1.19;font-weight: bold;margin-top: 20px;}


.xx p {
    padding-left: 38px;
    margin-bottom: 17px;
}

.xx p:first-child {
    background: url(//wm.cdn.cn86.cn/fsxindibozhin/2026/08/b446587b56u9b0lg.png) no-repeat left 3px;
}

.xx p:nth-child(2) {
    background: url(//wm.cdn.cn86.cn/fsxindibozhin/2026/08/c024f9cf5exoo2ce.png) no-repeat left center;
}

.xx p:nth-child(3) {
    background: url(//wm.cdn.cn86.cn/fsxindibozhin/2026/08/5a16639cd8kwdwaw.png) no-repeat left center;margin-bottom: 5px;
}

.top_title {
    line-height: 56px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-bottom: 40px;
}


/**/
.xbox1 {
    padding: 50px 0;
}

.global_inquiry_form .rows {
    margin-top: 25px;
}

.global_inquiry_form .rows>.label {
    padding-left: 3px;
    font-size: 14px;
    color: #1a1d22;
    margin-bottom: 6px;
    display: block;
}

.global_inquiry_form .rows>.label.tips {
    font-size: 12px;
    color: #9a9a9a;
}

.global_inquiry_form .rows>.label i {
    font-size: 16px;
}

.global_inquiry_form .field_rows:not(:first-of-type) {
    margin-top: 25px;
}

.global_inquiry_form .input_txt {
    width: 100%;
    background-color: #fff;
    border: 0;
    box-sizing: border-box;
    height: 66px;
    line-height: 66px;
    border-radius: 8px;
    padding: 0 20px;
}

.global_inquiry_form .textarea_txt {
    width: 100%;
    background-color: #fff;
    border: 0;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 20px;
    height: 180px;
}

.global_inquiry_form .field_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.global_inquiry_form .field_box .rows.colums_order_1 {
    width: 100%;
}

.global_inquiry_form .field_box .rows.colums_order_2 {
    width: 48%;
}

.global_inquiry_form .rows.button_rows {
    width: 100%;
}

.ly_form_4 {
    background-color: #E3E3E5;
    padding-top: 110px;
    padding-bottom: 137px;
}

.ly_form_4 .form_wrapper .form_box .form_title {
    color: #000000;
    font-size: 28px;
    font-weight: bold;
}

.ly_form_4 .form_wrapper .form_box .form_content {
    color: #656565;
    font-size: 16px;
}

.ly_form_4 .form_wrapper .form_box .form_table .rows>.label {
    color: #1a1d22;
}

.ly_form_4 .form_wrapper .form_box .form_table .rows>.label.tips {
    color: #9a9a9a;
}

@media screen and (max-width: 1000px) {
    .ly_form_4 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ly_form_4 .form_wrapper .form_box .form_title {
        font-size: 24px;
    }

    .ly_form_4 .form_wrapper .form_box .form_content {
        font-size: 14px;
    }
}

.ly_form_4 {
    overflow: hidden
}

.ly_form_4 .form_wrapper {
    position: relative
}

.ly_form_4 .form_wrapper .form_bg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: ''
}

.ly_form_4 .form_wrapper .form_box .form_table {
    width: 80%;
    margin: 0 auto
}

.ly_form_4 .form_wrapper .form_box .form_title {
    margin-bottom: 15px;
    line-height: 1;
    text-align: center
}

.ly_form_4 .form_wrapper .form_box .form_content {
    margin-bottom: 40px;
    text-align: center
}

.ly_form_4 .form_wrapper .form_box .field_rows.field_0 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ly_form_4 .form_wrapper .form_box .field_rows.field_0 .rows {
    width: 47.92%
}

.ly_form_4 .form_wrapper .form_box .field_rows.field_0 .rows.full {
    width: 100%
}

.ly_form_4 .form_wrapper .form_box .field_rows.field_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ly_form_4 .form_wrapper .form_box .field_rows.field_2 .rows {
    width: 49%
}

.ly_form_4 .form_wrapper .form_box .field_rows.field_2 .rows.full {
    width: 100%
}

.ly_form_4 .form_wrapper .form_box .code_box {
    align-items: center
}

.ly_form_4 .form_wrapper .form_box .code_box .input_txt {
    width: calc( 100% - ( 4.16% + 186px) )
}

.ly_form_4 .form_wrapper .form_box .code_box img {
    margin-left: 4.16%;
    transform: none;
    border-radius: 3px
}

.ly_form_4 .form_wrapper .form_box .input_txt {
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    font-size: 18px
}

.ly_form_4 .form_wrapper .form_box .rows>label {
    color: #000000;
    font-size: 18px
}

.ly_form_4 .form_wrapper .form_box .rows>label.tips {
    color: #aaa
}

.ly_form_4 .form_wrapper .form_box .textarea_txt {
    border-radius: 3px;
    height: 110px
}

.ly_form_4 .form_wrapper .form_box .global_select_box .input_case {
    border-radius: 3px
}

.ly_form_4 .form_wrapper .form_box .field_checked_box {
    border-radius: 3px
}

.ly_form_4 .form_wrapper .form_box .form_tool_img_box {
    border-radius: 3px
}

.ly_form_4 .form_wrapper .form_box .global_select_box {
    line-height: 50px
}

.ly_form_4 .form_wrapper .form_box .global_select_box .input_case {
    height: 50px
}

.ly_form_4 .form_wrapper .form_box .field_checked_box {
    padding: 15px 20px 1px;
    line-height: 34px
}

.ly_form_4 .form_wrapper .form_box .button_rows {
    margin-top: 60px;
    text-align: center
}

.ly_form_4 .form_wrapper .form_box .form_table .rows .inquiry_submit {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

@media screen and (max-width:1000px) {
    .ly_form_4 .form_wrapper .form_box {
        width: 100%
    }

    .ly_form_4 .global_inquiry_form .rows {
        margin-top: 20px
    }

    .ly_form_4 .form_wrapper .form_box .form_title {
        margin-bottom: 20px
    }

    .ly_form_4 .form_wrapper .form_box .field_rows.field_0 .rows {
        width: 100%
    }

    .ly_form_4 .form_wrapper .form_box .field_rows.field_2 .rows {
        width: 100%
    }

    .ly_form_4 .form_wrapper .form_box .button_rows {
        margin-top: 30px
    }

    .ly_form_4 .form_wrapper .form_box .form_content {
        margin-bottom: 20px
    }

    .ly_form_4 .form_wrapper .form_box .rows>label {
        font-size: 14px
    }

    .ly_form_4 .form_wrapper .form_box .input_txt {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .ly_form_4 .form_wrapper .form_box .code_box .input_txt {
        width: 100%;
        flex: 1
    }
}

.ly_form_4 .form_wrapper .form_box .form_table .rows .inquiry_submit {
    font-family: Roboto-Bold;
    color: #ffffff;
    background-color: var(--main-theme-color);
    border: 1px solid #00000000;
    font-size: 20px;
    border-radius: 30px !important;
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ly_form_4[data-visual-id="4584"] .form_wrapper .form_box .form_table .rows .inquiry_submit:hover {
    color: var(--main-theme-color);
    background-color: #00000000;
    border: 1px solid var(--main-theme-color);
}

.ly_form_4 input {
    width: 100%;
    background-color: #fff;
    border: 0;
    box-sizing: border-box;
    padding: 0 20px;
    outline: none;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    font-size: 18px;
}

.ly_form_4 textarea {
    width: 100%;
    background-color: #fff;
    border: 0;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 3px;
    height: 110px;
}

.yzm input {
    height: 36px;
    margin-right: 15px;
    font-size: 14px;
    color: #1a1d22;
}

.yzm ::-webkit-input-placeholder {
 /* WebKit, Blink, Edge */
    color: #1a1d22;
}

.yzm :-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
    color: #1a1d22;
}

.yzm ::-moz-placeholder {
 /* Mozilla Firefox 19+ */
    color: #1a1d22;
}

.yzm :-ms-input-placeholder {
 /* Internet Explorer 10-11 */
    color: #1a1d22;
}

@media(max-width: 1480px) {
    .psort li a{font-size: 14px;}
    .pul li h3 a {
        font-size: 16px;
    }

    .pmore a,.amore a {
        width: 260px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    .pmore1 a {
        width: 180px;
        height: 40px;
        line-height: 38px;
        font-size: 16px;
    }

    .bt1 h3 {
        font-size: 40px;
    }

    .yul li .img {
        width: 180px;
    }

    .box4 h3 {
        font-size: 24px;
    }

    .htel {
        font-size: 38px;
        padding-left: 100px;
        background-size: 80px;
        line-height: 80px;
    }

    .box4 {
        padding: 70px 0 40px;
    }
}

@media(max-width: 1200px) {
    .default-swiper-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        margin-bottom: 15px;
    }

    .default-swiper-pagination .swiper-pagination-bullet-active {
        width: 16px;
        height: 40px;
    }

    .yu {
        font-size: 20px;
    }

    .box1,.box2,.box3,.box5 {
        padding: 50px 0 57px;
    }

    .abox {
        margin-top: 40px;
    }

    .psort {
        margin: 50px 0 30px;
    }

    .bt1 h3 {
        font-size: 36px;
    }

    .aright h3 {
        font-size: 30px;
    }

    .acon {
        font-size: 16px;
    }

    .yul li {
        width: 30%;
    }

    .yul li .img {
        width: 150px;
    }

    .xbj dt {
        font-size: 14px;
        line-height: 30px;
    }

    .yul {
        margin: 40px 0 37px;
    }

    .yul li .img {
        width: 120px;
    }

    .xbj dd {
        margin: 26px 0 10px;
        font-size: 14px;
    }

    .xbj dt {
        line-height: 24px;
    }

    .bt1 h3 {
        font-size: 30px;
    }

    .box4 h3 {
        font-size: 22px;
    }

    .htel {
        font-size: 36px;
        padding-left: 100px;
        background-size: 80px;
        line-height: 80px;
    }

    .xin1 {
        margin-top: 40px;
    }

    .gy h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .lx h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .tlogo img {
        max-width: 180px;
    }

    .tlogo {
        margin-top: 40px
    }

    .lx {
        width: 300px;
    }
}

@media(max-width: 991px) {
    .logo a img{
        max-height: 40px;
    }
    .top-mid-flex{
        height: 70px;
    }

    .box4 h3 {
        margin-bottom: 20px;
        text-align: center;
        margin-top: 0;
    }

    .box4 .flex2 {
        justify-content: center;
    }


    .home-banner .swiper-pagination1 .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin:5px 0  !important;
    }
    .home-banner .swiper-pagination1 .swiper-pagination-bullet-active{height: 30px;}


}

@media (max-width: 768px) {
    .default-swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin-bottom: 6px;
    }

    .default-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 10px;
        height: 30px;
    }

    .psort li {
        margin-bottom: 10px;
    }

    .psort li a {
        font-size: 14px;
        padding: 0 1vw 5px 1vw;
    }

    .pul li h3 a {
        font-size: 14px;
        margin: 15px 0;
    }

    .pmore1 a {
        width: 160px;
        font-size: 14px;
    }

    .pmore a,.amore a {
        width: 180px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }

    .aright h3 {
        font-size: 24px;
        line-height: 1.4;
    }

    .acon {
        font-size: 14px;
        margin-top: 5px;
    }

    .lx {
        width: 100%;
    }

    .foot {
        padding-top: 40px;
    }

    .xbox1 {
        padding: 30px 0;
    }
}

@media(max-width: 640px) {
    .language-group .btn{font-size: 14px;}
    .menu-handler {
        margin-left: 5px;
    }

    .language-group .btn {
        padding: 0 5px;
    }

    .box1,.box2, .box3,.box5 {
        padding: 30px 0;
    }

    .bt1 h3 {
        font-size: 26px;
    }

    .psort {
        margin: 20px 0;
    }

    .psort li {
        width: 100%;
        text-align: left;
    }

    .pul li {
        width: 100%;
        margin-bottom: 25px;
    }

    .pul {
        margin-bottom: 20px;
    }

    .pmore a,.amore a {
        width: 160px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }

    .aimg,.aright {
        width: 100%;
    }

    .abox {
        margin-top: 20px;
    }

    .aright h3 {
        font-size: 20px;
    }

    .aright {
        margin-right: 0;
        margin-top: 15px;
    }

    .acon {
        margin-bottom: 15px;
    }

    .yul {
        margin: 20px 0;
    }

    .yul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .yul li .img {
        width: 100px;
    }

    .box4 h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    .htel {
        font-size: 28px;
        padding-left: 70px;
        background-size: 60px;
        line-height: 60px;
    }

    .box4 {
        padding: 40px 0;
    }

    .xin1 {
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .xin1 li {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 15px;
    }

    .foot {
        padding-top: 30px;
        margin-bottom: 70px;
    }

    .ft2{
        font-size: 14px;
    }

    .tlogo {
        margin-top: 0;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .tlogo img {
        max-width: 140px;
    }

    .gy {
        display: none;
    }

    .xx p {
        margin-bottom: 10px;
    }

    .xx {
        font-size: 14px;
        line-height: 24px;
    }

    .xin1 li .wz2 {
        font-size: 12px;
        line-height: 18px;
    }

    .cate-list {
        margin-bottom: 0;
    }

    .xbox1 {
        padding: 20px 0;
    }

    .ly_form_4 .form_wrapper .form_box .form_title,.ly_form_4 .form_wrapper .form_box .form_content {
        margin-bottom: 10px;
    }

    .ly_form_4 {
        padding: 30px 0;
    }

    .ly_form_4 .form_wrapper .form_box .form_table {
        width: 100%;
    }

    .ly_form_4 input {
        height: 40px;
        font-size: 14px;
        padding: 0 10px;
    }

    .ly_form_4 textarea {
        padding: 10px;
        height: 90px;
    }

    .ly_form_4 .form_wrapper .form_box .form_table .rows .inquiry_submit {
        font-size: 16px;
        padding: 15px 20px;
    }
}




.tab-content ul,.tab-content ol,.tab-content li {
    list-style-type: inherit;
}

.list-paddingleft-2 {
    padding-left: 22px;
}

.tab-content p a {
    color: inherit;
}


.box52{padding: 70px 0 75px;overflow: hidden;}

.mySwiper{overflow: hidden;margin-top: 50px;}
.mySwiper .img{display: block;overflow: hidden;}
.mySwiper .img img{width: 100%;transition: all 0.5s;}
.mySwiper .swiper-slide:hover .img img{transform: scale(1.1);}
.mySwiper h3 a{display: block;text-align: center;margin-top: 20px;
    line-height: 1.3;
    text-decoration: none;
    color: #343434;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    font-size: 18px;
    }
.mySwiper h3 a:hover{color: #134f98;}

@media(max-width: 1400px){
    .mySwiper h3 a{font-size: 16px;}
}

@media(max-width: 640px){
    .box52{padding: 30px 0;}
    .mySwiper{margin-top: 25px;}
}


/* section6 */

.section6 {
    position: relative;
    padding-top: 4.6875vw;
    padding-bottom: 6.25vw;
    background-color: #fff;
}
.hm-title {
    position: relative;
}

.hm-title h3 {
    color: #222222;
    font-size: 2.8125vw;
    line-height: 1.2;
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
}

.hm-title p {
    color: #222222;
    font-size: 18px;
    line-height: 1.5;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.hm-title6 h3 {
    margin-bottom: 5px;
}

.section6-con {
    margin-top: 40px;
}

.h-news_list1 {
    position: relative;
    margin: 0 -22px;
}

.h-news_list1 li {
    position: relative;
    width: calc(33.33% - 44px);
    margin: 0 22px 22px 22px;
    background-color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.h-news_list1 li a {
    display: block;
}

.h-news_list1 li .xw-top {
    position: relative;
}

.h-news_list1 li .img img {
    display: block;
    width: 100%;
}

.h-news_list1 li .xw-top .dtime {
    position: absolute;
    left: 25px;
    bottom: -20px;
    z-index: 99;
    padding: 9px 15px;
    background: #023692;
    border-radius: 3px;
    overflow: hidden;
}

.h-news_list1 li .xw-top .dtime span {
    display: block;
    line-height: 20px;
    background: url(//wm.cdn.cn86.cn/fsxindibozhin/2026/08/0c3d6c89f8fhalou.png) no-repeat left 0px;
    padding-left: 28px;
    font-size: 14px;
    color: #fff;
}

.h-news_list1 li .txt {
    position: relative;
    padding: 40px 25px 30px;
    border: 1px solid #eeeeee;
}

.h-news_list1 li .txt h3 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 1.2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin-bottom: 20px;
    font-family: "Roboto-Bold";
}

.h-news_list1 li .txt .pp {
    font-size: 14px;
    color: #888888;
    line-height: 1.7;
    margin-bottom: 30px;
}

.h-news_list1 li .txt .read-mx {
    font-size: 14px;
    color: #f37e31;
    font-weight: bold;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-family: "Roboto-Bold";
}

.h-news_list1 li .txt .read-mx i {
    width: 5px;
    height: 10px;
    background: url(//wm.cdn.cn86.cn/WMY96/2026/06/945ac8c157vpzygf.png) no-repeat left center;
    display: inline-block;
    margin-left: 10px;
}

.h-news_list1 li:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 18px 18px 0px rgba(0, 0, 0, 0.03);
}

.h-news_list1 li:hover .txt h3 {
    color: var(--main-theme-color);
}

.h-news_list1 li:hover .img 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);
}

.h-news_list1 li .txt .read-mx:hover {
    color: #f37e31 !important;
    text-decoration: underline;
}



@media(max-width: 768px){
      .h-news_list1 li {
        width: calc(100% - 44px);
        margin: 0 22px 22px 22px;
    }

    .h-news_list1 li .txt {
        padding: 40px 20px 20px;
    }

    .h-news_list1 li .xw-top .dtime {
        left: 20px;
    }

    .h-news_list1 li .txt h3 {
        font-size: 20px;
    }

    .h-news_list1 li .txt .pp {
        margin-bottom: 20px;
    }
}

.content p a {
    color: inherit;
}
.content p a strong {
    font-weight: normal;
}