html{
    width: 100%;
    height: 100%;
    background: rgb(247,247,247);
}
body{
    width: 100%;
    height: 100%;
    font-size: 0;
}
.publicity_chart{
    position: absolute;
    background: url(../image/home_mask_bg.jpg) no-repeat 50%;
    background-size: cover;
    height: 750px;
    left: 0;
    right: 0;
    z-index: 1;
    min-width: 1200px;
    margin-top: -400px;
}
.publicity_box{
    width: 1160px;
    overflow: hidden;
    margin:auto;
    background: #fff;
    border: 1px solid #E3E3E3;
    background: #fff;
    -webkit-box-shadow: 0 6px 2px 3px hsla(0,0%,62.4%,.5);
    box-shadow: 0 6px 2px 3px hsla(0,0%,62.4%,.5);
    position: relative;
    z-index: 2;
    margin-top: 400px;
    padding: 10px 20px 40px;
}
.hot_spot{
    margin-bottom: 20px;
    width: 100%;
    height: 150px;
    background: #F7F7F7 url('../image/hot@2x.png') no-repeat left top;
    background-size: 81px 74px;
}
.hot_title{
    padding: 16px 20px;
    margin-bottom: 2px;
    font-size: 24px;
    color: #fe1d3f;
    text-align: center;
    line-height: 33px;
}
.hot_spot .detail{
    font-size: 14px;
    color: #646464;
    text-align: center;
    line-height: 20px;
    height: 40px;
    width: 90%;
    margin:0 auto;
    overflow: hidden;
}

.quick_view{
    margin-bottom: 30px;
    width: 100%;
    height: 364px;
    display: flex;
    justify-content: space-between
}
.quick_left{
    position: relative;
    width: 605px;
    height: 100%;
}
.quick_left img{
    width: 100%;
    height: 100%;
}
.quick_left p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    font-size: 20px;
    color: #FFFFFF;
    text-indent: 12px;
    line-height: 55px;
    background: rgba(0,0,0,.8)
}
.quick_right{
    position: relative;
    width: 535px;
    height: 100%;
}
.quick_right h2{
    width: 100%;
    height: 59px;
    font-size: 26px;
    color: #e93c3c;
    line-height: 59px;
    text-indent: 100px;
    background: url(../image/quick_bg.png) no-repeat;
}
.quick_right span {
    position: absolute;
    height: 48px;
    width: 75px;
    font-size: 14px;
    color: #AAAAAA;
    right: 0px;
    top: 24px;
}
.quick_right .yaowen_list .list{
    border-bottom: 1px dotted #D6D6D6;
}
.quick_right .yaowen_list  .detail{
    margin-bottom: 13px;
    font-size: 14px;
    color: #8D8D8D;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.quick_right h3{
    margin: 15px 0 16px 0;
    font-size: 18px;
    color: #686868;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}
.quick_right p{

}

.basic_level{
    position: relative;
    width: 100%;
    height: 60px;
    background: url('../image/long_title@2x.png') no-repeat center center;
}
.basic_level h1{
    margin: 0 auto;
    width: 168px;
    font-size: 28px;
    background-image: -webkit-gradient(linear, left top, right top, from(#9F041B), to(#F5515F));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: -moz-gradient(left, from(#9F041B), to(#F5515F));
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background-image: -o-gradient(left, from(#9F041B), to(#F5515F));
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    background-image: -ms-gradient(left, from(#9F041B), to(#F5515F));
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    line-height: 40px;
}
.basic_level p{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #535353;
    line-height: 20px;
}
.basic_level span {
    position: absolute;
    height: 48px;
    width: 75px;
    font-size: 14px;
    color: #AAAAAA;
    right: 0px;
    top: 24px;
}
.basic_content{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-bottom: 20px;
}
.basic_content .list{
    width: 563px;
    overflow: hidden;
    border-bottom: 1px dotted #D6D6D6;
}
.basic_content h3{
    padding: 15px 0 10px 0;
    font-size: 18px;
    color: #686868;
    line-height: 25px;
}
.basic_content .list .detail{
    margin-bottom: 13px;
    font-size: 14px;
    color: #8D8D8D;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}



.fg_wd{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.fg_box,.wd_box{
    width: 565px;
    height: 100%;
}
.common_box{
    padding-bottom: 10px;
    position: relative;
    width: 563px;
    height: 50px;
    background-size: 6px;
}
.fg_box .common_box,.wd_box .common_box{
    padding-bottom: 0px;
}
.common_title{
    display: inline-block;
    padding-right: 15px;
    height: 37px;
    background: #fff;
    font-size: 0;
}
.common_title i{
    font-style: normal;
    font-size: 20px;
    color: #5A5A5A
}
.common_box img{
    width: 26px;
    height: 17px;
    vertical-align: top;
    padding-top: 12px;
}
.common_box b{
    display: inline-block;
    padding: 0 15px;
    font-size: 26px;
    line-height: 37px;
    background-image: -webkit-gradient(linear, left top, right top, from(#9F041B), to(#F5515F));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: -moz-gradient(left, from(#9F041B), to(#F5515F));
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background-image: -o-gradient(left, from(#9F041B), to(#F5515F));
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    background-image: -ms-gradient(left, from(#9F041B), to(#F5515F));
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
}
.common_box p{
    padding: 0 43px;
    font-size: 16px;
    line-height: 18px;
}
.fg_box .list, .wd_box .list{
    width: 563px;
    overflow: hidden;
    border-bottom: 1px dotted #D6D6D6;
}
.fg_box h3,.wd_box h3{
    padding: 15px 0 10px 0;
    font-size: 18px;
    color: #686868;
    line-height: 25px;
    height: 19px;
    overflow: hidden;
}
.fg_box .detail, .wd_box .detail{
    margin-bottom: 13px;
    font-size: 14px;
    color: #8D8D8D;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}


.mz_dw{
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.mz_box,.dw_box{
    width: 565px;
    height: 100%;
}
.mz_content a{
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}
.mz_content img{
    flex: 170px 0 0;
    height: 130px;
    padding-right: 20px;
}
.mz_content .mz_news{
    flex: 1;
}
.mz_news h3{
    width: 100%;
    height: 35px;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #686868;
    border-bottom: 1px dotted #D6D6D6;
}
.mz_news .detail{
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #8D8D8D;
    height: 60px;
    overflow: hidden;
}

.zj_newsh{
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.zj_box,.newsh_box{
    width: 565px;
    height: 100%;
}
.fg_box ul,
.wd_box ul,
.zj_box ul,
.newsh_box ul{
    padding-top: 5px;
}
.fg_box li,
.wd_box li,
.zj_box li,
.newsh_box li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #545454;
    padding-left: 20px;
    border-bottom: 1px dashed #d6d6d6;
    overflow: hidden;
    background: url(../image/dot.png) 0px 18px no-repeat;
}