.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-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin: 0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.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: 1330px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}


/* Ã¥Â¤Â´Ã©Æ’Â¨ */


.x-header {
    padding: 26px 0;
}

.x-logo {
    float: left;
    width: 66%;
}

.x-logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.x-logo a .text {
    position: relative;
    padding-left: 45px;
}

.x-logo a .text::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 47px;
    background-color: #e5e5e5;
    top: 6px;
    left: 23px;
}

.x-logo a .text p:nth-of-type(1) {
    color: #dd1b1a;
    font: 600 20px/26px "Microsoft yahei";
}

.x-logo a .text p:nth-of-type(2) {
    color: #666666;
    font: 400 16px/26px "Microsoft yahei";
}

.x-header-contact {
    background: url(//wm.cdn.cn86.cn/conveybelt/2025/12/b93de90395cu88q2.jpg) no-repeat left;
    padding-left: 77px;
}

.x-header-contact h3 {
    color: #999999;
    font: 400 14px/26px "Microsoft yahei";
}

.x-header-contact p {
    color: #333333;
    font: 400 28px/1.2 "Microsoft yahei";
    margin-bottom: 0;
}

/*Ã¥Â¯Â¼Ã¨Ë†Âª*/
.x-navbg {
    background-color: #4b4b4b;
}

@media (max-width:769px) {
    .x-navbg {
        display: none;
    }
}







/* 首页banner样式 */
.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;
}

.x-banner .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.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: #dd1b1a;
}

.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: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
     display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin: 0 .8em;
    outline: none;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    width: 1em;
    height: 1em;
    opacity: .5;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
     opacity: 1;
    background: #dd1b1a;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
     opacity: 1;
    background: #dd1b1a;
}

@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }

    .x-banner .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px;
    }
}




/* 导航样式 */
.x-menu {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.x-menu > li {
    width: 15%;
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
}

.x-menu > li > a {
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    display: block;
}
.x-menu > li > a:hover {
    color: #fff !important;
}
.x-menu>li::before {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.x-menu>li:first-child::before {
    display: none;
}


.x-menu > li:hover > a {
    background: #dd1b1a;
}

.x-menu > li.active > a {
    
}

.x-menu>li:hover::before {
    opacity: 0;
}

.x-menu>li:hover+li::before {
    opacity: 0;
}


.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: 100%;
    left: 0;
    top: 60px;
    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;
}





.hh_aa{float: right;}
.hh_aa .btn{border:none;outline: none;color: #000000;}
.hh_aa .language-group .btn{color:#000000}

.hh_aa .btn.focus,.hh_aa .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25)
}





.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}







/* Ã¦ÂÅ“Ã§Â´Â¢ */
.x-ss-hot {
    padding: 18px 0;
    background-color: #f8f8f8;
}

.x-hot {
    color: #333333;
    font: 400 14px/44px "Microsoft yahei";
}

.x-hot a {
    color: #666666;
    font: 400 14px/44px "Microsoft yahei";
    padding-right: 15px;
}

.x-hot a:hover {
    color: #dd1b1a;
}

.x-header-right {
    float: right;
    width: 350px;
    text-align: right;
    background-color: #ececec;
}

.x-header-right #formsearch,
.x-header-right .x-login {
    display: inline-block;
    vertical-align: middle;
}

.x-header-right #formsearch {
    position: relative;
    width: 100%;
}

.x-header-right #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 44px;
    height: 44px;
    font-size: 0;
    background: url(//wm.cdn.cn86.cn/conveybelt/2025/12/3fe4669de1of7mgo.png) no-repeat center;
}

.x-header-right #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 44px);
    color: #999999;
    height: 44px;
    padding-left: 15px;
}










/* Ã¦â€°Â¥Ã¨Â·Â¯ */
.xa-login {
    position: absolute;
    width: 50%;
    text-align: right;
    top: 0;
    right: 8.33333333%;
}











.x-message {
    background: #f0f0f0;
    padding: 2.34375% 0;
}

