
@media (min-width: 992px) {
  .item_has_children .down_menu {
    background: rgba(1, 79, 224, 0.9);
  }
  .sticky_header .down_menu,
  .dark_header .down_menu {
    background: rgba(255, 255, 255, 1);
  }
}
.banner{
  background: url('../images/home/banner_bg.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 768px){
  .banner {
    background: url('../images/home/banner_bg_m.jpg') no-repeat;
    background-size: 100% 100%; 
  }
  .banner_inner .created_acc_num{
    display: none;
  }
  .mobile_register{
    margin-top: 28px;
    display: block;
  }
}
/* 企业服务 */
.service_sec {
  padding-bottom: 180px;
  background: url('../images/home/global-m-bg.png') no-repeat left bottom;
  background-size: 100% 448px;
  overflow: hidden;
}
@media (max-width: 768px){
  .service_sec {
    background: url('../images/home/global-m-bg-m.png') no-repeat left bottom;
    background-size: 100% 390px;
  }
}
.service_sec ._container{
  text-align: center;
}
.service_sec .module_title{
  margin-bottom: 172px;
}
.service_inner {
  text-align: center;
  display: inline-block;
  position: relative;
}

.service_center_text {
  border-radius: 50%;
  border:2px solid #F2F2F2;
  width: 364px;
  height: 364px;
  padding:40px;
  margin: 0 auto;
}

.service_inner_circle {
  box-shadow:0px 20px 60px 0px rgba(0,148,219,0.1);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.service_inner_circle img {
  width: 200px;
  object-fit: contain;
}

.service_item {
  position: absolute;
  transition: all .3s ease-in-out;
}

.service_icon {
  width: 46px;
  height: 46px;
  border: 2px solid #F2F2F2;
  border-radius: 50%;
  margin: auto;
  transition: all .3s ease-in-out;
  background-color: #fff;
  color:#00A6FD;
  box-shadow: 0 0 0 5px #fff;
  transition: all 0.3s;
  text-align: center;
  line-height: 42px;
}

.service_text {
  position: absolute;
  width: 368px;
  transition: all .3s ease-in-out;
  padding: 10px 24px 14px;
}

.service1 {
  top: -23px;
  left: 0;
  right: 0;
  text-align: center;
}

.service5 {
  bottom: 60px;
  left: 4px;
  text-align: center;
}



h4 {
  font-weight:bold;
  font-weight: 600;
  line-height: 30px;
  color: #00A6FD;
  margin-bottom: 12px;
}

.service_text p, .service_text .more{
  line-height:22px;
  opacity: 0;
  visibility: hidden;
  white-space:nowrap;
  transition: all .3s ease-in-out;
}
.service_text .more{
  display: block;
  line-height:22px;
  color:#FFC500;
  text-decoration:underline;
  margin-top:16px;
}



.service1 .service_text {
  top: -50px;
  left: 0px;
  right: 0;
  width: 100%;
}

.service2 .service_text {
  top: -8px;
  left: 46px;
  text-align: left;
}

.service3 .service_text {
  top: -8px;
  left: 46px;
  text-align: left;
}

.service4 .service_text {
  top: 46px;
  left: 0px;
  right: 0;
  width: 100%;
}


.service5 .service_text {
  top: -8px;
  right: 46px;
  text-align: right;
}

.service6 .service_text {
  top: -8px; 
  right: 46px;
  text-align: right;
}

/* .service_item:hover.service4 .service_ttitle_lineext {
  top: 66px;
} */

/* hover */
@media (min-width: 1024px){

  .service_item:hover.service1 {
    top: -28px;
  }
  
  .service2 {
    top: 60px;
    right: 4px;
    text-align: center;
  }
  
  .service_item:hover.service2{
    right: -1px;
  }
  
  .service3 {
    bottom: 60px;
    right: 4px;
    text-align: center;
  }
  
  .service_item:hover.service3{
    right: -1px;
  }
  
  .service4 {
    bottom: -23px;
    left: 0px;
    right: 0;
    text-align: center;
  }
  
  .service_item:hover.service4 {
    bottom: -28px;
  }

  .service_item:hover.service5 {
    left: -1px;
  }
  
  .service6 {
    top: 60px;
    left: 4px;
    text-align: center;
  }
  
  .service_item:hover.service6 {
    left: -1px;
  }

  .service_item .service_text .more:hover{
    color:#00A6FD;
  }

  .service_item:hover .service_icon {
    transform: scale(1.15);
    box-shadow: 0 0 0 8px #fff;
    background: #00A6FD;
    color:#fff;
  }

  .service_item:hover .service_text p,
  .service_item:hover .service_text a{
    opacity: 1;
    visibility: visible;
  }

  .service_item:hover.service1 .service_text{
    top: -134px;
  }

}

@media (max-width: 1024px){
  .service_sec {
    padding: 0;
  }
  .service_sec .module_title{
    margin-bottom: 28px;
  }
  .service_inner{
    display: block;
  }
  .service_center_text{
    border:none;
    max-width: 320px;
    height: 212px;
    padding: 0;
  }
  .service_inner_circle{
    box-shadow: none;
  }
  .service_inner_circle img {
    width: 100%;
  }
  .service_list {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 0;
  }
  .service_sec .service_item {
    position: static;
    width: 50%;
    margin-bottom: 28px;
  }
  .service_sec .service_text{
    position: static;
    text-align: center;
    width: 100%;
  }
  .service_sec .service_text p{
    opacity: 1;
    visibility: visible;
    white-space:normal;
  }
  .service_item .service_text .more{
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 768px){
  .service_list{
    padding: 0;
  }
  .service_center_text{
    display: none;
  }
  .service_sec .service_item{
   width: 100%;
  }
  .service_sec .service_text{
    padding: 10px 0 14px;
  }
  .service1{
    order: 1;
  }
  .service2{
    order: 3;
  }
  .service3{
    order: 4;
  }
  .service4{
    order: 6;
  }
  .service5{
    order: 5;
  }
  .service6{
    order: 2;
  }
}

/* 选择skyee理由 */
.select_trust_sec{
  background: url('../images/home/select-trust-bg.jpg') no-repeat ;
  background-size:cover;
  /* padding-top:230px; */
  overflow: hidden;
}
.select_trust_inner{
  overflow: hidden;
}
.select_trust_sec .module_title{
  margin-bottom: 56px;
}


.select_trust_sec .select_menu{
  padding-left:178px; 
  margin-bottom: 60px;
  line-height: 22px;
  color: #333;
}


.select_menu .select_menu_title{
  margin-bottom: 10px;
  position: relative;
  color:#00A6FD;
}

.select_menu .select_menu_title::after{
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #00A6FD;
  border-radius: 50%;
  top:50%;
  left:-20px;
  transform: translate(0,-50%);
}
.trust_item .select_menu li{
  line-height: 22px;
}


@media (max-width: 992px){
  .select_trust_sec .select_menu{
    padding-left:80px; 
    margin-bottom: 40px;
  }
}
@media (max-width: 768px){
  .select_trust_sec{
    background: url('../images/home/select-trust-bg-m.jpg') no-repeat ;
    background-size:cover;
  }
}


/* 幻灯片区域 */
.carousel_sec{
  padding-bottom: 112px;
  overflow: hidden;
}
.carousel_sec .module_title{
  margin-bottom: 56px;
}

.carousel_sec .carousel_inner{
  padding:0 80px;
}

.carousel_sec .swiper_box{
  width: 100%;
  height: 382px;
  position: relative;
}

.carousel_sec .carousel_swiper{
  width: 100%;
  height: 100%;
  box-shadow:0px 10px 50px 0px rgba(0,148,219,0.1);
  border-radius:10px;
  overflow: hidden;
}

.carousel_sec  .swiper_button_next,
.carousel_sec  .swiper_button_prev{
  z-index: 9;
  position: absolute;
  width:52px;
  height:52px;
  background: #00A6FD;
  box-shadow:0px 5px 6px 0px rgba(0,148,219,0.1);
  border-radius: 50%;
  top:50%;
  color:#fff;
  transition: all .3s ease-in-out;
}

.carousel_sec  .swiper_button_next:hover,
.carousel_sec  .swiper_button_prev:hover{
  background: #00b8fd;
  box-shadow:0px 5px 6px 0px rgba(0,148,219,0.3);
}

.carousel_sec  .swiper_button_next{
  right: 0;
  transform: translate(50%,-50%)
}
.carousel_sec  .swiper_button_prev{
  left: 0;
  transform: translate(-50%,-50%)
}
.carousel_sec  .swiper_button_prev i {
  transform: rotate(180deg);
}

.carousel_sec .swiper_img{
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  width: 540px;
  background: #fff;
  z-index: 8;
}

.carousel_sec .swiper_img img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transition: opacity ease-in-out .6s;
}

.carousel_sec .swiper-slide{
  padding-left: 540px; 
}

.carousel_sec .slide_inner{
  height: 100%;
  padding:84px 38px 20px;
}
.carousel_sec .slide_inner .img_box{
  width: 115px;
  height: 44px;
  margin:0 auto 40px;
}
.carousel_sec .slide_inner img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.text1 ,.text2{
  text-align: center;
  line-height: 22px;
}
.text1{
  color:#507390;
  margin-bottom: 54px;
}
.text2{
 color:rgba(0,0,0,0.25);
}

@media (max-width: 992px){
  .carousel_sec{
    padding-bottom: 56px;
  }
  .carousel_sec .swiper_box{
    height: auto;
  }
  .carousel_sec .carousel_inner{
    padding:0 20px;
  }
  .carousel_sec .swiper-slide{
    padding-left: 0px; 
  }
  
  .carousel_sec .slide_inner{
    height: 100%;
    padding:26px 20px 20px;
  }
  .carousel_sec .slide_inner .img_box {
    margin-bottom: 20px;
  }
  .carousel_sec .slide_inner .text1{
    margin-bottom: 20px;
  }
  .carousel_sec .swiper_img{
    display: none;
  }
}

/* 客户名单 */
.client_logo_sec {
  background: #F0F6FA;
  /* min-height: 224px; */
  position: relative;
}
.client_logo_sec ._container {
  overflow: hidden;
}
.client_logo_sec::after{
  content: '';
  position: absolute;
  left:0;
  top:0;
  bottom: 0;
  width: 25%;
  background:linear-gradient(90deg,rgba(245,250,254,1) 0%,rgba(255,255,255,0) 100%);
}
.client_logo_sec::before{
  content: '';
  position: absolute;
  right:0;
  top:0;
  bottom: 0;
  width:25%;
  background:linear-gradient(90deg,rgba(255,255,255,0.1) 0%,rgba(245,250,254,1) 100%);
}

.client_logo_sec .client_logo_slider_t{
  padding:54px 0 23px;
}

.client_logo_sec .client_logo_slider_b{
  padding:23px 0 60px 0;
}
.client_logo_sec a,
.client_logo_sec .logo_item{
  display: block;
  width: 130px;
  height: 32px;
}

.client_logo_slider_t li {
  margin-right: 114px
}
.client_logo_slider_b li {
  margin-left: 114px
}

.client_logo_sec img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}


@media(max-width:768px){
  .client_logo_sec a,
  .client_logo_sec .logo_item{
    width: 80px;
    height: 20px;
  }
  .client_logo_slider_t li {
    margin-right: 60px
  }
  .client_logo_slider_b li {
    margin-left: 60px
  }
  .client_logo_sec .client_logo_slider_t{
    padding:20px 0 20px;
  }
  
  .client_logo_sec .client_logo_slider_b{
    padding:20px 0 20px 80px;
  }
}

/* 新闻动态 */
.news_trends_sec{
  padding-bottom: 50px;
}

.news_trends_inner{
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.button_group{
  min-height:48px;
}

.button_group li:not(:last-child){
  margin-right: 34px;
}
.button_group a{
  transition: all .3s;
  padding: 4px 0;
  color:#507390;
  position: relative;
  line-height: 26px;
  display: block;
}

.button_group a::after{
  content: '';
  position: absolute;
  left: 0;
  width: 14px;
  height: 2px;
  background: #507390;
  opacity: 0;
  transition: opacity .3s,transform .3s;
}


.button_group a::after{
  bottom: 0;
  transform: translateY(10px);
}

.button_group a.active,
.button_group a:hover{
  color:#00A6FD;
}

.button_group a.active::after,
.button_group a:hover::after{
  opacity: 1;
  transform: translateY(0px);
  background: #00A6FD;
}

@media (max-width: 992px){
  .button_group{
    display: none;
  }
  .news_trends_inner .more_btn{
    display: block;
    padding: 0 24px;
    max-width: 80px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 40px;
    border: 1px solid #00A6FD;
    color: #00A6FD;
    transition: all .3s;
    margin: 30px auto 0;
  }
  .news_trends_sec{
    padding-bottom: 28px;
  }
}