@font-face {
 font-family:fontDin1;
 src: url(https://memberpic.114my.com.cn/dgjinyang/cssnew/DIN-MEDIUM_otf.txt),url(https://memberpic.114my.com.cn/dgjinyang/cssnew/DIN-MEDIUM_woff.txt),url(https://memberpic.114my.com.cn/dgjinyang/cssnew/DIN-MEDIUM_eot.txt),url(https://memberpic.114my.com.cn/dgjinyang/cssnew/DIN-MEDIUM_woff2.txt),url(https://memberpic.114my.com.cn/dgjinyang/cssnew/DIN-MEDIUM_ttf.txt)}
 /*通用代码*/
*{ margin:0px; padding:0px;}
body{font-size:14px; color:#222222; font-family:"Microsoft YaHei"; font-family:'微软雅黑'; min-width:1300px; overflow-x:hidden;}
img{margin: 0px; padding: 0px;border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
h1,h2,h3,h4,h5,h6,h7{ font-weight:normal;}
dl,dt,dd,ol,ul,li,from,input,select,span,p,div{margin: 0px; padding: 0px; list-style: none;}
.clear{clear:both;}
a{color: #222222; text-decoration: none; font-size:14px;}
a:hover{color: #289930;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{outline:none;font-family:"Microsoft YaHei"; font-family:'微软雅黑';}
.w1300{width:1300px; margin:0 auto;}
.w1400{width:1400px; margin:0 auto;}
.fr{ float:right;}
.fl{ float: left;}
*,:after,:before{ box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.title{ text-align:center; font-size:40px; color:#333333;padding-top: 60px;}
.title b i{ color:#289930;}
.title span{ display:block; font-size:18px; color:#666666; margin:10px 0 20px 0;}
.title em i{ display:inline-block; width:6px; height:24px; background:#ff9000; border-radius:3px; vertical-align:top;animation: tptd 1.5s infinite;-webkit-animation: tptd 1.5s infinite;}
.title em i+i{ margin-left:11px;}
.title em i:nth-child(2){ height:32px; background:#289930;animation: tptd 1.8s infinite;-webkit-animation: tptd 1.8s infinite;}
.title em i:nth-child(3){ background:#ff6203;animation: tptd 2s infinite;-webkit-animation: tptd 2s infinite;}
.title em{color:#289930;}
@keyframes tptd{
  0%{transform: translateY(0);}
  50%{transform: translateY(5px);}
  100%{transform: translateY(0);}
}
.hovermaincolor a:hover{ color:#289930;}
.title i{display: block;width: 80px;height: 5px;margin: 0 auto; position: relative;}
.title i::after,.title i::before{content: '';display: block;position: absolute;width: 30px; height: 5px;top: 0;left: 0;background:#ffc937;}
.title i::after{right: 0px;left: inherit;animation:allTitleAfter 3s infinite linear;}
.title i::before{animation:allTitleBefore 3s infinite linear; background:#006fff;}
.title t{width: 30px;height: 5px;background:#289930;margin:0 auto;display:block;animation:allTitleI 3s infinite linear;}
@keyframes allTitleI{
0%{transform:translateX(0px);}
25%{transform:translateX(-25px);}
50%{transform:translateX(0px);}
75%{transform:translateX(25px);}
100%{transform:translateX(0px);}
}
@keyframes allTitleBefore{
0%{width:15px;}
25%{width:0px;}
50%{width:15px;}
75%{width:30px;}
100%{width:15px;}
}
@keyframes allTitleAfter{
0%{width:15px;}
25%{width:30px;}
50%{width:15px;}
75%{width:0px;}
100%{width:15px;}
}





/*抬头*/
.hlogo p{font-size: 42px;font-weight: bold;color: #fff;}
.header{ padding-right:250px; height:150px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; }
.hleft,.hlogo,.hright{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center; }
.hlogo{ height:150px;    padding: 0 70px 0 250px; background:#289930;}
.hlogo em{ display:block; font-size:16px; color:#fff; font-family:Arial, Helvetica, sans-serif; margin-top:5px; text-transform:uppercase;font-weight: normal;letter-spacing: -0.4px;}
.hlogo p+p{ margin-left:20px;}
.hmean{ margin-left:50px; font-size:15px; color:#888888;}
.hmean b{ display:block; font-size:25px; color:#289930; margin-bottom:7px;}
.hright p+p{ margin-left:75px;}
.htel span{ display:block; padding-left:40px; background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210419/20210419084622_642504869.png) no-repeat left center;color: #666666;}
.htel { line-height:34px; font-size:20px; color:#9a9a9a; font-weight:lighter;}
.htel em{ font-size:34px; color:#289930; font-family:fontDin1;    font-weight: normal;line-height: 50px;}
/*导航*/
.nav{ margin:0 251px; text-align:center; height:80px; background:#fff; position:relative; z-index:9; box-shadow:0 0 15px rgba(0,0,0,.2);}
.nav:after{ content:''; display:block; position:absolute; height:100%; width:100vw; right:100%; top:0; background:#289930;}
.nav>ul{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.nav>ul>li{ position:relative; width:12%;}
.nav>ul>li>a{ position:relative; display:block; line-height:80px; font-size:16px; color:#333333; transition:all .3s ease;}
.nav>ul>li>a:after{ content:''; display:block; position:absolute; width:1px; height:20px; border:1px solid #289930; background:#fff;  bottom:0px; left:0; right:0; margin:0 auto; transition:all .3s ease; transform:scale(0); z-index:99;}
.nav>ul>li.cur>a:after,.nav>ul>li:hover>a:after{ transform:scale(1);}
.nav>ul>li.cur>a,.nav>ul>li:hover>a{ font-weight:bold; color:#289930;}
.dropmenu{ position:absolute; width:100%; left:0;  z-index:9; background:#555; border-radius:5px; text-align:center; transition:all .3s ease; opacity:0; visibility:hidden; top:105%; overflow:hidden;}
.nav>ul>li:hover .dropmenu{top:100%; opacity:1; visibility:visible;}
.dropmenu a{ display:block; line-height:50px; font-size:15px; color:#fff; transition:all .3s ease;}
.dropmenu a:hover{ background:#289930;}
.dropmenu table,.dropmenu tbody,.dropmenu tr,.dropmenu td{ display:block; width:100%;}
@media screen and (max-width:1500px){
	.header{ padding-right:30px;}
	.hlogo{ padding:0 30px;}
	.nav{ margin:0 30px;}
	}
@media screen and (max-width:1400px){
	.hright p+p{ margin-left:30px;}
	.htel em{ font-size:25px;}
	}
/*幻灯片*/
.banner{ position:relative; background:#f5f5f5;}
.banner .w1300{ position:relative;}
.bannercon li{ display:block; width:100%; height:638px;}
.bannercon li a{ display:block; width:100%; height:100%;}
.bannerjt{ position:absolute; width:200px; height:110px; background:#289930; right:-58px; bottom:-88px; padding: 0 20px; z-index:9;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; font-size:26px; color:#ffffff; font-family:Arial, Helvetica, sans-serif; }
.bannerjt em{ font-size:44px; color:#fff; display:inline-block; margin-right:5px;}
.bannerjt i{ display:inline-block; width:12px; height:23px; cursor:pointer;}
.bannerjt i.prev{ background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210419/20210419084722_1397771759.png) no-repeat center;}
.bannerjt i.next{ background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210419/20210419084722_1520581535.png) no-repeat center;}
/*搜索*/
.search{ background:#f7f7f7;}
.search .w1300{ height:88px; padding-right:237px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;width: 1400px;}
.keyword,.keyword a{ line-height:30px; font-size:14px; color:#666666;}
.keyword span{color:#289930;}
.keyword{ padding-left:30px; background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210415/20210415163006_407527794.png) no-repeat left center;}
.search_bg{ height:88px; width:241px; border-left:1px solid #ebebeb; padding-left:30px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; }
#infoname{ height:88px; background:none; width:170px; border:none;}


/*number*/
.number{background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210417/20210417102748_102604055.png) no-repeat left center;height: 272px;}
.titlee{ text-align:rgiht; font-size:40px; color:#333333;padding-top: 60px;}
.titlee span{ display:block; font-size:18px; color:#666666; margin:10px 0 20px 0;}
.titlee b{font-size: 48px;}
.titlee p{font-size: 20px;text-align: right;}
.titlee i{font-size: 48px;color: #2ba834;font-weight: bold;}
.num{display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;}
.num ul{ margin-top:22px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.num .title span{ font-size:16px;}
.num ul li{ width:284px; height:200px;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center; text-align:center; }
.num_c{ font-size:18px; color:#222222; font-weight:lighter;}
.num_c span{ display:block; font-size:14px; text-transform:uppercase; margin:5px -10px 25px 0; color:#889c8a;}
.num_t i{ font-size:70px; color:#15a300; font-family:"Times New Roman", Times, serif; font-weight:bold; display:inline-block; vertical-align:text-top; line-height:50px;}
.num_t em{ display:inline-block; margin-left:5px; border-radius:50%; width:22px; height:22px; background:#222222; font-size:14px; font-weight:lighter; color:#fff; vertical-align:text-top;}
.num_t {color: #222222;font-size: 70px;    padding-right: 45px; font-family: Impact;}
.anli span{font-size: 16px;color:#fff; border-radius: 50%;background: #289930;padding: 5px 8px 5px 8px;}
.anli{float: right;margin-top: -42px;}

.sz_bg{width:100%; height:272px; background:url(https://memberpic.114my.com.cn/dgoo78526/uploadfile/image/20210419/20210419092016_462903072.png) center no-repeat;}
#sz_c{width:1400px; margin:0 auto;}
#sz_c_l{width:507px; float:left;}
#sz_c_l .h1{padding-top:65px; height:65px; font-size:48px; font-weight:bold; color:#5c9ee6; text-transform:uppercase;}
#sz_c_l .h1 b{font-size:45px; color:#fff;}
#sz_c_l .h2{font-size:20px; color:#fff; letter-spacing:1px; padding-left:90px;}
#sz_c_r{width:893px; float:right;}
#sz_c_r li{float:left; width:310px; height:200px; padding-left:10px; padding-top:30px;}
#sz_c_r li:nth-child(1){width:270px !important; padding-left:3px !important;}
#sz_c_r li .sz_top{font-size:70px;  color:#332f21;    margin-left:103px;}
#sz_c_r li .sz_top span{font-size:14px; font-weight:normal; display:inline-block; width:25px; height:25px; line-height:25px; text-align:center; background:#289930; color:#fff; border-radius:100px;}
#sz_c_r li .sz_center{font-size:18px; font-weight:bold; color:#000; text-align:center;}
#sz_c_r li .sz_bottom{font-size:14px; color:#889c8a; line-height:25px; padding-top:10px;text-align: center;    padding-left: 10px;}    
#sz_c_r li .sz_top b{font-family: Impact;}




/*产品直通车*/
.products{padding-bottom:0px; text-align:center;}
.productscenter{height:460px;margin-top: 40px;}
.products_type li{ height:87px; width:150px; border-bottom: 1px solid #69a732; background:#289930;color:#fff; font-size:18px;cursor: pointer;}
.productscenter .recommendimg a{display: block;
    overflow: hidden;
    position: relative;
    width: 500px;
    height: 400px;
	webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    -moz-transition: opacity ease .2s;
    transition: opacity ease .2s;}
	.productscenter .recommendimg a img{transition: all 0.5s; width:533px;}
.productscenter .recommendimg a:hover img{transform: scale(1.1);
    transition: all 0.5s;}	
.products_type li a{ font-size:18px; line-height:36px; color:#fff;}
.products_type li.hover{ background:#ffc937; color:#fff;}
.products_type li.hover a{ color:#fff;}
.products_type li:nth-child(4){ border-bottom:none;}
.typenum{ text-decoration:underline; padding:13px 0px 0px 0px;}
.productsrecom{ width:962px;}
.productsrecom ul{ width:1258px; border:1px solid #e7ebe8; height:522px; padding:58px; display:none}
.productsrecom ul:nth-child(1){ display:block;}
.recommendheader dl dt{ width:100px; height:30px; line-height:29px; float:right; margin-left:5px; font-size:14px; color:#fff;margin-bottom:25px;}
.recommendheader dl dt:nth-child(1){ background:#ffc937;}
.recommendheader dl dt:nth-child(2){ background:#289930;}
.recommendheader dl dt:nth-child(3){ background:#006fff;}
.recomtrait dl dt{ height:50px; width:280px; border:1px solid #e7ebe8; background:#e9f5ea; color:#289930; font-size:18px; line-height:48px; float:left; margin-right:11px; margin-bottom:10px;}
.recomtrait dl dt:hover{ cursor:pointer;}
.recommendinfo{ width:574px; height:400px;}
.recomtrait dl dt:nth-child(2n){ margin-right:0px;}
.recomphone{ width:320px; margin:0 auto; color:#289930; font-size:18px;padding-top: 13px;}
.recomphone span{ font-size:18px; }
.recomphone img{ margin-top:-8px;}
.rproductname{  width:200px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: left;}

.rproductname a{font-size:28px; font-weight:bold;color:#289930;}
.rproductname a:hover{ color:#ffc937;}
.recommendcenter{ margin-bottom:31px;text-align: left;line-height: 35px;font-size: 16px;color: #889c8a;margin-top: 0px;}
.recommendcenter p:nth-child(4){display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.productshow{ width:1530px; height:527px; margin: 100px auto;}
.productshow img:hover{ cursor:pointer;}
#proleft,#proright{ margin-top:135px;    margin-left: 9px;}
#proleft{ margin-right:20px;}
.recomtrait{height: 110px;
    margin-bottom: 25px;}
.showcont{ width:1410px; overflow:hidden; height:100%;}	
.showcont li{ width:455px; height:413px; border:1px solid #efe9e7; float:left; margin-right:19px; text-align:left;transition: all 0.3s linear 0s; margin-top:10px;}
.showcont li:hover{
	box-shadow: 5px 5px 5px #ece1de;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);}
.showcont li:hover .productlj a{background: url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210417/20210417153752_623251650.png) no-repeat left center;}
.productimg img{ padding:5px; width:453px;}
.showcont li p{ padding-left:18px;}
.productlj{ height:40px;}
.productlj a{ width:80px; height:40px; background:#889c8a;line-height: 40px;display: block;font-size: 14px;color: #fff; padding-left:16px;    margin: -72px 0 0 350px;}
.productinfo{ height:84px; border-top:1px solid #efe9e7;border-bottom:1px solid #efe9e7; width:100%;}
.productname a{ font-size:20px; color:#889c8a;}
.productname {margin: 20px 0px 5px 0px;}
.productjs{ font-size:12px; color:#d6c8bd;}

/*应用案例*/
.project{position:relative;background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210416/20210416184050_1935686458.jpg) no-repeat left center;height: 882px;    margin-top: -130px;}
.project:after{ content:''; display:block; position:absolute; width:100%; height:366px; background:#f3f3f3; bottom:0; left:0; z-index:-1;}
.pjtitl{ text-align:center; font-size:36px; color:#222222;}
.pjtitl b i{ color:#006db8;}
.pjtitl b{ display:block;}
.pjtitl em:after{ content:''; display:block; position:absolute; top:-1px; left:0; right:0; margin:0 auto; background:#006db8; width:40px; height:3px;}
.pjtitl em{ display:inline-block; position:relative; width:122px; height:1px; background:#dcdcdc; margin:15px 0;}
.pjtitl span{ display:block; font-size:18px; color:#666666; font-weight:lighter;}
.pjtop{ margin:26px 0 20px 0;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.pjjt{ cursor:pointer; width:27px; height:27px; background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210416/20210416184949_1028693977.png) no-repeat left top;}
.pjjt.pjnext{ background-image:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210416/20210416184949_615948946.png);}
.pjjt:hover{ background-position-y:bottom;}
.pjtab{ width:1300px; overflow:hidden;}
.pjtab table,.pjtab tbody,.pjtab tr{ display:block;}
.pjtab td{ display:inline-block; vertical-align:top; padding:5px !important; width:252px !important; box-sizing:border-box;  margin-right:10px; position:relative;background: #fff;}
.pjtab td br{ display:none;}
.pjtab td div{ padding:0 !important;}
.pjtab td a{ display:block; overflow:hidden;}
.pjtab td>a img{ display:block; overflow:hidden;}
.pjtab td div a{ position:absolute; width:240px; height:126px; box-sizing:border-box; border:5px solid transparent;background:rgba(83,173,89,0.7); transition:all .3s ease; transform:scale(0); line-height:126px; font-size:18px; color:#fff; top:0; left:0; right:0; bottom:0; margin:auto;}
.pjtab td.on div a{ transform:scale(1);}

.pjcon .divdgweb_new_div_item .divdgweb_new_div_item_date{ display:none; }
.pjcon .divdgweb_new_div_item{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;flex-direction: row-reverse;}
.pjcon .news_div_item_pic img{ width:792px; height:446px;}
.pjcon .divdgweb_new_div_item_content{box-sizing: border-box; height:446px; background:#fff; width:588px; border:1px solid #dddddd; padding:35px 45px;} 
.pjcon .divdgweb_new_div_item_a{font-size: 22px; color: #484848;font-weight: bold; display:block; }
.pjcon .divdgweb_new_div_item_a:after{ content:''; display:block; width:55px; height:3px; background:#889c8a; margin:15px 0 0 0;}
.pjcon .divdgweb_new_div_item .divdgweb_new_div_item_body{ font-size: 14px; color: #889c8a; line-height:30px;font-weight: lighter; overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical; height:120px; margin:25px 0;}
.pjcon .divdgweb_new_div_item .casemore{font-size: 14px; color: #fff;font-weight: lighter; line-height:19px;display:inline-block; vertical-align:middle;}
.pjcon .divdgweb_new_div_item:hover .casemore{color:#ff0;}
.pjbtn a{ display:inline-block; text-align:center; width:195px; line-height:42px; text-align:center;  background:#289930; font-size:14px; color:#fff;}
.pjbtn a i{ display:inline-block; width:0; height:0; margin-left:30px; border-top:5px solid transparent; border-bottom:5px solid transparent; border-left:8px solid #fff;}
.pjbtn a:hover{ background:#006fff;}
.pjbtn a+a{ background:#ffc937; margin-left:10px;}
.pjtel{ margin:30px 0 25px 0; font-size:23px; color:#484848; font-weight:bold; padding-left:33px; background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210419/20210419084830_981976114.png) no-repeat left center;}
.pjadver{ width:440px; height:23px; background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210419/20210419084830_158937148.png) no-repeat center;}
.hzcust table,.hzcust tbody,.hzcust tr{ display:block;}
.hzcust td br{ display:none;}
.hzcust td,.hzcust td div{ padding:0 !important;}
.hzcust td a{ display:block; overflow:hidden; position:relative;}
.hzcust td div a{ font-size:14px; color:#484848;margin-top:15px;}
.hzcust td:hover div a{color:#006db8; }
.hzcust td{ display:inline-block; vertical-align:top; margin-right:10px;}
.hzcust{ margin-top:30px;}




/*优势*/
.edgebj{ background:#F6F6F6;height:910px; overflow: hidden;}
.edge .ed_left{width:40%; height:600px; float:left; margin-left: -42px; padding-top:72px; padding-left:290px; box-sizing: border-box;margin-top: 60px;}
.edge .ed_left li{width:180px; height:63px;margin-bottom: 66px;padding-top:21px; box-sizing: border-box; position: relative;}
.edge .ed_left li i{display: block; width:54px; height:54px;float:left; overflow: hidden;}
.edge .ed_left li i img{transition: all 0.3s linear 0s;}
.edge .ed_left li.cur i img{margin-top: -54px;}
.edge .ed_left li span{display: block;float:left; margin-left: 10px;}
.edge .ed_left li span em{display: block;font-size: 29px;line-height: 34px; color:#333333; }
.edge .ed_left li span p{font-size: 12px; line-height: 12px; color:#889c8a;font-family: "Arial";    letter-spacing: -0.1px;}
.edge .ed_left li:before{width:0;height:2px; background:#289930; content:"";position: absolute;left:0;top:0;transition: all 0.3s linear 0s; }
.edge .ed_left li.cur:before{width:100%;}
.edge .ed_left li.cur span em{color:#289930;}
.edge .ed_left li.cur span p{color:#289930;}
.edge .ed_rig{width:60%; height:600px;float:right;margin-right: -22px; position: relative;margin-top: 60px;}
.edge .ed_rig dl{width:1177px; height:600px;position: relative;}
.edge .ed_rig dl dt{width:1177px; height:600px; overflow:hidden;}
.edge .ed_rig dl dt img{width:1177px; height:600px;transition: all 0.5s linear 0s;}
.edge .ed_rig dl dt:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
.edge .ed_rig dl dd{width:470px;height:455px; background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210417/20210417085056_1875586777.jpg)  no-repeat center;position: absolute;top:72px;left:-190px;padding-top: 72px;box-sizing: border-box;}
.edge .ed_rig dl dd span{display: block;font-size: 26px; line-height: 32px; padding-left: 74px;color:#289930;font-weight: bold; margin-bottom: 37px;}
.edge .ed_rig dl dd ul{height:211px;padding: 0 54px 0 57px;}
.edge .ed_rig dl dd ul li{margin-bottom: 11px;padding-left:18px;background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20200427/20200427205733_1372474856.png) no-repeat left 11px; color:#889c8a; font-size: 15px;line-height: 27px;}
.edge .ed_rig dl dd b{display: block;margin-top:0px; font-size: 18px;color:#289930;font-family: "Arial";margin-left: 74px;}
.edge .ed_rig dl dd b i{font-size: 30px; margin-right: 10px; font-family: "Arial";    color: #289930;}
.edge .ed_rig .jt{width:53px; height:26px; position: absolute; bottom:146px; left:163px;}
.edge .ed_rig .jt i{display: block;float:left;width:15px; height:26px; cursor: pointer;}
.edge .ed_rig .jt .prev{background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210417/20210417085802_1697860582.png) no-repeat center;}
.edge .ed_rig .jt .next{background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210417/20210417085832_1207148906.png) no-repeat center;float:right;}
.edge .ed_rig dl dd ul i{background: #289930;;padding: 5px 20px 5px 20px;color: #fff;}
.edge .ed_rig dl dd span:after{width:40px;height:2px; background:#289930; content:"";position: absolute;left:77px;top:123px;}






/*资质认证*/
.honer{background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210416/20210416180320_2077760488.jpg) no-repeat left center;height: 790px;}
.honercon{width:1400px; margin:0 auto; margin-top:70px;}
.poster-main .poster-btn{ width:44px; height:32px; position: absolute; cursor:pointer; display:block; z-index: 10; }
.poster-main .poster-btn a { position: absolute; top: 50%; margin-top: -16px; }
.poster-main .poster-prev-btn a { right: -16px; }
.poster-main .poster-next-btn a { left: -16px; }
.poster-main .poster-next-btn{ left:-56px; top:130px; }
.poster-main .poster-prev-btn{ right:-56px; top:130px; }

.poster-main .poster-next-btn a:hover,.poster-main .poster-prev-btn a:hover{ background-position: -36px 0}

.poster-item{ position: relative;}
.poster-item em{ position: absolute; left:0; bottom: 0; width: 100%; font-style: inherit; font-size: 14px; color: #fff; text-align: center; display: none; overflow: hidden; background: #289930; line-height: 50px; overflow:hidden; height: 50px; }
.poster-main .poster-list .poster-item img { display: block; width: 100%; }
.poster-main { position: relative;}
.poster-main .poster-list .poster-item { position: absolute; left: 0; top: 0; }
.poster-main .poster-btn { position: absolute; top: 0; cursor: pointer; }
.poster-main .poster-list .active em{ display: block; }
.honertab{ margin:30px; text-align:center;}
.honertab a{ display:inline-block; width:158px; line-height:39px; border-radius:20px; background:#484848; font-size:18px; color:#fff;}
.honertab a+a{ margin-left:10px;}
.honertab a.on{ background:#c99d49;}
.poster-list li{ box-sizing:content-box; border:1px solid #666;}



/*关于我们*/
.about{ min-height:496px; background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210416/20210416173712_1083992811.jpg) no-repeat top center; padding-top:356px; margin: 0 0 60px 0;}
.ableft{ width:300px;}
.abright{ width:1050px; padding-top:185px;}
.abtop{ width:100%; height:140px; background:rgba(255,255,255,0.8); padding:40px; font-size:25px; color:#222; text-transform:uppercase;}
.abtop p span{ display:block; font-size:33px; font-weight:bold; line-height:33px;color: #289930;}
.abtop p{ padding-left:78px; background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210416/20210416174748_1661945410.png) no-repeat left center;    color: #289930;}
.abbttom{ height:450px; background:#289930; padding:65px 32px; position:relative;}
.abbttom:after{ content:''; display:block; top:0px; left:40px; position:absolute; width:16px; height:8px; background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210419/20210419084922_2020486956.jpg) no-repeat;}
.abbttom>p:nth-child(1){  font-size:24px; font-weight:bold; color:#fff; padding-bottom:45px; border-bottom:1px solid #69a732;text-align: center;}
.abbttom>p:nth-child(1) span{ display:block; margin-top:5px; font-weight: bold; font-size:23px; }
.abconcat{ margin-top:35px; color:#fff;}
.abconcat p:nth-child(1){ font-size:18px;}
.abconcat p:nth-child(2){ font-size:30px; font-weight:bold;}
.abconcat a{ position:relative; display:block; width:212px; height:45px; border-radius:30px; background:#fff; transition:all 0.5s ease; line-height:45px; margin-top:35px; padding-left:92px; font-size:18px; color:#289930;}
.abconcat a:after{ content:''; display:block; position:absolute; left:60px; top:10px; width:21px; height:23px; background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210417/20210417224555_1671161668.png) no-repeat;}
.abconcat a:hover{ border-radius:0px; color:#ffc937;}
.abconcat a:hover:after{ background-position-y:-23px;}
.abwa p:nth-child(2){ font-size:14px; line-height:30px; color:#889c8a;}
.abwa p:nth-child(1){ font-size:22px; color:#289930; font-weight:bold; margin-bottom:20px;margin-top: 15px;}
.abwa a{font-size:14px; line-height:30px; color:#aaaaaa;}
.abwa a:hover{ color:#289930; text-decoration:underline;}
.abtab{ font-size:18px; color:#222222;}
.abtab a{ display: inline-block;font-size:16px; color:#222222; padding:0px 10px;}
.abtab a.cur{ font-weight:normal; }
.abtab a:nth-child(1){ padding-left:0px;}
.abcon ul{ display:none;}
.abcon ul:nth-child(1){ display: block;}
.abcon tr td{ display:block; float:left; padding-left:0px !important; width:255px; height:172px; position:relative; overflow:hidden;}
.abcon tr td br{ display:none;}
.abcon tr td+td{ margin-left:10px;}
.abcon tr td div a{ display:block; position:absolute; width:100%; height:; left:0px; bottom:0px; line-height:30px; text-align:center; color:#fff; font-size:14px; transition:all 0.5s ease;     background: rgba(40,153,48,0.6);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.abcon tr td:hover div a{ line-height:172px; font-size:18px;}
.top30 {height: 20px;}
.abcon{margin-top: 34px;}
.abcon img{width:100%;}



/*新闻中心*/
.news{padding-bottom: 80px;background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210416/20210416092939_800439164.jpg) no-repeat left center;height: 835px;}
.news .title:after{display: none;}
.newstab a{ display:inline-table; width:220px; height:62px; background:#fff; line-height:62px; font-size:20px; color:#289930; padding-left:86px; position:relative; transition:all 0.5s ease; text-align:left; font-weight:lighter;}
.newstab a:after{ content:''; display:block; width:32px; height:32px; position:absolute; top:16px; left:36px; background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210416/20210416094813_1154110209.png) no-repeat left top;transition:all 0.5s ease;}
.newstab a+a{ margin-left:11px;}
.newstab a:nth-child(2):after{ background-position-x:-37px;}
.newstab a:nth-child(3):after{ background-position-x:-76px;}
.newstab a.on:after{background-position-y:-69px; transform:translateX(360deg);}
.newstab a.on{ background:#289930; color:#fff;}
.newstab{ margin:40px 0 30px 0; text-align:center;}
.newsleft{ width:500px; height:466px; padding:20px; background:#fff; box-sizing:border-box; position:relative;}
.newsleft .news_div_item{ width:100%; position:relative; padding-top:320px;}
.newsleft .news_div_item_pic{ position:absolute; top:0; left:0;width:460px; overflow:hidden;}
.newsleft .news_div_item_pic img{ width:100%; height:346px; overflow:hidden; transition:all .5s ease; border:1px solid #b6f6bb;}
.newsleft .news_div_item_a,.newsleft .divdgweb_new_div_item_a{ font-size:18px; color:#289930; font-weight:bold; display:block; line-height:48px; margin-top:52px;}
.newsleft .news_div_item_date{ position:absolute; bottom:0px; right:0; font-size:16px; font-family:Arial, Helvetica, sans-serif; color:#5f6265; padding-top:35px; text-align:center;}
.newsleft .news_div_item_date>div,.newsleft .divdgweb_new_div_item_date>div{ display:inline-block;color: #289930;}
.newsleft .news_div_item_date .news_div_item_day,.newsleft .divdgweb_new_div_item_date .divdgweb_new_div_item_day{ font-size:30px; left:0; right:0; top:0; margin:0 auto; position:absolute;   color: #289930;font-weight: bold;}
.newsleft .news_div_item:hover .news_div_item_pic img{ transform:scale(1.05);}
.newsleft .news_div_item:hover .news_div_item_a{color:#289930;}
.newsright .news_div_item,.newsright .divdgweb_new_div_item{ float:left; width:370px; height:223px; border:1px solid #ededed; padding:30px; margin:0 20px 20px 0; position:relative; box-sizing:border-box;    background: #fff;} 
.newsright .news_div_item:hover,.newsright .divdgweb_new_div_item:hover{border-color:#289930;}
.newsright .news_div_item:nth-child(2n),.newsright .divdgweb_new_div_item:nth-child(2n){ margin-right:0;}
.newsright .news_div_item:nth-child(3),.newsright .news_div_item:nth-child(4),.newsright .divdgweb_new_div_item:nth-child(3),.newsright .divdgweb_new_div_item:nth-child(4){ margin-bottom:0;}
.newsright{ width:880px;}
.newsright .news_div_item_content{ float:left;}
.newsright .news_div_item_a,.newsright .divdgweb_new_div_item_a{font-size:18px; color:#289930; display:block; font-weight:bold; background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210416/20210416094307_666355047.png) no-repeat right center;line-height: 20px;}
.newsright .news_div_item:hover .news_div_item_a,.newsright .divdgweb_new_div_item:hover .divdgweb_new_div_item_a{color:#289930;}
.newsright .news_div_item_body,.newsright .divdgweb_new_div_item_body{ font-size:14px; color:#889c8a; line-height:28px; margin-top:60px;}
.newsright .news_div_item_date,.newsright .divdgweb_new_div_item_date{ position:absolute; font-size:0; top:65px; left:30px;}
.newsright .news_div_item_date>div,.newsright .divdgweb_new_div_item_date>div{ display:inline-block; font-size:16px; color:#889c8a; font-family:Arial, Helvetica, sans-serif;}
.newsright .news_div_item_date:after,.newsright .divdgweb_new_div_item_date:after{ content:''; display:block; width:28px; height:2px; background:#889c8a; margin-top:15px; transition:all .3s ease;}
.newsright .news_div_item:hover .news_div_item_date:after{ width:50px; background:#289930;}
.bt{text-align: center;padding-top: 80px;margin-bottom: 60px;}
.bt b{font-size:38px;font-weight: bold;display: block;color: #333;margin-bottom: 14px;}
.bt b strong{color: #289930;font-size: 38px;}
.bt p{font-size: 18px;display: block;}

.newsleft .divdgweb_new_div .news_div_item_pic{ margin:20px;}
.newsleft .divdgweb_new_div_item_body{ display:none;}
.newsleft .divdgweb_new_div_item_content{ position:absolute; bottom:26px;}
.newsleft .divdgweb_new_div_item_date{ position:absolute; bottom:70px; right:20px;}
.newsleft .divdgweb_new_div_item_date .divdgweb_new_div_item_month,.newsleft .divdgweb_new_div_item_date .divdgweb_new_div_item_year{ position:relative; bottom:-42px;}
.newsleft .divdgweb_new_div_item_date .divdgweb_new_div_item_day{ padding-left:10px !important;}

/*版权*/
#copyright_bg{width:100%; height:456px; background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210415/20210415171109_1086576478.jpg) center no-repeat; }
#copyright_c{width:1400px; margin:0 auto; font-weight:lighter;}
#copyright_c_l{width:1015px; float:left; font-size:14px; color:#94cc98;}
#copyright_c_l a{font-size:14px; color:#94cc98;}
#copyright_c_l a:hover{font-size:14px; color:#ff0;}
#copyright_c_l .b_nav{padding-top:60px; }
#copyright_c_l .b_nav li{float:left; width:195px; font-size:18px; color:#fff;}
#copyright_c_l .b_nav li p{padding-top:30px; line-height:32px; font-size:14px;}
#copyright_c_l .b_nav li p a{font-size:14px; color:#94cc98;}
#copyright_c_l .b_nav li p a:hover{font-size:14px; color:#ff0;}
#copyright_c_l .b_copy{text-align:right; line-height:30px; padding-right:155px;    margin-top: 100px;}

#copyright_c_r{width:385px; float:right; padding-top:60px; color:#fff;}
#copyright_c_r .c_wat{text-align:center; font-size:18px; height:45px;}
#copyright_c_r .c_watimg{text-align:center; height:213px;}
#copyright_c_r .c_watimg p{text-align:center; font-size:14px; color:#fff; padding-top:10px;}
#copyright_c_r .crtel{ font-size:22px; font-weight:normal; color:#fff; width:280px; margin:-10px auto;}
#copyright_c_r .crtel em{ display:block; font-size:40px; color:#fff; margin:10px 0 0 0; font-family:fontDin1; font-weight:normal;}



/*友情链接*/
.links{ background:#111; font-size:18px; color:#fff; line-height:90px;}
.links .w1400{ background:url(https://memberpic.114my.com.cn/dgjinyang/uploadfile/image/20210415/20210415174806_105571467.png) no-repeat right center;display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start; }
.links span{ text-transform:uppercase; font-size:24px;  display:inline-block; margin:0 20px 0 5px; vertical-align:bottom;}