.padding0{
    padding: 0;
}
.main{
    width: 100%;
    height: auto;
    position: relative;
}
.swiper-pagination-bullet{
    border: 1px solid #b3c6dd;
    background: none;
}
.swiper-pagination-bullet-active{
    border: 1px solid #a56e5d;
    background: none;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 2%;
    left: 0;
    width: 100%;
}
.banner{
     width: 100%;
     height: auto;
     max-height: 702px;
 }
.topBlank{
    width: 100%;
    height: 68px;
}
.searchInput::-webkit-input-placeholder{/*Webkit browsers*/
    color:#999;
    font-size:12px;
}
.searchInput:-moz-placeholder{/*Mozilla Firefox 4 to 8*/
    color:#999;
    font-size:12px;
}
.searchInput::moz-placeholder{/*Mozilla Firefox 19+*/
    color:#999;
    font-size:12px;
}
.searchInput:-ms-input-placeholder{/*Internet Explorer 10+*/
    color:#999;
    font-size:12px;
}
.bigTittleLine{
    display: block;
    margin: 5px auto;
    width: 60px;
    height: 2px;
    background: #808abc;
}
.bigTittleEng2 , .bigTittleChinese2{
    text-align: center;
}
.bigTittleEng2{
    color: #808abc;
}
.bigTittleChinese2{
    color: #2b3242;
}
.bigTittleLine2{
    background:#808abc ;
}
.bigTittleChinese2 {
    color: #2b3242;
}
.bigTittleChinese {
    font-size: 30px;
    font-family: "Microsoft YaHei UI";
}

/*底部*/
.footWarp{
    height: 299px;
    background: #424244;
    margin-top: 230px;
}
.footInner{
    height: 100%;
    padding-top: 50px;
}
.footUl{
    width: 20%;
    height: 60%;
    float: left;
}
.footUl li{
    width: 100%;
    height: 20%;
    text-align: center;
}
.footUl li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}
.bottomImg {
    width: 8%;
    height: auto;
    max-height: 100%;
    margin-right: 6%;
}
.phoneNumber{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.footUlR li a{
    text-align: center;
}
.footUlCenter{
    text-align: center;
}
.footUl li .BottomTittle{
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.bottomHr{
    margin-top: 26px;
    margin-bottom: 15px;
}
.copyRightWarp{
    color: #fff;
}
.copyRight{
    color: #757575;
    margin-right: 4%;
}
.copyRightWarp a{
    font-size: 12px;
    color: #fff;
}
.statement{
    float: right;
    color: #bdbdbd;
}
.beian{
    width: 100%;
    color: #bdbdbd;
}
.bottomBlank{
    width: 100%;
    height: 50px;
}
.mobileBottom{
    width: 100%;
    height: 50px;
    box-shadow:  0 -2px 1px #f3f3f4;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color:#fff;
    display: flex;
    justify-content: space-between;
   /* padding: 8px 0 6px 0;*/
}
.bottomNavA{
    width: 20%;
    height: 100%;
}
.bottomNavA .iconfont{
    width: 100%;
    height: 28px;
    font-size: 24px;
    color: #333333;
    text-align: center;
}
.bottomText{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #333333;
}
/*底部end*/
@media (min-width: 768px) {
   /*  .main {
        min-width: 992px;
    }
    .navbar-default{
          background-color: #fff;
          min-width: 992px;
      }*/
}
@media (max-width: 768px) {
    .topBlank {
        height: 48px;
    }
    .navbar-header{
        background: #d3e3ef;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #ffffff;
    }
    .bigTittleEng{
        font-size: 9px;
        line-height: 10px;
        margin-bottom: 2px;
    }
    .bigTittleChinese {
        font-size: 14px;
        line-height: 15px;
    }
     .bigTittleLine {
        width: 25px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .footWarp {
        height: 299px;
        background: #424244;
        margin-top: 100px;
    }
}