@charset "utf-8";
.section1 {
    background: #fff url(../images/date-s1-bj.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.section1 {
    padding-top: 15px;
    padding-bottom: 30px;
}

.dade-tit {
    text-align: center;
    background: url(../images/date-tit.png) no-repeat;
    background-position: center bottom;
    font-size: 0;
    padding-top: 40px;
    padding-bottom: 10px;
    border-top: 5px solid #0e51a0;
    margin-bottom: 40px;
}

.dade-tit div {
    display: inline-block;
    text-align: right;
    margin-right: 5px;
    margin-left: -50px;
}

.dade-tit div i {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #ccc;
    width: 92px;
}

.dade-tit div span {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.dade-tit em {
    display: inline-block;
    font-size: 42px;
    line-height: 45px;
    color: #0e51a0;
    font-style: normal;
    font-weight: 600;
}

.section1 .slideTxtBox .hd ul {
    font-size: 0;
    background: #f7f8fc;
    border: none;
}

.section1 .slideTxtBox .hd ul li {
    width: 20%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
}

.section1 .slideTxtBox .hd ul li a {
    display: block;
    text-align: center;
    padding-bottom: 15px;
    border-left: 1px solid #e1e2e5;
}

.section1 .slideTxtBox .hd ul li:first-child a {
    border: none;
}

.section1 .slideTxtBox .hd ul li a div {
    line-height: 80px;
}

.section1 .slideTxtBox .hd ul li a div img {
    vertical-align: middle;
    display: none;
}

.section1 .slideTxtBox .hd ul li a div img:first-child {
    display: inline-block;
}

.section1 .slideTxtBox .hd ul li.on a {
    background: #0e51a0;
    color: #fff;
}

.section1 .slideTxtBox .hd ul li.on a div img {
    display: inline-block;
}

.section1 .slideTxtBox .hd ul li.on a div img:first-child {
    display: none;
}

.section1 .slideTxtBox .bd div {
    background: #fff;
}

.section1 .slideTxtBox .bd div img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
}

.section2 {
    padding-top: 40px;
}

.section2 .slideTxtBox {
    overflow: hidden;
    border: 1px solid #f1f1f1;
}

.section2 .slideTxtBox .hd {
    float: left;
    width: 200px;
    margin-right: 15px;
    padding-right: 15px;
}

.section2 .slideTxtBox .hd {
    overflow: hidden;
}

.section2 .slideTxtBox .hd ul {
    border: none;
    margin-bottom: 0;
}

.section2 .slideTxtBox .hd ul li {
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    line-height: 55px;
    padding-bottom: 0;
    background: #0067b3;
    border: none;
    border-top: 1px solid #457dd0;
    display: block;
    position: relative;
}

.section2 .slideTxtBox .hd ul li:first-child {
    border-top: none;
}

.section2 .slideTxtBox .hd ul li.on {
    background: #468fad;
}

.section2 .slideTxtBox .hd ul li.on::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    border: none;
    border-left: 10px solid #468fad;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.section2 .slideTxtBox .hd ul li a {
    color: #fff;
    font-size: 16px;
    padding-left: 15px;
}

.section2 .slideTxtBox .bd {
    overflow: hidden;
}

.section2 .slideTxtBox .bd div img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
}


/* section3 */

