@charset "utf-8";
.hzyxcontainer .swiper-pagination-bullet{
    width: 15px !important;
    height: 15px !important;
}
.content {
    position: relative;
}

.back1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2472px;
    object-fit: cover;
    z-index: -1;

}

.title1 {
    background: url(../image/sy_tit_bg.png) no-repeat left center;
    height: 111px;
    position: relative;
    margin-bottom: 50px;
}
.title1 .more {
    font-family: Microsoft YaHei;
    font-size: 18px;
    line-height: 32px;
    color: #8C8C8C;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.title1 {}

.title1 .name {
    margin-left: 50px;
    color: #0049be;
    font-size: 40px;
    font-weight: 600;
    padding-top: 37px;
    z-index: 1;
    position: relative;
    display: inline-block;
}

.title1 .name::before {
    content: '';
    position: absolute;
    bottom: -13px;
    background: #d81e06;
    width: 50px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.title1 .ename {
    color: rgba(209, 209, 209, 0.3);
    font-family: 'ModernRegular';
    font-size: 36px;
    /* line-height: 111px; */
    padding-left: 30px;
    padding-top: 43px;
    position: absolute;
    top: 0;
}


.box1 {
    /* padding-top: 100px; */
}


.box1 .slick-list {
    overflow: visible;
}

.box1 .list {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}
.imgbox {
	height: 100%;
	overflow: hidden;
}

.imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.imgbox:hover img {
	transform: scale(1.05);
}

.ky-lb {
    width: 47.3%;
    height: 475px;
    overflow: visible;
    z-index: 10;
}

.ky-list {
    width: 50.5%;
    /* margin-top: -28px; */
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: end;
}

.ky-lb .swiper-slide {
    position: relative;
}

.ky-lb .swiper-slide a {
    display: block;
    height: 100%;
}

.ky-lb .swiper-slide .date {
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    white-space: nowrap;
    padding: 7px 8px;
    border-radius: 15px 0px 15px 0px;
    background: #FDAA26;
    position: absolute;
    top: -29px;
    left: 45px;
}

.ky-lb .swiper-slide .date span {
    display: block;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
}

.ky-lb .textbox {
    width: 100%;
    position: absolute;
box-sizing: border-box;
    padding: 0 35px;
    font-size: 20px;
    height: 68px;
    line-height: 68px;
    font-weight: bold;
    color: #FFFFFF;
    bottom: 0px;
}

.ky-lb .swiper-wrapper {
    padding-top: 30px;
    margin-top: -30px;
    overflow: hidden;
}

.ky-lb::after {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    background: #FDAA26;
    position: absolute;
    right: -20px;
    bottom: -25px;
    z-index: -1;
}

.ky-list li {
    /* width: 100%; */
    /* padding: 0 30px; */
    background: #fff;
    border-bottom: 1px solid #E5E5E5;
}

.ky-list li a {
    padding: 17px 30px;
    display: flex;
    align-items: start;
    /* padding-left: 30px; */
    /* border-bottom: 1px solid #E5E5E5; */
}

.ky-list li .date {
    margin-right: 30px;
    padding: 7px 8px;
}

.ky-list li .date {
    font-size: 14px;
    text-align: center;
    color: #8BBDED;
    white-space: nowrap;
    border: 1px solid #E5E5E5;
    border-radius: 15px 0px 15px 0px;
}

.ky-list li .date span {
    display: block;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #096CCD;
}
.ky-list li .textbox{
    width: calc(100% - 100px);
}
.ky-list li h1 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #1A1A1A;
}

.ky-list li p {
    font-size: 14px;
    line-height: 21px;
    color: #A4A4A6;
}

.ky-list li.active {
    width: 100%;
    /* padding-left: 30px; */
    background: url(../image/kydtbg2.png) no-repeat;
    background-size: cover;
}

.ky-list li.active .date {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
}

.ky-list li.active h1,
.ky-list li.active p {
    color: #fff;
}








.box2 * {
    /* margin: 0;
    padding: 0; */
    box-sizing: border-box;
}

.box2 .list,.box1 .carousel-container {
    width: 1660px;
    transform: translateX(-90px);
}

.box2 .swiper {
    width: 100%;
    /* max-width: 1400px; */
    padding: 50px 20px;
    position: relative;
    padding-top: 136px;
    padding-bottom: 80px;
}

.box2 .swiper-wrapper {
    padding: 20px 0;
}

.box2 .swiper-slide {
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    /* opacity: 0.6; */
    transform: scale(0.85);
    width: 20%;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.box2 .swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1 !important;
    z-index: 2;
}



.box2 .swiper-slide-next,
.box2 .swiper-slide-prev {
    transform: scale(0.9);
    /* opacity: 0.8; */
}

.box2 .slide-image {
    width: 100%;
    flex: 1;
    position: relative;
    overflow: hidden;
    /* height: 336px; */
    /* object-fit: cover; */
    /* max-height: 1000px; */
    position: relative;
}

.box2 .slide-image::before {
    content: '';
    display: block;
    padding-top: 161.25%;
}

.box2 .slide-image .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.box2 .slide-image .gd,
.box2 .slide-image .gd1 {
    margin: auto;
    margin-top: 14px;
}

.box2 .slide-image .gd1 {
    display: none;
}

.box2 .slide-title {
    padding: 12px 15px;
    min-height: 80px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    font-size: 1em;
    color: #333;
    text-align: center;
    line-height: 1.4;
    flex-shrink: 0;
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    z-index: 111;
    background: linear-gradient(140deg, rgb(0 80 214 / 80%) 25%, rgb(33 236 236 / 80%) 65%);
    color: #ffffff;
    font-size: 28px;
    box-sizing: border-box;
    /* padding-bottom: 20px; */
}

.box2 .slide-title .l1 {
    box-sizing: border-box;
    font-size: 24px;
    width: 100%;
}
.box2 .swiper-slide-active .l1{
    margin-bottom:32px;
}
.box2 .custom-controls {
    position: absolute;
    top: 52px;
    right: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
    z-index: 10;
    /* background: rgba(255, 255, 255, 0.95); */
    padding: 10px 20px;
    border-radius: 30px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.box2 .control-btn {
    /* font-size: 26px; */
    color: #1952be;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    /* background: #fff; */
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
}

.box2 .control-btn:nth-child(1) {
    background: url(../image/xz.png) no-repeat center center;
    font-size: 0;
}

.box2 .control-btn:nth-child(2) {
    background: url(../image/xy.png) no-repeat center center;
    font-size: 0;
}

.box2 .control-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.box2 .index-display {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #444;
    min-width: 40px;
    text-align: center;
    font-size: 20px;
    color: #1952be;
    font-family: 'ErasITCDemi';
}

.box2 .progress-container {
    width: 130px;
    height: 4px;
    background: #1952be;
    border-radius: 2px;
    overflow: hidden;
}

.box2 .progress-bar {
    width: 0%;
    height: 100%;
    background: #20eceb;
    transition: width 0.5s ease;
}

.box2 .swiper-pagination {
    left: 0;
    width: 100% !important;
    text-align: center;
}



.box2 .more {
    width: 35px;
    height: 35px;
    background: url(../image/index44.png);
    margin: auto;
}

.box2 .swiper-pagination-bullet {
    opacity: 1;
    position: static !important;
    transform: scale(1) !important;
    display: inline-block;
    width: 50px !important;
    height: 45px !important;
    background: url(../image/index8_1.png) no-repeat center center !important;
}

.box2 .swiper-pagination-bullet-active {
    background-image: url(../image/index8.png) !important;
}

.box2 .box {
    position: relative;
    padding: 0px;
}

.box2 .title1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.box2 .swiper-slide-active .slide-title {
    padding: 40px 15px;
    background: #ffffff;
    color: #333333;
}

.box2 .swiper-slide-active .gd {
    display: none;
}

.box2 .swiper-slide-active .gd1 {
    display: block !important;
}

.box2 .slide-image:hover .img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.box3 .left {
    position: relative;
    width: 280px;
    height: 470px;
}

.box3 .left .bj {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 1000px;
    z-index: -1;
}

.box3 .left .title2 {
    width: 100%;
    height: 100%;
}


.box3 .left .title2 .bjbj {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box3 .left .title2 .ename {
    color: rgba(255, 255, 255, 0.2);
    width: 30px;
    font-size: 27px;
    font-family: 'SourceHanSerifSC';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /* display: flex; */
    writing-mode: vertical-rl;
    white-space: nowrap;
    letter-spacing: 1px;
}

.box3 .left .title2 .name {
    color: #ffffff;
    font-size: 40px;
    width: 40px;
    line-height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
}

.box3 .right {
    width: calc(100% - 280px);
    padding-top: 28px;
}

.box3 .right .item {
    width: 47%;
    box-sizing: border-box;
    margin-left: 3%;
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;
    float: left;
    margin-top: 35px;
}

.box3 .right .item::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: rgba(101, 137, 203, 0.2);
}

.box3 .right .item .ldbox {
    background: url(../image/index65.png);
    background-size: 100% 100%;
    box-sizing: border-box;
    position: relative;
    height: 165px;
}

.box3 .right .item .block {
    position: absolute;
    left: 0px;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 30px;
}

.box3 .right .item .block1 {
    background: url(../image/ldys1.png) no-repeat left center;
    padding-left: 72px;
}

.box3 .right .item .block .bt {
    font-size: 26px;

    font-weight: 600;

    margin-bottom: 5px;
}

.box3 .right .item .block .zy {
    font-size: 14px;
    color: #d4d4d4;
    line-height: 20px;
}


.box3 .right a:hover {
    background-image: url(../image/ldys6.png);
}

.box3 .right a:hover .block .bt {
    margin-bottom: 12px;
    text-align: center;
    color: #ffffff;
    transition: all 0.4s;
}

.box3 .right a:hover .block .zy {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    transition: all 0.4s;
}

.box3 .right a:hover .block1 {
    background: none !important;
    transition: all 0.4s;
    padding-left: 0px;
}

.box4 {
    position: relative;
}

.box4 .bj2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 920px;
}

.box4 .left {
    height: 529px;
    width: 66%;
    background: url(../image/index69.png) no-repeat;
    background-size: 100% 100%;
    padding: 3px;
    box-sizing: border-box;
    border-radius: 0px;
    /* background-size: 100% 100%; */
}

.box4 .left .sp {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    height: 100%;
}

.box4 .title1 .ename {
    color: rgba(147, 187, 251, 0.3);
}

.box4 .lists {
    position: relative;
}

.box4 .list {
    z-index: 1;
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}

.box4 .list.style {
    opacity: 1;
    position: relative;
    z-index: 2;
}

.box4 .list .right {
    width: 34%;
    padding-left: 25px;
    box-sizing: border-box;
}

.box4 .list .right {
    /* height: 592px; */
}

.box4 .list .right .item {
    height: 246px;
    padding: 3px;
    background: url(../image/index69_1.png) no-repeat;
    margin-bottom: 20px;
    background-size: 100% 100%;
}

.box4 .list .right .item .sp {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    height: 100%;
}

.box4 .list .right .qh {
    height: 44px;
    border-radius: 10px;
    background-color: #024fd1;
}

.box4 .list .right .fade-2 .slick-dots {
    display: none !important;
}

.box4 .list .right .fade-2 .slick-arrow {
    display: block !important;
}

.box4 .list .right .slick-prev,
.box4 .list .right .slick-next {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    position: absolute;
    bottom: -34px;
    left: calc(50% + 20px);
    transform: translateX(-50%);
    background-image: url(../image/xl.png);
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
    background-position: center center;
    z-index: 9;
}

.box4 .list .right .slick-next {
    left: calc(50% - 20px);
    background-image: url(../image/sl.png);
}

.box4 .box {
    position: relative;
}

.box4 .erjilm {
    position: absolute;
    right: 0;
    top: 40px;
}

.box4 .erjilm1 {
    float: left;
    margin-left: 18px;
    line-height: 50px;
    color: #ffffff;
    background-color: #f7d436;
    text-align: center;
    border-radius: 50px;
    padding: 0px 60px;
    cursor: pointer;
    font-size: 17px;
}

.box4 .erjilm1.style {
    font-weight: 600;
    background-color: #1a53be;
}

.box5 .list {
    margin: 0px -25px;
}

.box5 .list .item {
    padding: 0px 25px;
}

.box5 .list .item a {
    position: relative;
}

.box5 .list .item .sj {}

.box5 .list .item .bt {
    font-weight: 600;
    margin: 15px 0;
    font-size: 20px;
}

.box5 .list .item .zy {
    line-height: 24px;
    color: #999999;
    margin-bottom: 15px;
    display: none;
}

.box5 .list .item .img {
    overflow: hidden;
    border-radius: 10px;
}

.box5 .list .item .img img {
    height: 230px;
    width: 100%;
    object-fit: cover;
}

.box5 .list .item .more {
    width: 30px;
    height: 30px;
    background: url(../image/index432.png);
    background-size: 100% 100%;
    text-align: center;
    line-height: 30px;
    float: right;
    margin-top: 20px;
    color: #ffffff;
    border-radius: 50%;
}

.box5 .list .item a:hover .more {
    background: #f7d436;
}

.box5 .list .item a:hover .bt {
    color: #1a53be;
    transition: all 0.4s;
}

.box5 .list .item a:hover img {
    transform: scale(1.1);
    transition: all 0.4s;
}

.box7 .list {
    position: relative;
}

.box7 .list .img {
    margin: auto;
}

.box7 .list .wz {
    background: url(../image/back5_2.png);
    background-size: 100% 100%;
    height: 160px;
    display: flex;
    padding: 0px 3%;
    justify-content: space-evenly;
    /* flex-flow: row-reverse; */
    align-items: center;
    gap: 20px;
}

.box7 .list .wz p{
    padding-left: 60px;
    background: url(../image/index103.png) no-repeat left top 5px;
    font-size: 30px;
    color: #1a53be;
    line-height: 44px;
    height: auto;
    flex: 1;
}
.box7 .list .wz p:last-child{
    background: url(../image/index104.png) no-repeat left top 5px;
}

.box6 .title1 .name,
.box7 .title1 .name {
    display: block;
    text-align: center;
    margin-left: 0px;
}

.box6 .title1 .ename,
.box7 .title1 .ename {
    padding-left: 0px;
}

.box6 .title1,
.box7 .title1 {
    background-position: center center;
}

.box6 .title1 .ename,
.box7 .title1 .ename {
    width: 100%;
    text-align: center;
}

.box6 {
    background: url(../image/back4.png);
    background-size: cover;
}

.box6 .list {
    position: relative;
    /* background: url(../image/fkbj1.png) no-repeat center center; */
    width: 1539px;
    height: 748px;
    /* padding: 15px 26px; */
    box-sizing: border-box;
    transform: translateX(-30px);
}

.box6 .list .item {
    float: left;
    width: calc(100% /6);
    box-sizing: border-box;
    height: 194px;
    background: url(../image/qp11.png);
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.box6 .list .item:nth-child(1) {
    background-image: url(../image/qp11.png);
}

.box6 .list .item:nth-child(2) {
    background-image: url(../image/qp12.png);
}

.box6 .list .item:nth-child(3) {
    background-image: url(../image/qp13.png);
}

.box6 .list .item:nth-child(4) {
    background-image: url(../image/qp14.png);
}

.box6 .list .item:nth-child(5) {
    background-image: url(../image/qp15.png);
}

.box6 .list .item:nth-child(6) {
    background-image: url(../image/qp16.png);
}

.box6 .list .item:nth-child(7) {
    background-image: url(../image/qp21.png);
}

.box6 .list .item:nth-child(8) {
    background-image: url(../image/qp22.png);
}

.box6 .list .item:nth-child(9) {
    background-image: url(../image/qp23.png);
}

.box6 .list .item:nth-child(10) {
    background-image: url(../image/qp24.png);
}

.box6 .list .item:nth-child(11) {
    background-image: url(../image/qp25.png);
}

.box6 .list .item:nth-child(12) {
    background-image: url(../image/qp26.png);
}

.box6 .list .item:nth-child(13) {
    background-image: url(../image/qp31.png);
}

.box6 .list .item:nth-child(14) {
    background-image: url(../image/qp32.png);
}

.box6 .list .item:nth-child(15) {
    background-image: url(../image/qp33.png);
}

.box6 .list .item:nth-child(16) {
    background-image: url(../image/qp34.png);
}

.box6 .list .item:nth-child(17) {
    background-image: url(../image/qp35.png);
}

.box6 .list .item:nth-child(18) {
    background-image: url(../image/qp36.png);
}

.box6 .list .item:nth-child(19) {
    background-image: url(../image/qp41.png);
}

.box6 .list .item:nth-child(20) {
    background-image: url(../image/qp42.png);
}

.box6 .list .item:nth-child(21) {
    background-image: url(../image/qp43.png);
}

.box6 .list .item:nth-child(22) {
    background-image: url(../image/qp44.png);
}

.box6 .list .item:nth-child(23) {
    background-image: url(../image/qp45.png);
}

.box6 .list .item:nth-child(24) {
    background-image: url(../image/qp46.png);
}

.box6 .list .item:nth-child(7),
.box6 .list .item:nth-child(8),
.box6 .list .item:nth-child(9),
.box6 .list .item:nth-child(10),
.box6 .list .item:nth-child(11),
.box6 .list .item:nth-child(12),
.box6 .list .item:nth-child(19),
.box6 .list .item:nth-child(20),
.box6 .list .item:nth-child(21),
.box6 .list .item:nth-child(22),
.box6 .list .item:nth-child(23),
.box6 .list .item:nth-child(24) {
    margin-top: -32px;
}

.box6 .list .item .block {
    padding: 0px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    box-sizing: border-box;
}

.box6 .list .item:nth-child(2) .block,
.box6 .list .item:nth-child(5) .block {
    top: 56%;
}

.box6 .list .item:nth-child(3) .block,
.box6 .list .item:nth-child(4) .block {
    top: 58%;
}

.box6 .list .item:nth-child(7) .block,
.box6 .list .item:nth-child(8) .block,
.box6 .list .item:nth-child(9) .block,
.box6 .list .item:nth-child(10) .block,
.box6 .list .item:nth-child(11) .block,
.box6 .list .item:nth-child(12) .block {
    top: 57%;
}

.box6 .list .item:nth-child(13) .block,
.box6 .list .item:nth-child(14) .block,
.box6 .list .item:nth-child(15) .block,
.box6 .list .item:nth-child(16) .block,
.box6 .list .item:nth-child(17) .block,
.box6 .list .item:nth-child(18) .block {

    top: 44%;
}

.box6 .list .item:nth-child(21) .block,
.box6 .list .item:nth-child(22) .block {
    top: 44%;
}

.box6 .list .item:nth-child(23) .block,
.box6 .list .item:nth-child(20) .block {
    top: 52%;
}

.box6 .list .item .img {
    margin: auto;
    transition: all 0.6s;
    max-height: 65px;
}

.box6 .list .item .mz {
    margin-top: 8px;
    text-align: center;
    line-height: 22px;
    /* font-size: 15px; */
}

.box6 .list .item:hover {
    color: #0049be;
}

.box6 .list .item:hover .img {
    transform: rotateY(180deg);
}

@media screen and (max-width: 1750px) {
    .box2 .list, .box1 .carousel-container{
        width: 100%;
        transform: translateX(0);
    }
}

@media screen and (max-width: 1580px) {
    .box6 .list {
        width: 100%;
        transform: translateX(0px);
        padding: 0px;
        background-size: 103% 98%;
        background-position: center top -2%;
    }

    .box6 .list .item .mz {
        font-size: 1vw;
        line-height: 1.3vw;
    }
}

@media screen and (max-width: 1550px) {


    .box5 .list .item .img img {
        height: 14vw;
    }

    /* .box4 .left {
        height: 35.2vw;
    }

    .box4 .list .right .item {
        height: 14.4vw;
    } */

    .box2 .list {
        padding-left: 3%;
        padding-right: 3%;
        box-sizing: border-box;
    }

    .box2 .list .swiper {
        padding-left: 40px;
        padding-right: 40px;
        box-sizing: border-box;
    }

    .box2 .slide-title .l1 {
        font-size: 20px;
    }

    .box2 .title1 {
        left: 3%;
    }
}

@media screen and (max-width: 1400px) {
    .box4 .left {
        height: 480px;
    }

    .box4 .bj2 {
        bottom: auto;
        top: 0;
        object-fit: cover;
    }

    .box4 .list .right .item {
        height: 190px;
    }
}

@media screen and (max-width: 1200px) {
.ky-lb{
    height: 360px;
}
.ky-list li a{
        padding: 12px 30px;
}
.ky-list li h1 {
    margin-bottom: 7px;
    font-size: 18px;
}
.ky-list li p {
    font-size: 14px;
    line-height: 19px;
}
    .box6 .list .item .mz {
        font-size: 1.19vw;
        line-height: 1.5vw;
    }

    .box7 .list .wz p {
        padding-left: 34px;
        background: url(../image/index103.png) no-repeat left top 5px;
        font-size: 18px;
        color: #1a53be;
        line-height: 34px;
        height: auto;
        flex: 1;
        background-size: auto 23px;
        background-position: left top 6px;
    }
.box7 .list .wz p:last-child {
    background: url(../image/index104.png) no-repeat left top 5px;
background-size: auto 23px;
}
    .box7 .list .wz {
        height: 110px;
    }
}

@media screen and (max-width: 1100px) {
    .box1 .carousel-image {
        height: 30vw;
    }

    .box4 .left {
        height: 425px;
        width: 72%;
    }

    .box4 .list .right {
        width: 28%;
    }

    .box4 .list .right .item {
        height: 162px;
    }



    .box2 .swiper-slide {
        width: 33.33%;
    }
}

@media screen and (max-width: 1000px) {
.box1 .list{
    display:block;
}
.ky-lb{
    width: 100%;
    margin-bottom: 60px;
}
.ky-list{
    width:100%;
}
    .box6 .list .item .img {
        height: 50px;
    }
.footer .logo1 {
    width: 90%;
}
    .box6 .list {
        height: 500px;
    }

    .box6 .list .item {
        height: 137px;
    }

    .box6 .list .item:nth-child(7),
    .box6 .list .item:nth-child(8),
    .box6 .list .item:nth-child(9),
    .box6 .list .item:nth-child(10),
    .box6 .list .item:nth-child(11),
    .box6 .list .item:nth-child(12),
    .box6 .list .item:nth-child(19),
    .box6 .list .item:nth-child(20),
    .box6 .list .item:nth-child(21),
    .box6 .list .item:nth-child(22),
    .box6 .list .item:nth-child(23),
    .box6 .list .item:nth-child(24) {
        margin-top: -24px;
    }

    .box5 .list .item .img img {
        height: 20vw;
    }

    .box4 .title1 {
        height: 80px;
        margin-bottom: 125px;
        background-size: auto 100%;
    }

    .box4 .erjilm {
        top: 107px;
        width: 100%;
        text-align: center;
    }

    .box4 .erjilm1 {
        float: none;
        display: inline-block;
    }

    .box3 .left {
        display: none;
    }

    .box3 .title1 {
        display: block !important;
        margin-bottom: 0;
    }

    .box3 .right {
        width: calc(100% - 0px);
        padding-top: 0px;
    }

    .box3 .right .item {
        margin-left: 0;
        width: 100%;
    }

    .box1 {
        padding-top: 50px;
    }

    .title1 .ename {
        font-size: 14px;
        padding-left: 22px;
        padding-top: 38px;
    }

    .title1 .name {
        margin-left: 35px;
        font-size: 24px;
        padding-top: 31px;
    }

    .title1 {
        height: 80px;
        margin-bottom: 25px;
        background-size: auto 100%;
    }

    .title1 .name::before {
        content: '';
        position: absolute;
        bottom: -8px;
        background: #d81e06;
        width: 38px;
        height: 2px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .box6 .list .item {
        float: left;
        width: calc(100% / 2);

    }

    .box6 .list .item .block {
        top: 50% !important;
    }

    .box6 .list .item:nth-child(3),
    .box6 .list .item:nth-child(4) {
        margin-top: -5vw !important;
    }

    .box6 .list .item:nth-child(23),
    .box6 .list .item:nth-child(24) {
        margin-top: -5.5vw !important;
    }

    .box6 .list {
        height: auto;
        background: none;
        position: relative;
    }

    .box6 .list::before {
        content: '';
        width: calc(100% + 16px);
        height: calc(100% - 18px);
        position: absolute;
        left: -8px;
        top: 15px;
        z-index: 0;
        background: rgba(4, 1, 70, 0.04);
        filter: blur(8px);
    }

    .box6 .list .item {
        height: 34vw;
    }

    .box6 .list .item .img {
        height: 12vw;
    }

    .box6 .list .item .mz {
        font-size: 14px;
        line-height: 18px;
    }

    .box6 .list .item {
        background-image: none !important;
    }

    .box6 .list .item::before {
        content: '';
        width: 95%;
        height: 90%;
        background: #ffffff;
        border-radius: 5px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid #b5f4f8;
    }

    .box6 .list .item:nth-child(1) {
        background-image: url(../image/qp12.png) !important;
    }

    .box6 .list .item:nth-child(2) {
        background-image: url(../image/qp15.png) !important;
    }

    .box6 .list .item:nth-child(3) {
        background-image: url(../image/qp22.png) !important;
    }


    .box6 .list .item:nth-child(4) {
        background-image: url(../image/qp25.png) !important;
    }

    /* 
    .box6 .list .item:nth-child(5) {
        background-image: url(../image/qp21.png);
    }

    .box6 .list .item:nth-child(6) {
        background-image: url(../image/qp26.png);
    }

    .box6 .list .item:nth-child(7) {
        background-image: url(../image/qp13.png);
    }

    .box6 .list .item:nth-child(8) {
        background-image: url(../image/qp14.png);
    }

    .box6 .list .item:nth-child(9) {
        background-image: url(../image/qp22.png);
    }

    .box6 .list .item:nth-child(10) {
        background-image: url(../image/qp25.png);
    }

    .box6 .list .item:nth-child(11) {
        background-image: url(../image/qp23.png);
    }

    .box6 .list .item:nth-child(12) {
        background-image: url(../image/qp35.png);
    }
    .box6 .list .item:nth-child(13) {
        background-image: url(../image/qp22.png);
    }

    .box6 .list .item:nth-child(14) {
        background-image: url(../image/qp25.png);
    }
    .box6 .list .item:nth-child(15) {
        background-image: url(../image/qp32.png);
    }

    .box6 .list .item:nth-child(16) {
        background-image: url(../image/qp35.png);
    }
    .box6 .list .item:nth-child(17) {
        background-image: url(../image/qp22.png);
    }

    .box6 .list .item:nth-child(18) {
        background-image: url(../image/qp25.png);
    }
    .box6 .list .item:nth-child(19) {
        background-image: url(../image/qp32.png);
    }

    .box6 .list .item:nth-child(20) {
        background-image: url(../image/qp35.png);
    }*/
    .box6 .list .item:nth-child(21) {
        background-image: url(../image/qp32.png) !important;
    }

    .box6 .list .item:nth-child(22) {
        background-image: url(../image/qp35.png) !important;
    }

    .box6 .list .item:nth-child(23) {
        background-image: url(../image/qp42.png) !important;
    }

    .box6 .list .item:nth-child(24) {
        background-image: url(../image/qp45.png) !important;
    }

    .box6 .list .item:nth-child(1)::before,
    .box6 .list .item:nth-child(2)::before,
    .box6 .list .item:nth-child(3)::before,
    .box6 .list .item:nth-child(4)::before,
    .box6 .list .item:nth-child(21)::before,
    .box6 .list .item:nth-child(22)::before,
    .box6 .list .item:nth-child(23)::before,
    .box6 .list .item:nth-child(24)::before {
        display: none;
    }

    .box6 .list .item:nth-child(7),
    .box6 .list .item:nth-child(8),
    .box6 .list .item:nth-child(9),
    .box6 .list .item:nth-child(10),
    .box6 .list .item:nth-child(11),
    .box6 .list .item:nth-child(12),
    .box6 .list .item:nth-child(19),
    .box6 .list .item:nth-child(20),
    .box6 .list .item:nth-child(21),
    .box6 .list .item:nth-child(22),
    .box6 .list .item:nth-child(23),
    .box6 .list .item:nth-child(24) {
        margin-top: 0px;
    }

    /* .box6 .list .item:nth-child(3),
    .box6 .list .item:nth-child(4),
    .box6 .list .item:nth-child(5),
    .box6 .list .item:nth-child(6),
    .box6 .list .item:nth-child(7),
    .box6 .list .item:nth-child(8),
    .box6 .list .item:nth-child(9),
    .box6 .list .item:nth-child(10),
    .box6 .list .item:nth-child(11),
    .box6 .list .item:nth-child(12) {
        margin-top: -2vw;
    } */
    .box6 .list .item:nth-child(23) .block,
    .box6 .list .item:nth-child(24) .block { 
        top: 45% !important;
    }
    .box6 .list .item:nth-child(21) .block,
    .box6 .list .item:nth-child(22) .block { 
        top: 43% !important;
    }
    .box6 .list .item:nth-child(1) .block,
    .box6 .list .item:nth-child(2) .block { 
        top: 55% !important;
    }
    .box6 .list .item:nth-child(3) .block,
    .box6 .list .item:nth-child(4) .block { 
        top: 57% !important;
    }


    .fade-3 .slick-dots {
        bottom: 0px;
    }

    .box5 {
        padding-bottom: 20px;
    }

    .box4 .left .play-button {
        width: 60px !important;
        height: 60px !important;
    }

    .box7 .list .wz {
        display: block;
    }

    .box4 .erjilm1 {
        margin: 0 9px;
        line-height: 38px;
        padding: 0px 30px;
        font-size: 15px;
    }

    .box7 .list .wz {


        display: block;
        height: auto;
        padding: 15px 3%;
    }

    .box4 .title1 {
        margin-bottom: 110px;
    }

    .box4 .left,
    .box4 .list .right .item {
        height: 55vw;
        width: 100%;
    }

    .box4 .list .right {
        height: auto;
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .box3 .right .item .block .bt {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .box3 .right .item .block1 {
        padding-left: 60px;
        background-size: auto 40px;
    }

    .box2 .swiper {
        padding-top: 80px;
        padding-bottom: 45px;
    }

    .box2 .swiper-pagination-bullet {

        width: 25px !important;
        height: 22.5px !important;
    }

    .box2 .swiper-pagination-bullet-active {
        background-size: 100% 100% !important;
    }

    .box1 {
        padding-top: 90px;
    }

    .box1 .carousel-title {
        font-size: 20px;
    }

    .box2 .swiper-slide {
        width: 100%;
    }

    .box2 .list .swiper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .box1 .carousel-summary {
        margin-top: 13px;
    }

    .box1 .carousel-item:hover .carousel-summary {
        margin-bottom: 20px;
    }

    .box2 .slide-title {
        font-size: 0.9em;
        padding: 12px;
        min-height: 70px;
    }

    .box2 .custom-controls {
        top: 10px;
        right: 10px;
        padding: 8px 15px;
        gap: 12px;
    }
}

@media (max-width: 600px) {
    .box5 .list .item .img img {
        height: 30vw;
    }
}

@media (max-width: 600px) {
    .box2 .custom-controls {
        top: 88px;
    }

    .box2 .swiper {
        padding-top: 145px;
    }
}

@media (max-width: 550px) {
.ky-lb {
        height: 240px;
    }
.ky-lb .textbox{
 padding: 0 10px;
}
    .box1 .carousel-image {
        height: 59vw;
    }
}

@media (max-width: 500px) {
    .box5 .list .item .img img {
        height: 60vw;
    }
}

@media (max-width: 450px) {
    .box2 .progress-container {
        width: 80px;
    }

    .box2 .custom-controls {
        padding-right: 0;
    }

    .box2 .custom-controls {
        gap: 5;
    }
}