/*通用代码*/
*{ margin:0px; padding:0px;}
body{font-size:14px; color:#333; font-family:"Microsoft YaHei"; font-family:'微软雅黑'; min-width:1300px; 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: #b50001;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{outline:none;font-family:"Microsoft YaHei"; font-family:'微软雅黑';}
.box{margin: 0 auto;width: 95%;min-width: 1300px;}
.w1400{ max-width:1400px; margin:0 auto; min-width:1300px;}
.page{ margin:0 auto;width: 1400px;font-size: 14px;}
.w1500{ max-width:1500px; margin:0 auto; min-width:1300px;}
.gy {
    max-width: 1500px;
    margin: 0 auto;
    min-width: 1300px;
    width: 100%;}
.fr{ float:right;}
.fl{ float: left;}
.top40{ margin-top:40px;}
.top50{ margin-top:50px;}
.top70{ margin-top:70px;}

@font-face {
  font-family: "iconfont"; /* Project id 2607692 */
  src: url('//memberpic.114my.com.cn/geaisujiao/cssnew/iconfont.woff2.txt') format('woff2'),
       url('//memberpic.114my.com.cn/geaisujiao/cssnew/iconfont.woff.txt') format('woff'),
       url('//memberpic.114my.com.cn/geaisujiao/cssnew/iconfont.ttf.txt') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,:after,:before{ box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.title{text-align: center;font-size: 40px;color: #333;}
.title em{color: #b50001;}
.title span{display: block;font-size: 18px;color: #9a9b9d;margin:14px 0 26px 0;}
.title i{display: block;width: 80px;height: 5px;margin: 0 auto; position: relative;}
.title i::after,.title i::before{content: '';display: block;position: absolute;width: 30px; height: 5px;top: 0;left: 0;}
.title i::after{right: 0px;left: inherit;background:#b50001;animation:allTitleAfter 3s infinite linear;}
.title i::before{background:#b50001;animation:allTitleBefore 3s infinite linear;}
.title t{width: 30px;height: 5px;background:#FF8C00;margin:0 auto;display:block;animation:allTitleI 3s infinite linear;}

@keyframes allTitleI{
0%{transform:translateX(0px);}
25%{transform:translateX(-25px);}
50%{transform:translateX(0px);}
75%{transform:translateX(25px);}
100%{transform:translateX(0px);}
}
@keyframes allTitleBefore{
0%{width:15px;}
25%{width:0px;}
50%{width:15px;}
75%{width:30px;}
100%{width:15px;}
}
@keyframes allTitleAfter{
0%{width:15px;}
25%{width:30px;}
50%{width:15px;}
75%{width:0px;}
100%{width:15px;}
}

.title em{ font-size:40px; display:inline-block;height: 8px;}
.title em i{ display:inline-block; width:8px; height:8px; border-radius:50%; background:#c4d0dc;animation: bounce_fountainG 1.2s linear infinite;} 
.title em i+i{ margin-left:16px;}
.title em i:nth-child(1){animation-delay: .4s;}
.title em i:nth-child(2){background:#10315a;animation-delay: .6s;}
.title em i:nth-child(3){animation-delay: .8s;}

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

/*抬头*/
.tp_bg{height:46px;line-height: 46px;background: #d8261c;color:#eeeeee;}
.tp_bg a{color:#eeeeee;}
.tp_fr p{float:left;height: 46px;margin-left:20px;}
.tp_fr p a{color:#eeeeee;}
.tp_fr p a:hover{color:#fff;}
.tp_fr p img{float: left;margin:15px 12px 0  0;}
.tp_fr p span{font-size:16px;color:#fff;font-family:"Arial"; float: right;  display: block;}

.top_bg{}
.top{width:95%;min-width:1400px;height: 120px;margin:0 auto;position: relative;}
.logo{padding-top:30px;}
.name{margin-top: 29px;margin-left: 30px; background:url(//memberpic.114my.com.cn/xinyan888/uploadfile/image/20210706/20210706160139_528442104.jpg) no-repeat left; padding-left:30px; }

.name b{font-size:27px; color:#222;}
.name p{font-size: 17px;color: #222;line-height:25px;}
.NavCeshi > li {float: left;top: 0px;padding: 0 25px;-webkit-transition: 0.2s all ease-in-out; transition: 0.2s all ease-in-out; position: relative;}

.NavCeshi > li > a { display: block; text-align: center;  transition: 0.2s all ease-in-out;position: relative; box-sizing: border-box; height:120px;line-height:120px;font-size: 16px;color: #333; z-index: 3; border-radius: 100px;}
.NavCeshi > li > a:hover{transform:scale(1.1);}

.NavCeshi > li > a:after{ content: ''; display: block; width: 0%; height:3px; -webkit-transition: 0.2s all ease-in-out; transition: 0.2s all ease-in-out; position: absolute; left: 0; right:0; bottom: 40px; margin:0 auto; background: #b50001; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width:30px;}
.NavCeshi > li:before{content: ''; display: block; width: 1px; height:13px; position: absolute; left: 2%; top:46%; background:url(//memberpic.114my.com.cn/gdlszs/uploadfile/image/20210510/20210510091315_1855051883.png)no-repeat center;float:left;}
.NavCeshi > li:nth-child(1):before{display:none;}

/*导航下拉*/
.nav2{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;position: absolute;width:190px;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);z-index: 9999;left:50%;top:120px; margin-left:-94px; text-align:center; border-top:4px #333 solid;}
.nav2 a{ box-sizing: content-box;background: #b50001;box-shadow: 0 6px 10px rgba(0, 0, 0, .1);padding: 18px 0;width: 190px;height: 14px;line-height: 14px; display: block;color: #fff;font-size: 14px;  -webkit-transition: none ease-out .3s;    transition: none ease-out .3s;  transition-property: color, background, text-indent, opacity;}
.nav2 a:hover{background: #fff; text-indent: 10px;color: #b50001;}
.nav ul li:hover .nav2 {opacity: 1;visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}


@media (max-width: 1680px) and (min-width: 1600px){
.NavCeshi > li{padding: 0 19px;}
}
@media (max-width: 1599px) and (min-width: 1400px){
.NavCeshi > li{padding: 0 14px;}
}
@media (max-width: 1399px) and (min-width: 1200px){
.NavCeshi > li{padding: 0 12px;}
}

/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative; z-index:1; background:#aaa;}
.banner-box{ min-width:1300px; height:700px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:700px; background-position: center; background-repeat: no-repeat;}
.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:260px; left: 0; margin-left: 0; height: 415px; 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/0412941/uploadfile/image/20201230/20201230165157_121849679.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(//memberpic.114my.com.cn/0412941/uploadfile/image/20201230/20201230165157_121849679.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:#222; 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: #b50001;border-radius: 8px; width:70px;}
.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{ height:67px; border-bottom:1px solid #eee;}
.keywords{ line-height:66px;}
.keywords a{ font-size:13px; color:#888888; font-weight:lighter; padding:0px 30px;}
.keywords a+a{ border-left:1px dotted #a4a4a4}
.keywords span{ font-size:14px; color:#222222;}
.keywords a:hover{ color:#b50001; text-decoration:underline;}
#search_bg{ height:66px; width:297px; border-left:1px solid #ebebeb;}
#search_bg input{ float:left; height:66px;}
#sso{ background:#b50001;}
#infoname{ width:230px; padding-left:20px;}

/**/
.bh_tit {text-align: center;font-size: 38px;position: relative;line-height: 45px; margin-bottom:30px;} 

.bh_tit b {color: #b50001;}
.bh_tit p {font-size: 18px;color:#999;}
.bh_tit em{ font-size:0; display:inline-block;height: 8px;}
.bh_tit em i{ display:inline-block; width:8px; height:8px; border-radius:50%; background:#c4d0dc;animation: bounce_fountainG 1.2s linear infinite;} 
.bh_tit em i+i{ margin-left:16px;}
.bh_tit em i:nth-child(1){animation-delay: .4s;}
.bh_tit em i:nth-child(2){background:#b50001;animation-delay: .6s;}
.bh_tit em i:nth-child(3){animation-delay: .8s;}
@keyframes bounce_fountainG { 
0% {
transform:scale(1);
}
100% {
transform:scale(.5);
}
}
.xh_tit {text-align: center;font-size: 38px;position: relative;line-height: 45px; margin-bottom:30px; color:#FFF;} 
.xh_tit b {color: #fff;}
.xh_tit p {font-size: 18px;color:#fff;}
.xh_tit em{ font-size:0; display:inline-block;height: 8px;}
.xh_tit em i{ display:inline-block; width:8px; height:8px; border-radius:50%; background:#c4d0dc;animation: bounce_fountainG 1.2s linear infinite;} 
.xh_tit em i+i{ margin-left:16px;}
.xh_tit em i:nth-child(1){animation-delay: .4s;}
.xh_tit em i:nth-child(2){background:#b50001;animation-delay: .6s;}
.xh_tit em i:nth-child(3){animation-delay: .8s;}
@keyframes bounce_fountainG { 
0% {
transform:scale(1);
}
100% {
transform:scale(.5);
}
}

.yxh_t {text-align: center;font-size: 38px;position: relative;line-height: 45px; margin-bottom:30px; color: #fff;} 
.yxh_t b {color: #fff;}
.yxh_t p {font-size: 18px;color:#fff;}
.yxh_t em{ font-size:0; display:inline-block;height: 8px;}
.yxh_t em i{ display:inline-block; width:8px; height:8px; border-radius:50%; background:#c4d0dc;animation: bounce_fountainG 1.2s linear infinite;} 
.yxh_t em i+i{ margin-left:16px;}
.yxh_t em i:nth-child(1){animation-delay: .4s;}
.yxh_t em i:nth-child(2){background:#b50001;animation-delay: .6s;}
.yxh_t em i:nth-child(3){animation-delay: .8s;}
@keyframes bounce_fountainG { 
0% {
transform:scale(1);
}
100% {
transform:scale(.5);
}
}
/*pro*/
.pro {width: 100%; background: #fff;padding: 60px 0 80px 0px; position: relative;}
.pro_box {width:1400px;margin: 0 auto; overflow:hidden;}
.pro_tab {margin-top: 50px;}
.pro_nav {}
.pro_nav table {width:100% !important;}
.pro_nav table tr {    display: flex; justify-content: space-between; width: 1035px;align-items: center; margin: 0 auto;}
.pro_nav table tr td { width: 173px; height: 44px;border: 1px solid #ccc;border-radius: 40px;text-align: center;line-height: 44px !important;}
.pro_nav table tr td.on a {font-weight: bold !important;color:#333 !important;}
.pro_nav table tr td a {font-size:16px;position: relative;color: #333 !important;}
.pro_nav table tr td a:after {content:''; width: 0px;height: 0px;border-top: 8px solid #ccc;border-right: 5px solid transparent;border-bottom: 7px solid transparent;border-left: 5px solid transparent;position: absolute;top: 4px;left: -12px;transition: 0.5s all ease-in-out;transform: rotate(-90deg);}
.pro_nav table tr td.on a:after {transition: 0.5s all ease-in-out;transform: rotate(0deg);top:8px;left: -16px;}
.pro_nav table tr td a:hover{color:#b50001 !important;font-weight: bold !important;}
.pro_con {padding-top: 40px !important;overflow: hidden;}
.pro_call .divproduct_new_div_item{width: 340px;height:325px; margin-right:10px;float: left; border:1px solid #eee;     position: relative;}
.pro_call .divproduct_new_div_item:before{display:block;content:"";width:340px;height:0px;background: rgba(181,0,1,0.9);position: absolute;left: 0;top: 0;transition: all 0.3s;}
.pro_call .divproduct_new_div_item:hover:before{height:325px;}
.pro_call .divproduct_new_div_item:nth-child(4n){margin-right:0px;}
.pro_call .divproduct_new_div_item:nth-child(n+1):nth-child(-n+4){margin-bottom:10px;}
.pro_call .product_div_item_pic{position: absolute;top: 35px; left: 50%;    transform: translateX(-50%);}
.pro_call .product_div_item_pic a{display:block;}
.pro_call .product_div_item_pic img{width: 300px; height:225px;}
.pro_call .divproduct_new_div_item_content{position: absolute;left: 21px;bottom: 20px; display: flex;flex-direction: column;justify-content: center;align-items: center;}
.pro_call .divproduct_new_div_item_a{display:inline-block;font-size:18px;color:#333;}
.pro_call .divproduct_new_div_item:hover .divproduct_new_div_item_a{color:#fff;}

.pro_call .divproduct_new_div_item:hover .divproduct_new_div_item_a:after{background: #fff;color:#333;}
.pro_call .divproduct_new_div_item_body{width: 340px;margin: 10px auto 0; font-size: 14px;color: #666;line-height: 24px; font-weight:100;    padding: 0 30px;}
.pro_call .divproduct_new_div_item:hover .divproduct_new_div_item_body{color:#fff;}

/*产品优势*/

/**/
.case{ position:relative;  z-index:3;}
.swiper-container{ padding:0px 0 30px 0;}
.post_m{position: relative;  padding-bottom:40px; margin:50px auto 0 auto; width:95%;}
.post_m .swiper-slide {position: relative;background-repeat: no-repeat;background-position: center top;background-size: cover;padding:34px 0 0 72px;}
.post_m .swiper-slide img { width: 100%;height:auto;}
.post_m .text {box-sizing:border-box;width: 100%;  opacity:0; color:#fff; text-align:center;font-size:18px;background-color:#b50001; height:78px; font-size:20px; color:#fff; text-transform:uppercase;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; padding:0 30px;}
.post_m .text em{ font-size:14px;}
.post_m .text h4 {color: #333;font-size: 18px;line-height: 18px;font-weight: 700;padding-bottom: 5px}
.post_m .text a {display: none;color: #fff; font-size: 12px; line-height: 12px;}
.post_m .swiper-slide-active .text, .post_m .swiper-slide-duplicate-active .text { opacity:1;}
.post_m .swiper-slide-active h4, .post_m .swiper-slide-active p, .post_m .swiper-slide-duplicate-active h4, .post_m .swiper-slide-duplicate-active p { color: #fff;}
.post_m .swiper-slide-active a, .post_m .swiper-slide-duplicate-active a { display: block; width:100%; height:100%;position: relative;}
.post_m .swiper-slide-active{ padding:0px; border: 1px #ededed solid;}
.post_m .swiper-slide-prev{padding:34px 72px 0 0;}
.post_m .swiper-slide-next{padding:34px 0 0 72px;}
.post_m .swiper-button-prev{ width:52px; height:52px; background:url(//memberpic.114my.com.cn/dgblhb/uploadfile/image/20201223/20201223161938_1756564502.png) no-repeat center; margin:0; left:29.6%; right:inherit; top:40%;}
.post_m .swiper-button-next{ width:52px; height:52px; background:url(//memberpic.114my.com.cn/dgblhb/uploadfile/image/20201223/20201223162025_1757269287.jpg) no-repeat center; margin:0; right:29.6%; left:inherit;top:40%;}
@media screen and (max-width:1700px){
	.post_m .swiper-button-prev{left:29%;}
	.post_m .swiper-button-next{right:29%;}
	}
@media screen and (max-width:1500px){
	.post_m .swiper-button-prev{left:28%;}
	.post_m .swiper-button-next{right:28%;}
	}
.casebtn{ text-align:center; margin-bottom:80px;}
.casebtn a{ display:inline-block; transition:all .3s ease; width:302px; line-height:58px; border-radius:30px; border:1px solid #b50001; font-size:16px; color:#b50001;}
.casebtn a:hover{ border-color:#b50001; background:#b50001; color:#fff;}

/*优势*/
.g-super{padding-top:60px;overflow: hidden; font-family:"Microsoft Yahei";}
.g-super .tit01{height:145px;}
.superbg{height:750px;background:url(//memberpic.114my.com.cn/geaisujiao/uploadfile/image/20230803/20230803164526_269049641.jpg) no-repeat center top;}
.super{width: 1200px;margin:0 auto;position: relative;height: 750px;}
.super .super-l{width:80px;height:80px; position: absolute;left:50%;bottom:74px;margin-left:25px; background:url(//memberpic.114my.com.cn/geaisujiao/uploadfile/image/20230803/20230803160622_1921461961.png) no-repeat;z-index: 1;}
.super .super-r{width:80px;height:80px; position: absolute;left:50%;bottom:74px;margin-left:105px; background:url(//memberpic.114my.com.cn/geaisujiao/uploadfile/image/20230803/20230803160652_768160548.png) no-repeat;z-index: 1;}

.super-nav{width:248px; float: left;margin-top:72px;}
.super-nav li{width:100%;height:48px;margin-bottom: 35px;position: relative;cursor: pointer;;}
.super-nav li em{display: block;margin:0 14px 0 7px; font-family: Arial; float: left; width:48px;height:48px;line-height: 48px; border-radius: 5px;background:#fff;text-align: center; font-size: 24px;color: #1a1a1a;font-weight: normal;}
.super-nav li h4{font-size: 20px;color: #fff;float: left; font-weight: normal;padding-top:10px;position: relative;}
.super-nav li h4:before{content:'';position:absolute;height:2px;width:25px;background:#a8a8a8;top:0;left:0;-webkit-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.super-nav li h4 i{display: block;font-weight: normal;text-transform: uppercase; font-size: 8px;line-height: normal;}
.super-nav li.on em{background:#e62129;color:#fff;}
.super-nav li.on h4{color: #e62129; font-weight: bold;}
.super-nav li.on h4 i{color: #e62129;}
.super-nav li.on h4:before{width: 125px;background:#e62129;}

.super-pic{width:840px; float: right; position: relative;}
.super-pic img{width:1200px;height:750px;margin-right: -360px;}
.super-c{width:800px;height:248px;border-bottom:10px solid #e62129;background:#fff;padding:40px 130px 0 95px;box-sizing: border-box; position: absolute;left:-95px;bottom:74px;}
.super-c h3{font-size: 36px;line-height: 42px;color: #333333;margin-bottom: 20px;}
.super-c h3 i{display: block;font-size: 13px;color:#999999;font-family: Arial, Helvetica, sans-serif;font-weight: normal;line-height: 26px;}
.super-c p{font-size: 16px;color:#4c4c4c; line-height: 25px; text-align: justify;}

/*流程*/
.char {overflow: hidden;height:520px; padding-top:72px;  background:url(//memberpic.114my.com.cn/dglfjmjx/uploadfile/image/20211123/20211123104726_1596933294.jpg) no-repeat center top fixed ; width:100%; min-width:1300px;}
.char .bh_tit{ color:#FFF;}
.char .bh_tit span,.char .bh_tit b{ color:#FFF;}
.char_box {width:1500px;margin: 0 auto;}
.char_con {padding-top:10px;}
.char_con ul {display: flex;justify-content: space-around;}
.char_con li {background: #f8f8f8;width: 200px;height: 200px;position: relative;text-align: center;padding-top: 25px;}
.char_con li i {display: inline-block;width: 30px;height: 30px;line-height: 30px;font-size: 32px;}
.char_con li p {font-size: 20px;line-height: 30px;padding-top: 18px;}
.char_con li p span {display: block;font-size: 15px;color: #999;}
.char_con li em{width:47px;height: 47px;border-radius: 50%;background:#d8261c;position: absolute;left: 78px;bottom:-20px;font-size: 26px;font-family: Arial;color: #fff;  line-height: 47px;  animation: animations 4s ease-out infinite;}
@keyframes animations{
    0%{ box-shadow: 0 0 0 0 rgba(216,38,28,0.5);}
    50%{ box-shadow: 0 0 0 10px rgba(216,38,28,0.5);}
    100%{ box-shadow: 0 0 0 15px rgba(216,38,28,0.5);}
}
.char_more {display: flex;border-radius: 40px;background: #333;width: 580px;height: 60px;align-items: center;margin: 0 auto;margin-top: 90px;}
.char_more p {background: #d8261c;width: 58%;border-radius: 40px;font-size: 20px;color: #fff;height: 100%;display: flex;align-items: center;padding-left: 58px;position: relative;margin-left:-2px;}
.char_more p span {color: #fff;font-size: 26px;    font-family: Arial;}
.char_more em {font-size: 20px;color: #fff;padding-left: 70px;position: relative;display: flex;justify-content: center;align-items: center;}
.char_more p:before {position: absolute;left: 26px;}
.char_more em:before {position: absolute;left: 36px;font-size:25px;}


/*关于威格尔*/
.abgwt{ background: url(//memberpic.114my.com.cn/geaisujiao/uploadfile/image/20230803/20230803103841_1929634471.png); padding-top:80px;}
.abtwg{background: #fff;overflow: hidden;}
.abtwg .ggleft{width: 50%;position: relative;}
.abtwg .gleft img{width:100%;height: 100%;object-fit: cover;}
.abtwg .gleft .video{position: absolute;right:0;bottom:0;padding: 30px 40px;font-size:14px;color:#fff;text-align: center;background: rgba(0,124,209,0.4);}
.abtwg .gleft .video i{display: block;color:#fff;font-size: 35px;margin-bottom:10px;}
.abtwg .gleft .video:hover{background: #007cd1;}
.abtwg .aright{width:50%; position: relative; padding:50px;}
.abtwg .aright h3{color:#191919;font-size:24px;margin-bottom: 40px;}
.abtwg .aright .wx{color:#666666;font-size:14px;line-height: 24px;}
.abtwg .aright ul{position: absolute;left:0;bottom:0;width: 100%;padding:30px; overflow: hidden; background: #d8261c;}
.abtwg .aright ul li{float:left;width:25%;padding:0 10px;border-right:1px #f76c64 dotted}
.abtwg .aright ul li a{display: table;margin: auto;}
.abtwg .aright ul li span{color:#fff;font-size: 32px;font-weight: bold;}
.abtwg .aright ul li:last-child{border-right:none}
.abtwg .aright ul li h5{color:#fff;font-size:14px; margin-top:5px;}
.abtwg .gleft,.abtwg .aright{height:500px}
.abtwg .gleft .video,.abtwg .aright ul{height:130px}
.amore{position:relative;display:table;margin-top:50px;color:#191919;font-size:14px;padding: 15px 60px;background: url(//memberpic.114my.com.cn/geaisujiao/uploadfile/image/20230803/20230803103841_1929634471.png);}
.amore i{margin:3px 0 0 30px; float:right;color:#666;font-size:15px;}
.amore:hover{color:#fff; background:#d8261c}
.amore:hover i{color:#fff}

.cmpl_nav {width: 1500px;margin: 0 auto;}
.cmpl_nav ul {display: flex;justify-content:space-around;align-items: center;}
.cmpl_nav li {display: flex;flex-direction: column;align-items: center;}
.cmpl_nav li i {display: inline-block;background: url(//memberpic.114my.com.cn/heshun/uploadfile/image/20210520/20210520150517_1525786748.png) no-repeat;width: 66px;height: 76px;    text-align: center;line-height: 76px;    font-size: 30px;}
.cmpl_nav li:nth-child(4)  i,.cmpl_nav li:nth-child(5)  i  {font-size:30px;}
.cmpl_nav li a {font-size: 18px;display: flex;flex-direction: column;align-items: center;line-height: 28px;padding-top: 12px;}
.cmpl_nav li.on a,.cmpl_nav li.on i,.cmpl_nav li.on a span{color:#d8261c;}
.cmpl_nav li a span {font-size: 12px;text-transform: uppercase;color: #cccccc;font-family: Arial;}
.gs_bc { overflow:hidden;padding: 80px 0 80px;}
.gs_c>ul {display: flex;}
.cf_c {    height: 560px;}
.gs_c>ul>li { width: 50%; text-align: center;position: relative; line-height:60px; height:65px; border:1px solid #eee; margin-right:5px;}
.gs_c>ul>li>a {font-size: 24px;color: #333;}
.gs_c>ul>li:after {position: absolute;content: ""; width: 0;height: 2px;bottom: -2px;left: 0;background: #d8261c;transition: all .5s;}
.gs_c>ul>li.on:after { width: 100%;}
.gs_c {overflow: hidden;width:1400px;margin:0 auto;}
.case_list{width: 100%;margin: 0 auto;margin-top: 30px;overflow: hidden;}
.case_list td{float: right;position: relative;margin-left: 1.3%;overflow: hidden;padding-left:0!important;}
.case_list td br{display:none;}
.case_list td{width:23.9%;height:100%; border: 1px solid #eee;}
.case_list td>a,.case_list td>a>img{width:100%;height:auto;transition:0.5s;}
.case_list td:hover img{transform: translate3d(0px, -50px, 0px);transition:0.5s;}
.case_list td:nth-child(1){width:49.5% !important;height:100% !important;float: left;margin-left: 0px;}
.case_list td:nth-child(1) >a{width: 100% !important;height: 100% !important;display: block;}
.case_list td:nth-child(1) img{width: 100% !important;height: auto !important;}
.case_list td:nth-child(n+4){margin-top:1.3%;}
.case_list td div{padding-top: 0px !important;position: absolute;transition: 0.5s;bottom: 0;left: 0;width: 100%;background: #d8261c;height: 50px;transform: translateY(50px);transition:0.5s;}
.case_list td:hover div{transform: translateY(0px);transition:0.5s;}
.case_list td div a{color: #fff;font-size: 19px;line-height: 50px;}
@media screen and (max-width: 1500px){
	.case_list{width:100%;}
	}



/*新闻中心*/
.news_bg{background:#fff; padding-top:80px; }
.tdc_t{text-align: center; padding:70px 0 40px 0;}
.tdc_t p{font-size: 40px;color:#222; font-weight:bold;}
.tdc_t dd{font-size: 18px;color:#666;line-height:28px;}
.news_t{text-align:left; float:left; width:420px;}
.news_t dd:after{display:none;}
.news_a{width:37%; margin:0 auto; overflow:hidden;} 
.news_a a{display:block;width:152px;height:46px;line-height: 44px;font-size:18px;color:#333;float:left; box-sizing: border-box; border:1px #ccc solid; text-align:center; margin-left:20px; border-radius: 25px;}
.news_a a.on{background:#b50001; color:#fff; border:1px #b50001 solid;}
.news_b{height:570px !important;margin-top:20px;}
.news_box .news_div_item{width:500px;height:110px; float:left;position: relative;box-sizing: border-box;background:#f5f5f5;margin-left:30px; margin-bottom:16px;}
.news_box .news_div_item:nth-child(1){margin-left:0; }
.news_box .news_div_item:nth-child(-n+2){width:420px;height: 488px; padding:24px;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic img{width:370px;height:274px;border: 1px solid #eee;box-sizing: border-box;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic{position: absolute;top:24px;width:372px;display:block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_date{position: absolute;top:348px;width:390px;font-size:12px;color: #999;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_content:after{content:'Read more  →';font-size:12px;color:#222;  line-height:40px;}
.news_div_item_year,.news_div_item_month,.news_div_item_day{display: inline-block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_content{position: absolute;top:310px;width:360px;}
.news_div_item_a{font-size:18px !important;color:#333;line-height:40px;}
.news_div_item_body{font-size:14px;color:#999;line-height:26px; overflow: hidden; text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 1;  -webkit-box-orient: vertical;}

.news_box .news_div_item:nth-child(-n+2) .news_div_item_body{  -webkit-line-clamp: 2; margin-top:24px; }
.news_div_item_pic,.news_box .news_div_item:nth-child(n+3) .news_div_item_date{display: none ;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_content{width:434px; padding: 24px 34px;}
.news_box .news_div_item:nth-child(n+3) a.news_div_item_a{line-height:30px;}
.news_box .news_div_item:nth-child(n+3):after{content:""; display:block; width:0; height:6px; background:#b50001; margin-bottom:-6px; transition:0.3s all ease-in-out;}
.news_box .news_div_item:nth-child(n+3):hover::after{width:100%;}
/*友情链接*/
.ls_bg{ background:#fff; width:100%; overflow: hidden;  }
.links_bj{width:1400px;height:92px;margin:0 auto;position:relative;    }
.links_zbt{  width:130px;height:92px;font-size:20px;color:#555;line-height:92px; padding-left:30px; background:url(//memberpic.114my.com.cn/geaisujiao/uploadfile/image/20230803/20230803091540_1188995124.png) no-repeat left;}

.links_lj{width:1200px;height:92px;font-size:14px;color:#666;margin-left:20px;line-height:92px;}
.links_tb{width:auto;height:92px;}
.linkTagcs li a{font-size:15px;line-height:92px;color:#666 !important;}

.head_bgx{width:100%;height:10px;cursor: pointer;    background: #b50001;}
.head_bgx span {display:block;width:100%;height:10px;background-color: #b50001;animation: span_i1 2s infinite;float:right;}
@keyframes span_i1{
        0%{ width:0%; background-color:#2b2c33}
        25%{ width:100%; background-color:#2b2c33}
        100%{ width:0%; background-color:#2b2c33}
        }
/*版权*/
.copy {width: 100%;background: #e8e8e8;  overflow: hidden; line-height:30px;}
.copy_box1 {width:1400px;margin: 0 auto;}
.copy_tab {padding:70px 0px 60px 0px;overflow: hidden;}
.copy_tabr {border-top:none;padding: 80px 0;overflow: hidden;}
.copy_con {}
.copy_con ul { bottom:}
.copy_con li {float:left;text-align: left;padding: 0 80px;position: relative;transition:0.5s;}
.copy_con li p {font-size: 18px;color: #333;margin-bottom: 20px;}
.copy_con li p span {font-size: 12px;color: #666666;font-family: Arial;display: block;text-transform: uppercase;}
.copy_con li a {font-size: 14px;color: #666;display: inherit;line-height: 30px;transition: all 0.3s linear;}
.copy_con li a:hover {color: #333;transition: all 0.3s linear; font-weight:bold;}
.copy_con li:before {content: '';width:1px;height: 25px;background: #cc3333;position: absolute;left:1px;top:0;z-index: 1;transition:0.5s;}
.copy_con li:after {content: '';width:1px;height: 215px;background: #ccc;position: absolute;left:1px;top:0;transition:0.5s;}
.copy_r {float: right;}
.copy_r p {font-size: 18px;color: #333;}
.copy_r p span {font-size: 12px;color: #666666;font-family: Arial;display: block;text-transform: uppercase;}
.copy_r ul {display: flex;width:280px;justify-content: space-between;padding-top: 20px;}
.copy_r li i {display: inline-block;width: 120px;height: 120px;background: #ccc;margin-bottom: 12px;}
.copy_r li {font-size: 14px;color: #333;text-align: center;width: 130px;}
.copy_r li img{width: 120px; height:120px;border: 5px solid #fff;}

.copy_row3 {text-align:center;margin:0 auto;color:#999;font-size:14px;background:#e8e8e8;width:100%;overflow:hidden;padding-bottom:20px; }
.copy_row3 a{color:#999;font-size:14px;}
.copy_n{line-height:40px;color:#999;font-size:14px;float:left;}
.copy_n a{display:inline-block;color:#999;font-size:inherit;font-size:14px;}
.copy_nr{float:right;color:#999;line-height:40px}

.dltwh{ overflow:hidden;}
.dltwh a{ padding:0px 5px;}
.m_code{float:right;width:295px;padding-top: 70px;}
.m_code h3 {display:block;font-size:19px;color:#fff;font-weight:normal;margin-bottom:20px;line-height:50px;}
.m_code h3 em{font-size:16px;color:#fff;opacity:0.3;text-transform:uppercase;margin-left:5px;}
.codelst li{float:left;width:130px;height:130px;margin-right:32px;}
.codelst li img{width:130px;height:130px;display:block;margin:0 auto; }
.codelst .code2{margin-right:0;}
/**/
.y-kefu-box { position: fixed;right: 0; top: 30%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(//memberpic.114my.com.cn/xinyan888/uploadfile/image/20210706/20210706161554_1330675310.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; background-color: #b50001; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.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: #b50001; border-color: #b50001; 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; }
.line-b{ border-bottom: solid 1px #efefef;}
.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 .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:#b50001; border-color: #b50001;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }
.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:#b50001; font-size: 18px; }
y-kefu-box .right {width: 12px;height: 12px;position: absolute;right: -12px;top: 24px;}
y-kefu-box .right-arrow1,y-kefu-box .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;}
y-kefu-box .right-arrow1 {left: 1px;border-left: 6px #efefef solid;}
y-kefu-box .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:140px; height:140px; margin:8px auto 0; }
.y-kefu-box01 .y-eewt{position: relative;    top: -44px;}
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right:  }
.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; width:170px;}
.y-kefu-box01 .y-email-infos p { color:#b50001; 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:#b50001;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }