/*样式初始化及公共样式部分lpm*/
	
	body {
		color: #666;
		font-size: 12px;
		margin: 0 auto;
		background-color: #fff;
		font-family: "Microsoft YaHei";
	}
	
	a {
		color: #666;
		text-decoration: none;
	}
	
	
	/*定义全局链接颜色lpm*/
	
	a:hover {
		color: #e72021;
		text-decoration: none;
		border-bottom-style: 
	}
	
	
	/*定义全局链接鼠标滑过颜色lpm*/
	
	div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd,td,tr,table {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;
	}
	
	
	/*隐藏后台自带版权DIVlpm*/
	
	.box {
		width: 1180px;
		height: auto;
		margin: 0 auto;
		min-width: 1100px;
	}
	
	
	/*定义版面统一宽度lpm*/
	
	.font_en {
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-weight: normal;    
	}
	
	
	
	.t{height:80px; text-align: center;}
    .t p{ font-size: 30px;line-height:44px;  font-weight: bold; color: #0064cb;}
.t span{ display: block; font-size: 13px; color: #999;}
.t t{ font-size: 14px; color: #333; line-height: 30px;}
	
	/*抬头*/
	
	.top_bg {
		width: 100%;min-width:1100px;
		height: 38px;
		margin: 0 auto;
		background: #eee;
	}
	
	#top {
		height: 38px;
		line-height: 38px;
	}
	
	.top_l {
		height: 38px;
	}
	
	.logo {
		padding: 26px 28px 0 0 ;
	}
	.name1{padding:50px 24px 0 0; color: #333;}
	.name1 p{ font-size: 26px; line-height:22x; font-weight: bold;}
	.name1 span{ font-size: 13px;}
.name2{padding:54px 0 54px 24px; font-weight: bold; background: url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171222/20171222144031_1706151743.jpg) no-repeat left center;}
.name2 p{ font-size: 20px; color: #e72021;}
.name2 b{ font-size: 15px; color: #333;}
	.tel{padding-top: 50px;}
 .top_rt{padding-right: 5px;}
.wxewm{padding-top: 16px; margin-left: 16px;}
	
	/*导航*/
	.head_bg{width: 100%; min-width:1100px; }
	#head{height:150px;}
	.nav_bg{ width: 100%;min-width:1100px; height: 52px; background: #222;}
	.nav>ul>li {
		position: relative;
		width: 122px;
		height: 52px;
		line-height: 52px;
		float: left;
		text-align: center;
		
	}
	
	.nav li a {width: 126px; transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s;
		color: #fff;text-align: center;
		font-size: 14px;
		display: block;
	}
	
	.nav li a:hover {background: #e72021;color: #fff;}
	.nav .a_nav>a {transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s;
	   background: #e72021; color: #fff;
	}
	
	.menu>li>ul {
		width: 122px;
		position: absolute;
	
		top: 52px;
	
		left: 0;
		z-index: 9999; 
	
		opacity: 0;
	
		background: #e72021;
	
	
	
		-webkit-transition: opacity .25s ease .1s;
	
		transition: opacity .25s ease .1s;
	
	}
	
	.menu li:hover > ul { opacity: 1; }
	
	 
	
	.menu ul>li {
	
		height: 0;
	width: 100%;
		background: none;
		-webkit-transition: height .25s ease .1s;
	
		transition: height .25s ease .1s;
	
	}
	
	 
	
	.menu li:hover > ul li {
	
		height: 40px;
	line-height: 40px;
	   
	}
	
	
	
	.menu ul li>a {
	
		width: 100%;
		height: 100%;
		display: block;
		border-bottom: 1px solid #fff;
		text-align:center;
		font-size: 14px;
		color:#fff;
	
	}
	.menu ul li a:hover{background:#f03738; color:#fff;}
	 
	
	.menu ul li:last-child a { border: none; }
	





/*幻灯片*/

.focus {
    width: 100%;
    min-width: 1100px;
    height: 550px;
    overflow: hidden;
    position: relative;
    z-index: 9
}

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

.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;
    padding-right: 50px;
    height: 23px;
    margin-left: -46px;
    left: 50%;
    bottom: 35px;
    text-align: right;
}

.focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

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

.focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 210px;
    background: url(http://114my.cn.114.114my.net/cym/QQ-Flash/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.focus .pre {
    left: 0;
}

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


/*内页幻灯片*/

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

.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;
    padding-right: 50px;
    height: 23px;
    margin-left: -46px;
    left: 50%;
    bottom: 35px;
    text-align: right;
}

.focus_n .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

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

.focus_n .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 110px;
    background: url(http://114my.cn.114.114my.net/cym/QQ-Flash/sprite.png) no-repeat 0 0;
    cursor: pointer;
    display: none;
}

.focus_n .pre {
    left: 0;
}

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


.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top10 {
    padding-top: 10px;
}

.top40 {
    padding-top: 40px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.top70 {
    padding-top: 70px;
}

.top80 {
    padding-top: 80px;
}

.top100 {
    padding-top: 100px;
}

.top110 {
    padding-top: 110px;
}




/*搜索*/
	
	.search_nbg{width: 100%; min-width:1100px; height:58px; margin:0 auto; position:absolute; top:594px; background:#e5e5e5; }
	.search_bg{width: 100%; min-width:1100px; height:58px; margin:0 auto; background:#e5e5e5;border-bottom: 1px #fff solid;}
	#search{
		width:1100px;	
		height:58px;
		margin:0 auto;
		line-height:58px;
		
		
		}
	
	.search_01{ float:left; width:600px; padding-left:2px;}
	.search_02 form{padding-left:0;}
	.search_02{ background: #fff;
		height:37px;
		width:278px;
		overflow:hidden;
		margin-top:11px;
		float:right;
		
		}
	.search-i{ 
		width:48px; 
		overflow:hidden; 
		height:37px;
	
		}
	.search-bg{
		float:left;
		width:230px;
		height:37px;
		overflow:hidden;
		padding-left:10px;
	background:#fff;
		}



/*产品*/
.prod_bg{width: 100%; min-width:1100px; height:1080px;}
.list{ width: 240px;}
.list_t{ height: 90px; text-align: center; color: #fff; background: #222;}
.list_t p{ font-size: 24px; font-weight: bold;padding: 20px 0 4px 0;}
.list_d{  border:2px #ccc solid; border-top: 0; padding: 24px 18px 10px 18px;background: #fff;}
.list_d>table>tbody>tr>td>a{ display: block; padding-left:36px; height:44px; line-height: 44px; font-size:16px; color:#fff; background: url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171229/20171229164154_1206476822.jpg) no-repeat center;}
.list_d table td table td a{display: block; font-size:14px; font-weight: bold; color:#333; padding-left:36px;width:180px;height:51px; line-height: 51px; margin-left:6px; border-bottom:1px #eee dashed; background: url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171229/20171229164614_825956756.jpg) no-repeat 14px center;}
.list_d table td table td a:hover{color:#f00; }
.list_d table td table{padding-bottom:18px;}

.pord_r{ width:840px; height: 780px;}
.pord_rt{ height: 44px; background: url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171222/20171222153443_222573208.jpg)repeat-x center;}
.pord_rt p{ font-size: 18px; color: #222; font-weight: bold; padding-left: 50px; line-height: 44px; float: left;  background: url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171222/20171222153603_1997820698.png)no-repeat 10px center;}
.pord_rt p t{color: #999; }
.pord_rt a{ display: block; line-height: 44px; padding-right: 10px; float: right; color: #333;}
.pord_rt a:hover{ color: #e72021;}

.pord_rd{padding: 20px 16px;background: #f5f5f5;}

.pord_rd table td span a{line-height:40px;}

/*产品一览*/
.prod_bg2{width: 100%; min-width:1100px; height:520px; background:#e1e1e1;}
.prod2_t{ text-align: center;}
.prod2_t p{ font-size:36px; color: #e72021; font-weight: bold; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171223/20171223161542_405778069.png)no-repeat center bottom; padding-bottom: 18px; margin-bottom: 12px;}
.prod2_t span{font-size:20px;}


.prod2_dd{ width:1250px; margin:0 auto; height:320px;}
.prod2_dd .btnLeft{ width:53px; float:left; margin-right:19px;  margin-top:110px; height:53px; display:block; background:url(//memberpic.114my.com.cn/dglichuan/uploadfile/image/20170519/20170519113313_368558155.png) no-repeat center;}
.prod2_dd .btnRight{width:53px; float:right; height:53px; margin-top:110px; display:block; background:url(//memberpic.114my.com.cn/dglichuan/uploadfile/image/20170519/20170519113328_265002398.png) no-repeat center;}
.prod2_dd dl{ display:block; float:left; width:1100px;margin:0 auto;}
.hj{width:1100px; margin:0 auto;}
.prod2_dd .prodCont{position:relative;}
.prod2_dd .prodCont ul{margin:0 auto; width:1100px; overflow:hidden;}
.prod2_dd .prodCont ul td{ padding:0 !important; width:275px !important; text-align:center !important;}
.prod2_dd .prodCont .btnLeft , .hzhb .hzCont .btnRight{position:absolute; top:0; width:14px; height:168px;}
.prod2_dd .btnCkgd{margin:42px auto 0 auto; display:block; width:220px; height:30px; line-height:30px; text-align:center; color:#555; border:3px solid #d1d1d1;}




/*zzshu*/
.zzs_s{width:1100px; margin: 0 auto;position: relative;}
.zzs_s .tit{padding-bottom:25px; margin: 0 auto; text-align:center; position:relative;}
.zzs_s .tit > .line{background:#dbdee3;height:1px;width:100%;display:block;position:absolute;top:43px;}
.zzs_s .tit span{text-align: center; line-height:35px; color: #008000; font-size:32px; font-weight:bold;}
.zzs_s .tit p{text-align: center; padding-top: 22px;}
.zzs_s .tit p a{margin-right: 33px; font-size: 18px;font-weight: bold; color: #ffffff; background:#7d7d7d; display: inline-block;width: 130px;height: 40px;text-align: center;line-height: 40px;position:relative;z-index:2 }
.zzs_s .tit p a:hover,.zzs_s .tit p a.cur{background: #0b74df;text-decoration: none;}
.zzs_s ul{line-height: 0;}
.zzs_s li{float: left;padding-right: 20px;}
.zzs_s li img{width: 215px;height: 160px;}
.zzs_s li p{text-align: center;line-height: 45px;}
.zzs_s li p a{font-size: 14px;color: #333333;}
.zzs_s a.lft{position: absolute;left: 0;top: 58%;}
.zzs_s .cet{   margin: 0 auto; width: 1000px; position: relative;}
.zzs_s a.rig{position: absolute;right: 0;top: 58%;}
.mr0 { margin-right:0px !important;}
.zzshu{ margin-top:30px; margin-bottom: 30px;}
.shu{margin-top: 15px;}






/*解决方案*/
.solution_bg{width: 100%; min-width:1100px; height: 780px; }
.solution_t{ text-align: center;}
.solution_t p{ font-size: 40px; color: #e72021; font-weight: bold; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171223/20171223161542_405778069.png)no-repeat center bottom; padding-bottom: 18px; margin-bottom: 12px;}
.solution_t b{ font-size: 30px; color: #333;}

.solution_d table tr td{ display: block; float: left; margin-right:20px; margin-bottom:20px;width:352px; height:262px;     position: relative;overflow: hidden; border:6px #eee solid; padding:16px 16px !important; }
.solution_d > table > tbody > tr > td:nth-child(3n){ margin-right:0 !important; background:#fff;}
.solution_d > table > tbody > tr > td>a{display: block; width:308px; height:228px; margin:0 auto;}
.solution_d table tr td img{width:308px; height:220px; margin:0 auto;display: block; }
.solution_d table tr td div{ position: absolute; z-index: 1; top:196px; left:16px; padding-top:0 !important; width:308px; height:40px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171223/20171223170314_1837710973.png)repeat;  transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s;}
.solution_d table tr td div a{display: block; width:100%; line-height:40px; color:#fff; font-size:15px; transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s;}
.solution_d table tr td div a::after{ display: block; content: '';width:100px; height:32px; margin-top:10px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171223/20171223171817_1516545322.png)no-repeat center;  transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -webkit-transition: 0.5s;}

.solution_d table tr td:hover div{ top:16px;height:220px; }
.solution_d table tr td:hover div a{ padding-top:72px;  height:190px; font-size:17px; }




/*样品展示*/
.sample_bg{width: 100%; min-width:1100px; height: 334px;}
.sample{ margin-top:30px; margin-bottom: 30px;}
.sample_t{ text-align: center;}
.sample_t p{ font-size: 28px; color: #333; font-weight: bold;}
.sample_t p b{ color: #e72021;}
.sample_t span{ font-size: 14px; color: #999;}

.sample_m1 { margin-top:90px;}
.sample_d1{padding: 12px 0 0 0;}

.sample a.lft{position: absolute;left: 0;top: 50%;}
.sample a.rig{position: absolute;right: 0;top: 50%;}

/*banner01*/
.banner01_bg{width: 100%; min-width:1100px; height: 325px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20180201/20180201151445_1836475758.jpg)no-repeat center bottom;}
.banner01_w{font-weight:bold; padding-top:78px;}
.banner01_w b{font-size:40px; color:#e72021; display: block;letter-spacing: 3px; padding-left:215px;}
.banner01_w p{font-size:22px; color:#fff;padding-left:90px;line-height:40px;}
.banner01_w span{color:#e72021;}
.banner01_w t{font-size:20px; color:#fff;display: block; line-height:40px;padding-left:346px;text-shadow:0 0 10px #000;}



/*优势*/
.adv_t{ width: 100%; min-width: 1100px;height: 155px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20180726/20180726142336_366044548.jpg)no-repeat center;}
.adv_bg1{height: 322px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225094043_1540270365.jpg)no-repeat center;}
.adv_bg2{height: 322px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20180202/20180202170626_968482976.jpg)no-repeat center;}
.adv_bg3{height: 304px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20180202/20180202170637_953936249.jpg)no-repeat center;}
.adv_bg4{height: 365px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225094148_1055876116.jpg)no-repeat center;}

.adv_w{ padding-top: 30px;}
.adv_w b{ font-size: 28px; color: #222; padding-left: 26px;}
.adv_w p{ font-size: 20px; color: #e72021; padding-left: 26px; margin-bottom:26px;}
.adv_w span{ display: block; font-size: 14px; color: #333; line-height: 24px; margin-bottom: 12px; padding-left: 26px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225094552_439077248.png)no-repeat left 4px;}

.adv_w1,.adv_w3{ padding-left:77px;}
.adv_w2,.adv_w4{ padding-left:615px;}

/*简介*/
.com_bg{ height: 626px; text-align: center; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225102100_744229503.jpg)no-repeat center;}
.com{ color: #fff;}
.com_t b{ font-size: 34px; color: #e72021;}
.com_t p{ font-size: 16px; line-height: 40px; padding-bottom: 10px; margin-bottom: 20px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225102309_1505428815.jpg)no-repeat center bottom;}
.com_w{ font-size: 14px; line-height: 28px; height: 174px;}
.com_w a{color: #fff;}
.com_w a:hover{color: #e72021;}

.image{width:1100px; padding:24px 28px;height: 240px; background: #fff;}
.image table td a{line-height: 30px;}
.sample_dd{}
.sample_dd a{ display: block; float:left;margin:0 9px;}
.sample_dd a img{padding:2px; background:#fff; border:1px #ccc solid; width:251px; height:184px;}
.sample_dd a p{font-size:14px; line-height:30px; text-align:center;}



.hzkh_b{ width:1250px; margin:0 auto; height:200px;}
.btnLeft{ width:53px; float:left; margin-right:19px;  margin-top:70px; height:53px; display:block; background:url(//memberpic.114my.com.cn/dglichuan/uploadfile/image/20170519/20170519113313_368558155.png) no-repeat center;}
.btnRight{width:53px; float:right; height:53px; margin-top:70px; display:block; background:url(//memberpic.114my.com.cn/dglichuan/uploadfile/image/20170519/20170519113328_265002398.png) no-repeat center;}
.hzkh_b dl{ display:block; float:left; width:1100px;margin:0 auto;}
.hj{width:1100px; margin:0 auto;}
.hzhb .hzCont{position:relative;}
.hzhb .hzCont ul{margin:0 auto; width:1100px; overflow:hidden;}
.hzhb .hzCont ul td{ padding:0 !important; width:240px !important; text-align:center !important;}
.hzhb .hzCont .btnLeft , .hzhb .hzCont .btnRight{position:absolute; top:0; width:14px; height:168px;}
.hzhb .btnCkgd{margin:42px auto 0 auto; display:block; width:220px; height:30px; line-height:30px; text-align:center; color:#555; border:3px solid #d1d1d1;}



/*成功案例*/
.case_bg{height: 583px; padding-top: 54px; background: #f5f5f5;}
.case{ width: 760px;}
.case_t{ height: 30px; line-height: 30px;margin-bottom:20px;}
.case_t p{ font-size: 20px; color: #222; float: left; font-weight: bold; padding-left:10px;}
.case_t p span{ color: #e72021;}
.case_t a{ display: block; float: right; font-size: 14px;padding-right:20px;}

.case_d table td div a{ display: block; height:60px;}
.case_d table td{padding-left:0 !important;padding-right:5px;}

/*合作客户*/
.partner{ width: 340px; height: 555px; }
.partner_t{padding:0 0 12px 72px;}
.partner_t b{ font-size: 20px; color: #e72021;}
.partner_t span{font-size: 20px; color: #222;}

.partner_d{ padding-left:34px;}

.partner_d table td a{display: block; font-size:16px; height: 36px !important; line-height:36px !important; background:#333; margin-top:6px;color: #fff; text-align:center;}
.partner_d table td a:hover{background:#e72021;}

/*新闻*/
.news_r{ width: 750px;   border: 1px #eee solid; }
.news_l{ width: 330px;  border: 1px #eee solid; }
.news_lt,.news_rt{ height:57px;line-height:56px;  border-bottom: 1px #ccc solid; padding:0 16px;}
.news_lt p{font-size:24px; color: #222; float: left; }
.news_lt a{ display: block;float: right;font-size:14px; color: #222; }
.news_lt a:hover{color:#e72021;}



.news .convert3{ width:100%; margin:0 auto;}
.news .convert3 .tab{height:57px; margin:0 auto;}
.news .convert3 .tab a{display:block; color:#0670e8; text-align: center; height:57px; line-height: 56px;font-size:24px; color: #222; float:left;padding-right: 20px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225152036_5696178.jpg) no-repeat right 22px; margin-right: 20px;}
.news .convert3 .tab a.on{display:block;color: #e72021;}

.tab span{color:#999999;font-size:12px;   font-weight: normal !important;     padding-left: 15px;}

.news .convert3 .content{ overflow:hidden; height:520px; position:relative;}
.news .convert3 .content ul{ position:absolute; left:0; top:0; height:380px;width:3000px;}
.news .convert3 .content li{ width:710px; height:auto; float:left; margin:20px; }
.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;}


.xw_zi { width:295px; height:auto;}

.news_ld .divdgweb_new_div{width:310px;}
.news_ld .divdgweb_new_div_item_content{padding:16px 0; border-bottom: 1px solid #adadad;  margin-left: 20px; background: url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225162444_40675277.png) no-repeat left 18px; padding-left:30px;}
.news_ld .divdgweb_new_div_item_title{padding-bottom:10px;}
.news_ld .divdgweb_new_div_item_title a{font-size: 14px; color:#222; font-weight:bold;  font-family:"Microsoft YaHei";}
.news_ld .divdgweb_new_div_item_title a:hover{color:#e72021;}
.news_ld .divdgweb_new_div_item_body{color:#666; line-height:20px; font-size: 12px;  height:62px; overflow: hidden;}
.news_ld{padding-top: 14px;padding-bottom: 14px;}

.news_rm img{width:220px;}
.news_rt span{color:#999999;font-size:12px;  font-weight: normal !important;   padding-left: 15px;}

.news_rz{width:460px; padding:12px 0 0 0;}
.news_rz p{font-size:16px; color:#222;  line-height:40px;}
.news_rz span{font-size:14px; color:#999;  line-height:30px;}
.news_rz a{display: block;width:120px;height:30px; line-height:30px;font-size:14px; color:#fff;  background: #999;text-align: center; margin-top:10px;}
.news_rz a:hover{background: #e72021;}



.news_rd{ float:left; width:710px; padding-top:14px;}

.news_rd .news_div_item,.news_rd .divdgweb_new_div_item{ width:710px; height:94px; margin-bottom:6px;border-bottom: 1px #eaeaea dashed;}

.news_rd .news_div_item_date,.news_rd .divdgweb_new_div_item_date{float:left; width:92px; margin-right: 30px; height:70px; margin-top: 10px; position:relative;  font-family:Arial, Helvetica, sans-serif; border-right:1px #e1e1e1 solid;}

.news_rd .news_div_item_day,.news_rd .divdgweb_new_div_item_day{position:absolute; top:14px; left:35px; font-size:30px; font-weight:bold;}
.news_rd .news_div_item_month,.news_rd .divdgweb_new_div_item_month{position:absolute; top:46px; left:59px; color:#999;}
.news_rd .news_div_item_year,.news_rd .divdgweb_new_div_item_year{position:absolute; top:46px; left:28px; color:#999;}
.news_rd .news_div_item_content,.news_rd .divdgweb_new_div_item_content{line-height:28px; width:710px; padding-top:6px;}
.news_rd .news_div_item_body,.news_rd .divdgweb_new_div_item_body{ color:#999; line-height:18px; padding-top:6px;}
.news_rd .news_div_item_a,.news_rd .divdgweb_new_div_item_a{font-size:16px;color:#333;}
.news_rd .news_div_item_a:hover,.news_rd .divdgweb_new_div_item_a:hover{color:#e72021;}



/*友情链接*/
.link_bg{background:#eeeeee; height: 105px; width:1100px; }
.link_t p{ font-size: 24px;color: #e72021;}
.link_t span a{ font-size: 16px;}
.link_t{ padding-left: 28px;padding-top: 26px;
background: url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225161930_230722574.png) no-repeat right 30px;    padding-right: 30px;}
.linkTagcs a{font-size:14px;}



/*版权*/
.footer_bg{ width: 100%; min-width: 1100px;height: auto; background: #222;font-family:"Microsoft YaHei";color: #999;font-size: 14px; padding-top:50px;}
.footer_nbg{ height: 280px;}
.footer_bg a{color: #999;}
.footer_bg a:hover{color: #e89b01;}
.footer_l{ width:1100px;border-bottom: 1px #555555 solid;}
.footer_l li{width: 250px; float: left;height: 210px; margin-right: 30px;    border-right: 1px #555555 solid;    margin-bottom: 70px;}
.footer_l li a{ display:block; line-height: 30px;color: #aaaaaa;font-size: 14px; float: left; width: 120px;}
.footer_l li a:hover{color:#fff;}
.footer_l li p{ padding-bottom:60px;}
.footer_l li p a{ font-size: 18px; color: #fff;}
.footer_r{font-size: 18px; line-height: 16px; color:#fff;}
.footer_l li.cont_w{line-height: 30px; width: 280px;color: #aaaaaa;}
.footer_l li.footer_01{width: 200px; }
.footer_l li.footer_01 a{width: 90px; }

.copy{  width:100%;min-width: 1100px; background: #222; color: #999; height: 120px;  line-height:45px; text-align: center; font-size: 14px;}
.copy a{font-size: 14px;color: #999;}
.copy a:hover{color: #fff;}



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


/*内页新闻排版*/
.pro_list_box_item{width:1100px !important; float:left; height:170px; text-align:left; }
.pro_list_box_item_l{width:210px; height:150px; float:left;}
.pro_list_box_item_l a img {width: 200px; height:150px; border:1px solid #ccc !important; padding:2px;}
.pro_list_box_item_l a:hover img { border:1px solid #e72021; padding:2px;}
.pro_list_box_item_r{width:870px !important;  height:160px !important; margin-left:20px; float:left; color:#666;   line-height: 25px;}
.pro_list_box_item_r a{height: 36px; color:#333; text-overflow: ellipsis; white-space:nowrap; overflow:hidden; font-size: 15px; line-height: 40px; border: none; font-family:"Microsoft YaHei";}
.pro_list_box_item_r a:hover{color:#e72021;}
.pro_list_box_item_r a font { width: 90px; height: 30px; 
background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171226/20171226143912_157283530.jpg); display:block;  margin-top:30px;     font-size: 0;}
.pro_list_box_item{overflow:hidden;}
.shopmrsc p.xwlbbt {font-size:15px !important;   line-height: 40px;color:#333 !important;}
.shopmrsc a:hover{ color:#e72021;}
.shopmrsc a {
    float: left;
    display: block;
    height: 150px;
    text-decoration: none;
    position: relative;
}
#span_miaoshu{display: none;}

/*内页banner*/
.banner_about{ width:100%; height:350px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171226/20171226174110_1119408671.jpg) center; overflow:hidden;}
.banner_prod{ width:100%; height:350px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20180115/20180115160547_104277148.jpg) center; overflow:hidden;}
.banner_news{ width:100%; height:350px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171226/20171226174111_1176774883.jpg) center; overflow:hidden;}
.banner_cont{ width:100%; height:350px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171226/20171226174111_2089369528.jpg) center; overflow:hidden;}

/*内页小导航*/
.mianbxContent{ width:1100px !important; text-align:left !important; height:29px !important;  line-height:25px !important;
margin-bottom:10px !important; 
background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171227/20171227084829_1233301100.jpg) no-repeat bottom right;}
.strong_title { display: none; }

#bodycon{padding-top:80px !important; padding-bottom:40px;}

.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;}
.pcontent_title_h4 h4 strong{display: none;}
.adv_w table td,#roller_temp_pro table td{height:210px; background:url(//memberpic.114my.com.cn/yvifgh/uploadfile/image/20171125/20171125113122_357735193.jpg) no-repeat center 181px;}
.detail_title{ display: none; width: 100% !important; margin-left: 0px !important;     margin-bottom: 10px;   font-size: 16px;    border-bottom: 0 !important;}
.product_content{width: 100% !important;}
.adv_w table td a{ line-height: 30px;}
.adv_w table td img{ border:1px #ccc solid;}
.prod_wwt{margin-top: 10px;}
.propic_show_right .pro_detail_title{font-size: 16px !important;}

/*内页产品参数*/
ul{    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;}
.propic_show_left{width:300px; float:left; text-align:center;}
.MagicThumb .ls_smallimg,#xianshixiaotu {width:300px;}
.propic_show_right{width:520px; height:276px; float:right; text-align:left; padding-top:10px; position:relative; font-size:14px; line-height:28px; font-family:"Microsoft YaHei"; }
.pro_detail_title {padding-bottom:0px;}
.propic_show_piclist{position:absolute; left:0; bottom:0;top:206px;}
.propic_show_piclist li{width:114px;  float:left; margin-right:8px;}
.propic_show_piclist li img{width:110px; border:1px solid #ccc; padding:1px;}

.dgweb_list_item_box{border-bottom:1px #eee dashed; line-height:30px;}
.propic_show_right .pro_detail_title{font-size:24px; color: #333;}
.pcontent_title_h4{height:30px; text-align:center;}
.pcontent_title_h4 h4 strong{ font-size:16px; color:#333; }
#igetxt ul li h3{font-family:"Microsoft YaHei"; padding:0px 10px !important;}
.product_content img{max-width:830px; margin: 0 auto;display: block;}
.cpcs{width: 740px; height: 54px; line-height: 54px; font-size: 20px; background: url(//memberpic.114my.com.cn/yvifgh/uploadfile/image/20171129/20171129093205_770914925.jpg) left no-repeat ;}
.cpcs p{margin-left: 26px; color: #fff; font-weight: bold;}
.cpcs2 {
    padding: 10px 0 20px 0;
    width: 720px;
    font-size: 16px;
    color: #333;
    line-height: 34px;
    margin-left: 20px;
}
.cs{     width: 830px !important;  margin: 0 auto;}
.cs table{width:100% !important;border-collapse: collapse;}
.cs table td{padding-left:5px; border: 1px #ccc solid;}
.cs p{padding:0 20px;}
.cs b{margin-bottom:10px;}


/*浮动QQ*/
.back-top-container {
  display: block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer; 
  z-index: 99999;}


.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 200px;
  right: -117px;
  cursor: pointer;
  transition: all .3s ease; }
.yb_conct:hover {right:2px;}
.yb_conct:hover .yb_ercode{height:184px;}
.yb_conct a {
    color: #fff;
    text-decoration: none; }
    .yb_conct a:hover {
      color: #ff0; }

.yb_bar ul li {
  width: 170px;
  height: 53px;
  font: 14px/53px 'Microsoft YaHei';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 1px;
  border-radius: 3px;
  transition: all .5s ease;
  overflow: hidden;
  background: #e72021 url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171227/20171227100955_1719614788.png) no-repeat;}

.yb_bar .yb_top {
  background-position: 0 0; }

.yb_bar .yb_phone {
    background-position: 0 -57px;  }

.yb_bar .yb_QQ {
  text-indent: 0;
  background-position: 0 -113px; }

.yb_QQ img{display: none;}

.yb_bar .yb_ercode {
  /*height:200px;*/
  background-position: 0 -169px; }

.hd_qr {
 margin: 0 29px 25px 29px; }


.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 100%;
  color: #fff; }





/* 联系我们 */
.w1100{width:1100px !important; margin:0 atuo;}
.g_lxtit{height: 280px;}
.g_lxtit .m_lxtitl{float: left;width: 339px;height: 256px;background: #e72021;padding: 30px 0 0 30px;}
.g_lxtit .m_lxtitl h2{font-size: 36px;font-weight: bold;color: #fff;height: 74px; line-height: 52px;}
.g_lxtit .m_lxtitl .tel_n{width: 226px;height: 90px;line-height: 45px; border: 2px solid #fff;font-size: 22px;color: #fff;text-align: center;margin-bottom: 30px;padding-top:0px !important;}
.g_lxtit .m_lxtitl .tel_n b{font-weight: normal;font-size: 21px;}
.g_lxtit .m_lxtitl em{display: block;fo/*样式初始化及公共样式部分lpm*/
	
	body {
		color: #666;
		font-size: 12px;
		margin: 0 auto;
		background-color: #fff;
		font-family: "Microsoft YaHei";
	}
	
	a {
		color: #666;
		text-decoration: none;
	}
	
	
	/*定义全局链接颜色lpm*/
	
	a:hover {
		color: #e72021;
		text-decoration: none;
		border-bottom-style: 
	}
	
	
	/*定义全局链接鼠标滑过颜色lpm*/
	
	div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd,td,tr,table {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;
	}
	
	
	/*隐藏后台自带版权DIVlpm*/
	
	.box {
		width: 1100px;
		height: auto;
		margin: 0 auto;
		min-width: 1100px;
	}
	
	
	/*定义版面统一宽度lpm*/
	
	.font_en {
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-weight: normal;    
	}
	
	
	
	.t{height:80px; text-align: center;}
    .t p{ font-size: 30px;line-height:44px;  font-weight: bold; color: #0064cb;}
.t span{ display: block; font-size: 13px; color: #999;}
.t t{ font-size: 14px; color: #333; line-height: 30px;}
	
	/*抬头*/
	
	.top_bg {
		width: 100%;min-width:1100px;
		height: 38px;
		margin: 0 auto;
		background: #eee;
	}
	
	#top {
		height: 38px;
		line-height: 38px;
	}
	
	.top_l {
		height: 38px;
	}
	
	.logo {
		padding: 26px 28px 0 0 ;
	}
	.name1{padding:50px 24px 0 0; color: #333;}
	.name1 p{ font-size: 26px; line-height:22x; font-weight: bold;}
	.name1 span{ font-size: 13px;}
.name2{padding:54px 0 54px 24px; font-weight: bold; background: url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171222/20171222144031_1706151743.jpg) no-repeat left center;}
.name2 p{ font-size: 20px; color: #e72021;}
.name2 b{ font-size: 15px; color: #333;}
	.tel{padding-top: 50px;}
 .top_rt{padding-right: 5px;}
	
	/*导航*/
	.head_bg{width: 100%; min-width:1100px; }
	#head{height:150px;}
	.nav_bg{ width: 100%;min-width:1100px; height: 52px; background: #222;}
	.nav>ul>li {
		position: relative;
		width: 122px;
		height: 52px;
		line-height: 52px;
		float: left;
		text-align: center;
		
	}
	
	.nav li a {width: 118px; transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s;
		color: #fff;text-align: center;
		font-size: 14px;
		display: block;
	}
	
	.nav li a:hover {background: #e72021;color: #fff;}
	.nav .a_nav>a {transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s;
	   background: #e72021; color: #fff;
	}
	
	.menu>li>ul {
		width: 122px;
		position: absolute;
	
		top: 52px;
	
		left: 0;
		z-index: 9999; 
	
		opacity: 0;
	
		background: #e72021;
	
	
	
		-webkit-transition: opacity .25s ease .1s;
	
		transition: opacity .25s ease .1s;
	
	}
	
	.menu li:hover > ul { opacity: 1; }
	
	 
	
	.menu ul>li {
	
		height: 0;
	width: 100%;
		background: none;
		-webkit-transition: height .25s ease .1s;
	
		transition: height .25s ease .1s;
	
	}
	
	 
	
	.menu li:hover > ul li {
	
		height: 40px;
	line-height: 40px;
	   
	}
	
	
	
	.menu ul li>a {
	
		width: 100%;
		height: 100%;
		display: block;
		border-bottom: 1px solid #fff;
		text-align:center;
		font-size: 14px;
		color:#fff;
	
	}
	.menu ul li a:hover{background:#f03738; color:#fff;}
	 
	
	.menu ul li:last-child a { border: none; }
	





/*幻灯片*/

.focus {
    width: 100%;
    min-width: 1100px;
    height: 550px;
    overflow: hidden;
    position: relative;
    z-index: 9
}

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

.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;
    padding-right: 50px;
    height: 23px;
    margin-left: -46px;
    left: 50%;
    bottom: 35px;
    text-align: right;
}

.focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

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

.focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 210px;
    background: url(http://114my.cn.114.114my.net/cym/QQ-Flash/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.focus .pre {
    left: 0;
}

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


/*内页幻灯片*/

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

.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;
    padding-right: 50px;
    height: 23px;
    margin-left: -46px;
    left: 50%;
    bottom: 35px;
    text-align: right;
}

.focus_n .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

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

.focus_n .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 110px;
    background: url(http://114my.cn.114.114my.net/cym/QQ-Flash/sprite.png) no-repeat 0 0;
    cursor: pointer;
    display: none;
}

.focus_n .pre {
    left: 0;
}

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


.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top10 {
    padding-top: 10px;
}

.top40 {
    padding-top: 40px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.top70 {
    padding-top: 70px;
}

.top80 {
    padding-top: 80px;
}

.top100 {
    padding-top: 100px;
}

.top110 {
    padding-top: 110px;
}




/*搜索*/
	
	.search_nbg{width: 100%; min-width:1100px; height:58px; margin:0 auto; position:absolute; top:594px; background:#e5e5e5; }
	.search_bg{width: 100%; min-width:1100px; height:58px; margin:0 auto; background:#e5e5e5;border-bottom: 1px #fff solid;}
	#search{
		width:1100px;	
		height:58px;
		margin:0 auto;
		line-height:58px;
		
		
		}
	
	.search_01{ float:left; width:600px; padding-left:2px;}
	.search_02 form{padding-left:0;}
	.search_02{ background: #fff;
		height:37px;
		width:278px;
		overflow:hidden;
		margin-top:11px;
		float:right;
		
		}
	.search-i{ 
		width:48px; 
		overflow:hidden; 
		height:37px;
	
		}
	.search-bg{
		float:left;
		width:230px;
		height:37px;
		overflow:hidden;
		padding-left:10px;
	background:#fff;
		}



/*产品*/
.prod_bg{width: 100%; min-width:1100px; height:1080px;}
.list{ width: 240px;}
.list_t{ height: 90px; text-align: center; color: #fff; background: #222;}
.list_t p{ font-size: 24px; font-weight: bold;padding: 20px 0 4px 0;}
.list_d{  border:2px #ccc solid; border-top: 0; padding: 24px 18px 10px 18px;background: #fff;}
.list_d>table>tbody>tr>td>a{ display: block; padding-left:36px; height:44px; line-height: 44px; font-size:16px; color:#fff; background: url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171229/20171229164154_1206476822.jpg) no-repeat center;}
.list_d table td table td a{display: block; font-size:14px; font-weight: bold; color:#333; padding-left:36px;width:180px;height:51px; line-height: 51px; margin-left:6px; border-bottom:1px #eee dashed; background: url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171229/20171229164614_825956756.jpg) no-repeat 14px center;}
.list_d table td table td a:hover{color:#f00; }
.list_d table td table{padding-bottom:18px;}

.pord_r{ width:840px; height: 780px;}
.pord_rt{ height: 44px; background: url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171222/20171222153443_222573208.jpg)repeat-x center;}
.pord_rt p{ font-size: 18px; color: #222; font-weight: bold; padding-left: 50px; line-height: 44px; float: left;  background: url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171222/20171222153603_1997820698.png)no-repeat 10px center;}
.pord_rt p t{color: #999; }
.pord_rt a{ display: block; line-height: 44px; padding-right: 10px; float: right; color: #333;}
.pord_rt a:hover{ color: #e72021;}

.pord_rd{padding: 20px 16px;background: #f5f5f5;}

.pord_rd table td span a{line-height:40px;}

/*产品一览*/
.prod_bg2{width: 100%; min-width:1100px; height:520px; background:#e1e1e1;}
.prod2_t{ text-align: center;}
.prod2_t p{ font-size:36px; color: #e72021; font-weight: bold; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171223/20171223161542_405778069.png)no-repeat center bottom; padding-bottom: 18px; margin-bottom: 12px;}
.prod2_t span{font-size:20px;}


.prod2_dd{ width:1250px; margin:0 auto; height:320px;}
.prod2_dd .btnLeft{ width:53px; float:left; margin-right:19px;  margin-top:110px; height:53px; display:block; background:url(//memberpic.114my.com.cn/dglichuan/uploadfile/image/20170519/20170519113313_368558155.png) no-repeat center;}
.prod2_dd .btnRight{width:53px; float:right; height:53px; margin-top:110px; display:block; background:url(//memberpic.114my.com.cn/dglichuan/uploadfile/image/20170519/20170519113328_265002398.png) no-repeat center;}
.prod2_dd dl{ display:block; float:left; width:1100px;margin:0 auto;}
.hj{width:1100px; margin:0 auto;}
.prod2_dd .prodCont{position:relative;}
.prod2_dd .prodCont ul{margin:0 auto; width:1100px; overflow:hidden;}
.prod2_dd .prodCont ul td{ padding:0 !important; width:275px !important; text-align:center !important;}
.prod2_dd .prodCont .btnLeft , .hzhb .hzCont .btnRight{position:absolute; top:0; width:14px; height:168px;}
.prod2_dd .btnCkgd{margin:42px auto 0 auto; display:block; width:220px; height:30px; line-height:30px; text-align:center; color:#555; border:3px solid #d1d1d1;}




/*zzshu*/
.zzs_s{width:1100px; margin: 0 auto;position: relative;}
.zzs_s .tit{padding-bottom:25px; margin: 0 auto; text-align:center; position:relative;}
.zzs_s .tit > .line{background:#dbdee3;height:1px;width:100%;display:block;position:absolute;top:43px;}
.zzs_s .tit span{text-align: center; line-height:35px; color: #008000; font-size:32px; font-weight:bold;}
.zzs_s .tit p{text-align: center; padding-top: 22px;}
.zzs_s .tit p a{margin-right: 33px; font-size: 18px;font-weight: bold; color: #ffffff; background:#7d7d7d; display: inline-block;width: 130px;height: 40px;text-align: center;line-height: 40px;position:relative;z-index:2 }
.zzs_s .tit p a:hover,.zzs_s .tit p a.cur{background: #0b74df;text-decoration: none;}
.zzs_s ul{line-height: 0;}
.zzs_s li{float: left;padding-right: 20px;}
.zzs_s li img{width: 215px;height: 160px;}
.zzs_s li p{text-align: center;line-height: 45px;}
.zzs_s li p a{font-size: 14px;color: #333333;}
.zzs_s a.lft{position: absolute;left: 0;top: 58%;}
.zzs_s .cet{   margin: 0 auto; width: 1000px; position: relative;}
.zzs_s a.rig{position: absolute;right: 0;top: 58%;}
.mr0 { margin-right:0px !important;}
.zzshu{ margin-top:30px; margin-bottom: 30px;}
.shu{margin-top: 15px;}






/*解决方案*/
.solution_bg{width: 100%; min-width:1100px; height: 780px; }
.solution_t{ text-align: center;}
.solution_t p{ font-size: 40px; color: #e72021; font-weight: bold; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171223/20171223161542_405778069.png)no-repeat center bottom; padding-bottom: 18px; margin-bottom: 12px;}
.solution_t b{ font-size: 30px; color: #333;}

.solution_d table tr td{ display: block; float: left; margin-right:20px; margin-bottom:20px;width:352px; height:262px;     position: relative;overflow: hidden; border:6px #eee solid; padding:16px 16px !important; }
.solution_d > table > tbody > tr > td:nth-child(3n){ margin-right:0 !important; background:#fff;}
.solution_d > table > tbody > tr > td>a{display: block; width:308px; height:228px; margin:0 auto;}
.solution_d table tr td img{width:308px; height:220px; margin:0 auto;display: block; }
.solution_d table tr td div{ position: absolute; z-index: 1; top:196px; left:16px; padding-top:0 !important; width:308px; height:40px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171223/20171223170314_1837710973.png)repeat;  transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s;}
.solution_d table tr td div a{display: block; width:100%; line-height:40px; color:#fff; font-size:15px; transition:all linear 0.5s; -moz-transition:all linear 0.5s; -ms-transition:all linear 0.5s; -webkit-transition:all linear 0.5s;}
.solution_d table tr td div a::after{ display: block; content: '';width:100px; height:32px; margin-top:10px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171223/20171223171817_1516545322.png)no-repeat center;  transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -webkit-transition: 0.5s;}

.solution_d table tr td:hover div{ top:16px;height:220px; }
.solution_d table tr td:hover div a{ padding-top:72px;  height:190px; font-size:17px; }




/*样品展示*/
.sample_bg{width: 100%; min-width:1100px; height: 334px;}
.sample{ margin-top:30px; margin-bottom: 30px;}
.sample_t{ text-align: center;}
.sample_t p{ font-size: 28px; color: #333; font-weight: bold;}
.sample_t p b{ color: #e72021;}
.sample_t span{ font-size: 14px; color: #999;}

.sample_m1 { margin-top:90px;}
.sample_d1{padding: 12px 0 0 0;}

.sample a.lft{position: absolute;left: 0;top: 50%;}
.sample a.rig{position: absolute;right: 0;top: 50%;}

/*banner01*/
.banner01_bg{width: 100%; min-width:1100px; height: 325px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20180201/20180201151445_1836475758.jpg)no-repeat center bottom;}
.banner01_w{font-weight:bold; padding-top:78px;}
.banner01_w b{font-size:40px; color:#e72021; display: block;letter-spacing: 3px; padding-left:215px;}
.banner01_w p{font-size:22px; color:#fff;padding-left:90px;line-height:40px;}
.banner01_w span{color:#e72021;}
.banner01_w t{font-size:20px; color:#fff;display: block; line-height:40px;padding-left:346px;text-shadow:0 0 10px #000;}



/*优势*/
.adv_t{ width: 100%; min-width: 1100px;height: 155px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20180726/20180726142336_366044548.jpg)no-repeat center;}
.adv_bg1{height: 322px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225094043_1540270365.jpg)no-repeat center;}
.adv_bg2{height: 322px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20180202/20180202170626_968482976.jpg)no-repeat center;}
.adv_bg3{height: 304px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20180202/20180202170637_953936249.jpg)no-repeat center;}
.adv_bg4{height: 365px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225094148_1055876116.jpg)no-repeat center;}

.adv_w{ padding-top: 30px;}
.adv_w b{ font-size: 28px; color: #222; padding-left: 26px;}
.adv_w p{ font-size: 20px; color: #e72021; padding-left: 26px; margin-bottom:26px;}
.adv_w span{ display: block; font-size: 14px; color: #333; line-height: 24px; margin-bottom: 12px; padding-left: 26px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225094552_439077248.png)no-repeat left 4px;}

.adv_w1,.adv_w3{ padding-left:77px;}
.adv_w2,.adv_w4{ padding-left:615px;}

/*简介*/
.com_bg{ height: 626px; text-align: center; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225102100_744229503.jpg)no-repeat center;}
.com{ color: #fff;}
.com_t b{ font-size: 34px; color: #e72021;}
.com_t p{ font-size: 16px; line-height: 40px; padding-bottom: 10px; margin-bottom: 20px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225102309_1505428815.jpg)no-repeat center bottom;}
.com_w{ font-size: 14px; line-height: 28px; height: 174px;}
.com_w a{color: #fff;}
.com_w a:hover{color: #e72021;}

.image{width:1100px; padding:24px 28px;height: 240px; background: #fff;}
.image table td a{line-height: 30px;}
.sample_dd{}
.sample_dd a{ display: block; float:left;margin:0 9px;}
.sample_dd a img{padding:2px; background:#fff; border:1px #ccc solid; width:251px; height:184px;}
.sample_dd a p{font-size:14px; line-height:30px; text-align:center;}



.hzkh_b{ width:1250px; margin:0 auto; height:200px;}
.btnLeft{ width:53px; float:left; margin-right:19px;  margin-top:70px; height:53px; display:block; background:url(//memberpic.114my.com.cn/dglichuan/uploadfile/image/20170519/20170519113313_368558155.png) no-repeat center;}
.btnRight{width:53px; float:right; height:53px; margin-top:70px; display:block; background:url(//memberpic.114my.com.cn/dglichuan/uploadfile/image/20170519/20170519113328_265002398.png) no-repeat center;}
.hzkh_b dl{ display:block; float:left; width:1100px;margin:0 auto;}
.hj{width:1100px; margin:0 auto;}
.hzhb .hzCont{position:relative;}
.hzhb .hzCont ul{margin:0 auto; width:1100px; overflow:hidden;}
.hzhb .hzCont ul td{ padding:0 !important; width:240px !important; text-align:center !important;}
.hzhb .hzCont .btnLeft , .hzhb .hzCont .btnRight{position:absolute; top:0; width:14px; height:168px;}
.hzhb .btnCkgd{margin:42px auto 0 auto; display:block; width:220px; height:30px; line-height:30px; text-align:center; color:#555; border:3px solid #d1d1d1;}



/*成功案例*/
.case_bg{height: 583px; padding-top: 54px; background: #f5f5f5;}
.case{ width: 760px;}
.case_t{ height: 30px; line-height: 30px;margin-bottom:20px;}
.case_t p{ font-size: 20px; color: #222; float: left; font-weight: bold; padding-left:10px;}
.case_t p span{ color: #e72021;}
.case_t a{ display: block; float: right; font-size: 14px;padding-right:20px;}

.case_d table td div a{ display: block; height:60px;}
.case_d table td{padding-left:0 !important;padding-right:5px;}

/*合作客户*/
.partner{ width: 340px; height: 555px; }
.partner_t{padding:0 0 12px 72px;}
.partner_t b{ font-size: 20px; color: #e72021;}
.partner_t span{font-size: 20px; color: #222;}

.partner_d{ padding-left:34px;}

.partner_d table td a{display: block; font-size:16px; height: 36px !important; line-height:36px !important; background:#333; margin-top:6px;color: #fff; text-align:center;}
.partner_d table td a:hover{background:#e72021;}

/*新闻*/
.news_r{ width: 750px;   border: 1px #eee solid; }
.news_l{ width: 330px;  border: 1px #eee solid; }
.news_lt,.news_rt{ height:57px;line-height:56px;  border-bottom: 1px #ccc solid; padding:0 16px;}
.news_lt p{font-size:24px; color: #222; float: left; }
.news_lt a{ display: block;float: right;font-size:14px; color: #222; }
.news_lt a:hover{color:#e72021;}



.news .convert3{ width:100%; margin:0 auto;}
.news .convert3 .tab{height:57px; margin:0 auto;}
.news .convert3 .tab a{display:block; color:#0670e8; text-align: center; height:57px; line-height: 56px;font-size:24px; color: #222; float:left;padding-right: 20px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225152036_5696178.jpg) no-repeat right 22px; margin-right: 20px;}
.news .convert3 .tab a.on{display:block;color: #e72021;}

.tab span{color:#999999;font-size:12px;   font-weight: normal !important;     padding-left: 15px;}

.news .convert3 .content{ overflow:hidden; height:520px; position:relative;}
.news .convert3 .content ul{ position:absolute; left:0; top:0; height:380px;width:3000px;}
.news .convert3 .content li{ width:710px; height:auto; float:left; margin:20px; }
.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;}


.xw_zi { width:295px; height:auto;}

.news_ld .divdgweb_new_div{width:310px;}
.news_ld .divdgweb_new_div_item_content{padding:16px 0; border-bottom: 1px solid #adadad;  margin-left: 20px; background: url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225162444_40675277.png) no-repeat left 18px; padding-left:30px;}
.news_ld .divdgweb_new_div_item_title{padding-bottom:10px;}
.news_ld .divdgweb_new_div_item_title a{font-size: 14px; color:#222; font-weight:bold;  font-family:"Microsoft YaHei";}
.news_ld .divdgweb_new_div_item_title a:hover{color:#e72021;}
.news_ld .divdgweb_new_div_item_body{color:#666; line-height:20px; font-size: 12px;  height:62px; overflow: hidden;}
.news_ld{padding-top: 14px;padding-bottom: 14px;}

.news_rm img{width:220px;}
.news_rt span{color:#999999;font-size:12px;  font-weight: normal !important;   padding-left: 15px;}

.news_rz{width:460px; padding:12px 0 0 0;}
.news_rz p{font-size:16px; color:#222;  line-height:40px;}
.news_rz span{font-size:14px; color:#999;  line-height:30px;}
.news_rz a{display: block;width:120px;height:30px; line-height:30px;font-size:14px; color:#fff;  background: #999;text-align: center; margin-top:10px;}
.news_rz a:hover{background: #e72021;}



.news_rd{ float:left; width:710px; padding-top:14px;}

.news_rd .news_div_item,.news_rd .divdgweb_new_div_item{ width:710px; height:94px; margin-bottom:6px;border-bottom: 1px #eaeaea dashed;}

.news_rd .news_div_item_date,.news_rd .divdgweb_new_div_item_date{float:left; width:92px; margin-right: 30px; height:70px; margin-top: 10px; position:relative;  font-family:Arial, Helvetica, sans-serif; border-right:1px #e1e1e1 solid;}

.news_rd .news_div_item_day,.news_rd .divdgweb_new_div_item_day{position:absolute; top:14px; left:35px; font-size:30px; font-weight:bold;}
.news_rd .news_div_item_month,.news_rd .divdgweb_new_div_item_month{position:absolute; top:46px; left:59px; color:#999;}
.news_rd .news_div_item_year,.news_rd .divdgweb_new_div_item_year{position:absolute; top:46px; left:28px; color:#999;}
.news_rd .news_div_item_content,.news_rd .divdgweb_new_div_item_content{line-height:28px; width:710px; padding-top:6px;}
.news_rd .news_div_item_body,.news_rd .divdgweb_new_div_item_body{ color:#999; line-height:18px; padding-top:6px;}
.news_rd .news_div_item_a,.news_rd .divdgweb_new_div_item_a{font-size:16px;color:#333;}
.news_rd .news_div_item_a:hover,.news_rd .divdgweb_new_div_item_a:hover{color:#e72021;}



/*友情链接*/
.link_bg{background:#eeeeee; height: 105px; width:1100px; }
.link_t p{ font-size: 24px;color: #e72021;}
.link_t span a{ font-size: 16px;}
.link_t{ padding-left: 28px;padding-top: 26px;
background: url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225161930_230722574.png) no-repeat right 30px;    padding-right: 30px;}
.linkTagcs a{font-size:14px;}



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


/*内页新闻排版*/
.pro_list_box_item{width:1100px !important; float:left; height:170px; text-align:left; }
.pro_list_box_item_l{width:210px; height:150px; float:left;}
.pro_list_box_item_l a img {width: 200px; height:150px; border:1px solid #ccc !important; padding:2px;}
.pro_list_box_item_l a:hover img { border:1px solid #e72021; padding:2px;}
.pro_list_box_item_r{width:870px !important;  height:160px !important; margin-left:20px; float:left; color:#666;   line-height: 25px;}
.pro_list_box_item_r a{height: 36px; color:#333; text-overflow: ellipsis; white-space:nowrap; overflow:hidden; font-size: 15px; line-height: 40px; border: none; font-family:"Microsoft YaHei";}
.pro_list_box_item_r a:hover{color:#e72021;}
.pro_list_box_item_r a font { width: 90px; height: 30px; 
background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171226/20171226143912_157283530.jpg); display:block;  margin-top:30px;     font-size: 0;}
.pro_list_box_item{overflow:hidden;}
.shopmrsc p.xwlbbt {font-size:15px !important;   line-height: 40px;color:#333 !important;}
.shopmrsc a:hover{ color:#e72021;}
.shopmrsc a {
    float: left;
    display: block;
    height: 150px;
    text-decoration: none;
    position: relative;
}
#span_miaoshu{display: none;}

/*内页banner*/
.banner_about{ width:100%; height:350px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171226/20171226174110_1119408671.jpg) center; overflow:hidden;}
.banner_prod{ width:100%; height:350px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20180115/20180115160547_104277148.jpg) center; overflow:hidden;}
.banner_news{ width:100%; height:350px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171226/20171226174111_1176774883.jpg) center; overflow:hidden;}
.banner_cont{ width:100%; height:350px; background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171226/20171226174111_2089369528.jpg) center; overflow:hidden;}

/*内页小导航*/
.mianbxContent{ width:1100px !important; text-align:left !important; height:29px !important;  line-height:25px !important;
margin-bottom:10px !important; 
background:url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171227/20171227084829_1233301100.jpg) no-repeat bottom right;}
.strong_title { display: none; }

#bodycon{padding-top:80px !important; padding-bottom:40px;}

.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;}
.pcontent_title_h4 h4 strong{display: none;}
.adv_w table td,#roller_temp_pro table td{height:210px; background:url(//memberpic.114my.com.cn/yvifgh/uploadfile/image/20171125/20171125113122_357735193.jpg) no-repeat center 181px;}
.detail_title{ display: none; width: 100% !important; margin-left: 0px !important;     margin-bottom: 10px;   font-size: 16px;    border-bottom: 0 !important;}
.product_content{width: 100% !important;}
.adv_w table td a{ line-height: 30px;}
.adv_w table td img{ border:1px #ccc solid;}
.prod_wwt{margin-top: 10px;}
.propic_show_right .pro_detail_title{font-size: 16px !important;}

/*内页产品参数*/
ul{    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;}
.propic_show_left{width:300px; float:left; text-align:center;}
.MagicThumb .ls_smallimg,#xianshixiaotu {width:300px;}
.propic_show_right{width:520px; height:276px; float:right; text-align:left; padding-top:10px; position:relative; font-size:14px; line-height:28px; font-family:"Microsoft YaHei"; }
.pro_detail_title {padding-bottom:0px;}
.propic_show_piclist{position:absolute; left:0; bottom:0;top:206px;}
.propic_show_piclist li{width:114px;  float:left; margin-right:8px;}
.propic_show_piclist li img{width:110px; border:1px solid #ccc; padding:1px;}

.dgweb_list_item_box{border-bottom:1px #eee dashed; line-height:30px;}
.propic_show_right .pro_detail_title{font-size:24px; color: #333;}
.pcontent_title_h4{height:30px; text-align:center;}
.pcontent_title_h4 h4 strong{ font-size:16px; color:#333; }
#igetxt ul li h3{font-family:"Microsoft YaHei"; padding:0px 10px !important;}
.product_content img{max-width:830px; margin: 0 auto;display: block;}
.cpcs{width: 740px; height: 54px; line-height: 54px; font-size: 20px; background: url(//memberpic.114my.com.cn/yvifgh/uploadfile/image/20171129/20171129093205_770914925.jpg) left no-repeat ;}
.cpcs p{margin-left: 26px; color: #fff; font-weight: bold;}
.cpcs2 {
    padding: 10px 0 20px 0;
    width: 720px;
    font-size: 16px;
    color: #333;
    line-height: 34px;
    margin-left: 20px;
}
.cs{     width: 830px !important;  margin: 0 auto;}
.cs table{width:100% !important;border-collapse: collapse;}
.cs table td{padding-left:5px; border: 1px #ccc solid;}
.cs p{padding:0 20px;}
.cs b{margin-bottom:10px;}


/*浮动QQ*/
.back-top-container {
  display: block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer; 
  z-index: 99999;}


.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 200px;
  right: -117px;
  cursor: pointer;
  transition: all .3s ease; }
.yb_conct:hover {right:2px;}
.yb_conct:hover .yb_ercode{height:184px;}
.yb_conct a {
    color: #fff;
    text-decoration: none; }
    .yb_conct a:hover {
      color: #ff0; }

.yb_bar ul li {
  width: 170px;
  height: 53px;
  font: 14px/53px 'Microsoft YaHei';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 1px;
  border-radius: 3px;
  transition: all .5s ease;
  overflow: hidden;
  background: #e72021 url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171227/20171227100955_1719614788.png) no-repeat;}

.yb_bar .yb_top {
  background-position: 0 0; }

.yb_bar .yb_phone {
    background-position: 0 -57px;  }

.yb_bar .yb_QQ {
  text-indent: 0;
  background-position: 0 -113px; }

.yb_QQ img{display: none;}

.yb_bar .yb_ercode {
  /*height:200px;*/
  background-position: 0 -169px; }

.hd_qr {
 margin: 0 29px 25px 29px; }


.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 100%;
  color: #fff; }





/* 联系我们 */
.w1100{width:1100px !important; margin:0 atuo;}
.g_lxtit{height: 280px;}
.g_lxtit .m_lxtitl{float: left;width: 339px;height: 256px;background: #e72021;padding: 30px 0 0 30px;}
.g_lxtit .m_lxtitl h2{font-size: 36px;font-weight: bold;color: #fff;height: 74px; line-height: 52px;}
.g_lxtit .m_lxtitl .tel_n{width: 226px;height: 90px;line-height: 45px; border: 2px solid #fff;font-size: 22px;color: #fff;text-align: center;margin-bottom: 30px;padding-top:0px !important;}
.g_lxtit .m_lxtitl .tel_n b{font-weight: normal;font-size: 21px;}
.g_lxtit .m_lxtitl em{display: block;font-size: 24px;color: #fff;font-family: arial;text-transform: uppercase;}
.g_lxtit .m_lxtitr{background: url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225160813_1565498586.jpg) no-repeat;width:761px;height: 256px;float: right; padding: 50px 0px 0 80px; } 
.g_lxtit .m_lxtitr h3{height: 46px;font-size: 24px;color: #494949;padding-left:30px;}
.g_lxtit .m_lxtitr p{font-size: 14px;line-height: 24px;height: 70px;overflow: hidden;color: #494949;margin:0 130px  20px 30px;}
.g_lxtit .m_lxtitr span{display: block;padding-left: 495px; height: 62px;line-height: 62px; font-size: 14px;color: #333}
.g_lxtit .m_lxtitr span em{display: block;float: left;height: 62px;line-height: 62px;}
.g_lxtit .m_lxtitr span b{position: relative; left:0;top:0;}
.g_lxfs .lxfsl{float: left;width: 510px;padding-top: 45px;height: 680px;background: #f5f5f5;}
.g_lxfs .lxfsl h2{background: url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225161132_624089123.png) no-repeat 0 8px;padding-left: 25px;font-size: 24px;color: #e72021;font-weight:bold;margin-bottom: 30px;}
.g_lxfs .lxfsl h2 em{display: block;font-size: 14px;color: #999999;font-weight: normal;}
.g_lxfs .lxadd dl{padding-left: 25px;height: 86px;}
.aass{height: 120px; }
.g_lxfs .lxadd .dl02{height: 86px;}
.g_lxfs .lxadd dt{float: left;width: 64px;}
.g_lxfs .lxadd dt img{width: 56px;height: 56px;display: block;}
.g_lxfs .lxadd dd{float: left;width: 320px;font-size: 14px;line-height: 24px;color: #666}
.g_lxfs .lxadd h3{font-size: 18px;font-weight: normal;color: #333;height: 30px;}
.g_lxfs .lxfsr{float: left;width: 590px;padding-top: 44px; padding-left: 40px; height: 680px;background: #eee;}
.g_lxfs .lxfsr h2{background: url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225161004_190541353.png) no-repeat;padding: 10px 0 0 110px;font-size: 20px;font-weight: normal;color: #333;height: 55px;}
.g_lxfs .lxfsr .map{width: 554px;height: 464px;display: block;}
.g_lxfs .sclx{margin-top: 80px;}
.g_lxfs .sclx dl{padding-left: 37px;clear: both;margin-bottom: 50px;}
.g_lxfs .sclx dt{float: left;width: 83px;}
.g_lxfs .sclx dt img{width: 56px;height: 56px;display: block;}
.g_lxfs .sclx dd{float: left;width: 1050px;font-size: 14px;line-height: 24px;color: #666}
.g_lxfs .sclx dd h3{font-size: 18px;font-weight: normal;color: #333;height: 30px;}
.g_lxfs .sclx dd p{font-size: 14px;color: #666666;line-height: 26px;}nt-size: 24px;color: #fff;font-family: arial;text-transform: uppercase;}
.g_lxtit .m_lxtitr{background: url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225160813_1565498586.jpg) no-repeat;width:761px;height: 256px;float: right; padding: 50px 0px 0 80px; } 
.g_lxtit .m_lxtitr h3{height: 46px;font-size: 24px;color: #494949;padding-left:30px;}
.g_lxtit .m_lxtitr p{font-size: 14px;line-height: 24px;height: 70px;overflow: hidden;color: #494949;margin:0 130px  20px 30px;}
.g_lxtit .m_lxtitr span{display: block;padding-left: 495px; height: 62px;line-height: 62px; font-size: 14px;color: #333}
.g_lxtit .m_lxtitr span em{display: block;float: left;height: 62px;line-height: 62px;}
.g_lxtit .m_lxtitr span b{position: relative; left:0;top:0;}
.g_lxfs .lxfsl{float: left;width: 510px;padding-top: 45px;height: 680px;background: #f5f5f5;}
.g_lxfs .lxfsl h2{background: url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225161132_624089123.png) no-repeat 0 8px;padding-left: 25px;font-size: 24px;color: #e72021;font-weight:bold;margin-bottom: 30px;}
.g_lxfs .lxfsl h2 em{display: block;font-size: 14px;color: #999999;font-weight: normal;}
.g_lxfs .lxadd dl{padding-left: 25px;height: 86px;}
.aass{height: 120px; }
.g_lxfs .lxadd .dl02{height: 86px;}
.g_lxfs .lxadd dt{float: left;width: 64px;}
.g_lxfs .lxadd dt img{width: 56px;height: 56px;display: block;}
.g_lxfs .lxadd dd{float: left;width: 320px;font-size: 14px;line-height: 24px;color: #666}
.g_lxfs .lxadd h3{font-size: 18px;font-weight: normal;color: #333;height: 30px;}
.g_lxfs .lxfsr{float: left;width: 590px;padding-top: 44px; padding-left: 40px; height: 680px;background: #eee;}
.g_lxfs .lxfsr h2{background: url(//memberpic.114my.com.cn/dg63254/uploadfile/image/20171225/20171225161004_190541353.png) no-repeat;padding: 10px 0 0 110px;font-size: 20px;font-weight: normal;color: #333;height: 55px;}
.g_lxfs .lxfsr .map{width: 554px;height: 464px;display: block;}
.g_lxfs .sclx{margin-top: 80px;}
.g_lxfs .sclx dl{padding-left: 37px;clear: both;margin-bottom: 50px;}
.g_lxfs .sclx dt{float: left;width: 83px;}
.g_lxfs .sclx dt img{width: 56px;height: 56px;display: block;}
.g_lxfs .sclx dd{float: left;width: 1050px;font-size: 14px;line-height: 24px;color: #666}
.g_lxfs .sclx dd h3{font-size: 18px;font-weight: normal;color: #333;height: 30px;}
.g_lxfs .sclx dd p{font-size: 14px;color: #666666;line-height: 26px;}






.ct{width:740px; font-size:14px; line-height:30px; line-height:30px;}
.ct b{display:block; line-height:40px; font-size:20px; color:#000;font-family: 微软雅黑;}
.ct table td {padding-left: 5px;border: 1px #ccc solid;}
.ct table {width: 100% !important;border-collapse: collapse;}