/* header.head */
header.head{
    width:100%;
    height:80px;
    position:fixed;
    top:0;
    left:0;
    z-index:999;
    background:#fff;
}
header.head .header-wrapper{
    width:1200px;
    height:80px;
    margin:0 auto;
}
header.head .header-wrapper .header-logo{
    width:200px;
    float:left;
    margin-top:13px;
    height:auto;
}
header.head .header-wrapper .header-logo img{
    width:100%;
    display:block;
    float:left;
}
header.head .header-menu{
    width:900px;
    float:right;
}
header.head .header-menu .nav-wrap{
    width:660px;
}
header.head .header-menu .nav-wrap .nav-item{
    width:110px;
    float:left;
    height:80px;
    line-height:80px;
    text-align:center;
    color:#333;
    font-size:16px;
    font-weight:bold;
}
header.head .header-menu .nav-wrap .product-switch{
    width:110px;
    height:80px;
    cursor: pointer;
}
header.head .header-menu .nav-wrap .product-switch .switch-item{
    width:110px;
    height:80px;
    line-height:80px;
    text-align:center;
    color:#333;
    font-size:16px;
    font-weight:bold;
}
header.head .header-menu .nav-wrap .product-switch .switch-item i{
    font-size:16px;
    margin-left:5px;
}
header.head .header-menu .nav-wrap .product-switch .switch-item.active{
    color:#2e3187;
}
header.head .header-menu .nav-wrap .product-switch .prod-content{
    position:absolute;
    top:80px;
    left:0;
    width:100%;
    height:auto;
    box-sizing: border-box;
    padding:30px 12% 20px 12%;
    background:rgba(255, 255, 255, .96);
}
header.head .header-menu .nav-wrap .product-switch .product-switch-wrapper{
    display:none;
}
header.head .header-menu .nav-wrap .product-switch .product-switch-wrapper.active{
    display:block;
}
header.head .header-menu .nav-wrap .product-switch .prod-content dl{
    width:300px;
    float:left;
    height:64px;
    margin:0 15px 30px;
}
header.head .header-menu .nav-wrap .product-switch .prod-content dt{
    width:64px;
    height:64px;
    float:left;
    overflow: hidden;
    border-radius:50%;
}
header.head .header-menu .nav-wrap .product-switch .prod-content dt img{
    transition:.3s all;
    width:64px;
    height:64px;
    display:block;
}
header.head .header-menu .nav-wrap .product-switch .prod-content dt img:hover{
    transform:scale(1.1);
}
header.head .header-menu .nav-wrap .product-switch .prod-content dd{
    float:right;
    width:225px;
    line-height:1.2;
    font-size:16px;
    padding:12px 0 0 10px;
    font-weight:normal;
    text-align:left;
}


header.head .header-menu .rest{
    width:144px;
    height:44px;
    margin-top:18px;
    float:right;
}
header.head .header-menu .rest a{
    width:144px;
    height:44px;
    transition:.3s all;
    display:block;
    text-align:center;
    line-height:44px;
    color: #fff;
    border-radius:25px;
    background:#2e3187;
}
header.head .header-menu .rest a:hover{
    background:#01508c;
}
.head-blank{
    width:100%;
    height:80px;
}







/* footer.foot */
.foot{
    width:100%;
    background:#15151c;
    padding-top:100px;
}
.foot .foot-wrapper{
    width:1200px;
    margin:0 auto;
    padding-bottom:50px;
    border-bottom:1px solid #555;
}
.foot .foot-wrapper .foot-logo-item{
    width:220px;
    float:left;
}
.foot .foot-wrapper .foot-logo-item .foot-logo{
    width:200px;
    height:56px;

}
.foot .foot-wrapper .foot-logo-item .foot-logo img{
    width:200px;
    height:56px;
    display: block;
}

.foot .foot-wrapper .foot-logo-item .logo-desc{
    border-top:1px solid #677778;
    margin-top:15px;
    font-size:14px;
    line-height:1.5;
    padding-top:15px;
    color:#bbb;
}

