
html{margin:0;padding:0;border:0;}

a{text-decoration:none;outline:none;color:#666;}
a:visited{color:#666;}
a:hover,a:active,a:focus{color:#666;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,h3,h4{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}

img {max-width: 100%;} 

/** S500029 **/

/** 通用按钮效果 **/
.btn-more {
    border: 1px solid #fff;
    font-size: 1vh;
    padding: 10px 20px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    background: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-more:before, .btn-more:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 0;
  top: 0;
  background-color: #FFFFFF;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.btn-more:before {
  left: -30px;
  -webkit-transform: skew(-45deg, 0);
          transform: skew(-45deg, 0);
}

.btn-more:after {
  right: -30px;
  -webkit-transform: skew(-45deg, 0);
          transform: skew(-45deg, 0);
}

.btn-more:hover {
  color: #000000;
  z-index: 999;
}

.btn-more:hover:before, .btn-more:hover:after {
  width: 81%;
}
/****/
.x-logo img{
    max-width: 100%;
    height: auto;
}

/** 头部样式 **/
.header-top {
    height: 40px;
    line-height: 40px; 
    overflow: hidden;
}

.x-header {
    position: absolute; 
    top: 40px;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 99;
    background: none;
}
.x-header .x-header-content {
    background: rgba(0, 0, 0, 0.5);
}

/****/


/** 导航 **/
.x-menu {
    width: 54%;
    float: right;
}

.x-menu > li {
    width: 12.2%;
    margin: 0;
    text-align: center;
}

.x-menu > li > a {
    padding: 0;
}

.x-menu > li > a {
    color: #fff;
}

.x-menu > li > a:hover {
  
}

.x-sub-menu {
    padding: 0;
    top:80px;
    background: rgba(36, 36, 36, 0.8);
    border-radius: 0;
    z-index: 9999;
}

.x-sub-menu:after {
    display: none;
}

.x-sub-menu > li {
    position: relative;
    background: url(../image/303f7e6a30cf38c7afea735114d89fe0b2f4872c.png) 90% center no-repeat;
}
.x-sub-menu > li:hover .dingf{
    display: block;
}

.dingf{
    position: absolute;
    left: 7.3vw;
    top:0px;
    width: 140px;
    background: rgba(36, 36, 36, 0.8);
    display: none;
}
.dsssu  li{
    width: 100%;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #333;
    padding: 0.5em;
   
    display: inline-block;
}
.dsssu  li:hover{
     background:url(../image/303f7e6a30cf38c7afea735114d89fe0b2f4872c.png) 90% center no-repeat rgba(71, 71, 71, 0.5);
}

.dsssu  li a{
    color: #fff;
}

.x-sub-menu > li > a {
    color: #fff;
}

.x-sub-menu > li:hover > a {
    background: rgba(71, 71, 71, 0.5);
}

.x-sub-menu > li .sub-menu {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 100%;
    top: 0;
    display: none;
}

.x-sub-menu > li:hover .sub-menu {
    display: block;
}

.x-sub-menu .sub-menu li {
    position: relative;
}

.x-sub-menu .sub-menu li a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu .sub-menu li:hover > a {
    background: rgba(36, 36, 36, 0.8);
}

.x-sub-menu .sub-menu .sub-menu-child {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 100%;
    top: 0;
    display: none;
}

.x-sub-menu .sub-menu li:hover .sub-menu-child {
    display: block;
}

.x-sub-menu .sub-menu .sub-menu-child li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu .sub-menu .sub-menu-child li:hover > a {
    background: rgba(36, 36, 36, 0.8);
}
/****/

.neid{
    background: url(../image/ea78ae311704a058d4b274a1356f6042c4c6371e.jpg) center center no-repeat;
    overflow: hidden;
    box-sizing: border-box;
    background-size: 100% 100%;
    position: relative;
}
.jdisng{
    float: left;
    width:50%;
    position: absolute;
    left:0px;
    top:0px;
}
.jdisng img{
    width: 100%;
    height: auto;
}
.disdnjh{
    float: right;
    width: 49%;
    color: #fff;
    box-sizing: border-box;
    padding: 2% 2% 5% 2%;
}

.com-img{  overflow:hidden;}
.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);}



.disdnjh_a{
    font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
}
.disdnjh_b{
    font-size: 40px;
	font-weight: 600;
	font-stretch: normal;
	line-height:55px;
	letter-spacing: 0px;
	color: #ffffff;
}
.disdnjh_c{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;
    padding: 3% 0;
}
.disdnjh_m{
    width: 200px;
	line-height: 50px;
	border: solid 1px #ffffff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 4%;
}
.disdnjh_m a{
    color: #fff;
}
/** banner **/
.x-banner .owl-carousel .owl-dots button.owl-dot {
    border-radius: 0;
    border: 1px solid #fff;
    background: none;
    width: 3vh;
    height: 0.8vh;
    opacity: 1;
}
.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    background: #fff;
}
.x-banner .banner-item{
    position: relative;
}

