body{overflow-x:hidden;}
body,td{font-size:14px; color:#555; font-family:Microsoft YaHei;}
a{color:#555; text-decoration:none; font-size:14px;}
a:hover{color:#0581f9;}
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:neutraface2;
src: url(//cdn.dg.114my.cn/font/neutraface2/neutraface2.ttf),
     url(//cdn.dg.114my.cn/font/neutraface2/neutraface2.eot),
     url(//cdn.dg.114my.cn/font/neutraface2/neutraface2.otf),
     url(//cdn.dg.114my.cn/font/neutraface2/neutraface2.woff),
     url(//cdn.dg.114my.cn/font/neutraface2/neutraface2.woff2);
}
@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:Tw Cen MT;
src: url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.ttf),
     url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.eot),
     url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.otf),
     url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.woff),
     url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.woff2);
}



/*通用标题*/
.column_tit{display:flex; flex-direction:column; align-items:center;}
.column_tit em{font-size:40px; line-height:40px; color:#0581f9; font-weight:bold;}
.column_tit p{margin-top:15px; font-size:18px; line-height:18px;}
.column_tit span{display:flex; justify-content:space-between; align-items:center; width:50px; margin-top:15px;}
.column_tit .dot{width:8px; height:8px; border-radius:50%; background:#50a7fb; animation:bounce_fountainG 1.5s linear infinite;}
.column_tit .dot:nth-child(1){animation-delay:.5s;}
.column_tit .dot:nth-child(2){animation-delay:.7s;}
.column_tit .dot:nth-child(3){animation-delay:.9s;}
@keyframes bounce_fountainG { 
0%{transform:scale(1.0);}
100%{transform:scale(1.2); background:#0581f9;}
}



/*抬头*/
.head{ margin:0 auto; width:1400px; height:158px;}
.logo{ float:left; margin-top:31px;}
.name{ float:left; margin-left:27px; margin-top:52px; font-size:40px; line-height:40px; color:#0581f9; font-weight:bold; letter-spacing:6px;}
.name p{ margin-top:10px; font-size:18px; line-height:18px; color:#555; font-weight:normal; letter-spacing:0;}
.head_ad{ position:relative; float:left; margin-left:25px; height:69px; margin-top:31px; padding-left:30px; padding-top:30px; font-size:31px; line-height:31px; color:#0581f9; font-weight:bold; background:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230527/20230527100556_1653782900.jpg) no-repeat; text-indent:40px;}
.head_ad span{ position:absolute; left:-16px; top:30px; font-size:40px; font-family:DIN; line-height:30px; letter-spacing:-2px;}
.head_ad p{ margin-top:5px; font-size:18px; line-height:18px; color:#555; font-weight:normal; letter-spacing:2.8px; text-indent:0;}
.head_tel{ float:right; margin-top:60px; width:234px; text-align:right; line-height:14px; background:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230527/20230527100556_1181780087.jpg) 130px 0 no-repeat;}
.head_tel p{ margin-top:10px; font-family:Arial; font-size:34px; line-height:26px; color:#0581f9; font-weight:bold;}



/*导航*/
.navbg{ width:100%; background:#0581f9;}
.nav{ width:1400px; margin:0 auto;}
.nav li{ float:left; width:calc(100% / 9); position:relative;}
.nav li > a{ display:block; width:100%; text-align:center; font-size:18px; line-height:70px; color:#fff; text-decoration:none; transition-duration:0.8s;}
.nav li:hover > a,.nav li.navcurrent > a{ background:#58b02a; font-weight:bold;}
/*下拉*/
.nav li > dl{position:absolute; left:0; top:70px; width:100%; transform:translateY(20px); opacity:0; z-index:9; visibility:hidden; transition:0.3s;}
.nav li > dl a{display:block; text-align:center; line-height:50px; color:#333; text-decoration:none; border-bottom:1px solid rgba(255,255,255,.3); background:#fff;}
.nav li:hover > dl{transform:translateY(0); opacity:1; visibility:visible;}
.nav li > dl a:hover{background:#e0e0e0;}



/*幻灯片*/
.banner{overflow:hidden; background:#fff; position:relative;}
.banner-box{ min-width:1400px; height:700px; position:relative; margin:0 auto;}
.banner-box .bd{ width:100%; }
.banner-box .bd li{ width:100%; height:700px; background-position:center; background-repeat:no-repeat;}
.banner-box .bd li a{ display:block; background-size:auto;}
.banner-btn{width: 100%;position: absolute;top: 4px;left: 0;margin-left: 0;height: 100%;overflow: hidden;}
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:40%; 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(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230527/20230527110601_278060643.png) 0 0 no-repeat; } 
.banner-btn a.next{ right:-50px; background:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230527/20230527110601_278060643.png) -49px 0 no-repeat; }
.banner-box .hd { position:absolute; bottom:25px; width:100%;}
.banner-box .hd ul { width:1400px; margin:0 auto; text-align:center; }
.banner-box .hd ul li{ width:30px; height:30px; line-height:30px; color:#fff; font-family:Arial; font-size:16px; background:#333;cursor:pointer;display:inline-block; margin:0 2px; transition:0.3s all ease-in-out; }
.banner-box .hd ul li.on{ background:#0581f9;}
.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;}



/*搜索*/
.searchbg{ width:100%; height:100px; background:#f1f1f1;}
.search{ width:1400px; margin:0 auto;}
.search_fl{ float:left; line-height:100px; text-indent:30px; background:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230527/20230527100557_348348329.jpg) left center no-repeat;}
.search_fr{ float:right; margin-top:30px;}
#infoname,.search_button{ border:none; outline:none;}
#infoname{ float:left; width:277px; padding-left:30px; line-height:42px; border-radius:21px 0 0 21px; color:#b2b2b2; box-sizing:border-box;}
.search_button{ float:right; width:42px; height:42px;}



/*产品*/
.productbg{width:100%; min-width:1400px; max-width:1920px; margin:0 auto; margin-top:70px;}
.product{width:100%; margin-top:20px; border-top:2px solid #d7e0ef;}
.product_cont{width:1400px; margin:0 auto;}
.sort .prolist2021{}
.prolist2021 ul{display:flex; justify-content:space-between;}
.prolist2021 li{position:relative;}
.prolist2021 li:before{content:""; display:block; width:0; height:4px; background:#0581f9; transition-duration:0.8s;}
.prolist2021 li:hover:before,.prolist2021 li.on:before{width:100%;}
.prolist2021 li a{display:block; padding-left:7px; padding-right:4px; font-size:18px; line-height:58px; text-decoration:none;}
.prolist2021 li a:before{content:""; display:inline-block; width:8px; height:8px; border:2px solid #555; border-radius:50%; box-sizing:border-box; margin-right:8px; vertical-align:middle; transition-duration:0.8s;}
.prolist2021 li:hover a,.prolist2021 li.on a{color:#0581f9; font-weight:bold;}
.prolist2021 li:hover a:before,.prolist2021 li.on a:before{background:#0581f9; border-color:#0581f9;}
.productshow{margin-top:13px; overflow:hidden;}
.progdwz2021 li{float:left; margin-bottom:20px;}
.progdwz2021 li+li{margin-left:30px;}
.progdwz2021 li > a{display:block; width:446px; height:334px; overflow:hidden; position:relative;}
.progdwz2021 li > a img{width:100%; transition-duration:0.8s;}
.progdwz2021 li:hover > a img{transform:scale(1.1);}
.progdwz2021 li > br{display:none;}
.progdwz2021 li span{display:block; margin-top:1px; background:#efefef; transition-duration:0.8s;}
.progdwz2021 li span a{display:flex; align-items:center; justify-content:space-between; height:60px; padding:0 25px; font-size:16px; line-height:16px; text-decoration:none; overflow:hidden; transition-duration:0.8s;}
.progdwz2021 li span a:after{content:""; display:block; width:20px; height:12px; transition-duration:0.8s; background:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230531/20230531002354_1777409429.png) center no-repeat;}
.progdwz2021 li:hover span{background:#0581f9;}
.progdwz2021 li:hover span a{color:#fff; padding:0 35px;}
.progdwz2021 li:hover span a:after{background-image:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230531/20230531114720_115859321.png);}



/*解决方案*/
.projectbg{width:1400px; margin:0 auto; margin-top:60px;}
.project{margin-top:33px;}
.project_nav{padding-top:36px; border-top:1px solid #dcdcdc;}
.project_nav ul{display:flex; justify-content:center;}
.project_nav li+li{margin-left:70px;}
.project_nav li a{font-size:18px; line-height:18px; color:#333; font-weight:bold; transition-duration:0.5s;}
.project_nav li a p{margin-top:10px; font-weight:normal;}
.project_nav li a i{display:block; width:26px; height:26px; margin-top:20px; transition-duration:0.5s; background:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230531/20230531002354_831689770.png) center no-repeat;}
.project_nav li:hover a,.project_nav li.on a{color:#0581f9;}
.project_nav li:hover a i,.project_nav li.on a i{transform:rotate(90deg);  background-image:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230531/20230531002354_1515299838.png);}
.project_cont{margin-top:30px;}
.project_cont .divdgweb_new_div_item{width:100%; height:541px; background:#f5f5f5;}
.project_cont .divdgweb_new_div_item_content{float:left; padding-left:57px; padding-top:90px;}
.project_cont .divdgweb_new_div_item_title:after{content:""; display:block; margin-top:32px; width:63px; height:1px; background:#0581f9;}
.project_cont .divdgweb_new_div_item_title a{display:block; height:26px; font-size:26px; line-height:26px; color:#0581f9; font-weight:bold; position:relative;}
.project_cont .divdgweb_new_div_item_title a:after{content:"了解详情+"; position:relative; left:0; top:267px; display:block; width:204px; text-align:center; font-size:18px; line-height:46px; color:#555; font-weight:normal; border:1px solid #555; border-radius:5px; transition-duration:0.8s;}
.project_cont .divdgweb_new_div_item_title a:hover:after{color:#fff; background:#0581f9; border-color:#0581f9;}
.project_cont .divdgweb_new_div_item_body{width:517px; margin-top:30px; font-size:16px; line-height:36px;}
.project_cont .news_div_item_pic{float:right; width:736px; height:100%; overflow:hidden;}
.project_cont .news_div_item_pic img{width:100%; transition-duration:0.8s;}
.project_cont .news_div_item_pic:hover img{transform:scale(1.1);}



/*优势*/
.meritbg{width:100%; min-width:1400px; max-width:1920px; height:947px; margin:0 auto; margin-top:125px; padding-top:62px; box-sizing:border-box; background:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230531/20230531002354_1166343181.jpg) center no-repeat;}
.merit_tit{text-align:center;}
.merit_tit em{font-size:36px; line-height:36px; color:#0581f9; font-weight:bold;}
.merit_tit em font{display:inline-block; font-family:DIN Medium; font-size:50px; line-height:38px; vertical-align:bottom;}
.merit_tit p{margin-top:17px; font-size:18px; line-height:18px; color:#666;}
.merit{width:1508px; height:673px; margin:0 auto; margin-top:35px; padding:50px 58px 50px 50px; background:#fff; box-sizing:border-box; box-shadow: 0px 0px 8px 0px rgba(51,51,51,0.1);}
.merit_cont{width:100%; height:100%;}
.merit_cont ul{display:flex; justify-content:space-between;}
.merit_cont li{width:16.4%; height:100%; overflow:hidden; position:relative; cursor:pointer; transition-duration:0.5s;}
.merit_cont li > img{display:block; width:auto; height:100%; position:relative; left:0; top:0; transition-duration:0.5s;}
.merit_cont li:nth-child(1) > img{left:-270px;}
.merit_cont li:nth-child(4) > img{left:-60px;}
.merit_cont li.cur{width:46.5%;}
.merit_cont li.cur > img{left:0; top:0;}
.default{position:absolute; left:0; top:0; display:flex; flex-direction:column; align-items:center; justify-content:center; width:100%; height:100%; background:rgba(0,0,0,.7); transition-duration:0.5s; transition-property:number;}
.default em{display:block; margin-top:47px; font-size:20px; line-height:20px; color:#fff; font-weight:bold;}
.default em:before{content:""; display:block; width:1px; height:17px; margin:0 auto 99px; background:#fff;}
.default i{display:block; margin-top:9px; font-family:Arial; font-size:12px; line-height:12px; color:rgba(255,255,255,.8); text-transform:uppercase;}
.merit_cont li.cur .default{opacity:0; visibility:hidden;}
.pass{position:absolute; right:0; top:0; width:100%; height:100%; padding-left:30px; padding-top:377px; box-sizing:border-box; opacity:0; visibility:hidden; transition-duration:0.8s; background-size:100% 100%; background-position:center; background-repeat:no-repeat; background-image:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230531/20230531002354_140329752.png);}
.pass em{font-size:22px; line-height:22px; color:#fff; white-space:nowrap;}
.pass em i{display:inline-block; margin-left:6px; font-family:Arial; font-size:14px; line-height:14px; vertical-align:bottom;}
.pass p{width:591px; font-size:16px; line-height:30px; color:rgba(255,255,255,.9); margin-top:25px; border-top:1px solid rgba(255,255,255,.6); padding-top:14px;}
.merit_cont li.cur .pass{opacity:1; visibility:visible;}



/*合作客户*/
.clientbg{width:1400px; margin:0 auto; margin-top:92px;}
.client{margin-top:34px;}
.client .new_web_div2021 ul{overflow:hidden;}
.client .new_web_div2021 ul+ul{margin-top:-1px;}
.client .new_web_div2021 li{float:left; width:278px; height:196px; border:1px solid #ddd; overflow:hidden;}
.client .new_web_div2021 li+li{margin-left:-1px;}
.client .new_web_div2021 li a{display:flex; flex-direction:column; align-items:center; justify-content:center; width:100%; height:100%; position:relative;}
.client .new_web_div2021 li a img{width:252px; height:126px; transition-duration:0.8s;}
.client .new_web_div2021 li:hover a img{transform:scale(1.1);}
.client .new_web_div2021 li a p{margin-top:9px; font-size:16px; line-height:16px; color:#555;}
.client .new_web_div2021 li a:before,.client .new_web_div2021 li a:after{content:""; display:block; width:0; height:0; position:absolute; transition-duration:0.6s; visibility:hidden;}
.client .new_web_div2021 li a:before{border-left:3px solid #0581f9; border-top:3px solid #0581f9;  left:-1px; top:-1px;}
.client .new_web_div2021 li a:after{border-right:3px solid #0581f9; border-bottom:3px solid #0581f9; right:-1px; bottom:-1px;}
.client .new_web_div2021 li:hover a:before,.client .new_web_div2021 li:hover a:after{width:60px; height:40px; visibility:visible; z-index:2;}
.client .new_web_div2021 li.more a{font-size:18px; line-height:18px; color:#fff; background:#0581f9;}
.client .new_web_div2021 li.more a em{font-family:neutraface2; font-size:40px; line-height:40px; color:rgba(255,255,255,.8);}
.client .new_web_div2021 li.more a:before,.client .new_web_div2021 li.more a:after{display:none;}



/*简介*/
.aboutbg{width:100%; max-width:1920px; min-width:1400px; height:890px; margin:0 auto; margin-top:60px; padding-top:73px; box-sizing:border-box; background:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230531/20230531002354_1838400609.jpg) center no-repeat;}
.about{width:1400px; margin:0 auto;}
.about .column_tit span{color:#666;}
.about_txt{margin-top:19px; text-align:center; font-size:16px; line-height:36px; color:#666;}
.about_txt a{display:block; margin:0 auto; margin-top:40px; width:180px; text-align:left; font-size:16px; line-height:50px; color:#fff; padding-left:45px; box-sizing:border-box; border-radius:25px; transition-duration:0.8s; background:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230531/20230531002354_96508214.png) 136px center no-repeat #0581f9;}
.about_txt a:hover{background-color:#58b02a;}
.factory{width:100%; height:322px; margin-top:109px; padding-left:30px; padding-top:30px; background:#fff; box-sizing:border-box;}
.factory .new_web_div2021 li{float:left; margin-right:20px;}
.factory .new_web_div2021 li > a{display:block; width:319px; height:213px; overflow:hidden;}
.factory .new_web_div2021 li > a img{width:100%; transition-duration:0.5s;}
.factory .new_web_div2021 li:hover > a img{transform:scale(1.1);}
.factory .new_web_div2021 li p{margin-top:1px; background:#f3f3f3; transition-duration:0.5s;}
.factory .new_web_div2021 li p a{display:block; width:100%; text-align:center; font-size:16px; line-height:48px; text-decoration:none; transition-duration:0.5s;}
.factory .new_web_div2021 li:hover p{background:#0581f9;}
.factory .new_web_div2021 li:hover p a{color:#fff;}



/*合作流程*/
.coursebg{width:1400px; margin:0 auto; margin-top:80px;}
.course{margin-top:30px;}
.course dl{float:left; width:138px; margin-left:10px;}
.course dl+dl{ margin-left:18px;}
.course dd{ text-align:center; line-height:48px; font-size:16px;}



/*合作流程*/
.liuyanbg{ width:100%; height:160px; padding-top:57px; margin-top:40px; background:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230620/20230620182359_624833143.jpg) center no-repeat;}
.liuyan{ margin:0 auto; width:1400px;}
.liuyan_tit{ text-align:center; font-size:30px; line-height:30px; color:#FFF; font-weight:bold;}
.liuyan_cont{ margin-top:25px;}
.liuyan_cont li{ float:left; margin-right:30px;}
.input,.textarea{ color:#555555; width:370px; height:54px; font-size:16px; line-height:54px; text-indent:85px; border:none; outline:none; font-family:Microsoft YaHei;}
.input1{ background:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230620/20230620181938_1804132139.png) no-repeat;}
.input2{ background:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230620/20230620181938_1129366054.png) no-repeat;}
.textarea{ background:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230620/20230620181938_538840773.png) no-repeat;}
.submit{ width:160px; height:54px; line-height:54px; font-size:20px; color:#FFF; font-weight:bold; text-align:center; background:#fab913; border:none; outline:none; cursor:pointer;}



/*新闻*/
.newsbg{width:1400px; margin:0 auto; margin-top:80px; overflow:hidden;}
.news_titfl{float:left; width:500px; position:relative; height:44px; padding-left:52px; font-size:36px; color:#0581f9; line-height:44px; font-weight:bold; background:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230531/20230531184936_1877276565.jpg) no-repeat;}
.news_titfl span{ display:block; position:absolute; left:202px; top:20px; font-size:18px; line-height:18px; color:#666; font-weight:normal;}
.news_titfr{float:right; padding-top:10px; position:relative; padding-right:70px;}
.news_titfr li{float:left;}
.news_titfr li{margin-right:60px;}
.news_titfr li a{display:block; height:37px; font-size:18px; line-height:18px; color:#666; text-decoration:none;}
.news_titfr li.newscur a{font-weight:bold; color:#0581f9; background:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230531/20230531184936_154978445.jpg) bottom no-repeat;}
.news_titmore{ position:absolute; right:0; top:12px;}
.news_titmore a{ display:block; font-size:18px; line-height:18px; color:#666; padding-right:42px; background:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230531/20230531184936_603781439.jpg) right center no-repeat;}

/*新闻内容*/
.news{margin-top:30px;}
.news1{float:left;}
.news3{float:right;}

/*左边*/
.news1 .news_div_item{float:left; position:relative; width:669px; height:618px; background:#f8f8f8; transition-duration:0.8s;}
.news1 .news_div_item:hover{background:#0581f9;}
.news1 .news_div_item_pic a{display:block; width:669px; height:387px; overflow:hidden;}
.news1 .news_div_item_pic a img{width:100%; transition-duration:0.8s;}
.news1 .news_div_item:hover .news_div_item_pic a img{transform:scale(1.1);}
.news1 .news_div_item_content{position:absolute; top:387px; left:0; width:569px; padding:40px 50px 0 50px;}
.news1 .news_div_item_title a{display:block; font-size:20px; line-height:20px; font-weight:bold; color:#333;}
.news1 .news_div_item_body{margin-top:20px; line-height:28px; font-size:16px; color:#888;}
.news1 .news_div_item_date{position:absolute; left:50px; top:556px; color:#666; font-family:DIN Medium; font-size:16px; line-height:16px;}
.news1 .news_div_item_month{position:absolute; left:0; top:0;}
.news1 .news_div_item_day{position:absolute; left:25px; top:0; width:30px;}
.news1 .news_div_item_year{position:absolute; left:54px; top:0;}
.news1 .news_div_item:hover .news_div_item_title a{color:rgba(255,255,255);}
.news1 .news_div_item:hover .news_div_item_body{color:rgba(255,255,255,.9);}
.news1 .news_div_item:hover .news_div_item_date{color:rgba(255,255,255,.6);}

/*右边*/
.news3 .news_div_item{position:relative; margin-bottom:20px; width:670px; height:173px; background:#f4f4f4; transition-duration:0.8s;}
.news3 .news_div_item:hover{background:#0581f9;}
.news3 .news_div_item_pic{ position:absolute; left:0; top:0;}
.news3 .news_div_item_pic a{display:block; width:294px; height:173px; overflow:hidden;}
.news3 .news_div_item_pic a img{width:100%; transition-duration:0.8s;}
.news3 .news_div_item:hover .news_div_item_pic a img{transform:scale(1.1);}
.news3 .news_div_item_content{position:absolute; left:324px; top:28px; width:320px;}
.news3 .news_div_item_title a{display:block; font-size:18px; line-height:18px; color:#333; transition-duration:0.8s;}
.news3 .news_div_item_body{text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; line-clamp:2; -webkit-box-orient:vertical; margin-top:14px; font-size:16px; color:#888; line-height:28px; transition-duration:0.8s;}
.news3 .news_div_item:nth-child(1){display:none;}
.news3 .news_div_item_date{position:absolute; left:324px; top:126px; color:#666; font-family:DIN Medium; font-size:16px; line-height:16px; transition-duration:0.8s;}
.news3 .news_div_item_month{position:absolute; left:0; top:0;}
.news3 .news_div_item_day{position:absolute; left:25px; top:0; width:30px;}
.news3 .news_div_item_year{position:absolute; left:54px; top:0;}
.news3 .news_div_item:hover .news_div_item_title a{color:rgba(255,255,255);}
.news3 .news_div_item:hover .news_div_item_body{color:rgba(255,255,255,.9);}
.news3 .news_div_item:hover .news_div_item_date{color:rgba(255,255,255,.6);}
.news3 .news_div_item:nth-child(2){ width:670px; height:233px; background:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230531/20230531184936_787787706.jpg) no-repeat;}
.news3 .news_div_item:nth-child(2) .news_div_item_pic{ display:none;}
.news3 .news_div_item:nth-child(2) .news_div_item_content{position:absolute; left:50px; top:40px; width:563px;}
.news3 .news_div_item:nth-child(2) .news_div_item_title a{ color:#FFF; font-size:20px; color:#FFF; font-weight:bold;}
.news3 .news_div_item:nth-child(2) .news_div_item_body{ color:#fff; margin-top:20px;}
.news3 .news_div_item:nth-child(2) .news_div_item_date{position:absolute; left:50px; top:170px; color:#fff;}



/*底部*/
.bottombg{width:100%; height:458px; margin-top:80px; line-height:32px; color:#fff; background:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230527/20230527115148_82645317.jpg) center no-repeat;}
.bottombg a{color:#fff;}
.bottombg a:hover{color:#ff8d00 !important;}
.bottom{width:1400px; margin:0 auto; padding-top:73px; padding-bottom:60px; display:flex; justify-content:space-between;}
.bottom_fl{}
.bottom_tit{font-size:40px; line-height:48px; font-weight:bold; letter-spacing:8px;}
.bottom_tit img{display:inline-block; margin-right:15px; vertical-align:bottom;}
.Copyright{margin-top:22px;}
.bottom_but{margin-top:27px;}
.bottom_but a{display:flex; justify-content:center; align-items:center; float:left; margin-right:10px; width:36px; height:36px; border-radius:50%; background:#fff;}
.bottom_nav{overflow:hidden; padding-top:10px;}
.bottom_nav dl{float:left;}
.bottom_nav dl:nth-child(2){margin:0 137px;}
.bottom_nav dt{font-size:18px; line-height:18px; color:#fff;}
.bottom_nav dd{margin-top:26px;}
.bottom_nav dd a{display:block; line-height:14px; margin-bottom:22px;}
.bottom_fr{padding-top:10px; padding-right:10px;}
.bottom_fr p{font-size:18px; line-height:18px; font-weight:bold;}
.QRcode{margin-top:25px;}
.QRcode dl{float:left;}
.QRcode dl+dl{margin-left:20px;}
.QRcode dt{width:120px; height:120px; padding:11px 13px 13px 12px; box-sizing:border-box; background:url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230527/20230527114926_107514328.png) center no-repeat;}
.QRcode dt img{width:95px; height:95px;}
.QRcode dd{margin-top:20px; text-align:center; line-height:14px;}
.bottom_bot{width:100%; border-top:1px solid rgba(255,255,255,.2);}
.bottom_botcont{width:1400px; margin:0 auto; line-height:90px;}
.bottom_botcont,.bottom_botcont a{ color:#fff !important;}
.bottom_botcont .fl span{ display:block; float:left; font-size:16px;}
.linkTagcs{ float:left; overflow:hidden;}



/*右侧浮动*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box a{ text-decoration:none;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(//memberpic.114my.cn/gangyuanwater/uploadfile/image/20230601/20230601112926_169867300.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; position: absolute; bottom: -12px; left: 13px; z-index: 1;  background-color: #0581f9; }/*颜色更改*/
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; margin-top:12px; background-color: #0581f9 !important; border-color: #0581f9 !important; }
.y-kefu-box01 .kf-mobile p{ color:#FFF;}
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.kf-email,.y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #0581f9; border-color: #0581f9;}/*颜色更改*/
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 
/*电话*/
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #0581f9; font-size: 18px; }/*颜色更改*/
.right { width: 12px; height: 12px; position: absolute; right: -12px; top: 24px;}
.right-arrow1,.right-arrow2 { width: 0; height: 0; display: block; position: absolute; left: 0; top: 0; border-top: 6px transparent dashed; border-right: 6px transparent dashed; border-bottom: 6px transparent dashed; border-left: 6px white solid; overflow: hidden;}
.right-arrow1 { left: 1px; border-left: 6px #efefef solid;}
.right-arrow2 { border-left: 6px white solid;}
/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width: 94px; height: 94px; margin: 30px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*邮箱*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; }
.y-kefu-box01 .y-email-infos p { color: #0581f9; font-size: 16px; }/*颜色更改*/
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }
/*qq*/
.y-kefu-box01 .kf-zixun {border-bottom: solid 1px #efefef; display:none !important; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 a.kf-zixun:hover{ background-color: #0581f9; border-color: #0581f9; color: #fff; }/*颜色更改*/
.y-kefu-box01 a.kf-zixun:hover>i { background-position: -30px -5px; }
/*关闭后*/
.hide-status .kf-zixun { border-bottom:none; border-radius: 2px; display:block !important; }
.hide-status .kf-zixun i { background-position: -30px -5px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#0581f9;position: absolute; top: 37px; left: 55px; z-index: 9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }