.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;
}

h1,
h2 {
    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;
}

.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);
}

.xypg-right-content {
    font-size: 16px;
}

.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: 1650px;
    margin: 0 auto;
    padding: 0 15px;
}


.flex_a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flex_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.flex_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}




.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



/* head_11 */
.head_11 {
    height: 90px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 999;
    transition: all .3s;
    background: rgba(0, 0, 0, .3);
}

.logo_a {
    line-height: 90px;
}

.logo_a img {
    max-width: 100%;
}

.logo {
    width: 44%;
}



.sou_aa {
    width: 96px;
}

.search {
    background: url(//wm.cdn.cn86.cn/dayuan/2025/08/a99e106e4385es0s.png) no-repeat 100% 50%;
}

.searchbtn {
    width: 48px;
    height: 48px;
    text-align: left;
    line-height: 48px;
    justify-content: center;
    align-items: center;
    padding-right: 6px;
}

.searchbox {
    width: 0;
    height: 100px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    opacity: 0
}

.searchbox .close2 {
    line-height: 74px;
    cursor: pointer
}

.searchbox .close2:hover img {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg)
}

.searchbox .searchform {
    display: flex;
    align-items: center;
}

.searchbox .searchform .input {
    width: calc(100% - 73px);
    margin: 0 20px
}

.searchbox .searchform .input input {
    width: 100%;
    height: 74px;
    text-align: center;
    position: relative;
    background-color: transparent;
    color: #333;
    font-size: 14px;
    outline: none;
    border: none;
    border-bottom: 1px solid #ddd;
}

.searchbox .searchform .input input:focus {
    border-bottom-color: #ccae66
}

.searchbox .searchform .input input::-webkit-input-placeholder {
    color: #999
}

.searchbox .searchform .btn {
    height: 74px;
    text-align: center;
    line-height: 74px;
    cursor: pointer
}

.searchbox .searchform .btn2 {
    position: relative;
}

.searchbox .searchform .btn2 #s_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 20px;
    height: 20px;
    display: block;
    background: transparent;
    outline: none;
    border: none
}


.searchbox.cur2 {
    width: 100%;
    padding: 13px 50px;
    opacity: 1
}


[transition="5s"],
[imgsalc] img {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s
}

/* 头部 */
.x-top {
    background: #121F44;
    font-size: 14px;
    height: 58px;
    line-height: 58px;
    color: #fff;
}

.x-top .wel {
    color: #fff;
}

.x-top .hyr a {
    color: #fff;
}

.x-top2 {
    height: 80px;
    line-height: 80px;
}

.x-top2 .dlogo {
    height: 80px;
    line-height: 80px;
}

.x-top2 .nnav {
    width: 70%;
}

/* nav */
/* 导航样式 */
.nnav {
    width: 56%;
}

.x-menu {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.x-menu>li {
    width: 12.5%;
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
}

.x-menu>li>a {
    font-size: 14px;
    color: #ffffff;
    line-height: 80px;
    display: block;
}

/* .x-menu > li:hover > a {
    color: #fe6438;
}

.x-menu > li.active > a {
    color: #fe6438;
} */



.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: 85px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu>li>a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}

.x-menu>li .x-sub-menux {
    position: absolute;
    left: 100%;
    width: 100%;
    background: #fff;
    top: 80px;
    border-radius: 5px;
    padding: 10px 0;
    display: none;
}

.x-menu>li .x-sub-menux li {
    position: relative;
}

.x-menu>li .x-sub-menux li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: 0.5em
}

.x-menu>li .x-sub-menu li:hover .x-sub-menux {
    display: block;
}

.x-menu>li .x-sub-menux li a:hover {
    background: #e9eaeb;
}


/*  */
.scroll {
    background: #fff;
    position: fixed;
    width: 100%;
}

.scroll .x-menu>li>a {
    color: #000
}

.scroll .searchbtn img {
    filter: brightness(0);
}