.x-banner .banner-item .content {
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.x-banner .banner-item .content h3 { 
    font-size: 3vh;
    display: none;
}

.x-banner .banner-item .content button {
    margin-top: 4vh;
}

@media (max-width: 990px) {
  /* .x-banner {
    margin-top: 60px;
  } */

}
/****/




/****/

/** 首页产品中心 **/
.x-product, .x-case {
    padding: 2% 0;
    background: none;
    overflow: hidden;
}

.x-product .title, .x-case .title {
    padding: 2vh 0;
}

.x-product .title h3, .x-case .title h3 {
    font-size: 2.2vh;
    color: #000;
    font-weight: 600;
    float: left;
}

.x-product .title a, .x-case .title a {
    float: right;
}

.x-product-list {
    margin: 1% -12px;
}


.x-product-list li {
    padding: 10px;
    position: relative;
    background: #F5F5F5;
}

.x-product-list li h3 {
    position: absolute;
    top: 5%;
    left: 5%;
    font-size: 1.5vh;
    padding: 0;
    border: none;
    font-weight: normal;
    color: #fff;
}

.x-product-list li span {
    font-size: 1vh;
    color: #7a7a7a;
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.x-product-list li:hover {
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
          box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.x-product-list li:hover h3 {
  border-color: #e5e5e5;
  padding-left: .5em;
  padding-right: .5em;
  color: #fff;
}
/****/

.ad-smart {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.ad-smart .ad-content {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15vh 0;
}

.ad-smart .summary {
    line-height: 30px;
    font-size: 1vh;
}

.ad-smart .title {
    font-size: 3vh;
    padding: 20px 0;
}

.ad-smart a {
    display: inline-block;
    /* border: 1px solid #fff; */
    border-radius: 5px;
    /* padding: 10px; */
    color: #fff;
}
.ad-smart a:hover {
    background: #fff;
    color:rgba(0,0,0,0.8);
    transition-duration: 0.6s;
}


/** 案例展示 **/
.x-case-list {
    margin: 0px -12px;
    padding: 10px 0;
}

.anlinhd{
    overflow: hidden;
}
.addf img{
    width: 100%;
    height: auto;
}
.anlinhd .swiper-wrapper .swiper-slide{
    position: relative;
}

.gfhg{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    width: 100%;
    display: none;
}
.gfhg a{
    color: #fff;
}

.fdgfgg{
    margin-top: 3%;
}
.fisnjh{
    margin-top: 2%;
}
.fisnjh  li{
    width: 19%;
    margin-bottom: 2%;
     box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .4);
}
.fisnjh_img img{
    max-width: 100%;
    height: auto;
}
.fisnjh li .fisnjh_img{    line-height: 6.7vw;text-align: center;}

.x-case-list .x-case-item a h3 {
    position: absolute;
    top: 5%;
    left: 8%;
    font-size: 1.5vh;
    padding: 0;
    color: #666;
    border: none;
    font-weight: normal;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-case-list .x-case-item a:hover h3 {
  border-color: #e5e5e5;
  padding-left: .5em;
  padding-right: .5em;
  color: #000000;
}


.x-case-list .x-case-item a span {
    font-size: 1vh;
    color: #ccc;
    position: absolute;
    bottom: 5%;
    right: 8%;
}


/** 新闻 **/
.x-news {
    padding: 0;
    overflow: hidden;
}

.x-news .x-news-box {
    margin: 0;
}

.x-news-img {
    width: 50%;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.x-news .x-news-img .content {
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 18vh 6vh;
    color: #fff;
}

.x-news .x-news-img .content .time {
    font-size: 1.5vh;
}

.x-news .x-news-img .content h3 {
    font-size: 2vh;
    padding: 5% 0;
}

.x-news .x-news-img .content .summary {
    font-size: 1.5vh;
    margin-bottom: 30px;
}



@media (max-width: 990px) {
    .x-news-img {
        width: 100%;
    }
}
/****/

/** 底部 **/
.x-layout {
    background: #1a1a1a;
    padding-bottom: 2%;padding-top: 4%;
    overflow: hidden;
}

.x-layout .about {
    margin-bottom: 1.2em;
}

.x-layout .about .title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 1.43em;
}

.x-layout .formsearch {
    border: 1px solid #666;
    background: none;
    border-radius: 5px;
    line-height: 20px;
    margin-bottom: 1.2em;
}

.x-layout .formsearch input[type=text] {
    background: none;
    border: none;
    width: 88%;
    padding: 8px;
    float: left;
    outline: none;
}

.x-layout .formsearch input[type=submit] {
    background: none;
    border: none;
    width: 12%;
    float: right;
    padding: 8px;
    font-size: 0;
    background: url(../image/e4bcb27e8dd4d6b5ed82c4ef91efa5d9105fe8e0.png) center center no-repeat;
    outline: none;
}

.x-layout .hot-search {
    margin-bottom: 1em;
    color:rgba(255,255,255,0.4);
}

.x-layout-menu dl {
    width: 25%;
}

.x-layout-menu dl dt {
    font-weight: normal;   
}

.x-layout a {
    color: rgba(255, 255, 255, 0.4);
    margin-left: 10px;
}

.x-layout a:hover, .x-layout a:active, .x-layout a:focus {
    color: #fff;
}

.x-layout .link {
    margin: 2vh 0;
    color: rgba(255,255,255,0.4);
}

.x-layout .link a {
    padding: 0 5px;
}

.x-footer {
    background: #1a1a1a;
}

.hot-keywords li {
    width: calc(50% - 10px);
    margin-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    float: left;
    font-size: 12px;
    line-height: 2;
}

.hot-keywords li:nth-child(even) {
    margin-right: 0px;
}

.lang {
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

.lang .lang-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../image/e377368ce43a335cef89ccec072b9c71bc9de5de.png') center center no-repeat;
} 

.lang a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    border-right: 1px solid #666;
    font-size: 1.2vh;
}
.lang a:last-child {
    border: none;
}

.lang a.on {
    color: #fff;
}

.share {
    margin-bottom: 3vh;
}

.share a {
    color: #666 !important;
    border-color: #666 !important;
}



/****/

/** 内页 **/

/** 内页banner **/
.page-banner {
    position: relative;
}
.page-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    text-align: center;
}

.page-content .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
}

.page-content .content h3 {
    font-size: 3vh;
}

.page-content .content p {
    margin-top: 2vh;
    font-size: 1.5vh;
}
/****/


/** 内页分类通用 **/
.cate-list {
    margin-bottom: 2.5vh;
    box-shadow: 0px 5px 5px #eee;
}

.cate-list ul li {
    position: relative;
    display: inline-block;
}

.cate-list ul li a {
    display: block;
    font-size: 1.5vh;
    padding: 20px;
}

.cate-list ul li:hover a {
    color: #000;
}

.cate-list ul li:hover:after, .cate-list ul li.on:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #000;
}


