.search {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out 0s;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.search .delete {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 99;
    cursor: pointer
}

.ewr {
    width: 328px;
}

.search_box {
    height: 45px;
    line-height: 45px;
    width: 550px;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(-50px);
    margin-top: -100px
}

.search_box .kw {
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .5) inset;
    -ms-flex: 1;
    flex: 1;
    padding: 0 12px;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

.search_box .ok {
    background: #0e54a1;
    color: #fff;
    width: 100px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

.body_home {
    height: 100vh;
    overflow: hidden
}

.body_home .banner {
    height: 100vh
}

#body-r {
    width: 100%;
    height: auto;
    position: fixed;
    background: #f4f4f4;
    left: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    transition: left 1.3s cubic-bezier(.5, 0, .2, 1) 0s;
    z-index: 1;
    overflow: hidden
}

#topic1 {
    position: relative;
    width: 100%;
    height: 100vh !important;
    display: flex;
    flex-direction: column
}

.rule {
    position: absolute;
    width: 200px;
    height: 30px;
    bottom: 28px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    cursor: pointer
}

.rule .ruleWhite {
    display: none
}

.rule .ruleRed {
    display: block
}


/*.rule .redButton1 {position: absolute;left: -8px;top: 5px;opacity: 0}*/

.rule .redButton3 {
    position: absolute;
    left: -8px;
    top: 5px;
    opacity: 0
}

.rule .redButton4 {
    position: absolute;
    right: 0;
    top: 5px;
    opacity: 0
}

#topic1 .head {
    width: 21%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(../images/topic1-1.jpg) no-repeat center center;
    background-size: cover;
    opacity: .9;
    display: flex;
    align-items: center
}

#topic1 .head .inner,
#topic3 .head .inner,
#topic4 .head .inner {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 25%
}

#topic1 .head .word {
    opacity: 0;
    transition: 1s all ease-out 1s;
    transform: scale(.9)
}

#topic4 .head .word {
    opacity: 0;
    transition: 1s all ease-out 1s;
    transform: scale(.9)
}

#topic3 .head .word {
    opacity: 0;
    transition: 1s all ease-out 1s;
    transform: scale(.9)
}

#topic4 img {
    transform: scale(1.2);
    transition: 1.8s all ease-out 1s
}

#historyDetail .head .inner .title,
#topic1 .head .inner .title,
#topic3 .head .inner .title,
#topic4 .head .inner .title {
    font-size: 40px;
    line-height: 1.3;
    width: 40px;
    white-space: normal;
    color: #fff;
    text-align: center
}

#topic1 .head .inner .p,
#topic3 .head .inner .p,
#topic4 .head .inner .p {
    width: 18px;
    color: #fff;
    margin-left: 25px;
    word-wrap: break-word;
    text-align: center;
    writing-mode: vertical-rl
}

#topic1 .content {
    background: url(../images/topic1-2.jpg) no-repeat center center;
    background-size: cover;
    width: 80%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

#topic1 .content .tr {
    display: flex;
    height: 25%
}

#topic1 .content .tr .td {
    flex: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: scaleX(0);
    transition: 1s all ease-out 0s;
    opacity: 0
}

#topic1 .content .tr .td strong {
    font-size: 52px;
    font-family: Impact;
    perspective: 10vw;
    line-height: 1
}

#topic1 .tr .infinite1 {
    animation: td2 4s ease-in-out 0s infinite
}

#topic1 .tr .infinite2 {
    animation: td3 4s ease-in-out 0s infinite
}

#topic1 .tr .infinite3 {
    animation: td2 4s ease-in-out 0s infinite
}

#topic1 .tr .infinite4 {
    animation: td3 4s ease-in-out 0s infinite
}

#topic1 .tr .infinite5 {
    animation: td2 4s ease-in-out 0s infinite
}

#topic1 .content .tr .td strong i {
    display: inline-block
}

#topic1 .content .tr .td strong i:nth-child(2) {
    animation-delay: .2s !important
}

#topic1 .content .tr .td strong i:nth-child(3) {
    animation-delay: .4s !important
}

#topic1 .content .tr .td strong i:nth-child(4) {
    animation-delay: .6s !important
}

#topic1 .content .tr .td strong i:nth-child(5) {
    animation-delay: .8s !important
}

.animate {
    animation: td1 2.5s ease-in-out 1 both
}

@keyframes td1 {
    0% {
        transform: rotateX(-360deg)
    }
    100% {
        transform: rotateX(0)
    }
}

@keyframes td2 {
    0% {
        background: rgba(0, 0, 0, .2)
    }
    50% {
        background: rgba(0, 0, 0, 0)
    }
    100% {
        background: rgba(0, 0, 0, .2)
    }
}

@keyframes td3 {
    0% {
        background: rgba(0, 0, 0, 0)
    }
    50% {
        background: rgba(0, 0, 0, .2)
    }
    100% {
        background: rgba(0, 0, 0, 0)
    }
}

#historyDetail {
    color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    width: 100%;
    height: 100vh !important;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

#historyDetail .head {
    width: 6%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background: #c02b2f;
    z-index: 10
}

#historyDetail .head .inner {
    background: 0 0;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%)
}

#historyDetail #swiperSon {
    width: 94%;
    height: 100%
}

#historyDetail #swiperSon .content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 80px
}

#historyDetail #swiperSon .content .item {
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

#historyDetail #swiperSon .content .item .box {
    height: 58%;
    border-right: 1px solid #ccc;
    position: relative;
    padding: 0 25px
}

#historyDetail #swiperSon .content .item .box .date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 30px
}

#historyDetail #swiperSon .content .item .box .date p {
    font-size: 29px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #666;
    line-height: 23px
}

#historyDetail #swiperSon .content .item .box .date .i {
    color: #666;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 300
}

#historyDetail #swiperSon .content .item img {
    width: 100%;
}

#historyDetail #swiperSon .swiper-wrapper .swiper-slide .text {
    position: static
}

#historyDetail #swiperSon .content .item .text {
    width: 100%;
    color: #666;
    font-size: 14px;
    line-height: 23px
}

#historyDetail #swiperSon .content .item .text .i {
    height: 106px;
    padding-top: 21px;
    color: #333;
    font-size: 17px;
    font-weight: 500
}

#historyDetail .menu {
    width: 9%;
    height: 100%;
    display: flex;
    align-items: center;
    background: RGBA(124, 113, 92, .8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

#historyDetail .menu .box {
    height: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column
}

#historyDetail .menu .item {
    display: flex;
    justify-content: flex-start;
    width: 100px;
    align-items: center
}

#historyDetail .menu .item i {
    margin-right: 4px
}

#historyDetail .navigation-his {
    position: absolute;
    width: 360px;
    height: 100px;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10
}

#historyDetail .navigation-his .left {
    cursor: pointer;
    background: #c0bab7;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 68px;
    border-radius: 50%
}

#historyDetail .navigation-his .left .img1 {
    display: block;
    width: 9px;
    height: 16px
}

#historyDetail .navigation-his .left .img2 {
    display: none;
    width: 9px;
    height: 16px
}

#historyDetail .navigation-his .left:hover {
    background: #c02b2f
}

#historyDetail .navigation-his .left:hover .img1 {
    display: none
}

#historyDetail .navigation-his .left:hover .img2 {
    display: block
}

#historyDetail .navigation-his .right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    cursor: pointer;
    background: #c0bab7
}

#historyDetail .navigation-his .right .img1 {
    display: block;
    width: 9px;
    height: 16px
}

#historyDetail .navigation-his .right .img2 {
    display: none;
    width: 9px;
    height: 16px
}

#historyDetail .navigation-his .right:hover {
    background: #c02b2f
}

#historyDetail .navigation-his .right:hover .img1 {
    display: none
}

#historyDetail .navigation-his .right:hover .img2 {
    display: block
}

#historyDetail .navigation-his .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #c0bbb8;
    height: 96px;
    width: 96px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

#topic3 {
    position: relative;
    width: 100%;
    height: 100vh !important;
    display: flex;
    flex-direction: column
}

#topic3 .head {
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    align-items: center
}

#topic3 .head .inner .p,
#topic3 .head .inner .title {
    color: #000
}

#topic3 .content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    padding: 0 97px 0 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: url(../images/topic3-bg.jpg) no-repeat right bottom #fff;
    background-size: contain
}

#topic3 .content .textbox {
    writing-mode: tb-rl;
    color: #333;
    line-height: 40px;
    transform: translateY(-80px);
    transition: all 2.5s ease-out 1.2s;
    opacity: 0;
    width: 50%;
    padding-right: 20%;
}

#topic3 .content .imgbox {
    text-align: right;
    height: 50%;
    width: 50%;
    position: relative
}

#topic3 .content .imgbox .bigone {
    position: relative;
    width: 60%;
    z-index: 1;
    transform: translate(50px, -50px);
    opacity: 0;
    transition: all 2s ease-out 1.2s
}

#topic3 .content .imgbox .littleone {
    position: absolute;
    left: -60%;
    bottom: -60%;
    width: 50%;
    z-index: 0;
    opacity: 0;
    transition: all 2s ease-out 1.2s;
}

#topic3 .content .imgbox .title {
    position: absolute;
    right: 0;
    bottom: -80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #0e54a1;
    font-size: 14px;
    cursor: pointer
}

#topic3 .content .imgbox .title:hover {
    color: #b04b36
}

#topic3 .content .imgbox .title .img {
    width: 38px;
    height: 30px
}

#topic3 .content .imgbox .title .img .hoverclock {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

#topic3 .content .imgbox .title .img .clock {
    display: block
}

#topic3 .content .imgbox .title .img:hover .clock {
    display: none
}

#topic3 .content .imgbox .title .img:hover .hoverclock {
    display: block
}

#topic4 {
    position: relative;
    width: 100%;
    height: 100vh !important;
    display: flex;
    flex-direction: column
}

#topic4 .head {
    width: 20.1%;
    height: 100%;
    position: absolute;
    background: url(../images/topic4-1.jpg) no-repeat center center #fff;
    background-size: cover;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center
}

#topic4 .content {
    width: 80%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

#topic4 .content img {
    width: 100%;
    height: 100%
}

#topic4 .content .img1box {
    overflow: hidden;
    width: 40%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0
}

#topic4 .content .img2box {
    position: absolute;
    right: 20%;
    top: 0;
    width: 20.1%;
    height: 50%;
    overflow: hidden
}

#topic4 .content .img3box {
    position: absolute;
    right: 0;
    top: 24.9%;
    width: 20.1%;
    height: 25.2%;
    overflow: hidden
}

#topic4 .content .img4box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20.1%;
    height: 25%;
    overflow: hidden
}

#topic4 .content .img5box {
    position: absolute;
    left: 20%;
    bottom: 0;
    width: 40.1%;
    height: 50%;
    overflow: hidden
}

#topic4 .content .img6box {
    position: absolute;
    right: 0;
    bottom: 25%;
    width: 20%;
    height: 25%;
    overflow: hidden
}

#topic4 .content .img7box {
    position: absolute;
    right: 20%;
    bottom: 0;
    width: 20%;
    height: 25.1%;
    overflow: hidden
}

#topic4 .content .img8box {
    position: absolute;
    right: 20%;
    bottom: 25%;
    width: 20%;
    height: 25%;
    overflow: hidden
}

#topic4 .content .tr {
    display: flex;
    height: 25%
}

#topic4 .content .tr a:hover {
    color: #ffa73f
}

#topic4 .content .tr .td {
    z-index: 2;
    flex: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

#back {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    z-index: 100;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer
}

.whiteIcon {
    display: block
}

.blackIcon {
    display: none
}

#back .p {
    font-size: 15px;
    writing-mode: vertical-rl;
    color: #fff;
    margin-left: 5px
}

.showdiv {
    top: 0
}

.button1 {
    position: absolute;
    right: -2px;
    top: 50%;
    height: 136px;
    transform: translate(50%, -50%);
    z-index: 11;
    cursor: pointer
}

.button1 .btn-1 {
    position: absolute;
    left: 0;
    top: 0
}

.button1 .btn-word {
    position: absolute;
    left: 34px;
    top: 32px
}

