/*样式初始化及公共样式部分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: #16993b;
    text-decoration: none;
    border-bottom-style:
}


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

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


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

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


/*清除左右浮动lpm*/

.fl {
    float: left;
}


/*定义左浮动lpm*/

.fr {
    float: right;
}


/*定义右浮动lpm*/

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


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

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


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

#copy {
    display: none;
}


/*隐藏后台自带版权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 {
    font-size: 38px;
    line-height: 40px;
    height: 60px;
    color: #16993b;
    font-weight: bold;
    text-align: center;
}

.more {
    display: block;
    width: 60px;
    height: 20px;
    float: right;
    background: url(//memberpic.114my.com.cn/dghxsy/uploadfile/image/20181109/20181109172823_1630794754.jpg) no-repeat center;
    margin-top: 10px;
}

/*head*/
.head_t{width:100%; height:40px; line-height:40px; background:#f5f5f5; font-size:14px;}
.head_tW{width:1100px; margin:0 auto;}
.head_tl{float:left;}
.head_tr{float:right; overflow:hidden;text-align: right;}
.head_tr_a{float:left; padding-right:24px; overflow:hidden; width:84px; line-height:40px;}
.head_tr a{font-size:14px}

.head_tr_a01{background:url(//memberpic.114my.com.cn/dghxsy/uploadfile/image/20181109/20181109172823_1756514010.png) no-repeat left center;}
.head_tr_a02{background:url(//memberpic.114my.com.cn/dghxsy/uploadfile/image/20181109/20181109172823_157104227.png) no-repeat left center;}
.head_tr_a03{background:url(//memberpic.114my.com.cn/dghxsy/uploadfile/image/20181109/20181109172823_660462852.png) no-repeat left center;}


	.top_l {height: 40px;}
	.logo {padding-top: 24px;}
	.name1{padding:44px 0 0 26px;}
	.name1 p{ font-size: 20px; color: #16993b;font-weight: bold;}
	.name1 span{ font-size:16px;color: #333;display: block;}
	.tel{padding-top: 40px;}
.tel{background: url(//memberpic.114my.com.cn/dghxsy/uploadfile/image/20181109/20181109172824_1339168701.jpg)no-repeat 0px 44px ;padding-left: 60px;}
.tel p{font-size: 16px;color: #333;}
.tel i{font-size: 24px;color:#16993b;font-weight: bold;}

	/*导航*/
	.head_bg{width: 100%; min-width:1100px;}
	#head{height:135px;}
	.nav_bg{ width: 100%;min-width:1100px; height:55px;  background: #16993b;}
	.nav li {
		position: relative;
		width: 122px;
		height:55px;
		line-height:55px;
		float: left;
		text-align: center;
        background: url(//memberpic.114my.com.cn/dghxsy/uploadfile/image/20181109/20181109172824_1194631742.jpg)no-repeat center right;
}
	
	.nav li a {width: 122px; 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;
		font-size: 15px;
		display: block;
	}
	
	.nav li a:hover {background: #313131;}
	.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: #313131;
	}
	
	.menu ul {
		width: 110px;
		position: absolute;
	
		top: 60px;
	
		left: 0;
		z-index: 9999; 
	
		opacity: 0;
	
		background: #e89b01;
	
	
	
		-webkit-transition: opacity .25s ease .1s;
	
		transition: opacity .25s ease .1s;
	
	}
	
	.menu li:hover > ul { opacity: 1; }
	
	 
	
	.menu ul li {
	
		height: 0;
	width: 100%;
		overflow: hidden; 
		background: none;
		-webkit-transition: height .25s ease .1s;
	
		transition: height .25s ease .1s;
	
	}
	
	 
	
	.menu li:hover > ul li {
	
		height: 40px;
	line-height: 40px;
		overflow: visible;
	   
	}
	
	
	
	.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:#ff9d00; color:#fff;}
	 
	
	.menu ul li:last-child a { border: none; }
	
	.menu ul li table{ width: 100% !important;}
	.menu ul li.cpzx td{
	width:100%;height: 0; 
	
		overflow: hidden; 
	background: #045FBB;   
	
		-webkit-transition: height .25s ease .1s;
	
		transition: height .25s ease .1s;}
	
	
	.menu li:hover > ul li.cpzx td{
	 display: block;    
		height: 41px;
	line-height: 40px;
		overflow: visible;
	}
	.menu ul li.cpzx a{border-bottom: 1px solid #83AFDE;
	height:40px;
	text-align: left;
		padding-left: 25px;
		width: 175px;}
	.menu ul li.cpzx a:hover{background:#E6212A; color:#fff;}
	.menu li:hover ul li.cpzx{height:auto; }
	


.focus{width: 100%;height:500px; position: relative; overflow:hidden;}
.focus ul,.focus li{ list-style:none; padding:0; margin:0;}
.focus li{ display: none}
.focus .bg { position: absolute; width:100%; height: 30px; left: 0; bottom: 0;  opacity: 0; filter: alpha(opacity=0); z-index: 1; background: #000}
.focus .f_btns{position: absolute; width: 100%; height:30px; line-height:30px; left: 0; bottom:28px; text-align: center; z-index: 2}
.focus .f_btns h2 { color: #fff; font-size: 16px;font-family:"\5FAE\8F6F\96C5\9ED1","\5B8B\4F53"; line-height: 30px; }
.focus .f_btns h2 a{ color: #fff;}
.focus .f_btns h2 a:hover{ text-decoration: none}
.focus .f_btns .btn{ text-align: center; height:8px; overflow: hidden; font-size:0; padding-top:12px;}
.focus .f_btns .btn span {display: inline-block;width:26px; height: 8px; overflow: hidden; margin: 0 5px; background: #a1a1a1; cursor: pointer}
.focus .f_btns .btn span.cur{background: #c93939;}




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



/*产品中心*/
.prod_bg{background: url(//memberpic.114my.com.cn/dghxsy/uploadfile/image/20181109/20181109172824_2078510015.jpg)no-repeat top;height: 975px;}
.prod_t{background: url(//memberpic.114my.com.cn/dghxsy/uploadfile/image/20181109/20181109172825_1144824238.png)no-repeat center;text-align: center;}
.prod_t p{font-weight: bold;font-size: 34px;color: #16993b;}
.prod_t t{color: #222;}
.prod_t span{font-size: 14px;color: #ccc;margin-bottom: 30px;display: block;}



.plist { width: 268px;margin-top: 0; }
.plist_row1 { background:#16993b  url(//memberpic.114my.com.cn/dghxsy/uploadfile/image/20181109/20181109172825_1297584429.png) no-repeat center; width: 268px; height: 116px;border-bottom: 5px #222 solid;}



.prod_d{width: 805px;}

.prod_tr{background: #16993b;width: 805px;height: 44px;line-height: 44px;    margin-bottom:30px;}
.prod_tw{background: #222;width: 148px;color: #fff;font-weight: lighter;font-size: 20px;text-align: center;}
.prod_more{margin-right: 13px;}
.prod_more a{color: #fff;font-size: 14px;}
.prod_more a:hover{color: #222;}

.prod_r{width: 805px;}
.prod_r.fr > table > tbody > tr{display: block; width: 805px;}
.prod_r.fr > table > tbody > tr > td {display: block; position: relative;width: 240px;float: left;padding-left: 0px!important;margin: 0 13px;}
.prod_r.fr > table > tbody > tr > td span{display: block;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.prod_r.fr > table > tbody > tr > td span a{font-size: 15px;line-height: 44px;}
.prod_r.fr > table > tbody > tr > td > br{display: none;}




/*简介*/
.com_bg{background: url(//memberpic.114my.com.cn/dghxsy/uploadfile/image/20181109/20181109172825_2098525221.jpg)no-repeat center;height: 571px;}
.com{padding-top: 84px;}
.com_wt{width: 549px;height: 406px;background: #fff;}
.com_img1{margin: 42px 42px 22px 42px;}
.com_w{font-size: 14px;color: #666;line-height: 30px;margin-left: 42px;}
.com_c{margin-left: 42px;margin-top: 24px;}
.com_c a{display: block;width: 120px;height: 36px;line-height: 36px;color: #fff;font-size: 14px;text-align: center;background:#16993b;}
.com_c a:hover{    -webkit-animation: test 0.3s ease-in 2;
    animation: test 0.3s ease-in 2;
    cursor: pointer;}


/*新闻中心*/
.news{padding-top: 55px;}
.news_t{background: url(//memberpic.114my.com.cn/dghxsy/uploadfile/image/20181109/20181109172825_229845428.png)no-repeat center;text-align: center;}
.news_t p{font-weight: bold;font-size: 34px;color: #16993b;}
.news_t t{color: #222;}
.news_t span{font-size: 14px;color: #ccc;margin-bottom: 30px;display: block;}


.convert4{ width:1100px;margin:0 auto; }
.convert4 .tab{width:382px; height:50px; margin:0 auto; padding-top: 10px;}
.convert4 .tab a{display:block; color:#666; text-align: center; margin: 0 5px; width: 115px; background: #fff; height:38px; border: 1px solid #e1e0e0; line-height: 38px; font-size:14px; float:left;border-radius:50px;}
.convert4 .tab a.on{display:block; color:#fff; border: 1px solid #16993b;background: #16993b;}


.convert4 .content{ overflow:hidden; width:1100px; height:450px; position:relative;}
.convert4 .content ul{ position:absolute; left:0; top:0; height:450px;}
.convert4 .content li{ width:1100px; height:auto; float:left;}
.content4 td br{ display:none;}
.content4 td a{ display:block; background:#ededee; line-height:40px; width:220px !important; color:#666; width:220px !important;}
.content4 td a:hover{ display:block; background:#16993b; color:#fff;}

/*自定义新闻*/
.news_d .divdgweb_new_div_item{float:left; width:542px; margin-right:14px; position:relative; height:110px; margin-top:18px;}
.news_d .divdgweb_new_div_item:nth-of-type(even){margin-right:0px;}
.news_d .divdgweb_new_div_item .news_div_item_pic{width:150px; height:106px; padding:2px;background: #fff; border:1px #ccc solid;}
.news_d .divdgweb_new_div_item .news_div_item_pic img{width:150px; height:106px;}
.news_d .divdgweb_new_div_item .divdgweb_new_div_item_content{position:absolute; left:120px; top:0; width:370px;padding-left:50px; padding-top:6px; line-height:20px;-webkit-transition: all 0.5s;transition: all 0.5s; }
.news_d .divdgweb_new_div_item:hover .divdgweb_new_div_item_content{left:120px;}

.news_d .divdgweb_new_div_item .divdgweb_new_div_item_title{padding-bottom:30px;}
.news_d .divdgweb_new_div_item .divdgweb_new_div_item_title a{font-size:14px; font-weight:bold; color:#333;}
.news_d .divdgweb_new_div_item .divdgweb_new_div_item_title a:hover{color:#f00;}
.news_d .divdgweb_new_div_item .divdgweb_new_div_item_date{position:absolute; left:170px; top:38px;-webkit-transition: all 0.5s;transition: all 0.5s; }
.divdgweb_new_div_item:hover .divdgweb_new_div_item_date{left:170px;}
.news_d .divdgweb_new_div_item .divdgweb_new_div_item_date div{float:left;}
.divdgweb_new_div_item_body{padding-top:8px;}


/*后台新闻*/
.news_d .news_div_item{float:left; width:542px; margin-right:14px; position:relative; height:110px; margin-top:18px;}
.news_d .news_div_item:nth-of-type(even){margin-right:0px;}
.news_d .news_div_item .news_div_item_pic{width:150px; height:106px; padding:2px;background: #fff; border:1px #ccc solid;}
.news_d .news_div_item .news_div_item_pic img{width:150px; height:106px;}
.news_d .news_div_item .news_div_item_content{position:absolute; left:120px; top:0; width:370px;padding-left:50px; padding-top:6px; line-height:20px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.news_d .news_div_item:hover .news_div_item_content{left:120px;}
.news_d .news_div_item .news_div_item_title{padding-bottom:30px;}
.news_d .news_div_item .news_div_item_title a{font-size:14px; font-weight:bold; color:#333;}
.news_d .news_div_item .news_div_item_title a:hover{color:#16993b;}
.news_d .news_div_item .news_div_item_date{position:absolute; left:170px; top:38px;-webkit-transition: all 0.5s;transition: all 0.5s; }
.news_div_item:hover .news_div_item_date{left:170px;}
.news_d .news_div_item .news_div_item_date div{float:left;}
.news_div_item_body{padding-top:8px;}


/*友情链接*/
.link_bg{ background:#16993b;height:70px;}
.link{ position: relative;}
.link_l{color: #fff;font-size:22px;line-height: 70px;}
.linkTagcs a{font-size:14px;}


/*版权*/
.footer_bg{width: 100%; min-width: 1100px;color: #fff; background:#313131;    padding-bottom: 30px;}

.copy{  width:100%; line-height: 28px; font-size: 14px;color: #999;text-align: center; margin-top:30px;}
.copy a{font-size: 14px; color: #999;}
.copy a:hover{color: #16993b;}

.plist_row2 a {
    display: block;
    width: 268px;
    background: url(//memberpic.114my.com.cn/dghxsy/uploadfile/image/20181109/20181109171435_1701023880.jpg) center no-repeat;
    height: 45px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    margin-top: 16px;
}

/*内页导航条*/
#bodycon{ margin-top:20px;}
.strong_title{ display:none;}
.mianbxContent{width: 100% !important; text-align: left !important; font-size: 16px !important; padding-bottom:15px;  padding-top:5px; border-bottom:1px solid #CCC; margin-bottom:10px !important;}
.mianbxContent a{font-size: 16px !important;}
.mianbxContent a:hover{font-size: 16px !important;}