.sub-cate > li {
    font-size: 1.5vh;
    height: 4vh;
    width: 12vh;
    text-align: center;
    border: 1px solid #000;
    display: inline-block;
    margin: 0 1.5vh 2.5vh 0;
    position: relative;
}
.sub-cate > li > a {
    line-height: 4vh;
}

.sub-cate > li.active, .sub-cate > li:hover {
    background: #000;
}

.sub-cate > li.active > a, .sub-cate > li:hover > a {
    color: #fff;
}

.sub-cate > li:hover .subnav {
    display: block;
}

.sub-cate .subnav {
    position: absolute;
    left: -1px;
    top: 4vh;
    width: calc(100% + 2px);
    z-index: 999;
    background: #fff;
    display: none;
    box-shadow: 1px 5px 5px #eee;
}

.sub-cate .subnav > li {
    font-size: 1.3vh;
    padding: 1vh;
}

.sub-cate .subnav > li:hover {
    background: #ccc;
}

.sub-cate .subnav > li > a {
    color: #666;
}
/****/

/** 产品列表 **/

.xypg-product-list {
    margin: 0 -1%;
}

.xypg-product-list li {
    width: 23%;
    margin: 0 1% 20px 1%;
    background: #F5F5F5;
    position: relative;
    border: none;
    padding: 10px;
}

.xypg-product-list li h3 {
    position: absolute;
    top: 2%;
    left: 5%;
}

.xypg-product-list li h3 a {
    font-size: 2.2vh;
}

