body{
    
    background-size: 100%;
    width: 100%;
    font-family: "微软雅黑";
}
.clearfix::before, .clearfix::after{
    content: ".";
    height: 0;
    visibility: hidden;
    font-size: 0;
    display: block;
}
.top-all{
    width: 100%;
    height: 50px;
    background: #b0292f;
}
.top{
    width: 1400px;
    height: 50px;
    margin:0 auto;
    font-size: 14px;
    color: #666;
}
.top .top-logo{
    float: left;
    display:block;
    width: 140px;
    height: 45px;
    margin-top: 2px;
    margin-right: 20px;
    /* margin-right: 260px; */
}
.top .top-daohang{
    float: left;
    width: 600px;
    height: 50px;
    /*background-color: pink;*/
}
.top .top-daohang ul li{
    float: left;
    padding: 0 6px;
    margin-right: 25px;
    line-height: 49px;
}
.top .top-daohang ul li a{
    color: rgba(255,255,255,.8);
}
.top .top-daohang ul li:hover a{
    color: #fff;
    font-weight: bold;
}
.top .top-daohang ul li:nth-of-type(7){
    margin-right: 0;
}
.top .top-daohang ul li:nth-of-type(1) a{
    color: #fff;
    font-weight: bold;
}

.top-right{
    float: right;
    width: 100px;
}
.top-right a.sousuo{
    display: block;
    float: left;
    width: 23px;
    height: 23px;
    margin-top: 13px;
    background:url(../images/sousuo.png); 
}
.top-right .top-xian{
    float: left;
    margin-left: 30px;
    width: 2px;
    height: 23px;
    background: rgba(255,255,255,.8);
    margin-top: 13px;
}
.top-right .top-right-en{
    float: right;
    line-height: 50px;
    color: rgba(255,255,255,.8);
}



.index-img{
    width: 100%;
}



/*以下是底部*/
.bottom{
    width: 100%;
    height: 200px;
    background: #323131;
}
.bottom-all{
    width: 1400px;
    height: 200px;
    margin:0 auto;
}
.bottom-left{
    float: left;
    width: 800px;
    height: 155px;
    margin-top: 20px;
}
.bottom-left .bottom-left-top{
    width: 800px;
    height: 62px;
}
.bottom-left .bottom-left-top .bottom-blogo{
    display: inline-block;
    width: 200px;
    height: 62px;
    float: left;
}
.bottom-left .bottom-left-top ul{
    width: 500px;
    height: 20px;
    float: left;
    margin-left: 60px;
    margin-top: 10px;
}
.bottom-left .bottom-left-top ul li{
    float: left;
    margin-right: 25px;
}
.bottom-left .bottom-left-top ul li:nth-of-type(4){
    margin-right: 0;
}
.bottom-left .bottom-left-top ul li a{
    color: #a1a1a1;
    font-size: 14px;
}
.bottom-left .bottom-phone{
    margin-left: 260px;
    width: 250px;
    height: 21px;
    color: #a1a1a1;
    background: red;
    background: url(../images/phone.png) no-repeat left;
    padding-left: 30px;
    font-size: 12px;
    line-height: 21px;
}
.bottom-left .bottom-foot{
	margin-left: 260px;
    font-size: 12px;
    color: #a1a1a1;
    margin-top: 10px;
}
.bottom-right {
    float: right;
    width: 120px;
    margin-top: 48px;
    height: 128px;
}
.bottom-right .bottom-right-top{
    width: 120px;
    height: 33px;
}
.bottom-right .bottom-right-top a{
    float: left;
    margin-right: 10px;
}
.bottom-right .bottom-right-top a:nth-of-type(3){
    margin-right: 0;
}
.bottom-right .bottom-anniu{
    margin-top: 70px;
    width: 90px;
    height: 25px;
    border: 1px solid #8f8f8f;
    box-sizing: border-box;
}
.bottom-right .bottom-anniu .CH{
    display: block;
    float: left;
    width: 45px;
    height: 24px;
    border-right: 1px solid #8f8f8f;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    line-height: 23px;
}
.bottom-right .bottom-anniu .EN{
    display: block;
    float:left;
    width: 43px;
    height: 24px;
    color: #fff;
    text-align: center;
    line-height: 23px;
}