.scroll .search {
    background: url(//wm.cdn.cn86.cn/dayuan/2025/08/bdceb39e5fnmnzue.png) no-repeat 100% 50%;
}


.scroll .sj_a img {
    filter: brightness(0);
}

.scroll .logo_a img {
    filter: brightness(0);
}


.z_menu_btn {
    width: 48px;
    height: 48px;
    text-align: right;
    line-height: 48px;
    cursor: pointer;
}

.z_menu_mask {
    width: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: ease 1s;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 999;
}

.z_menu_con {
    width: 60%;
    height: 100%;
    position: relative;
    margin-left: 40%;
    border-radius: 50%;
    padding: 0 8.3vw 0 10.4vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    z-index: 999;
}

.z_menu_mask::before {
    content: "";
    display: block;
    width: 90vw;
    height: 90vw;
    background: #fff;
    position: absolute;
    right: -30vw;
    top: 50%;
    transform: translateY(-50%) scale(0, 0);
    border-radius: 50%;
    transition: ease 1s;
}

.z_menu_mask::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100vw;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    right: -36vw;
    top: 50%;
    transform: translateY(-50%) scale(0, 0);
    border-radius: 50%;
    transition: ease 1.5s;
}

.z_menu_nav li {
    margin-bottom: 2vw;
}

.z_menu_nav li:nth-of-type(1) {
    display: none;
}

.z_menu_nav li h3 a {
    font-size: 1.35416vw;
    font-weight: bold;
    color: #444;
}

