/*初始化样式*/
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,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    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:link {
    color: #666;
}
/*
a:visited {
    color: #666;
}
*/
a:hover,
a:active,
a:focus {
    color: #d8170e;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

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,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- 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;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.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.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}



.container-fluid {
    width: 1270px;
}



.x-top {
    background-color: #f8f8f8;
}

.wel {
    color: #888888;
    font: 400 14px/44px "Microsoft yahei";
}

.x-seo {
    color: #888888;
    font: 400 14px/44px "Microsoft yahei";
}

.x-seo a {
    color: #888888;
    font: 400 14px/44px "Microsoft yahei";
}

.x-seo a:hover {
    color: #666;
}

.top-phone {
    background: url(../image/6330f8e4217ab2b618b319a0a6493ddd27a1627f.png) no-repeat right center;
    padding-right: 66px;
    text-align: right;
    margin-left: 40px;
    margin-top: 15px;
}

.top-phone h3 {
    color: #666666;
    font: 400 16px/22px "Microsoft yahei";
}

.top-phone p {
    color: #d8170e;
    font: 400 30px/30px "Impact";
}

.top-ys-list {}

.top-ys-list li {
    background: url(../image/a8dd791055c4267fcfc0f5fa6f5bb8bc5d74a10a.png) no-repeat center;
    width: 76px;
    height: 82px;
    float: left;
    margin-left: 22px;

}

.top-ys-list li .img {
    text-align: center;
    margin-top: 19px;
}

.top-ys-list li .img img {
    max-width: 100%;
}

.top-ys-list li h3 {
    text-align: center;
    color: #ffffff;
    font: 400 14px/30px "Microsoft yahei";
}






/* 导航样式 */
.x-menubg {
    background-color: #d8170e;
}

.x-menu {}

.x-menu>li {
    float: left;
    position: relative;
    width: 155px;
    text-align: center;
}

.x-menu>li>a {
    display: block;
    color: #ffffff;
    font: 400 16px/64px "Microsoft yahei";
}

.x-menu>li>a:hover {
    background: #b60b03;
    color: #fff;
}

.x-menu>li.active>a {
    /* background: #b60b03;
    color: #fff; */
}

.nav-active{
    background: #b60b03;
    color: #fff;
}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%;
}

.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: 0;
    top: 64px;
    background: rgba(255, 255, 255, .8);
    /*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: 2;
    padding: .5em;
}

.x-sub-menu>li>a:hover {
    background: #d8170e;
    color: #fff;
}

/*.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;*/
/*}*/







.index-ss-left {
    float: left;
    color: #333333;
    font: 400 14px/77px "Microsoft yahei";
}

.index-ss-left span {
    color: #d8170e;
    font: 600 14px/77px "Microsoft yahei";
    text-transform: uppercase;
}

.index-ss-left a {
    color: #777777;
    font: 400 14px/77px "Microsoft yahei";
    position: relative;
    padding-left: 20px;
}

.index-ss-left a::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #e3e3e3;
    display: block;
    left: 10px;
    top: 3px;
}

.index-ss-left a:hover {
    color: #d8170e;
}





/*主标题*/


.x-title {
    color: #333333;
    position: relative;
    font: 600 40px/58px "Microsoft yahei";
    margin-bottom: 40px;
}


.x-title h4 {
    position: absolute;
    color: rgba(182, 182, 182, 0.14);
    font: 600 80px/80px "Airal";
    text-transform: uppercase;
    text-align: center;
    left: 0;
    right: 0;
}

.x-title h3 {
    z-index: 999;
    color: inherit;
    font: 600 40px/80px "Microsoft yahei";
    text-align: center;
}

.x-title h3 span {
    color: #d8170e;
}

.x-title p {
    text-align: center;
    color: #666666;
    font: 400 18px/26px "Microsoft yahei";
}