.xypg-product-list li span {
    font-size: 1vh;
    color: #7a7a7a;
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.xypg-product-list li:hover {
    border: none;
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
          box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

@media (max-width: 768px) {
    .container-fluid {
        padding: 0 4%;
    }
    .xypg-product-list li {
        width: 48%;
    }
}
/****/

/** 产品详情 **/
.page-product-detail-effect {
    width: 32%;
}

.page-product-detail-effect .img-container {
    width: 100%;
    border: 1px solid #ccc;
    text-align: center;
}

.page-product-detail-effect .big-img a {
    max-height: 390px;
}

.page-product-detail-right {
    width: 62%;
}

.product-detail-tab .product-detail-tabli {
    border: 0;
    border-bottom: 1px solid #eee;
}

.product-detail-tab .product-detail-tabli li {
    display: inline-block;
    padding: 0 2vh;
    width: auto;
    float: left;
    text-align: center;
    font-size: 1.5vh;
    color: #2f2f2f;
    cursor: pointer;
    border-right: 0;
}

.page-product-detail-right > h1 {
    padding-bottom: 3%;
    border-bottom: 1px solid #eee;
}

.page-product-inquiry a {
    color: #666;
    background: none;
    border-radius: 0;
    border: 1px solid #ccc;
    transition: all 0.3s ease-in-out;
}

.page-product-inquiry a:hover {
    background: #666;
    color: #fff;
}

.product-detail-tab .product-detail-tabli li.on, .product-detail-tab .product-detail-tabli li:visited, .product-detail-tab .product-detail-tabli li:active {
    color: #000;
    font-weight: 700;
    font-size: 1.6vh;
    position: relative;
    border-bottom: 1px solid #000;
}

.product-detail-tab .product-detail-tabli li.on:before, .product-detail-tab .product-detail-tabli li:visited:before, .product-detail-tab .product-detail-tabli li:active:before {
    border: none; 
}

.product-detail-slick a.slick-item {
    opacity: 0.6
}

.product-detail-slick a.slick-item.active {
    border: 1px solid #ccc;
    opacity: 1;
}

.xypg-detail-tags .tags-title h3 {
    display: inline-block;
    padding: 0 2vh;
    border-bottom: 1px solid #000;
}

.product-detail-slick a.slick-item img {
    height: 100%;
    width: auto;
}

@media (max-width: 990px) {
    .page-product-detail-effect {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .page-product-detail-right {
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {
    .page-product-detail-effect .big-img a {
        height: 100%;
    }
}

/****/

/** 手机模式下产品分类 **/
.mobile-cate-btn {
    display: block;
    font-size: 2vh;
    margin: 2vh 0;
    color: #000;
}

.mobile-cate-btn span {
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../image/9a53f37adaa7cef89fee2e6e343357c6094a059d.png');
    background-position: -6px -424px;
    background-repeat: no-repeat;
}

.mobile-cate-list {
    position: fixed;
    top: 60px;
    left: 0;
    background: rgba(0,0,0,0.9);
    width: 100vw;
    height: calc(100vh - 110px);
    z-index: 99999;
    display: none;
    transition: all 0.3s ease-in-out;
}

.mobile-cate-close {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 21px;
    border: 1px solid #000;
    border-radius: 50%;
    background: url('../image/5f864f3118c4fc38971b3fdf458fbfdf192e74bf.png') center center no-repeat #000;
    background-size: 50%;
}

.mobile-cate-list .xypg-left-nav {
    padding-top: 40px;
    width: 100%;
    float: right;
    height: 100%;
    background: #fff;
}

.mobile-cate-list .xypg-left-subnav li {
    padding-left: 10px;
}


.mobile-cate-list .xypg-left-threenav li {
    padding-left: 10px;
}
/****/


/** 上一篇/下一篇 **/
.xypg-detail-pn {
    clear: both;
    zoom: 1;
}

.xypg-detail-pn div {
    display:inline-block;
    float: left;
    border: 0;
    padding: 10px 0;
}

.xypg-detail-pn div span {
    display: none;
}
.xypg-detail-pn div b {
    font-size: 1.5vh;
}
.xypg-detail-pn div a {
    display: inline-block;
    width: auto;
    font-size: 1.5vh;
}
@media (max-width: 600px) {
    .xypg-detail-pn div a {
        width: 80%;
    }
}


.xypg-detail-pn div + div {
    margin-top: 0;
    float: right;
}

@media (max-width: 768px) {
    .xypg-detail-pn div {
        width: 100%;
    }
}
/****/

/** 相关内容 **/
.relate-title {
    border: none;
}

.relate-title span {
    font-size: 2vh;
    border: none;
    color: #000;
    padding: 0;
}
.relate-product-slick a {
    position: relative;
}
.relate-product-slick a p {
    position: absolute;
    left: 20px;
    top: 10px;
}
.relate-product-slick a:hover p {
    color: #000;
} 
/****/

/** 新闻列表 **/
.news-cate li {
    font-size: 1.5vh;
    padding: 1vh 2vh;
    border: 1px solid #000;
    display: inline-block;
    margin-right: 1.5vh;
    margin-bottom: 1.5vh;
}

.news-cate li.active, .news-cate li:hover {
    background: #000;
}

.news-cate li.active a, .news-cate li:hover a {
    color: #fff;
}

.xypg-news-list li {
    background: #F5F5F5;
    width: calc(50% - 2vh);
    float: left;
    margin-right: 2vh;
    margin-bottom: 2vh;
}

.xypg-news-list li:nth-child(even) {
    margin-right: 0;
}

.xypg-news-list li .tit {
    border: none;
}

.xypg-news-list li .tit .date {
    font-size: 14px;
    font-weight: 700; 
    position: static;
    color: #999999;
    margin-bottom: 2vh;

}

@media (max-width: 768px) {
    .xypg-news-list li {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .xypg-pagination .pagin-left a:first-child {
        display: none;
    }
}
/****/

/** 案例列表 **/
.xypg-case-list li {
    position: relative;
}

.xypg-case-list li h3 {
    position: absolute;
    top: 2%;
    left: 5%;
}

.xypg-case-list li h3 a {
    font-size: 2.2vh;
}

.xypg-case-list li span {
    font-size: 1vh;
    color: #ccc;
    position: absolute;
    bottom: 5%;
    right: 5%;
}


.xypg-case-list li:hover {
    border: none;
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
          box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}


.xypg-case-list li:hover h3 a {
  color: #fff;
}
/****/

/** 搜索 **/
.no-result {
    margin: 0 1.5%;
    font-size: 14px;
}
/****/

/** 在线留言 **/
#message-form {
    margin: 0 auto;
}
.message-title {
    text-align: center;
    font-size: 2vh;
    line-height: 3;
    font-weight: 600;
}

#message-form .submit-btn  {
    background: #000;
    color: #fff;
    display: inline-block;
    border-radius: 0;
    outline: none;
}
#message-form label {
    font-size: 1.2vh;
}
#message-form .reset-btn  {
    border-radius: 0;
    border: 1px solid #ccc;
    outline: none;
}

@media (min-width: 990px) {
    #message-form {
        width: 70%;
    }
}

@media (min-width: 1550px) {
    #message-form {
        width: 50%;
    }
}
/****/



