﻿/*初始化样式*/
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;
}

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;
	max-width:100%;
}

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(../Images/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: #3e73a5;
    font: 400 30px/30px "Impact";
}

.top-ys-list {}

.top-ys-list li {
    background: url(../Images/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: #d0d0d0;
}

.x-menu {}

.x-menu>li {
    float: left;
    position: relative;
    width: 137px;
    text-align: center;
}

.x-menu>li>a {
    display: block;
    color: #000000;
    font: 400 16px/64px "Microsoft yahei";
}

.x-menu>li>a:hover {
    background: #3e73a5;
    color: #ffffff;
}

.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: 0em;
}

.x-sub-menu>li>a:hover {
    background: #3e73a5;
    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: #3e73a5;
    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: #3e73a5;
}





/*主标题*/


.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: #3e73a5;
}

.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(../Images/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 {
    border: 1px solid #eeeeee;
    padding: 10px;
}

.x-product-l-sort li {
    /* background: url(../Images/37ff535b488fe8c420360f3dbbfda4a7cd9ff83d.png) no-repeat 80% center #f1f1f1; */
    padding-left: 0px;
}

.x-product-l-sort li+li {
    margin-top: 15px;
}

.x-product-l-sort li a {
    font: 400 16px/48px "Microsoft yahei";
}

.x-product-l-sort li:hover {
    background: /* url(../Images/9a8ce6cf9d88c85e8d74910e3840496f119afdba.png) no-repeat 80% center  */#3e73a5;
}

.x-product-l-sort li:hover a {
    color: #fff;
}

.x-product-left-bottom {
    padding: 20px;
    background: url(../Images/180e35c473a85488db561878a06296238fac7324.png) no-repeat 19px center #3e73a5;
    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: #3e73a5;
    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: #3e73a5;
}

.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: #3e73a5;
    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: #3e73a5;
    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(../Images/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: 70px;
}

.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: 300px;
    height: 225px;
}

.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 #3e73a5;
}

.twt li:hover .img h3 {
    color: #3e73a5;
    ;
}

#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: #3e73a5;
    color: #fff;
}





/*案例*/
.x-case {
    padding: 60px 0 80px;
}





/* 横幅 */
.index-hf {
    background: url(../Images/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(../Images/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: #3e73a5 !important;
    font: 400 18px/40px "Microsoft yahei";
    margin-top: 25px;
    border-radius: 3px;
}

/*优势*/
.index-ys {
    padding: 60px 0 100px;
    background: url(../Images/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: #919291;
}

.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: #3e73a5;
    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: #3e73a5;
    margin-top: 40px;
    text-align: center;
}

.tabz li.cur .img {
    background-color: #3e73a5;
    opacity: 1;
}

.tabz li.cur .text {
    background: url(../Images/91c84da813d3aa611e5a44e491f6580bffdcb62f.png) no-repeat center 10px #3e73a5;
}

.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(../Images/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: #3e73a5;
    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: #3e73a5;
}

/*新闻*/
.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: #3e73a5;
    border: 1px solid #3e73a5;
}

.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: #3e73a5;
    transition: all 0.8s;
}

.x-news-right li:hover .date {
    background-color: #3e73a5;
    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: #3e73a5;
    font-weight: 600;
}

.x-news-right li:hover .text .more {
    padding-left: 66px;
    transition: all 0.8s;
    color: #3e73a5;
}

.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: 100%;
}

.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;
    }
}