@import url("./font.css");
*{
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
}
.height_840{
  height: 52.5rem;
  background-size: cover;
  padding-top: 4rem;
}
@media only screen and (min-width: 1920px) {
  html,body{font-size:16px;}
  .common_padding{
    padding: 0 22.5rem;
  }
  .banner-prev {
    left: -6.125rem
  }
  .banner-next {
    right: -6.125rem
  }
  .nav_item{
    margin-right: 5rem;
  }
 
}
@media (min-width: 1200px) and (max-width: 1919px) {
  html,body{font-size:14px;}
  .common_padding{
    padding:0 12rem;
  }
  .banner-prev {
    left: -6.125rem
  }
  .banner-next {
    right: -6.125rem
  }
  .nav_item{
    margin-right: 4rem;
  }
}
@media (min-width:992px) and (max-width: 1199px) {
  html,body{font-size:12px;}
  .banner-prev {
    left: 0
  }
  .banner-next {
    right: 0
  }
  .nav_item{
    margin-right: 5rem;
  }
}
@media (max-width: 991px) {
  html,body{font-size:10px;}
  .banner-prev {
    left: 0
  }
  .banner-next {
    right: 0
  }
  .nav_item{
    margin-right: 5rem;
  }
}
body{
  min-width: 1200px;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width:8px; 
}
/* 滚动槽 */
::-webkit-scrollbar-track {
  -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
  border-radius:10px;
  }
  /* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius:8px;
  background:rgba(0,0,0,0.1);
  -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
  }
::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(0,0,0,0.1);
}
@keyframes hover {
  0% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
  }
  25% {
    transform: translateY(-6.25px);
    animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
  }
  75% {
    transform: translateY(6.25px);
    animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes blurFadeIn {
  0% {
      opacity: 0;
      text-shadow: 0px 0px 40px #fff;
      transform: scale(1);
  }
  100% {
      opacity: 1;
      text-shadow: 0px 0px 1px #fff;
      transform: scale(1);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 60%, 0);
    -webkit-transform: translate3d(0, 60%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(200px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightMin {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-200px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
._none{
  display: none;
}
.banner-prev,
.banner-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(99,187,255,0.43);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}
.banner-prev>img,
.banner-next>img {
  width:0.5rem;
}
.comm_h1{
  font-size: 2.5rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222222;
  line-height: 3.5rem;
  margin-bottom: 0.625rem;
  text-align: center;  
}
.comm_p{
  font-size: 1rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 1.375rem;
  text-align: center;
}
body .top-content .desc {
  height: calc((100% - 4rem));
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .top-content .desc .info>h1 {
  margin-bottom: 0.6875rem;
  font-size: 3.375rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 4.6875rem;
  opacity: 0;
  font-family: PingFangSC-Semibold, PingFang SC;
  animation: fadeInUp 1.3s 0.2s ease forwards;
}
body .top-content .desc .info>p {
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  color: #fff;
  opacity: 0;
  animation: fadeInUp 1.3s 0.6s ease forwards;
}
body .top-content .desc .info> a {
  display: block;
  height: 3.5rem;
  line-height: 3.5rem;
  width: 11rem;
  border-radius: 0.375rem;
  text-align: center;
  font-weight: 500;
  color: #227CFF;
  font-size: 1.125rem;
  background: #fff;
  opacity: 0;
  animation: fadeInUp 1.3s 1s ease forwards;
}

body .top-content .desc .info>img,
body .show .show_container .right .solution-desc>img{
  width: 9.375rem;
  height: auto;
  margin-top: 1.875rem;
  opacity: 0;
  display: block;
}
body .top-content .desc>img {
  opacity: 0;
  animation: fadeInRightBig 1.3s 0.8s ease forwards;
}
body .top-content .desc .info .illustrate{
  display: flex;
  margin-top: 1.875rem;
  margin-bottom:2.5rem; 
  opacity: 0; 
  animation: fadeInUp 1.3s 0.8s ease forwards;
}
body .top-content .desc .info .illustrate>div{
  width: 4.25rem;
  height: 1.75rem;
  font-size:0.875rem;
  color: #FFFFFF;
  margin-right: 0.625rem;
  text-align: center;
  line-height: 1.75rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
body .service{
  height: 45.0625rem;
  background: url("../../img/serve/bg_server@2x.png") ;
  background-size: 100% 100%;
}
body .service .service_container{
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  height: 100%;
}
body .service .service_container .architecture_left{
  margin-top:5.875rem;
  margin-right: 2.8125rem;
}
body .service .service_container .architecture_left>p{
  font-size: 2.25rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 3.125rem;
  margin-bottom: 1.25rem;
}
body .service .service_container .architecture_right{
  flex: 1;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}
body .service .service_container .architecture_right .super-item{
    height: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex: 1;
}
body .service .service_container .architecture_right .super-item .super-itor{
  border-left: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(255,255,255,0.3);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 100%);
  height: 50%;
  padding: 1.75rem 1.75rem 0 1.75rem;
  -webkit-transition: height .5s;
  transition: height .5s;
  cursor: pointer;
}
body .service .service_container .architecture_right .super-item:last-child .super-itor{
  border-right: 1px solid rgba(255,255,255,0.3);
}
body .service .service_container .architecture_right .super-item .super-itor>h1{
  font-size: 2.5rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 3.5rem;
  margin-bottom: 1.25rem;
}
body .service .service_container .architecture_right .super-item .super-itor>h6{
  font-size: 0.875rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.25rem;
}
body .service .service_container .architecture_right .super-item #item0:hover{
  height: 84%;
  background: url("../../img/serve/yuanma@2x.png") ;
  background-size: cover;
  border-left:none;
}
body .service .service_container .architecture_right .super-item #item1:hover{
  height: 84%;
  background: url("../../img/serve/bushu@2x.png") ;
  background-size: cover;
  border-left:none;
}
body .service .service_container .architecture_right .super-item #item2:hover{
  height: 84%;
  background: url("../../img/serve/dingzhi@2x.png") ;
  background-size: cover;
  border-left:none;
}
body .service .service_container .architecture_right .super-item #item3:hover{
  height: 84%;
  background: url("../../img/serve/ui@2x.png") ;
  background-size: cover;
  border-left:none;
}
body .service .service_container .architecture_right .super-item #item4:hover{
  height: 84%;
  background: url("../../img/serve/shouhou@2x.png") ;
  background-size: cover;
  border-left:none;
}
body .service .service_container .architecture_right .super-item #item5:hover{
  height: 84%;
  background: url("../../img/serve/upload@2x.png") ;
  background-size: cover;
  border-left:none;
}
body .bg-di{
  width: 100%;
  background: url("../../img/home/banner@2x.png") no-repeat;
  background-size: cover;
  padding: 3.1875rem 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
body .bg-di a{
  display: flex;
  width: 7.75rem;
  height: 2.5rem;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.5);
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
}
body .bg-di>h3{
  font-size: 2.25rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 3.125rem;
  margin-bottom: 1.25rem;
}
body .bg-di>p{
  font-size: 1.25rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.75rem;
  margin-bottom: 2.5rem;
  font-family: PingFangSC-Semibold, PingFang SC;
}
body .bg-di a>img{
  width: 1.25rem;
  margin-left:0.5rem;
}
body .program{
  background: linear-gradient(180deg, #E8F2FF 0%, #FFFFFF 100%);
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

body .program .program_container .content{
  display: flex;
  margin-top: 3.75rem;
}
body .program .program_container .content .item{
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border-radius: 0.625rem;
  width: calc((100% - 5.25rem)/3);
  margin-right: 2.625rem;
}
body .program .program_container .content .item:nth-child(3n+0){
  margin-right: 0;
}
body .program .program_container .content .item .item_maskt{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
body .program .program_container .content .item>img{
  width: 100%;
  transition: all 1s;
  display: block;
}
body .program .program_container .content .item:hover img{
  transform: scale(1.5);
}
body .program .program_container .content .item  .item_maskt>p{
  font-size: 2.5rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 3.5rem; 
  z-index: 10;
  font-family: PingFangSC-Semibold, PingFang SC;
}
body .program .program_container .content .item+body .program .program_container .content .item{
  margin: 0 42px;
}
body .process .process_container>img{
  width: 100%;
  height: auto; 
  margin-top: 3.75rem;
}
.news_box{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.news_box .swipers{
  position: relative;
  margin-top: 3.75rem;
}
.news_box .new_item{
  height: 242px;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px 0px rgba(104,153,255,0.1);
  border-radius: 10px;
  display: block;
}
.news_box .new_item>.img{
  height: 164px;
}
.news_box .new_item>.img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_box .news_title{
  padding-left: 1rem;
  margin-bottom: 7px;
  margin-top: 1rem;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box; 
  -webkit-line-clamp:1; 
  -webkit-box-orient:vertical;
  display: -moz-box; 
  -moz-line-clamp:1; 
  -moz-box-orient:vertical;
  word-wrap: break-word; 
  word-break: break-all; 
  white-space: normal;
}
.news_box .news_date{
  padding-left: 1rem;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #95989D;
  line-height: 17px;
}
.news_box .detail-link{
  display: block;
  width: 6.875rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background: #227CFF;
  border-radius: 6px;
  margin: 3.75rem auto 0;
  font-size: 0.875rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}
body .show{
  background: #293EFF;  
  padding-top: 5rem !important;
  padding-bottom: 6.375rem !important;
  text-align: center;
}
body .show>h1{
  color: #FFFFFF;
}
body .show>p{
  color: #FFFFFF;
}
body .show .show_container{
  height: 32.5rem;
  display: flex;
  margin-top: 102px;
  margin-top: 6.375rem;
}
body .show .show_container .left{
  width: 16.75rem;
  display: flex;
  flex-direction:column;
  justify-content: space-between;
}
body .show .show_container .left >div{
  width: 100%;
  height: 5rem;
  background: rgba(255,255,255,0.1);
  border-radius: 1.25rem;
  border: 1px solid rgba(255,255,255,0.1);
  font-size: 1.375rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: PingFangSC-Medium, PingFang SC;
}
body .show .show_container .left >div span{
  display: inline-block;
  width: 5.5rem;
  text-align: left;
}
body .show .show_container .left .active{
  background: #FFFFFF !important;
  color: #000 !important;
}
body .show .show_container .left>div>img{
  width: 2.125rem;
  height: 2.125rem;
  margin-left: 1.125rem;
}
body .show .show_container .left>div .close{
  display: none;
  opacity: 1;
}
body .show .show_container .right{
  flex: 1;
  background: rgba(255,255,255,0.1);
  border-radius: 1.25rem;
  border: 1px solid rgba(255,255,255,0.1);
  margin-left: 1.25rem;
  padding: 2.25rem 0 0 2.25rem;
  position: relative;
  display: none;
  text-align: left;
}
body .show .show_container .right .solution-desc{
    width: 50%;
    display: inline-block;
    text-align: left;
    position: relative;
    animation: blurFadeIn  1s ease-in 0s forwards;
    opacity: 0;
    margin-right: 2.2625rem;
}
body .show .show_container .right .solution-desc>h1{
  font-size: 2.5rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 3.5rem;
  margin-bottom: 1.25rem;
}
body .show .show_container .right .solution-desc>p{
  font-size: 1.25rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.75rem;
  margin-bottom: 3.125rem;
}
body .show .show_container .right .solution-desc>a{
  display: inline-block;
  width: 10.625rem;
  height: 2.5rem;
  background: #FFFFFF;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #293EFF;
  line-height:2.5rem;
  text-align: center;
}
body .show .show_container .right .phone{
  width: 18.375rem;
  height: auto;
  position: absolute;
  /* right: 5.1875rem; */
  left: 60%;
  top: -2.625rem;
  z-index: 9;
}
body .show .show_container .right .display1{
  width: 20.625rem; 
  height: auto;
  position: absolute;
  /* right: 23.375rem; */
  bottom: 0px;
  left: 14.25rem;
}
body .show .show_container .display{
  display: block;
}
body .intro{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
body .intro .content{
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  margin-top: 3.75rem;
}
body .intro .content .item{
  /* width: 24.125rem; */
  width: calc((100% - 2.625rem)/3);
  margin-right: 1.3125rem;
  height: 20rem;
  border: 1px solid #F4F4F4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}
body .intro .content .item:nth-child(3n+0){
  margin-right: 0;
}
body .intro .content .item:hover{
  background: linear-gradient(180deg, rgba(34,124,255,0.1) 0%, rgba(34,124,255,0) 100%);
  box-shadow: 0px 9px 1.875rem 0px rgba(43,78,129,0.06);
  border: 1px solid #F4F4F4;
}
body .intro .content .item:hover .line {
  width: 100%;
}
body .intro .content .item .line{
  position: absolute;
  top: 0;
  height: 2px;
  background: #006CFF;
  width: 0;
  transition: all 0.3s;
}
body .intro .content .item>img{
  width: 6.25rem;
  height: 6.25rem;
}
body .intro .content .item>p{
  font-size: 1.375rem;
  font-weight: 500;
  color: #222222;
  line-height: 1.875rem;
  margin: 1.8125rem 0 0.9375rem;
}
body .intro .content .item>div{
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.375rem;
}
.live_programme{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.live_programme .live_programme_container{
  display: flex;
  margin-top: 3.75rem;
}
.live_programme  .programme_container_left{
  width: 43.625rem;
}
.live_programme  .programme_container_left>img{
  width: 100%;
}
.live_programme  .programme_container_right{
  flex: 1;
  margin-left: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.live_programme  .programme_container_right_item{
  cursor: pointer;
  margin-bottom:3.75rem ;
}
.live_programme  .top{
  display: flex;
  align-items: center;
}
.programme_container_right .top>img{
  width: 1.625rem;
  margin-right: 0.625rem;
}
.live_programme  .blue_f{
  font-size: 1.375rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #222222;
  line-height: 1.875rem;
}

.live_programme  .show_img{
  display: block;
}
.live_programme  .none_img{
  display: none;
}
.live_programme .programme_container_right .bottom{
  font-size: 1rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 1.375rem;
  margin-top: 0.625rem;
}