body {
    min-width: 1200px;
}

.con_t {
    width: 1200px;
    margin: 0 auto;
}

/* 图表 */
.div1 {
    width: 1200px;
    height: 510px;
    border: 1px solid #e1e1e1;
    margin-top: 30px;
    padding: 35px 68px;
    position: relative;
}

.div1 .div1-1 {
    position: absolute;
    width: 1060px;
    height: 440px;
    z-index: 1;
    background: #fff;
}

.div1 .div1-1 .div1-tit {
    font-size: 22px;
    height: 40px;
    border-bottom: 1px solid #c1cae0;
    color: #4c67a7;
}

.div1-tb {
    height: 450px;
}

/* div2 */
.div2 {
    margin-top: 33px;
    margin-bottom: 20px;
}

.div2 .div2-1 {
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
    overflow: hidden;
    width: 1228px;
}

.div2 .div2-1 li {
    float: left;
    background: url(sj-bg-01.png) no-repeat;
    width: 280px;
    height: 65px;
    margin-bottom: 20px;
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    margin-right: 27px;
}

.div2 .div2-1 li a {
    color: #245399;
}

.div2 .div2-1 li:hover, .div2 .div2-1 li.hover {
    background-image: url(sj-bg-01-1.png);
}

.div2 .div2-1 li:hover a, .div2 .div2-1 li.hover a {
    color: #ffffff;
}

/* div3 */
.div3 {

    width: 1200px;
    height: 122px;
}

/* div4 */
.div4 {
    margin-top: 30px;
}

.div4 .div4-1 {
    width: 1216px;
    overflow: hidden;
}

.div4 .div4-1 li {
    width: 186px;
    height: 40px;
    background-color: #e6f2fa;
    margin-bottom: 14px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    float: left;
    margin-right: 16px;
}

.div4 .div4-1 li a, .div4 .div4-1 li a:hover {
    color: #245399;
}

.div4 .div4-2 {
    text-align: right;
}

.div4 .div4-2 a {
    color: #033333;
}

/* div5 */
.div5 {
    margin-top: 25px;
    margin-bottom: 30px;
}

.div5 .div5-tit {
    text-align: center;
    overflow: hidden;
    width: 498px;
    margin: 0 auto;
    border: 1px solid #d8d8d8;
}

.div5 .div5-tit li {
    float: left;
    width: 248px;
    height: 51px;
    color: #245399;
    font-size: 18px;
    line-height: 51px;
    cursor: pointer;
    text-align: center;
}

.div5 .div5-tit li.hover {
    background-color: #f17234;
    color: #ffffff;
}

.div5 .div5-1 {
    margin-top: 32px;
}

.div5 .div5-1 .div5-1-1 {
    width: 1212px;
    overflow: hidden;
}

.div5 .div5-1 .div5-1-1 li {
    width: 228px;
    height: 50px;
    background: url(sj-bg-03.png) no-repeat;
    margin-bottom: 10px;
    line-height: 50px;
    padding-left: 15px;
    font-size: 16px;
    float: left;
    margin-right: 12px;
}

.div5 .div5-1 .div5-1-1 li a {
    color: #333333;
    display: block;
}

.div5 .div5-1 .div5-1-1 li img {
    margin-right: 14px;
    vertical-align: middle;
    width: 25px;
}