/*样式初始化及公共样式部分lpm*/
.bd ul {
    width: 100% !important;
}
body {
    color: #666;
    font-size: 13px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}

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

.page{ 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;
}
.bg{ width: 100%; min-width: 1100px;}


.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    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;
    }
}


/*抬头*/
.head_bg{background: url(https://memberpic.114my.com.cn/dg56040/uploadfile/image/20190710/20190710084929_508124251.jpg)no-repeat center;width: 100%;min-width: 1200px;height: 187px;}

.top_bg{width: 100%;min-width: 1200px;height: 44px;line-height: 44px;font-size: 13px;color: #999;border-bottom: 1px #f5f5f5 solid;}

.top_bg a{color: #999;font-size: 13px;}
.top_r a{height: 45px;line-height: 45px;display: block;width:97px;float: left;padding-left:30px;text-align: center; }

.QQ{background: url(https://memberpic.114my.com.cn/dg56040/uploadfile/image/20190710/20190710085923_216444396.png)no-repeat 28px center;}

.xxw{background: url(https://memberpic.114my.com.cn/dg56040/uploadfile/image/20190710/20190710085936_312895079.png)no-repeat 20px center;position: relative;-webkit-transition: all 0.5s;transition: all 0.5s;}

.xxw p{position: absolute;top:0px;left: 0px;display: none;-webkit-transition: all 0.5s;transition: all 0.5s;}
.xxw img{width: 120px;}
.xxw:hover p{top: 45px;display: block;}

/*导航*/
.logo{margin-top: 32px;}
.name{margin-top: 52px;margin-left: 22px;}
.name span{display: block;font-size: 14px;color:#999;margin-top:6px;}
.name_l{margin-left: 35px;margin-top: 30px;}
.name_l p{font-size: 22px;font-weight: bold;color:#333;}
.name_l p>t{color: #e1322e;}
.name_l span{display: block;width: 426px;height: 50px;line-height: 25px;color: #333;font-size: 15px;margin-top: 6px;}
.name_l span a{color: #333;font-size: 15px;}
.tel{background: url(https://memberpic.114my.com.cn/dg56040/uploadfile/image/20190710/20190710091740_1545525336.png)no-repeat center left;padding-left: 56px;margin-top: 34px;}
.tel p{font-size: 14px;}
.tel span{display: block;font-size: 20px;font-weight: bold;color: #333;font-weight: bold;}


/*栏目*/
.nav{ background:url(https://memberpic.114my.com.cn/dg56040/uploadfile/image/20190710/20190710092314_473461166.jpg)no-repeat center; width: 100%; height: 70px; display: block; position: relative;min-width: 1200px;}
.NavCeshi.page{ position: relative; }
.nav > ul > li{ float: left; width: 109px; line-height: 70px; height: 70px; display: block; background: url(https://memberpic.114my.com.cn/dg56040/uploadfile/image/20190710/20190710092608_185191329.jpg) no-repeat left center; position: relative; }
.nav > ul > li:first-child{ background: none; }
.nav > ul > li > a{display: block; line-height: 70px; height: 70px; width:100%; color: #fff; text-align: center; font-size: 16px; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out; position:relative; z-index:3; }
.nav > ul > .block{ background-color:#e1322e; height: 70px; display: block; position: absolute; top: 0; }
.erji_menu { display: none; position: absolute; left: 0; width: 100%; z-index: 1111;top: 70px; }
.erji_menu ul li a{ display: block; text-align: center; font-size: 13px; color: #fff; line-height: 50px; margin-bottom: 1px; background: rgba(0,0,0,0.6); -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;}
.erji_menu ul li a:hover{background: rgba(225,50,46,0.6) }





/* banner */
.banner{ overflow: hidden;background:#eee}
.banner-box{ min-width:1200px; height:582px; position:relative; margin:0 auto;width:100%;  }
.banner-box .bd{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:582px; background-position: center; background-repeat: no-repeat; }
.banner-box .bd li a{ display:block; background-size:auto; width: 100%; height:582px;}
.banner-btn{ width: 100%; position: absolute; bottom:20px; left: 0; margin-left: 0; height:15px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:90px; 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(https://memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229161239_998028523.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(https://memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229161239_998028523.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul { width: 1100px; margin: 0 auto; text-align: center; }
.banner-box .hd ul li{ width:15px; height:15px; 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; text-align: center; position: relative; z-index: 1111; }
.banner-box .hd ul li.on{ background:#043bb2; width:40px; }
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; 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; margin:0 auto; }
.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; width: 100%; height:350px;}
.banner-btn{ width: 100%; position: absolute; bottom:20px; left: 0; margin-left: 0; height:15px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:90px; 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(https://memberpic.114my.com.cn/dg56040/uploadfile/image/20180531/20180531144426_364796552.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(https://memberpic.114my.com.cn/dg56040/uploadfile/image/20180531/20180531144426_364796552.png) no-repeat -49px 0; }
.banner-n .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-n .hd ul { width: 1100px; margin: 0 auto; text-align: center; }
.banner-n .hd ul li{ width:15px; height:15px; 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; text-align: center; position: relative; z-index: 1111; }
.banner-n .hd ul li.on{ background:#043bb2; width:40px; }
.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%; min-width:1200px; height:80px; margin:0 auto;border-bottom: 1px #eee solid;}
.search_nbg{    width: 100%;min-width: 1200px;height: 80px;margin: 0 auto;position: absolute;    top: 606px !important;background:#f5f5f5;}
	#search{ color: #999;
		width:1200px;	
		height:80px;
		margin:0 auto;
		line-height:80px;
		
		
		}
	.search_01{ float:left; width:700px; padding-left:2px;}
.search_01 a{font-size: 14px;}
.search_01 a:hover{color: #e1322e;}
	.search_02 form{padding-left:0;}
	.search_02{
		height:38px;
		width:274px;
		overflow:hidden;
		margin-top:22px;
		float:right;
		}

	.search-i{ 
		width:55px; 
		overflow:hidden; 
		height:38px;
		}
	.search-bg{
		float:left;
		width:208px;
		height:38px;
		overflow:hidden;
		padding-left:10px;
    background: #eee;
        border-radius: 50px 0px 0px 50px;
        border-right:none;
		}



/*实力*/
.strength_bg{background: url(https://memberpic.114my.com.cn/dg56040/uploadfile/image/20190710/20190710095028_422491414.jpg)no-repeat center;width: 100%;min-width: 1200px;height: 615px;}
/**/
.lc_bj h2{ margin-bottom: 45px;}
.lc li{width: 217px; height: 270px; float: left; background: #eee; text-align: center;padding:45px 18px 0;margin-right: 28px;-webkit-box-sizing: border-box;box-sizing: border-box;}
.lc li:hover{background: #043bb2; color: #fff;}
.lc li:hover h3{color: #fff;}
.lc li:hover p{color: #fff;}
.lc li .iconfont{width: 54px; height: 37px; display: block; margin:0 auto; text-align: center; font-size: 36px;}
.lc li h3{color: #666; font-size: 18px; font-weight: bold;padding:15px 0;}
.lc li p{line-height: 28px; text-align: center;color: #666; font-size: 15px;}
.lc li:last-child{margin-right: 0;}

.tit01{font-size: 34px; text-align: center; color: #181818;font-weight:bold; }
.tit01 a{color: #181818; }
.tit01 i{font-weight: bold;color: #043bb2; font-style: normal;}
.tit01 span{font-size: 20px;color: #282828;  font-weight: normal;  display:block; text-transform: uppercase; height: 40px;line-height: 40px; }
.tit01 span img{ vertical-align: middle;padding:0 15px;}


.tit01a{font-size:34px; text-align: center; color: #fff;font-weight:bold; }
.tit01a a{color: #fff; }
.tit01a i{font-weight: bold;color: #043bb2; font-style: normal;}
.tit01a span{font-size: 20px;color: #ccc;  font-weight: normal;  display:block; text-transform: uppercase; height: 40px;line-height: 40px; }
.tit01a span img{ vertical-align: middle;padding:0 15px;}




.strength_tel{border: 1px #ccc solid;width: 550px;height: 58px;line-height: 58px;border-radius:60px;margin: 0 auto;margin-top: 40px;}
.strength_tel span{display: block;float: left;font-size:24px;color: #333;font-weight: bold;padding-left: 58px;}
.strength_tel a{display: block;float: right;width: 154px;height: 60px;line-height:60px;text-align: center;border-radius: 60px;color: #fff;font-size: 18px;background: #e1322e;}

/*产品中心*/
.pronav li{display: block;float: left;width: 240px;text-align: center;}
.pronav > .page{margin: 0 auto;width:1200px;}
.pronav li a>i{display: block;}
.pronav li a>span{display: block;font-size: 16px;color: #333;margin-top: 12px;font-weight: bold;}

.pronav li.active a>span{color: #e1322e;}


.pronav1 > .page{margin: 0 auto;width:1200px;}
.pronav1 li{display: block;float: left;width: 240px;text-align: center;}

.pronav1 li a>i{display: block;}
.pronav1 li a>span{display: block;font-size: 16px;color: #333;margin-top: 12px;font-weight: bold;}

.pronav1 li.active a>span{color: #e1322e;}








.filtr-item{margin-top: 34px;}

.case_in table > tbody > tr > td{display:block;width: 280px; position: relative; padding: 0 !important;overflow: hidden;float: left;   border: 1px #eee solid;margin-right: 24px;margin-bottom: 24px;}
.case_in table > tbody > tr > td:nth-child(4){margin-right:0px;}
.case_in table > tbody > tr > td span{display: block;width: 100%;height: 55px;border-top: 1px #eee solid;position: relative;}
.case_in table > tbody > tr > td span a{display: block;line-height: 40px;font-size:15px;color:#333}

.case_in table > tbody > tr > td span:before{content: "";display: block;width: 40px;height: 1px;background: #043bb2;transition: all linear 0.3s;-moz-transition: all linear 0.3s;-ms-transition: all linear 0.3s;-webkit-transition: all linear 0.3s;bottom: 14px;position: absolute;margin: 0 auto;left: 40%;}

/*优势*/
.adv_bg{background: #f5f5f5;height: 1170px;border-top: 10px #043bb2 solid;}

.adv_t{color: #333;text-align: center; padding-bottom:10px;}
.adv_t p{font-size:40px;font-weight: bold;}
.adv_t p>t{color: #043bb2;}
.adv_t span{font-size: 20px; line-height:40px;margin-top: 0px;}
.adv_bg1{height: 469px;}
.adv_bg2{height: 417px;}

.adv_r{width: 580px;}
.adv_ww{width:474px; padding-left:24px; height:210px;}
.adv_shu{width: 52px;height: 60px;line-height: 60px;text-align: center;color: #fff;background:#e1322e;font-size: 30px;}
.adv_w1{margin-bottom: 10px;}
.adv_w1 p{font-size: 28px;font-weight: bold;color: #043bb2;}
.adv_w1 em{display:block;width: 33px;height: 3px;background: #e1322e;margin-top: 14px;}
.adv_w{font-size: 14px;line-height: 24px;color: #333;}
.adv_w p{margin-top: 12px;}
.adv_w b{font-size:24px; color: #e1322e;}

/*视频中心*/
.produce {  height: 420px; margin: 0 auto; margin-top: 46px; width:1200px;}
.producebox{ position: relative; width:1200px; margin:0 auto;}
#Left_case{width:46px; height:46px; cursor: pointer; position: absolute; top: 130px; z-index: 99; left: -20px;}
#Right_case{width:46px; height:46px; cursor: pointer; position: absolute; top: 130px; z-index: 99; right:-20px;}
#Roll_case { display: block; height: 420px; margin: 0 auto;}
#Roll_case br { display: none;}
#Roll_case table td div{width: 368px; margin:0 auto; height:90px; background:#f1f1f1;  padding-top:10px !Important;}
#Roll_case table td div:after{content:""; display:block; width:40px; height:3px; background:#043bb2; transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s; }
#Roll_case table td div a{margin:0; font-size:18px; color:#333; line-height:50px;}
#Roll_case table td:hover div{background:#e1322e;}
#Roll_case table td:hover div:after{background:#fff;  width:60px;}
#Roll_case table td:hover div a{color:#fff;}
#Roll_case a { display: block; width: 368px;  color: #666; font-size: 14px; text-align: center; line-height: 40px;  margin:0 16px;}
#Roll_case a img{width:100% !Important;}
#Roll_case a:hover { color:#043bb2;}
#Roll_case table td {padding-left: 0px !important; } 
.video a.more { font-size: 16px; color: #333; display: block; width: 230px; height: 58px; line-height: 58px; text-align: center;margin: 0 auto;border-radius: 58px;background: #043bb2;color: #fff;}
.video a.more:hover {background: #e1322e;}



/*简介*/
.com_bg{background: url(https://memberpic.114my.com.cn/dg56040/uploadfile/image/20190710/20190710111123_1554769934.jpg)no-repeat center;width: 100%;min-width: 1200px;height: 709px;}

.com_w{color: #fff;}
.com_w p{font-size: 24px;}
.com_w span{display: block;font-size: 14px;}
.com_w1{width: 608px;color: #fff;font-size: 15px;line-height: 28px;margin-top: 40px;}
.com_a{margin-top: 44px;}
.com_a a{display: block;float:left;width:125px;height: 35px;line-height: 35px;text-align: center;background:#e1322e;border-radius: 50px;color: #fff;font-size: 15px;}
.com_a a:first-child{background: #fff;margin-right: 15px;color:#043bb2;}
.com_a a:hover{-webkit-animation: test 0.3s ease-in 2;animation: test 0.3s ease-in 2;cursor: pointer;}

/*厂房设备*/
#equ_bg{background: #fff;width: 100%;min-width: 1200px;-webkit-box-shadow: 0 5px 5px 0 #eee;box-shadow: 0 5px 5px 0 #eee;height: 460px;margin-top: 46px;}
.equ_t{ line-height:40px; height: 40px; margin-bottom:12px;}
.equ_t p{font-size:20px; font-weight:bold; color:#043bb2; float:left;background: url(https://memberpic.114my.com.cn/dg56040/uploadfile/image/20190710/20190710111425_343308782.png)no-repeat center left;padding-left:24px;margin-right: 6px;}
.equ_t em{float:left; display:block; margin-top:5px;font-style: normal;font-size: 14px;color: #ccc;}
.equ_t a{float:right; display:block; margin-top:8px;font-size: 14px;}
.equ_d{margin-top: 20px;}
.equ_d table tr td a:nth-child(2){display:block;background: #eeeeee;line-height:16px; height: 46px;font-size: 16px; width:225px;}


/*新闻中心*/

.news .convert2{ width:1200px; height:auto; margin:0 auto; }
.news .convert2 .tab{width:427px; margin:0 auto;}
.news .convert2 .tab a{display:block; color:#333; text-align: center; width: 120px; font-size:14px; float:left; height: 36px;line-height: 36px;margin:28px 10px 0 10px;border-radius: 20px;border: 1px #eee solid;}
.news .convert2 .tab a.on{display:block;color:#fff;background: #043bb2;border: 1px #043bb2 solid;}


.news .convert2 .content{ overflow:hidden; width:1200px; height:500px; position:relative;}
.news .convert2 .content ul{ position:absolute; left:0; top:10px; height:380px;}
.news .convert2 .content li{ width:1200px; height:auto; float:left;}
.news .content td br{ display:none;}
.news .content td a{ display:block; background:#ededee; line-height:40px; width:220px !important; color:#666; width:220px !important;}
.news .content td a:hover{ display:block; background:#ff6633; color:#fff;}






.news_d{margin-top: 40px;height: 370px;}
.news_d .divdgweb_new_div_item{float:left; width:590px; margin-right:14px; position:relative; height:217px; margin-top:18px; border: 1px hsl(0, 0%, 80%) solid;}
.news_d .divdgweb_new_div_item:nth-of-type(even){margin-right:0px;}
.news_d .divdgweb_new_div_item .news_div_item_pic{width:246px; height:187px; }
.news_d .divdgweb_new_div_item .news_div_item_pic img{width:100%; height:100%; padding: 15px;}
.news_d .divdgweb_new_div_item:hover .news_div_item_pic img{padding: 5px;}
.news_d .divdgweb_new_div_item .divdgweb_new_div_item_content{width:280px;     height: 150px;position:absolute; left:300px; top:20px; padding-top:8px; line-height:20px;  transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s;}
.news_d .divdgweb_new_div_item .divdgweb_new_div_item_title{padding-bottom:20px;}
.news_d .divdgweb_new_div_item .divdgweb_new_div_item_title a{font-size:18px;  color:#333;}
.news_d .divdgweb_new_div_item .divdgweb_new_div_item_date{position:absolute; left:300px; top:170px;  transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s;background: url(https://memberpic.114my.com.cn/qxjmkj/uploadfile/image/20190717/20190717192909_62095544.png)no-repeat 230px;width: 277px;}
.news_d .divdgweb_new_div_item .divdgweb_new_div_item_date div{float:left;}
.divdgweb_new_div_item_body{line-height:18px;border-bottom: 1px solid #eee;padding-bottom: 20px;    font-size: 14px; color: #999;}
.news_d .divdgweb_new_div_item:hover .divdgweb_new_div_item_body{color: #fff;}
.news_d .divdgweb_new_div_item:hover{background:#043bb2; width:565px; height:198px; padding:10px 12px; color:#fff;}
.news_d .divdgweb_new_div_item:hover .news_div_item_pic{width:246px; height:187px; }
.news_d .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a{ color:#fff;}
.news_d .divdgweb_new_div_item:hover .divdgweb_new_div_item_content{ left:280px; }
.news_d .divdgweb_new_div_item:hover .divdgweb_new_div_item_date{left:280px; }


/*首页后台新闻*/
.news_d .news_div_item{float:left; width:590px; margin-right:14px; position:relative; height:217px; margin-top:18px; border: 1px hsl(0, 0%, 80%) solid;}
.news_d .news_div_item:nth-of-type(even){margin-right:0px;}
.news_d .news_div_item .news_div_item_pic{width:246px; height:187px; }
.news_d .news_div_item .news_div_item_pic img{width:100%; height:100%; padding: 15px;}
.news_d .news_div_item:hover .news_div_item_pic img{padding: 5px;}
.news_d .news_div_item .news_div_item_content{width:280px;     height: 150px;position:absolute; left:300px; top:20px; padding-top:8px; line-height:20px;  transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s;}
.news_div_item_title{padding-bottom:20px;}
.news_d .news_div_item .news_div_item_title a{font-size:18px;  color:#333;}
.news_d .news_div_item .news_div_item_date{position:absolute; left:300px; top:170px;  transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s;background: url(https://memberpic.114my.com.cn/qxjmkj/uploadfile/image/20190717/20190717192909_62095544.png)no-repeat 230px;width: 277px;}

.news_d .news_div_item:hover .news_div_item_date{background: url(https://memberpic.114my.com.cn/qxjmkj/uploadfile/image/20190717/20190717193128_2013215476.png)no-repeat 230px;}

.news_d .divdgweb_new_div_item:hover .divdgweb_new_div_item_date{background: url(https://memberpic.114my.com.cn/qxjmkj/uploadfile/image/20190717/20190717193128_2013215476.png)no-repeat 230px;}

.news_d .news_div_item .news_div_item_date div{float:left;}
.news_div_item_body{line-height:18px;border-bottom: 1px solid #eee;padding-bottom: 20px;    font-size: 14px; color: #999;}
.news_d .news_div_item:hover .news_div_item_body{color: #fff;}
.news_d .news_div_item:hover{background:#043bb2; width:565px; height:198px; padding:10px 12px; color:#fff;}
.news_d .news_div_item:hover .news_div_item_pic{width:246px; height:187px; }
.news_d .news_div_item:hover .news_div_item_title a{ color:#fff;}
.news_d .news_div_item:hover .news_div_item_content{ left:280px; }
.news_d .news_div_item:hover .news_div_item_date{left:280px; }

.footer_fr a{font-size: 14px;color: #999;}
.footer_fr{font-size: 14px;color: #999;}
.news_tl b{    font-size: 36px;color: #043bb2;}
.news_tl span{    font-size: 16px; color: #666;}
/*新闻结束*/



/*友情链接*/
.link_bg{    width: 100%; min-width: 1200px;   height:75px; background-color: #043bb2; }

.lwnek{ height:75px;overflow:hidden; width:1200px; margin:0 auto;  }
.lwnek h2{ padding-top:15px; width:132px; height:60px; overflow:hidden;  }
.lwnek h2 a{color:#fff;  display:inline-block; font-size:18px;}
.lwnek h2 span{ display:block; height:22px; overflow:hidden; font:14px/22px "microsoft Yahei";}
.lwnek h2 span a{ color:#fff; font-size:14px;}
.lwnek div a { padding: 0 5px !important;}

.lwnek div{ display:inline; float:left; width:1068px; overflow:hidden;font:14px/23px "microsoft Yahei";}
.lwnek div a{ color:#777777; padding:0 2px;}
.linkTagcs li { line-height: 75px !important;}
.linkTagcs li a:hover { color: #ffd801 !important;}
/*底部开始*/
.foot_b{ background:#202020; width:100%; height:45px; line-height:44px; font-size:14px; text-align:center; color:#FFF;  min-width: 1200px;}
.foot_b a{ color:#FFF; font-size:16px;}
.foot_b b{ padding-left:30px;}
.footWrap{ background:#202020; height:303px; overflow:hidden; width: 100%; min-width: 1200px;}
.footWrap a:hover { text-decoration: underline;}
.footer{ position:relative; padding-top:60px;}
.f_left{ width:418px;  overflow:hidden; padding-top:10px;}

.f_wz{overflow:hidden; font:14px/34px "Microsoft Yahei"; color:#fff; }
.f_wz a{ color:#fff; font-size:14px; font-weight:normal;}
.f_wz em{display:inline-block; padding:0 10px;font-style: normal;}
.f_wz img{ vertical-align:middle; margin-left:12px;}


.f_nav{width:322px; padding-left:50px;  overflow:hidden; }
.f_nav span{ width:292px; height:152px; overflow:hidden; display:block; margin-left:28px;}
.f_nav span img{ width:253px; height:145px;}
.f_nav span a{ padding:0px; display:inline-block;}
.f_nav h3{ font:16px/35px "microsoft Yahei"; width:238px; height:35px; overflow:hidden; border-bottom:1px  solid #666666; color:#fff; margin-bottom:10px; }
.f_nav h3 a{ }
.f_nav h3 i{ font:14px/31px Arial, Helvetica, sans-serif; display:inline-block; padding-left:15px; text-transform:uppercase; color:#fff;font-style: normal;}

.f_nav p{ width:322px; color:#fff;display:block; }
.f_nav p a{ height:29px; width:160px; overflow:hidden; display:inline-block; float:left; color:#fff; font:14px/29px "microsoft Yahei"; text-align:left;}

.f_code{ position:absolute; top:60px; right:-26px; overflow:hidden;}
.f_code span{ width:175px; height:180px; overflow:hidden; display:block;float:left;}
.f_code span em{ width:140px; height:135px; overflow:hidden; display:block; margin:5px auto;}
.f_code span img{width:120px; height:120px; background-color:#fff; padding:6px 7px 7px 6px; }
.f_code span i{ height:43px; width:175px; overflow:hidden; display:block; text-align:center; font:12px/43px; color:#eff7ef;font-style: normal;}

/*底部结束*/






/* 右侧按钮 */
.side{position:fixed;width:115px;height:275px;right:0;top:214px;z-index:100;}
.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;-webkit-transition:all 0.5s;transition:all 0.5s;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;-webkit-transition:all 0.3s;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidebox1{position:absolute;width:54px;height:54px;top:0;right:0;-webkit-transition:all 0.3s;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);-webkit-transition:all 0.3s;transition:all 0.3s;}
.side ul li .sidetop:hover{background:#043bb2;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}
.side ul li .sidebox_ewm{position:absolute;width:54px;height:54px;top:0;right:0;-webkit-transition:all 0.3s;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul .sidebox_ewmbox:hover{width:54px;height:210px !important;}
.side ul .sidebox_ewmbox p{-webkit-transition:all 0.5s;transition:all 0.5s; left:5px; top:0px;}
.side ul .sidebox_ewmbox:hover p{display: block; position: relative; left:5px; top: 0px;-webkit-transition:all 0.5s;transition:all 0.5s;}
.side ul .sidebox_ewmbox img{margin-left:0px;-webkit-transition:all 0.5s;transition:all 0.5s;}









#bodycon{padding-top:107px !important; padding-bottom:40px;}
.detail_title{width: 1184px !important;    margin-left: 0px !important;    margin-bottom: 20px !important;border-bottom: none !important;background: #eee;height: 30px;line-height: 30px;padding-left: 16px;color: #333;font-size: 14px;display: none;}
.news_content_title hr{display:none;}
.news_content_title h3{font-size:16px; color:#333;}
.xwlb_img img{border: 1px #eee solid;   display: table-cell;}
.pcontent_title_h4 h4{    text-align: center; font-size:16px; color:#333 !important;}
.pcontent_title_h4{width: 1200px !important; padding-bottom:20px;}

.xw {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}

.news_content_title hr{display:none;}
.news_content_title h3{font-size:16px; color:#333;}
.xwlb_img img{border: 1px #eee solid;  max-width: 205px; max-height: 175px !important;   display: table-cell;}

/*内页banner*/
.banner-about{ width:100%; height:350px; background:url(https://memberpic.114my.com.cn/dg56040/uploadfile/image/20190710/20190710151838_523559925.jpg) center; overflow:hidden;}
.banner-prod{ width:100%; height:350px; background:url(https://memberpic.114my.com.cn/dg56040/uploadfile/image/20240910/20240910170915_1775935306.jpg) center; overflow:hidden;}
.banner-news{ width:100%; height:350px; background:url(https://memberpic.114my.com.cn/zszhenwei/uploadfile/image/20181122/20181122160726_599056013.jpg) center; overflow:hidden;}
.banner-cont{ width:100%; height:350px; background:url(https://memberpic.114my.com.cn/zszhenwei/uploadfile/image/20181122/20181122160700_28756193.jpg) center; overflow:hidden;}
.banner-facebook{ width:100%; height:350px; background:url(https://memberpic.114my.com.cn/dg56040/uploadfile/image/20190710/20190710153551_1246276836.jpg) center; overflow:hidden;}
.banner-honer{ width:100%; height:350px; background:url() center; overflow:hidden;}

/*分页*/
    .pages_info{overflow:hidden;text-align:center;margin-top: 20px !important;}
    .pages_info span{display:inline-block;padding:5px 12px;border: 1px dashed #ccc;}
    .pages_info span+span{margin-left:5px;}


/*内页导航*/
.mianbxContent { margin-bottom: 20px !important; height: 40px !important; line-height: 40px !important; font-size: 16px !important; text-align: left !important; background-color: #eee; width: 100% !important; text-indent: 2.5em; -webkit-transition:0.1s all; transition:0.1s all; background:url(https://memberpic.114my.com.cn/dg56040/uploadfile/image/20190710/20190710171753_1376209470.png) no-repeat 7px 12px; border-bottom: 1px solid #eee; letter-spacing: 1px; position: relative; border-top:1px solid #eee; }
.mianbxContent a{ font-size:15px !important; }
.mianbxContent:hover{ background-position:7px -29px; }
.strong_title { display: none; }
.centerHeadImage { border: 0; display: none; }
.mianbxContent a:hover{ color:#a41e26}
.mianbxContent::after,.mianbxContent:after { content: ''; position: absolute; display: block; height: 40px; width: 200px; top: 0; right: 0; }


/*内页新闻*/
.pro_list_box_item_zdy{display:block;height:162px; border-bottom: 1px solid #eee;overflow:hidden;     padding-top: 10px;}
.pro_list_box_item_zdy:hover{background:#f8f8f8;}
.pro_list_box_item_l_zdy{width:200px; height:150px; float:left;}
.pro_list_box_item_l_zdy a img {width:200px; height:150px; border:1px solid #CCC;}
.pro_list_box_item_l_zdy a:hover img { border:1px solid #ffaa31; }
.pro_list_box_item_r_zdy{width:980px; float:right; text-align:left}
.pro_list_box_item_r_zdy p{height: 26px; font-size: 16px; color: #000; border: none;line-height: 26px;padding-bottom: 5px;}
.pro_list_box_item_r_zdy p a{height: 26px; font-size: 16px; color: #ef283d; border: none;}
.pro_list_box_item_r_zdy div{ font-size:13px; font-weight:normal; color:#888; height:68px; overflow:hidden; line-height:23px; }
.pro_list_box_item_r_zdy div > span{font-size:13px !important; font-weight:normal; color:#888;  overflow:hidden; line-height:24px !important;}
.pro_list_box_item_r_zdy div p{ font-size:13px; font-weight:normal;}
.pro_list_box_item_r_zdy a{text-decoration:none}
.pro_list_box_item_r_zdy a:hover{text-decoration:none}
.pro_list_box_item_zdy:hover .pro_list_box_item_r_zdy a{background:#043bb2;}
.pro_list_box_item_zdy:hover .pro_list_box_item_r_zdy p{color:#043bb2;}
.shopmrsc a:hover{color:#043bb2 !important;}
.content_more_a_zdy{ width:90px; height:30px; background: #c1c1c1; display:block; margin-top:10px;  text-align: center; line-height: 29px; height: 30px; color: #fff !important;font-size: 13px !important; letter-spacing: 0.5px;}
.dgcontent_title_h5 { display: block;text-align: center;border-bottom:1px solid #ddd;height:55px !important;line-height:55px !important;margin: 10px auto 25px !important;}
.dgcontent_title_h5 h5,.dgcontent_title_h5 h5 strong{ font-size:18px}
.news_content_title { display: block;text-align: center;height:55px !important;line-height:55px !important;margin: 10px auto;}
.news_content_title h3,.news_content_title h3 strong{ font-size:18px}
.news_content_title hr{display:none;}
.content_more_a_zdy::after,.content_more_a_zdy:after{content: '查看更多>>';color: #fff;}






/*联系我们*/
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.contactus_tbgl {
    width: 302px;
    height: 256px;
    background: #043bb2;
    float: left;
    overflow: hidden;
    padding-left: 38px;
    color: #fff;
}
.contactus_tbgl b {
    display: block;
    font-size: 32px;
    font-weight: lighter;
    padding: 26px 0 22px 0;
}
.contactus_tbgl p {
    display: block;
    font-size: 25px;
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #fff;
    margin-bottom: 6px;
}
.contactus_tbgl em {
    font-size: 24px;
    font-family: "arial";
    line-height: 12px;
    font-style: normal;
}
.contactus_tbgr {
    width: 750px;
    height: 256px;
    overflow: hidden;
    padding-left: 110px;
    background: url(https://memberpic.114my.com.cn/dgxwgg/uploadfile/image/20190311/20190311093244_618758493.jpg) no-repeat;
}
.contactus_tbgr b {
    display: block;
    padding-top: 50px;
    font-size: 24px;
    color: #494949;
}
.contactus_tbgr p {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
    width: 666px;
}

.contactus_img{float:left; width:340px; margin-top:20px;}
.contactus_img img{width:100%;}

.contactus_contentbgl {
    width: 420px;
    height: 423px;
    background: #f1f1f1;
    padding-top: 30px;
    float: left;
    margin-top: 20px;
}
.contactus_contentbgl b {
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
    padding-left: 25px;
}
.contactus_contentbgl li {
    padding-left: 35px;
    height: auto;
}
.contactus_contentbgl ul > li > a > img {
    width: 56px;
}
.contactus_contentbgl li > a {
    float: left;
}
.contactus_contentbgl li p {
    display: block;
    float: left;
    padding-left: 25px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    width: 260px;
    margin-bottom: 26px;
}
.contactus_contentbgl li p a {
    font-size: 14px;
    color: #666;
}
.contactus_contentbgl li p a:hover {
    color: #ef8519;
}
.contactus_contentbgl li b {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin: 0!important;
    background: none!important;
    display: initial!important;
    padding-left: 0!important;
}
.contactus_contentbgr {
    width: 400px;
    height: auto;
    background: #eee;
    padding: 20px 0 43px 40px;
    float: left;
    margin-top: 20px;
}
.contactus_contentbgr b {
    display: block;
    width: 202px;
    height: 47px;
    background: url(https://memberpic.114my.com.cn/dg56040/uploadfile/image/20190710/20190710161743_187359775.png) no-repeat;
    padding: 10px 0 0 110px;
    font-size: 20px;
    color: #333;
    font-weight: normal;
}
    .kuan{width:560px;}
    .kuan p{width:400px !important;}
    .kuan640{width:640px;}
    .kuan640 p{width:500px !important;}    
.wzdt{margin-bottom:20px !important;}
.Separate {background: url(https://memberpic.114my.com.cn/wangchongpei/uploadfile/image/20190311/20190311091043_789338822.png) no-repeat bottom;font-size:30px;text-align: center;margin: 35px auto 40px;    overflow: hidden;color:#333;}
.Separate span{display:block;font-size:14px;letter-spacing: 5px;color: #0c2c55
;    margin-top: 10px;}











/* 关于我们 */
.Introduction{overflow:hidden;}
.Int_headl{border:1px solid #ccc;width:99.8%;height:113px;float:left;}
.Int_headl strong{ color: #333; font-size: 22px;    padding: 28px 0 10px 45px; display: block; }
.Int_headl p{color: #666;font-size:15px;    padding-left: 45px;}
.Int_headr{background:#043bb2;width:100%;height:115px;float:left;}

.Int_headr  strong{color: #FFF;font-size:20px;  display: block;text-align:center;li}
.Int_headr h2{color:#fff;text-align:center;line-height:70px;font-size: 30px;}
.Int_foot{margin-top:30px;}
.Int_footl{float:left;width:550px;}
.Int_footl p{    line-height: 26px;font-size: 14px;padding-right: 47px; margin-top: 5px;}
.Int_footr{float:right;width:550px;}
.Int_footr p{    line-height: 26px;font-size: 14px; margin-top: 5px;text-indent:2em;}    
.Int_footr span{color: #333333; font-size: 26px;}
.Int_footr img{margin-top:40px;}
.Int_footr i{display: block;width: 50px;height: 3px;background: #1e3988;margin-top: 20px;margin-bottom: 10px;}

    

.equ_nt{width: 1190px; background: url(https://memberpic.114my.com.cn/dg56040/uploadfile/image/20190710/20190710163756_205052034.png) no-repeat center; height: 46px;line-height: 46px; font-size: 20px; color: #043bb2; padding-left: 10px;}
.equ_nt a{font-size: 14px; color: #fff;width: 110px; height: 44px; line-height: 44px; text-align: center; display: block; }
.equ_nd{margin-top: 13px;}
.equ_nd table > tbody > tr > td{display: inline-block;width: 222px;position: relative;padding: 0 !important;margin:0  10px; margin-bottom: 20px;}
.equ_nd table > tbody > tr > td br { display: none; }
.equ_nd table > tbody > tr > td>a{ display: block; }
.equ_nd table > tbody > tr > td > a{ overflow: hidden; position: relative; }
.equ_nd table > tbody > tr > td > a:after,.cases_dd2 table > tbody > tr > td > a::after{ content: ''; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.5) url(https://memberpic.114my.com.cn/dg56040/uploadfile/image/20171028/20171028113715_750386291.png) no-repeat center; left:0; top: -100%; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out; }
.equ_nd table > tbody > tr > td > a > img{ -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out;    border: 1px solid #043bb2;}
.equ_nd table > tbody > tr > td:hover > a > img{ -webkit-transform: scale(1.15); transform: scale(1.15)}
.equ_nd table > tbody > tr > td > div { padding: 0 !important; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; width: 100%; position: relative; top: 0;  }
.equ_nd table > tbody > tr > td > div>a {display: block;  font-size: 14px; color: #333; line-height: 40px; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; }
.equ_nd table > tbody > tr > td:hover > div { width: 85%; margin: 0 auto; background: #6fba2c;  top: -20px;}
.equ_nd table > tbody > tr > td:hover > div > a { color: #fff;font-size: 15px;top: -40px; }    
    
     
 /*企业文化*/
    .culture_wt{margin-top:30px;position: relative;}
    .culture_wt li{display: block;background: #f2f2f2;width: 290px;height: 168px;border: 1px #e5e5e5 solid;padding-top: 50px;padding-left: 40px;float: left;}
    .culture_wt li p{font-size: 24px;color: #333;font-weight: bold;}
    .culture_wt li span{font-size: 15px;display: block;margin-top: 8px;line-height: 24px;}
    .culture_wt li:nth-child(2){background: #fafafa;width:532px;text-align: center;padding-left: 0px;}
    .culture_wt li:nth-child(5){background: #fafafa;width:532px;text-align: center;padding-left: 0px;padding-top: 112px;height: 106px;}
    .culture_w1{position: absolute;top:148px;left:331px;width:534px;text-align: center;height: 162px;background: #004ba1;color: #fff;text-align: center;}
    .culture_w1 p{font-size: 24px;font-weight: bold;padding-top:24px;}
    .culture_w1 span{font-size: 15px;display: block;margin-top: 8px;line-height: 24px;}


.shopmrsc {padding: 20px 5px !important;}
.shopmrsc a{height: 156px !important;}



/**/
.pro_all_class{    width: 100% !important;height:70px !important;}
.pro_all_class a:first-child{display: none;}
.pro_all_class{border-bottom:none !important;margin-bottom: 71px !important;}
.pro_all_class a {background:#f5f5f5;display:inline-block;     width: 203px;padding: 0 10px;height: 40px;margin: 0 5px;line-height: 40px;font-size: 16px !important;text-align: center;color: #333;    border-radius: 200px;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    float:left;margin-bottom: 10px;}
.pro_all_class a strong{background:#043bb2;display: block;     width: 203px;padding: 0 10px;height: 40px;margin: 0 -10px;line-height: 40px;font-size: 16px !important;text-align: center;color: #fff;font-weight: 100;    border-radius: 200px;}
.pro_all_class a:hover {background:#043bb2;color: #fff;}


.shopmrsc p.xwlbnr{line-height:41px !important}


.pro_all_class>div{display: block !important;}
.dgweb_list_item_pic img,.dgweb_list_item_pic{height:auto !important;}