.header{
    width: 100%;
    height: 160px;
    border-bottom: 1px solid #CCC;
}
.header_first{
    min-width: 1200px;
    width: 100%;
    height: 50px;
    background: #363636;
    color: #b0b0b0;
    font-size: 14px;
    line-height: 50px;
}
.landr{
    width: 1200px;
    text-align: right;
    margin: 0 auto;
    line-height: 50px;
}

.landr img{
    vertical-align: middle;
}
.login_span{
    width: 97px;
    margin-left: 52px;
}
.login_span a{
    color: #b0b0b0;
    font-size: 14px;
    text-decoration: none;
}
.login{
    /*float: left;*/
    cursor: pointer;
}
.register{
    margin-left: 40px;
    cursor: pointer;
}
.login_span:after{
    content: "";
    display: block;
    clear: both;
}
/*第一个头*/
.header_second{
    width: 1200px;
    height: 110px;
    margin: 0 auto;
    line-height: 110px;
    vertical-align: middle;
    text-align: left;
}
.logo{
    width: 180px;
    height: 60px;
    vertical-align: middle;
}
.nav_ul{
    height: 110px;
    float: right;
    line-height: 110px;
}
.nav_li{
    float: left;
    margin-left: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
}
.nav_li a{
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}
.nav_li:hover{
    border-bottom: 2px solid #ff8700;
}
.nav_li:hover a{
    color: #fe8700;
}
.active_head{
    border-bottom: 2px solid #ff8700;
}
.active_head a{
    color: #fe8700;
}
/*footer开始*/
.footer{
    width: 100%;
    height: 237px;
}
.footer_first{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.footer_ul{
    width: 342px;
    margin: 0 auto;
}
.footer_ul:after{
    content: "";
    display: block;
    clear: both;
}
.bg4{
    min-width: 1200px;
    width: 100%;
    background: #363636;
    height: 178px;
}
.bg6{
    width: 100%;
    background: #f6f6f6;
    height: 210px;
    color: #363636;
}

.footer_li{
    padding: 0 10px;
    border-right: 1px solid #ffffff;
    float: left;
    margin-top: 50px;
    font-size: 14px;
}
.footer_li:last-child {
    border-right: 0px;
}
.footer_li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}
.copyright{
    font-size: 14px;
    margin-top: 20px;
    color: #ffffff;
}
.copyright1{
    font-size: 14px;
    margin-top: 20px;
    color: #363636;
}
.bg5{
    min-width: 1200px;
    width: 100%;
    height: 60px;
    background: #292929;
}
.bg7{
    width: 100%;
    height: 60px;
    background: #ededed;
}
.bg6 .footer_li a{
    color: #363636;
}
.bg7 p{
    color: #363636;
}
.footer_font{
    width: 1200px;
    margin: 0 auto;
    color: #ffffff;
    line-height: 60px;
    font-size: 14px;
}
/*第一个头登陆*/
.landr_ul{
    float: right;
}
.landr_li{
    margin-left: 43px;
    float: left;
}
.landr_li span{
    font-size: 14px;
    color: #ff8700;
    margin-left: 5px;
}
.quit{
    float: right;
    margin-left: 50px;
}
.quit a{ color: #ff8700;}
.landr_li a{
    font-size: 14px;
    color: #ff8700;
    text-decoration: none;
}
.banner{
    min-width: 1200px!important;
}
.data_left_img{
    line-height: normal!important;
}
.main{
    height: 1030px!important;
}