/*** 通用 Start ***/
.wrapper_1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.more-button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 70px;
  height: 26px;
  font-size: 12px;
  border-radius: 5px;
  opacity: 1;
  color: #fff;
  background: #fff;
  border: 0.5px solid #c0dff4;
  box-shadow: inset 0px 0px 5px 1px rgba(192, 223, 244, 0.3);
  cursor: pointer;
  margin-top: 30px;
}
.title-cn {
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #666666;
}
.title-en {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #666666;
  text-transform: none;
}
.section-en-en-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
}
.section-en-en-title .title-cn {
  line-height: 1;
}
.section-en-en-title .title-en {
  margin-left: 8px;
  line-height: 1;
}
.title-cn-mobile {
  font-size: 20px;
}

/*** 通用 End ***/



/*** 底部 footer Start***/
.footer {
  position: relative;
  background-color: #deeaf4;
  background-image: linear-gradient(to right, #4dcdec, #3897d2);
}
.footer-copyright{
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #2A81B7;
  padding: 13px 0;
  background-image: none;

}
.footer .footer-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer .logo-col{
  width: 120px;
  height: 128px;
  margin-right: 46px;

}
.footer .footer-item a {
  line-height: 35px;
  color: var(--bs-body);
  transition: 0.5s;
}

.footer .footer-item p {
  line-height: 35px;
}

.footer .footer-item a:hover {
  letter-spacing: 2px;
  color: var(--bs-primary);
}

.footer .footer-wrap .foot_nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  color: #ffffff;
  padding-top: 81px;
  padding-bottom: 80px;
}

.footer .footer-wrap .foot_nav .lv1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #ffffff;
}
.footer .footer-wrap .foot_nav .lv1 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer .footer-wrap .foot_nav .lv1 .first-lv {
  font-size: 20px;
}

.footer .footer-wrap .foot_nav .lv1 .item {
  font-size: 16px;
  color: #C7F0FF;
  margin-top: 15px;
}

.footer .footer-wrap .foot_nav li {
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
}
.footer .footer-wrap .foot_nav {
  margin-bottom: 0;
}

.footer-location-section .location-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 15px 0;
  color: #ffffff;
}

.footer-location-section .location-item .item-desc {
  flex: 1;
}

.footer-location-section .location-item .item-title {
  width: 110px;
  font-size: 20px;
  color: #fff;
  line-height: 1.1;
}
.footer-location-section .location-item .item-title-sub {
  font-size: 14px;
  color: #fff;
}
.footer-copyright .footer-wrap .x1 {
  color: #76B9E3;
  font-size: 14px;
}
.footer-copyright .footer-wrap .x2 {
  color: #76B9E3;
  font-size: 14px;
}
.footer-copyright .footer-wrap .x3 {
  width: 85px;
  height: 22px;
}

/*** 底部 footer End***/

/*** 首页 IndexPage Start ***/

/*** index顶部大图 Start***/

.header-container {
  position: relative;
  width: 100%;
  z-index: 999;
}

.header-bg .nav-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 23px;
  z-index: 999;
}
.header-bg .fe-box .fe-1{
  position: absolute;
  left: 28vw;
  top: 250px;
}
.header-bg .fe-box .fe-2 {
  position: absolute;
  left: 18vw;
  top: 386px;
}

.header-bg .fe-box .fe-3 {
  position: absolute;
  left: 32vw;
  top: 560px;
}

.index-header-bg {
  width: 100%;
  height: 800px;
  background-size: cover;
  background-image: url(../img/bn1.png);
  background-repeat: no-repeat;
  background-position: center center; /* 将背景图片定位在右下角 */
}
/*** index顶部大图 End***/

.merge-header {
  position: relative;
  width: 100%;
  z-index: 100;
}

.merge-header .header-bg .bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  width: 100vw;
  z-index: -1;
}
.merge-header .header-bg .section-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  left: 12%;
  top: 30%;
}
.merge-header .header-bg .section-title .info-1 {
  font-size: 50px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
.merge-header .header-bg .section-title .info-2 {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
.merge-header .btn-more {
  width: 49.08px;
  height: 15px;
  border-radius: 10px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 0.5px solid #c0dff4;
  box-shadow: inset 0px 0px 5px 1px rgba(192, 223, 244, 0.3);
}

/*  首页-新闻样式 */
.index-news-part-container .new-left-img-box {
  display: inline-block;
  position: relative;
  height: 720px;
}

.index-news-part-container .news-into-img{
  width: 100%;
  height: 400px;
}

.index-news-part-container .feature-img-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 360px;
  background-color: #072477;
}
.index-news-part-container .feature-img-bg::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -80px;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top,#072477 0, rgba(0, 0, 255, 0) 100%);
}

.index-news-part-container .index-news-part-item {
  position: relative;
  width: 260px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 22px;
}
.index-news-part-container .feature-content {
  position: absolute;
  bottom: 40px;
  left: 0;
  padding-left: 50px;
  padding-right: 50px;
  height: 240px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.index-news-part-container .position-btn {
  position: absolute;
  right: 50px;
  bottom: 23px;
  background: rgba(255, 255, 255, 0.1);
}
.index-news-part-container .index-news-right-item {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   align-items: center;
   position: relative;
   width: 50%;
}
.index-news-part-container .index-news-right-item .index-news-right-subitem{
  position: relative;
  background-image: url(../img/topline.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: contain;
  width: 100%;
  height: 350px;
  border: 1px solid #B1E9FF;
}
.index-news-part-container .index-news-right-item .index-news-right-subitem-2 {
  position: relative;
  background-image: url(../img/topline.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: contain;
  margin-top: 20px;
  height: 350px;
  border: 1px solid #b1e9ff;
}
.index-news-part-container .index-news-right-item .index-news-right-subitem-1::after {
  display: block;
  content: '';
  position: relative;
  background-image: url(../img/topp.png);
  background-repeat: no-repeat;
  background-position: 122% -214px;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.index-news-part-container .index-news-right-item .index-news-right-subitem-2::after{
  display: block;
  content: '';
  position: relative;
  background-image: url(../img/topp.png);
  background-repeat: no-repeat;
  background-position: -58px 210px;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.index-news-part-container .index-news-right-item .news-content{
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 44px;
  padding-bottom: 44px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.index-news-part-container .index-news-left-item{
  width: 50%;
}
.index-news-part-container .index-news-box{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

/* 首页-专家-轮播 */
.owl-carousel {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 1200px;
  width: 100vw;
  /* height: 380px;
  overflow: hidden; */
}
.owl-carousel li {
  display: block;
  width: 100vw;
  height: 100%;
  padding-top: 100px;
}
.owl-carousel li a {
  display: block;
  height: 380px;
  width: 100%;
}
.owl-carousel .iconfont {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 110px;
  font-size: 40px;
  text-align: center;
  line-height: 110px;
  color: #84cee0;
}
.owl-carousel .prev {
  left: 70px;
}
.owl-carousel .next {
  right: 70px;
}
.owl-carousel .owl-dots{
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D3F6FF;
  border-radius: 50%;
  display: block;
  backface-visibility: visible;
  transition: opacity 0.2s ease;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #6DB1E4;
}

.index-export-container{
  position: relative;
  z-index: 10;
  width: 100vw;
  overflow: hidden;
}
.index-export-container .export-link {
  position: relative;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.index-export-container .export-img {
  position: absolute;
  left: 250px;
  top: -85px;
  display: block;
  width: 318px !important;
  height: 437px;
  z-index: 999;
}
.index-export-container .export-infos {
  position: absolute;
  left: 600px;
  top: 0;
  display: block;
  width: 500px !important;
  height: 437px;
  z-index: 999;
}
.index-export-container .export-name {
  margin-top: 40px;
  font-size: 40px;
  font-weight: 500;
  background-image: linear-gradient(90deg, #6CDAF0 0%, #2C8CD6 77%);
  background-clip: text;
  color: transparent;
}
.index-export-container .export-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  color: #113B62;
}
.index-export-container .export-experience {
  font-size: 18px;
  color: #113b62;
  font-family: "Alibaba PuHuiTi";
  font-size: 18px;
}

/*  首页-介绍样式 */
.index-about-link {
  margin-top: 60px;
  background-image: url(../img/index-3.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: cover;
}
.index-about-link .logo-link{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
}
.index-about-link .logo-img{
  width: 250px;
  margin-top: 20px;
}
.index-about-link .index-about-link-location {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
.index-about-link .index-about-link-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  color: #666666;
}
.index-about-link-content .desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0em;
}
.index-about-link-content .desc p {
  color: #666666;
  font-size: 18px;
}
.index-about-link-content .c3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 20px;
  font-size: 12px;
  border-radius: 30px;
  opacity: 1;
  color: #23445b;
  border: 0.5px solid #c0dff4;
  background: rgba(255, 255, 255, 0.1);

  box-shadow: inset 0px 0px 5px 1px rgba(192, 223, 244, 0.3);
  cursor: pointer;
  margin-top: 30px;
}
.index-about-link .about-link-location {
  position: absolute;
  top: 115px;
  right: 20%;
  z-index: 999;
  width: 40vw;
}
/* 四块内容 */
.index-about-link .content-wrapper {
  width: 81.25%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 10px 10px 0px 0px;
  opacity: 1;
  background: #ffffff;
  color: #333;
  z-index: 666;
}
.index-about-link .content-wrapper .content-item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.index-about-link .content-wrapper .c-r {
  position: absolute;
  left: 20px;
  top: 30px;
}
.index-about-link .content-wrapper .c-l img {
  width: 110px;
  height: 110px;
  margin-right: 22px;
}
.index-about-link .content-wrapper .c1 {
  margin-bottom: 7px;
  line-height: 1.2;
  color: #113B62;
  font-size: 20px;
}
.index-about-link .content-wrapper .c2 {
  margin-bottom: 7px;
  line-height: 1.2;
  color: #3B6E9E;
  font-size: 16px;
}
.index-about-link .position-btn {
  position: absolute;
  left: 20px;
  bottom: 26px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
/*  首页-战略 */
.index-strategic {
  position: relative;
  height: 800px;
  margin-top: 100px;
  background-image: url(../img/strategic-bg.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: cover;
}
.index-strategic .strategic-link{
  display: block;
}
.index-strategic .section-en-en-title{
  margin-top: 0px;
}
.index-strategic .img-c {
  width: 323px;
  height: 323px;
}
.index-strategic .img-c1{
  position: absolute;
  left: 15.625%;
  top: 315px;
}
.index-strategic .img-c2 {
  position: absolute;
  left: 38%;
  top: 170px;
}
.index-strategic .img-c3 {
  position: absolute;
  left: 62%;
  top: 315px;
}

/*** 首页 IndexPage End***/

/*** 新闻列表 article_news Start***/
.newlist-container {
  padding-top: 60px;
}

.newlist-container .about-title-cn {
  font-size: 35px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #23445b;
}
.newlist-container .about-title-en {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #6ea0b3;
}
.newlist-container .box-row-item{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.newlist-container .feature-img-box {
  width: 25%;
  height: 170px;
  overflow: hidden;
}
.newlist-container .feature-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newlist-container .feature-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin-left: 20px;
  height: 170px;
  overflow: hidden; /* 确保超出部分被隐藏 */
}


.news-pagination-container {
  margin-top: 78px;
  padding-bottom: 40px;
}

/*** 新闻列表 article_news End***/

/*** 新闻详情 article_news Start***/
.news-content-page .conter .asideCon .article .name {
  font-size: 24px;
  color: #23445B;
  text-align: center;
  margin-top: 35px;
}
.news-content-page .conter .asideCon .article .browse {
  text-align: center;
  margin-top: 13px;
  font-size: 13px;
  color: #999999;
}
.news-content-page .conter .asideCon .article .browse .iconfont {
  margin-right: 6px;
  vertical-align: middle;
  font-size: 17px;
}
.news-content-page .conter .asideCon .article .browse .iconfont.iconshijian {
  font-size: 15px;
  margin-left: 26px;
}
.news-content-page .conter .asideCon .article .articleCon {
  font-size: 14px;
  color: #282828;
  margin-top: 40px;
  line-height: 1.8;
}
.news-content-page .conter .asideCon .article .share {
  font-size: 14px;
  color: #282828;
  margin: 24px 0 20px 0;
}
.news-content-page .conter .asideCon .article .share .dis {
  display: inline-block;
  display: inline;
  zoom: 1;
  vertical-align: middle;
}
.news-content-page .conter .asideCon .recommend {
  border-top: 1px solid #eee;
  margin-bottom: 40px;
}
.news-content-page .conter .asideCon .recommend .title {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  height: 70px;
  line-height: 70px;
}
.news-content-page .conter .asideCon .recommend .title:after {
  width: 4px;
  height: 20px;
  background-color: #2a7efb;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.news-content-page .conter .asideCon .recommend .publicList .item .text {
  width: 730px;
}

/*** 新闻详情 article_news End***/


/*** 关于我们 about Start***/

.about .code-content{
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
}
.about .code-content .title-1{
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.about .code-content .title-2 {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
}
.about .qrcode{
  width: 100px;
  height: 100px;
}
.about-company-address .address-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.about .about-company-address .title-text {
  font-size: 20px;
  color: #23445b;
}

.about-company-address .title-content{
  font-size: 18px;
  color: #666666;
}
/*** 关于我们 about End***/


