/*广告栏开始*/
.adv{
    background: url(../img/hunters/adv-4.jpg) no-repeat;
    background-size: 100% 100%;
}
/*广告栏结束*/
/*内容导航开始*/
.content-nav {
    border-bottom: 0px;
}
/*内容导航结束*/
/*主体内容开始*/
.main .floor1 .floor1-title,
.main .floor1 .floor1-content{
    text-align: left;
}
.main .floor1 .floor1-title .title-item1{
    font-size: 32px;
    color: #f5b13c;
}
.main .floor1 .floor1-title .title-item2{
    font-size: 20px;
    font-weight: bolder;
    color: black;
    margin-top: 23px;
    margin-bottom: 43px;
}
.main .floor1 .floor1-content {
    line-height: 26px;
    text-indent: 23px;
    color: #8c8a8a;
    margin-bottom: 42px;
    text-align: justify;
}
.main .floor1{
    margin: 0px auto;
}
/*主体内容结束*/

/*平台优势开始*/
.advantage {
    background: url(../img/hunters/adv-bg.jpg) no-repeat;
    background-size: 114% 94%;
    height: 356px;
    width: 100%;
    background-position: -183px 0px;
    margin-bottom: 35px;
}
.advantage .block {
    float: right;
    width: 405px;
    height: 366px;
    background: #bc0d0d;
    opacity: 0.75;
    color: white;
}
.advantage .block .advantage-title {
    font-weight: bolder;
    font-size: 18px;
    color: #fff000;
    margin-top: 38px;
    margin-bottom: 24px;
}
.advantage .block ul li {
    margin-bottom: 4px;
}
.advantage::after{
    content: ".";
    clear: both;
}
/*平台优势结束*/