.clear_fix:after {
    /* 要加的属性 */
    content: "";
    /* 添加内容 */
    clear: both;
    /* 清楚两侧浮动 */
    display: block;
    /* 转换元素类型为块元素 */
    height: 0;
    overflow: hidden;
    /* 溢出隐藏属性 */
    visibility: hidden;
    /* 隐藏属性 */
}

.toTop {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    background-color: #179DF7;
    box-shadow: 0 0 6px rgba(0, 0, 0, .12);
    text-align: center;
    color: #fff;
    /* border-radius: 5px; */
    position: fixed;
    bottom: 40px;
    right: 30px;
    cursor: pointer;
    z-index: 9999;
    display: none;
    transition: all .5s;
}

.toTop:hover {
    background-color: #b4d6ff;
}

iframe{
width: 100%;
margin: auto;
overflow-clip-margin: 0px;
}
}
.only1 {
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.main {
    width: 100%;
    min-height: calc(100vh - 650px);
    background-image: url(../../images/EN/background1.png);
    background-size: 280px 280px;
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align: center;
}

.main.djgz {
    background-image: url(../../images/CN/dj-background.png);
    background-size: 100%;
}
.main .xqhz-box {
    width: 83.5% !important;
}


.main>div {
    width: 86%;
    text-align: left;
    display: inline-block;
    position: relative;
}

.child-header {
    height: 470px
}

.child-header .header-title {
    /* background: none; */
}


.child-banner {
    width: 100%;
    height: 100%;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
    display: grid;
}

.child-banner img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.sidebar {
    width: 210px;
    background-color: #fff;
    margin-top: -90px;
    margin-left: 80px;
    position: static;
    /* position: fixed;
    left: 12%;
    top: 380px; */
    padding-bottom: 40px;
    box-shadow: 0 0 20px 2px #8098db;
    overflow: hidden;
    text-align: center;
    float: left;
    background-image: url(../../images/CN/background2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 70%;
}

.sidebar-active {
    font-weight: bold;
    color: #1362BF;
}

.sidebar dt {
    width: 100%;
    height: 100px;
    line-height: 100px;
    background-image: url(../../images/EN/sidebar.png);
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    font-family: "Noto Sans SC";
}

.sidebar dd {
    display: block;
    overflow: hidden;
}

.sidebar dd a {
    min-height: 60px;
    line-height: 30px;
    padding: 15px;
    font-size: 22px;
    overflow: hidden;
    display: block;
    font-family: "Noto Sans SC";
}

.page-where {
    width: 800px;
    float: right;
    text-align: right;
    color: #fff;
    font-size: 14px;
    margin-top: -40px;
    font-family: "Noto Sans SC";
}

.content {
    float: right;
    width: calc(100% - 350px);
    min-height: 500px;
    margin: 24px 0 60px;
}

.content-background {
    background-image: url(../../images/EN/backcontent.png);
    background-repeat: no-repeat;
    background-size: 400px 400px;
    background-position: center;
}

.content-title-box {
    text-align: center;
}

.content .content-title-box .content-title {
    /* width: 100%; */
    width: auto;
    height: 80px;
    display: inline-block;
}

.content .content-title-box .content-title h1 {
    float: left;
    font-size: 62px;
    line-height: 62px;
    color: #fff;
    font-weight: bold;
    font-family: "Noto Sans SC";
    -webkit-text-stroke: 1px var(--blue);
}

.content .content-title-box .content-title div {
    float: left;
    padding-top: 10px;
    text-align: left;
    color: var(--blue);
}

.content .content-title-box .content-title div h5 {
    font-family: "Noto Sans SC";
    font-size: 12px;
    line-height: 12px;
}

.content .content-title-box .content-title div h3 {
    font-family: "Noto Sans SC";
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
}

.content .content-details {
    padding: 0 70px;
}

.content .content-details img {
    margin: auto;
}
/*
.content .content-details p {
    text-indent: 40px;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    display: block;
    font-family: "Noto Sans SC";
    text-align: left;
}

.content .content-details h1 {
    font-size: 28px;
    line-height: 42px;
    font-weight: bold;
    overflow: hidden;
    display: block;
    font-family: "Noto Sans SC";
    text-align: center;
    color: #444;
}

.content .content-details h2 {
    font-size: 22px;
    line-height: 38px;
    font-weight: bold;
    overflow: hidden;
    display: block;
    font-family: "Noto Sans SC";
    text-align: left;
    color: #444;
}
*/
.content-xyld {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 0 75px;
}

.content-xyld .content-a {
    width: 49%;
    display: flex;
    padding-right: 20px;
    margin-bottom: 50px;
    margin-right: 2%;
}

.content-xyld .content-a:nth-of-type(2n) {
    margin-right: 0;
}

.content-xyld .content-a>div:nth-of-type(1) {
    width: 320px;
    float: left;
    position: relative;
    border-right: 1px solid #ccc;
}

.content-xyld .content-a>div:nth-of-type(1)::before {
    content: '';
    position: absolute;
    top: 125px;
    left: -94px;
    width: 268px;
    height: 134px;
    transform: rotate(-135deg);
    /* 旋转45度 */
    /* 足够高以包含整个三角形 */
    background: linear-gradient(to bottom right, #407BBC, #D2E0EF);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: 0;
}

.content-xyld .content-a>div:nth-of-type(1) .img-box {
    width: 295px;
    height: 230px;
    z-index: 1;
    position: relative;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
}

.content-xyld .content-a>div:nth-of-type(1) .img-box img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.content-xyld .content-a>div:nth-of-type(2) {
    flex: 1;
    text-align: left;
    margin-left: 18px;
}

.content-xyld .content-a h1 {
    font-size: 26px;
    line-height: 32px;
    margin-top: 20px;
    text-align: left;
    font-family: "Noto Sans SC";
    font-weight: bold;
    color: var(--blue);
}

.content-xyld .content-a h3 {
    font-size: 22px;
    line-height: 34px;
    height: 80px;
    margin-top: 12px;
    text-align: left;
    font-family: "Noto Sans SC";
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:2;
    line-clamp:2;
}

.content-xyld .content-a p {
    font-size: 18px;
    line-height: 24px;
    height: 72px;
    margin-top: 8px;
    text-align: left;
    font-family: "Noto Sans SC";
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.little-title {
    width: 100%;
    height: 60px;
    border-bottom: 2px solid #ccc;
    margin-left: 30px;
    text-align: left;
    font-family: "Noto Sans SC";
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    padding-top: 30px;
    color: var(--blue);
    position: relative;
}

.little-title::after {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 60px;
    height: 60px;
    background-image: url(../../images/EN/background.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.image-container {
    width: 177px;
    height: 217px;
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
    /* 如果你不希望图片溢出容器，可以保留这一行；否则，可以移除 */
    border: 1px solid #ccc;
    /* 可选：添加边框以显示容器 */
}

.image-container img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.characters {
    width: 100%;
    padding: 0 75px;
    overflow: hidden;
}

.character {
    width: calc(50% - 60px);
    /* height: 258px; */
    float: left;
    /* margin-top: 58px; */
    margin-right: 120px;
    margin-bottom: 70px;
    text-align: left;
}

.character:nth-of-type(2n) {
    margin-right: 0;
}

.character .img {
    border-radius: 8px;
    margin-right: 32px;
    float: left;
}

.character .detail {
    float: left;
    width: calc(100% - 210px);
}

.character .detail h3 {
    font-size: 30px;
    line-height: 42px;
    height: 42px;
    margin-bottom: 28px;
    font-family: "Noto Sans SC";
    color: #1661BB;
    font-weight: 900;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.character .detail h5 {
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    font-family: "Noto Sans SC";
    font-weight: normal;
    margin: 0 0 15px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.character .detail p {
    font-size: 16px;
    line-height: 30px;
    height: 68px;
    padding-bottom: 14px;
    font-family: "Noto Sans SC";
    border-bottom: 2px solid #1661BB;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.character .detail button {
    margin-top: 32px;
    /* background-color: var(--blue); */
    color: #fff;
    float: right;
    /* border-radius: 8px; */
    padding: 4px 30px;
    background-image: linear-gradient(to left, #2FBBEF, #0283FF);
}

.topnav {
    width: 87%;
    height: 50px;
    line-height: 50px;
    display: flex;
    /* margin-left: 30px;
    margin-top: 40px; */
    margin: 40px auto 0;
    justify-content: space-between;
    /* 子元素之间的间距自适应，但这不是传统意义上的均分，而是两端对齐，中间元素间距相等 */
    align-items: center;
    /* border-bottom: 4px dashed #ccc; */
    box-sizing: border-box;
    position: relative;
}

.topnav::after {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #A1A1A1 0%, #A1A1A1 30%, transparent 30%);
    background-size: 30px 100%;
    background-repeat: repeat-x;
    z-index: 0;
}

.topnav li {
    height: 100%;
    line-height: 20px;
    padding: 0 10px;
    font-size: 22px;
    font-family: "Noto Sans SC";
    font-weight: normal;
    margin-right: 10px;
    box-sizing: content-box;
    overflow: hidden;
    cursor: pointer;
    color: #4B494A;
}

.topnav .active {
    border-bottom: 5px solid #1661BB;
    position: relative;
    color: #1661BB;
    z-index: 1;
}

.topnav .active::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
    background: var(--blue);
}
.leftnav {
    width: 220px;
    background-color: #fff;
    position: fixed;
    left: 180px;
    top: 250px;
    box-shadow: 0 0 20px 2px #8098db;
    overflow: hidden;
    text-align: center;
    float: left;
}

.leftnav li {
    min-height: 60px;
    line-height: 30px;
    padding: 15px;
    font-size: 14px;
    overflow: hidden;
    display: block;
    font-family: "Noto Sans SC";
    cursor: pointer;
}

.leftnav .active {
    font-weight: bold;
    color: #1A62B5;
}

.sz-title {
    width: 100%;
    display: flex;
    margin: 60px auto 30px;
}

.sz-title span {
    /* display: inline-block; */
    font-size: 26px;
    font-family: "Noto Sans SC";
    color: var(--blue);
    font-weight: bold;
    position: relative;
    margin: 0 0 0 80px;
    width: auto;
}

.sz-title span::before {
    content: '';
    position: absolute;
    top: -18px;
    left: -23px;
    width: 50px;
    height: 50px;
    background-image: url(../../images/EN/chilun1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
}

.sz-title div {
    height: 20px;
    border-bottom: 1px solid #0283FF;
    float: left;
    flex: 1;
    margin: 0 20px 0 70px;
}
.title-ul {
    width: 100%;
    min-height: 500px;
    /* margin-left: 30px; */
    margin-top: 30px;
}

.title-ul li {
    width: 100%;
    min-height: 90px;
    padding: 10px 30px;
    overflow: hidden;
    color: #333;
    position: relative;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.title-ul li:hover {
    background-image: linear-gradient(to left, #6AB0E4, #0A59B5);
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding: 20px 30px;
}

.title-ul li:hover div:nth-of-type(1) {
    /* padding: 3px 0; */
}

.title-ul li:hover div:nth-of-type(1) div:nth-of-type(1) {
    position: relative;
    display: -webkit-box;
}

.title-ul li:hover div:nth-of-type(1) div:nth-of-type(1) p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.title-ul li:hover div:nth-of-type(1) div span {
    line-height: 50px;
}

.title-ul li:hover div:nth-of-type(2) {
    display: none;
}

.title-ul li:hover::after {
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    right: 0;
    bottom: -5px;
    background-image: url(../../images/CN/kydt-chilun.png);
    background-size: 90px;
    background-position: top right;
    background-repeat: no-repeat;
}

.title-ul li>div:nth-of-type(1) {
    text-align: left;
    width: 100%;
    float: left;
}

.title-ul li>div:nth-of-type(1) div {
    width: 100%;
    min-height: 30px;
    line-height: 30px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
}

.title-ul li>div:nth-of-type(1) div:nth-of-type(1) span {
    float: right;
    font-weight: normal;
    line-height: 40px;
    margin-left: 20px;
}

.title-ul li>div:nth-of-type(1) div:nth-of-type(1) {
    font-size: 16px;
    font-weight: bold;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    align-items: center;
    display: -webkit-flex;
}

.title-ul li>div:nth-of-type(1) div:nth-of-type(1) p {
    width: calc(100% - 110px);
    font-size: 18px;
    font-weight: bold;
    /* border-bottom: 1px solid #ccc; */
    text-indent: 0;
    line-height: 20px;
    max-height: 60px;
    float: left;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
}

.title-ul li>div:nth-of-type(1) div:nth-of-type(2) {
    font-size: 14px;
    width: calc(100% - 100px);
    color: #888;
    padding: 5px 0;
    height: 30px;
    line-height: 22px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.title-ul li>div:nth-of-type(2) {
    text-align: right;
    width: 100px;
    float: right;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    color: var(--blue);
}
.pages-list {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
}

.pages-list>div {
    display: inline-block;
}

.pages-list>div>div {
    float: left;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    padding: 0 6px;
    color: #888;
    font-weight: bold;
}

.pages-list>div>div:hover {
    font-size: 20px;
    color: var(--blue);
}

.pages-list>div>button {
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 0 6px;
}

.pages-list>div>button:hover {
    box-shadow: 1px 1px 1px 1px #8098db7a;
}

.pages-list>div>button img {
    width: 50%;
    height: 15%;
    margin: auto;
}

.table-title {
    width: 100%;
    margin-left: 30px;
    margin-top: 25px;
    height: 50px;
}

.table-title div,
.table-title a {
    min-width: 136px;
    width: auto;
    padding: 0 20px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    /* border-radius: 8px; */
    /* border: 1px solid #ccc; */
    color: #0A59B5;
    background-color: #E8F3FC;
    font-size: 20px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.table-title .active {
    background-color: var(--blue);
    background-image: url(../../images/EN/sidebar.png);
    background-size: 100%;
    border: none;
    color: #fff;
    font-weight: bold;
}

.table-content {
    width: 100%;
    margin-left: 30px;
    margin-top: 33px;
}

.table-content dt {
    height: 56px;
    line-height: 56px;
    border: 2px solid #ccc;
    display: flex;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
}

.table-content dt>div:nth-of-type(1) {
    background-image: url(../../images/CN/dt1.png);
    background-repeat: no-repeat;
    background-size: 30px;
}

.table-content dt>div:nth-last-of-type(1) {
    background-image: url(../../images/CN/dt2.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right bottom;
}


.table-content dd {
    height: 80px;
    line-height: 80px;
    display: flex;
    position: relative;
    font-weight: bold;
    font-size: 14px;
}

.table-content dd:hover {
    background-image: linear-gradient(to left, #6AB0E4, #0A59B5);
    color: #fff;
}

.table-content dd:hover::after {
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    right: 0;
    bottom: -5px;
    background-image: url(../../images/CN/kydt-chilun.png);
    background-size: 90px;
    background-position: top right;
    background-repeat: no-repeat;
}

.table-content dt>div,
.table-content dd>div {
    min-height: 56px;
    text-align: center;
    float: left;
    flex: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    padding: 0 10px;
}

.tab1-flex dt>div:nth-of-type(2),
.tab1-flex dd>div:nth-of-type(2) {
    flex: 4;
}

.tab1-flex dd>div:nth-of-type(2) div,
.tab1-flex dd>div:nth-of-type(3) div{
height:40px;
    min-height: 40px;
line-height: 20px;
margin: 20px 0;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.tab2-flex dt>div:nth-of-type(1),
.tab2-flex dd>div:nth-of-type(1) {
    flex: 6;
}

.tab3-flex dt>div:nth-of-type(1),
.tab3-flex dd>div:nth-of-type(1),
.tab3-flex dt>div:nth-of-type(2),
.tab3-flex dd>div:nth-of-type(2),
.tab3-flex dt>div:nth-of-type(4),
.tab3-flex dd>div:nth-of-type(4) {
    flex: 2;
}
.tab3-flex dt>div:nth-of-type(5),
.tab3-flex dd>div:nth-of-type(5) {
    flex: 3;
}
.tab3-flex dt>div:nth-of-type(3),
.tab3-flex dd>div:nth-of-type(3) {
    flex: 4;
}
.tab3-flex dd>div:nth-of-type(1) div,
.tab3-flex dd>div:nth-of-type(3) div,
.tab3-flex dd>div:nth-of-type(4) div,
.tab3-flex dd>div:nth-of-type(5) div{
height:40px;
    min-height: 40px;
line-height: 20px;
margin: 20px 0;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    flex: 2;
}

.tab-zl dd>div:nth-of-type(2) div{
height:40px;
    min-height: 40px;
line-height: 20px;
margin: 20px 0;
}

.table-content dd>div {
    border-bottom: 1px dashed #ccc;
}

.tab-active {
    display: block;
}

.table-content .content-details {
    padding: 0;
}

.img-list {
    width: 100%;
    margin-left: 30px;
    margin-top: 10px;
}

.img-list li {
    width: 100%;
    height: 210px;
    padding: 30px 18px;
    /* border-radius: 8px; */
}

.img-list li div {
    height: 100%;
    float: left;
}

.img-list li div:nth-of-type(1) {
    width: 60px;
    height: 100%;
    border-top: 1px solid #333;
}

.img-list li div:nth-of-type(1) h3 {
    font-size: 20px;
    font-weight: bold;
}

.img-list li div:nth-of-type(1) h5 {
    font-size: 12px;
    color: #888;
}

.img-list li div:nth-of-type(2) {
    width: 270px;
    height: 100%;
    margin: 0 45px 0 25px;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
}

.img-list li div:nth-of-type(2) img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.img-list li div:nth-of-type(3) {
    width: calc(100% - 400px);
    text-align: left;
}

.img-list li div:nth-of-type(3) h4 {
    width: 100%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #444;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.img-list li div:nth-of-type(3) p {
    width: 100%;
    font-size: 14px;
    height: 56px;
    line-height: 28px;
    color: #666;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.img-list li div:nth-of-type(3) button {
    width: 80px;
    height: 25px;
    /* border-radius: 8px; */
    font-size: 14px;
    color: #666;
    float: right;
    margin-top: 18px;
}

.img-list li:hover {
    background-color: #E4F4FC;
    background-image: url(../../images/EN/background3.png);
    background-repeat: no-repeat;
    background-size: 180px;
    background-position: right top;
    color: var(--blue);
    border: var(--blue);
}

.img-list li:hover div:nth-of-type(1) {
    border-top: 2px solid var(--blue);
}

.img-list li:hover div:nth-of-type(1) h5 {
    color: var(--blue);
}

.img-list li:hover div:nth-of-type(3) h4 {
    color: var(--blue);
    font-weight: bold;
}

.img-list li:hover div:nth-of-type(3) p {
    color: var(--blue);
}

.img-list li:hover div:nth-of-type(3) button {
    color: var(--blue);
    /* border: 1px solid var(--blue); */
}

.img-list1 {
    width: 100%;
    margin-left: 30px;
    margin-top: 10px;
    overflow: hidden;
}

.img-list1 li {
    width: 33.33%;
    float: left;
    /* margin-right: 50px; */
    margin-bottom: 50px;
}

.img-list1 li:nth-of-type(2n) {
    margin-right: 0;
}

.img-list1 li div {
    float: left;
    text-align: left;
}

.img-list1 li div:nth-of-type(1) {
    width: 75%;
    height: 220px;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
}

.img-list1 li div:nth-of-type(1) img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.img-list1 li div:nth-of-type(2) {
    width: 240px;
    height: 60px;
    background-color: #F2F3F9;
    margin-top: -30px;
    margin-left: 30%;
    padding: 0 20px;
    text-align: left;
    z-index: 9999;
    position: relative;
}

.img-list1 li div:nth-of-type(2) h5 {
    font-size: 12px;
    color: var(--blue);
    font-weight: bold;
}

.img-list1 li div:nth-of-type(2) h1 {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    font-weight: bold;
    margin: 10px 0;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-align: left;
}

.img-list1 li div:nth-of-type(2) p {
    font-size: 14px;
    line-height: 18px;
    height: 72px;
    color: #666;
    text-indent: 24px;
    margin: 10px 0 20px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.img-list1 li div:nth-of-type(2)>div {
    width: 100%;
    height: 20px;
}

.img-list1 li div:nth-of-type(2)>div>img {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 10px;
}

.img-list1 li div:nth-of-type(2)>div>div {
    width: calc(100% - 25px);
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    float: left;
    color: var(--blue);
}

.img-list1 li div:nth-of-type(2) button {
    width: 100%;
    text-align: right;
    color: var(--blue);
}

.img-list2 {
    width: 90%;
    margin-left: 30px;
    margin-top: 10px;
}

.img-list2 li {
    width: calc(33.33% - 26px);
    height: 280px;
    background-color: #F2F3F9;
    margin-right: 39px;
    margin-bottom: 30px;
    overflow: hidden;
    float: left;
}

.img-list2 li:nth-of-type(3n) {
    margin-right: 0;
}

.img-list2 li div:nth-of-type(1) {
    width: calc(100% - 20px);
    height: 230px;
    margin: 10px;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
}

.img-list2 li div img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.img-list2 li div:nth-of-type(2) {
    padding: 0 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    height: 20px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.photo-list .img-list4 {
}

.photo-list .img-list4 li {
    padding: 0 30px;
    height: 280px;
    overflow: hidden;
}
.photo-list .img-list4 li a{
    height: 280px;
    background-color: #F2F3F9;
    overflow: hidden;
display: inline-block;
}

.photo-list .img-list4 li a div:nth-of-type(1) {
    width: calc(100% - 20px);
    height: 230px;
    margin: 10px;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
}

.photo-list .img-list4 li a div img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.photo-list .img-list4 li a div:nth-of-type(2) {
    padding: 0 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    height: 20px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}





.img-list3 {
    width: 100%;
    margin-left: 30px;
    margin-top: 10px;
}

.img-list3 li {
    float: left;
    width: calc(50% - 50px);
    height: 110px;
    margin-right: 100px;
    margin-bottom: 15px;
    /* border-radius: 8px; */
    border: 1px solid #ccc;
    position: relative;
}

.img-list3 li:hover::after {
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    right: 0;
    bottom: -5px;
    background-image: url(../../images/CN/kydt-chilun.png);
    background-size: 90px;
    background-position: top right;
    background-repeat: no-repeat;
}

.img-list3 li:nth-of-type(2n) {
    margin-right: 0;
}

.img-list3 li div {
    width: 110px;
    height: 110px;
    padding: 15px 20px;
    float: left;
    color: var(--blue);
    position: relative;
}

.img-list3 li div::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    border-bottom: 1px solid var(--blue);
    transform: rotate(-45deg);
}

.img-list3 li div p {
    height: 40px;
    font-size: 30px !important;
    line-height: 50px !important;
    font-weight: lighter;
    text-align: left !important;
    text-indent: 0 !important;
}

.img-list3 li div p:nth-last-of-type(1) {
    line-height: 30px !important;
    font-size: 18px !important;
    text-align: right !important;
}

.img-list3 li h5 {
    width: calc(100% - 140px);
    height: 80px;
    line-height: 110px;
    float: left;
    text-align: left;
    padding: 0 15px;
    font-size: 20px;
    font-weight: bold;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

/* .img-list3 li p {
    width: 100%;
    padding: 0 40px;
    text-align: right!important;
    height: 20px;
    line-height: 14px!important;
    overflow: auto!important;
    font-size: 14px!important;
} */

.img-list3 li:hover {
    color: #fff;
    background-image: linear-gradient(to left, #6AB0E4, #0A59B5);
}

.img-list3 li:hover div p {
    color: #fff;
}

.img-list3 li:hover div::after {
    border-bottom: 1px solid #fff;
}

.yq-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* margin-left: 30px; */
    margin-top: 60px;
}

.yq-list li {
    width: 30%;
    height: 220px;
    margin-right: 5%;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.yq-list li:nth-of-type(3n) {
    margin-right: 0;
}

.yq-list li div {
    width: 100%;
    height: 100%;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.yq-list li div>img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
    position: relative;
}

.yq-list li p {
    text-indent: 20px;
    position: absolute;
    left: -10px;
    bottom: 20px;
    width: 80%;
    height: 30px;
    line-height: 30px !important;
    font-size: 16px !important;
    color: #fff;
    /* background-color: #407BBC; */
    background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #1362BF);
    z-index: 2;

}

.yq-list li::after {
    content: '';
    position: absolute;
    bottom: -14px;
    right: -42px;
    width: 116px;
    height: 60px;
    transform: rotate(135deg);
    /* 旋转45度 */
    /* 足够高以包含整个三角形 */
    background: linear-gradient(to bottom right, #407BBC, #D2E0EF);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: 0;
}

.yq-list li::before {
    content: '';
    position: absolute;
    top: -14px;
    left: -42px;
    width: 116px;
    height: 60px;
    transform: rotate(-45deg);
    /* 旋转45度 */
    /* 足够高以包含整个三角形 */
    background: linear-gradient(to bottom right, #42ADE3, #D2E0EF);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: 0;
}

.new-title {
    width: 100%;
    text-align: center;
    position: relative;
    color: var(--blue);
    margin: 20px auto;
}

.new-title div {
    display: inline-block;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-weight: bold;
    border-left: 2px solid var(--blue);
    border-right: 2px solid var(--blue);
}

.new-title p {
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    font-size: 22px;
    opacity: .3;
    letter-spacing: 12px
}

.xqhz {
    width: 100%;
}

.xqhz-list {
    min-height: 840px;
    width: 100%;
    overflow: hidden;
    background-image: url(../../images/EN/background4.png);
    position: relative;
    text-align: left;
    padding: 3px 2px;
}

.xqhz-list0,
.xqhz-list1,
.xqhz-list2 {
    float: left;
    min-height: 50px;
    display: block;
    margin-right: 35px;
}

.xqhz-list0 {
    width: calc(50% - 17.5px);
}

.xqhz-list1,
.xqhz-list2 {
    width: calc(25% - 26.5px);
}

.xqhz-list2 {
    margin-right: 0;
}

.xqhz-list0>li,
.xqhz-list1>li,
.xqhz-list2>li {
    width: 100%;
    height: 270px;
    margin-bottom: 35px;
    position: relative;
    float: left;
    background-color: #fff;
    z-index: 10;
}

.xqhz-list0>li:nth-of-type(1),
.xqhz-list1>li:nth-of-type(1),
.xqhz-list2>li:nth-of-type(1) {
    margin-bottom: 35px;
}

.xqhz-list0>li h5,
.xqhz-list1>li h5,
.xqhz-list2>li h5 {
    font-size: 20px;
    line-height: 25px;
    height: 50px;
    margin-top: 40px;
    padding: 0 30px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.xqhz-list1>li div:nth-of-type(1),
.xqhz-list2>li div:nth-of-type(1) {
    width: 100%;
    height: 290px;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
}

.xqhz-list1>li div:nth-of-type(1) img,
.xqhz-list2>li div:nth-of-type(1) img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.xqhz-list0>li div:nth-of-type(2),
.xqhz-list1>li div:nth-of-type(2),
.xqhz-list2>li div:nth-of-type(2) {
    font-size: 14px;
    line-height: 20px;
    height: 80px;
    margin-top: 30px;
    padding: 0 30px;
    color: #777;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.xqhz-list1>li h5{
    margin-top: 15px;
}

.xqhz-list0>li div:nth-of-type(3),
.xqhz-list1>li div:nth-of-type(3),
.xqhz-list2>li div:nth-of-type(3) {
    width: 100%;
    height: 20px;
    padding: 0 30px;
    margin-top: 20px;
}

.xqhz-list0>li div:nth-of-type(3) img,
.xqhz-list1>li div:nth-of-type(3) img,
.xqhz-list2>li div:nth-of-type(3) img {
    float: left;
    height: 20px;
}

.xqhz-list0>li div:nth-of-type(3) p,
.xqhz-list1>li div:nth-of-type(3) p,
.xqhz-list2>li div:nth-of-type(3) p {
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-left: 10px;
    color: #777;
}

.xqhz-list0>li:nth-of-type(1) {
    height: 535px;
}

.xqhz-list0>li:nth-of-type(1) div:nth-of-type(1) {
    width: 100%;
    height: 100%;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
}

.xqhz-list0>li:nth-of-type(1) div:nth-of-type(1) img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.xqhz-list0>li:nth-of-type(1) h5 {
    width: 100%;
    height: 60px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    text-align: left;
    position: absolute;
    bottom: 20px;
    left: 0;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.xqhz-list0>li:nth-of-type(1) div:nth-of-type(2) {
    display: none;
}

.xqhz-list0>li:nth-of-type(1) div:nth-of-type(3) {
    display: none;
}

.xqhz-list0>li:nth-of-type(2),
.xqhz-list0>li:nth-of-type(3) {
    width: calc(50% - 17.5px);
    margin-bottom: 0;
}

.xqhz-list0>li:nth-of-type(2) div:nth-of-type(1),
.xqhz-list0>li:nth-of-type(3) div:nth-of-type(1) {
    display: none;
}

.xqhz-list0>li:nth-of-type(2) {
    margin-right: 35px;
}

.xqhz-list1>li:nth-of-type(1) div:nth-of-type(1) {
    display: none;
}

.xqhz-list1>li:nth-of-type(2) {
    height: 535px;
    margin-bottom: 0;
}

.xqhz-list1>li:nth-of-type(2) div:nth-of-type(3) {
    margin-top: 10px;
}

.xqhz-list1>li:nth-of-type(3) div:nth-of-type(1) {
    margin-top: 10px;
}

.xqhz-list2>li:nth-of-type(1) {
    height: 535px;
}

.xqhz-list2>li:nth-of-type(2) {
    margin-bottom: 0;
}

.xqhz-list2>li:nth-of-type(2) div:nth-of-type(1) {
    display: none;
}

.xqhz-list0>li:nth-of-type(2)::before,
.xqhz-list0>li:nth-of-type(3)::before,
.xqhz-list1>li:nth-of-type(1)::before,
.xqhz-list2>li:nth-of-type(2)::before {
    content: '';
    width: 90px;
    height: 90px;
    border-top: 2px solid #1D63B0;
    border-left: 2px solid #1D63B0;
    box-sizing: border-box;
    position: absolute;
    left: -2px;
    top: -2px;
    z-index: -1;
}

.gjjl {
    width: 100%;
    margin-top: 50px;
    position: relative;
}

.gjjl-list {
    width: 100%;
    overflow: hidden;
}

.gjjl-list li {
    width: 25%;
    height: 400px;
    float: left;
    position: relative;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
}

.gjjl-list li img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.gjjl-list li div {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.gjjl-list li:nth-last-of-type(1) {
    width: 50%;
}

.xykx-list {
    width: 1315px;
    margin: auto;
    overflow: hidden;
}

.xykx-list li {
    margin-right: 30px;
    width: calc(25% - 26.5px);
    float: left;
    height: 435px;
}

.xykx-list li:nth-of-type(1) {
    width: calc(50% - 7px);
}

.xykx-list li:nth-of-type(3) {
    margin-right: 0;
}

.xykx-list li div:nth-of-type(1) {
    width: 100%;
    height: 160px;
    display: grid;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
}

.xykx-list li div:nth-of-type(1) img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.xykx-list li div:nth-of-type(2) {
    width: 100%;
    height: calc(100% - 170px);
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 20px;
    text-align: left;
}

.xykx-list li div:nth-of-type(2) h3 {
    font-size: 20px;
    line-height: 35px;
    height: 70px;
    font-weight: bold;
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.xykx-list li div:nth-of-type(2) p {
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.xykx-list li div:nth-of-type(2) button {
    float: right;
}

.xykx-list li:nth-of-type(1) div:nth-of-type(1) {
    height: 320px;
}

.xykx-list li:nth-of-type(1) div:nth-of-type(2) {
    height: calc(100% - 330px);
}

.xykx-list li:nth-of-type(1) div:nth-of-type(2) h3 {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    margin-bottom: 0;
}

.xykx-list li:nth-of-type(1) div:nth-of-type(2) p {
    display: none;
}

.xyfc-box {
    width: 100% !important;
    margin: auto;
    overflow: hidden !important;
    padding: 0 70px;
}

.xyfc-box .swiper-wrapper {
    overflow: hidden;
    padding: 0;
}

.xyfc-box .swiper-slide:nth-of-type(4n) {
    margin-right: 0;
}

.xyfc-box .swiper-slide {
    float: left;
    padding: 0 !important;
    width: 208px;
    margin-bottom: 30px;
    margin-right: calc(25% - 208px);
}

.swiper6 {
    max-width: 1600px;
    width: calc(100% - 247.5px);
    margin: auto;
    --swiper-navigation-size: 30px;
    overflow: hidden;
    position: relative;
}

.swiper6 .swiper-slide {
    padding: 0 30px;
}

.swiper6 .swiper-slide>div {
    border: 1px solid #ccc;
    background-color: #fff;
}

.swiper6 .swiper-slide>div>div:nth-of-type(1) {
    height: 280px;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
    display: grid;
}

.swiper6 .swiper-slide>div>div img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.swiper6 .swiper-slide>div>div:nth-of-type(2) {
    background-color: #fff;
    width: 100%;
    height: 90px;
    position: relative;
}

.swiper6 .swiper-slide>div>div:nth-of-type(2)::before {
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../../images/CN/colon1.png);
    position: absolute;
    bottom: 72px;
    left: 15px;
}

.swiper6 .swiper-slide>div>div:nth-of-type(2)::after {
    content: '';
    width: 18px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../../images/CN/colon2.png);
    position: absolute;
    bottom: 25px;
    right: 15px;
}

.swiper-box .swiper-button-prev6::after,
.swiper-box .swiper-button-next6::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-box .swiper-button-prev6 {
    position: absolute;
    left: 20px;
    top: 50%;
}

.swiper-box .swiper-button-next6 {
    position: absolute;
    right: 20px;
    top: 50%;
}

.swiper7 {
    max-width: 1600px;
    width: calc(100% - 247.5px);
    margin: auto;
    --swiper-navigation-size: 30px;
    overflow: hidden;
    position: relative;
}

.swiper7 .swiper-slide {
    padding: 0 30px;
}

.swiper7 .swiper-slide>div {
    border: 1px solid #ccc;
    background-color: #fff;
}

.swiper7 .swiper-slide>div>div:nth-of-type(1) {
    height: 280px;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
    display: grid;
}

.swiper7 .swiper-slide>div>div img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.swiper7 .swiper-slide>div>div:nth-of-type(2) {
    background-color: #fff;
    width: 100%;
    height: 90px;
    position: relative;
}

.swiper7 .swiper-slide>div>div:nth-of-type(2)::before {
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../../images/CN/colon1.png);
    position: absolute;
    bottom: 72px;
    left: 15px;
}

.swiper7 .swiper-slide>div>div:nth-of-type(2)::after {
    content: '';
    width: 18px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../../images/CN/colon2.png);
    position: absolute;
    bottom: 25px;
    right: 15px;
}

.swiper-box .swiper-button-prev7::after,
.swiper-box .swiper-button-next7::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-box .swiper-button-prev7 {
    position: absolute;
    left: 20px;
    top: 50%;
}

.swiper-box .swiper-button-next7 {
    position: absolute;
    right: 20px;
    top: 50%;
}

.xyfc .xyfc-title {
    width: 50%;
    height: 40px;
    text-indent: 20px;
    line-height: 40px;
    position: absolute;
    top: -55px;
    left: 0;
    background-color: #063456;
    color: #fff;
}

.xyfc .xyfc-detail {
    width: calc(100% - 80px);
    margin: 30px 40px 0;
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

/* .xyfc .xyfc-title::before {
    content: '“';
    font-size: 50px;
    color: var(--blue);
    bottom: -100px;
    position: absolute;
    font-family: serif;
}*/

.xyfc .xyfc-title::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid #063456;
    border-top: 20px solid #063456;
    border-bottom: 20px solid transparent;
    border-right: 20px solid transparent;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -38px;
}

.see-more {
    width: 100%;
    overflow: hidden;
    margin: 20px auto 40px;
}

.see-more button ,
.see-more a {
    float: right;
    color: var(--blue);
    border-bottom: 2px solid var(--blue);
}


.swiper-button-prevB {
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    color: var(--blue);
    box-sizing: border-box;
    border: 3px solid #D1DDF5;
    position: absolute;
    left: -50px;
    top: 50%;
}

.swiper-button-nextB {
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    color: var(--blue);
    box-sizing: border-box;
    border: 3px solid #D1DDF5;
    position: absolute;
    right: -50px;
    top: 50%;
}

.bg5 {
    width: 100%;
    min-height: 600px;
    background-image: url(../../images/EN/background5.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}

.contact-us {
    width: 90%;
    margin: 120px auto 210px;
    overflow: hidden;
}

.contact-us div:nth-of-type(1) {
    width: 415px;
    height: 455px;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    overflow: hidden;
    float: left;
}

.contact-us div:nth-of-type(1) img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.contact-us div:nth-of-type(2) {
    float: left;
    width: calc(100% - 415px);
    text-align: left;
    padding: 40px;
}

.contact-us div:nth-of-type(2) h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 50px;
    color: #1A62B5;
}

.contact-us div:nth-of-type(2) p {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #1A62B5;
}