.button1 .btn-arrow {
    position: absolute;
    right: 74px;
    top: 50%;
    transform: translateY(-50%)
}

.h1 {
    height: 110px;
    min-width: 1000px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999
}

.h1prev {
    opacity: 1;
    transform: none;
    transition: all .7s ease-out 0s
}

.h1unshow {
    transition: all .7s ease-out 0s;
    opacity: 0;
    transform: translateY(-100%);
    height: 110px;
    min-width: 1400px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999
}

.h1 .d1 {
    width: 100%;
    background: #0e54a1;
    color: #fff;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.h1 .block {
    position: relative;
    width: 1400px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: hidden
}

.d1 .nav_l {
    padding-left: 10%;
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.d1 .nav_l i {
    opacity: .6
}

.d1 .nav_r {
    padding-right: 10%;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.d1 .nav_l a,
.d1 .nav_r a {
    position: relative;
    margin: 0 25px;
    line-height: 30px;
    font-size: 16px
}

.d1 .nav_l a .p,
.d1 .nav_r a .p {
    opacity: .6;
    font-size: 16px
}

.d1 .nav_r a {
    margin: 5px 25px 5px 10px
}

.d1 a::after {
    opacity: 1;
    content: "";
    width: 0;
    height: 1.5px;
    background: #fff;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transition: all .4s
}

.d1 a:hover::after {
    left: 0;
    width: 100%
}

.d2 .a {
    line-height: 87px;
    position: relative
}

.d2 .a::after {
    content: "";
    width: 0;
    height: 2px;
    background: #0e54a1;
    position: absolute;
    top: 69%;
    left: 50%;
    transition: all .3s
}

.d2 .a:hover::after {
    left: 0;
    width: 100%
}

.d2 .a:hover .line {
    height: 26px;
    width: 2px;
    overflow-y: hidden
}

.d2 .a .line {
    position: absolute;
    top: 70%;
    width: 2px;
    height: 0;
    left: 50%;
    background: #0e54a1;
    transition: all .3s
}

.d1 .nav_r .item {
    display: flex;
    justify-content: center;
    align-items: center
}

.d1 .nav_r .item img {
    width: 13px;
    height: 10px
}

.h1 .d2 {
    width: 100%;
    height: 83px;
    background: #00000059;
    display: flex;
    justify-content: center;
    align-items: center
}

.d2 .box a {
    color: #fff;
    font-size: 18px
}

#boxd2 {
    position: relative
}

.d2 .nav-child .showbox,
.d2 .nav-child-2 .showbox {
    border-top: 2px solid #0e54a1;
    width: 785px;
    height: 200px;
    background: #fff;
    position: absolute;
    top: 100%;
    padding: 32px;
    background: #fff;
    display: flex;
    justify-content: flex-start
}

.d2 .nav-child .showitem,
.d2 .nav-child-2 .showitem {
    display: none
}

.d2 .nav-child .showbox .left-box,
.d2 .nav-child-2 .showbox .left-box {
    display: flex;
    justify-content: flex-start;
    width: 360px
}

.d2 .nav-child .showbox .left-box .l-r,
.d2 .nav-child-2 .showbox .left-box .l-r {
    overflow: hidden
}

.d2 .nav-child .showbox .left-box .l-r p,
.d2 .nav-child-2 .showbox .left-box .l-r p {
    font-size: 14px;
    line-height: 28px;
    color: #0e54a1
}

.d2 .nav-child .showbox .right-box,
.d2 .nav-child-2 .showbox .right-box {
    padding-top: 5px;
    width: 350px
}

.d2 .nav-child .showbox .right-box .item,
.d2 .nav-child-2 .showbox .right-box .item {
    display: inline-block;
    height: 40px;
    width: 112px;
    color: #58794e;
    cursor: pointer
}

.d2 .nav-child .showbox .right-box .item a,
.d2 .nav-child-2 .showbox .right-box .item a {
    color: #333
}

.d2 .nav-child .showbox .right-box .item a:hover,
.d2 .nav-child-2 .showbox .right-box .item a:hover {
    color: #0e54a1
}

.s {
    opacity: 0
}

.h1 .d2 .box {
    position: relative;
    width: 1400px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.d2 .icon {
    cursor: pointer;
    width: 38px;
    height: 38px;
    margin-left: 11px
}

.d2 .icon:nth-child(2) {
    display: none
}

.body_home .banner {
    background: #000;
    position: relative;
    height: calc(100vh + 1px);
    width: 100vw;
    overflow: hidden
}

.banner .child {
    background-size: cover;
    color: #fff;
    background-position: center center;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000
}

.banner .swiper-container .swiper-wrapper .swiper-slide .abanner {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10
}

.banner .swiper-container .swiper-wrapper .swiper-slide .text {
    position: absolute;
    left: 20px;
    bottom: 22px;
    color: #fff;
    font-size: 18px
}


/* 分页器 */

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px!important;
    right: 5% !important;
    width: 100%;
    text-align: right
}

.banner .swiper-pagination-swipe1 {
    /* width:100px;*/
    position: absolute;
    bottom: 26px;
    left: 80%;
    z-index: 1000;
    /*color:#fff;*/
}

.banner .swiper-pagination-bullet {
    width: 40px;
    /*width:auto;*/
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background: none;
    opacity: 1;
    margin-right: 20px;
    position: relative;
}

.banner .swiper-pagination-bullet::after {
    opacity: 1;
    content: "";
    width: 0;
    height: 1.5px;
    background: #fff;
    margin-left: 5px;
    position: absolute;
    top: 10px;
    left: 10%;
    transition: all 0.4s;
}

.banner .swiper-pagination-bullet-active {
    font-size: 20px;
    width: 120px;
}

.banner .swiper-pagination-bullet-active::after {
    width: 80px;
}

.main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #eee
}

.body_b .main .part_1 {
    padding: 79px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/01.jpg") no-repeat center #ffffff;
    background-size: cover;
}

.body_b .main .part_1 .innerbox {
    padding: 0 0 20px 31px;
    display: flex;
    justify-content: space-between;
    width: 1400px;
    height: 593px;
    margin-top: 90px;
    background: #FFFFFF;
}

.body_b .main .part_1 .innerbox .left-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 40%;
    height: 100%;
    /*height:860px;*/
}

.body_b .main .part_1 .innerbox .left-box .top {
    width: 100%;
    height: 60px;
    background: #ffffff;
}

.body_b .main .part_1 .innerbox .left-box .top p {
    font-size: 28px;
    height: 60px;
    width: 112px;
    border-bottom: 3px solid #0e54a1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body_b .main .part_1 .innerbox .left-box .bottom {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    padding-top: 39px;
}

.body_b .main .part_1 .innerbox .left-box .bottom .item {
    position: relative;
    width: 96%;
    margin-left: 1%;
    /* margin: 0 20px 20px 0; */
    /* display: flex;
    justify-content: space-between;
    flex-direction: column; */
}

.body_b .main .part_1 .innerbox .left-box .bottom .item:hover img {
    transform: scale(1.3);
}

.body_b .main .part_1 .innerbox .left-box .bottom .item a:first-child {
    width: 100%;
    /* height: 72%; */
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}

.body_b .main .part_1 .innerbox .left-box .bottom .item img {
    width: 100%;
    /* height: 100%; */
    transition: all 1.5s;
}

.body_b .main .part_1 .innerbox .left-box .bottom .item .a {
    font-size: 16px;
    color: #333333;
    height: 36px;
    overflow: hidden;
}

.body_b .main .part_1 .innerbox .left-box .bottom .item .i {
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
}

.body_b .main .part_1 .innerbox .left-box .bottom .item:nth-child(2n) {
    margin: 0 0 20px 0;
}

.body_b .main .part_1 .innerbox .right-box {
    /* padding-bottom: 30px; */
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.body_b .main .part_1 .innerbox .right-box .top {
    width: 100%;
    height: 60px;
    padding: 0 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EEEEEE;
}

.body_b .main .part_1 .innerbox .right-box .top .l {
    font-size: 20px;
    color: #333333;
}

.body_b .main .part_1 .innerbox .right-box .top .r {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.body_b .main .part_1 .innerbox .right-box .top .r .p {
    font-size: 14px;
    color: #0e54a1;
    margin-right: 5px;
}

.body_b .main .part_1 .innerbox .right-box .bottom {
    overflow: hidden;
    width: 100%;
    padding: 12px 10px;
    border-top: 1px solid #eeeeee;
}

.body_b .main .part_1 .innerbox .right-box .bottom .item {
    height: 61px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px
}

.body_b .main .part_1 .innerbox .right-box .bottom .item:nth-child(2n) {
    height: 61px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* background: #f4f4f4; */
}

.body_b .main .part_1 .innerbox .right-box .bottom .item .p {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}

.body_b .main .part_1 .innerbox .right-box .bottom .item .p:hover {
    color: #0e54a1;
}

.body_b .main .part_1 .innerbox .right-box .bottom .item .i {
    margin-top: 10px;
    font-size: 14px;
    color: #717b75;
}

.main .part_1 .head i {
    cursor: pointer;
    border-bottom: 3px solid #fff
}

.main .part_1 .head .chose {
    color: #0e54a1;
    border-bottom: 3px solid #0e54a1
}

.main .part-2 .innerbox,
.main .part_1 .innerbox {
    width: 1400px;
    margin-top: 90px
}

.main .part-2 .head,
.main .part_1 .head {
    height: 50px;
    position: relative;
    font-size: 32px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 55px
}

.main .part_1 .innerbox .box-1 .left-box {
    width: 68%;
    height: 728px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padd-right: 10px;
    border-right: 1px solid #e5e5e5
}

.main .part_1 .innerbox .box-1 .left-box .item {
    height: 364px;
    width: 439px;
    margin: 0 30px 20px 0;
    position: relative
}

.main .part_1 .innerbox .box-1 .left-box .item img {
    width: 439px;
    height: 267px;
    margin-bottom: 21px
}

.main .part_1 .innerbox .box-1 .left-box .item .a {
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 430px;
    display: block
}

.main .part_1 .innerbox .box-1 .left-box .item .a:hover {
    color: #0e54a1
}

.main .part_1 .innerbox .box-1 .left-box .item .i {
    font-size: 14px;
    color: #999;
    bottom: 15px;
    position: absolute
}

.main .part_1 .innerbox .box-1 .right-box {
    width: 450px;
    height: 728px;
    padding-left: 41px;
    overflow: hidden
}

.main .part_1 .innerbox .box-1 .right-box .head {
    height: 60px;
    width: 406px;
    background: #f2f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    margin: 0
}

.main .part_1 .innerbox .box-1 .right-box .head .l {
    font-size: 20px;
    color: #333
}

.main .part_1 .innerbox .box-1 .right-box .head .r {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85px;
    font-size: 14px;
    color: #0e54a1
}

.main .part_1 .innerbox .box-1 .right-box .head .r .p {
    color: #0e54a1
}

.main .part_1 .innerbox .box-1 .right-box .item {
    width: 406px;
    padding: 8px 0 8px 15px;
    border-bottom: 1px solid #e5e5e5
}

.main .part_1 .innerbox .box-1 .right-box .item .p {
    font-size: 16px;
    color: #333;
    line-height: 26px
}

.main .part_1 .innerbox .box-1 .right-box .item .p:hover {
    color: #0e54a1
}

.main .part_1 .innerbox .box-1 .right-box .item .i {
    font-size: 14px;
    color: #888;
    margin-top: 14px
}

.part-2 .head .right-box,
.part_1 .head .right-box {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.part-2 .head .right-box .item,
.part_1 .head .right-box .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    font-size: 14px;
    color: #0e54a1;
    cursor: pointer
}

.head .right-box .item .img {
    position: relative;
    width: 38px;
    height: 30px;
    margin-right: 9px
}

.head .right-box .item .img .hoverclock {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.head .right-box .item .img .clock {
    display: block
}

.head .right-box .item .img:hover .clock {
    display: none
}

.head .right-box .item .img:hover .hoverclock {
    display: block
}

.part_1 .box-1 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#part-1 .box-1 .news {
    display: block;
    position: relative
}

#part-1 .box-1 .notice {
    display: none;
    position: relative
}

#part-1 .box-1 .news .p,
#part-1 .box-1 .notice .p {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 20px
}

