/* 主题信息 */
.contact {
    margin-top: 79px;
    margin-bottom: 52px;
}

.contact .contact-l {
    margin-left: 35px;
}

.contact .contact-l .contact_t p:nth-child(1) {
    font-size: 14px;
}

.contact .contact-l .contact_t p:nth-child(2) {
    font-size: 33px;
    font-weight: 900;
}

.contact .contact-l .contact_t p:nth-child(2) span {
    font-size: 33px;
    font-weight: 900;
    color: #e00011;
}

.contact .contact-l .contact_t p:nth-child(3) {
    font-size: 15px;
}

.contact .contact-l .contact_h {
    margin-top: 59px;
    font-size: 14px;
}

.contact .contact-l .contact_h p span {
    display: block;
    width: 60px;
    float: left;
    font-size: 14px;
}

.contact .contact-l .contact_b {
    margin-top: 33px;
}

.contact .contact-l .contact_b div {
    height: 40px;
    width: 135px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e00011;
    color: #e00011;
    font-size: 15px;
}

.contact .contact-l .contact_b div:nth-child(1) {
    margin-right: 20px;
}

.contact .contact-r {
    height: 339px;
    width: 642px;
}


/* 加入烈火 */
.contes {
    margin-top: 50px;
}

.contes .contes-a {
    margin-bottom: 37px;
}

.contes .contes-a .contes-a_l {
    height: 78px;
    width: 208px;
    margin-right: 44px;
    border: 1px solid #999999;
    text-align: center;
    padding-top: 13px;
}

.contes .contes-a .contes-a_l p:nth-child(1) {
    font-size: 20px;
}

.contes .contes-a .contes-a_r {
    border-bottom: 1px dashed #999999;
    height: 78px;
    width: 1135px;
}

.contes .contes-a .contes-a_r p {
    width: 952px;
    font-size: 15px;
    margin-top: 18px;
}

.contes .contes-a .contes-a_r div {
    height: 26px;
    width: 80px;
    color: #e00011;
    border: 1px solid #e00011;
    line-height: 26px;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
}


/* 详情 */
.xiang {
    height: 750px;
    width: 1000px;
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    z-index: 10;
    display: none;

}

.xiang i {
    width: 35px;
    height: 35px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    cursor: pointer;
}

.xiang .p1 {
    font-size: 30px;
    color: #666;
    text-align: center;
    line-height: 40px;
    margin: 30px 0 20px;
}

.xiang .nei {
    width: 80%;
    height: 500px;
    margin: 0 auto;
    /* background-color: #000; */
}

.xiang .nei h1 {
    font-size: 16px;
    color: #e00011;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0;
}

.xiang .nei p {
    font-size: 14px;
    line-height: 26px;
}

.yin {
    display: none !important;
}

.xian {
    display: block !important;
}