/*通用代码*/
@charset "utf-8";
*{ margin:0px; padding:0px;box-sizing: border-box;}
body{font-size:14px; color:#222222; font-family:"Microsoft YaHei"; font-family:'微软雅黑'; min-width:1400px; overflow-x:hidden;}
img{margin: 0px; padding: 0px;border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
h1,h2,h3,h4,h5,h6,h7{ font-weight:normal;}
dl,dt,dd,ol,ul,li,from,input,select,span,p,div{margin: 0px; padding: 0px; list-style: none;}
.clear{clear:both;}
a{color: #222222; text-decoration: none; font-size:14px;}
a:hover{color: #0072d0;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{ outline:none; font-family:"Microsoft YaHei"; font-family:'微软雅黑';}
.w1400{ width:1400px; margin:0 auto;min-width:1300px;}
.hovermaincolor a:hover{ color:#0072d0;}

/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}

.fl{ float:left;}
.fr{ float:right;}

.title{ text-align:center; font-size:40px; color:#222222;font-weight: normal;}
.title b{ color:#0072d0;}
.title span{ display:block; font-size:18px; color:#888; margin:5px 0 15px 0;}
.title em{ display:inline-block; height:8px; padding:0 20px; position:relative; z-index:3;} 
.title em i{ display: inline-block; width: 8px; height: 14px; border-radius: 50px; background: #dddddd; animation: bounce_fountainG 1.2s linear infinite;}
.title em i+i{ margin-left:10px;}
.title em i:nth-child(1){animation-delay: .4s;}
.title em i:nth-child(2){background:#4d9dde;animation-delay: .6s;}
.title em i:nth-child(3){animation-delay: .8s;}
@keyframes bounce_fountainG { 
0% {
transform:scale(1);
}
100% {
transform:scale(.5);
}
}
@keyframes rolation{
	0%{ transform:rotate(0deg);}
	100%{ transform:rotate(360deg);}
	} 

/*抬头*/
.htop{ height:50px;background: #f5f5f5; font-size:12px; font-weight:lighter; color:#aaa; line-height:50px;}
.hall{ display:-webkit-flex; display:flex; justify-content:flex-start; flex-wrap:nowrap; align-items:center;justify-content: space-between;}
.topfir a{color: #aaa;font-size: 14px;}
.topfir p{font-size: 14px;font-weight: lighter;color: #aaa;}
.topri a{ font-size:14px;font-weight:lighter; color:#aaa; display:block;}
.htop a:hover{ color:#0072d0; text-decoration:underline;}
.topri li{ float:left; padding:0px 12px; position:relative;}
.topri li:nth-child(3){padding: 0px 0px 0 12px;}
.topri li+li:after{ content:'-'; display:block; font-size: 14px;color: #aaa; position:absolute; left:-4px; top:0px;}
.header{width: 100%;}

#top_bg{width:1400px; margin:0 auto;height: 150px; }
#top_bg .t1{float:left; padding-top:40px;}
#top_bg .t2{float:left; padding-top:40px; padding-left:20px; font-size:40px; letter-spacing:1px;font-weight:bold;color: #333;padding-right: 30px;}
#top_bg .t2 p{ font-size:18px;text-transform:uppercase; font-weight:normal;line-height: 15px;}
#top_bg .t4{float:left; margin-top:48px; padding-left:30px; font-size:25px; color:#0072d0; font-weight:bold;border-left: 1px solid #000;line-height: 30px;}
#top_bg .t4 p{font-weight:normal; font-size:18px; color:#333;}
#top_bg .t5{float:right; padding-top:45px;}
#top_bg .t5 .tel1{position: relative;}
#top_bg .t5 .tel1 img{position: absolute;top: 10px;left: -55px;}
#top_bg .t5 .tel2{font-size:33px; color:#0072d0; font-family:fontDin1;float: right;line-height: 30px;}

/*导航*/
.nav{ background:#0072d0; text-align:center;position: relative;width: 100%;height: 80px;}
.nav>ul{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.nav>ul>li:after,.nav>ul>li:first-child:before{ content:''; position:absolute; right:0; top:0; bottom:0; margin: auto 0; height:29px; width:1px;background: #1980d5;}
.nav>ul>li:first-child:before{ right:inherit; left:0;}
.nav>ul>li{ width:10%; position:relative;}
.nav>ul>li:hover>a,.nav>ul>li.cur>a{ background:#142b3f;}
.nav>ul>li>a{ display:block; line-height:18px; height: 80px; font-size:15px; color:#ffffff; font-weight:lighter; transition:all .3s ease;padding-top: 24px;}
.nav>ul>li>a>p{font-size: 12px;font-weight: lighter;}
.nav>ul>li .dropmenu{width:100%;position:absolute;top:100%;left:-28px;z-index: 99;transform-origin: 0 0;transform: perspective(600px) rotateX(-90deg);transition:600ms ease;}
.nav>ul>li:hover .dropmenu{transform: perspective(600px) rotateX(0deg);transition:600ms ease;cursor:pointer; }
.nav>ul>li .dropmenu a{font-size: 15px;display:block;line-height:45px;text-align:center;color:#fff;background:rgba(0,0,0,.7);transition:600ms ease; margin-top:1px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 180px;}
.nav>ul>li .dropmenu a:hover{background:rgba(0,114,208,.8);}
.nav>ul>li table,.nav>ul>li tbody,.nav>ul>li tr,.nav>ul>li td{ display:block; width:100%;}
.nav ul #a4 .dropmenu a{width:200px;}
.nav ul #a4 .dropmenu{left:-35px;}

.hsearch{ position:relative;}
.iser_box{ background:#eee; position:absolute; top:50px; right:278px; padding:30px; transform-origin:top; transform:rotateX(90deg); transition:all 0.5s; z-index:9;}
.search_l{ width:430px; color:#222; align-items:center; justify-content:end;line-height: 10px;}
.search_l span{ color:#222;font-size: 14px;}
.search_l a{ color:#666; font-size:14px;}
.search_r{ margin-top:15px; position:relative;}
.hsearchicon{ width:30px; height:50px;line-height:50px; text-align:center; font-weight:lighter; background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211225/20211225101940_71506688.png) no-repeat center 10px; cursor:pointer;position: absolute;right: 250px;}
.hsearchicon:after{content:''; display:block; height:21px; width:1px;background: #ddd;position: absolute;top: 15px;right: -17px;}
.hsearch:hover .iser_box{ transform:rotateX(0deg);}
#infoname{ width:100%; height:38px; line-height:38px; text-indent:12px; border:1px solid #eee;}
.z_img { width:38px; height:38px; position:absolute; top:0; right:0; background:no-repeat;}
@media screen and (max-width:1850px){ 

.trou_t p{font-size: 24px !important;}
}
@media screen and (max-width:1700px){ 

.trou_t p{font-size: 22px !important;}
}
@media screen and (max-width:1550px){ 

.trou_t p{font-size: 18px !important;}
}
@media screen and (max-width:1650px){ 

.trou_t p{font-size: 20px !important;}
}
@media screen and (max-width:1550px){ 

.trou_t p{font-size: 18px !important;}
}
@media screen and (max-width:1470px){ 

.trou_t p{font-size: 16px !important;}
}

/*幻灯片*/
.banner{ overflow:hidden; width:100%; position:relative; z-index:1; background:#222; margin-top:1px;}
.banner-box{ min-width:1300px; height:738px; position:relative; margin:0 auto;}
.banner-box .bd, .banner-box .bd ul{ width:100% !important;}
.banner-box .bd li{ width:100% !important; height:738px; background-position:center; }
.banner-box .bd li a{ display:block; background-size:auto; width:100%; height:80%; position:relative; z-index:9;}
.banner-btn{ width:100%; position:absolute; top:300px; left:0; margin-left:0; height:390px; overflow:hidden;}
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index:9;}
.banner-btn a.prev{ left:-50px; background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211225/20211225105017_1528577419.png) no-repeat 0 0;} 
.banner-btn a.next{ right:-50px; background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211225/20211225105017_1528577419.png) no-repeat -49px 0;}
.banner-box .hd { position:absolute; bottom:0px; width:100%; display:block;}
.banner-box .hd ul{ text-align:center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background:#0072d0; border-radius:8px; width:70px;}
.banner-box:hover .banner-btn a.prev{ left:80px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4;}
.banner-box:hover .banner-btn a.next{ right:80px; 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;}

/*介绍*/
.introduce{background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211225/20211225163858_1147354192.jpg) no-repeat right center;height: 751px;width: 100%;padding-top: 60px;}
.introduce p{font-size: 16px;color: #aaaaaa;line-height: 45px;font-weight: lighter;padding-top: 100px;text-align: center;}
.num{margin-top: 60px;}
.num li{width: 20%;height: 200px;float: left;text-align: center;position: relative;cursor: pointer;}
.num li d{width: 162px;height: 162px;display: inline-block;border-radius:50%;border: 1px solid #d5d5d5;}
.num li span{font-size: 60px;color: #484848;font-family: fontDin1;display: inline-block;padding-top: 40px;letter-spacing: -3px;}
.num li p{font-size: 18px;color: #aaa;padding-top: 5px;}
.num li i{width: 39px;height: 39px;line-height: 33px; color: #fff;background: #0072d0;border-radius:50%;display: inline-block;position: absolute;top: 10px;right: 60px;font-size: 18px;border: 3px solid #d8e9fa;transition: all .3s ease;}
.num li:hover i{transform:rotate(360deg);}

/*烦恼*/
.trouble{background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211225/20211225171002_1138623449.jpg) no-repeat right center;height: 751px;width: 100%;padding-top: 85px;}
.trou_t b{font-size: 45px;color: #fff;}
.trouble .w1400{padding-left: 152px;}
.trou_t p{font-size: 28px;color: #fff;font-weight: lighter;line-height: 40px;}
.trou_t em{font-size: 30px;font-weight: 100;text-transform: uppercase;color: rgba(255,255,255,.2)}
.trou_t em:after{content: "";display: block;width: 47px;height: 5px;background: #1b8ae5;margin: 20px 0 50px;}
.trouble ul li{width: 297px;height: 312px;background: #fff;float: left;text-align: center;transition: all .3s ease;cursor: pointer;}
.trouble ul li+li{margin-left: 20px;}
.trouble ul li i{font-size: 25px;font-weight: bold;display: block;color: #1b8ae5;}
.trouble ul li span{display: block;width: 74px;height: 130px; margin: 50px auto 10px;background: url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211225/20211225172352_231848227.png) no-repeat;}
.trouble ul li p{font-size: 22px;color: #484848;font-weight: lighter;padding: 10px 0 0 15px;}
.trouble ul li:hover{box-shadow: 0px 0px 20px 0px rgba(0,0,0,.8);}

/*方案*/
.plan{background: #f8f8f8;padding: 70px 0;}
.plan .title i{font-weight: bold;}
.plan .title d{display: block; font-size: 18px;color: #666;padding-top: 7px;}
.plan .title d i{font-size: 36px;color: #222;font-family: fontDin1;font-weight: normal;}
.plan .title d img{padding-right: 7px;}
.plan .title a{display: block;background: #0072d0;width: 243px;height: 40px;line-height: 40px;font-size: 22px;color: #fff;font-weight: bold;text-align: center;margin: 25px auto;border-radius: 50px;transition: all .3s ease;}
.plan .title a:hover{background: #222;}
.plan_all a{display: inline-block;width: 216px;height: 50px;text-align: center;line-height: 50px;color: #666666;background: #eee;font-size: 14px;margin-top: 10px;transition: all .3s ease;}
.plan_all a:hover{background: #0072d0;color: #fff;}
.plan_all a+a{margin-left: 16px;}
.plan_all a:nth-child(7){margin-left: 0px;}
.khjz_bg{padding:30px 0px 0px 0px;}
.khjz_tab{ width:66px; margin:0 auto; display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.khjz_tab li{width: 16px;height: 16px;  border:2px solid #d0d0d0; transition:all .3s ease; cursor:pointer; border-radius:50%;text-align: center;line-height: 10px;}
.khjz_tab li i{background: #d0d0d0;width: 8px;height: 8px;border-radius:50%;transition:all .3s ease;display: inline-block;line-height: 5px;}
.khjz_tab li:nth-child(1){margin-left:0px;}
.khjz_tab li.on {border:2px solid #0072d0;}
.khjz_tab li.on i{background:#0072d0; }
.khjz_bg_c_bg{ position:relative; height:560px;}
.khjzshow ul{position:relative; height:520px; font-weight:lighter;}
.khjz_c_bg{width:100%; margin:0 auto;}
.khjz_c_bg dt{float:left; width:330px;height: 520px; background:#fff;box-shadow:0 0 10px #e5e5e5;}
.khjz_c_bg dt+dt{margin-left:26px;}
.khjz_font .img a{display: inline-block;width: 290px;height: 218px;overflow:hidden;}
.khjz_c_bg dt .khjz_font{padding:20px;}
.khjz_c_bg dt .khjz_font .img{width:100%;  height:100%;overflow:hidden;}
.khjz_c_bg dt .khjz_font .img img{width:100%; height:100%;transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear;}
.khjz_c_bg dt:hover .khjz_font .img img{-webkit-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12);}
.khjz_c_bg dt .khjz_font .btfont{font-size:25px; color:#465a6b; line-height:77px; text-align:center; height:77px;border-bottom: 1px solid #e5e5e5; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.casemore{display: block;width: 100%;height: 40px;line-height: 40px;text-align: center;font-size: 14px;color:#aaaaaa;font-weight: lighter;background: #f1f1f1;font-size: 14px !important;}
.khjz_c_bg dt .khjz_font .btfont a{font-size:18px; color:#484848;font-weight: normal;}
.khjz_c_bg dt:hover .khjz_font .btfont a{ color:#0072d0;}
.khjz_c_bg dt:hover .casemore{background: #0072d0;color: #fff;}
.khjz_c_bg dt .khjz_font .khimg{ text-align:center;}
.khjz_c_bg dt .khjz_font .khfont{font-size:14px; color:#bbb; line-height:30px; text-align:left; padding-bottom:30px;padding: 25px 10px;}

/*产品*/
.products{padding: 60px 0;height: 1111px;width: 100%; background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227134717_1141579773.jpg) no-repeat center;}
.protab{margin-top: 34px;}
.protab a{width: 25%;float: left;display: inline-block;height: 79px;line-height: 79px;text-align: center;background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227135001_503415563.png) no-repeat 78px center;font-size: 18px;color: #484848;font-weight: lighter;border-left: 1px solid #eeeeee;padding-left: 30px;transition: all .3s ease;}
.protab a:nth-child(4){border-right: 1px solid #eeeeee;}
.protab a.on{background: #0072d0;color: #fff;background:#0072d0 url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227140233_2073572374.png) no-repeat 78px center;}
.sort_bg td{width: 125px;}
.sort_bg td+td{margin-left: 35px;}
.sort_bg td a{font-size: 16px;color: #888888;background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227143839_1275188555.png) no-repeat 0px center;display: inline-block;padding-left: 25px;}
.sort_bg td a:hover{color: #0072d0;background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227144255_965910381.png) no-repeat 0px center; }
.prod_dd{margin-top: 30px !important;padding-bottom: 80px !important;}
.prod_dd td{ display:inline-block; width:335px;padding:20px !important; background: #f5f5f5; position:relative; overflow:hidden;}
.prod_dd td>a{ display:block;  overflow:hidden; background:#fff; position:relative;}
.prod_dd td br{ display: none;}
.prod_dd td span{ display:block; padding-top:0px !important; line-height:60px;}
.prod_dd td span a{ display:block; position:relative; font-size:14px; font-weight: normal;color:#222; padding:0px 50px 0px 20px; line-height:60px; text-align:left; overflow:hidden; white-space:nowrap;text-overflow: ellipsis;background: #dfdfdf;}
.prod_dd td span a:after{ content:''; display:block; position:absolute; top:0px;right:0px; width:50px; height:60px; font-size:12px;transition:all 0.5s ease;background: #0072d0 url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227142058_438353986.png) no-repeat center;border-radius: 20px 0 0 0;}
.prod_dd td+td{ margin-left:20px;}
.prod_dd tr+tr{ display:block; margin-top:20px;}
.prod_dd td a,.prod_dd td img{ position:relative; z-index:33; transition:all 0.5s ease;overflow: hidden;}
.prod_dd td img{ width:100%;}
.prod_dd td:hover img{transform: scale(1.1);}
.prod_dd td:hover a:after{ color:#fff;}
.prod_dd td:hover a:after{ width:50px;}
.prod_dd td:hover span a:after{background: #222 url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227142058_438353986.png) no-repeat center;}

/*亮点*/
.char{background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227092415_1609344227.jpg) no-repeat center;height: 890px;width: 100%;position: relative;}
.char .title span{color: #222222;margin: 8px 0 20px 0;}
.char .title em i{background: #cecece;}
.char .title em i:nth-child(2){background:#4d9dde;}
.charleft{width: 935px;padding-top: 75px;}
.chartab{text-align: center;padding-top: 30px;margin-left: 305px;}
.chartab li{background: #6d6d6d;float: left;width: 157px;height: 41px;line-height: 41px;text-align: center;color: #fff;font-size: 18px;font-weight: lighter;border-radius: 50px;cursor: pointer;transition: all .3s ease;}
.chartab li.on{background: #0072d0;}
.chartab li+li{margin-left: 10px;}
.char_nei ul dt li{float: left;width: 275px;height: 231px; background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227102205_174569338.png) no-repeat;margin-top: 30px;text-align: center;padding-top: 17px;}
.char_nei ul dt li+li{margin-left: 30px;}
.char_nei ul dt{margin-top: 20px;}
.char_nei ul dt li:nth-child(4){margin-left: 0px;}  
.char_nei ul dt li b{display: block;font-size: 18px;color: #484848;padding: 30px 0 15px;}
.char_nei ul dt li p{font-size: 14px;font-weight: lighter;color: #62656b;line-height: 26px;}
.char_nei ul dt li img{animation: rolation 2s linear infinite;}
.char_nei ul .char_1:after{content: "";display: inline-block;width: 725px;height: 890px;position: absolute;right: -725px;top: -258px; background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227104038_1732330325.jpg) no-repeat;}
.char_nei ul .char_2:after{content: "";display: inline-block;width: 725px;height: 890px;position: absolute;right: -725px;top: -258px; background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227105059_45629393.jpg) no-repeat;}

/*优势*/
.adv{background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227164159_863427024.jpg) no-repeat center;width: 100%;height: 1071px;padding-top: 75px;}
.adv .title,.adv .title span,.adv .title d,.adv .title b{color: #fff;}
.adv .title span{margin: 5px 0 5px 0;}
.adv .title d{font-size: 16px;}
.adv .title d i{font-size: 30px;font-family: fontDin1;}
.adv .title d img{padding-right: 10px;}
.adv_all{height: 737px;background: #fff;margin-top: 50px;padding: 50px;position: relative;}
.advleft{float: left;}
.advleft ul{margin-top: 25px;float: left;}
.advleft ul li{width: 357px;height: 97px;border-bottom: 1px solid #ededed;padding-top: 22px;position: relative;cursor: pointer;transition: all .3s ease;}
.advleft ul li:nth-child(1){border-top: 1px solid #ededed;}
.advleft ul li span{float: left;width: 52px;height: 52px;line-height: 52px;text-align: center;background: #555555;color: #fff;font-size: 30px;font-family: fontDin1;border-radius: 50%;margin: 0 20px 0 10px;}
.advleft ul li i{font-size: 25px;font-weight: normal;color: #484848;}
.advleft ul li em{font-size: 12px;display: block; text-transform: uppercase;color: #aaa;font-weight: 100;}
.advleft ul li img{float: right;position: absolute;top: 17px;right: 11px;}
.advleft ul li.on{box-shadow: 0 0 20px #b9b9b9;border-bottom: 1px solid #dadde1;}
.advleft ul li.on:nth-child(1){border-top: 1px solid #dadde1;}
.advleft ul li.on span{background: #0072d0;}
.advleft ul li.on i,.advleft ul li.on em{color: #0072d0;}

.advright{width:920px !important;height: 638px !important;float: right;}
.adv_t{width: 1051px;height: 171px;background: #fff;padding: 32px 40px;box-shadow: 0 0 20px #b9b9b9;position: absolute;bottom: 0px;left: -379px;}
.adv_t b i{font-size: 36px;font-family: fontDin1;position: absolute;top: 25px;left: 40px;font-weight: normal;}
.adv_t b{color: #555;font-size: 25px;padding-left: 58px;padding-bottom: 15px;display: block;}
.adv_t p{font-size: 14px;color: #aaa;line-height: 30px;font-weight: lighter;padding-left: 30px; background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227173939_1973201113.png) no-repeat 0px center;}
.adv_t a{float: right;width: 30px;height: 30px; background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227200326_1624362166.png) no-repeat;margin-right: 10px;}
.adv_t a:hover{background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227200609_1318259787.png) no-repeat;}

/*案例*/
.case{width:100%;height: 951px; overflow-x:hidden; z-index:1; position:relative;padding-top: 60px; background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227161234_1983402537.jpg) no-repeat center;}
.case_t{ display:flex; align-items:center; justify-content:space-between; padding-bottom:19px; margin-bottom:38px;margin-top: 35px;}
.case_t a{ display:block;width: 25%;height: 98px;line-height: 20px;padding-top: 30px; border-left: 1px solid #f0f0f0; float:left; color:#484848; font-size:20px; text-align:center; margin-top:-4px; position:relative;}
.case_t a:nth-child(4){border-right: 1px solid #f0f0f0;}
.case_t a:after{ content:""; display:inline-block; width:23px; height:23px; background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227162205_1997989726.png)center no-repeat; position:absolute; left:163px; bottom:-12px;}
.case_t a i{display: block; color:#aaa; font-size:12px; text-transform:uppercase;}
.case_t a:hover,.case_t a:hover i{ color:#0072d0;}
.case_t a:hover:after{ background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227162205_907054756.png)center no-repeat;}
.case_con{ height:528px;}
.poster-main{ margin:0 auto; position:relative;}
.poster-main .poster-btn{ cursor:pointer; position:absolute; top:0;}
.poster-main .poster-next-btn{ left:0;}
.poster-main .poster-next-btn img{ transform:translateY(-50%); position:absolute; left:-100px; top:50%;}
.poster-main .poster-prev-btn{ right:0;}
.poster-main .poster-prev-btn img{ transform:translateY(-50%); position:absolute; right:-100px; top:50%;}
.poster-item{ margin:0 auto; opacity:1; position:relative;}
.poster-item dd{ width:820px; height:154px; background:rgb(0,114,208,0.9); opacity:0; visibility:hidden; transition:all 0.3s; transform:translateX(-50%); padding:0 44px; box-sizing:border-box; position:absolute; left:50%; bottom:22px;}
.poster-item dd h4{ padding:34px 0 4px;}
.poster-item dd h4 a{ display:block; height:30px; color:#fff; font-size:20px; line-height:30px;}
.poster-item dd p{ width:590px; color:#fff; font-size:14px; line-height:24px;}
.poster-item dd .xq{ width:67px; height:67px; color:#0072d0; font-size:14px; line-height:16px; text-align:center; background:#fff; border-radius:50%; padding:17px 15px 0; box-sizing:border-box; position:absolute; right:44px; bottom:40px;}
.poster-main .poster-list .poster-item img{ display:block; width:940px; height:528px}
.poster-main .poster-list .poster-item{ opacity:1; position:absolute; left:0; top:0;}
.poster-main .poster-list .active dd{ opacity:1; visibility:visible;}

/*流程*/
.pess{background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227110958_1248800658.jpg) no-repeat center;height: 666px;width: 100%;padding-top: 70px;}
.pess .title,.pess .title span,.pess .title b{color: #fff;}
.pess .title span:after{content: "";display: block;width: 34px;height: 3px;background: #677f92;margin: 20px auto 53px;}
.pess_all li{width: 158px;height: 158px;background: #fff;float: left;border-radius: 50%;text-align: center;position: relative;}
.pess_all li+li{margin-left: 49px;}
.pess_all li span{background: #ffb400;color: #fff;font-size: 25px;width: 44px;height: 44px;text-align: center;display: block;border-radius: 50%;font-family: fontDin1;line-height: 44px;position: absolute;top: -20px;left: 58px;transition: all .3s ease;}
.pess_all li b{font-size: 22px;color: #484848;padding: 40px 0 10px;display: block;}
.pess_all li p{font-size: 14px;font-weight: lighter;line-height: 20px;color: #999;}
.pess_all li:hover span{transform:rotate(360deg);}

.mess{padding: 50px 30px;position: relative;background: #fff;box-shadow: 0px 0px 10px #d1d7e7;height: 170px;}
.adbt b{font-size: 50px;display: block;font-weight: normal;color: #333;text-align: center;}
.from_tab{width:100%;float: left;}
.from_tab .col4:nth-child(1):before{content: "";display: inline-block;position: absolute;top: 19px;left: 21px;width: 30px;height: 29px; background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227200217_1463792238.png) no-repeat;}
.from_tab .col4:nth-child(2):before{content: "";display: inline-block;position: absolute;top: 20px;left: 20px;width: 28px;height: 28px; background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227200217_1732683903.png) no-repeat;}
.from_tab .col4:nth-child(3):before{content: "";display: inline-block;position: absolute;top: 20px;left: 20px;width: 28px;height: 26px; background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211227/20211227200217_737106229.png) no-repeat;}
.col4{width: 260px;height: 68px;float: left;position: relative;}
.from_lc{width: 800px;}
.col4 span{display: inline-block;font-size: 30px;color: #999;margin-top: 15px;margin-left: 24px;}
.col4 input{height: 100%;width: 100%;font-size: 14px;color: #e0e0e0;background: #f5f5f5;padding-left: 60px;border: 1px solid #f5f5f5;float: left;}
.feedback_btn{float:right;height: 68px;text-align: center;}
.feedback_btn .btns{line-height: 68px;width: 260px;height: 68px; background: #0072d0;color: #fff;font-size: 18px;cursor: pointer;border:1px solid #0072d0;transition: all .3s ease;}
.feedback_btn .btns:hover{background: #ffb400;border:1px solid #ffb400;}
.lyan textarea {width: 100%;height: 68px;line-height: 68px;outline: none;font-size: 14px;color: #333;padding: 0 0 0 12px;background: #fff;font-family: "Arial"}
.from_rc {width:260px;height: 68px;float: left;}
.col4+.col4{margin-left: 10px;}
.yzm_c {height: 68px; width: 100%; display: flex; align-items: center; flex-direction: row-reverse; background: #f5f5f5;padding-right: 30px;margin-left: 10px;}
.yzm_c>input {width: 177px; height: 68px; background: #f5f5f5; padding-left: 30px; font-size: 14px;border: 1px solid #f5f5f5;}
.mess input:focus{border:1px solid #f5f5f5;}
@media screen and (max-width: 1450px){
	.mes_c>ul>li+li:after{left: -38px;}
}
@media screen and (max-width: 1360px){
	.mes_c>ul>li+li:after{left: -33px;}
}

/*新闻*/
.news{padding: 70px 0 100px 0;background: #f2f2f2;border-bottom: 1px solid #e6e6e6;}
.newstitl{text-align: left;font-size: 16px;color: #aaaaaa;font-weight: lighter;padding-top: 50px;}
.newstitl b{display: block;font-size: 30px;color: #222222;margin-bottom: 10px;}
.newstitl b i{color: #0072d0;font-size: 150px;font-family: Apar1;line-height: 30px;font-weight: normal;}
.newstitl b d{display: block;padding-top: 22px;letter-spacing: 3px;}
.newstitl b span{line-height: 15px;}
.newstab{text-align: left;margin: 55px 0 10px;}
.newstab a{ display: inline-block;width: 135px;line-height: 44px;background: #162938;font-size: 16px;color: #fff;font-weight: lighter;transition: all .3s ease;text-align: center;}
.newstab a+a{margin-left: 15px;}
.newstab a.on{background: #0072d0;color: #fff;}
.newsleft{width: 1020px;height: 166px;position: absolute;right: 0px;top: -277px;}
.newsright{width: 1400px;}
.newsleft .news_div_item_pic{position: absolute;left: 0;top: 0;width: 258px;height: 168px; overflow: hidden;overflow: hidden; border: 1px solid #eee;}
.news .news_div_item_pic img{width: 100%;height: 100%;transition: all .6s ease;}
.news .news_div_item:hover .news_div_item_pic img{transform: scale(1.1);}
.news .news_div_item:hover .news_div_item_a{color:#0072d0;}
.news .news_div_item{position: relative;}
.newsleft .news_div_item_date{position: absolute;left:285px;padding-top: 52px; bottom:-46px;text-align: center; }
.newsleft .news_div_item_date>div{display: inline-block;font-size: 14px;color: #727272;font-weight: lighter;}
.newsleft .news_div_item_content{width: 1020px;padding-left: 285px;padding-top: 13px;}
.news .news_div_item_a{display: block;font-size: 18px;color: #222222;font-weight: bold; white-space: nowrap;text-overflow: ellipsis;position: relative; overflow: hidden;} 
.newsright .news_div_item_a{display: block;font-size: 16px;color: #000;font-weight: normal; white-space: nowrap;text-overflow: ellipsis;position: relative; overflow: hidden;height: 128px;} 
.newsright .news_div_item_a:after{content:"查看详情"; display:block;font-size: 14px;color: #ababab;font-weight: lighter;position: absolute;bottom: 0px;left: 8px;}
.newsright .news_div_item_a:hover:after{color: #0072d0;}
.news .news_div_item_body{font-size: 14px;color: #bbb;font-weight: lighter;margin-top: 25px;line-height: 30px;height: 52px;overflow: hidden;}
.newsright .news_div_item_body{font-size: 13px;color: #bbb;font-weight: lighter;margin-top: -95px;line-height: 24px;height: 52px;overflow: hidden; }
.newsright .news_div_item_body:after{content:""; display:block;background: #e2e2e2;width: 273px;height: 1px;position: absolute;bottom: 48px;}
.newsright .news_div_item{position: relative; display: inline-block;vertical-align: top;background: #fff; box-sizing: border-box;width: 436px;height: 169px;padding: 27px 0 0 120px;margin-top: 20px;}
.newsright .news_div_item:nth-child(4){margin-left: 0 !important;}
.newsright .news_div_item+.news_div_item{margin-left: 46px;}
.newsright .news_div_item_content{width: 273px;}
.newsright .news_div_item_date{position: absolute;left:35px;padding-top: 52px; top:45px;text-align: center;}
.newsright .news_div_item_date>div{display: inline-block;font-size: 14px;color: #000;font-weight: lighter;}
.newsright .news_div_item_date .news_div_item_day{position:absolute;top: 0px;left: 0;right: 0;margin: 0 auto;font-size: 42px;font-weight: bold;}
.newmore{margin-top: -40px;}
.newmore a{font-size: 16px;font-weight: bold;color: #000000;position:relative;}
.newmore a:hover{color:#0072d0;}
.newmore a:after{content:""; display:block;background: #0072d0;width: 91px;height: 3px;position: absolute;bottom: 0px;}

/*简介*/
.about{background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211225/20211225143159_1601399622.jpg) no-repeat center;height: 906px;width: 100%;}
.ableft{float: left;width: 700px;position: relative;display: block;}
.ableft span{font-size: 40px;color: #333;font-weight: normal;display: block;padding: 40px 0 0 90px;}
.ableft span:before{content: "";display: inline-block;background: #0072d0;width: 13px;height: 61px;position: absolute;left: 65px;top: 50px;}
.ableft em{font-size: 18px;font-weight: lighter;text-transform: uppercase;display: block;letter-spacing: 0.2px;padding-left: 90px;}
.ableft p{display: block;width: 498px;height: 57px;line-height: 57px;text-align: center;border: 1px solid #e9e9e9;margin: 25px 0 43px 65px;font-size: 18px;color: #666;letter-spacing: 6.5px;}
.ableft i{width: 620px; font-size: 12px;font-weight: lighter;color: #dadada;display: block;text-align: center;text-transform: uppercase;line-height: 22px;padding-top: 45px;}
.abright{float: right;width: 700px;padding: 66px 0 0 40px;}
.abright p{font-size: 16px;color: #aaaaaa;font-weight: lighter;line-height: 45px;padding: 85px 0 0 15px;}
.abright a{font-size: 16px;color: #fff;background: #000;width: 204px;height: 50px;line-height: 50px;text-align: center;display: block;font-weight: lighter;margin: 35px 0 0 15px;transition: all .3s ease;}
.abright a:hover{background: #0072d0;}
.abright a i{font-size: 20px;}
.abright ul{margin-top: 20px;}
.abright ul a{float: left;width:198px;height: 180px;background: #fff;text-align: center;display: inline-block;transition: all .3s ease;}
.abright ul d{font-size: 20px;color: #484848;text-align: center;display: inline-block;}
.abright ul em{display: block;font-size: 12px;text-transform: uppercase;color: #aaa;line-height: 0;}
.abright ul a+a{margin-left: 20px;}
.abright ul span{width: 44px;height: 44px;display: block; margin: 40px auto 0;background: url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211225/20211225151137_708685005.png)no-repeat;transition: all .3s ease;}
.abright ul a:nth-child(2) span{background-position-x: -44px;}
.abright ul a:nth-child(3) span{background-position-x: -88px;}
.abright ul a.on span{background-position-y: -44px;}
.abright ul a.on{background: #0072d0;}
.abright ul a.on d,.abright ul a.on em{color: #fff;}
.cjsb{margin-top: 50px;}
.cjsb table a{ font-size:16px; color:#333;font-weight: normal;line-height: 33px;}
.cjsb table img{ border: 1px solid #ddd;padding: 4px;}
.cjsb td {padding-left: 20px !important;}
.cjsb #roller_temp{padding-left: 0px !important;}
.cjsb tr td>div { height: 40px; width: 325px;;padding-top: 0px !important;}
.cjsb #roller_content table td:hover a{color: #0072d0;}
.cjsb #roller_temp table td:hover a{color: #0072d0;}

/*友情链接*/
.links{ height:100px;  line-height:100px; border-top: 1px solid #e7e7e7;}
.links .w1400{ height:100px; background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211225/20211225111336_92919071.png) no-repeat right center;}
.links p{ float:left; font-size:18px; color:#484848;  text-transform: uppercase;}
.links p:nth-child(2){ color:#484848; font-family:impact; padding:0px 15px 0px 8px;}
.linkTagcs a {font-size: 14px;line-height: 100px;}

/*版权*/
.copyright{background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211225/20211225111538_1204612536.jpg) no-repeat center;width: 100%;height: 802px;}
.copy_fl{width: 970px;height: 624px;border-right: 1px solid #323d47;padding-top: 60px;float: left;}
.copylogo{color: #fff;font-size: 40px;float:left;}
.copylogo img{float: left;padding-right: 20px;}
.copylogo p{font-size: 16px;font-weight: lighter;text-transform: uppercase;letter-spacing: -0.3px;}
.cop_one ul a{display: inline-block;background:url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211225/20211225134101_48399104.png);width: 46px;height: 46px;}
.cop_one ul{padding: 20px 63px 0 0;}
.cop_one ul a+a{margin-left: 20px;}
.cop_one ul a:nth-child(2){background-position-x: -46px;}
.cop_one ul a:nth-child(3){background-position-x: -92px;}
.cop_one ul a:nth-child(4){background-position-x: -138px;}
.cop_two{font-size: 30px;font-weight: normal;color: #7b8690;height: 80px;line-height: 80px;border-top: 1px solid #323d47;border-bottom: 1px solid #323d47;margin-top: 42px;}
.cop_three li{float: left;width: 242px;text-align: left;}
.cop_three li:nth-child(1){border-left: 1px solid #353535;}
.cop_three li p{font-weight: normal;font-size: 18px;color: #fff;padding: 10px 0 15px;}
.cop_three li p:after{content: "";display: block;width: 28px;height: 2px;background: #fff;margin: 15px 0 20px;}
.cop_three li a{display: block;font-size: 14px;font-weight: lighter;color: #7b8690;line-height: 30px;}
.cop_three li a:hover{color: #fff;}
.copy_fr{float: right;width: 430px;padding: 76px 0 0 58px;}
.copy_fr img{float: left;padding: 12px 35px 0 0;}
.copy_fr p{line-height: 50px;font-size: 16px;color: #7b8690;font-weight: lighter;}
.copy_fr ul{padding-top: 100px;}
.copy_fr ul li{float: left;width: 100px;height: 143px;text-align: center;}
.copy_fr ul li+li{margin-left: 20px;}
.copy_fr ul li p{font-size: 16px;color: #7b8690;line-height: 44px;font-weight: lighter;}
.end{height: 178px;border-top: 1px solid #323d47;font-size: 14px;color: #7b8690;line-height: 30px;font-weight: lighter;padding-top: 60px;}
.end span a{color: #7b8690;font-weight: lighter;font-size: 14px;}
.end span a:hover{color: #fff;}

/*右边浮动*/
.my-kefu{position: fixed;right: 0px;top:59%;z-index:9999;}
.my-kefu ul{width: 77px;}
.my-kefu li a{text-decoration: none;}
.my-kefu li{background:#0072d0; margin-top: 1px;padding: 9px 0;height: 77px;width: 77px;}
.my-kefu li i{background: url(//memberpic.114my.com.cn/xinhonjiahb/uploadfile/image/20211225/20211225142632_1116531301.png) no-repeat;display:block; width: 30px; height: 27px; margin: 0px auto; text-align: center;}
.my-kefu li p{height: 20px; line-height: 20px; overflow: hidden;text-align: center;color: #fff;}
.my-kefu .my-kefu-qq i{background-position: 4px 0;}
.my-kefu .my-kefu-tel i{background-position: 0 -25px;}
.my-kefu .my-kefu-tel1 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel1:hover{ width:246px; height:145px;}
.my-kefu .my-kefu-tel2 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel2:hover{ width:246px; height:165px;}
.my-kefu .my-kefu-tel3 i{background-position: -28px -98px;}
.my-kefu .my-kefu-liuyan i{background-position: 4px -53px;}
.my-kefu .my-kefu-weixin i{background-position: -34px 4px;}
.my-kefu .my-kefu-xiadan i{background-position: 0 -98px;}
.my-kefu .my-kefu-wuliu i{background-position: 0 -123px;} 
.my-kefu .my-kefu-weibo i{background-position: -30px -22px;}
.my-kefu .my-kefu-ftop{background-color:#222;}
.my-kefu .my-kefu-ftop i{width:33px;height:35px;background-position: -27px -51px;}
.my-kefu .my-kefu-ftop p{color:#fff;font-size: 14px;}
.my-kefu-left{ float: left; width: 77px; height: 47px;position: relative;}
.my-kefu-tel-right{font-size: 20px; color: #fff; float: left; height: 44px; line-height: 18px; padding-left:15px; border-left: 1px solid #ddd; padding-top: 10px;}
.my-kefu-tel1-right{font-size: 20px; color: #fff; float: left; height: 44px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-tel2-right{font-size: 20px; color: #fff; float: left; height: 44px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-right{width: 20px;}
.my-kefu-tel-main{color: #fff; margin-top: 9px; height: 47px; width: 247px;}
.my-kefu-main{width: 97px;position: relative;}
.my-kefu-weixin-pic{position: absolute;left: -130px;top: -24px; display: none;}
.my-kefu-xiadan a{color: #fff;font-size: 15px;}
.my-kefu-wuliu a{color: #fff;font-size: 15px;}
.my-kefu-qq a{color: #fff;font-size: 15px;}

@font-face {
font-family:fontDin1;
src:url(../cssnew/DIN-MEDIUM_otf.txt),url(../cssnew/DIN-MEDIUM_woff.txt),url(../cssnew/DIN-MEDIUM_eot.txt),url(../cssnew/DIN-MEDIUM_woff2.txt),url(../cssnew/DIN-MEDIUM_ttf.txt)}

@font-face {
  font-family: Apar1;
  src: url("../cssnew/Aparajita.woff2.txt") format("woff2"),
       url("../cssnew/Aparajita.woff.txt") format("woff"),
       url("../cssnew/Aparajita.ttf.txt") format("truetype"),
       url("../cssnew/Aparajita.eot.txt") format("embedded-opentype"),
       url("../cssnew/Aparajita.svg.txt") format("svg");}