.part_1 .box-1 .box-1-l,
.part_1 .box-1 .box-1-r {
    margin-bottom: 20px;
    width: 693px;
    height: 380px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer
}

.part_1 .box-1 .box-1-l img {
    width: 692px;
    height: 388px
}

.part_1 .box-1 .box-1-l .little-box,
.part_1 .box-1 .box-1-r .little-box {
    font-size: 16px;
    box-sizing: border-box;
    color: #333;
    border-bottom: 4px solid #0e54a1;
    width: 337px;
    height: 184px;
    cursor: pointer;
    padding: 50px 30px;
    background: url(../images/bg1.png) no-repeat right bottom #fff;
    background-size: 163px 131px
}

.part_1 .box-1 .box-1-l .little-box p,
.part_1 .box-1 .box-1-r .little-box p {
    font-size: 16px
}

.part_1 .box-1 .box-1-l .little-box:first-child,
.part_1 .box-1 .box-1-l .little-box:nth-child(2),
.part_1 .box-1 .box-1-l .little-box:nth-child(5),
.part_1 .box-1 .box-1-l .little-box:nth-child(6),
.part_1 .box-1 .box-1-r .little-box:first-child,
.part_1 .box-1 .box-1-r .little-box:nth-child(2),
.part_1 .box-1 .box-1-r .little-box:nth-child(5),
.part_1 .box-1 .box-1-r .little-box:nth-child(6) {
    margin-bottom: 20px
}

.main .part-2 {
    margin-top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/02.jpg) center right no-repeat #eee;
    background-size: cover;
}

.main .part-2 .bigbox {
    width: 1400px;
    height: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 137px 0 191px 0;
    position: relative
}

.main .part-2 .bigbox .totalbox {
    width: 84%;
    height: 700px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative
}

.main .part-2 .bigbox .firstgroup {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50px
}

.main .part-2 .bigbox .secondgroup {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 100%;
    top: 50px
}

.main .part-2 .bigbox .chosebox {
    position: absolute;
    bottom: 44px;
    left: 53%;
    transform: translateX(50%);
    width: 80px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main .part-2 .bigbox .chosebox .box2 {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    opacity: .5;
    background: #aaa;
    cursor: pointer
}

.main .part-2 .bigbox .chosebox .box1 {
    height: 12px;
    width: 54px;
    background: #aaa;
    border-radius: 6px;
    cursor: pointer
}

.main .part-2 .bigbox .item {
    position: relative;
    top: 0;
    height: 600px;
    width: 350px;
    margin-left: 20px;
    cursor: pointer;
    overflow: hidden;
    transition: all 1s ease-out 0s
}

.move {
    position: relative;
    top: 0;
    height: 600px;
    width: 350px;
    cursor: pointer;
    overflow: hidden;
    transition: all 1s ease-out 0s;
    /* opacity: 0 */
}

.main .part-2 .bigbox .even {
    transform: translateY(50px);
    transition: all 1s ease-out 0s;
    /* opacity: 0 */
}

.main .part-2 .bigbox .odd {
    transform: translateY(-50px);
    transition: all 1s ease-out 0s;
    /* opacity: 0 */
}

.main .part-2 .bigbox .even2 {
    transform: translateY(50px);
    transition: all 1s ease-out 0s;
    opacity: 1
}

.main .part-2 .bigbox .odd2 {
    transform: translateY(-50px);
    transition: all 1s ease-out 0s;
    opacity: 1
}

.main .part-2 .bigbox .item img {
    transition: all 1.5s
}

.main .part-2 .bigbox .item img:hover {
    transform: scale(1.3)
}

.main .part-2 .bigbox .item .sname {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 28px;
    top: 36px
}

.main .part-2 .bigbox .item p {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    color: #fff;
    position: absolute;
    font-size: 14px;
    right: 29px;
    bottom: 48px
}

.main .part-2 .bigbox .item img {
    width: 278px;
    height: 600px
}

.main .part-2 .bigbox .title {
    width: 50px;
    height: 600px;
    position: relative
}

.main .part-2 .bigbox .title .name {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    margin-top: 20px;
    color: #333;
    font-size: 32px
}

.main .part-2 .bigbox .title .bottom {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    position: absolute;
    left: 15px;
    bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0e54a1
}

.main .part-2 .bigbox .title .bottom .img {
    position: relative;
    width: 38px;
    height: 30px;
    margin-bottom: 10px
}

.main .part-2 .bigbox .title .bottom .img .hoverclock {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.main .part-2 .bigbox .title .bottom .img .clock {
    display: block
}

.main .part-2 .bigbox .title .bottom .img:hover .clock {
    display: none
}

.main .part-2 .bigbox .title .bottom .img:hover .hoverclock {
    display: block
}

.main .part-7 {
    width: 100%;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/03.jpg) center bottom no-repeat;
    background-size: cover
}

.main .part-7 .innerbox {
    width: 1400px;
    height: 710px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main .part-7 .innerbox .left-box {
    width: 24%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column
}

.main .part-7 .innerbox .left-box .head {
    background: url(../images/part7-head-bg.png) left center no-repeat #0e54a1;
    height: 30%;
    width: 100%;
    color: #fff;
    padding: 45px 0 0 71px
}

.main .part-7 .innerbox .left-box .head .p {
    font-size: 32px;
    margin-bottom: 20px
}

.main .part-7 .innerbox .left-box .head .bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.main .part-7 .innerbox .left-box .head .bottom .img {
    position: relative;
    width: 38px;
    height: 30px;
    margin-right: 10px
}

.main .part-7 .innerbox .left-box .head .bottom .img .hoverclock {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.main .part-7 .innerbox .left-box .head .bottom .img .clock {
    display: block
}

.main .part-7 .innerbox .left-box .head .bottom .img:hover .clock {
    display: none
}

.main .part-7 .innerbox .left-box .head .bottom .img:hover .hoverclock {
    display: block
}

.main .part-7 .innerbox .left-box .item {
    height: 17.5%;
    width: 100%;
    background: #ddd;
    color: #333;
    padding: 50px 0 50px 30%;
    font-size: 24px;
    cursor: pointer
}

.currentCollege {
    background: #0e54a1 !important;
    color: #fff !important
}

.main .part-7 .innerbox .left-box .item:nth-child(2),
.main .part-7 .innerbox .left-box .item:nth-child(3),
.main .part-7 .innerbox .left-box .item:nth-child(4) {
    border-bottom: 2px solid #fff
}

.main .part-7 .innerbox .right-box {
    width: 76%;
    height: 100%;
    position: relative
}

.main .part-7 .innerbox .right-box .imgbox {
    display: none;
    width: 100%;
    height: 100%;
}

.main .part-7 .innerbox .right-box .imgbox img {
    width: 100%;
    height: 100%;
}

.currentShow {
    display: block !important
}

.main .part-7 .innerbox .right-box .imgbox .logo1 {
    width: 112px;
    height: 122px;
    position: absolute;
    top: 26px;
    left: 38px
}

.main .part-7 .innerbox .right-box .imgbox .textbox {
    overflow: hidden;
    padding: 19px 43px;
    position: absolute;
    height: 153px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff
}

.main .part-7 .innerbox .right-box .imgbox .textbox .i {
    font-size: 24px;
    margin-bottom: 5px
}

.main .part-7 .innerbox .right-box .imgbox .textbox p {
    font-size: 18px
}

.body_b .main .part-3 {
    width: 100%;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/part3-bg.png) center left no-repeat #fff
}

.main .part-3 .innerbox {
    width: 1400px
}

.main .part-3 .box-t {
    position: relative
}

.main .part-3 .box-t .box-l {
    padding: 60px 91px;
}

.main .part-3 .box-t img {
    width: 100%;
    height: auto
}

.main .part-3 .box-t .box-l .name {
    color: #333;
    font-size: 40px
}

.main .part-3 .box-t .box-l .more {
    color: #333;
    cursor: pointer;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.main .part-3 .box-t .box-l .more .img {
    margin-right: 10px;
    width: 38px;
    height: 30px;
    position: relative
}

.main .part-3 .box-t .box-l .more .img .hoverclock {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 30px;
    display: none
}

.main .part-3 .box-t .box-l .more .img .clock {
    width: 38px;
    height: 30px;
    display: block
}

.main .part-3 .box-t .box-l .more .img:hover .clock {
    display: none
}

.main .part-3 .box-t .box-l .more .img:hover .hoverclock {
    display: block
}

.main .part-3 .box-t .box-r {
    background: #039e45;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden
}

.main .part-3 .box-t .box-r img {
    cursor: pointer;
    margin-left: 59px;
    margin-right: 27px;
    width: 156px;
    height: 221px
}

.main .part-3 .box-t .box-r .text {
    width: 441px;
    height: 221px;
    color: #fff;
    font-size: 14px;
    line-height: 24px
}

.main .part-3 .box-t .box-r .text .title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 27px
}

.main .part-3 .box-t .box-r .text .word {
    overflow: hidden
}

.main .part-4 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding-bottom: 100px
}

.main .part-4 .innerbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1400px
}

.main .part-4 .left-box,
.main .part-4 .right-box {
    width: 690px;
    height: 595px;
    position: relative
}

.main .part-4 .left-box .p {
    position: absolute;
    left: 10px;
    bottom: 220px;
    font-size: 20px;
    color: #fff
}

.main .part-4 .right-box .i {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 20px;
    color: #fff
}

.main .part-4 .left-box {
    transform: translateY(-80px);
    transition: all 1s ease-out 0s;
    opacity: 0
}

.main .part-4 .right-box {
    transform: translateY(80px);
    transition: all 1s ease-out 0s;
    opacity: 0
}

.main .part-4 .left-box img,
.main .part-4 .right-box img {
    cursor: pointer;
    width: 690px;
    height: 388px
}

.main .part-4 .right-box .title {
    font-size: 40px;
    color: #333;
    text-align: center;
    margin-bottom: 107px
}

.main .part-4 .right-box .title .more {
    cursor: pointer;
    font-size: 14px;
    color: #0e54a1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px
}

.main .part-4 .right-box .title .more img {
    width: 38px;
    height: 30px;
    margin-right: 10px
}

.main .part-4 .right-box .title .more .img {
    position: relative;
    width: 38px;
    height: 30px;
    margin-right: 10px
}

.main .part-4 .right-box .title .more .img .hoverclock {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 30px;
    display: none
}

.main .part-4 .right-box .title .more .img .clock {
    width: 38px;
    height: 30px;
    display: block
}

.main .part-4 .right-box .title .more .img:hover .clock {
    display: none
}

.main .part-4 .right-box .title .more .img:hover .hoverclock {
    display: block
}

.body_b .main .part-5 {
    width: 100%;
    /*height:1100px;*/
    background: white;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 72px 0;
}

.body_b .main .part-5 .innerbox {
    width: 1400px;
}

.main .part-5 .innerbox .box {
    margin-top: 45px;
}

.main .part-5 .innerbox .box .top {
    display: flex;
    justify-content: space-between;
}

.body_b .main .part-5 .innerbox .box .item {
    flex: 1;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 10px;
}

.body_b .main .part-5 .innerbox .box .item:nth-child(2n) {
    margin-right: 0;
}

.body_b .main .part-5 .innerbox .box .item .img {
    overflow: hidden;
    position: relative;
    flex: 1;
    display: block;
    margin-left: 10px;
}

.body_b .main .part-5 .innerbox .box .item .img:first-child {
    margin-left: 0;
}

.body_b .main .part-5 .innerbox .box .img:hover img {
    transform: scale(1.3);
}

.body_b .main .part-5 .innerbox .box .item .img img {
    transition: all 1.5s;
    width: 100%;
    height: 100%;
    display: block;
}

.body_b .main .part-5 .innerbox .box .item .img .name {
    width: 100%;
    height: 40%;
    font-size: 20px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}

.part-3 .part-6 .left-box {
    width: calc(50% - 20px)
}

.part-3 .part-6 .left-box .box-2 {
    width: 100%
}

