#section_2{
    background-color: #333333;
}

#s2_main_title {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 5px;
}

#s2_sub_title{
    font-size: 12px;
    color: #ffffff;
}

#img_box {
    float: left;
    width: 100%;
    overflow: hidden;
}

#img_box img{
    width: 100%;
}

#section_3{
    margin-top: 30px;
}

#section_4{
    margin-top: 30px;
    background-color: #f5f5f5;
}

.out_s6_box {
    float: left;
    width: 100%;
    overflow: hidden;
}

#out_s6_box0{
    margin-bottom: 30px;
}

#out_s6_box1{
    margin-bottom: 20px;
    padding: 0;
}

.in_s6_box {
    float: left;
    width: 20%;
    margin-right: 5.5%;
}

.in_s6_box img {
    width: 100%;
}

.in_s6_box:nth-child(4),
.in_s6_box:nth-child(8) {
    margin-right: 0;
}

#more_box{
    float: left;
    width: 100%;
    height: 1px;
    margin:25px 0 10px 0;
    opacity: 0;
}

#mores{
    margin: 0 auto;
    width: 150px;
    height: 50px;
    overflow: hidden;
    background-color: #222222;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    display: block;
    cursor: pointer;
}
#section_6 {
    padding-bottom: 100px;
    background-color: #f9f9f9;
}