@charset "utf-8";
 
.title1 {
    margin-bottom: 47px;
    position: relative;
}
  .box1 .left .slick-arrow{
   display: none !important;
}
.title1 .name {
    font-family: 'SourceHanSerifSCBold';
    font-size: 32px;
    position: relative;
    float: left;
    margin: 0px 30px;
}

.title1 .more {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-weight: 600;
    color: #ffa63c;
    font-size: 14px;
    padding-bottom: 10px;
    background: url(../image/index13.png) no-repeat bottom center;
    background-size: 100% auto;
}
.box3 
.title1 .more {
    color:#ffffff;
    background-image: url(../image/index13_c.png);
}
.title1.t2 .more {
    bottom: 30px;
}

.title1 .name::before {
    position: absolute;
    left: 50%;
    top: -10px;
    content: '';
    transform: translate(-50%, 0%);
    width: 58px;
    height: 62px;
    background: url(../image/index14.png);
    background-size: cover;
}

.title1 .name span {
    color: #0066d7;
}

.title1.t2 {
    margin-bottom: 0;
    border-bottom: 1px solid #cccccc;
}

.title1.t2 .name {
    padding-bottom: 35px;
    position: relative;
    cursor: pointer;
}

.title1.t2 .name::after {
    content: '';
    width: 1px;
    height: 30px;
    background-color: #cccccc;
    position: absolute;
    top: 7px;
    left: -30px;
}

.title1.t2 .name:nth-child(1)::after {
    display: none;
}

.title1.t2 .name.style {
    border-bottom: 3px solid #7bb6ff;
}

.title1.t3 {
    border-bottom: 1px solid #6f9cea;
}

.title1.t3 .name.style {
    border-bottom: 3px solid #ffffff;
}

.title1.t3 .name {
    color: #ffffff;
}

.title1.t3 .name::before {
    background-image: url(../image/index14_c.png);
}

.title1.t3 .name::after {

    background-color: #ffffff;
}

.box1 {
    background: url(../image/b_xykx.png);
    background-size: cover;
    padding-top: 55px;
}

.box1 .top {
    max-width: 1400px;
    margin: auto;
    /* margin-top: -70px; */
    padding: 13px 0;
    box-sizing: border-box;
    background: url(../image/b_cxpt.png);
    background-size: cover; 
    position: relative;
    transform: translateY(-230px);
    transition: all 0.4s ease-in-out 0.4s;
}
.bannerxxhd .box1 .top {
    transform: translateY(0);
}
.box1 .top .item {
    width: calc(150% / 6);
    float: left;
    box-sizing: border-box;
    padding: 13px 5px;
}

.box1 .top .item .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 8px;
    background-color: #e7f1fc;
    margin: auto;

}

.box1 .top .item .icon1,
.box1 .top .item .icon2 {
    width: 100%;
    height: 100%;
    background-color: #d5e6f9;
    border-radius: 50%;
    background: url(../image/index31.png) no-repeat center center;
    background-color: #d5e6f9;
}

.box1 .top .item .icon2 {
    display: none;
}

.box1 .top .item .title {
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

.box1 .top .item:hover .icon1 {
    display: none;
}

.box1 .top .item:hover .icon2 {
    display: block;
}

.box1 .top .item:hover .title {
    color: #3f65e0;
}

.box1 .bottom .left {
    width: 59%;
    background-color: #ffffff;
    padding-top: 50px;
}

.box1 .bottom .xykx1 .img {}

.box1 .bottom .xykx1 .img img {
    width: 100%;
    height: 470px;
}

.box1 .bottom .xykx1 .text {
    padding: 20px 25px;
    padding-bottom: 40px;
}

.box1 .bottom .xykx1 .date {
    color: #999999;
}

.box1 .bottom .xykx1 .title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 25px;
}

.box1 .bottom .xykx2 {
    padding: 0px 25px;
}

.box1 .bottom .line {
    border-top: 1px solid #cccccc;
}

.box1 .bottom .xykx3 {
    padding: 15px 0px;
    width: calc(100% + 40px);

}

.box1 .bottom .xykx3 .item {
    width: calc(50% - 40px);
    float: left;
    margin-right: 40px;
}

.box1 .bottom .xykx3 .date {
    color: #999999;
    float: left;
}

.box1 .bottom .xykx3 .title {
    font-size: 18px;
    padding-left: 10px;
}

.box1 .bottom .xykx3 .date,
.box1 .bottom .xykx3 .title {
    line-height: 54px;
}

.box1 .bottom .right {
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 50px 24px;
    width: calc(41% - 48px);
    border-bottom: 4px solid #ffa63c;
    padding-bottom: 80px;
    position: relative;
}

.box1 .bottom .right::before {
    content: '';
    width: 1px;
    height: 65px;
    background-color: #eeeeee;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
}

.box1 .bottom .right .lists {
    height: 720px;
    position: relative;
}

.box1 .bottom .right .list {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.box1 .bottom .right .list.style {
    opacity: 1;
    z-index: 1;
}

.box1 .bottom .right .item {
    border-bottom: 1px solid #eeeeee;
    padding: 35px 0;
}

.box1 .bottom .right .date {
    float: left;
    text-align: center;
    padding-right: 15px;
    border-right: 1px solid #eeeeee;
    margin-right: 20px;
}

.box1 .bottom .right .date1 {
    font-family: 'SourceHanSerifSCBold';
    font-size: 24px;
    line-height: 24px;
}

.box1 .bottom .right .date2 {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    margin-top: 10px;
}

.box1 .bottom .right .title {
    line-height: 24px;
}

.box1 .bottom .right .slick-next,
.box1 .bottom .right .slick-prev {
    position: absolute;
    left: 0;
    height: 80px;
    width: 50%;
    bottom: -80px;
    background: url(../image/index3.png) no-repeat center center;
}

.box1 .bottom .right .slick-next {
    left: auto;
    right: 0;
    background-image: url(../image/index4.png);
}

.box2 {
    background: url(../image/b_djgz.png);
    background-size: cover;
}

.box2 .item1 {
    width: calc(32% - 30px);
    margin-right: 30px;
    float: left;
}

.box2 .item1 .block {
    box-shadow: 0px 0px 10px 0px rgba(233, 232, 232, 0.8);
    transition: all 0.4s;
}

.box2 .item1 .block img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.box2 .item1 .block .text {
    padding: 30px 25px;
    box-sizing: border-box;
}

.box2 .item1 .block .date {
    color: #cccccc;
}

.box2 .item1 .block .title {
    line-height: 28px;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.box2 .item1 .block .more {
    color: #cccccc;
    padding-right: 15px;
    background: url(../image/index1.png) no-repeat right center;
    line-height: 20px;
    display: inline-block;
}

.box2 .item1.i1 .block {
    transform: translateY(-40px);
}

.box2 .item1.i1 .more {
    background-image: url(../image/index2.png);
    color: #3f65e0;
}

.box2 .title1 {
    margin-bottom: 110px;
}

.box2 .item2 {
    width: 36%;
    float: right;
    background-color: rgba(255, 166, 60, 0.8);
    padding: 12px 20px;
}

.box2 .item2 .item {
    border-top: 1px solid #ffffff;
    color: #ffffff;
}

.box2 .item2 .item:nth-child(1) {
    border-top: 0px solid #ffffff;
}

.box2 .item2 .date {
    float: right;
}

.box2 .item2 .title {
    padding-right: 10px;
}

.box2 .item2 .date,
.box2 .item2 .title {
    line-height: 79px;
}

.box2 .item2 .item:hover .title {
    font-weight: 600;
}

.box3 {
    background: url(../image/b_cxsj.png);
    background-size: cover;
}

.box3 .block {
    overflow: hidden;
    /* width: 100% !important; */
}

.box3 .lists {
    /* height: 1000px; */
    position: relative;
}

.box3 .list {
    padding-top: 60px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.box3 .list.style {
    opacity: 1;
    z-index: 1;
    position: relative;
}

.box3 .item {
    float: left;
    width: 25%;
}

.box3 .aimg {
    background: url(../image/couxiang1.png) no-repeat center center;
    background-size: 100% 100%;
    height: 515px;
    box-sizing: border-box;
    padding: 40px 40px;
    padding-top: 65px;
}

.box3 .aimg .date {
    text-align: center;
}

.box3 .aimg .date1 {
    display: inline-block;
    color: #275ebc;
    position: relative;
}

.box3 .aimg .date1 .date11 {
    font-size: 32px;
    float: left;
    position: relative;
}

.box3 .aimg .date1 .date12 {
    width: 1px;
    height: 40px;
    background-color: #275ebc;
    float: left;
    transform: rotate(25deg);
    margin: 0px 8px;
    margin-top: 13px;
}

.box3 .aimg .date1 .date13 {
    font-size: 32px;
    float: left;
    padding-top: 25px;
    /* margin-left: 15px; */
}

.box3 .aimg .date1 .datel4 {
    font-size: 12px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #275ebc;
    color: #ffffff;
    line-height: 23px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.box3 .aimg .date2 {
    text-align: center;
    color: #275ebc;
    padding-top: 5px;
}

.box3 .aimg .date2 .date21 {
    display: inline-block;
    position: relative;

}

.box3 .aimg .date2 .date21::before,
.box3 .aimg .date2 .date21::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #beceeb;
    left: -60px;
    top: 9px;
}

.box3 .aimg .date2 .date21::after {
    left: auto;
    right: -60px;
}

.box3 .aimg .btimg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
}

.box3 .aimg .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 35px;
}

.box3 .aimg .summary {
    color: #999999;
    line-height: 24px;
}

.box3 .aimg .more1 {
    margin-top: 40px;
    text-align: center;
}

.box3 .aimg .more {
    color: #275ebc;
    font-size: 14px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    padding-left: 10px;
    padding-right: 30px;
    display: inline-block;
    background: url(../image/index43.png) no-repeat top 4px right 6px;
}

.box3 .aimg:hover {
    background-image: url(../image/couxiang1_c.png);
}

.box3 .item:nth-child(1) .aimg {
    background-image: url(../image/couxiang2.png);
}

.box3 .item:nth-child(1):hover .aimg {
    background-image: url(../image/couxiang2_c.png);
}

.box3 .item:nth-child(4) .aimg {
    background-image: url(../image/couxiang3.png);
}

.box3 .item:nth-child(4):hover .aimg {
    background-image: url(../image/couxiang3_c.png);
}

.box3 .aimg:hover,
.box3 .aimg:hover .date1,
.box3 .aimg:hover .title,
.box3 .aimg:hover .summary,
.box3 .aimg:hover .more,
.box3 .aimg:hover .date2 {
    color: #ffffff !important;
    transition: all 0.4s;
}

.box3 .aimg:hover .date12 {
    background-color: #ffffff;
}

.box3 .aimg:hover .datel4 {
    background-color: #ffffff;
    color: #275ebc;
}

.box3 .fade-3 .slick-dots {
    display: none !important;
}

.box3 .slick-next,
.box3 .slick-prev {
    position: absolute;
    left: -40px;
    height: 90px;
    width: 45px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../image/index36.png) no-repeat center center;
}

