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

@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'iconfont';  /* project id 287491 */
  src: url('http://at.alicdn.com/t/font_5rxc6s9fn7o2bj4i.eot');
  src: url('http://at.alicdn.com/t/font_5rxc6s9fn7o2bj4i.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_5rxc6s9fn7o2bj4i.woff') format('woff'),
  url('http://at.alicdn.com/t/font_5rxc6s9fn7o2bj4i.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_5rxc6s9fn7o2bj4i.svg#iconfont') format('svg');
}


/*样式初始化及公共样式部分lpm*/
body{color:#555; font-size:12px; margin:0 auto; min-width:1002px; background-color:#fff;  font-family:"Microsoft YaHei";}
a{color:#555; text-decoration:none;}      /*定义全局链接颜色lpm*/
a:hover{color:#ed6c00;}      /*定义全局链接鼠标滑过颜色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 #ddd; padding:2px;  background:#fff;}      /*定义标签调用图片的边框样式lpm*/
.cp a:hover img{ border:1px solid #ed6c00; padding:2px; background:#fff;}      /*定义鼠标经过时边框的变化效果lpm*/
.prod_cp img{border:3px solid #ddd; padding:2px;  background:#fff;}      /*定义标签调用图片的边框样式lpm*/
.prod_cp a:hover img{ border:3px solid #ed6c00; padding:2px; background:#fff;}      /*定义鼠标经过时边框的变化效果lpm*/


#bodycontent a:hover img{ border-color:#ed6c00 !important;}      /*定义鼠标经过时边框的变化效果lpm*/
#copy{ display:none;}      /*隐藏后台自带版权DIVlpm*/
.box{width:1200px; height:auto; margin:0 auto;}      /*定义版面统一宽度lpm*/
.font_en{font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:normal;}     /*定义英文字体及大写lpm*/

.top10{margin-top:10px;}
.top15{margin-top:15px;}
.top20{padding-top:20px;}
.top30{margin-top:30px;}
.top40{margin-top:40px;}
.top50{margin-top:50px;}
.top25{padding-top:25px;}
.top60{margin-top:60px;}


/*抬头*/

.top_bg{ width:100%; height:36px; line-height:36px; border-bottom: 1px solid #f2f2f2; color: #999;}
.top_bg a{color: #999;}
.top_bg a:hover{color: #ed6c00;}
.top_r img{padding-right: 10px;}
.logo{ padding-top:38px; height: 110px; padding-right: 12px;}
.name{ padding-top:28px; padding-right: 12px;}
.ad{ padding-top:48px; font-size: 20px; color: #333; line-height: 22px;}
.ad p{font-size: 22px; color: #45ad00; padding-bottom: 5px; font-weight: bold;}
.tel{width: 180px; padding-left: 42px; height: 44px; padding-top: 42px; line-height: 22px; color:#45ad00; font-size: 14px; margin-top: 31px; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170607/20170607195104_49366380.jpg) no-repeat left top;}
.tel p{font-size: 24px;color: #ed6c00; }



/*导航*/
.nav_bg{width: 100%; height: 60px; background-color: #45ad00;}

.nav li {
    
    position: relative;
    width: 118px;
    height: 60px;
    line-height: 16px;
    float: left;
    text-align: center; 
    display: inline-block;
    background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526093556_553556834.jpg) no-repeat center right;
    
    
}

.nav li span{display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Arial";
    color: #b0d0a3;
    padding-top: 4px;}

.nav li a {
    color: #fff;
    font-size: 16px;
    display: block;
    padding-top: 15px;
    height: 45px;
}

.nav li a:hover {
    color:#fff;
    background-color: #ed6c00;
}
.nav li a:hover span,.nav .a_nav .a span{color:#fff;}
.nav .a_nav .a{    
    color:#fff;
    background-color: #ed6c00;
    margin-right: 1px;
    
}



.nav .menu ul,.nav .menu table {

    position: absolute;

    top: 60px;

    left: 0;
    z-index: 9999; 

    opacity: 0;

    background: #45ad00;

    -webkit-transition: opacity .25s ease .1s;

    -moz-transition: opacity .25s ease .1s;

    -o-transition: opacity .25s ease .1s;

    -ms-transition: opacity .25s ease .1s;

    transition: opacity .25s ease .1s;

}

.nav .menu li:hover > ul,.nav .menu li:hover > table{ opacity: 1; }
.nav .menu li table{display:none;}
.nav .menu li:hover table{display:block;}
.nav .menu ul li,.nav .menu table td{

    height: 0;
width: 150px;
    overflow: hidden; 
    background: none;

    -webkit-transition: height .25s ease .1s;

    -moz-transition: height .25s ease .1s;

    -o-transition: height .25s ease .1s;

    -ms-transition: height .25s ease .1s;

    transition: height .25s ease .1s;

}

 

.nav .menu li:hover > ul li,.nav .menu li:hover > table td {

    height: 40px;
line-height: 40px;
    overflow: visible;
    


}

.nav .menu table td a{background: #45ad00;}

.nav .menu ul li a,.nav .menu table td a{

    width: 122px;
    height: 100%;
    padding: 0;
    display: block;
    text-align: left;

    border-bottom: 1px solid #dbdbdf;
    padding-left: 28px;
    font-size: 14px;
    color:#fff;


}
.nav .menu ul li a:hover,.nav .menu table td a:hover{background:#ed6c00; color:#fff;} 

.nav .menu ul li:last-child a{ border: none; }

/*幻灯片*/
.focus {width:100%; height:500px; 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; width:952px; padding-right:50px; height:23px; margin-left:-501px; left:50%; bottom:15px; 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:200px; background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170605/20170605191631_1495246701.png) no-repeat 0 0; cursor:pointer;}
.focus .pre {left:0;}
.focus .next {right:0; background-position:right top;}







/*search*/
.search_nbg{width: 100%; height:62px; margin:0 auto; position:absolute;  top:594px; background:#f5f5f5;}
.search_bg{width: 100%; height:62px; margin:0 auto;background:#f5f5f5;}
#search{
	width:1200px;	
	height:62px;
	margin:0 auto;
	line-height:62px;
	
	
	}

.search_01{ float:left; width:600px; padding-left:30px; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526110116_2097702536.jpg) no-repeat center left;}
.search_02{
	height:28px;
	width:272px;
	overflow:hidden;
	margin-top:17px;
	float:right;	
	background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526093556_2090384673.jpg) no-repeat center left;
	}
.search-i{
	float:right; 
	width:53px; 
	overflow:hidden; 
	height:28px;
	}
.search-bg{
	float:left;
	width:189px;
	height:28px;
	overflow:hidden;
	padding-left:30px;
	line-height:28px;
	
	}
	





/*产品展示*/

.list{width: 240px;}
.list_t{width: 240px; background-color: #45ad00; text-align: center; height: 64px; line-height: 64px; font-size: 20px; font-weight: bold; color: #fff;}
.list_t a,.list_newst a{font-size: 20px; color: #fff;}
.list_t a:hover,.list_newst a:hover{color:#ff0;}
#classimgshow1,#classimgshow2{border-bottom:none !important; padding-left:0 !important;}
#classimgshow1 a{display:block;  width: 180px; font-size: 16px; color: #fff; height: 46px; line-height: 46px; padding-left: 60px; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170605/20170605192704_812889155.jpg) no-repeat center;}
#classimgshow1 a:hover{color:#ff0;}
.list_d{width: 240px; background-color: #f7f7f8; position: relative; margin-top: 1px;}
.list_d p{position: absolute; width:240px; height:46px; left:0; z-index:999;}

#classimgshow2 a{line-height:40px; height: 40px; color:#555; border-bottom:1px solid #c9c9c9; display:block;  padding-left:60px; font-size:14px; width:180px; background: #f7f7f8;}
#classimgshow2 a:hover{background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170605/20170605192704_812889155.jpg) no-repeat center; color: #fff;}

.list_newst{width: 225px; background-color: #45ad00; padding-left:15px; height: 64px; line-height: 64px; font-size: 20px; font-weight: bold; color: #fff;}
.list_newsd{width: 220px; background-color: #f7f7f8; padding:10px; clear:both; height:246px;}

#prod{width: 1284px; margin: 0 auto; height: auto;}
.prod_lbg{width: 42px; height: 929px; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526172454_1947204462.jpg) no-repeat left top;}
.prod_rbg{width: 42px; height: 929px; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526172454_668753275.jpg) no-repeat right top;}
.prod_tbg{width: 100%; min-width: 1200px; height: auto; margin: 0 auto; background: url(//memberpic.114my.com.cn/dxzssj/uploadfile/image/20170426/20170426193351_654976724.jpg) repeat-x 0 87px;}

.prod_main{width: 942px;}
.prod_t{font-size: 14px; line-height: 50px; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170527/20170527173905_650568733.png) repeat-y center;}
.prod_t .fl{width: 110px; margin-left: 15px; padding-left: 35px; color: #fff; height: 64px; font-size: 18px; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170527/20170527173904_309903554.png) no-repeat left 14px;}
.prod_more a{font-size: 12px; line-height: 64px; padding-right:10px;}
.prod_t img{padding-top: 11px;}

.prod_jj {
	width: 652px;
	height: 394px;
	background-color: #eeeeee;
	margin-top: 32px;
}
.prod_jjpic {
	padding-left: 32px;
	padding-top: 28px;
}



.prod{width: 942px;}
.prod dl{background: #f6f6f6; float:left; width:942px; height: 383px; overflow:hidden;}
.prod dt{float: left; width:376px; overflow:hidden; padding-left:20px;  padding-top: 28px;}
.prod dt img{width: 330px; height: 330px; border: 1px solid #e9e9e9;}
.prod dd {  float: right; font-size: 14px; color: #555;  line-height: 28px; width:460px; padding-right: 82px; padding-top: 28px;    }
.prod dd p{padding-left: 15px; width: 240px; margin-left: -5px; padding-right: 10px; color: #333; line-height: 40px; color: #fff; font-weight: bold; font-size: 18px; margin-bottom: 10px;
background:#45ad00 url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170605/20170605194510_1866282039.png) no-repeat left center;}
.prod dd span{font-size: 16px; display: block; padding-top: 20px; color: #ed6c00;}
.prod dd strong{font-size: 16px;}

.quality_con1{position: relative; width:942px; overflow:hidden;}
.quality_con1 .prev,.quality_con1 .next{ width:48px; height:48px; display:block; position:absolute; z-index:99; opacity: 0;}
.quality_con1:hover .prev,.quality_con1:hover .next{ opacity: 1;}
.quality_con1 .prev{ left:5px; top:160px;  background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526190401_763748476.png) no-repeat 0 0; }
.quality_con1 .next{ right: 5px; top:160px; background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526190401_856183647.png) no-repeat 0 0;}
.quality_con1 .prev:hover{ background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170609/20170609103631_1619774984.png) no-repeat 0 0;}
.quality_con1 .next:hover{ background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170609/20170609103630_369333598.png) no-repeat 0 0;}
.prod_a a{display: block;  float: left; background-color: #45ad00; color: #fff;   width: 93px;    height: 30px;    margin-top: 15px;  
    text-align: center; line-height:30px; margin-right: 5px;
}
.prod_a a:hover{  background-color: #ed6c00; }





#problem{height: 110px; padding-top: 350px; background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170605/20170605175543_1272901256.jpg) no-repeat center top;}
.problem_d{text-align: center; height: 110px; line-height: 40px; font-size: 40px; font-weight: bold; color: #45ac11; background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170527/20170527173904_829614546.png) no-repeat center bottom;}
.problem_d span{color: #ed6c00;}
.problem_d p{color: #333; font-size: 28px; font-weight: normal;}




/*案例*/
.case_tbg{width: 100%; font-size: 36px; text-align: center; line-height: 36px; font-weight: bold; color: #45ad00; height: 66px; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526163202_1005847961.jpg) repeat-x 0 59px;}
.case_tbg p{padding-bottom: 16px;}
.case_tbg p span{color: #ed6c00;}
.case{ padding:40px 0 40px;}
.case_t{ height:44px; line-height:44px; border-top:#e0e0e0 1px solid; border-bottom:#e0e0e0 1px solid; overflow:hidden;}
.case_t ul li{ float:left;}
.case_t ul li:first-child{border-left:#e0e0e0 1px solid;}
.case_t ul li a{ font-size:16px; color:#474954; font-weight:bold; display:block; float:left; padding:0 28px; height:44px; border-right:#e0e0e0 1px solid;}
.case_t ul li.cur a,.case_t ul li a:hover{ background:#45ad00; color:#fff; border-right:#45ad00 1px solid;}
.case_t ul li.nobor a,.case_t ul li.nobor a:hover{ border:none;}
.case_t span{ display:block; float:right; width:62px; text-align:center; border-left:#e0e0e0 1px solid; border-right:#e0e0e0 1px solid;}
.case_t span a{ font-size:12px; color:#474954; text-transform:uppercase;}
.case_m{ padding:26px 0 0;}
.case_m ul li { float:left; width:348px; padding:17px 6px;}
.case_m ul li img{ width:347px; height:219px;}
.case_m ul li p{ width:347px; padding:27px 0 0; display:inline-block;}
.case_m ul li p span{ width:240px; display:block; float:left; overflow:hidden; font-size:13px; color:#474954;}
.case_m ul li p b{ display:block; padding:0 0 12px;}
.case_m ul li p b a{ font-size:16px; color:#474954;}
.case_m ul li p em{ display:block; float:right; width:83px;}
.case_m ul li p em img{ width:83px; height:55px;}



/*VS*/

#td-out { background:#F5F5F5; padding-top:40px;}
#td {  width:100%;}
#td-t {  height:80px; background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170527/20170527140126_1213585241.jpg); background-position:top center; margin:0 auto; background-repeat:no-repeat; text-align:center;}
#td-t h6 { font-size:36px; color:#45AD00; padding-top:16px; font-weight:bold;}
#td-c {  height:610px; padding-top:10px; padding-bottom:30px; background:#f5f5f5;}

#db { width:1196px; background:#f1f1f1; border:2px #FFF solid; margin:0 auto; height:580px;}
#db-t { background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170527/20170527140126_96402586.jpg); background-position:top center; width:1000px; margin:25px auto 0px; height:180px; background-repeat:no-repeat; padding:20px 0px 0px;}
#db-t p{font-size: 24px; color: #fff; height: 24px; line-height: 24px; padding-bottom: 75px; text-align: center;}
#db-t ul li { width:130px; height:50px; line-height:50px; margin:0px 33px; float:left;}
#db-t ul li a { float:left; display:block; width:150px; height:50px; line-height:50px; text-align:center; background:#45AD00; font-size:15px;  color:#ffffff}
#db-t ul li a:hover,#db-t ul li a.cur { background:#ed6c00;}


.vs { height:300px; width:1000px; margin:0 auto;}
.vs img{height: 290px; width: 1000px;}
.vs p{width: 480px; text-align: center; line-height: 26px; margin-top: 15px; font-size: 14px;}
#db-c .vs{display:none;}
#db-c{position: relative;}
#db-c .vs_cover{width:138px; height:138px; position: absolute; top:76px; left:525px; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170605/20170605220103_157758957.png) no-repeat center;}

.banner_01{width: 100%; height: 282px; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526161954_573885095.jpg) no-repeat center;}
.banner_01 a{display: block; width: 100%; height: 100%;}

.banner_02{width: 100%; height: 191px; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20211105/20211105185726_392062971.jpg) no-repeat center;}



/*流程*/
.nt_top { text-align:center; line-height: 36px; color: #333; font-size: 16px; margin-top:45px; background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526161358_1332158330.jpg) no-repeat center 13px; }
.nt_top p{font-size: 36px; font-weight: bold; color: #45ad00; padding-bottom: 5px;}
.nt_top p span{color: #ed6c00;}
.nt_con { height:320px; margin-top:68px;}
.nt_con ul li { float:left; width:240px; text-align:center;}
.nt_con ul li i { display:block; text-align:center;}
.nt_con ul li em a { display:block; text-align:center; padding:15px 0; line-height:27px; font-size:14px; width:235px; font-style: normal;}
.nt_con ul li em a:hover { color:#45ad00;}
.nt_con ul li span a { display:block; background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526161203_164971391.png) no-repeat; width:148px; height:148px; line-height:148px; text-align:center; margin:0 auto; color:#fff; font-size:16px;}
.nt_con ul li span a:hover { background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526161204_1073727542.png) no-repeat;}
.nt_con ul li span a i { font-style: normal; display:block; background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526160654_1024427774.png) no-repeat 0 12px; width:126px; height:140px; margin:0 auto;}
.nt_con ul .nt_li02 span a i { background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526160654_1690256089.png) no-repeat 0 12px;}
.nt_con ul .nt_li03 span a i { background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526160655_411855811.png) no-repeat 0 12px;}
.nt_con ul .nt_li04 span a i { background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526160655_1437168882.png) no-repeat 0 12px;}
.nt_con ul .nt_li05 span a i { background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526160655_1806485980.png) no-repeat 0 12px;}


/*优势*/

.adv_t{width: 100%; height: 273px; margin: 0 auto; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20200107/20200107151747_407671437.jpg) no-repeat center;}
.adv_01{width: 100%; height: 455px; margin: 0 auto; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170531/20170531180408_1602086208.jpg) repeat;}

.adv_01l{margin-top: 61px; margin-left: 80px; padding-top: 40px; padding-left: 80px; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20200107/20200107152202_444030314.png) no-repeat left top;}
.adv_til p{font-size: 28px; color: #41a309; font-weight: bold; padding-bottom: 5px;}
.adv_til{font-size: 20px; color: #ed6c00; line-height: 28px; padding-left: 20px;}
.adv_z{line-height: 24px; margin-top: 50px; font-size: 14px;}
.adv_z p{padding-bottom: 5px; padding-left: 20px; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170531/20170531181422_1798554012.png) no-repeat left 8px;}
.adv_z span{color: #ed6c00;}
.adv_01r{padding-top: 75px; padding-right: 60px;}


.adv_02{width: 100%; height: 400px; margin: 0 auto; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170531/20170531180408_1602086208.jpg) repeat;}
.adv_02l{padding-top: 32px; padding-left: 68px;}
.adv_02r{margin-top: 61px; width: 440px; padding-top: 40px; padding-left: 80px; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20200107/20200107152224_2077735587.png) no-repeat left top;}

.adv_03{width: 100%; height: 475px; margin: 0 auto; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170531/20170531180408_1602086208.jpg) repeat;}

.adv_03l{margin-top: 75px; width: 415px; margin-left: 80px; padding-top: 40px; padding-left: 80px; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20200107/20200107152247_1321398133.png) no-repeat left top;}

.adv_03r{padding-top: 48px;}
.adv_04{width: 100%; height: 475px; margin: 0 auto; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20200107/20200107152500_343773838.png) no-repeat center;}

.adv_04r{width: 502px; padding-top:112px;}



/*简介*/
.about{ padding-top:10px;}
.about_t{height: 45px; line-height: 44px; font-size: 18px; font-weight: bold; color: #45ad00; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526193646_341035155.jpg) no-repeat center bottom; margin-bottom: 20px;}
.about_t span{font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-size: 14px; font-weight:normal;}
.about_t a{float: right; font-size: 12px; font-weight:normal;}
.about_l{ width:871px; height:auto;padding-top: 10px;}
.about_m{ width:360px; height:265px;}
.about_m img{border:1px #dedede solid; padding:2px; border-radius: 3px;}
.about_text{width:435px; height:206px; font-size: 13px; line-height:28px; font-family:"Microsoft YaHei"; padding-top: 10px; }
.about_text p{font-size:16px; font-weight:bold; color:#000; margin-bottom:16px;}
.about_text a{ display:block; float:left; width:97px; height:30px; text-align:center; line-height:30px; color:#fff; background:#45AD00; border-radius: 3px; margin-top:14px;}
.about_text a:hover{background:#ed6c00;}
.img_m{padding-top: 92px;}
.img_d{padding: 36px 0 15px 16px; width: 630px;}
.hon_bg{width:303px; height:551px; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526193515_1693040167.jpg) no-repeat 0 15px;}
.hon{width:268px; height:547px; border:1px #dbdbdb solid; background:#fcfcfc;}
.hon_t{ width:157px; padding-left: 22px; height:33px; margin:0 auto;  font:14px/33px "Microsoft YaHei"; color:#fff; margin-top:10px; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526193515_1035743467.jpg) no-repeat  center;}
.hon_t a{ font-size:16px; font-weight:bold; color:#fff; }
.hon_t a:hover{color:#ff0;}
.hon_cp{ width:230px; padding:17px 0 0 20px;}
.hon_d{ width:162px; height:220px; padding:10px 10px;}

.hon_cp #colee3{ margin-left:16px;}


/*合作*/
.part{padding:30px 0 0; height:280px;font-family:"Microsoft YaHei";}
.part .til01{height: 59px;line-height: 30px;font-weight: bold; color: #45AD00; margin-bottom: 30px; font-size: 30px; text-align: center; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526193516_1761250458.jpg) no-repeat center bottom;}
.part .til01 span{color: #ed6c00;}
.prev1,.next1{height:50px;width: 50px;z-index: 6;display: block;overflow: hidden;}
.part01,.part02{margin-top: 35px; right: -58px;}
.part01{left: -58px;}
.part03{width: 1050px;
    padding-left: 25px; overflow: hidden;}
.prev1{background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526193516_1228170470.jpg) no-repeat 0 0;}
.next1{background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526193516_693573057.jpg) no-repeat 0 0;}

/*客户见证*/

.reco_t{width: 1200px; line-height: 35px; font-size: 30px; color: #45ad00; text-align: center; font-weight: bold;}
.reco_t span{font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-size: 14px; font-weight:normal; color: #999;}

.reco_tt{width: 1180px; padding-left:20px;  height: 30px; line-height: 30px; font-size: 16px; color: #45ad00; border-bottom: 1px solid #bdbdbd; background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526193516_514373108.jpg) no-repeat left top;}
.reco_tt span{font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-size: 14px; font-weight:normal;}
.reco_tt a{float: right; font-size: 12px; font-weight:normal;}
.reco_d{width: 1158px; padding: 25px 20px; border: 1px solid #dddddd; border-top: none;}
.reco_dd{width: 560px;}
.reco_dd .fr{width: 280px; font-size: 14px; line-height: 28px; color: #555;}
.reco_dd .fr p{color: #45ad00; font-size: 18px; padding-bottom: 10px;}
.reco_dd .fr a{display: block; padding-top: 10px;}


/*留言*/


.active_d {
    
	width: 1128px; padding: 35px; border: 1px solid #dddddd;
}
.active_m{width:549px; height:414px; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170608/20170608213314_198913426.jpg) no-repeat center;margin-left: 10px;}
.active_t1{font-size:36px; color:#ed6c00; font-weight: bold; padding:12px 0 36px 0px; line-height:36px;text-align: center;}
.active_t2{font-size:26px; color:#fff; font-weight: bold; line-height:26px;text-align: center;}
.active_z{font-size:16px; color:#333; padding-left:66px; padding-top:43px; line-height:36px;}
.active_tel{font-size:28px; color:#ed6c00; font-weight: bold; padding-left:67px; padding-top:15px; line-height:28px; position: relative;}
.active_tel span{font-size:16px; color:#555; font-weight:normal;}

.active_tel a{ display:block; position: absolute; width:97px; left:310px; height:30px; text-align:center; line-height:30px; color:#fff; background:#45AD00; border-radius: 3px; margin-top:15px;}
.active_tel a:hover{background:#ed6c00;}


.index-active-yy{box-sizing: border-box; width: 516px;  font-size: 14px; padding-left: 56px; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526213619_1604847644.jpg) no-repeat center left;}
.index-active-tt{font-size:20px; color: #45ad00; margin-top: 8px;}
.index-active-tt span{color: #ed6c00;}
.index-active-yy p{ color: #999; margin-top: 8px; border-bottom: 1px solid #e5e5e5; padding-bottom: 8px; margin-bottom: 15px;}

.index-active-yy .input{ display: block; width: 460px; border: 1px solid #e7e7e7; height: 38px; margin: 0 auto 9px; color: #b2b2b2; text-indent: 14px;}
.index-active-yy textarea{height: 70px; line-height: 27px;  width: 460px; border: 1px solid #e7e7e7; overflow: hidden; margin-top: 8px;}
.index-active-yy #submit{margin-top: 10px;}


/*新闻中心*/
.news_bg{width: 100%; height: auto; padding: 30px 0; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526113356_1796548073.jpg) repeat;}
.news_l{ width:367px; margin-right: 46px;}
.news_t{ background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526113159_1280441821.jpg) no-repeat center bottom; line-height:40px; height:40px; margin-bottom:15px;}
.news_tl{font-size:18px; line-height:40px; color:#333;}
.news_tl span{font-size:14px; color:#ccc; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:normal;}
.news_d{width:367px; line-height:41px; margin-top:15px;}


.news_w a{color:#333; font-weight:bold; font-size:14px; }
.news_w a:hover{color:#ed6c00;}
.news_w .news_div_item{ position:relative; width:367px; height:124px; line-height:24px;}
.news_w .news_div_item_title{line-height:20px;}
.news_w .news_div_item_pic{ position:absolute; top:0;}
.news_w .news_div_item_pic img{width:180px; height:124px; border:1px solid #ccc;}
.news_w .news_div_item_content{line-height:26px; width:172px; padding-top:10px; position:absolute; top:0; left:195px;}


.news_w .divdgweb_new_div{ position:relative; width:367px; height:124px; line-height:24px;}
.news_w .divdgweb_new_div_item_title{padding-bottom: 5px; }
.news_w .divdgweb_div_item_pic{ position:absolute; top:0;}
.news_w .divdgweb_div_item_pic img{width:180px; height:124px; border:1px solid #ccc;}
.news_w .divdgweb_new_div_item_content{line-height:26px; width:172px; padding-top:10px; position:absolute; top:0; left:195px;}
.news_div_item_a{display:block; position:relative; width:172px; padding-left:195px; z-index:99; left:-195px; height:124px;}
.news_div_item_body{margin-top:-75px;}
.divnews_tag li:nth-child(1),.divdgweb2_tag li:nth-child(1){display:none;}


.faq_t{ background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526113159_1280441821.jpg) no-repeat center bottom; line-height:40px; height:40px; margin-bottom:15px;}
.faq{ width:367px; height:330px;}
.faq_d{width:293px;    padding-top: 4px;}

.faq_d .divdgweb_new_div{}
.faq_d .divdgweb_new_div_item_content{width:338px; padding:11px 0;  background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170605/20170605213051_690339170.png) no-repeat left 12px; padding-left:30px;}
.faq_d .divdgweb_new_div_item_title{padding-bottom:8px;}
.faq_d .divdgweb_new_div_item_title a{font-size: 14px; color:#333; font-weight:bold;  font-family:"Microsoft YaHei";}
.faq_d .divdgweb_new_div_item_title a:hover{color:#ed6c00;}
.faq_d .divdgweb_new_div_item_body{color:#555; line-height:26px; font-size: 12px;  height:72px; overflow: hidden;}
.divnews_tag li,.divdgweb2_tag li{padding-left:16px; border-bottom: 1px dashed #ccc; background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526113620_1326707776.jpg) no-repeat center left;}






/*友情链接*/

.link_t{width: 1190px; padding-left: 10px; height: 40px; line-height: 40px; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526113159_1588153770.jpg) no-repeat center bottom;}
.link_t .news_tl{color: #3d9601;}

.link_d{padding: 20px 0;}




/*版权*/
.copy_nav_bg{width: 100%; height: auto; padding: 10px 0; background:#f5f5f5;}
.copy_nav{padding: 25px 0;}
.copy_nav li{float: left; width: 120px; margin-left: 50px; border-right: 1px dashed #ddd;}
.copy_nav li a{display: block; line-height: 30px; }
.copy_nav li p a{font-size: 16px; padding-bottom: 10px;}


.copy_bg{width: 100%; height: auto; padding: 30px 0; background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526113200_446678916.jpg) repeat}

.copy_w{color: #fff; padding-left: 40px; margin-top: 15px; padding-top: 5px; line-height: 28px; border-left: 1px solid #fff;}
.copy_w a{color: #fff;}
.copy_w a:hover{color: #f59702;}
.copy_logo{margin-left: 20px; padding-right: 40px; margin-top: 30px; }
.copy_code{ margin-right: 36px; text-align: center; font-size: 14px; color:#fff;}
.copy_code p{ font-size: 24px; padding-bottom: 10px;}
.copy_code img{padding-bottom: 5px;}



/*内页*/

#bodycon {
    padding-bottom: 20px;
    padding-top: 80px;
}

#bodycon #center {
    height: auto !important;
}

.nei_wz {
    width: 90%;
    line-height: 30px;
    font-size: 14px;
    margin: 10px auto;
}

.nei_wz img {
    padding: 10px;
}

.nei_wz a {
    font-size: 14px;
}

.strong_title {
    display: none;
}

.mianbxContent{
text-align: left !important;
width: 920px !important;
height:40px !important;
line-height:40px !important;
background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170527/20170527113437_1091262011.jpg) no-repeat left bottom;
}
#bodycontent.mianbxContent{margin-bottom:15px;}

#bodycontent #tianxieone,
#bodycontent #tfour,
#bodycontent #liuyanshenming {
    border: 0 !important;
}

#bodycontent #lytijiao {
    border: 0 !important;
}


/*内页banner*/
.banner_com{background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170527/20170527151028_1605991641.jpg) center no-repeat; width:100%; height:350px;}
.banner_prod{background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170713/20170713113831_978563023.jpg) center no-repeat; width:100%; height:350px;}
.banner_news{background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526233145_1315869813.jpg) center no-repeat; width:100%; height:350px;}
.banner_cont{background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170612/20170612212248_932475378.jpg) center no-repeat; width:100%; height:350px;}
.banner_proxy{background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526232925_1247597672.jpg) center no-repeat; width:100%; height:350px;}
.banner_video{background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526233259_1986059170.jpg) center no-repeat; width:100%; height:350px;}
.banner_Case{background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170609/20170609193117_751420442.jpg) center no-repeat; width:100%; height:350px;}
.banner_job{background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170527/20170527093221_559421212.jpg) center no-repeat; width:100%; height:350px;}
.banner_feedback{background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170527/20170527141136_1589126130.jpg) center no-repeat; width:100%; height:350px;}
.banner_oem{background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20190311/20190311110331_784227611.jpg) center no-repeat; width:100%; height:350px;}
.banner_bus{background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170608/20170608201256_201189444.jpg) center no-repeat; width:100%; height:350px;}
.banner_faq{background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170609/20170609104459_1759698693.jpg) center no-repeat; width:100%; height:350px;}
.banner_partner{background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170609/20170609104500_1449328545.jpg) center no-repeat; width:100%; height:350px;}


/*内页新闻*/

.pro_list_box_item_zdy {
    width: 920px;
    float: left;
    height: 135px;
    text-align: left;
    padding-bottom: 28px;
    padding-top: 20px;
    overflow: hidden;
    border-bottom: #efefef solid 1px;
}

.pro_list_box_item_zdy:hover {
    background: #f9f9f9;
}

.pro_list_box_item_l_zdy {
    width: 205px;
    height: 135px;
    float: left;
}

.pro_list_box_item_l_zdy a img {
    width: 205px;
    height: 135px;
}

.pro_list_box_item_r_zdy {
    width: 695px;
    height: 135px;
    margin-left: 20px;
    float: left;
}

.pro_list_box_item_r_zdy a p {
    height: 30px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    border: none;
    font-family: "Microsoft YaHei";
}

.pro_list_box_item_r_zdy a div {
     
    height: 64px;
    margin-bottom: 10px;
    overflow: hidden;
}

.content_more_a_zdy {
    width: 90px;
    height: 30px;
    background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526195904_747507143.jpg);
    display: block;
}

.product_content {
    padding-top: 10px;
}

.shopmrsc a img,
.pro_list_box_item_l_zdy a img {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #fff;
}

.shopmrsc a p {
    color: #333;
}

.shopmrsc p:hover,
.pro_list_box_item_r_zdy a p:hover {
    color: #ed6c00;
}

.shopmrsc .xwlbnr,
.xw {
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.pro_list_box_item_r {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    padding-left: 10px;
}

.pro_list_box_item_r strong {
    color: #333;
    font-weight: normal;
    line-height: 36px;
}

.pro_list_box_item_r a {
    color: #025da5 !important;
}

.pro_list_box_item_r a:hover {
    color: #f46c28;
}

.pro_list_box_item_l img {
    width: 205px;
    height: 135px;
}



.xw {
    line-height: 28px !important;
}










/*解决左右边或者中间大块空白的问题lpm*/

#left {
    height: auto !important;
}

#center {
    height: auto !important;
}

#right {
    height: auto !important;
}









/*浮动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: 184px;
  right: -127px;
  cursor: pointer;
  transition: all .3s ease; }
.yb_conct a {
    color: #fff;
font-size:14px;
    text-decoration: none; }
    .yb_conct a:hover {
      color: #FFEF00; }

.yb_bar ul li {
  width: 180px;
  height: 53px;
  font: 16px/53px 'Microsoft YaHei';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 1px;
  border-radius: 3px;
  transition: all .5s ease;
  overflow: hidden;
  background: #45ad00 url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170605/20170605190511_1451501716.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 {
  padding: 0 29px 25px 29px; }


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


/*内页联系我们*/
.w1002{ width:1200px;}
.lxadd > dl dd p{ width:400px; font-size: 14px;}
.g_lxtit{height: 280px;}
.g_lxtit .m_lxtitl{float: left;width:300px;height: 224px;background: #45ad00;padding: 30px 0 0 30px;}
.g_lxtit .m_lxtitl .h2{font-size: 38px;font-weight: 100;color: #fff;height: 58px; line-height: 52px;}
.g_lxtit .m_lxtitl .tell{width: 265px;height: 45px;line-height: 45px; border: 2px solid #fff;font-size: 22px;color: #fff;text-align: center;margin-bottom: 30px;}
.g_lxtit .m_lxtitl .tell b{font-weight: normal;font-size: 21px;}
.g_lxtit .m_lxtitl em{display: block;font-size: 26px;color: #fff;font-family: arial;text-transform:uppercase;}
.g_lxtit .m_lxtitr{background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526194655_193226078.jpg) no-repeat;width:643px;height: 206px;float: right; padding: 48px 132px 0 95px; } 
.g_lxtit .m_lxtitr .h3{height: 46px;font-size: 25px;color: #494949;}
.g_lxtit .m_lxtitr p{font-size: 16px;line-height: 34px;height: 70px;overflow: hidden;color: #494949;margin-bottom: 20px;}
.g_lxtit .m_lxtitr span{display: block;padding-left: 528px; 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:523px;padding-top: 45px;height:510px;background: #f5f5f5; padding-left:37px;}
.g_lxfs .lxfsl .h2{background: url(uploadfile/image/20170424/20170424160219_499276602.jpg) no-repeat 0 0px;padding-left: 25px;font-size: 26px;color: #45ad00;font-weight: 100;margin-bottom: 30px; line-height:27px;}
.g_lxfs .lxfsl .h2 em{display: block;font-size: 14px;color: #999999; font-style: normal; }
.g_lxfs .lxadd dl{height: 83px;}
.g_lxfs .lxadd .dl02{height: 82px;}
.g_lxfs .lxadd .dl04{height: 82px; padding-top:20px;}
.g_lxfs .lxadd .dl03{height: 82px;}
.g_lxfs .lxadd dt{float: left;width:73px;}
.g_lxfs .lxadd dt img{width: 56px;height: 56px;display: block;}
.g_lxfs .lxadd dd{float:left;width:370px;font-size: 15px;line-height: 25px; color: #555}
.g_lxfs .lxadd .h3{font-size:20px;font-weight: normal;color: #333;height: 30px; padding-top: 4px;}
.g_lxfs .lxfsr{float: left;width:600px;padding-top: 44px; padding-left: 40px; height:511px;background: #eee;}
.g_lxfs .lxfsr .h2{background: url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170526/20170526194604_201435691.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: #555}
.g_lxfs .sclx dd .h3{font-size: 18px;font-weight: normal;color: #333;height: 25px;}
.g_lxfs .sclx dd p{font-size: 14px;color: #555555; line-height: 26px;}



/*内页产品参数*/
ul{    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;}
.propic_show_left{width:400px; float:left; text-align:center;}
.MagicThumb .ls_smallimg,#xianshixiaotu {width:400px;}
.propic_show_right{width:420px; height:390px; float: left; margin-left: 35px; text-align:left; padding-top:20px; position:relative; font-size:14px; line-height:32px; font-family:"Microsoft YaHei"; }
.propic_show_right span{color:#ed6c00;}
.propic_show_piclist{ position:absolute; left:-435px; bottom:-105px;}
.propic_show_piclist li{width:90px;  float:left;margin-right:10px;}
.propic_show_piclist li img{width:88px; border:1px solid #ccc; padding:1px;}
.dgweb_list_item_box{border-bottom:1px #eee dashed; line-height:30px;}
.pro_main_box{height:530px;}
.detail_title{margin-left:0 !important;}

.pro_detail_title{height:30px; border-bottom:1px dashed #ddd; margin-bottom:-20px; padding-bottom:10px; font-size:20px; display:block; line-height:30px; color:#333;}

.prod_ditl_tel{font-size:15px; line-height:40px; border-top:1px solid #ddd;  margin-top:20px; padding-top:8px;}
.prod_ditl_tel span{color:#f27200; }
.prod_ditl_tel+.prod_ditl_tel span{color:#f27200; font-size:26px; font-family:Georgia, "Times New Roman", Times, serif;  font-weight: bold;}
.prod_ditl_tel a{display:block; width:205px; height:49px; text-align:center; line-height:49px; margin-top:20px; font-size:18px; color:#fff; background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170608/20170608205548_1433510388.jpg) no-repeat;}
.prod_ditl_tel a:hover{color:#ff0;}



/*招商政策*/
.join_t{width: 1000px; margin-left:100px; text-align: center; font-size: 32px; color: #ED6C00; font-weight: bold; line-height: 50px;}
    .join_z{width: 1000px; margin-left:100px;  line-height: 28px; font-size: 15px;}
    .join_z p{font-size: 20px; color:#45AD00; padding: 20px 0; font-weight: bold;}
    .join_z table,.join_z table td{ border: 1px solid #ddd;  border-collapse:collapse; font-size: 14px; text-align: center;}
    .join_z table td{width: 200px; line-height: 40px;}
    .join_z .join_table td{background: #ED6C00; color: #fff;}


.pcontent_title_h4 h4 strong{display:none;}
.detail_title{height:25px; line-height:24px; margin-left: 12px !important; color:#fff; font-size:16px; padding-left:30px; width:870px !important; background:url(//memberpic.114my.com.cn/dayanghg/uploadfile/image/20170610/20170610112344_1161267239.jpg) no-repeat top left;}
.news_content_title h3 strong{font-size:18px !important;}