.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(../jpg/p-he.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder #uioi {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../jpg/p-su.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder .tab-list .list .current {
    background-image: url(../jpg/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image: url(../jpg/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(../png/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(../png/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(../png/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;
}

.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;
}

.max1720 {
    max-width: 1720px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1600 {
    max-width: 1600px;
    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;
}

.max {
    max-width: 95%;
    margin: 0 auto;
}


/* header */

.header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    position: relative;
    background: var(--main-theme-color);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.top-mid-flex {
    height: 120px
}

.logo {
    position: relative
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
    max-height: 35px;
}

.header-ss {
    margin-left: 1.25vw;
    position: relative;
    width: 36px;
    height: 36px
}

.header-ss .ss_btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background: url(../png/6d5d44d0f1z5sqxe.png) no-repeat center;
    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(../png/4cec19b2c366bsoi.png)
}

.x-menu {
    position: relative
}

.x-menu>li {
    position: relative;
    text-align: center
}

.x-menu>li>a {
    display: block;
    font-size: 1.25vw;
    color: #fff;
    height: 120px;
    line-height: 120px;
    font-weight: 400
}

.x-menu>li:hover>a {
    color: #fff!important
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    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)
}

@media (min-width:1200px) {
    .x-menu>li {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (min-width:1440px) {
    .x-menu>li {
        margin-left: 1.0416vw;
        margin-right: 1.0416vw
    }
}


/* banner */

.home-banner {
    width: 100%;
    position: relative;
}

.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%;
}

.home-banner .swiper-slide.swiper-slide-active a>img {
    transform: scale(1);
}

.home-banner .swiper-pagination1 {
    bottom: 2.083lvw;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #7a7a7a;
    border-radius: 50%;
    margin: 0 5px!important;
    transition: width .3s ease;
    opacity: 1;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: var(--main-theme-color);
}


.home-banner .swiper-slide .v_cover {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.home-banner .swiper-slide .v_cover .v_con {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
    WIDTH: 90%;
    TEXT-ALIGN: LEFT
}

.home-banner .swiper-slide .v_con * {
    transition-delay: transform 1s, opacity 0s;
    transition-duration: 1s;
    transform: translate3d(0, 80px, 0);
    opacity: 0
}

.home-banner .swiper-slide-active .v_con * {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.home-banner .swiper-slide-active .v_con :nth-child(1) {
    transition-delay: .3s
}

.home-banner .swiper-slide-active .v_con :nth-child(2) {
    transition-delay: .5s
}

.v_tit_aa {
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    position: relative;
    margin-top: -8.333vw;
}

@media (max-width: 1200px) {
    .v_tit_aa {
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .home-banner .swiper-slide .v_cover .v_con {
        width: 90%;
    }
    .v_tit_aa {
        font-size: 22px;
        margin-bottom: 0;
    }
}



/* hm-product */

.hm-product {
    position: relative;
    padding-top: 5.2083vw;
}

.hm-title {
    position: relative;
    margin-bottom: 4.166vw;
}

.hm-title h3 {
    font-size: 3.125vw;
    color: #000000;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.h-product-list {
    position: relative;
    margin: 0 -5px;
}

.h-product-list li {
    position: relative;
    width: calc(25% - 30px);
    margin: 0 15px 30px 15px;
}

.h-product-list li a {
    display: block;
}

.h-product-list li .img img {
    display: block;
    width: 100%;
}

.h-product-list li .txt {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .35);
    text-align: center;
    z-index: 99;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.h-product-list li .txt h3 {
    font-size: 1.302vw;
    color: #ffffff;
    margin-bottom: 0px;
    font-family: "Arial";
    text-transform: uppercase;
    font-weight: 400;
}

.h-product-list li:hover .txt {
    background: rgba(0, 0, 0, 0);
}

.h-product-list li:hover .img 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);
}

.h-product-list li .txt2 h3 {
    font-size: 30px;
}


/* hm-about */

.hm-about {
    position: relative;
    padding: 4.6875vw 0 10.416vw;
    background: url(../png/74b1262a67aekkoe.png) no-repeat bottom left;
    background-size: 68.22916vw 25.572916vw;
}

.hm-about-con {
    position: relative;
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.con-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.con-flex .lin1 {
    background: url(../png/dbb50de08cwvlfxy.png) no-repeat center;
    width: 6px;
    height: 8.64583vw;
}

.con-flex .lin2 {
    background: url(../png/4a387cbe323vutdt.png) no-repeat center;
    width: 41px;
    height: 34px;
    margin: 40px 0;
}

.about-tit {
    font-size: 1.875vw;
    color: #000000;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}

.about-txt0 {
    font-size: 1.25vw;
    color: #000000;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
}

.about-txt {
    font-size: 1.14583vw;
    color: #000000;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2.6042vw;
}

.about-more {
    margin-bottom: 2.6042vw;
}

.about-more a {
    display: block;
    width: 215px;
    line-height: 65px;
    border: 2px solid #333;
    text-align: center;
    font-size: 18px;
    color: #333;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.a-img0 {
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: -1;
}

.a-img0 img {
    width: 9.84375vw;
    height: 37.135416vw;
}


/* hm-inquiry */

.hm-inquiry {
    padding: 110px 0;
}

.inquiry-con h3 {
    font-size: 2.5vw;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1;
}

.inquiry-con p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.inquiry-con .inqu-more a {
    display: inline-block;
    width: 215px;
    line-height: 65px;
    border: 2px solid #fff;
    text-align: center;
    font-size: 18px;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}



.ft-message-con{position:relative;color:#fff;margin: 0 -10px;}
.ft-message-con input[type=text],.ft-message-con textarea{height:50px;background: #fff;border:none;border-radius:0;font-size:14px;color:#000;box-shadow: inherit;}
.ft-message-con input[type=text]::-webkit-input-placeholder,.ft-message-con textarea::-webkit-input-placeholder{color:#000}
.ft-message-con input[type=text]:-ms-input-placeholder,.ft-message-con textarea:-ms-input-placeholder{color:#000}
.ft-message-con input[type=text]::-ms-input-placeholder,.ft-message-con textarea::-ms-input-placeholder{color:#000}
.ft-message-con input[type=text]::placeholder,.ft-message-con textarea::placeholder{color:#000}
.ft-message-con textarea{padding-top:15px;height:90px;resize:none;background: none;color: #000;}
.ft-message-con textarea:focus{background: none;box-shadow: inherit;color: #000;}
.ft-message-con input[type=text]:focus,.ft-message-con textarea:focus{border: 1px solid var(--main-theme-color);color: #000;}
.ft-message-con .x-submit{
    display: inline-block;
    width: 215px;
    line-height: 65px;
    border: 2px solid #fff;
    text-align: center;
    font-size: 18px;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.ft-message-con .x-submit:hover{background: var(--main-theme-color);color: #fff;border-color: var(--main-theme-color);}

.ft-message-con .contans{height: 50px;display: flex;align-items: center;justify-content: space-between;}
.ft-message-con .contans input{border: none;}
.ft-message-con .pr-5{position: absolute;top: 14px;left: 0.5rem;}
.form-input.relative input[type=text]{padding-left: 1.2rem;}
.w100120{width: calc(100% - 120px)!important;}
.contans input[type=text]:focus{border: none;}



/* foot2 */

.foot2 {
    position: relative;
    background: var(--main-theme-color);
    padding-top: 6.25vw;
    padding-bottom: 40px;
}

.ft-logo {
    margin-bottom: 4.6875vw;
}

.ft-lxwm {
    margin-bottom: 30px;
}

.ft-lxwm .llx {
    padding: 0 20px 0px 20px;
    font-size: 1.5625vw;
    color: #fff;
}

.ft-lxwm .llx i {
    margin-right: 10px;
}

.ft-lxwm .llx i img {
    max-width: 30px;
}

.ft_share {
    margin-bottom: 20px;
}

.ft_share a{margin: 0 6px;}

.ft_share a img{
    width: 30px;
}


.ft_copyright {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    font-weight: 400;
}

.ft_copyright a {
    color: #fff;
}

@media (max-width:1280px) {
    .logo a img {
        max-height: 22px;
    }
}

@media (max-width:992px) {
    .top-mid-flex {
        height: 65px;
    }
    .h-product-list li .txt h3 {
        font-size: 16px;
    }
    .about-more a,
    .inquiry-con .inqu-more a {
        width: 160px;
        line-height: 45px;
        font-size: 15px;
    }
    .con-flex .lin2 {
        margin: 20px 0;
    }
    .about-tit {
        font-size: 24px;
    }
    .about-txt0 {
        font-size: 18px;
    }
    .about-txt {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .inquiry-con h3 {
        font-size: 24px;
    }
}

@media (max-width:768px) {
    .hm-title h3 {
        font-size: 24px;
    }
    .hm-product {
        padding-top: 30px;
    }
    .h-product-list {
        margin: 0 0px;
    }
    .h-product-list li {
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
    }
    .ft-lxwm .llx {
        font-size: 16px;
    }
    .foot2 {
        margin-bottom: 70px;
    }
    .ft_copyright {
        font-size: 14px;
    }
}


/* nei-page-wrap */

.nei-page-wrap {
    position: relative;
    background: #f1f3f5;
    padding-bottom: 80px;
}

.wmy-left {
    background: #fff;
    border-radius: 16px;
    padding: 20px 20px;
    margin-bottom: 30px;
}

@media (min-width:990px) {
    .wmy-left {
        float: left;
        width: 395px;
        width: 25%;
        width: 20.5729vw;
        margin-right: 40px;
    }
}

.wmy-right {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
}

.inner-banner {
    position: relative;
    background: #f1f3f5;
}

.inner-banner img {
    width: 100%;
    border-radius: 15px;
    margin-top: 20px;
}

.inner-banner .txx {
    padding: 15px 0 30px;
    font-size: 14px;
}

.inner-banner .txx h2 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
}

@media (max-width: 768px) {
    .inner-banner .txx {
        padding-bottom: 15px;
    }
}


/* nei-cate */

.widget_nav_menu {
    margin-bottom: 30px;
}

.widget_nav_menu ul {
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, 1)
}

.widget_nav_menu ul li {
    margin: 0;
    padding: 0;
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, .015);
    background: 0;
    color: #000;
    position: relative
}

.widget_nav_menu ul li:first-child {
    border-top: 0
}

.widget_nav_menu ul li:before {
    width: 0;
    height: 0;
    display: none
}

.widget_nav_menu ul li a:link,
.widget_nav_menu ul li a:visited {
    padding: 12px;
    border-left: 1px solid transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    color: #000;
    background-color: rgba(0, 0, 0, .03);
    display: block
}

.widget_nav_menu ul>li.current-cat a,
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li:hover a,
.widget_nav_menu ul li.current-menu-item>a,
.widget_nav_menu ul li.current-menu-parent>a,
.widget_nav_menu ul li.current_page_item>a,
.widget_nav_menu ul li.current_page_parent>a,
.widget_nav_menu ul li.current-cat-ancestor>a,
.widget_nav_menu ul li.current-cat-parent>a {
    padding: 12px 12px 12px 16px;
    border-left-color: var(--main-theme-color);
    text-decoration: underline;
    color: var(--main-theme-color)
}

.widget_nav_menu ul li.menu-item-has-children>a:after,
.widget_nav_menu ul li.page_item_has_children>a:after,
.widget_nav_menu ul li.cat-item ul.children>a:after {
    float: right;
    content: "\e612";
    font-family: WPPOPFont;
    font-size: 16px;
    vertical-align: middle;
    color: rgba(0, 0, 0, .45)
}

.widget_nav_menu ul li.menu-item-has-children>a:hover:after,
.widget_nav_menu ul li.menu-item-has-children:hover>a:after,
.widget_nav_menu ul li.page_item_has_children>a:hover:after,
.widget_nav_menu ul li.page_item_has_children:hover>a:after,
.widget_nav_menu ul li.cat-item ul.children>a:hover:after,
.widget_nav_menu ul li.cat-item:hover ul.children>a:after {
    text-decoration: none
}

.widget_nav_menu ul li.menu-item-has-children ul,
.widget_nav_menu ul li.page_item_has_children ul,
.widget_nav_menu ul li.cat-item ul.children {
    margin-top: -1px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .05);
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 9999;
    display: none;
}

.widget_nav_menu ul li.menu-item-has-children ul li,
.widget_nav_menu ul li.page_item_has_children ul li,
.widget_nav_menu ul li.cat-item ul.children li {
    font-weight: 400
}

.widget_nav_menu ul li.menu-item-has-children ul li>a:link,
.widget_nav_menu ul li.menu-item-has-children ul li>a:visited,
.widget_nav_menu ul li.page_item_has_children ul li>a:link,
.widget_nav_menu ul li.page_item_has_children ul li>a:visited,
.widget_nav_menu ul li.current-cat-parent ul.children li>a:link,
.widget_nav_menu ul li.current-cat-parent ul.children li>a:visited {
    padding: 12px;
    border-left-color: transparent;
    color: #000
}

.widget_nav_menu ul li.menu-item-has-children ul li>a:hover,
.widget_nav_menu ul li.menu-item-has-children ul li:hover>a,
.widget_nav_menu ul li.page_item_has_children ul li>a:hover,
.widget_nav_menu ul li.page_item_has_children ul li:hover>a,
.widget_nav_menu ul li.current-cat-parent ul.children li>a:hover,
.widget_nav_menu ul li.current-cat-parent ul.children li:hover>a {
    padding: 12px 12px 12px 16px;
    border-left-color: var(--main-theme-color);
    color: var(--main-theme-color);
    background-color: rgba(0, 0, 0, .03)
}

.widget_nav_menu ul li.menu-item-has-children ul li>a:after,
.widget_nav_menu ul li.page_item_has_children ul li>a:after,
.widget_nav_menu ul li.current-cat-parent ul.children li>a:after {
    opacity: 0
}

.widget_nav_menu ul li.menu-item-has-children ul li.menu-item-has-children>a:after,
.widget_nav_menu ul li.page_item_has_children ul li.page_item_has_children>a:after,
.widget_nav_menu ul li.current-cat-parent ul.children li ul.children>a:after {
    opacity: 1
}

.widget_nav_menu ul li ul.children li>a {
    padding: 12px;
    border-left-color: transparent;
    color: #000
}

.widget_nav_menu ul li ul.children li>a:hover,
.widget_nav_menu ul li ul.children li:hover>a {
    padding: 12px 12px 12px 16px;
    border-left-color: var(--main-theme-color);
    color: var(--main-theme-color);
    background-color: rgba(0, 0, 0, .03)
}

.widget_nav_menu ul li:hover>a,
.widget_nav_menu_vertical ul li ul.children li>a:hover,
.widget_nav_menu_vertical ul li ul.children li:hover>a {
    background-color: transparent !important
}

.widget_nav_menu ul li {
    border-top: none
}

.widget_nav_menu ul li a:link,
.widget_nav_menu ul li a:visited {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .035)
}

.widget_nav_menu ul li a.active {
    background-color: rgba(0, 0, 0, .035);
    border-left-color: var(--main-theme-color);
    color: var(--main-theme-color);
}


 .widget_nav_menu ul li.cat-item:hover .children{
    display: block;
}



.cat-desc {
    color: #666;
    padding: 10px 0;
    margin: 0 auto 35px;
    border-bottom: 1px solid rgba(0, 0, 0, .065);
}

.gallery-container {
    margin: -1% -1% 0;
    overflow: hidden;
    clear: both;
}

.gallery-container .item-content {
    float: left;
    margin-bottom: 0;
    padding: 1%;
    text-align: center;
    position: relative;
    width: calc(100% / 3);
    margin: 0 auto;
}

.item-cover {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.item-cover img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.item-cover .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.item-grid-box:hover .item-cover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.item-cover:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.item-grid-box:hover .item-cover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.gallery-container .item-content figcaption {
    margin: 15px auto 10px
}

.gallery-container .item-content h3 {
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media only screen and (min-width: 1024px) {
    .gallery-container .item-content .item-grid-box h3 {
        font-size: 18px;
    }
}

.item-grid-box a:hover {
    text-decoration: underline;
    color: #000!important;
}

@media only screen and (max-width: 768px) {
    .gallery-container .item-content {
        margin: 10px auto;
        width: 50%;
    }
}

@media only screen and (max-width: 992px) {
    .wmy-left {
        background: none;
        margin: 0;
        padding: 0;
    }
    .nei-page-wrap {
        padding-bottom: 40px;
    }
}