.box3 .slick-next {
    left: auto;
    right: -40px;
    background-image: url(../image/index36_c.png);
}

.box4 {
    position: relative;
}

.box4 .box4img {
    /* content: '';
    background: url(../image/b_gcsxy.png) no-repeat left top;
    background-size: cover; */
    width: 100%;
    height: calc(100% + 140px);
    position: absolute;
    top: -140px;
    left: 0;
}

.box4 .box {
    position: relative;
    z-index: 1;
}

.box4 .list {
    width: calc(100% + 40px);
}

.box4 .item {
    width: calc(33.33% - 40px);
    margin-top: 40px;
    margin-right: 40px;
    padding: 20px 25px;
    box-sizing: border-box;
    position: relative;
    border-left: 3px solid rgba(255, 166, 60, 0);
    box-sizing: border-box;
    float: left;
}

.box4 .item::after {
    content: '';
    position: absolute;
    top: 20px;
    height: 52px;
    left: 0px;
    width: 3px;
    background-color: #7aa6d9;
}

.box4 .title {
    line-height: 26px;
    height: 52px;
    font-weight: 600;
}

.box4 .summary {
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 30px;
    height: 60px;
}

.box4 .date {
    color: #999999;
}

.box4 .item:hover {
    border-left: 3px solid #ffa63c;
    background-color: #ffffff;
    transition: all 0.4s;
}

.box4 .item:hover .summary,
.box4 .item:hover .title {
    color: #4ca0ff;
    transition: all 0.4s;
}

.box4 .item:hover::after {
    display: none;
}

.box4 .item:hover .date {
    color: #ffa63c;
    transition: all 0.4s;
}

.box4 .title1.t2 .more,
.box4 .list {
    display: none;
}

.box4 .title1.t2 .more.style,
.box4 .list.style {
    display: block;
}

.box4 .title1.t2 .name.style {
    color: #4ca0ff;
}
.box5{
    padding-bottom: 70px;
}
.box5 .left {
    background-color: #ffa63c;
    box-sizing: border-box;
    padding: 40px 30px;
    width: 31%;
    margin-top: 40px;
}

.box5 .left .itme {
    overflow: hidden;
}

.box5 .left .date {
    float: right;
}

.box5 .left .title {
    box-sizing: border-box;
    padding-right: 10px;
}

.box5 .left .date,
.box5 .left .title {
    line-height: 48px;
    color: #ffffff;
}

.box5 .right {
    width: 69%;
}

.box5 .right .text {
    float: left;
    width: 50%;
    height: 450px;
    color: #ffffff;
    background: url(../image/b_gcsx.png);
    padding: 60px 30px;
    box-sizing: border-box;
}

.box5 .right .date {}

.box5 .right .title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 40px;
}

.box5 .right .summary {
    line-height: 26px;

}

.box5 .right .more {
    font-weight: 600;
    margin-top: 70px;
}

.box5 .right .img {
    float: right;
    width: 50%;
    overflow: hidden;
}

.box5 .right .img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.box5 .right:hover .img img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.box5 .title1 {
    text-align: center;
}

.box5 .title1 .name {
    float: none;
    display: block;
}

/* 整屏滚动效果 ############################*/
.header {
    height: 101vh;
}

.header .banner {
    transition: all 0.8s;
    overflow: hidden;
    height: 100vh;
}

.bannerxxhd .header {
    height: auto;
}

.bannerxxhd .header .banner {
    height: 155px;
}

.bannerxxhd .header .top .back {
    display: none;
}

.bannerxxhd .top {
    background-color: #0066d7;
}

/* .content,
.footer {
    height: 0;
    overflow: hidden;
}

.bannerxxhd .content,
.bannerxxhd .footer {
    height: auto;
    overflow: visible;
} */

@media screen and (max-width: 1000px) {
    .fadebanner img {
        height: 50vw;
    }

    .header,
    .header .banner {
        height: auto;
    }
}

/*   ############################*/