.main .part-6 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.main .part-6 .innerbox {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden
}

.part-6 .left-box .box-2 {
    width: 100%;
    height: 284px;
    margin-top: 48px;
    background: #fff;
    padding: 12px 37px
}

.part-6 .left-box .box-2 .item {
    box-sizing: border-box;
    cursor: pointer;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EEEEEE
}

.part-6 .left-box .box-2 .item p:hover {
    color: #0e54a1
}

.part-6 .left-box .box-2 .item a {
    width: 80%;
}

.part-6 .left-box .box-2 .item p {
    font-size: 14px;
    color: #333;
    width: 100%;
    height: 32px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.part-6 .left-box .box-2 .item .i {
    font-size: 12px;
    color: #7fb097;
    line-height: 40px;
    white-space: nowrap;
}

.part-6 .left-box .box-2 .item i {
    color: #eee
}

.main .part-6 .box-1 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main .part-6 .box-1 .title {
    font-size: 40px;
    color: #333
}

.main .part-6 .box-1 .more {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #333;
    cursor: pointer
}

.main .part-6 .box-1 .more img {
    width: 68px;
    height: 27px;
    margin: 0 15px
}

.part-6 .right-box .box-2 {
    width: 810px;
    height: 284px;
    margin-top: 48px;
    border-bottom: 3px solid #0e54a1
}

.part-6 .right-box .box-2 .item {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 91px;
    background: #fff
}

.part-6 .right-box .box-2 .item:first-child,
.part-6 .right-box .box-2 .item:nth-child(2) {
    margin-bottom: 4px
}

.part-6 .right-box .box-2 .item .box-l {
    color: #70a48a;
    font-size: 20px;
    height: 83px;
    width: 200px;
    margin: 4px;
    background: url(../images/bg2.png) no-repeat center bottom #d9e7e0;
    display: flex;
    justify-content: center;
    align-items: center
}

.part-6 .right-box .box-2 .item p {
    color: #333;
    font-size: 14px;
    padding-left: 30px
}

.part-6 .right-box .box-2 .item p:hover {
    color: red
}

.main .footer {
    z-index: 10;
    background: #1d231d;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%
}

.footer .box-1 {
    width: 100%;
    height: 434px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/footer-bg.jpg) bottom no-repeat #fff;
    background-size: auto 100%;
    padding-top: 18px
}

.footer .dock1 {
    /* border-top: 1px solid #dedede; */
    width: 1400px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    position: relative
}