.section3 {
    margin-top: 50px;
    padding: 50px 0 90px 0;
    background: url(../images/date-s3-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.section3 .slideTxtBox .bd {
    margin-top: 40px;
}

.yueb .i-list {
    overflow: hidden;
}

.yueb .i-list li {
    float: left;
    width: 49%;
    box-sizing: border-box;
}

.yueb .i-list li:nth-child(2n+1) {
    margin-right: 2%;
}

.section3 .slideTxtBox .hd ul {
    border: none;
    text-align: center;
}

.section3 .slideTxtBox .hd ul li {
    font-size: 20px;
    font-weight: 600;
    color: #0f0f0f;
    display: inline-block;
    float: none;
    border: none;
    position: relative;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 50px;
}

.section3 .slideTxtBox .hd ul li.on {
    color: #0067b3;
}

.section3 .slideTxtBox .hd ul li.on::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid #7096c3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.gongb {
    padding: 0 50px;
}

.gongb ul {
    overflow: hidden;
    position: relative;
    height: 280px;
}

.gongb ul li {
    position: absolute;
    left: 0;
    top: 0;
    width: 185px;
    background: url(../images/gongb-bj.png) no-repeat;
    background-size: 100%;
    transition: all 0.3s;
    z-index: 8;
}

.gongb ul li:nth-child(2n) {
    top: auto;
    bottom: 0;
}

.gongb ul li.gongb1 {
    left: 0;
}

.gongb ul li.gongb2 {
    left: 100px;
}

.gongb ul li.gongb3 {
    left: 205px;
}

.gongb ul li.gongb4 {
    left: 305px;
}

.gongb ul li.gongb5 {
    left: 410px;
}

.gongb ul li.gongb6 {
    left: 510px;
}

.gongb ul li.gongb7 {
    left: 615px;
}

.gongb ul li.gongb8 {
    left: 715px;
}

.gongb ul li.gongb9 {
    left: 820px;
}

.gongb ul li.gongb10 {
    left: 920px;
}

.gongb ul li a {
    display: block;
    padding-top: 100%;
}

.gongb ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #0e51a0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.gongb ul li:hover {
    background: url(../images/gongb-bj-blue.png) no-repeat;
    background-size: 100%;
    z-index: 9;
}

.gongb ul li:hover a p {
    color: #fff;
}


/* .section4 */

.section4 {
    background: url(../images/date-s4-bj.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 45px;
    padding-top: 50px;
}

.section4 .slideTxtBox .hd ul li.on::after {
    content: none;
}

.s4-tl {
    float: left;
    width: 48%;
}

.s4-tr {
    float: right;
    width: 48%;
}

.s4-b {
    overflow: hidden;
}

.s4-b a {
    display: block;
    float: left;
    width: 48%;
}

.s4-b a:first-child {
    margin-right: 4%;
}

.s4-b a img {
    display: block;
    width: 100%;
    margin-top: 20px;
}


/* .section5 */

.section5 {
    background: url(../images/date-s5-bj.png) no-repeat;
    background-size: cover;
}

.section5>div {
    background: #fff;
    padding: 60px 0;
}

.section5 ul {
    background: url(../images/data-s5-mid-bj.png) no-repeat;
    background-position: center top;
    position: relative;
    height: 2668px;
}

.section5 ul li {
    position: absolute;
    overflow: hidden;
}

.section5 ul li a {
    display: block;
}

.section5 ul li:first-child {
    left: 50%;
    margin-left: -120px;
    top: 80px;
}

.section5 ul li:first-child+li {
    right: 50%;
    margin-right: -180px;
    top: 245px;
}

.section5 ul li:first-child+li+li {
    left: 50%;
    margin-left: -120px;
    top: 395px;
}

.section5 ul li:first-child+li+li+li {
    right: 50%;
    left: 0;
    margin-right: -180px;
    top: 555px;
}


.section5 ul li:first-child+li+li+li+li {
    left: 50%;
    margin-left: -120px;
    top: 695px;
}

.section5 ul li:first-child+li+li+li+li+li {
    right: 50%;
    left: 0;
    margin-right: -190px;
    top: 870px;
}




.section5 ul li:first-child+li+li+li+li+li+li {
    left: 50%;
    margin-left: -120px;
    top: 1020px;
}

.section5 ul li:first-child+li+li+li+li+li+li+li {
    right: 50%;
    left: 0;
    margin-right: -190px;
    top: 1177px;
}

.section5 ul li:first-child+li+li+li+li+li+li+li+li {
    left: 50%;
    margin-left: -120px;
    top: 1339px;
}

.section5 ul li:first-child+li+li+li+li+li+li+li+li+li {
    right: 50%;
    left: 0;
    margin-right: -190px;
    top: 1501px;
}


.section5 ul li:first-child+li+li+li+li+li+li+li+li+li+li {
    left: 50%;
    margin-left: -120px;
    top: 1650px;
}

.section5 ul li:first-child+li+li+li+li+li+li+li+li+li+li+li {
    right: 50%;
    left: 0;
    margin-right: -190px;
    top: 1806px;
}




.section5 ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li {
    left: 50%;
    margin-left: -120px;
    top: 1962px;
}

.section5 ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li {
    right: 50%;
    left: 0;
    margin-right: -190px;
    top: 2129px;
}


.section5 ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li {
    left: 50%;
    margin-left: -120px;
    top: 2276px;
}

.section5 ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li {
    right: 50%;
    left: 0;
    margin-right: -190px;
    top: 2434px;
}




.section5 ul li:nth-child(2n+1) .s5-pic {
    float: left;
    margin-right: 270px;
}

.s5-pic img {
    transition: all 0.5s;
    display: block;
    width: 120px;
}

.s5-pic:hover img {
    transform: scale(1.1);
}

.s5-text {
    max-width: 310px;
    overflow: hidden;
}

.s5-text h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}

