/*标题样式*/
.main-box p{
    width: 100%;
}

.proTitle{
    margin-top:50px;
}
.proTitle h1{
    font-size:30px;
    /*font-weight: bold;*/
    color:#000;
}
.proTitle span{
    display:block;
    width:200px;
    height:2px;
    background:#000;
    margin:10px auto;
}
.main-box>p{
    color:#af772a;
    font-size:20px;
    margin-bottom:50px;
}
/*标题样式结束*/
.s_content{
    width:100% !important;
    height:910px;
    background:url(../images/s_contentbg.png)repeat-y;
    /*font-family: "微软雅黑";*/
}
.s_content>div{
    width:100%;
    height:100%;
    background:rgba(0,0,0,.9);
    padding:60px 0 72px;
}
.s_introduce,.go_down{
    width:1200px;
    margin:0 auto;
}
.s_introduce{
    height:675px;
    /*overflow: hidden;*/
    color:#fff;
    padding-right:10px;
}
.s_introduce .wrap{
    position:relative;
    height:100%;
    /*overflow: hidden;*/
}
.s_introduce .wrapper{
    width:100%;
    height:100%;
    /*position:absolute;
    top:0;
    left:0;*/
   /* overflow: auto;*/
}
.s_introduce .wrapper>div{
    margin-bottom: 30px;
    word-break:break-all;
    word-wrap:break-word;
}
.s_introduce .wrapper>div:last-child{
    margin-bottom: 0;
}
.main_theme{
    font-size: 18px;
    margin-bottom: 5px;
}
.second_theme{
    padding-left:29px;
}
.theme_intro{
    font-size: 16px;
    line-height: 27px;
}
.go_down{
    margin-top:34px;
    display:none;
}
.go_down span{
    display: inline-block;
}
.go_down span i{
    display: block;
    width:6px;
    height:6px;
    border-radius: 50%;
    background: #d2ac67;
    margin:0 auto 6px;
    text-align: center;
}
.go_down span i:nth-child(2){
    margin-top: 10px;
}
.go_down span i:nth-child(4){
    margin-bottom: 10px;
}
@media screen and (max-width: 1200px){
    .s_introduce, .go_down{
        width:970px;
    }
    .container-fluid{
        padding:0;
    }
}
@media screen and (max-width: 1000px){
    .s_introduce, .go_down{
        width:100%;
        padding:0 30px;
    }
    .s_content,.s_introduce{
        height:auto;
        min-height:1px;
        overflow-y: auto !important;
    }
    .s_introduce .wrapper{
        position: relative;
    }
    .main_theme{
        font-size: 24px;
        color:#d2ac67;
    }
    .s_content>div{
        padding:45px 0 52px;
    }
}
@media screen and (max-width:768px){
    .s_introduce{
        padding:0 15px;
    }
     .s_introduce span:nth-child(2n){
            color:#d2ac67;
        }
     .s_introduce span:nth-child(16){
            color:#fff;
        }
    .s_introduce span:nth-child(18){
            color:#fff;
        }
        .s_introduce span:nth-child(20){
            color:#fff;
        }
       
    .second_theme{
        padding-left:15px;
    }
    .proTitle span{

    width:200px;
  
    }
   .proTitle{
    margin-top:30px;
}
.proTitle h1{
    font-size:30px;
    /*font-weight: bold;*/
    color:#000;
}
.proTitle span{
    display:block;
    width:200px;
    height:1px;
    background:#000;
    margin:10px auto;
}
.main-box>p{
    color:#af772a;
    font-size:20px;
    margin-bottom:30px;
}
.nav-box.container-fluid{
    padding:0 15px;
}
}
@media screen and (max-width:612px){
    .title_line{
        width:calc(100% - 10px);
    }
}
@media screen and (max-width:500px){
    .main_theme {
        font-size: 20px;
    }
    .title_block{
        font-size: 28px;
        width:250px;
    }

}