*{
    padding: 0;
    margin: 0;
}
body{
    min-width: 1200px;
    overflow: auto;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}
.banner{
  position: relative;
}
.banner-title{
  color: #fff;
  position: absolute;
  top: 66%;
  left: 9.4%;
  font-size: 2.3vw;
}
.banner img{
  width: 100%;
 display: block;
}
/* 头部 */
.header{
    height: 61px;
    width: 100%;
    padding: 0 60px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    color: #fff;
    font-size:16px;
}
.header:hover{
  background-color: #fff;
  color:#000;
}
.nav-ul{
    display: flex;
    height: 100%;
    float: right;
}
.nav-li{
  margin: 0 15px;
  line-height: 61px;
  cursor: pointer;
}
.nav-li.active{
  border-bottom: 3px solid #E97236;
}
.panel{
    height: 0;
    width: 100%;
    background-color: #f9f9f9;
    position: fixed;
    top: 61px;
    left: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
}
.panel-title{
  width: 318px;
  height: 100%;
  font-size: 24px;
  font-weight: bolder;
  margin-left: 306px;
}
.panel-ul{
  width: 282px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.panel-li{
  margin-bottom: 20px;
    font-size: 16px;
    color: #000;
}

.panel-remark{
  margin-right: 306px;
}
/* 踩线 */
.colorLine{
    width:500px;
    height: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 10px;
}
.colorLine p:first-child{
    background-color: #373737;
    width: 50%;
    height: 100%;
}
.colorLine p:last-child{
    background-color: #FF5D15;  
    width: 50%;
    height: 100%;
}
/* 快捷菜单 */
.fast-ul{
    position: fixed;
    right: 21px;
    bottom: 340px;
    display: none;
    z-index: 9;
  }
  .fast-li{
    width: 70px;
    height: 74px;
    background-color: #FF5D15;
    padding: 15px 11px 0;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
  
  }
  .fast-li:hover .tit{
    background-color: #FF5D15;
    color: #fff;
  }
  .fast-li:hover{
    background-color: #FF5D15;
  }
  .fast-li .qr{
    padding: 11px;
    position: absolute;
    top: -45px;
    right: 90px;
    background: #fff;
      box-shadow: -1px -1px 8px 8px #eee;
      text-align: center;
      display: none;
  
  
  }
  .fast-li .qr .qr-img{
    width: 140px;
    height: 140px;
  }
  .tit{
     width: 48px;
      font-size: 12px;
      line-height: 33px;
      color: #fff;
      border-bottom: 1px solid #fff;
  }
  .tit3{
    border-bottom:none
  }
  .backtop{
    padding: 0;
    width: 70px;
    height: 70px;
  }
  

/* 底部样式 */
.footer{
    background-color: #373737;
    display: flex;
    justify-content: center;
    padding: 0 50px 50px;
    border-bottom: 2px solid #525252;
  }
  .footer .row{
   display: flex;
   min-width: 1200px;
   max-width: 1540px;
  }
  .footer .row .foot-left{
   width: 58%;
  }
  .foot-left p{
      margin-top: 68px;
      margin-bottom: 20px;
      line-height: 30px;
      color: #FF5D15;
      font-size: 26px;
      font-weight: bolder;
  }
  .foot-ul{
    display: flex;
  }
  .foot-li{
    padding-right:  30px;
    float: left;
    color: #CFE4E4;
  }
  .footer .row .foot-right{
    width:41%;
   }
   .footer .row .foot-right p{
    color: #CFE4E4;
      height: 30px;
      font-size: 16px;
      color: #fbfbfc;
      line-height:30px;
      display: flex;
      align-items: center;
      
   }
   .footer .row .foot-right p img{
     width: 21px;
     height: 21px;
     margin-right: 20px;
   } 
   .footer .row .foot-right p:first-child{
    margin-top:48px;
      height: 53px;
      line-height: 40px;
      padding: 13px 0 0 30px;
      font-size: 14px;
      color: #fff;
   }
   .record{
    background-color: #373737;
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;

   }
   .ipc{
    color: #fff;
   }
   .ipc:hover{
    text-decoration: underline;
   }
   /* 内容宽度 */
   .container-fluid .row{
    min-width: 1200px;
    max-width: 1540px;
    display: flex;
  }
  /* tab */
  .tabbox{
    min-width: 1200px;
    max-width: 1540px;
    margin: 0 auto;
    width: 100%;
padding:80px 50px 0px;
margin-bottom: 20px;
display: flex;
justify-content: center;
position: relative;
&::after{
  content: ' ';
  display: inline-block;
  width: 100%;
  height: 12px;
  border-bottom: 3px solid #9E9F9F;
  position: absolute;
  bottom: 0;
  left: 0;

}
}
.tab{
 text-align: center;
 margin: 0 50px;
 font-size: 22px;
 width:100px;
 padding: 0 10px;
 z-index: 1;
 height:45px;
 line-height: 45px;
}
.tab.active{
  border-bottom: 3px solid #FF5D15;
}




