﻿.h-header{
    width: 100%;
    background: #01cfff;
}
.h-soso{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 1024px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
}
.h-header-left>img:nth-child(2){
    vertical-align: top;
}
.h-header-right{
    background: #1866b9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    width: 245px;
}
.h-header-right>input{
    background: #1866b9;
    padding: 5px;
    color: #ffffff;
}
input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ffffff;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ffffff;
}
.h-header-right>img{
    margin: 0 5px;
    width: 18px;
    height: 18px;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}

.wrap{
    min-width: 1024px;
    max-width: 1200px;
    margin: 0 auto;
}

.menu > li > a{
    color: #ffffff;
    position: relative;
    top: 5px;
}

.menu>li{
    float: left;
    width: 10%;
    text-align: center;
    transition: .4s;
    line-height: 2.5;
    height: 51px;
    position: relative;
    cursor: pointer;
}


.boa:hover .box{
    height: 200px;
}

.box{
    height:0px;
    overflow:hidden;
    transition:.5s;
    margin-top: 11px;
    background-color:transparent;
    position: absolute;
    z-index: 100;
    width: 120px;
}
.box:hover{
    overflow:visible;
    background-color:transparent;
}
.menu>li:hover{
    background: #ef475e;
}
.box li{
    position: relative;
    right: 0;
    height:30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    background: #ffffff;
    margin-top: 1px;
    transition: all .2s;
    cursor: pointer;
}
.box li:hover{
    background: #ef475e;
    color: #ffffff;
    right: -6px;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.h-tab{
    width: 100%;
    height: 55px;
    background: #01cfff;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    box-sizing: border-box;
}