.footer .dock1 .logobox {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 19px;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer .dock1 .item {
    display: flex;
    justify-content: flex-start;
    flex-direction: column
}

.footer .dock1 .item .p {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px
}

.footer .dock1 .item a {
    font-size: 14px;
    color: #666;
    line-height: 28px
}

.footer .box-2 {
    width: 100%;
    background: #0e54a1;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer .box-2 .dock2 {
    width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.footer .box-2 .dock2 .l {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 200px
}

.footer .box-2 .dock2 .l .p {
    font-size: 14px;
    color: #f4f4f4
}

.footer .box-2 .dock2 .l img {
    width: 56px;
    height: 68px;
    margin-left: 28px
}

.footer .box-2 .dock2 .r a {
    padding: 0 20px
}

.footer .box-2 .dock2 .r i {
    color: #fff
}

.body_b {
    position: fixed;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #f2f2f2;
    transition: top .7s cubic-bezier(.5, 0, .2, 1) 0s;
    z-index: 1;
    overflow: auto;
    outline: 0;
    width: 100%
}

.h2show {
    transition: all .7s ease-in-out .5s;
    transform: none;
    opacity: 1
}

.h2prev {
    opacity: 0;
    transform: translateY(-100%)
}

.h2 {
    min-width: 1000px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: #0e54a1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.h2 .d1 {
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0e54a1
}

.h2 .d1 .block {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.h2 .d1 .block i {
    color: #fff
}

.h2 .d2 {
    width: 100%;
    height: 85px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.h2 .d2 .box {
    position: relative;
    width: 1400px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.h2 .d2 .box a {
    font-size: 18px;
    color: #333
}

.page2,
.page3 {
    width: 100%;
    height: auto;
    background: #fff
}

.page10 .banner-2,
.page11 .banner-2,
.page12 .banner-2,
.page13 .banner-2,
.page2 .banner-2,
.page3 .banner-2,
.page4 .banner-2,
.page5 .banner-2,
.page6 .banner-2,
.page7 .banner-2,
.page8 .banner-2,
.page9 .banner-2 {
    height: 100%;
    position: relative;
    padding-top: 46px;
    top: 30px;
    overflow: hidden
}

.banner-2 img {
    width: 100%;
    height: auto
}

.banner-2 .word-box {
    width: 441px;
    position: absolute;
    bottom: 100px;
    left: 20%;
    color: #fff
}

.banner-2 .word-box .title {
    font-size: 32px;
    margin-bottom: 30px;
    padding-left: 20px
}

.banner-2 .word-box .title-2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.banner-2 .word-box .title-2 .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-right: 23px;
    line-height: 40px;
    opacity: .6
}

.banner-2 .word-box .title-2 .item .arrow {
    opacity: 0;
    width: 15px;
    margin-right: 8px;
    height: 8px
}

.banner-2 .word-box .title-2 .item:hover {
    opacity: 1
}

.banner-2 .word-box .title-2 .item:hover .arrow {
    opacity: 1
}

.banner-2 .word-box .title-2 .item:nth-child(4n) {
    margin-right: 0
}

.page2 .main {
    padding-top: 62px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.page2 .main .innerBox {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 29px;
    padding-bottom: 66px
}

.page2 .main .innerBox .left-box {
    margin-right: 75px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.left-box img {
    width: 83px;
}


/*.page2 .main .innerBox .left-box {width:1150px;}
*/

.main .innerBox .right-box .item {
    width: 100%;
    line-height: 34px;
}

.main .innerBox .right-box .left {
    width: 148px;
    margin-right: 60px;
    font-size: 72px;
    font-family: Impact;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, .18);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative
}

.main .innerBox .right-box .left span {
    padding: 10px 0
}

.main .innerBox .right-box .left .minus {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(-90deg)
}

.main .innerBox .right-box .right {
    padding: 0 0 60px 29px;
    line-height: 24px;
    color: #000
}

.main .innerBox .right-box .introduce p {
    font-size: 16px;
    line-height: 2em;
    text-indent: 2em;
}

.main .picbox {
    min-width: 1400px;
    margin-bottom: -2px;
    width: 100%;
}

.page2 .main .footer {
    margin-top: 0
}

.page3 {
    background: #f4f4f4
}

.part-2 .innerbox {
    padding: 60px 0;
    width: 100%;
}

.part-2 .innerbox .bottom {
    position: relative
}

.part-2 .innerbox .bottom .box-1 {
    width: 50%;
    z-index: 999;
    opacity: 0;
    transform: translateX(50px);
    transition: all 1s ease-out 0s;
    margin-left: 10%;
}

.part-2 .innerbox .bottom .box-1 img {
    width: 100%;
    height: 100%;
}

.part-2 .innerbox .bottom .box-2 {
    z-index: 2;
    box-sizing: border-box;
    position: absolute;
    right: 6%;
    bottom: 58px;
    width: 40%;
    height: 80%;
    background: #fff !important;
    box-shadow: 0 0 18px 2px rgba(0, 0, 0, .1);
    opacity: 0;
    transform: translateX(-50px);
    transition: all 1s ease-out 0s
}

.part-2 .innerbox .bottom .box-2 .whitebox {
    width: 100%;
    height: 100%;
    background: url(../images/page3-2-bg.png) bottom center no-repeat #fff;
    padding: 20px 35px 20px 25%;
    overflow: hidden
}

.part-2 .innerbox .bottom .box-2 .bg {
    position: absolute;
    background: #0e8e44;
    width: 89.5%;
    height: 70%;
    bottom: -23px;
    right: -23px;
    z-index: -1
}

.part-2 .innerbox .bottom .box-2 .title {
    padding: 10px 0;
    font-size: 24px;
    margin-bottom: 20px;
}

.part-2 .innerbox .bottom .box-2 p {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.part-2 .innerbox .bottom .box-2 .detail {
    color: #0e54a1;
    position: absolute;
    bottom: 30px
}

.page3 .main .part_1 .innerbox {
    margin-top: 0
}

.page3 .main .part_1 {
    padding: 100px 0
}

.page3 .main .part_1 .innerbox .box {
    width: 1400px;
    /* display: flex; */
    justify-content: space-between
}

.page3 .main .part_1 .innerbox .box .item {
    background: #fff;
    padding: 10px 10px 20px 10px;
    flex: 1;
    margin-left: 20px;
    width: 30%;
    float: left;
    margin-bottom: 20px;
    /* cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-direction: column */
}

.page3 .main .part_1 .innerbox .box .item:first-child {
    /* margin-left: 0; */
}

.page3 .main .part_1 .innerbox .box .item .img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    height: 317px;
}

.page3 .main .part_1 .innerbox .box .item img {
    width: 100%;
    height: 100%;
    transition: all 1.5s;
    display: block
}

.page3 .main .part_1 .innerbox .box .item:hover img {
    transform: scale(1.3)
}

.page3 .main .part_1 .innerbox .box .item .p {
    font-size: 16px;
    color: #333;
    height: 38px;
    overflow: hidden
}

.page3 .main .part_1 .innerbox .box .item .i {
    color: #999;
    font-size: 14px;
    margin-top: 20px
}

.page3 .main .part-3 {
    padding: 90px 0;
    width: 100%
}

.page3 .main .part-2 {
    margin: 0;
    padding: 80px 0;
    background: #fff;
    display: flex;
    align-items: center
}

.page3 .part-4 {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0
}

.page3 .main .part-4 .innerbox {
    width: 1400px;
    padding: 80px 0;
    display: block
}

.page3 .part-4 .innerbox .head {
    width: 100%;
    height: 40px;
    font-size: 32px;
    color: #333;
    text-align: center;
    position: relative
}

.page3 .part-4 .innerbox .head .more {
    color: #333;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page3 .part-4 .innerbox .head .more .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    font-size: 14px;
    color: #0e54a1;
    cursor: pointer
}

.page3 .part-4 .innerbox .head .more .item .img {
    position: relative;
    width: 38px;
    height: 30px;
    margin-right: 9px
}

.page3 .part-4 .innerbox .head .more .item .img .hoverclock {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.page3 .part-4 .innerbox .head .more .item .img .clock {
    display: block
}

.page3 .part-4 .innerbox .head .more .item .img:hover .clock {
    display: none
}

.page3 .part-4 .innerbox .head .more .item .img:hover .hoverclock {
    display: block
}

.page3 .part-4 .innerbox .box {
    margin-top: 46px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page3 .part-4 .innerbox .box .odd {
    transform: translateY(50px);
    transition: all 1s ease-out 0s;
    opacity: 0
}

.page3 .part-4 .innerbox .box .even {
    transform: translateY(-50px);
    transition: all 1s ease-out 0s;
    opacity: 0
}

.page3 .part-4 .innerbox .box .item {
    background: #eee;
    padding: 20px;
    margin-left: 20px;
    cursor: pointer;
    flex: 1
}

.page3 .part-4 .innerbox .box .item:hover img {
    transform: scale(1.3)
}

.page3 .part-4 .innerbox .box .item .img {
    width: 100%;
    overflow: hidden
}

.page3 .part-4 .innerbox .box .item .img img {
    width: 100%;
    height: 100%;
    transition: all 1.5s;
    display: block
}

.page3 .part-4 .innerbox .box .item:first-child {
    margin-left: 0
}

.page3 .part-4 .innerbox .box .item .p {
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-top: 33px;
    height: 40px
}

.page3 .main .part-2 .innerbox {
    margin: 0;
    padding: 0
}

.part-3 .b1 {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 1s ease-out 0s
}

.part-3 .b2 {
    opacity: 0;
    transform: translateX(50px);
    transition: all 1s ease-out 0s
}

.page4 {
    background: #eee
}

.page4 .main .part-1 .innerbox {
    width: 1400px;
    margin-top: 0;
    padding: 100px 0 73px 0
}

.page4 .main .part-1 .innerbox .head {
    width: 100%;
    height: 40px;
    font-size: 32px;
    color: #333;
    text-align: center;
    position: relative
}

.page4 .main .part-1 .innerbox .head .more {
    color: #333;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page4 .main .part-1 .innerbox .head .more .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    font-size: 14px;
    color: #0e54a1;
    cursor: pointer
}

.page4 .main .part-1 .innerbox .head .more .item .img {
    position: relative;
    width: 38px;
    height: 30px;
    margin-right: 9px
}

.page4 .main .part-1 .innerbox .head .more .item .img .hoverclock {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.page4 .main .part-1 .innerbox .head .more .item .img .clock {
    display: block
}

.page4 .main .part-1 .innerbox .head .more .item .img:hover .clock {
    display: none
}

.page4 .main .part-1 .innerbox .head .more .item .img:hover .hoverclock {
    display: block
}

.page4 .main .part-1 .innerbox .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px
}

.page4 .main .part-1 .innerbox .box .item {
    width: 33%;
    background: #fff;
    padding: 10px 10px 20px 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 20px;
    flex: 1
}

.page4 .main .part-1 .innerbox .box .item:first-child {
    margin-left: 0;
}

.page4 .main .part-1 .innerbox .box .item .img {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.page4 .main .part-1 .innerbox .box .item img {
    transition: all 1.5s;
    width: 100%;
    display: block
}

.page4 .main .part-1 .innerbox .box .item:hover img {
    transform: scale(1.3)
}

.page4 .main .part-1 .innerbox .box .item .p {
    font-size: 16px;
    color: #333;
    padding: 0 21px;
    width: 100%;
    height: 37px;
    overflow: hidden
}

.page4 .main .part-1 .innerbox .box .item .i {
    color: #999;
    font-size: 14px;
    padding-left: 21px;
    margin-top: 20px;
}

.page4 .main .part-6 .innerbox .head {
    width: 100%;
    height: 40px;
    font-size: 32px;
    color: #333;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page4 .main .part-6 {
    width: 100%;
    background: #fff;
    margin: 0;
}

.page4 .main .part-6 .innerbox {
    width: 1400px;
    display: block;
    padding: 90px 0
}

.page4 .main .part-6 .innerbox .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 61px;
}

.page4 .main .part-6 .innerbox .box .box1 {
    position: relative;
    width: calc(50% - 10px);
}

.page4 .main .part-6 .innerbox .box .box1 img {
    width: 100%;
    height: 100%
}

.page4 .main .part-6 .innerbox .box .box1 .text {
    width: 100%;
    height: 30%;
    background: rgba(0, 0, 0, .5);
    padding: 28px 20px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: 0
}

.page4 .main .part-6 .innerbox .box .box2 {
    display: block;
    width: calc(25% - 5px);
    height: 100%;
    background: #eee;
    padding-bottom: 20px
}

.page4 .main .part-6 .innerbox .box .box2 .img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.page4 .main .part-6 .innerbox .box .box2:hover img {
    transform: scale(1.3)
}

.page4 .main .part-6 .innerbox .box .box2 .p {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    height: 62px;
    padding: 0 20px;
    overflow: hidden
}

.page4 .main .part-6 .innerbox .box .box2 img {
    width: 100%;
    height: 100%;
    transition: all 1.5s
}

.page4 .main .part-6 .innerbox .head .more {
    color: #333;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page4 .main .part-6 .innerbox .head .more .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    font-size: 14px;
    color: #0e54a1;
    cursor: pointer
}

.page4 .main .part-6 .innerbox .head .more .item .img {
    position: relative;
    width: 38px;
    height: 30px;
    margin-right: 9px
}

.page4 .main .part-6 .innerbox .head .more .item .img .hoverclock {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.page4 .main .part-6 .innerbox .head .more .item .img .clock {
    display: block
}

.page4 .main .part-6 .innerbox .head .more .item .img:hover .clock {
    display: none
}

.page4 .main .part-6 .innerbox .head .more .item .img:hover .hoverclock {
    display: block
}

.page4 .main .part-2 {
    background: #039e45;
    width: 100%
}

.page4 .main .part-2 .innerbox {
    width: 1400px;
    padding: 79px 0 103px 0;
    margin: 0;
}

.page4 .main .part-2 .innerbox .head,
.page4 .main .part-3 .innerbox .head {
    ;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page4 .main .part-2 .innerbox .head .title,
.page4 .main .part-3 .innerbox .head .title {
    font-size: 32px;
    color: #fff
}

.page4 .main .part-2 .innerbox .head .title-2,
.page4 .main .part-3 .innerbox .head .title-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

.page4 .main .part-2 .innerbox .head .title-2 .img,
.page4 .main .part-3 .innerbox .head .title-2 .img {
    width: 38px;
    height: 30px;
    position: relative
}

.page4 .main .part-2 .innerbox .head .title-2 .img .hoverclock,
.page4 .main .part-3 .innerbox .head .title-2 .img .hoverclock {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.page4 .main .part-2 .innerbox .head .title-2 .img .clock,
.page4 .main .part-3 .innerbox .head .title-2 .img .clock {
    display: block
}

.page4 .main .part-2 .innerbox .head .title-2 .img:hover .clock,
.page4 .main .part-3 .innerbox .head .title-2 .img:hover .clock {
    display: none
}

.page4 .main .part-2 .innerbox .head .title-2 .img:hover .hoverclock,
.page4 .main .part-3 .innerbox .head .title-2 .img:hover .hoverclock {
    display: block
}

.page4 .main .part-2 .innerbox .box-b {
    display: flex;
    justify-content: space-between
}

.page4 .main .part-2 .innerbox .box-b a {
    display: block;
    margin-left: 20px;
    flex: 1
}

.page4 .main .part-2 .innerbox .box-b .item {
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
    padding-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
}

.page4 .main .part-2 .innerbox .box-b a:first-child {
    margin-left: 0;
}

.page4 .main .part-2 .innerbox .box-b .item p {
    color: #333333
}

.page4 .main .part-2 .innerbox .box-b .item p:first-child {
    color: #333333;
    height: 33px;
    overflow: hidden
}

.page4 .main .part-2 .innerbox .box-b .item p:nth-child(2) {
    margin-top: 20px;
}

.page4 .main .part-2 .innerbox .box-b .item .img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px
}

.page4 .main .part-2 .innerbox .box-b .item img {
    transition: all 1.5s;
    width: 100%;
    ;
    height: 100%;
}

.page4 .main .part-2 .innerbox .box-b .item img:hover {
    transform: scale(1.3)
}

.page4 .main .part-2 .innerbox .box-b .item .remark {
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 0 21px
}

.page4 .main .part-3 {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.page4 .main .part-3 .box {
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.page4 .main .part-3 .innerbox {
    width: 1400px;
    padding: 90px 0;
}

.page4 .main .part-3 .box .img {
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 1;
    width: 50%;
    height: 100%;
}

.page4 .main .part-3 .box .img img {
    width: 100%;
    height: 100%;
}

.page4 .main .part-3 .box .left-box {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 1s ease-out 0s
}

.page4 .main .part-3 .box .right-box {
    z-index: 0;
    width: 58%;
    background: #f4f4f4;
    padding: 79px 49px 118px 150px;
    opacity: 0;
    transform: translateX(50px);
    transition: all 1s ease-out 0s
}

.page4 .main .part-3 .box .right-box .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 40px
}

.page4 .main .part-3 .box .right-box .title2 {
    font-size: 18px;
    margin-bottom: 27px
}

.page4 .main .part-4 {
    background: #eee;
    padding: 0 0 0 0
}

.page4 .main .part-4 .part-3 {
    padding: 0;
    background: #eee
}

.page4 .main .part-4 .box-r {
    background: #fff;
    display: block;
    padding: 0 37px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    right: 10%;
    bottom: 0;
    height: 55%;
    width: 50%;
}

.page4 .main .part-4 .box-r .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 35px 0;
    color: #333
}

.page4 .main .part-4 .box-r .item p:first-child {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.page4 .main .part-4 .more .img img {
    width: 38px;
    height: 30px
}

.page4 .main .part-5 {
    background: #ffffff;
}

.page4 .main .part-5 .box {
    width: 100%;
    padding-bottom: 123px
}

.page4 .main .part-5 .box .imgbg {
    position: relative
}

.page4 .main .part-5 .box .imgbg img {
    width: 100%
}

.page4 .main .part-5 .box .head {
    color: #fff;
    width: 16.6%;
    height: 200px;
    font-size: 32px
}

.page4 .main .part-5 .box .head .more {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    width: 100%;
}

.page4 .main .part-5 .box .head .more .imges {
    width: 38px;
    height: 30px;
    position: relative
}

.page4 .main .part-5 .box .head .more .imges .hoverclock {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.page4 .main .part-5 .box .head .more .imges .clock {
    display: block
}

.page4 .main .part-5 .box .head .more .imges:hover .clock {
    display: none
}

.page4 .main .part-5 .box .head .more .imges:hover .hoverclock {
    display: block
}

.page4 .main .part-5 .box-2 {
    width: 1400px;
    height: 236px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page4 .main .part-5 .box-2 a {
    width: 16.6%
}

.page4 .main .part-5 .box-2 .img {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.page4 .main .part-5 .box-2 .img img {
    width: 100%;
    height: 100%;
    transition: all 1.5s
}

.page4 .main .part-5 .box-2 .img img:hover {
    transform: scale(1.3)
}

.page4 .main .part-5 .box-2 .img .name {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff
}

.page5 {
    background: #f4f4f4;
    overflow-y: hidden
}

.page5 .main .part-1 .innerbox {
    margin-top: 0;
    width: 1400px;
    padding: 89px 0 144px 0;
}

.page5 .main .part-1 {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.page5 .main .part-1 .innerbox .head {
    width: 100%;
    height: 40px;
    font-size: 32px;
    color: #333;
    text-align: center;
    position: relative
}

.page5 .main .part-1 .innerbox .head .more {
    color: #333;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page5 .main .part-1 .innerbox .head .more .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    font-size: 14px;
    color: #0e54a1;
    cursor: pointer
}

.page5 .main .part-1 .innerbox .head .more .item .img {
    position: relative;
    width: 38px;
    height: 30px;
    margin-right: 9px
}

.page5 .main .part-1 .innerbox .head .more .item .img .hoverclock {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.page5 .main .part-1 .innerbox .head .more .item .img .clock {
    display: block
}

.page5 .main .part-1 .innerbox .head .more .item .img:hover .clock {
    display: none
}

.page5 .main .part-1 .innerbox .head .more .item .img:hover .hoverclock {
    display: block
}

.page5 .main .part-1 .innerbox .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px
}

.page5 .main .part-1 .innerbox .box .item {
    background: #eee;
    overflow: hidden;
    flex: 1;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 20px;
}

.page5 .main .part-1 .innerbox .box .item:first-child {
    margin-left: 0;
}

.page5 .main .part-1 .innerbox .box .item .img {
    overflow: hidden;
    margin-bottom: 29px;
    width: 100%;
}

.page5 .main .part-1 .innerbox .box .item img {
    transition: all 1.5s;
    width: 100%;
    height: 100%
}

.page5 .main .part-1 .innerbox .box .item:hover img {
    transform: scale(1.3)
}

.page5 .main .part-1 .innerbox .box .item .p {
    font-size: 16px;
    color: #333;
    padding: 0 21px;
    height: 37px;
    overflow: hidden
}

.page5 .main .part-1 .innerbox .box .item .i {
    color: #333;
    width: 100%;
    font-size: 14px;
    padding: 0 21px;
    margin-top: 20px;
}

.page5 .part-2 {
    margin: 0;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee
}

.page5 .part-2 .innerbox {
    padding: 82px 0 100px 0;
    margin: 0;
    width: 1400px;
}

.page5 .part-2 .innerbox .box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.page5 .part-2 .innerbox .box .item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: #FFFFFF;
    padding-bottom: 36px;
    width: 100%;
    height: 100%;
}

.page5 .part-2 .innerbox .box a:first-child {
    margin-left: 0px;
}

.page5 .part-2 .innerbox .box a {
    margin-left: 20px;
    flex: 1
}

.page5 .part-2 .innerbox .box .item:hover img {
    transform: scale(1.3);
}

.page5 .part-2 .innerbox .box .item .img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.page5 .part-2 .innerbox .box .item img {
    width: 100%;
    height: 100%;
    transition: all 1.5s;
}

.page5 .part-2 .innerbox .box .item:first-child {
    padding-bottom: 45px;
}

.page5 .part-2 .innerbox .box .item .p {
    color: #333333;
    padding: 0 21px;
    height: 37px;
    overflow: hidden
}

.page5 .part-2 .innerbox .box .item .d {
    color: #333333;
    padding-left: 21px;
    margin-top: 20px;
}

.page5 .main .part-2 .innerbox .head {
    width: 100%;
    height: 40px;
    font-size: 32px;
    color: #333;
    text-align: center;
    position: relative
}

.page5 .main .part-2 .innerbox .head .more {
    color: #333;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page5 .main .part-2 .innerbox .head .more .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    font-size: 14px;
    color: #0e54a1;
    cursor: pointer
}

.page5 .main .part-2 .innerbox .head .more .item .img {
    position: relative;
    width: 38px;
    height: 30px;
    margin-right: 9px
}

.page5 .main .part-2 .innerbox .head .more .item .img .hoverclock {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.page5 .main .part-2 .innerbox .head .more .item .img .clock {
    display: block
}

.page5 .main .part-2.innerbox .head .more .item .img:hover .clock {
    display: none
}

.page5 .main .part-2 .innerbox .head .more .item .img:hover .hoverclock {
    display: block
}

.page5 .part-3 {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.page5 .part-3 .innerbox {
    padding-top: 80px;
    width: 1128px
}

.page5 .main .part-3 .box-t {
    width: 100%;
    padding-bottom: 180px
}

.page5 .main .part-3 .box-t .box-l {
    position: absolute;
    bottom: 0;
    left: 10%;
}

.page5 .main .part-3 .box-t .box-r {
    bottom: 5%;
    right: 10%;
    width: 50%;
    height: 35%;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #19964E;
}

.page5 .main .part-3 .box-t .box-r p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    width: 100%
}

.page5 .part-4 {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative
}

.page5 .part-4 .innerbox {
    width: 1400px;
    position: relative;
    padding: 60px 0;
}

.page5 .part-4 .box-1 {
    z-index: 1;
    transform: translateX(-50px);
    transition: all 1s ease-out 0s;
    opacity: 0;
    width: 57%;
}

.page5 .part-4 .box-1 img {
    width: 100%;
    height: 100%;
    display: block
}

.page5 .part-4 .box-2 {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 0;
    width: 50%;
    height: calc(100% - 120px);
    background: #039e45;
    padding: 176px 100px 0 333px;
    transform: translateY(50px);
    transition: all 1s ease-out 0s;
    opacity: 0
}

.page5 .part-4 .text {
    position: absolute;
    right: 0;
    width: 45%;
    padding-left: 94px;
    padding-right: 40px;
}

.page5 .part-4 .text .more {
    width: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff
}

.page5 .part-4 .text .more .img {
    width: 38px;
    height: 30px;
    position: relative;
    margin-right: 10px
}

.page5 .part-4 .text .more .img .hoverclock {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.page5 .part-4 .text .more .img .clock {
    display: block
}

.page5 .part-4 .text .more .img:hover .clock {
    display: none
}

.page5 .part-4 .text .more .img:hover .hoverclock {
    display: block
}

.page5 .part-5 {
    margin-top: 0
}

.page5 .part-5 .innerbox {
    width: 1120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15% 0 50px 0
}

.page5 .part-5 .innerbox .left-box,
.page5 .part-5 .innerbox .right-box {
    width: 50%;
}

.page5 .part-5 .innerbox .left-box .img {
    width: 100%;
    position: relative
}

.page5 .part-5 .innerbox .left-box .img .l1 {
    transform: translateX(50px);
    transition: all 1s ease-out 0s;
    opacity: 0;
    width: 59%;
}

.page5 .part-5 .innerbox .left-box .img .l2 {
    transform: translateX(50px);
    transition: all 1s ease-out .2s;
    opacity: 0;
    width: 50%;
}

.page5 .part-5 .innerbox .left-box .img .l3 {
    transform: translateX(50px);
    transition: all 1s ease-out .2s;
    opacity: 0;
    width: 50%;
}

.page5 .part-5 .innerbox .left-box .img .img2 {
    position: absolute;
    right: 0;
    top: 0;
}

.page5 .part-5 .innerbox .left-box .img .img3 {
    position: absolute;
    right: 0;
    top: -70%;
}

.page5 .part-5 .innerbox .right-box .item {
    width: calc(50% - 10px);
    position: relative;
}

.page5 .part-5 .innerbox .right-box .item img {
    width: 100%;
    height: 100%;
}

.page5 .part-5 .innerbox .right-box .item:first-child {
    margin-bottom: 10px;
}

.page5 .part-5 .innerbox .title2 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff
}

.page5 .part-5 .innerbox .right-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

.page5 .part-5 .innerbox .right-box .r1 {
    transform: translate(-50px, 50px);
    transition: all 1s ease-out .2s;
    opacity: 0
}

.page5 .part-5 .innerbox .right-box .r2 {
    transform: translate(-50px, 50px);
    transition: all 1s ease-out .4s;
    opacity: 0
}

.page5 .part-5 .innerbox .right-box .r3 {
    transform: translate(-50px, 50px);
    transition: all 1s ease-out 0s;
    opacity: 0
}

.page6 {
    background: #fff
}

.page6 .main .innerbox {
    width: 1400px;
    padding: 50px 0 92px 0;
    min-height: 300px
}

.page6 .main .innerbox .videobox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px
}

.page6 .main .innerbox .item {
    width: 23%;
    position: relative;
    border: 1px solid #dededf;
    margin-bottom: 50px;
    /* padding-bottom: 20px; */
    margin-right: 17px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.page6 .main .innerbox .item .img {
    width: 100%;
    /* margin-bottom: 25px */
}

.page6 .main .innerbox .item img {
    width: 100%;
    height: 100%;
}

.page6 .main .innerbox .item:nth-child(4n) {
    margin-right: 0
}

.page6 .main .innerbox .item .time {
    color: #999899;
    padding-left: 23px
}

.page6 .main .innerbox .item .title {
    color: #615b59;
    /* padding-left: 23px; */
    /* height: 50px; */
    text-align: center;
    overflow: hidden;
    line-height: 56px;
}

.page6 .main .innerbox .item .videoIcon {
    position: absolute;
    left: 50%;
    top: 78px;
    transform: translateX(-50%)
}

.page13-1 .pagination,
.page6 .pagination,
.page8-1 .pagination,
.page8-2 .pagination,
.page8-3 .pagination,
.page8-4 .pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 1400px;
    margin: 20px 0
}

.page13-1 .pagination a,
.page6 .pagination a,
.page8-1 .pagination a,
.page8-2 .pagination a,
.page8-3 .pagination a,
.page8-4 .pagination a {
    position: relative;
    float: left;
    padding: 5px 11px;
    margin-left: 20px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #005d32
}

.page13-1 .pagination a:hover,
.page6 .pagination a:hover,
.page8-1 .pagination a:hover,
.page8-2 .pagination a:hover,
.page8-3 .pagination a:hover,
.page8-4 .pagination a:hover {
    background: #005d32;
    color: #fff
}

.page7 {
    background: #f4f4f4
}

.page7 .main .part-1 {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.page7 .main .part-1 .innerbox {
    width: 1200px;
    height: 670px;
    padding: 111px 0;
    position: relative;
}

.page7 .main .part-1 .innerbox .left-box {
    width: 677px;
    height: 432px;
    position: absolute;
    left: 0;
    top: 111px;
    z-index: 5;
    cursor: pointer;
    transform: translateX(50px);
    transition: 1s all ease-out 0s;
    opacity: 0
}

.page7 .main .part-1 .innerbox .left-box img {
    width: 677px
}

.page7 .main .part-1 .innerbox .right-box {
    position: absolute;
    z-index: 0;
    width: 659px;
    top: 111px;
    right: 0;
    transform: translateX(-50px);
    transition: 1s all ease-out 0s;
    opacity: 0
}

.page7 .main .part-1 .innerbox .right-box .head {
    height: 164px;
    padding-left: 340px
}

.page7 .main .part-1 .innerbox .right-box .head .more {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #333
}

.page7 .main .part-1 .innerbox .right-box .head .more .img {
    width: 38px;
    height: 30px;
    position: relative;
    margin-right: 10px
}

.page7 .main .part-1 .innerbox .right-box .head .more .img .hoverclock {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.page7 .main .part-1 .innerbox .right-box .head .more .img .clock {
    display: block
}

.page7 .main .part-1 .innerbox .right-box .head .more .img:hover .clock {
    display: none
}

.page7 .main .part-1 .innerbox .right-box .head .more .img:hover .hoverclock {
    display: block
}

.page7 .main .part-1 .innerbox .right-box .bottom {
    height: 341px;
    width: 100%;
    padding: 40px 40px 40px 157px;
    background: #f4f4f4
}

.page7 .main .part-1 .innerbox .right-box .bottom .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.page7 .main .part-1 .innerbox .right-box .bottom .item {
    cursor: pointer;
    color: #333;
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dedede
}

.page7 .main .part-1 .innerbox .right-box .bottom .item .i {
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.page7 .main .part-1 .innerbox .right-box .bottom .item p {
    color: #999999
}

.page7 .main .part-1 .innerbox .right-box .bottom .item:hover {
    color: #0e54a1
}

.page7 .main .part-2 {
    background: none;
    padding-bottom: 190px;
    margin: 0
}

.page7 .main .part-2 .innerbox {
    width: 1200px;
    height: 597px;
    padding: 0;
    background: #EEEEEE;
}

.page7 .main .part-2 .innerbox .box-t {
    padding-bottom: 200px
}

.page7 .main .part-2 .innerbox .box-t .box-l {
    position: absolute;
    bottom: 0;
}

.page7 .main .part-2 .innerbox .box-t .box-r {
    padding: 54px 68px 65px 68px;
    height: 222px;
    width: 50%;
    display: flex;
    bottom: 30px;
    right: 88px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.page7 .main .part-2 .innerbox .box-t .box-r .item {
    width: 150px;
    color: #fff
}

.page8 .main,
.page9 .main {
    background: #EEEEEE
}

.page8 .main .innerbox .mainbox1 .a {
    width: 100%;
    margin-bottom: 20px;
}

.page8 .main .innerbox .mainbox1 .item {
    padding: 41px 25px 36px 16px;
    width: 100%;
    height: 257px;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
    background: #fff;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.page8 .main .innerbox .mainbox1 .item .left-box {
    text-align: right;
    width: 100px;
    height: 180px;
    border-top: 2px solid #000;
}

.page8 .main .innerbox .mainbox1 .item .right-box {
    overflow: hidden;
}

.page8 .main .innerbox .mainbox1 .item .left-box .img {
    position: relative;
}

.page8 .main .innerbox .mainbox1 .item .left-box .img .sharebox {
    position: absolute;
    left: 100%;
    top: 0;
    height: 60px;
    width: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
}


/* .page8-1 .main .innerbox .mainbox .item .left-box .img:hover .sharebox {opacity:1;width:240px;}
*/

.page8 .main .innerbox .mainbox1 .item .left-box .img .sharebox .box {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page8 .main .innerbox .mainbox1 .item .left-box p {
    margin: 10px 0 20px 40px;
    color: #999899;
}

.page8 .main .innerbox .mainbox1 .item .left-box p i {
    color: #0e54a1;
    font-size: 30px;
    font-weight: bold;
}

.page8 .main .innerbox .mainbox1 .item .centerbox img {
    width: 320px;
    height: 180px;
}

.page8 .main .innerbox .mainbox1 .item .right-box .title {
    font-size: 18px;
    color: #000;
    line-height: 24px;
    margin-bottom: 13px;
    overflow: hidden
}

.page8 .main .innerbox .mainbox1 .item .right-box .content {
    color: #666666;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden
}

.page8 .main .innerbox .mainbox1 .item:hover {
    background: url(../images/page8-1-bg.png) no-repeat right bottom #0e54a1;
}

.page8 .main .innerbox .mainbox1 .item:hover .left-box {
    border-top: 2px solid #fff;
}

.page8 .main .innerbox .mainbox1 .item:hover .left-box p,
.page8 .main .innerbox .mainbox1 .item:hover .left-box p i,
.page8 .main .innerbox .mainbox1 .item:hover .right-box .content,
.page8 .main .innerbox .mainbox1 .item:hover .right-box .title {
    color: #fff
}

.main .innerbox .mainbox .item,
.main .innerbox .mainbox2 .item,
.main .innerbox .mainbox3 .item {
    width: 100%;
    height: 43px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    color: #000
}

.mainbox2 {
    min-height: 600px;
}

.main .innerbox .mainbox .item:hover,
.main .innerbox .mainbox2 .item:hover,
.main .innerbox .mainbox3 .item:hover {
    color: #999
}

.main .innerbox .mainbox .item .right-box p,
.main .innerbox .mainbox2 .item .right-box p,
.main .innerbox .mainbox3 .item .right-box p {
    color: #cdcbcb
}

.page8 .main .innerbox {
    width: 1400px;
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative
}

.main .innerbox .menu1 {
    background: #fff;
    width: 220px;
    /* height:500px;*/
    position: absolute;
    left: 40px;
    top: 0;
    padding: 25px 12px 20px 20px;
    /*display:flex;*/
    /*justify-content:flex-start;*/
    /*align-items:center;*/
    flex-direction: column;
}

.main .innerbox .menu1 .head {
    font-size: 22px;
    width: 186px;
    height: 71px;
    background: url(../images/page8-3.png) no-repeat center;
    padding-left: 27px;
    margin-bottom: 23px;
}

.main .innerbox .menu1 .head p:first-child {
    font-size: 20px;
    color: #333333;
}

.main .innerbox .menu1 .item {
    color: #444;
    font-size: 16px;
    width: 186px;
    height: 58px;
    border-top: 1px solid #DEDEDE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 14px;
    background: url(../images/page8-8.png);
    cursor: pointer;
}

.main .innerbox .menu1 .choose {
    background: url(../images/page8-7.png);
    color: #fff;
    border: none;
}

.main .innerbox .right-menu {
    background: #fff;
    width: calc(100% - 40px);
    height: 50px;
    padding-right: 20px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
}

.main .innerbox .right-menu p {
    padding: 0 5px;
}

.main .innerbox .mainbox,
.main .innerbox .mainbox1,
.main .innerbox .mainbox2,
.main .innerbox .mainbox3,
.main .innerbox .mainbox5 {
    min-height: 600px;
    /* display: flex;
    justify-content: flex-start; */
    /* align-items: center;
    flex-wrap: wrap; */
    width: 100%;
    padding-top: 72px;
    padding-bottom: 50px
}

.column {
    /*display:block;*/
    position: relative;
    min-height: 600px;
    width: 81.5%;
    padding-left: 40px
}

.main .innerbox .mainbox3 {
    background: #ffffff;
    padding: 130px 50px;
    margin-bottom: 50px;
}

.schoolCalendar {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.main .innerbox .mainbox3 a {
    margin: 0 30px 42px 0;
    display: block;
    width: 31%;
}

.main .innerbox .mainbox3 .item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #eeeeee;
    /*margin:0 30px 42px 0;*/
    padding-bottom: 27px;
}

.main .innerbox .mainbox3 .item .name {
    color: #333333;
    font-size: 15px;
    padding: 0 21px;
    width: 100%;
    height: 40px;
    overflow: hidden
}

.main .innerbox .mainbox3 .item .date {
    color: #999999;
    font-size: 14px;
    padding: 0 21px;
    width: 100%;
    margin-top: 20px;
}

.main .innerbox .mainbox3 a:nth-child(3n) {
    margin: 0 0 42px 0;
}

.main .innerbox .mainbox3 .item:hover img {
    transform: scale(1.3);
}

.main .innerbox .mainbox3 .item .img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.main .innerbox .mainbox3 .item .img img {
    width: 100%;
    height: 100%;
    transition: all 1.5s;
}

.main .innerbox .mainbox4 {
    width: 100%;
    min-height: 600px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 70px 0 50px 0;
}

.mainbox4 .item {
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    /* align-items:center;*/
    flex-direction: column;
    width: 31.8%;
    padding-bottom: 20px;
    cursor: pointer;
    margin: 0 20px 29px 0;
}

.mainbox4 .item:nth-child(3n) {
    margin: 0 0 29px 0;
}

.mainbox4 .item:hover img {
    transform: scale(1.3);
}

.mainbox4 .item .img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.mainbox4 .item .img img {
    width: 100%;
    height: 100%;
    transition: all 1.5s;
}

.mainbox4 .item .title {
    font-size: 13px;
    height: 30px;
    overflow: hidden;
    color: #575352;
    padding-left: 23px;
}

.mainbox4 .item .content {
    color: #999899;
    font-size: 13px;
    padding-left: 23px;
    margin-top: 15px;
}

.mainbox5 {
    min-height: 500px;
}

.mainbox5 .item {
    padding: 20px;
    background: #fff;
    margin: 0 29px 27px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 22.6%;
}

.mainbox5 .item .p {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    color: #333;
    font-size: 16px;
    height: 38px;
}

.mainbox5 .item .img {
    width: 100%;
    overflow: hidden
}

.mainbox5 .item .img img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.mainbox5 .item:nth-child(4n) {
    margin: 0 0 27px 0
}

.page9 .main .innerbox {
    width: 1400px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
}

.page9 .main .innerbox .right-menu {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 0;
    font-size: 14px
}

.page9 .main .innerbox .mainbox {
    /* display: flex;
    justify-content: flex-start; */
    /* align-items: center;
    flex-wrap: wrap; */
    width: 100%;
    padding: 70px 150px
}

.page9 .main .innerbox .mainbox .title1 {
    font-size: 24px;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.page9 .main .innerbox .mainbox .title2 {
    font-size: 12px;
    color: #989899;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 28px 0
}

.page9 .main .innerbox .mainbox .content .imgbox {
    width: 100%;
    height: 629px;
    display: flex;
    justify-content: center;
    align-items: center
}

.page9 .main .innerbox .mainbox .content .imgbox img {
    width: 944px;
    height: 629px
}

.page9 .main .innerbox .mainbox .content p {
    line-height: 2em;
    font-size: 14px;
    color: #000
}

.page10 .main {
    background: url(../images/page10-bg.png) no-repeat -200px -100px;
    background-size: 1198px 915px
}

.page10 .main .part-1 {
    margin: 100px 0 50px 0
}

.page10 .main .innerbox {
    width: 1200px;
    height: 266px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 42px
}

.page10 .main .innerbox .box-1 {
    width: 25%;
    height: 100%;
    position: relative
}

.page10 .main .innerbox .box-1 img {
    width: 100%;
    height: 100%;
    position: relative
}

.page10 .main .innerbox .box-1 .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58px;
    background: #0e54a1;
    font-size: 26px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.page10 .main .innerbox .box-2 {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column
}

.page10 .main .innerbox .box-2 p {
    font-size: 16px;
    padding: 10px 0 15px 0
}

.page10 .main .innerbox .box-3 {
    width: 33%;
    height: 100%;
    overflow: hidden;
}

.page10 .main .innerbox .box-3 img {
    width: 100%;
    height: 100%
}

.page11 .part-1 {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.page11 .part-1 .innerbox {
    padding: 66px 0 110px 0;
    width: 1400px;
}

.page11 .main .part-1 .innerbox .head {
    width: 100%;
    height: 40px;
    font-size: 32px;
    color: #333;
    text-align: center;
    position: relative;
    padding: 0 40px
}

.page11 .main .part-1 .innerbox .head .more {
    color: #333;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page11 .main .part-1 .innerbox .head .more .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    font-size: 14px;
    color: #0e54a1;
    cursor: pointer
}

.page11 .main .part-1 .innerbox .head .more .item .img {
    position: relative;
    width: 38px;
    height: 30px;
    margin-right: 9px
}

.page11 .main .part-1 .innerbox .head .more .item .img .hoverclock {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.page11 .main .part-1 .innerbox .head .more .item .img .clock {
    display: block
}

.page11 .main .part-1 .innerbox .head .more .item .img:hover .clock {
    display: none
}

.page11 .main .part-1 .innerbox .head .more .item .img:hover .hoverclock {
    display: block
}

.page11 .part-1 .innerbox .bottom {
    margin-top: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
}

.page11 .part-1 .innerbox .bottom .box-1 {
    width: 47%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    transform: translateX(50px);
    transition: all 1s ease-out 0s
}

.page11 .part-1 .innerbox .bottom .box-1 img {
    width: 100%;
    height: 100%;
}

.page11 .part-1 .innerbox .bottom .box-1 .img1 {
    width: 100%;
    height: 100%;
}

.page11 .part-1 .innerbox .bottom .box-2 {
    z-index: 2;
    box-sizing: border-box;
    width: 38%;
    height: 80%;
    position: relative;
    background: #fff !important;
    box-shadow: 0 0 18px 2px rgba(0, 0, 0, .1);
    opacity: 0;
    transform: translateX(-50px);
    transition: all 1s ease-out 0s
}

.page11 .part-1 .innerbox .bottom .box-2 .whitebox {
    width: 100%;
    height: 100%;
    background: url(../images/page3-2-bg.png) bottom center no-repeat #fff;
    padding: 40px 35px 40px 50px
}

.page11 .part-1 .innerbox .bottom .box-2 .bg {
    position: absolute;
    background: #fa1b03;
    width: 110%;
    height: 70%;
    bottom: -23px;
    right: -23px;
    z-index: -1
}

.page11 .part-1 .innerbox .bottom .box-2 .title {
    padding: 22px 0;
    font-size: 24px;
    line-height: 36px
}

.page11 .part-1 .innerbox .bottom .box-2 p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 50px;
    height: 50%;
    overflow: hidden
}

.page11 .part-1 .innerbox .bottom .box-2 .detail {
    color: #0e54a1;
    position: absolute;
    bottom: 30px;
}

.page11 .part-2 {
    width: 100%;
    background: #eee;
}

.page11 .part-2 .innerbox {
    width: 1400px;
    padding: 60px 0 100px 0;
    margin: 0;
}

.page11 .part-2 .innerbox .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.page11 .part-2 .innerbox .box .item {
    background: #fff;
    padding: 10px 10px 20px 10px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.page11 .part-2 .innerbox .box a:first-child {
    margin-left: 0;
}

.page11 .part-2 .innerbox .box a {
    margin-left: 20px;
    width: 33%;
}

.page11 .part-2 .innerbox .box .item:hover img {
    transform: scale(1.3);
    transition: all 1.5s
}

.page11 .part-2 .innerbox .box .item .img {
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%
}

.page11 .part-2 .innerbox .box .item .img img {
    width: 100%;
    height: 100%;
    display: block
}

.page11 .part-2 .innerbox .box .item .p {
    font-size: 16px;
    color: #333;
    width: 100%;
    height: 40px;
    overflow: hidden
}

.page11 .part-2 .innerbox .box .item .i {
    color: #999;
    font-size: 14px;
    margin-top: 20px;
}

.page12 .main .part-1 {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.page12 .main .part-1 .innerbox {
    width: 1400px;
    padding: 90px 0
}

.innerbox .headline {
    width: 100%;
    height: 40px;
    font-size: 32px;
    color: #333;
    text-align: center;
    position: relative
}

.innerbox .headline .more {
    color: #333;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.innerbox .headline .more .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    font-size: 14px;
    color: #0e54a1;
    cursor: pointer
}

.innerbox .headline .more .item .img {
    position: relative;
    width: 38px;
    height: 30px;
    margin-right: 9px
}

.innerbox .headline .more .item .img .hoverclock {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.innerbox .headline .more .item .img .clock {
    display: block
}

.innerbox .headline .more .item .img:hover .clock {
    display: none
}

.innerbox .headline .more .item .img:hover .hoverclock {
    display: block
}

.main .part-1 .innerbox .headline .more {
    color: #333;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.clockmore .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #0e54a1;
    cursor: pointer;
    width: 150px
}

.clockmore .item .img {
    position: relative;
    width: 38px;
    height: 30px;
    margin-right: 9px
}

.clockmore .item .img .hoverclock {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.clockmore .item .img .clock {
    display: block
}

.clockmore .item .img:hover .clock {
    display: none
}

.clockmore .item .img:hover .hoverclock {
    display: block
}

.page12 .main .part-1 .innerbox .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px
}

.page12 .main .part-1 .innerbox .box a {
    margin-left: 20px;
}

.page12 .main .part-1 .innerbox .box a:first-child {
    margin-left: 0;
}

.page12 .main .part-1 .innerbox .box .item {
    background: #eee;
    overflow: hidden;
    flex: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 20px
}

.page12 .main .part-1 .innerbox .box .item .img {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.page12 .main .part-1 .innerbox .box .item img {
    transition: all 1.5s;
    width: 100%;
    height: 100%
}

.page12 .main .part-1 .innerbox .box .item:hover img {
    transform: scale(1.3)
}

.page12 .main .part-1 .innerbox .box .item .p {
    font-size: 16px;
    color: #333;
    height: 37px;
    overflow: hidden;
    padding: 0 20px;
    width: 100%;
}

.page12 .main .part-1 .innerbox .box .item .i {
    color: #333;
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
    padding-left: 20px
}

.page12 .part-2 {
    width: 100%;
    height: 640px;
    background: #f4f4f4;
    margin: 0;
    padding: 0
}

.page12 .part-2 .innerbox {
    width: 1400px;
    height: 600px;
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0
}

.page12 .part-2 .innerbox .left-box {
    width: 50%;
    height: 100%;
    padding: 80px 50px 20px 55px;
    position: relative;
    overflow: hidden
}

.page12 .part-2 .innerbox .left-box .icon1 {
    position: absolute;
    left: -5px;
    top: 155px
}

.page12 .part-2 .innerbox .left-box .icon2 {
    position: absolute;
    right: 5px;
    bottom: 120px
}

.page12 .part-2 .innerbox .left-box .title {
    text-align: left;
    font-size: 32px;
    color: #333
}

.page12 .part-2 .innerbox .left-box .p {
    font-size: 24px;
    line-height: 38px;
    color: #333;
    margin: 45px 0
}

.page12 .part-2 .innerbox .right-box {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page12 .part-2 .innerbox .right-box .l,
.page12 .part-2 .innerbox .right-box .r {
    width: calc(50% - 10px);
    background: #fff;
    opacity: 0;
    transition: all 1s ease-out 0s;
    padding-bottom: 20px
}

.page12 .part-2 .innerbox .right-box .l img,
.page12 .part-2 .innerbox .right-box .r img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.page12 .part-2 .innerbox .right-box .l .p,
.page12 .part-2 .innerbox .right-box .r .p {
    height: 37px;
    overflow: hidden;
    padding: 0 20px
}

.page12 .part-3 {
    width: 100%;
    background: #0e54a1;
    display: flex;
    justify-content: center;
    align-items: center
}

.page12 .part-3 .innerbox {
    width: 1400px;
    padding: 90px 0
}

.page12 .part-3 .innerbox .headline {
    color: #fff
}

.page12 .part-3 .innerbox .headline .more p {
    color: #fff
}

.page12 .part-3 .innerbox .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 61px
}

.page12 .part-3 .innerbox .box a:first-child {
    width: calc(50% - 10px);
    height: 376px;
}

.page12 .part-3 .innerbox .box .item1 {
    width: 100%;
    height: 100%;
    position: relative
}

.page12 .part-3 .innerbox .box .item1 img {
    width: 100%;
    height: 100%
}

.page12 .part-3 .innerbox .box .item1 .text {
    height: 20%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 20px;
    padding: 30px 20px;
    bottom: 0;
    position: absolute;
    overflow: hidden
}

.page12 .part-3 .innerbox .box .item2 {
    width: calc(25% - 10px);
    height: 351px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 25px
}

.page12 .part-3 .innerbox .box .item2:hover img {
    transform: scale(1.3)
}

.page12 .part-3 .innerbox .box .item2 .img img {
    transition: all 1.5s;
    width: 100%;
    height: 100%;
}

.page12 .part-3 .innerbox .box .item2 .img {
    width: 100%;
    height: 70%;
    overflow: hidden;
    margin-bottom: 20px;
}

.page12 .part-3 .innerbox .box .item2 .p {
    font-size: 16px;
    color: #333;
    padding: 0 20px
}

.page12 .part-3 .innerbox .box .item2 .i {
    padding-left: 20px;
    color: #666
}

.page8 .main .innerbox {
    width: 1400px;
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative
}

.page8 .main .innerbox .mainbox {
    margin-top: 60px;
    width: 81.5%
}

.page8 .main .innerbox .level2 {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 186px;
    display: none;
    padding: 10px 0
}

.page8 .main .innerbox .level2 .son {
    padding: 8px 0 8px 30px;
    color: #333;
    cursor: pointer;
    background: transparent
}

.main .innerbox .mainbox .content {
    width: 100%;
}

.main .innerbox .mainbox .content h1 {
    font-size: 26px
}

.main .innerbox .mainbox .content h2 {
    font-size: 24px
}

.main .innerbox .mainbox .content h3 {
    font-size: 22px
}

.main .innerbox .mainbox .content h4 {
    font-size: 20px
}

.main .innerbox .mainbox .content h5 {
    font-size: 18px
}

.main .innerbox .mainbox .content h6 {
    font-size: 16px
}

.main .innerbox .mainbox .content p {
    margin-bottom: 10px;
    word-break: break-word;
    line-height: 1.5em;
}

.main .innerbox .mainbox .content hr {
    margin: 0 0 20px;
    border: 0;
    border-top: 1px solid #eee!important
}

.main .innerbox .mainbox .content blockquote {
    padding: 20px;
    background-color: #fafafa;
    border-left: 6px solid #e6e6e6;
    word-break: break-word;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 20px
}

.main .innerbox .mainbox .content ol,
.main .innerbox .mainbox .content ul {
    word-break: break-word;
    margin: 0 0 20px 20px
}

.main .innerbox .mainbox .content ol li,
.main .innerbox .mainbox .content ul li {
    line-height: 30px
}

.main .innerbox .mainbox .content ol {
    list-style-type: decimal
}

.main .innerbox .mainbox .content ul {
    list-style-type: disc
}

.main .innerbox .mainbox .content code {
    padding: 2px 4px;
    border: none;
    vertical-align: middle;
    white-space: pre-wrap
}

.main .innerbox .mainbox .content :not(pre) code {
    color: #c7254e;
    background-color: #f2f2f2
}

.main .innerbox .mainbox .content table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border: 1px solid #eee;
    border-left: none;
    word-break: break-word
}

.main .innerbox .mainbox .content table th {
    border-color: #2f2f2f
}

.main .innerbox .mainbox .content table td,
.main .innerbox .mainbox .content table th {
    padding: 8px;
    border: 1px solid #eee;
    line-height: 20px;
    vertical-align: middle
}

.main .innerbox .mainbox .content table th {
    font-weight: 700
}

.main .innerbox .mainbox .content table thead th {
    vertical-align: middle;
    text-align: inherit
}

.main .innerbox .mainbox .content table tr:nth-of-type(2n) {
    background-color: hsla(0, 0%, 70.2%, .15)
}

.main .innerbox .mainbox .content table .image-package {
    width: 100%;
    margin-left: 0
}

.main .innerbox .mainbox .content strong {
    font-weight: bold;
}

.main .innerbox .mainbox .filelist {
    margin-left: 10px
}

.main .innerbox .mainbox .filelist .title {
    color: #0c8e43;
    font-size: 16px;
    line-height: 50px
}

.main .innerbox .mainbox .filelist li {
    margin-left: 10px
}

.main .innerbox .mainbox .filelist a {
    color: #666;
    line-height: 25px
}

.main .innerbox .mainbox .filelist a:hover {
    opacity: .8
}

.page {
    width: 100%;
    margin: 15px auto;
    text-align: center
}

.page .page_list {
    margin: 20px auto;
    overflow: hidden;
    display: inline-block
}

.page .page_list a {
    text-decoration: none;
    font: 14px SimSun, "Arial Narrow", HELVETICA;
    color: #666;
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dedede
}

.page .page_list a.top_page,
.page_list a.end_page {
    width: 30px;
    height: 30px;
    padding: 0 8px 0 8px
}

.page .page_list a.page_prev,
.page_list a.page_next {
    width: 76px
}

.page .page_list span.page_ellipsis {
    display: block;
    float: left;
    width: 46px;
    height: 46px;
    margin-right: 10px;
    background-position: 5px -88px;
    border: none
}

.page .page_list a:hover,
.page_list a.current {
    background-color: #dedede;
    color: #333
}

.ym {
    padding-top: 30px;
    padding-bottom: 10px;
    overflow: hidden;
    display: table;
    margin: auto;
}

.ym a {
    float: left;
    border: solid 1px black;
    padding: 5px 10px 5px 10px;
    color: #545454 !important;
    margin-right: 5px;
    margin-bottom: 5px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.ym a:hover {
    background: #5c5c5c;
    color: #FFF !important;
    border: solid 1px #5c5c5c;
}

a.page-num-current {
    background: #4F85FE;
    color: #FFF;
    border: solid 1px #4F85FE;
}

.ym span {
    display: block;
    float: left;
    margin-top: 14px;
    margin-right: 5px;
}

.jwekrji {
    display: table;
}


/* 导航栏下拉 */

.erj a {
    background: white;
    display: block;
    z-index: 2;
    position: relative;
    font-size: 14px !important;
}

.erj a:hover {
    color: white !important;
    background-color: #185fad;
}

.erj span {
    display: block;
    width: 100%;
    position: relative;
}

.erj {
    display: none;
    position: absolute;
    width: 240%;
    margin-left: -63%;
    margin-top: -2px;
}

.erj a {
    line-height: 20px;
    height: auto;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #fff;
    text-align: center;
    color: black !important;
}

.erj span:hover {}

.d2 .a:hover .erj {
    display: block;
}


/* 加入华中 */

.form {
    width: 50%;
    margin: auto;
}

.input {
    width: 100%;
    margin-bottom: 20px;
}

.input input {
    width: 100%;
    border: 1px solid #b6bbb7;
    border-radius: 15px;
    line-height: 9px;
    padding: 20px;
    box-sizing: border-box
}

input::placeholder {
    color: rgb(92, 88, 88);
    font-size: 16px;
}

.join {
    width: 80%;
    margin: auto;
}

.zhuanye {
    width: 100%;
    border: 1px solid #b6bbb7;
    border-radius: 15px;
    line-height: 9px;
    padding: 20px;
}

.zhuanye option {
    color: rgb(92, 88, 88);
    font-size: 16px;
}

.zhuanye {
    color: rgb(92, 88, 88);
    font-size: 16px;
}

.input textarea {
    width: 100%;
    border: 1px solid #b6bbb7;
    border-radius: 15px;
    line-height: 9px;
    padding: 20px;
    height: 300px;
    color: rgb(92, 88, 88);
    font-size: 16px;
    box-sizing: border-box
}

.input button {
    width: 100%;
    font-size: 17px;
    line-height: 53px;
    background: #0e54a1;
    color: white;
    border: none;
    border-radius: 20px;
}

  #notice {
            position: absolute;
            width: 120px;
            height: 120px;
            background: linear-gradient(45deg, #3382bc, #3382bc);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
            font-weight: bold;
            font-size: 16px;
            padding: 15px;
            box-shadow: 0 8px 25px #3382bc;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 100;
        }
        #notice:hover {
            transform: scale(1.1);
            box-shadow: 0 12px 35px #3382bc;
        }