*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "microsoft yahei" !important;
    background: #f6f6f6;
}
a{
    cursor: pointer;
    color:black;
}
li{
    cursor: pointer;
}
li:hover{
    cursor: pointer;
}
.top-header{
    background: #ffffff;
    height: 234px;
}
.top-header .top-t{
    height: 34px;
    background: #dfdfdf;
    border-bottom:#c6c6c6 ;
}
.top-header .top-t .top-t-title {
    width: 1100px;
    height: 34px;
    margin: 0 auto;
}
.top-header .top-t .top-t-title span,.top-header .top-t .top-t-title ul li {
    line-height: 34px;
    height: 34px;
    color: #595959;
    font-size: 14px;
}
.top-header .top-t .top-t-title ul{
    float: right;
}
.top-header .top-t .top-t-title ul li{
    float: left;
    margin-left: 12px;
}
.top-header .top-t .top-t-title ul li a{
    display: inline-block;
    color: #595959;
    text-decoration:none;
}
.search-div{
    float: right;
    margin-top: 50px;
}
.search-center{
    width: 225px;
    height: 30px;
    border: 1px solid #0072e4;
    border-radius: 5px;
    float: left;
    margin-right: 20px;
}
.search-center input[type=text]{
    width: 181px;
    border: none;