/* banner */
.a_banner {
    margin-top: 72px!important;
    background-size: cover!important;
}

/* 所在位置 */
.minute {
    height: 54px;
    line-height: 54px;
    background: #fff;
    font-size: 14px;
    color: #666666;
    padding: 0 146px 0;
}
.minute a {
    font-size: 14px;
    color: #666666;
    transition: all 0.5s ease 0s;
}

.innerball {
    background: url(../images/bj.jpg) center top no-repeat;
    padding: 36px 146px 80px;
}
.egg {
    margin-bottom: 94px;
}
.egg_left {
    width: 44%;
    float: left;
    overflow: hidden;
}
.large_box {
    width: 100%;
    text-align: center;
    margin: 0 auto 10px;
    background: #fff;
    height: 454px;
    line-height: 454px;
}
.large_box li img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.egg_right {
    float: right;
    width: 50%;
}
.egg_dl:nth-child(1) {
    margin-bottom: 26px;
}
.egg_dl dt {
    font-size: 24px;
    font-weight: bold;
    height: 84px;
    line-height: 84px;
    overflow: hidden;
}
.egg_dl dd {
    height: 105px;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #d3d3d4;
}

.fun {
    background: #f4f4f4;
    padding: 36px 30px 50px;
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
}
.fun_tit {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #000000;
    padding: 0 10px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}