*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body{
    height: 100%;
}

body{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

li{
    list-style: none;
}

/* IE处理 */
.ie-hide{
    display: block;
}

.ie-show{
    display: none;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding: 0;
}

p{
    margin: 0;
}

a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0;
}

ol, ul{
    margin: 0;
}

@font-face{
    font-family: ALBB;
    src : url(../font/ALIBABAPUHUITI-2-105-HEAVY.TTF);
}


@font-face{
    font-family: SourceHanSerifCN;
    src : url(../font/SourceHanSerifCN-Medium.otf);
}

@font-face{
    font-family: Rubik;
    src : url(../font/Rubik-Bold.ttf);
}


/* 头部
********************************************************* */
.header{
    width: 100%;
    height: 80px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1), #FFFFFF);
    box-shadow: 0px 2px 20px 0px rgba(1, 0, 26, 0.07);
    position: fixed;
    top: 0;
    z-index: 1;
}

.padding-l-4{
    padding-left: 40px;
}

.padding-r-4{
    padding-right: 40px;
}

.logo{
    margin-top: 19px;
    margin-left: 6px;
}

.logo span{
    line-height: 16px;
    display: inline-block;
    width: 10px;
    margin-left: 10px;
    font-size: 14px;
    font-family: SourceHanSerifCN;
    font-weight: 300;
    color: #333333;
}

.cut-off-rule{
    margin: 0 14px;
    width: 1px;
    height: 30px;
    background: #CCCCCC;
}

.logo-text{
    font-size: 24px;
    font-family: SourceHanSerifCN;
    font-weight: 500;
    color: #333333;
}

.nav-bar{
    height: 80px;
}

.nav-item{
    height: 80px;
    line-height: 80px;
}

.nav-item>li{
    height: 100%;
    float: left;
}

.nav-item>li a{
    padding: 0 20px;
    border-right: 1px solid #DBDBDB;
}

.nav-item>li:last-child a{
    border-right: 0;
}

.home-hint{
    margin-bottom: -2px;
    margin-right: 5px;
}


.more{
    width: 30px;
    height: 30px;
    float: right;   
    background: url(../images/more.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin-top: 26px;
}

.experience{
    width: 110px;
    height: 40px;
    background: #F96D00;
    box-shadow: 0px 2px 15px 0px rgba(249, 109, 0, 0.25);
    border-radius: 15px 4px 15px 4px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 38px;
    margin-top: 20px;
}

.mores{
    background: url(../images/mores.png) no-repeat center center;
}

.mores-show{
    display: none;
    position: absolute;
    top: 80px;
    z-index: 2;
    left: 0;
    right: 0;
}

.mores-show li{
    border-bottom: 1px solid #eee;
    line-height: 40px;
    color: #666;
    cursor: pointer;
    padding-left: 10px;
    background-color: #fff;
    position: relative;
}

.mini-pull{
    display: none;
}
.mores-show li a{
    display: inline-block;
    width: 100%;
}

.nav-item .index-home{
    padding-left: 10px;
}
.nav-item-active .nav-item-hint{
   width: 100%;
}


.nav-item-active a{
    color: #F96D00;
}
/* banner
********************************************************* */
.banner{
    width: 100%;
    height: 380px;
    background: url(../images/new-bj.jpg) no-repeat center center;
    overflow: hidden;
}

.banner p{
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000;
    margin-top: 109px;
}

.banner span{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #000;
}

/* 导航
********************************************************* */
.nav-bar-bottom{
    height: 75px;
    background: #F9FAFC;
    line-height: 75px;
}

.nav-bar-bottom .type-area .path-box{
    float: left;
}

.nav-bar-bottom .type-area .tab-box{
    float: right;
}

.nav-bar-bottom .path-box div{
    float: left;
}

.path-box a{
    color: #666666;
    font-size: 14px;
}

.nav-bar-bottom .tab-box div{
    float: left;
}

.path{
    cursor: pointer;
    float: left;
}

.path-icon{
    width: 18px;
    margin-top: 28px;
    float: left;
}

.path-text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin: 0 6px;
} 

/* 当前的路径 */
.tab-item{
    margin-left: 66px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    cursor: pointer;
}

