/* 主体 */
.bodys_box{
    width: 100%;
    height: 100%;
}
/* 头部图片 */
.header_bg{
    width: 100%;
    height: 340px;
    background-image: url(../images/header_01.png);
    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-size: cover;
    margin: 0 auto;
}
/* tab栏内容盒子 */
.tab_box{
    /* position: relative; */
    width: 1300px;
    height: 100%;
    min-height: 500px;
    margin: 30px auto;
}
/* 一号tab盒子 */
.tabmod_box_01{
   float: left;
    padding-right: 20px;
    display: inline-block;
    width: 200px;
    height: 100%;
   
}
.tabTitle{
    display: none;
    width: 100%;
    height: 50px;
    background-color: #1959a8;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}

.tab_list{
    width:100%;
    height: 180px;
    
}
.tab_list li{
    margin-top: 20px;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    background-color: #999999;
    border-radius: 8px;
}
.tab_list li:nth-child(1){
    background-color: #1959a8;
    color: #fff;
    font-size:24px;
    font-weight: bold;
}
.tab_list li:hover{
    background-color: #1959a8;
    color: #fff;

}
#list_style_color{
    background-color: #1959a8;
    color: #fff;

}

/* 内容盒子 */
.tabmod_box_02{
    /* position: absolute;
    right: 0; */
    font-size: 18px;
    color: #333;
    display: inline-block;
    width: 1000px;
    height: 100%;
    min-height: 500px;
    padding: 20px ;
}
.tabmod_box_02 h2{
    line-height: 50px;
}

.tabmod_box_02 span{
    font-weight: bold;
    background-color: none;
}
.tab_list a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}
