body {
    /* width: 1920px; */
    max-width: 1920px;
    margin: auto !important;
    overflow: hidden;
}

#body {
    transform-origin: 0 0;
}

.bg-rt-cl {
/* background-image: url(../../images/EN/chilun.png) !important; */
/* background-image: none !important; */
    background-repeat: no-repeat;
    background-size: 100% 100%!important;
    background-position: left top !important;
background-image: url(../../images/CN/background.png) !important;
}

.header {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* max-width: 1920px;
    margin: auto; */
}

.index-header {
    height: 100vh;
}

.header-title {
    width: 100%;
    height: 240px;
    position: fixed;
    background: url(../../images/EN/6.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 120%;
}

.header-title .header-title-box {
    height: 130px;
    max-width: 1785px;
    width: 93%;
    margin: auto;
    padding: 0;
}

.header-title .logo-box {
    float: left;
    margin-top: 50px;
    width: 540px;
}

.header-title .logo-box img {
    width: 100%;
}

.header-title .logo {
    height: 100%;
}

.header-title .search-box,
.header-title .change-l {
    height: 36px;
    float: right;
    margin-top: 36px;
    cursor: pointer;
    display: block;
}

.header-title .search-box {
    border-radius: 24px;
    border: 3px solid #fff;
    position: relative;
}

.header-title .search {
    height: 22px;
}

.header-title .nav {
    min-height: 30px;
    width: 100%;
    margin: auto;
    text-align: center;
    cursor: pointer;
    transition-delay: 500ms;
    transition-duration: 300ms;
}

.header-fixed {
    width: 100%;
    height: 120px;
    position: fixed;
    background: url(../../images/EN/top.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 90%;
}

.header-fixed .header-title-box {
    height: 82px;
    max-width: 1920px;
    width: 90%;
    margin: auto;
    overflow: hidden;
    padding: 0;
}

.header-fixed .logo-box {
    float: left;
    margin-top: 20px;
}

.header-fixed .logo {
    height: 60px;
}

.header-fixed .search-box,
.header-fixed .change-l {
    height: 50px;
    float: right;
    margin-top: 32px;
    cursor: pointer;
    display: block;
}

.header-fixed .search-box {
    border-radius: 24px;
    border: 1px solid #fff;
    position: relative;
}

.header-fixed .search {
    height: 32px;
}

.header-fixed .nav {
    width: 100%;
    margin: auto;
    text-align: center;
    cursor: pointer;
    transition-delay: 500ms;
    transition-duration: 300ms;
}

.header .menu {
    width: 200px;
    height: 60px;
    overflow: hidden;
    margin: 0;
    display: none;
    opacity: .9;
    border-top-right-radius: 10px;
    position: fixed;
    left: 0;
    top: 0;
}

.header .menu img {
    width: 30px;
    height: 30px;
    margin: 15px 0 0 15px;
}

.header-right {
    float: right;
    width: calc(100% - 540px);
}

.header-right-top {
    overflow: hidden;
    margin-bottom: 25px;
}

.title-flex {
    width: 100%;
    display: flex;
    /* display: block; */
    padding-left: 20px;
    font-size: 18px;
    float: right;
}

.title-flex>a {
    flex: 0 1 auto;
    flex-grow: 1;
    float: left;
    /* padding: 0 1%; */
}

.title-flex>div {
    flex: 0 1 auto;
    flex-grow: 1;
    float: left;
    /* padding: 0 1%; */
}

.title-flex>div>a {
    width: 100%;
    height: 50px;
    display: block;
    padding-bottom: 25px;
    font-size: 22px;
    font-weight: bold;
}

.menu-masking {
    content: '';
    width: 100vw;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
    left: 0;
    background-color: rgba(0, 0, 0, .1);
    z-index: 49;
    display: none;
}

.swiper {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0;
    /* --swiper-navigation-size: 30px; */
}

.swiper .swiper-slide {
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
}

.swiper .swiper-slide img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
    content: '';
    color: #ccc;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    border: 2px solid #ccc;
}

.swiper-button-prev {
    margin-left: 170px;
}

.swiper-button-next {
    margin-right: 170px;
}

.swiper .swiper-pagination {
    bottom: 20px !important;
}

.swiper .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}

.swiper .swiper-pagination-bullet-active {
    background-color: #035CA6;
}

.xywh-title {
    height: 110px;
    overflow: hidden;
    position: relative;
}

.title2 {
    height: 100%;
    max-width: 5000px;
    position: absolute;
    right: 120px;
    top: 0;
}

.kydt-title {
    max-width: 5000px;
    height: 110px;
    position: absolute;
    right: 100px;
    top: -90px;
    z-index: 10;
}

.xydt {
    overflow: hidden;
    min-width: 1600px;
}

.xydt-l {
    width: 50%;
    float: left;
    /* margin-right: 50px; */
    /* padding: 0 20px 0 0; */
}

.xydt-l-title {
    height: 110px;
    margin-top: 30px;
    margin-right: 22%;
}

.xydt-l-title img {
    width: auto;
    max-width: 5000px;
    height: 100%;
    float: right;
}

.xydt-swiper {
    width: 100%;
    max-width: 780px;
    height: 485px;
    overflow: hidden;
    box-shadow: 0 0 20px 2px #8098db;
    float: right;
    margin-top: 10px;
    border-radius: 15px;
}

.swiper3 {
    width: 100%;
    max-width: 780px;
    position: relative;
}

.swiper3 .swiper-pagination {
    width: 100%;
    overflow: hidden;
}

