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:#0253ba; 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);
}
@font-face {
  font-family:"Alinumberblack"; font-weight:700;
  src: url("//at.alicdn.com/wf/webfont/nbRrGrB6p95c/DZokh3hfvsa4.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/nbRrGrB6p95c/FWwXS5DUXB6K.woff") format("woff");
  font-display:swap;
}



/*抬头*/
.headbg{width:100%; max-width:1920px; min-width:1400px; height:104px; margin:0 auto; border-top:4px solid #0253ba; display:flex; justify-content:space-between;}
.head_fl{display:flex; flex-direction:row; margin-left:3.1%;}
.logo{margin-top:24px;}
.name{margin-top:30px; margin-left:20px;}
.name em{font-family:"Alinumberblack"; font-size:30px; line-height:28px; color:#0253ba; letter-spacing:2.5px;}
.name p{margin-top:5px; font-size:16px; line-height:16px; color:#333;}
.head_fr{display:flex; flex-direction:row; justify-content:space-between; width:65%; margin-right:5.7%; transition-duration:0.5s;}
.head_nav{width:67.6%; margin-top:22px; transition-duration:0.5s;}
.head_nav ul{display:flex; justify-content:space-between;}
.head_nav li{ position:relative; height:82px;}
.head_nav li > a{display:block; font-size:16px; line-height:16px; color:#333; text-decoration:none; padding-top:20px; transition-duration:0.5s;}
.head_nav li > a:after{content:""; display:block; width:12xp; height:8px; margin:11px auto 0; opacity:0; transition-duration:0.5s; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231213/20231213154136_2126192750.jpg) center no-repeat;}
.head_nav li:hover > a,.head_nav li.head_cur > a{color:#0253ba; font-weight:bold;}
.head_nav li:hover > a:after,.head_nav li.head_cur > a:after{opacity:1;}
/*下拉*/
.head_nav li dl{position:absolute; left:-20px; top:82px; transform:translateY(20px); opacity:0; width:120px; z-index:9; visibility:hidden; transition:0.3s; overflow:hidden;}
.head_nav li dl a{display:block; text-align:center; font-size:14px; line-height:50px; color:#333; text-decoration:none; font-weight:normal !important; background:#FFF;}
.head_nav li:hover dl{transform:translateY(0); opacity:1; visibility:visible;}
.head_nav li dl a:hover{background:#e4e4e4;}
.head_nav li:nth-child(3) dl{ width:200px;}

.head_button{display:flex; flex-direction:row;}
.head_tel{width:206px; margin-top:32px; margin-right:25px; position:relative; cursor:pointer;}
.head_tel ul{display:block; width:100%; height:38px; position:absolute; top:0; left:0; border:1px solid #dbdbdb; overflow:hidden; border-radius:19px; transition-duration:0.5s; z-index:1;}
.head_tel li{display:flex; align-items:center; height:38px; padding-left:10px; box-sizing:border-box;}
.head_tel li em{display:block; margin-right:10px; font-family:Arial; font-size:18px; line-height:18px; color:#ddd;}
.head_tel li font{font-family:DIN Medium; font-size:18px; line-height:18px; color:#333;}
.head_tel li:nth-child(1):after{content:""; display:block; width:10px; height:6px; margin-left:17px; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231213/20231213154136_2066138477.jpg) center no-repeat;}
.head_tel ul:hover{border-color:#0253ba; background:rgba(255,255,255,.95);}
.head_tel ul:hover li em{color:#0253ba;}
.head_search{margin-top:32px; position:relative;}
.head_search em{display:block; position:absolute; right:0; top:20px; padding-top:52px; z-index:1; transform:translateY(20px); visibility:hidden; opacity:0; transition:all 0.3s ease;}
.head_search:hover em{transform:translateY(0); visibility:visible; opacity:1;}
.search_cont{padding:30px; background:rgba(255,255,255,0.90); box-sizing:border-box;}
.search_cont form{display:flex; height:42px;}
.search_cont #infoname,.search_cont .search{border:none; outline:none;}
.search_cont #infoname{float:left; width:240px; padding-left:20px; font-size:14px; line-height:42px; color:#999; box-sizing:border-box; background-color:transparent; border:1px solid #999; border-right:none; box-sizing:border-box;}
.head_ali{margin-top:31px; margin-left:13px;}
@media(max-width:1600px){
.head_tel{margin-right:13px;}
.head_ali{margin-left:7px;}
}
@media(max-width:1530px){
.head_fr{width:70%;}
.head_nav{width:65%;}
}



/*幻灯片*/
.banner{width:100%; max-width:1920px; min-width:1400px; overflow:hidden; margin:0 auto; 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(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231214/20231214143816_1557175231.png) 0 0 no-repeat; } 
.banner-btn a.next{right:-50px; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231214/20231214143816_1557175231.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:#0253ba;}
.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_tit{text-align:center;}
.product_tit em{font-size:40px; line-height:40px; color:#0253ba; font-weight:bold;}
.product_tit p{margin-top:15px; font-size:18px; line-height:18px; color:#666;}
.product{margin-top:30px;}
.sortbg{float:left; width:300px;}
.sort_tit{width:100%; height:100px; padding-top:29px; padding-left:90px; font-size:22px; line-height:22px; color:#fff; font-weight:bold; box-sizing:border-box; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231213/20231213154136_1407889300.jpg) left center no-repeat #0253ba;}
.sort_tit p{margin-top:5px; font-family:Arial; font-size:14px; line-height:14px; color:rgba(255,255,255,.5); font-weight:normal;}
.sort_cont{width:100%; padding:20px; box-sizing:border-box; background:#f3f3f3;}
.prolist2021 li+li{margin-top:15px;}
.prolist2021 li > a{display:block; width:100%; padding-left:20px; font-size:16px; line-height:55px; color:#333; font-weight:bold; box-sizing:border-box; text-decoration:none; transition-duration:0.8s; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231213/20231213154137_1763588881.png) 230px center no-repeat #fbfbfb;}
.prolist2021 li > a:hover,.prolist2021 li > a.prolist2021_one_cur{color:#fff; background-color:#0253ba; background-image:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231214/20231214155957_884973483.png);}
.prolist2021 li dl{margin-top:6px;}
.prolist2021 li dt{border-bottom:1px solid #e3e3e3; position:relative;}
.prolist2021 li dt:before{content:""; position:absolute; left:0; bottom:-1px; display:block; width:0; height:1px; background:#0253ba; transition-duration:0.8s;}
.prolist2021 li dt:hover:before{width:100%;}
.prolist2021 li dt a{display:block; padding-left:20px; line-height:40px; text-decoration:none; box-sizing:border-box;}
.prolist2021 li dt a:before{content:""; display:inline-block; width:8px; height:8px; margin-right:14px; vertical-align:middle; transition-duration:0.8s; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231214/20231214161042_1424127570.png) right center no-repeat;}
.prolist2021 li dt:hover a:before{background-position:left center;}
.product-display{float:right;}
.progdwz2021 ul{display:block; height:361px;}
.progdwz2021 li{float:left; width:336px; height:336px; overflow:hidden; position:relative; border:1px solid #eee;}
.progdwz2021 li+li{margin-left:25px;}
.progdwz2021 li > a{display:block; width:100%; height:100%;}
.progdwz2021 li > a img{width:100%; height:100%;}
.progdwz2021 li > br{display:none;}
.progdwz2021 li > a:before{content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity:0; transform:scale(1.1); transition-duration:0.8s;}
.progdwz2021 li:hover > a:before{opacity:0.6; transform:scale(1.0);}
.progdwz2021 li > a:after{position:absolute; left:calc(50% - 10%); top:30%; content:"+"; display:block; width:70px; font-size:40px; color:#fff; text-align:center; line-height:70px; border-radius:100%; transition:0.2s all ease-in-out; box-shadow:0px 0px 0px 15px rgba(2,83,186,.2); background:rgba(2,83,186,.6); opacity:0; transform:scale(1.3); z-index:2;}
.progdwz2021 li:hover > a:after{opacity:1; transform:scale(1.0);}
.progdwz2021 li span a{display:block; position:absolute; left:calc((50% - 25%) / 2); top:60%; width:75%; text-align:center; font-size:16px; color:#fff; text-decoration:none; opacity:0; transition-duration:0.8s;}
.progdwz2021 li:hover span a{opacity:1;}



/*应用领域*/
.applybg{width:100%; max-width:1920px; min-width:1400px; height:766px; margin:105px auto 0; overflow-x:hidden; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231213/20231213154137_1797672891.jpg) center no-repeat;}
.apply{width:1400px; margin:0 auto; padding-top:80px;}
.apply_tit{text-align:center;}
.apply_tit em{font-size:40px; line-height:40px; color:#0253ba; font-weight:bold;}
.apply_tit p{margin-top:15px; font-size:18px; line-height:18px; color:#666;}
.apply_box{margin-top:30px; position:relative;}
.apply_left,.apply_right{width:58px; height:58px; border:1px solid #c4c4c4; position:absolute; top:calc(50% - 29px); cursor:pointer; z-index:3; transition-duration:0.8s; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231213/20231213154137_1082335700.png) center no-repeat #f9f9f9;}
.apply_left{left:90px;}
.apply_right{right:87px; transform:rotate(180deg);}
.apply_left:hover,.apply_right:hover{border-color:#0253ba; background-color:#0253ba; background-image:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231214/20231214183215_1121600466.png);}
.apply_cont .tempWrap{width:1156px !important; margin:0 auto; overflow:visible !important;}
.apply_cont .divdgweb_new_div_item{width:1000px; margin:0 78px; position:relative; cursor:pointer;}
.apply_cont .divdgweb_new_div_item_content{position:absolute; left:0; top:0; z-index:2; opacity:0; padding-top:110px; padding-left:72px; transition-duration:0.8s;}
.apply_cont .divdgweb_new_div_item_title a{font-size:26px; line-height:26px; color:#fff; font-weight:bold; text-decoration:none;}
.apply_cont .divdgweb_new_div_item_title:after{content:""; display:block; width:60px; height:2px; margin-top:25px; background:#fff;}
.apply_cont .divdgweb_new_div_item_body{width:400px; margin-top:21px; font-size:16px; line-height:29px; color:rgba(255,255,255,.85);}
.apply_cont .divdgweb_new_div_item_title a:before{content:"read more"; display:inline-block; position:absolute; left:76px; top:362px; font-family:Arial; font-size:14px; line-height:14px; font-weight:normal; text-transform:uppercase; padding-right:30px; transition-duration:0.8s; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231213/20231213154137_1723934252.png) right center no-repeat;}
.apply_cont .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a:before{padding-right:40px;}
.apply_cont .news_div_item_pic{width:1000px; height:500px;}
.apply_cont .news_div_item_pic a{display:block; width:100%; height:100%;}
.apply_cont .news_div_item_pic a:before{content:""; display:block; position:absolute; left:0; top:0; z-index:1; width:100%; height:100%; opacity:0; transition-duration:0.8s; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231215/20231215165649_1065282590.png) center no-repeat;}
.apply_cont .news_div_item_pic a img{width:100%; height:100%;}
.apply_cont .divdgweb_new_div .apply_cur .divdgweb_new_div_item_content{opacity:1;}
.apply_cont .divdgweb_new_div .apply_cur .news_div_item_pic a:before{opacity:1;}



/*优势*/
.virtuebg{width:100%; max-width:1920px; min-width:1400px; margin:100px auto 0;}
.virtue_tit{text-align:center;}
.virtue_tit em{font-size:40px; line-height:40px; color:#333; font-weight:bold;}
.virtue_tit em i{display:inline-block; font-family:neutraface2; font-size:76px; line-height:52px; color:#0253ba; font-weight:normal; vertical-align:text-bottom; margin:0 10px 0 5px;}
.virtue_tit p{margin-top:15px; font-size:18px; line-height:18px; color:#666;}
.virtue{display:flex; flex-direction:row; justify-content:space-between; margin-top:44px;}
.virtue_cont{width:16.5%; height:620px; overflow-x:hidden; position:relative; transition-duration:0.6s;}
.virtue_cont img{width:auto; height:100%; position:absolute; top:0; transition-duration:0.6s;}
.virtue_cont:nth-child(1) img{left:-128px;}
.virtue_cont:nth-child(2) img{left:-200px;}
.virtue_cont:nth-child(3) img{left:-300px;}
.virtue_cont:nth-child(4) img{left:-400px;}
.virtue > div .initial{width:100%; height:100%; position:absolute; left:0; top:0; overflow:hidden; padding-left:50px; padding-top:72px; box-sizing:border-box; background:rgba(0,0,0,.7); opacity:1; visibility:visible; white-space:nowrap; transition:0.3s linear all;}
.virtue_cont .initial em{display:inline-block; font-size:36px; line-height:43px; color:#fff; font-weight:bold;}
.virtue_cont .initial em:after{content:""; display:block; width:1px; height:212px; margin:25px auto 0; background:rgba(255,255,255,.7);}
.virtue_cont .initial span{display:block; margin-top:80px; font-family:Arial; font-size:16px; line-height:22px; color:#fff;}
.virtue_cont .initial font{display:block; margin-top:60px; font-family:DIN Medium; font-size:90px; line-height:58px; color:rgba(255,255,255.7); font-weight:bold;}
.virtue > div .place{display:flex; flex-direction:row; width:100%; position:absolute; left:0; bottom:25px; overflow:hidden; background:rgba(0,0,0,.9); opacity:0; visibility:hidden; transition-timing-function:ease-in-out;}
.virtue_cont .place_fl{display:flex; flex-direction:column; align-items:center; width:12%; padding-top:47px; font-family:DIN Medium; font-size:60px; line-height:43px; color:#fff; font-weight:bold; background:#0253ba;}
.virtue_cont .place_fl i{display:block; width:20px; height:20px; margin-top:36px; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231213/20231213154137_593418335.png) center no-repeat;}
.virtue_cont .place_fr{width:88%; padding:30px 3% 30px 3.9%;}
.virtue_cont .place_fr em{display:block; margin-bottom:20px; font-size:24px; line-height:24px; color:#fff; font-weight:bold;}
.virtue_cont .place_fr p{font-size:15px; line-height:26px; color:#fff; padding-left:18px; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231213/20231213154137_1093201448.png) left 13px no-repeat;}
.virtue_cont .place_fr p+p{margin-top:13px;}
.virtue > div.virtue_cur{width:50%;}
.virtue > div.virtue_cur img{left:0;}
.virtue > div.virtue_cur .initial{opacity:0; visibility:hidden;}
.virtue > div.virtue_cur .place{opacity:1; visibility:visible; transition-delay:0.6s;}



/*简介*/
.adoutbg{width:100%; max-width:1920px; min-width:1400px; margin:100px auto 0; overflow:hidden;}
.adout{width:1400px; margin:0 auto; position:relative;}
.adout_cont{height:610px;}
.adout_tit i{position:absolute; left:-130px; top:0; font-family:Arial; font-size:115px; line-height:86px; color:#f6f6f6; font-weight:bold; text-transform:uppercase; writing-mode:vertical-rl; white-space:nowrap;}
.adout_tit em{display:block; font-family:Arial; font-size:18px; line-height:16px; color:#000; font-weight:bold; text-transform:uppercase; padding:17px 0 3px 10px; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231213/20231213154137_319121442.png) left top no-repeat;}
.adout_tit span{display:block; margin-top:14px; font-size:40px; line-height:40px; color:#0253ba; font-weight:bold;}
.adout_tit font{display:block; margin-top:17px; font-size:18px; line-height:18px; color:#666;}
.adout_txt{width:701px; margin-top:44px; font-size:16px; line-height:35px; color:#666;}
.adout_txt p+p{margin-top:27px;}
.adout_more{display:inline-block; margin-top:85px;}
.adout_more a{display:block; width:181px; text-indent:30px; font-size:16px; line-height:60px; color:#fff; text-decoration:none; border-radius:30px; transition-duration:0.8s; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231213/20231213154138_1613265649.png) 132px center no-repeat #0253ba;}
.adout_more a:hover{width:191px; background-position:142px; background-color:#ea5d01;}
.adout_img{position:absolute; right:-260px; top:0; border-top-left-radius:95px; overflow:hidden;}
.adout_img img{width:auto; height:591px;}


.lntro_fr{ width:544px; height:348px; position:absolute; left:800px; top:150px;}

.dot a{display:block;width:100%;height:100%;}
.dot{ position:absolute; left:240px; top:140px; z-index:2; width:64px; height:64px; border-radius:50%; -webkit-transform: rotate(0deg); transform: rotate(0deg); 
background:url(https://memberpic.114my.com.cn/dgjfhny/uploadfile/image/20211008/20211008152059_151531651.PNG) no-repeat center; cursor:pointer;}
.pulse1{ position:absolute; z-index:1; width:150px; height:150px; top:97px; left:198px; 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:#ff4c06; box-shadow:1px 1px 20px #ff4c06;}
/*背景扩展*/
@-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;}



/*数据*/
.data{width:1400px; margin:65px auto 0; display:flex; justify-content:space-between;}
.data dl{display:flex; justify-content:center; align-items:flex-start; padding-right:17px; box-sizing:border-box;}
.data dt{}
.data dd{margin-left:13px;}
.data dl:nth-child(2) dd{margin-left:8px;}
.data dd em{display:flex; flex-direction:row; align-items:flex-end;}
.data dl:nth-child(2) dd em{margin-left:-5px;}
.data dd em i{font-family:DIN Medium; font-size:55px; line-height:43px; color:#0253ba; font-weight:bold;}
.data dd em font{display:block; margin-right:10px; font-size:20px; line-height:20px; color:#0253ba; font-weight:bold;}
.data dd p{margin-top:10px; font-size:20px; line-height:20px;}



/*合作客户*/
.clientbg{width:100%; max-width:1920px; min-width:1400px; height:692px; margin:110px auto 0; overflow-x:hidden; background:#f7f7f7;}
.client{width:1400px; margin:0 auto;}
.client_box01{display:flex; justify-content:space-between; align-items:center; padding-top:80px;}
.client_tit{}
.client_tit em{font-size:40px; line-height:40px; color:#0253ba; font-weight:bold;}
.client_tit p{margin-top:17px; font-size:18px; line-height:18px; color:#666;}
.client_tit::after{content:""; display:block; margin-top:21px; width:37px; height:4px; border-radius:2px; background:#ea5d01;}
.client_button{display:flex; justify-content:center; align-items:center; height:20px;}
.client_button em{width:12px; height:100%; cursor:pointer; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231215/20231215173144_698932819.png) left center no-repeat;}
.client_button em.client_right{transform:rotate(180deg);}
.client_button em.prevStop,.client_button em.nextStop{background-image:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231213/20231213154138_487695437.png);}
.client_button i{display:block; width:7px; height:7px; border-radius:50%; margin:0 18px; background:#0253ba;}
.client_box02{width:100%; margin-top:32px;}
.client_box02 .tempWrap{width:1401px !important;}
.client_box02 .new_web_div2021 ul{display:block; width:280px;}
.client_box02 .new_web_div2021 li{display:block; width:279px; height:168px; border:1px solid #eee;}
.client_box02 .new_web_div2021 ul:nth-last-child(1) li{margin-left:-1px;}
.client_box02 .new_web_div2021 li+li{margin-top:-1px;}
.client_box02 .new_web_div2021 li > a{display:block; position:relative;}
.client_box02 .new_web_div2021 li > a:after,.client_box02 .new_web_div2021 li > a:before{content:""; display:block; width:0; height:0; border:2px solid #0253ba; position:absolute; z-index:1; visibility:hidden; transition-duration:0.6s;}
.client_box02 .new_web_div2021 li > a:after{left:-1px; bottom:-1px; border-top-color:transparent; border-right-color:transparent;}
.client_box02 .new_web_div2021 li > a:before{right:-1px; top:-1px; border-left-color:transparent; border-bottom-color:transparent;}
.client_box02 .new_web_div2021 li:hover > a:after,.client_box02 .new_web_div2021 li:hover > a:before{width:100px; height:50px; visibility:visible;}



/*新闻*/
.newsbg{width:100%; max-width:1920px; min-width:1400px; margin:80px auto 0; overflow-x:hidden;}
.news{width:1400px; margin:0 auto;}
.news_fl{float:left;}
.news_tit{padding-top:47px;}
.news_tit em{font-size:40px; line-height:40px; color:#0253ba; font-weight:bold;}
.news_tit span{display:block; margin-top:10px; font-family:Arial; font-size:18px; line-height:14px; color:#666; text-transform:uppercase;}
.news_tit p{width:432px; margin-top:58px; font-size:18px; line-height:36px;}
.news_nav{display:flex; flex-direction:row; margin-top:107px;}
.news_nav dl{margin-right:12px;}
.news_nav dl a{display:flex; flex-direction:row; align-items:center; width:134px; height:38px; padding-left:19px; border-radius:19px; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1); background:#fff; transition-duration:0.6s; text-decoration:none; box-sizing:border-box;}
.news_nav dl a:hover,.news_nav dl.news_cur a{background-color:#0253ba;}
.news_nav dl a dt{width:19px; height:19px; position:relative; overflow:hidden;}
.news_nav dl a dt img{position:relative; left:0; top:0; transition-duration:0.6s;}
.news_nav dl a:hover dt img,.news_nav dl.news_cur a dt img{top:-19px;}
.news_nav dl a dd{margin-left:11px; font-size:16px; line-height:16px; color:#333;}
.news_nav dl a:hover dd,.news_nav dl.news_cur a dd{color:#fff;}
.news_more{margin-top:162px;}
.news_more a{display:flex; flex-direction:row; width:185px; font-size:18px; line-height:50px; color:#333; text-decoration:none; border-radius:25px; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1); background:#fff; transition-duration:0.6s;}
.news_more a:before{content:""; display:block; width:50px; height:50px; border-radius:25px; margin-right:20px; transition-duration:0.6s; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231216/20231216082026_1576880300.png) center no-repeat #0253ba;}
.news_more a:hover{width:195px; color:#fff; background-color:#0253ba; background-image:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231216/20231216103611_1221299299.png);}
.news_more a:hover:before{margin-right:30px; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231216/20231216133213_1484351680.png) center no-repeat #fff;}
.news_fr{float:right; width:912px; height:696px; overflow-y:hidden;}
.news_fr .tempWrap{width:1172px; position:absolute !important;}
.news_fr .news_div_item{width:912px; height:232px; position:relative;}
.news_fr .news_div_item:after{content:""; position:absolute; left:0; top:0; display:block; width:0; height:100%; background:#0253ba; transition-duration:0.8s;}
.news_fr .news_div_item_date{height:193px; border-left:1px solid #efefef; box-sizing:border-box; position:absolute; left:779px; top:19px; z-index:1;}
.news_fr .news_div_item_date > *{position:absolute; font-family:DIN Medium; font-weight:bold; transition-duration:0.8s;}
.news_fr .news_div_item_year{left:30px; top:68px; padding-left:3px; padding-bottom:15px; border-bottom:1px solid #e1e1e1; font-size:20px; line-height:15px;}
.news_fr .news_div_item_month{left:30px; top:27px; font-size:40px; line-height:28px;}
.news_fr .news_div_item_day{left:91px; top:27px; font-size:40px; line-height:28px;}
.news_fr .news_div_item_content{position:absolute; left:336px; top:42px; z-index:1;}
.news_fr .news_div_item_title a{font-size:18px; line-height:18px; color:#333; font-weight:bold; text-decoration:none; transition-duration:0.8s;}
.news_fr .news_div_item_title a:after{content:"查看详细"; display:block; padding-right:23px; font-size:14px; line-height:14px; color:#555; font-weight:normal; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231216/20231216082026_593635045.png) right center no-repeat; position:absolute; left:0; top:138px; transition-duration:0.8s;}
.news_fr .news_div_item_body{width:392px; margin-top:18px; line-height:32px; transition-duration:0.8s;}
.news_fr .news_div_item_pic{position:absolute; left:20px; top:19px; z-index:1;}
.news_fr .news_div_item_pic a{display:block; width:287px; height:193px; overflow:hidden; box-sizing:border-box; border:5px solid #eee;}
.news_fr .news_div_item_pic a img{width:100%; height:100%; transition-duration:0.8s;}
.news_fr .news_div_item:hover:after{width:1172px;}
.news_fr .news_div_item:hover .news_div_item_date{color:#fff; border-color:#fff;}
.news_fr .news_div_item:hover .news_div_item_year{border-color:#fff;}
.news_fr .news_div_item:hover .news_div_item_title a,.news_fr .news_div_item:hover .news_div_item_body{color:#fff;}
.news_fr .news_div_item:hover .news_div_item_title a:after{color:#fff; padding-right:33px; background-image:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231216/20231216082026_332142934.png);}
.news_fr .news_div_item:hover .news_div_item_pic a{ border:5px solid #0253ba;}
.news_fr .news_div_item:hover .news_div_item_pic a img{transform:scale(1.1);}



/*底部*/
.basebg{width:100%; max-width:1920px; min-height:589px; margin:0 auto; margin-top:106px; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231216/20231216082026_474153223.jpg) center no-repeat #1071dc;}
.base{width:1400px; margin:0 auto; padding-top:80px;}
.base_cont{display:flex; justify-content:space-between;}
.base_cont a:hover{color:#1071dc;}
.base_fl{}
.base_logo{display:flex; flex-direction:row; margin-bottom:25px;}
.base_logo_fl{}
.base_logo_fr{margin-left:18px; padding-top:10px;}
.base_logo_fr em{font-family:"Alinumberblack"; font-size:32px; line-height:32px; color:#333;}
.base_logo_fr p{margin-top:3px; font-size:16px; line-height:15px; color:#333;}
.base_place{line-height:32px; color:rgba(0,0,0,.6);}
.base_key{display:flex; margin-top:27px;}
.base_key a{display:flex; align-items:center; justify-content:center; width:36px; height:36px; margin-right:10px; border-radius:50%; background:#9c9da2;}
.base_key a:hover{background-color:#1071dc; transition:0.5s all ease-in-out;}
.base_nav{padding-top:2px;}
.base_nav dl{float:left;}
.base_nav dl:nth-child(2){margin-left:136px;}
.base_nav dl:nth-child(3){margin-left:142px;}
.base_nav dt{font-size:18px; line-height:18px; color:#000;}
.base_nav dd{margin-top:27px;}
.base_nav dd a{display:block; margin-bottom:22px; font-size:14px; line-height:14px; color:rgba(0,0,0,.6);}
.QRcode{padding-top:2px;}
.QRcode_tit{font-size:18px; line-height:18px; color:#000;}
.QR-img{margin-top:25px;}
.QR-img dl{float:left;}
.QR-img dl+dl{margin-left:20px;}
.QR-img dt{width:120px; height:120px; padding:12px; box-sizing:border-box; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231216/20231216102656_2067908121.png) center no-repeat;}
.QR-img dt img{width:100%;}
.QR-img dd{margin-top:20px; text-align:center; font-size:14px; line-height:14px; color:rgba(0,0,0,.6);}
.Copyright{margin-top:113px;}
.Copyright,.Copyright a{line-height:36px; color:#fff;}
/*友情链接*/
.links{float:right; width:229px; margin-top:-16px; padding-left:15px; line-height:40px; color:#fff; border:1px solid #fff; position:relative; background:url(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231216/20231216082027_2003618198.png) 212px center no-repeat;}
.links_cont{height:0; position:absolute; bottom:41px; left:-1px; visibility:hidden; background:#fff; overflow-y:auto;}
.links:hover .links_cont{height:auto; max-height:200px; visibility:visible; transition:0.5s all ease-in-out;}
.linkTagcs{}
.linkTagcs li{float:none; width:100%;}
.linkTagcs li a{display:block !important; text-align:center; font-size:16px; line-height:50px; color:#555 !important; text-decoration:none; transition:0.5s all ease-in-out;}
.linkTagcs li a:hover{color:#fff !important; background-color:rgba(0,0,0,.8);}



/*右侧浮动*/
.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(https://memberpic.114my.com.cn/xinshiheng/uploadfile/image/20231216/20231216115214_1154705816.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: #0253ba; }/*颜色更改*/
.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: #0253ba !important; border-color: #0253ba !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: #0253ba; border-color: #0253ba;}/*颜色更改*/
.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: #0253ba; 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; }
.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: #0253ba; 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: #0253ba; border-color: #0253ba; 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:#0253ba;position: absolute; top: 37px; left: 55px; z-index: 9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }