@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;
  }
}
.product_content .product_title {
  padding-top: 70px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 36px;
}
.product_content .product_cont {
  display: flex;
  justify-content: center;
  padding-bottom: 42px;
}
.product_content .product_cont .product_nav {
  margin-right: 90px;
  width: 210px;
  height: 67px;
  border-radius: 8px;
  border: 0.01rem solid #D9D9D9;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px 0px #E4E7EF;
  cursor: pointer;
}
.product_content .product_cont .product_nav:last-child {
  margin-right: 0;
}
.product_content .product_cont .product_nav img {
  width: 33px;
  height: 33px;
  margin-right: 15px;
}
.product_content .product_cont .product_nav_active {
  color: #0066FF;
  border: 1px solid #0066FF;
}
.product_content .product_card_cont {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}
.product_content .product_card_cont .product_card {
  margin-right: 30px;
  position: relative;
  width: 440px;
  height: 435px;
  background: linear-gradient(270deg, #E9F3FB 0%, #F9FBFD 100%);
  box-shadow: 0px 7px 7px 0px #E4E7EF;
  border-radius: 8px;
  padding: 40px 40px 24px 40px;
}
.product_content .product_card_cont .product_card .title {
  width: 144px;
  height: 50px;
  background: #E0EAFF;
  border-radius: 6px;
  font-size: 24px;
  font-weight: 600;
  color: #0066FF;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_content .product_card_cont .product_card .intro {
  font-size: 24px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 16px;
}
.product_content .product_card_cont .product_card .prod_li {
  display: flex;
  padding-bottom: 15px;
}
.product_content .product_card_cont .product_card .prod_li .li_bg {
  position: relative;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #0066FF;
  margin-right: 10px;
  margin-top: 4px;
}
.product_content .product_card_cont .product_card .prod_li .li_bg .icon-hook {
  position: absolute;
  top: 6%;
  left: 8%;
  font-size: 14px;
  color: #fff;
}
.product_content .product_card_cont .product_card .prod_li span {
  flex: 1;
  font-size: 18px;
  color: #666;
}
.product_content .product_card_cont .product_card .btn {
  font-size: 18px;
  margin-top: 20px;
  width: 140px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  color: #0066FF;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #0066FF;
  cursor: pointer;
}
.product_content .product_card_cont .product_card .btn:hover {
  background-color: #0066FF;
  color: #fff;
}
.product_content .product_card_cont .product_card .prod_li:nth-child(6) {
  padding-bottom: 0;
}
.product_content .product_card_cont .product_card .li2 {
  padding-bottom: 0 !important;
}
.product_content .product_card_cont .product_card .abs_img_1 {
  width: 190px;
  height: 174px;
  position: absolute;
  top: 47%;
  right: 5%;
}
.product_content .product_card_cont .product_card .abs_img_1 img {
  width: 100%;
}
.product_content .product_card_cont .product_card .abs_img_2 {
  width: 174px;
  height: 174px;
  position: absolute;
  top: 15%;
  right: 4%;
}
.product_content .product_card_cont .product_card .abs_img_2 img {
  width: 100%;
}
.solution_content {
  padding-bottom: 36px;
  background-color: #F4F7FC;
}
.solution_content .title {
  padding-top: 60px;
  padding-bottom: 54px;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
}
.solution_content .solution_cont {
  padding: 60px 0;
  height: 610px;
  background: url('../image/image 37.png') no-repeat 0 0/100% 100%;
}
.solution_content .solution_cont .solution_cont_box {
  display: flex;
}
.solution_content .solution_cont .solution_cont_box .nav_left .nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  width: 300px;
  height: 80px;
  cursor: pointer;
}
.solution_content .solution_cont .solution_cont_box .nav_left .nav:hover {
  background: url('../image/opaque_bg@2x.png') no-repeat 0 0/100%;
}
.solution_content .solution_cont .solution_cont_box .nav_left .nav_active {
  position: relative;
  background: url('../image/opaque_bg@2x.png') no-repeat 0 0/100%;
}
.solution_content .solution_cont .solution_cont_box .solution_right {
  margin-left: 50px;
  background-color: #fff;
  width: 100%;
}
.solution_content .solution_cont .solution_cont_box .solution_right .solution_box {
  display: none;
  padding-left: 57px;
  padding-top: 22px;
  padding-right: 177px;
  height: 480px;
  border-radius: 8px;
}
.solution_content .solution_cont .solution_cont_box .solution_right .solution_box:first-child {
  display: block;
}
.solution_content .solution_cont .solution_cont_box .solution_right .solution_box .solution_title {
  font-size: 32px;
  padding-bottom: 17px;
}
.solution_content .solution_cont .solution_cont_box .solution_right .solution_box .intro {
  font-size: 18px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.solution_content .solution_cont .solution_cont_box .solution_right .solution_box .solution_icon {
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
}
.solution_content .solution_cont .solution_cont_box .solution_right .solution_box .solution_icon .icon_box {
  margin-right: 45px;
}
.solution_content .solution_cont .solution_cont_box .solution_right .solution_box .solution_icon .icon_box .icon_txt {
  display: flex;
  align-items: center;
  color: #0066FF;
  font-size: 18px;
}
.solution_content .solution_cont .solution_cont_box .solution_right .solution_box .solution_icon .icon_box .icon_txt img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.solution_content .solution_cont .solution_cont_box .solution_right .solution_box .solution_icon .icon_box .solution_txt {
  font-size: 14px;
}
.solution_content .solution_cont .solution_cont_box .solution_right .solution_box .solution_icon .icon_box:last-child {
  margin-right: 0;
}
.solution_content .solution_cont .solution_cont_box .solution_right .solution_box .solu_title {
  font-size: 18px;
  color: #111F2C;
  padding-bottom: 14px;
}
.solution_content .solution_cont .solution_cont_box .solution_right .solution_box .company_box {
  display: flex;
  flex-wrap: wrap;
}
.solution_content .solution_cont .solution_cont_box .solution_right .solution_box .company_box .comp_logo {
  margin-right: 16px;
  margin-bottom: 10px;
  width: 134px;
  height: 47px;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid #EFEFEF;
}
.solution_content .solution_cont .solution_cont_box .solution_right .solution_box .company_box .comp_logo img {
  width: 24px;
  object-fit: cover;
  margin-right: 4px;
}
.solution_content .solution_cont .solution_cont_box .solution_right .solution_box .solution_btn_box {
  padding-top: 26px;
  display: flex;
}
.solution_content .solution_cont .solution_cont_box .solution_right .solution_box .solution_btn_box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 139px;
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
.solution_content .solution_cont .solution_cont_box .solution_right .solution_box .solution_btn_box .box_btn_1 {
  color: #fff;
  background: #0066FF;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 139px;
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
.solution_content .solution_cont .solution_cont_box .solution_right .solution_box .solution_btn_box .box_btn_2 {
  border: 0.01rem solid #949BA0;
  color: #949BA0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 139px;
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
.client_content {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.client_content .client_cont {
  width: 685px;
  background: #FFFFFF;
  color: white;
}
.client_content .client_cont:first-child {
  margin-right: 30px;
}
.client_content .client_cont .client_title {
  padding-left: 90px;
  padding-top: 28px;
  font-weight: 400;
  font-size: 16px;
  height: 119px;
  background: url('../image/Rectangle 75.png') no-repeat 0 0/100%;
}
.client_content .client_cont .client_title .title {
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 8px;
}
.client_content .client_cont .client_title2 {
  background: url('../image/Rectangle 76.png') no-repeat 0 0/100%;
}
.client_content .client_cont .writer_box {
  position: relative;
  padding-left: 90px;
  padding-top: 30px;
  height: 468px;
  border: 0.01rem solid #D9D9D9;
}
.client_content .client_cont .writer_box .item_box {
  display: flex;
  padding-top: 23px;
}
.client_content .client_cont .writer_box .item_box:first-child {
  padding-top: 0;
}
.client_content .client_cont .writer_box .item_box:hover .client_txt .client_txt1 {
  color: #0066FF;
}
.client_content .client_cont .writer_box .item_box .img_box {
  max-width: 132px;
  height: 90px;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
}
.client_content .client_cont .writer_box .item_box .img_box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
}
.client_content .client_cont .writer_box .item_box .img_box img:hover {
  transform: scale(1.1);
}
.client_content .client_cont .writer_box .item_box .client_txt {
  width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 26px;
  font-size: 16px;
}
.client_content .client_cont .writer_box .item_box .client_txt .client_txt1 {
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 7px;
}
.client_content .client_cont .writer_box .item_box .client_txt .client_txt2 {
  color: #575757;
}
.client_content .client_cont .writer_box .writer_btn {
  position: absolute;
  z-index: 100;
  margin-top: 38px;
  border: 0.01rem solid #0066FF;
  width: 506px;
  height: 50px;
  border-radius: 8px;
  color: #0066FF;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.client_content .client_cont .writer_box .writer_btn .txt {
  margin-right: -3px;
}
.client_content .client_cont .writer_box .writer_btn .iconfont {
  padding-bottom: 1px;
  font-size: 30px;
}
.myVideoSwiper {
  width: 100%;
  height: 884px;
  background-color: #ecf3ff;
}
.myVideoSwiper .swiper-wrapper .swiper-slide {
  padding: 0 260px;
}
.myVideoSwiper .swiper-wrapper .swiper-slide .video_title {
  padding-top: 90px;
  padding-bottom: 93px;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
}
.myVideoSwiper .swiper-wrapper .swiper-slide .swiper_box {
  display: flex;
}
.myVideoSwiper .swiper-wrapper .swiper-slide .swiper_box .video_left {
  max-width: 450px;
  height: 526px;
}
.myVideoSwiper .swiper-wrapper .swiper-slide .swiper_box .video_left .img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 8px 8px;
  object-fit: cover;
}
.myVideoSwiper .swiper-wrapper .swiper-slide .swiper_box .text_right {
  flex: 1;
  padding-top: 20px;
  padding-left: 42px;
}
.myVideoSwiper .swiper-wrapper .swiper-slide .swiper_box .text_right .tag_box {
  color: #0066FF;
  font-size: 22px;
  display: flex;
  padding-bottom: 40px;
}
.myVideoSwiper .swiper-wrapper .swiper-slide .swiper_box .text_right .tag_box .tag {
  text-align: center;
  margin-right: 17px;
  width: 150px;
  height: 45px;
  line-height: 45px;
  background: #E0EAFF;
  border-radius: 8px 8px 8px 8px;
}
.myVideoSwiper .swiper-wrapper .swiper-slide .swiper_box .text_right .intro {
  font-size: 24px;
  text-align: justify;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.myVideoSwiper .swiper-wrapper .swiper-slide .swiper_box .text_right .information {
  padding-top: 45px;
  padding-bottom: 50px;
  font-size: 24px;
  display: flex;
}
.myVideoSwiper .swiper-wrapper .swiper-slide .swiper_box .text_right .information .information_box:first-child {
  margin-right: 90px;
}
.myVideoSwiper .swiper-wrapper .swiper-slide .swiper_box .text_right .information .information_box span {
  font-size: 48px;
}
.myVideoSwiper .swiper-wrapper .swiper-slide .swiper_box .text_right .information .information_box div {
  padding-top: 12px;
}
.myVideoSwiper .swiper-wrapper .swiper-slide .swiper_box .text_right .txt_box {
  display: flex;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
}
.myVideoSwiper .swiper-wrapper .swiper-slide .swiper_box .text_right .txt_box a{
  color:#000;
}
.myVideoSwiper .swiper-wrapper .swiper-slide .swiper_box .text_right .txt_box .iconfont {
  padding-top: 3px;
  font-size: 30px;
}
.dynamic_title {
  padding-top: 70px;
  padding-bottom: 54px;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
}
.dynamic_content {
  height: 580px;
  background: url('../image/Group 34.png') no-repeat 0 0/100% 100%;
  padding-top: 100px;
}
.dynamic_content .dynaminc-cont {
  display: flex;
  justify-content: space-between;
}
.dynamic_content .dynaminc-cont .dynamic {
  width: 576px;
  color: #fff;
}
.dynamic_content .dynaminc-cont .dynamic .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  padding-bottom: 33px;
}
.dynamic_content .dynaminc-cont .dynamic .title_box p {
  font-size: 20px;
}
.dynamic_content .dynaminc-cont .dynamic .title_box .icon_box {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-weight: 400;
  color: #DDD;
  cursor: pointer;
}
.dynamic_content .dynaminc-cont .dynamic .title_box .icon_box span {
  font-size: 16px;
}
.dynamic_content .dynaminc-cont .dynamic .title_box .icon_box .iconfont {
  font-size: 20px;
}
.dynamic_content .dynaminc-cont .dynamic .dynamic_cont .box {
  display: flex;
  align-items: center;
  padding-bottom: 22px;
}
.dynamic_content .dynaminc-cont .dynamic .dynamic_cont .box .image {
  overflow: hidden;
  width: 160px;
  height: 90px;
  border-radius: 4px 4px 4px 4px;
}
.dynamic_content .dynaminc-cont .dynamic .dynamic_cont .box .image img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
}
.dynamic_content .dynaminc-cont .dynamic .dynamic_cont .box .image img:hover {
  transform: scale(1.1);
}
.dynamic_content .dynaminc-cont .dynamic .dynamic_cont .box .txt_box {
  padding-left: 26px;
}
.dynamic_content .dynaminc-cont .dynamic .dynamic_cont .box .txt_box p {
  width: 360px;
  font-size: 18px;
  padding-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dynamic_content .dynaminc-cont .dynamic .dynamic_cont .box .txt_box .date {
  font-size: 16px;
  color: #DDDDDD;
}
