/* 通用样式 */






/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #333;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}


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;
}

.container {
    width: 100%;
    max-width: 1410px;
}

.container2 {
    max-width: 1410px;
    margin: 0 auto;
    padding: 0 5px;
    font-size: 14px;
}




@media(max-width:990px) {
    body {
        margin-top: 60px;
    }

    .left {
        display: none;
    }

    .right {
        width: 100%;
    }
}
























/*----- 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;
}

/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800% !important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800% !important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.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);
}


.roll_product {
    float: left;
}






/* 标题 */

.x-title {
    position: relative;
    text-align: center;
}

.x-title h3 {
    color: #0158cb;
    font: 600 38px/52px "Microsoft yahei";
}

.x-title h3 span {
    color: #333333;
    font-weight: 400;
}

.x-title p {
    color: #999999;
    font: 400 16px/44px "Microsoft yahei";
    text-transform: uppercase;
    margin-bottom: 4.4vh;
}

.x-title a:hover {
    background: #000;
}

@media (max-width: 1024px) {
    .x-title h3 {
        font: 600 22px/40px "Microsoft yahei";
    }

    .x-title p {
        font: 400 13px/20px "Microsoft yahei";
        margin-bottom: 2vh;
    }

    .x-title a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.x-title.white {
    color: #fff;
}

.x-title.white a {
    border: 1px solid #fff;
    background: transparent;
    opacity: .8;
}

.x-title.white a:hover {
    background: #fff;
}






.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);
}


/*手机端头部*/
.xymob-head {
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    background: #151515;
}

.xymob-head-box {
    position: relative;
    height: 60px;
}

.xymob-head-box .xymob-logo {
    position: absolute;
    left: calc(30px + 27px + 8px);
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto 0;
    width: calc(100% - 30px - 27px - 52px - 10px);
    height: 30px;
    text-align: center;
}

.xymob-head-box .xymob-logo h1,
.xymob-head-box .xymob-logo a {
    display: inline;
    font-size: 0;
}

.xymob-head-box .xymob-logo img {
    height: 25px;
    max-width: 100%;
    object-fit: contain;
}

.xymob-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0 auto 27px;
    width: 30px;
    height: 20px;
}

.xymob-navbtn span,
.xymob-navbtn:after,
.xymob-navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-navbtn span {
    margin: 7px 0;
}

.xymob-navbtn:after,
.xymob-navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.xymob-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.xymob-search-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14%;
    text-align: center;
    line-height: 60px;
}

.xymob-search-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search-btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 100vh;
    background: #151515;
    padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
}

.xymob-nav>li {
    border-bottom: 1px solid #2b2b2b;
    position: relative;
}

.xymob-nav>li>a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
}

.xymob-nav .xymob-menu-jt .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-nav .xymob-menu-jt .icon-font:after {
    background-position: -30px -240px;
}

.xymob-nav .xymob-menu-jt.clicked .icon-font:after {
    background-position: -30px -270px;
}

.xymob-nav .xymob-sub-menu {
    background: #1E1E1E;
    display: none;
}

.xymob-nav .xymob-sub-menu>li {
    border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu>li>a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 40px;
    text-indent: 2em;
}

.xymob-dlbtn {
    margin-top: 40px;
}

.xymob-dlbtn a {
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #0158cb;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.xymob-dlbtn a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.xymob-dlbtn a .icon-dl:after {
    background-position: -30px -540px;
}

.xymob-dlbtn a .icon-pn:after {
    background-position: -30px -600px;
}

.xymob-dlbtn a .icon-tc:after {
    background-position: -30px -570px;
}

.xymob-dlbtn .zx-btn {
    margin-top: 10px;
    background: none;
    border: 1px solid #fff;
}

