html {
    width: 100%;
    height: 100%;
    background: rgb(247, 247, 247);
}

h4 {
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body {
    width: 100%;
    height: 100%;
    font-size: 0;
}

h2 span a {
    color: #AAAAAA;
}

.publicity_chart {
    position: absolute;
    width: 100%;
    height: 1920px;
    background: url('../image/zhuangti_bwcx.jpg') no-repeat center;
    background-size: cover;
}

.publicity_box {
    position: relative;
    top: 400px;
    padding: 20px;
    width: 1160px;
    overflow: hidden;
    margin: auto;
    
    background: #FFFFFF;
    border-radius: 2px;
}

.quick_view {
    margin-bottom: 30px;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: space-between
}

.quick_left {
    position: relative;
    width: 450px;
    height: 100%;
    overflow: hidden;
}

.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 {
    width: 690px;
    height: 100%
}

.quick_right h2 {
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 300;
    color: #AAAAAA;
    line-height: 50px;
    text-indent: 25px;
    margin-bottom: 2px;
    border-bottom: #F36738 2px solid;
    background: url('../image/original_tittle.png') no-repeat;
}

.quick_right h2 label {
    height: 48px;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 70px;
}

.quick_right h2 span {
    float: right;
    height: 48px;
    width: 75px;
    font-size: 14px;
    color: #AAAAAA;
}

.quick_right .xinyu_list .list {
    margin-top: 10px;
    border-bottom: 1px dotted #D6D6D6;
}

.quick_right .xinyu_list .detail {
    margin-bottom: 16px;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 20px;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.quick_right h4 {
    padding: 15px 0 10px 0;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
}

.quick_right p {}


.basic_level {
    width: 100%;
    height: 50px;
}

.basic_level h2 {
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 300;
    color: #AAAAAA;
    line-height: 50px;
    text-indent: 25px;
    margin-bottom: 2px;
    border-bottom: #F36738 2px solid;
    background: url('../image/original_tittle.png') no-repeat;
}

.basic_level h2 label {
    height: 48px;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 70px;
}

.basic_level h2 span {
    float: right;
    height: 48px;
    width: 75px;
    font-size: 14px;
    color: #AAAAAA;
}

.basic_level p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #535353;
    line-height: 20px;
}

.basic_content {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-bottom: 20px;
}

.basic_content .list {
    margin-top: 15px;
    width: 575px;
    overflow: hidden;

}

.basic_content .list .line {
    float: right;
    width: 400px;
    border-bottom: 1px dotted #D6D6D6;
}

.basic_content .list img {
    margin-right: 15px;
    display: block;
    float: left;
    width: 160px;
    height: 92px;
}

.basic_content h4 {
    padding: 0 0 5px 0;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
}

.basic_content .list .detail {
    margin-bottom: 10px;
}

.basic_content .list .detail p {
    font-size: 14px;
    color: #AAAAAA;
    line-height: 20px;
    height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
}

.basic_content .list .detail span {
    font-size: 14px;
    color: #AAAAAA;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}








.bottoms {
    position: absolute;
    top: 1845px;
    width: 100%;
    height: 180px;
    padding-top: 45px;
    margin: 0;
    background: #252525;
    font-size: 14px;
    line-height: 16px;
}

.bottoms div {
    opacity: 0.5;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
}

.bottoms div p {
    /* line-height: 20px; */
    color: #FFFFFF;
}

@media screen and (max-width: 1500px) {
    body {
        width: 100% !important;
    }
}