*{
    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;
}
.top-header .top-t .top-t-title {
    width: 700px;
    height: 34px;
    margin: 0 auto;
	float:right;
}
.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: 12px;
}
.top-header .top-t .top-t-title ul{
    float: right;
}
.top-header .top-t .top-t-title ul li{
    float: left;
}
.top-header .top-t .top-t-title ul li a{
    display: inline-block;
    color: #595959;
    text-decoration:none;
}
.top-header .top-t .top-t-title ul li a:hover{
	color:#BD192D;
	text-decoration:none;
}
.search-div{
    float: right;
    margin-top: 34px;
    margin-right: 19px;
}
.search-center{
    width: 225px;
    height: 30px;
    border: 1px solid #bd192d;
    border-radius: 5px;
    float: left;
    margin-right: 20px;
	margin-bottom: 5px;
}
.search-center input[type=text]{
    width: 181px;
    border: none;
    height: 27px;
    line-height: 27px;
    margin-left: 7px;
    float: left;
    padding: 0 !important;
    box-shadow: none !important;
    color: #555555 !important;
    font-size: 14px !important;
}
.search-center input[type=button]{
    background:#bd192d  url("../images/sear_03.png") no-repeat 10px 5px;
    border: none;
    width: 37px;
    height: 31px;
    border-radius: 0 4px  5px 0;
}
.xinzeng{
	margin-top:42px;
}
.xinzeng span{
	display: inline-block;
    height: 20px;
    line-height: 20px;
	margin-right:10px;
}
.xinzeng span input{
	vertical-align: middle;
	margin-right:5px;
}
._button{
    width: 55px;
    height: 30px;
    border: none;
    background: #0072e4 url("../images/baisan_03.png") no-repeat 40px 12px;
    border-radius: 5px;
    font-size: 15px;
    color: #FFFFFF;
    text-align: left;
    box-sizing: border-box;
    padding-left: 8px;
}
.d-xs{
    display: block !important;
}
.top-header .top-banner-box,.top-banner{
    width: 1100px;
    margin: 0 auto;
    height: 144px;
   z-index: 2;
    position: relative;
}

.top-header .top-banner img{
    margin-top: 31px;
}
.top-header .top-nav,.top-nav-c{
    height: 55px;
    background: #bd192d;
}
.top-header .top-nav .top-nav-c{
   width: 1100px;
    margin: 0 auto;
}
.top-header .top-nav .top-nav-c ul li{
    float: left;
    font-size: 24px;
    color: #ffffff;
    height: 55px;
    line-height: 55px;
    width: 173px;
    text-align: center;
    /*  background: red;*/
    margin-left: 35px;
    position: relative;
    z-index: 999;
}

.top-header .top-nav .top-nav-c ul li img:hover {
    display: block;
}
.li-back{
    background: url("../images/li_bag.png") no-repeat 0 -5px;

}

#changepage{
    margin-top: 10px;
    text-align: center;
}
#changepage .up_page,#changepage .down_page {
    border: 1px solid #E8E8E8;
    text-align: center;
    line-height: 34px;
    padding: 10px 4px;
    font-size: 14px;
}
#changepage a {
    color: #1B242F;
}
.more{
    color: #bd192d !important;
}
.more:active{
    color: #bd192d !important;
}