.xymob-search {
    position: fixed;
    z-index: 99999;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #151515;
    padding: 15px 15% 0 15%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
    position: absolute;
    top: 27px;
    left: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

@media (max-width: 420px) {
    .xymob-search .xymob-search-close-btn {
        left: 15px;
    }
}

.xymob-search .xymob-search-close-btn i {
    width: 100%;
    height: 100%;
    display: block;
}

.xymob-search .xymob-search-close-btn i:after {
    background-position: -30px -300px;
}

.xymob-search .xymob-search-box {
    height: 50px;
    border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box input[type="text"] {
    width: 80%;
    float: left;
    background: none;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    height: 50px;
}

.xymob-search .xymob-search-box #s_btn {
    width: 20%;
    height: 50px;
    outline: none;
    cursor: pointer;
    font-size: 0;
    background: none;
    border: none;
}

.xymob-search .xymob-search-box #s_btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search .xymob-search-box #s_btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-search .xymob-seaerch-wz span,
.xymob-search .xymob-seaerch-wz a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 45px;
    border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
    left: 0;
}

.x-header {
    padding: 0;
    border-top: 4px solid #0158cb;
}

.x-logo {
    padding: 20px 0;
    width: auto;
    float: none;
}

.x-logo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.x-logo .img {
    float: none;
    line-height: 1;
    margin-top: 0;
}

.x-logo .img img {
    max-width: 100%;
}

.x-logo .text {
    float: none;
    position: relative;
    padding-left: 52px;
    padding-top: 13px;
}

.x-logo .text::before {
    content: "";
    width: 1px;
    height: 80px;
    position: absolute;
    top: 10px;
    background-color: #1007c1;
    left: 25px;
}

.x-logo .text h3 {
    color: #0158cb;
    font: 600 22px/40px "Microsoft yahei";
}

.x-logo .text p {
    color: #222222;
    font: 500 20px/40px "Microsoft yahei";
}

.x-seo {
    background-color: #0158cb;
    text-align: center;
    color: #ffffff;
    font: 400 14px/30px "Microsoft yahei";
    padding-bottom: 3px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.x-seo a {
    color: #ffffff;
    font: 400 14px/30px "Microsoft yahei";
}

.x-seo a:hover {
    color: rgba(255, 255, 255, 0.7);
}

@media(max-width:1420px) {
    .x-seo {
        font: 400 12px/30px "Microsoft yahei";
    }

    .x-seo a {
        font: 400 12px/30px "Microsoft yahei";
    }
}

.x-header-hotline {
    float: right;
    text-align: left;
    width: 288px;
    margin-top: 2.2vh;
    background: url("../images/top_phone.png") no-repeat left center;
    padding-left: 55px;
}

.x-header-hotline h3 {
    color: #666666;
    font: 400 14px/20px "Microsoft yahei";
}

.x-header-hotline p {
    color: #333333;
    font: 600 30px/36px "Airal";
    margin-bottom: 0;
}

@media(max-width:1200px) {
    .x-logo .text {
        display: none;
    }

    .x-seo {
        display: none;
    }

    .x-logo .img {
        margin-top: 0;
    }
}






/* 扥路 */
.xa-login {
    position: absolute;
    width: 50%;
    text-align: right;
    top: 0;
    right: 8.33333333%;
}








/*导航*/

.x-menubg {
    border-top: 1px solid #cccccc;
}

.key-hotline {
    padding: 15px 0;
}

.x-key {
    color: #0158cb;
    font: 400 14px/44px "Microsoft yahei";
}

.x-key a {
    color: #666666;
    margin-right: 6px;
}

.x-key a:hover {
    color: #0158cb;
}

.x-header-right #formsearch {
    border: 1px solid #0158cb;
    width: 420px;
    border-radius: 4px;
}

.x-header-right #formsearch {
    position: relative;
    float: right;
}

.x-header-right #formsearch:before {
    display: none;
}

.x-header-right #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 90px;
    height: 42px;
    background: url("../images/sous.png") no-repeat 20px center #0158cb;
    color: #fff;
    padding-left: 30px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 12px;
}

.x-header-right #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 90px);
    color: #333;
    height: 40px;
    padding-left: 10px;
    margin: 0;
}

.x-menu {
    display: flex;
    justify-content: center;
    width: 100%;
}

.x-menu>li {
    position: relative;
    width: calc(100% / 6);
}

.x-menu>li>a {
    display: block;
    /*padding: 0 1.5vw;*/
    color: #515050;
    font: 600 17px/60px "Microsoft yahei";
    text-align: center;

}

