body {
    overflow-x: hidden;
}

.research-content1-item{
    height: 100px;
    line-height: 28px;
    background: #cccccc;
    padding: 0 20px;
    display: flex;
    align-items: center;
    color: #3868CD;
    width: 250px;
    cursor: pointer;
    margin-bottom: 10px;
}

.clear:after {
   content: " ";
   display: block;
   clear: both;
}

.ellipsis-multiline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 定义显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.achievement-bg{
    background: url('../../2024/image/a.png') no-repeat;
    background-size: 100% auto;
    background-position: top;
    margin-top: -20%;
}
@font-face {
    font-family: "youshebiaotihei"; /* 定义字体名 */
    src: url("youshebiaotihei.ttf"); /* 引入本体字体文件 */
}
@font-face {
    font-family: "zhi"; /* 定义字体名 */
    src: url("ZhiMangXing-Regular.ttf"); /* 引入本体字体文件 */
}
* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}

.no-select {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none; /* 标准语法 */
}

.swiper-bottom{
    
    background-size: 100% auto;
    width: 590px;
    height: 60px;
    position: absolute;
    bottom:0;
    left: calc( 50% - 295px);
    z-index: 2;
}
.swiper-down{
    background: url("../../2024/image/bottom1.png") no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 20px;
    position: absolute;
    bottom:10px;
    left: calc( 50% - 8px);
    z-index: 3;
    animation: scrollKey 2s ease-in-out infinite
}
@keyframes scrollKey {
    0%{
        opacity: 1;
        transform: translate3d(-50%,-50%,0)
    }
    25% {
        opacity: 0;
        transform: translate3d(-50%,150%,0)
    }

    50% {
        opacity: 0;
        transform: translate3d(-50%,-100%,0)
    }

    75%,to {
        opacity: 1;
        transform: translate3d(-50%,-50%,0)
    }
}


a {
    color: #fff;
    text-decoration: none;
}
.content{
    width: 100%;
    overflow: hidden;
}
.search {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: width 1.5s;
}

.search.active {
    width: 180px;
    height: 30px;
    border: 1px #ccc solid;
    border-radius: 5px;
    display: flex;
    align-items: center;

}

.search input {
    width: 0;
    color: rgb(255, 255, 255);
    border: none;
    background-color: transparent;
    outline: none;
    transition: width 1.5s;

}

.search.active input {
    padding: 0;
    padding-left: 10px;
    width: 140px;
    line-height: 30px;

}

.search-icon {
    height: 20px;
}

.header {
    height: 120px;
    width: 100%;
    background: linear-gradient(rgb(47, 85, 140), rgba(47, 85, 140, 0.49), rgba(52, 94, 156, 0.06));
    position: fixed;
    transform: translateY(0%);
    z-index: 12;

}
.header-top{
    display: flex;
    justify-content: space-between;
}
.nav17{
    display: flex;
    justify-content: space-between;
}

.logo-nav {
    width: 600px;
    margin-top: 20px;
    padding-left: 30px;
}

.nav-right {
    margin-right: 60px;
}

.nav-top {
    height: 45px;
    display: flex;
    justify-content: right;
    align-items: center;
}

.gp-subNav {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: auto;
    min-width: 100%;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 0 12px 0 rgba(26, 56, 33, .3);
    color: #000;
    border-radius: 5px;
    top: 45px;
    margin: 0 10px;
    padding: 10px 0;
    transition: all 1s;
    max-height: 0;
    z-index: 1;

}

.gp-nav-horizontal li {
    list-style: none;
    display: inline-block;
    position: relative;
   cursor: pointer;
}

.gp-nav-horizontal > li a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    padding: 0 10px;
    line-height: 50px;
    text-shadow: rgba(0, 0, 0, 0.18) 0px 3px 6px;
}

.nav17 > li:hover {
/ / border-bottom: 2 px #ccc solid;
}

