@charset "utf-8";
/* CSS Document */
body, button, input, select, textarea { background: none repeat scroll 0 0 #fff; color: #5f5f5f; font: 14px/1 "Arial", "微软雅黑"; margin: 0; padding: 0; overflow: hidden; }

body,html{
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 { font-size: 14px; padding: 0; margin: 0; }
ul, ol, li, dl, dt, dd { list-style: none; text-decoration: none; height: auto; padding: 0; margin: 0; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 14px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */ border-bottom: 1px dotted; cursor: help; }
q:before, q:after { content: ''; }
p { margin: 0; padding: 0; }
/* 重置表单元素 */
legend { color: #5f5f5f; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea { font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */ }
/* 重置表格元素 */
/* 重置 hr */
hr { border: none; height: 1px; }
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
:hover { text-decoration: none !important;}
html { overflow-y: scroll; }
:link { text-decoration: none; color: #5f5f5f; }
:visited { text-decoration: none; color: #5f5f5f; }
.fl { float:left;}
.fr { float:right;}
[data-mfp-src],
.btn-img-popup {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
/*======================公用样式=======================*/
.wrap { width: 100%; }
.logo {float: left;}

.navbar-area{ background: #dd0000; position: sticky; top: 0; z-index: 100;}
.pc-logo:before{content:'';position: absolute;background:#fff;height:100%;width:40rem; top: 0; left:-200px;z-index: -1;}
.navbar-light .navbar-brand img{float:left;margin-left:-15px}
.sticky-nav{top:0;left:0;right:0;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);margin:auto;z-index:999; background:#fff;-webkit-animation:.9s ease-in-out 5s normal none 1 running fadeInDown;animation:.9s ease-in-out 5s normal none 1 running fadeInDown;-webkit-transition:.9s;transition:.9s;width:100%!important}
.sticky-nav .nav-top{width:100%;border-radius:0}
.sticky-nav .main-nav{-webkit-box-shadow:0 0 15px rgba(0,0,0,.1);box-shadow:0 0 15px rgba(0,0,0,.1)}


.main-nav{position:relative;top:0;left:0;padding:0;width:100%;z-index:999;height:auto;}
.main-nav .navbar {padding: 0;}
.main-nav nav .navbar-nav .nav-item {padding: 0;}
.main-nav nav .navbar-nav .nav-item .active,.main-nav nav .navbar-nav .nav-item:hover a{color:#fff;background: #c30000;}
.main-nav nav .navbar-nav .nav-item a{text-transform:capitalize;color:#fff; padding: 42px 30px; margin: 0;}
.main-nav nav .navbar-nav .nav-item a i{font-size:10px}
.main-nav nav .navbar-nav .nav-item a :focus,.main-nav nav .navbar-nav .nav-item a:hover{color:#fff}
.main-nav nav .navbar-nav .nav-item a.active{color:#fff!important; background: #c30000;}
.main-nav nav .navbar-nav .nav-item a.active i{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.main-nav nav .navbar-nav .nav-item a:hover i{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:.7s;transition:.7s}
.main-nav nav .navbar-nav .nav-item a .active::before{-webkit-transform:scale(1);transform:scale(1)}
.main-nav nav .navbar-nav .nav-item .dropdown-menu{border:0;border-radius:0;background-color:#c30000!important; padding-left: 0; padding-right: 0; width: 223px;}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li{border-bottom:0}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child{border-bottom:0}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a{position:relative;-webkit-transition:.7s;transition:.7s;font-size: 14px;}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before{width:100%}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active,.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover{color:#fff; background:#cb252b; }
.mobile-nav .mean-container .mean-nav ul li a .active{color:#2ca6e0}
.mean-container a.meanmenu-reveal{color:#373e58}
.mean-container a.meanmenu-reveal span{background-color:#c30000}


.other-side {}

.other-side .lang {float:right; margin-right: 5px; display: block; color: #fff;}
.other-side .lang a {color: #fff;}
.other-side .lang img {margin-left: 10px;}
.lang-mobile {display: none;}
.other-side .modal-menu{float:right;margin-left:20px;margin-top:3px}
.other-side .modal-menu a{color:#64acff;font-size:20px;font-weight:700;width:40px;height:40px;line-height:40px;background-color:#fff;-webkit-box-shadow:0 0 15px rgba(0,0,0,.1);box-shadow:0 0 15px rgba(0,0,0,.1);text-align:center}
.other-side .modal-menu a:hover{color:#20308f}



@media(max-width:1440px){
	.pc-logo:before{width:44rem; top: 0; left:-255px;z-index: -1;}
	.navbar-light .navbar-brand img {   
		margin-left: 2px;
	}
	
	.navbar-expand-md .navbar-nav {
		width: 860px;
	}
	
	.main-nav nav .navbar-nav .nav-item a {
		padding: 42px 20px;
		margin: 0;
	}
	
	.other-side .lang {width:200px;    margin-left: -80px;}
}

.panels {
  position: relative;	
  overflow: hidden;
}


.panels .w1600 { position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);	
}

.paginations {
  position: fixed;
  right: 40px;
  bottom: 50px;
  z-index: 100;
}
@media (max-width: 768px) {
  .paginations {
    left: auto;
    right: 20px;
    top: auto;
    bottom: auto;
    bottom: 10%;
  }
}
.paginations li {
  padding: 11px;
}
.paginations a {
  display: block;
  width: 6px;
  height: 6px;
  background: #01b0ff;
  border-radius: 50%;
  position: relative;
}
.paginations a::after {
  content: '';
  transition: 0.3s;
  width: 0rem;
  height: 0rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  border: 1px solid #01b0ff;
}
.paginations a.active::after {
  width: 22px;
  height: 22px;
}

.bannerBox {
     position: relative;
     width: 100%;
     overflow: hidden;
 }
 .bannerBox .content {
     width: 100% !important;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     overflow: hidden;
 }
.bannerBox .scalePic {
     position: relative;
     left: auto;
     top: auto;
     transform: translate(0) scale(1.08);
     width: 100%;
     max-width: none;
     transition: all 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940);
 }
 .bannerBox .swiper-slide.swiper-slide-active .scalePic {
     transform: translate(0) scale(1);
 }
@media (max-width: 767px) {
     .bannerBox .pc_pic {
         display: none;
     }
 }

 @media (min-width: 768px) {
     .bannerBox .mo_pic {
         display: none;
     }
 }
.panels1 .swiper-button-prev {
  left: 5%;
}
.panels1 .swiper-button-next {
  right: 5%;
}
.panels1 .swiper-button-next,
.panels1 .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: 0.3s;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.panels1 .swiper-button-next::after,
.panels1 .swiper-button-prev::after {
  font-size: 0.3rem;
  font-weight: bold;
}
.panels1 .swiper-button-next:hover,
.panels1 .swiper-button-prev:hover {
  background-color: #ffffff;
  color: #333;
}


@media (max-width: 992px) {
  .panels1 .swiper-button-next,
  .panels1 .swiper-button-prev {
    width: 36px;
    height: 36px;
  }	
	.bannerBox img {width: 100%; }	
  .bannerBox .scalePic {
     margin-top: 70px;
 }	
}




.index-banner {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
 height: 90vh;
 width: 100vw;	
  position: relative;
  max-width: none;
}
.index-banner .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  border: 1px solid #01b0ff;
  transition: 0.3s;
  width: 10px;
  height: 10px;
}
.index-banner .swiper-pagination-bullet-active {
  background: #01b0ff;
}
.index-banner .swiper-button-prev {
  left: 5%;
}
.index-banner .swiper-button-next {
  right: 5%;
}
.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: 0.3s;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.index-banner .swiper-button-next::after,
.index-banner .swiper-button-prev::after {
  font-size: 0.3rem;
  font-weight: bold;
}
.index-banner .swiper-button-next:hover,
.index-banner .swiper-button-prev:hover {
  background-color: #ffffff;
  color: #333;
}
.index-banner .swiper-slide {
  background-position: center!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
}
.index-banner .swiper-slide img {
  visibility: hidden;
}

@media (max-width: 992px) {
  .index-banner {height: 100vh;}
  .index-banner .swiper-button-next,
  .index-banner .swiper-button-prev {
    width: 36px;
    height: 36px;
  }	
}
@media (max-width: 768px) {
  .index-banner .swiper-pagination {
    bottom: 10px;
  }
}
@media (max-width: 640px) {
  .index-banner .content {
    top: 50%;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
  }
  .index-banner .swiper-slide {
    overflow: hidden;
  }
  .index-banner .swiper-slide img {
    height: 100%;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}







/*.banner {}
.banner img {width: 100%; display: block;}
.ban-pc {display: block;}
.ban-mobile {display: none;}
.ban-mobile img {width: 100%; height: auto;}
.ban-pc .swiper-pagination-bullet-active { background: #20308f!important;}
.ban-pc .swiper-pagination-bullet { width: 12px!important; height: 12px!important; border-radius: 6; background: #fff;opacity:1!important; margin:0 5px}
.ban-pc .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom:47px!important;}
.a-main {}
.a-main img {width: 100%;}

.iban-pc .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  border: 1px solid #01b0ff;
  transition: 0.3s;
  width: 10px;
  height: 10px;
}

.ban-pc .swiper-button-prev {
  left: 5%;
}
.ban-pc .swiper-button-next {
  right: 5%;
}
.ban-pc .swiper-button-next,
.ban-pc .swiper-button-prev {

  transition: 0.3s;

}
.ban-pc .swiper-button-next::after,
.ban-pc .swiper-button-prev::after {
  font-size: 30px;
  font-weight: bold;
}*/
.mouse {
  position: fixed;
  left: 50%;
  margin-left: -17px;
  bottom: 40px;
  z-index: 99;
}
.mouse .ic {
  width: 34px;
  height: 63px;
  background-image: url('../images/ic_mouse.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
}


.panels2 {
  background: url('../images/p2-bg.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
}

.panels3 {
  
}
.panels4 {
  background: url('../images/p4-bg.jpg') no-repeat center center;
  background-size: cover;
}
.panels5 {
  background: url('../images/p5-bg.jpg') no-repeat center center;
  background-size: cover;
}
.index-about { padding: 165px 0}
.index-about .t-1 {color: #dd0000; margin-bottom: 18px;}
.index-about .t-2 {font-size: 40px; color: #000; margin-bottom: 54px;}
.index-about .t-2 a{color:#000;}
.index-about .t-3 {font-size: 16px; color: #3b3b3b; line-height: 31px;}


.numCount{ margin-top: 64px;}
.numCount li {float: left; width: 24%; text-align: center;}
.numCount li .item{ margin: 0 10px;}
.numCount li .item .line {width: 20px; height: 1px; background: #dd0000; margin: 0 auto;}
.numCount li .item .txt {font-size: 20px; color: #000; text-align: center; margin: 20px 0;}
.numCount li .item .indt {font-size: 16px; color: #000;}
.numCount li .item .indc {color: #333;font-size: 16px;}
.numCount li .numU{ line-height:1.3;}
.numCount li .numCX{ font-size:65px; color:#dd0000; font-weight: bold;}

.numCount li .numU .unitC{font-size:100%; line-height: 1.3; margin-left: 0.3em;}
.numCount li .numU em {font-size:16px; color:#dd0000;}
@media (max-width:800px){
	.numCount li .numCX{ font-size:24px; }
	.numCount li .numU em {font-size: 24px;}
}
@media (max-width:640px){
	.numCount li .numCX{ font-size:7vw; }
}
@media (max-width:480px){
	.numCount{ font-size:0.5vw;}
}




.index-zs-swiper {margin-top: 75px;}
.index-zs-swiper .hd {margin-top: 35px; }
.index-zs-swiper .swiper-pagination-bullet-active { background: #dd0000!important;}
.index-zs-swiper .swiper-pagination-bullet { width: 12px!important; height: 12px!important; border-radius: 6; background: #999;opacity:1!important; margin:0 5px}
.index-zs-swiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom:0!important; }
@media screen and (max-width:991px) {
	.index-about { padding: 20px 0}
    .index-about .t-1 {margin-bottom: 15px;}
    .index-about .t-2 {font-size: 30px; color: #000; margin-bottom: 40px;}
    .index-about .t-3 {font-size: 14px; color: #3b3b3b; line-height: 25px;}
	.index-zs-swiper {display: none;}
    .numCount li .item .txt {font-size: 18px;  margin: 10px 0;}
	.numCount li .numU{text-align: center;}
	.numCount li .item .indc {text-align: center;}
	
}





/*首页新闻*/
.index-news {/*padding: 135px 0;*/}
.newstit {}
.newstit .t-1  {color: #fff; margin-bottom: 18px;}
.newstit .t-2 {font-size: 40px; color: #fff; margin-bottom:60px;}
.newstit .t-2 a {color: #fff;}
.index-news .news-1 {}
.index-news .news-1 img {width: 100%;}
.index-news .news-1 .info {padding: 30px; background: #fff;}
.index-news .news-1 .info .time {font-size: 15px; color: #888787;}
.index-news .news-1 .info .time span {float: left;}
.index-news .news-1 .info .time em {float: right;}
.index-news .news-1 .info .time a {color: #888787;}
.index-news .news-1 .info .news-1-tit {margin-top: 30px; font-size:18px; color: #2c2c2c; line-height: 26px; height: 26px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.index-news .news-1 .info .news-1-tit a {color: #2c2c2c;}
.index-news .news-1 .info .news-1-txt {margin-top: 10px; line-height: 25px; color: #888787; height: 30px; overflow: hidden;}

.index-news .news-2 {}
.index-news .news-2 .info {padding:55px 30px; background: #fff;}
.index-news .news-2 .info .time {font-size: 15px; color: #888787;}
.index-news .news-2 .info .time span {float: left;}
.index-news .news-2 .info .time em {float: right;}
.index-news .news-2 .info .time a {color: #888787;}
.index-news .news-2 .info .news-1-tit {margin-top: 35px; line-height: 35px; font-size:18px; color: #2c2c2c; height: 35px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.index-news .news-2 .info .news-1-tit a {color: #2c2c2c;}
.index-news .news-2 .info .news-1-txt {margin-top: 13px; line-height: 28px; height:199px; font-size: 16px; color: #888787;}
.index-news .news-2 .info .more {width: 148px;  margin-top:38px; line-height: 53px; text-align: center; border: 1px solid #c4c4c4; color: #c4c4c4;}
.index-news .news-2 .info .more a {color: #c4c4c4;}
.index-news .news-3 {}
.index-news .news-3 .con {padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid #456eb0;}
.index-news .news-3 .con:nth-child(3) {border-bottom:0; margin-bottom: 0;}
.index-news .news-3 .con img {width: 100%;}
.index-news .news-3 .con .news-3-tit { line-height: 23px; font-size:16px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; height: 23px;}
.index-news .news-3 .con .news-3-tit a {color: #fff;}
.index-news .news-3 .con .news-3-txt {margin-top: 13px; line-height: 22px; color: #93a2c8; line-clamp: 3;
    display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 3;
       overflow: hidden;}
.index-news .news-3 .con .more { margin-top:18px; color: #fff;}
.index-news .news-3 .con .more a {color: #fff;}
@media screen and (max-width:991px) {
	.index-news {padding: 40px 0;}
	.index-news .x-0 {display: none;}
}

@media(max-width:1440px){
	.index-about {
     /* padding: 113px 0;*/
   } 
	
	.numCount li .numCX {
   font-size:45px;
   
}
	/*.container{ max-width:1200px;}*/
	.index-news .news-2 .info .news-1-txt {
    line-height: 23px;
    height: 199px;
}
.index-news .news-1 .info .news-1-txt {
    height: 62px;
	line-height: 20px;
}
}

.index-contact {/*margin: 115px 0 65px 0;*/ padding: 80px 70px; background: #fff;}
.index-contact .t-1  {color: #dd0000; margin-bottom: 18px;}
.index-contact .t-2 {font-size: 40px; color: #000; margin-bottom:60px;}
.index-contact .t-2 a {color: #000;}
.lx {font-size: 16px; line-height: 30px; color: #4b4b4b;}
.lx-ly {margin-top: 25px;}
.lx-ly .formbox ul {
  padding-bottom: 0.2rem;
}
.lx-ly .formbox li {
  min-height: 0.58rem;
  margin-bottom: 0.2rem;
}
.lx-ly .form-con {    
	border-radius: 0px;
    max-width: none;
    border-bottom: 1px solid #ccc;
    border-top: 0px solid #9c9c9c;
    border-left: 0px solid #9c9c9c;
    border-right: 0px solid #9c9c9c;
    box-shadow: none;
    height: 42px;
	padding: 6px 12px;
    font-size: 14px;
}
.lx-ly .formbox .inner:not(.areainner) {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.lx-ly .formbox .inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.lx-ly .formbox .inner label {
  display: block;
  margin-bottom: 0;
}
.lx-ly .formbox .inner em {
  padding: 0 0.1rem 0;
}
.lx-ly .formbox input {
  display: block;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  outline:none;
  height: 40px;
  line-height: normal;
  color: #808080;
  padding-left: 0;
}
.lx-ly .formbox .inner input::-webkit-input-placeholder,
.lx-ly .formbox .inner textarea::-webkit-input-placeholder {
  color: #808080;
}
.lx-ly .formbox .inner input:-moz-placeholder,
.lx-ly .formbox .inner textarea:-moz-placeholder {
  color: #808080;
}
.lx-ly .formbox .inner input::-moz-placeholder,
.lx-ly .formbox .inner textarea::-moz-placeholder {
  color: #808080;
}
.lx-ly .formbox .inner input:-ms-input-placeholder,
.lx-ly .formbox .inner textarea:-ms-input-placeholder {
  color: #808080;
}
.lx-ly .formbox textarea {
	width: 100%;
      height: 120px;
    padding: 10px 0;
	border-radius: 0px;
    max-width: none;
    border-bottom: 1px solid #ccc;
    border-top: 0px solid #9c9c9c;
    border-left: 0px solid #9c9c9c;
    border-right: 0px solid #9c9c9c;
    box-shadow: none;
	margin-top: 20px;
	outline:none;
}
.lx-ly .formbox .submit {
  width: 180px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #dd0000;
  border-radius: 3px;
  display: block;
  font-size: 16px;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
	border:none;
}
.lx-ly .formbox .submit:hover {
  transform: scale(0.96);
}
.index-foot {padding-bottom: 60px; padding-top: 10px; font-size: 15px; color: #626262; line-height: 25px;}

@media (max-width: 992px) {
  .index-contact { padding: 80px 40px; background: #fff;}
  .lx-ly .formbox .submit {
    margin: 0 auto;
  }
  .lx {display: none;}	
	.index-foot {line-height: 25px;}	
}

/*底部*/

.foot { width: 100%; overflow: hidden; background: #161616;}
.foot-to {padding: 55px 0 38px 0; border-bottom: 1px solid #2e2e2e; overflow: hidden;}
.foot-logo {float: left;}
.foot-logo img {width: 100%;}
.foot-gotop {margin-top: 10px; float: right;}
.foot-gotop img {width: 100%;}
.foot-con {padding:44px 0 80px 0; overflow: hidden;}
.foot-con .tit {margin-bottom: 19px; color: #fff; font-size: 22px;}
.foot-con .txt {line-height: 30px; color: #6d6d6d; font-size: 15px;}
.foot-1 {}


.foot-1-txt {line-height: 28px; color: #fff;}
.foot-1 .more {width: 136px; height: 36px; border: 1px solid #fff; line-height:36px; color: #fff; text-align: center; margin-top: 35px;}
.foot-1 .more a {color: #fff;}


.foot-con dl {display: block;}
.foot-con dl dt {margin-bottom: 15px; font-weight:normal!important;color: #fff;display: block; font-size:24px; font-weight: bold;}
.foot-con dl dd {display: block; line-height: 40px; color: #6d6d6d; font-size: 15px;}
.foot-con dl dd a {color: #6d6d6d;}

.foot-con .weixin {}
.foot-con .weixin img{margin-top: 10px;}





.foot-copy {background: #0e0e0e; color: #6d6d6d; line-height: 55px;  text-align: center;}


@media (max-width: 991px) {
	.foot-to {padding: 30px 0;}
	.mobile-no {display: none;}
	.foot-copy {font-size: 12px;}

}





/*内页*/
.banner{
    position: relative;text-align: center; overflow: hidden;
    background-repeat: no-repeat; background-position: center;
    background-size: cover;
}
.banner .content {    
	width: 88%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    color: #fff;
}
.banner span{font-size: 55px;margin-bottom: 20px; line-height: 1; font-weight: bold; display: block;}
.banner em{font-size: 36px;margin-bottom: 37px; line-height: 1; font-weight: bold;display: block;}
.banner .en{font-size:16px;font-weight: normal;}
.banner .img{width: 100%; visibility: hidden; max-width: none;}
.mobile-b {widows: 100%; height: 70px; display: none;}
@media (max-width: 992px) {
	.mobile-b {display: block;}	
  .banner {height:190px;}
  .banner span{font-size: 28px;margin-bottom: 15px; }
  .banner em{font-size: 18px;margin-bottom: 25px; }
  .banner .en{font-size:14px;font-weight: normal;}	
  .banner .img {height: 211px;}
}
.inner-ban {width:100%; height: 499px; }
.inner-ban img {display: none;}
.job_ban {background: url("../images/job_ban.jpg") no-repeat center;}
.about_ban {background: url("../images/about_ban.jpg") no-repeat center;}
.contact_ban {background: url("../images/contact_ban.jpg") no-repeat center;}
.pro_ban {background: url("../images/pro_ban.jpg") no-repeat center;}
.service_ban {background: url("../images/service_ban.jpg") no-repeat center;}

.news_ban {background: url("../images/news_ban.jpg") no-repeat center;}





.show_pro {padding:100px 0; }

.map {width: 100%;}

/*内页菜单*/
.crumbs-box{position:relative;z-index:5;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.2);font-size:16px}
.w1370 {width: 88vw; max-width: 1370px; margin-left: auto; margin-right: auto;}
.crumbs-box .inner{position:relative;display:-webkit-flex;display:flex;display:-webkit-box;display:box;-webkit-align-items:center;align-items:center;-webkit-box-align:center;box-align:center;-webkit-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.crumbs-box .inner:before{position:absolute;top:0;right:100%;display:block;width:40vw;height:100%;background:#20308f;content:""}
.crumbs-box nav{position:relative;display:-webkit-flex;display:flex;display:-webkit-box;display:box;-webkit-align-items:center;align-items:center;-webkit-box-align:center;box-align:center}
.crumbs-box nav h5{position:relative;margin-right:30px;padding-right:100px;height:80px;background:#20308f;color:#fff;text-transform:uppercase;line-height:80px;cursor:pointer; font-size: 24px;}
.crumbs i {padding: 0 5px;}
@media (max-width:640px){.crumbs-box nav h5{margin-right:10px;padding-right:50px;padding-left:0;height:60px;}
}
.crumbs-box nav h5 i{position:absolute;top:50%;right:20px;color:#fff;font-size:28px;transform:translateY(-50%)}
.crumbs-box h5{display:-webkit-flex;display:flex;display:-webkit-box;display:box;line-height:1.4!important;-webkit-align-items:center;align-items:center;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;-webkit-justify-content:center;justify-content:center}
.crumbs-box nav h6{color:#2e2d2d}
@media (max-width:768px){.crumbs-box nav h6{font-size:14px}
}
.crumbs-box .dropinfo{display:none;padding:20px 0;background:#20308f;color:#fff}
.crumbs-box .dropinfo a{position:relative;display:inline-block;margin-right:.3rem;padding:5px 0;color:#fff;font-size:16px}
.crumbs-box .dropinfo a:after{position:absolute;bottom:0;left:0;display:block;width:0;height:1px;background:#fff;content:"";opacity:.8;transition:all .4s ease 0s}
.crumbs-box .dropinfo .active:after,.crumbs-box .dropinfo a:hover:after{width:100%}
@media (max-width:768px){.crumbs-box .dropinfo a{margin-bottom:5px; font-size: 12px;}
}
.crumbs{color:#999}
.crumbs .icon-shouye{color:#20308f;font-size:18px}
.crumbs a{color:#999}
.crumbs a:hover{color:#20308f}
.crumbs .icon-right{padding:0 5px;font-size:14px}
.crumbs.s2{padding:.26rem 0;height:auto;line-height:1.5}

@media (max-width:991px){
    .crumbs-box nav h5{font-size: 18px;}
}







.filters {width: 100%; text-align: center;box-shadow: 0px 7px 7px 0px rgba(179,179,179,.8);}
.filters .filter-tabs {position:relative; float: left;}
.filters li{
	position:relative;
	display: inline-block;
	line-height:60px;
	padding:10px 40px;
	cursor:pointer;
	color:#292929;
	font-size:16px;
	top: 0;
}




.filters a:hover, .filters a:focus {
    color: #dd0000 !important;
    text-decoration: underline;
}
.filters li:last-child{margin-right: 0; }
.filters .filter.active,
.filters .filter:hover{
	
	border-bottom: 8px solid #dd0000;
	color: #dd0000 !important;
}
.filters .filter:hover a {color: #dd0000; font-weight: bold;}
.filters .filter.active a {color: #dd0000;font-weight: bold;}


@media (max-width:991px){
   .filters li{
	 line-height:20px;
   }
	.filters .filter.active, .filters .filter:hover {
    border-bottom: 2px solid #dd0000;
    color: #dd0000 !important;
}
}

/*products*/












.inner-tit {margin-top: 0px; font-size: 40px; color: #000; text-align: center;}
.mt60{ margin-top:60px;}

/*关于我们*/

.inner-about { width: 100%; overflow: hidden;}
.inner-about-1 {padding: 90px 0;}
.inner-about-1-txt {padding: 35px 0; line-height: 32px; color: #3b3b3b; font-size: 16px;}



.wp {margin: 0 auto; width: 75%; max-width: 1440px;}
.molibe-wh-1 {display: none;}
.wh-1{overflow:hidden;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;background-size:cover; margin-top: 58px;}
.wh-list1{border-right:1px solid rgba(255,255,255,.3);overflow:hidden}
.wh-list1 li{float:left;width:33.33%;height:659px;line-height:659px;font-size:0;text-align:center;border-left:1px solid rgba(255,255,255,.3);position:relative;overflow:hidden}
.wh-list1 .con{display:inline-block;vertical-align:middle;line-height:1.4;width:100%;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.wh-list1 .con .pic{margin:0 auto 42px;width:79px;height:79px;border-radius:50%;position:relative}
.wh-list1 .con .pic:after{content:'';position:absolute;left:50%;top:50%;width:90px;height:90px;margin:-45px 0 0 -45px;background:url(../images/i27.png) center center no-repeat;-webkit-background-size:cover;background-size:cover;animation:30s linear infinite rotate-anim;-webkit-animation:30s linear infinite rotate-anim}
.wh-list1 .con .pic img{display:block;width:100%;height:100%;position:relative;z-index:2}
.wh-list1 .con h4{padding-bottom:28px;font-size:24px;color:#fff;position:relative}
.wh-list1 .con h4:after{margin-left:-83px;content:'';position:absolute;left:50%;bottom:0;width:166px;height:6px;background:url(../images/i26.png) center center no-repeat;-webkit-background-size:cover;background-size:cover}
.wh-list1 .con h4 span{margin-top:8px;display:block;font-size:16px;color:#fff;font-family:Arial;font-weight:400;text-transform:uppercase}
.wh-list1 .mask{padding:0 13%;position:absolute;left:0;top:0;width:100%;background:url(../images/bg16.png) center center no-repeat;-webkit-background-size:cover;background-size:cover;line-height:1.4;z-index:2;height:0;overflow:hidden;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.wh-list1 .mask .pic{margin:40% auto 40px;width:79px;height:79px;border-radius:50%;position:relative}
.wh-list1 .mask .pic:after{content:'';position:absolute;left:50%;top:50%;width:90px;height:90px;margin:-45px 0 0 -45px;background:url(../images/i27_on.png) center center no-repeat;-webkit-background-size:cover;background-size:cover;animation:30s linear infinite rotate-anim;-webkit-animation:30s linear infinite rotate-anim}
.wh-list1 .mask .pic img{display:block;width:100%;height:100%;position:relative;z-index:2}
.wh-list1 .mask h4{margin-bottom:26px;padding-bottom:28px;font-size:24px;color:#fff;position:relative}
.wh-list1 .mask h4:after{margin-left:-83px;content:'';position:absolute;left:50%;bottom:0;width:166px;height:6px;background:url(../images/i26.png) center center no-repeat;-webkit-background-size:cover;background-size:cover}
.wh-list1 .mask h4 span{margin-top:8px;display:block;font-size:16px;color:#f5e0e1;font-family:Arial;text-transform:uppercase;font-weight:400}
.wh-list1 .mask .txt{font-size:16px;color:#fff;line-height:1.9;overflow:hidden}
.wh-list1 li:hover .con{opacity:0;filter:alpha(opacity=0);filter:alpha(Opacity=0);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'}
.wh-list1 li:hover .mask{height:100%}

@media (max-width:992px){
	.inner-about-1 {padding: 30px 0;}
	.inner-tit {margin-top: 10px; font-size: 30px;}
	.wh-1 {display: none}
	.molibe-wh-1 {display: block;margin-top: 50px;}
	.molibe-wh-1 img {width: 100%;}
	
}


.inner-about-3 {padding: 90px 0;}
.inner-zs-con {margin-top:58px;}
.inner-zs-con li {width: 20%; float: left; text-align: center; padding: 0 0.5rem; display: inline-block; }
.inner-zs-con li .img {width: 100%; overflow: hidden;}
.inner-zs-con li img {width: 100%; overflow: hidden;}
.inner-zs-con li .txt {margin-top: 30px; font-size: 16px; line-height: 30px; height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.inner-zs-con .swiper-button-prev {
  left: 5%;
}
.inner-zs-con .swiper-button-next {
  right: 5%;
}
.inner-zs-con .swiper-button-next,
.inner-zs-con .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: 0.3s;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.inner-zs-con .swiper-button-next::after,
.inner-zs-con .swiper-button-prev::after {
  font-size: 0.3rem;
  font-weight: bold;
}
.inner-zs-con .swiper-button-next:hover,
.inner-zs-con .swiper-button-prev:hover {
  background-color: #ffffff;
  color: #333;
}
@media (max-width: 991px) {
	.inner-about-3 {padding: 30px 0;}
	.inner-zs-con li {width: 100%;}
	.inner-zs-con .swiper-button-next,
    .inner-zs-con .swiper-button-prev {
    width: 36px;
    height: 36px;
  }	
}

.inner-about-4 {padding: 90px 0; background: #f5f5f5;}
.inner-cs-swiper {margin-top:8px;}
.inner-cs-swiper dd {margin-top: 50px;}
.inner-cs-swiper dd .img {}
.inner-cs-swiper dd img {width: 100%; }
.inner-cs-swiper dd .txt {background: #fff; line-height: 78px; height: 78px; overflow: hidden; white-space:  nowrap; text-overflow: ellipsis;text-align: center; color: #535353; font-size: 16px;}
.inner-cs-swiper dd:hover .txt {background: #dd0000; color: #fff;}

.inner-cs-swiper .hd {margin-top: 50px; }
.inner-cs-swiper .swiper-pagination-bullet-active { background: #dd0000!important;}
.inner-cs-swiper .swiper-pagination-bullet { width: 12px!important; height: 12px!important; border-radius: 6; background: #999;opacity:1!important; margin:0 5px}
.inner-cs-swiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom:0!important; }


@media (max-width: 991px) {
	.inner-about-4 {padding: 30px 0;}
    .inner-cs-swiper dd {margin-top: 20px;}
}



.search-i {margin-top: 30px; width:268px; border: 1px solid #eee; float: right;}
.search-i .search-form{position:relative}
.search-i .search-form .search-input{display:block;width:100%;height:50px;line-height:initial;border:1px solid #eee;color:#373737;outline:0;-webkit-transition:.5s;transition:.5s;padding-top:4px;padding-left:10px}
.search-i .search-form .search-button{position:absolute;right:0;top:0;height:50px;background:0 0;border:0;width:50px;outline:0;-webkit-transition:.5s;transition:.5s;padding:0;cursor:pointer}
.search-i .search-btn{-webkit-transition:all .5s;transition:all .5s;font-size:16px;color:#373737}
.search-i .search-btn:hover{color:#0d3372}
.search-i .search-btn:hover i{color:#0d3372}


.inner-pro { width: 100%; overflow: hidden; padding:60px 0;}
.inner-pro .con {margin-bottom:37px;border: 1px solid #e9e9e9;}
.inner-pro .con .img {overflow: hidden;}
.inner-pro .con .img img {width: 100%;}

.inner-pro .con .txt { line-height: 60px;  border-top: 0; width: 100%; text-align: center; border-top: 1px solid #e9e9e9;}
.inner-pro .con .txt a {font-size: 18px; }
.inner-pro .con:hover .txt a {display: block; border-bottom:1px solid #cf0000; color: #cf0000;}

@media (max-width: 991px) {
  .inner-pro {padding:40px 0;}
  .inner-pro .con {margin-bottom: 20px;}
  .inner-pro .con .txt {line-height: 45px;}
  .inner-pro .con .txt a {font-size: 14px; }	
  .inner-pro .col-md-6 {width: 50%;}		
  .inner-pro .con .img img {width: 100%;}
}


/*======================
Contact Page Style
========================*/
.inner-contact {padding: 90px 0;}
.contact-lx {width: 100%; padding-bottom: 50px; overflow: hidden; background: #f4f6f8;}
.contact-lx i {margin-right: 15px; color: #b40505;}
.contact-info-item {
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 60px 20px;
    margin-top: 30px;
	line-height: 20px;
}

.contact-info-item .con-info-icon {
    border: 1px solid #b40505;
    border-radius: 100px;
    color: #b40505;
    font-size: 35px;
    margin: 0 auto 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 60px;
    height: 60px;
    width: 60px;
}

.contact-info-item .con-info-txt h4 {
    font-size: 18px;
    margin-top: -2px;
}

.contact-info-item:hover .con-info-icon {
    background-color: #b40505;
    color: #FFFFFF;
}

.contact-form-content span {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: -3px;
}

.input-item {
    margin-top: 30px;
}

.input-item input,
.input-item textarea {
    border: 1px solid #e1e1e1;
    display: block;
    padding: 12px 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}

.input-item input:focus,
.input-item textarea:focus {
    border-color: #eeb644;
}

.input-item .nice-select {
    border-color: #e1e1e1;
    height: 50px;
    padding-left: 15px;
    line-height: 50px;
}

.input-item .nice-select .list {
    max-height: 200px;
    overflow: auto;
}

.input-item .btn-brand {
    font-size: 14px;
    border-radius: 2px;
    margin-top: 10px;
    letter-spacing: 1.6px;
}
.contact-form-content {width: 100%; margin-top:80px;}
.contact-map {
    height: 500px;
}
.contact-map img {width: 100%;}
@media only screen and (max-width: 767.98px) {
    .contact-map {
        height: 300px;
    }
}
.btn-brand {
    background-color: #b40505;
    border-color: #b40505;
    border-radius: 25px;
    color: #fff;
}

.btn-brand:hover {
    background-color: #d8d8d8;
    border-color: #d8d8d8;
}




/*NEWS*/
.inner-news {padding: 90px 0;}
.news-box { margin-bottom:35px; padding-bottom: 35px; border-bottom: 2px solid #d1d1d1; width: 100%; overflow: hidden;}
.news-img {width: 100%; height: auto; margin-left: -15px;}
.news-img img {width: 100%;}
.news-box .time {margin: 7px 0 20px 0; overflow: hidden;}
.news-box .tit {height: 40px; font-size:25px; font-weight: bold;}
.news-box .tit a { color: #111;}
.news-box .txt {line-height: 25px;}
.news-box .more {width: 148px; line-height: 43px; border: 1px solid #d1d1d1; margin-top: 35px; text-align: center; color: #111;}
.news-box .more i {margin-left: 10px;}
.news-box .more a {color: #111;}
.news-box:hover {border-bottom: 2px solid #b40505;}

.news-list {}
.news-list .con {background: #e9e9e9; overflow: hidden; display: block; margin-bottom:40px; padding: 12px 36px;}
.news-list .con:hover {background:#6d82a7; color: #fff;}
.news-list .con:hover .time {border-right:1px solid #fff;}
.news-list .con:hover .time span,.index-news .con .new-list li:hover .time em {color: #fff;}
.news-list .con:hover .txt span a {color: #fff;}
.news-list .con .time {padding:7px 34px 7px 0; border-right: 1px solid #cfcfcf; text-align: center; float: left; display: block;}
.news-list .con .time span { font-size: 55px; font-weight: bold; color: #343434; margin-bottom: 9px; display: block;}
.news-list .con .txt {width: 80%; float:right;}
.news-list .con .txt span {font-size: 18px;display: block; margin-top: 5px; margin-bottom: 8px;}
.news-list .con .txt span a {color: #111; text-decoration: underline;}
.news-list .con .txt em {line-height: 22px; display: block;}




.news-info { width: 100%; overflow:hidden; background: #fff; padding: 50px 30px;}

.news-info .rightwrap { width:100% }
.news-info em {display: block; font-weight: normal; margin-bottom: 14px; color: #000; font-size: 24px; line-height: 30px; font-weight: bold;}
.news-info .entry-meta { padding: 8px 20px; background: #fff; overflow: hidden; color: #505050; line-height: 36px; font-size: 14px; }
.news-info .contwrap { font-size: 16px; padding-top: 20px; padding-bottom: 40px; color: #555; line-height: 25px; }
.news-info .contwrap img { display: block; margin: 0 auto; max-width: 100%; }
.news-info .rightwrap h6 {display: block; font-weight: bold; padding: 12px 14px; line-height: 23px; margin-bottom: 20px; background:#b40505; font-size: 16px; color: #fff; }
.news-info .rightwrap ul { width: 100%;}
.news-info .rightwrap li { width: 100%; padding-bottom: 14px; padding-top: 7px; border-bottom: 1px solid #dadada; }
.news-info .rightwrap li:last-child { border-bottom: none; }
.news-info .rightwrap li a { color: #333; font-weight: bold; display: inline-block; font-size: 14px; line-height: 28px; }
.news-info .rightwrap li a:hover { color: #b40505; }
.news-info .rightwrap li .post-date { display: block; line-height: 21px; font-size: 13px; color: #555; margin-top: 1px; }
.news-info .paging { width: 100%; overflow: hidden; padding: 50px 0; width: 100%; }
.news-info .paging .fl { font-size: 12px; line-height: 22px; }
.news-info i {margin-right: 10px;}
.news-info .paging a { color: #666; font-size: 14px; }
.news-info .paging a:hover { color: #b40505; }
.news-info .paging .return { border: 1px solid #ddd; display: block; height: 34px; line-height: 34px; margin-top: 10px; text-align: center; width: 100px; font-size: 14px; }
.news-info .paging .return:hover { border: 1px solid #b40505; background-color: #b40505; color: #fff; }





/*产品列表页*/
.list-product {margin-bottom: 30px; overflow: hidden;}
.hot_pro_con-tit {font-size: 35px; font-weight: bold; text-align: center; margin-bottom: 30px; color: #000;}
.hot_pro_con {padding-bottom: 60px;}
.hot_pro_con .main { margin-bottom: 30px;}
.hot_pro_con .main .txt {padding:16px 10px; font-size: 14px; text-align: center; line-height: 22px; background: #b40505;}
.hot_pro_con .main .txt a {color: #fff;}
.hot_pro_con .main .img {overflow: hidden;}
.hot_pro_con .main .img img {
	width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.hot_pro_con .main .img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.hot_pro_con .main:hover .txt{display: block; background:#f17d00;}






.pro_main { margin-bottom: 30px; margin-top: 20px; }
.pro_main .tit {font-size: 35px; font-weight: bold; text-align: center; margin-bottom: 30px;}
.pro_main .txt { line-height: 25px;}


.pro-news {margin-bottom: 50px;}
.pro-news-tit  {font-size: 35px; font-weight: bold; text-align: center; margin-bottom: 30px;}

.pro-news-box { }
.pro-news-box .main { margin-bottom:20px;padding:15px 25px; background: #f6f6f6; overflow: hidden; }
.pro-news-box .main .t-1 { height: 27px; line-height: 27px;}
.pro-news-box .main .t-1 .time {float: left; margin-right:13px; }
.pro-news-box .main .tit {margin:5px 0;}
.pro-news-box .main .tit a { color: #000; text-decoration: underline;}
.pro-news-box .main .txt {line-height: 25px;}






/*JOB*/
.job-inner {padding: 90px 0;}
.joblist {}
.jonav li { width: 25%; }
.jot {background: #eee;}
.jot:hover {background: #cf0000;}
.joa {background: #cf0000;}
.jotxs:hover .jot  {background: #cf0000;}
.jot span { display: block; width: 14%; float: left; line-height: 47px; height: 47px; overflow: hidden; font-size:20px; }
.jot span:first-child { padding-left: 4%; width: 26%; }
.jod > span { color: #666; cursor: pointer; transition: 300ms; -webkit-transition: 300ms; }
.jotxs { position: relative; margin-bottom: 30px; overflow: hidden; }
.jos {  display: none; padding-right: 1px; }
.jos .bodr { border: 1px solid #eee; overflow: hidden; padding: 30px 5% 30px 5%; border-top: 0; line-height: 30px; }
.jos .bodr span { display: block; border-top: 1px solid #eee; padding-top: 20px; margin-top: 20px;  }
.jotxs .line { background: #000; display: block; position: absolute; }
.jotxs .line_1 { width: 21px; height: 1px; top: 23px; left: 15px; }
.jotxs .line_2 { width: 1px; height: 21px; top: 13px; left: 25px; }
.jotxs .arrow { width: 55px; height: 47px; position: absolute; top: 0; right: 0; transition: 300ms; -webkit-transition: 300ms; }
.jotxs:hover .jod > span, .jotxs.act .jod > span { color: #fff; }
.jotxs.act .arrow { transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); }
.jo2 { }
.jos a { color: #666 }
select.selbox { width: 100%; height: 48px; line-height: 48px; padding: 0px; outline: none; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-family: "microsoft yahei"; cursor: pointer; display: block; font-size: 14px; padding-left: 14px; border: 1px solid #ddd; color: #666 }
.no-csstransitions select.selbox { padding-left: 0; background-image: none; }
select.selbox option { padding: 2px 12px; }
select.selbox:hover { color: #323232; }
.jobview { width: 100%; margin-top: 30px; margin-bottom: 50px; }
.jobview .list { margin-top: 30px; }
.jobview .list dd { width: 48.5%; display: block; margin-bottom: 20px; margin-right: 3%; float: left }
.jobview .list dt { width: 100%; display: block; }
.jobview .list dd:nth-child(2n+2) { margin-right: 0 }
.jobview .list .txt { background-color: #fff; border: 0px none; padding: 10px 12px; box-sizing: border-box; width: 100%; font: 14px/1.8 "microsoft yahei"; border: 1px solid #ddd; color: #999 }
.jobview .list .txt2 { height: 200px; margin-bottom: 0px; }
.jobview .list .btn { text-align: center; margin: 20px auto; }
.jobview .list .fromBtn { display: inline-block; width: 100%; max-width: 150px; margin: 0px auto; height: 50px; line-height: 50px; text-align: center; font-size: 14px; color: #fff; background-color: #0769b2; border: 0px; border-radius: 5px; margin-right: 20px; cursor: pointer }
.jobview .list .fromBtn:hover { background-color: #045b9c; }


@media (max-width:992px){
	.job-inner {padding: 30px 0;}
	
}



.search_info { width:100%; height:58px; overflow: hidden; background:#f6f6f6; border-radius: 30px; margin-top:26px;}
.search_info_txt { display:inline; float:left; width:80%; height:58px;}
.search_info_txt_css { background-color: transparent; border-color: -moz-use-text-color; border-style: none; border-width: 0; color:#a2a2a2; float: left;  width: 100%; height:58px; line-height:58px; overflow: hidden; text-indent:40px;}
.search_info_btn { float: left; width:20%; height:54px; position: relative;}
.search_info_btn_css { background-color: transparent; border-color: -moz-use-text-color; border-style: none; border-width: 0; float:left; width: 100%; height:54px; overflow: hidden; cursor:pointer; position: relative; z-index: 9999; }
.search_info_btn i {position: absolute; top: 20px; left: 20px; font-size: 18px;}

.list-pro-r {}
.pro-pic {width: 100%; overflow: hidden; margin-bottom: 20px;}
.pro-pic img {width: 100%; height: auto;}
.list-pro-r .con {display:block; padding:0; margin-bottom: 20px; overflow: hidden; background: #fff;}
.list-pro-r .con img { display: block; width: 100%;}
.list-pro-r .con:hover {background: #fff; -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2); box-shadow: 0 5px 15px rgba(0,0,0,0.2);}
.list-pro-r .con:hover .txt em a{color: #cc0202;}
.list-pro-r .con .txt{padding:12px 0 30px 0; text-align: center;}
.list-pro-r .con .txt span { display: block; color: #000; font-size: 16px; font-weight: bold; margin-bottom: 16px;}
.list-pro-r .con .txt em {display: block; color: #666; font-weight: bold;}
.list-pro-r .con .txt em a { color: #666;}
.list-pro-r .con .txt span a {color: #000;}




/*--------------------------------
Magnific JS Customization
----------------------------------*/
.ht-mfp {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ht-mfp.mfp-bg {
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ht-mfp .mfp-content {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) {
    .ht-mfp .mfp-content {
        max-width: 70%;
    }
}

.ht-mfp .mfp-content .mfp-close {
    display: none;
}

.ht-mfp .mfp-close {
    background-color: #db0303;
    color: #FFFFFF;
    padding: 0;
    text-align: center;
    opacity: 0;
    top: 50px;
    right: 50px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

@media only screen and (max-width: 767.98px) {
    .ht-mfp .mfp-close {
        top: 30px;
        right: 30px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

.ht-mfp .mfp-close:hover {
    background-color: #db0303;
}

.ht-mfp .mfp-arrow {
    background-color: #db0303;
    opacity: 1;
    margin-left: 15px;
    height: 55px;
    width: 55px;
}

.ht-mfp .mfp-arrow:before {
    display: none;
}

.ht-mfp .mfp-arrow:after {
    content: '\f104';
    color: #FFFFFF;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.ht-mfp .mfp-arrow-right {
    margin-left: auto;
    margin-right: 15px;
}

.ht-mfp .mfp-arrow-right:after {
    content: '\f105';
}

.ht-mfp .mfp-arrow:hover {
    background-color: #000;
}

.ht-mfp.zoom-animate.mfp-bg {
    opacity: 0;
}

.ht-mfp.zoom-animate .mfp-content {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

.ht-mfp.zoom-animate.mfp-ready.mfp-bg {
    opacity: 0.9;
}

.ht-mfp.zoom-animate.mfp-ready .mfp-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ht-mfp.zoom-animate.mfp-removing .mfp-content {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

.ht-mfp.zoom-animate.mfp-removing.mfp-bg {
    opacity: 0;
}

.ht-mfp.zoom-animate.mfp-removing .mfp-close {
    opacity: 0;
}
/*================================
Single Product Page Style
==================================*/
@media only screen and (max-width: 767.98px) {
    .product-thumb-area {
        margin-bottom: 30px;
    }
}

.product-thumb-area .pro-thumb-item img {
    margin: auto;
	max-width: 100%;
}

.product-thumb-area .product-details-thumbnail {
    border: 1px solid #e1e1e1;
    text-align: center;
    position: relative;
}

.product-thumb-area .product-details-thumbnail .btn-large-view {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 20px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    color: #1b1b1c;
    display: block;
    font-weight: 700;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 22px;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 136px;
}

.product-thumb-area .product-details-thumbnail .btn-large-view i {
    margin-left: 3px;
    vertical-align: middle;
}

.product-thumb-area .product-details-thumbnail-nav {
    margin-top: 10px;
}

.product-thumb-area .product-details-thumbnail-nav .pro-thumb-item {
    border: 1px solid #e1e1e1;
    text-align: center;
    cursor: pointer;
}

.product-thumb-area .product-details-thumbnail-nav .slick-list {
    margin: 0 -5px;
}

.product-thumb-area .product-details-thumbnail-nav .slick-list .slick-slide {
    margin: 0 5px;
}

@media only screen and (min-width: 1200px) {
    .prod-details-info-content {
        padding-left: 20px;
    }
}

.prod-details-info-content span { display: block; font-size: 30px; color: #070104; margin-bottom: 18px;}
.prod-details-info-content p {line-height: 29px;}

@media only screen and (max-width: 767.98px) {
    .prod-details-info-content span {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 10px;
    }
}

.prod-details-info-content .price {
    font-size: 18px;
	margin-top: 10px;
    margin-bottom: 33px;
}

@media only screen and (max-width: 767.98px) {
    .prod-details-info-content .price {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.prod-details-info-content .price-amount {
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
}

.product-config {
    margin: 40px 0;
}

.product-config .table {
    margin-bottom: 0;
}

.product-config .table-bordered td,
.product-config .table-bordered th {
    border-color: #e1e1e1;
}

.product-config .table th {
    font-size: 18px;
    font-weight: 500;
}

.product-config .table .config-option a {
    color: #1b1b1c;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}

.product-config .table .config-option a:last-child {
    margin-right: 0;
}

.product-config .table .config-option a:hover {
    color: #db0303;
}

.product-meta {
    margin-top: 40px;
}

.product-meta span:not(.sku) {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}

.product-meta span:not(.sku):last-child {
    margin-bottom: 0;
}

.product-meta a {
    color: #1b1b1c;
    margin-right: 5px;
    font-size: 15px;
    vertical-align: middle;
}

.product-meta a:last-child {
    margin-right: 0;
}

.product-meta a:hover {
    color: #db0303;
}

.pro-qty {
    border: 1px solid #e1e1e1;
    display: inline-block;
    position: relative;
    width: 150px;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
    .pro-qty {
        width: 120px;
    }
}

.pro-qty input {
    font-weight: 600;
    border: none;
    text-align: center;
    padding: 12px 45px;
    outline: none;
    width: 100%;
}

.pro-qty a {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 0;
    line-height: 50px;
    height: 100%;
    width: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .pro-qty a {
        width: 35px;
        line-height: 54px;
    }
}

@media only screen and (max-width: 767.98px) {
    .pro-qty a {
        width: 35px;
        line-height: 48px;
    }
}

.pro-qty a:hover {
    background-color: #db0303;
    border-color: #db0303;
    color: #FFFFFF;
}

.pro-qty a.inc {
    right: 0;
    border-left: 1px solid #e1e1e1;
}

.pro-qty a.dec {
    left: 0;
    border-right: 1px solid #e1e1e1;
}

.product-description-review {
    margin-top: 50px;
}

@media only screen and (max-width: 767.98px) {
    .product-description-review {
        margin-top: 60px;
    }
}

.product-description-review .desc-review-tab-menu {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.product-description-review .desc-review-tab-menu li {
    width: 100%;
}

.product-description-review .desc-review-tab-menu li a {
    background-color: #1b1b1c;
    border-right: 2px solid #ddd;
    color: #FFFFFF;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 0;
}

.product-description-review .desc-review-tab-menu li a:last-child {
    border: none;
}

.product-description-review .desc-review-tab-menu li a.active {
    background-color: #db0303;
}

@media only screen and (max-width: 767.98px) {
    .product-description-review .desc-review-tab-menu li a {
        font-size: 15px;
        font-weight: 500;
        padding: 10px 0;
    }
}
.product-description-review .tab-tit {line-height:40px; background:#c7c7c7; color: #fff; font-size: 18px;}
.product-description-review .tab-tit span {width: 186px;display:block; text-align: center; background: #cf0000;}
.product-description-review .tab-content {
    padding: 20px 0;
	line-height: 25px;
}

@media only screen and (max-width: 767.98px) {
    .product-description-review .tab-content {
        padding: 25px 15px;
    }
}

.product-rating-wrap .average-rating {
    margin-bottom: 30px;
}

.product-rating-wrap .average-rating h6 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 3px;
}

.product-rating-wrap .display-ratings .rating-item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-rating-wrap .display-ratings .rating-item:last-child {
    margin-bottom: 0;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-pic {
    max-width: 50px;
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 10px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt {
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 15px;
    -webkit-flex-basis: calc(100% - 60px);
    -ms-flex-preferred-size: calc(100% - 60px);
    flex-basis: calc(100% - 60px);
    max-width: calc(100% - 60px);
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta h3 {
    font-size: 14px;
    margin-top: 0;
    font-family: "Poppins", sans-serif;
    display: inline-block;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta .time {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 13px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star {
    color: #db0303;
    font-size: 14px;
    margin-bottom: 5px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i {
    margin-right: 5px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i:last-child {
    margin-right: 0;
}

.product-rating-wrap .rating-form-wrapper {
    margin-top: 60px;
}

.product-rating-wrap .rating-form-wrapper h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: -5px;
    margin-bottom: 20px;
}

.product-rating-wrap .rating-form-wrapper .rating-form h5 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 8px;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i {
    color: #ccc;
    margin-right: 10px;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:last-child {
    margin-right: 0;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:hover~i {
    color: #ccc;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star:hover i {
    cursor: pointer;
    color: #db0303;
}

.product-rating-wrap .rating-form-wrapper .rating-form input,
.product-rating-wrap .rating-form-wrapper .rating-form textarea {
    background-color: #FFFFFF;
    border: 1px solid #e1e1e1;
    display: block;
    padding: 12px 20px;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.product-rating-wrap .rating-form-wrapper .rating-form input:focus,
.product-rating-wrap .rating-form-wrapper .rating-form textarea:focus {
    border-color: #db0303;
}

@media (max-width: 1024px) {
	.homeAboutCont,.homeAboutCont-r  {margin: 2% 0 0 2%; padding-bottom: 6px;}
	.homeInforCont {margin: 2% 0 0 2%; padding-bottom: 6px;}
	.homeInforCont h3 {font-size: 18px; line-height: 30px;}
	.homeInforCont p {margin-bottom: 6px; line-height: 22px;}
	.index-cybj-top .txt {font-size: 12px;}
}

@media screen and (max-width:991px) {
.logo {padding-top: 0;}	
.logo img {width:170px; }
	.lang-mobile {display: block; position: absolute; top: 30px; right: 60px; z-index: 999; font-size: 12px;}
	.lang-mobile img {margin-left: 5px;}
	.other-side .lang {display: none;}	
	.carousel-inner > .item > img {max-width:180%!important;}	
.other-side {display: none;}	
	.list-pro-tit {display: none;}
	.search_info {margin-top: 0; margin-bottom: 30px;}
	.hot-pro {padding: 20px 0;}
	.hot-pro-cat {padding: 0;}
	.hot-pro-cat span {width:30%; margin-right:12px; margin-bottom: 10px; line-height: 30px;}
	#myscroll ul li{ margin:0;}
.ban-pc {display: none;}
	.ban-mobile {display: block; padding-top: 70px; overflow: hidden;}
	.ban-pro-mobile {display: block;}
	.ban-pro-pc {display: none;}
	.show_pro .col-12 {padding: 0;}
	
	.inner-contact,.industry-inner,.job-inner,.service-inner {padding: 30px 0;}
	.inner-tit {margin-top: 30px;}
.inner-tit span {font-size: 26px;}
.index-about-main {padding: 20px 0;}
.in-title{ margin-bottom:20px;} 
.in-title em {  font-size:80px; }
.in-title span { font-size:36px;} 
.index-about-video { padding-top: 30px;}

.index-pro-main {padding: 20px 0;}	
.index-title{margin-bottom:20px; } 
.index-title em { font-size:50px;}
.index-title span {font-size:30px;} 	

.iproject-con li {margin-top: 20px;}	
.iproject-con dd .txt {padding: 12px;}	
.iproject-con dd .txt span {font-size: 16px;}
.iproject-con dd .txt em {font-size: 12px; display: none;}
	
.index-ly-con {padding: 0 5px;}
.index-ly-con .col-sm-6 {width: 50%;}
.index-ly-con .col-sm-6 img {width: 100%;}
.index-ly-con .cover-box {margin-bottom: 20px;}	
	.index-news-menu {padding:30px 0;}
	.index-news-menu li{width: 100px; margin: 0 10px;}	
	.index-news .row {margin: 0 -10px;}
	.index-news-swiper dd .txt {padding: 25px 0 10px 0;}
	.index-news-swiper dd .txt span {font-size: 14px; line-height: 20px;}
	
.index-about {/*padding: 30px 0;*/}
.index-about .txt { height: auto; line-height: 29px; padding: 10px 0 0 0; }
	.numCount {margin: 30px -10px;}
	.numCount li {width: 50%; margin-bottom: 20px; text-align: left;}	
	.numCount li .item .indt {font-size: 14px;}
	.hidden-xs {display: none;}
	.inner-ban {height:100%; padding-top: 70px; overflow: hidden; }
	.inner-ban img {display: block; width: 100%;}
	.about_ban,.Advantage_ban,.video_ban,.field_ban,.pro_ban,.news_ban {background-image: none;}
	

.inner-qywh	{padding: 40px 0;}	
.inner-qywh .con {margin-top: 30px;}
.inner-qywh .con .qywh-box .txt {padding: 30px 0;}
.show_pro {padding:50px 0; }	
	
.webzi .tit-1 {position: absolute;top:95px;left: 0; font-size:24px;}
.webzi .tit-3 {position: absolute;top:125px;left: 0; font-size:18px;}
.webzi .down-ico {position: absolute;top:150px;left: 0;}
.webzi .link {position: absolute;top:150px;left: 0;}
.webzi .location {position: absolute; top:220px; left: 0; font-size:14px;}
	.pro-pic {margin-top: 20px;}
	.index-cybj {padding: 30px 0;}
	.index-news {padding: 30px 0;}
	.index-news-main .con {margin-bottom: 10px;}
	.index-news-main .con .tit {margin-top: 16px; margin-bottom: 10}
	.index-news-main .con .txt {margin-bottom: 24px;}
	.index-news .tit h2 {font-size: 24px;}

	.weixin {display: none;}

	
/*zltm*/
.zltm {margin-bottom: 30px;}
.zltm .pic img {width: 100%;}
.zltm .con {padding:20px 10px;}
.zltm .tit_1 {height:36px; font-size: 24px;}
.zltm .tit-2 {font-size: 18px; color: #777; margin-bottom: 22px;}
.zltm .line {margin-bottom: 23px;}

/*dzcj*/
.dzcj .tit {margin-bottom: 30px;}
.dzcj .tit span {font-size: 24px; margin-bottom: 23px;}
.dzcj .tit p {font-size: 18px;  margin-bottom: 23px;} 
.hzal-lx .txt { padding-top: 116px; font-size:24px; color: #fff; margin-bottom: 30px; }	
	
/*case*/	
.nav-tabs li {width: 100px; margin-right: 10px;}



.case-top .con {padding:28px 15px;}
.case-top .tit_1 {height: 53px; font-size: 24px;}





/********内页菜单*********/
.m-ins-navbox { width: 100%; height: 38px; background-color: #fff; position: relative; z-index: 11; display: block;}
.m-ins-navbox.fixed { position: fixed; top: 0; left: 0; z-index: 11; }
.m-ins-navbox .left { width: 15%; cursor: pointer; float:left; }
.m-ins-navbox .left .ico { display: block; width: 100%; height: 38px; background: url(../images/ico_35.png) no-repeat center #cc0000; background-size: auto 50%; }
.m-ins-navbox .ret-subbox { position: absolute; top: 38px; width: 100%; background-color: #cc0000; left: 0; z-index: 2; display: none; }
.m-ins-navbox .ret-subbox a { display: block; width:100%; padding-left: 5%; height: 38px; line-height: 38px; color: #fff; font-size: 14px; background: url(../images/ico_38.png) no-repeat 92% center; background-size: auto 35%; }
.m-ins-navbox .right { width: 85%; position: relative; float:right; }
.m-ins-navbox .right .tit { display: block; width: 95%; padding-left: 5%; font-size: 14px; color: #000; line-height: 38px; background: url(../images/ico_36.png) no-repeat 93% center; background-size: auto 50%; cursor: pointer; }
.m-ins-navbox .right .subbox { width: 100%; position: absolute; top: 38px; background-color: #fff; z-index: 2; display: none; left: 0; }
.m-ins-navbox .right .subbox a { display: block; width: 95%; padding-left: 5%; line-height: 38px; height: 38px; border-top: 1px solid #e5e5e5; background: url(../images/ico_37.png) no-repeat 92% center; background-size: auto 35%;}
.inner-menu {display: none;}	
	

.core {padding: 30px 0;}
.core_tit .t-1 {margin-bottom: 10px; font-size: 20px;}
.core_tit .t-2 {margin-bottom: 5px; font-size: 20px;}
.core_con_fr .core-top {padding: 14px 0; overflow: hidden;}
.core_con_fr .core-s {font-size: 30px; margin-right:5px;}
.core_con_fr .core-txt {margin-top:10px; margin-left:0; line-height: 37px; color: #333;}	
.core_con_fr .core-tit .core-tit-1 {line-height: 20px; margin-bottom:5px; font-size:16px; color: #333;}
.core_con_fr .core-tit .core-tit-2 {color: #666; font-size: 12px;}
.top-news img {width: 100%;}
.top-news .con {padding:30px 10px;}
.top-news .con .tit {margin-bottom: 27px; font-size: 24px; color: #333;}
	.news-img {margin-left: 0;}
	.news-box .tit {font-size: 16px;}
	
	.new-pro { width: 100%; height:auto; margin-top:0;}
    .new-pro-pic {margin-top:0; }
	.list-pro {display: none;}

.webzi {width: 100%; }	
.webzi .t1 { width: 140px; line-height: 25px; position: absolute; top:70px; left: 0; font-size: 18px;}
.webzi .line { position: absolute; top: 130px; left: 0;}
.webzi .t2 { display: none;}
.webzi .location {position: absolute; top:200px; left: 0;}	
	.inner-news {padding: 40px 0;}

.news-box  .t-1 .time { margin-right:0; padding:0 10px;}
.news-box  .tit {font-size: 16px; font-weight: bold; margin-top: 30px;padding:0 10px;}
.news-box  .txt {line-height: 28px;padding:0 10px 30px 10px;}

	.news-info {padding: 20px 10px;}

	.news-box {margin: 20px 0;}
	.news-list .con { padding: 12px; margin-bottom: 15px;}
    .news-list .con .time { margin-bottom: 18px;}
	.news-list .con .txt {width: 100%; float: none;}
	.news-list .con .txt span {font-size: 16px; margin-bottom: 15px;}
	.news-list .con .time {display: none;}
	.down-info {padding: 20px 10px;}	
.down-info li {height: 40px;}
.down-info li span {line-height:40px; font-size: 12px;}
.down-info li span i { font-size: 16px; margin-right:10px;}
.down-info li em {display:none;}
	.down-info li o {display: none;}


	
.filters li{padding: 10px 18px; font-size: 14px;}	

.product-item {margin-bottom: 20px;}	
.product-item img {width: 100%;}	
	

	.contact-form-content {padding: 20px;}	
.contact-fl,.contact-fr {padding: 0; margin-top: 30px;}
	.contact-form-content .tit span {font-size: 24px;}
	input.contact_sub {width: 180px!important; height: 40px!important; line-height: 40px;}
	input.gbk_5 {width: 150px!important; left: 0; top:300px; }
	.contact-fr .vdimgck {left: 170px; top:302px; }	
	.job-tit {display: none;}
}
