/*åˆå§‹åŒ–æ ·å¼*/
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: #009b4c;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}
.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;}

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;
    width: 100%;
}

.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-menu {
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}


.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(../images/tel.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";
    padding-right: 37px;
    margin-bottom: 5px;
}

.top-phone p {
    color: #d8170e;
    font: 400 30px/30px "Impact";
}

.top-ys-list {}

.top-ys-list li {
    background: url(../images/y1.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: 12.5%;
    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; */
}

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


/* å…³é”®è¯ */


.x-header-right {
    float: right;
    width: 300px;
    text-align: right;
    height: 77px;
    border-left: 1px solid #ededed;
}


.x-header-right #formsearch,
.x-header-right .x-login {
    display: inline-block;
    vertical-align: middle;
}

.x-header-right #formsearch {
    width: 100%;
    position: relative;
    margin-top: 0;
    margin-left: 0;
}

.x-header-right #formsearch:before {
    /* content: '|';
    position: absolute;
    left: 36px;
    top: 5px; */
}

.x-header-right #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 35px;
    height: 77px;
    font-size: 0;
    background: url(../images/ss.png) no-repeat center;
}

.x-header-right #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    color: #b6b6b6;
    height: 77px;
    padding-left: 15px;
    font-size: 14px;
}

.x-header-right #formsearch input#keyword {
    color: #b6b6b6;
}
.x-header-right #formsearch input#keyword::placeholder{
    color: #b6b6b6;
}
.x-header-right .x-login {
    font-size: 14px;
    color: #000000;
    line-height: 30px;
}

.x-header-right .x-login .username {
    max-width: 75px;
    vertical-align: -10px;
    display: inline-block;
}

.x-header-right .x-login a {
    color: #000;
}

.x-header-right .x-login a:hover {
    color: #d8170e;
}

/*  */



.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 "Arial";
    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:#d8170e;
    padding:30px 20px;
    color: #ffffff;
    height: 110px;
    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 "Arial";
}

.x-product-l-sort {
    border: 1px solid #eeeeee;
    padding: 20px 17px;
    background:#fff;
}

.x-product-l-sort li {
    background: url(../images/jt.png) no-repeat 91% 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(../images/jt2.png) no-repeat 91% center #d8170e;
}

.x-product-l-sort li:hover a {
    color: #fff;
}

.x-product-left-bottom {
    padding: 20px;
    background: url(../images/ptel.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;
    margin-top: 5px;
}

.index-product-right {
    width: 944px;
}

.index-product-right-1 { box-shadow: 0 0 15px rgba(0,0,0,.1);margin-bottom: 39px;}


.index-product-right-1 {
    margin-bottom: 15px;
}
.tab1{display:none;}

.index-product-right-2 li {
    display: inline-block;
    vertical-align: top;
    width: 294px;
}
.index-product-right-2 li .img img{display: block;width: 294px;height: 262px;}
.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: 27px;
    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 .img img{height: 338px;}
.x-product-item .wz {
    width: 370px;
    margin-top: 25px;
    float: right;
}

.x-product-item .wz h3 {
    color: #333333;
    font: 500 22px/40px "Microsoft yahei";
    margin-bottom: 15px;
}

.x-product-item .wz p {
    color: #848484;
    font: 400 14px/30px "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;
    }
}


.c2 {
    padding-top: 62px;
}
.c2 .content {
    width: 1240px;
    margin: 0 auto;
}
.c2 .content .c2-1 {
    margin-top: 8px;
    text-align: right;
    width: 155px;
    position: relative;
    font-weight: 600;
    font-size: 30px;
}

.c2 .content .c2-2 .bd {
    overflow: hidden; margin: 0 -24px;
}
.c2 .content .c2-2 .list2 li {
    
    
    background: #fff;
    float: left;
    margin: 0 24px;
  background-color: #ffffff;
}
.c2 .content .c2-2 .list2 li a{border: solid 1px #f1f1f1;display: block;
    padding: 16px 40px 32px 15px;height: 150px;width: 596px;}
