
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@font-face {
  font-family:MyCustomFont;
  url('../font/Geo415k.eot') format('eot'), /* Modern Browsers */
  url('../font/Geo415k.woff') format('woff'), /* Modern Browsers */
  url('../font/gotham-medium.woff') format('woff'), /* Modern Browsers */
  url('../font/Geo415k.ttf') format('truetype'), /* Safari, Android, iOS */
}
@font-face {
  font-family:mycustomfonts;
  url('../font/gotham-medium.woff') format('woff'), /* Modern Browsers */
}
@font-face {
  font-family:numberfonts;
  url('../font/AkzidenzGrotesk-BoldCondAlt.woff') format('woff'), /* Modern Browsers */
}
 @font-face {
 font-family: mycustomfonts;
 src: url("../font/gotham-medium.woff") /* EOT file for IE */
 }
  @font-face {
 font-family: numberfonts;
 src: url("../font/AkzidenzGrotesk-BoldCondAlt.woff") /* EOT file for IE */
 }
@font-face {
 font-family: MyCustomFont;
 src: url("../font/Geo415k.ttf") /* EOT file for IE */
 }
 @font-face {
  font-family: MyCustomFont;
  src: url("../font/Geo415k.woff") /* TTF file for CSS3 browsers */
}
 @font-face {
  font-family: MyCustomFont;
  src: url("../font/Geo415k.eot") /* TTF file for CSS3 browsers */
}

