.box {
    width: 1213px;
    height: 470px;
    background: url(http://1809200112.pool3-site.make.yun300.cn/img/t2.jpg);
    background-position: center;
    padding: 40px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.box .head>span {
    color: #707070;
}

.box .head .left-head {
    margin-left: 64px;
}

.box .head .left-head strong {
    font-size: 24px;
    color: #00549e;
}

.box .head .left-head span {
    display: block;
    font-size: 15px;
    color: #707070;
}

.box .head #tabHeader {
    /* width: 100%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 70%;
    position: absolute;
    right: 100px;
    bottom: -15px;
}

.box .head #tabHeader li {
    line-height: 50px;
    width: calc((100% - 0px)/3);
    background-color: #f1f1f1;
    text-align: center;
    color: #959595;
    cursor: pointer;
}

.box .head #tabHeader .active {
    background-color: #4AA3E7;
    color: #ffffff;
}

.box .nav {
    margin-top: 41px;
    padding: 0 130px 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 53px;
    line-height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box .nav strong {
    font-size: 20px;
}

.box .contents {
    width: 100%;
}

.box .contents>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 30px;
    line-height: 30px;
}

.box .contents>div>span {
    display: inline-block;
    width: 600px;
    color: #707070;
}

.box .contents>div>span:nth-child(2) {
    width: 300px;
    padding-left: 87px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box .contents>div>span:nth-child(3) {
    padding-left: 141px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*# sourceMappingURL=index.css.map */