@charset "utf-8";
/* CSS Document */
/*样式初始化及公共样式部分lpm*/
body{color:#666; font-size:13px; margin:0 auto; min-width:1200px; background-color:#fff;  font-family:"Microsoft YaHei";max-width:1920px;}
a{color:#666; text-decoration:none;}      /*定义全局链接颜色lpm*/
a:hover{ text-decoration:none;}      /*定义全局链接鼠标滑过颜色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*/
i,em{font-style: normal;}  /*主要标签的样式初始化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  #344e98; padding:2px; background:#fff;}      /*定义鼠标经过时边框的变化效果lpm*/
#copy{ display:none;}      /*隐藏后台自带版权DIVlpm*/
.box{width:1200px; height:auto; margin:0 auto;}      /*定义版面统一宽度lpm*/
.font_en{font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:normal;}     /*定义英文字体及大写lpm*/

.top10{margin-top:10px; }
.top15{margin-top:15px;}
.top20{margin-top:20px;}
.top30{margin-top:30px;}
.top40{margin-top:40px;}
.top50{margin-top:50px;}
.top90{padding-top:90px;}


/*顶部*/
#top_bg{width: 100%;height: 40px;background:#fff;border-bottom: 1px solid #d5d5d5;}
.top_l{line-height: 40px;color: #666;font-size: 14px;}
.top_e a{display: block;width: 91px;float: left;line-height: 40px;color: #666;font-size: 14px;}
.top_e img{display: block;float: left;width: 20px;height: 14px;padding-right: 7px;padding-top: 13px;}
.top_r a{display: block;width: 76px;float: left;line-height: 40px;color: #666;font-size: 14px;padding-left: 20px;}
.top a:hover{color:#f55700;}
.a_top1{background: url(../images/20180920155634_2102161827.png) no-repeat left center;}
.a_top2{background: url(../images/20180920155634_1742985188.png) no-repeat left center;}


/*抬头*/
#head_bg{width: 100%;height:140px;background:#fff;}
.head_l{margin-top: 20px;}
.head_logo{width: 420px; height: 103px; display: block; text-indent: -999em; float:left; text-align:center; background-image:url(../images/logo.jpg); }


.head_w{padding-left: 16px;}
.head_w p{font-size: 20px;line-height: 20px;font-weight: bold;color: #333;padding-top: 49px;}
.head_w span{display: block; font-size: 16px;line-height: 16px;color:#666;padding-top: 14px; }
.head_r{width: 210px;background: url(../images/20180920164005_1727636814.jpg) no-repeat left center;padding-left: 62px;margin-top: 42px;}
.head_r p{font-size: 18px;line-height: 18px;color: #666;}
.head_r span{display: block;font-size: 26px;line-height: 28px;color: #f55700;margin-top: 8px;font-weight: bold;}

/*导航*/
.nav_bg {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background: #344e98;
    border-top: 1px  solid #d3d3d3;
}

.nav li {
    width: 133px;
    height: 60px;
    float: left;
    text-align: center;
}
.nav li a {
    font-size: 15px;
    color: #fff;
    display: block;
    width: 133px;
    line-height: 60px;
    height: 60px;
    text-align: center;
  background: url(../images/20180920171952_1793479880.jpg) no-repeat right center;
}

.nav li a:hover {
background-image: none;
  background-color: #f55700;
      color: #fff;
}
.nav .a_nav a {
background-image: none;
     background-color: #f55700;
      color: #fff;
}

/* banner-box */
.banner-box{min-width:1200px;height:500px;position:relative;overflow:hidden;}
.banner-box .bd{ width:100% !important;}
.banner-box .bd li{width:100% !important;height:500px;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn{ width: 100%; position: absolute; top: 180px; left: 0; margin-left: 0; height: 350px; overflow: hidden; }
.banner-btn a{display:block;width:49px;height:104px;position:absolute;top:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner-btn a.prev{left:-50px;background:url(../images/20180920171423_1229261595.png) no-repeat 0 0;} 
.banner-btn a.next{right:-50px;background:url(../images/20180920171423_1229261595.png) no-repeat -49px 0;}
.banner-box .hd {position:absolute;top:285px;width: 100%;display: block;}
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:20px; height:20px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ background: #f55700; width: 32px; }
.banner-box:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}


.banner-n{min-width:1200px;height:350px;position:relative;overflow:hidden;}
.banner-n .bd{ width:100% !important;}
.banner-n .bd li{width:100% !important;height:350px;background-position: center;background-repeat: no-repeat;}
.banner-n .bd li a{display:block;background-size:auto;}
.banner-n .banner-btn{ width: 100%; position: absolute; top: 125px; left: 0; margin-left: 0; height: 350px; overflow: hidden; }
.banner-n .banner-btn a{display:block;width:49px;height:104px;position:absolute;top:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner-n .banner-btn a.prev{left:-50px;background:url(../images/20180920171423_1229261595.png) no-repeat 0 0;} 
.banner-n .banner-btn a.next{right:-50px;background:url(../images/20180920171423_1229261595.png) no-repeat -49px 0;}
.banner-n .hd {position:absolute;top:230px;width: 100%;display: block;}
.banner-n .hd ul{ text-align: center}
.banner-n .hd ul li{ width:20px; height:20px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner-n .hd ul li.on{ background: #f55700; width: 32px; }
.banner-n:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-n:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-n .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}

/*搜索*/

#search_bg {
    width: 100%;
    height: 70px;
   background: #f1f1f1;
}

#search_bgn {
    width: 100%;
    height: 70px;
    background: #f1f1f1;
    position: absolute;
    top: 741px;
}

#search {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    line-height: 30px;
}

.search_01 {
    float: left;
}

.search_01 .fl {
    margin-top: 12px;
}

.search_01 span {
    color: #666;
    font-size: 15px;
    line-height: 60px;
    font-weight: bold;
}

.search_01 a {
    font-size: 14px;
    color: #666666;
}

.search_01 a:hover {
    font-size: 14px;
    color: #f55700;
}


.search-d {
    margin-top: 20px;

}

.search-bgp {
    width: 236px;
    height: 30px;
    font-size: 14px;
    line-height: 32px;
    padding-left: 15px;
    color: #5a5a5a;
    background: none;
    outline: none;
    border: 1px solid #e4e4e4;
    border-right: none;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.search-ip {
    width: 44px;
    height: 32px;
    background: url(../images/20180921085940_214027116.jpg) no-repeat center;
    border: none;
    cursor: pointer;
}

.search-bg {
    float: left;
    overflow: hidden;
}

.search-i {
    float: left;
    overflow: hidden;
}


/*产品应用*/
#appl_bg{width: 100%;height: auto;background:url(../images/20180921091250_1061318358.gif) no-repeat center 43px ;margin-top: 80px;}
.appl_d{background: url(../images/20180921091600_2108136936.png) no-repeat center bottom;width: 380px;float: left;-webkit-transition: all ease 0.4s;transition: all ease 0.4s;}
.appl_d2 {margin:0 30px;}
.appl_d i{display: block; width: 62px;height: 62px;margin: 0 auto;-webkit-transition: all ease 0.4s;transition: all ease 0.4s;}
.appl_d1 i{background: url(../images/20180921092015_601359394.png) no-repeat center;}
.appl_d2 i{background: url(../images/20180921092015_883275241.png) no-repeat center;}
.appl_d3 i{background: url(../images/20180921092015_1935642348.png) no-repeat center;}
.appl_d em{display: block;font-size: 26px;line-height: 26px;color: #333;font-weight: bold;padding: 22px 0 30px 0;text-align: center;background: url(../images/20180921093938_436117673.gif) no-repeat center bottom;-webkit-transition: all ease 0.4s;transition: all ease 0.4s;}
.appl_d p{font-size: 16px;line-height: 16px;color: #666;text-align: center;margin-top: 22px;}
.appl_d span{font-size: 13px;line-height: 18px;color: #999;text-align: center;display: block;margin-top: 16px;margin-bottom: 40px;}
.appl_d:hover{background: url(../images/20180921104302_198598943.png) no-repeat center bottom;}
.appl_d:hover  em{color: #344e98;}
.appl_d1:hover i{background: url(../images/20180921104105_2003517683.png) no-repeat center;}
.appl_d2:hover i{background: url(../images/20180921104105_466287638.png) no-repeat center;}
.appl_d3:hover i{background: url(../images/20180921104105_1372671235.png) no-repeat center;}

/*产品*/
#prod_bg{width: 100%;height: auto;background:#f1f1f1;margin-top: 90px;overflow: hidden;}
.prod_t{margin-top: 90px;background: url(../images/20180921105259_88660647.png) no-repeat center 12px;    margin-bottom: 45px;}
.prod_t p{font-size: 40px;line-height: 40px;color: #333;text-align: center;}
.prod_t span{font-size: 20px;line-height: 20px;color: #666;text-align: center;margin-top: 30px;display: block;}


.prod_l{width:240px;margin-bottom: 90px;}
.prod_lt{background:url(../images/20180921172455_1463069730.jpg)no-repeat center; height: 100px;width: 240px;}
.prod_lt p{font-size: 22px;line-height: 22px;color: #fff;font-weight: bold;padding-left:84px;padding-top: 34px; }
.prod_lt span{font-size: 14px;line-height: 14px;color: #fff;display: block;font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:normal;padding-left:84px;padding-top: 9px;}
.prod_lm{width: 238px;border-left: 1px solid #ccc;border-right: 1px solid #ccc;background: #fff;}
.prod_lm > table > tbody > tr > td > b > a{font-weight: normal;font-size: 16px;padding-left: 58px;background: url(../images/20180921173331_600184781.jpg) no-repeat 32px center;display: block;width: 180px;border-bottom: 1px solid #ccc;line-height: 60px;}
.prod_ld{background: url(../images/20180921173818_830413738.jpg) no-repeat center; width:240px;height: 140px;}
.prod_lm > table > tbody > tr > td > b > a:hover{color:#f55700!important;}
.prod_p{float:right;width:950px;}
.prod_p > table > tbody > tr > td > span > a{display:block;height:40px;background:#344e98;color:#fff;line-height:40px;    width: 290px;margin-bottom: 30px;}
.prod_p > table > tbody > tr > td > br{display:none;}
.prod_p > table > tbody > tr > td:hover > span > a{background: #f55700;}
/*厂房设备*/
#case_bg{width: 100%;height: auto;background:#fff;}
.case_t{margin-top: 90px;background: url(../images/20180921105259_88660647.png) no-repeat center 12px;}
.case_t p{font-size: 40px;line-height: 40px;color: #333;text-align: center;}
.case_t span{font-size: 20px;line-height: 20px;color: #666;text-align: center;margin-top: 30px;display: block;}
#cpzs{width:1200px; margin:0 auto; overflow:hidden;margin-top: 50px;}
#cpzsl{width:400px; float:left; margin-top:14px;}
#cpzslk{width:369px; float:left; border:5px #e6e6e6 solid; padding:25px 0px;}
#cpzslbt{width:305px; float:left;  position:relative; margin-left:55px;}
#cpzslbta{width:295px; float:left; font-size:35px; font-weight:bold; line-height:40px; padding-top:20px;}

#cpzslbtcd{width:380px; float:left; background:#fff; padding:20px 0px;}
#cpzslbtc{width:380px; float:left; height:1px; background:#ccc; overflow:hidden;}

#cpzslbtb{width:325px; float:left; font-size:23px; color:#666; line-height:40px; padding-top:0px; padding-bottom:15px;}
#cpzsl_img{width:368px; float:left; height:366px; padding-top:6px;}


#cpzsr{width:741px; float:right;}
#cpzsrd{width:741px; float:left; height:200px; overflow:hidden; margin-top:14px;}
#cpzsrd:hover #cpzsrtb{background:url(../images/20180922103357_298406835.png);}
#cpzsr_img{width:371px; float:left; height:200px;}
#cpzsr_te{width:250px; float:left; height:80px; background:url(../images/20180921160214_2112638625.jpg); padding:60px 60px;}
#cpzsr_te h3{font-size:18px; line-height:24px;}
#cpzsr_te .en{font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#999; text-transform:uppercase; font-weight:normal;}
#cpzsr_te p{font-size:14px; line-height:24px;}
#cpzsrtb{width:81px; float:left; background:url(../images/20180921160214_1009009900.png); height:75px; position:relative; left:331px; top:-139px; font-size:30px; font-weight:bold; color:#fff; text-align:center; line-height:30px; padding-top:6px;}

/*优势*/
#adv_bg{width: 100%;height: auto;background:#fff;margin-top: 90px;}
.adv_t{width: 100%;height: 355px;background:url(../images/20180921115918_1645285315.jpg)no-repeat center;}
.adv_d1{width: 100%;height: 517px;background:url(../images/20180921135116_302864582.jpg)no-repeat center;}
.adv_d2{width: 100%;height: 486px;background:url(../images/20180921135117_1631693860.jpg)no-repeat center;}
.adv_d3{width: 100%;height: 484px;background:url(../images/20180921135117_1516063921.jpg)no-repeat center;}
.adv_d4{width: 100%;height: 488px;background:url(../images/20180927102113_1553833277.jpg)no-repeat center;}
.adv_t p{font-size: 42px;line-height: 42px;color: #fff;padding-left: 600px;padding-top: 100px;}
.adv_t span{font-size: 24px;line-height: 24px;color: #fff;display: block;padding-top: 37px;padding-left: 614px;letter-spacing: 4px;}
.adv_d em{font-size: 26px;line-height: 26px;color: #333;}
.adv_d i{display: block; width: 46px;height: 3px;background: #999;margin-top: 20px;}
.adv_d span{display: block; font-size: 22px;line-height: 22px;color:#f55700;font-weight: bold;margin-top: 22px;margin-bottom: 24px;}
.adv_d p{font-size: 14px;line-height: 14px;color: #666;padding-left: 25px;background: url(../images/20180921140651_1965446924.jpg) no-repeat left center;margin-bottom: 16px;}
.adv_d1 .box div{padding-top: 202px;padding-left:700px;}
.adv_d2 .box div{padding-top: 178px;padding-left:86px;}
.adv_d3 .box div{padding-top: 175px;padding-left:700px;}
.adv_d4 .box div{padding-top: 189px;padding-left:86px;}

/*新闻*/
#news_bg{width: 100%;height: 506px;background:#344e98;position: relative;}
#news_bg .box{position: relative;}
.news{width: 1300px;background: #fff;border:1px solid #ccc;height: 550px;position: absolute;top: 100px;left: -50px;}

.news_row2{margin-top:70px;}
.news_div { overflow: hidden; position: absolute; left: 0; }
.tab_pic { width: 335px; float: left; height: 335px; position: relative; }
.tab_txt { float: right; width: 765px; overflow: hidden; }
.news_div_item_day,.news_div_item_month,.news_div_item_year{ display:inline; color:#fff; font-size:18px; font-family:arial}
.news_div_item_title .news_div_item_a { display: block; color: #fff; font-weight: bolder; font-size: 18px; line-height: 26px; height: 26px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news .news_div{ overflow:hidden; width:325px; height:426px; background: url(../images/20180921143137_1160936338.jpg) no-repeat center top; }
#it_awewe{ position:absolute; top:75px; right:20px; z-index:2; width:60px; text-align:center}
#hot_ranks { position: relative; width: 327px; height: 440px; }
#it_awewe span{ float:left; display:block; margin:0 5px; width:17px; height:2pc; color:#fff; font-size:25px; line-height:50px; cursor:pointer}
#it_awewe>#previous2{ background:url(../images/20180921143137_1270191696.png) no-repeat left top; text-indent:999em}
#it_awewe>#next2{ background:url(../images/20180921143137_1270191696.png) no-repeat right top; text-indent:999em}
.convert1>a{ position:absolute; right:0; display:block; color:#333; text-decoration:underline; font-size:14px; line-height:30px}
.convert1>a:hover{ color:#f55700;}
.convert1{ position:relative}
.news_div_item_title{ padding:25px 25px 5pc; background:#344e98; }
.news_div_item{ position:relative; padding-bottom:295px}
.news_div_item_date{ position:absolute; top:60px; left:25px; color:#fff}
.news_div_item_pic { position: absolute; top: 131px; width: 325px; height: 190px; }
.news_div_item_pic a, .news_div_item_pic a img { width: 100%; display: block; height: auto; height: 100%; }
.news_div_item_content .news_div_item_body{ position:absolute; bottom:0; margin-bottom:4px; padding:10px; border-bottom:1px solid #ccc; color:#666; font-size:14px; line-height:26px}
.content1{ position:relative; overflow:hidden; width:850px; height:420px}
.content1 ul{ position:absolute; left:0}
.content1 ul li{ float:left; width:850px}
.divdgweb_new_div_item{ margin:25px 0 0; height:105px; border-bottom:1px solid #ddd; cursor:default; -webkit-transition:.15s all ease; transition:.15s all ease}
.divdgweb_new_div_item_day,.divdgweb_new_div_item_month,.divdgweb_new_div_item_year{ color:#a1a1a1; font-family:arial; -webkit-transition:.15s all ease; transition:.15s all ease}
.divdgweb_new_div_item_day{ position:absolute; top:10px; left:0; display:block; width:100%; text-align:center; font-size:45px; line-height:60px}
.divdgweb_new_div_item_month,.divdgweb_new_div_item_year{ display:inline; font-size:14px}
.divdgweb_new_div_item_date{ position:relative; float:right; display:block; padding:68px 10px 20px; width:130px; background:#e8e8e8; text-align:center; -webkit-transition:.15s all ease; transition:.15s all ease}
.divdgweb_new_div_item_content{ float: left; padding: 8px 13px; width: 670px; height: 90px; }
.divdgweb_new_div_item_a{ color:#333; font-weight:bold; font-size:16px!important; line-height:30px; display:block; }
.divdgweb_new_div_item_body{ padding-top:3px; color:#666; text-align:justify; font-size:14px; line-height:2em}
.tab1 a{ float:left; display:block; padding:2px 15px; height:25px; border-left:3px solid #efeff0; color:#555; font-weight:100%; font-size:1pc; line-height:25px}
.divdgweb_new_div_item:hover{ border-bottom:1px solid #f55700; background:#f9f9f9}
.divdgweb_new_div_item:hover .divdgweb_new_div_item_date{ background:#f55700;}
.divdgweb_new_div_item:hover .divdgweb_new_div_item_day,.divdgweb_new_div_item:hover .divdgweb_new_div_item_month,.divdgweb_new_div_item:hover .divdgweb_new_div_item_year{ color:#fff}
.divdgweb_new_div_item:hover .divdgweb_new_div_item_a{ color:#f55700; }
.tab1 a.on{ border-left:3px solid #f55700; color:#f55700; font-weight:bolder}
/*简介*/
#com_bg{width: 100%;height: auto;background:#fff;margin-top: 244px;}
.com_l{width: 430px;}
.com_l p{font-size: 58px;line-height: 58px;color: #999;font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:normal;    margin-top: 6px;}
.com_l i{display: block;width: 40px;height: 4px;background: #344e98;margin-top: 28px;}
.com_l em{font-size: 30px;line-height: 30px;color: #333;display: block;margin-top:34px;}
.com_l span{display: block; font-size: 14px;line-height: 28px;color: #666;margin-top: 38px;}
.com_l a{display: block; width: 105px;height: 35px;background:#344e98;font-size: 14px;line-height: 35px;color: #fff;text-align: center;margin-top: 52px;}
.com_l a:hover{background:#f55700;}

/*合作*/
#equ_bg{width: 100%;height: auto;background:#fff;margin-top: 50px;}
.equ_l{width: 1000px;}

.equ_r {width: 130px;background: url(../images/20180921151535_1107478108.png) no-repeat center;width: 130px;height: 54px;margin-top: 24px;}
.equ_r a{display: block; font-size: 18px;line-height: 18px;color: #fff;text-align: center;padding-top: 27px;}
.equ_r:hover{background: url(../images/20180922104115_568767691.png) no-repeat center;}
/*links*/
.links{width:100%; overflow:hidden; background:#344e98; height:74px;margin-top: 80px;}
.linksW{width:1200px; margin:0 auto; overflow:hidden;}
.links_l{float:left; width:230px; overflow:hidden;}
.links_l_l{float:left; background:#fff; height:70px; width:176px; text-align:right; font-size:20px; line-height:20px; padding-top:4px; padding-right:10px;}
.links_l_l span{font-family:Arial, Helvetica, sans-serif; font-size:50px; font-weight:bold; text-transform:uppercase; color:#e0e0e0; line-height:50px;}
.links_l_r{float:right; width:0; height:0;border-right: 44px solid transparent; border-top: 74px solid #fff;}
.links_r{float:right; width:936px; font-size:14px; color:#fff; overflow:hidden; line-height:24px; margin-top:25px;}
.links_r a{font-size:14px; color:#fff !important;}

/*footer*/
.footer{width:100%; overflow:hidden; padding:30px 0; background:#373d41; color:#929292; font-size:14px;}
.footer a{color:#929292; font-size:14px;}
.footerW{width:1200px; margin:0 auto; padding-top:20px;}
.footer_s{float:left; width:329px;}
.footer_si{padding-left:61px; margin:35px 0; margin-left:3px; overflow:hidden;}
.footer_si01{background:url(../images/20180921152707_493061609.png) no-repeat left center;}
.footer_si02{background:url(../images/20180921152707_1740878304.png) no-repeat left center;}
.footer_si_m{font-size:18px; color:#fff; line-height:30px;}
.footer_si_s{font-size:14px;}
.footer_line{float:left; width:1px; height:200px; background:#767676; margin-right:35px; overflow:hidden;}
.footer_dh{float:left; margin-left:15px; width:130px; overflow:hidden;}
.footer_dh_m{font-size:16px; color:#fff; padding-bottom:15px; line-height:30px;}
.footer_dh_d{width:104px; overflow:hidden;}
.footer_dh_da{font-size:14px; line-height:28px;}
.footer_dh_fl{ height:80px; overflow:hidden;}
.footer_dh_fl td{padding-top:0 !important; height:auto !important;}
.footer_dh_fl b{font-size:0px; line-height:0px; font-weight:normal;}
.footer_dh_fl b a{font-size:14px; line-height:28px;width:104px; overflow:hidden; display:block; white-space: nowrap; text-overflow: ellipsis; }
#showtyepname{display:none;}
.footer_r{float:right; width:220px; overflow:hidden;}
.footer_rl{float:left; width:100px; overflow:hidden;}
.footer_rr{float:right;}
.footer_rl_m{font-size:16px; color:#fff; padding-bottom:15px; line-height:30px;text-align: center;}
.footer_rl_i{width:100px;}
.footer_rl_i img{width:100px;}
.footer a:hover{color: #f55700; }
/*copy*/
.copy{width:100%; overflow:hidden; text-align:center; line-height:26px; font-size:14px; color:#929292; background:#373d41;}
.copy a{color:#929292; font-size:14px;}
.copyW{width:1200px; margin:0 auto; padding:30px 0; overflow:hidden; border-top:solid 1px #767676;}
.qqkefu{
    position: fixed;
    top:50%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
    /*right:0;*/
    right: 30px;
    width:39px;
}
.qqkefu ul li{
    width: 45px;
    height:45px;
    margin-bottom:1px;
    float:right;
    background:url("../images/20180922095119_1553419226.png") no-repeat;
    background-color: #28292e;
    line-height:45px;
    font-size:14px;
    cursor:pointer;
    position:relative;
}
.qqkefu ul li a{
    color:#fff;
    overflow: hidden;
    display: block;
    height: 45px;
    padding-left: 10px;
}
.qqkefu ul li.qq_cza{
    overflow:hidden
}
.qqkefu ul li:hover{
    background-color:#344e98;
}
.qqkefu ul li.top{
    background-position: 0 0;
    position:relative;
    width:45px;
    height: 45px;
    cursor:pointer;
}

.qqkefu ul li b{
    width:45px;
    height:45px;
    display:block;
    overflow:hidden;
    float:right;
}
.qqkefu ul li span{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}
.qqkefu ul li.qq_phone{
    background-position: right -46px;
}
.qqkefu ul li.qq_ku{
    background-position: right -92px;
}
.qqkefu ul li.qq_ms{
    background-position: right -138px;
}
.qqkefu ul li.qq_czb{
    background-position: right -184px;
}
.qqkefu ul li.qq_app1{
    background-position: right -184px;
}
.qqkefu ul li.qq_app{
    background-position: right -228px;
}
.qqkefu ul li.qq_czae{ line-height:15px !important}

    .erweima{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.erweima p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.erweima p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.erweima .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 122px;
}
    .app{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.app p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.app p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.app .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 132px;
}
    .app1{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.app1 p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.app1 p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.app1 .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 132px;
}







/* 内页样式变量 */
.mianbxContent{background:url(../images/20180922102004_575537753.png)no-repeat -10px center,url(../images/20180922102004_1329479675.png) no-repeat right center;}/*小导航图片*/
.content_more_a_zdy{background:url(../images/20180922102004_158462941.png);}/*自定义新闻栏目图片*/
.shopmrsc a:hover,.products_pages_info a:hover,.dgweb_pages_info a:hover,.news_pages_info a:hover,.mianbxContent,.shopmrsc:hover p.xwlbbt，.pro_list_box_item_r_zdy a p:hover,.shopmrsc p.xwlbbt:hover .shopmrsc:hover a {color:#344e98!important;}/*文字颜色*/
.xwlb_img img:hover,.pro_list_box_item_l_zdy a:hover img,.products_pages_info:hover,.dgweb_pages_info:hover,.news_pages_info:hover{border-color:#344e98 !important;}/*边框经过颜色*/
.pro_list_box_item_r_zdy{width:965px;} /*自定义新闻左边宽度*/
#bodycon{ padding-top: 80px; padding-bottom: 20px;}  /*中间内容与头部和版权的距离*/



/*内页banner*/
.banner_comp{ width:100%; height:499px; background:url(../images/about-ban.jpg) center; overflow:hidden;}
.banner_prod{ width:100%; height:499px; background:url(../images/about-ban.jpg) center; overflow:hidden;}
.banner_news{ width:100%; height:499px; background:url(../images/about-ban.jpg) center; overflow:hidden;}
.banner_cont{ width:100%; height:499px; background:url(../images/about-ban.jpg) center; overflow:hidden;}
.banner_feed{ width:100%; height:499px; background:url(../images/about-ban.jpg) center; overflow:hidden;}


/* 内页导航 */
.mianbxContent{ background-color:#fff; border-bottom:solid #ccc 1px; line-height:40px !important; margin-bottom:20px !important; height:40px !important; width:100% !important; text-align: left!important; text-indent: 22px;font-size: 13px;}
.strong_title{display:none;}
.dgweb_pages_info{padding:20px 0!important;}
.show-newtopb{ text-align:center; padding:10px 0px;}
.show-newtopb span{ margin:10px 18px; color:#7c7c7c; font-size:14px;}

/*新闻中心*/
.xwlb_img img{border:1px solid #d1d1d1; width:205px!important; height:135px!important;}



/*内页新闻排版*/
.pro_list_box_item_zdy{float:left;text-align:left;border-bottom: #efefef solid 1px;padding: 15px 5px;}
.pro_list_box_item_zdy:hover{background-color: #f9f9f9;}
.pro_list_box_item_l_zdy{width:205px; height:135px; float:left;}
.pro_list_box_item_l_zdy a img {width: 205px; height:135px; border:1px solid #ccc;}
.pro_list_box_item_r_zdy{height:135px; margin-left:20px; float:left;}
.pro_list_box_item_r_zdy a p{height: 36px; color:#333; text-overflow: ellipsis; white-space:nowrap; overflow:hidden; font-size: 15px; border: none;}
.pro_list_box_item_r_zdy a div{color:#666; height:50px;}
.content_more_a_zdy{ width: 90px; height: 30px; display:block;  margin-top:20px;}
.pro_list_box_item_zdy{overflow:hidden;}
.xwlb_img img:hover,.pro_list_box_item_l_zdy a:hover img{border:1px solid #666;}