.s5-text p {
    font-size: 14px;
    line-height: 27px;
    color: #8d8d8d;
    margin-top: 10px;
}

.section5 ul li:first-child+li .s5-pic {
    float: right;
}

.section5 ul li:first-child+li .s5-text {
    float: right;
    margin-right: 330px;
    text-align: right;
}

.section5 ul li:first-child+li+li+li .s5-pic {
    float: right;
}

.section5 ul li:first-child+li+li+li .s5-text {
    float: right;
    margin-right: 260px;
    margin-top: 50px;
    text-align: right;
}
.section5 ul li:first-child+li+li+li+li+li .s5-pic {
    float: right;
}

.section5 ul li:first-child+li+li+li+li+li .s5-text {
    float: right;
    margin-right: 260px;
    margin-top: 50px;
    text-align: right;
}

.section5 ul li:first-child+li+li+li+li+li+li+li .s5-pic {
    float: right;
}

.section5 ul li:first-child+li+li+li+li+li+li+li .s5-text {
    float: right;
    margin-right: 260px;
    margin-top: 50px;
    text-align: right;
}
.section5 ul li:first-child+li+li+li+li+li+li+li+li+li .s5-pic {
    float: right;
}

.section5 ul li:first-child+li+li+li+li+li+li+li+li+li .s5-text {
    float: right;
    margin-right: 260px;
    margin-top: 50px;
    text-align: right;
}


.section5 ul li:first-child+li+li+li+li+li+li+li+li+li+li+li .s5-pic {
    float: right;
}

.section5 ul li:first-child+li+li+li+li+li+li+li+li+li+li+li .s5-text {
    float: right;
    margin-right: 260px;
    margin-top: 50px;
    text-align: right;
}

.section5 ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li .s5-pic {
    float: right;
}

.section5 ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li .s5-text {
    float: right;
    margin-right: 260px;
    margin-top: 50px;
    text-align: right;
}


.section5 ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li .s5-pic {
    float: right;
}

.section5 ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li .s5-text {
    float: right;
    margin-right: 260px;
    margin-top: 50px;
    text-align: right;
}



.tj-info h3 {
    font-size: 20px;
}