.z_menu_down a {
    display: inline-block;
    color: #444;
    background: url(//wm.cdn.cn86.cn/dayuan/2025/08/f1450d67f4f9gvsv.png) no-repeat left center;
    padding-left: 15px;
    margin-top: 0.6vw;
    position: relative;
    margin-right: 2vw;
    font-size: 15px;
    line-height: 28px;
}

.z_menu_nav a::before {
    content: "";
    display: block;
    width: calc(100% - 15px);
    height: 1px;
    opacity: 0;
    background: #fe6438;
    position: absolute;
    left: 15px;
    bottom: 0;
}

.z_menu_nav a:hover {
    color: #fe6438;
}

.z_menu_nav a:hover::before {
    opacity: 1;
}

.z_menu_down a:Hover {
    background-image: url(//wm.cdn.cn86.cn/dayuan/2025/08/feffe22ae4xay6t5.png);
}

.z_menu_btm {
    border-top: 2px solid #fe6438;
    padding-top: 1.5vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.z_menu_addre {
    color: #333333;
    line-height: 24px;
    width: 100%;
}

.z_menu_share {
    /* margin-left: auto; */
    flex-shrink: 0;
    margin-top: 10px;
}


/* .z_menu_share a{ display: inline-block;width: 44px;height: 44px;background: #cccccc;border-radius: 50%; text-align: center; line-height: 44px; color: #fff; font-size: 20px!important; margin-left: 15px;}
.z_menu_share a:hover{ background:  #fe6438; color: #fff; cursor: pointer;} */

.z_menu_close {
    position: absolute;
    right: 4vw;
    top: 2.5vw;
    color: #B4B4B4;
    font-size: 28px !important;
    font-weight: bold;
    cursor: pointer;
    background: url(//wm.cdn.cn86.cn/dayuan/2025/08/29e67c9d48nhnqj1.png) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    z-index: 9999;
}

.z_menu_close::before {
    display: none;
}

.z_menu_close:hover {
    background: url(//wm.cdn.cn86.cn/dayuan/2025/08/172f561d9eq4zptu.png) no-repeat;
}

.z_menu_mask .warp {
    opacity: 0;
    transition: ease 1.5s;
    transform: translateX(5vw);
}

.z_menu_mask.on,
.z_menu_mask.on .warp {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.z_menu_mask.on::before {
    transition-delay: .5s;
}

.z_menu_mask.on::after {}

.z_menu_mask.on::before,
.z_menu_mask.on::after {
    transform: translateY(-50%) scale(1, 1)
}

.z_menu_mask.on .warp {
    transition-delay: 1s;
    transform: translateX(0px);
}



/* banner */
/* 首页banner样式 */
.x-banner {
    overflow: hidden;
}

.x-banner .owl-carousel {
    position: relative;
}

.x-banner .owl-carousel .banner-item a {
    display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
    left: 0;
    display: none;
}

.x-banner .owl-carousel .owl-nav .owl-next {
    right: 0;
    display: none;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
    background: #fc6438;
}

.x-banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}



.x-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 7.3%;
    width: 100%;
    font-size: 0;
    bottom: 8%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 10px;
    outline: none;
    opacity: 1;
    color: rgb(255 255 255 / 33%);
    font-weight: 600;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
    opacity: 1;
    color: rgb(255 255 255 / 100%);
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    opacity: 1;
    color: rgb(255 255 255 / 100%);
}






.x-banner .owl-carousel .owl-dots .owl-dot:hover {}

.x-banner .owl-carousel .owl-dots .owl-dot.active span {
    animation: mymove 5s linear infinite;
    -webkit-animation: mymove 5s linear infinite;
}

@keyframes mymove {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes mymove

/*Safari and Chrome*/
    {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}





@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.x-banner .active img {
    visibility: visible !important;
    -webkit-animation: scaleUpDown 5s;
    animation: scaleUpDown 5s;
}




.x-banner .wz_aa {
    position: absolute;
    top: 32%;
    width: 100%;
    left: 0px;
}

.zta99 {
    margin-left: 0;
    max-width: 670px;
}

.zta99 .img_ba {
    max-width: 300px;
}

.zta99 .img_ba img {
    max-width: 100%;
}



.wb_tt h2 {
    font-size: 38px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 1.5vw;
}


.wb_tt h3 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 3.5vw;
    line-height: 1.8;
}



.img_ba {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
    opacity: 0
}

.xwz_11 {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px);
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
    opacity: 0
}

.x-banner .active .xwz_11 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}


.x-banner .active .img_ba {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}


@media (max-width: 1440px) {}

/*公司简介*/
.ab_con {
    margin-top: 65px
}

.ab_aa {
    width: 46.52%
}

.gstt2 {
    color: #373737;
    font-size: 23px;
    margin-top: 15px;
    font-weight: 600;
}

.xnn {
    width: 45px;
    height: 1px;
    background: #fe6438;
    margin-top: 15px;
}

.gsjjx {
    margin-top: 18px;
    color: #373737;
    font-size: 18px;
    line-height: 38px;
}

.cha_a {
    width: 150px;
    height: 56px;
    background-color: #f5f5f5;
    margin-top: 30px;
    text-align: center;
}

.cha_a a {
    text-align: center;
    line-height: 56px;
    text-align: center;
    color: #525252;
    font-size: 16px;
}

.cha_a:hover {
    background-color: #fe6438;
}

.cha_a:hover a {
    color: #fff;
}

.ab_bb {
    width: 49.23%
}

.ab_img {
    width: 100%
}

.ab_img img {
    width: 100%
}



.title {
    text-align: left;
}

.title h3 {
    font-size: 40px;
    color: #333;
    font-weight: bold;
}

.title p {
    font-size: 18px;
    color: #888;
    margin-top: 25px;
}



@media (max-width: 1440px) {
    .gsjjx {
        margin-top: 16px;
        color: #373737;
        font-size: 18px;
        line-height: 38px;
    }

    .gstt2 {
        color: #373737;
        font-size: 20px;
        margin-top: 15px;
        font-weight: 600;
    }

    .title h3 {
        font-size: 30px;
        color: #333;
        font-weight: bold;
    }
}



@media (max-width: 1370px) {
    .gsjjx {
        margin-top: 16px;
        color: #373737;
        font-size: 17px;
        line-height: 38px;
    }

    .gstt2 {
        color: #373737;
        font-size: 20px;
        margin-top: 15px;
        font-weight: 600;
    }



}


@media (max-width: 1100px) {
    .ab_aa {
        width: 100%;
    }

    .ab_bb {
        width: 100%;
        margin-top: 25px;
    }

    .title h3 {
        font-size: 25px;
        color: #333;
        font-weight: bold;
    }
}


@media(max-width:780px) {
    .ab_con {
        margin-top: 30px;
    }

    .title p {
        margin-top: 10px;
        font-size: 14px;
    }

    .gsjjx {
        line-height: 20px;
        font-size: 14px;
    }

    .gsjjx p {
        word-break: break-all;
    }

    .cha_a {
        height: 45px;
        margin-top: 15px;
    }

    .cha_a a {
        line-height: 45px;
        font-size: 14px;
    }

}






/* 产品中心 */
.probg {
    margin-top: 4.1875vw;
    background: #fff;
}



.pubtitle {
    position: relative;
}

.pubtitle h3 {
    font-size: 45px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0px;
    color: #000000;
}

.pubtitle h4 {
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #929292;
    margin-top: 10px;
}






.proindex1 {
    align-items: center;
    margin-bottom: 3.125vw;
}


.psort li {
    margin: 0 15px;
}

.psort li a {
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
}

.psort li a span {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.psort li a span::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background: #fe6438;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s;

}





.psort li.active a {
    color: #fe6438;
}

.psort li.active a span {
    color: #fe6438;
}

.psort li.active a span::before {
    width: 100%;
}

.psort li.active a span::after {
    opacity: 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;
}

.proSwiper {
    overflow: hidden;
}

.proSwiper .swiper-slide a {
    display: block;
    background: #f4f4f4;
    border-radius: 20px;
    position: relative;
    padding-top: 2.73vw;
    padding-bottom: 2.73vw;
    transition: 0.5s;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.proSwiper .swiper-slide a::before {
    content: '';
    position: absolute;
    width: 225px;
    height: 225px;
    background: #fe6438;
    border-radius: 50%;
    top: 50%;
    margin-top: -112.5px;
    left: 50%;
    margin-left: -112.5px;
    z-index: 0;
    transition: 1.5s;
    opacity: 0;
}

.proSwiper .swiper-slide .img1 {
    text-align: center;
    position: relative;
}

.proSwiper .swiper-slide .img1 img {
    max-width: 100%;
    margin: 0 auto;
}

.proSwiper .swiper-slide .wzmore {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 18px;
    width: 205px;
    height: 57px;
    background: #fff;
    text-align: center;
    line-height: 57px;
    color: #000000;
    font-size: 14px;
    font-family: 微软雅黑;
    text-transform: uppercase;
}


.proSwiper .swiper-slide:hover .wzmore {
    background: #fe6438;
    color: #fff;
}


.proSwiper .swiper-slide .wz {
    position: absolute;
    top: 2vw;
    left: 2vw;
}

.proSwiper .swiper-slide .wz .wza {
    font-size: 16px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.proSwiper .swiper-slide .wz .wzb {
    font-size: 16px;
    color: #8e8e8e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.6vw;
}

.proSwiper .swiper-slide:hover a {
    border-radius: 50%;
}

.proSwiper .swiper-slide:hover a::before {
    opacity: 1;
}


.more_a99 {
    width: 156px;
    height: 54px;
    background-color: #fe6438;
    margin: 0 auto;
    border-radius: 27px;
    margin-top: 3.5vw;
    font-size: 15px;
    text-align: center;
}

.more_a99 a {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 54px;
}




/*样式*/
@media (max-width: 1440px) {
    .pubtitle h3 {
        font-size: 35px;
    }

    .pubtitle h4 {
        font-size: 25px;
    }
}



@media (max-width: 1280px) {
    .pubtitle h3 {
        font-size: 28px;
    }

    .pubtitle h4 {
        font-size: 20px;
    }

    .psort li {
        margin-bottom: 10px;
    }

    .psort {
        margin-top: 20px;
    }

    .proSwiper .swiper-slide a {
        display: block;
        background: #f4f4f4;
        border-radius: 20px;
        position: relative;
        padding: 20px;
        transition: 0.5s;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .proSwiper .swiper-slide .wz {
        position: absolute;
        top: 20px;
        left: 20px;
    }


    .more_a99 {
        width: 134px;
        height: 47px;
        background-color: #fe6438;
        margin: 0 auto;
        border-radius: 27px;
        margin-top: 20px;
        font-size: 13px;
        text-align: center;
    }

    .more_a99 a {
        color: #ffffff;
        font-size: 13px;
        text-align: center;
        line-height: 47px;
    }



}


@media(max-width:780px) {
    .probg {
        margin-top: 40px;
    }

    .pubtitle h3 {
        font-size: 24px;
    }

    .pubtitle h4 {
        font-size: 16px;
    }

    .psort li a {
        font-size: 14px;
    }

    .proSwiper .swiper-slide .wz {
        width: calc(100% - 40px);
    }

    .proSwiper .swiper-slide .wz .wza {
        font-size: 14px;
    }

    .proSwiper .swiper-slide .wz .wzb {
        font-size: 12px;
        margin-top: 0px;
    }

    .proSwiper .swiper-slide .wzmore {
        width: 50%;
        height: 45px;
        line-height: 45px;
    }

    .more_a99 {
        height: 35px;
        line-height: 35px;
    }

    .more_a99 a {
        line-height: 35px;
    }
}










/* 行业应用 */
.yybg {
    background: url(//wm.cdn.cn86.cn/dayuan/2025/08/1e48d67f4cd4ioae.png) repeat-x top;
    padding-top: 88px;
    margin-top: 5.5vw;
    overflow: hidden;
}

.top_aa {
    margin-top: 40px;
}

.qhan {
    position: relative;
    width: 140px;
}

.pp_2 {
    position: relative;
    overflow: hidden;
}

.qhan .swiper-button-next,
.qhan .swiper-button-prev {
    outline: none;
    position: absolute;
    top: 0%;
    z-index: 9999;
    height: 62px;
    width: 62px;
}




.qhan .swiper-button-prev {
    background: url(//wm.cdn.cn86.cn/dayuan/2025/08/05aa7062dbphlkni.png) no-repeat 50%;
    left: 0px;
}

.qhan .swiper-button-prev::after {
    display: none;
}

.qhan .swiper-button-prev:hover {
    background: url(//wm.cdn.cn86.cn/dayuan/2025/08/5f26c57dacttybaj.png) no-repeat 50%;
    left: 0px;
    transform: rotate(180deg);
}


.qhan .swiper-button-next {
    background: url(//wm.cdn.cn86.cn/dayuan/2025/08/05aa7062dbphlkni.png) no-repeat 50%;
    transform: rotate(180deg);
    right: 0px;
}

.qhan .swiper-button-next::after {
    display: none;
}

.qhan .swiper-button-next:hover {
    background: url(//wm.cdn.cn86.cn/dayuan/2025/08/5f26c57dacttybaj.png) no-repeat 50%;
    transform: rotate(0deg);
}

.pp_2 li {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.pp_2 li a.img {
    display: block;
}

.pp_2 li a.img img {
    width: 100%;
}

.pp_2 li h2 {
    position: absolute;
    width: 100%;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    bottom: 30px;
    text-align: center;
    background: url(//wm.cdn.cn86.cn/dayuan/2025/08/88a384cac6s8uynd.png) no-repeat 50% top;
    padding-top: 20px;
}

.pp_2 li h2 a {
    color: #fff
}



@media (max-width: 1440px) {
    .pp_2 li h2 {
        font-size: 18px;
    }
}

@media (max-width: 1280px) {
    .pp_2 li h2 {
        font-size: 16px;
    }
}



@media (max-width: 992px) {
    .wz_ttb {
        width: 100%;
    }

    .qhan {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .yybg {
        padding-top: 30px;
    }

}

@media(max-width:780px) {
    .yybg {
        margin-top: 40px;
        padding: 40px 0;
    }

    .wz_tta h2 {
        font-size: 14px;
    }

    .qhan {
        width: 100px;
    }

    .qhan .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-size: 100% 100%;
    }

    .qhan .swiper-button-next {
        width: 40px;
        height: 40px;
        background-size: 100% 100%;
    }

    .pp_2 {
        margin-top: 20px;
    }

    .pp_2 li h2 {
        bottom: 10px;
        font-size: 14px;
        padding-top: 10px;
    }
}








/* 新闻资讯 */
.xw_con {
    margin-top: 70px;
}




.xw_rot {
    margin-top: 30px;
}

.xw_rot li {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 3px;
    color: #6b6b6b;
    margin: 0 15px
}

.xw_rot li a {
    text-align: center;
    color: #6b6b6b;
}

.xw_rot li:hover {
    background: url(//wm.cdn.cn86.cn/dayuan/2025/08/f9734b6d3bhefi7j.png) no-repeat left 50%;
}

.xw_rot li a {
    padding-left: 25px;
}

.xw_rot li:hover a {
    color: #fe6438;
}




.xw_bg {
    margin-top: 40px;
    padding-bottom: 80px;
}

.news_ll {
    position: relative;
    padding-bottom: 60px;
    overflow: hidden;
}

.news_ll li {
    border-left: 1px solid #f1f1f1;
    padding: 20px;
}

.news_ll li h2 {
    font-size: 34px;
    line-height: 33px;
    color: #f7f7f7;
    letter-spacing: 2px;
    text-shadow: 1px 1px 0px #b2b2b2, -1px -1px 0px #b2b2b2, 1px 1px 0px #b2b2b2, -1px -1px 0px #b2b2b2, 1px 1px 0px #b2b2b2, -1px -1px 0px #b2b2b2;
}

.news_ll li h3 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 1px;
    color: #888888;
}

.news_ll li h4 {
    font-size: 19px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 1px;
    color: #3e3e3e;
    height: 66px;
    overflow: hidden;
    margin-top: 8px;
}

.news_ll li h5 {
    font-size: 14px;
    font-weight: normal;
    line-height: 33px;
    letter-spacing: 0px;
    color: #8c8c8c;
    height: 66px;
    overflow: hidden;
    margin-top: 15px;
}

.news_ll li:hover h5 {
    color: #fe6438
}

.news_ll li:hover h4 {
    color: #fe6438
}



.dd_a {
    width: 6px;
    height: 6px;
    background-color: #fe6438;
    border-radius: 50%;
    margin: 33px 0;
}


.xw_img {
    width: 100%;
}

.xw_img img {
    width: 100%;
}




.news_ll .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 11px !important
}

.news_ll .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 0%;
    opacity: 1;
    background: url(//wm.cdn.cn86.cn/dayuan/2025/08/a6e01ac8cfbz5rjw.png)no-repeat top
}

.news_ll .swiper-pagination-bullet-active {
    background: url(//wm.cdn.cn86.cn/dayuan/2025/08/994db23e7ccif1op.png)no-repeat top
}




.sou_22 {
    margin-top: 3.5vw;
}


.wz_a h2 {
    font-family: SourceHanSerifCN-Heavy;
    font-size: 40px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
}

.wz_a h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 33px;
    letter-spacing: 3px;
    color: #000000;
    margin-top: 15px;
}




.ss2 {
    background-color: #ededed;
    width: 573px;
    border-radius: 15px;
    overflow: hidden;
}

.ss2 input {
    outline: none;
    line-height: 64px;
    width: 20%;
    background: none;
    border: none;
    font-size: 14px;
    float: left;
    background: url(//wm.cdn.cn86.cn/dayuan/2025/08/8fe844be19lc12lp.png) no-repeat 50%;
}

.ss2 #keyword {
    padding-left: 25px;
    line-height: 64px;
    width: 80%;
    background: none;
    border: 1px solid #ededed;
    outline: none;
    font-size: 13px;
    color: #8d8d8d;
    float: left;
}

.ss2 #keyword:-webkit-autofill {
    -webkit-text-fill-color: #8d8d8d !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss2 #keyword::placeholder {
    color: #8d8d8d;
}



@media (max-width: 1360px) {

    .wz_a h2 {
        font-size: 25px;
    }
}


@media (max-width: 1280px) {
    .xw_rot li {
        width: 33%;
        margin: 0px;
        margin-bottom: 10px;
    }
}


@media (max-width: 990px) {
    .wz_a h2 {
        font-size: 22px;
    }

    .xw_bg {
        margin-top: 20px;
        padding-bottom: 80px;
    }
}


@media(max-width:780px) {
    .xw_con {
        margin-top: 40px;
    }

    .xw_rot li {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        margin-bottom: 0;
        width: auto;
        margin-left: 15px;
    }

    .xw_rot li:nth-of-type(1) {
        margin-left: 0;
    }

    .xw_rot li a {
        padding-left: 0;
    }

    .news_ll li {
        padding: 10px;
    }

    .news_ll li h3 {
        line-height: 20px;
    }

    .news_ll li h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .news_ll li h5 {
        font-size: 13px;
        line-height: 18px;
        height: auto;
        margin-top: 0;
    }

    .dd_a {
        margin: 10px 0;
    }

    .news_ll {
        padding-bottom: 40px;
    }

    .wz_a h2 {
        font-size: 20px;
        line-height: 22px;
    }

    .wz_a h3 {
        margin-top: 0;
        font-size: 14px;
        letter-spacing: 0;
    }

    .ss2 #keyword {
        line-height: 40px;
        padding-left: 5px;
    }

    .ss2 input {
        line-height: 40px;
    }

    .xw_bg {
        padding-bottom: 30px;
    }
}






/* 网站文字 */
.xw_tt {
    color: #000000;
    font-size: 42px;
    text-align: center;
}

.xw_tt2 {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
}







/* 通栏 */
.dff {
    padding-top: 110px;
    background: url(//wm.cdn.cn86.cn/dayuan/2025/09/88c0be94ca7tgxwg.jpg) no-repeat top;
    background-size: cover;
}

.fotb {
    width: 66.06%;
    padding-top: 45px;
}


.df_lxwm {
    width: 25.69%;
    padding-left: 6%;
    border-left: 1px solid rgba(255, 255, 255, .1);
    padding-top: 45px;
}

.lxwm {
    font-size: 16px;
    color: #ffffff;
    display: block;
    font-weight: 700;
}


.x-nav-menu22 {
    margin-top: 1.43em;
    font-size: 14px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 1px;
    color: #fe6438;
}


.dfewm {
    max-width: 88px;
    margin-top: 3.5vw;
}

.dfewm img {
    max-width: 100%;
}



/* 在线分享 */

.pull-right2 {
    max-width: 228px;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
}

.pull-right2 .social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    font-size: 20px;
    border-radius: 0%;
    line-height: 42px;
    border: 1px solid #818181;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-left: 0px;
    margin-right: 20px;
}

.pull-right2 .social-share .social-share-icon:hover {
    border: 1px solid #fe6438;
}



.pull-right2 .social-share .icon-wechat:hover {
    background: #fe6438
}

.pull-right2 .social-share .social-share-icon:hover {
    background: none;
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    color: #fe6438
}




.dff2 {
    background: #000000;
    padding: 20px 0;
    margin-top: 3.5vw
}


.copyright_11 {
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
    line-height: 27px;
}

.copyright_11 a {
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
}




@media (max-width: 1100px) {
    .fotb {
        display: none;
    }

    .df_lxwm {
        width: 100%;
        padding-left: 0px;
        border-left: none;
        padding-top: 45px;
    }

    .dff {
        padding-top: 50px;
        background: url(//wm.cdn.cn86.cn/dayuan/2025/09/88c0be94ca7tgxwg.jpg) no-repeat top;
        background-size: cover;
    }
}

@media(max-width:780px) {
    .dff {
        padding-top: 40px;
        padding-bottom: 20%;
    }

    .df_lxwm {
        padding-top: 0;
    }

    .x-nav-menu22 {
        margin-top: 5px;
        line-height: 18px;
    }

    #xy-share {
        display: none;
    }

    .dff2 {
        margin-top: 0px;
        background: none;
    }

    .dff2 .wh {
        flex-wrap: wrap;
    }

    .copyright_11 {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }
}









/* 友情链接 */

.c-link {

    width: 42px;
    height: 42px;
    font-size: 20px;
    border-radius: 0%;
    line-height: 42px;
    transition: background 0.6s ease-out 0s;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-left: 0px;
    border: 1px solid #818181;
    background: url(//wm.cdn.cn86.cn/dayuan/2025/08/857c6ae7bebc29ic.png) no-repeat center;
}

.c-link:hover {
    border: 1px solid #fe6438;
    background: url(//wm.cdn.cn86.cn/dayuan/2025/08/9e6348fef2tcg7b0.png) no-repeat center;
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
}

.c-link .con {
    position: relative;
}

.c-link .sec {
    display: none;
    position: absolute;

    left: 0;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    min-width: 120px;
    z-index: 999;
    bottom: 0;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}


/*  */
.foot_nav {
    position: relative;
    width: 100%;
}

.foot_nav li {
    float: left;
    text-align: left;
}

.foot_nav li:nth-of-type(1) {
    display: none;
}

.foot_nav li a {
    font-size: 16px;
    color: #ffffff;
    display: block;
    width: 100%;
    font-weight: 700;
}

.foot_nav li .x-nav-menu {
    width: 100%;
    margin-top: 1.43em;
}

.foot_nav li .x-nav-menu a {
    display: block;
    font-size: 14px;
    line-height: 38px;
    color: rgba(255, 255, 255, .4);
    font-weight: normal
}



@media (max-width: 1440px) {
    .xw_tt {
        font-size: 34px;
    }

    .xw_tt2 {
        font-size: 18px;
    }
}



/*样式*/
@media (max-width: 1280px) {
    .xw_tt {
        font-size: 26px;
    }

    .xw_tt2 {
        font-size: 16px;
    }
}






/* 网站文字 */
.wz_tta {
    position: relative;
    width: 100%;
}

.wz_tta em {
    position: absolute;
    top: 0px;
    line-height: 25px;
    text-align: center;
    color: rgba(38, 128, 252, .1);
    font-size: 80px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    width: 100%;
}

.wz_tta h2 {
    color: #000000;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
}

.wz_tta h2 span {
    color: #006afc;
}

.wz_tta h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 33px;
    letter-spacing: 0px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}

.wz_tta h4 {
    text-align: center;
    margin-top: 10px;
}








/*样式*/
@media (max-width: 1440px) {
    .wz_tta em {
        font-size: 60px;
    }

    .wz_tta h2 {
        font-size: 40px;
    }

    .wz_tta h3 {
        font-size: 17px;
    }
}

@media (max-width: 1370px) {
    .wz_tta em {
        font-size: 50px;
    }

    .wz_tta h2 {
        font-size: 30px;
    }

    .wz_tta h3 {
        font-size: 16px;
    }
}


@media (max-width: 1280px) {
    .wz_tta em {
        font-size: 46px;
    }

    .wz_tta h2 {
        font-size: 22px;
        padding-top: 5px;
    }

    .wz_tta h3 {
        font-size: 14px;
        line-height: 26px;
    }

    .wz_tta h4 {
        text-align: center;
        margin-top: 18px;
    }
}



.faq-list {
    margin-top: 1.5%;
    /* max-width: 1268px */
}

.faq-list li {
    border: 1px solid #fe6438;
    margin-bottom: 12px
}

.faq-list .project-info {
    padding: 0px;
    text-align: left;
    border: none
}

.faq-list li .project-name {
    cursor: pointer;
    font-size: 16px;
    padding: 17px 17px 17px 64px;
    position: relative;
    white-space: normal
}

.faq-list li .project-name::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: #fe6438;
    position: absolute;
    left: 25px;
    top: 19px
}

.faq-list li .project-name::before {
    content: '+';
    display: block;
    color: #FFFFFF;
    position: absolute;
    left: 31px;
    top: 21px;
    z-index: 1;
    font-size: 15px;;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    width: 10px;
    height: 18px
}

.faq-list li .project-content {
    width: calc(100% - 40px);
    margin: 0px 0px 0px 34px;
    padding: 16px 0px;
    max-height: 100%;
    font-size: 14px;
    color:#333;
    line-height: 24px;
    display: block;
    position: relative
}

.faq-list li .faq-item-act .project-content {
    border-top: 1px solid rgba(187, 206, 210, .6)
}

.faq-list .faq-item-act .project-name::before {
    content: '—';
    color: #FFFFFF;
    font-size: 13px;
}

.faq-list .faq-item-act .project-name::after {
    background-color:#fe6438;
}