.day{position: relative;margin-top: 53px;}
.day .xx {position: absolute;top:50%;margin-top: -38px;cursor: pointer;}
.day .prev{left: -79px;}
.day .next{right: -79px;}



.c2-2 .list2 li h3 {
    font-size: 18px;
    color: #666666;
    font-weight: 600;
    padding-left: 38px;
    line-height: 23px;
    font-weight: normal;
    background: url(../images/q.png) no-repeat 0 50%;
}
.c2-2 .list2 li dd {
    margin-top: 7px;
    background: url(../images/a.png) no-repeat 0 8px;
    padding-left: 38px;
    font-size: 18px;
    line-height: 38px;
    color: #666666;
}


/*çƒ­æŽ¨äº§å“*/
.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 "Arial";
    text-transform: uppercase;
}

.index-tt img {
    margin-left: 20px;
}

.index-tt a {
    display: block;
    width: 88px;
    background: url(../images/jt3.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: 77px;
}

.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 .img {}

.product_list3 li .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(../images/ht.jpg) no-repeat center;
    margin-top: 88px;
    padding-top: 30px;
    height: 283px;
}

.index-hf-left {
    width: 758px;
}

.index-hf-left h3 {
    color: #fff;
    font: 600 46px/1 "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(../images/tel2.png) no-repeat 76px 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 "Arial";
}

.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: #fff;
}

.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: 87px;
}

.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;
    border-right: 1px solid #fff;
}
.tabz li:last-child{border-right: none;}
.tabz li .img {
    background-color: rgba(255, 255, 255, .01);
    height: 76px;
    line-height: 76px;
    opacity: 0.01;
}

.tabz li .text {
    padding: 15px 5px 0 5px;height: 96px;
}

.tabz li .text h3 {
    color: #ffffff;
    font: 600 18px/28px "Microsoft yahei";
}

.tabz li .text h4 {
    color: #ffffff;
    font: 600 18px/20px "Microsoft yahei";
    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;
  height: 370px;
    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 "Arial";
}

.ttz li .text p {
    margin-top: 30px;
    color: #848484;
    font: 400 14px/30px "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(../images/line2.png) no-repeat center 5px #d8170e;

}
/*.tabz li.cur .text h3,.tabz li.cur .text h4{line-height: 32px;}*/
.tabz li:hover,
.tabz li.cur {
    position: relative;
    color: #fff;
    cursor: pointer;height: 170px;
}

.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(../images/abj.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: 602px;
}

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

.x-about-right {
    width: 546px;
    margin-right: 17px;
    margin-top: 26px;
}
.acon{height: 258px;overflow: hidden;}
.x-about-right p {
    color: #666666;
    font: 400 16px/34px "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: 35px 17px 20px 17px;
}

.x-news-img .text h3 a{
    display: block;
    color: #333333;
    font: 600 18px/1 "Microsoft yahei";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.x-news-img .text p {
  margin-top: 14px;
    color: #999999;
    font: 400 15px/24px "Microsoft yahei";
}

.x-news-img .text .date {
    color: #999999;
    font: 400 14px/60px "Microsoft yahei";
    margin-bottom: 8px;
}

.x-news-img .img {
    overflow: hidden;margin-top: 30px;
}
.x-news-img .img img{
  width: 478px;
  height: 249px;
}
.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:0 10px;
    display: flex;align-items: center;justify-content: center;flex-direction: column;
    text-align: center;
  height: 100px;
  font-size: 20px;
  color: #454545;
  line-height: 28px;
}
/*.shi{height: 56px;overflow: hidden;}*/



.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: #333333;
    font: 400 18px/28px "Microsoft yahei";
}

.x-news-right li .text .more {
    color: #888888;
    font: 400 14px/17px  "Arial";
    position: relative;
    transition: all 0.8s;
    opacity: 0;
}

.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 p {
    color: #d8170e;
    font-weight: 600;
}

.x-news-right li:hover .text .more {
    padding-left: 66px;
    transition: all 0.8s;
    color: #d8170e;
    opacity: 1;
}

.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/41px "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-right: 107px;
}

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