.x-menu>li>a:hover {
    background: #0158cb;
    color: #fff;
}

.x-menu>li.active>a {}

.x-menu>li+li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 1px;
    left: 0;
    height: 16px;
    top: 25px;
    background-color: #d6d6d6;
}

.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: 9999;
    width: 100%;
    left: 0px;
    top: 60px;
    background: #0158cb;
    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: #fff;
    line-height: 1.8;
    padding: .5em;
}

.x-sub-menu>li>a:hover {
    background: #1109be;
    color: #fff;
}



@media(max-width:1420px) {
    .x-menu>li>a {
        padding: 0 1.5vw;
    }
}

@media(max-width:1200px) {
    .x-menu>li {
        width: 12.5%;
        text-align: center;
    }

    .x-menu>li>a {
        padding: 0;
        font: 600 15px/60px "Microsoft yahei";
    }
}



/* 首页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: #0158cb;
}

.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;
}

@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 {
    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: 13px;
    margin: 0 .5em;
    outline: none;
    background: #666666;
    border-radius: 50%;
    width: 1em;
    height: 1em;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
    background-color: #0158cb;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    background-color: #0158cb;
}



@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px;
    }
}




/* 产品 */

.x-product {
    background: url("../images/back_pro.jpg") no-repeat center;
    padding: 5vh 0 4vh;
    border-bottom: 1px solid #e4e4e4;
}

.x-product-sort {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

.x-product-sort li {
    list-style-type: none;
    margin-top: 5px;
}

.x-product-sort li a {
    color: #888888;
    font: 400 18px/18px "Microsoft yahei";
    margin-left: 10px;
    margin-right: 10px;
}

.x-product-sort li a:hover {
    color: #0158cb;
}

.x-product-sort li+li {
    border-left: 1px solid #888888;
}



/*滚动*/

.comimg {
    position: relative;
}

.comimg li {
    float: left;
    border: 4px solid #eaeaea;
    margin-left: 15px;
    margin-right: 15px;
}

.comimg li img {
    width: 372px;
    height: 240px;
}

.comimg ul li h3 {
    text-align: center;
    color: #333333;
    font: 400 16px/46px "Microsoft yahei";
    background-color: #eaeaea;
}

.comimg li:hover {
    border: 4px solid #cf0010;
}

.comimg li:hover h3 {
    background-color: #cf0010;
    color: #fff;
}

.lpre,
.lnex {
    width: 30px;
    height: 59px;
    display: block;
    position: absolute;
    margin-top: -50px;
    top: 51%;
    cursor: pointer;
}

.lpre {
    left: 0;
    background: url("../images/jt_l.png") no-repeat;
}

.lnex {
    right: 0;
    background: url("../images/jt_r.png") no-repeat;
}

#o_demo {
    overflow: hidden;
    margin: 0 auto;
}

#o_indemo {
    float: left;
    width: 800%
}

#o_demo1 {
    float: left;
}

#o_demo2 {
    float: left;
}

.x-product-list {
    margin-top: 5vh;
    position: relative;
}

.x-product-list li {
    list-style-type: none;
    float: left;
    margin-left: 13px;
    margin-right: 13px;
    position: relative;
}