li:hover .gp-subNav {
    opacity: 1;
    height: auto;
    display: block;
    max-height: 600px;

}
.gp-subNav dd{
  padding-left:20px;
  padding-right:20px;
}
.gp-subNav dd:hover {
    background: rgba(112, 129, 155, 0.5);
}

.gp-subNav dd a {
    color: #252525 !important;
    white-space: nowrap;
    font-weight: normal;
    line-height: 40px;
}

.triangle {
    opacity: 0;
    position: absolute;
    top: 25px;
    left: calc(50% - 15px);
    z-index: 2;
    border: 15px transparent solid;
    border-bottom: 5px rgba(255, 255, 255, 0.6) solid;
    transition: all 1s;
}

.link-item {
    color: #fff;
    font-family: SourceHanSerifSC-Light Microsoft, YaHei, Arial;
    font-size: 16px;
    padding: 0 12px;
    line-height: 30px;
    padding-top: 15px;
}

.link-item a {
    text-decoration: none;
    color: #fff;
}

li:hover .triangle {
    opacity: 1;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.05, 1.05);
}

.swiper-slide-active img, .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}

.mySwiper1 img {

    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}

.container {
    width: 1400px;
    margin: 0 auto;
    min-height: 10px;
}
.news_lr{
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}
.news_left{
    width: 58%;
    margin-right: 30px;
    height: 670px;
}
.news-slide{
    width: 100%;
    overflow: hidden;
    color: #fff;
}
.news-slide-ac{
    padding: 10px 30px;
    padding-bottom:0;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size:16px;
    overflow: hidden;
    text-overflow: ellipsis;
         
}
.newsSwiper .swiper-pagination{
    bottom:10px;
}
.newsSwiper .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #f1f1f1;
    opacity: 1;
    background: transparent;

}

