@charset "utf-8";
html,body{color: #4c4c4c;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
a{color: inherit;outline: none;}
/* 滚动条 */
::-webkit-scrollbar {
    display: block;
    width:5px;
    height:5px
}
::-webkit-scrollbar-track {
    border-radius:0;
    background:#e5e5e5; 
}
::-webkit-scrollbar-thumb {
    border-radius:5px;
    background: #e62129;
}
::-webkit-scrollbar-thumb:hover {
    border-radius:5px;
    background: #e62129;
}
.icoflex{ display:flex;}
.icopic{ width:50px; height:50px; margin-top:5px;margin-right:5px}
.icopic img{ width:100%; height:100%; display:block;}

/* 通用 */
body{overflow-x: hidden;}
#inabout{position: relative;top: -91px;}
.w1852{width: 96.45%;margin: 0 auto;}
.w1440{width: 85%;margin: 0 auto;}
.i-title{line-height: 1em;}
.f-12{font-size: 12px;}
.f-14{font-size: 14px;}
.f-16{font-size: 16px;}
.f-20{font-size: 20px;}
.f-24{font-size: 24px;}
.f-26{font-size: 26px;}
.f-30{font-size: 1.56vw;}
.f-40{font-size: 2.08vw;}
.f-50{font-size: 2.6vw;}
.f-55{font-size: 2.86vw;}
.f-80{font-size: 3.125vw;}
.f-115{font-size: 5.98vw;}
.ofi{object-fit: cover;object-position: center;}
.ofc{object-fit: contain;object-position: center;}
.com-btn{transition: all .5s;display: flex;justify-content: center;align-items: center;width: 60px;height: 60px;border-radius: 50%;box-sizing: border-box;border-radius: 50%;border: 1px solid #fff;color: #fff;cursor: pointer;outline: none;}
.com-btn i{font-size: 24px;line-height: 1em;}
.com-btn:hover{border-color: #e62129;background: #e62129;}

.com-more{position: relative;transition: all .5s;display: flex;justify-content: center;align-items: center;width: 180px;height: 56px;border-radius: 28px;box-sizing: border-box;border: 1px solid #4c4c4c;text-transform: uppercase;overflow: hidden;cursor: pointer;outline: none;}
.com-more::after{content: "";position: absolute;top: 0;left: -100%;transition: all .5s;width: 100%;height: 100%;background: #e62129;}
.com-more p{position: relative;z-index: 1;}
.com-more i{position: relative;z-index: 1;line-height: 1em;}
.com-more:hover,.com-more.on{border-color: #e62129;color: #fff;}
.com-more:hover::after,.com-more.on::after{left: 0;}

.com-page{line-height: 1em;}
.com-page .item{display: flex;align-items: center;}
.com-page .item.prev{margin-bottom: 30px;}
.com-page .item .title{display: flex;align-items: center;}
.com-page .item .title i{line-height: 1em;font-size: 14px;padding-right: 20px;padding-left: 14px;}
.com-page .item .name{transition: all .5s;padding-left: 22px;border-left: 1px solid #999;}
.com-page .item:hover .name{color: #e62129;}

.mauto{margin: 0 auto;}

.totop.on{opacity: 1;pointer-events: auto;}
.totop{position: fixed;right: 7.7vw;bottom: 54px;z-index: 100;transition: all .5s;display: flex;justify-content: center;align-items: center;width: 45px;height: 45px;border-radius: 50%;color: #22303c;background: #fff;cursor: pointer;box-shadow: 0 0 10px rgba(0,0,0,.2);opacity: 0;pointer-events:none}
.totop i{line-height: 1em;}
.totop:hover{color: #fff;background: #e62129;}

.indexbox{position: relative;}
.index{position: absolute;top: -91px;}



/* header */
.header{position: fixed;left: 0;top: 0;z-index: 100;width: 100%;}
.header .main{position: relative;z-index: 2;display: flex;justify-content: space-between;align-items: center;box-sizing: border-box;padding: 0 1.77%;border-bottom: 1px solid rgba(255, 255, 255, .15);}
.header .logo{display: block;width: 193px;}
.header .logo img{display: block;width: 100%;height: auto;}
.header .logo img.hover{display: none;}
.header .nav{display: flex;align-items: center;}    
.header .nav .item{position: relative;padding: 0 31px;}
.header .nav .item a:hover{ color:#e62129!important;}
.header .nav .item .type{position: relative;display: flex;align-items: center;height: 90px;color: #fff;}
.header .nav .item .type::after{content: "";position: absolute;left: 0;bottom: -1px;width: 100%;height: 2px; background:url(../images/line.png) no-repeat center;overflow: hidden;will-change: background-size;transition: background-size .5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;transition-property: background-size,color;background-position: right bottom;background-size: 0 2px;}
.header .nav .item .sub{position: absolute;left: 31px;top: 100%;transition: all .5s;display: flex;opacity: 0;pointer-events:none;}
.header .nav .item .sub ul{position: relative;z-index: 1;display: flex;align-items: center;flex-shrink: 0;}
.header .nav .item .sub li{position: relative;transition: all .5s;display: flex;align-items: center;height: 83px;margin-right: 3.125vw;color: #999;}
.header .nav .item .sub li:after{content: "";position: absolute;left: 0;bottom: -1px;width: 100%;height: 2px;overflow: hidden;will-change: background-size; background:url(../images/line.png) no-repeat center;transition: background-size .5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;transition-property: background-size,color;background-position: right bottom;background-size: 0 2px;}
.header .nav .item .sub .bg{position: fixed;left: 0;top: 91px;transition: all .5s;width: 100%;height: 83px;background: rgba(255, 255, 255, 1);box-shadow:  0 5px 10px rgba(0,0,0,.2);}
.header .nav .item:hover .sub{opacity: 1;pointer-events:all;}
.header .tool {display: flex;align-items: center;}
.header .tool .lang{color: #fff;line-height: .8em;}
.header .tool .search{transition: all .5s;display: flex;justify-content: center;align-items: center;width: 40px;height: 40px;border-radius: 50%;margin-left: 40px;color: #4c4c4c;font-size: 18px;line-height: 1em;background: #fff;cursor: pointer;}
.header:hover .main,.header.white .main,.header.fixed .main{border-color: rgba(217, 217, 217, .4);background: #fff;}
.header:hover .nav .item .type,.header:hover .tool .lang,.header.white .nav .item .type,.header.white .tool .lang,.header.fixed .nav .item .type,.header.fixed .tool .lang{color: #4c4c4c;}
.header:hover .tool .search,.header.white .tool .search,.header.fixed .tool .search{color: #fff;background: #e62129;}
.header .nav .item:hover .type::after,.header .nav .item .sub li:hover:after{animation: none;background-position: left bottom;background-size: 100% 100%;}
.header .nav .item .sub li:hover{color: #4c4c4c;}
.header .tool .lang:hover{color: #e62129;}
.header.fixed,.header.white{background: #fff;}
.header.white .main{background: #fff;}
.header:hover .logo img.hover,.header.fixed .logo img.hover,.header.white .logo img.hover{display: block;}
.header:hover .logo img.default,.header.fixed .logo img.default,.header.white .logo img.default{display: none;}

/* banner */
.i-banner{position: relative;width: 100%;height: 100vh;}
.mobile-banner{display: none;}
.i-banner .item{position: relative;display: block;width: 100%;height: 100%;overflow: hidden;}
.i-banner .item .bg{width: 100%;height: 100%;}
.i-banner .item .bg img{display: block;width: 100%;height: 100%;}
.i-banner .item .bg video{display: block;width: 100%;height: 100%;}
.i-banner .item.on .bg img{animation: bigger 5s linear forwards;}
@keyframes bigger {
    0%{transform: scale(1.1);}
    100%{transform: scale(1);}
}
.i-banner .item .text{position: absolute;left:50%;top: 50%;transform: translate(-50%,-50%);z-index: 1;color: #fff;}
.i-banner .item .text .cn{margin-bottom: 28px;line-height: 1.2em; font-size:45px;padding-left: 50px;}
.i-banner .item .text .en{line-height: 1em;text-transform: uppercase;/*opacity: 0.5;*/ font-size:20px;padding-left: 50px;}
.i-banner .btn{position: absolute;z-index: 111111111;top: 50%;transform: translateY(-50%); }
.i-banner .btn.prev{left: 4.5%;}
.i-banner .btn.next{right: 4.5%;}
.i-banner .scroll{position: absolute;left: 50%;bottom: 46px;transform: translateX(-50%);z-index: 1;transition: all .5s;color: #fff;line-height: .8em;cursor: pointer;opacity: .5;}
.i-banner .scroll:hover{opacity: 1;}
.i-banner .swiper-pagination{ position: absolute;bottom: 10px;left: 0;display: flex;justify-content: center;align-items: center;opacity: 0;}
.i-banner .swiper-pagination-bullet{background: #fff;}
.i-banner .swiper-pagination-bullet-active{background: #e62129;}




/* 头部搜索框 */
.fixed-search{position: fixed;left: 0;top: 0;transition: all .5s;z-index: -1;display: none;justify-content: center;align-items: center;width: 100%;height: 100%;opacity: 0;}
.fixed-cover{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);}
.i-search{position: relative;z-index: 1;display: flex;}
.i-search input{width: 900px;height: 60px;border: none;outline: none;box-sizing: border-box;padding: 0 40px;font-size: 16px;background: #fff;}
.i-search button{transition: all .5s;display: flex;justify-content: center;align-items: center;width: 100px;height: 60px;border: none;box-sizing: border-box;outline: none;color: #fff;font-size: 20px;background: #e62129;cursor: pointer;}
.fixed-search.on{z-index: 1000;display: flex;opacity: 1;}

/* 搜索结果页 */
.searchpage{padding: 90px 0;}
.search-list ul{margin-bottom: 50px;}
.search-item{}
.search-item a{display: flex;align-items: center;justify-content: space-between;height: 80px;border-bottom: 1px solid #d9d9d9;;color: #333;line-height: 1.5em;}
.search-item:hover a{color: #e62129;}
.search-item a p{transition: all .5s;width: calc(100% - 120px);box-sizing: border-box;padding-right: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.search-item a span{color: #666;}
.search-item:hover a p{padding-left: 10px;}
.search-nocontent{display: flex;align-items: center;justify-content: center;height: 100px;color: #333;text-align: center;}


/* 移动端 */
.header .header-btn{position: relative;display: none;width: 35px;height: 28px;margin-left: 20px;cursor: pointer;}
.header .header-line{position: absolute;transition: all .5s;width: 32px;height: 2px;background: #fff;}
.header.white .header-line,.header:hover .header-line,.header.fixed .header-line{background: #4c4c4c;}
.header-btn .header-line:first-child{top: 0;left: 0;transform-origin: right bottom;}
.header-btn .header-line:nth-child(2){top: 0;left: 0;margin: 13px 0;}
.header-btn .header-line:last-child{bottom: 0;left: 0;transform-origin: right top;}
.header-btn.on .header-line:first-child{top: 0.5px;transform: rotate(-45deg);}
.header-btn.on .header-line:nth-child(2){opacity: 0;}
.header-btn.on .header-line:last-child{bottom: 0.5px;transform: rotate(45deg);}

.header-m{position: absolute;left: 0;top: 100%;z-index: 99;display: none;width: 100%;height: calc(100vh - 70px);box-sizing: border-box;padding: 20px 1.77% 0;background: #fff;overflow-y: auto;}
.header-m.open{display: block;}
.header-m .item{border-bottom:1px solid rgba(217, 217, 217, .4);}
.header-m .item .type{position: relative;display: flex;justify-content: space-between;align-items: center;}
.header-m .item .type a{display: block;padding: 20px 0;line-height: 1em;width: 100%;}
.header-m .item.unslide .type a{width: 100%;}
.header-m .item.unslide .type i{position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-size: 20px;line-height: 1em;}
.header-m .item.slide .type i{transition: all .5s;font-size: 20px;line-height: 1em;}
.header-m .item ul{display: none;margin-bottom: 20px;}
.header-m .item ul li{background-color: #f7f7f7;
  padding: 3px 15px;
  margin-bottom: 5px;}
.header-m .item ul li a{display: block;padding: 4px 0;line-height: 1.5em;}
.header-m .item.on .type i{transform: rotate(90deg);}

.flex{ display:flex; }
.flex-between-center{  display: flex; justify-content: space-between; align-items: center;}
.flex-between{ display: flex; justify-content: space-between}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.w85{ width:85%; margin:0 auto; padding-top:60px; padding-bottom:60px;}
.wtitle{ text-align:center; margin:0 auto; padding-bottom:30px;}
.wtitle1{ font-size:40px; color:#000;}
.wtitle2{ font-size:17px; color:#777; margin-top:10px;}

/*优势*/

.con_01 { width:100%;overflow:hidden; position: relative; background-color:#f5f5f5;
  z-index: 1; }


.con_01 .lm_list{text-align:center;}
.con_01 .lm_list a:hover{color:#e62129;}
.con_01 .lm_list a{ display:inline-block;margin:10px 5px;background:#f2f2f2;height:36px;line-height:36px;padding:0 25px;font-size:16px;}
.con_01 .lm_list .one{background:#e62129;color:#fff;}
.con_01 ul{display: flex;
  flex-wrap: wrap;}
.con_01 ul li{float:left;width:23%;margin:0 1%;text-align:center;
  padding-bottom: 15px;
  background-color: #000;
  margin-top: 30px; cursor:pointer;}
  .con_01 ul li::after {
  position: absolute;
  content: "";
  z-index: 1;
  bottom: 0px;
  right: 0px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 23px 23px;
  border-color: transparent transparent #f5f5f5 transparent;
}
.con_01 ul li:hover{background-color: #e62129;  transition:all 0.5s;}
.con_01 ul li .pic{width: 100%; height: 15vw; margin:0 auto; overflow:hidden;}



.con_01 ul li .pic img{vertical-align: middle;width:100%; height:100%; object-fit:cover;}

.con_01 ul li .bt{font-size:18px;margin-top:15px;color:#fff;}
.con_01 ul li:hover .bt{color:#fff;}
.con_01 ul li .txt{font-size:14px;color:#8d8d8d;margin-top:10px;line-height:26px;}


/*首页公司简介*/
.index_about .abtxt{ width:50%;}
.index_about .abtxt .hy{ line-height:30px;}
.index_about .abtxt .hy span{
width: 70px;
height: 1px;
background: #666;
margin-right: 10px; margin-top:15px;}
.index_about .abtxt .ab1{ font-size:40px; color:#333; padding-top:10px; padding-bottom:10px;}
.index_about .abtxt .ab2{ color:#e62129; font-size:25px;}
.index_about .abtxt .abnr{ line-height:30px; margin-top:30px; margin-bottom:30px; font-size:16px;overflow:hidden;display:-webkit-box; -webkit-line-clamp:5 ;
 -webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis;}
 .index_about .abtxt .abnrtt{ line-height:30px; margin-top:30px; margin-bottom:30px; font-size:16px;overflow:hidden;}
.index_about .abtxt .abnr p{ margin-bottom:10px;}
.index_about .abtxt .abmore{ width:80%;}
.index_about .abtxt .abmore ul li{ text-align:center; border:1px solid #ddd; line-height:45px; width:100%; cursor:pointer;}
.index_about .abtxt .abmore ul li:nth-child(2){ margin-left:20px; margin-right:20px;}
.index_about .abtxt .abmore ul li a{ font-size:16px;display:block}
.index_about .abtxt .abmore ul li:hover{ border:1px solid #e62129; background:#e62129;}
.index_about .abtxt .abmore ul li:hover a{ color:#fff;}
.index_about .abtu{width:45%; overflow:hidden;}


.xuanchuan ul{ margin-top:60px;}
.xuanchuan ul li:nth-child(2){ margin-left:30px; margin-right:30px;}
.xuanchuan ul li:nth-child(3){margin-right:30px;}

.xuanchuan ul li{ text-align:center; margin:0 auto; width:100%;box-shadow: 0px 0px 10px rgba(0,0,0,0.2); padding:40px;}
.xuanchuan ul li .itu{ width:60px; height:60px; border-radius:60px; border:1px solid #717171;display: flex; justify-content: space-between; align-items: center; margin:0 auto; margin-bottom:10px;transition: transform 0.5s; }

.xuanchuan ul li:hover .itu {transform: rotateY(180deg); /* 鼠标悬停时，‌图片沿Y轴旋转180度 */}

.xuanchuan ul li .itu img{ height:30px;margin:0 auto; }
.xuanchuan ul li .xab1 .xshuzi{ font-size:45px; font-weight:bold; color:#333;}
.xuanchuan ul li .xab1 {display: flex;justify-content: center;}
.xuanchuan ul li .xab1 .xms{ background:#e62129; width:25px; height:25px; text-align:center; line-height:25px; color:#fff; border-radius:50px; margin-top:25px; margin-left:10px;}
.xuanchuan ul li .xuan{ margin-top:5px; font-size:17px; height:51px;}

/*焦点图*/
.focus{ position:relative; width:100%; height:429px;  }  
.focus img{ width:100%; height:429px;} 

.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#0067ac;}  
.focus .fPic{ position:absolute; left:0px; top:0px; width:100% }  
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:80px; line-height: 80px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:20px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.focus .fcon{ position:relative; width:100%;/* display:none; background:#000 */ }  
.focus .fcon img{ display:block; width:100%;object-fit: cover;}  
.focus .fbg{bottom:20px;/* right:20px;*/ position:absolute; height:21px; text-align:center; z-index: 200; width:50%; margin:0 auto; left:25%; }  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px; display:inline-block}    
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px;  margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; border-radius:50px; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#e62129;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 0;}  


/*首页新闻*/
.index_news{ background:#fff;}
.index_news ul li:nth-child(2){ margin-left:25px; margin-right:25px;}
.index_news ul li{ padding:25px; background:#f5f5f5; margin-top:20px;width: 33.333%;
  box-sizing: border-box;}
.index_news ul li .nname{ color:#000; font-size:18px; font-weight:bold;}
.index_news ul li:hover .nmore{ color:#e62129;}
.index_news ul li .nmore{ font-size:15px; color:#888;}
.index_news ul li .ntu{ height:200px; overflow:hidden; margin-top:20px; margin-bottom:20px;}
.index_news ul li .ntu img{width:100%;height:100%; transition: all 0.8s; object-fit: cover;}
.index_news ul li .ntu:hover img{transform: scale(1.1);}
.index_news ul li .ntitle{ font-size:18px;display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; height:28px; line-height:28px;}
.index_news ul li .nms{display:-webkit-box; -webkit-line-clamp:2 ;-webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis; color:#999; font-size:14.5px; line-height:25px; margin-top:15px;}
.index_news ul li .newsmore{border: 1px solid #ddd; margin-top:20px;
height: 40px;
line-height: 40px;
text-align: center;}
.index_news ul li:hover .newsmore{background:#e62129;border:1px solid #e62129;color:#fff;}


.foot{ background:#2c2c2c;}

.foot .fbt{ color:#fff; font-size:22px; margin-bottom:15px;}
.foot .fmenu ul li{ line-height:40px;}
.foot .fmenu ul li a{ color:#888; font-size:16px;}
.foot .fmenu ul li:hover a{ color:#fff;}
.foot .flx i{ font-size:22px; margin-right:10px;}
.foot .flx{ color:#fff; font-size:20px;}
.foot .ftel{ font-size:20px; color:#fff; margin-top:10px;}
.foot .ftxt{ font-size:17px; line-height:40px;color:#888; margin-top:20px; margin-bottom:20px;}
.foot .ftxt a{ color:#888;}

.foot .banquan{ line-height:30px;}
a.zzb07link{font-size: 16px;text-decoration:none;color: #888;}
a.zzb07link:hover {text-decoration: underline;color: #888;}
.zzb07tail{font-size:17px;color:#888;}

/*右侧悬浮*/
#go_top {position: fixed;right:0px; bottom: 60px;z-index:99;width:60px; height:400px;}
#go_top a.t1 {background:#e62129 url(../images/top1.png) no-repeat center; text-decoration:none; display:block;height:60px;border-radius: 2px;}
#go_top a.t1:hover {background:#e62129 url(../images/top1.png) no-repeat center;}
#go_top a.t2 {background:#e62129 url(../images/ft1.png) no-repeat center; text-decoration:none; display:block;height:60px;border-radius: 2px;}
#go_top a.t2:hover {background:#e62129 url(../images/ft1.png) no-repeat center;}
.right-btn-group {width:60px; margin:5px 0;}
.right-btn-group .show-tel,.right-btn-group .show-qq,.right-btn-group .show-ew, .right-btn-group .to-top {border-radius: 2px;}
.right-btn-group .show-tel a:hover span,.right-btn-group .show-qq a:hover span, .right-btn-group .show-ew a:hover span, .right-btn-group .to-top a:hover span, .right-btn-group .to-top2 a:hover span {display: block}

.right-btn-group .to-top {width: 60px;height: 60px;}
.right-btn-group .to-top a {border-radius: 2px;display: block;width: 60px;height: 60px;background:rgba(134,134,134,0.7) url(../images/tel.png) no-repeat center;}
.right-btn-group .to-top a:hover {background: #e62129 url(../images/tel.png) no-repeat center}
.right-btn-group .to-top span {display: none;position: absolute;width: 190px;height:60px;top:5px;left: -190px;z-index: 5;color: #fff;background-color: #fff;text-align:center; color:#686868; font-size:14px; line-height:60px;-moz-box-shadow: 0px 0px 5px #ccc;-webkit-box-shadow: 0px 0px 5px #ccc;box-shadow:0px 0px 5px #ccc;}
.right-btn-group .to-top span:after {content: ' ';top:25px;right: -10px;width: 1px;height: 1px;display: block;position: absolute;z-index: 5;border-bottom: 5px transparent dashed;border-left: 5px #fff solid;border-right: 5px transparent dashed;border-top: 5px transparent dashed}

.right-btn-group .to-top2 {width: 60px;height: 60px;margin-top: 5px}
.right-btn-group .to-top2 a {border-radius: 2px;display: block;width: 60px;height: 60px;background:rgba(134,134,134,0.7) url(../images/mail.png) no-repeat center;}
.right-btn-group .to-top2 a:hover {background: #e62129 url(../images/mail.png) no-repeat center}
.right-btn-group .to-top2 span {display: none;position: absolute;width: 190px;height:60px;top:70px;left: -190px;z-index: 5;color: #fff;background-color: #fff;text-align:center; color:#686868; font-size:14px; line-height:60px;-moz-box-shadow: 0px 0px 5px #ccc;-webkit-box-shadow: 0px 0px 5px #ccc;box-shadow:0px 0px 5px #ccc;}
.right-btn-group .to-top2 span:after {content: ' ';top:25px;right: -10px;width: 1px;height: 1px;display: block;position: absolute;z-index: 5;border-bottom: 5px transparent dashed;border-left: 5px #fff solid;border-right: 5px transparent dashed;border-top: 5px transparent dashed}

.right-btn-group .to-top3 {width: 60px;height: 60px;margin-top:5px;}
.right-btn-group .to-top3 a {border-radius: 2px;display: block;width: 60px;height: 60px;background:rgba(134,134,134,0.7) url(../images/order.png) no-repeat center;}
.right-btn-group .to-top3 a:hover {background: #e62129 url(../images/order.png) no-repeat center}
.right-btn-group .to-top3 span {display: none;position: absolute;width: 190px;height:60px;top:130px;left: -190px;z-index: 5;color: #fff;background-color: #fff;text-align:center; color:#686868; font-size:14px; line-height:60px;-moz-box-shadow: 0px 0px 5px #ccc;-webkit-box-shadow: 0px 0px 5px #ccc;box-shadow:0px 0px 5px #ccc;}
.right-btn-group .to-top3 span:after {content: ' ';top:25px;right: -10px;width: 1px;height: 1px;display: block;position: absolute;z-index: 5;border-bottom: 5px transparent dashed;border-left: 5px #fff solid;border-right: 5px transparent dashed;border-top: 5px transparent dashed}

.right-btn-group .show-ew {width: 60px;height: 60px;margin-bottom:5px;margin-top:5px;}
.right-btn-group .show-ew img { width:140px; display:block;}
.right-btn-group .show-ew a {border-radius: 2px;display: block;width: 60px;height: 60px;background: rgba(134,134,134,0.7) url(../images/c2-1.png) no-repeat center;}
.right-btn-group .show-ew a:hover {background: #e62129 url(../images/c2-1.png) no-repeat center}
.right-btn-group .show-ew span {display: none;position: absolute;width: 150px;height:175px;top:130px;left: -160px;z-index: 5;color: #fff;background-color: #fff; padding:5px; text-align:center; color:#686868; line-height:20px; font-size:14px;-moz-box-shadow: 0px 0px 5px #ccc;-webkit-box-shadow: 0px 0px 5px #ccc;box-shadow:0px 0px 5px #ccc;}
.right-btn-group .show-ew span:after {content: ' ';top: 25px;right: -10px;width: 1px;height: 1px;display: block;position: absolute;z-index: 5;border-bottom: 5px transparent dashed;border-left: 5px #fff solid;border-right: 5px transparent dashed;border-top: 5px transparent dashed}


/* innerbanner */
.innerbanner{position: relative;width: 100%;height: 479px;}
.innerbanner.productbanner .text{padding-top: 235px;color: #4c4c4c;}
.innerbanner .text{padding-top: 210px;text-align: center;color: #fff;}
.innerbanner .text .cn{margin-bottom: 30px;line-height: 1em;}
.innerbanner .text .en{line-height: .8em;text-transform: uppercase;opacity: .8;}
.xcbg{background-position-y: -60px;}

/* breadcrumbs */
.breadcrumbs{}
.breadcrumbs.fixed .box{position: fixed;left: 0;top: 90px;z-index: 90;width: 100%;}
.breadcrumbs .box{border-bottom: 1px solid #f2f2f2;background: #fff;}
.breadcrumbs .main{display: flex;justify-content: space-between;align-items: center;}
.breadcrumbs .main .site{display: flex;align-items: center; font-size:18px; font-weight:bold;}
.breadcrumbs .main .site a{transition: all .5s;display: block;line-height: 1em;}
.breadcrumbs .main .site i{display: block;margin: 0 16px;line-height: 1em;}
.breadcrumbs .main .site a.current{color: #e62129;}
.breadcrumbs .main .site a:hover{color: #e62129;}
.breadcrumbs .main .nav{display: flex;height: 100%;flex-wrap: wrap;
  width: 100%;padding-bottom: 20px;}
.breadcrumbs .main .nav a{position: relative;transition: all .5s;display: flex;align-items: center;justify-content: center;height: 50px;
  width: 14.66%;
  background-color: #f1f1f1;
  margin: 2% 1% 0 1%;
  box-sizing: border-box;border-radius: 5px;}

.breadcrumbs .main .site a.mobile{display: none;}
.breadcrumbs .main .nav a.current{margin-right: 0;}

.breadcrumbs .main .nav a:hover,.breadcrumbs .main .nav a.on{color: #fff;
  background-color: #e62129;}

.breadcrumbs .main svg{transition: all .5s;display: none;}
.breadcrumbs .list{position: absolute;left: 0;top: 100%;z-index: 99;display: none;width: 100%;padding: 20px 0 40px;box-shadow: 0 0 10px rgb(0 0 0 / 20%);background: #fff;}
.breadcrumbs .list a{display: flex;justify-content: space-between;align-items: center;height: 50px;border-bottom: 1px solid #eaeaea;color: #333;}

 .avideo{position: relative;width: 45%;cursor: pointer;}
.avideo .pic{position: relative;width: 100%;padding-bottom: 76%;}
 .avideo .pic img{position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%;}
 
 /*内页新闻*/
.zi_news{ background:#fafafa;}

.zi_news ul{display: flex;
  flex-wrap: wrap; }
.zi_news ul li{ padding:25px; background:#fff; margin: 2% 1.5%;
  width: 30.3333%;box-sizing: border-box;border: 1px solid #eeeeee;}

.zi_news ul li .nmore{ font-size:15px; color:#888;}
.zi_news ul li .ntu{ height:200px; overflow:hidden; margin-bottom:20px;}
.zi_news ul li .ntu img{width:100%;height:100%; transition: all 0.8s; object-fit: cover;}
.zi_news ul li .ntu:hover img{transform: scale(1.1);}
.zi_news ul li .ntitle{ font-size:18px;}
.zi_news ul li .nms{display:-webkit-box; -webkit-line-clamp:2 ;-webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis; color:#999; font-size:14.5px; line-height:25px; margin-top:15px;}
.zi_news ul li .newsmore{border: 1px solid #ddd; margin-top:20px;
height: 40px;
line-height: 40px;
text-align: center;}
.zi_news ul li:hover .newsmore{background:#e62129;border:1px solid #e62129;color:#fff;}

.vvnew{ width:1000px; margin:0 auto; padding-bottom:60px; margin-top:20px;}
.vvnewfy{ width:1000px; margin:0 auto; line-height: 30px;}
.vvnew1{ font-size: 42px;
padding-top: 50px; font-weight:bold;}
.vvnew2{ font-size: 16px;
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #dcdcdc;
color: #888;}
.vvnew3{ font-size: 16px;
padding-top: 30px;
line-height: 32px; padding-bottom:30px;}
.vvnew3 p{ padding-bottom:20px;}
.vvnew3 img{ max-width:100%!important;height: auto !important;}
.xwxq_page{ width:100%; background-color:#ECECEC; padding-top:20px; padding-bottom:20px;}

.join_job .header_title{width:100%;height:64px;background:#4e4e4e;display:flex;align-items:center;}
.join_job .header_title span{font-size:18px;color:#ffffff;}
.join_job .name{width:40%;text-align:center;}
.join_job .zx{width:20%;text-align:center;}
.join_job .bm{width:20%;text-align:center;}
.join_job .time{width:15%;text-align:center;}
.join_job .num{width:15%;text-align:center;}
.join_job .job_list{margin-bottom:8px;}
.join_job .job_info{display:flex;background:#eaeaea;height:58px;align-items:center;width:100%;transition:all 0.2s linear 0s;}
.join_job .job_info span{font-size:15px;color:#333333;}
.join_job .job_info .opt{ width:26px;}
.join_job .job_info .opt a i{font-size:20px;display:inline-block;transition:all 0.2s linear 0s;font-weight:bold;color:#333;}
.join_job .job_info .opt a[aria-expanded="true"] i{transform: rotate(180deg);}
.join_job .job_info .opt a:hover i{color:var(--fontColor);}
.join_job .job_details{padding:30px 20px;font-size:16px;color:#333333;line-height:32px;}
.join_job .job_info:hover{background:#e0e0e0;}
.join_job .sm{text-align:center;margin-top:20px;line-height:22px;}
.join_job .sm .p02{color:#16a085;}


.business{padding: 64px 0;}
.business .i-title{text-align: center;}
.business .longtitle{margin: 30px 0 50px;line-height: 1em;text-align: center;}
.business-type{display: flex;align-items: center;justify-content: flex-end;}
.business-type .item{margin-right: 20px;}
.business-type .item:last-child{margin-right: 0;}
.business .list{display: flex;flex-wrap: wrap;margin-top: 50px;}
.business .list .item{width: 31.45%;margin-right: 2.825%;margin-bottom: 50px;box-shadow: 0 0 5px rgba(0,0,0,.07);}
.business .list .item:nth-child(3n){margin-right: 0;}
.business .list .item .text{width: 100%;height: 192px;box-sizing: border-box;padding: 5.51%;}
.business .list .item .text .title{margin-bottom: 20px;line-height: 1.2em;}
.business .list .item .text .info{line-height: 30px;}
.business .list .item .pic{position: relative;width: 100%;padding-bottom: 57.17%;}
.business .list .item .pic img{position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%;}



/*产品详情*/
.productinfo-bj{
	background: #f5f5f5;
	width: 100%;
}
.productinfo{
	padding-top: 65px;
	padding-bottom: 50px;
}
.productinfo-h3{
	font-size: 38px;
	line-height: 60px;
	text-align: center;
	color: #000;
}
.productinfo-ul{
	margin-top: 50px;
	margin-bottom: 60px;
}
.productinfo-ul li{
	width: 100%;
	height: 180px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 15px;
	background: #fff;
	position: relative;
	transition: all .3s;
  -webkit-transition:all .3s;box-sizing: border-box;cursor: pointer;
}
.productinfo-li-new{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	z-index: 2;
}
.productinfo-li-new:after{
	content: '';
	width: 80px;
	height: 80px;
	background: #8fc320;
	position: absolute;
	top: -40px;
	left: -40px;
	z-index: 0;
	transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform:rotate(45deg);
}
.productinfo-li-new span{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	position: relative;
	z-index: 2;
	padding-left: 2px;
}
.productinfo-li-bj{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url(../images/img02.jpg) no-repeat center;
	background-size: cover;
	opacity: 0;
	
	transition: all .3s;
  -webkit-transition:all .3s;
}
.productinfo-lt{
	width: 300px;
	float: left;
	height: 100%;
	color: #000;
	border-right: 1px solid #e5e5e5;
	position: relative;
	z-index: 2;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.productinfo-lt>div{
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 22px;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 10px;
	transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.productinfo-rt{
	width: calc(100% - 340px);

	max-width: 1230px;
	height: 100%;
	float: right;
	position: relative;
	z-index: 2;
}
.productinfo-rt>div{
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .3s;
  -webkit-transition:all .3s;
}
.productinfo-ul li:hover .productinfo-li-bj{
	opacity: 1;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.productinfo-ul li:hover .productinfo-lt{
	color: #fff;
	border-right-color: rgba(255,255,255,.2);
	transition: all .3s;
  -webkit-transition:all .3s;
}
.productinfo-ul li:hover .productinfo-rt>div{
	color: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}

.newspage  { padding-top:35px; padding-bottom:35px;}
.newspage A {
    border-width: 1px;
    border-style: solid;
    border-color: #d3d3d3;
    padding: 5px 10px;
    background: #FFF none repeat scroll 0% 0%;
    color: #666;
    margin-right: 2px;
}
.newspage SPAN.current {
    border-width: 1px;
    border-style: solid;
    border-color: #d3d3d3;
    padding: 5px 10px;
    font-weight: bold; background-color: #e62129;
    color: #FFF;
    margin-right: 2px;
}
/*发展历程*/
.seczi {
  width: 1200px;
  margin: 0 auto;
  clear: both;box-sizing: border-box;
}
.lcheng{ padding-top:60px; padding-bottom:70px;}
.lcheng1 {
  padding: 50px 0 0px 0;
  box-sizing: border-box;
}
.lcheng2 {
  margin: 0 auto;
  width: 100%;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 50px;text-align: center
}
.lcheng3 {text-align: center;
  box-sizing: border-box;
}
.lcheng3 span {
  font-size: 70px;
  background-image: -webkit-linear-gradient(left, #19b46e, #55c4ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lcheng4 {
  box-sizing: border-box;text-align: center;
  font-size: 24px;position: relative;padding: 0 40px;
  display: inline-block;

}
.lcheng4::before {
  content: '';
  background: #8e8e8e;
  width: 100px;
  height: 1px;
  position: absolute;
  right: -100px;
  bottom: 12px;
}
.lcheng4::after {
  content: '';
  background: #8e8e8e;
  width: 100px;
  height: 1px;
  position: absolute;
  left: -100px;
  bottom: 12px;
}

.maincon {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #666;
  line-height: 28px;
  transition: all 1.5s ease 0s;
  opacity: 1;
  font-size: 16px;
}
.shlnew {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
.yewu2flex {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.yewu2sec {
  width: calc(25% - 30px);
  box-shadow: 0 0 10px 0 rgba(72,72,72,.1);
  border-radius: 5px;
  overflow: hidden;
  margin: 0 15px 50px 15px;
  box-sizing: border-box;
}
.s_e1c2ig {
  width: 100%;
  position: relative;
  transition: all 0.8s ease 0s;overflow: hidden;background-color: #000;
}
.s_e1c2ig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s_e1c2ig1 {
  position: relative;
  top: 0;
  left: 0;transition: all 0.8s ease 0s;
}
.s_e1c2ig2 {
  position: absolute;
  top: 0;
  left: 0;transition: all 0.8s ease 0s;
}
.s_e1c2ig:hover img{ transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1); cursor:pointer;transition: all 0.8s ease 0s; }
.s_e1c2wz {
  position: relative;
  background-color: #e9e9e9;
  color: #333;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.connei {
  border: 1px solid #e0e0e0;
  width: 100%; margin-top:10px;margin-bottom:30px;
}
.contit {
  padding: 30px 20px 20px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.condi {
  width: 70px;
  height: 2px;
  background-color: #e62129;
  margin-left: 20px;
}
.concontent {
  line-height: 26px;
  padding: 20px 20px 30px 20px;
  font-size: 16px;
}
.gtit {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 32px;
  transition: all 0.8s ease 0s;text-transform: capitalize;
}
.glv {
  width: 60px;
  height: 2px;
  background: linear-gradient(to right, #e62129, #e62129);
  margin: 0 auto;
  transition: all 0.8s ease 0.5s;
}

.prmmm{right: 10px;
  width: 100px;
  text-align: center;
  border: 1px solid #e2e2e2;
  line-height: 36px!important;
  border-radius: 5px;left: auto !important;font-size:14px !important;}
  .pr150{padding-right: 150px;}


.mbfor {display: none;}






/* media css */
@media screen and (max-width: 1500px) {

    .totop{right: 5%;}
    .i-banner .item .text{width: 75%;}
}
  
@media screen and (max-width: 1280px) {
    .f-80{font-size: 38px;}
    .f-55{font-size: 36px;}
    .f-50{font-size: 32px;}
    .f-40{font-size: 26px;}
    .f-30,.product-read .content h5{font-size: 22px;}
    .f-24{font-size: 20px;}
    .f-20{font-size: 18px;}
    .header .logo{width: 180px;}
    .header .nav .item{padding: 0 10px;}
    .header .nav .item .sub{left: 10px;}
    .header .tool .search{margin-left: 20px;}
    .i-search input{width: 500px;height: 50px;padding: 0 20px;}
    .i-search button{width: 100px;height: 50px;}
 
 
 
}
@media screen and (max-width: 960px) {

    .totop{right: 2%;}
    .com-btn{width: 40px;height: 40px;}
    .com-btn i{font-size: 18px;}
    .com-more::after{display: none;}
    .com-more:hover, .com-more.on,.develop-relation .item:hover .com-more{background: #e62129;}
    .header .main{height: 70px;}
    .header .nav,.header .tool .lang{display: none;}
    .header .tool .search{width: 36px;height: 36px;}
    .header .header-btn{display: block;}
    .pc-banner{display: none;}
    /* .pc-banner{height: 500px;} */
    .mobile-banner{display: block;height: 200px;margin-top: 70px;}
    .i-banner .item .text{width: 90%;top: 70%;}
    .i-banner .item .text .cn{margin-bottom: 12px;}
    .i-banner .btn{bottom: 10px;top: auto;transform: none;display: flex;justify-content: space-between;width: 100%;box-sizing: border-box;padding: 0 5%;}
    .i-banner .swiper-pagination{opacity: 1;bottom: 20px;}
}

@media screen and (max-width: 768px) {
	 .mbfor{display:block;}
	 .tbottom{ height:60px;}
#BottomNav {	
    bottom: 0;
    height: 60px;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 30; box-sizing:border-box; background-color:#1f0d13;
}
#BottomNav ul li {
    float: left;
    box-sizing:border-box;
    text-align: center;
    width: 20%; 
}
#BottomNav ul li a {
    color: #515151;
    display: block;
    padding-top:12px; 
}
#BottomNav ul li a div {
    font-size: 12px; padding-top:4px; color:#FFF;
}
#BottomNav .a {
    background-image: url(../images/shl-b1a.png); background-size:auto 20px;
}
#BottomNav .b {
    background-image: url(../images/shl-b1b.png);background-size:auto 20px;
}
#BottomNav .c {
    background-image: url(../images/shl-b1c.png);background-size:auto 20px;
}
#BottomNav .d {
    background-image: url(../images/shl-b1d.png);background-size:auto 20px;
}
#BottomNav .e {
    background-image: url(../images/shl-b1e.png);background-size:auto 20px;
}

#BottomNav .icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin: 0 auto;
    width: 30px;	
}
.mclearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
#m-msk{ position:fixed; width:100%; background-color:rgba(0,0,0,0.1); top:0px; left:0; z-index:50; height: calc(100vh - 50px); top:50px; display:none;}
    .i-search input{width: 300px;}
    .f-80{font-size: 32px;}
    .f-55{font-size: 30px;}
    .f-50{font-size: 28px;}
    .f-40{font-size: 24px;}
    .f-30,.product-read .content h5{font-size: 18px;}
    .f-16{font-size: 14px;}
    .com-btn{width: 34px;height: 34px;}
    .com-btn i{font-size: 14px;}
	.f-20{font-size: 16px;}
    .com-more{width: 130px;height: 40px;}
    .header .logo{width: 160px;}
    .i-search input{width: 240px;height: 40px;}
    .i-search button{width: 70px;height: 40px;font-size: 16px;}
	.i-banner .item .text {
    top: 50%;
  }
  .i-banner .item .text .cn {
  font-size: 25px;
}
.i-banner .item .text .en {
  line-height: 1.5em;
  font-size: 16px;
}
	
	#go_top { display:none;}
	.wtitle1 {
  font-size: 20px;
}
.w85 {
  padding-top: 40px;
  padding-bottom: 40px;width: 90%;
}
.con_01 .lm_list a {
  padding: 0 15px;
  font-size: 14px;
}
.con_01 ul {
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
}
.con_01 ul li {
  width: 48%;
  margin: 1%;
}
.con_01 ul li .pic {

  height: 30vw;
}
.con_01 ul li .bt {
  font-size: 16px;
  margin-top: 15px;
}
.con_01 ul li .txt {
  font-size: 14px;
  margin-top: 10px;
  line-height: 22px;
  padding-bottom: 20px;
}
.flex-between-center {
  flex-wrap: wrap;
}
.index_about .abtxt .ab1 {
  font-size: 30px;
}
.index_about .abtxt .ab2 {
  font-size: 20px;
}
.index_about .abtxt .abnr {
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.index_about .abtxt .abmore ul li:nth-child(2) {
  margin-left: inherit;
  margin-right: inherit;
}
.index_about .abtxt .abmore {
  width: 100%;
}.index_about .abtxt {
  width: 100%;
}
.index_about .abtxt .abmore ul li {
  line-height: 35px;
  width: 30%;
}
.index_about .abtxt .abmore ul li a {
  font-size: 14px;
}
.index_about .abtu {
  width: 100%;
  margin-top: 30px;
}.focus {
  height: 229px;
}
.focus .fPic {
  height: 100%;
}
.focus .fcon {
  height: 100%;
}
.focus img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xuanchuan ul li:nth-child(2) {
  margin-left: inherit;
  margin-right: inherit;
}
.xuanchuan ul li:nth-child(3) {
  margin-right: 0;
}
.xuanchuan ul li {

  margin-bottom: 20px;padding: 30px;
}
.xuanchuan ul {
  margin-top: 40px;
}
.xuanchuan ul li .xuan {
  font-size: 14px;height: auto;
}
.wtitle2 {
  font-size: 15px;
}
.flex-between {
  flex-wrap: wrap;
}
.index_news ul li:nth-child(2) {
  margin-left: inherit;
  margin-right: inherit;
}
.index_news ul li {
  width: 100%;
}
.fmenu{ display:none;}
.foot .ftxt {
  font-size: 16px;
  line-height: 26px;
}
.zzb07tail {
  font-size: 14px;
}
a.zzb07link{font-size: 14px;}
.foot .banquan {
  line-height: 26px;
}
.innerbanner {
  height: 200px; margin-top:70px;
}
.innerbanner .text {
  display: none;
}
.breadcrumbs .main .nav a {
  margin-right: 10px;
  margin-left: 10px;
}
.w1440 {
  width: 95%;
}
.breadcrumbs .main .nav {
  width: 100%;
  justify-content: space-between;
}
.seczi {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.gtit {
  font-size: 22px;
}
.breadcrumbs.fixed .box {
  top: 70px;
}
.avideo {
  width: 100%;
}
.yewu2sec {
  width: calc(50% - 20px);margin: 0 10px 20px 10px;
}
.s_e1c2wz {
  font-size: 12px;
  line-height: 20px;
    height: 30px;
}
.newspage {
  padding-top: 15px;
  padding-bottom: 15px;line-height: 30px;
}
.lcheng2 {
  padding: 20px;
}
.lcheng4 {
  font-size: 16px;
  padding: 0;
}
.lcheng4::before {
  display: none;
}
.lcheng4::after {
  display: none;
}
.lcheng3 span {
  font-size: 30px;
}
.small_list ul li {

  width: 170px!important;

}
#prom{ display:none;}
.productinfo-h3 {
  font-size: 22px;
  line-height: 30px;
}
.productinfo-ul {
  margin-top: 30px;
  margin-bottom: 30px;
}
.productinfo-ul li {
  height: auto;

}
.productinfo-lt {
  width: 100%;
  float: none;height: auto;border-right: 0;
}
.productinfo-rt {
  width: 100%;
  max-width: 100%;
  height: auto;
  float: none;
  position: relative;
  z-index: 2;
}
.productinfo-li-bj {
  display: none;
}
.productinfo-lt > div {
  position: relative;

  font-size: 16px;
  line-height: 26px;
  padding-left: 0;
  padding-right: 0;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  overflow: hidden;
  clear: both;
}
.productinfo-rt > div {
  display: inline-block;
 font-size: 14px;
    line-height: 24px;
  color: #666;
  position: relative;
  left: 0;
  top: 50%;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: all .3s;
  -webkit-transition: all .3s;
}
.vvnew {
  width: 92%;

}
.vvnew1 {
  font-size: 22px;
  padding-top: 20px;
}
.vvnewfy {
  width: 92%;
}
.zi_news ul li {
  width: 97%;padding: 15px;
}
.dft {
  height: 200px!important;

}
.join_job .time {
  display: none;
}
.join_job .num {
  display: none;
}
.join_job .zx {
  display: none;
}
.join_job .name {
  width: 85%;
}
.join_job .bm {
  display: none;
}
.business .list .item {
  width: 100%;
  margin-right: 0;

}
.business .list .item .text {

  height: auto;

}
.prmmm{ display:none!important;}
.pr150{padding-right: 0;}
.vvnew3 img{ max-width:100%!important;height: auto !important;margin: 0!important; float:none !important;}
.index_news ul li .ntu {
  height: 150px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.zi_news ul li .ntu {
  height: 150px;
}
.header {
  background-color: #1f0d13;
}
.xcbg{background-position-y: center;}
  
}

/*@media screen and (max-width: 500px) {
    
   
}*/