.path-current{
    color: #F96D00;
    margin-left: 6px;
    font-size: 14px;
}

/* 当前tab */
.tab-box .tab-active{
    color: #F96D00;
    font-weight: bold;
    border-bottom: 2px solid #f86d00;
    position: relative;
}

.tab-box-hint{
    display: none;
}

.tab-active .tab-box-hint{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #f86d00;
}

.tab-box-hint-con{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #fff;
}

/* tab 内容 */
.tab-con{
    background-color: #fff;
    padding-bottom: 100px;
}

/* 导航栏 */
.nav-item li{
    position: relative;
}

.nav-item-hint{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: -webkit-gradient(linear, left top, right top, from(#f86d00), to(rgba(249, 109, 0, .5)));
    background-image: linear-gradient(
90deg, #f86d00 0%, rgba(249, 109, 0, .5) 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transition: width 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: width 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 4px;
    width: 0;
}

.nav-item li:hover a{
    color: #F96D00;
}

.nav-item li:hover .nav-item-hint{
    width: 100%;
}

/* 下拉 */
.pull-downs{
    height: 300px;
    background: #FFFFFF;
    opacity: 0.94;
    margin-left: -15px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    display: none;
    box-shadow: 0px 2px 20px 0px rgba(1, 0, 26, 0.07);
}

.nav-item-li{
    position: relative;
}

.pull-ul{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    line-height: 1;
    display: none;
    /* background: #FFFFFF; */
    box-shadow: 0px 2px 20px 0px rgba(1, 0, 26, 0.07);
}

.pull-con{
    background-color: #fff;
    padding-bottom: 20px;
}

.pull-li{
    padding-top: 20px;
    cursor: pointer;
}



.pull-li:hover{
    color: #F96D00;
}

.pull-li-click{
    color: #F96D00;
}

/* 主体 */
.main{
    padding-bottom: 80px;
}

.main-title{
    width: 1550px;
    float: right;
    height: 92px;
    border-left: 4px solid #F96D00;
    padding-left: 18px;
    background-color: #F9FAFC;
    background: url(../images/bj-dot.png);
    margin: 40px 0 40px 0;
}

.tabs-item{
    overflow: hidden;
}

.tabs-item .nav-content>div{
    /* display: inline-block; */
}

.main-title p{
    width: 150px;
    height: 35px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 11px;
}

.main-title span{
    width: 228px;
    height: 24px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E6EBF1;
}

.nav-left{
    width: 350px;
    background: #F9F9F9;
    padding: 20px;
    margin-right: 38px;
    position: relative;
    display: block;
}

/* 右边的虚点 */
.right-assist{
    position: absolute;
    right: 28px;
    width: 682px;
    height: 92px;
    background: url(../images/bj-dot.png);
    z-index: -1;
    bottom: -30px;
}

.nav-left-head{
    height: 54px;
    line-height: 50px;
    border-bottom: 1px solid #E0E0E0;
}

.nav-left-head span{
    display: inline-block;
    border-bottom: 4px solid #F96D00;
}

.nav-left-item {
    padding: 23px 0;
    border-bottom: 1px dashed #E0E0E0;
}

.nav-left-item .con{
    cursor: pointer;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

.nav-left-item span{
    color: #999999;
    font-size: 14px;
}

.nav-right-item{
    display: block;
    padding: 30px 0;
    border-bottom: 1px dashed #E0E0E0;
}

.nav-right-item:last-child{
    border-bottom: 0;
}

.nav-right-item .con{
    height: 66px;
    cursor: pointer;
}

.con-time{
    text-align: right;
    font-family: Rubik;
    font-weight: bold;
    color: #F96D00;
    line-height: 40px;
    float: left;
    width: 110px;
}

.con-time p{
    font-size: 54px;
}

.con-time span{
    font-size: 24px;
}

.division-line{
    margin: 0 20px;
    width: 8px;
    height: 67px;
    background: #F96D00;
    float: left;
}

.nav-right-con-title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 8px;
}

.nav-right-con-info{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 2;    
    overflow: hidden; 
}


.more-nav{
    width: 100%;
    height: 58px;
    background: #FEF4EB;
    float: right;
    line-height: 58px;
    text-align: right;
    padding-right: 20px;
    color: #7B818D;
}

.more-nav span{
    cursor: pointer;
}

.more-nav span:hover{
    color: #F96D00;
}

/* 版心 */
.type-area{
    width: 1200px;
    margin: 0 auto;
}

.margin-t-80{
    margin-top: 80px;
}

.margin-t-250{
    margin-top: 250px;
}

/* 给浮动元素的父级元素加上class='clearfix' */
 
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
 
.clearfix {
	zoom: 1;
}

.m-site-mobile{
    display: none;
}

/* 媒体查询 */
@media only screen and (max-width: 1220px) {
.nav-content{
    position: relative;
}

.m-site-mobile{
    display: block;
    position: fixed;
    z-index: 1;
    bottom: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    cursor: pointer;
}


.nav-left{
    position: absolute;
    z-index: 1001 !important;
    display: none;
}

.m-site-mobile img{
    margin-top: -5px;
}

.m-make {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.main .type-area {
    width: 100%;
}
.nav-right{
    width: 100%;
}
}


/* 页脚
********************************************************************** */
/* 页脚
********************************************************************** */
.footer-top{
    height: 212px;
    background-color: #242424;
}

.footer-top>div>div{
    height: 66px;
    margin-top: 65px;
}

.footer-hint{
    display: inline-block;
    margin: 0 30px;
    width: 1px;
    height: 46px;
    background-color: #4d4d4d;
}

.footer-bottom{
    height: 48px;
    background-color: #333333;
    border-bottom: 1px solid #7e7e7e;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    overflow: hidden;
}

.footer-bottom div{
    line-height: 48px;
}

.footer-bottom img{
    vertical-align: middle;
    margin-right: 6px;
}
.footer-info{
    display: inline-block;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #dedede;
    line-height: 30px;
}

.footer-info img{
    margin-right: 5px;
    vertical-align: middle;
}

.postbox{
    /* margin-left: 42px; */
}

/* 底部小屏幕显示 */
.mini-show{
    height: calc(100% - 140px);
    background: url(../images/mini-bj-r.png) no-repeat left;
    height: 178px;
    position: relative;
}

.left-hint{
    float: left;
    width: calc(100% - 599px);
    height: 100%;
    background: url(../images/mini-show-bj.png) no-repeat left;
}

.mini-show .footer-right-box{
    background: url(../images/mini-bj-r.png) no-repeat left;
}

.mini-text{
    text-align: center;
}

.mini-show .footer-right-box{
    position: static;
    float: right;
}

@media only screen and (max-width:1200px){
    .footer-right-box>div{
        float: left;
    }

    .type-area{
        width: 100%;
    }
}

@media only screen and (max-width:646px){
    .left-hint{
        display: none;
    }


    .text{
        width: 390px;
    }

    .footer-right-box{
        width: 100%;
        padding-left: 20px;
    }
}

@media only screen and (max-width:500px){
    .text{
        width: 390px;
    }

    .footer-right-box{
        width: 500px;
        padding-left: 20px;
    }

    .code{
        display: none;
    }
}

.h-0{
    display: none;
}

@media only screen and (max-width:1295px){
    .padding-r-4 {
        padding-right: 20px;
    }

    .padding-l-4 {
        padding-left: 20px;
    }

    .nav-item>li a {
        padding: 0 10px;
    }
}

.path,
.path-current{
    cursor: pointer;
}

.pointer{
    cursor: pointer;
}

.posi{
    position: relative;
    margin-bottom: 148px;
}

.main-title{
    position: absolute;
    right: -180px;
    left: 0;
}

/* 修改新闻区域的样式 */
.nav-right-item{
    position: relative;
    padding-left: 10px;
}

.con-time{
    width: auto;
    position: absolute;
    bottom: -8px;
    left: 11px   ;
}

.division-line{
    display: none;
}

.con-time p{
    display: none;
}

.con-time span{
    font-size: 16px;
    font-weight: 400;
    font-family: Microsoft YaHei;
    color: #999999;
    font-size: 12px;
}