.wt_t{max-width: 1600px;margin:0 auto;padding:0 15px}

.height{width:100%;height:20px;display:none;}


@media (max-width: 550px) {
 /* .height{display:block} */
}



@media(max-width: 1600px){
    .x-menu > li:nth-child(2){
    background: url(../image/cc71dd666d93a7e10b0fa8a45816ec46adcfa163.png) 95% center no-repeat;
    }
    .x-menu > li:nth-child(4){
        background: url(../image/cc71dd666d93a7e10b0fa8a45816ec46adcfa163.png) 95% center no-repeat;
    }
    .x-menu > li:nth-child(6){
        background: url(../image/cc71dd666d93a7e10b0fa8a45816ec46adcfa163.png) 95% center no-repeat;
    }
    .disdnjh_b{
        font-size: 35px;
    }
}

@media(max-width: 1500px){
    .disdnjh_b {
        font-size: 30px;
        line-height: 45px;
    }
    .disdnjh_a{
        font-size: 20px;
        line-height: 35px;
    }
    .disdnjh_c{
        font-size: 14px;
        line-height: 28px;
    }
    .disdnjh{
        padding: 2% 2% 2% 2%;
    }
    .x-news .x-news-img .content .time{
        font-size: 12px;
    }
}

@media(max-width: 1440px){
    .disdnjh_b {
        font-size: 25px;
        line-height: 35px;
    }
    .container-fluid{
        padding: 0 2%;
    }
}

@media(max-width: 1200px){
    .disdnjh_c {
        padding: 0px;
    }
    .disdnjh_b {
        font-size: 20px;
        line-height: 32px;
    }
    .disdnjh_a {
        font-size: 16px;
        line-height: 30px;
    }
    .disdnjh_c {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width: 992px){
    .jdisng{
        position: static;
        width: 100%;
    }
    .disdnjh{
        float: none;
        width: 100%;
        padding: 3% 0;
    }
    .x-news .x-news-img .content{
        padding: 7vh 2vh;
    }
}
@media(max-width: 500px){
    .disdnjh_b {
        font-size: 16px;
        line-height: 32px;
    }
    .fisnjh li {
        width: 31%;
    }
    .x-product-list li h3{
        font-size: 12px;
    }
    .x-news .x-news-img .content .summary{
         font-size: 12px;
    }
}

.dibushu{padding: 0 9%;}