@charset "utf-8";
.home_btn {
  display: inline-block;
  width: 220px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  background: #023E84;
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
.home_btn:hover {
  opacity: 0.9;
  color: #fff;
}
.home_btn.line_btn {
  background: transparent;
  border: 1px solid #C4C4C4;
  color: #6a6a6a;
}
.home_btn.line_btn:hover {
  opacity: 1;
  background: #023E84;
  color: #fff;
}
.home_btn.white_btn {
  background: #fff;
  color: #023E84;
  width: 266px;
  font-weight: normal;
}
.home_btn.white_btn:hover {
  background: #023E84;
  color: #fff;
  opacity: 1;
}
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .swiper-pagination {
  bottom: 4.2%;
  left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  background: #fff;
  opacity: 1;
  color: #fff;
  font-size: 0;
  border-radius: 50%;
  margin: 0 16px;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  background: transparent;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  position: relative;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 38px;
  height: 38px;
  border: 2px solid #023e84;
  border-radius: 50%;
  clip: rect(0, 100px, 10px, 0);
  animation: loading 3.6s infinite linear;
}
@keyframes loading {
  0% {
    transform: rotate(90deg);
    clip: rect(0, 100px, 10px, 0);
  }
  100% {
    transform: rotate(360deg);
    clip: rect(0, 100px, 100px, 0);
  }
}
.banner .banner_list {
  position: relative;
  overflow: hidden;
  /* Chrome, Safari, Opera */
}
.banner .banner_list.swiper-slide-active .banner_list_img img {
  animation: magicada 8s ease-in-out 0s 1 alternate forwards;
  animation-iteraction-count: 1;
}
.banner .banner_list .banner_list_img img {
  width: 100%;
  height: calc(100vh);
  object-fit: cover;
}
@-webkit-keyframes magicada {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
  }
}
.banner .banner_list .banner_list_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
  max-width: 1640px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.banner .banner_list .banner_list_txt .list_txt_dd {
  width: 100%;
  max-width: 820px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  color: #373737;
}
.banner .banner_list .banner_list_txt .list_txt_dd.blue_text {
  color: #023E84;
}
.banner .banner_list .banner_list_txt .list_txt_pp {
  width: 100%;
  max-width: 600px;
  color: #303030;
  line-height: 34px;
  margin-top: 25px;
}
.banner .banner_list .banner_list_txt a {
  margin-top: 38px;
}
.temp_h5 {
  color: #023E84;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.temp_h5 span {
  color: #252525;
  margin: 0 0 0 20px;
}
/*首页简介*/
.home_jj {
  width: 100%;
  padding: 70px 0 100px 0;
  background: url(../images/home/home_jj_bj.png) no-repeat center 70px;
  background-size: 100% auto;
}
.home_jj .jianjie_con {
  width: 100%;
}
.home_jj .jianjie_con .jianjie_text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.home_jj .jianjie_con .jianjie_text .jj_desc {
  width: 100%;
  max-width: 1220px;
  margin: 50px auto 60px auto;
  display: inline-block;
}
.home_jj .jianjie_con .jianjie_text .jj_desc p {
  line-height: 30px;
  color: #303030;
  text-align: center;
}
.home_jj .jianjie_con .jianjie_data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.home_jj .jianjie_con .jianjie_data .data_item {
  width: calc(100% / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.home_jj .jianjie_con .jianjie_data .data_item .number {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.home_jj .jianjie_con .jianjie_data .data_item .number span {
  color: #023E84;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 66px;
}
.home_jj .jianjie_con .jianjie_data .data_item .number text {
  margin-left: 6px;
  color: #252525;
  line-height: 52px;
  font-weight: bold;
}
.home_jj .jianjie_con .jianjie_data .data_item p {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #252525;
  letter-spacing: 1px;
  padding: 30px 20px 10px 20px;
  display: inline-block;
  border-top: 1px solid #B7B7B7;
  margin-top: 30px;
}
.home_jj .jianjie_con .jianjie_data .data_item h6 {
  padding: 0 20px;
  color: #252525;
  width: 100%;
  text-align: center;
  display: inline-block;
  line-height: 24px;
}
/*首页视频*/
.home_video {
  width: 100%;
}
.home_video .desc_video {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.home_video .desc_video .ff_img {
  width: 100%;
  height: auto;
}
.home_video .desc_video .oper_icon {
  background: rgba(2, 62, 132, 0.81);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  cursor: pointer;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.home_video .desc_video .oper_icon::before {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0.27);
  border-radius: 50%;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.home_video .desc_video .oper_icon::after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0.27);
  border-radius: 50%;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.home_video .desc_video .oper_icon img {
  display: inline-block;
  width: 20px;
  height: auto;
  position: relative;
  z-index: 2;
}
.home_video .desc_video .oper_icon:hover::before {
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  opacity: 1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.home_video .desc_video .oper_icon:hover::after {
  width: 106px;
  height: 106px;
  margin-top: -53px;
  margin-left: -53px;
  opacity: 1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
/*视频播放*/
.video_show {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 30;
  position: fixed;
  background: rgba(55, 58, 71, 0.6);
}
.video_show.videoShow {
  display: flex;
}
.video_show.videoShow .video_box {
  -webkit-animation-name: anim-open-6;
  animation-name: anim-open-6;
}
.video_show .video_box {
  width: 70%;
  max-width: 1360px;
  max-height: 84%;
  padding: 24px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-animation-name: anim-close-6;
  animation-name: anim-close-6;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.video_show .video_box .close-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/close1.png) center center no-repeat rgba(0, 0, 0, 0.9);
  background-size: auto auto;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 32;
  cursor: pointer;
}
.video_show .video_box .close-btn:hover {
  opacity: 0.9;
}
.video_show .video_box video {
  width: 100%;
  height: auto;
}
@-webkit-keyframes anim-open-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-open-6 {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px) perspective(600px) rotateX(0deg);
  }
}
@-webkit-keyframes anim-close-6 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
}
@keyframes anim-close-6 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-elem-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*首页案例*/
.home_case {
  width: 100%;
  padding: 88px 0 56px 0;
}
.home_case .case_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 54px;
}
.home_case .case_list .case_img {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.home_case .case_list .case_img img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.home_case .case_list .case_img p {
  display: inline-block;
  width: 100%;
  height: 86px;
  padding: 0 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  color: #fff;
  line-height: 108px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home_case .case_list .case_l {
  width: 32.08%;
}
.home_case .case_list .case_r {
  width: calc(100% - 32.08% - 30px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.home_case .case_list .case_r .case_img {
  width: calc(50% - 15px);
}
.home_case .case_list .case_r .case_img:nth-child(3),
.home_case .case_list .case_r .case_img:nth-child(4) {
  margin-top: 24px;
}
/*首页联系我们*/
.home_contact {
  width: 100%;
  position: relative;
  background: #F5F5F5;
}
.home_contact .lx_img {
  width: 100%;
  height: auto;
}
.home_contact .cnt_box {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home_contact .cnt_box .safe_width {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home_contact .cnt_box .safe_width .cnt_l {
  width: calc(100% - 320px);
}
.home_contact .cnt_box .safe_width .cnt_l h5 {
  width: 100%;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.home_contact .cnt_box .safe_width .cnt_l p {
  width: 100%;
  display: inline-block;
  color: #fff;
  margin-top: 12px;
}
/*首页合作伙伴*/
.home_huoban {
  width: 100%;
  background: #f5f5f5;
  padding: 86px 0 100px 0;
}
.home_huoban .logo_swiper {
  width: 100%;
  margin-top: 70px;
}
.home_huoban .logo_swiper .swiper-slide a {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 132px;
  background: #fff;
  padding: 0 30px;
}
.home_huoban .logo_swiper .swiper-slide a img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 90%;
}
.home_huoban .logo_swiper .swiper-slide a:hover {
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.11);
}
@media screen and (max-width: 1440px) {
  /*banner*/
  .banner {
    height: unset;
    overflow: hidden;
  }
  .banner .banner_list .banner_list_img img {
    height: auto;
  }
  /*首页合作伙伴*/
  .home_huoban .logo_swiper .swiper-slide a {
    height: 114px;
  }
}
@media screen and (max-width: 1366px) {
  .home_case .case_list .case_r .case_img:nth-child(3),
  .home_case .case_list .case_r .case_img:nth-child(4) {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1280px) {
  /*首页合作伙伴*/
  .home_huoban .logo_swiper .swiper-slide a {
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .home_btn {
    width: 200px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    font-size: 18px;
  }
  .home_btn.white {
    width: 246px;
  }
  /*banner*/
  .banner {
    height: 520px;
  }
  .banner .banner_list {
    height: 100%;
  }
  .banner .banner_list .banner_list_img {
    height: 100%;
  }
  .banner .banner_list .banner_list_img img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
  .banner .banner_list .banner_list_txt {
    padding-top: 50px;
  }
  .banner .banner_list .banner_list_txt .list_txt_pp {
    line-height: 28px;
    margin-top: 10px;
  }
  .banner .banner_list .banner_list_txt a {
    margin-top: 20px;
  }
  .home_case .case_list .case_r .case_img:nth-child(3),
  .home_case .case_list .case_r .case_img:nth-child(4) {
    margin-top: 30px;
  }
  /*首页合作伙伴*/
  .home_huoban {
    padding: 60px 0 80px 0;
  }
  .home_huoban .logo_swiper {
    margin-top: 50px;
  }
  .home_huoban .logo_swiper .swiper-slide a {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .home_btn {
    height: 2.25rem;
    border-radius: 1.125rem;
    line-height: 2.25rem;
    font-size: 0.7rem;
  }
  .home_btn.white_btn {
    width: 9rem;
  }
  /*视频播放*/
  .video_show .video_box {
    width: 90%;
    max-width: 100%;
    max-height: 84%;
    padding: 0.6rem;
  }
  .video_show .video_box .close-btn {
    width: 1.2rem;
    height: 1.2rem;
  }
  /*视频播放*/
  /*banner*/
  .banner {
    height: unset;
    overflow: hidden;
  }
  .banner .swiper-pagination {
    bottom: 1rem;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 12px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    width: 34px;
    height: 34px;
  }
  .banner .banner_list {
    height: unset;
  }
  .banner .banner_list .banner_list_img img {
    width: 100%;
    height: auto;
  }
  .banner .banner_list .banner_list_txt {
    padding: 3.5rem 1.1rem 0 1.1rem;
    align-items: center;
    justify-content: flex-start;
  }
  .banner .banner_list .banner_list_txt .list_txt_pp {
    display: none;
  }
  .banner .banner_list .banner_list_txt a {
    display: none;
  }
  /*首页简介*/
  .home_jj {
    padding: 2rem 0 2.5rem 0;
    background: url(../images/home/home_jj_bj.png) no-repeat center 4.25rem;
    background-size: auto 13.5rem;
  }
  .home_jj .jianjie_con {
    flex-direction: column;
  }
  .home_jj .jianjie_con .jianjie_text {
    width: 100%;
  }
  .home_jj .jianjie_con .jianjie_text .jj_desc {
    margin: 1.65rem 0 0.4rem 0;
  }
  .home_jj .jianjie_con .jianjie_data {
    width: 100%;
    flex-wrap: wrap;
  }
  .home_jj .jianjie_con .jianjie_data .data_item {
    padding-top: 1.6rem;
    width: 100%;
  }
  .home_jj .jianjie_con .jianjie_data .data_item .number span {
    line-height: 1.4rem;
  }
  .home_jj .jianjie_con .jianjie_data .data_item .number text {
    margin-left: 0.15rem;
    line-height: 1rem;
  }
  .home_jj .jianjie_con .jianjie_data .data_item p {
    padding: 0;
    border: none;
    margin: 0.4rem 0 0.1rem 0;
    letter-spacing: normal;
  }
  .home_jj .jianjie_con .jianjie_data .data_item h6 {
    padding: 0;
  }
  /*首页视频*/
  .home_video .desc_video {
    height: 11.35rem;
  }
  .home_video .desc_video .ff_img {
    width: auto;
    height: 100%;
  }
  .home_video .desc_video .oper_icon {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    margin-left: -1rem;
  }
  .home_video .desc_video .oper_icon::before {
    width: 2.4rem;
    height: 2.4rem;
    margin-top: -1.2rem;
    margin-left: -1.2rem;
    opacity: 1;
    border-width: 0.0125rem;
  }
  .home_video .desc_video .oper_icon::after {
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    opacity: 1;
    border-width: 0.0125rem;
  }
  .home_video .desc_video .oper_icon img {
    width: 0.6rem;
  }
  .home_video .desc_video .oper_icon:hover::before {
    width: 2.4rem;
    height: 2.4rem;
    margin-top: -1.2rem;
    margin-left: -1.2rem;
  }
  .home_video .desc_video .oper_icon:hover::after {
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    opacity: 1;
  }
  /*首页案例*/
  .home_case {
    width: 100%;
    padding: 2.5rem 0 1.35rem 0;
  }
  .home_case .line_btn {
    width: 100%;
  }
  .home_case .case_list {
    flex-direction: column;
    margin-top: 1.5rem;
  }
  .home_case .case_list .case_img {
    height: 10.3rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  .home_case .case_list .case_img img {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .home_case .case_list .case_img p {
    height: 2.2rem;
    padding: 0 0.6rem;
    line-height: 2.5rem;
  }
  .home_case .case_list .case_l {
    width: 100%;
  }
  .home_case .case_list .case_l img {
    width: 100%;
    height: auto;
  }
  .home_case .case_list .case_r {
    width: 100%;
    flex-direction: column;
  }
  .home_case .case_list .case_r .case_img {
    width: 100%;
  }
  .home_case .case_list .case_r .case_img:nth-child(3),
  .home_case .case_list .case_r .case_img:nth-child(4) {
    margin-top: 0;
  }
  /*首页联系我们*/
  .home_contact .cnt_box .safe_width {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .home_contact .cnt_box .safe_width .cnt_l {
    width: calc(100%);
  }
  .home_contact .cnt_box .safe_width .cnt_l h5 {
    text-align: center;
  }
  .home_contact .cnt_box .safe_width .cnt_l p {
    font-size: 0.75rem;
    text-align: center;
    margin-top: 0.9rem;
    padding: 0 0.8rem 1rem 0.8rem;
  }
  /*首页合作伙伴*/
  .home_huoban {
    padding: 1.9rem 0;
  }
  .home_huoban .temp_h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .home_huoban .temp_h5 span {
    margin: 0;
  }
  .home_huoban .logo_swiper {
    margin-top: 1.35rem;
  }
  .home_huoban .logo_swiper .swiper-slide a {
    padding: 0 0.65rem;
    height: 2.8rem;
  }
}