.x-message-wrap {
    margin-left: 24.375%;
    margin-right: 24.375%;
}

@media (max-width: 1366px) {
    .x-message-wrap {
        margin-left: 12.5%;
        margin-right: 12.5%;
    }
}

.x-message-wrap .row {
    margin-left: -5px;
    font-size: 0;
    margin-right: -5px;
}

.x-message-wrap div[class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.x-message-wrap input[type='text'],
.x-message-wrap textarea {
    width: 100%;
    height: 42px;
    border: 1px solid #d8d8d8;
    padding: 0 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    background: #f0f0f0;
    outline: none;
    margin-bottom: 10px;
}

.x-message-wrap input[type='text']::-webkit-input-placeholder,
.x-message-wrap textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap input[type='text']:-ms-input-placeholder,
.x-message-wrap textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap input[type='text']::-ms-input-placeholder,
.x-message-wrap textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap input[type='text']::placeholder,
.x-message-wrap textarea::placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap textarea {
    padding-top: 5px;
    height: 95px;
    resize: none;
}

.x-message-wrap #checkcode {
    float: left;
    width: 32.29813665%;
    margin-bottom: 0;
}

.x-message-wrap .checkCodeImg {
    float: left;
    display: block;
    text-align: center;
    width: 17.39130435%;
    height: 42px;
    font-size: 0;
    background: #e7e4e4;
    padding: 5px 10px;
}

.x-message-wrap .checkCodeImg img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap .checkCodeImg:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap .checkCodeImg img {
    cursor: pointer;
}

.x-message-wrap .x-submit {
    float: right;
    width: 49.68944099%;
    height: 42px;
    background: #2d323b;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-message-wrap .x-submit:hover {
    background: #dd1b1a;
}

.n-default .n-invalid {
    border-color: #dd1b1a !important;
}

.n-default .msg-wrap {
    top: 8px;
    right: 5px;
    margin-left: 0;
}

.n-default .x-textarea .msg-wrap {
    top: 65px;
}






.x-title {
    text-align: center;
}

.x-title p {
    color: #888888;
    font: 400 16px/36px "Microsoft yahei";
}

.x-title h3 {
    color: #dd1b1a;
    position: relative;
    font: 600 36px/52px "Microsoft yahei";
}

.x-title h3 span {
    color: #333;
}

