/* 
* @Author: Marte
* @Date:   2018-04-09 09:07:33
* @Last Modified by:   Marte
* @Last Modified time: 2018-07-05 18:23:34
*/

html{
    position: relative;
}
.header-box{
    height:80px;
    /*background:rgba(0, 0, 0, 0.2);*/
    position: fixed;
    left:50%;

    margin-left:-500px;
}
.header-bg{
    height:80px;
    /* width:auto; */
    /*background:rgba(0, 0, 0, 0.2);*/
    background:#5d5d5d;
    position: fixed;
    /*left:50%;*/
    width:100%;
    z-index: 1000;
    /*margin-left:-600px;*/
}
.logo img{
    margin-top: 10px;
}
.header-name{
    margin-left: 10px;
    margin-top: 20px;
}
.header-name p{
    font-size: 18px;
    color:#f6ab00;
}
.header-name span{
    font-size: 12px;
    color:#bcd217;
}
.header-nav ul li{
    float: left;
    height:80px;
    width:100px;
    line-height: 80px;
    font-size: 14px;
    text-align: center;
    color:#fff;
    cursor: pointer;
}
.header-nav ul li a{
    height:80px;
    width:90px;
    display: inline-block;
    color:#fff;
}
.header-nav ul li:hover{
}
.header-nav .on a{
    color:#f8bc28;
    /*background:#f8bc28;*/
}
.header-nav{

}
.banner-box .w{
    position: absolute;
    top: 50%;
    left:50%;
    margin-left: -500px;
    margin-top: -40px;
}
.banner-box{
    /*background:url(../img/top_bg.png) no-repeat;*/
    /*background-position: center center;*/
    /*height:600px;*/
    /*width:100%;*/
    /*padding-top: 200px;*/
    /*box-sizing: border-box;*/
    position: relative;
}
.banner-box .index-title{    
    color: #fff;
    font-size: 30px;
    font-family: SimHei;
    line-height: 200%;
}
.banner-div{
    /*width:600px;*/
    text-align: center;
    /*margin-top: 200px;*/
    /*position: absolute;*/
    /*width:100%;*/
    /*right:0px;*/

}
.banner-box .index-info{   
color: #fff;
    font-size: 14px;
    font-family: Microsoft YaHei;
    line-height: 200%;
}
.banner-box .index-introduce{
        color: #6d7aa1;
        font-size: 12px;
}
.title-content{
    padding:0 10px;
    /*width:180px;*/
    height:80px;
    background:#496e6e;
    margin-left: 10px;
}
.title-content p{
    font-size: 12px;
    color:#fff;
    line-height: 25px;
}
.title-content-icon p{
    float: left;
}
.title-content-icon a{
    float: left;
    margin:0 4px;
}
.title-content-icon img{
    width:25px;
    height:25px;
}
.mobile{
    margin:10px 0px;
}
.title-content-icon{   
 margin:10px 0px;
}
.industry-box{
    padding-top: 80px;
}
.introduction-box{
    padding-top: 80px;
}
.jouranlism-box{
    padding-top: 80px;
}
.journalism-info{

    padding-top: 80px;
}