@media screen and (min-width: 720px) and (max-width: 1280px) {
  .screen-width {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1920px) {
  .screen-width {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
  }
  .myVideoSwiper .swiper-slide {
    padding: 0 260px !important;
  }
}
@media screen and (min-width: 1921px) and (max-width: 2560px) {
  .screen-width {
    width: 1800px;
    margin: 0 auto;
    overflow: hidden;
  }
  .myVideoSwiper .swiper-slide {
    padding: 0 370px !important;
  }
  .product_content .product_cont {
    padding-bottom: 110px !important;
  }
  .product_content .product_card_cont {
    transform: scale(1.2) !important;
    padding-bottom: 100px !important;
  }
  .client_content {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
    transform: scale(1.1) !important;
  }
  .dynamic_content .dynaminc-cont {
    transform: scale(1.1) !important;
  }
  .dynamic_content .dynaminc-cont .dynamic {
    margin: 0 80px !important;
  }
  .intro_content .text_box .intro_logo {
    width: 160px !important;
  }
  .intro_content .text_box .intro_box {
    font-size: 20px !important;
  }
  .certificate_content .myCertificateSwiper {
    height: 600px !important;
  }
}
@media screen and (min-width: 2561px) {
  .screen-width {
    width: 1800px;
    margin: 0 auto;
    overflow: hidden;
  }
  .myVideoSwiper .swiper-slide {
    padding: 0 560px !important;
  }
  .product_content .product_cont {
    padding-bottom: 110px !important;
  }
  .product_content .product_card_cont {
    transform: scale(1.2) !important;
    padding-bottom: 100px !important;
  }
  .client_content {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
    transform: scale(1.1) !important;
  }
  .dynamic_content .dynaminc-cont {
    transform: scale(1.1) !important;
  }
  .dynamic_content .dynaminc-cont .dynamic {
    margin: 0 80px !important;
  }
  .intro_content .text_box .intro_logo {
    width: 160px !important;
  }
  .intro_content .text_box .intro_box {
    font-size: 20px !important;
  }
  .certificate_content .myCertificateSwiper {
    height: 600px !important;
  }
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #F2F4F9;
}
p,
ul,
dl {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
span {
  display: inline-block;
}
a {
  text-decoration: none;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
div {
  box-sizing: border-box;
}
img {
  display: block;
}
/* 首页 */
.mySwiper {
  height: 720px;
}
.mySwiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination {
  padding-bottom: 0.2rem;
}
.my-bullet {
  display: inline-block;
  height: 0.03rem;
  width: 0.54rem;
  margin-right: 0.11rem;
  background-color: #D9D9D9;
}
.my-bullet-active {
  background-color: #0066FF;
}
.iframe {
  height: 6.78rem;
  display: block;
}
.header_content {
  position: relative;
}
.header_content .header_cont {
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
}
.header_content .header_cont .header {
  height: 100px;
  display: flex;
  justify-content: space-between;
  overflow: visible !important;
}
.header_content .header_cont .header .logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.header_content .header_cont .header .logo .img {
  width: 218px;
  height: 44px;
}
.header_content .header_cont .header .logo .img:first-child {
  display: block;
}
.header_content .header_cont .header .logo .img:last-child {
  display: none;
}
.header_content .header_cont .header .nav_cont {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.header_content .header_cont .header .nav_cont .nav {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 0 40px;
}
.header_content .header_cont .header .nav_cont .nav .txt {
  color: #fff;
}
.header_content .header_cont .header .nav_cont .nav .wire {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  text-align: center;
  height: 3px;
  width: 30px;
  background-color: #fff;
}
.header_content .header_cont .header .nav_cont .nav .nav_box {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999999;
  text-align: center;
  background-color: #fff;
  font-size: 18px;
  box-shadow: 0 2px 3px 0 #aaa;
  transition: all 0.5s ease 0s;
}
.header_content .header_cont .header .nav_cont .nav .nav_box li {
  border-bottom: 1px solid #D9D9D9;
}
.header_content .header_cont .header .nav_cont .nav .nav_box li .tag {
  display: block;
  padding: 18px 0;
  color: #000;
}
.header_content .header_cont .header .nav_cont .nav .nav_box li:last-child {
  border-bottom: 0;
}
.header_content .header_cont .header .nav_cont .nav .nav_box li:hover {
  background-color: #eee;
}
.header_content .header_cont .header .nav_cont .nav_act .wire {
  display: block;
}
.header_content .header_cont .header .nav_cont .nav_active .wire {
  display: block !important;
}
.header_content .header_cont_active {
  background-color: #fff;
}
.header_content .header_cont_active .nav .txt {
  color: #3E4145 !important;
}
.header_content .header_cont_active .nav .wire {
  background-color: #0066FF !important;
}
.header_content .header_fixed_cont {
  position: fixed !important;
  top: 0%;
  box-shadow: 0 0 5px 0 #aaa;
}
.header_content .about_banner {
  height: 453px;
}
.header_content .about_banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header_content .plan_banner {
  width: 100%;
  height: 680px;
}
.header_content .plan_banner img {
  width: 100%;
  height: 100%;
}
.header_content .plan_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 190px;
  z-index: 2;
}
.header_content .plan_title .title {
  font-size: 60px;
  font-weight: 600;
  color: #FFFFFF;
  padding-bottom: 15px;
}
.header_content .plan_title .sub_title {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
}
.header_content .center_title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.header_content .center_title img {
  width: 505px;
  height: 140px;
}
.header_content .center_title .txt {
  padding-top: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
}
footer .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  background: url('../image/Rectangle 5.png') no-repeat 0 0/100%;
}
footer .contact .contact_title {
  color: #0066FF;
  font-size: 32px;
  font-weight: 500;
  padding-right: 90px;
}
footer .contact .inp_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 547px;
  height: 66px;
  border: 1px solid #0066FF;
  border-radius: 8px;
  font-size: 20px;
  background-color: #fff;
}
footer .contact .inp_cont .area_box {
  display: flex;
  align-items: center;
}
footer .contact .inp_cont .area_box .area {
  padding: 0 18px 0 25px;
}
footer .contact .inp_cont .area_box .iconfont {
  font-size: 30px;
}
footer .contact .inp_cont .area_box .xian {
  padding-left: 5px;
  height: 20px;
  border-right: 2px solid #D9D9D9;
}
footer .contact .inp_cont .inp {
  padding-left: 10px;
  box-sizing: border-box;
  height: 85%;
  width: 270px;
  border: 0;
  outline: 1px solid #ffffff;
  font-size: 20px;
}
footer .contact .inp_cont .submit {
  margin: 0 10px;
  color: #fff;
  width: 128px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background-color: #0066FF;
  border-radius: 8px;
  cursor: pointer;
}
footer .contact .inp_cont .submit:hover {
  background-color: #2077fa;
}
footer .footer-content {
  display: flex;
  align-items: center;
  height: 498px;
  background-color: #030F2D;
}
footer .footer-content .footer_cont {
  color: #fff;
  display: flex;
  justify-content: space-between;
}
footer .footer-content .footer_cont dl dt {
  font-size: 24px;
  margin-bottom: 24px;
}
footer .footer-content .footer_cont dl dd {
  margin: 0;
  margin-bottom: 21px;
  font-size: 18px;
}
footer .footer-content .footer_cont dl dd:hover {
  color: #0066FF;
}
footer .footer-content .footer_cont dl .heat {
  font-size: 32px;
  margin-bottom: 20px;
}
footer .footer-content .footer_cont dl .footer_date {
  font-size: 19px;
  color: #aaa;
  margin-bottom: 10px;
}
footer .footer-content .footer_cont dl .footer_img_box {
  display: flex;
}
footer .footer-content .footer_cont dl .footer_img_box img {
  width: 110px;
  height: 110px;
}
footer .footer-content .footer_cont dl .footer_img_box img:first-child {
  padding-right: 30px;
}
.floating_box {
  position: fixed;
  z-index: 99;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  padding: 0 20px;
  font-size: 12px;
  background-color: #0066FF;
  color: #fff;
  box-shadow: 0 0 5px 1px rgba(3, 15, 45, 0.08);
}
.floating_box .floating {
  position: relative;
  padding: 25px 5px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.floating_box .floating:last-child {
  border-bottom: 0;
}
.floating_box .floating img {
  width: 26px;
  height: 26px;
}
.floating_box .floating .txt {
  margin-top: 6px;
  width: 26px;
  height: 32px;
  font-size: 12px;
}
.floating_box .floating:hover .suspend_box {
  display: block;
}
.floating_box .floating .suspend_box {
  display: none;
  position: absolute;
  right: 30px;
  bottom: 0px;
}
.floating_box .floating .suspend_box .box {
  box-sizing: content-box;
  padding: 16px;
  margin-right: 50px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 5px 1px rgba(3, 15, 45, 0.08);
}
.floating_box .floating .suspend_box .box .qrcode {
  width: 110px;
  height: 110px;
}
.floating_box .floating .suspend_box .box .qrcode img {
  width: 100%;
  height: 100%;
}
.floating_box .floating .suspend_box .box .qrcode_txt {
  text-align: center;
  font-size: 16px;
  color: rgba(17, 31, 44, 0.86);
}
.floating_box .floating .suspend_box .box .suspend_txt {
  width: 150px;
  box-sizing: content-box;
  font-size: 16px;
  color: rgba(17, 31, 44, 0.86);
  font-weight: 400;
  margin-bottom: 4px;
}
.floating_box .floating .suspend_box .box .suspend_phone {
  font-size: 16px;
  font-weight: bold;
  color: rgba(17, 31, 44, 0.86);
}
.floating_box .floating .suspend_box .box::after {
  content: '';
  position: absolute;
  right: 40px;
  bottom: 20%;
  display: block;
  height: 20px;
  width: 10px;
  background: url(../image/angle.png) no-repeat 0 0 / 100% 100%;
}
.sorter_box {
  margin-top: 20px;
  padding-bottom: 60px;
  height: 87px;
  line-height: 87px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sorter_box .sorter_txt {
  height: 100%;
  color: #58626B;
}
.sorter_box .sorter_cont {
  margin-top: 60px;
  height: 87px;
  display: flex;
  align-items: center;
}
.sorter_box .sorter_cont .iconfont {
  font-size: 20px;
}
.sorter_box .sorter_cont button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 2px;
  margin: 0 5px;
  outline: none;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  color: #58626B;
}
.sorter_box .sorter_cont #page {
  display: flex;
  align-items: center;
}
.sorter_box .sorter_cont .active {
  background-color: #AECEFF !important;
}
.animatedTop {
  animation: fadeInTop 1s ease 0s 1;
}
.animatedBottom {
  animation: fadeInBottom 1s ease 0s 1;
}
.animatedLeft {
  animation: fadeInLeft 1s ease 0s 1;
}
.animatedRight {
  animation: fadeInRight 1s ease 0s 1;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
#profile {
  position: absolute;
  top: 300px;
}
#culture {
  position: absolute;
  top: 900px;
}
#strength {
  position: absolute;
  top: 1800px;
}
#relation {
  position: absolute;
  top: 2650px;
}
.nav_content {
  font-weight: 400;
  height: 88px;
  background: #FFFFFF;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
}
.nav_content .nav {
  text-align: center;
  width: 350px;
  height: 87px;
  line-height: 87px;
  font-size: 20px;
  position: relative;
}
.nav_content .nav a {
  color: black;
}
.nav_content .nav_active::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 42px;
  background-color: #0066FF;
}
.intro_content {
  padding-top: 57px;
  padding-bottom: 66px;
  display: flex;
  background-color: #FFFFFF;
}
.intro_content .video_box {
  position: relative;
  width: 560px;
  height: 316px;
}
.intro_content .video_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro_content .video_box #video {
  width: 100%;
  height: 100%;
}
.intro_content .video_box .control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(72, 72, 72, 0.1);
  padding: 20px;
  border-radius: 50%;
  backdrop-filter: blur(0.05rem);
}
.intro_content .video_box .control .iconfont {
  font-size: 30px;
  color: #fff;
}
.intro_content .video_box .control .icon-bofang {
  font-size: 25px;
  padding-left: 5px;
}
.intro_content .text_box {
  flex: 1;
  padding: 0 60px;
  padding-top: 42px;
  width: 776px;
}
.intro_content .text_box .intro_logo {
  width: 142px;
  height: 32px;
  margin-bottom: 30px;
}
.intro_content .text_box .intro_logo img {
  width: 100%;
  height: 100%;
}
.intro_content .text_box .intro_box {
  text-align: justify;
  font-size: 18px;
}
.culture_content {
  padding-top: 76px;
  height: 960px;
  background: #F2F4F9;
}
.culture_content .culture-cont-box .culture_title {
  font-size: 40px;
  color: #111F2C;
  padding-bottom: 10px;
}
.culture_content .culture-cont-box .culture_intro {
  font-size: 20px;
  color: #333F4B;
  padding-bottom: 55px;
}
.culture_content .culture-cont-box .culture_cont {
  display: flex;
}
.culture_content .culture-cont-box .culture_cont .culture {
  margin-right: 25px;
  position: relative;
  height: 327px;
  background: #FFFFFF;
}
.culture_content .culture-cont-box .culture_cont .culture .big {
  padding-left: 20px;
  padding-top: 25px;
  font-size: 128px;
  font-weight: 600;
  color: #F0F7FF;
}
.culture_content .culture-cont-box .culture_cont .culture .culture_txt {
  position: absolute;
  left: 110px;
  top: 27%;
}
.culture_content .culture-cont-box .culture_cont .culture .culture_txt .hero {
  color: #0066FF;
  font-size: 36px;
  font-weight: 600;
}
.culture_content .culture-cont-box .culture_cont .culture .culture_txt .vision {
  padding-top: 40px;
  padding-bottom: 7px;
  font-size: 32px;
}
.culture_content .culture-cont-box .culture_cont .culture .culture_txt .txt {
  font-size: 22px;
  color: #34404B;
}
.culture_content .culture-cont-box .culture_cont .box_1 {
  flex: 1;
}
.culture_content .culture-cont-box .culture_cont .box_2 {
  width: 16%;
  height: 327px;
}
.culture_content .culture-cont-box .culture_cont .box_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture_content .culture-cont-box .culture_cont .box_3 {
  flex: 1;
  margin-right: 0 !important;
  margin-top: 23px;
}
.certificate_content .certificate_title {
  padding-top: 60px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
  color: #111F2C;
}
.certificate_content .certificate_intro {
  padding-bottom: 63px;
  font-size: 20px;
  font-weight: 400;
  color: #333F4B;
}
.certificate_content .myCertificateSwiper {
  height: 500px;
  position: relative;
}
.certificate_content .myCertificateSwiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.certificate_content .myCertificateSwiper .commonNavigation {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 180px;
  filter: blur(60px);
  background-color: #ffffff;
}
.certificate_content .myCertificateSwiper .swiper-empty-left {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 180px;
  filter: blur(60px);
  background-color: #ffffff;
  left: -5%;
}
.certificate_content .myCertificateSwiper .swiper-empty-right {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 180px;
  filter: blur(60px);
  background-color: #ffffff;
  right: -5%;
}
.contact_content {
  height: 896px;
  background: #F2F4F9;
  padding-top: 72px;
}
.contact_content .contact_title {
  font-size: 40px;
  padding-bottom: 32px;
}
.contact_content .contact_cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact_content .contact_cont .cont_box {
  box-sizing: border-box;
  padding: 47px 34px 0 40px;
  margin-bottom: 28px;
  width: calc((100%/2) - 13px);
  height: 321px;
  background-color: #fff;
}
.contact_content .contact_cont .cont_box .icon_box {
  display: flex;
  padding-bottom: 35px;
}
.contact_content .contact_cont .cont_box .icon_box img {
  width: 34px;
  height: 34px;
}
.contact_content .contact_cont .cont_box .icon_box .text {
  margin-left: 10px;
  font-size: 24px;
  font-weight: 400;
  color: #111F2C;
}
.contact_content .contact_cont .cont_box .contact_intro {
  font-size: 18px;
  font-weight: 400;
  color: #575757;
  padding-bottom: 55px;
}
.contact_content .contact_cont .cont_box .phone {
  font-size: 18px;
  font-weight: 400;
  color: #34404B;
}