.foot .foot-wrapper .foot-logo-item .icon-wrap{
    margin-top:15px;
}
.foot .foot-wrapper .foot-logo-item .icon-wrap li{
    float:left;
    margin-right:15px;
    list-style:none;
}
.foot .foot-wrapper .foot-logo-item .icon-wrap li a{
    font-size:16px;
    display:block;
    width:26px;
    height:26px;
    line-height:26px;
    text-align:center;
    border-radius:50%;
    transition: .3s ease-in-out;
    background:#333;
    color:#bbb;
}
.foot .foot-wrapper .foot-logo-item .icon-wrap li a:hover{
    background:#2e3187;
    color:#ddd;
}

.foot .foot-wrapper .foot-app-item{
    width:260px;
    margin-left:80px;
    float:left;
    color:#fff;
}
.foot .foot-wrapper .foot-app-item h2{
    font-size:18px;
    font-weight:bold;
    margin-bottom:15px;
}

.foot .foot-wrapper .foot-prod-item{
    width:220px;
    margin-left:50px;
    float:left;
    color:#fff;
}

.foot .foot-app-list{
    list-style:none;
}
.foot .foot-app-list li{
    margin-bottom:15px;
}
.foot .foot-app-list li a{
    color:#bbb;
}
.foot .foot-app-item .app-more{
    font-size:15px;
    color:#fff;
}
.foot .foot-app-item .app-more a{
    color:#fff;
    transition: .3s all;
}
.foot .foot-app-item .app-more a:hover{
    color:#2e3187;
}






.foot .foot-prod-item{
    width:260px;
    float:left;
    margin-left:80px;
}
.foot .foot-prod-item h2{
    font-size:18px;
    font-weight:bold;
    margin-bottom:15px;
}



.foot .foot-prod-list{
    list-style:none;
}
.foot .foot-prod-list li{
    margin-bottom:15px;
}
.foot .foot-prod-list li a{
    color:#bbb;
}
.foot .foot-prod-item .prod-more{
    font-size:15px;
    color:#fff;
    cursor: pointer;
}


.foot .foot-wrapper .foot-contact-info{
    width:300px;
    float:right;
}
.foot .foot-contact-info h2{
    font-size:16px;
    font-weight:bold;
    margin-bottom:15px;
    color:#fff;
}
.foot .foot-contact-info .info-wrap{
        margin-bottom:15px;
        color:#fff;
}
.foot .foot-contact-info .info-wrap p{
    font-size:12px;
    line-height:1.5;
    color:#bbb;
    margin-bottom:15px;
}
.foot .foot-contact-info .info-wrap p a{
    color:#eee;
    transition: .3s all;
}
.foot .foot-contact-info .info-wrap p a:hover{
    color:#2e3187;
}

.foot .foot-contact-info .tel-icon{
    padding-top:8px;
}
.foot .foot-contact-info .tel-icon a{
    color: #c4c4c4;
    transition: .3s all;
}
.foot .foot-contact-info .tel-icon .iconfont{
    font-size:24px;
}
.foot .foot-contact-info .tel-icon a:hover{
    color:#2e3187;
}

.foot .base-wrapper{
    width:100%;
    padding-bottom:40px;  
}
.foot .base-wrapper p{
    text-align: center;
    padding:30px 0 0;
    text-align: center;
    font-size:13px;
    color:rgba(255, 255, 255, .3);
}


/* contactbanner */
.contact-banner{
    background: url('/static/images/contact-banner.jpg') no-repeat center top;
    width:100%;
    height:550px;
}
.contact-banner-wrapper{
width:1280px;
margin:0 auto;
}
.contact-banner-wrapper .title{
    font-size:36px;
    letter-spacing: 1px;
    color:#fff;
    line-height:1.2;
    padding:140px 0  0 580px;
    font-weight: 700;
    /* text-transform:uppercase; */
}
.contact-banner-wrapper p{
    font-size:24px;
    letter-spacing: 1px;
    color:#fff;
    line-height:1.6;
    padding:30px 0  0 580px;
}