.head {
    background:#1058a0;
}
.nav {
    background:#1058a0;
}
.nav_color {
    background:#1058a0;
}
.sub-nav {
    display:none;
    background:#8dbded;
}
.sub-nav li a {
    font-size:14px;
    font-weight:normal;
}
.fat-nav {
    background:#1058a0 url(../images/nav-fat-bg.png) right 10px center no-repeat;
}
.head {
    height:60px;
}
.allpage {
    box-sizing:border-box;
    padding-top:60px;
}
html,body {
    position:relative;
    height:100%;
}
body {
    font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size:14px;
    color:#000;
    margin:0;
    padding:0;
}
.swiper-container {
    width:100%;
    height:52vw;
}
.swiper-slide {
    text-align:center;
    font-size:18px;
    background:#fff;
    /* Center slide text vertically */
  display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    transition:300ms;
    transform:scale(0.8);
}
.swiper-slide-active,.swiper-slide-duplicate-active {
    transform:scale(1);
}
.swiperbox2 .swiper-slide {
    position: relative;
    border-radius:10px;
    overflow:hidden;
}
.swiper-slide img {
    width:100%;
}
.swiper-pagination {
    display:none;
}
.swiper-msg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 36px;
    background: rgba(0,0,0,.8);
}
.swiper-container1{
    overflow: hidden;
}



#footer{
    z-index: 3;
    position: relative;
    background: #244686;
}
.codeimgbox{
    padding: 30px 15vw 0;
    width: 70vw;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}
.codeimgbox img{
    width: 30vw;
}
.codeimgname{
    text-align: center;
}
.footerbox{
    padding: 0 30px 20px;
    font-size: 14px;
    color: #a5b4d2;
    line-height: 24px;
}