@media (max-width: 1024px) {
    .x-title h3 {
        font-size: 20px;
    }

    .x-title a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.x-title.white {
    color: #fff;
}


/*产品中心*/
.x-product {
    background-color: #f8f8f8;
    padding-top: 60px;
}

.x-product-left-sort {
    width: 264px;
    float: left;
}

.x-product-left-sort-tt {
    background: url(../image/e66fb151b27c0929beb685e41817613636d5745c.jpg) no-repeat center;
    padding: 20px;
    color: #ffffff;
    font: 600 24px/36px "Microsoft yahei";
    text-transform: uppercase;
    text-align: center;
}

.x-product-left-sort-tt span {
    display: block;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font: 400 14px/20px "Airal";
}

.x-product-l-sort a{ color:#666;}
.x-product-l-sort {
    border: 1px solid #eeeeee;
    padding: 15px;
}

.x-product-l-sort li {
    background: url(../image/37ff535b488fe8c420360f3dbbfda4a7cd9ff83d.png) no-repeat 80% center #f1f1f1;
    padding-left: 20px;
}

.x-product-l-sort li+li {
    margin-top: 10px;
}

.x-product-l-sort li a {
    font: 400 16px/48px "Microsoft yahei";
}

.x-product-l-sort li:hover {
    background: url(../image/9a8ce6cf9d88c85e8d74910e3840496f119afdba.png) no-repeat 80% center #d8170e;
}

.x-product-l-sort-hover {
    background: url(../image/9a8ce6cf9d88c85e8d74910e3840496f119afdba.png) no-repeat 80% center #d8170e;
}


.x-product-l-sort li:hover a {
    color: #fff;
}

.x-product-left-bottom {
    padding: 20px;
    background: url(../image/180e35c473a85488db561878a06296238fac7324.png) no-repeat 19px center #d8170e;
    padding-left: 75px;
}

.x-product-left-bottom h3 {
    color: #ffffff;
    font: 400 14px/18px "Microsoft yahei";
}

.x-product-left-bottom p {
    font: 400 24px/30px "Impact";
    color: #fff;
}

.index-product-right {
    width: 944px;
}

.index-product-right-1 {}


.index-product-right-2 {
    margin-top: 15px;
}

.index-product-right-2 li {
    display: inline-block;
    vertical-align: top;
    width: 294px;
}

.index-product-right-2 li h3 {
    background-color: #f1f1f1;
    color: #444444;
    font: 400 16px/47px "Microsoft yahei";
    text-align: center;
}

.index-product-right-2 li:hover h3 {
    background-color: #d8170e;
    color: #fff;
}




.x-product-item {
    padding: 0 1px;
    background: #fff;
}

.x-product-item a {
    display: block;
    padding: 25px;
    padding-right: 40px;
    border: 1px solid transparent;
}

.x-product-itembg {}

.x-product-item .img {
    width: 440px;
    float: left;
    border: 1px solid #f1f1f1;
}

.x-product-item .wz {
    width: 370px;
    margin-top: 25px;
    float: right;
}

.x-product-item .wz h3 {
    color: #333333;
    font: 600 22px/40px "Microsoft yahei";
    margin-bottom: 15px;
}

.x-product-item .wz p {
    color: #777777;
    font: 400 16px/32px "Micvrosoft yahei";
}

.x-product-item .wz span {
    display: block;
}

.index-product-right-1 .owl-dots {
    display: block !important;
    position: absolute;
    left: 57%;
    bottom: 66px;

}

.index-product-right-1 .owl-dots .owl-dot {
    background-color: #dedede;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

.index-product-right-1 .owl-dots .owl-dot.active {
    background-color: #d8170e;
}

.x-product-list {
    font-size: 0;
    margin: 44px -15px 0 -15px;
}

.x-product-list li {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

.x-product-list li h3 {
    background-color: #f1f1f1;
    color: #444444;
    font: 400 16px/47px "Microsoft yahei";
    text-align: center;
}

.x-product-list li:hover h3 {
    background-color: #d8170e;
    color: #fff;
}




@media (max-width: 1024px) {
    .x-product-list li {
        margin-bottom: 20px;
    }

    .x-product-list li h3 {
        font-size: 14px;
        padding: 1em 0;
    }
}





/*热推产品*/
.index-tt {
    position: relative;
    color: #333333;
    font: 600 24px/28px "Microsoft yahei";
    padding-left: 20px;
}

.index-tt::before {
    content: "";
    width: 8px;
    height: 28px;
    background-color: #d8170e;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.index-tt span {
    color: #999999;
    font: 400 16px/28px "Airal";
    text-transform: uppercase;
}

.index-tt img {
    margin-left: 20px;
}

.index-tt a {
    display: block;
    width: 88px;
    background: url(../image/02c1703b0698fb266b88f98e61899229454e5bad.png) no-repeat center right;
    float: right;
    color: #999999;
    font: 400 14px/28px "Microsoft yahei";
}

.index-hot-product {
    background-color: #f8f8f8;
/*    padding-top: 62px;*/
    padding-bottom: 35px;
}

.index-hot-product-con {
    margin-top: 36px;
}


/*滚动*/
.pin {
    width: 1200px;
    margin: 0 auto;
}

.chan {
    text-align: center;
    position: relative;
}

.l_btn,
.r_btn {
    position: absolute;
    cursor: pointer;
    top: 36%;
}

.l_btn {
    left: -80px;
}

.r_btn {
    right: -80px;
}

.twt {
    float: left;
}

.twt li a.img {
    position: relative;
    display: block;
    border: 1px solid #f1f1f1;
}

.twt li a.img img {
    display: block;
    width: 234px;
    height: 150px;
}

.twt li a.img h3 {
    position: absolute;
    color: #666666;
    font: 400 16px/52px "Microsoft yahei";
    bottom: 0;
    left: 0;
    right: 0;
}

.twt li {
    float: left;
    overflow: hidden;
    margin-left: 20px;
}

.twt li:hover .img {
    border: 1px solid #d8170e;
}

.twt li:hover .img h3 {
    color: #d8170e;
    ;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.huise {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: #f5f5f5;
    padding-bottom: 50px;
    padding-top: 70px;
}

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}


.anls {}

.product_list3 {}

.product_list3 li {
    float: left;
    margin-right: 20px;
    _display: inline;
    position: relative;
    width: 294px;
}

.product_list3 li a.img {}

.product_list3 li a.img img {
    width: 294px;
    height: 262px;
}

.product_list3 li h3 {
    text-align: center;
    color: #444444;
    background-color: #f1f1f1;
    font: 400 16px/47px "Microsoft yahei";
}

.product_list3 li h3 a {
    font-weight: normal;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

.product_list3 li a.img {
    display: block;
}

.product_list3 li:hover h3 {
    background-color: #d8170e;
    color: #fff;
}





/*案例*/
.x-case {
    padding: 60px 0 80px;
}





/* 横幅 */
.index-hf {
    background: url(../image/7cf6900ce530b56d10d71a3c5d9b7cf39f6b1475.jpg) no-repeat center;
    padding: 45px 0 58px;
}

.index-hf-left {
    width: 700px;
    padding-top: 20px;
}

.index-hf-left h3 {
    color: #fff;
    font: 600 46px/52px "Microsoft yahei";
    margin-bottom: 15px;
}

.index-hf-left h3 span {
    width: 60px;
    height: 4px;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 13px;
    margin-left: 15px;
    margin-right: 15px;
}

.index-hf-left p {
    color: rgba(255, 255, 255, 0.8);
    font: 400 18px/32px "Microsoft yahei";
}

.index-hf-right {
    width: 366px;
    text-align: center;
}

.index-hf-right h3 {
    background: url(../image/180e35c473a85488db561878a06296238fac7324.png) no-repeat 66px center;
    text-align: left;
    padding-left: 125px;
    color: #ffffff;
    font: 400 16px/44px "Microsoft yahei";
}

.index-hf-right p {
    color: #ffffff;
    font: 600 38px/66px "Airal";
}

.index-hf-right a {
    width: 170px;
    height: 40px;
    margin: 0 auto;
    display: block;
    background-color: #ffffff;
    color: #d8170e !important;
    font: 400 18px/40px "Microsoft yahei";
    margin-top: 25px;
    border-radius: 3px;
}

/*优势*/
.index-ys {
    padding: 60px 0 100px;
    background: url(../image/495d1bfb150d4ef308c062ea2c65a82929bdd004.jpg) no-repeat bottom right;
}

.index-ys .x-title h3 {
    font-size: 54px;
}

.index-ys .x-title p {
    color: #333333;
    font: 400 24px/46px "Microsoft yahei";
}

.tabz {
    height: 182px;
}

.tabz li {}

.tabz li .text {
    padding: 10px;
    background-color: #919291;
}


/*高品质追求*/
.box2 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.tabz {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.tabz li {
    float: left;
    width: 25%;
    display: block;
    /* background: #919291; */
    text-align: center;
    color: #666666;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.tabz li .img {
    background-color: rgba(255, 255, 255, .01);
    height: 88px;
    padding-top: 20px;
    opacity: 0.01;
}

.tabz li .text {
    padding: 23px;
}

.tabz li .text h3 {
    color: #ffffff;
    font: 600 20px/30px "Microsoft yahei";
}

.tabz li .text h4 {
    color: rgba(255, 255, 255, .5);
    font: 400 12px/20px "Airal";
    text-transform: uppercase;
}

.ttz li .img {
    position: relative;
    width: 628px;
}

.ttz li .img .imgbg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 620px;
    height: 370px;
    background-color: rgba(216, 23, 14, .5);
}

.ttz li .img img {
    position: relative;
    z-index: 9999;
    width: 620px;
    margin-top: 8px;
    margin-left: 8px;
}

.ttz li .text {
    width: 545px;
    text-align: left;
}

.ttz li .text h3 {
    color: #333333;
    font: 600 34px/60px "Microsoft yahei";
    position: relative;
    padding-bottom: 32px;
}

.ttz li .text h3::after {
    position: absolute;
    content: "";
    width: 68px;
    height: 6px;
    background-color: #d8170e;
    display: block;
    bottom: 0px;
}

.ttz li .text h3 span {
    display: block;
    text-transform: uppercase;
    color: #999999;
    font: 400 14px/20px "Airal";
}

.ttz li .text p {
    margin-top: 20px;
    color: #666666;
    font: 400 16px/34px "Microsoft yahei";
}

.ttz li .text a {
    display: block;
    width: 300px;
    height: 40px;
    color: #ffffff;
    font: 400 16px/40px "Microsoft yahei";
    background-color: #d8170e;
    margin-top: 40px;
    text-align: center;
}

.tabz li.cur .img {
    background-color: #d8170e;
    opacity: 1;
}

.tabz li.cur .text {
    background: url(../image/91c84da813d3aa611e5a44e491f6580bffdcb62f.png) no-repeat center 10px #d8170e;
}

.tabz li:hover,
.tabz li.cur {
    position: relative;
    color: #fff;
    cursor: pointer;
}

.tabz li:hover a,
.tabz li.cur a {
    color: #fff;
}

.ttz {
    display: none;
    margin-top: 30px;
}

.list1z {
    padding: 8px 10px;
}

.list1z li {
    position: relative;
    vertical-align: middle;
    float: left;
    margin-right: 26px;
    margin-bottom: 26px
}

.list1z li a.img {
    display: block
}

.list1z li a.img img {
    width: 376px;
    height: 270px;
}


.list1z li:nth-child(3n) {
    float: right;
    margin-right: 0px;
}

.dac {
    background: #03479c;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 45px;
    height: 45px;
}

.list1z li h3 {
    color: #fff;
    font-size: 16px;
    float: left;
    font-weight: normal;
    margin-left: 5%;
}

.list1z li h3 a {
    color: #fff;
    font-size: 16px;
    line-height: 45px;
}

.list1z li:hover .dac {
    background: #b99562;
}


.mx {
    float: right;
    color: #fff;
    font-size: 16px;
    margin-right: 5%;
}

.mx a {
    color: #fff;
    font-size: 16px;
}











/*关于我们*/
.x-about {
    background: url(../image/1061593a269a15837c01488ce0058549acf04e1b.jpg) no-repeat top center;
    padding-top: 50px;
}

.x-about .x-title h4 {
    color: rgba(182, 182, 182, 0.14);
}

.x-about .x-title h3 {
    color: #fff;
}

.x-about .x-title p {
    color: #fff;
}

.x-about-box {
    box-shadow: 0 0 10px #ccc;
    padding: 20px;
    background-color: #fff;
}

.x-about-left {
    width: 600px;
}

.x-about-left img {
    max-width: 100%;
}

.x-about-right {
    width: 540px;
}

.x-about-right p {
    color: #666666;
    font: 400 16px/32px "Microsoft yahei";
}

.x-about-more {
    margin-top: 30px;
}

.x-about-more a {
    display: block;
    float: left;
    color: #fff !important;
    width: 200px;
    font: 400 16px/55px "Microsoft yahei";
    background-color: #d8170e;
    text-align: center;
}

.x-about-more a+a {
    background-color: #eeeeee;
    color: #666666 !important;
}


/*案例*/
.index-hot-case {
    padding: 44px 0 70px;
}

.index-hot-case-con {
    margin-top: 40px;
}

.index-hot-case .index-tt a {
    font-size: 16px;
    color: #999999;
}

.x-case-list {
    margin-left: -10px;
    margin-right: -10px;
}

.x-case-itembg {
    padding: 0 10px;
}

.x-case-list .x-case-item .img img {
    max-width: 100%;
}

.x-case-list .x-case-item h3 {
    color: #666666;
    font: 400 16px/47px "Microsoft yahei";
    text-align: center;
    background-color: #f8f8f8;
}

.x-case-list .x-case-item:hover h3 {
    color: #fff;
    background-color: #d8170e;
}

/*新闻*/
.x-news {
    background-color: #f8f8f8;
    padding: 60px 0;
}

.tabsz {
    display: flex;
    justify-content: center;
}

.tabsz li+li {
    margin-left: 20px;
}

.tabsz li a {
    width: 200px;
    display: block;
    color: #444444;
    font: 400 18px/56px "Microsoft yahei";
    border: 1px solid #e8e8e8;
    text-align: center;
}

.tabsz li:hover a {
    color: #fff;
    background-color: #d8170e;
    border: 1px solid #d8170e;
}

.tabsz_content {
    margin-top: 60px;
}

.ttsz {
    display: none;
}

.x-news-img {
    width: 512px;
    background-color: #ffffff;
    padding: 17px;
}

.x-news-img .text h3 a{
    display: block;
    color: #333333;
    font: 600 18px/52px "Microsoft yahei";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.x-news-img .text p {
    color: #999999;
    font: 400 15px/25px "Microsoft yahei";
}

.x-news-img .text .date {
    color: #999999;
    font: 400 14px/60px "Microsoft yahei";
    margin-bottom: 8px;
}

.x-news-img .img {
    overflow: hidden;
}

.x-news-right {
    width: 680px;
}

.x-news-right li+li {
    margin-top: 20px;
}

.x-news-right li .date {
    width: 100px;
    float: left;
    background-color: #fff;
    padding: 10px;
    text-align: center;
}

.x-news-right li .date h4 {
    color: #454545;
    font: 600 48px/52px "Microsoft yahei";
}

.x-news-right li .date h5 {
    color: #666666;
    font: 400 16px/26px "Microsoft yahei";
}

.x-news-right li .text {
    width: 550px;
    float: right;
}

.x-news-right li .text h3 {
    color: #333333;
    font: 400 18px/26px "Microsoft yahei";
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.x-news-right li .text p {
    color: #888888;
    font: 400 15px/32px "Microsoft yahei";
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.x-news-right li .text .more {
    color: #888888;
    font: 400 14px/20px "Airal";
    position: relative;
    transition: all 0.8s;
}

.x-news-right li .text .more::before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #d8170e;
    transition: all 0.8s;
}

.x-news-right li:hover .date {
    background-color: #d8170e;
    color: #fff;
}

.x-news-right li:hover .date h4 {
    color: #fff;
}

.x-news-right li:hover .date h5 {
    color: #fff;
}

.x-news-right li:hover .text h3 {
    color: #d8170e;
    font-weight: 600;
}

.x-news-right li:hover .text .more {
    padding-left: 66px;
    transition: all 0.8s;
    color: #d8170e;
}

.x-news-right li:hover .text .more::before {
    width: 55px;
    transition: all 0.8s;
}





.x-link {
    background: #fff;
    padding: 22px 0;
}



.x-link-tt {
    color: #333333;
    font: 400 16px/20px "Microsoft yahei";
    border-right: 1px solid #e5e5e5;
    padding-right: 28px;
    margin-right: 20px;
}

.x-link-tt span {
    display: block;
    color: rgba(0, 0, 0, 0.1);
    font: 600 28px/30px "Microsoft yahei";
    text-transform: uppercase;
}


.x-link .x-link-r {
    width:calc(100% - 148px);
    position: relative;
}
.x-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    min-width: 120px;
}

.x-link  a {
    font-size: 14px;
	font-weight: normal;
	color: rgba(0, 0, 0, .6);
    line-height: 1.8;
    margin-right: 22px;
    white-space: nowrap;
}




.x-layout {
    background-color: #1f1f1f;
    padding: 45px 0;
}

.x-layout-logo {
    margin-bottom: 20px;
}

.x-layout-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.x-layout-contact {
    padding-left: 88px;
}

.x-layout-contact-tel h3 {
    color: rgba(255, 255, 255, 0.4);
    font: 400 14px/20px "Microsoft yahei";
}

.x-layout-contact-tel p {
    color: #fff;
    font: 600 28px/40px "Microsoft yahei";
}

.x-layout-contact-p {
    margin-top: 10px;
}

.x-layout-contact-p p {
    color: rgba(255, 255, 255, 0.4);
    font: 400 14px/25px "Microsoft yahei";
}

.x-layout-contact a {
    color: #fff;
}

.x-layout-menu {
    width: 500px;
}

.x-layout-menu dl {
    float: left;
    width: 160px;
}

.x-layout-menu dl+dl {
    width: 340px;
}

.x-layout-menu dl .ft_product {
    width: 318px;
}

.x-layout-menu dl .ft_product dd {
    width: 50%;
}

.x-layout-menu dl dt {
    color: #fff;
    font: 600 18px/30px "Microsoft yahei";
    margin-bottom: 15px;
}

.x-layout-menu dl dd a {
    display: block;
    color: rgba(255, 255, 255, 0.4);
    font: 400 14px/30px "Microsoft yahei";
}

.x-layout-menu dl dd a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.x-layout-menu dl+dl dd a {
    display: block;
    width: 100%;
    float: left;
}

.x-layout-ewm {
    text-align: center;
    width: 108px;
    margin-left: 20px;
}

.x-layout-ewm img {
    max-width: 100%;
}

.x-layout-ewm p {
    color: rgba(255, 255, 255, 0.4);
    font: 400 12px/44px "Microsoft yahei";
}

.x-footer {
    background: #1f1f1f;
    padding: 17px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    font: 400 14px/28px "Microsoft yahei";
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.x-footer a {
    color: rgba(255, 255, 255, 0.4) !important;
    font: 400 14px/28px "Microsoft yahei";
}

.x-footer a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}




/*内页左侧样式*/
.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}

.page-product-inquiry a {
    color: #fff;
}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}


/*悬浮链接*/
.red{color:#f00!important;}
.suspension{position:fixed;z-index:55;right:0;bottom:350px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.31);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}

.p12-curmbs-1 a{ color:#666;}
.p12-curmbs-1 a:hover{ color:#d8170e;}
       .p12-curmbs-1 {
            font-size: 14px;
            border-bottom: 1px dashed #dcdcdc;
        }
        .p12-curblock{
            display: none;
        }
        .p12-curmbs-1 b {
            border-left: 10px solid #d8170e;
            font-weight: normal;
            padding-left: 8px;
        } 
        .p12-curmbs-1 i {
            font-style: normal;
        }
        
        .p12-curmbs-1 span {
            font-family: '宋体';
            padding: 0 5px;
            height: 46px;
            line-height: 46px;
        }
		
.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}
.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6;}
.page-link:hover{z-index:2;color:#d8170e;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}
.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.page-link:not(:disabled):not(.disabled){cursor:pointer}
.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}
.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}
.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}
.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}
.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}
.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}
.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}
.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}
.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}
.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}
 
.my-4{margin-top:1.5rem!important}

.my-4{margin-bottom:1.5rem!important}

.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}
.pages {
	min-height: 500px;
}
.position,.position a{
	color:#999;
}
.page-num:not(:disabled) {
    cursor: pointer;
}
.page-num ,.page-link{
    position: relative;
    display: block;
    padding: .75rem .95rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #666;
    background-color: #fff;
    border: 1px solid #dee2e6;
	font-size:.75rem;
	 margin-right:15px;
}

a.page-num:hover,.page-link:hover{
	text-decoration:none;
}
.page-num-current{
    z-index: 1;
    color: #fff;
    background-color: #d8170e;
    border-color: #fff;
}
.page-num-current:hover{ color:#d8170e; border:1px #d8170e solid; background:#FFF;}


.page-num a:link{ color:#FFF;}
.page-num a:hover{ color:#FFF;}
.page-num a:visited{ color:#FFF;}

 .badge{display:inline-block;padding:.25em .4em;font-size:85%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}
 
 .badge-info{color:#fff;background-color:#17a2b8}
 .badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}
 .badge-warning{color:#212529;background-color:#ffc107}
 .badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}
 .badge-danger{color:#fff;background-color:#dc3545}
 .badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}
 
 .badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}
 