﻿/*样式初始化及公共样式部分lpm*/

body {
    color: #666;
    font-size: 13px;
    margin: 0 auto;
    background-color:#fff;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
}

a {
    color: #666;
    text-decoration: none;
}


/*定义全局链接颜色lpm*/

a:hover {
    color: #e1322e;
    text-decoration: none;
    border-bottom-style:
}


/*定义全局链接鼠标滑过颜色lpm*/

div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}


/*主要标签的样式初始化lpm*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}


/*清除左右浮动lpm*/

.fl {
    float: left;
}


/*定义左浮动lpm*/

.fr {
    float: right;
}


/*定义右浮动lpm*/

.cp img {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #fff;
}


/*定义标签调用图片的边框样式lpm*/

.cp a:hover img {
    border: 1px solid #ed6c00;
    padding: 2px;
    background: #fff;
}


/*定义鼠标经过时边框的变化效果lpm*/

#copy {
    display: none;
}

.content{ margin:0 auto; width:1200px;}

.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top10 {
    padding-top: 10px;
}

.top40 {
    padding-top: 40px;
}

.top45 {
    padding-top: 45px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.top70 {
    padding-top: 70px;
}
.top80 {
    padding-top: 80px;
}
.top90 {
    padding-top: 90px;
}
.top100 {
    padding-top: 100px;
}
.top110 {
    padding-top: 110px;
}
.bg{ width: 100%; min-width: 1200px;}


.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
.en {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.bg {
    width: 100%;
    min-width: 1200px;
}

@-webkit-keyframes test {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes mymove
{
0%   {top:0px;}
50% {top:30px;}
100% {top:0px;}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
0%   {top:0px;}
50% {top:30px;}
100% {top:0px;}
}



@-webkit-keyframes spin{
  from { -webkit-transform: rotate(0deg);transform: rotate(0deg);}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes spin {
  from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to {-webkit-transform: rotate(360deg); transform: rotate(360deg);}
}

 @-webkit-keyframes warn {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
    -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

 @keyframes warn {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
    -webkit-transform: scale(1);
        opacity: 0.0;
    }
}
@-webkit-keyframes warn1 {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}
@keyframes warn1 {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}
@-webkit-keyframes "warn" {
    0% {
    transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
    transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
    transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
    transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
    transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

/*标题*/
.t{text-align: center;}
.t p{font-size:40px;color: #222;font-weight: bold;}
.t p>b{color: #eb3d00;}
.t span{font-size: 18px;display: block;margin-top: 15px;}


/*抬头*/
.top_tou { height:40px; line-height:40px; border-bottom: solid 1px #d4d4d4;}
.head_bg{height: 150px;}
.logo{margin-top: 45px;}
.name{margin-left: 23px;margin-top: 45px;}
.name p{font-size: 25px;font-weight: bold;color: #222;}
.name p>b{color: #c21a27;}
.name span{font-size: 18px;font-weight: lighter;color: #999;display: block;background: url(../images/20200218101914_708911349.png)no-repeat right center;width: 85px;float: left;margin-right: 9px;margin-top:2px;}
.name span:nth-child(3){background:none;}
.tel{margin-top: 45px;}


/*导航*/


.nav_bg{background: #005fc0;}
.nav{height:70px;width: 1200px;margin: 0 auto;}
.nav>ul{height:70px;}
.nav>ul>li{ float: left; display: block;position: relative; width:171px; height:100%;}
.nav>ul>li>a{ display: block; color: #fff; font-size:16px; text-align: center; position: relative; z-index: 3333; height:100%;}
.nav>ul>li>a:hover{color:#fff;}
.nav>ul>li>a p{ line-height: 70px; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;}
.nav>ul>li>a span{font-size:0.12rem; color:#999; line-height:0.3rem;}
.nav ul li:after,.nav ul li:after{content: ''; display: block;width:100%;height: 0; position: absolute; bottom:0px; background:#eb3d00; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;z-index: 2222}
.nav ul li.navcurrent:after,.nav ul li:hover:after{height: 100%;}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a {margin: 0 auto;color: #fff;}
.NavCeshi > li.navcurrent > a p, .NavCeshi > li:hover > a p {line-height: 70px;}
.NavCeshi > li.navcurrent > a span, .NavCeshi > li:hover > a span{color: #fff;  line-height:0.12rem;}
.NavCeshi > li.navcurrent > a p:after, .NavCeshi > li:hover > a p:after{ width:1vw; height:1px; margin:.6vw auto;  }

/*导航下拉*/
   
    .nav li .sedNav {width:300px; padding:30px;border:3px #fff solid;
        position: absolute;        
        background: rgba(255,255,255,0.9);
        left: 0;
        top:100%;
        z-index: 99;
        display: none;
    }

    .nav li .sedNav p{font-size:18px; font-weight:bold; color:#222;padding-bottom:8px;}
    .nav li .sedNav span{font-size:12px !important;}
.nav li .sedNav span:after{content:"";display: block;  width:30px; height:4px; background:#c21a27; margin-top:20px;}
    .nav li .sedNav a {
        display: block; border:1px #ccc solid;  margin-bottom:14px; width:140px;
        line-height: 34px;
        color: #333;
        font-size: 14px;
        text-align: center;
    }
    
    .nav li .sedNav a:hover {
        color: #fff;
        background-color: #c21a27;
    }

.nav li .nav2{width:250%;}
.nav li .nav2 a{width:50%; float:left;}
.nav li#Zz8 .sedNav,.nav li#Zz7 .sedNav{left:0;}

.sedNav_rr a{display: block;float: left;margin-right:8px;}
.sedNav_rr a:nth-child(2n){margin-right: 0px;}
.sedNav_rr{width: 300px;}

/*幻灯片*/

.focus {
    width: 100%;
    min-width: 1200px;
    height:700px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.focus ul {
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.focus ul li {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.focus ul li div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}


.focus .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}

.focus .btn {
    position: absolute;
    width: 952px;
    height: 23px;
    margin-left: -480px;
    left: 50%;
    bottom: 15px;
    text-align: center;
}

.focus .btn span {
        font-size: 0;
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 10px;
    height: 10px;
    text-align: center;
    _font-size: 0;
    margin-left: 16px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
}

.focus .btn span.on {
    background: #c51620;
}

.focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 265px;
    background: url(../images/20200218101945_1906663630.png) no-repeat 0 0;
    cursor: pointer;
}

.focus .pre {
    left: -45px;
}
.focus .next {
    right:-45px;
    background-position: right top;
}
.focus:hover .pre{
    left: 0px;
    -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;
    
}
.focus:hover .next{
    right: 0px;
    -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;
}

/*内页幻灯片*/

.focus_n {
    width: 100%;
    min-width: 1200px;
    height: 350px;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.focus_n ul {
    height: 100%;
    position: absolute;
}

.focus_n ul li {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.focus_n ul li div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.focus_n .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}

.focus_n .btn {
    position: absolute;
    width: 952px;
    padding-right: 50px;
    height: 23px;
    margin-left: -501px;
    left: 50%;
    bottom: 15px;
    text-align: center;
}

.focus_n .btn span {
        font-size: 0;
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 10px;
    height: 10px;
    text-align: center;
    _font-size: 0;
    margin-left: 16px;
    cursor: pointer;
    background: #666;
    border-radius: 50%;
}

.focus_n .btn span.on {
    background: #c51620;
}

.focus_n .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 110px;
    background: url(../images/20200218101945_1906663630.png) no-repeat 0 0;
    cursor: pointer;
    display: none;
    
}

.focus_n .pre {
    left: 0;
}

.focus_n .next {
    right: 0;
    background-position: right top;
}

/*搜索*/
	
.search_nbg{width: 100%; min-width:1200px; height:80px; margin:0 auto;position:absolute; top:570px;background: #fff;}
.search_bg{width: 100%; min-width:1200px; height:80px; margin:0 auto;background: #fff;}
#search{ color: #999;
		width:1200px;	
		height:80px;
		margin:0 auto;
		line-height:80px;
		
		
		}
.search_01 i{display: block;float: left;padding-top: 20px;margin-right: 14px;}
.search_01{ float:left; width:850px; padding-left:2px;}
.search_01 a{font-size: 15px;color: #999;}
.search_01 a:hover{color: #c21a27;}
.search_02{width:307px;height: 49px;float: right;margin-top:17px;}
.search-i{width: 44px;height: 49px;}

/*数据*/
.digital_bg{background: url(../images/list_bg.jpg)no-repeat center;height: 230px;}

.about_shuj ul{width:100%;height:145px;}
.about_shuj li{display: block;float: left;width:300px;color: #fff;position: relative;margin-top: 60px;text-align: center;}
.about_shuj li span{font-size: 60px; font-family:"Impact";}
.about_shuj li b{display: block;font-size:28px;float: left;position: absolute;top: 16px;right: 30px;width: 34px;height: 34px;border-radius: 50%;background: #fff;color: #005fc0;line-height: 34px;font-weight: lighter;}

.about_shuj li p{font-size: 18px;color: #fff;}
.about_shuj li:nth-child(2) b{right: 50px;}
.about_shuj li:nth-child(3) b{right: 60px;}
.about_shuj li:nth-child(4) b{font-size: 18px;right: 40px;}

/*产品*/
.prod_bg{background: url(../images/pr_bg.jpg)no-repeat center bottom;height:1138px;}
.list{overflow: hidden;width: 270px;}
.list_t{text-align: center;height: 100px;color: #fff;background: #222;}
.list_t p{font-weight: bold;font-size: 24px;padding-top: 24px;}
.list_t span{display: block;margin-top: 4px;font-size: 12px;}
.list_d{overflow: hidden;background: #fff;border: 1px #eee solid;border-top: none;border-bottom: none;}
.list_d table{width: 100%;padding-top:20px;}
.list_d table tr td{display: block;overflow: hidden;height: 63px !important;line-height: 63px;position: relative;}
.list_d table tr td a{display: block;width: 184px;margin: 0 auto;border-bottom: 1px #eee solid;height: 62px;line-height: 62px;background: url(../images/20200214111425_989332670.png)no-repeat center left;padding-left: 42px;font-weight: normal !important;font-size: 15px;position: relative;z-index: 2;}

.list_d table tr td:before{content:"";position: absolute;top: 0px;left: 0px;width: 0px;height: 63px;background: #eb3d00;-webkit-transition: all 0.5s;transition: all 0.5s;}
.list_d table tr td:hover:before{width: 100%;}
.list_d table tr td:hover a{background: url(../images/20200214112407_1771100867.png)no-repeat center left;color: #fff;border-bottom: none;}

.list_tel{height: 105px;border: 1px #eee solid;border-top: none;background: #fff;padding-left: 26px;padding-top: 30px;}
.list_tel p{background: url(../images/20200214113759_817211449.png)no-repeat center left;font-size:15px;padding-left:22px;}
.list_tel span{display: block;font-size: 22px;font-weight: bold;line-height: 30px;color: #eb3d00;margin-top: 8px;}


/*展示*/
.pro_list { width:900px; position:relative; overflow:hidden;}
.pro_qie { width:900px !important; margin-left:10px; height:310px;overflow:hidden;}
.pro_qie dl {float:left;width:900px; height:310px; overflow:hidden;background: #eb3d00;}


.pro_qie dl dt { position:relative;margin-top:26px;width: 329px;}
.pro_qie dl dd {margin-top:25px;width: 329px;}
.pro_qie dl dd a { background: #fff;display:block; float:left; width:120px; height:40px; line-height:40px;text-align:center;font-size:16px;color:#666;    border-radius: 10px 0 10px 0;}
.pro_qie dl dd .on{background:#333;color:#fff;}
.pro_qie dl dd a:nth-child(1){margin-right:15px;}


.prod_ww{color: #fff;}
.prod_ww p{font-size: 24px;font-weight: bold;}
.prod_ww em{display: block;width: 64px;height: 2px;background: #ea7a83;margin-top: 12px;margin-bottom: 10px;}
.prod_ww span{display: block;font-size: 14px;line-height: 34px;background:url(../images/20200214141659_1593686197.png)no-repeat center left;padding-left: 16px;}

#Partner_img_btn_l{background:url(../images/20200218102028_1662787595.png) center no-repeat; width:50px; height:85px; left:30px; top:132px; cursor: pointer; position:absolute; }
#Partner_img_btn_r{ background:url(../images/20200218102028_1662787595.png) center no-repeat; width:50px; height:85px; right:20px; top:132px; cursor: pointer; position:absolute;-moz-transform: rotate(180deg); -webkit-transform: rotate(180deg);transform: rotate(180deg);}



.prod_convert{width: 900px !important;margin-top: 0;}

.divproduct_new_div{font-size:0;}
.divproduct_new_div>div{width:280px;display:inline-block;vertical-align:top; margin-left: 21px; margin-top:21px; overflow:hidden;background: #fff;}
.divproduct_new_div>div:nth-child(3n+1){margin-left:10px; }
.divproduct_new_div_item{padding-bottom:0;    border: 1px solid #eee;}
.divproduct_new_div_item+.divproduct_new_div_item{}
.divproduct_new_div_item_title{height:48px;position:relative;}
.divproduct_new_div_item_title:before{right:-25px;}
.divproduct_new_div_item_title a{font-size:16px;font-weight:bold;display:block;text-align: center;color:#242424;    line-height: 52px;border-top: 1px solid #eee;background: #fff;z-index: 3;position: relative;}
.product_div_item_pic img{width:283px;border-bottom: 1px solid #f9f9f9; transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; overflow:hidden;}
.divproduct_new_div_item:hover .product_div_item_pic img{transition: all 0.5s linear; -webkit-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12);}
.divproduct_new_div_item_content{text-align: left;}
.divproduct_new_div_item_body{font-size:14px;color:#aaa;line-height:22px;padding-top:13px;border-top:1px solid #e4e3e3;height: 58px;overflow: hidden;}
.divproduct_new_div_item .pro_btn{background:#eee;}

.pro_btn{width:120px;line-height:35px;border-radius:5px;background:#393b3c;display:block;margin:5px auto 0;}

.pro_btn a,.pro_beizhu_more_zdy a{display:block;font-size:13px;color:#666;text-align: center;}
.pro_btn:hover a,.pro_beizhu_more_zdy:hover a{color:#fff;}
.divproduct_new_div_item:hover .pro_btn a{color:#fff;}
.divproduct_new_div_item:hover .pro_btn{background:#eb3d00;}



/*品质*/
.quality_bg{background: url(../images/youshi.jpg)no-repeat center;height: 1017px;}
.quality_wt{background: url(../images/youshi_bg.png)no-repeat center;height:626px;margin-top: 45px;}
.quality_w1{margin-left:100px;}
.quality_w{margin-bottom: 74px;}
.quality_shu{width: 48px;height: 48px;border-radius: 50%;background: #eb3d00;color: #fff;color: #fff;font-size: 24px;text-align: center;line-height: 48px;}
.quality_tt{font-size: 28px;color: #333;font-weight: bold;width: 215px;border-bottom: 1px solid #ccc;padding-bottom: 18px;margin-left: 19px;}
.quality_ww{font-size: 16px;font-weight: lighter;line-height: 34px;margin-left: 66px;margin-top: 16px;}
.quality_ww p{position: relative;padding-left: 22px;}
.quality_ww p:before{position: absolute;top:14px;left: 0px;width: 8px;height: 8px;border-radius: 50%;background: #ccc;content:"";}

.quality_r .quality_w1{margin-right:70px;margin-left: 0px;}
.quality_w2{margin-left:118px;}


/*广告图*/
.banner_bg1{background: url(../images/guanggao.jpg)no-repeat center;height: 344px;}
.banner_fl{width: 680px;}
.banner_fl p{font-size: 32px;color: #fff;font-weight: bold;margin-top: 16px;margin-bottom:16px;}
.banner_fl em{width: 100%;height: 1px;background: #3e3e43; display: block;}
.banner_fl span{display: block;font-size: 16px;color: #eb3d00;line-height: 30px;margin-top: 26px;}
.banner_tel{color: #fff;margin-top: 20px;}
.banner_tel p{font-size: 18px;}
.banner_tel img{display: block;margin: 20px 0px 20px 0px;}
.banner_tel a{display: block;width: 100px;height: 32px;text-align: center;line-height: 32px;color: #fff;border-radius: 32px;background: #eb3d00;font-size: 14px;}

/*优势*/
.adv_bg{background: url(../images/youshi_bg.jpg)no-repeat center top;}
.adv_t{text-align: center;}
.adv_t p{font-size: 40px;font-weight: bold;color: #eb3d00 !important;}
.adv_t p>b{color: #eb3d00;}
.adv_t span{display: block;font-size: 18px;color: #666;margin-top:20px;}


#tabes {overflow:hidden; width:1200px; margin:0 auto; margin-top:48px;}
#tabes li{float:left; color:#555555; height:160px; cursor:pointer; width:285px; background:#e6e6e6; margin-left:20px; font-size:30px; text-align:center; font-weight:bold; -webkit-transition:all 0.4s linear; transition:all 0.4s linear;}
#tabes li p{color:#555555; font-size:12px; text-transform:uppercase; font-weight: normal;}
#tabes li:nth-child(1){margin-left:0px;}
#tabes li .t_img1{width:55px; height:55px; background:url(../images/20200214095120_1495169171.png) 0px 0px no-repeat; margin:0 auto;}
#tabes li .t_img2{width:55px; height:55px; background:url(../images/20200214095120_1495169171.png) -110px 0px no-repeat; margin:0 auto;}
#tabes li .t_img3{width:55px; height:55px; background:url(../images/20200214095120_1495169171.png) -220px 0px no-repeat; margin:0 auto;}
#tabes li .t_img4{width:55px; height:55px; background:url(../images/20200214095120_1495169171.png) -330px 0px no-repeat; margin:0 auto;}

#tabes li.current{color:#fff; background:#005fc0; width:285px; height:160px; font-size:30px;}
#tabes li.current p{color:#fff; font-size:12px; text-transform:uppercase; font-weight: normal;}
#tabes li.current .t_img1{width:55px; height:55px; background:url(../images/20200214095120_1495169171.png) -55px 0px no-repeat; margin:0 auto;}
#tabes li.current .t_img2{width:55px; height:55px; background:url(../images/20200214095120_1495169171.png) -165px 0px no-repeat; margin:0 auto;}
#tabes li.current .t_img3{width:55px; height:55px; background:url(../images/20200214095120_1495169171.png) -275px 0px no-repeat; margin:0 auto;}
#tabes li.current .t_img4{width:55px; height:55px; background:url(../images/20200214095120_1495169171.png) -385px 0px no-repeat; margin:0 auto;}

#contents_bg{width:1200px; margin:0 auto;height:429px; position:relative; background:#fff; -webkit-box-shadow: 1px 1px 50px #bbb; box-shadow: 1px 1px 50px #bbb; margin-top:50px;    overflow: hidden;}
#contents_bg ul{display:none; position:relative; height:446px;    margin-bottom: 30px;}
#contents_bg ul:nth-child(1){display:block;}

.top15{padding-top:25px;}
.top30{padding-top:30px;}

.ys_c_bg{width:1200px; margin:0 auto;}
.ys_c_bg_l{width:571px; height:429px; float:left; overflow:hidden;position: relative;}
.ys_c_bg_l p{position: absolute;top: 0px;left:0px;width:94px;height: 94px;line-height: 94px;text-align: center;color: #fff;font-size: 34px;background: #005fc0;}
.ys_c_bg_l img{width:571px; height:429px; -webkit-transition:0.6s; transition:0.6s;}
.ys_c_bg_l:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transition:0.6s;transition:0.6s;}

.ys_c_bg_r{width:485px; float:right;margin-top:75px;margin-right:75px;}
.adv_w1 p{font-size: 40px;font-weight: bold;color: #333;}
.adv_w1 span{display: block;font-size: 15px;margin-top: 6px;margin-bottom: 10px;}
.adv_w1 em{display: block;width: 100%;height:1px;background: #ccc;}

.adv_w2{font-size: 14px;line-height: 28px;margin-top: 20px;}
.adv_w2 p:nth-child(2){margin-top: 10px;}
.adv_a{margin-top: 40px;}
.adv_a a{display: block;width: 117px;height: 32px;line-height: 32px;text-align: center;color: #fff;background: #666;font-size: 14px;border-radius: 32px;}
.adv_a a:hover{background: #eb3d00;}
/*应用领域*/
.ind_nr{width: 1200px;margin-top: 30px;margin: 0 auto;}
.ind_nr_list{margin:60px auto;overflow: hidden;}
.ind_nr_list li{float:left;width:12.5%;}
.ind_nr_list li img{display:block;margin:0 auto 15px auto;}
.ind_nr_list li span{font-size:18px;color:#333;text-align:center;display:block;}
.productlist{overflow:hidden;}
.productlist li{float:left;width:25%;margin-bottom:30px;}
.productlist li img{display:block;margin:0 auto 15px auto;}
.productlist li span{font-size:18px;color:#333;text-align:center;display:block;}
.pro_more{}
.pro_more>a{text-align: center;display: block;margin: 0 auto;width: 26px;height: 4px;margin-top: 26px;background: #eb3d00;border-radius: 60px;padding: 22px 11px;position: relative;overflow: hidden;transition: 0.5s ease;}
.pro_more>a>i{width:4px;height:4px;border-radius: 60px;background:#fff;float: left;transition: 0.5s ease;}
.pro_more>a>i+i{margin-left:7px;}
.pro_more>a:hover i{animation:mymore 0.5s linear;}
.pro_more>a:hover>i:nth-child(2){animation-delay:-0.2s linear;}
.pro_more>a:hover>i:nth-child(3){animation-delay:-0.4s linear;}
@keyframes mymore {
	0% {
		transform: translate(-40px)
	}
	100% {
		transform: translate(0)
	}
}


/*广告图*/
.banner_bg2{background: url(../images/ying_bottom.jpg)no-repeat center;height: 116px;}

/*简介*/
.com_w{font-size: 16px;line-height: 42px;color:#666;width:600px;float:right;}
.com_w a{font-size: 15px;color: #eb3d00;}

/*厂房设备*/
.equ_t{background-color:#eb3d00;background-image: url(../images/20200214083719_943104303.png);width: 135px;height: 54px;line-height: 54px;color: #fff;font-size: 20px;font-weight: bold;padding-left: 63px;}

.equ_r a{font-size: 14px;display: block;margin-top: 28px;}

.equ_d table tr td{display: block;float: left;padding: 0px !important;width: 373px;overflow: hidden;margin-left:40px;}
.equ_d table tr td:nth-child(1){margin-left: 0px;}
.equ_d table tr td br{display: none;}
.equ_d table tr td div{padding: 0px !important;}
.equ_d table tr td div a{display: block;width: 100%;height: 80px;line-height: 80px;background: #f5f5f5;font-size:18px;color:#666;}

/*广告*/
.ad_bg{background: url(../images/guanggao1.jpg)no-repeat center;height: 240px;}
.ad{padding: 74px 0px;}
.ad p{font-size: 46px;font-weight: bold;color: #fff;}
.ad span{font-size: 25px;color: #fff;letter-spacing: 2px;line-height: 40px;}
.ad_l{height:  60px;width: 500px;}
.ad_r{width: 660px;height: 60px;}
.ad_r_k{width: 328px;border: 1px solid #5b96d2;height: 78px;float: left;margin-top: 10px;text-align: center;}
.ad_r_k:nth-child(1){border-right:none;}
.ad_r_k a{font-size: 20px;font-weight: bold;line-height: 78px;color: #fff;}


/*新闻*/

.news_l{width: 750px;height: 580px;}
.news_lt{width:750px;height: 60px;background: #005fc0;}
.news_lt a{width: 140px;height:60px;display: block;float: left;}
.news_lt span{font-size: 18px;color:#fff;display: block;float: left;height: 60px;width: 140px;text-align: center;line-height: 60px;}
.news_lt .active span{color:#fff;}
.news_lt .active{background: #eb3d00;}
.news_box dd{float: right;font-size: 15px;color: #fff;position: absolute;top: 24px;right: 32px;}
.news_div:nth-child(2) .news_div_item:nth-child(1){display:none;}
.news_nor { height: 517px; width: 750px; overflow: hidden; }
.news_row2 {  left: 0; top: 0; display: none; width: 750px; height: 517px;background: #fff;}
.news_box .news_box {  width: 750px; height: 517px; display: block;position: absolute; }
.news_box .news_div .news_div_item_pic img{width:286px;position: absolute;top: 0px; border:1px  #eee solid;}
.news_box .news_div_item_year{display: block;width: 42px;float:left;}
.news_box .news_div_item_month{display: block;width: 25px;float:left;}
.news_box .news_div_item_day{display: block;width: 25px;float:left;}
.news_box .news_div{}
.news_box .news_div_item{width: 365px;
    height: 128px;
    float: left;
    background: #f5f5f5;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;}
.news_row2 .news_div{height:217px;}
.news_box .news_div_item:nth-child(2){margin-left:0px;}
.news_box .news_div_item:nth-child(4){margin-left:0px;}
.news_row2 .news_div:nth-child(2){margin-top:25px;}
.news_box .news_div_item:nth-child(1){position: relative;margin-left:0px; background:#fff;   width: 750px;height: 217px;}
.news_box .news_div:nth-child(1) .news_div_item_body{width: 430px;position: absolute;right: 0px;top: 70px;font-size: 14px;
    color: #999;line-height: 25px;transition:0.3s all ease-in-out;}
.news_box .news_div:nth-child(1) .news_div_item_title{position: absolute;left: 320px;
    top: 20px;}
.news_box  .news_div:nth-child(1) {background:#fff;}
.news_box  .news_div:nth-child(1) .news_div_item_date{display:none;} 
.news_box .news_div:nth-child(1) .news_div_item_title a{font-size:18px;color:#222;   display: block;
    width: 430px;
    height: 180px; position: relative;z-index: 2;}
.news_box  .news_div:nth-child(1) .news_div_item_title a:hover{color:#eb3d00;}
.news_box .news_div:nth-child(2) .news_div_item_title a{font-size:16px;color:#222;    position: absolute;
    top: 22px;
    left: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
        display: block;
    height: 105px;
    width: 345px;
    z-index: 3;}
.news_box .news_div:nth-child(2) .news_div_item_body{    position: absolute;
    top: 58px;
    font-size: 14px;
    padding: 0 20px;
    line-height: 25px;
    color:#999}
.news_box .news_div:nth-child(2) .news_div_item_title a:hover{color:#eb3d00;}
.news_box .news_div:nth-child(2) .news_div_item_date{ display:none;}
.news_box .news_div:nth-child(1) .news_div_item_body:after{content: "more";width:63px;height:18px;    display: block;
    background: url(../images/20200214091117_2030016787.png)no-repeat right bottom;
    position: absolute;
    top: 102px;    color: #666;
    font-size: 14px;
    line-height: 30px;
cursor: pointer;    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;}
.news_box .news_div:nth-child(1):hover .news_div_item_body:after {color:#eb3d00;transition:1s all ease-in-out;}
.news_box{position: relative;}
.wend{ float: right; margin-right: 0;width:405px; height: 575px; background:#f5f5f5; }
.wend h2{ left:0; margin-bottom: 0; margin-bottom: 25px;border-bottom:1px #eee solid;height: 60px; background: #005fc0;}
.wend h2 a{ font-size:18px; color:#fff;line-height: 64px;padding-left: 30px;font-weight: normal;}
.wend h2 a:hover{color:#fff;}
.wend h2 a i{float: left;display: block;padding-top: 22px;margin-left: 24px;margin-right: 17px;}
.wend .news_div_item_a { font-size: 16px; }
.wend .news_div_item_a:hover{color:#eb3d00;}
.wend .news_div_item_content{ padding: 22px 0 0 0;}
.wend .lastdl{ border-bottom: none;}
.wend .news_div_item_title{ height:32px; padding-left:40px; line-height:32px; background:url(../images/20200214091327_251076098.png) no-repeat left top; font-size:14px;overflow: hidden;font-weight: bold;}
.wend .news_div_item_title a{ color:#333333; }
.wend .news_div_item_body{ background:url(../images/20200214091347_144670075.png) no-repeat 0 10px; line-height:25px; color:#666; height: 75px; font-size: 15px; overflow: hidden;padding-left: 40px;padding-top: 10px;}
.wend #coleexx{padding:0px 24px;}
.wend .fr a{float: right;font-size: 14px;color: #fff;font-weight:normal;padding-right:30px;    line-height: 60px;}
._new_div_item:hover .new_div_item_a{color:#eb3d00;}
.news_box dd:hover {color:#fff;}
.wend .fr a:hover {color:#fff;}


/*版权*/
.footer_bg{background:#f5f5f5;}
.footer{height: 340px; padding: 50px 0;}
.footer_l{width:442px;border-right:1px solid #eee;height:360px;}
.footer_l ul{margin-top:35px;}
.footer_l ul li{width:386px;height:36px;line-height:36px;color:#666;font-size:18px;padding-left:56px; margin-top: 15px;}
.footer_l ul li:nth-child(1){background:url(../images/20200218102137_1132661872.jpg)no-repeat left center;}
.footer_l ul li:nth-child(2){background:url(../images/20200218102158_1617191056.jpg)no-repeat left center;}
.footer_l ul li:nth-child(3){background:url(../images/20200218102216_1417273711.jpg)no-repeat left center;}
.footer_l ul li:nth-child(4){background:url(../images/20200218102235_626588322.jpg)no-repeat left center;}
.footer_r li{ float: left; width: 180px; }
.footer_r li a{ display: block;font-size: 16px; line-height: 36px; color: #999;}
.footer_r li a:hover{color: #eb3d00;}
.footer_r {padding-left:56px;}
.footer_t{ font-size: 18px !important; color: #333 !important;  line-height: 60px !important; position: relative; margin-bottom: 20px;}
.footer_r li:nth-child(2) a{line-height:40px;}
.footer_r li:nth-child(3) a{line-height:40px;}
.footer_r li:nth-child(3){width:120px;}
.footer_al{width:200px;height:30px;text-align: center;background:#fff;display:block; border-radius: 50px;padding: 10px 0;    margin-top: 36px;}
.copy_bg{background: #1f1f1f;}

.copy{height:80px;text-align:center;color:#666;font-size:16px;line-height:80px;}
.copy a{font-size: 14px; color: #ea7a83;}
.copy a:hover{color: #fff;}



/* 客服样式*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(../images/20200115141249_827853837.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #eb3d00; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #eb3d00; border-color: #eb3d00; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #eb3d00; border-color: #eb3d00;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }


.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 
/*咨询热线*/
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #eb3d00; font-size: 18px; }
y-kefu-box .right {
width: 12px;
height: 12px;
position: absolute;
right: -12px;
top: 24px;
}
y-kefu-box .right-arrow1,
y-kefu-box .right-arrow2 {
width: 0;
height: 0;
display: block;
position: absolute;
left: 0;
top: 0;
border-top: 6px transparent dashed;
border-right: 6px transparent dashed;
border-bottom: 6px transparent dashed;
border-left: 6px white solid;
overflow: hidden;
}
y-kefu-box .right-arrow1 {
left: 1px;
border-left: 6px #efefef solid;
}
y-kefu-box .right-arrow2 {
border-left: 6px white solid;
}
/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width:115px; height:114px; margin: 20px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:170px;}
.y-kefu-box01 .y-email-infos p { color: #eb3d00; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }

.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#f55b1b;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }




/*栏目小导航*/
.mianbxContent { height: 50px !important; line-height: 50px !important;font-size: 16px !important; text-align: left !important; background-color: #eee;width:1200px !important;text-indent: 2em;transition: 0.1s all;background: url(../images/20200214164421_451332919.png) no-repeat 0px 14px;position: relative;margin:40px auto 0 !important;width: 100%; font-weight:100;color: #666;border-bottom: 1px solid #eee;border-top: 1px solid #eee;}
.mianbxContent:hover { background-position: 0px -27px;}
.mianbxContent::after, .mianbxContent:after { content: '';position: absolute;display: block; height: 40px;width: 200px;top: 0; right: 0;}
.mianbxContent a{font-size: 15px !important;color: #666;}
.strong_title{display:none;}
#bodycon{padding-top:0 !important; padding-bottom:50px;overflow: hidden;}
#bodycon #center{margin-top:40px;}


/*分页*/
.pages_info{margin-top:30px !important; width:900px !important;}
.page_total,.pages_box a,.page_jump{display:inline-block;vertical-align:middle;padding:0 14px;height:36px;border-radius:36px;background:#eee;line-height:36px;border: 1px solid #eee;font-size:13px;cursor: pointer;}
.pages_box a{margin-left:10px;    color: #999;}
.pages_box a.page_curr,.pages_box a:hover{background:#eb3d00;color:#fff;font-size:13px;}
.page_jump{margin-left:10px;}

/*上一页下一页样式*/
.pshangxia{padding:10px 40px; background:#f5f5f5; border:1px #eee solid;}


/*在线留言*/
#bodycontent #tianxieone,#bodycontent #tfour,#bodycontent #liuyanshenming{     border-top: #eee 1px solid !important;border-left: #eee 1px solid !important; border-right: #eee 1px solid !important;width: 1198px !important;}
#bodycontent #lytijiao{border: #eee 1px solid !important;width: 1198px !important;}
#bodycontent #tianxieone #tianxietwo {width: 120px; float: left;text-align: right;padding: 5px 0;}
#bodycontent #tianxieone #tianxiethree {width: 1056px; float: left; text-align: left; padding: 5px 0;}
input, textarea { outline: none; border: none; }
#chakantwo{width: 1200px !important;height: 65px !important;text-align: left;font-size:0;}
#chakantwo a{display: inline-block;width: 120px;height: 42px;line-height: 42px;border: 1px solid #eee;text-align: center;}
#chakantwo a+a{margin-left:2px;}
#tfive textarea{width:1070px !Important;}


/*内页banner*/
.banner_com{ width:100%;min-width: 1200px; height:350px; 
background:url(../images/20200218102338_998631965.jpg) center; overflow:hidden;position: relative;}
.banner_prod{ width:100%;min-width: 1200px;height:350px; background:url(../images/prod.jpg) center; overflow:hidden;position: relative;}
.banner_news{ width:100%;min-width: 1200px; height:350px;  background:url(../images/news.jpg) center; overflow:hidden;position: relative;}
.banner_cont{ width:100%;min-width: 1200px; height:350px; background:url(../images/contact.jpg) center; overflow:hidden;position: relative;}


.banner_case{ width:100%;min-width: 1200px;height:350px; background:url(../images/case.jpg) center; overflow:hidden;position: relative;}
.banner_zi{ width:100%;min-width: 1200px; height:350px; background:url(../images/zizhi.jpg) center; overflow:hidden;position: relative;}

.banner_image{ width:100%;min-width: 1200px; height:350px; background:url(../images/20200218102533_1735260674.jpg) center; overflow:hidden;position: relative;}
.banner_fb{ width:100%;min-width: 1200px; height:350px; background:url(../images/20200218102611_194911308.png) center; overflow:hidden;position: relative;}

.banner_tit{ width: 1200px;height: 100%;margin: 0 auto;}
.banner_tit h3{font-size: 48px;color: #fff;margin-top: 10%;display: block;line-height: 48px;}
.banner_tit h6{font-size: 16px;font-weight: lighter;color: #fff;margin-top: 20px;line-height: 30px;text-align: left;}



/*内页新闻文章样式*/
.xw{font-size: 14px;line-height: 30px;text-indent: 2em;}

/*内页新闻*/
.news_2019{height:288px;transition: 0.6s;text-align: initial !important;overflow: hidden;position: relative;margin-top: 30px;background: #f5f5f5;border: 1px solid #f5f5f5;}
.news_img_2019 a{width: 384px;max-width: 384px;max-height: 288px;margin-right: 35px;text-decoration: none;position: relative;height: auto;display: inline-block !important;vertical-align: top;float: none;}
.news_img_2019:before{content:'';display:block;    width: 58px;height: 58px;background: #eb3d00 url(../images/20191230170158_2078804791.png) no-repeat center;position: absolute;top: 1px;left: 1px;    z-index: 3;}
.news_img_2019:after{content:'';display:block;width: 58px;height: 58px;background: #787878;position: absolute;top: 59px;left: 1px;}
.news_img_2019 img{width: 384px;max-width: 384px;max-height: 288px;border: 1px solid #f0f0f0;}
.news_nor_2019{width: 740px !important;height: 216px !important;float: right;  float: left;margin-left: 20px;    margin-top: 30px}
.news_img_2019{float:left;width: 388px;height: 288px;}
.news_biaoti_2019 a{font-size: 24px;color: #eb3d00;line-height: 18px;margin: 20px 0;display: block;}
.news_miaou_2019 a{font-size: 15px;line-height: 26px;color: #999;height: 78px;overflow: hidden;display: block;}
.news_miaou_2019 a:hover{color:#999;}
.news_time_2019{position: absolute;top: 87px;left: 4px; font-size: 13px;}
.news_time_2019>div{color:#f5f5f5; display: inline-block;}
.news_ny_day_2019{display:block !important;  position: relative;  top: -48px;left: 12px;font-size: 24px;}
.news_ny_year_1_2019,.news_ny_month_1_2019{ display: none !important;}
.news_2019:hover .news_time_2019:before{width: 740px;background:#eb3d00;}
.news_ny_year_2019:after{content:'.';}
.news_2019:hover{background: #fff; box-shadow: 0 0 40px rgba(0,0,0,0.2);transition: 0.6s;}
.news_2019:hover .news_biaoti_2019 a{color:#eb3d00;}
.news_more_2019 a{ position: absolute;bottom: 40px;font-size: 18px; z-index: 2; color: #fff;width: 149px;height: 45px;display: block; background: #eb3d00;line-height: 45px; text-align: center;border-radius: 50px;}
.news_2019:hover .news_more_2019 a{color:#fff;background-color:#f68e10;}
.nyxqnews_righttit strong{color: #eb3d00 !important;}
.nyxqnews_righttit:before{background: #eb3d00 !important;}
.news_box_lbm .news_2019:nth-child(1){margin-top: 0px;}


/*内页产品*/
.pro_one_box { float: left !important; width:380px !important; background: #f5f5f5; margin-left:2px;  margin-bottom:2px; overflow: hidden;position: relative;margin-left:30px;    margin-bottom: 20px;}
.pro_one_box *{ transition: 0.25s all ease; }
.pro_one_box:first-child{ margin-left: 0}
.pro_one_box .pro_pic img {  width: 99.5%; height: auto;    border: 1px solid #f5f5f5!important;}
.pro_one_box .pro_pic{ width: 100% !important; height: auto !important; padding:0px !important;display: block;float: none !important;}
.pro_one_box .pro_pic a { width: 100% !important;   position: relative;display: block}
.pro_one_box .pro_beizhu{;height:   181px !important;    padding: 20px 30px 0px !important;float: none !important;width: 320px !important;background: #f5f5f5;transition: 0.3s all ease;}
.pro_one_box .pro_beizhu > br{display: none;}
.pro_one_box .pro_beizhu .pro_beizhu_a_zdy{display: block;    text-align: center;}
.pro_one_box .pro_beizhu .pro_beizhu_a_zdy strong{font-size: 22px;font-weight: normal;display: block;line-height: 40px;padding-bottom: 10px;  }
.pro_one_box .pro_beizhu .pro_beizhu_neirong_zdy{font-size: 14px;color: #666;font-weight: lighter;line-height: 30px;height: 60px;overflow: hidden;display: none;}
.pro_one_box .pro_beizhu .pro_beizhu_more_zdy a{display: block;line-height: 30px;color: #fff !important;background: #eee url(../images/20200214162158_1732399942.png) no-repeat center;width: 50px;height: 50px;font-size: 0;padding: 5px;border-radius: 50%;margin: 25px auto;text-indent: -9999em;}
.pro_one_box .pro_beizhu .pro_beizhu_more_zdy a font{font-size: 0;text-indent: -9999em;display:block;}
.pro_one_box:hover .pro_beizhu{height: 520px !important;padding-top: 80px !important;background: rgba(200,48,60,0.9);}
.pro_one_box:hover .pro_beizhu .pro_beizhu_neirong_zdy{color: #f1fdf5;height: 210px;}
.pro_one_box:hover .pro_beizhu .pro_beizhu_a_zdy strong{color: #fff;padding-bottom: 40px; margin-top: 88px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.pro_one_box:hover .pro_beizhu .pro_beizhu_more_zdy a{margin:60px auto; background: #eee url(../images/20200214162241_1186070579.png) no-repeat center;transform: rotate(90deg);}


.pro_one_box > .pro_name{padding: 0 !important;}
.pro_one_box > .pro_name a{ line-height: 70px;font-size: 14px;display: block;color: #343434; background: #fff;padding: 0 25px; position: relative;text-align: justify;}

.pro_one_box:hover > .pro_name a:after {  background: url(../images/20200218102646_1804733380.png) no-repeat center; transform: rotate(180deg);}
.pro_one_box:hover > .pro_name a{color: #226543}
.pro_one_box > .pro_name a:after{ content: '';position: absolute; right: 23px; top: 23px;transition: 0.5s; display: block; width: 24px;height: 26px; background: url(../images/20200218102646_1804733380.png) no-repeat center;transform: rotate(0deg);}
.product_content { padding: 50px 50px; width:1200px !important}
.product_content_imgx { width: 100%; background: #fff; text-align: center;padding: 50px 0;}
.com-width .right .des p a { font-size: inherit; color: #226543;}




/*内页栏目产品样式*/
.pro_list_box_item_l_zdy > a{position: relative;}
.pro_list_box_item_l_zdy > a:before,.shopmrsc .xwlb_img:before{content: '';position: absolute;width: 10px;height: 10px;border:2px solid #195093;left: 30px;display:block;top: 70px;border-radius: 50%;z-index: 3;opacity: 0;
filter: alpha(opacity=0);transition:0.3s all linear;}
.pro_list_box_item_l_zdy > a:after,.shopmrsc .xwlb_img:after{content: '查看详情';position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,.7);color: #fff;text-align: left;text-indent: 30px;line-height: 210px;font-size: 14px;font-weight: 100;opacity: 0;
filter: alpha(opacity=0);transition:0.3s all linear;}
.pro_list_box:hover .pro_list_box_item_l_zdy > a:after,.shopmrsc:hover .xwlb_img:after{opacity: 1;
filter: alpha(opacity=100);}
.pro_list_box:hover .pro_list_box_item_l_zdy > a:before,.shopmrsc:hover .xwlb_img:before{opacity: 1;
filter: alpha(opacity=100);}

.pro_list_box .dgweb_list_item { float: left !important; width: 390px !important;margin-right: 13.33333px;margin-bottom: 13.33333px;}
.pro_list_box .dgweb_list_item:nth-child(3n){margin-right:0;}
.pro_list_box .dgweb_list_item .dgweb_list_item_pic{height: auto !important;}
.pro_list_box .dgweb_list_item:first-child{margin-left: 0;}
.pro_list_box .dgweb_list_item .dgweb_list_item_a a{line-height:60px;font-size: 17px; display: block;color: #343434; text-align: justify; background: #f5f5f5;padding: 0 25px;position: relative;}
.pro_list_box .dgweb_list_item:hover .dgweb_list_item_a a:after {background: url(../images/20200214162110_1200944464.png) no-repeat center;transform: rotate(180deg);}
.pro_list_box .dgweb_list_item:hover .dgweb_list_item_a a{color: #eb3d00; }
.pro_list_box .dgweb_list_item .dgweb_list_item_a a:after{content: ''; position: absolute;right: 26px;top: 17px;transition: 0.5s;display: block;width: 24px;height: 26px;
background: url(../images/20200214161932_639888650.png) no-repeat center;transform: rotate(0deg);}

.pro_list_box .dgweb_list_item .dgweb_list_item_a{padding: 0 !important;margin-top:1px;}
.pro_list_box .dgweb_list_item .dgweb_list_item_pic a,.pro_list_box .dgweb_list_item .dgweb_list_item_pic a img{display: block;width: 100%;border:0 none !important;height:auto;}



/*产品详情*/
.pro_main_box{background:#fff;width:1200px !important;height: 500px !important;margin-top: -90px !important;}
.propic_show_left{width:500px;float: left;position: relative;}
.propic_show_left img{width:500px;}
.propic_show_piclist{width:570px;height: 150px;float:left;position: absolute; top:350px; left:560px; }
.propic_show_list{height: 150px;position:relative;transition:500ms;}
.propic_show_piclist.on_bottom .propic_show_list{height: 100px;transition:500ms;}
.propic_show_piclist ul{width:530px;height: 102px !important; overflow: hidden; border:1px #eee solid; padding:20px;display: none;}
.propic_show_piclist li{width:96px;height:96px;border:2px solid #333;cursor: pointer;overflow:hidden; float:left;}
.propic_show_piclist li+li{margin-left:12px;}
.propic_show_piclist.on_bottom .propic_show_list li+li{transition:500ms;}
.propic_show_piclist li.cur{border-color:#eb3d00;}
.propic_show_piclist li img{width:100px;transition:500ms;}
.propic_show_piclist li:hover img{transform:scale(1.1);transition:500ms;}
.propic_show_btn_bottom{width:100%;background-color:#333;background-image:url(../images/20200218102725_388779528.png);background-repeat:no-repeat;background-position:center;height:0px;position: relative;z-index: 2;transition:500ms;}
.propic_show_piclist.on_bottom .propic_show_btn_bottom{height:15px;background-color:#eb3d00;margin-top:5px;transition:500ms;display: none;}
.propic_img{width:600px;height:450px;float:left;border:1px solid #eee;position: relative;overflow: hidden;}
.propic_ri{left:5px;background:url(../images/20200218102748_509954670.png);}
.propic_le{right:5px;background:url(../images/20200218102808_1831949235.png);}
.propic_img img{width:600px;transition:500ms;}
.propic_img:hover img{transform:scale(1.1);transition:500ms;}
.propic_img>div{width:35px;height:34px;position:absolute;top:50%;margin-top:-17px;cursor: pointer;opacity: 0.5;}
.propic_show_right{width:554px;float:right;text-align: left; position: relative;}
.propic_show_right br{display:none;}
.propic_show_right .propic_desc{height:56px;margin-top:20px;overflow:hidden;}
.propic_show_right .propic_desc strong{font-weight:bold;}
.pro_detail_title{font-size:21px;display:block;line-height: 56px;border-bottom: 1px solid #eee;margin-bottom: 28px;color: #333;}
.pro_return{width:37px;height:37px;float:right;margin-top: 10px;background:url(../images/20200218102829_1758590126.png) no-repeat;cursor: pointer;}

.propic_show_con_box{margin-top:30px;}
.pro_show_ewm>div{display:inline-block;vertical-align:top;}
.pro_ewm_left{width:145px;height:176px;border: 1px solid #e9e9e9;position:relative;}
.pro_ewm_left .ewm img{width: 125px;padding: 10px;}
.pro_ewm_left .ewm p{text-align:center;color:#999; font-size:16px;}
.pro_tel_right{margin-left:24px;position:relative;}
.pro_tel_right:before{content:'咨询服务热线：';width:100%;line-height:32px;font-size:16px;color:#999;position: absolute;left: 0;top: 0;}
.pro_tel_right p em{font-size:26px;font-weight:bold;color:#1a58ff;line-height:26px;}
.pro_tel_right p em+em{margin-top:10px;}
.pro_tel_right p em b{font-size:20px;vertical-align:top;}
.pro_tel_right .tel{width: 100%;border-bottom: 1px solid #eee;padding-bottom:44px;margin-bottom:44px;}
.pro_tel_right .tel{display:none;}
.pro_tel_right em{ display: block; font-size: 22px;font-style: inherit;color:#eb3d00;line-height: 39px;}
.pro_tel_right em img{width:27px;}
.pro_tel{margin-top:44px;}
.pro_show_btn{margin-top:13px;font-size:0;}
.pro_show_btn button{width:120px;height:42px;border:none;background:#333;}
.pro_show_btn button+button{margin-left:10px;}
.pro_show_btn button.advisory{background:#eb3d00;}
.pro_show_btn button a{font-size:16px;color:#fff;display:block;}

.psh_box{background:#fff;padding:30px 0; width: 100% !important; font-size:16px;}
.psh_box a{font-size:16px;}
.pcontent_title_h4{display:none;}
.dgcontent_title_h5{padding:20px;text-align: center;width: 1160px !important;}
.dgcontent_title_h5 h5 strong{font-size:16px;}
.detail_title{margin-top:30px;background:#eb3d00;width: 100% !important;margin-left: 0 !important;font-size:0;padding: 0 !important;    border: 1px solid #ccc !important;}
.detail_title strong{font-size:35px;display:inline-block;vertical-align:top;width:100%;height:62px;line-height:62px;text-align:center;color:#fff;}
.product_content{width:100% !important;background: #fff !important;padding: 20px 0px;}
.product_content p{line-height:0px;}

.pro_detail_box{background:#fff;overflow:hidden;border: none !important;margin-top: 20px !important; width: 100% !important;}
.pro_detail_rel_hd{font-size:0;padding: 0 !important; margin-bottom: 30px;}
.pro_detail_rel_hd strong{font-size:16px;display:inline-block;vertical-align:top;width:180px;height:62px;line-height:62px;text-align:center;color:#fff;padding-left:36px;background:#eb3d00 url(../images/20200218102856_1237147158.png) no-repeat 22px center;}
.pro_detail_rel_item{ width: 96% !important;    padding-bottom:12px;}
.pro_detail_rel_item>div{display:inline-block;float:none !important;border: 1px solid #eee;}
.pro_detail_rel_item>div+div{margin-left:12px;}


/*参数*/
.prod_cs{text-align:center; box-shadow: 0 0 20px #eee; padding-top:40px;}



/*内页产品&新闻分类按钮*/
.pro_all_class a:hover{color:#fff;}
.pro_all_class a{ height: 50px;padding:10px;display: block;float: left;background-color: #eb3d00;color: #fff;font-size: 16px;line-height: 50px;border-radius: 50px;margin-left: 10px;    padding: 0 9px !important}
.nswsfenlei_2019 li:hover ,.pro_all_class a:hover{background-color: #f68e10;}
.curNewsType_2019 a,.pro_all_class a strong{background-color: #f68e10; width: 150px; height: 50px;display: block; line-height: 50px;  font-weight: normal !important;border-radius: 50px;}
.pro_all_class{width:1200px !important; height: 70px !important; border-bottom: none !important;margin-top:30px !important;}
.pro_all_class a:nth-child(1){display:none;}
.nswsfenlei_2019 li{width:150px;height:50px;display:block;float: left; line-height: 50px;border-radius: 50px;background:#eb3d00; margin-left: 10px;}
.nswsfenlei_2019{width:480px;height:90px;margin:0 auto;}
.nswsfenlei_2019 li a{color:#fff;font-size:16px;}




.pro_all_class>div{display: block !important;}

/*参数*/
    .cpcs {
        width: 1200px;
    }

    .cpcs_t {
        line-height: 46px;
        font-size: 24px;
        color: #333;
    }

    .cpcs_w {
        font-size: 14px;
        line-height: 30px;
    }

.cpcs_wt table {
border-collapse: collapse;
        width: 100%;
    }

.cpcs_wt table td {
        border: 1px #ccc solid !important;
        line-height: 30px;
       text-align: center;
    }


/*联系我们*/
.lxwm {width: 1200px;margin: 0 auto; }
.lxtop { width: 100%;overflow: hidden;margin-top: 30px;border-radius: 3px;border: 1px solid #ccc;}
.lxtop img {width: 30%;float: left;max-width: 100%;}
.lxtop p {width: 66%; float: right; font-size: 16px; line-height: 40px;padding: 0 15px 0 10px;color: #666;padding-top: 45px;}
.lxtop p span { display: block;color: #eb3d00;font-size: 18px;line-height: 50px;}
@media (max-width: 1400px) {
        .lxfsnr li {
            width: 100% !important;
        }

        .lxwm {
            width: 100%;
        }
    }

@media (max-width: 640px) {
        .lxtop img {
            width: 100%;
        }

        .lxtop p {
            width: 97%;
        }
    }

.Separate { background: url(../images/20200214180239_1321441063.png) no-repeat bottom; font-size: 30px;text-align: center; margin: 35px auto 40px;}
.Separate span { display: block; font-size: 14px; letter-spacing: 5px;color: #eb3d00; margin-top: 10px;}
.lxfsnr {overflow: hidden;border-radius: 3px;padding-top: 20px;}
.lxfsnr li { margin: 5px 0px 5px 63px;
        float: left;
        width: 495px;
        padding: 25px 0 14px 13px;
        box-shadow: 0 0 1px #ccc;
        margin-bottom: 15px;}
.lxfsnr li:hover {color: #eb3d00;}
.lxfsnr li img { float: left;}
.lxfsnr li p {
        line-height: 46px;
        font-size: 18px;
		padding-left:75px;
		text-align:left;
		}
.lxfsnr li a {font-size: 16px;}
.wzdt { margin-bottom: 20px !important;}
.ck { cursor: pointer;}
.lxfsnrlb li:hover img {
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;

        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
}
.hvr-float-shadow {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;}
.hvr-float-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
}

.hvr-bubble-bottom {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    color: #eb3d00 !important;
}

.hvr-bubble-bottom:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        border-style: solid;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -webkit-transition-property: transform;
        transition-property: transform;
        left: calc(50% - 10px);
        bottom: 0;
        border-width: 10px 10px 0 10px;
        border-color: #e1e1e1 transparent transparent transparent;
        opacity: 0;
}

.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before {opacity: 1; -webkit-transform: translateY(15px);transform: translateY(15px);}



/*简介*/

    .n_ab1{text-align: center;padding: 30px 0;    width: 1200px; margin: 0 auto;}
    .n_ab1 dl{font-size: 32px;}
    .n_ab1 p{font-size: 16px;color: #999;}
    .n_ab{box-shadow: 0 0 14px 0 #999;padding: 50px 0 30px 0;margin-bottom: 40px;width: 1200px;}
    .n_ab2{}
    .n_ab2 dl{font-size: 24px;font-weight: bold;color: #fff;background: #eb3d00;padding: 10px 34px;}
    .n_ab3{width: 660px;}
    .n_ab3 p{text-indent: 2em;font-size: 15px;line-height: 35px;padding-left: 30px;}
    .n_ab4{padding-right: 30px;}
    .n_ab span{font-size: 31px;line-height: 51px;margin-left: 35px;color: #999;}
    /*    文化*/
    .aboutUsTT{    clear: both;overflow: hidden;text-align: center;color: #FFF;font-size: 40px;position: relative;top: 50px;padding-bottom: 10px;}
    .aboutUsTT:after{content: "";display: block;width: 50px;height: 4px;background: #eb3d00;position: absolute;bottom: 0;left: 50%;margin-left: -25px;}
     #culture_bg{background-image: url(../images/wenhua.jpg);background-position: center center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;height: 463px;margin-top: 40px; }
    #culture_bg .n_ab1{color: #fff;}
    #culture_bg .n_ab1 p{color: #fff;}
    .culture_t p{color: #fff;}
    .culture_wt{background: #fff;height: 337px;margin-top: 20px;box-shadow: 0px 5px 30px #999;}
    .culture_wt li{display: block;float: left;text-align: center;width: 265px;height: 285px;margin-top: 24px;margin-right: 14px; transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;}
    .culture_wt li:nth-child(1){margin-left:26px;}
    .culture_wt li:hover{box-shadow: 0px 0px 16px #999;}
    .culture_img{width: 102px;height: 78px;margin:0 auto;margin-top: 50px; margin-bottom: 28px;}
    .culture_w p{font-size: 24px;color: #333;font-weight: bold;}
    .culture_w span{display: block;font-size: 15px;line-height: 24px;margin-top: 20px;}
    .culture_img1{background: url(../images/20200217102844_771416770.png)no-repeat center;}
    .culture_img2{background: url(../images/20200217102916_882185457.png)no-repeat center;}
    .culture_img3{background: url(../images/20200217102942_189295526.png)no-repeat center;}
    .culture_img4{background: url(../images/20200217103014_1845941323.png)no-repeat center;}
    .culture_wt li:hover .culture_img1{background: url(../images/20200217103041_86380231.png)no-repeat center;transition: 0.5s;}
    .culture_wt li:hover .culture_img2{background: url(../images/20200217103112_1539225317.png)no-repeat center;transition: 0.5s;}
    .culture_wt li:hover .culture_img3{background: url(../images/20200217103240_1793064475.png)no-repeat center;transition: 0.5s;}
    .culture_wt li:hover .culture_img4{background: url(../images/20200217103311_381569659.png)no-repeat center;transition: 0.5s;}
    /*    调用*/
.case_c tr > td.one { margin-left: 0;}
.case_c td { display: block; float: left; padding: 0 !important; width:314px; margin: 10px 0 20px 20px; position: relative; border:1px #ddd solid}
.case_c td > a:after,.case_c td > a::after{ content: ''; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.5) url(../images/20200217103421_1314695138.png) no-repeat center; left:0; top: -100%; transition:0.3s all ease-in-out; }

.case_c td > span { height: 50px; width: 100%; padding-top: 0 !important; display: block; position: relative; overflow: hidden;}
.case_c td > span > a{ display:block; height: 50px; line-height: 50px; color: #454545; font-size: 15px; transition:0.3s all ease-in-out; position: relative; z-index: 1111}
.case_c td > span:after,.case_c td > span::after{ position: absolute; content: ''; width: 100%; height: 100%; background:#da2421; bottom: -100%; left: 0; transition:0.3s all ease-in-out; }
.case_c td:hover > a:after,.case_c td:hover > a::after{ top: 0; }
.case_c td:hover > span > a{ color: #fff; }
.case_c td:hover > span:after,.case_c td:hover > span::after{ bottom: 0; }
.case_c td br { display: none;}
.case_c tr:after, .case_c tr::after { content: ''; display: block; clear: both; }
.case_c td a{ position: relative; display: block; overflow: hidden; }
.case_c td a img{ display: block; width: 100%; height: auto; transition:0.5s all ease-in-out; }
.case_c td:hover a img{ transform:scale(1.2);}

.case_c{overflow:hidden; width:1200px; margin:0 auto; margin-top:15px; height:500px;}
.ceshi{width:1200px; margin:0 auto; overflow:hidden;}
.ceshi td{display:block; float:left; padding:5px; margin:6px; border:solid 1px #ccc; overflow:hidden; transition: all 0.8s linear; position:relative;}
.ceshi td:hover{transition: all 0.8s linear}
.ceshi td.one{width:536px; border:solid 1px #d2d2d2; }
.ceshi td.one img{width:646px !important; height:auto !important;}
.ceshi td.one div, .tabcon .honor_l td:nth-child(1) div a{font-size:16px; width:538px;}
.ceshi td.one:hover div{ margin-top:-50px; transition: all 0.8s linear; }
.ceshi td:hover img{transform: scale(1.05);transition: all 0.8s linear;}

.ceshi td a{text-decoration:blink; display:block; overflow:hidden;}
.ceshi td div{position:absolute; margin-top:20px;line-height:40px; height:40px; overflow:hidden; width:315px; background:rgba(200,48,60, 0.8); white-space: nowrap; text-overflow: ellipsis; padding:5px 0px; transition: all 0.8s linear;}
.ceshi td div a{font-size:14px; color:#fff;}
.ceshi td:hover div{ margin-top:-50px; transition: all 0.8s linear;}
.ceshi td:hover div a{}
.ceshi td br{display:none;}
    #right{display: none;}
    .n_ab5{padding-top: 40px;}
    .n_ab6{font-size: 15px;padding: 0 20px 0 30px;text-indent: 2em;line-height: 35px;}

.n_case{padding: 30px;box-shadow: 0 0 5px rgba(0,0,0,0.2);}


/*友情链接*/
.link_bg{ height: 90px; line-height:90px; border-top:1px #eee solid;color:#999;}
.link p{font-size:18px; color:#222; padding-left:50px; background:url(../images/20200725091125_1062540703.png)no-repeat center left;}
.linkTagcs li a{font-size:15px; padding-left:10px;}
.linkTagcs li {margin-left: 0px !important;float:left !important;margin-top: 0px !important;text-aglin: left;}
.linkTagcs li a:hover{color:#d50404 !important;}



#bodycon{width:100%!important;}
#bodycon #left{display: none;}
#bodycon #center{width: 100% !important;}
.cl{clear:both;}
.nyxqnewsbg{ width:100%;overflow:hidden;}
.nyxqnews{ margin:0 auto; width:1200px;}
.nyxqnews_left{ width:100%; float:left; background:#FFF; padding:30px; padding-bottom:0; overflow:hidden;}
.news_lefttit{ border-bottom:1px solid #e7e7e7; padding-bottom:15px;text-align:center;}
.news_lefttit h1{ font-size:22px; font-weight:normal; line-height:30px; display:block; margin-bottom:15px; color:#333;}
.news_lefttit span{ display:block;color:#999; line-height:14px; padding:0 10px;}
.news_lefttit .chuchu{ padding:0 10px 0 0; border-left:none;}
.newsshare{ float:right; margin-top:-8px;}
.nyxqnews_leftcont{ margin-top:20px; line-height:28px; color:#777;text-align: left;}
.nyxqnews_leftpage{ width:890px; margin-left:-30px; margin-top:20px; border-top:1px solid #e7e7e7; line-height:70px;}
.nyxqnews_leftup{ float:left; border-right:1px solid #e7e7e7; width:49%; padding-left:50px; padding-right:30px; height:70px; overflow:hidden; background:url(http://114my.cn.114.114my.net/ZP/nynews/newsup.png) 30px 29px no-repeat; }
.nyxqnews_leftdown{ float:right; text-align:right; width:49%; padding-left:30px; padding-right:50px; height:70px; overflow:hidden; background:url(http://114my.cn.114.114my.net/ZP/nynews/newsdown.png) 413px 29px no-repeat; }
.nyxqnews_right{ width:300px; float:right; position:relative;}
.nyxqnewsfanhui{ position:absolute; top:0; left:-958px; z-index:10;}
.nywenzhang{ padding:30px 30px 20px 30px; background:#FFF;}
.nyxqnews_righttit{ font-size:18px; border-bottom: 1px solid #e7e7e7; height:36px; line-height:18px; position:relative;}
.nyxqnews_righttit:before{ content:""; width:75px; height:1px; background:#1059a9; position:absolute; left:0; bottom:-1px;}
.nyxqnews_righttit strong{ color:#1059a9;}
.nyxqnews_rightcont{ margin-top:10px; line-height:36px;}
.nyxqnews_rightcont a{ display:block; background:url(http://114my.cn.114.114my.net/ZP/nynews/newswenzhagn.png) left center no-repeat; padding-left:22px;width:220px; height:36px; overflow:hidden; }
.nyzx{ margin-top:10px;}
