/* header */
.header-box {
    height: 600px;
    background: url('../images/companybg.png') no-repeat;
    background-size: 100% 100%;
}
.header-box .txt {
    max-width: 1200px;
    margin: 0 auto;
    text-indent: 5px;
}
.header-box .title {
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
    letter-spacing: .2rem;
    padding-top: 10.6rem;
    margin-bottom: 1.3rem;
    font-weight: bold;
}
.header-box .explain{
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}

/* 内容部分 */
.container {
    width: 100%;
    padding: 0;
    background-color: #f4f4f4;
}
.content-box {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    background-color: #FFFFFF;
}
.detail-content {
    padding: 40px;
    margin: 44px 0;
}
.detail-content .title {
    font-size: 24px;
    color: #333;
    text-align: center;
}
.detail-content .time {
    font-size: 14px;
    color: #999999;
    margin: 15px;
    text-align: center;
}

/* 返回顶部+咨询 */
.consult {
    position: fixed;
    top: 36.5%;
    right: 5px;
}
.consult .gotop {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px solid #1C5FBA;
    border-radius: 4px;
    text-align: center;
    padding-top: 10px;
    background-color: #FFFFFF;
}
.consult .gotop img {
    width: 23px;
}
.consult .consult-detial {
    width: 45px;
    height: 112px;
    background: url('../images/hbg.png') no-repeat;
    background-size: cover;
    margin-top: 10px;
    padding-top: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.consult .consult-detial img {
    width: 23px;
}
.consult .consult-detial .ask {
    font-size: 14px;
    color: #FFFFFF;
    writing-mode: vertical-rl;
    margin-left: 15px;
    margin-top: 17px;
    font-weight: 400;
}
#floatDivBoxs {
    width: 160px;
    background: #fff;
    position: absolute;
    right: 57px;
    top: -30px;
    text-align: left;
    font-size: 14px;
    display: none;
}
#floatDivBoxs .floatDtt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: url('../images/vbg.png') no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    text-indent: 14px;
    font-weight: 400;
}
.floatShadow {
    background: #fff;
    display: none;
}
#floatDivBoxs .floatDqq {
    list-style: none;
    padding: 0 14px;
}
#floatDivBoxs .floatDqq li {
    height: 42px;
    line-height: 42px;
    color: #666666;
}
#floatDivBoxs .floatDqq li a:hover {
    color: #1C5FBA;
}
#floatDivBoxs .floatDqq li a img {
    vertical-align: middle;
}
.floatDext {
    color: #666666;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    display: none;
}
#floatDivBoxs .wxcode {
    text-align: center;
    display: none;
}
#floatDivBoxs .wxcode img {
    width: 95%;
}

@media screen and (max-width: 1800px) {
    .header-box{
        height: 550px;
    }
}
@media screen and (max-width: 1500px) {
    .header-box{
        height: 500px;
    }
}
@media screen and (max-width: 1366px) {
    .header-box{
        height: 450px;
    }
}
