@charset "utf-8";
/* CSS Document */
body,td{font-size:14px; color:#555; font-family:"Microsoft YaHei","微软雅黑";}
a{color:#555; text-decoration:none; font-size:14px;}
a:hover{color:#279558; text-decoration:none;}
body,div,ul,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th{margin:0; padding:0;}
dl,dt,dd{margin:0px; padding:0px; list-style:none;}
ul,li{list-style:none;}
em,i{font-style:normal;}
img{border:0;}
.cl{clear:both;}
.fl{float:left;}
.fr{float:right;}



/*字体-图标*/
@font-face {
font-family:DIN Medium;
src:url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.ttf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.eot),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.otf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff2);
}
@font-face {
  font-family: 'iconfont';  /* Project id 4711712 */
  src: url('//at.alicdn.com/t/c/font_4711712_z80y2bjcd3.woff2?t=1729325536959') format('woff2'),
       url('//at.alicdn.com/t/c/font_4711712_z80y2bjcd3.woff?t=1729325536959') format('woff'),
       url('//at.alicdn.com/t/c/font_4711712_z80y2bjcd3.ttf?t=1729325536959') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-style:normal;
	font-size:16px;
	line-height:100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}




/*抬头*/
.headbg{width:1400px; height:130px; margin:0 auto;}
.head_logo{float:left; margin-top:32px;}
.head_name{float:left; margin-top:35px; margin-left:14px;}
.head_name em,.head_name em img{display:block;}
.head_name p{margin-top:10px; font-family:Arial; font-size:14px; line-height:10px; color:#9a9797; text-transform:uppercase; letter-spacing:0.6px;}
.head_ad{float:left; margin-top:35px; margin-left:12px; padding-top:4px; padding-left:25px; background:url(https://memberpic.114my.com.cn/dgtiancheng11/uploadfile/image/20241018/20241018140445_119155322.jpg) left top no-repeat;}
.head_ad em{font-size:24px; line-height:24px; color:#279558; font-weight:bold;}
.head_ad p{margin-top:8px; font-size:20px; line-height:20px; color:#555;}
.minor-feature{float:left; margin-top:30px;}
.minor-feature dl{float:left; display:flex; flex-direction:column; justify-content:center; align-items:center;}
.minor-feature dl+dl{margin-left:50px;}
.minor-feature dt{font-size:38px; line-height:40px; color:#7f7f7f;}
.minor-feature dl:nth-child(2) dt{font-size:62px;}
.minor-feature dd{margin-top:12px; line-height:14px; color:#666;}
.head_tel{float:left; display:flex; flex-direction:row; justify-content:flex-start; align-items:center; margin-left:60px; margin-top:40px;}
.head_tel span{display:flex; justify-content:center; align-items:center; width:50px; height:50px; font-size:30px; line-height:30px; color:#fff; border-radius:50%; background:#279558;}
.head_tel font{display:block; margin-left:10px;}
.head_tel font em{display:block; line-height:14px; color:#666;}
.head_tel font p{margin-top:10px; font-family:"Times New Roman","Times","serif","Arial"; font-size:30px; line-height:20px; color:#222; font-weight:bold;}



/*导航*/
.topnavbg{width:100%; max-width:1920px; min-width:1400px; margin:0 auto; background:#279558;}
.topnav{width:1400px; margin:0 auto;}
.topnav li{float:left; width:calc(100% / 9); transition:all .6s ease;}
.topnav li a{display:block; text-align:center; font-size:17px; line-height:75px; color:#fff;}
.topnav li:hover,.topnav li.nav_cur{background:#ffa200;}



/*幻灯片*/
.banner_box{width:100%; max-width:1920px; min-width:1400px; margin:0 auto; overflow:hidden; position:relative;}
.banner_cont{width:100%; height:auto;}
.banner_cont li{display:none; width:100%; height:800px; background-position:center; background-repeat:no-repeat;}
.banner_cont li a{display:block; width:100%; height:100%;}
.banner_box .prev,.banner_box .next{width:49px; height:104px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; position:absolute; top:calc(50% - 52px); cursor:pointer; background-repeat:no-repeat; background-image:url(https://memberpic.114my.com.cn/dgtiancheng11/uploadfile/image/20241018/20241018150142_2074394980.png);}
.banner_box .prev{left:0; background-position:left center;}
.banner_box .next{right:0; background-position:right center;}
.banner_box:hover .prev,.banner_box:hover .next{filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4;}
.banner_box:hover .prev{left:1%;}
.banner_box:hover .next{right:1%;}
.banner_box .prev:hover,.banner_box .next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}
.banner_select{position:absolute; left:50%; bottom:25px; transform:translateX(-50%); z-index:1;}
.banner_select li{float:left; width:30px; font-family:Arial; text-align:center; font-size:16px; line-height:30px; color:#fff; background:#333; cursor:pointer; transition:0.3s all ease-in-out;}
.banner_select li+li{margin-left:2px;}
.banner_select li.on{background-color:#279558;}



/*搜索*/
.searchbg{width:1400px; margin:0 auto;}
.search_txt{float:left; padding:30px 0 35px 0;}
.search_txt,.search_txt a{font-size:16px; line-height:16px; color:#777;}
.search_box{float:right; margin-top:15px; border:1px solid #ebebeb; border-radius:23px; overflow:hidden;}
.search_box form{display:flex; flex-direction:row; justify-content:flex-start; align-items:center;}
.search_box input{border:none; outline:none;}
#infoname{display:block; width:230px; padding-left:20px; line-height:46px; color:#aaa;}
.search_key{display:flex; justify-content:center; align-items:center; width:46px; height:46px; font-size:22px; line-height:22px; color:#fff; border-radius:50%; background:#279558; cursor:pointer;}



/*简介*/
.aboutbg{width:100%; max-width:1920px; min-width:1400px; height:641px; margin:0 auto; background:url(https://memberpic.114my.com.cn/dgtiancheng11/uploadfile/image/20241018/20241018140446_2117213527.jpg) center top no-repeat;}
.about{width:1400px; margin:0 auto; padding-top:100px;}
.about_txt{float:left; width:645px;}
.about_tit{padding-top:67px; background:url(https://memberpic.114my.com.cn/dgtiancheng11/uploadfile/image/20241018/20241018140446_498642225.png) left 20px no-repeat;}
.about_tit span{display:block; font-size:42px; line-height:42px; color:#282828; font-weight:bold;}
.about_tit span font{color:#279558;}
.about_tit p{margin-top:25px; font-size:20px; line-height:20px; color:#333;}
.about_cont{margin-top:30px; font-size:15px; line-height:31px; color:#666;}
.about_more{margin-top:38px;}
.about_more a{display:block; width:123px; padding-left:30px; font-size:18px; line-height:42px; color:#fff; border-radius:21px; background:#279558; transition-duration:0.6s;}
.about_more a i{float:right; display:block; margin-right:1px; font-size:36px; line-height:42px;}
.about_more a:hover{width:143px; background:#ffa200;}
.about_video{float:right; width:675px; height:433px; border:10px solid #fff; border-radius:20px; box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.13);}
.about_video img,.about_video iframe{width:100% !important; height:100% !important; border-radius:10px;}



/*产品*/
.productbg{width:100%; max-width:1920px; min-width:1400px; height:1083px; margin:0 auto; background:#f4f5f4;}
.product{width:1400px; margin:0 auto; padding-top:70px;}
.product_tit{display:flex; flex-direction:column; align-items:center;}
.product_tit em{display:block; font-size:42px; line-height:42px; color:#333; font-weight:bold;}
.product_tit em i{color:#279558;}
.product_tit p{margin-top:20px; font-size:18px; line-height:18px; color:#999;}
.product_cont{margin-top:70px;}
.sortbg{float:left; background:#fff;}
.sortbg dl{display:block; width:280px; height:110px;}
.sortbg dl+dl{border-top:1px solid #e0e6e4;}
.sortbg dl a{display:flex; flex-direction:row; justify-content:flex-start; align-items:center; width:100%; height:100%; padding-left:35px; box-sizing:border-box; background-repeat:no-repeat; background-image:linear-gradient(to right, #36b66f 28%, #279558 100%); background-size:100% 100%; background-position:-280px center; transition-duration:0.6s;}
.sortbg dt{font-size:42px; line-height:42px; color:#8a8a8a;}
.sortbg dd{margin-left:13px;}
.sortbg dd em{display:block; font-size:20px; line-height:20px; color:#333; font-weight:bold;}
.sortbg dd p{margin-top:8px; font-size:12px; line-height:12px; color:#999;}
.sortbg dl:hover a,.sortbg dl.product_cur a{background-position:0 center;}
.sortbg dl:hover dt,.sortbg dl.product_cur dt,.sortbg dl:hover dd em,.sortbg dl.product_cur dd em,.sortbg dl:hover dd p,.sortbg dl.product_cur dd p{color:#fff;}
.product_box{float:right;}
.product_intro{display:flex; flex-direction:row; justify-content:center; align-items:flex-start; background:#fff;}
.product_img,.product_img img{width:555px; height:439px;}
.product_txt{width:508px; margin-left:18px; padding-right:36px; box-sizing:border-box;}
.product_txt01{padding-top:70px; padding-bottom:40px; border-bottom:1px dashed #dedede; font-size:25px; line-height:25px; color:#333; font-weight:bold;}
.product_txt02{margin-top:22px;}
.product_txt02 dl{display:flex; flex-direction:row; justify-content:flex-start; align-items:center; font-size:16px; line-height:40px;}
.product_txt02 dl+dl{margin-top:6px;}
.product_txt02 dt{width:100px; text-align:center; color:#fff; background:#279558;}
.product_txt02 dd{margin-left:10px; color:#747474;}
.productshow{margin-top:43px;}
.progdwz2021 li{float:left;}
.progdwz2021 li+li{margin-left:20px;}
.progdwz2021 li > a{display:block; overflow:hidden;}
.progdwz2021 li > a img{transition-duration:0.5s;}
.progdwz2021 li:hover > a img{transform:scale(1.1);}
.progdwz2021 li > br{display:none;}
.progdwz2021 li span{display:block; background:#f9f9f9;}
.progdwz2021 li span a{display:block; text-align:center; font-size:16px; line-height:48px; color:#666; transition-duration:0.5s;}
.progdwz2021 li:hover span a{color:#fff; background:#279558;}



/*品质*/
.qualitybg{width:100%; max-width:1920px; min-width:1400px; height:1388px; margin:0 auto; background:url(https://memberpic.114my.com.cn/dgtiancheng11/uploadfile/image/20241019/20241019093834_2096838638.jpg) center no-repeat;}
.quality{width:1400px; margin:0 auto; padding-top:60px;}
.quality_tit{display:flex; flex-direction:column; align-items:center;}
.quality_tit em{display:block; font-size:42px; line-height:42px; color:#333; font-weight:bold;}
.quality_tit em font{color:#279558;}
.quality_tit p{margin-top:30px; font-size:18px; line-height:18px; color:#666;}
.quality_tit i{display:block; margin-top:22px; color:#8c9992;}
.quality_box{margin-top:174px; position:relative;}
.quality_img{position:absolute; left:50%; top:0; transform:translateX(-50%); background:url(https://memberpic.114my.com.cn/dgtiancheng11/uploadfile/image/20241019/20241019093834_955945879.png) center no-repeat;}
.quality_cont{padding-top:100px;}
.quality_cont > .fl,.quality_cont > .fr{display:flex; flex-direction:column; justify-content:space-between; height:540px;}
.quality_cont dl{display:flex; flex-direction:row; align-items:flex-start;}
.quality_cont dt{width:60px; height:60px; padding:7px; box-sizing:border-box; border-radius:50%; position:relative;}
.quality_cont dt i{display:flex; justify-content:center; align-items:center; width:46px; height:46px; font-size:23px; line-height:23px; color:#279558; border-radius:50%; background:#fff; position:relative; z-index:1;}
.quality_cont dt{position:relative;}
.quality_cont dt:after,.quality_cont dt:before{content:'';position:absolute;animation:merNum 2s infinite ease;}
.quality_cont dt:before{width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,0.6);top:calc(50% - 25px);left:calc(50% - 25px);}
.quality_cont dt:after{width:60px;height:60px;border-radius:50%;background:rgba(255,255,255,0.3);top:calc(50% - 30px);left:calc(50% - 30px);animation-delay:0.8s;}
@keyframes merNum{
  0%{transform:scale(1);opacity:1;}
  100%{transform:scale(1.5);opacity:0;}
}
.quality_cont .fl dl:nth-child(1) dt i,.quality_cont .fl dl:nth-child(2) dt i,.quality_cont .fr dl:nth-child(1) dt i,.quality_cont .fr dl:nth-child(3) dt i{font-size:33px; line-height:33px;}
.quality_cont dd{margin:0 16px;}
.quality_cont dd em{display:block; font-size:30px; line-height:30px; color:#fff; font-weight:bold;}
.quality_cont dd p{width:240px; margin-top:10px; font-size:16px; line-height:28px; color:#d9e9e0;}
.quality_cont .fr dd em{text-align:right;}
.quality_tel{display:flex; justify-content:center; align-items:center; width:490px; height:68px; margin:180px auto 0; border-radius:34px; border:1px solid rgba(255,255,255,.2);}
.quality_tel span{display:flex; flex-direction:row; justify-content:space-between; align-items:center; width:470px; height:50px; padding-left:28px; box-sizing:border-box; border-radius:25px; background:#289e5d;}
.quality_tel span i{display:block; margin-right:8px; font-size:30px; line-height:30px; color:#a9e3c3;}
.quality_tel span font{font-size:18px; line-height:18px; color:#effff6;}
.quality_tel span em{display:block; width:270px; padding-left:28px; box-sizing:border-box; border-radius:25px; font-family:DIN Medium; font-size:30px; line-height:50px; color:#fff; font-weight:bold; background:#ffa200;}



/*案例*/
.casebg{width:1400px; margin:70px auto 0;}
.case_tit{display:flex; flex-direction:column; align-items:center;}
.case_tit em{display:block; font-size:42px; line-height:42px; color:#333; font-weight:bold;}
.case_tit em i{color:#279558;}
.case_tit p{margin-top:23px; font-size:18px; line-height:18px; color:#666;}
.case_box{margin-top:80px;}
.case_box .new_web_div2021{width:100%; overflow:hidden;}
.case_box .new_web_div2021 ul{display:flex; flex-direction:row; justify-content:space-between; align-items:center;}
.case_box .new_web_div2021 li{width:24%; height:560px; position:relative; transition:all .4s ease;}
.case_box .new_web_div2021 li > a{display:block; width:100%; height:100%; position:absolute; left:0; top:0; background:#000;}
.case_box .new_web_div2021 li:nth-child(1) > a{z-index:4;}
.case_box .new_web_div2021 li:nth-child(2) > a{z-index:3;}
.case_box .new_web_div2021 li:nth-child(3) > a{z-index:2;}
.case_box .new_web_div2021 li:nth-child(4) > a{z-index:1;}
.case_box .new_web_div2021 li > a img{width:auto; height:100%; opacity:0.6; position:absolute; top:0; transition:all .4s ease;}
.case_box .new_web_div2021 li:nth-child(1) > a img{left:0;}
.case_box .new_web_div2021 li:nth-child(2) > a img{left:-240px;}
.case_box .new_web_div2021 li:nth-child(3) > a img{left:-160px;}
.case_box .new_web_div2021 li:nth-child(4) > a img{left:-160px;}
.case_box .new_web_div2021 li:nth-child(-n+3) > a{width:116%; -webkit-clip-path:ellipse(100% 100% at 0% 50%); overflow:hidden;}
.case_box .new_web_div2021 li.case_cur{width:30%;}
.case_box .new_web_div2021 li.case_cur > a img{opacity:0.9;}
.case_box .new_web_div2021 li.case_cur:nth-child(1) > a img{left:0;}
.case_box .new_web_div2021 li.case_cur:nth-child(2) > a img{left:-260px;}
.case_box .new_web_div2021 li.case_cur:nth-child(3) > a img{left:-140px;}
.case_box .new_web_div2021 li.case_cur:nth-child(4) > a img{left:-100px;}
.case_box .new_web_div2021 li p{width:100%; position:absolute; left:0; bottom:10%; z-index:5; transition:all .4s ease;}
.case_box .new_web_div2021 li:nth-child(-n+3) p{transform:translateX(8%);}
.case_box .new_web_div2021 li p a{display:block; text-align:center; font-size:22px; line-height:22px; color:rgba(255,255,255,.92);}
.case_box .new_web_div2021 li.case_cur:nth-last-child(1) p{transform:translateX(8%);}
.case_box .new_web_div2021 li > a:after{content:"了解更多"; display:block; position:absolute; left:50%; top:50%; width:160px; font-size:18px; line-height:46px; color:#fff; padding-left:6%; box-sizing:border-box; border-radius:23px; transform:translateX(-70%); opacity:0; transition:all .4s ease; background:url(https://memberpic.114my.com.cn/dgtiancheng11/uploadfile/image/20241019/20241019115019_2028933362.png) 80% center #279558 no-repeat;}
.case_box .new_web_div2021 li:hover > a:after{transform:translateX(-50%); opacity:1;}
.case_box .new_web_div2021 li:hover:nth-last-child(1) > a:after{transform:translateX(-30%);}



/*优势*/
.virtuebg{width:100%; max-width:1920px; min-width:1400px; margin:95px auto 0;}
.virtue_tit{display:flex; flex-direction:column; align-items:center;}
.virtue_tit em{display:block; font-size:42px; line-height:42px; color:#333; font-weight:bold;}
.virtue_tit em i{color:#279558;}
.virtue_tit p{margin-top:23px; font-size:18px; line-height:18px; color:#666;}
.virtue_box{margin-top:33px;}
.virtue_nav{display:flex; flex-direction:row; justify-content:space-between; align-items:center; width:1400px; margin:0 auto;}
.virtue_nav dl{display:flex; flex-direction:row; justify-content:center; align-items:center; width:calc(100% / 4); height:120px; background:#f5f5f5; cursor:pointer; transition-duration:0.5s;}
.virtue_nav dl:nth-child(2n){background:#f1f1f1;}
.virtue_nav dt{font-size:50px; line-height:50px; color:#333; transition-duration:0.5s;}
.virtue_nav dd{margin-left:13px;}
.virtue_nav dd span{font-size:24px; line-height:28px; color:#666; transition-duration:0.5s;}
.virtue_nav dd span font{font-size:28px; color:#279558; font-weight:bold; transition-duration:0.5s;}
.virtue_nav dd p{margin-top:10px; font-size:15px; line-height:15px; color:#4c4c4c; transition-duration:0.5s;}
.virtue_nav dl.virtue_cur{background:#279558;}
.virtue_nav dl.virtue_cur dt,.virtue_nav dl.virtue_cur dd span,.virtue_nav dl.virtue_cur dd span font{color:#fff;}
.virtue_nav dl.virtue_cur dd p{color:rgba(255,255,255,.8);}
.virtue_cont{width:100%;}
.virtue{}
.virtue_img{display:flex; justify-content:center; align-items:center; width:100%; height:auto; overflow:hidden;}
.virtue_img img{width:auto; height:724px;}
.virtue_txt{width:1400px; height:210px; margin:-210px auto 0; padding:28px 45px 36px 36px; box-sizing:border-box; position:relative; z-index:1; background:#fff;}
.virtue_txt01{float:left;}
.virtue_txt01 span{display:flex; flex-direction:row; justify-content:flex-start; align-items:center; margin-bottom:25px;}
.virtue_txt01 span em{display:block; margin-left:23px; font-size:36px; line-height:36px; color:#333; font-weight:bold;}
.virtue_txt01 p{width:1000px; font-size:15px; line-height:25px; color:#888;}
.virtue_txt01 p::before{content:""; display:inline-block; width:7px; height:7px; margin-right:10px; box-shadow:0 0 0 4px rgba(39,149,88,.26); border-radius:50%; vertical-align:middle; background:#279558;}
.virtue_txt01 p+p{margin-top:14px;}
.virtue_txt02{float:right; height:100%; border-left:1px solid #f0f0f0; padding-left:40px; padding-top:40px; box-sizing:border-box;}
.virtue_txt02 em{display:flex; flex-direction:row; justify-content:flex-start; align-items:center; font-size:15px; line-height:15px; color:#222;}
.virtue_txt02 em i{display:block; margin-right:6px; font-size:23px; line-height:23px; color:#279558;}
.virtue_txt02 p{margin-top:10px; font-family:DIN Medium; font-size:35px; line-height:35px; color:#279558; font-weight:bold;}



/*流程*/
.flowbg{width:1400px; margin:45px auto 0;}
.flow_tit{display:flex; flex-direction:column; align-items:center;}
.flow_tit em{display:block; font-size:42px; line-height:42px; color:#333; font-weight:bold;}
.flow_tit em i{color:#279558;}
.flow_tit p{margin-top:23px; font-size:18px; line-height:18px; color:#666;}
.flow_box{margin-top:60px;}
.flow_box dl{float:left; display:flex; flex-direction:column; justify-content:center; align-items:center; width:166px; height:234px; border:2px solid #279558; border-radius:10px; transition-duration:0.5s; position:relative; cursor:pointer;}
.flow_box dl+dl{margin-left:35px;}
.flow_box dl:nth-child(-n+6):after{content:""; display:block; width:12px; height:25px; background:#279558; position:absolute; right:-12px; bottom:12px;}
.flow_box dl:hover{box-shadow:0 26px 50px -6px rgba(97, 105, 113, 0.3); transform:translateY(-10px); -webkit-transform:translateY(-10px);}
.flow_box dt{display:flex; flex-direction:column; justify-content:flex-start; align-items:center;}
.flow_box dt i{display:flex; justify-content:center; align-items:center; width:80px; height:80px; font-size:46px; line-height:46px; color:#fff; border-radius:50%; background:#279558;}
.flow_box dt em{display:block; width:24px; text-align:center; font-family:Arial; line-height:24px; color:#fff; font-weight:bold; transform:translateY(-50%); border-radius:50%; box-shadow:0 0 0 4px rgba(39,149,88,.26); background:#279558;}
.flow_box dd{margin-top:42px; font-size:16px; line-height:16px; color:#222; position:relative;}
.flow_box dd:before{content:""; display:block; width:7px; height:15px; position:absolute; left:calc(50% - 6px); top:-36px; background:url(https://memberpic.114my.com.cn/dgtiancheng11/uploadfile/image/20241019/20241019154654_1422287089.jpg) center no-repeat;}



/*新闻*/
.newsbg{width:100%; max-width:1920px; min-width:1400px; margin:74px auto 0; background:#fafafa;}
.news_box{width:1400px; margin:0 auto; padding-top:50px; padding-bottom:80px;}
.news_top{display:flex; flex-direction:row; justify-content:space-between; align-items:center;}
.news_tit{}
.news_tit em{display:block; text-transform:uppercase; font-size:40px; line-height:40px; color:#e9e9e9; font-weight:bold;}
.news_tit em i{color:#279558;}
.news_tit p{margin-top:6px; font-size:28px; line-height:28px; color:#000; font-weight:bold;}
.news_tit p:after{content:""; display:inline-block; width:100px; height:1px; margin-left:20px; vertical-align:bottom; background:#e6e6e6;}
.news_nav{}
.news_nav li{float:left; margin-left:25px;}
.news_nav li a{display:flex; flex-direction:row; justify-content:center; align-items:center; width:150px; font-size:15px; line-height:50px; color:#333;}
.news_nav li a i{display:block; margin-right:6px; font-size:22px; line-height:22px;}
.news_nav li:nth-child(2) a i{font-size:28px; line-height:28px;}
.news_nav li.news_cur a{background:#279558; color:#fff;}
.news_cont{margin-top:50px;}
.news_div_item{float:left; width:446px; height:500px; position:relative; border:1px solid #eee; transition-duration:0.5s;}
.news_div_item + .news_div_item{margin-left:28px;}
.news_div_item_date{display:flex; flex-direction:row; justify-content:center; align-items:center; width:100px; text-align:center; font-family:Arial; font-size:14px; line-height:36px; color:#fff; background:#333; position:absolute; left:24px; top:211px; z-index:1; transition-duration:0.5s;}
.news_div_item_content{position:absolute; left:24px; top:268px;}
.news_div_item_title a{font-size:18px; line-height:18px; color:#333; font-weight:bold; transition-duration:0.5s;}
.news_div_item_body{width:395px; margin-top:15px; font-size:16px; line-height:31px; transition-duration:0.5s;}
.news_div_item_title a:after{content:"查看详情"; display:block; width:130px; text-align:center; font-size:14px; line-height:38px; color:#999; font-weight:normal; border-radius:20px; border:1px solid #eee; position:absolute; left:0; top:164px; transition-duration:0.5s;}
.news_div_item_pic{position:absolute; left:24px; top:24px;}
.news_div_item_pic a{display:block; width:395px; height:223px; overflow:hidden;}
.news_div_item_pic a img{width:100%; height:100%; transition-duration:0.5s;}
.news_div_item:hover{border-color:#279558; background:#279558;}
.news_div_item:hover .news_div_item_title a{color:#fff;}
.news_div_item:hover .news_div_item_title a:after{color:#fff; border-color:#fff;}
.news_div_item:hover .news_div_item_body{color:rgba(255,255,255,.6);}
.news_div_item:hover .news_div_item_pic a img{transform:scale(1.1);}



/*底部*/
.basebg{width:100%; max-width:1920px; min-width:1400px; height:533px; margin:0 auto; background:url(https://memberpic.114my.com.cn/dgtiancheng11/uploadfile/image/20241019/20241019163635_422658394.jpg) center no-repeat;}
.base{display:flex; flex-direction:row; justify-content:space-between; align-items:flex-start; width:1400px; height:305px; margin:0 auto; padding-top:137px;}
.base01{}
.base_logo{display:flex; flex-direction:row; justify-content:flex-start; align-items:center;}
.base_logo span{display:block; margin-left:20px;}
.base_logo span em{display:block; font-size:36px; line-height:36px; color:#fff; font-weight:bold;}
.base_logo span p{margin-top:10px; font-size:17px; line-height:17px; color:#c8e6d4;}
.base_tel{margin-top:34px;}
.base_tel span{display:flex; flex-direction:row; justify-content:flex-start; align-items:center; margin-bottom:12px; font-size:15px; line-height:15px; color:#d5f3e1;}
.base_tel span i{display:block; margin-right:10px; font-size:20px; line-height:20px;}
.base_tel font{display:block; margin-bottom:20px; font-family:DIN Medium; font-size:28px; line-height:28px; color:#fff; font-weight:bold;}
.base_tel p{font-size:16px; line-height:16px; color:#fff;}
.base02{}
.base02 dl{float:left; padding-top:8px;}
.base02 dl:nth-child(2){margin-left:150px;}
.base02 dl:nth-child(3){margin-left:120px;}
.base02 dt{font-size:18px; line-height:18px; color:#fff; font-weight:bold;}
.base02 dd{margin-top:36px;}
.base02 dd a{display:block; font-size:15px; line-height:15px; color:rgba(255,255,255,.5);}
.base02 dd a+a{margin-top:20px;}
.base02 dd a:hover{color:#fff;}
.base03{}
.base03 span{display:block; padding-bottom:24px; font-size:18px; line-height:18px; color:#fff; border-bottom:1px solid rgba(255,255,255,.1); background:url(https://memberpic.114my.com.cn/dgtiancheng11/uploadfile/image/20241019/20241019163635_1467580860.png) 216px 2px no-repeat;}
.base03 em{display:block; margin-top:16px;}
.base03 em img{display:block; float:left; width:95px; height:95px; border:12px solid #fff;}
/*版权*/
.Copyrightbg{width:100%; border-top:1px solid rgba(255,255,255,.1);}
.Copyright{width:1400px; margin:0 auto;}
.Copyright .fl,.Copyright .fl a{font-size:15px; line-height:15px; color:rgba(255,255,255,.5);}
.Copyright .fl{padding:35px 0 39px 0;}
.Copyright .fl a:hover{color:rgba(255,255,255,1);}
.blogrollbg{margin-top:22px; position:relative;}
.blogrollbg em{display:block; width:180px; font-size:15px; line-height:37px; color:rgba(255,255,255,.5); border:1px solid rgba(255,255,255,.4); padding-left:13px; box-sizing:border-box; background:url(https://memberpic.114my.com.cn/dgtiancheng11/uploadfile/image/20241019/20241019171554_478813237.png) 150px center no-repeat;}
.blogrollbg .linkTagcs{opacity:0; visibility:hidden; position:absolute; left:0; bottom:39px; background:#fff; transition-duration:0.5s;}
.blogrollbg:hover .linkTagcs{opacity:1; visibility:visible;}
.blogrollbg .linkTagcs li{display:block; width:100%;}
.blogrollbg .linkTagcs a{display:block; text-align:center; font-size:15px; line-height:40px; color:#555 !important; transition-duration:0.5s;}
.blogrollbg .linkTagcs a:hover{background:#eee;}