body{
    width: 100%;
    height: 100%;
    font-family: 'Microsoft YaHei',"Helvetica Neue",Helvetica,'PingFang SC',Arial,sans-serif !important;
}
li{
  list-style: none;
}
a{
  text-decoration: none !important;
}
body.modal-open {
        position: fixed;
        width: 100%;
}
.pc-nav{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
/*  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);*/
  z-index: 99;
}
.pc-nav-box{
  max-width: 1720px;
  margin: 0 auto;
  height: 70px;
  display: flex;
}
.pc-nav.check{
  position: fixed;
  background: #fff;
  transition: all 0.4s ease;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.phone{
  height: 70px;
  line-height: 70px;
}
.pc-nav-logo{
  float: left;
  margin-left: 15px;
  height: 100%;
}
.pc-nav-logo a{
  height: 100%;
  display: flex;
  align-items: center;
}
.pc-nav-logo img{
  vertical-align: middle;
}
.pc-nav-navbar{
  float: right;
  height: 100%;
  flex: 1;
  margin-left: 700px;
  margin-right: 15px;
}
.pc-nav-navbar>ul{
  display: flex;
  height: 100%;
  flex: 1;
}
.pc-nav-navbar>ul>li{
  height: 100%;
  flex: 1;
  position: relative;
}
.pc-nav-navbar>ul>li a:hover{
  color: #F97E05;
}
.pc-nav.check .pc-nav-navbar a:hover{
  color: #F97E05;
}
.pc-nav.check .pc-nav-navbar ul ul{
  background-color: rgba(255,255,255,1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.pc-nav-navbar>ul ul{
  background-color: rgba(0,0,0,.5);
  padding: 0;
}
.pc-nav-navbar>ul ul a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.pc-nav-navbar .active:after{
        width: 40%;
}
.pc-nav-navbar a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 70px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.pc-nav-navbar .phone{
  color: #fff;
}
.pc-nav.check .pc-nav-navbar a{
  color: #000;
}
.pc-nav.check .pc-nav-navbar .phone{
  color: #000;
}
.pc-nav-navbar a:after{
          content: '';
        width: 0;
        height: 2px;
        background: #fff;
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
}
.pc-nav.check .pc-nav-navbar>ul>li>a:after{
  background: #000;
}
.pc-nav-navbar>ul>li>a:hover:after{
   width: 50%;
}
.pc-nav-navbar>ul>li>ul{
  display: none;
}
.pc-nav-navbar .submenu{
        position: absolute;
        left: -100%;
        width: 300%;
        z-index: 10002;
        display: none;
}
.pc-nav-navbar .submenu li{
  float: left;
  width: 33%;
}
@media (max-width: 1600px){
.pc-nav-navbar{
margin-left: 400px;
}
}
@media (max-width: 1500px){
.pc-nav-navbar{
margin-left: 300px;
}
}
@media (max-width: 1200px){
.pc-nav-navbar{
margin-left: 100px;
}
.pc-nav-navbar a:hover:after{
   width: 80%;
}
}
.logo-gray{
  display: none;
}

/*移动端导航*/
.menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(0,0,0,0.5);
    transition: all 0.3s;
    transform: translateX(100%);
}
.menu-mask{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
}
.menu-box{
  transform: translateX(0);
  display: none;
}
.mobile-nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 999;
  padding: 0 15px;
  display:  flex;
  align-items:  center;
  justify-content:  space-between;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.mobile-nav img{
  height: 35px;
}
.menu-button{
  width: 50px;
  height: 100%;
  line-height: 60px;
  text-align: right;
}
.menu-button i{
  font-size: 35px;
}
.menu-list {
  width: 70%;
  height: 100%;
  background: #fff;
  float: right;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100002;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.menu-list-top {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
}
.menu-list-top img{
  height: 40px;
}
.menu-list-a {
  width: 100%;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  color: #333;
}
.menu-list-icon{
  transition: all 0.3s;
}
.rotate {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}
.menu-list-item{
 width: 100%;
/* height: 40px;*/
 line-height: 40px;
}
.menu-list-item a{
 color: #333;
 display: block;
}
.menu-list-text{
  display: flex;
  justify-content: space-between;
}
.menu-list-ul{
  display: none;
  padding-left:15px;
}
.menu-list-ul a{
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.qr-code {
        width: 100%;
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
}
.qr-code img {
        width: 100px;
        margin-bottom: 10px;
}
.qr-code p {
        font-size: 12px;
        margin: 0 15px 10px 15px;
}
.qr-code p {
        font-size: 12px;
        margin: 0 15px 10px 15px;
}
@media (max-width: 768px){
.menu {
  display: block;
}
}





.swiper-container0 img{
  width: 100%;
  height: auto;
  object-fit:cover;
}
.swiper-slide{
  position: relative;
}
.swiper-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
}
.swiper-text-title{
  font-size: 46px;
  font-weight: bold;
  letter-spacing:5px;
}
.swiper-text-subhead{
  margin-top: 30px;
  letter-spacing:5px;
  font-size: 24px;
}
.swiper-text-border{
  width: 110%;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  margin:25px 0;
  margin-left: -5%;
}
.swiper-text-item{
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content:space-between ;
  font-size: 20px;
}
.swiper-text-bottom {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.swiper-text-item>div{
  width: 240px;
}*/
/*.swiper-item-center{
  margin-left:50px;
   margin-right:50px;
}*/
.swiper-item-left,
.swiper-item-center,
.swiper-item-right{
  width: 30%;
}
.swiper-text-item p{
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 2;
}
.swiper-text-item span{
  font-size: 16px;
  line-height: 1.8;
}
.swiper-text-back{
  text-align:center;
}
.swiper-text-back span{
  background: #fff;
  color: #F97E05;
  font-size: 36px;
  padding: 5px 20px
}
.swiper-text-other{
  font-size: 16px;
  margin-top: 20px;
  letter-spacing:5px;
  line-height: 1.8;
}
.swiper-text-others{
  width: 710px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing:2px;
}
.swiper-item-box{
  width: 30%;
  text-align: left;
  margin-bottom: 40px;
}
.swiper-item-box.active{
  margin-left: 50px;
  margin-right: 50px;
}
@media (max-width: 1024px){
  .swiper-text-item p{
    margin: 0;
/*    text-align: center;*/
  }
.swiper-text-title{
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 56px;
}
.swiper-text-border{
  margin: 10px 0;
  margin-left: -5%;
}
.swiper-text-subhead{
  letter-spacing:0px;
}
.swiper-text-back {
  margin-top: 15px;
}
.swiper-text-others,.swiper-text-other{
  letter-spacing: 1px;
}
.swiper-text-others{
  width: 700px;
  text-align: justify;
}
.swiper-item-box{
  margin-bottom: 10px;
  text-align: center;
}
.swiper-text-item>div{
  width: 30%;
  padding: 20px;
}
.swiper-text-item .swiper-item-box{
  width: 50%;
  padding: 0;
  text-align: left;
}
.swiper-item-center{
  margin-left: 0;
  margin-right: 0;
}
.swiper-text-back span{
  padding: 5px 5px;
}
.swiper-item-box.active{
  margin-left: 0;
  margin-right: 0;
}
.swiper-text-item{
  align-items: stretch;
}
}
@media (max-width: 768px){
.swiper-text-title{
  white-space:pre-wrap;
  margin-bottom: 10px;
  font-size: 56px;
}
.swiper-text-border{
  margin: 10px 0;
  margin-left: -5%;
}
.swiper-text-subhead{
  letter-spacing:0px;
}
.swiper-text-back {
  margin-top: 15px;
}
.swiper-text-others,.swiper-text-other{
  letter-spacing: 1px;
}
.swiper-text-others{
  width: 420px;
  text-align: justify;
}
.swiper-item-box{
  margin-bottom: 10px;
  text-align: center;
}
.swiper-text-item>div{
  width: 30%;
  padding: 0;
}
.swiper-text-item .swiper-item-box{
  width: 50%;
}
.swiper-item-center{
  margin-left: 0;
  margin-right: 0;
}
.swiper-text-back span{
  padding: 5px 5px;
}
.swiper-item-box.active{
  margin-left: 0;
  margin-right: 0;
}
.swiper-text-item{
  align-items: stretch;
}
}
@media (max-width: 767px){
.swiper-text{
  width: 250px;
}
.swiper-text-title{
  margin-bottom: 10px;
  font-size: 34px;
}
.swiper-text-bottom{
  font-size: 14px;
}
.swiper-text-border{
  margin: 10px 0;
  margin-left: -5%;
}
.swiper-text-subhead{
  letter-spacing:0px;
  font-size: 14px;
}
.swiper-text-item p{
  font-size: 14px;
}
.swiper-text-back {
        margin-top: 15px;
}
.swiper-text-others,.swiper-text-other{
  font-size: 14px;
  letter-spacing: 1px;
}
.swiper-text-others{
 width: 250px;
}
.swiper-item-box{
  margin-bottom: 10px;
}
.swiper-text-item>div{
  width: 50%;
}
.swiper-text-back span{
  font-size: 18px;
  padding: 5px 5px;
}
.swiper-item-box.active{
  margin-left: 0;
  margin-right: 0;
}
.swiper-text-item{
  align-items: stretch;
}
}


.system,.accurate,.apply,.multi,.safety,.certificate,.news{
  width: 100%;
  padding: 100px 0;
}
.system{
  border-bottom: 1px solid #ccc;
}
.system .container-fluid,.accurate .container-fluid,.apply .container-fluid,
.multi .container-fluid,.advantage .container-fluid,.safety .container-fluid,
.certificate .container-fluid,.news .container-fluid{
  max-width: 1720px;
}
.system-title{
  font-size: 40px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  font-family: 'MyCustomFont';
}
.system-subtitle{
  margin-top: 30px;
font-size: 24px;
color: #333;
line-height: 1;
}
.system-img{
  margin-top: 80px;
}
.swiper-slide-text{
  background: #F7F7F7;
  display: flex;
  flex-wrap: wrap;
  padding: 80px;
}
.roll-module-title{
  width: 100%;
  font-size: 24px;
  color: #F97E05;
  margin-bottom: 20px;
  text-align: center;
}
.system-text-item{
  width: 38%;
  margin-bottom: 37px;
}
.system-text-item p{
  margin-bottom: 3px;
  font-size: 18px;
  color: #333;
}
.system-text-item span{
  font-size: 14px;
  color: #999;
}
.system-link{
  width: 100%;
  padding: 12px 0;
}
.system-counseling,.system-understand{
  margin-right: 30px;
  padding: 12px 32px;
  border-radius: 3px;
  font-size: 16px;
}
.system-counseling{
 border:1px solid #F97E05;
 background: #fff;
 color: #F97E05;
}
.system-understand{
 background: #F97E05;
 color: #fff;
}
@media (max-width: 1024px){
  .system, .accurate, .apply, .multi, .safety, .certificate, .news{
    padding: 40px 0;
  }
  .system-img{
    margin-top:20px;
    margin-bottom: 20px;
  }
  .system-subtitle{
    margin-top: 20px;
  }
  .swiper-slide-text{
    padding: 40px 60px;
  }
}
@media (max-width: 768px){
  .system, .accurate, .apply, .multi, .safety, .certificate, .news{
    padding: 40px 0;
  }
  .safety .container-fluid{
    padding:0;
  }
  .system-img{
    margin-top:20px;
    margin-bottom: 20px;
  }
  .system-subtitle{
    margin-top: 20px;
  }
  .swiper-slide-text{
    padding: 40px 60px;
  }
}
@media (max-width: 767px){
  .system, .accurate, .apply, .multi, .safety, .certificate, .news{
    padding: 30px 0;
  }
  .system-title{
 font-size: 30px;
  }
  .swiper-slide-text{
    padding: 20px 10px 80px 10px;
  }
  .system-text-item{
    padding: 5px;
    width: 50%;
    margin-bottom: 5px;
  }
  .system-text-item p{
    font-size: 16px;
  }
  .system-text-item span{
    font-size: 12px;
  }
  .system-img{
    margin-top:20px;
    margin-bottom: 20px;
  }
  .system-link{
    margin-top: 15px;
    text-align: left;
  }
  .system-counseling, .system-understand{
    margin-right: 10px;
    padding: 10px 22px;
  }
}





.accurate-box{
  display: flex;
  flex-wrap: wrap;
}
.accurate-item{
  width: 50%;
  display: flex;
  align-items: center;
  padding: 40px 80px;
  border-right:1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
.accurate-item:nth-child(even){
   border-right:none;
}
.accurate-item:nth-last-child(1),.accurate-item:nth-last-child(2){
  border-bottom: none;
}
.accurate-item img{
  margin-right: 20px;
  width: 90px;
  min-width: 90px;
  height: 90px;
}
.accurate-item-text p{
  font-size: 18px;
  color: #373D41;
  margin-bottom: 18px;
  font-weight:
}
.accurate-item-text span{
  font-size: 13px;
  color:#9B9EA0;
}
@media (max-width: 768px){
  .accurate-item{
    width: 100%;
    padding: 0;
    border: none;
    margin: 10px 0;
  }
  .accurate-item-text p{
    margin-bottom: 10px;
  }
}
@media (max-width: 767px){
  .accurate-item{
    width: 100%;
    padding: 0;
    border: none;
    margin: 10px 0;
  }
  .accurate-item-text p{
    margin-bottom: 5px;
    font-size: 16px;
  }
  .accurate-item-text span{
    font-size: 12px;
  }
}



.apply{
  background: #2F2F2F;
}
.apply .system-title,.apply .system-subtitle,.advantage .system-title,.advantage .system-subtitle{
  color: #fff;
}
.apply-icon{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
/*  transform: translate(-50%,-50%);*/
  transform: translate3d(-50%, -50%, 0);
  color:#fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  z-index：1
}
.apply-icon i{
  font-size: 35px;
  z-index: 2;
}
.apply-icon-border{
  width: 20px;
  height: 1px;
  margin: 15px 0;
  background: #fff;
}
.apply-icon p{
  font-size: 24px;
  z-index: 2;
}
.apply-btn{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply-btn-box{
  width: 160px;
  height: 80px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 3px;
  position: relative;
}

.swiper-container1{
  margin-top:40px;
  margin-bottom: 40px;
}
.apply-icon:hover{
  background: #F97E05;
  opacity: 0.8;
}




.multi-box{
  background: #F7F7F7;
  padding-bottom: 70px;
}
.multi-item{
  padding: 125px 180px 85px 180px;
}
.multi-border{
  position: absolute;
  top: 125px;
  left: 50%;
  height: 300px;
  width: 1px;
  background: #ccc;
}
.multi-item i{
  font-size: 60px;
}
.multi-item p{
  color:#333;
  font-size: 24px;
  font-weight: bold;
 margin-bottom: 40px;
line-height: 1;
margin-top: 30px;
}
.multi-item span{
  color:#999;
  font-size: 14px;
  text-align: justify;
}
.multi .apply-btn-box{
box-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.19);
}
@media (max-width: 1400px){
  .multi-item{
    padding: 50px;
  }
  .multi-border{
    height:150px;
  }
}
@media (max-width: 1024px){
 .multi .col-lg-3{
    padding: 0;
  }
  .swiper-container2{
    margin-bottom: 15px;
  }
  .multi-item{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .multi-box{
    padding: 40px;
  }
}
@media (max-width: 768px){
 .multi .col-lg-3{
    padding: 0;
  }
  .swiper-container2{
    margin-bottom: 15px;
  }
  .multi-item{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .multi-box{
    padding: 40px;
  }
}
@media (max-width: 767px){
  .multi .col-lg-3{
    padding: 0;
  }
  .swiper-container2{
    margin-bottom: 15px;
  }
  .multi-item{
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .multi-item p{
    margin:0 0 20px 0;
    font-size: 16px;
  }
  .multi-item span{
    font-size: 12px;
  }
  .multi-box{
    padding: 20px;
  }
}




.advantage{
  width: 100%;
  padding: 100px 0;
  background: url(../images/home_bg_1.png) no-repeat;
  background-size:100% 100%;
}
.advantages{
  width: 100%;
  padding: 100px 0;
  background: url(../images/pro_img_4.jpg) no-repeat;
  background-size:100% 100%;
}
.advantages .container-fluid{
max-width: 1520px;
}
.advantage-box{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.advantage-item{
  width: 33%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding: 70px 0;
}
.advantage-item em{
  font-size: 70px;
}
.advantage-item:hover>em{
  color: #F97E05;
}
.advantage-item>p{
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.advantage-item span {
  text-align: center;
}
.advantage-item:nth-last-child(1){
  border-right: none;
}
.advantage-item:nth-last-child(4){
  border-right: none;
}
.advantage-item:nth-last-child(3),.advantage-item:nth-last-child(2),.advantage-item:nth-last-child(1){
border-bottom: none;
}
.advantage-item-number{
  position: relative;
  display: flex;
  justify-content: center;
}
.advantage-item-number i{
  font-size: 70px;
  color: #fff;
  transition: all 0.3s;
}
.advantage-item-number p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color:#999999;
  font-size: 40px;
  transition: all 0.3s;
  font-family: 'numberfonts';
}
.advantage-item:hover .advantage-item-number i{
  color: #F97E05;
}
.advantage-item:hover .advantage-item-number p{
  color:#fff;
}
.advantage-item:hover>p{
  color:#F97E05;
}
@media (max-width: 1024px){
  .advantage{
    padding: 40px 0;
  }
  .advantage-item{
    padding: 40px 40px;
  }
}
@media (max-width: 768px){
  .advantage{
    padding: 40px 0;
  }
  .advantage-item{
    width: 50%;
    padding:20px 20px;
    text-align: center;
    border-right: 1px solid #FFF;
    border-bottom:1px solid #FFF;
  }
  .advantage-item>p{
    margin: 15px 0;
  }
  .advantage-item:nth-child(even){
    border-right: none;
  }
  .advantage-item:nth-last-child(3){
    border-bottom:1px solid #FFF;
  }
  .advantage-item:nth-last-child(4){
    border-right: 1px solid #FFF;
  }
}
@media (max-width: 767px){
  .advantage{
    padding: 30px 0;
  }
  .advantage-item{
    width: 100%;
    border: none !important ;
    padding:15px 0;
    text-align: center;
  }
  .advantage-item>p{
    margin:10px 0;
    font-size: 16px;
  }
  .advantage-item-number i{
    line-height: 1;
  }
}


.safety{
  border-bottom: 1px solid #ccc;
}
.safety-box{
  display: flex;
  flex-wrap:wrap;
}
.safety-item{
  width:50%;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
}
.safety-title{
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.safety-item span{
  font-size: 14px;
  color: #999;
}
.safety-border{
  width: 30px;
  height: 4px;
  background: #F97E05;
  margin: 30px 0;
  transition: all .4s;
}
.safety-item:hover .safety-border{
  width: 20%;
}
@media (max-width: 1024px){
  .safety-item{
    margin-bottom: 50px;
  }
  .safety-item:nth-last-child(1){
    margin-bottom: 0;
  }
  .safety-item:nth-last-child(2){
    margin-bottom: 0;
  }
  .safety-border{
    margin: 20px 0;
    width: 80px;
    height: 2px;
  }
}

@media (max-width: 768px){
  .safety-border{
    margin: 20px 0;
  }
  .safety-item{
    padding: 15px;
    margin-bottom:20px;
  }
  .safety-item:nth-last-child(1){
    margin-bottom: 0;
  }
  .safety-item:nth-last-child(2){
    margin-bottom: 0;
  }
}
@media (max-width: 767px){
 .safety-item{
  width: 100%;
  margin-bottom:20px;
 }
 .safety-title{
  font-size: 16px;
 }
 .safety-border{
  height: 2px;
 }
 .safety-item span{
  font-size: 12px;
 }
 .safety-border{
  margin: 10px 0;
 }
 .safety .container-fluid{
  padding: 0;
 }
}




.certificate{
  border-bottom: 1px solid #ccc;
}
.certificate .col-lg-2{
  transform: rotateY(0deg);
  transition: all 0.4s;
}
.certificate .col-lg-2:hover{
  transform: rotateY(180deg);
}
.certificate .swiper-slide img{
  border:1px solid #ccc;
}
.swiper-container3{
  margin-top: 30px;
  margin-bottom: 70px;
}
.certificate .apply-btn-box{
box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.19);
}
.certificate .row{
   display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.certificate .col-lg-2{
  width: 14.28%;
  margin-top: 35px;
}
.certificate .col-lg-2 img{
  border:1px solid #ccc;
}
.view-more{
display: flex;
align-items: center;
justify-content: center;
margin-top: 40px;
}
.view-more a{
  display: block;
  color: #F97E05;
  width: 130px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  border: 1px solid #F97E05;
  border-radius: 3px;
}
@media (max-width: 1024px){
.certificate .col-lg-2{
  width:20%;
}
.certificate .row:after{
        content: "";
        flex: auto;
}
}
@media (max-width: 768px){
.certificate .col-lg-2{
  width:24.5%;
}
.certificate .row:after{
        content: "";
        flex: auto;
}
}

@media (max-width: 767px){
.swiper-container3{
  margin-top: 30px;
  margin-bottom: 30px;
}
.certificate .col-lg-2{
  width: 50%;
  margin-top:15px;
}
}



.news{
  border-bottom: 1px solid #ccc;
}
.news-box{
    padding-right: 0;
}
.news-box-title{
  width: 100%;
  display: flex;
  margin-bottom:30px;
}
.news-box-title a{
 padding: 11px 32px;
 background: #fff;
 font-size: 16px;
 border:1px solid #E4E4E4;
 color: #999;
 border-radius: 3px;
 margin-right: 20px;
 line-height: 1;
}
.news-box-title .news-check{
  color: #fff;
  background: #F97E05;
  border:1px solid #F97E05;
}
.news-box-center{
  width: 100%;
  display: flex;
  justify-content: space-between;
  display: none;
}
.center-check{
  display: flex;
}
.news-box-item{
  width: 32%;
  position: relative;
}
.news-box-itemss{
  display: flex;
  flex-direction: column;
}
.news-box-itemss img{
  width: 100%;
}
.news-item-text{
  width: 100%;
  padding: 0 40px;
  background: #000;
  opacity: 0.5;
min-height: 100px;
/*height: 100%;*/
  display: flex;
  align-items: center;
  justify-content:space-between;
}
.news-item-text i{
  color: #fff;
  font-size: 30px;
}
.news-item-text p{
  font-size: 18px;
  color: #fff;
 /* height: 75px;*/
      overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-items{
        width: 66%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
}
.news-box-items{
  height: 49%;
  width: 49%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F7F7F7;
  position: relative;
  transition: all .4s;
}
.news-box-items:after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: all .4s;
}
.new-box-right-items:after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: all .4s;
}
.news-items-titel{
  font-size: 18px;
  color: #373D41;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .4s;
/*  overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
  height: 50px;*/
}
/*.news-list .news-items-titel{
   white-space: normal;
}*/
.news-list .new-right-items-title{
  overflow: hidden;
 white-space: normal;
text-overflow: ellipsis;
}
.news-list .news-items-text{

}
.news-items-borderss{
  height: 18px;
  width:100%;
}
.news-box-items>p{
  color: #9B9EA0;
/*  font-size: 13px;*/
height: 40px;
 overflow: hidden;
text-overflow: ellipsis;
display: box;
display: -webkit-box;
line-clamp: 2;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
        line-height: 20px;
          transform: translate3d(0,0,0);
}
.news-items-border{
  height: 1px;
  width: 100%;
  background: #E4E4E4;
  margin: 20px 0;
}
.news-items-footer{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-items-footer i,.new-box-right-items i{
  font-size: 30px;
  color: #999999;
  line-height: 1;
}
.news-box-items i{
  margin-right: 15px;
    transition: all .4s;
}
.new-box-right-items i{
  transition: all .4s;
}
.news-items-time p{
    font-size: 48px;
   color: #999;
   font-weight: bold;
   line-height: 1;
   margin-bottom: 10px;
   font-family: 'numberfonts';
}
.news-items-time-border{
  height: 1px;
  width: 20px;
  background: #E4E4E4;
  margin: 15px 0;
}
.news-items-time span{
  font-size: 13px;
  color: #999;
  white-space: nowrap;
}
.new-box-right-items{
  height: 31%;
  display: flex;
  background: #F7F7F7;
  padding: 38px;
  transition: all .4s;
}
.new-box-right-items .news-items-time{
  border-right: 1px solid #E4E4E4;
  padding-right: 46px;
  margin-right: 30px;
}
.search{
  margin-top: 30px;
  padding: 20px 20px;
  border-radius: 5px;
  background: #fff;
}
.search span{
  color: #F97E05;
}
.new-box-right-items .news-items-titel{
  margin-bottom: 10px;
}
.new-right-items-title{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new-box-right-items:hover,.news-box-items:hover{
  transform: scale(1);
  transition: all .4s;

}
.news-box-items:hover i,.new-box-right-items:hover i{
margin-right: 0;
color: #F97E05;
}
.news-box-items:hover .news-items-titel,.new-box-right-items:hover .news-items-titel{
  color: #F97E05;
}
.new-box-right-items:hover i{
  margin-left: 15px;
}
.new-box-right-items:hover:after,.news-box-items:hover:after{
  box-shadow: 0 15px 15px rgba(0,0,0,.1);
}
/*@media (max-width: 1300px){
  .news-items-titel {
        margin-bottom: 10px;
}
  .news-box-items{
    padding: 20px 50px 20px 50px;
  }
  .new-box-right-items{
   padding: 18px;
  }
  .news-items-border{
    margin:10px 0;
  }
}*/
@media (max-width: 1024px){
  .news-box-items{
  padding: 20px;
  }
  .news-items-border{
    margin: 10px 0;
  }
  .new-box-right-items{
    padding: 20px;
  }
  .news-items-time p{
    margin-bottom: 5px;
  }
  .news-item-text{
    position: relative;
  }
  .news-items {
    width: 66%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.news-box-items{
  height: 49%;
}
}
@media (max-width: 768px){
  .news .col-lg-3{
    padding-left: 0;
  }
  .news-box{
    padding-left: 0;
  }
  .news-item-text{
    position: static;
    padding: 0 10px;
  }
  .news-items-titel{
    margin-bottom: 10px;
  }
  .news-items-time p{
    font-size: 30px;
  }
.news-items-titel{
  font-size: 16px;
  transition: all 0.4s;
/*      overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
}
.new-box-right-items .news-items-time{
  margin-right: 10px;
  padding-right: 10px;
}
/*.news-box-items{
  flex:1;
  margin-bottom: 10px;
}*/
.new-box-right-items{
  flex:1;
  margin-bottom: 10px;
}
.news-box-items:nth-last-child(1),.new-box-right-items:nth-last-child(1){
  margin-bottom: 0;
}
.news-items {
    width: 66%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.news-box-items{
  height: 49%;
}
}
@media (max-width: 767px){
  .news-box-items:nth-last-child(1),.new-box-right-items:nth-last-child(1){
  margin-bottom: 10px;
}
.news-items-borderss{
  height: 0;
}
.news-items-titel{
  font-size: 18px;
  height: auto;
}
.news-items-border{
  margin: 20px 0;
}
.new-box-right-items .news-items-time {
        padding-right: 46px;
        margin-right: 30px;
}
  .news-box-title{
    margin-top: 20px;
    justify-content: space-between;
  }
  .news-box-title a{
    padding: 11px 10px;
    margin-right:0;
  }
.news-box-center {
  display: flex;
  flex-direction: column;
  display: none;
}
.news-box-center.center-check{
  display: flex;
}
  .news-box-item{
    width: 100%;
  }
  .news-box-items{
    width: 100%;
    padding: 20px;
    margin-bottom:10px;
  }
  .new-box-right-items{
    margin-bottom: 10px;
  }
  .news-items-time p{
    font-size: 36px;
  }
  .new-right-items-title .news-items-titel{
    font-size: 16px;
  }
}

.footer-service{
  background: #272727;
  padding-top: 20px;
  padding-bottom: 20px;
}
.foot-service-content i{
  width: 50px;
  height: 50px;
  background: url(../images/bottom-icon.png) no-repeat;
}
.footer-service .container-fluid{
  max-width: 1720px;
}
.foot-service-content{
  display: flex;
align-items:center;
  justify-content: center;
}
.footer-service-item{
  margin-left: 10px;
  flex:1;
}
.footer-service h3{
font-size: 18px;
color: #fff;
margin-top: 0;
margin-bottom: 8px;
}
.footer-service p{
  color: #999;
  font-size: 14px;
white-space: nowrap;
}
@media (max-width: 1200px){
  .foot-service-content{
    margin-bottom: 20px;
  }
}
@media (max-width: 768px){
  .foot-service-content{
    margin-bottom: 15px;
  }
}
@media (max-width: 767px){
  .footer-service{
    padding-bottom: 0px;
  }
  .foot-service-content{
    justify-content: start;
    margin-bottom: 20px;
  }

}
.footer-service .item1 i {
  background-position: 0 0;
}
.footer-service .item2 i {
  background-position: -60px 0;
}
.footer-service .item3 i {
  background-position: -120px 0;
}
.footer-service .item4 i {
  background-position: -180px 0;
}
.footer{
  width: 100%;
  /* padding-top:70px; */
  padding-bottom: 15px;
}
.footer .container-fluid{
  max-width: 1720px;
}
.footer .footer-title{
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.footer-box p,.relation-box p{
  line-height: 2;
  font-size: 12px;
  color: #999;
}
.footer-box p a{
  display: block;
    color: #999;
}
.footer-box p a:hover{
  color: #F97E05;
}
.footer-box p:hover{
  color: #F97E05;
}
.relation-box p:hover{
  color: #F97E05;
}
.footer-box img{
  width: 100px;
  margin: 0;
}
.relation-box{
  text-align: right;
}
.footer-blogroll{
  /* margin-top: 100px; */
  margin: 50px 0;
  text-align: center;
}
.footer-blogroll-title{
  margin-bottom: 5px;
}
/* .footer-blogroll-item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} */
.footer-blogroll-item:after{
  content: "";
  flex: auto;
}
.footer-blogroll-item a{
  color: #9B9EA0;
  font-size: 12px;
  white-space: nowrap;
  /* margin-right: 30px; */
  margin-right: 20px;
  line-height: 2;
}
.footer-blogroll-item a:hover{
  color: #F97E05;
}
.blogroll-icon{
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright{
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.copyright .copyright-img{
        margin-left: 20px;
        display: block;
        width: 20px;
}
.copyright>div{
  color: #9B9EA0;
  font-size: 14px;
  padding: 0 ;
}
.copyright>div p{
          white-space: nowrap;
}
.copyright .text-left{
  display: flex;
  flex-direction: column;
}
.copyright .text-left a{
  color: #9B9EA0;
}
@media (max-width: 1024px){
  .footer-blogroll{
    margin-top:40px;
  }
}

@media (max-width: 768px){
  .footer{
    padding-top: 40px;
  }
  .copyright>div{
    font-size: 12px;
  }
}
@media (max-width: 767px){
  .copyright>div .text-left{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.copyright>div{
  text-align:center;
}
  .footer{
    padding-top:30px;
  }
  .footer .footer-title{
    margin-bottom:10px;
  }
  .footer-center .col-lg-3{
    text-align: center;
    margin-bottom: 20px;
  }
  .relation-box{
    text-align: center;
  }
  .footer-center img{
    margin: auto;
  }
  .copyright{
    display: flex;
    flex-direction: column;
  }
  .copyright>div{
    font-size: 12px;
  }
  .blogroll-icon{
    margin: 5px 0;
  }
}
.stick{
  position: fixed;
  bottom: 100px;
  right: 50px;
  width:50px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateX(150px);
  z-index: 99;
  transition: all 0.5s;
}
.show{
  transform:none;
  opacity: 1;
}
.stick>a{
  width: 100%;
  height: 50px;
  border-radius: 50%;
  background: #F97E05;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  z-index: 100;
}
.stick>a ul{
  width: 0;
  position: absolute;
  top: 0;
  right: 50%;
  height: 50px;
  display: flex;
  background: #F97E05;
  padding: 0 10px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
.stick>a ul li{
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.stick>a ul li span{
  display: flex;
  white-space: nowrap;
  color: #fff;
}
.wechat:hover>ul{
  opacity: 1;
  width: 180px;
}
.wechat{
  font-family: 'mycustomfonts';
}
.tencent:hover>ul{
  opacity: 1;
  width: 220px;
}
.stick-btn:hover>ul{
  opacity: 1;
  width: 100px;
}
.stick li i{
  margin-right: 10px;
  margin-left: 10px;
}
.stick i{
  color: #fff;
  font-size: 20px;
}
.stick .wechat i{
  font-size: 25px;
}
.stick-btn li{
  margin-left: 10px;
}






















.page-header-bar {
        height: 100px;
        line-height: 100px;
        margin-top: -100px;
}
.page-header-bar .carousel-controls .swiper-pagination{
  font-family: 'mycustomfonts';
}
.page-header-bar {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100px;
  line-height: 100px;
  z-index: 55;
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  transform: rotateX(0deg) translate3d(0,0,0);
  -webkit-transform: rotateX(0deg) translate3d(0,0,0);
  -moz-transform: rotateX(0deg) translate3d(0,0,0);
  transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
  -webkit-transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
  -moz-transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
}

.page-header-bar-inner{
        position: absolute;
        width: auto;
        height: 100%;
        right: 4.5%;
        left: 4.5%;
}
.page-active{
 transform: rotateX(90deg) translate3d(0,0,0);
}

.carousel-scroll-btn {
        z-index: 56;
        position: absolute;
        left: 50%;
        width: 44px;
        height: 44px;
        margin-left: -22px;
        border: 1px solid #fff;
        border-radius: 100%;
        overflow: hidden;
        cursor: pointer;
}
.carousel-scroll-btn .carousel-scroll-btn-icon {
        position: absolute;
        display: block;
        width: 44px;
        height: 44px;
        margin: 0 auto;
        background: url(../down-icon2.png) no-repeat center center;
        cursor: pointer;
        animation: downico 1.5s ease-out infinite;
}
.swiper-pagination{
  width: 140px !important ;
  position: static !important ;
  color: #333;
  font-family: 'Geometric706BT-BlackCondensedB';
  font-size: 16px;
  font-weight: black;
}

.number-total{
  color:#999999;
}
.swiper-btn-box{
  flex:1;
  display: flex;
  border-left: 1px solid #ccc;
  line-height: 80px;
  justify-content: center;
  position: relative;
}
.swiper-btn-box:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -0.5px;
  width: 1px;
  height: 20px;
  background: #ccc;
}
.carousel-controls {
        position: absolute;
        right: 0;
        top: 0;
        width: 300px;
        height: 80px;
        background: #fff;
        border-radius: 5px;
        display: flex;
        align-items: center;
}
@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }
    35% {
        top: 50%;
        opacity: 0;
    }
    65% {
        top: -50%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
.swiper-button-prevs,.swiper-button-nexts{
  position: relative;
  flex: 1;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply-btn-box:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -0.5px;
  width: 1px;
  height: 20px;
  background: #ccc;
}
.swiper-button-prevs i,.swiper-button-nexts i{
  color: #373737;
  font-size: 20px;
  transition: all 0.4s;
}
.swiper-button-prevs:hover i{
  margin-right: 15px;
}
.swiper-button-nexts:hover i{
  margin-left: 15px;
}
.swiper-button-nexts{
  position: relative;
}
.swiper-button-prevs:after,.swiper-button-nexts:after{
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 0;
  height: 2px;
  background-color: #333;
  transition: all 0.4s;
/*  -webkit-transition: -webkit-transform .45s cubic-bezier(.25,.46,.45,.94) 0s;
  transition: transform .45s cubic-bezier(.25,.46,.45,.94) 0s;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);*/
}
.swiper-button-prevs:after{
  left: 50%;
/*  margin-left: -12px;
  margin-top: -1px;*/
  transform: translate(-50%,-50%);
}
.swiper-button-nexts:after{
  left: 50%;
/*  margin-right: -12px;
   margin-top: -1px;*/
   transform: translate(-50%,-50%); */
}
.swiper-button-prevs:hover:after{
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
    transform: translate(-50%,-50%);
  width: 22px;
}
.swiper-button-nexts:hover:after{
    transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
    transform: translate(-50%,-50%);
  width: 22px;
}
.index-title, .index-service-scroll-wrap {
        opacity: 0;
        margin-top: 30px;
        transition: all .5s ease-in-out;
}
.active .index-title, .active .index-service-scroll-wrap, .index-data.active, .index-work.active {
        opacity: 1;
        margin-top: 0;
}
.index-service .work-buttons {
    z-index:3;
    position:absolute;
    right:40px;
    top:80px;
}
.index-service .work-buttons .count-tab {
    margin-right:25px;
    margin-bottom:50px;
    border-right:1px solid rgba(186,186,186,.3);
}

.index-service .work-buttons .count-tab .tab {
    position:relative;
    width:110px;
    margin-right:-10px;
    line-height:40px;
    cursor:pointer;
}
.index-service .work-buttons .count-tab .tab-key {
    font-weight:normal;
    font-size:12px;
    color:#666;
}
.index-service .work-buttons .count-tab .each-tab.active .tab-key {color:#F97E05;font-weight:bold;}
.index-service .work-buttons .count-tab .dot {
    position:absolute;
    right:3px;
    top:15px;
    display:block;
    width:13px;
    height:13px;
}
.index-service .work-buttons .count-tab .dot:before {
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    display:block;
    width:5px;
    height:5px;
    margin:-2.5px 0 0 -2.5px;
    background:#bababa;
    border-radius:100%;
    transition:all .5s ease-in-out;
}
.index-service .work-buttons .count-tab .each-tab.active .dot:before {background:#F97E05;}
.index-service .work-buttons .count-tab .dot:after {
    content:'';
    position:absolute;
    display:block;
    width:9px;
    height:9px;
    top: 50%;
    left: 50%;
    margin:-4.5px 0 0 -4.5px;
    border:1px solid #F97E05;
    border-radius:100%;
    transform:scale(0);
    transition:all .5s ease-in-out;
}
.swiper-slide-text-scroll {
        position: relative;
}
.index-service .swiper-slide-text-each, .index-service .swiper-slide-image {
        position: absolute;
        opacity: 0;
        transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
}
.index-service .work-buttons .count-tab .each-tab.active .dot:after {transform:scale(1.5);}
.index-service .work-buttons .count-tab .each-tab.active .tab-key {font-weight:bold;}
.index-service .swiper-slide-text-each.active, .index-service .swiper-slide-image.active {
        position: relative;
        z-index: 2;
        opacity: 1;
}
.index-service .work-buttons .prograss-bar {
        float: right;
}
.index-service .work-buttons .icon, .ourwork-mobile-images-scroll .work-buttons .icon {
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        margin-top: 15px;
        background: #fff;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        transition: all .5s ease-in-out;
        text-align: center;
        line-height: 50px;
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
}
.icon:before, .ourwork-mobile-images-scroll .work-buttons .icon:before, .index-service .work-buttons .icon:after, .ourwork-mobile-images-scroll .work-buttons .icon:after {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        transition: all .5s ease-in-out;
        box-sizing: border-box;
        z-index: -1;
}
.index-service .work-buttons .icon:after, .ourwork-mobile-images-scroll .work-buttons .icon:after {
        transform: scale(0);
}
.index-service .work-buttons .icon:after {
        background: #F97E05;
}
.index-service .work-buttons .icon:hover  .iconfont{
    color: #fff;
}
.index-service .work-buttons .icon:hover:after, .ourwork-mobile-images-scroll .work-buttons .icon:hover:after {
        transform: scale(1);
        z-index: -1;
}
.prograss-bar .iconfont{
    font-size: 25px;
}
.prograss-bar .prev{
    transform: rotate(-180deg);
}
.prograss-bar .next{
    transform: rotate(-360deg);
}
@media (max-width: 767px){
.index-service .work-buttons{
    position: absolute;
    right: 20px;
    top: inherit;
    bottom: 20px;
  }
  .carousel-controls{
    height: 60px;
    top: 20px;
  }
  .swiper-btn-box{
    height: 60px;
  }
}



/*产品*/
.normal-banner,.news-banner,.news-list-banner{
  position: relative;
}
.normal-banner,.news-list-banner{
  height: 350px;
}
.news-banner{
  height: 450px;
}
.normal-banner-text{
  /* 改 */
  max-width: 1320px;
  margin: 0 auto;
  /* 改 */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.product-module-link{
  height: 100px;
  width: 100%;
}
.product-module-link .container-fluid{
  display: flex;
  max-width: 1520px;
  margin: 0 auto;
}
.product-link{
  display: block;
  height: 100px;
  font-size: 16px;
  color: #999;
  line-height: 100px;
  text-align: center;
}
.product-ative span{
  position: relative;
}
.product-ative span:after{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  margin-top: 3px;
  width: 100%;
  height: 2px;
  background: #F97E05;
}
.product-ative{
  color: #F97E05;
}
.product-module{
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom:1px solid #ccc;
}
.product-module .container-fluid,.system-module .container-fluid{
  max-width: 1520px;
  margin: 0 auto;
  padding-top:100px;
  padding-bottom:100px;
/*  padding-left: 100px;
  padding-right: 100px;*/
}
.system-title{
  text-transform:uppercase;
  word-wrap : break-word;
}
.product-module .row,.system-module .row{
  background: #F7F7F7;
  margin: 0;
}
.system-module .row{
  margin-top: 30px;
  padding: 80px 0;
  position: relative;
}
.product-module em{
  font-size: 60px;
  color: #000;
    transition: all .4s;
}
.product-module .row{
  margin-top: 30px;
}
.product-module .row .col-lg-2{
  display: flex;
  flex-direction: column;
  align-items: center;
    padding:60px 0;
}
.product-module .row p{
  line-height: 1;
  font-size:24px;
  color:#000;
  transition: all .4s;
}
.product-module .row .col-lg-2:hover em{
  color: #F97E05;
}
.product-module .row .col-lg-2:hover p{
  color: #F97E05;
}
.system-module{
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.prograss-bar .iconfont{
      width: 50px;
      height: 50px;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin: 10px 0; 
  }
.system-module .col-lg-4{
  color: #333;
}
.system-module-text{
  margin-left: 60px;
}
.system-module .col-lg-4 strong{
  font-size: 48px;
  color:#F97E05;
  font-family: 'numberfonts';
  margin-right: 10px;
}
.system-module-box{
  position: relative;
}
.system-slide-text{
  display: flex;
  flex-wrap:wrap;
}
.system-module .work-buttons{
  top: 10px;
}
.system-module .index-service .work-buttons .count-tab .tab{
  /* width: 60px; */
}
.system-module .system-text-item{
  width: 30%;
  padding-left: 50px;
  color:#333333;
}
.system-module .system-text-item strong{
  font-size: 48px;
  color: #F97E05;
  font-family:'numberfonts';
  margin-right: 10px;
}
.system-module .index-service .swiper-slide-text-each{
           transition: none;
         -webkit-transition:none;
}
/*.swiper-container-system{
height: 350px;
}*/
.system-swiper{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.system-swiper-text-border{
  width:40px;
  height: 2px;
  background: #F97E05;
  margin: 20px 0;
}
.system-swiper-img{
  margin-right: 100px;
}
.system-swiper p{
  font-size: 14px;
  color: #999;
  line-height: 2;
  margin-bottom: 40px;
}
.system-module .swiper-pagination{
           width: 100% !important;
         position: absolute !important;
         color: #333;
         font-family: 'Geometric706BT-BlackCondensedB';
         font-size: 16px;
}
.system-module .swiper-pagination-bullet-active{
  background:#F97E05;
          width: 20px;
        border-radius: 5px;
}
.swiper-container-systems{
  max-width: 1460px !important;
}
/*.swiper-slide{
  max-width: 1460px !important;
}*/
.system-module-flow .index-service .swiper-slide-text-each{
           transition: all .4s;
         -webkit-transition:all .4s;
}
.system-module-flow{
  border-bottom: none;
}
.Platform{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  height: 665px;
  background: url(../images/pro_img_1.jpg);
}
.Platform .container-fluid,.special-function .container-fluid{
  max-width: 1520px;
  margin: 0 auto;
}
.Platform .system-title,.Platform .system-subtitle{
  color:#fff;
}
.Platform-box{
  display: flex;
  padding: 100px 0;
}
.Platform-box-item{
  width:20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.Platform .Platform-box-item em {
  font-size: 80px;
}
.Platform-box-items{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  margin-bottom: 20px;
}
.Platform-box-item:hover p{
  color: #F97E05;
}
.Platform-box-item:hover em{
  color: #F97E05;
}
.Platform-box-item:hover .Platform-box-items{
  border: 1px solid #F97E05;
}
.Platform-box-item p{
  flex: 1;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.Platform-box-items em{
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.special-function{
  padding-top:100px;
  padding-bottom:100px;
  border-bottom: 1px solid #ccc;
}
.special-function-text{
  margin-top: 30px;
  padding: 40px;
  background: #F7F7F7;
  line-height: 2;
  font-size: 14px;
  color:#999;
}
.special-function em{
  font-size: 60px;
  color:#343434;
  line-height: 1;
}
.special-function-title{
  font-size: 24px;
  color:#343434;
  margin: 40px 0;
  line-height: 1;
}
.special-function-title-p{
  margin: 15px 0;
}
.special-function-center{
/* width: 200px; */
font-size: 14px;
color: #999;
text-align: center;
}
.special-function .row{
  margin-top: 40px;
}
.special-function .row .col-lg-3{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.special-function .row .col-lg-3:hover em{
  color: #F97E05;
}
.special-function .row .col-lg-3:hover .special-function-title{
  color: #F97E05;
}
.special-function .framework{
  background: #F7F7F7;
  margin-top: 30px;
  padding:40px 0;
}
@media (max-width: 768px){
   .normal-banner-text{
    font-size: 20px;
    padding: 0 50px;
  }
  .product-module .container-fluid, .system-module .container-fluid{
    padding-top: 40px;
    padding-bottom: 40px;
  }
.product-module .row .col-lg-2{
  padding:20px 0;
}
.system-module .system-text-item{
  padding-left:0;
}
.system-module .work-buttons{
  right: 0px;
}
.system-module .row{
  padding:40px 0;
}
.system-swiper-img{
  margin-right: 20px;
}
  .swiper-container-systems{
  max-width: 708px !important;
}
.Platform-box-items{
  width: 140px;
  height: 140px;
}
.Platform{
  padding-top: 40px;
  padding-bottom: 40px;
  height: 500px;
}
.Platform-box{
  padding: 40px 0;
}
.special-function{
  padding-top:40px;
  padding-bottom:40px;
}
.special-function-center{
  width: 140px;
}
.special-function .framework{
  padding: 20px 10px;
}
}
@media (max-width: 767px){
  .normal-banner{
    height: 120px;
    margin-top: 60px;
  }
  .normal-banner-text{
    font-size: 20px;
    padding: 0 50px;
  }
  .product-module-link{
    height: 70px;
  }
  .product-link {
   margin: 0 10px;
  }
  .product-module-link .container-fluid{
    white-space: nowrap;
    margin: 0 15px;
    overflow-x: scroll;
  }
  .product-module-link .product-link{
    flex:1;
    height: 70px;
    line-height: 70px;
    text-align: center;
  }
  .product-ative span{
    white-space: nowrap;
  }
  .product-module .container-fluid, .system-module .container-fluid{
    padding-top:30px;
    padding-bottom:30px;
  }
  .product-module .row{
    margin-top:20px;
  }
  .product-module .row .col-lg-2{
    padding:10px 0;
  }
  .product-module .row p{
    font-size: 16px;
  }
  .system-module .system-text-item{
    width: 100%;
    padding-left:0;
  }
  .system-module .row{
    padding:20px 0;
  }
  .system-swiper{
  display: flex;
  flex-wrap: wrap;
  }
  .system-swiper-img{
    margin-right: 0;
  }
  .swiper-container-systems{
  max-width: 315px !important;
}
.system-module .index-service .work-buttons{
  top: inherit;
/*  right:-10px;
  bottom: -50px;*/
          right: -15px;
        bottom: -60px;
}
.system-module .index-service .work-buttons-long{
  bottom: 0;
}
.system-module .swiper-pagination{
text-align:left;
}
.Platform-box-item{
  width: 33%;
  margin-bottom: 15px;
}
.Platform-box-items{
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
}
.Platform-box{
  padding:20px 0;
  display: flex;
  flex-wrap: wrap;
}
.Platform{
  height: 500px;
  padding-top: 40px;
  padding-bottom: 0px;
}
.Platform-box-item p{
  font-size: 16px;
}
.special-function{
  padding-top: 40px;
  padding-bottom: 40px;
}
.special-function .row .col-lg-3{
  margin-bottom: 30px;
}
.special-function-title{
  margin: 10px 0;
}
.special-function-title{
  margin: 15px 0;
}
.special-function .framework{
  padding:20px 10px;
}
.system-module-relative .index-service .work-buttons{
  position: absolute;
  top: 35%;
}
.system-module-relatives .index-service .work-buttons{
  position: absolute;
  top: 40%;
}
}



/*合作伙伴*/
.partner{
  width: 100%;
  padding-bottom: 100px;
  border-bottom: 1px solid #ccc;
}
.partner .container-fluid{
  max-width: 1520px;
  margin: 0 auto;
}
@media (max-width: 768px){
.partner{
  padding-top: 40px;
  padding-bottom: 40px;
}
}
@media (max-width: 767px){
.partner{
  padding-top: 30px;
  padding-bottom: 30px;
}
}


/*新闻列表*/
.news-list{
  width:100%;
  background: #F7F7F7;
}
.news-list .container-fluid{
  max-width: 1520px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.news-list .row{
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.new-list-items {
  display: flex;
  height: 100%;
  background: #fff;
  padding: 38px;
  transition: all .4s;
}
.new-list-items .news-items-time {
  border-right: 1px solid #E4E4E4;
  padding-right: 46px;
  margin-right: 30px;
}
.new-list-items em{
    font-size: 30px;
    color: #999999;
    line-height: 1;
    transition: .4s;
}
.news-items-text em{
    color: #9B9EA0;
    font-size: 14px;
}
.new-list-items .news-items-titel em{
  font-size: 18px;
  color: #373D41;
}
.new-list-items:hover .new-right-items-title>em {
        margin-left: 15px;
        color: #F97E05;
}
.new-list-items:hover .news-items-titel em{
    color: #F97E05;
  transition: .4s;
}
.new-list-items:hover .news-items-titel{
  color: #F97E05;
  transition: .4s;
}
.new-list-items:hover{
  box-shadow: 0 15px 15px rgba(0,0,0,.1);
}
.news-items-text{
  color: #9B9EA0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  font-size: 14px;
  display: -webkit-box;
  line-clamp: 2;
  letter-spacing: 1px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 18px;
  margin-bottom: 18px;
}
.news-list .col-lg-6{
  margin-bottom: 40px;
}
.news-list-page{
  margin-top: 20px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
}
.news-page-left{
  width: 300px;
  padding: 0 15px;
  max-width: 300px;
  height: 100%;
  background: #fff;
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
  color: #999999;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.news-page-right{
  width: 120px;
  max-width: 120px;
  height: 100%;
  background: #fff;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  position: relative;
}
.news-page-right a{
  flex: 1;
  display: flex;
  height: 100%;
  color: #373737;
  align-items: center;
  justify-content: center;
}
.news-page-right a i{
  font-size: 20px;
}
.news-page-right a:hover i{
  color:#F97E05;
}
.news-page-left a{
  padding-top: 15px;
  padding-bottom: 15px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-page-right:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -10px 0 0 -0.5px;
        width: 1px;
        height: 20px;
        background: #ccc;
}
.news-page-left p{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}
.news-page-left .news-list-ative p{
  background: #F97E05;
  color: #fff;
}
@media (max-width: 1024px){
  .news-list .container-fluid{
    padding-bottom:60px;
  }
}
@media (max-width: 768px){
  .news-list .container-fluid{
    padding-bottom:40px;
  }
  .news-list .col-lg-6{
    margin-bottom: 20px;
  }
  .news-list .news-items-time p{
    font-size: 48px;
  }
}
@media (max-width: 767px){
  .news-list .container-fluid{
    padding-bottom: 30px;
  }
  .news-list .row{
    padding-top:20px;
  }
  .new-list-items{
    padding: 20px;
  }
  .new-list-items .news-items-time{
    padding-right: 10px;
    margin-right: 10px;
  }
  .news-items-text{
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .news-list .col-lg-6{
    margin-bottom: 20px;
    overflow: hidden;
  }
  .news-page-left{
    padding: 0;
    margin-right: 10px;
  }
}








/*新闻详情*/
.news-details{
  width: 100%;
  background: #F7F7F7;
}
.news-details .container-fluid{
/*  max-width: 1520px;*/
  max-width: 1280px;
  margin: 0 auto;
}
.news-details-box{
  position: relative;
  height: auto;
}
.news-details .row{
  margin-top: -100px;
  margin-bottom: 100px;
  width: 100%;
  background: #fff;
  padding: 55px 100px 100px 100px;
}
.news-details-title{
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  line-height: 1;
}
.news-details-title a {
  color:#999;
}
.details-title-left,.details-title-rigth{
  display: flex;
  font-size: 14px;
}
.details-title-left{
  color: #999;
  font-size: 14px;
}

.news-details-content{
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  line-height: 30px;
  color: #333;
  overflow: hidden;
}

.news-details-content a{
  color: #F97E05;
}
.details-title-time{
  margin-right: 10px;
}
.reading-quantity{
  margin-left: 10px;
}
.news-details-label{
  margin-right:10px;
  color: #999;
  white-space: nowrap;
}
.news-details-tag{
  color: #F97E05;
}
.news-details-page{
  margin-top: 30px;
width: 100%;
display: flex;
flex-direction: column;
}
.news-details-page a{
  padding: 10px 0 10px 0;
  display: flex;
  font-size: 14px;
  color: #999;
}
.news-details-page a:hover{
  color: #F97E05;
}
  .news-details .row{
    margin-left:0;
    margin-right: 0;
  }
@media (max-width: 1024px){
  .news-details .row{
    margin-left:0;
    margin-right: 0;
    padding: 55px 20px 40px 20px;
  }
}
@media (max-width: 768px){
  .news-details .row{
    margin-left:0;
    margin-right: 0;
    padding: 40px 20px;
  }
  .news-details-content{
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px){
  .news-details-title{
    line-height: normal;
  }
  .news-banner{
    height: 350px;
  }
  .news-details-title{
    flex-direction: column;
    padding-bottom:10px;
  }
  .news-details-title>div{
    margin-bottom: 10px;
  }
  .details-title-left{
    /*  */
  }
  .news-details-content img{
    width:100% !important;
    height: auto !important;
  }
    .news-details-content p{
      text-indent: 0 !important;
    }
  .news-details-content{
    text-align: justify;
  }
  .news-details-page a span{
    white-space: nowrap;
  }
  .news-details .row{
    margin-bottom: 40px;
    padding-top: 30px;
  }
}


/*支持服务*/
.about-us{
  width: 100%;
  padding-top:130px;
  padding-bottom:130px;
}
.about-us .container-fluid{
max-width: 1520px;
margin: 0 auto;
}
.about-us .container-fluid .row>div {
  text-align: center;
}
.company-address{
  font-size:24px;
  color: #333;
  margin-bottom: 15px;
}
.company-text{
  font-size: 14px;
  color: #999999;
  line-height: 22px;
}
.company-border{
  height: 3px;
  width: 30px;
  margin: 30px 0;
  background: #F97E05;
}
.service-plan{
  width: 100%;
  padding-top:100px;
  padding-bottom:100px;
  border-top: 1px solid #ccc;
}
.service-plan .container-fluid{
max-width: 1520px;
margin: 0 auto;
}
.service-plan .row{
  margin-top: 50px;
  border: 1px solid #E4E4E4;
}
.service-plan .row .col-lg-4{
  padding: 100px;
}
.service-plan .col-lg-4:nth-child(2){
  border-right: 1px solid #E4E4E4;
  border-left: 1px solid #E4E4E4;
}
.exchange{
  width: 100%;
}
.exchange .container-fluid{
  margin: 0 auto;
}
.exchange .row .col-lg-6:nth-child(1){
  background: #2F2F2F;
  padding:100px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 371px;
}
.exchange .row .col-lg-6:nth-child(2){
  background: #252525;
  padding:100px 20px;
  height: 371px;
}
.exchange .company-address{
  color:#fff;
}
.exchange .company-text{
  color:#fff;
}
.company-text-p-left {
  margin-top: 30px;
}
.company-text-p-right {
  margin-top: 34px;
}
.exchange .col-lg-6 a{
  display: block;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #fff;
  color: #fff;
  /* margin-top:60px; */
  margin-top:41px;
  border-radius: 3px;
}
.exchange .row .col-lg-6:nth-child(2) a{
  background: #F97E05;
  border: 1px solid #F97E05;
}
.exchange .col-lg-6.text-right a{
  float: right;
}
@media (max-width: 1024px){
  .about-us{
    padding-top: 40px;
    padding-bottom: 0;
  }
  .about-us .col-sm-6{
    margin-bottom:40px;
  }
  .service-plan{
    padding: 40px 0;
  }
  .service-plan .row .col-lg-4{
    padding: 40px;
  }
  .exchange .row .col-lg-6:nth-child(1){
    padding: 40px;
    align-items:end;
  }
  .exchange .row .col-lg-6:nth-child(2){
    padding: 40px;
  }
  .exchange .col-lg-6 a{
    margin-top: 40px;
  }
}
@media (max-width: 768px){
  .about-us{
    padding-top: 40px;
    padding-bottom: 0;
  }
  .about-us .col-sm-6{
    margin-bottom:40px;
  }
  .service-plan{
    padding: 40px 0;
  }
  .service-plan .row .col-lg-4{
    padding: 40px;
  }
  .exchange .row .col-lg-6:nth-child(1){
    padding: 40px;
    align-items:end;
  }
  .exchange .row .col-lg-6:nth-child(2){
    padding: 40px;
  }
  .exchange .col-lg-6 a{
    margin-top: 40px;
  }
}
@media (max-width: 767px){
  .about-us{
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .company-border{
    margin: 10px 0;
  }
  .company-address{
    font-size: 16px;
  }
  .about-us .col-lg-3{
    margin-bottom: 20px;
  }
  .service-plan{
    padding-top:30px;
    padding-bottom:0;
  }
  .service-plan .row{
    margin-top: 20px;
  }
  .service-plan .row .col-lg-4{
    padding:20px;
  }
  .exchange .row .col-lg-6:nth-child(1){
    padding:20px;
    align-items:end;
  }
  .exchange .row .col-lg-6:nth-child(2){
    padding:20px;
  }
  .exchange .company-address{
    font-size: 24px;
  }
  .exchange .company-border{
    margin: 30px 0;
  }
  .exchange .col-lg-6 a{
    margin-top: 30px;
  }
  .exchange .company-text{
    text-align: left;
  }
}



/*网约车牌照*/
.online-car,.insurance{
  width: 100%;
  padding: 100px 0;
  border-bottom: 1px solid #ccc;
}
.online-car .container-fluid,
.insurance .container-fluid,
.traffic-control .container-fluid{
  max-width: 1215px;
  margin: 0 auto;
}
.online-car .row{
  margin-top:50px;
  display: flex;
}
.online-car-right,.online-car-left{
display: flex;
flex-direction: column;
justify-content: space-between;
}
.online-car-item{
  display: flex;
  align-items: center;
}
.online-car-item>p{
  margin-left: 20px;
  width: 250px;
}
.online-car .col-lg-4:nth-child(1) .online-car-item{
  justify-content: flex-end;
}
.online-car .col-lg-4:nth-child(1) .online-car-item>p{
  margin-right: 20px;
  text-align:right;
}
.online-car .col-lg-4:nth-child(3){
  justify-content: flex-end;
  justify-content: space-between;
}
.wrapper{
  position: relative;
  line-height: 1;
}
.wrapper em{
  font-size: 60px;
  background: #fff;
  color: #CCCCCC;
}
.wrapper p{
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 40px;
  z-index: 99;
  transform: translate3d(-50%, -50%, 0);
  font-family: 'numberfonts';
}
.insurance .row{
  margin-top: 100px;
  display:flex;
}
.insurance .row .col-lg-5{
  display: flex;
  align-items: center;
}
.insurance-item{
  margin-bottom: 48px;
}
.insurance-item-title{
  font-size: 24px;
  color: #333;
}
.insurance-item-border{
  height: 3px;
  width: 30px;
  background: #F97E05;
  margin: 20px 0;
}
.insurance-item-text{
  font-size: 14px;
  color: #333;
}
.traffic-control{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.traffic-control-subhead{
  font-size: 14px;
  color: #999999;
  margin-top: 28px;
}
.traffic-control .row{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.traffic-control-box{
  margin-bottom:40px;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.traffic-control-box>p{
  width:160px;
  text-align: center;
}
.traffic-control-item{
  position: relative;
  display: flex;
  justify-content: center;
}

.traffic-control-item p{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 48px;
  color: #fff;
  font-family: 'numberfonts';
  transform: translate3d(-50%, -50%, 0);
}
.traffic-control-item em{
  font-size: 70px;
  color: #CCCCCC;
}
.internet-security{
  width: 100%;
  background: #2F2F2F;
  padding-top:100px;
}
.internet-security .row{
  display: flex;
}
.internet-security .system-title,
.internet-security .traffic-control-subhead{
  color: #fff;
}
.internet-security .traffic-control-subhead{
  margin-bottom: 50px;
}
.internet-security .ceshi{
  background: #252525;
  color: #fff;
/*  padding-top: 100px;
  padding-right: 60px;
  padding-bottom: 100px;*/

}

.internet-security .ceshis{
  background: #1D1D1D;
  color: #fff;
/*  padding-top: 100px;
  padding-left: 60px;*/
}
.inter-security-left{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 100px 50px 50px 0;
}
.inter-security-left .internet-title{
  text-align: right;
}
.inter-security-right{
  padding: 100px 0px 50px 50px;
}
.internet-title{
  font-size: 36px;
  color:#fff;
}
.internet-border{
  height: 3px;
  width: 30px;
  background: #F97E05;
  margin: 30px 0;
}
.internet-item{
  width: 545px;
}
.internet-item p{
  font-size: 14px;
  text-align: right;
  margin-bottom: 50px;
}
.internet-item-right{
  display: flex;
/*  justify-content: space-between;*/
  color: #fff;
}
.internet-item-right p{
  line-height: 1.7;
}
.internet-item-a{
  margin-right: 100px;
}
.internet-item-a-title{
  margin-bottom: 25px;
}
.application{
  width: 100%;
  padding-top:100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #ccc;
}
.swiper-container-application{
  margin-top: 50px;
}
.application .container-fluid{
  max-width: 1240px;
  margin: 0 auto;
}
.application-item{
  display: flex;
  justify-content: space-between;
}
.application-item-child{
  padding:20px 0 0 0;
  width: 380px;
  height: 150px;
  border:1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
     -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
     filter: grayscale(100%);
      filter: gray;
}
.application-item-child img{

}

.application-item-child p{
  border-top: 1px solid #ccc;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.application-document{
  padding: 60px 60px 25px 60px;
  margin-top: 50px;
  width: 100%;
  border:1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.application-document-box{
  margin-bottom: 35px;
  width: 33%;
  display: flex;
}
.application-document-box>img{
  margin-right: 20px;
}
.application-document-box>div{
  flex: 1;
}
.application-gray{

}
.application-document-box>div p {
    text-indent: -2em;
    margin-left: 2em;
}
.application-check{
  filter: none;
}
.application-documents {
        padding: 60px 60px 25px 60px;
        margin-top: 50px;
        width: 100%;
        border: 1px solid #ccc;
        display: flex;
        flex-wrap: wrap;
}
.application .swiper-pagination{
  width: 100% !important;
  position: absolute !important;
 }


.offline,.equal-insurance,.Certification,.Certification-need{
  width: 100%;
  padding:100px 0;
  border-bottom: 1px solid #ccc;
}
.offline .container-fluid,
.equal-insurance .container-fluid,
.Certification .container-fluid,
.Certification-need .container-fluid{
  max-width: 1240px;
  margin:0 auto;
}
 .offline-title{
  font-size: 72px;
  color: #000;
  font-family: 'numberfonts';
  line-height: 1;
 }
 .offline-border{
  height: 3px;
  width: 30px;
  background: #F97E05;
  margin: 30px 0;
 }
.offline-text p{
    text-indent: -2em;
    margin-left: 2em;
    width: 200px;
    line-height: 2;
}
.offline .row{
  margin-top: 50px;
}
 .offline-text strong{
  color: #F97E05;
  margin-right: 10px;
 }
 .protected-text {
    margin-top: 67px;
}
.protected-text div {
    font-size: 24px;
    color: #333333;
    margin-bottom: 30px;
}
.protected-text p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #333333;
}
.equal-insurance .row{
  margin-top: 50px;
}
.protected-box {
    width: 100%;
    margin-top: 50px;
    display: flex;
}
.protected-box-item {
    width: 20%;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #F6F7F8;
    color: #333333;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}
.protected-box-item.check{
    color: #F97E05;
    position: relative;
    border-bottom: none;
    background: #fff;
}
.protected-box-item.check:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 3px;
    background: #F97E05;
    width: 100%;
}
.protected-box-item:nth-child(5) {
    border-right: 1px solid #DDDDDD;
}
.protected-box-text {
    width: 100%;
    padding: 60px;
    border: 1px solid #DDDDDD;
    border-top: none;
    background: #fff;
}
.equal-insurance .framework{
margin-top: 50px;
}
.equal-insurance .frameworks{
margin-top: 50px;
padding: 30px;
background: #F7F7F7;
}
.Certification-box{
  margin-top: 50px;
  background: #F7F7F7;
  padding: 50px 100px;
}
.Certification-item{
  margin-bottom: 20px;
  color: #666;
}
.Certification-item h4{
  margin-bottom: 20px;
  font-weight: bold;
}
.Certification-need .row{
  display: flex;
  margin-top: 50px;
}
.Certification-need-item{
  background: #F7F7F7;
  padding: 100px;
}
.Certification-need-items{
  background: #EAEAEA;
  padding: 100px 50px 100px 50px;
}
.cer-need-item{
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.cer-need-title{
  margin-right: 20px;
  height: 40px;
  /* width: 115px; */
  width: 200px;
  background: #fff;
  border:1px solid #F97E05;;
  border-radius: 3px;
  line-height: 40px;
  text-align: center;
  color: #F97E05;
}
.cer-need-item:hover .cer-need-title{
  color: #fff;
  background: #F97E05;
}
.cer-need-border{
  height: 2px;
  width: 100%;
  background: #fff;
  margin:30px 0;
}
.cer-need-margin{
  margin-top: 50px;
}
.cer-need-items{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cer-need-items em{
  font-size: 50px;
  color: #CCCCCC;
}


.cer-need-items-border{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background:  #F97E05;
  color: #fff;
  /* font-size: 24px; */
  font-size: 16px;
  font-weight: bold;
}
.cer-need-items-border p{
  /* width: 60%; */
  padding: 15px;
}
@media (max-width: 1092px){
  .Certification-need-flex{
  flex:1;
}
.online-car-item>p{
  width: auto;
}
}
@media (max-width: 1250px){
.internet-item{
  width: 100%;
}
.application-document{
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
}
.application-item{
    margin-left: 15px;
  margin-right: 15px;
}
.application-document{
  padding: 20px;
}
}
@media (max-width: 1024px){
  .traffic-control-box{
    justify-content: start;
  }
.internet-item{
  width: 100%;
}
.application-item-child{
  width:32%;
}
.application-document{
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
}
.Certification-need-flex{
  flex: 1;
}
}
@media (max-width: 768px){
  .online-car,
  .insurance,
  .traffic-control,
  .internet-security,
  .application,
  .offline,
  .equal-insurance,
  .Certification,
  .Certification-need{
   padding: 40px 0;
  }
  .internet-security{
    padding-top:40px;
    padding-bottom: 0;
  }
  .online-car .row,.insurance .row{
    display: block;
  }
  .online-car-item{
     margin-bottom: 20px;
  }
  .insurance .row{
    margin-top: 30px;
  }
  .insurance-item{
    margin-bottom: 20px;
  }
  .traffic-control-box>p{
    width: 120px;
  }
  .traffic-control-box{
    justify-content: start;
  }
  .internet-security .row{
    display: block;
  }
  .inter-security-left,.inter-security-right{
    padding: 15px;
  }
  .inter-security-left{
  align-items: flex-start;
  }

  .internet-item{
    width: 100%;
  }
  .internet-item p{
    text-align: left;
    margin-bottom: 20px;
  }
  .application-item {
        padding: 0 15px;
}
.application-document{
  padding: 15px;
}
.application-document-box>img{
  margin-right: 5px;
}
.application-item-child{
  width: 32%;
}
.equal-insurance .row{
  margin-top: 0;
}
.equal-insurance .row .col-sm-12{
  display: flex;
  margin-bottom: 20px;
}
.protected-text{
  margin-top: 20px;
  width: 50%;
}
.Certification-box{
  padding: 0px 0 20px 0;
}
.Certification-need .row{
  display: block;
}
.Certification-need-item{
  padding: 20px 15px 20px 15px;
}
.cer-need-item{
  margin-top:30px;
}
.Certification-need-items{
  padding: 0 15px 20px 15px ;
}
}
@media (max-width: 767px){
  .online-car,
  .insurance,
  .traffic-control,
  .internet-security,
  .application,
  .offline,
  .equal-insurance,
  .Certification,
  .Certification-need{
   padding: 40px 0;
  }
  .internet-security{
    padding-top:40px;
    padding-bottom: 0;
  }
  .online-car .row,.insurance .row{
    display: block;
  }
  .offline .row{
    margin-top: 20px;
  }
  .insurance .row{
    margin-top: 20px;
  }
.equal-insurance .row .col-sm-12{
  display: block;
  margin-bottom: 20px;
}
.protected-text{
  margin-top: 20px;
  width: 100%;
}
.protected-text div{
  font-size: 16px;
}
.Certification-item h3{
  font-size: 16px;
}
.Certification-need-item h2,.Certification-need-items h2{
  font-size: 16px;
}
  .insurance-item{
    margin-bottom: 20px;
  }
  .online-car-item{
    margin-bottom: 20px;
  }
  .traffic-control .row{
    margin-top: 20px;
  }
  .traffic-control-box{
    width: 33%;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .traffic-control-box>p{
    width: 100px;
  }
  .offline .row .col-sm-6{
    margin-bottom: 20px;
  }
  .internet-security .row{
    display: block;
  }
  .internet-title{
    font-size: 25px;
  }
  .internet-security .col-lg-6:nth-child(1),.internet-security .col-lg-6:nth-child(2){
    padding: 15px;
    display: block;
  }
  .internet-item{
    width: 100%;
  }
  .internet-item p{
    text-align: left;
    margin-bottom: 20px;
  }
  .internet-item-right{
    justify-content: space-around;
  }
  .internet-item-a{
    margin-right: 0;
  }
  .application-item{
    flex-direction:column;
    padding: 0 15px;
  }
  .application-item-child{
    width: auto;
    margin-bottom: 10px;
  }
  .application-document{
    padding: 15px;
    justify-content: space-between;
  }
  .application-document-box{
    display: block;
    width: 45%;
  }
  .application-document-box>img{
    margin-right: auto;
  }
  .offline-border{
    margin:15px 0;
  }
  .equal-insurance .row{
    margin-top: 0px;
  }
  .equal-insurance .row .col-sm-12{
    margin-top: 20px;
  }
  .protected-text{
    margin-top: 15px;
  }
  .protected-box{
    display: block;
  }
  .protected-box-item{
    width:100%;
    border-bottom: none;
    border-right: 1px solid #DDDDDD;
  }
  .protected-box-text{
    padding: 30px;
  }
  .equal-insurance .frameworks,
  .Certification-box,
  .Certification-need .row{
    margin-top: 20px;
  }
  .Certification-need .row{
    display: block;
  }
  .Certification-box{
    padding:0px 0 20px 0;
  }
  .Certification-need-item,.Certification-need-items{
    padding: 15px;
  }
  .cer-need-item{
    margin-top: 40px;
  }
  .cer-need-items-border{
    width: 65px;
    height: 65px;
    font-size: 15px;
  }
  .cer-need-items em{
    font-size: 30px;
  }
  .cer-need-items-border p {
        width: 70%;
}
.Certification-need-flex{
  flex: 1;
}
}

/*共享汽车系统整体方案*/
.product-module-subhead{
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.product-module-subhead .container-fluid {
  display: flex;
  max-width: 1520px;
  margin: 0 auto;
}
.product-module-subhead .product-link{
  width: 210px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right:20px;
  background: #F7F7F7;
  color: #999999;
  border-radius: 3px;
  font-size: 14px;
}
.product-module-subhead .subhead-ative{
  background: #F97E05;
  color: #fff;
}
.solution,.t-box{
  width: 100%;
  padding-top: 100px;
  padding-bottom:100px;
}
.solution{
  border-top: 1px solid #ccc;
  border-bottom:1px solid #ccc;
}
.solution .container-fluid,
.t-box .container-fluid{
  max-width: 1520px;
  margin:0 auto;
}
.solution .row{
  margin-top:100px;
}
.solution .company-address{
  font-weight: bold;
}
.solution .company-text p{
  width: 300px;
}
.advantages .advantage-item-number em{
  font-size: 50px;
}
.t-box{
  border-bottom: 1px solid #ccc;
}
.t-box .row{
  margin-top: 50px;
}
.t-box .row>div>div {
    background: #fff;
    padding: 20px;
    padding-left:35%;
    position: relative;
    border: 1px solid #ccc;
}
.t-box .row>div>div p {
    margin-top: 10px;
    font-size: 14px;
    color: #989898;
}
.t-box .row>div>div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 15%;
    height: 4px;
    width: 70%;
    background: #26342C;
}
.t-box .row>div>div:hover:after{
    background: #F97E05;
}
.t-box .row>div>div:hover {
        box-shadow: 0px 0px 10px rgba(0,0,0,0.13);
}
.t-box em {
        margin-right: 15px;
        color: #F97E05;
}
.intelligent-hardware{
  width: 100%;
  background: #2F2F2F;
}
.intelligent-hardware-item{
  background: #252525;
}
.intelligent-icon{
  font-size: 200px;
  color: #fff;
  position: relative;
}
.intelligent-img img{
  height: 50px;
}
.intelligent-title{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.intelligent-item{
  margin-top: 100px;
  margin-bottom: 50px;
  display: flex;
          flex-wrap: wrap;

        justify-content: space-around;
/*  justify-content: space-between;*/
  line-height: 1;
}
.intelligent-items{
  position: relative;
}
.intelligent-img{
  position: absolute;
  top: 0;
  margin-top: 40px;
  width: 70%;
  margin-left: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.intelligent-img p:nth-child(2){
  white-space : nowrap;
  font-size: 18px;
  color: #000000;
}
.intelligent-img p:nth-last-child(1){
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.intelligent-hardware .row{
  display: flex;
}
.intelligent-hardware .col-lg-6{
  padding: 100px;
}
.intelligent-number{
  font-size: 60px;
  color: #F97E05;
  line-height: 1;
  font-family: 'numberfonts';
}
.intelligent-text{
  color: #fff;
  line-height: 2;
  font-size: 14px;
}
@media (max-width:1500px){
  .intelligent-hardware .col-lg-6{
  padding:100px 40px;
}
}
@media (max-width:1300px){
  .intelligent-hardware .col-lg-6{
  padding:100px 20px;
}
.intelligent-img{
  margin-top: 20px;
}
.intelligent-img p:nth-child(2) {
    white-space: normal;
    font-size: 16px;
    color: #000000;
}
.intelligent-icon{
  font-size: 170px;
}
}
@media (max-width:1024px){
  .solution,
  .solution,
  .t-box,.product-module .container-fluid,
  .system-module .container-fluid,
  .special-function{
  padding-top: 40px;
  padding-bottom:40px;
  }
  .solution .row{
    margin-top: 20px;
  }
  .t-box .col-sm-6{
    margin-bottom: 20px;
  }
  .solution .col-sm-6{
    margin-bottom: 20px;
  }
  .intelligent-hardware .row{
    margin:0;
  }
  .intelligent-icon{
    font-size: 170px;
  }
  .intelligent-hardware .col-lg-6{
    padding: 30px 15px;
  }
  .intelligent-img {
    margin-top: 15px;
}
}
@media (max-width:768px){
  .solution,.solution, .t-box{
  padding-top: 40px;
  padding-bottom:40px;
  }
  .solution .row{
    margin-top: 20px;
  }
  .intelligent-hardware .row{
    display: block;
  }
  .intelligent-icon {
        font-size: 200px;
}
.intelligent-img{
  margin-top: 40px;
}
  .t-box .col-sm-6{
    margin-bottom: 20px;
  }
  .solution .col-sm-6{
    margin-bottom: 20px;
  }
}
@media (max-width:768px){
.intelligent-item {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 50px;
}
}
@media (max-width: 767px){
    .product-module-subhead .container-fluid{
    flex-wrap: wrap;
  }
  .product-module-subhead .product-link {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin-right: 0;
        border-radius: 3px;
        font-size: 14px;
        margin-bottom: 10px;
}
.product-module-subhead{
  padding-bottom: 10px;
}
}


/*硬件*/
.hardware{
  width: 100%;
  padding-top: 80px;
}
.hardware .container-fluid{
  max-width: 1520px;
  margin: 0 auto;
}
.hardware-title{
  font-size: 24px;
  font-weight: bold;
  color: #333333 ;
}
.hardware .row{
  margin-top: 50px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 80px;
}
.hardwares {
  border-bottom: 1px solid #ccc;
}
.hardwares .row{
  margin-top: 0;
  border-bottom: none;
  padding-bottom: 80px;
}
.hardware-border{
  width: 30px;
  height: 4px;
  background: #F97E05;
  margin: 30px 0;
}
.hardware .row strong{
  color:  #F97E05;
}
.hardware-text p{
text-indent: -2em;
margin-left: 2em;
line-height: 2;
}
.car-type{
  width: 100%;
  padding-top: 100px;
  padding-bottom:100px;
  border-bottom: 1px solid #ccc;
}
.car-type .row {
  margin-top: 20px;
}
.car-type .row .col-lg-2{
  margin-top: 40px;
}
.car-type .container-fluid{
  max-width: 1520px;
  margin:0 auto;
}
.car-type-img{
  border:1px solid #ccc;
  webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
}
.car-type .row .col-lg-2:hover .car-type-img{
  filter:none;
}
.car-type .row .col-lg-2:hover>.car-type-img p{
  color: #F97E05;
}
.car-type-img p{
  height: 50px;
  border-top: 1px solid #ccc;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #333;
}

.share-module{
  display: flex;
  align-items: center;
}
.share-module em{
font-size: 200px;
        line-height: 1;
        position: absolute;
}
.share-module .icon-liubianxing{
  display: none;
}
.share-module-text{
        width: 100%;
        height: 200px;
        margin-left: 100px;
        border: 1px solid #E4E4E4;
        padding-left: 150px;
        padding-right:15px;
        border-left: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
}
.car-type .col-lg-12{
  margin-top: 40px;
}
.share-module-text p{
  line-height: 2;
}
.share-module em p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
white-space: nowrap;
  font-size: 30px;
  color: #333333;
  font-weight: bold;
}
.share-module em.icon-liubianxing p{
  color: #fff;
}
.car-type .col-lg-12:hover .share-module .icon-liubianxing{
/*  background: */
display: block;
color: #F97E05;
}
.car-type .col-lg-12:hover .share-module .icon-liubianxing1{
display: none;
}
.car-type .col-lg-12:hover .share-module-text{
  border: 1px solid #F97E05;
  border-left: none;
}
.special-function .frameworks{
  margin-top: 50px;
  background: #F7F7F7;
  padding: 30px;
}








/*自有车辆*/
.special-function .framework .text-center{
    margin-top: 30px;
  margin-bottom: 50px;
}
.special-function .framework span{
  background: #F97E05;
  padding: 12px 26px;
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
}
.car-owner{
  width: 100%;
  border-bottom:1px solid #ccc;
  padding-top: 100px;
  padding-bottom: 100px;
}
.car-owner .container-fluid{
  max-width: 1520px;
  margin: 0 auto;
}
.car-owner-title{
  font-size: 36px;
  color: #010101;
}
.car-owner-border{
  margin: 30px 0;
  height: 4px;
  width: 30px;
  background: #F97E05;
}
.car-owner-text{
  font-size: 14px;
  color: #999999;
  line-height: 2;
}
.car-owner .row .row{
  display: flex;
  align-items: center;
}
.application .swiper-container-application .swiper-pagination{
      top: 170px;
        bottom: inherit;
  }
@media (max-width: 1150px){
  .car-type-img p{
    font-size: 12px;
  }
}
@media (max-width: 1024px){
    .hardware{
    padding-top:40px;
  }
  .hardware .row{
    padding-bottom: 40px;
  }
  .car-type{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .car-owner{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px){
  .car-owner-border{
    margin: 15px 0;
  }
  .car-type-img p{
    font-size: 14px;
  }
  .share-module-text{
    padding-left: 120px;
  }
}
@media (max-width: 767px){
  .application .swiper-container-application .swiper-pagination{
    top: 0;
  }
    .solution .company-text p{
    width:100%;
  }
  .car-type-img p{
    font-size: 14px;
  }
  .hardware{
    padding-top:40px;
  }
  .hardware .row{
    padding-bottom: 40px;
  }
    .hardware .row img{

      margin-bottom: 15px;
    }
  .car-type{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .car-type .row .col-lg-2{
    margin-top: 20px;
  }
  .share-module{
    flex-wrap: wrap;
    justify-content: center;
  }
  .share-module em{
    position: relative;
    margin-bottom: 15px;
  }
  .share-module-text {
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      border-left: 1px solid #E4E4E4;
      padding:15px;
      height: auto;
  }
  .special-function .frameworks{
    padding: 10px;
    margin-top: 20px;
  }
  .car-owner .row .row{
    display:block;
  }
  .car-owner-title{
    font-size: 20px;
  }
  .car-owner-border{
    width: 30%;
    height: 2px;
  }
  .car-owner-text{
    margin-bottom: 10px;
  }
  .intelligent-items{
    margin-top: 25px;
  }
  .intelligent-item{
    margin-top: 25px;
  }
  .special-function .framework span{
    font-size: 12px;
  }
  .car-type .col-lg-12:hover .share-module-text{
    border-left:1px solid #F97E05;
  }
}
/*解决方案*/
.passenger-nav.navcheck{
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 9999;
}

.passenger-nav .container-fluid{
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  margin-top: 20px;
}
.passenger-nav-item{
  padding: 10px 20px;
  background: #F7F7F7;
  color: #999999;
  margin-right: 10px;
}
.passenger-nav-item.check{
  color: #fff;
  background: #F97E05;
}
.passenger .container-fluid{
  max-width: 1120px;
  margin: 0 auto;
}
.passenger-title{
  width:100%;
  font-size: 30px;
  margin-top: 100px;
}
.passenger-subhead{
  margin-bottom: 35px;
  font-size: 18px;
  color:#666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.passenger-box>div{
  margin-top: 108px;
}
.passenger-number{
  width: 18px;
  height: 18px;
  font-size: 10px;
  border-radius: 50%;
  border: 1px solid #666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.passenger-align{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999999;
}
.passenger-align p{
  line-height: 2;
}
.passenger-text{
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
@media (max-width: 767px){
  .passenger-title{
    margin-top: 30px;
    font-size: 24px;
  }
  .passenger .col-sm-4{
    margin-bottom: 20px;
  }
  .passenger-box>div{
    margin-top: 40px;
  }
  .passenger-subhead{
    margin-bottom: 10px;
  }
  .passenger-align{
    display: block;
  }
}

.newSystem{
  width: 100%;
  padding-top: 100px;
}
.newSystem .container-fluid{
  max-width: 1720px;
}
.newSystem .row{
  margin-top: 30px;
}
.solutions{
/*  padding-top:60px;
  padding-bottom: 45px;*/
  padding:70px 10px 0 10px;
   transition: all 0.3s;
}
.solution-box{
  border:1px solid #E4E4E4;
  position: relative;
  padding: 50px 25px 25px 25px;
}
.solution-i{
  position: absolute;
  top: -40px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-i i{
  font-size: 40px;
  color: #F97E05;
}
.solution-box-title span{
  display: inline-block;
  /* text-align: justify; */
  word-break: break-all;
  line-height: 1.5;
 font-size: 12px;
 color: #9B9EA0;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}
.solution-box-title p{
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.solution-box-bottom{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E4E4E4;

}
.solution-box-item{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.solution-box-link{
  justify-content: space-evenly;
}
.solution-box-item>div{
  display: flex;
  flex-direction: column;
}

.solution-box-item .management{ 
  text-align: right;
}
.solution-box-item p{
  font-size: 18px;
  color: #373D41;
  margin-bottom: 5px;
}
.solution-box-item span{
  font-size: 14px;
  color: #9B9EA0;
  text-align: right;
}
.solution-box-item a{
  border-radius: 3px;
  border:1px solid #F97E05;
  background: #fff;
  color: #F97E05;
  font-size: 14px;
  padding: 10px 12px;
}
.solution-box-item a:last-child{
  background: #F97E05;
  color: #fff;
}
.newSystem .apply-btn-box{
  margin-top: 40px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.solutions:hover{
  transform:translateY(-20px)
/*transform: scale(1.05);*/
}
.solutions:hover .solution-box{
  border: none;
  box-shadow: 0px 0px 15px 2px rgba(249, 126, 5, 0.4);
/*  position: absolute;*/
}
.solutions:hover .solution-i{
  border: none;
  box-shadow: 0px 0px 15px 2px rgba(249, 126, 5, 0.4);
}


/* feedback-start */

.probations,
.form-group {
  width: 100%;
  background: #fff;
  padding: 20px 0;
}
.container-fluid {
  max-width: 1320px;
  margin: 0 auto;
}
.message {
  padding: 0 15px;
  font-size: 28px;
  font-weight: bold;
  color: rgba(242,146,0,1);
  margin-bottom: 20px;
}
.probations .container-fluid .row {
  border: 1px solid #DDDDDD;
  margin: 0;
  padding-top: 30px;
}
.probations .container-fluid .row>div { 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-group {
  margin-bottom: 15px;
}
.probations .row .form-group>span {
  margin-top: 40px;
  font-size: 22px;
  margin-left: 15px;
  color: #000;
}
.probations .row .form-group>i { 
  color: #E70101;
  font-style: normal;
  outline: none;
}
.probations .row>div input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 20px;
  outline: none;
  height: 45px;
} 
.form-control {
  border: none;
  border-bottom: 1px solid #f1f1f1;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}   
.apply-button {
  width: 100%;
  margin: 60px 0;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom {
  width: 240px;
  height: 50px;
  background: #EC7D32;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  border: none;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .probations .row>div input {
    margin-top: 2px;
  }
  .form-group {
    padding: 0;
  } 
  .probations .container-fluid .row .apply-button {
    height: 60px;
  }
}
  
/* feedback-end */