.swiper-pagination3 {
    width: 80px !important;
    height: 30px;
    position: absolute;
    bottom: 14px !important;
    right: 10px !important;
    left: auto !important;
    z-index: 10;
}

.swiper-button-prev3 {
    position: absolute;
    top: 45%;
    left: 25px !important;
    z-index: 10;
}

.swiper-button-next3 {
    position: absolute;
    top: 45%;
    right: 25px !important;
    z-index: 10;
}

.xydt-l-bottom {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-right: 100px;
    text-indent: 30px;
    background-image: linear-gradient(to top, rgba(51, 108, 214, 0.8), rgba(51, 108, 214, 0.2)) !important;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.xydt-r {
    width: 50%;
    float: left;
    padding-left: 50px;
    padding-top: 80px;
}

.xydt-r>div {
    width: 100%;
    max-width: 730px;
}

.xydt-r li {
    width: 100%;
    height: 90px;
    transition-duration: 500ms;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 24px;
}

.xydt-r li:nth-last-child(1) {
    margin-bottom: 16px;
}

.xydt-r li>a {
    border: 2px dotted #A2A2A2;
}

.xydt-r li>a:nth-last-child(1) {
    border-left: none;
}

.xydt-r li>a:nth-last-child(1) p:nth-last-child(1) {
    color: rgb(107 114 128);
    transition-duration: 500ms;
}

.xydt-r li:hover {
    background-color: #9BBCE7;
    color: #fff;
}

.xydt-r li:hover div {
    border: 2px dotted #fff;
}

.xydt-r li:hover div:nth-last-child(1) {
    border-left: none;
}

.xydt-r li:hover div:nth-last-child(1) p:nth-last-child(1) {
    color: #fff !important;
}

.kydt-tzgg {
    padding-top: 120px;
}

.kydt {
    width: 54%;
    min-height: 577px;
    /* padding: 90px 130px 0 160px; */
    padding-top: 40px;
    padding-right: 130px;
    padding-bottom: 36px;
}

.kydt ul {
    float: right;
    width: 82%;
}

.kydt ul li {
    display: flex;
    width: 100%;
    height: 56px;
    margin-bottom: 12px;
}

.kydt ul li span {
    font-size: 16px;
}

.tzgg {
    width: 46%;
    /* height: 577px; */
    min-height: 577px;
    padding: 0px 150px 0 90px;
    margin-top: 0;
}

.tzgg-title {
    height: 110px;
    max-width: 5000px;
    position: absolute;
    left: 180px;
    top: -90px;
    z-index: 49;
}

.tzgg>div:nth-of-type(1) {
    padding: 30px 95px 60px 48px;
    margin-top: 0;
}

.tzgg li>a:nth-last-of-type(1) {
    font-size: 16px;
    padding-left: 18px;
}

.xywh-mtqg {
    max-width: 1920px;
    min-width: 1620px;
    margin-top: 60px;
}

.xywh {
    width: 50%;
    padding-right: 12px;
    float: left;
}

.xywh .xywh-list {
    width: 750px;
    float: right;
    /* margin-right: 20px; */
}

.xywh-list li {
    width: calc(50% - 23px);
    height: 299px;
    overflow: hidden;
    float: left;
    cursor: pointer;
    border: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 10;
    position: relative;

    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.xywh-list li:hover {
    transform: scale(1.1);
    z-index: 500;
}

.xywh-list li>a:nth-of-type(1) {
    border: 10px solid #f7f7f7;
    box-sizing: border-box;
}

.xywh-list li:nth-of-type(1) {
    margin-left: 20px;
}

.xywh-list li:nth-of-type(2),
.xywh-list li:nth-of-type(3) {
    width: 320px;
}

.xywh-list li:nth-of-type(1),
.xywh-list li:nth-of-type(4) {
    width: 410px;
}

.xywh-list li>a:nth-of-type(1) {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.xywh-list li>a:nth-of-type(1) img {
    height: 100%;
    max-width: 2000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.xywh-list li>a:nth-last-child(1) {
    width: calc(100% - 20px);
    color: #fff;
    padding: 0 30px;
    margin: 10px;
    height: 52px;
    overflow: hidden;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(51, 108, 214, 0.8), rgba(51, 108, 214, 0.2)) !important;
}

.xywh-list li>a:nth-last-child(1)>div {
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    line-height: 24px;
}

.mtqg {
    width: 50%;
    float: left;
}

.mtqg>div:nth-of-type(1),
.ztzl>div:nth-of-type(1) {
    width: 100%;
    height: 85px;
    margin: 38px auto 5px;
    display: inline-block;
    position: relative;
}

.mtqg>div:nth-of-type(1) img {
    max-width: 5000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 80px;
}

.mtqg-list {
    min-height: 500px;
    margin-top: 30px;
}

.mtqg li {
    width: calc(100% - 92px);
    height: 95px;
    transition-duration: 500ms;
    border-bottom: 1px solid #ccc;
    margin: 0 60px 0 32px;
    position: relative;
}

/* .mtqg li::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(to right, #444140 0%, #444140 45%, transparent 45%);
    background-size: 24px 100%;
    background-repeat: repeat-x;
    z-index: 0;
} */

.mtqg li>a {
    width: 100%;
    height: 90px;
    position: relative;
    padding: 14px;
    display: block;
    margin-top: 3px;
}

.mtqg li>a>div:nth-last-of-type(1) {
    width: calc(100% - 126px);
    padding: 0 0 0 24px;
    text-align: left;
    border-left: 2px solid #333;
    /* margin: 11px 0; */
}

.mtqg li>a:hover {
    width: calc(100% + 92px);
    margin-left: -32px;
    padding-left: 46px;
    /* background: linear-gradient(to right, #056DB4, #139DCE); */
    background-color: #2F74C9;
}

.mtqg li>a:hover div:nth-last-of-type(1) {
    border-left: 2px solid #fff;
    color: #fff;
}

.mtqg li>a:hover div:nth-last-of-type(1) p {
    color: #fff;
}

.mtqg li>a::before {
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    right: 0;
    bottom: -5px;
    background-image: url(../../images/EN/kydt-chilun.png);
    background-size: 90px;
    background-position: top right;
    background-repeat: no-repeat;
}

.mtqg-list li>a:nth-of-type(1)>div:nth-of-type(1) {
    width: 100px;
    height: 40px;
    margin: 10px 26px 0 0;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
    display: grid;
}

.mtqg-list li>a:nth-of-type(1)>div:nth-of-type(1) img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.mtqg-list p:nth-of-type(1) {
    font-size: 16px;
}

.mtqg-list p:nth-of-type(2) {
    font-size: 19px;
}

.mtqg-more img {
    margin-right: 185px;
}

.ztzl-list {
    margin-top: 35px;
}

.ztzl-list li {
    width: calc(50% - 15px);
    height: 235px;
    float: left;
    margin-right: 30px;
    margin-top: 30px;
    overflow: hidden;
}

.ztzl-list li:nth-of-type(1),
.ztzl-list li:nth-of-type(2) {
    margin-bottom: 50px;
}

.ztzl-list li:nth-of-type(2n) {
    margin-right: 0;
}

.ztzl-list li a {
    width: 100%;
    height: 100%;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
}

.ztzl-list li a img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.xxzl {
    width: 100%;
}

.xxzl-title {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 18px;
}

.xxzl-title img {
    width: auto;
    max-width: 5000px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.swiper1 {
    width: 100%;
    margin: auto;
    --swiper-navigation-size: 30px;
    overflow: hidden;
}

.swiper1 .swiper-slide {
    padding: 0 20px;
}


.swiper1 .swiper-slide>div {
    /* border: 7px solid #f7f7f7; */
    /* height: 0; */
    /* padding-bottom: 56.25%; */
}

.swiper1 .swiper-slide img {
    object-fit: cover;
}

.shadow-box {
    box-shadow: 0 0 20px 2px #2878DB;
}

.swiper-box {
    position: relative;
}

.swiper-box .swiper-wrapper {
    min-width: 1100px;
    max-width: 1566px;
    padding-top: 0;
    padding-bottom: 0;
}

.swiper-box .swiper-button-prev1 {
    position: absolute;
    left: 70px;
    top: 280px;
}

.swiper-box .swiper-button-next1 {
    position: absolute;
    right: 70px;
    top: 280px;
}

.swiper-box .swiper-button-prev1::after,
.swiper-box .swiper-button-next1::after {
    display: none;
    content: '';
    color: #ccc;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    border: 2px solid #ccc;
}

.swiper1-child {
    height: 120px;
    padding: 14px;
    background-image: linear-gradient(to left, #11A7D7, #146EC4);
    color: #fff;
}

.swiper1-child:hover {
    background-image: linear-gradient(to left, #E6E6E6, #E6E6E6);
    color: #333;
}

.swiper1-child div:nth-of-type(1) {
    color: #fff;
}

.swiper1-child div:nth-of-type(1)::after {
    background-color: #fff;
}

.swiper1-child div:nth-of-type(3) {
    border-top: 2px solid #fff;
}

.swiper1-child:hover div:nth-of-type(1) {
    color: #0A59B5;
}

.swiper1-child:hover div:nth-of-type(1)::after {
    background-color: #0A59B5;
}

.swiper1-child:hover div:nth-of-type(3) {
    border-top: 2px solid #0A59B5;
}

.swiper1-child::after {
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    right: 15px;
    bottom: -10px;
    background-image: url(../../images/CN/tzgg-chilun.png);
    background-size: 90px;
    background-position: top right;
    background-repeat: no-repeat;
}

.swiper1-child div {
    float: left;
    height: 100%;
    display: block;
    overflow: hidden;
    text-align: left;
}

.swiper1-child div:nth-of-type(1) {
    width: 36px;
    margin-right: 30px;
    position: relative;
    font-weight: lighter;
    text-align: center;
}

.swiper1-child div:nth-of-type(1)::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: rotateZ(-10deg);
    position: absolute;
    top: 30px;
    left: 0;
}

.swiper1-child div:nth-of-type(2) {
    width: calc(95% - 95px);
    margin: 16px 0;
    line-height: 30px;
    height: 60px;
    font-weight: bold;
font-size: 20px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.swiper1-child div:nth-of-type(3) {
    width: 36px;
    border-top: 2px solid #fff;
}

.swiper1-child div h1 {
    width: 100%;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 8px;
    word-break: break-all;
    font-weight: normal;
}

.swiper1-child div h5 {
    width: 100%;
    font-size: 12px;
    font-weight: normal;
}

.swiper2 {
    /* min-width: 1100px; */
    /* max-width: 1566px; */
    width: calc(100% - 247.5px);
    /* height: 140px; */
    /* padding: 20px 0; */
    margin: 10px auto;
    --swiper-navigation-size: 30px;
    overflow: hidden;
}

.swiper2 .swiper-slide {
    padding: 20px;
}

.swiper-box2 .swiper-button-prev2 {
    position: absolute;
    left: 70px;
    top: 50px;
}

.swiper-box2 .swiper-button-next2 {
    position: absolute;
    right: 70px;
    top: 50px;
}

.swiper-box2 .swiper-button-prev2::after,
.swiper-box2 .swiper-button-next2::after {
    display: none;
    content: '';
    color: #ccc;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    border: 2px solid #ccc;
}


.dbzl {
    width: 100% !important;
    height: 225px;
    text-align: center!important;
}

.dbzl>div:nth-of-type(1) {
    /* min-width: 1100px; */
    /* max-width: 1566px; */
    margin: 60px auto 0;
    display: inline-block;
    /* padding: 20px 0; */
    /* display: flex;
    flex-wrap: nowrap; */
}

.dbzl>div>div {
    margin-right: 20px;
    max-width: calc(25% - 15px);
    float: left;
    font-size: 20px;
    background-size: 100%;
    background-position: center;
}

.dbzl>div>div:nth-last-of-type(1) {
    margin-right: 0;
}

.dbzl-box {
    width: 375px;
    height: 110px;
    padding: 28px 85px;
    background-image: linear-gradient(to top, #6AB0E4, #0A59B5);
    color: #fff;
    background-size: 100%;
    background-position: center;
    position: relative;
    font-size: 24px;
}
.dbzl-box>div{
    height: 54px;
    width: 100%;
    overflow: hidden;
}

.dbzl-box>div>div{
    width: 100%;
    height: 54px;
  display: table;
  text-align: center;
}
.dbzl-box>div>div>div{
    height: 54px;
    line-height: 27px;
    font-size: 20px;
    font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.dbzl-box::after {
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    right: 0;
    bottom: -5px;
    background-image: url(../../images/EN/kydt-chilun.png);
    background-size: 90px;
    background-position: top right;
    background-repeat: no-repeat;
}

.footer {
    height: 180px;
}

.footer>div {
    width: 85%;
}

.footer-details {
    width: calc(100% - 120px);
    margin-top: 30px;
}

.footer>div>div:nth-of-type(1) {
    margin-top: 60px;
    float: left;
}

.footer>div>div:nth-of-type(1)>div {
    width: 540px;
}

.footer>div>div:nth-of-type(2) {
    margin-top: 32px;
    width: 500px;
    float: right;
}

.footer>div>div:nth-of-type(2)>div:nth-of-type(2) {
    float: right;
}

.footer>div>div:nth-of-type(2)>div:nth-of-type(2) img {
    width: 118px;
    height: 118px;
    border-radius: 10px;
    margin-bottom: 6px;
}

.footer>div>div:nth-of-type(2)>div:nth-of-type(2) div {
    font-size: 14px;
    line-height: 14px;
}

/* 媒体查询 */

@media screen and (max-width: 1900px) {
    html {
        zoom: 98%;
    }
}
@media screen and (max-width: 1850px) {
    html {
        zoom: 96%;
    }
}
/* 屏幕分辨率放大为 1768px*/
@media screen and (max-width: 1768px) {
    html {
        zoom: 94%;
    }

    .header {
        /* height: 800px; */
    }
.child-header {
    height: 470px;
}

    .header-title {
        width: 100%;
    }

    .dbzl {
        width: 100% !important;
    }

    .box-tzgg {
        /* width: 89% !important; */
    }
}
@media screen and (max-width: 1700px) {
    html {
        zoom: 92%;
    }
}
@media screen and (max-width: 1650px) {
    html {
        zoom: 88%;
    }
}


@media screen and (max-width: 1600px) {
    html {
        zoom: 83%;
    }

    .header {
        /* height: 800px; */
    }
.child-header {
    height: 470px;
}
    .header-title {
        width: 100%;
    }

    .dbzl {
        width: 100% !important;
    }
    .swiper2 {
        width: 85%;
    }
    .box-tzgg {
        /* width: 89% !important; */
    }
    .dbzl-box {
        width: 100%;
        padding: 28px 50px;
    }
}

@media screen and (max-width: 1550px) {
    html {
        zoom: 80%;
    }
}
@media screen and (max-width: 1500px) {
    html {
        zoom:76%;
    }
    .header {
        height: 700px;
    }
.child-header {
    height: 470px;
}
    .swiper1 .swiper-slide {
        padding: 0 25px;
    }

    .tzgg {
        padding: 33px 80px 0 90px;
    }
}
@media screen and (max-width: 1440px) {
    html {
        zoom: 74%;
    }

    .header-title {
        width: 100%;
    }

    .dbzl {
        width: 100% !important;
    }

    .swiper2 {
        width: 95%;
    }

    .box-tzgg {
        /* width: 89% !important; */
    }
    .dbzl-box {
        width: 100%;
        padding: 28px 30px;
    }
}

@media screen and (max-width: 1400px) {
    html {
        zoom: 71%;
    }
}

@media screen and (max-width: 1350px) {
    html {
        zoom: 69%;
    }
}

@media screen and (max-width: 1300px) {

    .shadow-box {
        box-shadow: 0 0 10px 2px #2878DB;
    }

    .swiper1 .swiper-slide {
        padding: 0 15px;
    }

    .img-list1 li div:nth-of-type(2) {
        margin-left: 20%;
    }
}


@media screen and (max-width: 1280px) {
    html {
        zoom: 66%;
    }

    .header-title {
        width: 100%;
    }

    .dbzl {
        width: 100% !important;
    }

    .swiper2 {
        width: 95%;
    }

    .box-tzgg {
        width: 93% !important;
    }
    .dbzl-box {
        width: 100%;
        padding: 28px 10px;
    }
}


/* @media screen and (max-width: 1400px) {
    .header {
        position: static;
        min-height: 200px;
    }
.child-header {
    height: 470px;
}
    .header .menu {
        display: block;
    }

    .header>div:nth-of-type(1) {
        height: 60px;
    }

    .header>div:nth-of-type(1)>div:nth-of-type(1) {
        padding: 0 10%;
        height: 60px;
        width: 100%;
    }

    .header .logo-box {
        display: none;
    }

    .header .logo {
        display: none;
    }

    .header .search-box,
    .header .change-l {
        margin-top: 10px;
        height: 40px;
        line-height: 40px;
    }

    .header .search {
        height: 22px;
    }


    .tzgg-title {
        right: -120px;
    }

    .tzgg {
        padding: 33px 60px 0 90px;
    }

    .shadow-box {
        box-shadow: 0 0 14px 2px #2878DB;
    }

    .swiper1 .swiper-slide {
        padding: 0 20px;
    }

    .swiper2 .swiper-slide {
        padding: 10px;
    }

    .nav {
        display: none;
        position: fixed;
        left: 0;
        top: 60px;
        z-index: 100;
    }

    .nav>div {
        height: auto;
        width: 100%;
        background-image: linear-gradient(to bottom, #0959B8, #2f80ed);
        opacity: .8;
        overflow: hidden;
        display: block;
        z-index: 100;
        position: relative;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .nav>div>div {
        width: 100%;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #cdcdcd;
        border-radius: 0;
        font-size: 16px;
        line-height: 50px;
        z-index: 100;
    }

    .nav>div>div ul {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        border-radius: 0;
    }

    .nav>div>div :nth-last-of-type(1) {
        border-bottom: none;
    }

    .nav>div>div::before {
        display: none;
    }

    .main>div {
        width: 95% !important;
    }

    .sidebar {
        display: none;
    }

    .content {
        width: 100% !important;
    }
} */


@media screen and (max-width: 1200px) {
    html {
        zoom: 60%;
    }

}

@media screen and (max-width: 1150px) {
    html {
        zoom: 58%;
    }

}

@media screen and (max-width: 1100px) {
    .ysfc-content .banner {
        width: 100%;
    }

    .label{
        width: 100%;
        height: auto;
    }
    .title {
        height: auto;
    }

    /* 顶部 */
    .header {
        position: static;
        min-height: 200px;
    }

    .header .menu {
        display: block;
    }

    .header>div:nth-of-type(1) {
        /* position: absolute; */
        height: 60px;
    }

    .header>div:nth-of-type(1)>div:nth-of-type(1) {
        padding: 0 10%;
        height: 60px;
        width: 100%;
    }

    .header .logo-box {
        display: none;
    }

    .header .logo {
        display: none;
    }

    .header .search-box,
    .header .change-l {
        margin-top: 10px;
        height: 40px;
        line-height: 40px;
    }

    .header .search {
        height: 22px;
    }

    .nav {
        display: none;
        position: fixed;
        left: 0;
        top: 60px;
        z-index: 100;
    }

    .nav>div {
        height: auto;
        width: 100%;
        /* background-color: #0959B8; */
        background-image: linear-gradient(to bottom, #0959B8, #2f80ed);
        opacity: .8;
        overflow: hidden;
        display: block;
        z-index: 100;
        position: relative;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .nav>div>div {
        width: 100%;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #cdcdcd;
        border-radius: 0;
        font-size: 16px;
        line-height: 50px;
        z-index: 100;
    }

    .nav>div>div ul {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        border-radius: 0;
    }

    .nav>div>div :nth-last-of-type(1) {
        border-bottom: none;
    }

    .nav>div>div::before {
        display: none;
    }

    .swiper {
        /* height: 200px; */
    }

    .swiper .swiper-slide {
        /* height: 200px; */
    }

    .swiper-button-prev {
        margin-left: 10px;
        display: none !important;
    }

    .swiper-button-next {
        margin-right: 10px;
        display: none !important;
    }

    /* 学院动态 */
    .xydt-l-title {
        /* height: 92px; */
        margin-top: -10px;
    }

    .xydt-l-title img {
        /* width: 2000px; */
        /* max-width: 2000px; */
        /* margin-left: -50%; */
    }

    .title2 {
        /* max-width: 1000px; */
        /* height: 120px; */
    }

    .xydt {
        width: 100%;
        display: block;
    }

    .xydt-l {
        width: calc(100% - 40px);
        max-width: 1060px;
        padding: 0;
        /* margin: auto; */
        padding-top: 20px;
    }

    .xydt-l>div:nth-of-type(1) {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        border-radius: 10px;
    }

    .xydt-r {
        width: calc(100% - 40px);
        max-width: 1060px;
        padding: 0;
        margin: auto;
        float: none;
        padding-left: 0;
        padding-top: 20px;
    }

    .xydt-r ul {
        width: 100%;
    }

    .xydt-r li>a {
        float: left;
    }

    .swiper3 {
        width: 100%;
        margin: 0;
        padding: 20px 0px 0 0px;
    }

    .swiper3 .swiper-slide {
        padding: 0 20px;
    }

    .swiper-pagination3 {
        top: 30px !important;
    }

    .swiper-button-prev3 {
        top: 40%;
        left: 25px !important;
    }

    .swiper-button-next3 {
        top: 40%;
        right: 25px !important;
    }

    /* 科研动态 + 通知公告 */
    .bg-title1::before {
        width: 400px;
        height: 100px;
        background-size: 100% 100%;
        top: -54px;
    }

    .bg-title2::before {
        width: 400px;
        height: 100px;
        background-size: 100% 100%;
        top: 20px;
    }

    .kydt-tzgg {
        padding-top: 100px;
    }

    .kydt {
        width: calc(100% - 20px);
        margin-right: 20px;
        padding: 80px 30px 0;
    }

    .kydt ul li span {
        font-size: 16px;
    }


    .tzgg {
        margin-top: 20px;
        width: calc(100% - 20px);
        height: 640px;
        margin-right: 20px;
        padding: 54px 20px 0 20px;
    }

    .tzgg-title {
        top: 20px;
    }

    .tzgg>div:nth-of-type(1) {
        padding: 45px 40px 0 20px;
        margin-top: 40px;
    }

    .tzgg li>a:nth-last-of-type(1) {
        font-size: 16px;
        padding-left: 10px;
    }

    .bg-title2::after {
        display: none;
    }

    /* 校园文化 + 媒体轻工 */
    .xywh-mtqg {
        min-width: 100%;
        margin-top: 0;
    }

    .xywh {
        width: 100%;
        padding-right: 0;
    }

    .xywh .xywh-list {
        max-width: 1100px;
        width: calc(100% - 40px);
        float: left;
        margin: 10px 20px 0;
    }

    .xywh .xywh-list li {
        width: calc(50% - 10px);
    }

    .xywh-list li:nth-of-type(2n) {
        margin-left: 20px;
    }

    .xxzl-title {
        height: auto;
    }

    .xxzl-title img {
        width: 90%;
        height: auto;
    }

    .background-gear1::before {
        left: 10px;
        width: 200px;
        height: 200px;
    }

    .swiper1 {
        width: 100%;
        height: auto;
        margin: 0 30px;
        --swiper-navigation-size: 30px;
        overflow: hidden;
    }

    .swiper1 .swiper-slide {
        height: auto;
        padding: 0 8px;
    }

    .swiper1 .swiper-wrapper {
        height: auto;
    }

    .swiper1 .swiper-slide>div {
        border-radius: 6px;
    }

    .swiper-box .swiper-button-prev1 {
        left: 20px;
        top: 70%;
        display: none;
    }

    .swiper-box .swiper-button-next1 {
        right: 20px;
        top: 70%;
        display: none;
    }

    .shadow-box {
        box-shadow: 0 0 5px 2px #2879db9c;
    }


    .swiper2 {
        max-width: 1100px;
        width: calc(100%);
        height: auto;
        margin: auto;
        --swiper-navigation-size: 30px;
        overflow: hidden;
    }

    .swiper2 .swiper-slide {
        height: auto;
        padding: 0 30px;
    }

    .swiper2 .swiper-wrapper {
        height: auto;
    }

    .swiper2 .swiper-slide>div {
        /* border-radius: 6px; */
        height: 100%;
    }

    .swiper-box2 .swiper-button-prev2 {
        left: 20px;
        top: 70%;
        display: none;
    }

    .swiper-box2 .swiper-button-next2 {
        right: 20px;
        top: 70%;
        display: none;
    }

    .shadow-box2 {
        box-shadow: 0 0 5px 2px #2879db9c;
    }


    .dbzl {
        height: 200px;
    }

    .dbzl>div {
        /* min-width: 400px;
        max-width: 800px; */
    }

    .dbzl>div>div {
        /* width: calc(50% - 10px); */
        /* max-width: calc(50% - 10px); */
        /* margin-bottom: 20px; */
        /* font-size: 16px; */
        /* padding: 10px 20px; */
        /* border-radius: 20px; */
    }

    .dbzl>div>div:nth-of-type(2n) {
        /* margin-right: 0; */
    }

    .footer {
        height: 446px;
    }

    .footer>div {
        display: block;
        min-width: 400px;
    }

    .footer>div>div {
        flex-basis: 100%;
        width: 100%;
        padding: 0 20px;
    }

    .footer>div>div:nth-of-type(1) {
        margin-top: 30px;
    }

    .footer>div>div:nth-of-type(1)>div {
        max-width: 540px;
        width: calc(100% - 40px);
        /* margin: auto;
        float: none; */
    }

    .footer>div>div:nth-of-type(2) {
        margin-top: 30px;
        width: 100%;
    }

    .footer>div>div:nth-of-type(2)>div:nth-of-type(1) {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer>div>div:nth-of-type(2)>div:nth-of-type(2) {
        width: 118px;
        margin: 30px auto 0;
        float: left;
        /* float: none; */
    }
}

/* 屏幕分辨率放大为 125 */
@media (-webkit-min-device-pixel-ratio: 1.25) {
    html {
        zoom: 80%;
    }

    .header {
        /* height: 800px; */
    }

    .header-title {
        width: 100%;
    }

    .dbzl {
        width: 100% !important;
    }
    .box-tzgg {
        width: 93% !important;
    }
}

/* 屏幕分辨率放大为 150 */
@media (-webkit-min-device-pixel-ratio: 1.5) {
    html {
        zoom: 66%;
    }

    /* body {
        transform: scale(0.799, 0.799);
        transform-origin: left top;
    } */
    .header {
        height: 750px;
    }
.child-header {
    height: 470px;
}
}

@media screen and (max-width: 768px) {
.new-title{
height:20px;
}
.swiper7{
width: 230%;
}
.swiper-button-prev7,swiper-button-next7{display:none;}
.table-title a{
margin-bottom: 10px;
}
.menu-masking{
    width: 100%;
    height: calc(100% - 60px);
}
.xykx-list li:nth-of-type(1) div:nth-of-type(1){
height: 330px;
width: calc(100% - 40px);
margin: 10px auto 0;
border: 1px solid #ccc;
}
.xykx-list li:nth-of-type(1) div:nth-of-type(2){
    height: calc(100% - 450px);
width: calc(100% - 40px);
margin: 10px auto 0;
}
    .djgz-one {
        width: 100%;
    }

    .swiper4-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .djhd {
        width: 100%;
    }

    .djgz-two {
        display: block;
        margin-bottom: 50px;
        overflow: hidden;
    }

    .djgz-two>div {
        width: 100%;
        padding-left: 0 !important;
    }

    .header {
        height: 400px;
        max-height: 400px;
    }

    /* 
    .swiper {
        height: 200px;
    } */
    .header>div:nth-of-type(1)>div:nth-of-type(1) {
        padding: 0 10px;
    }

    .header-title .logo-box {
        display: none;
    }

    .header-right {
        width: 100%;
    }

    .nav>div {
        margin-top: 0;
    padding-right: 20px;
    }

    .swiper .swiper-slide {
        height: 500px;
    }

    .swiper-button-prev3 {
        display: none;
    }

    .swiper-button-next3 {
        display: none;
    }

    .swiper3 {
        padding: 20px 0px 0 0px;
    }

    .box1 {
        width: 93% !important;
    }

    .box1>.box1-detail {
        width: 100%;
        height: 60%;
        margin-top: 30px;
    }

    .box1>div:nth-of-type(1) {
        width: 110%;
        height: 95%;
    }

    .box1>.box1-detail>div {
        float: none;
        height: 360px;
    width: 100%;
    }

.swiperXydt{
        float: none;
        height: 420px;
    width: 100%;
}

    .box1>.box1-detail .box1-detail-img {
        width: 100%;
    }

    .box1>.box1-detail .box1-detail-img .box1-detail-content {
        padding: 10px;
        height: 60px;
    }

    .box1>.box1-detail .box1-detail-img .box1-detail-content h1 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .box1>.box1-detail .box1-detail-news {
        width: 100%;
        height: 520px;
    }

    .box1>.box1-detail .box1-detail-news ul {
        margin: 20px;
        width: calc(100% - 40px);
        height: 100%;
    }

    .box1>.box1-detail .box1-detail-news ul li {
        padding: 0;
        height: 85px;
    }

    .box1>.box1-detail .box1-detail-news ul li h5 {
        margin-bottom: 8px;
    }

    .box-tzgg {
        width: 240% !important;
    }

    .box2 {
        height: 540px;
    }

    .box2 .box2-bg {
        /* left: 3%; */
        width: 100%;
    }

    .box2 .box2-bg1 {
        display: none;
    }

    .box2 .box2-detail {
        margin: 30px 5%;
        width: calc(100% - 10%);
    }

    .box2 .box2-detail div {
        display: none;
    }

    .box2 .box2-detail ul {
        width: 100%;
        padding: 0;
    }

.box2 .box2-detail ul li{
    margin: 0 0 0 5%;
}

    .box3 {
        width: 180% !important;
    min-height: 280px;
    }

    .swiperA {
        width: 100%;
        padding: 0 0 0 30px;
        height: 280px;
    }

    .swiperA .swiper-slide div {
        height: 160px
    }

.swiperA .swiper-pagination{
bottom: 0!important;
}

    .box4>div {
        width: 100%;
    }

    .news-title-box {
        width: 100% !important;
        padding: 0;
    }

    .mtqg>div:nth-of-type(1),
    .ztzl>div:nth-of-type(1) {
        height: 80px;
    }

    .news-title-box div {
        width: calc(50% - 55px);
    }

    .mtqg-list {
        min-height: 410px;
    margin-top: 0;
    }

    .mtqg li {
        margin: 0 0 10px;
        width: 100%;
        height: 60px;
    }

    .mtqg li>a {
        padding: 0;
        width: 100%;
        height: 100%;
    }

    .mtqg-list li>a:nth-of-type(1)>div:nth-of-type(1) {
        margin: 0;
    }

    .mtqg li>a>div:nth-last-of-type(1) {
        margin: 0;
    }

.ztzl-list{
    margin-top: 0;
}

    .ztzl-list li {
        height: 180px;
        width: calc(50% - 10px);
        margin-top: 0;
        margin-bottom: 20px!important;
        margin-right: 20px;
    }

    .dbzl {
        width: 200% !important;
    }

    .swiper2 {
        max-width: 19200px;
    }

    .swiper2 .swiper-slide {
        width: 280px;
    }

    .dbzl-box {
        width: 100%;
        padding: 28px 10px;
    }

    .swiper-box .swiper-wrapper {
        padding: 0;
    }

    .news-title {
        padding: 0 10px;
        margin: 30px 0 0 20px;
        font-size: 22px;
    }

    .news-title::after {
        width: 42px;
        height: 42px;
        top: 5px;
        right: -10px;
    }

    .bg-title1::before {
        width: 300px;
        height: 80px;
    }

    .bg-title2::before {
        width: 300px;
        height: 80px;
    }

    .title2 {
        margin-left: -180px;
    }

    .mtqg>div:nth-of-type(1) img {
        margin-right: -350px;
    }

    .xywh .xywh-list li {
        height: 150px;
        border-radius: 10px;
    }

    .xywh-list li>a:nth-last-child(1) {
        padding: 0 10px;
    }

    .xxzl-title {
        height: auto;
        overflow: hidden;
        margin-bottom: 0 !important;
    }

    .xxzl-title img {
        width: 130%;
        max-width: 130%;
        height: auto;
        margin-right: -45%;
    }

    .footer>div>div:nth-of-type(2)>div:nth-of-type(2) {
        float: none;
    }

    .sidebar {
        display: block;
        width: 100%;
        padding: 0;
        margin: 10px auto;
        position: static !important;
        background-size: 8%;
        box-shadow: none;
        background-image: none;
    }

    .sidebar dt {
        display: none;
    }

    .sidebar dd {
        float: left;
        margin: 0 10px;
    }

    .sidebar dd a {
        padding: 5px 0;
        min-height: 40px;
    }

    .page-where {
        margin-top: 10px;
        color: #333;
    }

    .news-title1 {
        margin: 10px auto;
    }
.characters{
        padding:  0;
}
    .content {
        width: 100%;
    }
    .content .content-details {
        padding: 10px 0;
    }

    .content-xyld {
        width: 95%;
        margin: auto;
        padding: 0;
    }

    .content-xyld .content-a {
        width: 100%;
    }

    .content-xyld .content-a h1 {
        font-size: 20px;
    }

    .content-xyld .content-a h3 {
        font-size: 16px;
        height: 68px;
    }

    .content-xyld .content-a p {
        font-size: 14px;
    }

    .title-ul {
        margin: 10px 0 0;
    }

    .title-ul li {
        padding: 0 10px;
    }

    .title-ul li>div:nth-of-type(1) {
        width: calc(100% - 80px);
    }

    .title-ul li>div:nth-of-type(2) {
        width: 80px;
    }

    .topnav {
        margin: 0;
    }

    .topnav li {
        font-size: 12px;
    }

    .leftnav {
        display: none;
    }

    .character {
        width: 100%;
    }

    .character .img {
        margin-right: 15px;
    }

    .character .detail {
        width: calc(100% - 238px);
    }

    .character .detail p {
        height: 92px;
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }

    .table-title {
        margin: 0;
        margin-left: 0;
        height: auto;
        overflow: hidden;
    }

    .table-title div {
        margin-bottom: 10px;
    }

    .table-content {
        margin: 0;
    }

    .table-content dt {
        width: 100%;
    }

    .tab1-flex dt>div:nth-of-type(2),
    .tab1-flex dd>div:nth-of-type(2) {
        flex: 3;
    }

    .tab2-flex dt>div:nth-of-type(1),
    .tab2-flex dd>div:nth-of-type(1) {
        flex: 2;
    }

    .tab3-flex dt>div:nth-of-type(3),
    .tab3-flex dd>div:nth-of-type(3) {
        flex: 1;
    }

    .table-content .title-ul li>div:nth-of-type(1) {
        width: 100%;
    }

    .table-content .title-ul li>div:nth-of-type(1) div span {
        display: none;
    }

    .table-content .title-ul li>div:nth-of-type(1) div:nth-of-type(2) {
        width: 100%;
    }

    .main .xqhz-box {
        width: 90% !important;
    }

    .swiper-button-nextB,
    .swiper-button-prevB {
        display: none;
    }

    .xqhz-list {
        min-height: auto;
    }

    .xqhz-list0 {
        width: 100%;
    }

    .xqhz-list1,
    .xqhz-list2 {
        display: none;
    }

    .xqhz-list0>li:nth-of-type(1) {
        height: 250px;
    }

    .xqhz-list0>li,
    .xqhz-list1>li,
    .xqhz-list2>li {
        height: 220px;
    }

    .yq-list {
        margin-top: 0;
    }

    .yq-list li {
        width: 47.5%;
        height: 210px;
    margin-bottom: 30px;
    }

    .yq-list li:nth-of-type(3n) {
        margin-right: 5%;
    }

    .yq-list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .main .xyzc-box {
        width: 90% !important;
    }

    .xykx-list {
        width: 100%;
    }

    .xykx-list li:nth-of-type(1) {
        width: 100%;
height: calc(100% - 480px);
    }

    .xykx-list li:nth-of-type(2n) {
        display: none;
    }

    .xykx-list li:nth-of-type(3n) {
        display: none;
    }

    .swiper6 {
        width: 280%;
    }
.swiper6 .swiper-slide{
padding: 0 20px;
}

    .swiper-box .swiper-button-next6,
    .swiper-box .swiper-button-prev6 {
        display: none;
    }

    .img-list {
        margin-left: 0;
    }

    .img-list1 {
        margin-left: 0;
    }

    .img-list1 li {
        width: calc(50% - 1%);
        margin-right: 2%;
    }

    .img-list1 li:nth-of-type(2n) {
        margin-right: 0;
    }

    .img-list1 li:nth-of-type(2n-1) {
        margin-right: 2%;
    }

    .img-list1 li div:nth-of-type(1) {
        height: 160px;
        width: 90%;
    }

    .img-list1 li div:nth-of-type(2) {
        margin-left: 10%;
        width: 90%;
    }

    .img-list2 {
        width: 100%;
        margin-left: 0;
    }

    .img-list2 li {
        width: calc(50% - 1%);
        margin-right: 2%;
    }

    .img-list2 li:nth-of-type(2n) {
        margin-right: 0;
    }

    .img-list2 li:nth-of-type(2n-1) {
        margin-right: 2%;
    }

    .img-list3 {
        margin: 10px 0;

    }

    .img-list3 li {
        width: 100%;
        margin-right: 0;
    }
}