@charset "utf-8";

@font-face {
    font-family: "SourceHanSerifSCBold";
    src: url(../font/SourceHanSerifSC-Bold.otf) format("woff"),
        /* chrome, firefox */
        url(../font/SourceHanSerifSC-Bold.otf) format("truetype"),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
        url("../font/SourceHanSerifSC-Bold.otf#FZZHUNYSK") format("svg");
    /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

.box1 {
    background-size: cover;
    /* background-image: url(../image/index1.png); */
    position: relative;
}

.box11 {
    padding: 0px 30px;
    box-sizing: border-box;
}

.box11 .item {
    width: 20%;
    float: left;
    padding: 0px 10px;
    box-sizing: border-box;
}

.box11 .item .img {}

.box11 .item .img img {
    margin: auto;
}

.box11 .item .img .img1 {}

.box11 .item .img .img2 {
    display: none;
}

.box11 .title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #1b58b3;
    margin-top: 15px;
    margin-bottom: 10px;
}
.banner .fade-1 img{
    height: 100vh;
}
.box11 .etitle {
    color: #749dd9;
    text-align: center;
    font-size: 14px;
}

.box11 .item:hover .img1 {
    display: none;
}

.box11 .item:hover .img2 {
    display: block;
}

.title1 {
    position: relative;
    margin-bottom: 35px;
}

.title1 .name {
    line-height: 46px;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 32px;
    font-family: 'SourceHanSerifSCBold';
    padding-left: 42px;
}

.title1 .more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.box12 {
    margin-top: 40px;
}

.box12 .left {
    width: 54%;
    border-bottom: 2px solid #1b58b3;
    position: relative;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.box12 .left img {
    height: 448px;
}

.box12 .left::before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 14px;
    height: 14px;
    background-size: contain;
    z-index: 11;
    background-image: url(../image/index34.png);
}

.box12 .left:hover::before {
    background-image: url(../image/index35.png);
    transition: all 0.4s;
}

.box12 .left:hover {
    border-bottom: 2px solid #ffa711;
    transition: all 0.4s;
}

.box12 .left:hover .text {
    background-color: #1b58b3;
    color: #ffffff;
    transition: all 0.4s;
}

.box12 .left:hover .text .summary {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.4s;
}

.box12 .left .text {
    background-color: #ffffff;
    padding: 28px 30px;
    box-sizing: border-box;
}

.box12 .left .text .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.box12 .left .text .summary {
    line-height: 26px;
    font-size: 15px;
    color: #999999;
    margin-top: 15px;
}

.box12 .slick-prev,
.box12 .slick-next {
    width: 12px;
    height: 20px;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 75px);
    transform: translateY(-50%);
    left: 13px;
    background-image: url(../image/index82.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 9;
}

.box12 .slick-next {
    left: auto;
    right: 13px;
    background-image: url(../image/index81.png);
}

.box12 .slick-prev:hover,
.box12 .slick-next:hover {
    transition: all 0.4s;
    opacity: 0.6;
}

.box12 .fade-1 .slick-dots {
    bottom: 180px;
}

.box12 .fade-1 .slick-dots li {

    width: 9px;
    height: 9px;
    margin-right: 12px;
}

.box12 .fade-1 .slick-dots li.slick-active {
    background: #ffa711;
    width: 9px;
}

.box12 .right {
    box-sizing: border-box;
    padding-left: 30px;
    width: 46%;
}

.box12 .right .top {
    width: calc(100% + 30px);
}

.box12 .right .top .item {
    width: calc(50% - 30px);
    float: left;
    margin-right: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
    border-bottom: 2px solid #1b58b3;
    position: relative;
}

.box12 .right .top .item:hover {
    background-color: #1b58b3;
    border-bottom: 2px solid #ffa711;
    color: #ffffff;
    transition: all 0.4s;
}

.box12 .right .top .item:hover::before {
    background-image: url(../image/index35.png);
    transition: all 0.4s;
}

.box12 .right .top .item::before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 14px;
    height: 14px;
    background-size: contain;
    z-index: 11;
    background-image: url(../image/index34.png);
}

.box12 .right .top .item .img {
    overflow: hidden;
}

.box12 .right .top .item .img img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.box12 .right .top .text {
    box-sizing: border-box;
    padding: 20px 25px;
}

.box12 .right .top .text .title {
    font-weight: 600;
    line-height: 28px;
}

.box12 .right .top .text .date {
    color: #749dd9;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Georgia';
    margin-top: 10px;
}

.box12 .right .bottom {
    box-sizing: border-box;
    padding: 20px 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
    margin-top: 27px;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
    border-bottom: 2px solid #1b58b3;
    position: relative;
}

.box12 .right .bottom::before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 14px;
    height: 14px;
    background-size: contain;
    z-index: 11;
    background-image: url(../image/index34.png);
}

.box12 .right .bottom .item {
    border-bottom: 1px dashed #e0e0e0;
}

.box12 .right .bottom .date,
.box12 .right .bottom .title {
    line-height: 43px;
}

.box12 .right .bottom .date {
    float: right;
    color: #749dd9;
    font-weight: 600;
    font-family: 'Georgia';
}

.box12 .right .bottom .title {
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 11px;
    position: relative;
}

.box12 .right .bottom .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background-color: #749dd9;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.box12 .right .bottom .item:hover .title::before {
    background-color: #1b58b3;
}

.box12 .right .bottom .item:hover .title,
.box12 .right .bottom .item:hover .date {
    color: #1b58b3;
    font-weight: 600;
}

.box2 {
    padding-left: calc((100% - 1400px)/2);
    box-sizing: border-box;
    background-size: cover;
    /* background-image: url(../image/index2.png); */
    position: relative;
}

.box2 .block {
    max-width: 2000px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.box2 .block .before {
    position: absolute;
    content: '';
    background-color: #1b58b3;
    height: 142px;
    width: calc(58% - 250px);
    right: 0;
    top: 0;
}

.box2 .left {
    width: 42%;
    box-sizing: border-box;
    padding-right: 60px;
}

.box2 .left .title1 .name {
    font-size: 26px;
    color: #666666;
}

.box2 .left .title1 .name .style {
    font-size: 32px;
    color: #1b58b3;
}

.box2 .left .title1 .name span {
    cursor: pointer;
}

.box2 .left .title1 .name span:nth-child(2) {
    padding-left: 20px;
}

.box2 .left .list {}

.box2 .left .list .item {
    padding: 21px 0px;
    border-bottom: 1px solid #d5d9e3;
    position: relative;
}

.box2 .left .list .title {line-height: 26px;}

.box2 .left .list .date {
    color: #1b58b3;
    font-weight: 600;
    font-family: 'Georgia';
    margin-top: 11px;
}

.box2 .left .list .line {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 20px;
    height: 1px;
    background-color: #ffa711;
}

.box2 .left .list .dian {
    width: 100%;
    height: 100%;
    position: relative;
}

.box2 .left .list .dian div {
    position: absolute;
    right: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffa711;
    top: -2px;
}

.box2 .left .list .item:hover .title {
    font-weight: 600;
    color: #1b58b3;
    transition: all 0.6s;
}

.box2 .left .list .item:hover .line {
    width: 100%;
    transition: all 0.6s;
}

.box2 .left .list .item:nth-child(1) {
    padding-top: 0;
}

.box2 .left .list {
    display: none;
}

.box2 .left .list.style {
    display: block;
}

.box2 .right {
    width: 58%;
}

.box2 .right .title1 {
    max-width: 707px;
    box-sizing: border-box;
}

.box2 .right .list .slick-arrow {
    display: none !important;
}

.box2 .right .list img {
    height: 630px;
    overflow: hidden;
}

.box2 .right .fade-1 .slick-dots li {
    margin-right: 10px;
    width: 8px;
    height: 8px;
}

.box2 .right .fade-1 .slick-dots li.slick-active {
    width: 8px;
    background-color: #ffa711;
}

.box2 .right .fade-1 .slick-dots {
    text-align: left;
    padding-left: 25px;
    bottom: 36px;
}

.box2 .right .title1 .more {
    z-index: 111;
}

.box3 {
    background-size: cover;
    /* background-image: url(../image/index3.png); */
    position: relative;
}

.box3 .title1 .name {
    font-size: 26px;
    color: #bad6ff;
}

.box3 .title1 .name span {
    cursor: pointer;
}

.box3 .title1 .name .style {
    font-size: 32px;
    color: #ffffff;
}

.box3 .title1 .name span:nth-child(2) {
    padding-left: 20px;
}

.box3 .list {
    position: relative;
    box-sizing: border-box;
    padding-left: 39%;
    display: none;
}

.box3 .list.style {
    display: block;
}

.box3 .list .item {}

.box3 .list .item a {
    width: 100%;
    height: 100%;
    position: relative;
}

.box3 .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box3 .list .item .title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: 600;
}

.box3 .list .item1 {
    width: 39%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* transform: translateY(-50%); */
    padding-top: 94px;
}

.box3 .list .item1 a {
    height: 350px;
}
.box3 .list .fl{ width: 46%;}
.box3 .list .item2 {margin-bottom:20px;}
.box3 .list .item2 ,.box3 .list .item3 {
    height: 250px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.box3 .list .item4 {
    float: left;
    width: 54%;
    height: 328px;
    padding-bottom: 15px;
}

.box3 .list .item5,
.box3 .list .item6 {
    width: calc(27% - 7px);
    float: left;
    height: 170px;
}

.box3 .list .item6 {
    float: right;
}

.box3 .list .item5 .title,
.box3 .list .item6 .title {
    color: #333333;
    position: static;
    padding: 0;
    padding-top: 12px;
}

.box3 .list .item:hover {
    opacity: 0.7;
    transition: all 0.4s;
}

.box3 .links {
    margin-top: 60px;
    width: calc(111.1% - 50px);
    transform: translateX(calc(-5.5% + 30px));
}

.box3 .links .item {
    width: 11.1%;
    text-align: center;
    float: left;
}

.box3 .links .item img {
    margin: auto;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.box3 .links .item .title {
    font-weight: 600;
    margin-top: 20px;
}

.box3 .links .item .title {
    margin-top: 12px;
    line-height: 30px;
}

.box3 .links .item:hover .title {
    color: #1b58b3;
}

.boxback {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.zxbm {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    width: 130px;
    height: 130px;
    text-align: center;
    box-sizing: border-box;
    background-image: url(../image/index83.png);
    padding: 25px 0px;
    cursor: pointer;
    z-index: 666;
}

.zxbm .icon {
    margin: auto;
}

.zxbm .tetx {
    color: #ffffff;
    font-size: 19px;
    margin-top: 10px;
}
.box3 .title1 .more,.box2 .left .title1 .more{
    display:none;
}
.box3 .title1 .more.style,.box2 .left .title1 .more.style{
    display:block;
}
@media screen and (max-width: 1450px) {
    .box11 {
        padding: 0px 0px;
    }

    .box2 {
        padding-left: 3%;
    }

    .box2 .right .title1 {
        max-width: 2000px;
    }

    .box2 .right .title1 .more {
        right: 6%;
    }
}

@media screen and (max-width: 1200px) {
    .box3 .list .item1 a {
        height: 270px;
    }

    .box3 .list .item2 , .box3 .list .item3 {
        height: 200px;
    }

    .box3 .list .item4 {
        height: 250px;
    }

    .box3 .list .item5,
    .box3 .list .item6 {
        height: 130px;
    }

    .box3 .list .item1 {
        padding-top: 72px;
    }
}

@media screen and (max-width: 1100px) {
    .box2 .left {
        padding-right: 30px;
    }

    .box2 .left .title1 .name span:nth-child(2),
    .box3 .title1 .name span:nth-child(2) {
        padding-left: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .box3 .links .item {
        width: 20%;
        margin-top: 20px;
    }

    .box3 .links {
        width: 100vw;
        transform: translateX(-3%);
    }

    .box2 .right .list img {
        height: calc(94vw/94*63);
    }

    .box2 .right {
        padding-right: 3%;
    }

    .box2 .right .title1 .more {
        right: 0;
    }

    .box2 .block .before {
        display: none;
    }

    .box2 .left {
        padding-right: 3%;
    }

    .box12 .left img {
        height: calc(94vw/756*448);
    }

    .box12 .right .top .item .img img {
        height: calc(94vw/2/29*17);
    }

    .box12 .right,
    .box12 .left,
    .box2 .left,
    .box2 .right {
        width: 100%;
        padding-left: 0px;
    }

    .box12 .right,
    .box2 .right {
        margin-top: 30px;
    }

    .zxbm {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    
.banner .fade-1 img{
    height: calc(100vw/190*94);
}
    .box3 .list .item4 {
        width: 100%;
    }

    .box3 .list .item5,
    .box3 .list .item6 {

        width: calc(50% - 7px);
    }

    .box3 .list {
        padding-left: 0;
    }

    .box3 .list .item1 {
        width: 100%;
        position: static;
        float: left;
        transform: translateY(0%);
    }
    .box3 .list .fl{width:100%;}
   .box3 .list .item2,.box3 .list .item3  {
        margin-bottom: 15px;
 width: calc(50% - 7px);
float:left;
        padding: 0;
 height: calc(94vw/2/223*170);
    }
   .box3 .list .item3{padding-left: 14px;float:right;} 

    .box3 .list .item1{
        height: calc(94vw*0.42/362*536);
        position: relative;
    }

    .box3 .list .item1 a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
        height: calc(94vw*0.58/55*35);
    }

    .box3 .list .item4 {
        height: calc(94vw/46*31);
    }

    .box3 .list .item5,
    .box3 .list .item6 {
        height: calc(94vw/2/223*170);
    }

    .box3 .list .item5 .title,
    .box3 .list .item6 .title {
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    .box2 .block {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .box2 .left .title1 .name .style,
    .box3 .title1 .name .style {
        font-size: 22px;
    }

    .box2 .left .title1 .name,
    .box3 .title1 .name {
        font-size: 19px;
    }

    .title1 .name {
        line-height: 26px;
        background-size: 22px auto !important;
        font-size: 22px;
        padding-left: 30px;
    }

    .box12 {
        margin-top: 20px;
    }

    .title1 {
        margin-bottom: 20px;
    }

    .title1 .more {
        width: 50px;
    }

    .box11 .item .img img {
        width: 60px;
    }

    .box11 .etitle {

        font-size: 12px;
    }

    .box11 .title {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: #1b58b3;
        margin-top: 12px;
        margin-bottom: 7px;
        line-height: 30px;
    }

    .box11 .item .img img {
        margin: auto;
    }
}

@media screen and (max-width: 700px) {
    .box11 .item {
        width: 33.33%;
        margin-bottom: 20px;
    }

    .box11 .item:nth-child(4),
    .box11 .item:nth-child(5) {
        width: 50%;
    }
}

@media screen and (max-width: 550px) {
    .box3 .links .item img {
        margin: auto;
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .box3 .links .item {
        width: 33.33%;
    }

    .box12 .left .text,
    .box12 .right .top .text {
        padding: 18px 15px;
    }

    .box12 .right .bottom {
        padding: 5px 15px;
        padding-bottom: 20px;
    }

    .box12 .right .bottom .date {
        font-size: 14px;
    }

    .box12 .right .top .item .img img {
        height: calc(94vw/29*17);
    }

    .box12 .fade-1 .slick-dots {
        bottom: 156px;
    }

    .box12 .right .top .item {
        width: calc(100% - 30px);
        margin-top: 20px;
    }

    .box12 .right {
        margin-top: 10px;
    }
}



.zxbm {
    right: -230px;
    transition: all 0.7s;
}

.zxbm.style1 {
    right: -60px;
}

.zxbm:hover {
    right: 0px;
}