@media screen and (max-width:1200px) {
    .gongb {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    .gongb ul li.gongb1 {
        left: 0;
    }
    .gongb ul li.gongb2 {
        left: 100px;
    }
    .gongb ul li.gongb3 {
        left: 195px;
    }
    .gongb ul li.gongb4 {
        left: 290px;
    }
    .gongb ul li.gongb5 {
        left: 390px;
    }
    .gongb ul li.gongb6 {
        left: 480px;
    }
    .gongb ul li.gongb7 {
        left: 580px;
    }
    .gongb ul li.gongb8 {
        left: 670px;
    }
    .gongb ul li.gongb9 {
        left: 770px;
    }
    .gongb ul li.gongb10 {
        left: 860px;
    }
    .gongb ul li {
        width: 160px;
    }
}

@media screen and (max-width:1024px) {
    .section2 .slideTxtBox .hd,
    .s4-tl,
    .s4-tr {
        float: none;
        width: auto;
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .dade-tit div span,
    .s5-text h3,
    .section3 .slideTxtBox .hd ul li {
        font-size: 16px;
    }
    .s5-lists a,
    .section1 .slideTxtBox .hd ul li a p,
    .section2 .slideTxtBox .hd ul li a {
        font-size: 14px;
    }
    .dade-tit em {
        font-size: 20px;
        line-height: 36px;
    }
    .dade-tit div i {
        width: auto;
    }
    .dade-tit {
        padding-bottom: 0;
    }
    .section1 .slideTxtBox .hd ul li {
        float: none;
        width: auto;
        text-align: center;
    }
    .section1 .slideTxtBox .hd ul li a {
        font-size: 0;
        padding: 10px 0;
    }
    .section1 .slideTxtBox .hd ul li a div {
        display: inline-block;
        line-height: normal;
        vertical-align: middle;
    }
    .section1 .slideTxtBox .hd ul li a p {
        display: inline-block;
        vertical-align: middle;
    }
    .section2 .slideTxtBox .hd ul li {
        text-align: center;
        padding-left: 0;
        line-height: 45px;
    }
    .section2 .slideTxtBox .hd ul li a {
        padding-left: 0;
    }
    .section5 ul {
        position: static;
        min-height: auto;
        height: auto;
        background: none;
        overflow: hidden;
    }
    .section5 ul li {
        float: left;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        margin-left: 0;
        margin-right: 0;
        margin-top: auto;
        margin-bottom: auto;
        width: 50%;
        padding: 0 10px;
    }
    .section5 ul li:first-child,
    .section5 ul li:first-child+li,
    .section5 ul li:first-child+li+li,
    .section5 ul li:first-child+li+li+li {
        left: auto;
        right: auto;
        top: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: 20px;
    }
    .section5 ul li a {
        overflow: hidden;
    }
    .section5 ul li a .s5-pic {
        float: none !important;
        width: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .s5-pic img {
        margin: 0 auto;
        max-width: 50%;
    }
    .s5-text {
        float: none !important;
        max-width: none;
        margin-left: auto !important;
        margin-right: auto !important;
        width: auto;
        text-align: center !important;
        margin-top: 15px !important;
    }
    .section5>div {
        padding: 30px 0;
    }
    .yueb .i-list li {
        float: none;
        width: auto;
    }
    .section3 .slideTxtBox .hd ul li {
        margin: 0 15px;
    }
    .gongb ul {
        height: auto;
    }
    .gongb ul li {
        position: static;
        float: left;
        width: 18%;
        margin-left: 2.5%;
        /* background: #fff; */
        /* border-top: 2px solid #0067b3; */
        margin-bottom: 20px;
    }
    .gongb ul li:nth-child(5n+1) {
        margin-left: 0;
    }
    .gongb ul li a {
        position: relative;
    }
    .gongb ul li a p {
        font-size: 18px;
    }
    .section3 {
        padding-bottom: 50px;
    }
}

@media screen and (max-width:768px) {
    .gongb ul li {
        width: 48%;
        margin-left: 0;
    }
    .gongb ul li:nth-child(5n+1) {
        margin-left: 0;
    }
    .gongb ul li:nth-child(2n) {
        margin-left: 4%;
    }
    .s4-b a {
        float: none;
        width: auto;
    }
    .s4-b a:first-child {
        margin-right: 0;
    }
}