@import "./animate.min.css";

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../font/iconfont.woff2') format('woff2'),
        url('../font/iconfont.woff') format('woff'),
        url('../font/iconfont.ttf') format('truetype'),
        url('../font/iconfont.svg#iconfont') format('svg');
  }
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
* {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", "PingFang SC", STHeiti, 微软雅黑, "Microsoft YaHei", Helvetica, Arial, sans-serif;
}
a {
    text-decoration: none;
    color: #333;
}
body{
    overflow-x: hidden;
}
.commonHeader .header {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}
.commonHeader .header .menu > li {
    position: relative;
    height: 80px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-left: 60px;
    box-sizing: border-box;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.commonHeader .menu > li a {
    display: block;
    line-height: 80px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.commonHeader .menu > li:hover {
    border-bottom: 2px solid #16C5AC;
}
.commonHeader .menu > li:hover > a {
    color:#16C5AC;
}
.commonHeader .menu > li .secondMenu {
    display: none;
    position: absolute;
    width: 140px;
    top: 80px;
    left: 50%;
    margin-left: -70px;
    z-index: 999;
}
.commonHeader .menu > li:hover .secondMenu {
    display: block;
}
.commonHeader .menu > li .secondMenu li {
    height: 56px;
    text-align: center;
    background: #fff;
}
.commonHeader .menu > li .secondMenu li:hover,
.commonHeader .menu > li .secondMenu .active {
    background: #ECEDF1;
}
.commonHeader .menu > li .secondMenu li a {
    display: block;
    line-height: 56px;
    color: #333333;
    font-size: 14px;
}
.header .menu > li {
    position: relative;
    height: 80px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-left: 60px;
    box-sizing: border-box;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.header .menu > li a {
    display: block;
    line-height: 80px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.header .menu > li:hover,.header .menu > li.active {
    border-bottom: 2px solid #16C5AC!important;
}
.header .menu > li:hover > a,.header .menu > li.active>a{
    color:#16C5AC!important;
}

.header .menu > li .secondMenu {
    display: none;
    position: absolute;
    width: 140px;
    top: 80px;
    left: 50%;
    margin-left: -70px;
    z-index: 999;
}
.header .menu > li:hover .secondMenu {
    display: block;
}
.header .menu > li .secondMenu li {
    height: 56px;
    text-align: center;
    background: #fff;
}
.header .menu > li .secondMenu li:hover,
.header .menu > li .secondMenu .active {
    background: #ECEDF1;
}
.header .menu > li .secondMenu li a {
    display: block;
    line-height: 56px;
    color: #333333;
    font-size: 14px;
}
.header.fixed{
    position: fixed!important;
    top:0!important;
    left:0!important;
    background:rgba(0,0,0,.7);
    width:100%!important;
    margin:0!important;
    padding:0 30px;
    z-index: 100;
    box-sizing: border-box;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    animation:fadeIn .5s ease-in-out;
}
.header.fixed li a{
    color:#fff!important;
}
.header.fixed .menu > li .secondMenu li{
    background:#eee;
}
.header.fixed .menu > li .secondMenu li a{
    color:#333!important;
}
.header.fixed .menu > li .secondMenu li:hover, .header.fixed .menu > li .secondMenu .active{
    background:#ddd;
}
.header-inner{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    align-items: center;
    margin:0 auto;
}

.commonFooter {
    background: #F5F6F9;
}
.commonFooter .footerContent {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #333333;
    padding: 45px 0 30px 0;
}
.commonFooter .copyright {
    height: 84px;
    line-height: 84px;
    border-top: 1px solid #E5E7EB;
    text-align: center;
    color: #555555;
}
.commonFooter .footerContent li {
    margin-bottom: 20px;
}
.commonFooter .footerContent li:hover a{
    color:#16C5AC;
}
.commonFooter .footerContent .title {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.commonFooter .footerContent .add {
    background: url('../images/gis.png') left center no-repeat;
    background-size: 16px 16px;
    padding-left: 25px;
    margin: 30px 0;
}
.commonFooter .footerContent .phone {
    background: url('../images/phone.png') left center no-repeat;
    background-size: 16px 16px;
    padding-left: 25px;
    margin-bottom: 30px;
}
.commonFooter .footerContent .email {
    background: url('../images/email.png') left center no-repeat;
    background-size: 16px 16px;
    padding-left: 25px;
    margin-bottom: 30px;
}

.commonBanner {
    position: relative;
}
.commonBanner .bannerName {
    position: absolute;
    width: 1200px;
    height: 100px;
    line-height: 100px;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -600px;
    color: #fff;
    font-size: 48px;
}
.submitNotice {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -43px;
    margin-left: -170px;
    width: 340px;
    height: 86px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
}
.submitNotice img {
    margin-right: 20px;
}

ul,ol,li {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.t-c {
    text-align: center;
}
.t-r {
    text-align: right;
}  
.d-f {
    display: flex;
}
.justify-c {
    justify-content: center;
}
.justify-s {
    justify-content: flex-start;
}
.justify-e {
    justify-content: flex-end;
}
.justify-a {
    justify-content: space-around;
}
.justify-b {
    justify-content: space-between;
}
.align-c {
    align-items : center;
}
.align-s {
    align-items:  flex-start;
}
.align-e {
    align-items:  flex-end;
}
.align-a {
    align-items:  space-around;
}
.align-b {
    align-items:  space-between;
}


#loading{
    background-color: #1B3B50;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 10008;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
    }
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px;

}
.object{
    width: 8px;
    height: 50px;
    margin-right:5px;
    background-color: #FFF;
    -webkit-animation: animate 1s infinite;
    animation: animate 1s infinite;
    float: left;
    
    }

.object:last-child {
    margin-right: 0px;
    }

.object:nth-child(10){
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;	
    }
.object:nth-child(9){
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;	
    }	
.object:nth-child(8){
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;	
    }
.object:nth-child(7){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;	
    }
.object:nth-child(6){
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;	
    }
.object:nth-child(5){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    }
.object:nth-child(4){
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;		
    }
.object:nth-child(3){
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;	
    }
.object:nth-child(2){
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    }	
@-webkit-keyframes animate {
 
  50% {
    -ms-transform: scaleY(0); 
       -webkit-transform: scaleY(0);
    transform: scaleY(0);
    
      }
}
@keyframes animate {
  50% {
    -ms-transform: scaleY(0); 
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

.ani-init {
    opacity: 0;
    transition-property: opacity,transform;
    transition-timing-function: ease;
    transition-duration: .8s;
    transform: translateY(100px);
}
.ani-os{
    opacity: 1;
    transform: translateZ(0);
}

.fade-left {
    transform: translate(100px);
    opacity: 0;
    transition-property: opacity,transform;
    transition-timing-function: ease;
}
.aos-animate {
    opacity: 1;
    transform: translate(0);
}
[data-aos-duration='600'] {
    transition-duration: .6s;
}
[data-aos-duration='1000'] {
    transition-duration: 1s;
}
[data-aos-duration='1200'] {
    transition-duration: 1.2s;
}
[data-aos-duration='1400'] {
    transition-duration: 1.4s;
}
[data-aos-duration='1800'] {
    transition-duration: 1.8s;
}
[data-aos-duration='2200'] {
    transition-duration: 2.2s;
}