@charset "gb2312";
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th {
margin: 0;
padding: 0;
}

li {
list-style: none;
}

input,
textarea,
select {
font-family: inherit;
font-weight: inherit;
font-size: 14px;
}

img {
border: 0;
}

.clear {
height: 0;
overflow: hidden;
clear: both;
}
i,em{font-style: normal;}
dl,
dt,
dd {
margin: 0px;
padding: 0px;
list-style: none;
}

.fl {
float: left
}

.fr {
float: right
}

body,
td,
th {
font-size: 14px;
color: #333;
}

a {
font-size: 14px;
color: #333;
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
text-decoration: none;
}

body {
font-size: 14px;
background: url(http://login.114my.cn/memberpic/dgjwcy/uploadfile/image/20180424/20180424164929_2132697521.jpg) top center no-repeat;
min-width: 1100px;
font-family: Microsoft YaHei;
}

.w1100 {
width: 1100px;
margin: auto;
}
.top50{margin-top: 50px;}

/*headr*/
.top{ height: 40px;line-height: 40px;color: #fff;}
.top a{ float: right;color: #fff; text-align: center;padding-right: 10px;}
.top a:hover{ color:#ef6b00;}

.h_nr{height: 168px;}
.logo{padding-top: 18px;}
.logo img{float: left;}

.h_ad{font-size: 30px; font-weight: bold;line-height: 40px; padding-left: 30px;padding-top: 50px; color: #ef6b00;}
.h_ad span{display: block; font-size: 18px; font-weight: normal; color: #333;}

.h_tel{background:url(http://login.114my.cn/memberpic/dgjwcy/uploadfile/image/20180423/20180423193934_1313515625.png) no-repeat left center; height:60px;padding-left: 60px;font-size: 16px;color: #333; margin-top: 35px;}
.h_tel span{ font-size: 30px; font-weight: bold; display: block; color: #ff6600;font-family: Impact;}

.h_nav{ height: 60px;line-height: 60px;}
.h_nav ul{}
.h_nav ul li{float: left; background: url(http://login.114my.cn/memberpic/dgjwcy/uploadfile/image/20180423/20180423201543_1076832193.png) right no-repeat;}
.h_nav ul li a{color: #fff;font-size: 15px;display: block; padding: 0px 30px;}
.cur{background: #ff6600 !important;}
.h_nav ul li a:hover{background: #ff6600;transition:all 0.3s;}

/*banner*/
.banner-box{min-width:1100px;height:550px;position:relative;overflow:hidden;}
.banner-box .bd{ width:100% !important;}
.banner-box .bd li{width:100% !important;height:550px;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;}
.banner-btn{ width: 100%; position: absolute; top: 200px; left: 0; margin-left: 0; height: 350px; overflow: hidden; }
.banner-btn a{display:block;width:49px;height:104px;position:absolute;top:45px;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:0.3s all ease-in-out}
.banner-btn a.prev{left:-50px;background:url(http://login.114my.cn/memberpic/dgjwcy/uploadfile/image/20180423/20180423201645_697947409.png) no-repeat 0 0;} 
.banner-btn a.next{right:-50px;background:url(http://login.114my.cn/memberpic/dgjwcy/uploadfile/image/20180423/20180423201645_697947409.png) no-repeat -49px 0;}
.banner-box .hd {position:absolute;top:310px;width: 100%;display: block;}
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:20px; height:20px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ background:#ff6600; width: 32px; }
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}

/*search*/
.search{height:85px;overflow: hidden; background:url(http://login.114my.cn/memberpic/dgjwcy/uploadfile/image/20180423/20180423202113_1650238980.jpg) center no-repeat;}
.search-t p{color: #333;font-size: 15px;font-family:'Microsoft YaHei';float: left;line-height:74px;}
.search-t p b{font-family:'Microsoft YaHei'; float: left; display: inline-block; font-size: 15px;padding-left: 25px; }
.banan-t a{color: #333;font-size: 15px;font-family:'Microsoft YaHei'; font-weight:normal; line-height:60px; float:left;}

#search-i{float:right; width:100px; overflow:hidden; height:36px; margin-top:20px;}
#search-bg{float:right; width:300px; height:34px; line-height:36px; overflow:hidden; text-indent: 12px; border:#dcdcdc 1px solid; border-right:none; margin-top:20px; background-color:#FFF;}
#search-text{width:849px; float:left; line-height:60px; height:60px; font-size:14px; }
.search-text1 a{ padding-left:6px; padding-right:6px; font-size:14px;}
.search-text1 a:hover{color:#ff6c02; padding-left:6px; padding-right:6px; font-size:14px; text-decoration: underline;}


/*fast*/

@-webkit-keyframes rotation{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}
.Rotation{
-webkit-transform: rotate(360deg);
animation: rotation 10s linear infinite;
-moz-animation: rotation 10s linear infinite;
-webkit-animation: rotation 10s linear infinite;
-o-animation: rotation 10s linear infinite;
}
.xz{border-radius: 50px;}

.fast_l{float: left;}
.fast .fl{ height:250px;width: 515px;background:url(http://login.114my.cn/memberpic/dgjwcy/uploadfile/image/20180512/20180512094638_975935595.png) center no-repeat;margin-top: 50px; }
.fast .fl span{ display:block;text-align: center;line-height: 30px;    padding-top: 50px;}
.fast .fl span b{    font-size: 22px;color: #fff; padding-bottom: 10px; display: block;}
.fast .fl span p{padding-bottom: 10px;color: #fff;}
.fast .fl span a{ height:35px; line-height:35px; display:block;color: #ef6b00;background-color: #fff;border-radius: 50px; font-size: 16px; width: 170px;float: right;margin-right: 45px;}
.fast .fl span a:hover{ color: #3abc1e;}

.fast .fr{ height:250px;width: 515px;background:url(http://login.114my.cn/memberpic/dgjwcy/uploadfile/image/20180512/20180512095634_392085108.png) center no-repeat;margin-top: 50px; }
.fast .fr span{ display:block;text-align: center;line-height: 30px;    padding-top: 50px;}
.fast .fr span b{    font-size: 22px;color: #fff; padding-bottom: 10px; display: block;}
.fast .fr span p{padding-bottom: 10px;color: #fff;}
.fast .fr span a{ height:35px; line-height:35px; display:block;color: #3abc1e;background-color: #fff;border-radius: 50px; font-size: 16px; width: 170px;float: right;margin-right: 45px;}
.fast .fr span a:hover{color: #ef6b00; }

/*news*/
#news{ width:100%; height:auto; padding-bottom:50px; }

.news_d{background:url(http://login.114my.cn/memberpic/dgjwcy/uploadfile/image/20180423/20180423210150_719410025.jpg) center no-repeat;margin-top: 20px;}
.bg2 a{background:url(http://login.114my.cn/memberpic/dgjwcy/uploadfile/image/20180423/20180423210341_973956060.jpg) bottom center no-repeat !important; font-size:20px; color:#3abc1e;}

#prod_ns{ width:255px !important; margin:0 auto !important; float:none !important;}
#prod_ns a{ font-size:20px; font-weight:bold; color:#3abc1e; display:block;}
#prod_ns a:hover{ font-size:20px; font-weight:bold; color:#3abc1e; display:block;}

.prod_t11{ width:334px; margin:0 auto; height:50px; padding-top:18px; background:url(http://login.114my.cn/memberpic/dgjwcy/uploadfile/image/20180423/20180423210407_214278025.jpg) bottom no-repeat;}
.prod_t11 li{  display:block; margin-right:5px; float:left; height:34px; font:16px/34px "Microsoft YaHei"; width:120px; text-align:center;}
.prod_t11 li a{color:#525252; display:block;padding-bottom:16px; background:url(http://login.114my.cn/memberpic/dgjwcy/uploadfile/image/20180423/20180423210433_2091579005.jpg) bottom center no-repeat;}

.news_con{ width:1100px; margin:0 auto;}
.news_div{ width:1115px; height:490px;}
.prod_d22{ width:1115px;}

.divdgweb_new_div{height:490px;}
.news_div_item,.divdgweb_new_div_item{ width:540px; border:1px #eaeaea solid; margin:15px 15px 0 0; float:left; height:143px; background:url(http://login.114my.cn/memberpic/dgjwcy/uploadfile/image/20180423/20180423211135_512230583.jpg) left no-repeat;}
.news_div_item:hover,.divdgweb_new_div_item:hover{background:url(http://login.114my.cn/memberpic/dgjwcy/uploadfile/image/20180423/20180423211148_1628195835.jpg) left no-repeat;}
.news_div_item_date,.divdgweb_new_div_item_date{ width:76px;  color:#fff; float:left; position:relative;}
.news_div_item_content,.divdgweb_new_div_item_content{ width:440px; padding-right:44px;float:right;position: relative;}
.news_div_item_day,.divdgweb_new_div_item_day{width:76px; position:absolute;text-align:center; top:39px; font:22px/32px "Arial";}
.news_div_item_year,.divdgweb_new_div_item_year{ position:absolute; top:71px; left:8px;font:16px/32px "Arial";}
.news_div_item_month,.divdgweb_new_div_item_month{ position:absolute; top:71px; right:8px; font:16px/32px "Arial";}

.news_div_item_title,.divdgweb_new_div_item_title{position: absolute; z-index:500; width:100%;}
.news_div_item_title a,.divdgweb_new_div_item_title a{ font:bold 16px/36px "Microsoft YaHei"; display:block; padding-top: 30px; padding-bottom: 70px; padding-left:42px; line-height:30px;}
.news_div_item_title a:hover,.divdgweb_new_div_item_title a:hover{ color:#ff6600;}
.news_div_item_body,.divdgweb_new_div_item_body{font:14px/20px "Microsoft YaHei"; position:absolute; padding-right:10px; top:60px;  padding-left: 43px; line-height:25px;}

/*link*/
.link{height: 60px;line-height: 60px;background-color: #3abc1e;color: #fff;}
.link .fl{line-height: 20px;padding-top: 15px;}
.link .fl span{ font-size: 18px;font-weight: bold;}
.link .fl a{color: #fff;display: block;}
.link .fr{}

/*foot*/
.foot{ height:352px; background: url(http://login.114my.cn/memberpic/dgjwcy/uploadfile/image/20180423/20180423213130_269198706.jpg) center repeat-x;}

.f_logo{padding-top: 85px; padding-right: 50px;}
.f_logo img{}

.f_nr{ padding-top: 60px;padding-bottom: 16px;}
.f_n1{color: #fff;width: 345px;line-height: 30px;padding-right: 60px;}
.f_n1 b{border-bottom: 1px #fff solid;display: block;padding-bottom: 5px;font-size: 16px;}
.f_n1 b em{font-weight: normal;font-size: 13px;text-transform: uppercase;padding-left: 20px;}
.f_n1 span{display: block;padding-top: 10px;}

.f_n2{color: #fff;width: 218px;line-height: 30px;}
.f_n2 b{border-bottom: 1px #fff solid;display: block;padding-bottom: 5px;font-size: 16px; width: 230px;}
.f_n2 b em{font-weight: normal;font-size: 13px;text-transform: uppercase;padding-left: 20px;}
.f_n2 span{ padding-top: 10px;display: block;}
.f_n2 span a{color: #fff;padding-right: 50px;}

.f_n3{color: #fff;width: 218px;line-height: 30px;}
.f_n3 b{border-bottom: 1px #fff solid;display: block;padding-bottom: 5px;font-size: 16px;}
.f_n3 b em{font-weight: normal;font-size: 13px;text-transform: uppercase;padding-left: 20px;}
.f_n3 span{display: block;padding-top: 18px;}
.f_n3 span img{}
.f_n1 span a{color: #fff;}
.copy{height: 50px;line-height: 50px;color: #fff;}
.copy a{ color: #fff;}