.x-product-list li .img {
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.x-product-list li .img img {
    width: 326px;
    height: 264px;
    transition: all 0.8s;
}

.x-product-list li h3 {
    color: #555555;
    font: 400 17px/60px "Microsoft yahei";
    text-align: center;
}

.x-product-list li:hover .img {
    border: 1px solid #0158cb;
}

.x-product-list li:hover .img img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.x-product-list li:hover h3 {
    color: #0158cb;
}

.lpre,
.lnex {
    position: absolute;
    top: 44%;
    width: 40px;
    height: 65px;
}

.lpre {
    background: url("../images/jt_l.png") no-repeat center #e2e2e2;
    left: -100px;
}

.lnex {
    background: url("../images/jt_r.png") no-repeat center #e2e2e2;
    right: -100px;
}

.lpre:hover {
    opacity: 0.8;
}

.lnex:hover {
    opacity: 0.8;
}

@media (max-width: 1024px) {
    .x-product-list li {
        margin-bottom: 20px;
    }

    .x-product-list li h3 {
        font-size: 14px;
        padding: 1em 0;
    }
}

/*产品中心*/

.x-product-two {
    background: url("../images/back_pro.jpg") no-repeat top center;
    padding: 6vh 0;
}

.x-product-two-sort {
    margin-top: 4vh;
    margin-bottom: 4vh;
    display: flex;
    justify-content: center;
}

.x-product-two-sort li {
    list-style-type: none;
    float: left;
    background-color: #eaeaea;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 23px;
}

.x-product-two-sort li a {
    color: #555555;
    font: 400 17px/40px "Microsoft yahei";
    padding: 0 44px;
}

.x-product-two-sort li:hover,
.x-product-two-sort li.cur {
    background-color: #0158cb;
}

.x-product-two-sort li:hover a,
.x-product-two-sort li.cur a {
    color: #fff;
}

.ttz {
    display: none;
}

.x-product-list-two {
    margin-top: 5vh;
    position: relative;
}

.x-product-list-two li {
    list-style-type: none;
    float: left;
    position: relative;
    width: calc(25% - 17px);
}

.x-product-list-two li+li {
    margin-left: 22px;
}

.x-product-list-two li .img {
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.x-product-list-two li .img img {
    width: 100%;
    transition: all 0.8s;
}

.x-product-list-two li h3 {
    color: #555555;
    font: 400 17px/60px "Microsoft yahei";
    text-align: center;
}

.x-product-list-two li:hover .img {
    border: 1px solid #0158cb;
}

.x-product-list-two li:hover .img img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.x-product-list-two li:hover h3 {
    color: #0158cb;
}

.x-product-more {
    color: #666666;
    font: 400 14px/44px "Microsoft yahei";
    border: 1px solid #e1e1e1;
    width: 160px;
    margin: 0 auto;
    padding-left: 40px;
    margin-top: 30px;
    border-radius: 30px;
    background: url("../images/more_jt1.png") no-repeat 110px center;
}

.x-product-more a {
    color: #666666;
    font: 400 14px/44px "Microsoft yahei";
    display: block;
}

.x-product-more:hover a {
    color: #0158cb;
}

.x-product-more:hover {
    border: 1px solid #0158cb;
    background: url("../images/mor_jth1.png") no-repeat 110px center;
}

@media (max-width:1200px) {
    .x-product-two-sort li a {
        font: 400 14px/40px "Microsoft yahei";
        padding: 0 20px;
    }
}

@media (max-width:1024px) {
    .x-product-two-sort {
        display: block;
    }

    .x-product-two-sort li {
        width: 30%;
        text-align: center;
        margin-top: 10px;
    }

    .x-product-list-two li h3 {
        font: 400 14px/30px "Microsoft yahei";
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .list1z {
        margin-left: -11px;
        margin-right: -11px;
    }

    .list1z li {
        width: 48%;
        margin: 10px 1%;
    }

    .x-product-list-two li+li {
        margin-left: 0px;
    }

    .x-product-list-two li .img {
        position: relative;
        padding-top: 70%;
        height: 0;
        overflow: hidden;
    }

    .x-product-list-two li .img img {
        position: absolute;
        top: 0;
        width: 100%;
    }
}

@media (max-width:768px) {
    .x-product-two-sort li {
        width: calc(50% - 10px);
    }
}



/*关于我们*/

.x-about {
    display: flex;
    justify-content: center;
    background: url("../images/back_ab.jpg") no-repeat right center;
}

.x-about-left {
    width: 50%;
}

.x-about-left img {
    width: 100%;
    max-width: 100%;
}

.x-about-right {
    width: 50%;
}

.x-about-right-con {
    width: 630px;
    margin-left: 60px;
    margin-top: 5vh;
}

.x-about-right-con h3 {
    color: #333333;
    font: 600 30px/40px "Microsoft yahei";
    margin-bottom: 3vh;
}

.x-about-right-con h3 span {
    color: #0158cb;
    font: 600 34px/40px "Airal";
    text-transform: uppercase;
    display: block;
}

.x-about-right-con .ab_wz {
    color: #666666;
    font: 400 16px/32px "Microsoft yahei";
}

.x-about-list {
    margin-top: 6vh;
}

.x-about-list li {
    float: left;
    width: 72px;
}

.x-about-list li+li {
    margin-left: 65px;
}

.x-about-list li .img {
    display: block;
    width: 72px;
    height: 72px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

.x-about-list li .img img:first-child {
    max-width: 100%;
    display: block;
}

.x-about-list li .img img:last-child {
    max-width: 100%;
    display: none;
}

.x-about-list li h3 {
    margin-top: 1vh;
    color: #666666;
    font: 400 16px/30px "Microsoft yahei";
}

.x-about-list li:hover .img {
    background-color: #0158cb;
}

.x-about-list li:hover h3 {
    color: #0158cb;
}

.x-about-list li:hover .img img:first-child {
    display: none;
}

.x-about-list li:hover .img img:last-child {
    display: block;
}

@media (max-width: 1670px) {
    .x-about-right-con {
        width: 500px;
        margin-left: 60px;
    }

    .x-about-right-con h3 {
        margin-bottom: 1vh;
    }

    .x-about-list {
        margin-top: 4vh;
    }

    .x-about-right-con .ab_wz {
        font: 400 15px/28px "Microsoft yahei";
    }
}

@media (max-width: 1400px) {

    .x-about-list {
        display: none;
    }
}

@media (max-width: 1024px) {
    .x-about {
        display: block;

    }

    .x-about-left {
        width: 100%;
    }

    .x-about-right {
        width: 100%;
        font-size: 12px;
    }

    .x-about-right strong {
        font-size: 14px;
        color: #000;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .x-about-right-con {
        width: 100%;
        margin-left: 0;
        padding: 15px;
        margin-top: 2vh;
    }

    .x-about-right-con h3 {
        font: 600 22px/40px "Microsoft yahei";
    }

    .x-about-right-con h3 span {
        font: 600 22px/40px "Airal";
    }
}



/*应用行业领域*/

.x-apply {
    padding: 6.6vh 0 8.8vh;
}

.x-apply-list {
    margin-left: -11px;
    margin-right: -11px;
}

.x-apply-list li {
    list-style-type: none;
    float: left;
    margin-left: 11px;
    margin-right: 11px;
    position: relative;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    width: calc(25% - 22px);
    overflow: hidden;
}

.x-apply-list li img {
    max-width: 100%;
}

.x-apply-list li h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: center;
    color: #fff;
    font: 600 18px/70px "Microsoft yahei";
    border-bottom-right-radius: 80px;
}

.x-apply-list li h3 img {
    margin-right: 8px;
}

.x-apply-list li:hover h3 {
    background-color: #0158cb;
}


@media(max-width:1442px) {
    .x-apply-list li h3 {
        border-bottom-right-radius: 50px;
    }
}

@media(max-width:1040px) {
    .x-apply-list li h3 {
        border-bottom-right-radius: 60px;
    }
}

@media(max-width:768px) {
    body {
        overflow-x: hidden;
    }

    .x-apply-list li {
        width: calc(50% - 22px);
        margin-top: 2vh;
    }

    .x-apply-list li h3 {
        font: 400 14px/30px "Microsoft yahei";
        top: 50%;
        height: 30px;
        padding: 0;
        border-bottom-right-radius: 0;

    }

    .x-apply-list li h3 img {
        display: none;
    }
}



/*客户*/

.x-title.write {
    margin-bottom: 3vh;
}

.x-title.write h3 {
    color: #fff;
}

.x-title.write p {
    color: #fff;
    margin-bottom: 5.2vh;
}

.x-client {
    padding: 5.8vh 0 7vh 0;
    /* background: url(../images/1baf517af3d01be95631b256d9b483e3e4a04bcc.jpg) no-repeat center; */
}

.x-client li {
    list-style-type: none;
    float: left;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 2px;
    width: calc(16.66% - 2px);
}

.x-client li img {
    max-width: 100%;
}

@media (max-width:1024px) {
    .x-client li {
        width: calc(25% - 2px);
    }
}

/*FAQ答疑*/

.x-faq {
    padding: 5vh 0 6.6vh;
}

.x-faq-title {
    position: relative;
}

.x-faq-title h3 {
    float: left;
    color: #333333;
    font: 600 38px/60px "Microsoft yahei";
}

.x-faq-title a {
    float: right;
    background: url("../images/news_r.png") no-repeat right center;
    color: #666666;
    font: 400 14px/60px "Microsoft yahei";
    display: block;
    width: 77px;
    transition: all 0.8s;
}

.x-faq-title a:hover {
    transition: all 0.8s;
    transform: translateX(10px);
}

.x-faq-list li {
    list-style-type: none;
    margin-top: 6vh;
}

.x-faq-list li h3 {
    color: #333333;
    font: 600 14px/20px "Microsoft yahei";
    background: url("../images/news_que.jpg") no-repeat left top;
    padding-left: 56px;
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e4e4e4;
}

.x-faq-list li p {
    background: url("../images/news_ans.jpg") no-repeat left top;
    padding-left: 56px;
    color: #888;
    font: 400 14px/23px "Microsoft yahei";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.x-faq-more {
    color: #888888;
    font: 400 14px/30px "Airal";
    border: 1px solid #e4e4e4;
    width: 100px;
    text-align: center;
    margin-top: 2.5vh;
    border-radius: 16px;
    text-transform: uppercase;
    margin-left: 56px;
}

.x-faq-list li:hover h3 {
    color: #0158cb;
}

.x-faq-list li:hover .x-faq-more {
    border: 1px solid #0158cb;
    background-color: #0158cb;
    color: #fff;
}

@media(max-width:1024px) {
    .x-faq-title h3 {
        font: 600 22px/60px "Microsoft yahei";
    }
}




/*新闻*/

.x-news {
    background-color: #f8f8f8;
    padding: 5vh 0 7vh;
}

.tabli {
    position: absolute;
    right: 0;
    top: 17px;
}

.tabli li {
    float: left;
    list-style-type: none;
}

.tabli li+li {
    padding-left: 6px;
    margin-left: 6px;
    border-left: 1px solid #666666;
}

.tabli li a {
    background: none !important;
    color: #666666;
    font: 400 18px/18px "Microsoft yahei";
}

.tabli li:hover a {
    transform: translateX(0);
    color: #0158cb;
}

.tabli li.cur a {
    color: #0158cb;
}

.tab {
    display: none;
}

.x-index-news-list li {
    list-style-type: none;
    margin-top: 4vh;
}

.x-index-news-list li .pic {
    width: 97.5%;
}

.x-index-news-list li:nth-child(2n) .pic {
    float: right;
}

.x-index-news-list li .img {
    border: 1px solid #e4e4e4;
    width: 34%;
    float: left;
    overflow: hidden;
}

.x-index-news-list li .img img {
    max-width: 100%;
    transition: all 0.8s;
}

.x-index-news-list li .wz {
    width: 100%;
    float: right;
}

.x-index-news-list li h3 {
    color: #333333;
    font: 400 18px/36px "Microsoft yahei";
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.x-index-news-list li p {
    color: #666666;
    font: 400 14px/26px "Microsoft yahei";
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.x-index-news-list li:hover h3 {
    color: #0158cb;
}

.x-index-news-list li:hover .img img {
    transition: all 0.8s;
    transform: scale(1.05);
}

/*快速导航*/

.x-index-nav {
    padding: 5vh 0 8vh;
}

.x-index-nav .x-faq-title {
    border-bottom: 2px solid #e7e7e7;
    padding-bottom: 1vh;
}

.x-index-nav-title h3 {
    color: #333333;
    font: 600 24px/52px "Microsoft yahei";
}

.x-index-nav-part {
    display: flex;
    align-items: center;
    margin-top: 4vh;
}

.x-index-nav-con>ul>li {
    display: flex;
    align-items: center;
    margin-top: 4vh;
}

.x-index-nav-con h3 {
    width: 140px;
    text-align: right;
    padding-right: 24px;
    position: relative;
    font: 600 18px/30px "Microsoft yahei";
    color: #333333;
    margin-right: 10px;
}

.x-index-nav-con h3 a {
    color: inherit;
}

.x-index-nav-con h3::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    display: block;
    background-color: #dfdfdf;
    right: 0;
    top: 0;
}

.x-index-nav-list {
    width: calc(100% - 150px);
}

.x-index-nav-list li {
    list-style-type: none;
    float: left;
    margin-left: 2vh;
}

.x-index-nav-list li a {
    color: #777777;
    font: 400 14px/22px "Microsoft yahei";
}

.x-index-nav-list li a:hover {
    color: #0158cb;
}


.page-product-inquiry a {
    color: #fff;
}

@media (max-width: 1200px) {
    .product_list li{
        width: 48%;
    margin: 0 1%;
    }

    .product_list li a.img img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 990px) {
    .right .content p img {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }

    .right .content img {
    }
    #relate_p li{
        width: 48%;
        margin: 10px 1%;
    }
    #relate_p .img img{
        width: 100%;
        height: auto;
    }



    .product_list li{
        width: 48%;
    margin: 0 1%;
    }

    .product_list li a.img img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {

    .n_banner {
        display: none;
    }

    .x-banner {
        margin-top: 60px;
    }

    .page-banner {
        margin-top: 60px;
    }

    .xypg-right-content p img {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }

    .message #content {
        width: auto;
    }

    .x-apply-list li img {
        width: 100%;
    }

    .message {
        padding-left: 0;
    }

    #message_main tr th {
        display: inline-block;
        width: 60px;
    }

    #message_main tr td {
        width: 100%;
    }

    .m_label {
        width: auto;
    }
}



/* 底部 */
.x-layout {
    background: none;
    background-color: #222222;
    padding: 0;
}

.x-foot-nav {
    width: 19%;
    float: left
}

.x-foot-nav-h {
    color: #eeeeee;
    font: 600 18px/36px "Microsoft yahei";
    margin-bottom: 1.5vh;
    margin-top: 4vh;
}

.x-foot-nav-li li {
    float: left;
    width: 50%;
    list-style-type: none;
}

.x-foot-nav-li li a {
    color: #adadad;
    font: 400 14px/30px "Microsoft yuahei";
}

.x-foot-nav-li li a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.x-foot-product-nav {
    float: left;
    margin-left: 5%;
    width: 10%;
}

.x-foot-product-nav-li {
    list-style-type: none;
}

.x-foot-product-nav-li li {
    width: 100%;
}
.x-foot-product-nav-li li:nth-child(n+7){
    display: none;
}
.x-foot-contact {
    float: left;
    margin-left: 5%;
    width: 25%;
}

.x-foot-contact h3 {
    color: #adadad;
    font: 400 14px/26px "Microsoft yahei";
}

.x-foot-contact-tel p {
    color: #eeeeee;
    font: 600 30px/44px "Microsoft yahei";
}

.x-foot-contact-con p {
    color: #adadad;
    font: 400 14px/24px "Microsoft yahei";
}

.x-foot-part2 {
    margin-top: 10.5vh;
    padding: 1.7vh 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.x-copyright {
    color: rgba(255, 255, 255, 0.5);
    font: 400 14px/30px "Microsoft yahei";
    margin: 0;
}

.x-copyright a {
    color: rgba(255, 255, 255, 0.5);
    font: 400 14px/30px "Microsoft yahei";
}

.x-copyright a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.x-region {
    color: rgba(255, 255, 255, 0.5);
    font: 400 14px/30px "Microsoft yahei";
}

.x-region a {
    color: rgba(255, 255, 255, 0.5);
    font: 400 14px/30px "Microsoft yahei";
}

.x-region a:hover {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width:1200px) {
    .x-foot-nav {
        width: 30%;
    }

    .x-foot-product-nav {
        width: 20%;
    }

    .x-foot-contact {
        width: 40%;
        float: right;
    }
}

@media (max-width:767px) {
    .x-foot-contact {
        width: 100%;
        float: left;
        padding-bottom: 15px;
    }
}

.x-foot-part3 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 410px;
    background-color: #004eb4;
}

.x-foot-part3 h3 {
    position: relative;
    color: #ffffff;
    text-align: center;
    font: 600 22px/52px "Microsoft yahei";
    background: url(//cdn.myxypt.com/d3fe257c/22/08/0a45f04d9fece1a4d5fc724a60c7926ee495b676.png) no-repeat center;
    margin-top: 38px;
}

.x-foot-part3 p {
    color: #eee;
    font: 400 14px/25px "Microsoft yahei";
    text-align: center;
    margin-bottom: 3vh;
}

.x-message-name {
    background: url(//cdn.myxypt.com/d3fe257c/22/08/7194f7293fc8536fe8af47c44fe20a28a8b156aa.png) no-repeat 95% 7px;
}

.x-message-phone {
    background: url(//cdn.myxypt.com/d3fe257c/22/08/50684eda73249d23977bf5dc949036bd42723fa1.png) no-repeat 95% 9px;
}

.code-group {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 6px;
}

.x-message-wrap #checkcode {
    border: 1px solid #fff;
    border-radius: 6px;
}

.x-message-submit {
    margin-top: 5vh;
}

.x-message-wrap {
    margin-left: 2vw;
    margin-right: 2vw;
}

.x-message-wrap #message_main {
    margin: 0 auto;
}

#message_main input,
#message_main textarea {
    margin-top: 10px;
    border: 1px solid #dedede;
}

@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 {
    position: relative;
    margin-bottom: 13px;
}

.x-message-wrap input[type='text'],
.x-message-wrap textarea {
    width: 100%;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 10px;
    font-size: 14px;
    color: rgba(238, 238, 238, 0.7);
    background: rgba(0, 0, 0, 0.01);
    outline: none;
    border-radius: 6px;
}

.x-message-wrap input[type='text']::-webkit-input-placeholder,
.x-message-wrap textarea::-webkit-input-placeholder {
    color: rgba(238, 238, 238, 0.7);
}

.x-message-wrap input[type='text']:-ms-input-placeholder,
.x-message-wrap textarea:-ms-input-placeholder {
    color: rgba(238, 238, 238, 0.7);
}

.x-message-wrap input[type='text']::-ms-input-placeholder,
.x-message-wrap textarea::-ms-input-placeholder {
    color: rgba(238, 238, 238, 0.7);
}

.x-message-wrap input[type='text']::placeholder,
.x-message-wrap textarea::placeholder {
    color: rgba(238, 238, 238, 0.7);
}

.x-message-wrap textarea {
    padding-top: 5px;
    height: 95px;
    resize: none;
}

.x-message-wrap #checkcode {
    float: left;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.x-message-wrap .message #contact{
    width: 100%;
    height: 40px;
    margin-top: 10px;
}
.x-message-wrap .message #name{
    width: 100%;
    height: 40px;
    margin-top: 0;
}


.x-message-wrap .checkCodeImg {
    float: right;
    display: block;
    text-align: center;
    width: 30%;
    height: 34px;
    font-size: 0;
    background: #e7e4e4;
    padding: 0px 1px;
    margin-top: -37px;
    margin-right: 1px;
}

.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 .msgbtn {
    float: right;
    width: 100%;
    height: 42px;
    background: #ffffff;
    color: #333333;
    font-size: 16px;
    border: none;
    outline: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: 600;
    margin-top: 22px;
}

.x-message-wrap .msgbtn:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #fff;
}

.x-message-wrap input{
    border: 1px solid rgba(255, 255, 255, 0.5);
}


/*友情链接*/

.x-layout .container {
    position: relative;
}

.x-link {
    color: #333333;
    font: 400 14px/50px "Microsoft yahei";
    padding: 15px 0;
}

.x-link a {
    color: #888888;
    font: 400 13px/50px "Microsoft yahei";
}

.x-link a:hover {
    color: #0158cb;
}


/* 内页添加修改 */
.xypg-case-list li .img {
    border: 1px solid #d9d9d9;
}

