* {
    margin: 0;
    padding: 0;
}

body {
    background: rgb(250, 247, 250);
    color: #333333;
    font-family: "黑体";
    line-height: 24px;
}

.clear {
    clear: both;
}

ul,
li {
    list-style: none;
}

.textCenter {
    text-align: center;
}

img {
    border: 0;
}

input {
    font-family: "黑体";
}

header {
    background: #fff;
    width: 100%;
    height: 70px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.topBox {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
}

.logo {
    float: left;
    margin-top: 6px;
    width: 32%;
}

.topNav {
    float: right;
    height: 70px;
    width: 68%;
    font-size: 18px;
}

.topNavList {
    float: right;
    margin-top: 23px;
}

.topNavList ul {
    list-style: none;
}

.topNavList ul li {
    float: left;
    margin: 0px 15px;
}

.topNavList ul li a {
    text-decoration: none;
    color: #222C36;
}

.topNavList ul li.topNavCurrent a {
    color: #277FE1;
}

.search {
    float: right;
    height: auto;
    width: 230px;
    right: 30px;
}

.searchParent {
    position: relative;
}

.searchBar {
    width: 230px;
    height: 30px;
    margin-top: 20px;
    border-radius: 18px;
    outline: none;
    border: 1px solid #ccc;
    padding-left: 20px;
    position: absolute;
    background: none;
}

.searchBtn {
    height: 30px;
    width: 35px;
    position: absolute;
    top: 26px;
    left: 216px;
    border: none;
    outline: none;
    background: url(../images/searchBtn.png) no-repeat;
    cursor: pointer;
}

.caseRegister {
    clear: both;
    padding: 12px 10px 0 0;
    text-align: right;
}

.caseRegister2 {
    clear: both;
    padding: 2px 10px 0 0;
    text-align: right;
}

.mainBox {
    width: 1200px;
    margin: 0px auto;
}

footer {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #242631;
}

.footerBox {
    width: 1200px;
    margin: 0px auto;
    color: #FFFFFF;
}

.footerBox h2 {
    border-bottom: 1px solid #fff;
    line-height: 50px;
}

.footerNav {
    float: left;
}

.footerNavContent {
    margin-top: 30px;
    float: left;
    margin-right: 110px;
}

.footerNavContent h3 {
    margin-bottom: 20px;
}

.footerNavContent ul li a {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 40px;
}

.drops {
    float: right;
    width: 430px;
    margin-top: 30px;
}

.tel {
    font-size: 24px;
    line-height: 50px;
    border-bottom: 1px solid #fff;
}

.phoneIcon img {
    vertical-align: middle;
    margin-right: 5px;
}

.floatLeft {
    float: left;
}

a.beian:link {
    color: white;
}

a.beian:visited {
    color: white;
}