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:#005abc; 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 {
 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:"ShuHeiTi"; font-weight:700;
src:url("//at.alicdn.com/wf/webfont/nbRrGrB6p95c/n9KPxoG9VJXl.woff2") format("woff2"),
	url("//at.alicdn.com/wf/webfont/nbRrGrB6p95c/ThKTcwmvcdMw.woff") format("woff");
	font-display: swap;
}



/*通用标题*/
.usually_tit{display:flex; flex-direction:column; justify-content:center; align-items:center;}
.usually_tit em{font-size:40px; line-height:40px; color:#333;}
.usually_tit em font{color:#005abc; font-weight:bold;}
.usually_tit p{margin-top:10px; font-size:20px; line-height:20px;}
.usually_tit:after{content:""; display:block; width:24px; height:24px; margin-top:10px; border-radius:50%; animation:rotate 5s linear infinite; background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240828/20240828180519_1940461232.png) center no-repeat;}
@keyframes rotate{
from{transform:rotate(0deg);}
to{transform:rotate(360deg);}
}



/*顶部*/
.peakbg{width:100%; min-width:1400px; max-width:1920px; margin:0 auto; background:#005abc;}
.peak{width:1400px; margin:0 auto;}
.peak .fl,.peak .fl a{line-height:51px; color:rgba(255,255,255,.8);}
.peak .fl a{text-decoration:underline;}
.peak .fr{display:flex; flex-direction:row; justify-content:flex-start; align-items:flex-end; height:51px; padding-left:28px; padding-bottom:15px; box-sizing:border-box; background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240828/20240828180518_10329719.jpg) left center no-repeat;}
.peak .fr span{display:block; margin-right:7px; line-height:14px; color:#fff;}
.peak .fr em{ Medium; font-size:24px; line-height:20px; color:rgba(255,255,255,.8); font-weight:bold;}



/*抬头*/
.headbg{width:1400px; margin:0 auto;}
.head_logo{float:left; margin-top:28px;}
.head_name{float:left; margin-top:40px; margin-left:18px;}
.head_name em{font-family:"ShuHeiTi"; font-size:40px; line-height:40px; color:#005abc; letter-spacing:5px;}
.head_name p{margin-top:10px; font-size:16px; line-height:16px;}
.head_nav,.head_nav li{float:left;}
.head_nav li{position:relative;}
.head_nav li+li{margin-left:47px;}
.head_nav li > a{display:block; padding-top:56px; padding-bottom:67px; font-size:18px; line-height:18px; color:#333; text-decoration:none; transition-duration:0.5s;}
.head_nav li > a:before,.head_nav li > a:after{content:""; display:block; transition-duration:0.5s;}
.head_nav li > a:before{position:absolute; left:50%; top:-6px; transform:translateX(-50%); width:12px; height:12px; border:3px solid #fff; border-radius:50%; background:#52c100; opacity:0;}
.head_nav li > a:after{position:absolute; left:50%; top:5px; transform:translateX(-50%); width:1px; height:0; background:#52c100;}
.head_nav li:hover > a,.head_nav li.head_cur > a{color:#52c100; font-weight:bold;}
.head_nav li:hover > a:before,.head_nav li.head_cur > a:before{opacity:1;}
.head_nav li:hover > a:after,.head_nav li.head_cur > a:after{height:37px;}
.drop-down{position:absolute; left:50%; top:80%; z-index:1; width:200%; background:#eee; transform:translateX(-50%) translateY(20px); opacity:0; visibility:hidden; transition-duration:0.5s;}
.drop-down a{display:block; text-align:center; font-size:14px; line-height:50px; text-decoration:none; transition-duration:0.5s;}
.drop-down a:hover{color:#fff; background:#005abc;}
.head_nav li:hover .drop-down{transform:translateX(-50%) translateY(0); opacity:1; visibility:visible;}
.head_seek{float:left; margin-top:45px; margin-left:27px; position:relative;}
.head_seek em{display:flex; justify-content:center; align-items:center; width:36px; height:36px; border-radius:50%; overflow:hidden; background:#52c100; cursor:pointer; transition-duration:0.5s;}
.head_seek:hover em{background-color:#005abc;}
.seek_box{display:block; position:absolute; right:0; top:96px; z-index:1; padding:38px 34px 34px; background:#6a6b6b; transform:translateY(20px); opacity:0; visibility:hidden; transition-duration:0.5s;}
.seek_box:before{content:""; display:block; width:100%; height:76px; position:absolute; right:0; top:-76px; z-index:-1;}
.seek_often,.seek_often a{line-height:14px; color:#fff; white-space:nowrap;}
.seek_often a:hover{opacity:0.8;}
.seek_module{margin-top:23px; border:1px solid #fff;}
.seek_module form{display:flex; flex-direction:row; justify-content:flex-start; align-items:center;}
#infoname,.seek_key{border:none; outline:none; background-color:transparent;}
#infoname{width:calc(100% - 36px); padding:0 13px; box-sizing:border-box; line-height:36px; color:#b5b5b5;}
.head_seek:hover .seek_box{transform:translateY(0); opacity:1; visibility:visible;}



/*幻灯片*/
.banner{width:100%; max-width:1920px; margin:0 auto; overflow:hidden; background:#fff; position:relative;}
.banner-box{width:100%; 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.com.cn/0453541/uploadfile/image/20240828/20240828180519_2131437877.png) 0 0 no-repeat;} 
.banner-btn a.next{right:-50px; background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240828/20240828180519_2131437877.png) -49px 0 no-repeat;}
.banner-box .hd {position:absolute; bottom:25px; width:100%;}
.banner-box .hd ul {width:1300px; 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:#005abc;}
.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;}



/*产品*/
.productbg{width:1400px; margin:80px auto 0;}
.product{margin-top:30px;}
.sortbg{float:left; width:250px;}
.sort_tit{width:100%; height:95px; padding-left:57px; padding-top:30px; box-sizing:border-box; background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240829/20240829085145_1593412051.jpg) center no-repeat;}
.sort_tit em{font-size:22px; line-height:22px; color:#fff; font-weight:bold;}
.sort_tit p{margin-top:7px; font-family:Arial; line-height:10px; color:rgba(255,255,255,.5);}
.sort_box{margin-top:1px; margin-bottom:10px;}
.sort_box .prolist2021 li+li{margin-top:1px;}
.sort_box .prolist2021 li > a{display:block; padding-left:41px; box-sizing:border-box; font-size:16px; line-height:50px; color:#1c77d9; font-weight:bold; text-decoration:none; transition-duration:0.5s; background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240828/20240828180519_1906278710.png) 18px center no-repeat #c8e5f7;}
.sort_box .prolist2021 li:hover > a{color:#fff; background-color:#eabc1d; background-image:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240830/20240830171315_359288014.png);}
.sort_box .prolist2021 dl,.sort_box .prolist2021 dt+dt{margin-top:1px;}
.sort_box .prolist2021 li dl a{display:block; padding-left:19px; box-sizing:border-box; font-size:14px; line-height:49px; color:#555; text-decoration:none; background:#f0eeef; transition-duration:0.5s;}
.sort_box .prolist2021 li dl a:before{content:""; display:inline-block; width:10px; height:7px; margin-right:10px; vertical-align:middle; background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240830/20240830171315_1031051397.png) right center no-repeat; transition-duration:0.5s;}
.sort_box .prolist2021 li dl a:hover{padding-left:29px; color:#fff; background-color:#005abc;}
.sort_box .prolist2021 li dl a:hover:before{background-position:left center;}
.sort_low{height:326px; padding-left:25px; padding-top:33px; box-sizing:border-box; background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240828/20240828180519_1862982427.jpg) center no-repeat;}
.sort_tel{padding-left:40px; background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240829/20240829085145_1905153835.png) left center no-repeat;}
.sort_tel em{line-height:14px; color:#fff;}
.sort_tel p{margin-top:5px; font-family:Impact; font-size:26px; line-height:22px; color:#fff;}
.productshow{float:right;}
.progdwz2021 ul{display:block; height:337px;}
.progdwz2021 li{float:left; width:355px; height:312px; padding:21px 20px 0; box-sizing:border-box; position:relative; background:#f5f5f5; overflow:hidden;}
.progdwz2021 li+li{margin-left:25px;}
.progdwz2021 li > a,.progdwz2021 li > a img{display:block;}
.progdwz2021 li > a:before{content:""; display:block; width:80px; height:80px; box-shadow:0px 0px 0px 15px rgba(0,90,188,0.8) , 0px 0px 0px 30px rgba(0,90,188,0.5); border-radius:50%; animation:prodh 3s linear infinite; transition-duration:0.8s; transition-property:width,height,left,top,background-color; background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240828/20240828180519_1364911883.png) 26px 16px no-repeat #005abc; position:absolute; left:296px; top:273px;}
.progdwz2021 li > a:after{content:"查看详情 +"; font-size:18px; line-height:18px; text-align:center; color:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); opacity:0; transition-duration:0.8s;}
.progdwz2021 li:hover > a:before{content:""; left:-50%; top:-50%; width:200%; height:200%; background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240829/20240829085145_1535174090.png) center 56% no-repeat rgba(0,90,188,0.8);}
.progdwz2021 li:hover > a:after{opacity:1;}
.progdwz2021 li > br{display:none;}
.progdwz2021 li span{display:block; margin-top:19px;}
.progdwz2021 li span a{display:block; padding-left:12px; font-size:16px; line-height:16px;}
@keyframes prodh{
0%{box-shadow:0px 0px 0px 5px rgba(0,90,188,0) , 0px 0px 0px 5px rgba(0,90,188,0);}
25%{box-shadow:0px 0px 0px 15px rgba(0,90,188,0.6) , 0px 0px 0px 0px rgba(0,90,188,0);}
50%{box-shadow:0px 0px 0px 30px rgba(0,90,188,0.3) , 0px 0px 0px 15px rgba(0,90,188,0.6);}
75%{box-shadow:0px 0px 0px 30px rgba(0,90,188,0) , 0px 0px 0px 30px rgba(0,90,188,0.3);}
100%{box-shadow:0px 0px 0px 30px rgba(0,90,188,0) , 0px 0px 0px 30px rgba(0,90,188,0);}
}



/*特点*/
.traitbg{width:100%; min-width:1400px; max-width:1920px; height:868px; margin:55px auto 0; background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240828/20240828180519_1290059967.jpg) center no-repeat;}
.trait{width:1400px; margin:0 auto; padding-top:80px;}
.trait_box{float:left; width:700px;}
.trait_tit{margin-bottom:104px;}
.trait_tit em{font-size:40px; line-height:40px; color:#fff; font-weight:bold;}
.trait_tit p{margin-top:14px; font-size:20px; line-height:20px; color:#fff;}
.trait_cont{}
.trait_item{float:left; width:50%; height:235px; padding-top:50px; box-sizing:border-box;}
.trait_item:nth-child(even){border-left:1px solid #eee; padding-left:50px; padding-right:10px;}
.trait_item:nth-child(n+3){border-top:1px solid #eee;}
.trait_item:nth-child(odd){padding-right:32px;}
.trait_mark{display:flex; flex-direction:row; justify-content:flex-start; align-items:center;}
.trait_mark span{display:block; width:53px; height:53px; border:1px solid #005abc; border-radius:50%; overflow:hidden; animation:traitmark 1.5s linear infinite;}
.trait_mark font{display:block; margin-left:15px;}
.trait_mark em{font-size:24px; line-height:24px; color:#333; font-weight:bold;}
.trait_mark p{margin-top:7px; font-family:Arial; line-height:10px; color:#888;}
.trait_txt{margin-top:20px; font-size:16px; line-height:32px;}
.trait_img{float:right; margin-right:-10px;}
@keyframes traitmark{
0%{transform:translateY(5px);}
50%{transform: translateY(-5px);}
100%{transform: translateY(5px);}
}



/*案例*/
.casebg{width:92.7%; min-width:1400px; max-width:1780px; margin:80px auto 0; overflow:hidden;}
.case{margin-top:32px;}
.case .divdgweb_new_div_item{opacity:0.3; position:relative; transition-duration:0.8s;}
.case .divdgweb_new_div_item_content{position:absolute; left:0; bottom:38px; z-index:1; padding:25px 25px 20px; background:rgba(0,90,188,.8); opacity:0; visibility:hidden; transition-duration:0.8s;}
.case .divdgweb_new_div_item_title a{font-size:20px; line-height:20px; color:#fff; text-decoration:none;}
.case .divdgweb_new_div_item_body{margin-top:12px; font-size:16px; line-height:16px; color:#fff;}
.case .news_div_item_pic a{display:block; overflow:hidden;}
.case .news_div_item_pic a img{width:100%; height:100%; max-width:780px; max-height:540px; transition-duration:0.8s;}
.case .divdgweb_new_div_item.swiper-slide-active{opacity:1;}
.case .divdgweb_new_div_item.swiper-slide-active .divdgweb_new_div_item_content{opacity:1; visibility:visible;}
.case-swiper-pagination{display:flex; flex-direction:row; justify-content:center; align-items:center; margin-top:42px; line-height:0;}
.case-swiper-pagination span{width:12px; height:12px; opacity:1; margin:0 6px !important; background-color:#ccc; transition-duration:0.8s;}
.case-swiper-pagination span.swiper-pagination-bullet-active{background-color:#005abc;}
.case .divdgweb_new_div_item.swiper-slide-active:hover .news_div_item_pic a img{transform:scale(1.1);}



/*优势*/
.meritbg{width:100%; min-width:1400px; max-width:1920px; height:979px; margin:90px auto 0; background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240829/20240829135653_1078555827.jpg) center no-repeat;}
.merit{width:1400px; margin:0 auto; padding-top:62px;}
.merit_tit{display:flex; flex-direction:column; justify-content:center; align-items:center;}
.merit_tit em{font-size:40px; line-height:40px; color:#fff; font-weight:bold;}
.merit_tit p{margin-top:10px; font-size:20px; line-height:20px; color:#fff;}
.merit_box{margin-top:42px; box-shadow:0px 0px 97px 0px rgba(0,0,0,0.15); overflow:hidden; background:#fff;}
.merit_nav{float:left; width:436px;}
.merit_nav dl{display:flex; flex-direction:row; justify-content:flex-start; align-items:center; width:100%; height:180px; cursor:pointer; padding-left:43px; box-sizing:border-box;}
.merit_nav dl+dl{border-top:1px solid #eee;}
.merit_nav dt{width:77px; height:77px; border-radius:50%; overflow:hidden; position:relative; transition-duration:0.5s; background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240828/20240828180520_479111610.png) center no-repeat;}
.merit_nav dt img{position:absolute; left:0; top:0;}
.merit_nav dd{margin-left:25px;}
.merit_nav dd em{font-size:30px; line-height:30px; color:#333; transition-duration:0.5s;}
.merit_nav dd p{margin-top:13px; font-size:18px; line-height:18px; transition-duration:0.5s;}
.merit_nav dl.merit_cur dt{background-image:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240828/20240828180520_469650228.png);}
.merit_nav dl.merit_cur dt img{top:-77px;}
.merit_nav dl.merit_cur dd em{color:#005abc; font-weight:bold;}
.merit_nav dl.merit_cur dd p{color:#005abc;}
.merit_box .tempWrap{margin-top:43px; margin-right:41px;}
.merit_cont{float:right;}
.merit_item{position:relative; height:635px;}
.merit_txt{position:absolute; left:50%; bottom:30px; transform:translateX(-50%); width:827px; min-height:254px; padding:32px 0 46px 50px; box-sizing:border-box; background:#fff;}
.merit_txt em{display:block; margin-bottom:21px; font-size:32px; line-height:32px; color:#005abc; font-weight:bold;}
.merit_txt em:after{content:""; display:block; width:40px; height:3px; margin-top:13px; background:#005abc;}
.merit_txt p{width:720px; padding-left:15px; font-size:16px; line-height:30px; color:#333; background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240828/20240828180521_1242020377.png) left 12px no-repeat;}
.merit_txt p+p{margin-top:16px;}



/*简介*/
.aboutbg{width:100%; min-width:1400px; max-width:1920px; height:908px; margin:0 auto; background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240829/20240829191215_1790495173.jpg) center no-repeat;}
.about_box{width:1400px; margin:0 auto;}
.about{padding-top:100px;}
.about_tit{}
.about_tit em{font-size:40px; line-height:40px; color:#fff; font-weight:bold;}
.about_tit p{margin-top:14px; font-size:20px; line-height:20px; color:rgba(255,255,255,.7);}
.about_tit:after{content:""; display:block; width:70px; height:3px; margin-top:45px; background:#fff;}
.about_txt{width:870px; margin-top:30px;}
.about_txt p{font-size:16px; line-height:40px; color:#fff;}
.about_more{margin-top:48px;}
.about_more a{display:block; width:172px; text-align:center; font-size:16px; line-height:42px; color:#fff; border:1px solid #fff; text-decoration:none; transition-duration:0.5s;}
.about_more a:hover{width:182px; border-color:#eabc1d; background-color:#eabc1d;}
.about_data{display:flex; flex-direction:row; justify-content:space-between; align-items:center; width:100%; height:207px; margin-top:117px; padding-left:56px; padding-right:50px; box-sizing:border-box;}
.about_data dl{display:flex; flex-direction:row; justify-content:flex-start; align-items:center;}
.about_data dt{ Medium; font-size:70px; line-height:70px; color:#333; font-weight:bold;}
.about_data dd{margin-left:13px;}
.about_data dd em{display:block; width:34px; padding-left:11px; box-sizing:border-box; line-height:19px; color:#fff; background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240828/20240828180521_2051328898.png) center no-repeat;}
.about_data dd p{margin-top:7px; font-size:20px; line-height:20px;}
.about_data i{display:block; width:118px; height:1px; background:#ccc;}



/*新闻*/
.newsbg{width:1400px; margin:80px auto 0;}
.news_top{display:flex; flex-direction:row; justify-content:space-between; align-items:flex-end;}
.news_tit{}
.news_tit em{display:block; padding-left:62px; padding-top:41px; font-size:40px; line-height:40px; color:#005abc; font-weight:bold; background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240828/20240828180521_1526053458.jpg) left center no-repeat;}
.news_tit p{margin-top:13px; font-size:20px; line-height:20px;}
.news_nav{}
.news_nav li{float:left; margin-left:1px; background:#f3f3f3;}
.news_nav li a{display:block; width:160px; text-align:center; font-size:18px; line-height:55px; color:#333; text-decoration:none; transition-duration:0.5s;}
.news_nav li:hover a,.news_nav li.news_cur a{color:#fff; font-weight:bold; background:#005abc;}
.news_box{margin-top:40px;}
.news_cont *{box-sizing:border-box;}
.news_cont .fl .news_div_item{width:560px; height:534px; padding-left:35px; padding-top:40px; background:#f8f8f8; transition-duration:0.5s;}
.news_cont .fl .news_div_item_date{display:flex; flex-direction:row; justify-content:flex-start; align-items:center; font-family:DIN Medium; font-size:28px; line-height:22px; color:#a7a7ae; font-weight:bold; transition-duration:0.5s;}
.news_cont .fl .news_div_item_content{margin-top:26px;}
.news_cont .fl .news_div_item_title a{font-size:18px; line-height:18px; color:#333; font-weight:bold; transition-duration:0.5s;}
.news_cont .fl .news_div_item_body{width:496px; margin-top:15px; font-size:16px; line-height:31px; transition-duration:0.5s;}
.news_cont .fl .news_div_item_pic{margin-top:25px;}
.news_cont .fl .news_div_item_pic a{display:block; width:490px; height:257px; overflow:hidden;}
.news_cont .fl .news_div_item_pic a img{width:100%; height:100%; transition-duration:0.5s;}
.news_cont .fl .news_div_item:hover{background-color:#005abc;}
.news_cont .fl .news_div_item:hover .news_div_item_date{color:rgba(255,255,255,.68);}
.news_cont .fl .news_div_item:hover .news_div_item_title a{color:#fff;}
.news_cont .fl .news_div_item:hover .news_div_item_body{color:rgba(255,255,255,.8);}
.news_cont .fl .news_div_item:hover .news_div_item_pic a img{transform:scale(1.1);}
.news_cont .fr .news_div_item:nth-child(1){display:none;}
.news_cont .fr .news_div_item{width:787px; height:189px; border-top:1px solid #ddd; position:relative;}
.news_cont .fr .news_div_item:nth-last-child(1){height:153px;}
.news_cont .fr .news_div_item:before{content:""; display:block; width:0; height:5px; position:absolute; left:0; top:-1px; background:#005abc; transition-duration:0.5s;}
.news_cont .fr .news_div_item_date{display:flex; flex-direction:row; justify-content:flex-start; align-items:center; font-family:DIN Medium; font-size:22px; line-height:16px; color:#a7a7ae; position:absolute; right:18px; top:49px; transition-duration:0.5s;}
.news_cont .fr .news_div_item_content{position:absolute; left:20px; top:52px;}
.news_cont .fr .news_div_item_title a{font-size:18px; line-height:18px; color:#333; font-weight:bold; transition-duration:0.5s;}
.news_cont .fr .news_div_item_title a:before{content:""; display:block; width:30px; height:28px; position:absolute; left:696px; top:44px; background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240828/20240828180521_359684381.png) center no-repeat; transition-duration:0.5s;}
.news_cont .fr .news_div_item_body{width:616px; margin-top:17px; line-height:28px; transition-duration:0.5s;}
.news_cont .fr .news_div_item:hover:before{width:100%;}
.news_cont .fr .news_div_item:hover .news_div_item_date{color:rgba(0,90,188,.68);}
.news_cont .fr .news_div_item:hover .news_div_item_title a{color:#005abc;}
.news_cont .fr .news_div_item:hover .news_div_item_title a:before{background-image:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240830/20240830172554_1637910797.png);}
.news_cont .fr .news_div_item:hover .news_div_item_body{color:rgba(0,90,188,.8);}



/*版权*/
.basebg{width:100%; max-width:1920px; min-width:1400px; margin:80px auto 0; border-top:8px solid #005abc; background:#333;}
.blogrollbg{width:100%; border-bottom:1px solid rgba(255,255,255,.15);}
.blogroll{width:1400px; height:111px; margin:0 auto;}
.blogroll_tit{float:left; margin-top:35px;}
.blogroll_tit em{font-family:Arial; font-size:25px; line-height:20px; color:#fff; font-weight:bold; text-transform:uppercase;}
.blogroll_tit p{font-size:16px; line-height:16px; color:rgba(255,255,255,.5); letter-spacing:3px;}
.blogroll_cont{float:left; margin-top:45px; margin-left:32px;}
.linkTagcs a{color:rgba(255,255,255,.5) !important;}
.linkTagcs a:hover{color:#fff !important;}
.consult{float:right; margin-top:36px;}
.consult a{display:block; width:124px; text-align:center; font-size:16px; line-height:34px; color:#fff; border-radius:17px; background:#005abc; transition-duration:0.5s; text-decoration:none;}
.consult a:hover{background-color:#eabc1d;}
.base{width:1400px; margin:0 auto;}
.base_cont{width:100%; height:362px; padding-top:65px; box-sizing:border-box;}
.base_nav{float:left; width:662px; display:flex; flex-direction:row; justify-content:space-between; align-items:flex-start;}
.base_nav dl{}
.base_nav dt{font-size:20px; line-height:20px; color:#fff;}
.base_nav dd{display:flex; flex-direction:column; align-items:flex-start; justify-content:flex-start; margin-top:35px;}
.base_nav dd a{display:block; line-height:14px; color:rgba(255,255,255,.5); transition-duration:0.5s;}
.base_nav dd a+a{margin-top:22px;}
.base_nav dd a:hover{color:#fff;}
.base_right{float:right; width:390px;}
.base_tel{padding-bottom:35px; border-bottom:1px solid rgba(255,255,255,.22); background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240828/20240828180521_755650623.png) right 33px no-repeat;}
.base_tel em{display:block; padding-left:22px; font-size:16px; line-height:18px; color:#fff; background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240828/20240828180521_1936975835.png) left center no-repeat;}
.base_tel p{margin-top:12px; font-family:DIN Medium; font-size:30px; line-height:30px; color:#eabc1d; font-weight:bold;}
.base_site{margin-top:23px; padding-left:23px; font-size:16px; line-height:19px; color:rgba(255,255,255,.5); background:url(//memberpic.114my.com.cn/0453541/uploadfile/image/20240828/20240828180521_2051961578.png) left center no-repeat;}
.base_QR{margin-top:43px;}
.base_QR dl{float:left; position:relative;}
.base_QR dl+dl{margin-left:15px;}
.base_QR dt{width:38px; height:38px; border-radius:50%; overflow:hidden; background:#4c4b4b; cursor:pointer; transition-duration:0.5s;}
.base_QR dt:before{content:""; display:block; width:0; height:0; position:absolute; left:calc(50% - 10px); top:-15px; border-top:10px solid #fff; border-right:10px solid transparent; border-bottom:0 solid transparent; border-left:10px solid transparent; transition-duration:0.5s; transition-property:opacity; visibility:hidden; opacity:0;}
.base_QR dl:hover dt{background:#005abc;}
.base_QR dl:hover dt:before{visibility:visible; opacity:1;}
.base_QR dd{display:block; width:130px; height:130px; border:5px solid #fff; border-radius:5px; overflow:hidden; position:absolute; left:calc(50% - 65px); top:-155px; transition-duration:0.5s; transition-property:opacity; visibility:hidden; opacity:0;}
.base_QR dd img{width:100%; height:100%;}
.base_QR dl:hover dd{visibility:visible; opacity:1;}
.Copyrightbg{width:100%; padding:34px 0 32px 0; border-top:1px solid rgba(255,255,255,.15);}
.Copyrightbg,.Copyrightbg a{color:rgba(255,255,255,.5);}
.Copyrightbg a:hover{color:#fff;}



/*右侧浮动*/
.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.com.cn/0453541/uploadfile/image/20240831/20240831174159_1477754967.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: #005abc; }/*颜色更改*/
.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: #005abc !important; border-color: #005abc !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: #005abc; border-color: #005abc;}/*颜色更改*/
.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: #005abc; 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: #005abc; font-size: 16px; white-space:nowrap;}/*颜色更改*/
.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: #005abc; border-color: #005abc; 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:#005abc;position: absolute; top: 37px; left: 55px; z-index: 9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }