#index .headers {
    margin: 0 auto;
    width: 1300px;
    height: 100px;
    /* margin-left: 50px; */
}

#index .headers .headers_top_left {
    float: left;
    margin-top: 27px;
    /* margin-left: 361px; */
}

#index .headers .headers_top_left img {
    width: 210px;
    height: 45px;
}

#index .headers .headers_top_right {
    float: right;
    margin-top: 23px;
}

#index .headers .headers_top_right li {
    float: left;
    margin-left: 20px;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
}
#index .headers .headers_top_right li.actives {
    border-bottom: 1px solid #1198FF;
    
}
#index .headers .headers_top_right li.actives  a{
    color: #1198FF;
}
#index .headers .headers_top_right .more{
    width: 99px;
    height: 31px;
    border: 1px solid #1299ff;
    border-radius: 30px;
     text-align: center; 
    line-height: 31px; 
     margin-top: 15px
}


#index .headers .headers_top_right li a {
    color: #333;
}

@media screen and (max-width: 1200px) {
    .headers_logo {
        width: 1350px !important;
    }
}

#index {
    width: 100%; 
}
 

#index .header {
    width: 100%; 
    /*margin-top: 50px;*/
}

#index .header .header_top {
    text-align: center;
}

#index .header .header_top p {
    font-size: 36px;
    padding-bottom: 20px;
}

#index .header .header_top span {
    font-size: 16px;
}

#index .header .header_boom {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 61px;
}

#index .header .header_boom div {
    margin-left: 100px;
}

#index .header .header_boom div p {
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
    color: #1299FF;
}
* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}
