/*公共样式部分*/
body {font-size: 14px;font-family:Microsoft YaHei; min-width:1400px; overflow-x:hidden;}
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd{margin: 0px; padding: 0px;list-style: none;border: 0px;}
*{margin: 0;padding: 0;box-sizing: border-box;}
em,i{font-style:inherit;font-weight:inherit;}
ul{list-style: none;}
img {border: none;vertical-align: middle;}
a {text-decoration: none;color: #333;}
a:hover{color: #0a67d9; text-decoration: none; }
tr,td{padding:0 !important;}
input, textarea {outline: none;border: none;}
.dfs{align-items: center;justify-content: space-between;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}

/*左右浮动清除*/
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;height: 0px; overflow: hidden;}

/*宽度*/
.w1400{ width:1400px; margin:0 auto; overflow:hidden;}
.page{ width:1400px; margin:0 auto;}
.bg{ width:100%; margin:0 auto; overflow:hidden; padding:0 2%;}


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

/*标题*/
.t{font-size:40px; font-weight:bold; text-align:center; line-height:46px;}
.t b{color:#0a67d9;}
.t p{font-size:18px; color:#999; font-weight:normal;}
.t em{ font-size:0; display:inline-block;height: 8px;}
.t em i{ display:inline-block; width:8px; height:8px; border-radius:50%; background:#cedae8;animation: bounce_fountainG 1.2s linear infinite;} 
.t em i+i{ margin-left:16px;}
.t em i:nth-child(1){animation-delay: .4s;}
.t em i:nth-child(2){background:#0a67d9;animation-delay: .6s;}
.t em i:nth-child(3){animation-delay: .8s;}


.t1{font-size:40px; font-weight:bold; text-align:center; line-height:46px; color:#fff;}
.t1 p{font-size:18px; color:#fff; font-weight:normal;}
.t1 em{ font-size:0; display:inline-block;height: 8px;}
.t1 em i{ display:inline-block; width:8px; height:8px; border-radius:50%; background-color:rgba(255,255,255,0.5); animation: bounce_fountainG 1.2s linear infinite;} 
.t1 em i+i{ margin-left:16px;}
.t1 em i:nth-child(1){animation-delay: .4s;}
.t1 em i:nth-child(2){background-color:rgba(255,255,255,0.8); animation-delay: .6s;}
.t1 em i:nth-child(3){animation-delay: .8s;}


@keyframes bounce_fountainG { 
0% {
transform:scale(1);
}
100% {
transform:scale(.5);
}
}



/*head*/
.head_bg{  border-bottom: 1px solid #f6f7f8; width:100%; margin:0 auto;  height:40px;  line-height:40px; color:#b3b5b7;}
.head_bg a{color:#b3b5b7;}
.head_bg a:hover{color:#0a67d9;}
.head_r li{float: left;     font-size: 15px;}
.head_r li:nth-child(1) img {width: 44px;  transition: 0.3s all ease-in-out;}
.head_r li:nth-child(1):hover img {transform: scale(1.1);}
.head_r li:nth-child(2) span{font-size: 20px; color: #0a67d9;  font-weight: bold;} 

 
.head_r li+li:after { width: 1px;   height: 40px;   background: #eee;   float: left; content: ""; margin: 0 10px;}


/*top*/
.top_bg{height: 120px;  position: relative; width: 1400px;  margin: 0 auto; }
.top{display: flex;align-items: center;justify-content: space-between;height: 120px;}
.logo_w{ align-items: center; }
.logo{ float:left;  padding-right:15px;}
.logo_t{ font-size:2.3rem; font-weight:bold; color:#0a67d9; float:left; line-height:40px; margin-top:15px;}
.logo_t p{ font-size:19px; color:#444; font-weight:normal;}
.logo_t b{ color:#0a67d9;}




/*nav*/
.nav{    position: relative; }
.NavCeshi li{float:left;padding: 0 1.3vw;position:relative; transition: 0.2s all ease-in-out;}
.NavCeshi li>a{display:block;position: relative; line-height:120px; font-size:16px;color: rgb(31 31 31/0.8);}
.NavCeshi li.navcurrent,.NavCeshi > li:hover > a{color:#0a67d9; font-weight:bold;}
.NavCeshi > li.navcurrent > a:before,.NavCeshi > li:hover > a:before{ left: 12px !important}
.NavCeshi > li > a:after{ content: ''; display: block; width: 0%; height:2px;transition: 0.2s all ease-in-out; position: absolute; left:0%; bottom: 0; background: #0a67d9;z-index: -1; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}
.NavCeshi li.navcurrent a { color: #0a67d9;}
.NavCeshi >li >a:hover{color: #0a67d9;}


/*下拉导航*/
.NavCeshi li>.nav2 {display: none; position:absolute; left:-20px; top:120px; z-index: 99999;}
.NavCeshi li>.nav2 a{display: block; background:#fff; height:52px; line-height:52px; width: 150px; font-size: 15px; text-align: center; color:#333; border-bottom: 1px solid #eee;}
.NavCeshi li>.nav2 a:hover{background:#0a67d9; color: #fff;}



/*TEL*/

.top_tel{    position: absolute;  right: 0; top:-5px;}
.top_tel li{  float: left; font-size:1.6rem; font-weight:bold; color:#0a67d9; line-height: 34px;}
.top_tel li b{ padding-right:0.5rem; }
.top_tel li:nth-child(1) { float: left; margin-right: 10px;}
.top_tel li:nth-child(1) img {width: 42px;}
.top_tel li:nth-child(2) {  padding-top: 3px;}



/*banner*/
.banner{ overflow: hidden; background:#000; }
.banner-box{ min-width:1400px; height:800px; position:relative; margin:0 auto; }
.banner-box .bd{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:800px; background-position: center; background-repeat: no-repeat; }
.banner-box .bd li a{ display:block; background-size:auto; }
.banner-btn { width: 100%; position: absolute; top: -1px; left: -1px; margin-left: 0; height: 800px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:320px; 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/0321811/uploadfile/image/20220712/20220712192606_1545480192.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(//memberpic.114my.com.cn/0321811/uploadfile/image/20220712/20220712192606_1545480192.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:60px; width: 100%; display: block; }
.banner-box .hd ul { width: 1250px; margin: 0 auto; text-align: center; }
.banner-box .hd ul li{ width:20px; height:20px; border-radius:20px; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; text-align: center; position: relative; z-index: 1111; }
.banner-box .hd ul li.on{ background:#0a67d9 !important; width: 32px; }
.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; }




/*search*/
.search_bg{height:80px;}
.keywords{ padding-left:30px; background:url(//memberpic.114my.com.cn/0321811/uploadfile/image/20220713/20220713142313_25722600.png) no-repeat left center;}
.keywords,.keywords a{ font-size:15px; color:#444; line-height:80px; text-transform: uppercase;}
.keywords a:hover{ color:#0a67d9; text-decoration:underline;}
#search_bg input{ float:left;}
#sso{ background:#0a67d9;}
#infoname{ height:78px; border:none; border-left:1px solid #e0e0e0; padding-left:20px;  font-size:14px; font-weight:lighter; width: 220px;}


/*compy*/
.com_bg{width: 100%;min-width: 1400px;height:520px;background: url(//memberpic.114my.com.cn/0321811/uploadfile/image/20220723/20220723143810_350105327.jpg)no-repeat top center; padding-top:80px;}
.com_bg .page{display: flex;padding-top: 76px;box-sizing: border-box;}
.com_f{background: #fff;  border-radius: 20px;  position: relative; background: #fff; padding: 20px;}

.com_t1{ margin-top:6px; width:48%;}
.com_t1 b{ color:#0a67d9;}
.com_t1>p{font-size: 32px;color: #333;}
.com_t1 .line{width: 50px;height: 1px;background-color: #aaaaaa;margin: 20px 0 30px 0;}
.com_t1>span{font-size: 20px;color: #333333;}
.com_t1>i{font-size: 15px;color: #aaaaaa;display: block;line-height: 36px;margin-top: 4px;}
.com_r{display: flex;margin-top: 46px;width: 100%;justify-content: space-between;padding-right: 20px;box-sizing: border-box;}
.com_r li{display: flex;}
.com_r li span{font-size: 55px;color: #3f3f40;font-family: Impact;}
.com_r li p{font-size: 16px;color: #666;    line-height: 25px;    padding-left: 10px; margin-top: 10px;}
.com_r li i{display: block;background: #0a67d9;color: #fff;border-radius: 14px;text-align: center;    width: 44px;}






/*prod*/
.pro_bc{padding:80px 0;}
.prod_t_fl{position:relative;padding:33px 0 0 23px;width:20%;height:145px;background:#0a67d9;color:#fff;font-size:32px;}
.prod_t_fl:before{position:absolute;right:0;bottom:0;display:block;width:89px;height:92px;background:url(//memberpic.114my.com.cn/0321811/uploadfile/image/20220726/20220726095130_416734535.png) no-repeat;content:"";}
.prod_t_fl:after{position:absolute;top:110px;right:15px;display:block;width:25px;height:25px;color:#fff;content:"+";font-size:40px;line-height:20px;transition:all .3s;}
.prod_t_fl:hover:after{transform:rotate(90deg);}
.prod_t_fl p{color:#fff;text-transform:uppercase;font-size:20px;line-height:40px;}
.prod_t_fl>b{color:#fff;}

.pro_list{margin-top:40px; display: flex; position: relative;}
.pro_list li{ border: 1px solid #eee;   text-align: center;   background: #fff;  width: 20%;   float: left;  height: 73px;   line-height: 73px;  margin-right: -1px;   margin-bottom: -1px;}
.pro_list li a{ font-size: 16px;}
.pro_list li:hover{background: #0a67d9;color: #fff; transition: all .3s ease;}
.pro_list li:hover a {color: #fff;}

a.pro_m {  position: absolute;   right: 4px;  bottom: 0; width:20%;   text-align: center;  border: 1px solid #eee;  line-height: 70px;  font-size: 16px;}
a.pro_m:hover { background: #0a67d9; color: #fff;}


/*tu*/
.pro_call{,argin-top:40px;}
.pro_call li {padding-left: 0 !important; display: block; float: left;   width:24%;     border: 1px solid #eee;      margin-bottom: 20px; margin-right: 1.3%;}
.pro_call li a{  display: block; width: 100%; height: auto; overflow: hidden; position: relative;}
.pro_call li a:before { content: ''; display: block;width: 50px; height: 50px;
 position: absolute; top: 50%; left: 50%; z-index: 3; margin-left: -25px; margin-top: -25px; transform: scaleY(0); opacity: 0; transition: 0.3s all ease;}
.pro_call li>a:after {content: ''; display: block;width: 100%; height: 100%; position: absolute; top: 0;left: 0;opacity: 0; transition: 0.3s all ease;}
.pro_call li:hover>a:before{opacity: 1;transform: scaleY(1);}
.pro_call li:hover>a:after{opacity: 1;}
.pro_call li br{display:none;}
.pro_call li span a{display:block;width:100%;height:60px;line-height:60px;font-size:18px;color:#333;    border-top: 1px solid #eee; transition: 0.3s all ease;position: relative;z-index:22;     text-align: center; background: #fbfbfb;}
.pro_call li span a:after{content: '';display: block;background: #0a67d9;width:100%;height:0px;position: absolute;top:0;z-index: -1;}
.pro_call li:hover span a:after{height:100%;transition: 0.3s all ease;}
.pro_call li:hover span a{color:#FFF;border: 1px solid #0a67d9;}
.pro_call li:nth-child(4),.pro_call li:nth-child(8){margin-right: 0%;}
.pro_call li img{transition: 0.3s all ease;width: 100%;height: auto;}
.pro_call li:hover img{    transform: scale(1.1);}



/*产品推荐*/
.prod_cont{ width:1400px; padding:50px; background: #fafafa;}
.prod_r{width:100%; background:#fafafa;}
.prod_img{width:52%;float:left;overflow:hidden;}
.prod_img img{width:100%;transition:0.3s all ease-in-out;}
.prod_img img:hover{ transform: scale(1.1);}
.pro_qie { width:100%;height:395px;  overflow:hidden;background:#fff;}
.pro_qie dl { float:left; background:#fafafa;  width:100%; height:395px; overflow:hidden;}
.prod_r_t{position:relative;}
.pro_qie dl dt {position:relative; width:44%;padding-right: 60px;font-size:16px; color:#555;float:right;}
.pro_qie dl dt img { margin-top:25px;}
.pro_qie dl dt strong { display: block; margin-bottom:10px;}
.pro_qie dl dt strong a { font-weight: bold; font-size:28px; color:#303030;}
.pro_qie dl dt span { display:block; line-height:28px; margin-top:15px; background:url(//memberpic.114my.com.cn/0321811/uploadfile/image/20220726/20220726135831_165604410.png) no-repeat left 3px; padding-left: 25px; font-size:15px;}
.pro_qie dl dt em{border: 1px solid #cecdcd; width: 120px;  height: 40px;   line-height: 40px;  margin-right: 30px; display: block;  float: left;  text-align: center;  margin-top: 40px;     transition: all 0.5s;}
.pro_qie dl dt em a{ font-size: 16px;}
.pro_qie dl dt em a:hover,.pro_qie dl dt em:hover a{color: #fff; transition: 0.3s all ease-in-out;}
.pro_qie dl dt em:hover {color: #fff;  display: block;  width: 150px;  background: #0a67d9;  height: 40px;}

#Partner_img_btn_l{ background:url(//memberpic.114my.com.cn/0321811/uploadfile/image/20220726/20220726111145_141819754.png) center no-repeat; width:30px; height:59px;top:168px; cursor: pointer; position:absolute; left:-50px;}
#Partner_img_btn_r{ background:url(//memberpic.114my.com.cn/0321811/uploadfile/image/20220726/20220726111206_900897417.png) center no-repeat; width:30px; height:59px; right:0px; top:168px; cursor: pointer; position:absolute; right:-50px;}
.pro_w12{ width:520px; height:45px; background:#0a67d9; border-radius:20px 0; margin-top:25px; line-height:45px; font-size:16px;}
.pro_w12 b{ background:url(//memberpic.114my.com.cn/0321811/uploadfile/image/20220726/20220726113041_1893278135.png) no-repeat left;    padding-left: 20px;
 color: #fff; margin-left: 20px;}
.pro_w12 b+b { padding-left: 23px;margin-left: 28px;}




/*advpro*/	
.padv_bg{ width:100%; background:url(//memberpic.114my.com.cn/0321811/uploadfile/image/20220719/20220719111315_359879164.jpg) no-repeat center; padding:80px 0;}
.padv_b{width:100%;height:600px; margin-top:50px;}
.padv_b li{width:19%;height:630px; background: rgb(10, 103, 217, 0.3); float:left;position: relative;text-align:center;cursor: pointer;
border:1px solid #4892ec; transition: all 0.3s; }
.padv_b li+li {border-left: 0;}
.padv_cont{padding: 6vw 1vw 0;}
.padv_b li:nth-child(1){border-left:1px solid #4892ec ;}

.padv_b li i{display:block;font-size:50px;color:rgba(255,255,255,0.6);}
.padv_b li p{font-size:34px;color:#ffffff;margin: 0.7vw 0;}
.padv_b li span{font-size:15px;color:#ffffff;line-height:30px;}
.padv_b li a.padv_more{display:block;width:122px;height:35px;     border: 1px solid #569ef5;margin:20px auto;font-size:15px;
color:#FFF;text-align:center;line-height:35px;position: absolute; bottom: 20%; left: 0;right: 0;}
.padv_b li .padv_pic img{width:100%;height:auto;transition: all 0.5s ease;display:none;}

.padv_b li.on{width:24%;transition: all 0.3s; background:#fff; border:0;}
.padv_b li.on .padv_cont{padding-top:2vw;}
.padv_b li.on i{color:#0a67d9;}
.padv_b li.on p{color:#444;}
.padv_b li.on span{color:#666; line-height:28px;}
.padv_b li.on p:after,.padv_b li.on a.padv_more{display:none;}
.padv_b li.on .padv_pic img{transition: all 0.5s ease;position: absolute;left: 0;right:0;bottom: 0;display:block;}

/*solu*/
.solu{margin: 50px auto; width: 1400px;}
.caseleft{font-size: 0;width: 480px;}
.caseleft li{width: 230px;height: 185px;position: relative;cursor: pointer;background: #f5f5f5;display: inline-block;margin: 0 10px 10px 0; text-align: center;font-size: 22px;color: #333333; transition: all .3s ease;}
.caseicon{ position: relative;margin: 30px 0 10px 0;display: inline-block;width: 60px;height: 60px;border-radius: 50%;background: #0a67d9;transition: all .3s ease;}
.caseleft li em{display: block;font-size: 12px;color: #9e9e9e; text-transform: uppercase;margin-top: 3px;transition: all .3s ease;}
.caseicon span{transition: all .3s ease;display: block;top: 0;bottom: 0;left: 0;right: 0;margin: auto;position: absolute;width:45px;height: 36px;background: url(//memberpic.114my.com.cn/0321811/uploadfile/image/20220723/20220723221751_1227928168.png) no-repeat left -60px;}
.caseleft li:nth-child(2) .caseicon span{background-position-x:-43px;width: 45px;height: 36px; }
.caseleft li:nth-child(3) .caseicon span{background-position-x:-87px;width: 45px;height: 36px; }
.caseleft li:nth-child(4) .caseicon span{background-position-x:-133px;width: 45px;height: 33px; }
.caseleft li:nth-child(5) .caseicon span{background-position-x:-176px;width: 45px;height: 36px; }
.caseleft li:nth-child(6) .caseicon span{background-position-x:-223px;width: 45px;height: 36px; }
.caseleft li.on,.caseleft li.on em{color: #fff;}
.caseleft li.on{background: #0a67d9;}
.caseleft li.on .caseicon{background: #fff;}
.caseleft li.on .caseicon span{background-position-y:0;}
.casecon .divdgweb_new_div .divdgweb_new_div_item{ width:920px; height:575px; overflow:hidden; position:relative; display: inline-block;vertical-align: top;}
.casecon .news_div_item_pic img{ width:100%; height:100%;}
.casecon .divdgweb_new_div_item_content{    box-sizing: border-box;  width: 100%;   position: absolute;    left: 0;  bottom: 0;  overflow: hidden;   transition: all .3s ease;   z-index: 99999;   background: rgba(0, 0, 0, 0.4);   line-height: 70px;   height: 70px;   text-align: right; padding-right: 30px;} 
.casecon .divdgweb_new_div_item_a{font-size: 22px; color: #fff;}
.casecon .divdgweb_new_div_item .divdgweb_new_div_item_body{ font-size: 0px; color: #fff;font-weight: lighter; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-top: 8px;}
.casecon .divdgweb_new_div_item .divdgweb_new_div_item_body a{font-size: 0px; color: #fff;}
.casecon .divdgweb_new_div_item .divdgweb_new_div_item_body a:hover{color: #ff0;}



.casecon .news_div_item_pic { display: block; width: 100%;   overflow: hidden;  }
.casecon .news_div_item_pic img{width: 100%;-webkit-transition: 0.3s ease all;transition: 0.3s ease all;height: auto;}
.casecon .news_div_item_pic:hover img{transform: scale(1.1);}




/*adv*/
.adv_bc{background: #0a67d9; padding-top: 80px;    margin-bottom: 570px;    height: 400px;}
.adv_lc>p+p {display: none;}
.adv_ic {position: relative; height: 244px;}
.adv_ic>div+div {display: none;}
.adv_c {display: flex; justify-content: space-between; position: relative;}
.adv_c1 {  background: url(//memberpic.114my.com.cn/0321811/uploadfile/image/20220730/20220730180632_2678102.jpg) no-repeat center; width: 100%;   margin: 0 auto; height: 580px;}

.adv_lc {width: 57%; position: relative;}
.adv_lc img { }
.adv_rc {width: 43%; padding: 5% 0 0 4%; position: relative; background: url(//memberpic.114my.com.cn/0321811/uploadfile/image/20220723/20220723223647_109882459.jpg) no-repeat center;     height: 580px;}
ul.adv_nav {display: flex;height: 100%;align-items: center;}


.adv_rt {display: flex; align-items: center; margin-bottom: 30px;}
.adv_rt>b {font-size: 60px;font-family: Arial;color: #0a67d9; margin-right: 16px;}
.adv_rt em {font-size: 28px;}
.adv_rt i {text-transform: uppercase; font-size: 12px; color: #848488;     display: block;}
.adv_item>p {font-size: 15px; color: #737376; line-height: 28px; position: relative; padding-left: 20px; width: 74%;}
.adv_item>p:after {position: absolute; content: ""; width: 8px; height: 8px; background: #0a67d9; top: 9px; left: 0;}
.adv_item>p+p {margin-top: 15px;}

.adv_pho {  font-size: 16px; display: flex; margin-top: 60px; align-items: center;}
.adv_pho>span {width: 30px; height: 30px; border-radius: 100%; margin-right: 8px;}
.adv_pho {display: flex; align-items: center; }
.adv_pho>b {font-family: rob;font-size: 36px; color: #0a67d9;font-family: Arial;}
.adv_nc {height:95px;  position: relative;   background-color: rgb(255, 255, 255, 0.2);   border-radius: 20px 20px 0 0;  margin-top: 50px;}
.adv_nav li {width: 25%; color: #fff; font-size:28px; font-weight: bold; display: flex; align-items: center; justify-content: center; height: 100%; transition: all .3s;}
.adv_nav li span { margin-right: 10px;}
.adv_nav li+li {border-left: 1px solid rgba(255,255,255,0.08);}
.adv_nav li.on {background: #da0911;}
.adv_lc>p {position: absolute; top: 0; left: 0;}
.adv_item {position: absolute; top: 0; left: 0;}


/*workshop*/
.workshop_bg{background:url(//memberpic.114my.com.cn/0321811/uploadfile/image/20220725/20220725085537_639887796.jpg) no-repeat center bottom;width: 100%;height: 460px;     margin-top: 50px;}

.workshop{ width:1400px; margin:0 auto;  overflow:hidden;}

.com_m{}
.com_m ul{}
.com_m ul li{display: inline-block;width: 32%;margin-right: 1.8vw;transition: 0.3s ease all;position: relative;text-align: center;}
.com_m ul li>a{display: block;overflow: hidden;transition: 0.3s ease all;border: 1px #eee solid;}
.com_m ul li+li{}
.com_m ul li img{width: 100%;-webkit-transition: 0.3s ease all;transition: 0.3s ease all;height: auto;}
.com_m ul li:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}
.com_m ul li p{position: absolute;bottom: 0;width: 100%;height: 40px;line-height: 40px;background: rgba(0,0,0,0.4);}
.com_m ul li p a{font-size: 15px;color: #fff;}
.com_m ul li:hover p{background: rgba(10,103,217,0.8);}



/*process */
.process{ background:url(//memberpic.114my.com.cn/0321811/uploadfile/image/20220725/20220725141114_1850998107.jpg) no-repeat center; width:100%;     padding: 70px 0;}
.gg_c{color: #666;font-size: 16px;padding-top: 15px;    text-align: center;}
.gg_c i{color: #0a67d9;font-size: 25px; font-family: cursive; font-weight: bold;} 
.gg_c img { padding-right: 10px;}
.process ul{ font-size:0; margin-top:40px;  background:#fff; border-radius:12px; overflow:hidden;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.process ul li{ position:relative; height:210px; width:16.6666%; text-align:center; font-size:18px; color:#3a3a3a; font-weight:lighter; transition:all .3s ease;cursor: pointer;}
.process ul li+li:after{ content:''; display:block; position:absolute; top:0; bottom:0; margin:auto 0; width:1px; height:110px; background:#e9e9e9; left:0;}
.process ul li i{ display:block; margin:20px auto 20px auto; width:35px; height:2px; background:#3a3a3a;transition:all .3s ease;}
.pcicon{ display:inline-block; width:46px; height:46px; background:url(//memberpic.114my.com.cn/0321811/uploadfile/image/20220725/20220725143443_29489834.png) no-repeat left top; margin-bottom:15px; transition:all .3s ease;margin-top: 50px;}
.process ul li:nth-child(2) .pcicon{ background-position-x:-46px;}
.process ul li:nth-child(3) .pcicon{ background-position-x:-92px;}
.process ul li:nth-child(4) .pcicon{ background-position-x:-138px;}
.process ul li:nth-child(5) .pcicon{ background-position-x:-184px;}
.process ul li:nth-child(6) .pcicon{ background-position-x:-230px;}
.process ul li:nth-child(7) .pcicon{ background-position-x:-274px;}
.process ul li:nth-child(8) .pcicon{ background-position-x:-321px;}
.process ul li:nth-child(9) .pcicon{ background-position-x:-370px;}
.process ul li.on:after{ opacity:0;}
.process ul li.on{ background:#0a67d9; color:#fff;}
.process ul li.on i{ background:#fff;}
.process ul li.on .pcicon{ background-position-y:-46px;}



/*news*/
.news_bg{}
.news{ padding:70px 0;}
.news_tit {text-align: left;  float: left; font-size: 36px;color: #0a67d9; font-weight:bold; line-height:30px;}
.news_tit b{font-size: 36px;color: #343434; float: left;  font-weight:bold;}
.news_tit p{font-size:16px;color: #777;line-height: 30px; font-weight:normal; line-height: 50px;}
.news_tab ul li {display: inline-block; overflow: hidden;   width:120px; line-height: 60px;margin:0 0px 0 25px; position: relative;}
.news_tab ul li::after { content: ''; display: block; clear: both; width: 100%; height: 1px; position: absolute; left: -100%; bottom: 0%;
background: #0a67d9; filter: progid:DXImageTransform.Microsoft.gradient( startColorproadv='#0a67d9', endColorproadv='#0c3089',GradientType=1 ); transition: .3s all ease;}
.news_tab ul li:hover,.news_tab ul li.on{ border-color: transparent;}
.news_tab ul li a img { display: inline-block;  vertical-align: middle; padding-right: 5px;  -webkit-filter: grayscale(1); filter: grayscale(1);}
.news_tab ul li:hover a img,.news_tab ul li.on a img{-webkit-filter: grayscale(0);filter: grayscale(0);}
.news_tab ul li:hover:after,.news_tab ul li.on:after{left: 0}
.news_tab ul li:hover a,.news_tab ul li.on a{color:#0a67d9; font-weight:bold;}
.news_tab ul { text-align: center; line-height: 30px;}
.news_tab ul li a { display: block; font-size:18px; font-weight:500; color: #343434; transition: .3s all ease; position: relative; z-index: 3;}
.news_tab {    margin-bottom: 30px; float: right;}
.news_list{height:501px;width: 100%;overflow: hidden;}
.news_list .news_div{height:500px;}

.news_list .news_div_item,.news_list .divdgweb_new_div_item{width: 23.65%;display: inline-block;position: relative;height:490px;transition:0.5s; padding: 20px; border: 1px #eee solid;}
.news_list .news_div_item+.news_div_item,.news_list .divdgweb_new_div_item+.divdgweb_new_div_item{margin-left:1.79%;}
.news_list .news_div_item_date,.news_list .divdgweb_new_div_item_date{position: absolute;top:250px;display: inline-block;font-weight: 400;left: 19px;padding-left: 32px;height: 22px;}
.news_list .news_div_item_date::before,.news_list .divdgweb_new_div_item_date::before{position:absolute;content:'';background:url(//memberpic.114my.com.cn/019149/uploadfile/image/20220418/20220418202053_1292110638.png) no-repeat left center;top: 0;left: 0;width: 22px;height: 22px;}
.news_list .news_div_item_content,.news_list .divdgweb_new_div_item_content{position: absolute;top:280px;left: 19px;padding-right: 14px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 15px;line-height: 22px; color: #999;}
.news_list .divdgweb_new_div_item_year, .news_list .divdgweb_new_div_item_month, .news_list .divdgweb_new_div_item_day{float: left;font-size: 15px;line-height: 22px; color: #999;}
.news_list .news_div_item_a,.news_list .divdgweb_new_div_item_a{font-size: 16px;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight: 	normal;}
.news_list .news_div_item_a::before,.news_list .divdgweb_new_div_item_a::before{position:absolute;content:'查看详情';bottom: -152px;left: 0;width: 175px;height: 33px;background: #fff;border-radius: 40px;line-height: 33px;color: #999;font-size: 15px;transition:0.5s;padding-left: 43px; border:1px #eee solid; font-weight: 100;}
.news_list .news_div_item_a::after,.news_list .divdgweb_new_div_item_a::after{position:absolute;content:'';bottom: -141px;font-size: 43px;background:url(//memberpic.114my.com.cn/019149/uploadfile/image/20220418/20220418202113_605468028.png) no-repeat center;width: 25px;height: 14px;left: 130px;transition:0.5s;}
.news_list .news_div_item_body,.news_list .divdgweb_new_div_item_body{font-size: 14px;color: #666;font-weight: 100;line-height: 24px;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;     overflow: hidden;}
.news_list .divdgweb_new_div_item_pic, .news_list .divdgweb_new_div_item_pic a, .news_list .divdgweb_new_div_item_image{width:100%;height:auto;display: block;}
.news_list .news_div_item_pic,.news_list .divdgweb_new_div_item_pic{ border:1px solid #eee;}
.news_list .news_div_item:hover .news_div_item_a,.news_list .divdgweb_new_div_item:hover .divdgweb_new_div_item_a{color: #0a67d9;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before,.news_list .divdgweb_new_div_item:hover .divdgweb_new_div_item_a::before{background: #0a67d9;transition:0.5s;padding-left:40px; color: #fff;}
.news_list .news_div_item:hover .news_div_item_a::after,.news_list .divdgweb_new_div_item:hover .divdgweb_new_div_item_a::after{left:110px;transition:0.5s;}
.news_tab img {  position: relative; float: left; top: 18px;}

.news_list .news_div_item .news_div_item_pic img,.news_list .divdgweb_new_div_item .news_div_item_pic img{ width:100%; height:100%; transition:all .6s ease; }
.news_list .news_div_item:hover .news_div_item_pic img,.news_list .divdgweb_new_div_item:hover .news_div_item_pic img{ transform:scale(1.1);}
.news_list .news_div_item:hover img{transform:scale(1.1);}

/*links*/
.links_bj { width: 100%; height: 90px; margin: 0 auto; overflow: hidden; }
.links_zbt { width: 145px; font-size: 20px; color: #666;     line-height: 40px;}
.links_zbt span { font-size: 20px; color: #d1d1d2; text-transform: uppercase;     line-height: 40px;}
.links_lj { color: #666; margin-left: 20px; }
.links_tb { width: auto; height: 90px; }
.linkTagcs li a { font-size: 16px; line-height: 30px; }
.copy_list4 li { font-size: 14px; color: #999; line-height: 27px; width: 300px; }

/*copy*/
.copy_bg{width: 100%; background:#111 url(//memberpic.114my.com.cn/0321811/uploadfile/image/20220714/20220714194714_677468397.jpg) no-repeat center;     padding-top: 80px;}
.copy_f{ width:35%; float:left; position: relative;}
.copy_f1{ width:340px;}
.copy_f1 b{    font-size: 36px; color: #fff;  padding-left: 15px;   position: absolute;    top: 14px;}
.copy_f1 p{font-size:20px; color: #e2e2e2;  padding-left: 127px; position: absolute;  top: 66px;}
.copy_f2{background: rgb(255, 255, 255, 0.2);  height: 1px; width: 80%; margin: 20px 0 6px 0;}
.copy_f3{float: left;width: 430px;}

.copy_f3 img{float: left;padding: 12px 15px 0 0;}
.copy_f3 p{line-height: 50px;font-size: 17px;color: #fff;font-weight: lighter;}
.copy_f3 ul{padding-top: 40px;}
.copy_f3 ul li{float: left;width: 110px;height: 143px;text-align: center;}
.copy_f3 ul li+li{margin-left: 20px;}
.copy_f3 ul li d{font-size: 16px;color: #fff;line-height: 44px;font-weight: lighter;}
.copy_f3 ul li img { width: 125px;}	

.cop_three{ float:right;}
.cop_three li{float: left; margin: 0 70px;}
.cop_three li p{font-weight: normal;font-size: 18px;color: #fff; position:relative; padding-bottom:40px;}
.cop_three li p:after{content: "";display: block;width: 28px;height: 2px;background: #fff; top:40px; position:absolute;}
.cop_three li:hover p:after{content: "";position: absolute;  top: 40px; width: 77px; height: 2px; background-color: #0a67d9; left:0px; transition: 0.5s; }
.cop_three li a{display: block;font-size: 14px;font-weight: lighter;color: #d4d2d2;line-height: 34px;}
.cop_three li a:hover{color: #fff;}
.cop_three li:nth-child(4) {margin-right: 0;}

.end_bg{width: 100%;  height: 1px; margin-top: 90px; background: rgb(255, 255, 255, 0.2);}
.end{ text-align:center; padding:35px 0;}
.end,.end a{ font-size:15px; color:#b0b0b0; font-weight:lighter; line-height:35px; width: 1400px; margin: 0 auto;}
.end 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/0321811/uploadfile/image/20240824/20240824175632_1870429566.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: #0a67d9; }/*颜色更改*/
.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 .show-status .kf-zixun { background-color: #0a67d9; border-color: #0a67d9; color: #fff; margin: 10px 0 7px;}/*颜色更改*/
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.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 { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.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 .kf-dy>i { width: 22px; height: 19px; background-position: -2px -145px; }
.y-kefu-box01 .kf-dy:hover>i {background-position: -27px -145px; }
.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; }
.y-kefu-box01 .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: #0a67d9; border-color: #0a67d9;}/*颜色更改*/
.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: #0a67d9; 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: 130px; height: 130px; margin: 10px 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: #0a67d9; 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; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#0a67d9;position: absolute; top: 37px; left: 55px; z-index: 9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }