@charset "utf-8";

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .box1 .jzzn .jyznbt2 {
        color: #999999;
        white-space: nowrap;
        padding-top: 6px;
        padding-left: 6px;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        display: none;
    }
 .box3 .right .jyznbt2 {
    white-space: nowrap;
    writing-mode: vertical-rl;
    padding-left: 6px;
    display: none;
}
}



.box1 .box {
    padding-top: 0;
}

.box1 .ss {
    margin-top: -65px;
    background-color: #f9f5f2;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 45px 32px;
    z-index: 99;
    position: relative;
    border-bottom: 7px solid #d6b484;
}

.box1 .ss .srk {
    width: calc(100% - 275px);
    float: left;
    line-height: 65px;
    height: 65px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0px 27px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}

.box1 .ss .srk::placeholder {
    color: #cccccc;
    font-size: 16px;
}

.box1 .ss .an {
    width: 234px;
    line-height: 65px;
    height: 65px;
    font-size: 18px;
    float: right;
    background: url(../image/index25.png) no-repeat center center;
    background-size: contain;
    color: #ffffff;
}

.box1 {
    background: url(../image/back_jyzn.png);
    background-size: cover;
}

.box1 .jzzn {
    padding-top: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box1 .jzzn .slick-arrow {
    display: none !important;
}

.box1 .jzzn .item {
    padding: 0px 199px;
    box-sizing: border-box;
    position: relative;
}

.box1 .jzzn .item .bj {
    width: 100%;
}

.box1 .jzzn  .zn {
    width:calc(100% - 120px);
    display:flex;
    /* justify-content:space-between; */
}

.box1 .jzzn  .zn1 {
   width: 274px;
   max-width:calc((100% - 32px) / 3);
    height: 250px;
    background-size: cover;
    padding-top: 69px;
    margin-right:16px;
}

.box1 .jzzn  .zn1:last-child {
    margin-right:0;
}

.box1 .jzzn  .zn1:hover .bt,
.box1 .jzzn  .zn1:hover .icon {
    opacity: 0.6;
    transition: all 0.4s;
}



.box1 .jzzn  .zn1 .icon {
    margin: auto;
    height: 38px;
    width: auto;
}

.box1 .jzzn  .zn1 .bt {
    font-size: 24px;
    margin-top: 22px;
    font-weight: 600;
    color: #ffffff;
    width: auto;
    text-align: center;
}

.box1 .jzzn .jyznbt1 {
    font-size: 38px;
    width: 40px;
    float: left;
}

.box1 .jzzn .jyznbt2 {
    color: #999999;
    white-space: nowrap;
    padding-top: 6px;
    padding-left: 6px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}

.title1 {
    position: relative;
    margin-bottom: 40px;
}

.title1 .name {
    font-size: 38px;
}

.title1 .ename {
    font-size: 16px;
    color: #999999;
    margin-top: 7px;
}

.title1 .more {
    font-size: 15px;
    color: #026fb2;
    padding-right: 22px;
    background: url(../image/gd1.png) no-repeat right center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    line-height: 26px;
}

.box2 {
    background-color: #f9f9f9;
}

.box2 .list {
    margin: 0 -12px;
}

.box2 .list .item {
    padding: 0px 12px;
}

.box2 .list a {}

.box2 .list .image {
    position: relative;
    overflow: hidden;
}

.box2 .list .image .img1 {
    position: absolute;
    width: 100%;
    width: 100%;
    object-fit: cover;
}

.box2 .list .image .img2 {
    width: 100%;
}

.box2 .list .text {
    background-color: #e9e9e9;
    background-size: 100% 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 25px;
}

.box2 .list .text .title {
    font-size: 30px;
}

.box2 .list .text .summary {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    margin-top: 15px;
}

.box2 .list a:hover .text {
    background: url(../image/index66.png);

  
}

.box2 .list a:hover .img1 {
    transform: scale(1.1);
    transition: all 0.4s;
}

.box2 .list a:hover .title,
.box2 .list a:hover .summary {
    color: #ffffff;
    transition: all 0.4s;
}

.box2 .fade-2 .slick-dots {
    display: none !important;
}

.box2 .slick-prev,
.box2 .slick-next {
    width: 40px;
    height: 90px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    background-size: 100% 100%;
    z-index: 9;
    border-radius: 50%;
    background: url(../image/index23.png) no-repeat center center;
    border-radius: 5px;
    background-color: #aecbd9;
}

.box2 .slick-next {
    left: auto;
    right: -50px;
    background-image: url(../image/index24.png);
}

.box2 .slick-prev:hover,
.box2 .slick-next:hover {
    transition: all 0.4s;
    opacity: 0.7;
}

.box3 {
    background: url(../image/back_ksdh.png);
    background-size: cover;
}

.box3 .right {
    height: 290px;
    width: 240px;
    color: #ffffff;
    position: relative;
    background: url(../image/back_ksdh1.png);
    background-size: 100% 100%;
}

.box3 .right .block {
    position: absolute;
    /* height: 100%; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box3 .right .jyznbt1 {
    font-size: 38px;
    width: 40px;
    float: left;
    padding-top: 23px;
}

.box3 .right .jyznbt2 {
    white-space: nowrap;
    writing-mode: vertical-rl;
    padding-left: 6px;
}

.box3 .left {
    width: calc(100% - 270px);
    float: left;
}

.box3 .top {}

.box3 .top .item {
    width: calc(100%/5);
    box-sizing: border-box;
    padding: 0 6px;
    float: left;
}

.box3 .top .item a {
    position: relative;
}

.box3 .top .item a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../image/back_ksdhksbj.png) no-repeat center center;
    background-size: calc(100% - 20px) calc(100% - 20px);
}

.box3 .top .item img {
    width: 100%;

}

.box3 .top .item .bt {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
    box-sizing: border-box;
    color: #ffffff;
    padding: 0px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.box3 .bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 30px;
    padding: 35px 0;
}

.box3 .bottom .kys {
    width: calc(100%/6*1);
    float: left;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.box3 .bottom .list {
    width: calc(100%/6*5);
    float: left;
}

.box3 .bottom .item {
    box-sizing: border-box;
}

.box3 .bottom .item a {
    color: #ffffff;
    float: left;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    padding: 0px 10px;
    width: 20%;
    box-sizing: border-box;
}

.box3 .bottom .fade-3 .slick-dots {
    display: none !important;
}

.box3 .bottom .slick-prev,
.box3 .bottom .slick-next {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    position: absolute;
    top: -10px;
    left: calc((-20% - 45px));
    background-size: 100% 100%;
    z-index: 9;
    background: url(../image/index54.png) no-repeat center center;
}

.box3 .bottom .slick-next {
    top: auto;
    bottom: -10px;
    background-image: url(../image/index55.png);
}

.box4 {
    background: url(../image/back_yydt.png)no-repeat center bottom;
    background-size: cover;
}

.box4 .left {
    width: 64%;
}

.box4 .left .item {
    position: relative;
}

.box4 .left .fade-1 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.box4 .left .fade-1 .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    color: #ffffff;
    box-sizing: border-box;
    padding: 20px 30px;
    font-size: 18px;
}

.box4 .left .fade-1 .back {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.box4 .left .slick-arrow {
    display: none !important;
}

.box4 .left .fade-1 .title {
    margin-top: 10px;
    padding-right: 100px;
}

.box4 .left .fade-1 .slick-dots li {
    display: inline-block;

    background: #ffffff;
    border: 1px solid #ffffff;

}

.box4 .left .fade-1 .slick-dots li.slick-active {
    background: #04659c;
    border: 1px solid #04659c;

}

.box4 .left .bottom {
    background-color: #ffffff;
}

.box4 .left .bottom .item {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 20px 0px;
}

.box4 .left .top .item:hover .img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.box4 .left .bottom .item1 {
    padding: 0px 30px;
    box-sizing: border-box;
}

.box4 .left .bottom .item:nth-child(1) .item1 {
    border-right: 1px solid #e5e5e5;
}

.box4 .left .bottom .title {
    font-size: 18px;
    line-height: 28px;
}

.box4 .left .bottom .date {
    font-size: 16px;
    margin-top: 10px;
}

.box4 .left .bottom .item:hover .title {
    color: #04659c;
    font-weight: 600;
}

.box4 .right .list {
    border-top: 1px dashed #cccccc;
}

.box4 .right .list .item {
    border-bottom: 1px dashed #cccccc;
    padding: 17px 0;
    padding-left: 30px;
    box-sizing: border-box;
    background: url(../image/index37.png) no-repeat center left;
}

.box4 .right .list .title {
    margin-bottom: 14px;
}

.box4 .right .list .date {
    padding-left: 23px;
    line-height: 20px;
    color: #026fb2;
    background: url(../image/adssdf.png) no-repeat center left;
}

.box4 .right .list .item:hover .title {
    font-weight: 600;
    color: #026fb2;
}

.box4 .right {
    width: 36%;
    box-sizing: border-box;
    padding-left: 50px;
}

.box5 {
    background: url(../image/back_tsyl.png);
    background-size: cover;
}

.box7 .title1 .name,
.box7 .title1 .ename,
.box5 .title1 .name,
.box5 .title1 .ename {
    color: #ffffff;
}

.box5 .title1 .more,
.box7 .title1 .more {
    color: #ffffff;
    background-image: url(../image/gd2.png);
}

.box5 .list .block {
    height: 635px;
}

.box5 .list .item {
    width: 50%;
    float: left;
    height: 50%;
}

.box5 .list .tp {
    width: 50%;
    float: left;
    height: 100%;

}

.box5 .list .wz {
    width: 50%;
    position: relative;
    height: 100%;
    float: left;
}

.box5 .list .block a:nth-child(1) .wz {
    background-image:url(../image/tsyl1.png);
}

.box5 .list .block a:nth-child(2) .wz {
    background-image:url(../image/tsyl2.png);
}

.box5 .list .block a:nth-child(3) .wz {
    background-image:url(../image/tsyl3.png);
}

.box5 .list .block a:nth-child(4) .wz {
    background-image:url(../image/tsyl4.png);
}

.box5 .list .wz::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/tsyl.png) no-repeat center center;
    background-size: calc(100% - 25px) calc(100% - 25px);
}

.box5 .list .wz1 {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    line-height: 46px;
    font-weight: 600;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0px 35px;
    text-align: center;
}

.box5 .list .item:nth-child(3) .tp,
.box5 .list .item:nth-child(4) .tp {
    float: right;
}

.box5 .fade-1 .slick-dots {
    text-align: center;
    bottom: -42px;
}

.box5 .slick-prev,
.box5 .slick-next {
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    position: absolute;
    bottom: -65px;
    left: calc(50% - 75px);
    transform: translateX(-50%);
    z-index: 9;
    background: url(../image/index23.png) no-repeat center center;
}

.box5 .slick-next {
    left: calc(50% + 75px);
    background-image: url(../image/index24.png);
}

.box5 .box {
    padding-bottom: 100px;
}

.box5 .fade-1 .slick-dots {
    padding: 0px;
}

.box5 .fade-1 .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
}

.box5 .fade-1 .slick-dots li {
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    background-color: #67a9d2;
    border: 0px;
}

.box6 {
    background: url(../image/back_jxgp.png);
    background-size: cover;
}

.box6 .jxgp {
    width: calc(50% - 30px);
    float: left;
}

.box6 .jxgp .list {
    width: calc(100% + 30px);
    padding-top: 15px;
}

.box6 .jxgp .list .item {
    width: calc(50% - 30px);
    margin-bottom: 45px;
    margin-right: 30px;
    padding-top: 15px;
    float: left;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.1);
    position: relative;
}

.box6 .jxgp .list .item .text {
    padding: 33px 30px;
    box-sizing: border-box;
}

.box6 .jxgp .list .item .bt {
    line-height: 26px;
}

.box6 .jxgp .list .item .jj {
    line-height: 25px;
    color: #999999;
    font-size: 14px;
    margin-top: 20px;
}

.box6 .jxgp .list .item .date {
    background-color: #e0bb8e;
    line-height: 30px;
    color: #ffffff;
    padding: 0px 15px;
    display: inline-block;
    position: absolute;
    left: 30px;
    top: -15px;
    box-sizing: border-box;

}

.box6 .jxgp .list .item:hover .text {
    background-image: url(../image/agfsgfg.png);
    background-repeat: no-repeat;
    background-size: calc(100% - 20px) calc(100% - 20px);
    background-position: left 10px bottom 10px;
}

.box6 .jxgp .list .item:hover {
    background-image: url(../image/jx8.png);

}

.box6 .jxgp .list .item:hover .bt,
.box6 .jxgp .list .item:hover .jj {
    color: #ffffff;
}

.box6 .hlyd {
    width: calc(50% - 30px);
    float: right;
}

.box6 .hlyd .list {
    padding-top: 15px;
}

.box6 .hlyd .item {
    position: relative;
    background-color: #ffffff;
    padding-top: 15px;
    margin-bottom: 15px;
    transition: all 0s;
}

.box6 .hlyd .title {
    line-height: 86px;
    padding: 0px 35px;
    font-size: 18px;
}

.box6 .hlyd .date {
    font-size: 14px;
    font-weight: 600;
    background-color: #e0bb8e;
    line-height: 30px;
    color: #ffffff;
    padding: 0px 15px;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: -15px;
    box-sizing: border-box;
}

.box6 .hlyd .item:hover {
    background: url(../image/dsafdsa.png);
    background-size: cover;
    font-weight: 600;
    color: #ffffff;
}

.box7 {
    background: url(../image/back_gzsk.jpg) no-repeat center bottom;
    background-size: auto 100%;
}

.box7 .list {
    margin: -10px;
}

.box7 .item {
    padding: 10px;
}

.box7 .item a {
    border: 2px solid #e0bb8e;
    box-sizing: border-box;
    overflow: hidden;
}

.box7 .item img {
    width: 100%;
    object-fit: cover;
}

.box7 .item a:hover img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.box7 .slick-arrow {
    display: none !important;
}

.box7 .slick-dots li {
    background-color: #d9e8f2 !important;
}

@media screen and (max-width: 1600px) {
    .box2 .list {
        margin: 0 50px;
    }

    .box3 .bottom {
        margin-left: 46px;
    }

    .box5 .list .block {
        height: 40vw;
    }
}

@media screen and (max-width: 1400px) {
    .box1 .jzzn .item {
        padding-top: 100px;
    }


}

@media screen and (max-width: 1200px) {
    .box1 .jzzn .item .zn1 .icon {
        height: 20px;
    }

    .box3 .left {
        width: calc(100% - 0px);
    }

    .box3 .top .item .bt {
        font-size: 14px;
        padding: 0px 12px;
        line-height: 22px;
    }

    .box1 .jzzn .item .zn1 .bt {
        font-size: 16px;
        margin-top: 14px;
        font-weight: 600;
        color: #ffffff;
        width: auto;
        text-align: center;
    }

    .box1 .jzzn .item .zn1 {
        width: 115px;
        height: 145px;
        padding-top: 48px;
    }

    .box1 .jzzn .item .zn1:nth-child(1) {
        bottom: 145px;
    }

    .box1 .jzzn .item .zn1:nth-child(4) {
        bottom: 145px;
    }

    .box1 .jzzn .item .zn1:nth-child(3) {
        bottom: 200px;
    }

      .box1 .jzzn .item .zn1:nth-child(6) {
        bottom: 290px;
    }

    .box1 .jzzn .item {
        padding-left: 115px;
        padding-right: 114px;
    }
}

@media screen and (max-width: 1000px) {
    .box1 .jzzn .zn1{
    height:200px;
    padding-top: 56px;
}
}


@media screen and (max-width: 1000px) {
    .box1 {
        padding-top: 30px;
    }

    .box6 .jxgp,
    .box6 .hlyd {

        width: calc(100% - 0px);
    }

    .box5 .list .wz1 {
        font-size: 18px;
        line-height: 28px;
    }

    .box4 .left .fade-1 .text {

        padding: 15px 20px;
    }

    .box4 .left .fade-1 img {
        height: 40vw;
    }

    .box4 .left {
        width: 100%;
    }

    .box4 .right {
        width: 100%;
        padding-left: 0px;
        margin-top: 30px;
    }

    .box3 .right {
        float: none;
        margin-bottom: 30px;
    }

    .box1 .ss {
        margin-top: 0px;
        border-radius: 5px;
        padding: 20px 18px;
        border-bottom: 4px solid #d6b484;
    }

    .box1 .ss .an {
        width: 123px;
        line-height: 34px;
        height: 34px;
        font-size: 14px;
margin-top: 10px;
    }
  .box1 .ss div{
    display: flex;
    flex-direction: column;
 
    justify-content: flex-end;
    align-items: center

}
    .box1 .ss .srk::placeholder {
        font-size: 14px;
    }

    .box1 .ss .srk {
        width: calc(100%);
        line-height: 36px;
        height: 35px;
        padding: 0px 13px;
        border-radius: 5px;
    }
}

@media screen and (max-width: 800px) {
    .box1 .jzzn .item .zn1 {
        position: static;
        width: 33.33%;
        float: left;
    }

    .box7 .box {
        padding-bottom: 45px;
    }

    .fade-5 .slick-dots {
        bottom: -4px;
    }

    .box6 .jxgp .list .item {
        width: calc(100% - 30px);
    }

    .box3 .bottom {
        padding: 18px 0;
    }

    .box3 .bottom .kys,
    .box3 .bottom .item a {
        font-size: 14px;
        line-height: 20px;
    }

    .box3 .bottom .item a {
        padding: 0px 5px;
    }

    .box3 .right {
        height: 205px;
        width: 166px;
        margin-bottom: 20px;
    }

    .box3 .right .jyznbt1 {
        font-size: 24px;
        width: 26px;
    }

    .box3 .right .jyznbt2 {
        font-size: 12px;
    }

    .box3 .top .item {
        width: calc(100%/3);
        margin-top: 10px;
    }

    .title1 .name {
        font-size: 24px;
    }

    .title1 .ename {
        font-size: 12px;
    }

    .title1 {
        margin-bottom: 25px;
    }

    .box1 .box {
        padding-bottom: 45px;
    }

    .box1 .jzzn .fade-1 .slick-dots {
        bottom: -16px;
    }

    .box1 .jzzn .jyznbt1 {
        font-size: 24px;
        width: 26px;
    }

    .box1 .jzzn  .zn {
    width:calc(100% - 80px);
        
}

    

    .box1 .jzzn  .zn1 .bt {
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
}

        .box1 .jzzn .zn1{
    height:150px;
    padding-top: 40px;
}

    .box1 .jzzn .jyznbt2 {
        font-size: 12px;
    }

    .box1 .jzzn {
        padding-top: 30px;
    }

    .box1 .jzzn .item {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0px;
    }

    .box2 .list .text .title {
        font-size: 22px;
    }

    .box2 .list .text .summary {
        font-size: 15px;
        line-height: 25px;
        margin-top: 12px;
    }
}

@media screen and (max-width: 700px) {
    .box5 .list .item {
        width: 100%;
        height: 25%;
    }

    .box5 .list .block {
        height: 160vw;
    }

    .box5 .list .wz1 {
        padding: 0px 21px;
    }

    .box5 .list .item:nth-child(3) .tp,
    .box5 .list .item:nth-child(4) .tp {
        float: left;
    }

    .box5 .list .item:nth-child(2) .tp,
    .box5 .list .item:nth-child(4) .tp {
        float: right;
    }
}

@media screen and (max-width: 550px) {
    .box3 .bottom .item a {
        width: 100%;
        margin-bottom: 20px;
    }

    .box4 .left .bottom .item {
        width: 100%;
    }

    .box4 .left .bottom .item:nth-child(1) .item1 {
        border-right: 0px solid #e5e5e5;
    }

    .box4 .left .bottom .item:nth-child(1) {
        border-bottom: 1px solid #e5e5e5;
    }

    .box3 .bottom .list,
    .box3 .bottom .kys {
        width: calc(100%/2);
        float: left;
    }

    .box3 .bottom .slick-prev,
    .box3 .bottom .slick-next {
        top: 70px;
        left: calc((-100% - 45px));
    }

    .box3 .bottom .slick-next {
        top: auto;
        bottom: 70px;
    }

    .box3 .bottom {
        padding-bottom: 0;
    }

    .box1 .jzzn  .zn {
        flex-wrap:wrap;
}

.box1 .jzzn  .zn1 {
    max-width: calc((100% - 32px) / 2);
   /* height: 250px; */
   margin: 8px;
}
}

@media screen and (max-width: 450px) {

    .box1 .jzzn .item {
        padding-top: 50px;
    }
}