/*重置*/
*{
    font-family:"微软雅黑";
    margin:0;
    padding:0;
}
li{
    list-style:none;
}
h1,h2,h3,h4{
    font-weight:normal;
    font-size:12px;
}
img{
    display:block;
    border:none 0;
}
a{
    text-decoration:none;
    color:black;
}
dl,dd{
    text-decoration:none;
}
/*hover*/
.headerBox .header .navBox ul li:hover{
    background-color: #2273E6;
}
.headerBox .loginBox div:hover{
    cursor: pointer;
    background-color: #2273E6;
}
/**/
#choose{
    background-color: #2273E6;
}
/*headerBox*/
.headerBox{
    width: 100%;
    height: 70px;
    background-color: #282D39;
}
.header{
    width: 1200px;
    height: 70px;
    margin: 0 auto;
}
.logoBox{
    float: left;
}
.logoBox img{
    float: left;
    margin-top: 14px;
}
.logoBox h1{
    float: left;
    line-height: 70px;
    margin-left: 10px;
    font-size: 28px;
    color: white;
}
.navBox{
    float: left;
    margin-left: 150px;
}
.navBox li{
    float: left;
    line-height: 70px;
    font-size: 16px;
    color: white;
    /*margin-right: 48px;*/
    padding: 0 24px;
}
.loginBox{
    float: right;
}
.loginBox img{
    float: left;
    margin-right: 10px;
    margin-top: 25px;
    height: 24px;
    width: 24px;
    background-size: 100%;
}
.loginBox div{
    float: left;
    width: 54px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 16px;
    color: white;
}
/*bottomBox*/
.bottomBox .bottom .textBox dd:hover{
    color: #2273E6;
}
.bottomBox{
    width: 100%;
    height: 382px;
    background-color: #282D39;
    overflow:hidden;
}
.bottom{
    width: 1200px;
    height: 160px;
    margin: 111px auto;
}
.bottom .mtone{
    margin-top: 18px;
}
.bottom .textBox{
    float: left;
    margin-top: 8px;
}
.bottom .textBox dd{
    line-height: 36px;
    font-size: 14px;
    color: #FBFBFB;
}
.bottom img{
    float: left;
    margin: 20px 10px 20px 36px;
}
.bottom .contactBox{
    float: left;
    margin-top: 8px;
}
.bottom .contactBox dd{
    line-height: 36px;
    font-size: 14px;
    color: #FBFBFB;
}
.bottom .partnerBox{
    float: right;
    width: 370px;
    height: 160px;
}
.bottom .partnerBox .partner{
    width: 150px;
    height: 80px;
    float: left;
    margin-right: 30px;
    background-size: 100%;
}
.bottom .partnerBox .partner img{
    width: 100%;
    background-size: 100%;
}