.newsSwiper .swiper-pagination-bullet-active {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.news-slide-t{
    padding: 20px 0;
    padding-top: 40px;
    margin: 0 30px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    text-align: left;
    align-items:center;

}
.news-slide-t-d{
    width: 120px;

}
.news-slide-t-t{
    font-weight: bold;
    font-size: 20px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.news_right{
    width: 38%;
}
.new-title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.news_item_top{
    display: flex;
}
.news_item_left{
    width: 125px;
    overflow: hidden;
}
.news_item_right{
    flex: 1;
}
.news_item_left img{
    width: 100%;
    height: 80px;
    border: 2px #eeeeee solid;
    transition: all 1s;
}
.news_bg{
    background: url("../image/news-bg.png") no-repeat;
    background-size: auto 100%;
    position: relative;
    background-color:#f5f6f7;
}
.news_bg_right{
    position: absolute;
    height: 100%;
    width: 30%;
    right: 0;
    top:0;
}
.news_bg_right_top{
    height: 50%;
    width: 100%;
    background: url("../image/NEWS@2x.png") no-repeat;
    background-size: auto 30%;
    background-position: center;
}
.news_bg_right_bottom{
    height: 50%;
    width: 100%;
    background: url("../image/logo-w.png") no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.news.container {
    min-height: 500px;
    padding: 30px 0;
    display: flex;
    position: relative;
    z-index: 2;
   justify-content: space-between;

}
.news.container:after {
   
    content: "";
    position: absolute;
    left: -100px;
    right: -100px;
    bottom: 0;
    background: url(../image/bg-l.png) no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    z-index: -1;
    width: calc(100% + 200px);
    height: 600px

}

.left_news {
    width: 70%;
    padding-right: 10px;
    padding-left: 15px;
}
.note_content{
     background: #cccccc;

}
.note_content .title{
    width: 150px;
}
.note_item_left{
    display: flex;
    flex: 1;
    line-height: 30px;
    align-items: center;
    width: 250px;
    z-index: 3;
    padding-bottom: 10px;
    border-bottom: 1px #cccccc solid;

}
.note_item_time{
    width: 100px;
    white-space: nowrap;

}
.right_news {
    width: 29%;
}

.title-text {
    font-size: 35px;
    font-weight: bold;
    line-height: 50px;
}

.title-bottom {
    padding-top: 25px;
    height: 50px;
    display: flex;
    justify-content: space-between;
}

.second-title {
    font-size: 20px;
    font-weight: bold;
    color: #bdbdbd;
}

.read-more {
    color: #095ce0;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.note_more{
    float: right;
    margin-right: 20px;
    padding-top: 15px;
}

.note_list {
    display: flex;
}

.note_list_center{
    background: #fff;
    margin-left: 5px;
    padding: 15px 20px;
    width: 100%;
    box-shadow: 12px 12px 24px 0 #210e1f4d;
}

.news-day{
    font-size: 30px;
    font-weight: bold;
}
.news-mon{
    line-height: 20px;
}
.news_item{

    height: 178px;
    margin-bottom: 30px;
    padding: 20px 20px 5px 20px;
    background: url("../image/logo-w.png")no-repeat;
    background-color: #ffffff;
    background-position:right bottom;
    background-size: 50%;
    transition: background-color 1s;
}
.news_item:hover{
    background-color: rgb(0 115 228);
    color: #fff;
}
.news_item:hover .news_item_title{
     color: #fff;
}
.news_item:hover img{
   transform: scale(1.1);
}
.news_item  .news_item_bottom{
    padding-top: 10px;
    overflow: hidden;
    transition: height 1s;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 定义显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}


.right-news-img{
    width: 450px;
    height: 270px;
}
.news_list {
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.news-slide-img{
    width: 100%;
    overflow: hidden;
}
.news-slide-img img{
    width: 100%;
    height: 400px;
}
.newsSwiper .point-next{
    background-color: #fff;
    position: absolute;
    bottom:10px;
    right: 30px;
    z-index: 11;
}
.newsSwiper .point-pre{
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    left: 30px;
    z-index: 11;
}

.news-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size:100% auto ;
    margin-right: 15px;
}
.note_new_content{
    background: #fff;
}
.note_item{
    display: flex;
    padding: 20px 15px;
    padding-top: 30px;
    position: relative;

}
.note_item_h{
    position: absolute;
    transition: width 1s;
    width: 0;
    height: 100%;
    top:0;
    left: 0;
    border-left: 0 #1f61ba solid;
}
.note_item:hover .note_item_h{
    background: rgba(209, 224, 255, 0.41);
    width: 100%;
    height: 100%;
    z-index: 1;
    border-left: 2px #1b5ef3 solid;
}
.note_item .note_item_title{

    height: 50px;
    line-height: 25px;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    color: #000;
    padding-left: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
    flex:1;

}
.note_item_title.first{
    font-weight: bold;
}


.note_item:hover .note_item_title{
    font-weight: bold;

}
.news-date{
    text-align: center;
    padding-right: 10px;
    padding-bottom: 10px;
    position: relative;
    width:70px;
}

.news-date::after{
    content: '';
    position: absolute;
    left: 70px;
    top:0;
    bottom: 0;
    width: 1px;
    height: 50px;
    background-color: #B4B1B0;
}
.time-icon{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../../2024/image/icon_time@2x.png") no-repeat;
    background-size: 100% auto;
}
.address-icon{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../../2024/image/icon_wz@2x.png") no-repeat;
    background-size: 100% auto;
}


.news_item_title {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    padding-left: 20px;
    margin-bottom: 15px;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_item_time{
    padding-left: 20px;
}

.right-border {
    height: 275px;
    width: 6px;
    background: #0e83e3;
    left: 0;
}

.right-news-content {
    height: 100%;
    margin-left: 10px;
}

.right-news-pic {
    padding-top: 8px;
    padding-right: 8px;
    background: #dfdfdf;
}

.swiper-wrapper .right-news-pic .right-news-img {
    width: 100%;
    height: 300px;
    transform: none;
}

.headlines {
    color: #1f61ba;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
}

.headlines-title {
    padding: 0 10px 10px;
    font-weight: bold;
    text-align: center;
}

.headlines-content {
    color: #9b9b9b;
    font-size: 16px;
    padding: 0 25px;
}

.right-news-list {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.activities {
    background: #f8fbfe;
    min-height: 480px;
    width: 100%;
    overflow: hidden;
}

.activities-left {
    background: #ffffff;
    float: left;
    width: 220px;
    height: 500px;
    padding-left: 20px;
    padding-top: 65px;
}

.activities-content {
    display: flex;
}

.activities-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 60px;
    padding: 0 15px;
    padding-top: 50px;
}

.activities-title-en {
    font-size: 20px;
    color: #797979;
    padding: 0 15px;
    line-height: 60px;
}

.activities-more {
    text-decoration: none;
    font-size: 15px;
    color: #095ce0;
    font-weight: bold;
    line-height: 60px;
}

.activities-right {
    flex: 1;
    position: relative;
    padding-left: 40px;
}

.activities-right-content {
    position: absolute;
    width: 1400px;
    padding-top: 60px;
}

.mySwiper2 .swiper-slide {
    width: 250px;
}

.gp-btn {
    margin-top: 50px;
    display: flex;
    padding: 0 20px;
    justify-content: flex-start;
}

.swiper-btn {

    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.point-pre{
    background: url("../../2024/image/btn_l@2x.png") no-repeat;
    background-size: 100% auto;
}
.point-next{
    background: url("../../2024/image/btn_r@2x.png") no-repeat;
    background-size: 100% auto;
}

.mySwiper2 .right-news-img {
    height: 180px;
    width: 300px;
    overflow: hidden;

}
.mySwiper2 img{
    transition: all 2s;
}
.mySwiper2 .right-news-img:hover  img{
   transform: scale(1.1,1.1);
}
.mySwiper2 .swiper-slide-active img{
    transform: scale(1.2,1.2);
}


.activities-item-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    height: 60px;
    overflow: hidden;
    padding: 18px 10px 20px;
    color: #000000;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 定义显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    padding-bottom: 0;
    magrin-bottom:20px;

}

.activities-name {
    padding: 18px 10px 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.activities-item-bottom {

    margin-left: 12px;
    border-left: 1px #095ce0 solid;
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #095ce0;

}

.activities-address {
    padding-top: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.container.party {
    padding: 40px 0 50px;
}

.mySwiper3 .right-news-img {
    height: 180px;
    transform: none;
}


.achievement{
    display: flex;
}
.achievement-left{
    width: 60%;
}
.achievement-right{
    width:40%;
}
.achievement-title{
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    padding-top:55px ;
    font-weight: bold;
    color: #000000;
    display: inline-block;
    cursor: pointer;
}
.achievement-text{
    padding-top: 20px;
    color: #777777;
    line-height: 24px;
    width: 480px;
    font-size: 14px;
    padding-bottom: 100px;
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 定义显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis
}

.achievement-more{
    font-size: 15px;
    font-weight: bold;
    color: #095CE0;
}

.achievement-item{
    height: 160px;
    width: 160px;
    background: url("../../2024/image/quan.png")no-repeat;
    background-size: 100% auto;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 25px;
    flex-shrink:0;
}
.achievement-item-img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;

}
.achievement-item img{
    margin:0 auto;
    width: 86px;
    margin-top: 23px;
    display: block;
    overflow: hidden;
}
 .achievement-item.active{

    background: url("../../2024/image/quan2.png")no-repeat;
    background-size: 100% auto;
}
.achievement-swiper{

    display: flex;
    overflow: hidden;
    align-items: center;
    margin-top: 30px;

}
.achievement-content{
    width: 530px;
    overflow: hidden;

}
.achievement-content-box{
    display: flex;
    flex-wrap: nowrap;
    transition: all 1s;
}

.mySwiper3 {
    margin-top: 30px;
}

.asean-content {
    display: flex;
    margin-top: 20px;
    height: 900px;
}

.container.asean {
    padding-top: 22%;
    color: #fff;
}

.asean-left {
    width: 71%;
    overflow: hidden;
}



.asean-title {
    font-size: 24px;
    line-height: 80px;
}

.asean-right {
    background: url("../../2024/image/dongtai.png") no-repeat;
    background-size: 100% auto;
    color: #ffffff;
    padding: 0 30px;
    padding-right: 80px;
    margin-left: 50px;
    width: 29%;
    margin-top: -180px;
}

.asean-right-item {
    display: flex;
    border-bottom: 1px #29c8e8 solid;
    padding-bottom: 10px;
    padding-top: 10px;
}

.asean-right-date {
    width: 80px;
}

.asean-right-item-content {
    flex: 1;
}

.asean-right-date-day {
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
}

.asean-right-item-content-title {
    font-size: 18px;
    line-height: 25px;
    height: 50px;
    font-weight: bold;
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 定义显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;

}

.asean-right-item-content-text {
    font-size: 14px;
    margin: 5px 0;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    opacity: 0.9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 定义显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.asean-left-more{
    padding-top: 10px;
    font-size: 15px;
    font-weight: bold;
}
.asean-right-more {
    padding-top: 50px;
    font-weight: bold;
    font-size: 15px;
}

.asean-right-more a, .asean-left-more a {
    color: #fff;
    text-decoration: none;
}

.asean-swiper {
    display: flex;
    width: 750px;
    flex-wrap: nowrap;
    transition: all 1s;
}

.asean-item {
    width: 340px;
    margin-right: 35px;
    background: #fff;
    color: #000;
    cursor: pointer;
    margin-top: 50px;
    transition: all 1s;
}

.asean-item img {
    width: 340px;
    height: 200px;
}

.asean-item-time {
    font-size: 16px;
    line-height: 50px;
    padding: 0 25px;
}

.asean-item-title {
    padding: 0 25px;
    font-size: 20px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #000000;
    display: inline-block;
}
.asean-item:hover .asean-item-title,.asean-item.active .asean-item-title {
    color: #ffffff;
}

.asean-item-content {
    font-size: 14px;
    color: #999;
    padding: 20px 25px;
    line-height: 20px;
    height: 140px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8; /* 定义显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}

.asean-item:hover, .asean-item.active {
    color: #ffffff;
    background: linear-gradient(0deg, #009BEC 0%, #036AEF 100%);
}

.asean-item:hover .asean-item-content, .asean-item.active .asean-item-content {
    color: #fff;
}

.asean-item.active {
    margin-top: 0;
    margin-bottom: 50px;
}

.point-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 60px;
    padding: 0 15px;
    text-align: center;
    padding-top: 30px;
}

.point-title-en {
    font-size: 20px;
    color: #797979;
    line-height: 60px;
    text-align: center;
}

.point-content-item {
    display: flex;
}

.point-content-item-left {
    width: 600px;
}

.point-content-item-right {
    width: 600px;
}

.point-item-btn {
    display: flex;
    height: 140px;
    align-items: center;
}

.point-item-day {
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
}

.point-item-year {
    font-size: 14px;
    font-weight: bold;
}

.point-item-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    padding-top: 30px;
    color: #000;
    height: 100px;
    width:600px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.point-item-text {
    font-size: 16px;
    line-height: 30px;
    padding-right: 20px;
    height: 240px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8; /* 定义显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.point-item-more {
    margin-top: 50px;
}

.point-item-more a {
    color: #3569cc;
    text-decoration: none;
}

.point-content {
    position: relative;
    min-height: 600px;
}

.point-content-item {
    position: absolute;
    z-index: 0;

}

.point-content-item-left {

}

.point-content-item .point-content-item-left {
    opacity: 0;
    transition: all 1s;
}

.point-content-item.active .point-content-item-left {
    opacity: 1;
}

.point-content-item.active {
    z-index: 3;
}

.point-content-item.next {
    z-index: 2;
}

.point-item-pic {
    position: relative;
}

.point-content-item img {
    position: absolute;
    right: -300px;
    z-index: 0;
    top: -100px;
    transform: scale(1.2);
     opacity:0.3;

}

.point-content-item.active img {
    position: absolute;
    right: 0;
    z-index: 0;
    top: 0;
    transform: scale(1);
    transition: all 1s;
    opacity:1;


}

.content.point {
    background: url("../../2024/image/point-bg.png") no-repeat;
    background-size: 100% auto;
    width: 100%;
    overflow: hidden;
    height: 700px;
}

.container-title {

    font-size: 25px;
    font-weight: bold;
    color: #000;
    line-height: 60px;
}

.container-title-en {

    font-size: 20px;
    font-weight: bold;
    color: #5a5a5a;
}

.content.joint{
    background: url("../image/joint-bg.png") no-repeat;
    height: 626px;
    background-size:  100% 100%;
    background-position: left;
    color: #fff;
    padding-top: 40px;
}

.joint-content{
    position: relative;
    padding-top: 30px;
}
.joint-title{
    font-size: 30px;
    padding: 0 100px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.joint-text{
    font-size: 16px;
    padding: 20px 100px;
    text-align: center;
    cursor: pointer;
}
.joint-top{
    position: absolute;
    height: 260px;
    width: 800px;
    background: url("../image/j-2.png") no-repeat;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    animation-name: joint-left;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
@keyframes joint-left {
    0%   {
        left: 0;
    }

    50%  {
        left: 100px;
    }
    100% {
        left: 0;
    }
}

.joint-bottom{
    position: absolute;
    height: 300px;
    width: 800px;
    top: 220px;
    background: url("../image/j-1.png") no-repeat;
    right: 0;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    animation-name: joint-right;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes joint-right {
    0%   {
        right: 0;
    }

    50%  {
        right: 100px;
    }
    100% {
        right: 0;
    }
}

.research {
    padding-top: 40px;
    background: url("../../2024/image/research.png") no-repeat;
    background-size: 100% auto;
}
.container.research {




}

.research .container-title {

    text-align: center;
}

.research .container-title-en {

    text-align: center;
}

.research-content {
    display: flex;
    margin: 50px 0;
    margin-top: 0px;
    justify-content: space-between;
}

.research-content-item {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.research-content-item:hover .research-item-text{
  color: #095ce0;
}

.research-item-text {
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    color:#000;
}

.research-item-logo {
    width: 120px;
    height:78px;
    margin-bottom: 15px;
}

.footer {

    background: #001a75;
    min-height:258px;
    justify-content: space-between;
    padding-left: 60px;
    padding-right: 60px;
    color: #fff;
    background: url("../../2024/image/bg_footer.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 15px;

}
.copy-right{
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
    border-top:1px rgba(204, 204, 204, 0.3) solid;
    margin-top: 20px;

}
.footer-content{
    position: relative;
}
.footer-gzh{
    position: absolute;
    top: -60px;
    right: 0;
    text-align: center;
    width: 350px;
    display: flex;
    justify-content: space-between;
}
.footer-text{
    font-size: 14px;
    line-height: 30px;
}

.footer-gz {
    font-weight: bold;
    font-size: 14px;
    padding: 50px 0 10px;
}

.footer-phone {
    font-size: 14px;
    color: #cccccc;
    line-height: 30px;
    padding-top: 30px;
}

.footer-ad {
    font-size: 16px;
    line-height: 80px;
}

.footer-link {
    display: flex;
    padding-top: 60px;
    padding-bottom: 175px;
}

.footer-link-text {
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px;

}

.footer-link-content {
    display: flex;
    flex-wrap: wrap;
    width: 1100px;
    border-left: 1px solid rgba(130, 158, 204, 0.2);
}

.footer-link-item {
    width: 33%;
    display: flex;
    align-items: center;
    line-height:45px;
    font-size: 13px;


}
.footer-link-item:hover a{
    color: #3d87f5;
    text-decoration:underline ;
}
.footer-link-item a{
    color: #373737;
    font-size: 16px;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer-link-item i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3d87f5;
    margin-left: 50px;
    margin-right: 20px;
}