.index .banner { width: 100%; position: relative;}
.index .banner img { width: 100%; }
.index .banner .swiper-button-next, .index .banner .swiper-button-prev { color: #fff;}
.index .banner .swiper-button-next { right: 18.75%;}
.index .banner .swiper-button-prev { left: 18.75%;}
.index .banner .swiper-pagination { position: absolute;bottom: 66px;left: 50%; transform: translate(-50%, 0);}
.index .banner .swiper-pagination .swiper-pagination-bullet { width: 10px; height: 3px; border-radius: 0; background: rgba(255, 255, 255, 0.7); opacity: 1;}
.index .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 20px; background-color: #4394FF;}
@media screen and (max-width: 1460px) { 
  .index .banner .swiper-button-next { right: 50px;}
  .index .banner .swiper-button-prev { left: 50px;}
}


.title-box { width: 100%; align-items: center; text-align: center;}
.title-box .title { line-height: 0;}
.title-box .title p { font-weight: bold; font-size: 32px; color: #15062B; line-height: 36px;} 
.title-box .more { font-size: 12px; color: #999;}

.s-title { font-size: 16px; line-height: 36px; margin-top: 16px; text-align: center;}
 
.index .sec1 { margin-top: -36px; position: relative; z-index: 1;}
.index .sec1 .news-tel { padding: 20px 18px; display: flex; justify-content: space-between; background: #fff url(../image/index-news-bg.png); background-size: 100% 100%;}
.index .sec1 .news-tel .news { flex: 1; max-width: calc(100% - 262px); padding-right: 57px; display: flex; align-items: center; position: relative;}
.index .sec1 .news-tel .news::after { content: ''; width: 1px; height: 16px; background: #CCCCCC; position: absolute; right: 0; top: 50%; margin-top: -8px;}
.index .sec1 .news-tel .news img { width: 30px; height: auto; margin-right: 15px;}
.index .sec1 .news-tel .news .name { font-size: 18px; color: #0F569E; margin-right: 16px;}
.index .sec1 .news-tel .news .text-wrapper { flex: 1; max-width: 66%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-right: 30px; height: 32px;}
.index .sec1 .news-tel .news .swiper { height: 100%;}
.index .sec1 .news-tel .text { white-space: nowrap; position: relative; display: inline-block; font-size: 18px; color: #212E55; line-height: 32px; margin-right: 20px;}
.index .sec1 .news-tel .text::after { content: attr(title); position: absolute; left: calc(100% + 20px); top: 0; white-space: nowrap;}
@keyframes textScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 20px));
  }
}
/* 当鼠标悬停时暂停动画 */
.index .sec1 .news-tel .news .text-wrapper:hover .text { animation-play-state: paused;}
.index .sec1 .news-tel .news .more { width: 80px; height: 32px; background: #099DFD; border-radius: 6px; font-size: 14px; color: #FFFEFE; line-height: 32px; text-align: center; cursor: pointer;}
.index .sec1 .news-tel .tel { padding: 0 28px; display: flex; align-items: center; font-size: 16px; color: #212E55; line-height: 36px;} 
.index .sec1 .news-tel .tel img { width: 24px; height: auto; margin-right: 9px;} 
.index .sec1 .news-tel .tel a { white-space: nowrap;}

.index .sec2 { margin-top: -38px; padding: 111px 0 90px; background: url(../image/index-sec2-bg.png); background-size: 100% 100%;}
.index .sec2 .title p { background: linear-gradient(to right, #712FC9,#150830, #0453D1); -webkit-background-clip: text; color: transparent;}
.index .sec2 .s-title { color: #282828;}
.index .sec2 .cont { margin-top: 31px; height: 450px; background: url(../image/index-sec2-bg2.png) no-repeat; background-size: auto 100%; position: relative; background-position: top right;}
.index .sec2 .cont::before { content: ''; width: 2px; height: 280px; background: url(../image/index-sec2-line.png) no-repeat; background-size: 100% 100%; position: absolute; top: 67px;; left: 9px; z-index: 1;}
.index .sec2 .cont .list { display: flex;}
.index .sec2 .cont .list .item { width: 40%; display: flex;}
.index .sec2 .cont .list .item img { animation: scaleAnimation 2s infinite; width: 20px; height: 20px; margin-right: 18px;}
.index .sec2 .cont .list .item p { width: 40%; height: 150px; font-size: 16px;color: #000000;line-height: 24px;}
.index .sec2 .cont .list1 { padding-top: 52px;}
.index .sec2 .cont .list2 { padding-left: 20%; margin-top: 85px;}
.index .sec2 .cont .list2 .item { width: 50%;}
.index .sec2 .cont .btn-box { width: 100%; display: flex; align-items: center; position: absolute; top: 51.5%; left: 0; margin-top: -30px;}
.index .sec2 .cont .star1 { width: 19px; position: absolute; z-index: 2;}
.index .sec2 .cont .star2 { width: 23px;margin-left: 3%;}
.index .sec2 .cont .star3 { width: 29px;margin-left: 4.1%;}
.index .sec2 .cont .btn {  border-radius: 29px;border: 1px solid #13DFE9; padding: 5px;}
.index .sec2 .cont .btn p { width: 120px;height: 48px;background: linear-gradient(-68deg, #4673F8 22%, #10E2E8 100%);box-shadow: 0px 10px 10px 0px rgba(216,230,247,0.5);border-radius: 24px; font-size: 18px;color: #FFFFFF;line-height: 48px; text-align: center;}
.index .sec2 .cont .btn1 { margin-left: 3.92%;}
.index .sec2 .cont .btn2 { margin-left: 7.58%;}
.index .sec2 .cont .btn3 { margin-left: 3%;}
.index .sec2 .cont .btn4 { margin-left: 8.42%;}
@media screen and (max-width: 1260px) { 
  .index .sec2 .cont .list .item p { width: 60%;}
}
.index .swiper { width: 100%;}
.index .sec3 { padding: 53px 0 100px;}
.index .sec3 .cont-box-wrap { margin-top: 63px; align-items: flex-start;}
.index .sec3 .cont-box-wrap .cont-box { width: calc(33.33% - 16px);}
.index .sec3 .cont-box .tit { font-size: 18px; color: #000000; font-weight: bold; padding: 0 13px;}
.index .sec3 .cont-box+.cont-box { margin-left: 23px;}
.index .sec3 .cont-box .cont { width: 100%; margin-top: 19px;}
.index .sec3 .cont-box .cont1 { box-shadow: 0px 10px 10px 0px rgba(216,230,247,0.5);border-radius: 10px;}
.index .sec3 .cont-box .cont1 .slide-item { width: 100%; padding-bottom: 38px;}
.index .sec3 .cont-box .poster { width: 100%; height: 246px; background: #DEE1E5; border-radius: 12px; position: relative; overflow: hidden;}
.index .sec3 .cont-box .poster .img { width: 100%; height: 100%; transition: all 0.3s;}
.index .sec3 .cont-box .poster .img img { width: 100%; height: 100%; object-fit: cover;}
.index .sec3 .cont-box .poster .img:hover img { transform: scale(1.1);}
.index .sec3 .cont-box .poster .info { width: 100%; padding: 0 19px; align-items: center; position: absolute; left: 0; bottom: 16px;}
.index .sec3 .cont-box .poster .info span { flex: 1; display: block; font-size: 18px; color: #FEFEFE; line-height: 23px; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.index .sec3 .cont-box .list { padding: 0 20px;}
.index .sec3 .cont-box .list .item { padding: 20px 0; border-bottom: 1px solid #E5E5E5;  display: flex;}
.index .sec3 .cont-box .list .item .info { width: calc(100% - 100px); padding-right: 10px;}
.index .sec3 .cont-box .list .item .info .name { display: flex; align-items: center;}
.index .sec3 .cont-box .list .item .info .name span { font-size: 16px; color: #000000; line-height: 23px; display: -webkit-box !important;overflow: hidden;white-space: normal !important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.index .sec3 .cont-box .list .item .info .name span:hover { color: #4394ff;}
.index .sec3 .cont-box .list .item .info .date { font-size: 12px;color: #999999;line-height: 24px; margin-top: 16px;}
.index .sec3 .cont-box .list .item .img { width: 100px;height: 64px;background: #BCBCBC;border-radius: 6px;overflow: hidden;}
.index .sec3 .cont-box .list .item .img img { width: 100%; height: 100%; object-fit: cover;}
.index .sec3 .cont-box .list .item .img:hover img { transform: scale(1.1);}
.index .sec3 .cont-box .cont1 .swiper-pagination { position: absolute;bottom: 21px;left: 50%; transform: translate(-50%, 0);}
.index .sec3 .cont-box .cont1 .swiper-pagination .swiper-pagination-bullet { width: 5px;height: 5px;background: #CCCCCC;border-radius: 0;}
.index .sec3 .cont-box .cont1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #4394FF;}
.index .sec3 .cont-box .cont3_top { box-shadow: 0px 10px 10px 0px rgba(216,230,247,0.5);border-radius: 10px;}
.index .sec3 .cont-box .cont3_top .list .item:last-child { border-bottom: none;}
.index .sec3 .cont-box .cont3_bottom { margin-top: 23px; background: url(../image/index-sec3-bg.png) no-repeat; background-size: 100% 100%; border-radius: 10px;box-shadow: 0px 10px 10px 0px rgba(216,230,247,0.5);border-radius: 10px;}
.index .sec3 .cont-box .tit-box { padding: 23px 20px 7px;}
.index .sec3 .cont-box .tit-box p { font-size: 20px;color: #000000; line-height: 20px;font-weight: bold;}
.index .sec3 .cont-box .tit-box a { font-size: 14px; color: #8DACC8; line-height: 20px;}
.index .sec3 .cont-box .list2 { padding: 8px 20px;}
.index .sec3 .cont-box .list2 .item { display: flex; padding: 10px 0;}
.index .sec3 .cont-box .list2 .item .name { flex: 1; font-size: 16px; color: #000000; line-height: 20px; display: -webkit-box !important;overflow: hidden;white-space: normal !important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.index .sec3 .cont-box .list2 .item .name:hover { color: #4394ff;}
.index .sec3 .cont-box .list2 .item .date { font-size: 12px;color: #97B3CD;line-height: 20px;}
.index .sec3 .cont-box label { display: inline-block; min-width: 38px; height: 23px;background: linear-gradient(270deg, #86DDFF 0%, #50AEFF 100%);border-radius: 4px; text-align: center; font-size: 14px; color: #FFFFFF; line-height: 23px; margin-right: 5px;}
.index .sec3 .cont-box label.blue { background: linear-gradient(270deg, #86DDFF 0%, #50AEFF 100%);}
.index .sec3 .cont-box label.orange { background: linear-gradient(270deg, #FFCA9B 0%, #FF9449 100%);}
.index .sec3 .cont-box label.purple { background: linear-gradient(270deg, #97A9FE 0%, #728AFF 100%);}
.index .sec3 .cont-box label.red { background: linear-gradient(270deg, #FF9A90 0%, #FF776B 100%);}
.index .sec3 .cont-box label.green { background: linear-gradient(270deg, #8DFCDD 0%, #28F0AA 100%);}
.index .sec3 .cont-box label.rosered { background: linear-gradient(270deg, #F9A6FB 0%, #F362FC 100%);}

.index .sec4 { padding: 76px 0 82px; background: url(../image/index-sec4-bg.png) no-repeat; background-size: 100% 100%; position: relative;}
.index .sec4 .title p { font-weight: bold;font-size: 36px;color: #FFFFFF;line-height: 36px;background: linear-gradient(180deg, #717E96 0%, #FF8745 0%, #FFFFFF 0%, #A4CBE9 93.9208984375%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.index .sec4 .s-title { color: #3687C9;}
.index .sec4 canvas { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important;}
.index .sec4 .cont { height: 502px; background: url(../image/index-sec4-bg2.png) no-repeat; background-size: auto 502px; background-position: center 0; position: relative; z-index: 2;}
.index .sec4 .list { width: 100%; position: relative;}
.index .sec4 .list .item { position: absolute;}
.index .sec4 .list .item .line { margin-left: 15px; position: relative;}
.index .sec4 .list .item .line em:nth-of-type(1) { display: block; width: 3px; height: 58px; background: #54CFF7;}
.index .sec4 .list .item .line em:nth-of-type(2) { display: block; width: 1px; height: 70px; background: #444444;}
.index .sec4 .list .item .point-img { animation: scaleAnimation 2s infinite;  width: 22px; height: 22px; position: absolute;}
@keyframes scaleAnimation {
  0% {
      transform: scale(1); /* 原始大小 */
  }
  50% {
      transform: scale(0.8); /* 缩小到50% */
  }
  100% {
      transform: scale(1); /* 回到原始大小 */
  }
}
.index .sec4 .list .item .img { max-width: 32px;}
.index .sec4 .list .item .img img { max-width: 100%;}
.index .sec4 .list .item .info p:nth-of-type(1) { font-size: 16px;color: #45B6FB; line-height: 28px; display: flex;}
.index .sec4 .list .item .info p:nth-of-type(1) span { font-size: 36px; color: #FFFFFF; line-height: 1; font-weight: bold;}
.index .sec4 .list .item .info p:nth-of-type(2) { margin-top: 10px; font-size: 18px; color: #45B6FB; line-height: 1; font-weight: bold;}
.index .sec4 .list .line-gray { width: 1px;height: 70px;background: #444444; position: absolute;}
.index .sec4 .list .item1 { top: 80px; right: 57.33%;}
.index .sec4 .list .item1 .point-img { right: -18px;}
.index .sec4 .list .item2 { top: 144px; left: 60.08%;}
.index .sec4 .list .item2 .point-img { top: 10px; left: -40px;}
.index .sec4 .list .item3 { top: 222px; right: 52.78%;}
.index .sec4 .list .item3 .point-img { top: -17px; right: -12px;}
.index .sec4 .list .item4 { top: 294px; left: 62.67%;}
.index .sec4 .list .item4 .point-img { top: 10px; left: -29px;}
.index .sec4 .list .item5 { top: 356px; left: 43%;}
.index .sec4 .list .item5 .point-img { top: -35px; left: -3px;}
.index .sec4 .list .item6 { top: 455px; left: 25.33%;}
.index .sec4 .list .item6 .point-img { left: 49px; top: -32px;}

.index .sec5 { padding: 70px 0;}  
.index .sec5 .title-box { text-align: left;} 
.index .sec5 .list { display: flex; flex-wrap: wrap; margin-top: 17px;}  
.index .sec5 .list .item { margin-top: 23px; width: calc(33.33% - 15px); margin-right: 22px; box-shadow: 0px 10px 10px 0px rgba(216,230,247,0.5); border-radius: 10px; overflow: hidden;}  
.index .sec5 .list .item:nth-child(3n) { margin-right: 0;}
.index .sec5 .list .item .img { width: 100%; height: 246px; transition: all 0.3s; overflow: hidden;}  
.index .sec5 .list .item .img img { width: 100%; height: 100%; object-fit: cover;}  
.index .sec5 .list .item .img:hover img { transform: scale(1.1);}
.index .sec5 .list .item .cont { padding: 13px 22px 21px;}  
.index .sec5 .list .item .cont .name { font-weight: bold; font-size: 20px; color: #000000;line-height: 30px;} 
.index .sec5 .list .item .cont .name:hover { color: #4394ff;}
.index .sec5 .list .item .cont .desc { font-size: 14px; color: #666666; line-height: 24px; margin-top: 10px;}   
 
.index .sec6 { padding: 44px 0 65px; background: #F6F8FE;}
.index .sec6 .title-box { text-align: left;}
.index .sec6 .list { margin-top: 16px; display: flex; flex-wrap: wrap;}
.index .sec6 .list .item { margin-top: 24px; width: calc(20% - 20px); margin-right: 24px; padding: 35px 20px 28px; text-align: center; background: #FFFFFF; border-radius: 10px;}
.index .sec6 .list .item:nth-child(5n) { margin-right: 0;}
.index .sec6 .list .item:hover { background: #D8E6F7; box-shadow: 0px 10px 10px 0px rgba(216,230,247,0.5);}
.index .sec6 .list .item .img { margin: 0 auto; width: 76px; max-width: 100%; height: 80px; border-radius: 10px; overflow: hidden;transition: 0.3s;}
.index .sec6 .list .item .img img { width: 100%; height: 100%; }
.index .sec6 .list .item .name { margin-top: 20px; font-size: 16px; color: #000000; line-height: 28px; font-weight: bold;}
.index .sec6 .list .item .more { margin-top: 15px; width: 110px; max-width: 100%; height: 32px; border-radius: 6px; border: 1px solid #EEEEEE; font-size: 14px;color: #999999;line-height: 32px;}
.index .sec6 .list .item:hover .more { background: #4394FF; color: #FFFFFF;}

.index .sec7 { padding: 100px 0;}
.index .sec7 .static { display: flex; justify-content: center; margin-top: 30px; font-family: OPPOSans;}
.index .sec7 .static p { font-size: 16px; color: #282828; line-height: 36px; padding: 0 14px;}
.index .sec7 .static p span { font-size: 28px; color: #4394FF;}
.index .sec7 .list { padding: 0 7.91%; padding-top: 28px; display: flex; flex-wrap: wrap; justify-content: center; background: url(../image/index-sec7-bg.png) no-repeat; background-size: auto; background-position: center top; }
.index .sec7 .list .item { width: calc(20% - 28px); height: 84px; background: #FFFFFF; box-shadow: 0px 6px 6px 0px rgba(216,230,247,0.3); border-radius: 6px; border: 1px solid #E1EAF8; margin: 0 14px;margin-top: 27px; transition: all 0.3s; overflow: hidden;} 
.index .sec7 .list .item img { width: 100%; height: 100%; object-fit: contain;}
.index .sec7 .list .item:hover img { transform: scale(1.1);}

/* 分页 */
.page-pagination .pagination { display: flex; justify-content: center; flex-wrap: wrap;}
.page-pagination .pagination li { min-width: 25px;height: 25px;background: #FFFFFF;border: 1px solid #BFBFBF; font-size: 12px;color: #999999;line-height: 25px; text-align: center; margin: 0 5px; cursor: pointer;}
.page-pagination .pagination li.active { background: #333333; border: 1px solid #333333; color: #FFFFFF;}
.page-pagination .pagination li.prev, .page-pagination .pagination li.next { padding: 0 16px; }

/* 地区选择 */
.layer-area-modal-layer { max-width: 90%; max-height: 90%;}
.layer-area-modal-layer.layui-layer .layui-layer-ico{font-family: "bootstrap-icons" !important; font-style: normal; -webkit-font-smoothing: antialiased;background:unset;font-size:24px;color: #999;top:0px;right:-5px;}
.layer-area-modal-layer.layui-layer .layui-layer-ico:before { content: "\f62a"}

/* 分页banner */
.common-banner { width: 100%; position: relative;}
.common-banner img { width: 100%; }
.common-banner .swiper-button-next, .common-banner .swiper-button-prev {  width: 48px; height: 88px; background: rgba(255, 255, 255, 0.2); border-radius: 5px; color: #fff;}
.common-banner .swiper-button-next:after, .common-banner .swiper-button-prev:after { font-size: 26px;}
.common-banner .swiper-button-next { right: 18.75%;}
.common-banner .swiper-button-prev { left: 18.75%;}
@media screen and (max-width: 1460px) { 
  .common-banner .swiper-button-next { right: 50px;}
  .common-banner .swiper-button-prev { left: 50px;}
}
.fen-banner { width: 100%;}
.fen-banner .img { width: 100%; height: auto;}
/* 面包屑 */
.crumbs-wrap { margin-top: 10px; padding: 20px 0; font-size: 20px; color: #222222; line-height: 30px;}
/* 新闻导航 */
.second-menu { margin-top: 20px;}
.second-menu .wrap { text-align: center; border-bottom: 1px solid #EEEEEE; white-space: nowrap; overflow-x: auto;}
.second-menu .tab-item { display: inline-block; padding: 25px; font-size: 20px; color: #999999; line-height: 30px; cursor: pointer; position: relative;}
.second-menu .tab-item.active { color: #222222;}
.second-menu .tab-item.active::after { content: ''; width: calc(100% - 50px); height: 2px; background: #222222; position: absolute; left: 25px; bottom: 0;}
.second-menu .wrap::-webkit-scrollbar { width: 0; height: 4px;}

.crumbs-search { display: flex; align-items: center; padding: 20px 0;}
.crumbs-search .crumbs-wrap { margin-top: 0; padding: 0;}
.crumbs-search .search-box { margin-left: 49px; display: flex;}
.crumbs-search .search-box .search { font-size: 20px; color: #222222; cursor: pointer; display: flex;background: #FFFFFF;box-shadow: 0px 2px 8px 0px rgba(216,230,247,0.5);border-radius: 0px 4px 4px 0px;}
.crumbs-search .search-box .checked { min-width: 102px;height: 50px; font-size: 14px;color: #333333; line-height: 50px; text-align: center; padding: 0 15px; position: relative;}
.crumbs-search .search-box .checked::after { content: ''; width: 1px; height: 18px; background: #EEEEEE;position: absolute; top: 50%; margin-top: -9px; right: 0;}
.crumbs-search .search-box .keyword {padding: 0 15px;}
.crumbs-search .search-box .keyword::placeholder { color: #999999;}
.crumbs-search .search-box select { padding: 10px; appearance: none; -webkit-appearance: none; -moz-appearance: none;}
.crumbs-search .search-box select option{ padding: 0 10px;}
.crumbs-search .search-box button { width: 82px;height: 50px;background: #4394FF;border-radius: 0px 4px 4px 0px;}
.crumbs-search .search-box button i { font-size: 18px; color: #FFFFFF;}

/* 平台介绍 */
.platform .sec1 { padding: 55px 0 60px;}
.platform .sec1 .title { font-size: 36px; color: #333333; line-height: 46px; text-align: center;}
.platform .sec1 .s-title { font-size: 18px; color: #666666; line-height: 28px;}
.platform .sec1 .line { width: 48px; height: 4px; background: #DDDDDD; border-radius: 3px; margin: 0 auto; margin-top: 25px;}
.platform .sec1 .info-box { margin-top: 30px; display: flex; justify-content: space-between; font-size: 16px; color: #5C6873; line-height: 1.8;}
.platform .sec1 .info-box img { max-width: 100%;}
.platform .sec1 .info-box .info { width: calc(100% - 400px); font-size: 16px; color: #5C6873; line-height: 30px;}
.platform .sec1 .info-box .info p+p { margin-top: 30px;}
.platform .sec1 .info-box .img { width: 360px; display: inline-block; height: auto; transition: all 0.3s; border-radius: 20px; overflow: hidden;}
.platform .sec1 .info-box .img img { width: 100%; height: auto;}
.platform .sec1 .line1 { width: 32px; height: 3px; background: #DDDDDD; margin-top: 58px;}
.platform .sec1 .contact { margin-top: 36px;}
.platform .sec1 .contact .name { font-size: 16px; color: #282828; margin-bottom: 20px;}
.platform .sec1 .contact .item { display: flex; padding: 5px 0; align-items: center;}
.platform .sec1 .contact .item i { width: 18px; height: 16px; font-size: 16px; line-height: 1; color: #CCCCCC; margin-right: 8px;}
.platform .sec1 .contact .item img { width: 18px; height: 16px; object-fit: contain; margin-right: 8px;}
.platform .sec1 .contact .item span { font-size: 16px; color: #282828; line-height: 20px;}

.platform .sec2 { padding: 95px 0 73px; background: linear-gradient(-68deg, #4673F8 22%, #10E2E8 100%); box-shadow: 0px 10px 10px 0px rgba(216,230,247,0.5);}
.platform .sec2 .title { font-size: 72px; color: #FFFFFF; line-height: 80px; text-align: center;}
.platform .sec2 .s-title { margin-top: 22px; font-size: 32px; color: #FFFFFF; line-height: 48px;}
.platform .sec2 .list { margin-top: 60px; display: flex;}
.platform .sec2 .list .item { flex: 1; text-align: center;}
.platform .sec2 .list .item img { width: 108px; height: 108px;}
.platform .sec2 .list .item p { margin-top: 18px; font-size: 16px; color: #FFFFFF; line-height: 26px;}

.platform .sec3 { padding: 63px 0 0;}
.platform .sec3 .title { font-size: 36px; color: #333333; line-height: 46px; text-align: center;}
.platform .sec3 .title span { color: #FA666F;}
.platform .sec3 .s-title { margin-top: 15px; font-size: 18px; color: #666666; line-height: 28px;}
.platform .sec3 .line { width: 48px; height: 4px; background: #DDDDDD; border-radius: 3px; margin: 0 auto; margin-top: 25px;}
.platform .sec3 .list .item { padding: 40px 0;}
.platform .sec3 .list .item+.item { border-top: 1px solid #EEEEEE;}
.platform .sec3 .list .item .tit { padding-left: 27px; font-size: 20px; color: #333333; font-weight: bold; line-height: 1; position: relative;}
.platform .sec3 .list .item .tit::after { content: ''; width: 15px; height: 20px; background: #4394FF; position: absolute; left: 0; top: 0;}
.platform .sec3 .list .item .info-box { margin-top: 20px; display: flex; justify-content: space-between; font-size: 16px; color: #5C6873; line-height: 1.8;}
.platform .sec3 .list .item .info-box img { max-width: 100%;}
.platform .sec3 .list .item .info { width: calc(100% - 400px); font-size: 16px; color: #5C6873; line-height: 30px;}
.platform .sec3 .list .item .info p+p { margin-top: 30px;}
.platform .sec3 .list .item .img { width: 360px; transition: all 0.3s; border-radius: 20px; overflow: hidden;}
.platform .sec3 .list .item .img img { width: 100%; height: auto;}
.platform .sec3 .list .item:nth-child(2n) .info-box { flex-direction: row-reverse;}

.platform .sec4 { padding: 104px 0 130px; background: #0066FF; position: relative;}
.platform .sec4::before { content: ''; width: 100%; height: 70%; background: #F4F4F4; position: absolute; left: 0; top: 0; z-index: 1;} 
.platform .sec4::after { content: ''; width: 367px; height: 350px; background: url(../image/platform-and.png); background-size: 100% auto; position: absolute; right: 41.16%; top: 165px; z-index: 2;} 
.platform .sec4>.wrap { position: relative; z-index: 3; display: flex; justify-content: space-between;} 
.platform .sec4 .tit { font-size: 72px; color: #000000;}
.platform .sec4 .line1 { width: 32px; height: 3px; background: #DDDDDD; margin-top: 180px;}
.platform .sec4 .contact { margin-top: 36px;}
.platform .sec4 .contact .name { font-size: 16px; color: #282828; margin-bottom: 20px;}
.platform .sec4 .contact .item { display: flex; padding: 5px 0;}
.platform .sec4 .contact .item img { width: 18px; height: 16px; object-fit: contain; margin-right: 8px;}
.platform .sec4 .contact .item i { width: 18px; height: 16px; font-size: 16px; line-height: 20px; color: #CCCCCC; margin-right: 8px;}
.platform .sec4 .contact .item span { font-size: 16px; color: #282828; line-height: 20px;}
.platform .sec4 .form-box { width: 590px; padding: 66px 54px 80px; background: #FFFFFF; border-radius: 10px;}
.platform .sec4 .form-box .name { font-size: 16px; color: #333333;}
.platform .sec4 .form-box .item-wrap { display: flex; flex-wrap: wrap; justify-content: space-between;}
.platform .sec4 .form-box .item-box { width: 100%; margin-top: 20px; position: relative;}
.platform .sec4 .form-box .item-box.column2 { width: calc(50% - 17px);}
.platform .sec4 .form-box .item-box.require::before { content: '*'; font-size: 14px; position: absolute; left: -14px; top: 16px;}
.platform .sec4 .form-box .item .input-box { border: 1px solid #DDDDDD; position: relative;}
.platform .sec4 .form-box .item .input-box input { width: 100%; padding: 10px 13px; line-height: 22px; background-color: transparent;}
.platform .sec4 .form-box .item .select { width: 100%; padding: 10px 13px; line-height: 22px; background-color: transparent; appearance: none; -webkit-appearance: none; -moz-appearance: none;}
.platform .sec4 .form-box .item .select-box::after { content: "\f282"; font-family: 'bootstrap-icons'; color: #999; position: absolute; right: 13px; top: 15px;}
.platform .sec4 .form-box .item textarea { width: 100%; height: 136px; padding: 10px 13px; }
.platform .sec4 .form-box .item .num { font-size: 14px; color: #BBBBBB; position: absolute; bottom: 10px; right: 10px;}
.platform .sec4 .form-box .submit { margin: 0 auto; margin-top: 50px; width: 140px; height: 44px; background: #FFFFFF; border-radius: 22px; border: 1px solid #999999; font-size: 16px; color: #999999; line-height: 42px; text-align: center;}
.platform .sec4 .form-box .submit:hover { background: #4394FF; border: 1px solid #4394FF; color: #fff;}
.platform .sec4 .form-box .tips { font-size: 14px; color: #333333; margin-top: 20px; line-height: 24px; text-align: center;}


/* 出海服务 */
.overseasService .crumbs-wrap { margin-top: 0; padding: 25px 0;}
.overseasService .list { display: flex; flex-wrap: wrap; padding-bottom: 57px;}  
.overseasService .list .item { margin-bottom: 23px; width: calc(33.33% - 15px); margin-right: 22px; box-shadow: 0px 10px 10px 0px rgba(216,230,247,0.5); border-radius: 10px; overflow: hidden;}  
.overseasService .list .item:nth-child(3n) { margin-right: 0;}
.overseasService .list .item .img { width: 100%; height: 246px; transition: all 0.3s; overflow: hidden;}  
.overseasService .list .item .img img { width: 100%; height: 100%; object-fit: cover;}  
.overseasService .list .item .img:hover img { transform: scale(1.1);}
.overseasService .list .item .cont { padding: 13px 22px 21px;}  
.overseasService .list .item .cont .name { font-weight: bold; font-size: 20px; color: #000000;line-height: 30px;} 
.overseasService .list .item:hover .cont .name { color: #4394ff;} 
.overseasService .list .item .cont .desc { font-size: 14px; color: #666666; line-height: 24px; margin-top: 10px;}   
 
/* 新闻列表页 */
.newsList .news-list .item { padding: 25px 0; display: flex;}
.newsList .news-list .item:hover { background: #FAFAFA;}
.newsList .news-list .item .img {width:250px;height:160px;background:#BCBCBC;border-radius:12px;margin-right:20px;overflow:hidden}
.newsList .news-list .item .img img {width:100%;height:100%;object-fit:cover;transition: all 0.3s;}
.newsList .news-list .item .img:hover img { transform: scale(1.1);}
.newsList .news-list .item .info {flex:1}
.newsList .news-list .item .info .name {font-weight:bold;font-size:20px;color:#000000;line-height:30px}
.newsList .news-list .item .info .name:hover {color: #4394ff;}
.newsList .news-list .item .info .time {margin-top:10px;font-size:12px;color:#9DA4AF;line-height:16px}
.newsList .news-list .item .info .time i {color:#D5D5D5;margin-right:6px}
.newsList .news-list .item .info .time span {padding-left:15px}
.newsList .news-list .item .info .desc {margin-top:33px;font-size:14px;line-height:24px;color:#333333;display:-webkit-box !important;overflow:hidden;white-space:normal !important;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.newsList .news-list .item .link {width:80px;height:28px;background:#FFFFFF;border-radius:4px;border:1px solid #EEEEEE;text-align:center;font-size:12px;color:#333333;line-height:28px;margin:0 20px;margin-top:88px}
.newsList .news-list .item .link:hover {background: #F3F3F3;}
.newsList .page-pagination { margin-top: 75px; padding-bottom: 80px;}

/* 新闻详情页 */
.newsDetail .detail-box .news-name { font-size: 36px;color: #333333;line-height: 42px; padding-top: 30px; text-align: center;}
.newsDetail .detail-box .news-source { margin-top: 30px; font-size: 14px;color: #333333;line-height: 20px; text-align: center;} 
.newsDetail .detail-box .news-source span { color: #999999; padding-left: 10px;} 
.newsDetail .detail-box .detail { padding: 25px 0 40px; margin-top: 28px; border-top: 1px solid #EEEEEE; font-size: 16px;color: #333333;line-height: 1.8;} 
.newsDetail .detail-box .detail img { max-width: 100%;} 
.newsDetail .detail-bottom { padding: 35px 0; border-top: 1px solid #EEEEEE; display: flex; justify-content: space-between;} 
.newsDetail .detail-bottom .prev,
.newsDetail .detail-bottom .next { font-size: 16px; color: #333333; line-height: 24px;} 
.newsDetail .detail-bottom .prev:hover,
.newsDetail .detail-bottom .next:hover { color: #4394FF;}

.newsDetail .detail-cont { display: flex; padding: 60px 0 100px;}
.newsDetail .detail-cont .left { flex: 1;}
.newsDetail .detail-cont .left .tit { font-size: 20px;}
.newsDetail .keyword { font-size: 16px; color: #2B2B2B; margin-top: 20px;} 
.newsDetail .keyword span { font-weight: bold;} 
.newsDetail .detail-cont .relate-tit { margin-top: 130px; font-size: 18px;color: #333333; font-weight: bold; line-height: 1; border-bottom: 1px solid #EEEEEE;}
.newsDetail .detail-cont .relate-tit span { display: inline-block;  padding-bottom: 19px; border-bottom: 2px solid #333333;}
.newsDetail .detail-cont .relate-news { margin-top: 17px;}
.newsDetail .detail-cont .relate-news .item { position: relative; display: flex; padding-left: 17px; font-size: 16px; color: #333333; line-height: 40px;}
.newsDetail .detail-cont .relate-news .item:after { content: ''; width: 3px; height: 3px; background: #8E8E8E; position: absolute; left: 0; top: 18px;}
.newsDetail .detail-cont .relate-news .item .name { flex: 1;display: -webkit-box !important;overflow: hidden;white-space: normal !important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.newsDetail .detail-cont .relate-news .item .name:hover { color: #4394ff;}
.newsDetail .detail-cont .relate-news .item .date { font-size: 14px; color: #999999;}

.newsDetail .detail-cont .right { width: 385px; margin-left: 60px;}
.newsDetail .detail-cont .right .tit-box1 { padding-bottom: 19px; align-items: center;}
.newsDetail .detail-cont .right .tit-box1 a { font-size: 14px;}
.newsDetail .detail-cont .right .tit-box a:hover,
.newsDetail .detail-cont .right .tit-box1 a:hover { color: #4394ff;}
.newsDetail .detail-cont .right .tit { font-size: 20px; color: #222222;}
.newsDetail .detail-cont .right .right_top { box-shadow: 0px 10px 10px 0px rgba(216,230,247,0.5);border-radius: 10px;}
.newsDetail .detail-cont .right .poster { height: 246px; background: #DEE1E5; border-radius: 12px; position: relative; overflow: hidden;}
.newsDetail .detail-cont .right .poster .img { width: 100%; height: 100%; transition: all 0.3s;}
.newsDetail .detail-cont .right .poster .img img { width: 100%; height: 100%; object-fit: cover;}
.newsDetail .detail-cont .right .poster .info { width: 100%; padding: 0 19px; align-items: center; position: absolute; left: 0; bottom: 16px;}
.newsDetail .detail-cont .right .poster .info span { flex: 1; display: block; font-size: 18px; color: #FEFEFE; line-height: 23px; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.newsDetail .detail-cont .right .list { padding: 0 20px;}
.newsDetail .detail-cont .right .item { padding: 20px 0; border-bottom: 1px solid #E5E5E5;  display: flex;}
.newsDetail .detail-cont .right .item:last-child { border-bottom: none;}
.newsDetail .detail-cont .right .item .info { width: calc(100% - 100px); padding-right: 10px;}
.newsDetail .detail-cont .right .item .info .name { display: flex; align-items: center;}
.newsDetail .detail-cont .right .item .info .name span { font-size: 16px; color: #000000; line-height: 23px; display: -webkit-box !important;overflow: hidden;white-space: normal !important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.newsDetail .detail-cont .right .item .info .name span:hover { color: #4394ff;}
.newsDetail .detail-cont .right .item .info .date { font-size: 12px;color: #999999;line-height: 24px; margin-top: 16px;}
.newsDetail .detail-cont .right .item .img { width: 100px;height: 64px;background: #BCBCBC;border-radius: 6px;overflow: hidden;}
.newsDetail .detail-cont .right .item .img img { width: 100%; height: 100%; object-fit: cover;}
.newsDetail .detail-cont .right .right_bottom { margin-top: 23px; background: url(../image/index-sec3-bg.png) no-repeat; background-size: 100% 100%; border-radius: 10px;box-shadow: 0px 10px 10px 0px rgba(216,230,247,0.5);border-radius: 10px;}
.newsDetail .detail-cont .right .tit-box { padding: 23px 20px 7px;}
.newsDetail .detail-cont .right .tit-box p { font-size: 20px;color: #000000; line-height: 20px;font-weight: bold;}
.newsDetail .detail-cont .right .tit-box a { font-size: 14px; color: #8DACC8; line-height: 20px;}
.newsDetail .detail-cont .right .list2 { padding: 8px 20px;}
.newsDetail .detail-cont .right .list2 .item { display: flex; padding: 10px 0;}
.newsDetail .detail-cont .right .item .name { flex: 1; font-size: 16px; color: #000000; line-height: 20px; display: -webkit-box !important;overflow: hidden;white-space: normal !important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.newsDetail .detail-cont .right .item .name:hover { color: #4394ff;}
.newsDetail .detail-cont .right .item .date { font-size: 12px;color: #97B3CD;line-height: 20px;}
.newsDetail .detail-cont .active_box { padding: 10px 0; border-radius: 10px; box-shadow: 5px 5px 15px rgba(216,230,247,0.5), -5px -5px 10px rgba(216,230,247,0.5);}
.newsDetail .detail-cont .active_box .list .item { padding: 10px 0;}
.newsDetail .detail-cont .active_box .list .item .name:hover { color: #4394ff;}

/* 产业集群 */
.industrial .industrial-cont { padding-bottom: 80px; background: #F6F8FE;}
.industrial .industrial-cont .list { padding: 2px 0 82px; display: flex; flex-wrap: wrap;}
.industrial .industrial-cont .list .item { margin-top: 24px; width: calc(20% - 20px); margin-right: 24px; padding: 35px 20px 28px; text-align: center; background: #FFFFFF; border-radius: 10px;}
.industrial .industrial-cont .list .item:nth-child(5n) { margin-right: 0;}
.industrial .industrial-cont .list .item:hover { background: #D8E6F7; box-shadow: 0px 10px 10px 0px rgba(216,230,247,0.5);}
.industrial .industrial-cont .list .item .img { margin: 0 auto; width: 76px; max-width: 100%; height: 80px; border-radius: 10px; overflow: hidden;transition: 0.3s;}
.industrial .industrial-cont .list .item .img img { width: 100%; height: 100%; }
.industrial .industrial-cont .list .item .name { margin-top: 20px; font-size: 16px; color: #000000; line-height: 28px; font-weight: bold;}
.industrial .industrial-cont .list .item .more { margin-top: 15px; width: 110px; max-width: 100%; height: 32px; border-radius: 6px; border: 1px solid #EEEEEE; font-size: 14px;color: #999999;line-height: 32px;}
.industrial .industrial-cont .list .item:hover .more { background: #4394FF; color: #FFFFFF;}

.relate-cont-box { margin-top: 60px; margin-bottom: 80px;}
.relate-cont-box .relate-tit { font-size: 18px;color: #333333; font-weight: bold; line-height: 1; border-bottom: 1px solid #EEEEEE;}
.relate-cont-box .relate-tit span { display: inline-block;  padding-bottom: 19px; border-bottom: 2px solid #333333;}
.relate-cont-box .relate-list { margin-top: 17px;}
.relate-cont-box .relate-list .item { width: 40%; position: relative; display: flex; padding-left: 17px; font-size: 16px; color: #333333; line-height: 40px;}
.relate-cont-box .relate-list .item:after { content: ''; width: 3px; height: 3px; background: #8E8E8E; position: absolute; left: 0; top: 18px;}
.relate-cont-box .relate-list .item .name { flex: 1;display: -webkit-box !important;overflow: hidden;white-space: normal !important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.relate-cont-box .relate-list .item .name:hover { color: #4394ff;}
.relate-cont-box .relate-list .item .date { font-size: 14px; color: #999999;}

/* 出海资讯详情 */
.overseasDetail { padding-bottom: 40px;}
.overseasDetail .keyword { padding-bottom: 40px;}

/* 平台动态 */
.platformDynamics .apply-box { margin-top: 30px; text-align: center;}
.platformDynamics .apply-box .apply-btn { width: 160px; height: 48px; background: #FFFFFF; border-radius: 24px; border: 1px solid #999999; font-size: 18px; color: #333333; line-height: 48px;}
.platformDynamics .apply-box .apply-btn:hover {background: #4394ff; border-radius: 24px; border: 1px solid #4394ff; color: #fff;}

/* 合作伙伴 */
.partner { padding-bottom: 80px;} 
.partner .title { margin-top: 35px; font-weight: bold; font-size: 32px; color: #15062B; line-height: 36px; text-align: center;} 
.partner .static { display: flex; justify-content: center; margin-top: 30px; font-family: OPPOSans;}
.partner .static p { font-size: 16px; color: #282828; line-height: 36px; padding: 0 14px;}
.partner .static p span { font-size: 28px; color: #4394FF;}
.partner .partner-cont { background: url(../image/partner-bg.png) no-repeat; background-size: auto; background-position: center -70px;}
.partner .list { padding: 0 7.91%; padding-top: 28px; display: flex; flex-wrap: wrap; justify-content: center; }
.partner .list .item { width: calc(20% - 28px); height: 84px; background: #FFFFFF; box-shadow: 0px 6px 6px 0px rgba(216,230,247,0.3); border-radius: 6px; border: 1px solid #E1EAF8; margin: 0 14px;margin-top: 27px; transition: all 0.3s; overflow: hidden;} 
.partner .list .item img { width: 100%; height: 100%; object-fit: contain;}
.partner .list .item:hover img { transform: scale(1.1);}

/* 选择地区 */
.area-modal-html { display: none;}
.area-modal { display: flex; padding-top: 47px; height: 100%;}
.area-modal .city { width: 33.28%; height: 100%; background: #F6F6F8; overflow-y: auto;}
.area-modal .city .item { font-size: 16px; color: #333333; line-height: 48px; padding: 0 20px; text-align: center; cursor: pointer;}
.area-modal .city .item:hover,
.area-modal .city .item.active { color: #4394FF; background: #FFFFFF; }
.area-modal .area { padding: 0 30px; flex: 1; display: flex; flex-direction: column;}
.area-modal .area .name { min-height: 48px; font-size: 16px; color: #000000; line-height: 48px; font-weight: bold;border-bottom: 1px solid #EEEEEE; }
.area-modal .area .list { flex: 1; overflow-y: auto; display: none;}
.area-modal .area .list .item { display: inline-block; width: 30%; font-size: 16px; color: #7D7D7D; line-height: 48px; cursor: pointer;}
.area-modal .area .list .item:hover,
.area-modal .area .list .item.active { color: #4394FF;}
.area-modal *::-webkit-scrollbar { width: 6px; height: 6px;}
.area-modal *::-webkit-scrollbar-corner, .area-modal *::-webkit-scrollbar-thumb, .area-modal *::-webkit-scrollbar-track { border-radius: 4px; }
.area-modal *::-webkit-scrollbar-corner, .area-modal *::-webkit-scrollbar-track {  background-color: rgba(255,255,255,1); box-shadow: inset 0 0 1px rgba(0,0,0,0); }
.area-modal *::-webkit-scrollbar-thumb { background-color: #4394FF; }

/* 需求填报 */
.requirement { padding-bottom: 34px;}
.requirement .title { padding-top: 34px; font-size: 36px; color: #333333; line-height: 46px; text-align: center;}
.requirement .form-box { width: 494px; padding-top: 55px; margin: 0 auto;}
.requirement .form-box .name { padding-top: 25px; font-size: 16px; line-height: 30px; color: #333333;}
.requirement .form-box .name span { font-size: 14px; color: #AAAAAA;}
.requirement .form-box .item-wrap { display: flex; flex-wrap: wrap; justify-content: space-between;}
.requirement .form-box .item-box { width: 100%; margin-top: 13px; position: relative;}
.requirement .form-box .item-box.column2 { width: calc(50% - 17px);}
.requirement .form-box .item .input-box { border: 1px solid #DDDDDD; position: relative;}
.requirement .form-box .item .input-box input { width: 100%; padding: 10px 13px; line-height: 22px; background-color: transparent;}
.requirement .form-box .item .select { width: 100%; padding: 10px 13px; line-height: 22px; background-color: transparent; appearance: none; -webkit-appearance: none; -moz-appearance: none;}
.requirement .form-box .item .select-box::after { content: "\f282"; font-family: 'bootstrap-icons'; color: #999; position: absolute; right: 13px; top: 15px;}
.requirement .form-box .item textarea { width: 100%; height: 136px; padding: 10px 13px; }
.requirement .form-box .item .num { font-size: 14px; color: #BBBBBB; position: absolute; bottom: 10px; right: 10px;}
.requirement .form-box .submit { margin: 0 auto; margin-top: 38px; width: 140px; height: 44px; background: #FFFFFF; border-radius: 22px; border: 1px solid #999999; font-size: 16px; color: #999999; line-height: 42px; text-align: center;}
.requirement .form-box .submit:hover { background: #4394FF; border: 1px solid #4394FF; color: #fff;}
.requirement .tips { font-size: 14px; color: #333333; line-height: 24px; text-align: center; margin-top: 20px;}