.x-title a {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.x-title.write {
    color: #fff;
}

.x-title.write h3 {
    color: #fff;
}

.x-title.write p {
    color: rgba(255, 255, 255, 0.8);
}

.x-title a:hover {
    background: #000;
}


@media (max-width: 1024px) {
    .x-title h3 {
        font-size: 23px;
    }

    .x-title a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

@media(max-width: 767px) {
    .x-title p {
        font-size: 14px;
        line-height: 1.6;
    }
}

.x-title.white {
    color: #fff;
}

/*Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬*/
.x-product {
    padding: 5vh 0 8vh;
    background: none;
}

.x-product-box {
    margin-top: 4vh;
}

.tabz_content {
    width: 77%;
    float: right;
    margin-left: -12px;
    margin-right: -12px;
}

.tabz {
    float: left;
    width: 21%;
    background-color: #595656;
    padding: 20px 10px;
}

.tabz li {
    position: relative;
    transition: all 0.8s;
    padding-top: 5px;
    margin-top: 5px;
}

.tabz li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tabz li a {
    display: block;
    color: #fff;
    font: 400 16px/60px "Microsoft yahei";
    padding-left: 20px;
    width: 100%;
    transition: all 0.1s;
}

.tabz li::after {
    content: "";
    display: block;
    background: #dd1b1a;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.8s;
    position: absolute;
}

.tabz li a::before {
    /* opacity: 0;
    position: absolute;
    left: 0;
    display: block;
    content: "";
    width: 0;
    background: url(//cdn.myxypt.com/c7f3aa4e/24/12/abcd6f1f926d607786cc1a987bdbe40c7db12f5c.png) no-repeat 90% center #dd1b1a;
    height: 60px;
    padding-left: 20px;
    transition: all 0.8s; */
}

.tabz li span {
    position: absolute;
    left: 86%;
    opacity: 0;
    transition: all 0.8s;
}

.ttz {
    display: none;
}

.tabz li.cur {
    transition: all 0.8s;
    width: 0;
}

.tabz li:hover a::before {
    /* width: 105%;
    opacity: 1;
    transition: all 0.8s;
    transform: translate(10px);
    font: 400 16px/60px "Microsoft yahei"; */
}

.tabz li.cur {
    width: 105%;
    transition: all 0.8s;
    background: #dd1b1a;
    transform: translate(10px);
}

.tabz li.cur span {
    opacity: 1;
    transition: all 0.8s;
}

.ttzz {
    display: none;
}

.list1z li {
    width: calc(33.33% - 24px);
    float: left;
    margin-left: 12px;
    margin-right: 12px;
}

.list1z li .img {
    border: 5px solid #f5f5f5;
}



.list1z li .img img {
    max-width: 100%;
}

.list1z li h3 {
    text-align: center;
    color: #555555;
    font: 400 15px/52px "Microsoft yahei";
}

.list1z li:nth-child(n + 4) {
    margin-top: 15px;
}

.list1z li:hover .img {
    border: 5px solid #e44948;
}

.list1z li:hover h3 {
    color: #e44948;
}

.xs-product-con {
    display: none;
}

@media (max-width:1200px) {
    .tabz li a {
        padding-left: 10px;
        font: 400 15px/44px "Microsoft yahei";
    }
}

@media (max-width:769px) {
    .x-product-box {
        display: none;
    }

    .xs-product-con {
        display: block;
        margin-left: -5px;
        margin-right: -5px;
    }

    .xs-product-con li {
        float: left;
        list-style-type: none;
        width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px;
    }

    .xs-product-con li .img img {
        max-width: 100%;
    }

    .xs-product-con li h3 {
        font: 400 14px/36px "Microsoft yahei";
        color: #333;
        text-align: center;
        width: 100%;
        word-break: keep-all;
        white-space: nowrap;

    }
}



/* Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬ */
.x-about {
    background: url(//wm.cdn.cn86.cn/conveybelt/2025/12/70a5e493dcrl8gg3.jpg) no-repeat center;
    padding: 22px 0;
}

.x-about .wh {
    position: relative;
}

.x-about-img {
    width: 46.6%;
    float: left;
}

.x-about-img img {
    max-width: 100%;
}

.x-about-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}

.x-about-h3 {
    position: relative;
    color: #ffffff;
    font: 600 36px/36px "Microsoft yahei";
    margin-top: 6.6vh;
    padding-left: 33px;
}

.x-about-h3::after {
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 30px;
    top: 4px;
    background-color: #fff;
    left: 0;
}

.x-about-h4 {
    color: #ffffff;
    font: 400 20px/26px "Microsoft yahei";
    margin-top: 20px;
}

.x-about-p {
    margin-top: 40px;
}

.x-about-p p {
    color: #ffffff;
    font: 400 15px/30px "Microsoft yahei";
    margin-bottom: 0;
}

.x-about-more {
    margin-top: 70px;
}

.x-about-more img {
    float: left;
}

.x-about-more-contact {
    float: left;
    margin-left: 75px;
    padding-left: 50px;
    background: url(//wm.cdn.cn86.cn/conveybelt/2025/12/fe0d69528cybwkhl.png) no-repeat left center;
}

.x-about-more-contact p {
    margin-bottom: 0;
    color: #fff;
    font: 400 24px/50px "Microsoft yahei";
}

@media(max-width:1600px) {
    .x-about-box .x-about-h3 {
        position: relative;
        margin-top: 0vh;
    }
}

@media(max-width:1200px) {
    .x-about-box .x-about-h3 {
        font: 600 28px/36px "Microsoft yahei";
    }

    .x-about-h4 {
        display: none;
        font: 400 20px/20px "Microsoft yahei";
        margin-top: 10px;
    }

    .x-about-p {
        margin-top: 15px;
    }

    .x-about-more {
        display: none;
    }

    .x-about-box {
        right: 15px;
    }
}

@media(max-width:769px) {
    .x-about {
        padding: 0;
    }

    .x-about-img {
        width: 100%;
    }

    .x-about-box {
        top: 30px;
        bottom: 30px;
        width: calc(100% - 30px);
        left: 15px;
        right: 15px;
        background-color: rgba(0, 0, 0, .5);
        padding: 15px;
        padding-bottom: 40px;
    }

    .x-about-box .x-about-h3 {
        font: 600 20px/36px "Microsoft yahei";
        margin-bottom: 10px;
    }

    .x-about-h3 {
        padding-left: 15px;
    }

    .x-about-p {
        margin: 0 auto;
    }

    .x-about-h4 {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media(max-width:500px) {
    .x-about-box {
        min-height: 188px;
    }

    .x-about-h4 {
        display: none;
    }

    .x-about-p p+p {
        display: none;
    }

    .x-about-p p {
        font: 400 13px/1.8 "Microsoft yahei";
    }

    .x-about-img {
        float: initial;
    }

    .x-about-box {
        min-height: auto;
        position: static;
        width: 100%;
    }

    .x-about {
        background: initial;
    }

    .x-about-h3 {
        color: #000;
    }

    .x-about-h3::after {
        background: #000;
    }

    .x-about-box {
        background: initial;
        padding-bottom: 0;
    }

    .x-about-p p {
        color: #333;
    }
}












/*Ã¤Â¼ËœÃ¥Å Â¿*/
.x-ys {
    padding: 50px 0 88px;
}

.x-ys-list {
    border: 1px solid #ead6d6;
    margin-top: 5vh;
}

.x-ys-list li {
    list-style-type: none;
    width: 25%;
    float: left;
    padding: 36px;
    padding-bottom: 52px;
    position: relative;
    transition: all ease .3s;
    cursor: pointer;
}




.x-ys-list li+li {
    border-left: 1px solid #ead6d6;
}

.x-ys-list li .img {
    width: 52px;
    margin: 0 auto;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.x-ys-list li .img img {
    max-width: 100%;
    max-height: 100%;
}

.x-ys-list li .img img.img2 {
    display: none;
}

.x-ys-list li .wz h3 {
    color: #333333;
    font: 400 22px/66px "Microsoft yahei";
    text-align: center;
    position: relative;
}

.x-ys-list li .wz h3::before {
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    background-color: #dd1b1a;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
}

.x-ys-list li .wz p {
    color: #888;
    font: 400 16px/28px "Microsoft yahei";
    margin-top: 20px;
    text-align: center;
}

.x-ys-list li:hover .img img.img2 {
    display: inline-block;
}

.x-ys-list li:hover .img img.img1 {
    display: none;
}

.x-ys-list li:hover {
    background-color: #dd1b1a;
}

.x-ys-list li:hover .wz h3 {
    color: #fff;
}

.x-ys-list li:hover .wz h3::before {
    background: #fff;
}

.x-ys-list li:hover .wz p {
    color: #fff;
}

@media (max-width:769px) {
    .x-ys-list {
        margin-left: -5px;
        margin-right: -5px;
        border: 0px solid #ead6d6;
    }

    .x-ys-list li {
        padding: 15px;
        width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        border: 1px solid #ead6d6;
        margin-top: 10px;
    }
}

@media(max-width: 768px) {
    .x-ys {
        padding: 25px 0 50px;
    }
    .x-ys-list {
        margin-top: 2vh;
    }
    .x-ys-list li .img {
        height: 40px;
    }

    .x-ys-list li .wz h3 {
        font: 400 20px/2.4 "Microsoft yahei";
    }

    .x-ys-list li .wz p {
        font: 400 13px/1.8 "Microsoft yahei";
        margin-top: 12px;
    }
}






/*Ã¥Â®Å¾Ã¤Â¾â€¹*/
.x-case {
    background: url(//wm.cdn.cn86.cn/conveybelt/2025/12/c0a401b5b4i6syt0.jpg) no-repeat center top;
    padding-top: 6vh;
}

.x-case .x-title {
    margin-bottom: 5vh;
}

.x-video {
    position: relative;
}

.x-video h3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 188px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font: 600 20px/166px "Microsoft yahei";
}


.x-case-list {
    margin-top: 5vh;
    margin-left: -17px;
    margin-right: -17px;
    margin-bottom: 4vh;
}



.x-case-item {
    padding: 0 1px;
    background: #fff;
}

.x-case-item a {
    display: block;
    padding: 0 17px;
}

.x-case-item .wz {
    color: #666666;
    font: 400 16px/72px "Microsoft yahei";
    text-align: center;
}



.x-case-item .wz span {
    display: block;
}

.x-case-item .wz .icon-right-arrow {
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #b0b3b8;
    border-radius: 50%;
}

.x-case-item .wz .icon-right-arrow:after {
    background-position: 2px -241px;
    opacity: .4;
}

@media (max-width: 1024px) {
    .x-case-item .wz {
        margin-top: 10px;
        font: 400 16px/50px "Microsoft yahei";
    }

    .x-case-item .wz h3 {
        font-size: 16px;
    }

    .x-case-item .wz p {
        font-size: 13px;
        margin-bottom: 1.5em;
    }
}

.x-case-item:hover a {
    border-color: #e5e5e5;
}

.x-case-item:hover .icon-right-arrow {
    background: #000;
    border-color: #000;
}

.x-case-item:hover .icon-right-arrow:after {
    background-position: -28px -241px;
    opacity: 1;
}

@media (max-width:769px) {
    .x-video h3 {
        display: none;
    }
}





/*Ã¦â€“Â°Ã©â€”Â»*/

.x-news {
    background: #f9f9f9;
    padding: 5vh 0 8vh;
}

.x-news-box {
    margin-top: 3vh;
    font-size: 0;
}

.tabzz {
    display: flex;
    justify-content: center;
    margin-bottom: 5vh;
}

.tabzz li {
    width: 242px;
    background-color: #f3f3f3;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 33px;
}

.tabzz li a {
    color: #333333;
    font: 400 18px/58px "Microsoft yahei";
}

.tabzz li a .img {
    width: 40px!important;
    margin-right: 10px;overflow: hidden;
        transition: transform 0s;
}


.tabzz li a .img img {
    max-width: 100%;
     transition: transform 0s
 
}





.tabzz li.cur {
    background-color: #dd1b1a;
}

.tabzz li.cur .img img {
-webkit-filter: drop-shadow(0 50vh 0 #fff);
    filter: drop-shadow(0 50vh 0 #fff);
    transform: translateY(-50vh);
}


.tabzz li.cur a {
    color: #fff;
}

.x-news-list-left {
    width: 60%;
    float: left;
}

.x-news-list-left li {
    float: left;
    width: calc(50% - 34px);
    margin-right: 34px;
}

.x-news-list-left li .img img {
    max-width: 100%;
}

.x-news-list-left li .text {
    background-color: #fff;
    padding: 17px;
}

.x-news-list-left li .text h3 {
    color: #333333;
    font: 400 18px/52px "Microsoft yahei";
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.x-news-list-left li .text p {
    color: #999999;
    font: 400 14px/25px "Microsoft yahei";height: 50px;overflow: hidden;
}


.x-news-list-left li .text .date {
    color: #888888;
    font: 400 14px/36px "Microsoft yahei";
    margin-top: 36px;
    background: url(//wm.cdn.cn86.cn/conveybelt/2025/12/0ac53679c5qm5lyo.png) no-repeat 80% center;
}

.x-news-list-left li:hover .text h3 {
    color: #dd1b1a;
}

.x-news-list-left li:hover .text .date {
    background: url(//wm.cdn.cn86.cn/conveybelt/2025/12/8f9669ec85nfhdmt.png) no-repeat 80% center;
}

.x-news-list-right {
    float: right;
    width: 40%;
}

.x-news-list-right li {
    padding: 22px 30px 20px 10px;
    background-color: #fff;
}

.x-news-list-right li+li {
    margin-top: 30px;
}

.x-news-list-right li .date {
    float: left;
    width: 80px;
    text-align: center;
}

.x-news-list-right li .date h4 {
    color: #555555;
    font: 600 40px/50px "Airal";
}

.x-news-list-right li .date span {
    color: #666666;
    font: 400 14px/16px "Microsoft yahei";
}

.x-news-list-right li .text {
    width: calc(100% - 80px);
    float: left;
    padding-left: 30px;
    position: relative;
}

.x-news-list-right li .text::after {
    position: absolute;
    left: 8px;
    top: 4px;
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background-color: #e8e8e8;
}

.x-news-list-right li .text h3 {
    color: #333;
    font: 400 18px/25px "Airal";
    margin-bottom: 10px;height: 25px;overflow: hidden;
}

.x-news-list-right li .text p {
    color: #999999;
    font: 400 14px/22px "Airal";
    margin-bottom: 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.x-news-list-right li:hover .text h3 {
    color: #dd1b1a;
}

@media (max-width: 1366px) {
    .x-news-list li {
        padding-top: 9px;
        padding-bottom: 9px;
    }
}

@media (max-width: 1200px) {
    .x-news-list-left {
        width: 100%;
    }

    .x-news-list-right {
        display: none;
    }

    .x-news-list-left li {
        margin-right: 0px;
        width: calc(50% - 10px);
    }

    .x-news-list-left li+li {
        margin-left: 20px;
    }
}

@media (max-width: 769px) {

  
    .tabzz li {
        width: 30%;
        padding-left: 0;
        text-align: center;
    }
    .tabzz li a {
        font-size: 16px;
        line-height: 2.4;
    }
    .tabzz li a .img {
        display: none;
    }
    .x-news-list-left li {
        width: 100%;
    }
    .x-news-list-left li+li{
        margin: 0;
        margin-top: 10px;
    }
}






/*Ã¥ÂË†Ã¤Â½Å“*/
.x-cooperate {
    padding: 5vh 0;
}

.x-cooperate .x-title {
    margin-bottom: 4vh;
}

.x-company-list {
    position: relative;
    padding-bottom: 30px;
}

.x-company-item {}

.x-company-item a {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 0;
    /* border-left: 1px dashed #000; */
}

.x-company-item a img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-company-item a:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-company-item a img {
    width: auto !important;
    display: inline-block !important;
}

.x-company-item a h3 {
    color: #666666;
    font: 400 14px/30px "Microsoft yahei";
}

.x-company-list .owl-carousel .owl-dots {
    display: block;
}

.x-company-list .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: -30px;
}

.x-company-list .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    outline: none;
    background: #989898;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.x-company-list .owl-carousel .owl-dots button.owl-dot:hover {
    background: #dd1b1a;
}

.x-company-list .owl-carousel .owl-dots button.owl-dot.active {
    background: #dd1b1a;
}




.x-link {
    background: #222222;
    padding: 20px 0;
    min-height: 80px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.x-link .wh {
    position: relative;
   padding-left: 90px;
}

.x-link span {
    position: absolute;
    width: 90px;
    left: 0;
    top: 0px;
    color: #ffffff;
    font: 400 14px/40px "Microsoft yahei";
    background: url(//wm.cdn.cn86.cn/conveybelt/2025/12/b255198170b2jkxu.png) no-repeat right center;
}

.x-link a {
    float: left;
    color: rgba(255, 255, 255, 0.5);
    font: 400 14px/40px "Microsoft yahei";
    padding-left: 5px;
}

.x-link a:hover {
    color: rgba(255, 255, 255, 0.7);
}



.x-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
    min-width: 120px;
    width: 100%;
}



@media (max-width:1200px) {
    .x-link span {
        left: 15px;
        width: 70px;
    }
}








/*Ã¥Âºâ€¢Ã©Æ’Â¨*/


.x-layout .wh {
    padding: 18px 0;
  
}

.x-layout-menu{
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.x-layout-menu dl {
    float: left;
    width: 50%;
}

.x-layout-menu dl dt {
    color: #fff;
    font: 600 18px/66px "Microsoft yahei";
    margin-bottom: .5vh;
}

.x-layout-menu dl dd a {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font: 400 14px/30px "Microsoft yahei";
}

.x-layout-menu dl dd a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.x-layout-logo {
    margin-bottom: 20px;
}

.x-layout-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.x-layout-tt {
    color: #fff;
    font: 600 18px/66px "Microsoft yahei";
    margin-bottom: .5vh;
}

.x-layout-contact-con {}

.x-layout-contact-con p {
    color: rgba(255, 255, 255, 0.5);
    font: 400 14px/28px "Microsoft yahei";
    margin-bottom: 0;
}


.x-layout-contact .fx {
    display: flex;
    justify-content: flex-start;
    margin-top: 10%;
}

.x-layout-contact .fx li {
    margin-right: 5%;
}

.x-layout-contact .fx li a div.img {
    width: 32px;
    height: 32px;
    background-color: #a9a9a9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all ease .3s;
}

.x-layout-contact .fx li:hover a div.img {
    background: #fff;
}

.x-layout-contact .fx li a div.img img {
    max-width: 100%;
    max-height: 100%;
}













.x-copyright {
    float: left;
    text-align: left;
}

.x-footera:hover {
    color: rgba(255, 255, 255, 0.5);
}

.x-region {
    float: right;
    color: #fffefe;
    font: 400 14px/1.8 "Microsoft yahei";
    text-align: right;

}

.x-region a {
    color: #fffefe;
    font: 400 14px/1.8 "Microsoft yahei";
}

.x-region a:hover {
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width:1200px) {
    .x-layout .container-fluid {
        width: calc(100% - 30px);
        margin: 0 auto !important;
    }

    .x-layout-ewm {
        display: none;
    }

    .x-region {
        display: none;
    }
}

/*Ã¥Â°ÂÃ¥Â±ÂÃ¥Â¹â€¢Ã¥Âºâ€¢Ã©Æ’Â¨*/

.foot {
    background: #1e1d2d;
    color: #bcbbbe;
    padding: 0 15px;
    /*padding-top: 20px;*/
    /*padding-bottom: 15px;*/
}

.fw {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.fw .du .dul .p1 span {
    margin-right: 30px;
}

.fw .du .dul .sec li {
    padding-left: 10px;
    margin-bottom: 8px;
}

.fw .du .dul .sec {
    display: none;
}

.fw .du .dul .sec a {
    color: #939090;
    font: 400 13px/26px "Microsoft yahei";
}

.fw .du .dul p {
    border-bottom: 1px solid #7a7a7a;
    font: 400 16px/52px "Microsoft yahei";
}

.fw .du {
    font-size: 14px;
}

.sjbq {
    font-size: 12px;
    color: #bcbbbe;
    padding-top: 5px;
}

.sjbq a {
    color: #bcbbbe;
}

.x-m-power {
    text-align: center;
    color: #bcbbbe;
    font: 400 14px/20px "Microsoft yahei";
    margin-top: 20px;
}

.x-m-power a {
    color: #bcbbbe;
    font: 400 14px/20px "Microsoft yahei";
}

.x-m-power a:hover {
    color: rgba(255, 255, 255, 0.6);
}






/* Ã¦â€°â€¹Ã¦Å“ÂºÃ¦Â Â·Ã¥Â¼Â */

@media (max-width: 990px) {
    .x-title h3 {
        font-size: 21px;
        margin-top: 5px;
    }

    .x-title h3 span {
        display: inline-block;
        margin-left: 5px;
    }

    .x-title h3 span:before {}

    .x-about .x-title {
        margin-bottom: 20px;
    }

    .x-about-left {
        margin-bottom: 15px;
        border-bottom: 1px solid #efefef;
        padding-bottom: 10px;
    }

    .x-product-list {
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 20px;
    }

    .x-product-list li {
        width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .x-case-list {
        margin: 0;
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .x-case-list .owl-carousel {
        width: 100%;
        overflow: hidden;
    }

    .x-case-item a {
        padding: 10px;
    }

    .x-company-title {
        font-size: 14px;
    }

    .x-company-title p {
        margin-bottom: 0;
    }

    .x-company-title:after {
        margin-top: 5px;
    }

    .x-company-list {
        margin-top: 15px;
    }

    .x-news-box {
        margin-top: 20px;
    }

    .x-news-img,
    .x-news-right {
        width: 100%;
    }

    .x-news-img {
        margin-bottom: 15px;
    }

    .x-news-top h3 {
        font-size: 16px;
        padding-bottom: 7px;
        margin-bottom: 7px;
    }

    .x-news-top p {
        font-size: 12px;
    }

    .x-news-top .date h4 {
        font-size: 30px;
    }

    .x-news-top .date h5 {
        font-size: 12px;
    }

    .x-message-wrap {
        margin-left: 0;
        margin-right: 0;
    }

    .x-message-wrap #checkcode {
        width: 65%;
    }

    .x-message-wrap .checkCodeImg {
        width: 35%;
    }

    .x-message-wrap .x-submit {
        float: none;
        margin-top: 10px;
        width: 100%;
    }
}




/*  */





/* 友情链接 */
.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd {
    width: calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    min-width: 120px;
    z-index: 999;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}



.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;}





/* 合作 */
.hz_swiper{position: relative;overflow: hidden;padding-bottom: 45px;}
.hz_swiper li img{display: block;width: 100%;border:1px solid #ddd}
.hz_swiper li h3{    color: #666666;
    font: 400 14px/30px "Microsoft yahei";text-align: center;}


.hz_swiper .swiper-pagination1 {
	bottom: 0px;text-align: center;
}
.hz_swiper .swiper-pagination1 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #333;
	border-radius: 50%;
	margin: 0 10px!important;
	transition: width .3s ease;
	opacity: 1;
}
.hz_swiper .swiper-pagination1 .swiper-pagination-bullet-active {
		background-color: #dd1b1a;opacity: 1;
}






/*  */
.foot_nav {
   position: relative;
    display: flex;
}

.foot_nav li {
    float: left;
    text-align: center;
}

.foot_nav li a {
    font-size: 18px;
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 600;
    text-align: left;
    line-height: 66px;
}

.foot_nav li .x-nav-menu {
     width: 100%;
    margin-top: .5vh;
}

.foot_nav li .x-nav-menu a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: rgba(255, 255, 255, .5);
    font-weight: normal
}












.x-layout {
   background-color: #222222;
}

.x-layout .fota {
    width: 20%;
}

.x-layout .fotb {
    padding-top: 2vw;
    width: 60%;
}

.x-layout .fotc {
    padding-top: 2vw;
    width: 15%;
}

.x-layout-logo {
    margin-bottom: 20px;
}

.x-layout-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.x-layout-contact {
    float: left;
    width: 30%;
    margin-left: 5%;
}

.x-layout-contact p {
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

.x-layout-contact strong {
    display: block;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.x-layout-contact a {
    color: #fff;
}

.x-layout-ewm {
   width: 110px;
    float: right;
    text-align: center;
    margin-top: 66px;
}

.x-layout-ewm img {
    max-width: 100%;
}

.x-layout-ewm p {
    color: rgba(255, 255, 255, 0.5);
    font: 400 14px/36px "Microsoft yahei";
}

.x-footer {
     background-color: #dd1b1a;
    color: #fffefe;
    font: 400 14px/1.8 "Microsoft yahei";
    padding: 10px 0;
}

.x-footer a {
    color: #fffefe;
}

.x-footer a:hover {
    color: rgba(255, 255, 255, 0.8);
}



.x-power {
    margin: 5px 0;
}
