body{overflow-x:hidden;}
body,td{font-size:14px; color:#555; font-family:Microsoft YaHei; font-family:微软雅黑;}
a{color:#555; text-decoration:none; font-size:14px;}
a:hover{color:#007fff; text-decoration:underline;}
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{ text-align:center; font-size:40px; line-height:40px; color:#333;}
.column_tit span{ font-weight:bold; color:#007fff;}
.column_tit em{ display:block; margin-top:10px; font-size:18px; line-height:18px; color:#555;}



/*抬头*/
.head{ width:100%; min-width:1400px;}
.head_fl{ float:left; padding-left:2%;}
.head_logo{ float:left; padding-top:25px;}
.head_slogan{ float:left; margin-left:25px; padding-top:36px; font-size:24px; line-height:24px; font-weight:bold; color:#333;}
.head_slogan span{ font-size:20px; line-height:36px; font-weight:normal; color:#555; letter-spacing:0.5px;}
.head_fr{ float:right; padding-top:35px; padding-right:2%;}
/*导航*/
.head_nav{float:left;}
.head_nav li{float:left; margin-left:56px;}
.head_nav li a{display:block; height:50px; line-height:34px; font-size:16px; text-decoration:none; color:#333;}
.head_nav li a:hover,.head_nav li a.navcurrent{color:#007fff; font-weight:bold; background:url(https://memberpic.114my.com.cn/hengmei/uploadfile/image/20220803/20220803085727_1508822176.jpg) center bottom no-repeat;}
@media screen and (max-width:1680px){
.head_nav li:nth-child(6){ display:none;}
}
@media screen and (max-width:1610px){
.head_tel{ display:none;}
}

.head_tel{float:right; margin-left:35px; width:192px; padding-left:60px; height:40px; border-radius:40px; font-family:Tw Cen MT; font-size:25px; line-height:40px; font-weight:bold; color:#FFF; background:url(https://memberpic.114my.com.cn/hengmei/uploadfile/image/20220803/20220803090036_1187327369.jpg) 25px center no-repeat #007fff;}



/*幻灯片*/
.banner{ margin-top:30px; overflow:hidden; background:#fff; position:relative;}
.banner-box{ min-width:1400px; height:650px; position:relative; margin:0 auto;}
.banner-box .bd{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:650px; background-position:center; background-repeat:no-repeat;}
.banner-box .bd li a{ display:block; background-size:auto;}
.banner-btn{ width:100%; position:absolute; top:0; left:0; margin-left:0; height:100%; overflow:hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:42%; 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(https://memberpic.114my.com.cn/hengmei/uploadfile/image/20220614/20220614163620_1957097664.png) 0 0 no-repeat; } 
.banner-btn a.next{ right:-50px; background:url(https://memberpic.114my.com.cn/hengmei/uploadfile/image/20220614/20220614163620_1957097664.png) -49px 0 no-repeat; }
.banner-box .hd { position:absolute; bottom:30px; width:100%;}
.banner-box .hd ul { width:1400px; margin:0 auto; text-align:center; }
.banner-box .hd ul li{ width:11px; height:11px; border-radius:22px; text-indent:-9999px; background:#fff;cursor:pointer;display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; }
.banner-box .hd ul li.on{ background:#007fff; width:50px;}
.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;}



/*数据*/
.databg{width:1400px; margin:0 auto; margin-top:60px;}
.honor{width:1079px; height:65px; margin:0 auto; margin-top:40px; border-top:1px solid #ececec; border-bottom:1px solid #ececec;}
.honor ul{width:100%; height:100%; display:flex; justify-content:center;}
.honor li{display:block; padding-left:18px; font-size:18px; line-height:65px;}
.honor li+li{margin-left:30px;}
.honor li:before{content:""; float:left; display:block; width:5px; height:5px; margin-left:-18px; margin-top:32px; background:#666; border-radius:50%;}
.data_cont{width:100%; margin-top:37px;}
.data_cont dl{width:20%; box-sizing:border-box; padding-top:217px; float:left; position:relative; background:url(https://memberpic.114my.com.cn/hengmei/uploadfile/image/20220621/20220621100634_371643343.jpg) no-repeat;}
.data_cont dl:nth-child(1){background-position:left top; padding-left:45px;}
.data_cont dl:nth-child(2){background-position:-280px top; padding-left:74px;}
.data_cont dl:nth-child(3){background-position:-560px top; padding-left:77px;}
.data_cont dl:nth-child(4){background-position:-840px top; padding-left:85px;}
.data_cont dl:nth-child(5){background-position:right top; padding-left:149px;}
.data_cont dt{position:absolute; left:0; top:158px;}
.data_cont dt i{position:absolute; top:-9px; font-family:DIN Medium; font-size:60px; line-height:60px; color:#333; font-weight:bold;}
.data_cont dt em{position:absolute; top:19px; display:block; width:24px; background:#007fff; border-radius:50%; overflow:hidden; text-align:center; line-height:24px; color:#fff;}
.data_cont dl:nth-child(1) dt i{left:35px;}
.data_cont dl:nth-child(1) dt em{left:139px; font-size:22px;}
.data_cont dl:nth-child(2) dt i{left:90px;}
.data_cont dl:nth-child(2) dt em{left:127px;}
.data_cont dl:nth-child(3) dt i{left:95px;}
.data_cont dl:nth-child(3) dt em{left:131px;}
.data_cont dl:nth-child(4) dt i{left:93px;}
.data_cont dl:nth-child(4) dt em{left:167px; font-size:22px;}
.data_cont dl:nth-child(5) dt i{left:147px;}
.data_cont dl:nth-child(5) dt em{left:251px; font-size:22px;}
.data_cont dd{font-size:18px; line-height:18px; color:#333;}



/*产品*/
.productbg{width:100%; height:639px; margin-top:60px; background:url(https://memberpic.114my.com.cn/hengmei/uploadfile/image/20220621/20220621100634_1725676700.jpg) center no-repeat;}
.product{width:1400px; margin:0 auto;}
.product_tit{float:left; padding-top:60px; font-size:40px; line-height:40px; color:#007fff; font-weight:bold;}
.product_tit span{display:inline-block; margin-left:9px; font-size:20px; line-height:20px; color:#333; font-weight:normal;}
.product_nav{float:right; padding-top:64px; padding-bottom:16px; border-bottom:2px solid #f9b91e;}
.prolist2021 li{float:left;}
.prolist2021 li+li{margin-left:48px;}
.prolist2021 li a{display:block; font-size:18px; line-height:18px; color:#333; text-decoration:none; position:relative;}
.prolist2021 li a:after{content:""; position:absolute; left:0; top:34px; display:block; width:0; height:2px; background:#007fff; transition:.5s;}
.prolist2021 li:hover a,.prolist2021 li.on a{color:#007fff; font-weight:bold;}
.prolist2021 li:hover a:after,.prolist2021 li.on a:after{width:100%;}
.product_cont{padding-top:32px !important;}
.progdwz2021{}
.progdwz2021 li{float:left; width:327px; height:447px; background:#fff; position:relative; box-shadow:0 0 8px #cfcfcf;}
.progdwz2021 li+li{margin-left:30px;}
.progdwz2021 li > a{position:absolute; left:0; top:94px;}
.progdwz2021 li span{position:absolute; left:0; top:0; display:block; width:145px; padding:0 91px 0;}
.progdwz2021 li span a{display:block; padding-top:32px; text-align:center; font-size:18px; line-height:28px; color:#333; text-decoration:none;}
.progdwz2021 li > a:before{ content:""; display:block; position:absolute; width:327px; height:447px; top:-94px; left:0; background:rgba(0,0,0,0.4); opacity:0; z-index:9;}
.progdwz2021 li:hover  > a:before{ opacity:1;}
.progdwz2021 li > a:after{ position:absolute; top:20%; left:28%; content:"+"; font-size:40px; display:block; color:#fff; width:150px; height:150px; line-height:150px; border-radius:100%; transition:0.2s all ease-in-out; box-shadow: 0 0 0 40px rgba(0,127,255,0.2); background:rgba(0,127,255,0.6); opacity:0; text-align:center;}
.progdwz2021 li:hover > a:after{ opacity:1; transform:scale(0.4);}



/*净水方案*/
.solution{ margin-top:60px;}
.m-img *{outline:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box}
.m-img {position:relative;overflow:hidden; margin-top:30px;}
.m-img .tit {text-align:center;position:absolute;top:50%;left:0;right:0;z-index:2;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);overflow:hidden;opacity:0;filter:alpha(opacity=0);filter:alpha(Opacity=0);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'}
.m-img .tit a {display:block;color:#FFF;overflow:hidden;font-size:49px;color:#fff;line-height:1.5em;font-weight:400; text-decoration:none;}
.m-img .item.slick-current .tit {-webkit-animation:.5s .2s forwards opt;-moz-animation:.5s opt;-ms-animation:opt .5s;-o-animation:.5s .2s opt;animation:.5s .2s forwards opt}
.m-img .item {margin:0 10px}
.m-img .con {display:block;position:relative;overflow:hidden}
.m-img .pic {position:relative;height:0;padding-top:60%;overflow:hidden}
.m-img .pic a {display:block}
.m-img .pic img {display:block;min-width:100%;min-height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}
.m-img .slick-next, .m-img .slick-prev {position:absolute;top:50%;margin-top:-25px;overflow:hidden;width:50px;height:50px;font-size:0;line-height:0;z-index:2;border:none;background:center center no-repeat;-o-background-size:cover;-ms-background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;border-radius:50%;padding:0;cursor:pointer;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s}
.m-img .slick-prev {left:21.35%;background-image:url(https://memberpic.114my.com.cn/hengmei/uploadfile/image/20220615/20220615135540_1767496513.png)}
.m-img .slick-next {right:21.35%;background-image:url(https://memberpic.114my.com.cn/hengmei/uploadfile/image/20220615/20220615135540_1800128875.png)}
.m-img .slick-next:hover, .m-img .slick-prev:hover {background-color:rgba(0, 0, 0, .3)}
.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:after{clear:both}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
.slick-initialized .slick-slide{display:block}

@keyframes opt {
 0% {
 opacity:0;
 filter:alpha(opacity=0);
 filter:alpha(Opacity=0);
 -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'
}
100% {
 opacity:1;
 filter:alpha(opacity=100);
 filter:alpha(Opacity=100);
 -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'
}
}



/* 品牌实力见证 */
.BrandWitness{padding-top: 65px;overflow: hidden;}
.container{ width:1400px; margin:0 auto;}
.BrandWitnessCon{margin-top: 40px;position: relative;}
.BrandWitnessImg{position: relative;width: 1920px;height: 600px;left: 50%;margin-left: -960px;overflow: hidden;}
.BrandWitnessImg ul li{float: left;height: 600px;overflow: hidden;width: 1920px;}
.BrandWitnessImg ul li img{display: block;width: 1920px;height: 600px;transition: .8s;}
.BrandWitnessImg ul li:hover img{transform: scale(1.1);}
.BrandWitnessNav{background: rgba(0,0,0,0.8);position: absolute;left: 0;bottom: 0;z-index: 9;width: 100%;}
.BrandWitnessNav ul li{float: left;width: 278px;border-right: 1px #78797a solid;padding: 45px 35px;position: relative;height: 65px;}
.BrandWitnessNav ul li:first-child{border-left: 1px #78797a solid;}
.BrandWitnessNav ul li h3{color: #fff;font-size: 20px;border-bottom: 1px #78797a solid;padding-bottom: 10px;display: inline-block;*display: inline;*zoom: 1;}
.BrandWitnessNav ul li p{color:#a2a2a2;font-size: 14px;margin-top: 15px; font-family:Arial;}
.BrandWitnessNav ul li .ConBox{position: absolute;bottom: -673px;left: 0;background: rgba(0,127,255,0.95);width: 348px;transition: .8s;}
.BrandWitnessNav ul li .ConBox h4{font-weight: normal;background-color: #101010;padding: 45px 35px;}
.BrandWitnessNav ul li .ConBox h4 i{display: block;color:#a2a2a2;font-size: 14px;margin-top: 15px;font-style: normal; font-family:Arial;}
.BrandWitnessNav ul li .ConBox h4 em{color: #fff;font-size: 22px;border-bottom: 1px #78797a solid;padding-bottom: 10px;display: inline-block;*display: inline;*zoom: 1;font-weight: bold;}
.BrandWitnessNav ul li .ConBox dl dt{padding: 55px 35px 80px;}
.BrandWitnessNav ul li .ConBox dl dt h5{color: #fff;line-height: 24px;font-size: 16px;font-weight: normal;margin-bottom: 35px;}
.BrandWitnessNav ul li .ConBox dl dt h6{color: #fff;font-size: 14px;font-weight: normal;border-bottom: 1px #fff solid;display: inline-block;*display: inline;*zoom: 1;padding-bottom: 5px;margin-top: 30px;}
.BrandWitnessNav ul li .ConBox dl dd{height: 60px;line-height: 60px;border-top: 1px #e8f6de solid;padding: 0 35px;}
.BrandWitnessNav ul li .ConBox dl dd a{display: block;color: #fff;font-size: 14px;background: url(https://memberpic.114my.com.cn/hengmei/uploadfile/image/20220615/20220615165232_653021674.png) no-repeat center right;}
.BrandWitnessNav ul li.cur .ConBox{bottom: 0;}
.BrandWitnessNav ul li.cur h3{display: none;}
.BrandWitnessNav ul li.cur p{display: none;}



/*简介*/
.adoutbg{width:1400px; margin:0 auto; margin-top:60px; height:493px; background:url(https://memberpic.114my.com.cn/hengmei/uploadfile/image/20220621/20220621152305_2002145637.jpg) top right no-repeat;}
.adout_txt{float:left; padding-top:5px;}
.adout_txt em{font-size:40px; line-height:40px; color:#333;}
.adout_txt em i{color:#007fff; font-weight:bold;}
.adout_txt span{display:block; margin-top:18px; font-size:18px; line-height:18px;}
.adout_txt span:after{content:""; display:block; width:37px; height:1px; margin-top:49px; background:#252525;}
.adout_txt p{width:595px; font-size:16px; line-height:32px; margin-top:42px;}
.adout_txt a{display:block; width:114px; margin-top:52px; padding-left:25px; line-height:49px; border:1px solid #040001; text-decoration:none; background:url(https://memberpic.114my.com.cn/hengmei/uploadfile/image/20220803/20220803085727_442030063.png) 95px center no-repeat; transition:0.5s;}
.adout_txt a:hover{color:#fff; border-color:#007fff; background:url(https://memberpic.114my.com.cn/hengmei/uploadfile/image/20220627/20220627105819_1361046796.png) 95px center no-repeat #007fff;}
.adout_video{ float:right; margin-top:30px; margin-right:92px; width:559px; height:361px; position:relative; background:url(https://memberpic.114my.com.cn/hengmei/uploadfile/image/20220621/20220621152731_1234373605.jpg) no-repeat;}
.dot a{display:block;width:100%;height:100%;}
.dot{ position:absolute; left:263px; top:161px; z-index:2; width:46px; height:46px; border-radius:50%; -webkit-transform: rotate(0deg); transform: rotate(0deg); 
background:url(https://memberpic.114my.com.cn/hengmei/uploadfile/image/20220621/20220621153147_1904979851.png) no-repeat center; cursor:pointer;}
.pulse1{ position:absolute; z-index:1; width:100px; height:100px; top:135px; left:237px; border-radius:50%; opacity:1; -webkit-animation:warn 1.5s ease-out; animation:warn 1.5s ease-out; -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite; background:#007fff; box-shadow:1px 1px 20px #007fff;}
/*背景扩展*/
@-webkit-keyframes warn {
0% { transform: scale(0.6); -webkit-transform: scale(0.6); opacity: 0.0;}
25% { transform: scale(0.6); -webkit-transform: scale(0.6); opacity: 0.3;}
50% { transform: scale(0.6); -webkit-transform: scale(0.6); opacity: 0.5;}
75% { transform: scale(0.8); -webkit-transform: scale(0.8); opacity: 0.7;}
100% { transform: scale(0.8); -webkit-transform: scale(0.8); opacity: 0.0;}
}
.video_box{ background:rgba(0,0,0,0.6);position: fixed;top:0;left:0;z-index:-1;opacity:0;transition:600ms ease;}
.video_box.cur{opacity:1;z-index:999;transition:600ms ease;}
.video{position: fixed;top:-100%;left:50%;margin-top:-250px;margin-left:-500px;transition:600ms ease;}
.video_box.cur .video,.video_box.cur .video_x{top:50%;transition:600ms ease;}
.video_x{width:50px; height:50px; border-radius:50px; background:#fff; position:fixed; top:-100%; left:50%; margin-left:520px; margin-top:-250px; text-align:center; line-height:50px; font-size:22px; font-weight: lighter; cursor: pointer; transition:600ms ease;}



/*证书*/
.switchall{ margin:0 auto; width:1400px; position:relative;}
#Left_Photo,#Right_Photo{width:40px; height:40px; position:absolute; top:40%; cursor:pointer; overflow:hidden; transition:0.5s; border-radius:50%; background:url(https://memberpic.114my.com.cn/hengmei/uploadfile/image/20220621/20220621151204_1384481381.png) center no-repeat;}
#Left_Photo{left:-66px;}
.switchnr{}
.switchnr .new_web_div2021 li{float:left; margin-right:22px;}
.switchnr .new_web_div2021 li p a{display:block; width:100%; text-align:center; font-size:16px; line-height:46px; text-decoration:none;}
#Right_Photo{right:-64px; transform:rotate(180deg);}
#Left_Photo:hover,#Right_Photo:hover{background-color:#007fff; background-image:url(https://memberpic.114my.com.cn/hengmei/uploadfile/image/20220627/20220627110823_1363429432.png);}



/*新闻*/
.newsbg{width:100%; height:836px; margin-top:80px; background:#f2f2f2;}
.news_cont{width:1400px; margin:0 auto; padding-top:80px;}
.news_tit{float:left; font-size:40px; line-height:40px; color:#333; font-weight:bold; padding-bottom:6px; background:url(https://memberpic.114my.com.cn/hengmei/uploadfile/image/20220621/20220621151204_508726790.jpg) center bottom no-repeat;}
.news_tit i{color:#007fff;}
.news_nav{float:right;}
.news_nav li{float:left; margin-left:43px;}
.news_nav li a{font-size:18px; line-height:18px; color:#333; text-decoration:none;}
.news_nav li a:after{content:""; display:block; margin:0 auto; margin-top:5px; width:14px; height:19px; opacity:0; transition:1s; background:url(https://memberpic.114my.com.cn/hengmei/uploadfile/image/20220803/20220803085727_1573717816.png) center no-repeat;}
.news_nav li a:hover,.news_nav li.cur a{color:#007fff; font-weight:bold;}
.news_nav li a:hover:after,.news_nav li.cur a:after{opacity:1;}
/*内容*/
.news{margin-top:30px !important;}
.news .news_div_item{float:left; width:450px; height:600px; background:#fff; position:relative; margin-right:25px;}
.news .news_div_item:nth-child(3){margin-right:0;}
.news .news_div_item_date{position:absolute; left:50px; top:357px; font-family:Arial; line-height:14px; color:#a0a0a0; transition:1s;}
.news .news_div_item_date:before{content:"News time"; float:left; margin-right:5px;}
.news .news_div_item_year,.news .news_div_item_month,.news .news_div_item_day{float:left;}
.news .news_div_item_content{position:absolute; left:50px; top:382px; transition:1s;}
.news .news_div_item_title a{font-size:18px; line-height:18px; color:#333;}
.news .news_div_item_title a:after{content:"Read More +"; position:absolute; left:0; top:169px; font-family:Tw Cen MT; font-size:16px; line-height:16px; color:#666;}
.news .news_div_item_body{margin-top:26px; line-height:28px; color:#666;}
.news .news_div_item_pic{position:absolute; left:0; top:0; transition:1s;}
.news .news_div_item_pic a img{width:450px; height:320px;}
.news .news_div_item:nth-child(2) .news_div_item_pic{left:0; top:280px;}
.news .news_div_item:nth-child(2) .news_div_item_date{left:50px; top:37px;}
.news .news_div_item:nth-child(2) .news_div_item_content{left:50px; top:62px;}
.news .news_div_item:hover .news_div_item_pic{left:0; top:280px;}
.news .news_div_item:hover .news_div_item_date{left:50px; top:37px;}
.news .news_div_item:hover .news_div_item_content{left:50px; top:62px;}
.news .news_div_item:nth-child(2):hover .news_div_item_pic{left:0; top:0;}
.news .news_div_item:nth-child(2):hover .news_div_item_date{left:50px; top:357px;}
.news .news_div_item:nth-child(2):hover .news_div_item_content{left:50px; top:382px;}



/*底部*/
.bottombg{width:100%; height:528px; background:url(https://memberpic.114my.com.cn/hengmei/uploadfile/image/20220803/20220803090956_261518664.jpg) center no-repeat;}
.bottom{width:1400px; margin:0 auto; padding-top:98px; height:360px;}
.bottom_fl{float:left; padding-left:50px;}
.bottom_fl dl{ float:left; margin-right:228px;}
.bottom_fl dt{font-size:20px; line-height:20px; color:#333; font-weight:bold; margin-bottom:48px;}
.bottom_fl dd a{ display:block; line-height:32px;}
.bottom_fr{float:right; width:400px;}
.bottom_fr dt{font-size:20px; line-height:20px; color:#333; font-weight:bold; margin-bottom:-5px;}
.bottom_fr dd{margin-top:22px; font-size:16px; line-height:16px;}
.bottom_fr dd span{ font-size:36px; line-height:36px; font-weight:bold; color:#007fff; display:block; margin-bottom:60px; font-family:DIN Medium;}
.bottom_fr em{ display:block; position:relative; margin-top:70px;}
.bottom_fr i{ display:none; position:absolute; top:-30px; left:50px;}
.bottom_fr em:hover i{ display:block;}
.bottom_next{width:1400px; margin:0 auto; line-height:66px; color:#666; overflow:hidden}
.bottom_next_fl{float:left; width:900px; line-height:70px; padding-left:45px;}
.links{float:right; width:400px; padding-left:50px;}
.links1{float:left; width:330px; height:70px; overflow:hidden;}
.links2{ float:right; padding-right:37px; padding-top:20px;}