@media screen and (max-width: 1450px) {
    .box3 .list {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .box1 .bottom .right .title1.t2 .name {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 24px;
    }

    .box1 .bottom .right .title1 .name::before {
        top: -5px;
        width: 39px;
        height: 41px;
    }

    .box1 .bottom .right .title1.t2 .name::after {
        height: 24px;
        top: 4px;
        left: -10px;
    }
}

@media screen and (max-width: 1000px) {
.box5{
    padding-bottom: 0px;
}
    .box5 .right{
        overflow: hidden;
    }
    .box4 .item {

        width: calc(100% - 40px);
        margin-top: 20px;
    }

    .box4 {
        overflow: hidden;
    }

    .box4 .box4img {
        width: 1000px;
        height: calc(100% + 340px);
        top: -340px;
        left: 0;
        max-width: 1000px;
    }

    .box3 .list {
        padding-left: 0px;
        padding-right: 0px;
    }

    .box3 .item {
        width: 50%;
    }

    .box3 .slick-next,
    .box3 .slick-prev {
        top: -46px;
        right: 20px;
        transform: translateY(0%);
        left: auto;
        width: 22px;
        height: 45px;
        background-size: contain;
    }

    .box3 .slick-next {
        right: 65px;
    }

    .box3 .item:nth-child(1) .aimg,
    .box3 .item:nth-child(4) .aimg {
        background-image: url(../image/couxiang1.png);
    }

    .box3 .item:nth-child(1):hover .aimg,
    .box3 .item:nth-child(4):hover .aimg {
        background-image: url(../image/couxiang1_c.png);
    }

    .box1 .bottom .xykx1 .img img {
        height: calc(94vw/83*47);
    }

    .box5 .left,
    .box5 .right,
    .box2 .item2,
    .box1 .bottom .left,
    .box1 .bottom .right {
        width: 100%;
        float: none;
    }

    .clear1 {
        display: block;
        clear: both;
    }


    .box2 .item1 {
        /* float: none; */
        width: calc(50% - 15px);
        margin-right: 0;
        float: right;
    }

    .box2 .item1.i1 {

        float: left;
    }

    .box2 .item1 .block img {
        height: calc(47vw/42*30);
    }

    .box2 .item1.i1 .block {
        transform: translateY(0px);
    }

    .box2 .item2,
    .box1 .bottom .right {
        margin-top: 30px;
    }

    .box2 .title1 {
        margin-bottom: 30px;
    }

    .box1 .top {
        margin-top: 0;
        z-index: 1;
    }

    .box1 {
        padding-top: 50px;
    }
}

@media screen and (max-width: 800px) {
    .box5 .right .img {
        width: 100%;
        float: none;
    }
    .box5 .left{
        
    padding: 20px 20px;
    margin-top: 30px;
    }
    .box5 .right .text {
        width: 100%;
        float: none;
        padding: 20px 20px;
        height: auto;
    }

    .box5 .right .more {
        margin-top: 30px;
    }

    .box5 .right .title {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .box5 .right .img img {
        height: calc(94vw/48*45);
    }

    .box1 .bottom .xykx1 .title {
        margin-top: 20px;
        font-size: 20px;
    }

    .title1.t2 .name::after {
        height: 24px;
        top: 4px;
        left: -10px;
    }

    .title1.t2 .name {
        padding-bottom: 25px;
    }

    .box1 .bottom .xykx3 .item {
        width: calc(100% - 40px);
    }

    .box1 .bottom .xykx1 .text {
        padding-bottom: 25px;
    }

    .title1 .name {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 24px;
    }

    .title1 {
        margin-bottom: 25px;
    }

    .box1 .bottom .left {
        padding-top: 30px;
    }

    .title1 .name::before {
        top: -5px;
        width: 39px;
        height: 41px;
    }

    .box1 .top .item {
        width: calc(100% / 3);
    }

    .box1 {
        padding-top: 30px;
    }
}

@media screen and (max-width: 600px) {

    .box3 .aimg .date1 .date11 {
        font-size: 20px;
    }

    .box3 .aimg .date1 .date13 {
        font-size: 20px;
    }

    .box3 .aimg .date1 .date12 {
        height: 25px;
        transform: rotate(25deg);
        margin: 0px 5px;
        margin-top: 13px;
    }

    .box3 .aimg .date1 .datel4 {
        right: -6px;
        top: -4px;
    }

    .box3 .aimg .date2 .date21::before,
    .box3 .aimg .date2 .date21::after {

        top: 6px;
        width: 25px;
        left: -36px;
    }

    .box3 .aimg .date2 .date21::after {
        left: auto;
        right: -36px;
    }

    .box3 .aimg .date2 .date21 {
        font-size: 14px;
    }

    .box3 .aimg {
        height: 314px;
        padding: 40px 25px;
        padding-top: 33px;
        padding-bottom: 30px;
    }

    .box3 .aimg .title {
        font-size: 15px;
        line-height: 20px;
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 13px;
    }

    .box3 .aimg .summary {
        font-size: 13px;
        line-height: 20px;
    }

    .box3 .aimg .more {
        font-size: 12px;
    }

    .box3 .aimg .more1 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .box4 .title1.t2 .name {
        font-size: 18px;
    }

    .box1 .top .item .icon {
        width: 65px;
        height: 65px;
    }

    .box2 .item1 {
        width: 100%;
    }

    .box2 .item1 .block img {
        height: calc(94vw/42*30);
    }

    .box2 .item1.i1 {
        margin-bottom: 30px;
    }

    .box1 .top .item .title {
        font-size: 14px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 400px) {
    .box3 .aimg {
        padding-left: 20px;
        padding-right: 20px;
    }
}