/* public */
* {
  font-family: "Microsoft YaHei,Arial";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #143B88 !important;
}

.about_honor .swiper-slide {
  display: flex !important;
}

.about .about_honor .about_honor-banner1 .swiper-slide p {
  text-align: center !important;
  float: none !important;
}


body {
  font-family: "Microsoft YaHei,Arial";
  font-size: 18px;
  color: #181818;

}

ol,
ul,
li,
dl,
dd {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

a {
  font-size: 12px;
  color: #333;
  line-height: 1;
  text-decoration: none;
  transition: 0.5s all ease;
}

button {
  transition: 0.5s all ease;
}

.container {
  width: 1440px;
  margin: 0 auto;
}

.oneline {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.twoline {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.header {
  height: 106px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}

.header .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header .container .l {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header .container .l .logo {
  width: 125px;
  height: 66px;
  margin-right: 20px;
  flex-shrink: 0;
}

.header .container .l .company-name {
  font-weight: bold;
  font-size: 18px;
  color: #143B88;
}

.header .container .l .company-name .company-name-en {
  font-size: 10px;
  font-weight: normal;
  margin-top: 10px;
}

.header .container .r {
  display: flex;
  align-items: center;
}

.header .container .r .nav_menu {
  display: flex;
  align-items: center;
}

.header .container .r .nav_menu .nav_menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 80px;
  cursor: pointer;
}

.header .container .r .nav_menu .nav_menu-item .item-title {
  color: #212733;
  font-size: 15px;
}

.header .container .r .nav_menu .nav_menu-item .iconfont {
  color: #768094;
  font-size: 30px;
}

.header .container .r .nav_menu .nav_menu-item:hover .item-title,
.header .container .r .nav_menu .nav_menu-item:hover .iconfont {
  color: #143B88;
}

.header .container .r .nav_menu .nav_menu-item:hover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 24px;
  top: 80px;
  background: transparent;
}

.header .container .r .nav_menu .nav_menu-item:hover .head-mask {
  display: block;
}

.header .container .r .nav_menu .nav_menu-item .head-mask {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 105px;
  width: 100vw;
  height: 130px;
  background: rgba(15, 37, 99, 0.781);
}

.header .container .r .nav_menu .nav_menu-item .head-mask .l-pic {
  width: 180px;
  height: 110px;
  overflow: hidden;
}

.header .container .r .nav_menu .nav_menu-item .head-mask ul {
  padding: 16px 0;
  display: flex;
  margin-right: 190px;
}

.header .container .r .nav_menu .nav_menu-item .head-mask ul li {
  cursor: pointer;
  text-align: center;
  margin-left: 50px;
}

.header .container .r .nav_menu .nav_menu-item .head-mask ul li a {
  line-height: 48px;
  color: #fff;
  font-size: 16px;
}

.header .container .r .nav_menu .nav_menu-item .head-mask ul li:hover a {
  color: #2B9ACF;
}

.header .container .r .r-more {
  font-size: 18px;
  color: #212733;
  display: flex;
  align-items: center;
  margin-left: 35px;
}

.header .container .r .r-more .iconfont {
  font-size: 30px;
  color: #212733;
  cursor: pointer;
}

.header .container .r .r-more span {

  cursor: pointer;
}

#CN {
  display: block;
  font-size: 18px;
  width: 46px;
  height: 34px;
}

.luangeSty {
  color: #143b88;
  background-color: #fff;
  border: 1px solid #143b88;
  height: 34px;
  width: 46px;
  line-height: 34px;
  text-align: center;
  margin-left: -1px;

}

.luangeSty:hover {
  background-color: #143b88;
  color: #fff;
  font-weight: 550;
}

.header .container .r .head-search {
  display: none;
  border: 1px solid #E4E8EB;
  border-radius: 30px;
  align-items: center;
  padding: 5px;
  margin-left: 10px;
}

.header .container .r .head-search span {
  flex-shrink: 0;
  font-size: 30px;
}

.header .container .r .head-search input {
  font-size: 18px;
  border: none;
}


.footer {
  background: #143B88;
}

.footer .footer-top {
  background: #F5F9FA;
  height: 538px;
}

.footer .footer-top .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding-top: 80px;
  padding-bottom: 60px;
  height: 100%;
}

.footer .footer-top .l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer .footer-top .l .footer_logo {
  width: 125px;
  height: 66px;
  display: block;
  margin-bottom: 40px;
}

.footer .footer-top .l .footer-icon {
  margin-bottom: 10px;
}

.footer .footer-top .l .footer-icon .iconfont {
  color: #143B88;
  font-size: 30px;
  margin-right: 30px;
}

.footer .footer-top .l .footer_contact dd {
  display: flex;
  margin-top: 10px;
  color: #3C4049;
}

.footer .footer-top .l .footer_contact dd .dd-label {
  width: 30px;
}

.footer .footer-top .l .footer_contact dd .dd-label .iconfont {
  font-size: 30px;
  color: #2B9ACF;
}

.footer .footer-top .l .footer_contact dd .dd-main {
  line-height: 30px;
  text-align: left;
}

.footer .footer-top .l .footer_contact dd .phone {
  font-weight: bold;
  font-size: 20px;
}

.footer .footer-top .l .footer_contact dd .phone a {
  font-weight: bold;
  font-size: 20px;
  color: #143B88;
  cursor: pointer;
}

.footer .footer-top .c {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.footer .footer-top .c dl {
  margin-left: 100px;
}

.footer .footer-top .c dl:nth-child(3) {
  margin-left: 45px;
}

.footer .footer-top .c dl dt {
  font-size: 20px;
  color: #143B88;
  margin-bottom: 30px;
  margin-top: 20px;
}

.footer .footer-top .c dl dd {
  margin-top: 30px;
}

.footer .footer-top .c dl dd:hover a {
  color: #3C4049;
}

.footer .footer-top .c dl dd a {
  font-size: 14px;
  color: #828894;
}

.footer .footer-top .r {
  position: absolute;
  bottom: 15px;
  right: 0;
  display: flex;
  padding-top: 40px;
}

.footer .footer-top .r .code_view:not(:first-child) {
  margin-left: 30px;
}

.footer .footer-top .r .code_view .code-pic {
  width: 120px;
  height: 120px;
  border: 1px solid #EBEFF5;
  cursor: pointer;
}

.footer .footer-top .r .code_view .code-text {
  font-size: 12px;
  color: #3C4049;
  text-align: center;
  margin-top: 20px;
}

.footer .footer-bot {
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.inside_banner {
  position: relative;
}

.inside_banner .banner_text {
  position: absolute;
  bottom: 20px;
  width: 1440px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff;
}

.inside_banner .banner_text .banner-title {
  font-size: 50px;
  padding-bottom: 30px;
}

.inside_banner .banner_text .breadcrumb {
  display: flex;
  align-items: flex-end;
}

.inside_banner .banner_text .breadcrumb .icon-home {
  font-size: 35px;
  margin-right: 5px;
}

.inside_banner .banner_text .breadcrumb .breadcrumb-list {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.inside_banner .banner_text .breadcrumb .breadcrumb-list a {
  color: #fff;
  font-size: 14px;
}

.inside_banner .banner_text .breadcrumb .breadcrumb-list .iconfont {
  font-size: 30px;
}

.up-and-down {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.up-and-down a {
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 60px 0 100px;
  background: transparent;
}

.pagination li a {
  width: 35px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  color: #8e9299;
}

.pagination li a:hover {
  color: #fff;
  background: #143B88;
  border: none;
}

.pagination li:last-child a {
  margin-right: 0;
}

.pagination li.active a {
  color: #fff;
  background: #143B88;
  border: none;
}

.pagination li:first-child a,
.pagination li:last-child a {
  cursor: pointer;
  width: 80px;
  height: 35px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #dddddd;
  color: #8e9299;
  font-size: 14px;
}

.pagination li:first-child.disabled a,
.pagination li:last-child.disabled a {
  background: #f3f5fc;
  cursor: no-drop;
}

#backTop {
  position: fixed;
  right: 120px;
  bottom: 75px;
  width: 60px;
  height: 60px;
  background: #143B88;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  display: none;
  cursor: pointer;
}

#backTop .iconfont {
  color: #fff;
  font-size: 30px;
}

.index .banner {
  overflow: hidden;
  position: relative;
}

.index .banner .shop_banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 736px;
}

.index .banner .shop_banner .swiper-wrapper {
  height: 100%;
}

.index .banner .shop_banner .swiper-wrapper .swiper-slide {
  height: 100% !important;
}

.index .banner .shop_banner .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.index .banner .shop_banner .swiper-pagination {
  z-index: 2 !important;
  bottom: 40px;
}

.index .banner .shop_banner .swiper-pagination span {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  margin: 0 3px !important;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: 0.5s all ease;
}

.index .banner .shop_banner .swiper-pagination span.swiper-pagination-bullet-active {
  width: 32px;
  background: #ffffff;
}

.index .search_view {
  width: 1100px;
  height: 68px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(97, 112, 128, 0.2);
  margin: -20px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  padding: 0 30px;
}

.index .search_view .search_view-l {
  font-size: 16px;
  color: #8A8F99;
}

.index .search_view .search_view-r {
  display: flex;
  position: relative;
}

.index .search_view .search_view-r input {
  font-size: 16px;
  width: 310px;
  line-height: 44px;
  border: 1px solid #E9EEF4;
  box-sizing: border-box;
  padding: 0 70px 0 15px;
  transition: 0.5s all ease;
  flex-shrink: 0;
}

.index .search_view .search_view-r input::placeholder {
  color: #8A8F99;
}

.index .search_view .search_view-r input:focus-within {
  border-color: #143B88;
}

.index .search_view .search_view-r .btn {
  position: absolute;
  top: 1px;
  right: 0;
  width: 58px;
  height: 44px;
  background: #143B88;
  border: none;
  color: #fff;
  cursor: pointer;
}

.index .search_view .search_view-r .btn i {
  font-size: 30px;
}

.index .index-card {
  padding-top: 90px;
}

.index .index-card .card-title {
  position: relative;
  padding-left: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index .index-card .card-title .l {
  position: relative;
  font-size: 56px;
  color: #143B88;
  font-weight: bold;
  z-index: 1;
}

.index .index-card .card-title .l span {
  position: absolute;
  top: 40px;
  left: -2px;
  color: rgba(20, 59, 136, 0.1);
  font-size: 60px;
  font-weight: 100;
  z-index: -1;
}

.index .index-card .card-title .l::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 3px;
  width: 14px;
  height: 14px;
  background: #143B88;
  border-radius: 50%;
}

.index .index-card .card-title .l::after {
  content: '';
  position: absolute;
  left: -17px;
  top: 0px;
  width: 12px;
  height: 12px;
  background: #2B9ACF;
  border-radius: 50%;
}

.index .index-card .card-title .more {
  font-size: 16px;
  color: #143B88;
  border: 1px solid #143B88;
  padding-left: 40px;
  padding-right: 30px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.index .index-card .card-title .more .iconfont {
  font-size: 50px;
}

.index .index-card .card-title .more:hover {
  background: #143B88;
  color: #fff;
}

.index .index-hot .card-title {
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}

.index .index-hot .index-hot-item {
  background: #F2F4F5;
  height: 500px;
  margin-top: 40px;
}

.index .index-hot .index-hot-item .container {
  position: relative;
}

.index .index-hot .index-hot-item .item-pic {
  position: absolute;
  right: 580px;
  left: auto;
  height: 500px;
  top: 0;
}

.index .index-hot .index-hot-item .item-pic img {
  height: 100%;
  width: auto;
}

.index .index-hot .index-hot-item .item-main {
  padding-left: 50px;
  padding-top: 80px;
  margin-left: 860px;
}

.index .index-hot .index-hot-item .item-main .item-title {
  font-weight: bold;
  font-size: 30px;
  color: #143B88;
  margin: 0 0 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.index .index-hot .index-hot-item .item-main .item-desc {
  font-size: 16px;
  color: #3F4A61;
  line-height: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.index .index-hot .index-hot-item .item-main .item-labels {
  display: flex;
  flex-wrap: wrap;
}

.index .index-hot .index-hot-item .item-main .item-labels a {
  font-size: 14px;
  color: #212733;
  display: flex;
  align-items: center;
  margin-right: 2px;
}

.index .index-hot .index-hot-item .item-main .item-labels a .iconfont {
  font-size: 40px;
  color: #919599;
}

.index .index-hot .index-hot-item .item-main .more {
  font-size: 16px;
  background: #143B88;
  color: #fff;
  padding-left: 24px;
  display: inline-flex;
  align-items: center;
  margin-top: 50px;
}

.index .index-hot .index-hot-item .item-main .more .iconfont {
  font-size: 46px;
}

.index .index-hot .index-hot-item2 {
  width: 100%;
  overflow: hidden;
}

.index .index-hot .index-hot-item2 .item-pic {
  height: 500px;
  left: 860px;
  right: auto;
}

.index .index-hot .index-hot-item2 .item-main {
  padding-left: 0;
  margin-left: 0;
  margin-right: 860px;
}

.index .index-about {
  background-image: url(/static/images/home_bg_img01.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.index .index-about .card-title {
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}

.index .index-about .company_view {
  display: flex;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(97, 112, 128, 0.2);
}

.index .index-about .company_view .l {
  flex: 1;
  padding: 70px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index .index-about .company_view .l .company-name {
  font-weight: bold;
  color: rgb(20, 59, 136);
  font-size: 36px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.index .index-about .company_view .l .company-name span {
  width: 8px;
  height: 34px;
  line-height: 50px;
  background: rgb(20, 59, 136);
  display: inline-flex;
  margin-right: 13px;
  margin-top: 4px;
}

.index .index-about .company_view .l .company-desc {
  line-height: 32px;
  font-size: 18px;
  text-indent: 2em;
  font-weight: normal;
  margin-bottom: 80px;
}

.index .index-about .company_view .l .company-numbers {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100px;
}

.index .index-about .company_view .l .company-numbers .num-line {
  width: 1px;
  height: 60px;
  background: #C5DBEC;
}

.index .index-about .company_view .l .company-numbers .numbers-item {
  font-size: 16px;
  color: #143B88;
}

.index .index-about .company_view .l .company-numbers .numbers-item .item-num {
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
}

.index .index-about .company_view .l .company-numbers .numbers-item:nth-child(2) .item-num span:nth-child(2),
.index .index-about .company_view .l .company-numbers .numbers-item:nth-child(4) .item-num span:nth-child(2) {
  font-size: 28px;
}

.index .index-about .company_view .l .company-numbers .numbers-item:nth-child(3) .item-num span:nth-child(2) {
  font-size: 28px;
}

.index .index-about .company_view .r {
  flex-shrink: 0;
  width: 730px;
  height: 582px;

}

.playBtnBG {
  background-image: url(/static/images/video_bg02.png);
  height: 100%;
  position: relative;
}

.playBtnBG .playBtn {
  display: block;
  width: auto;
  margin-top: 230px;
  margin-inline-start: 45%;
  cursor: pointer;
  position: absolute;
}

.playBtnBG:hover {
  background-color: #0D3380;
}

.videoGroup {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index .index-about .company_view .r .item-video {
  height: 102%;
  object-fit: fill;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  z-index: -1;
}

.index .index-about .index-partners {
  padding: 60px;
}

.index .index-advantage {
  background-image: url(/static/images/home_bg_img02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  padding-top: 250px;
}

.index .index-advantage .advantage-list {
  display: flex;
  box-shadow: 0px 0px 30px 0px rgba(78, 90, 102, 0.2);
  margin-bottom: 50px;
  background: #fff;
  height: 400px;
}

.index .index-advantage .advantage-list .list-item {
  padding: 80px 43px 40px 60px;
  width: 33.3%;
  font-size: 20px;
  color: #3C4049;
  line-height: 36px;
  position: relative;
}

.index .index-advantage .advantage-list .list-item::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 116px;
  background: #DCE0E6;
}

.index .index-advantage .advantage-list .list-item .item-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.index .index-advantage .advantage-list .list-item .item-icon img {
  height: 100%;
  width: auto;
}

.index .index-advantage .advantage-list .list-item .item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.index .index-research {
  background: #F8FAFC;
}

.index .index-research .index-research-body1 {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}

.index .index-research .index-research-body1 .hacc_out {
  position: relative;
}

.index .index-research .index-research-body1 .hacc_out .hacc_logo {
  width: 346px;
  height: 346px;
}

.index .index-research .index-research-body1 .hacc_out .hacc_list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.r .r-title {
  font-size: 44px;
  font-weight: bold;
  color: #143B88;
  line-height: 32px;
  margin-bottom: 44px;
}

.r .r-pic {
  width: 480px;
  height: 480px;
  background: #CED5E1;
  box-shadow: 0px 0px 20px 0px rgba(97, 112, 128, 0.2);
  border-radius: 50%;
  border: 6px solid #FFFFFF;
  overflow: hidden;
  margin-left: 20px;
}

.index .index-research .index-research-body {
  padding: 90px 0 60px;
}

.index .index-research .index-research-body .title {
  font-weight: bold;
  font-size: 40px;
  color: #15161A;
  margin-bottom: 60px;
}

.zlbktext {
  cursor: default;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 18px;
  bottom: 20px;
  position: absolute;
  z-index: 2;
  left: 20px;
}

.index .index-research .index-research-body .research_banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.index .index-research .index-research-body .research_banner .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  display: flex;
}

.index .index-research .index-research-body .research_banner .swiper-slide {
  width: 360px !important;
  border: 3px solid #FFFFFF;
  overflow: hidden;
  position: relative;
}

.index .index-research .index-research-body .research_banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}

.index .index-research .index-research-body .research_banner .swiper-slide:hover img {
  transform: scale(1.2);
}

.index .index-news {
  background-image: url(/static/images/home_bg_img03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
  background-position-x: center;
  padding-bottom: 130px;
}

.index .index-news .index-news-list {
  display: flex;
  margin-top: 90px;
}

.index .index-news .index-news-list .new-item {
  background: #FFFFFF;
  border: 1px solid #DCE0E6;
  padding: 40px 30px;
  margin-right: 30px;
  max-width: 460px;
}

.index .index-news .index-news-list .new-item:nth-child(3n) {
  margin-right: 0;
}

.index .index-news .index-news-list .new-item:hover {
  border-color: #143B88;
  color: #143B88;
  cursor: pointer;
}

.index .index-news .index-news-list .new-item:hover .item-time,
.index .index-news .index-news-list .new-item:hover .item-title {
  color: #143B88;
}

.index .index-news .index-news-list .new-item .item-time {
  font-size: 22px;
  color: #8A8F99;
  margin-bottom: 30px;
}

.index .index-news .index-news-list .new-item .item-time span {
  font-size: 60px;
  font-weight: bold;
}

.index .index-news .index-news-list .new-item .item-title {
  display: -webkit-box;
  font-size: 22px;
  color: #15161A;
  line-height: 36px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.index .index-news .index-news-list .new-item .item-desc {
  font-size: 16px;
  color: #3C4049;
}

.index .index-news .index-news-list .new-item .item-more {
  font-size: 16px;
  color: #8A8F99;
  margin-top: 40px;
  cursor: pointer;
  display: inline-block;
}

.index .index-news .index-news-list .new-item .item-pic {
  overflow: hidden;
  margin: 15px 0;
  width: 400px;
  height: 260px;
}

.index .tabs {
  position: relative;
  padding-bottom: 60px;
  padding-top: 60px;
}

.index .tabs .tab-titles {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.index .tabs .tab-titles .tab-title {
  font-size: 20px;
  color: #212733;
  line-height: 50px;
  width: 220px;
  text-align: center;
  cursor: pointer;
}

.index .tabs .tab-titles .tab-title.active {
  color: #fff;
  background: #2B9ACF;
}

.index .tabs .hidden {
  display: none;
}

.index .tabs .show {
  display: block;
}

.tab-content .child {
  display: none;
}

.index .tabs .tab-content .list_view {
  display: flex;
  padding: 0 50px;
}

.index .tabs .tab-content .list_view li:not(:last-child) {
  margin-right: 20px;
}

.index .tabs .tab-content .list_view a {
  width: 320px;
  height: 420px;
  display: inline-block;
  position: relative;
}

.index .tabs .tab-content .list_view a:hover .item-pic {
  box-shadow: 0px 6px 24px 0px rgba(108, 121, 128, 0.2);
}

.index .tabs .tab-content .list_view a:hover .item-pic img {
  transform: scale(1.1);
}

.index .tabs .tab-content .list_view a .item-main {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 26px 20px;
  font-size: 14px;
  line-height: 30px;
}

.index .tabs .tab-content .list_view .item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index .tabs .tab-content .list_view .item-pic img {
  transition: 0.5s ease;
}

.index .tabs .tab-content .list_view .item-text {
  font-size: 18px;
}

.index .notes .card-title {
  width: 400px;
  height: 120px;
  background: #FFFFFF;
  margin: 0 auto -60px;
  padding: 0 64px 0 95px;
}

.index .notes .notes-form {
  border: 1px solid #143B88;
  padding: 90px 80px 0;
  margin-bottom: 120px;
  text-align: center;
}

.index .notes .notes-form .form-input {
  display: flex;
  align-items: center;
  background: #F5F7FA;
  border-radius: 4px;
  border: 1px solid #DCDCE6;
  height: 56px;
  margin-bottom: 24px;
}

.index .notes .notes-form .form-input:focus-within {
  border-color: #143B88;
}

.index .notes .notes-form .form-input .form-input-label {
  font-size: 14px;
  color: #3F4A61;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 5px;
}

.index .notes .notes-form .form-input .form-input-label .iconfont {
  font-size: 30px;
  margin: 0 10px;
  color: #143B88;
}

.index .notes .notes-form .form-input .form-input-value {
  flex: 1;
}

.index .notes .notes-form .form-input .form-input-value input {
  height: 54px;
  width: 99%;
  border-color: transparent;
  background: #F5F7FA;
}

.index .notes .notes-form .two-input {
  display: flex;
  justify-content: space-between;
}

.index .notes .notes-form .two-input .form-input {
  width: 620px;
}

.index .notes .notes-form .form-textarea {
  display: flex;
  align-items: start;
  background: #F5F7FA;
  border-radius: 4px;
  border: 1px solid #DCDCE6;
  min-height: 56px;
  margin-bottom: 24px;
}

.index .notes .notes-form .form-textarea:focus-within {
  border-color: #143B88;
}

.index .notes .notes-form .form-textarea .form-input-label {
  font-size: 14px;
  color: #3F4A61;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 5px;
  height: 56px;
}

.index .notes .notes-form .form-textarea .form-input-label .iconfont {
  font-size: 30px;
  margin: 0 10px;
  color: #143B88;
}

.index .notes .notes-form .form-textarea .form-textarea-value {
  flex: 1;
}

.index .notes .notes-form .form-textarea .form-textarea-value textarea {
  width: 99%;
  margin-top: 20px;
  border-color: transparent;
  background: #F5F7FA;
}

.index .notes .notes-form .form-submit {
  width: 160px;
  height: 160px;
  background: #143B88;
  border-radius: 50%;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 15px solid #E7EBF3;
  margin: 0 auto -80px;
  cursor: pointer;
}

.index .notes .notes-form .form-submit:hover {
  background: #2a52a1;
}

.company_news {}

.company_news .tabcard-title {
  height: 145px;
  border-bottom: 1px solid #DCE0E6;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.company_news .tabcard-title .list-item {
  font-size: 20px;
  color: #828894;
  padding-bottom: 35px;
  cursor: pointer;
}

.company_news .tabcard-title .list-item:not(:first-child) {
  margin-left: 80px;
}

.company_news .tabcard-title .list-item.active {
  position: relative;
  font-size: 30px;
  color: #212733;
}

.company_news .tabcard-title .list-item.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #143B88;
}

.company_news .hidden {
  display: none;
}

.company_news .company_news-list {
  padding-bottom: 30px;
  padding-top: 40px;
}

.company_news .company_news-list .news-list-item {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #DCE0E6;
  width: 1440px;
  margin: 0 auto 26px;
}

.company_news .company_news-list .news-list-item:hover {
  width: 1520px;
  padding: 40px;
  box-shadow: 0px 0px 20px 0px rgba(97, 112, 128, 0.2);
  border-color: transparent;
}

.company_news .company_news-list .news-list-item:hover .item-pic {
  box-shadow: 0px 6px 24px 0px rgba(108, 121, 128, 0.2);
}

.company_news .company_news-list .news-list-item:hover .item-pic img {
  transform: scale(1.1);
}

.company_news .company_news-list .news-list-item:hover .item-main .item-title {
  color: #143B88;
}

.company_news .company_news-list .news-list-item:hover .item-main .item-more .more {
  color: #143B88;
  border-color: #143B88;
}

.company_news .company_news-list .news-list-item .item-pic {
  margin-right: 34px;
  flex-shrink: 0;
}

.company_news .company_news-list .news-list-item .item-pic .item-pic-view {
  width: 320px;
  height: 220px;
  overflow: hidden;
}

.company_news .company_news-list .news-list-item .item-pic img {
  transition: 0.5s ease;
}

.company_news .company_news-list .news-list-item .item-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
}

.company_news .company_news-list .news-list-item .item-main .item-title {
  font-size: 20px;
  color: #333333;
  margin: 20px 0;
}

.company_news .company_news-list .news-list-item .item-main .item-desc {
  line-height: 30px;
}

.company_news .company_news-list .news-list-item .item-main .item-time {
  margin-bottom: 20px;
}

.company_news .company_news-list .news-list-item .item-main .item-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1080px;
}

.company_news .company_news-list .news-list-item .item-main .item-more .more {
  font-size: 16px;
  color: #828894;
  display: flex;
  align-items: center;
  border: 1px solid #DCE0E6;
  padding-left: 20px;
  padding-right: 10px;
}

.company_news .company_news-list .news-list-item .item-main .item-more .more .iconfont {
  font-size: 40px;
}

.company_news .company_news-list2 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}

.company_news .company_news-list2 .news-list-item {
  width: 460px;
  text-align: center;
  margin-right: 30px;
}

.company_news .company_news-list2 .news-list-item:nth-child(3n) {
  margin-right: 0;
}

.company_news .company_news-list2 .news-list-item:hover .item-pic {
  box-shadow: 0px 6px 24px 0px rgba(108, 121, 128, 0.2);
}

.company_news .company_news-list2 .news-list-item:hover .item-pic img {
  transform: scale(1.1);
}

.company_news .company_news-list2 .news-list-item .item-pic {
  padding: 10px;
}

.company_news .company_news-list2 .news-list-item .item-pic .item-pic-view {
  width: 440px;
  height: 300px;
  overflow: hidden;
}

.company_news .company_news-list2 .news-list-item .item-pic .item-pic-view img {
  transition: 0.5s ease;
}

.company_news .company_news-list2 .news-list-item .item-text {
  font-size: 24px;
  color: #333333;
  line-height: 44px;
  padding: 10px 12px;
}

.company_news_detail {
  min-height: 800px;
}

.company_news_detail .detail-title {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  text-align: center;
  padding: 80px 0 50px;
}

.company_news_detail .detail-more {
  font-size: 14px;
  color: #999999;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #E4E8EB;
}

.company_news_detail .detail-more .detail-more-l {
  display: flex;
  align-items: center;
}

.company_news_detail .detail-more .detail-more-l .more-l-come {
  margin: 0 60px;
}

.company_news_detail .detail-content {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  padding: 30px 0 50px;
  border-bottom: 1px solid #E4E8EB;
}

.company_products {
  min-height: 1000px;
}

.company_products .products_types {
  box-shadow: 0px 10px 20px 0px rgba(129, 145, 153, 0.2);
  padding-top: 20px;
}

.company_products .products_types .con {
  display: flex;
}

.company_products .products_types .con p {
  font-size: 18px;
  color: #666666;
  flex-shrink: 0;
  line-height: 68px;
  margin-right: 40px;
}

.company_products .products_types .con .types .type1 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.company_products .products_types .con .types .type1 li {
  margin-right: 60px;
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  line-height: 68px;
  cursor: pointer;
}

.company_products .products_types .con .types .type1 li a {
  font-size: 18px;
}


.company_products .products_types .con .types .type1 li.cur,
.company_products .products_types .con .types .type1 li.cur a,
.company_products .products_types .con .types .type1 li.cur .a1,
.company_products .products_types .con .types .type1 li:hover a,
.company_products .products_types .con .types .type1 li.cur a:hover,
.company_products .products_types .con .types .type1 li:hover .a1 {
  color: #143B88;
}

.company_products .products_types .con .types .type2 {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #E4E8EB;
  padding: 40px 0;
}

.company_products .products_types .con .types .type2 li {
  margin-right: 45px;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
}

.company_products .products_types .con .types .type2 li a {
  font-size: 16px;
}



.company_products .products_types .con .types .type2 li.cur,
.company_products .products_types .con .types .type2 li.cur a,
.company_products .products_types .con .types .type2 li:hover a,
.company_products .products_types .con .types .type2 li.cur a:hover,
.company_products .products_types .con .types .type2 li:hover .a1 {
  color: #143B88;
}

.company_products .company_products-list {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
}

.company_products .company_products-list .products-list-item {
  width: 460px;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 50px;
}

.company_products .company_products-list .products-list-item:nth-child(3n) {
  margin-right: 0;
}

.company_products .company_products-list .products-list-item:hover {
  box-shadow: 0px 6px 24px 0px rgba(108, 121, 128, 0.2);
}

.company_products .company_products-list .products-list-item:hover .item-pic img {
  transform: scale(1.1);
}

.company_products .company_products-list .products-list-item:hover .item-text {
  color: #143B88;
}

.company_products .company_products-list .products-list-item .item-pic {
  padding: 10px 10px 0;
}

.company_products .company_products-list .products-list-item .item-pic .item-pic-view {
  width: 440px;
  height: 300px;
  overflow: hidden;
}

.company_products .company_products-list .products-list-item .item-pic .item-pic-view img {
  transition: 0.5s ease;
}

.company_products .company_products-list .products-list-item .item-text {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  padding: 0 40px;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company_products_detail .box-card {
  display: flex;
  padding: 60px 0;
  border-bottom: 1px solid #E4E8EB;
}


.company_products_detail .box-card .pc-slide {
  display: flex;
  flex-direction: column;
  margin-right: 60px;
  width: 563px;
  flex-shrink: 0;
}

.company_products_detail .box-card .pc-slide img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.company_products_detail .box-card .pc-slide .view {
  margin-bottom: 19px;
  height: 380px;
  background-color: #f7f8fa;
}

.company_products_detail .box-card .pc-slide .preview {
  position: relative;
  height: 80px;
  overflow: hidden;
}

.company_products_detail .box-card .pc-slide .preview .swiper-slide {
  width: 118px !important;
  margin-right: 15px !important;
  background-color: #f7f8fa;
  border: 1px solid transparent;
  overflow: hidden;
}

.company_products_detail .box-card .pc-slide .preview .swiper-slide img {
  height: 78px;
}

.company_products_detail .box-card .pc-slide .preview .swiper-slide:hover,
.company_products_detail .box-card .pc-slide .preview .swiper-slide.active-nav {
  background-color: #f7f8fa;
  border: 1px solid #0082ef;
}

.company_products_detail .box-card .pc-slide .preview .arrow-left {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  background-image: url(/static/images/center_switch_left.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: 2;
  cursor: pointer;
}

.company_products_detail .box-card .pc-slide .preview .arrow-right {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000000;
  background-image: url(/static/images/center_switch_right.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: 2;
  cursor: pointer;
}

.company_products_detail .box-card .card-r {
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.company_products_detail .box-card .card-r .title {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  line-height: 42px;
  padding-top: 20px;
}

.company_products_detail .box-card .card-r .desc {
  font-size: 22px;
  color: #666666;
  line-height: 38px;
  margin-top: 20px;
  width: 726px;
  max-height: 180px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.company_products_detail .box-card .card-r .consult {
  cursor: pointer;
  padding: 18px 140px;
  background: #2B9ACF;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 16px;
  display: inline-block;
}

.company_products_detail .box-card .card-r .consult:hover {
  background: #143B88;
}

.company_products_detail .box-card .card-r .code_view {
  position: absolute;
  bottom: 0;
  right: 180px;
  z-index: 1;
}

.company_products_detail .box-card .card-r .code_view .code-pic {
  width: 156px;
  height: 156px;
  background: #FFFFFF;
  border: 1px solid #E4E8EB;
}

.company_products_detail .box-card .card-r .code_view .code-text {
  font-size: 16px;
  color: #666666;
  line-height: 38px;
  text-align: center;
}

.company_products_detail .box-card2 {
  min-height: 530px;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.company_products_detail .box-card2 .title {
  font-weight: bold;
  color: #181818;
  font-size: 22px;
  display: flex;
  align-items: center;
  padding: 30px 0;
}

.company_products_detail .box-card2 .title span {
  width: 3px;
  height: 26px;
  background: #143B88;
  display: inline-flex;
  margin-right: 13px;
}

.company_products_detail .box-card2 .content {
  font-size: 22px;
  line-height: 44px;
  padding: 30px 60px;
}

.company_products_detail .box-card2 .content dl {
  margin-bottom: 80px;
}

.company_products_detail .box-card2 .content .content-img {
  width: 700px;
  margin: 80px auto;
}

.company_products .qus_info_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}

.company_products .qus_info_content .qus_info_item {
  cursor: pointer;
  display: flex;
  width: 48%;
  min-height: 65px;
  padding: 20px 0;
  border-bottom: 1px dashed #b5b6b8;
}

.company_products .qus_info_content .qus_info_item .qus_item_title {
  font-size: 18px;
  transition: all 0.3s ease;
}

.company_products .qus_info_content .qus_info_item:hover .qus_item_title {
  color: #143B88;
}


.product_news_title {
  display: flex;
  justify-content: space-between;
}

.product_news_title .more {
  font-size: 16px;
  color: #143B88;
  display: flex;
  align-items: center;
  border: 2px solid #f0f0f0;
  border-radius: 25px;
  padding: 0px 20px 0px 40px;
}

.product_news_title .more:hover {
  background: #143B88;
  color: #fff;
}

.product_news_title .more .icon-next {
  font-size: 40px;
}

.contact .notes .card-title {
  height: 145px;
  border-bottom: 1px solid #DCE0E6;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.contact .notes .card-title li {
  font-size: 20px;
  color: #828894;
  padding-bottom: 35px;
}

.contact .notes .card-title li:not(:first-child) {
  margin-left: 80px;
}

.contact .notes .card-title li.active {
  position: relative;
  font-size: 30px;
  color: #212733;
}

.contact .notes .card-title li.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #143B88;
}

.contact .notes .notes-form {
  padding: 50px 80px;
  text-align: center;
}

.contact .notes .notes-form .form-input {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DCDCE6;
  height: 56px;
  margin-bottom: 24px;
}

.contact .notes .notes-form .form-input:focus-within {
  border-color: #143B88;
}

.contact .notes .notes-form .form-input .form-input-label {
  font-size: 14px;
  color: #3F4A61;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 5px;
}

.contact .notes .notes-form .form-input .form-input-label .iconfont {
  font-size: 30px;
  margin: 0 10px;
  color: #143B88;
}

.contact .notes .notes-form .form-input .form-input-value {
  flex: 1;
}

.contact .notes .notes-form .form-input .form-input-value input {
  height: 54px;
  width: 99%;
  border-color: transparent;
}

.contact .notes .notes-form .two-input {
  display: flex;
  justify-content: space-between;
}

.contact .notes .notes-form .two-input .form-input {
  width: 620px;
}

.contact .notes .notes-form .form-textarea {
  display: flex;
  align-items: start;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DCDCE6;
  min-height: 56px;
  margin-bottom: 24px;
}

.contact .notes .notes-form .form-textarea:focus-within {
  border-color: #143B88;
}

.contact .notes .notes-form .form-textarea .form-input-label {
  font-size: 14px;
  color: #3F4A61;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 5px;
  height: 56px;
}

.contact .notes .notes-form .form-textarea .form-input-label .iconfont {
  font-size: 30px;
  margin: 0 10px;
  color: #143B88;
}

.contact .notes .notes-form .form-textarea .form-textarea-value {
  flex: 1;
}

.contact .notes .notes-form .form-textarea .form-textarea-value textarea {
  width: 99%;
  margin-top: 20px;
  border-color: transparent;
}

.contact .notes .notes-form .form-submit {
  background: #2B9ACF;
  border-radius: 4px;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  padding: 18px 140px;
  margin: 30px auto;
  display: inline-flex;
}

.contact .notes .notes-form .form-submit:hover {
  background: #143B88;
}

.contact .contact-body {
  margin-top: 80px;
  display: flex;
  padding: 60px 40px;
  box-shadow: 0px 0px 30px 0px rgba(78, 90, 102, 0.2);
  margin-bottom: 30px;
}

.contact .contact-body .l {
  flex: 1;
  margin-top: 30px;
}

.contact .contact-body .l .l-title {
  font-weight: bold;
  font-size: 32px;
  color: #143B88;
}

.contact .contact-body .l b {
  width: 80px;
  height: 5px;
  background: #2B9ACF;
  margin: 40px 0;
  display: inline-block;
}

.contact .contact-body .l .l-item {
  display: flex;
  align-items: start;
  margin-bottom: 50px;
}

.contact .contact-body .l .l-item .item-label {
  width: 138px;
  font-size: 20px;
  color: #4C4C4C;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.contact .contact-body .l .l-item .item-label .iconfont {
  color: #143B88;
  font-size: 30px;
}

.contact .contact-body .l .l-item .item-value {
  font-size: 20px;
  color: #111111;
  line-height: 30px;
}

.contact .contact-body .l .l-item .item-value .go_btn {
  background: #CC9506;
  border-radius: 2px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  font-size: 14px;
}

.contact .contact-body #map {
  width: 770px;
  height: 560px;
  margin-left: 70px;
  flex-shrink: 0;
}

.contact .contact-body #map img {
  max-width: initial;
  margin-top: 90px;
}


.about {
  min-height: 800px;
}

.about .aPot {
  height: 20px;
}

.about .about_menu {
  height: 145px;
  border-bottom: 1px solid #DCE0E6;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.about .about_menu .list-item {
  font-size: 20px;
  color: #828894;
  padding-bottom: 35px;
  cursor: pointer;
}

.about .about_menu .list-item:not(:first-child) {
  margin-left: 80px;
}

.about .about_menu .list-item.active {
  position: relative;
  font-size: 30px;
  color: #212733;
}

.about .about_menu .list-item.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #143B88;
}

.about .about-card {
  padding-top: 80px;
}

.about .about-card .card-title {
  height: 145px;
  border-bottom: 1px solid #DCE0E6;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.about .about-card .card-title li {
  font-size: 20px;
  color: #828894;
  padding-bottom: 35px;
}

.about .about-card .card-title li:not(:first-child) {
  margin-left: 80px;
}

.about .about-card .card-title li.active {
  position: relative;
  font-size: 30px;
  color: #212733;
}

.about .about-card .card-title li.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #143B88;
}

.about .about_intro {
  padding-bottom: 100px;
}

.about .about_intro .about_intro-body .about_intro-view {
  display: flex;
  align-items: start;
  margin-bottom: 90px;
}

.about .about_intro .about_intro-body .about_intro-view .l {
  background: #FFFFFF;
  margin-right: -370px;
  z-index: 1;
  margin-top: 60px;
}

.about .about_intro .about_intro-body .about_intro-view .l .title {
  font-weight: bold;
  color: #181818;
  font-size: 22px;
  display: flex;
  align-items: center;
  margin: 70px 0 50px;
}

.about .about_intro .about_intro-body .about_intro-view .l .title span {
  width: 3px;
  height: 26px;
  background: #143B88;
  display: inline-flex;
  margin-right: 13px;
}

.about .about_intro .about_intro-body .about_intro-view .l .body-content {
  font-size: 20px;
  color: #212733;
  line-height: 40px;
  padding: 0 90px 80px 40px;
}

.about .about_intro .about_intro-body .about_intro-view .r {
  width: 1050px;
  height: 550px;
  flex-shrink: 0;
}

.about .about_intro .about_intro-body .about_intro-view .r img {
  height: 100%;
}

.about .about_intro .about_intro-body .company-numbers {
  display: flex;
  align-items: center;
  height: 220px;
  box-shadow: 0px 6px 18px 0px rgba(108, 121, 128, 0.2);
}

.about .about_intro .about_intro-body .company-numbers .numbers-item {
  font-size: 16px;
  color: #143B88;
  text-align: center;
  width: 25%;
}

.about .about_intro .about_intro-body .company-numbers .numbers-item:not(:last-child) {
  position: relative;
}

.about .about_intro .about_intro-body .company-numbers .numbers-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100px;
  background: #C5DBEC;
}

.about .about_intro .about_intro-body .company-numbers .numbers-item .item-num {
  font-size: 56px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
}

.about .about_intro .about_intro-body .company-numbers .numbers-item:nth-child(2) .item-num span:nth-child(2),
.about .about_intro .about_intro-body .company-numbers .numbers-item:nth-child(4) .item-num span:nth-child(2) {
  font-size: 52px;
}

.about .about_intro .about_intro-body .company-numbers .numbers-item:nth-child(3) .item-num span:nth-child(2) {
  font-size: 28px;
}

.about .about_honor {
  background: #F1F9FC;
}

.about .about_honor .about_honor-banner1 {
  overflow: hidden;
  position: relative;
  margin-top: 50px;
  padding-bottom: 130px;
  padding-top: 20px;
}


.about .about_honor .about_honor-banner1 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.about .about_honor .about_honor-banner1 .max-img {
  display: flex;
  flex-wrap: wrap;
}

.about .about_honor .about_honor-banner1 .max-img img:nth-child(3n) {
  margin-right: 0;
}

.about .about_honor .about_honor-banner1 .swiper-slide img {
  width: 460px;
  height: 292px;
  margin-right: 12px;
  margin-bottom: 30px;
}

.about .about_honor .about_honor-banner1 .swiper-slide p {
  float: left;
  margin: 0 35px;
}

.about .about_honor .about_honor-banner1 .swiper-pagination {
  z-index: 2 !important;
  bottom: 80px;
  height: 10px;
}

.about .about_honor .about_honor-banner1 .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #D1D8E4;
  border-radius: 50%;
  margin: 0 10px !important;
  opacity: 1;
  transition: 0.5s all ease;
}

.about .about_honor .about_honor-banner1 .swiper-pagination span.swiper-pagination-bullet-active {
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  border: 5px solid #143B88
}

.about .about_honor .about_honor-banner2 {
  padding: 60px 0 120px;
}

.about .about_honor .about_honor-banner2 .container {
  width: 1300px;
  overflow: hidden;
}

.about .about_honor .about_honor-banner2 .container .honor-banner2 {
  margin-bottom: 20px;
}

.about .about_honor .about_honor-banner2 .swiper-wrapper {
  height: 544px;
  justify-content: center;
  align-items: center;
}

.about .about_honor .about_honor-banner2 .swiper-wrapper .swiper-slide {
  /* margin: 0 -100px; */
  width: 360px !important;
  height: 470px;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}

.about .about_honor .about_honor-banner2 .swiper-wrapper .swiper-slide-prev,
.about .about_honor .about_honor-banner2 .swiper-wrapper .swiper-slide-next {
  /* transform: scale(1);
  margin: 0;
  z-index: 1; */
}

.about .about_honor .about_honor-banner2 .swiper-wrapper .swiper-slide-prev {
  /* margin-right: 60px; */
}

.about .about_honor .about_honor-banner2 .swiper-wrapper .swiper-slide-next {
  /* margin-left: 60px; */
}

.about .about_honor .about_honor-banner2 .swiper-wrapper .swiper-slide-active,
.about .about_honor .about_honor-banner2 .swiper-wrapper .swiper-slide-duplicate-active {
  transform: scale(1.2);
  z-index: 2;
}

.about .about_honor .about_honor-banner2 .bann2-text {
  width: 1140px;
  margin: 0 auto;
  font-size: 20px;
  color: #212733;
  line-height: 36px;
  text-align: center;
}

.about .about_culture {
  padding-top: 0;
}

.about .about_culture-body {
  margin-top: 93px;
  display: flex;
  flex-wrap: wrap;
}

.about .about_culture-body .culture-item {
  width: 50%;
  height: 400px;
  display: flex;
  font-size: 22px;
  padding: 126px 120px;
  background: #000;
  color: #fff;
  background-image: url(/static/images/about_img1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about .about_culture-body .culture-item .culture-item-icon {
  margin-right: 40px;
}

.about .about_culture-body .culture-item .culture-item-main {
  font-size: 32px;
}

.about .about_culture-body .culture-item .culture-item-text {
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 37px;
}

.about .about_culture-body .culture-item:nth-child(2) {
  background-image: url(/static/images/about_img2.png);
}

.about .about_culture-body .culture-item:nth-child(3) {
  background-image: url(/static/images/about_img3.png);
}

.about .about_culture-body .culture-item:nth-child(4) {
  background-image: url(/static/images/about_img4.png);
}

.about .about_talent {
  margin-top: 60px;
  border: 1px solid #E4E8EB;
  box-shadow: 0px 0px 30px 0px rgba(78, 90, 102, 0.2);
  position: relative;
  margin-bottom: 130px;
}

.about .about_talent::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -1px;
  width: 1440px;
  height: 4px;
  background: #143B88;
}

.about .about_talent .th {
  display: flex;
  background: #143B88;
}

.about .about_talent .th li {
  width: 240px;
  font-size: 18px;
  font-weight: bold;
  line-height: 76px;
  color: #fff;
  text-align: center;
}

.about .about_talent .th li:first-child {
  width: 480px;
  text-align-last: left;
  padding-left: 55px;
}

.about .about_talent .item .item-top {
  display: flex;
  cursor: pointer;
  border-top: 1px solid #E4E8EB;
}

.about .about_talent .item .item-top li {
  width: 240px;
  font-size: 18px;
  line-height: 76px;
  color: #333333;
  text-align: center;
}

.about .about_talent .item .item-top li:first-child {
  width: 480px;
  text-align-last: left;
  padding-left: 55px;
}

.about .about_talent .item .item-bot {
  padding: 32px 55px 60px;
  font-size: 18px;
  color: #333333;
  line-height: 40px;
  border-top: 1px solid #E4E8EB;
  display: none;
}

.about .about_talent .item:hover .item-top li {
  color: #143B88;
}

.about .about_talent .item.active .item-top {
  background: #F2F4F5;
}

.about .about_talent .item.active .item-top li {
  color: #333333;
}

.about .about_videos {
  padding-bottom: 100px;
}

.about .about_videos .about_video-mian {
  background: #F5FBFD;
  padding: 60px 0;
}

.about .about_videos .about_video-mian .item-video {
  width: 100%;
  height: 100%;
}

.about .about_videos .about_video-mian .item-text {
  font-size: 26px;
  margin-top: 30px;
  text-align: center;
}

.about .about_videos .tabs .tab-titles {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.about .about_videos .tabs .tab-titles .tab-title {
  font-size: 20px;
  color: #666666;
  line-height: 50px;
  width: 220px;
  text-align: center;
  cursor: pointer;
}

.about .about_videos .tabs .tab-titles .tab-title:not(:first-child) {
  margin-left: 30px;
}

.about .about_videos .tabs .tab-titles .tab-title.active {
  color: #fff;
  background: #2B9ACF;
}


.about .about_videos .tabs .tab-content .child {
  display: block;
}

.about .about_videos .tabs .tab-content .hidden {
  display: none;
}

.about .about_videos .tabs .tab-content .about_video-list {
  display: flex;
  flex-wrap: wrap;
}

.about .about_videos .tabs .tab-content .about_video-list .list-item {
  margin-right: 30px;
  margin-bottom: 40px;
}

.about .about_videos .tabs .tab-content .about_video-list .list-item:nth-child(3n) {
  margin-right: 0;
}

.about .about_videos .tabs .tab-content .about_video-list .list-item .item-video {
  width: 460px;
  height: 345px;
}

.about .about_videos .tabs .tab-content .about_video-list .list-item .item-text {
  margin-top: 15px;
  font-size: 20px;
  line-height: 28px;
}

.about .about_foot {
  display: flex;
  justify-content: center;
  padding: 50px 0 70px;
}

.about .about_foot img {
  width: 1120px;
  height: 708px;
}

.technical {}

.technical .aPot {
  height: 30px;
}

.technical .technical_menu {
  height: 145px;
  border-bottom: 1px solid #DCE0E6;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.technical .technical_menu .list-item {
  font-size: 20px;
  color: #828894;
  padding-bottom: 35px;
  cursor: pointer;
}

.technical .technical_menu .list-item:not(:first-child) {
  margin-left: 80px;
}

.technical .technical_menu .list-item.active {
  position: relative;
  font-size: 30px;
  color: #212733;
}

.technical .technical_menu .list-item.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #143B88;
}

.technical .technical-card .card-title {
  height: 145px;
  border-bottom: 1px solid #DCE0E6;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.technical .technical-card .card-title li {
  font-size: 20px;
  color: #828894;
  padding-bottom: 35px;
}

.technical .technical-card .card-title li:not(:first-child) {
  margin-left: 80px;
}

.technical .technical-card .card-title li.active {
  position: relative;
  font-size: 30px;
  color: #212733;
}

.technical .technical-card .card-title li.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #143B88;
}

.technical .technical-card .card-desc {
  font-size: 24px;
  color: #3C4049;
  line-height: 44px;
  margin: 50px auto;
  text-indent: 2em;
  padding: 0 26px;
}

.technical .research-list {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
  box-shadow: 0px 0px 30px 0px rgba(78, 90, 102, 0.2);
}

.technical .research-list .research-item {
  flex: 1;
  padding: 80px 86px 100px 70px;
}

.technical .research-list .research-item:not(:last-child) {
  position: relative;
}

.technical .research-list .research-item:not(:last-child)::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 116px;
  background: #DCE0E6;
}

.technical .research-list .research-item .item-top {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}

.technical .research-list .research-item .item-label {
  width: 80px;
  height: 80px;
  margin-right: 36px;
  flex-shrink: 0;
}

.technical .research-list .research-item .item-label img {
  height: 100%;
  width: auto;
}

.technical .research-list .research-item .item-title {
  font-size: 30px;
  font-weight: bold;
}

.technical .research-list .research-item .item-desc {
  font-size: 20px;
  color: #3C4049;
  line-height: 40px;
}

.technical .laboratory-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.technical .laboratory-list .laboratory-item {
  cursor: pointer;
  margin-bottom: 60px;
}

.technical .laboratory-list .laboratory-item:nth-child(3n) {
  margin-right: 0;
}

.technical .laboratory-list .laboratory-item .item-pic {
  padding: 10px;
}

.technical .laboratory-list .laboratory-item .item-pic .item-pic-view {
  width: 440px;
  height: 584px;
  overflow: hidden;
}

.technical .laboratory-list .laboratory-item .item-pic .item-pic-view img {
  transition: 0.5s ease;
}

.technical .laboratory-list .laboratory-item .item-pic:hover {
  box-shadow: 0px 6px 24px 0px rgba(108, 121, 128, 0.2);
}

.technical .laboratory-list .laboratory-item .item-pic:hover img {
  transform: scale(1.1);
}

.technical .laboratory-list .laboratory-item .item-text {
  text-align: center;
  line-height: 30px;
  margin-top: 15px;
  font-size: 24px;
}

.technical .research_banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 260px;
  margin-top: 80px;
}

.technical .research_banner .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.technical .research_banner .swiper-slide {
  width: 360px !important;
  border: 3px solid #FFFFFF;
  overflow: hidden;
}

.technical .research_banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}

.technical .research_banner .swiper-slide:hover img {
  transform: scale(1.2);
}

#dfvideo::-webkit-media-controls {}

.company_view.container {
  display: flex;
  align-items: center;
  /* 垂直居中 */

  justify-content: space-between;
  margin-top: 90px;
}

.video-item {
  flex: 1;
  /* 占据剩余空间 */
  display: flex;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
}

.item-video {
  max-width: 100%;
  /* 确保视频不超出容器 */
  max-height: 101%;
  /* 确保视频不超出容器 */
}

.index-partners img {
  width: 80%;
  display: block;
  margin: 30px auto;
}




/* @font-face {

    font-family: 'poppins';

    src: url('../fonts/poppins-regular/poppins-regular-webfont.eot');

    src: url('../fonts/poppins-regular/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),

         url('../fonts/poppins-regular/poppins-regular-webfont.woff2') format('woff2'),

         url('../fonts/poppins-regular/poppins-regular-webfont.woff') format('woff'),

         url('../fonts/poppins-regular/poppins-regular-webfont.ttf') format('truetype'),

         url('../fonts/poppins-regular/poppins-regular-webfont.svg#poppinsregular') format('svg');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'poppins_semibold';

    src: url('./fonts/poppins-semibold/poppins-semibold-webfont.eot');

    src: url('./fonts/poppins-semibold/poppins-semibold-webfont.eot?#iefix') format('embedded-opentype'),

         url('./fonts/poppins-semibold/poppins-semibold-webfont.woff2') format('woff2'),

         url('./fonts/poppins-semibold/poppins-semibold-webfont.woff') format('woff'),

         url('./fonts/poppins-semibold/poppins-semibold-webfont.ttf') format('truetype'),

         url('./fonts/poppins-semibold/poppins-semibold-webfont.svg#poppinssemibold') format('svg');

    font-weight: bold;

    font-style: normal;

}

@font-face {

    font-family: 'poppins_medium';

    src: url('./fonts/poppins-medium/poppins-medium-webfont.eot');

    src: url('./fonts/poppins-medium/poppins-medium-webfont.eot?#iefix') format('embedded-opentype'),

         url('./fonts/poppins-medium/poppins-medium-webfont.woff2') format('woff2'),

         url('./fonts/poppins-medium/poppins-medium-webfont.woff') format('woff'),

         url('./fonts/poppins-medium/poppins-medium-webfont.ttf') format('truetype'),

         url('./fonts/poppins-medium/poppins-medium-webfont.svg#poppinsmedium') format('svg');

    font-weight: normal;

    font-style: normal;

} */
.home_advantage_cry_circle {

  padding: 67px 102px 58px;

}

.home_advantage_cry_text {

  width: 48.34%;

}

.home_advantage_cry_circle {

  width: 51.66%;

}

.home_advantage_cry {
  margin: 60px auto 60px 0px;
  display: flex;

  align-items: center;

  justify-content: space-between;

}

.hacc_out::before {

  content: '';

  width: 100%;

  height: 100%;

  border-radius: 50%;

  background: linear-gradient(to right bottom, rgba(22, 86, 210, .2), rgba(39, 18, 121, .2));

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

}

.hacc_out::after {

  content: '';

  width: calc(100% - 2px);

  height: calc(100% - 2px);

  border-radius: 50%;

  background: #F8FAFC;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

}

.hacc_dotted {

  width: 77.13%;

  height: 77.13%;

  border-radius: 50%;

  stroke-dasharray: 10px;

  stroke-dashoffset: 10px;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 2;

}

.hacc_dotted img {

  width: 100%;

}

.hacc_logo {

  width: 67.26%;

  height: 67.26%;

  border: 45px solid #0D3380;

  box-shadow: 0px 0px 24px rgba(21, 21, 21, 0.2);

  border-radius: 50%;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 3;

}

.hacc_logo img {

  width: 82%;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

}

.hacc_list {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 5;

}

.hacc_list_nub {

  position: absolute;

  transform: translate(-50%, -50%);

  cursor: pointer;

}

.hacc_list_nub_icon {

  width: 64px;

  height: 64px;

  border-radius: 50%;

  border: 1px solid #0D3380;

  box-shadow: 0px 0px 12px rgba(21, 21, 21, 0.1);

  background: #fff;

  transition: all 0.36s;

}

.hacc_icon_img {

  width: 36px;

  height: 36px;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

}

.hacc_icon_img img:nth-of-type(2) {

  opacity: 0;

}

.hacc_icon_font {

  position: absolute;

  font-size: 16px;

  color: #0D3380;

  line-height: 1.4;

  transition: all 0.36s;

  white-space: nowrap;

}

.hacc_list_nub1 .hacc_icon_font {

  left: 50%;

  transform: translateX(-50%);

  bottom: calc(100% + 4px);

}

#hacc_circle {

  width: 100%;

  height: 100%;

  position: absolute;

  top: 50%;

  left: 50%;

  z-index: 2;

  transform: translate(-50%, -50%) rotate(-90deg);

}

#hacc_circle canvas {

  width: 100%;

  height: 100%;

}

#hacc_circle svg {

  width: 100%;

  height: 100%;

}

.hacc_list_nub.on .hacc_list_nub_icon {

  background: #0D3380;

}

.hacc_list_nub.on .hacc_icon_img img:nth-of-type(2) {

  opacity: 1;

}

.hacc_list_nub.on .hacc_icon_img img:first-child {

  opacity: 0;

}

.hacc_list_nub2 .hacc_icon_font,

.hacc_list_nub3 .hacc_icon_font {

  top: 50%;

  transform: translateY(-50%);

  left: calc(100% + 8px);

}

.hacc_list_nub4 .hacc_icon_font,

.hacc_list_nub5 .hacc_icon_font {

  left: 50%;

  transform: translateX(-50%);

  top: calc(100% + 4px);

}

.hacc_list_nub6 .hacc_icon_font {

  top: 50%;

  transform: translateY(-50%);

  right: calc(100% + 8px);

}

.hacc_list_nub.on .hacc_icon_font {

  font-size: 24px;

}

.hacc_icon_font::before {

  content: '';

  background: #0D3380;

  opacity: 0.3;

  position: absolute;

  left: 0;

  bottom: 6px;

  height: 6px;

  width: 100%;

  z-index: -1;

  opacity: 0;

  transition: all 0.36s;

}

.hacc_list_nub.on .hacc_icon_font::before {

  opacity: 0.3;

}

.hacc_out {

  width: 446px;

  height: 446px;

  position: relative;

}

.hacc_list_nub5 .hacc_icon_font {

  left: auto;

  top: 50%;

  transform: translateY(-50%);

  right: calc(100% + 8px);

}

.hact_list_nub .std_text20 p {

  line-height: 1.6;

}

.cpbl_circle_logo .ys_imgbox_cover {

  width: 100%;

  background: #fff;

  box-shadow: 0px 0px 8px rgba(45, 101, 242, 0.1);

  backdrop-filter: blur(6px);

  border-radius: 50%;

  transition: all .36s ease;

}

.home_product_list_nub .ys_imgbox_cover img:nth-child(2) {

  z-index: 3;

}

.home_product_list_nub.on1 .ys_imgbox_cover img:nth-child(2) {

  z-index: 2;

}

.home_product_list_nub.on1 .ys_imgbox_cover video {

  z-index: 4;

  opacity: 1;

}

.home_advantage_bg {

  width: 86.458%;

  position: absolute;

  bottom: 107px;

  left: 29.427%;
  z-index: -1;

}

.home_semcorp .ys_cont1440 {

  position: relative;

  z-index: 3;

}

.home_advantage .ys_cont1440 {

  position: relative;
  display: flex;
  z-index: 3;

}

.on img:first-child {
  display: none;
}

/* --------------------------------------------- -------------------------------------------------*/

/* 移动端顶栏 */
@media screen and (max-width: 768px) {
  .header {
    height: 80px;
  }

  .header .move-tab {
    display: block !important;
    position: relative;
    width: 100%;
  }

  .header .move-tab .nav_menu {
    width: 15rem;
    position: -webkit-sticky;
    position: absolute;
    z-index: 999;
    display: block;
    left: 0;
    height: 100vh;
    transition: all 0.5s ease;
    background-color: #333;
    transform: translateX(-100%);
  }

  .header .move-tab .nav_menu .nav_menu-item {
    position: relative;
    width: 100%;
    line-height: 65px;
    border-bottom: 1px solid #666;
  }

  .header .move-tab .nav_menu .nav_menu-item .active {
    display: block;
    max-height: 100%;
  }

  .header .move-tab .nav_menu .nav_menu-item .icon-expand {
    position: absolute;
    right: 20px;
    top: 5px;
  }

  .header .move-tab .nav_menu .nav_menu-item a {
    margin-left: 50px;
    font-size: 15px;
    color: white;
  }

  .header .move-tab .nav_menu .nav_menu-item .second-tab {
    display: none;
  }

  .header .move-tab .nav_menu #toggleMenu {
    position: absolute;
    right: -40px;
    top: 23px;
  }

  .header .move-tab .expand {
    transform: translateX(0);
  }

  .header .container {
    justify-content: space-around;
    width: 100vw;
    background: #fff;
    padding: 0 0.5rem;
  }

  .header .container .tabulation {
    display: block !important;
  }

  .header .container .l {
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .header .container .l .logo {
    width: 106px;
    margin-right: 0px;
    transition: all 0.5s ease;
  }

  .header .container .l .company-name {
    font-size: 16px;
    transition: all 0.5s ease;
  }

  .header .container .l .company-name .company-name-en {
    font-size: 8px;
  }

  .header .container .l .hide-title {
    transform: translateX(350%);
  }

  .header .container .r {
    display: none;
  }
}

/* 移动端banner图 */
@media screen and (max-width: 768px) {
  .index .banner .shop_banner {
    height: 100%;
  }

  .index .banner .shop_banner .swiper-wrapper .swiper-slide {
    height: auto;
  }

  .index .banner .shop_banner .swiper-wrapper .swiper-slide img {
    height: 30vh;
  }
}

/* 移动端热门产品 */
@media screen and (max-width: 768px) {
  #backTop {
    display: none !important;
  }

  .index .container {
    width: 100vw;
  }

  .index .index-card {
    padding-top: 40px;
  }

  .index .index-card .card-title {
    padding-left: 0;
    margin-bottom: 0;
    width: 100vw;
  }

  .index .index-card .card-title .l {
    margin: 0 auto;
    font-size: 25px;
  }

  .index .index-card .card-title .l span {
    top: 18px;
    font-size: 30px;
  }

  .index .index-card .container {
    width: 100vw;
  }

  .index .search_view {
    display: none;
  }

  .index .index-hot .index-hot-item {
    height: auto;
  }

  .index .index-hot .index-hot-item .item-pic {
    position: static;
    height: auto;
  }

  .index .index-hot .index-hot-item .item-pic img {
    width: 100%;
  }

  .index .index-hot .index-hot-item .item-main {
    position: relative;
    padding: 0;
    margin-left: 0;
  }

  .index .index-hot .index-hot-item .item-main .item-desc {
    margin-bottom: 0;
  }

  .index .index-hot .index-hot-item .item-main .item-title {
    text-align: center;
    font-size: 23px;
    margin: 15px 0 20px;
  }

  .index .index-hot .index-hot-item .item-main .item-labels a {
    margin: 10px;
  }

  .index .index-hot .index-hot-item .item-main .more {
    margin: 0 auto 10px;
  }

  .index .index-hot .index-hot-item .container {
    display: flex;
    flex-direction: column;
    width: 100vw;
    padding: 0 5px;
  }

  .index .index-hot .index-hot-item2 .item-main {
    margin-right: 0;
  }

  .index .index-hot .index-hot-item2 .container {
    flex-direction: column-reverse;
  }

  .index .tabs {
    display: flex;
    padding-top: 20px;
  }

  .index .tabs .tab-titles {
    flex-direction: column;
    justify-content: normal;
    padding: 0;
  }

  .index .tabs .tab-titles .tab-title {
    font-size: 15px;
    width: 150px;
  }

  .index .tabs .tab-content .list_view {
    padding: 0;
    flex-direction: column;
  }

  .index .tabs .tab-content .list_view a {
    width: 100%;
    height: 100%;
  }

  .index .tabs .tab-content .list_view .item-pic {
    height: 15rem;
    box-sizing: border-box;
    padding: 0 10px 10px;
  }

  .index .tabs .tab-content .list_view .item-pic img {
    width: 100%;
    height: 100%;
  }

  .index .tabs .tab-content .list_view li:not(:last-child) {
    margin-right: 0px;
  }

  .index .index-about .company_view {
    flex-direction: column;
  }

  .index .index-about .company_view .l {
    padding: 40px 20px;
  }

  .index .index-about .company_view .l .company-numbers {
    line-height: 20px;
  }

  .index .index-about .company_view .l .company-numbers .numbers-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .index .index-about .company_view .l .company-numbers .numbers-item .item-num {
    font-size: 21px;
  }

  .index .index-about .company_view .l .company-desc {
    font-size: 15px;
    margin-bottom: 50px;
  }

  .index .index-about .company_view .r {
    width: 100%;
    height: 100%;
  }

  .index .index-about .company_view .r .videoGroup {
    display: none;
  }

  .index .index-advantage {
    padding-top: 0;
  }

  .index .index-advantage .card-title {
    display: flex !important;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
  }

  .index .index-advantage .card-title .l {
    font-size: 25px;
    position: relative;
    color: #143B88;
    font-weight: bold;
    z-index: 1;
  }

  .index .index-advantage .card-title .l span {
    position: absolute;
    left: -2px;
    color: rgba(20, 59, 136, 0.1);
    font-weight: 100;
    top: 18px;
    font-size: 30px;
    z-index: -1;
  }

  .index .index-advantage .card-title .l::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 3px;
    width: 14px;
    height: 14px;
    background: #143B88;
    border-radius: 50%;
  }

  .index .index-advantage .card-title .l::after {
    content: '';
    position: absolute;
    left: -17px;
    top: 0px;
    width: 12px;
    height: 12px;
    background: #2B9ACF;
    border-radius: 50%;
  }

  .index .index-advantage .container {
    width: 100vw;
  }

  .index .index-advantage .advantage-list {
    flex-direction: column;
    height: 100%;
  }

  .index .index-advantage .advantage-list .list-item {
    padding: 35px 40px 10px;
    width: 100%;
    font-size: 15px;
    border-bottom: 1px solid #dce0e6;
  }

  /* 移动端研发中心 */
  .index .index-research .home_advantage .ys_cont1440 {
    flex-direction: column;
  }

  .index .index-research .card-title .l {
    font-size: 25px;
    margin: 0 auto;
  }

  .home_advantage_cry {
    margin: 0 auto !important;
  }

  .index .index-research .index-research-body {
    box-sizing: border-box;
    padding: 75px 5px 60px;
  }

  .index .index-research .index-research-body .title {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .index .index-research .index-research-body .research_banner .swiper-slide {
    width: 280px !important;
    height: 25rem;
  }

  .index .index-research .home_advantage .ys_cont1440 .r {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .index .index-research .home_advantage .ys_cont1440 .r .r-title {
    font-size: 25px;
    margin: 0 auto;
  }

  .index .index-research .home_advantage .ys_cont1440 .r .r-title {
    font-size: 30px;
    margin: 1rem 0;
  }

  .index .index-research .home_advantage .ys_cont1440 .r .r-pic {
    width: 20rem;
    height: 20rem;
    margin: 0 auto;
  }

  .index .index-research .home_advantage .ys_cont1440 .home_advantage_cry .home_advantage_cry_circle {
    padding: 6rem 0 5rem;
  }

  .index .index-research .home_advantage .ys_cont1440 .home_advantage_cry .home_advantage_cry_circle .hacc_out {
    width: 14rem;
    height: 14rem;
  }

  .index .index-research .home_advantage .ys_cont1440 .home_advantage_cry .home_advantage_cry_circle .hacc_out .hacc_logo {
    border: 25px solid #0D3380;
  }

  @keyframes jumpTo {
    0% {
      stroke-dashoffset: 1388.2;
    }

    100% {
      stroke-dashoffset: calc(1388.2 - var(--jump-distance));
    }
  }

  .index .index-card .card-title {
    padding: 0 5px 0 30px;
  }

  .index .index-card .card-title .more {
    padding-left: 37px;
    padding-right: 10px;
  }

  .index .index-news .index-news-list {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
  }

  .index .index-news .index-news-list .new-item {
    padding: 15px 15px;
    margin: 5px;
  }

  .index .index-news .index-news-list .new-item:nth-child(3n) {
    margin: 5px;
  }

  .index .index-news .index-news-list .new-item .item-title {
    font-size: 17px;
  }

  .index .index-news .index-news-list .new-item .item-pic {
    width: 100%;
  }

  .index .index-news .index-news-list .new-item .item-pic img {
    width: 93%;
  }

  .index .notes #online_message {
    box-sizing: border-box;
    padding: 5px;
  }

  .index .notes .notes-form {
    padding: 90px 25px 0;
    width: 100% !important;
  }

  .index .notes .notes-form .two-input {
    flex-direction: column;
  }

  .index .notes .notes-form .two-input .form-input {
    width: 100%;
  }

  .hacc_out .hacc_list {
    width: 90%;
  }

  .hacc_list_nub .hacc_icon_font {
    font-size: 3.5vw !important;
  }

  .hacc_list_nub.on .hacc_icon_font {
    font-size: 3.5vw !important;
  }

  .hacc_list_nub .hacc_list_nub_icon {
    width: 55px;
    height: 55px;
  }

  .hacc_list_nub.on .hacc_list_nub_icon {
    width: 55px;
    height: 55px;
  }
}

/* 移动端关于达孚 */
@media screen and (max-width: 768px) {

  .index .index-about .index-partners {
    padding: 5px;
  }

  .index .index-about .company_view .l .company-name {
    font-size: 25px;
  }

  .index .index-about .company_view .r .videoGroup {
    height: 300px !important;
  }

  .index .index-about .company_view .r .item-video {
    z-index: 1;
  }

  /* 移动端核心优势 */
  .index .index-advantage {
    background-image: none;
  }
}

/* 移动端footer底部 */
@media screen and (max-width: 768px) {
  .footer .footer-top .container {
    width: 100vw;
  }

  .footer .footer-top {
    display: none;
  }

  .footer .footer-bot {
    background-color: #143B88;
    height: 100px;
  }

  .footer .footer-bot>a {
    color: white;
  }
}

@media screen and (max-width: 768px) {
  .footer3 {
    display: block !important;
    background-color: #333333;
    height: 3.125rem;
    z-index: 900;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
  }

  .footer3 .foot-nav-list {
    background-color: #262626;
  }

  .footer3 .foot-nav-list li {
    margin-top: 5px;
    display: block;
    -webkit-box-flex: 1;
    height: 100%;
    line-height: 100%;
    width: auto;
    float: left;
    width: 33.3%;
    text-align: center;
  }

  .footer3 .foot-nav-list li a {
    color: white;
  }

  .footer3 .foot-nav-list li a .icon-shouye1::before {
    content: "\e7b8";
  }
}

@media screen and (max-width:768px) {
  .company_news .container {
    width: 100vw;
  }

  .company_news .inside_banner .bg img {
    height: 18vh;
  }

  .company_news .inside_banner .banner_text {
    width: 100%;
    flex-direction: row-reverse;
  }

  .company_news .inside_banner .banner_text .banner-title {
    font-size: 40px;
  }

  .company_news .tabs .tabcard-title {
    height: 10vh;
  }

  .company_news .tabcard-title li.active {
    font-size: 4.5vw;
  }

  .company_news .tabcard-title li {
    font-size: 4vw;
  }

  .company_news .tabcard-title li:not(:first-child) {
    margin-left: 14vw;
  }

  .company_news .company_news-list .news-list-item {
    flex-direction: column;
    width: 100vw;
    padding: 9.3vw;
  }

  .company_news .company_news-list .news-list-item .item-pic {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }

  .company_news .company_news-list .news-list-item:hover {
    width: 100vw;
  }

  .company_news .company_news-list .news-list-item:hover .item-pic {
    box-shadow: 0px 6px 24px 0px rgba(108, 121, 128, 0.2);
  }

  .company_news .company_news-list .news-list-item:hover .item-pic img {
    transform: scale(1.1);
  }

  .company_news .company_news-list .news-list-item:hover .item-main .item-title {
    color: #CC9506;
  }

  .container {
    width: 100vw;
  }

  .inside_banner .bg img {
    height: 18vh;
  }

  .inside_banner .banner_text {
    width: 100%;
    flex-direction: row-reverse;
  }

  .inside_banner .banner_text .banner-title {
    font-size: 40px;
  }

  .company_news_detail .detail-title {
    font-size: 5vw;
    padding: 50px 0 50px;
  }

  .company_news_detail .detail-more .detail-more-l .more-l-come {
    margin: 0 3vw 0 2vw;
  }

  .company_news_detail .detail-content {
    width: 100vw;
    padding: 30px 2vw 50px;
    font-size: 4vw;
  }

  .up-and-down {
    width: 100vw;
  }
}

@media screen and (max-width:768px) {
  .company_products .container {
    width: 100vw;
  }

  .company_products .inside_banner .bg img {
    height: 18vh;
  }

  .company_products .inside_banner .banner_text {
    width: 100%;
    flex-direction: row-reverse;
  }

  .company_products .inside_banner .banner_text .banner-title {
    font-size: 40px;
  }

  .company_products .products_types .con {
    padding: 0 10px;
  }

  .company_products .products_types .con p {
    line-height: 40px;
  }

  .company_products .products_types .con .types .type1 {
    flex-direction: column;
  }

  .company_products .products_types .con .types .type1 li .a1 {
    line-height: 40px;
    font-size: 15px;
  }

  .company_products .products_types .con .types .type2 {
    padding: 10px 0;
  }

  .company_products .products_types .con .types .type2 li .a1 {
    font-size: 15px;
  }

  .company_products .products_types .con .types .type2 li a {
    line-height: 2;
  }

  .company_products .products_types .container {
    width: 100vw;
  }

  .company_products .company_products-list .products-list-item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .company_products .company_products-list .products-list-item .item-text {
    font-size: 3vw;
    padding: 10px;
  }

  .company_products .company_products-list .products-list-item .item-pic {
    padding: 10px;
  }

  .company_products .company_products-list .products-list-item .item-pic .item-pic-view img {
    height: 20vh !important;
  }

  .company_products .company_products-list .products-list-item .item-pic .item-pic-view {
    width: 100%;
    height: 100%;
  }

  .company_products .company_products-list .pagination {
    padding: 0 0 100px;
  }

  .pagination li:first-child a,
  .pagination li:last-child a {
    width: 50px;
  }

  .company_products_detail .container {
    width: 100vw;
  }

  .company_products_detail .inside_banner .bg img {
    height: 18vh;
  }

  .company_products_detail .inside_banner .banner_text {
    width: 100%;
    flex-direction: row-reverse;
  }

  .company_products_detail .inside_banner .banner_text .banner-title {
    font-size: 40px;
  }

  .company_products_detail .box-card {
    flex-direction: column;
  }

  .company_products_detail .box-card .card-r {
    overflow: visible;
    position: relative;
    padding: 0 5px;
  }

  .company_products_detail .box-card .card-r .title {
    width: 98vw;
    text-align: center;
    font-size: 6vw;
  }

  .company_products_detail .box-card .card-r .desc {
    font-size: 16px;
    width: 98vw;
    padding: 0 5px;
  }

  .company_products_detail .box-card .card-r .consult {
    padding: 18px 38px;
    margin-top: 11vh;
    margin-left: 60vw;
    margin-bottom: 0px;
    font-size: 14px;
  }

  .company_products_detail .box-card .card-r .code_view {
    bottom: -39px;
    left: 20px;
  }

  .company_products_detail .box-card .card-r .code_view .code-text {
    width: 110px;
    text-align: center;
  }

  .company_products_detail .box-card .card-r .code_view .code-pic {
    width: 110px;
    height: 110px;
  }

  .company_products_detail .box-card .pc-slide {
    width: 100vw;
  }

  .company_products_detail .box-card .pc-slide .view {
    height: 100%;
  }

  .company_products_detail .box-card .pc-slide img {
    width: 100vw;
    height: 100%;
  }

  .company_products_detail .box-card .pc-slide .preview .swiper-slide img {
    width: 100%;
  }

  .company_products_detail .container {
    width: 100vw;
  }

  .company_products_detail .box-card2 .content {
    font-size: 15px;
    padding: 30px 20px;
  }

  .company_products_detail .box-card2 .content img {
    width: 100vw;
    min-width: auto;
  }
}

@media screen and (max-width:768px) {
  .contact .contact-body {
    margin-top: 0;
    padding: 20px;
    flex-direction: column;
  }

  .contact .contact-body .l .l-title {
    font-size: 6vw;
  }

  .contact .contact-body #map {
    margin-left: 0;
    width: 100%;
    height: 30vh;
  }

  .contact .notes .card-title {
    height: 90px;
  }

  .contact .notes .notes-form {
    padding: 50px 28px;
  }

  .contact .notes .notes-form .two-input {
    flex-direction: column;
  }

  .contact .notes .notes-form .two-input .form-input {
    width: 100%;
  }

  .contact .notes .card-title li.active {
    font-size: 26px;
  }

  .contact .notes .notes-form .form-submit {
    padding: 18px 33vw;
  }

  .contact .contact-body .l .l-item .item-value {
    font-size: 4vw;
  }
}

@media screen and (max-width:768px) {
  .about .inside_banner .bg img {
    height: 18vh;
  }

  .about .inside_banner .banner_text {
    width: 100%;
    flex-direction: row-reverse;
  }

  .about .inside_banner .banner_text .banner-title {
    font-size: 40px;
  }

  .about .about_menu {
    height: 100%;
  }

  .about .about_menu .list-item {
    font-size: 3.5vw;
    padding: 2vh 0;
  }

  .about .about_menu .list-item.active {
    font-size: 4vw;
  }

  .about .about_menu .list-item:not(:first-child) {
    margin-left: 15px;
  }

  .about .about_videos .tabs .tab-titles .tab-title {
    font-size: 4vw;
  }

  .about .about_intro {
    padding-bottom: 10px;
  }

  .about .about_intro .container {
    width: 100vw;
  }

  .about .about_intro .about_intro-body .about_intro-view {
    margin-bottom: 30px;
  }

  .about .about_intro .about_intro-body .about_intro-view .l {
    margin: 0;
    width: 100vw;
  }

  .about .about_intro .about_intro-body .about_intro-view .l .title {
    margin: 35px 0 15px;
  }

  .about .about_intro .about_intro-body .about_intro-view .l .body-content {
    font-size: 1em;
    padding: 10px;
  }

  .about .about_intro .about_intro-body .about_intro-view .r {
    display: none;
  }

  .about .about_intro .about_intro-body .company-numbers {
    width: 100vw;
  }

  .about .about_intro .about_intro-body .company-numbers .numbers-item {
    font-size: 13px;
  }

  .about .about_intro .about_intro-body .company-numbers .numbers-item .item-num {
    font-size: 23px;
  }

  .about .about_intro .about_intro-body .company-numbers .numbers-item:nth-child(2) .item-num span:nth-child(2),
  .about .about_intro .about_intro-body .company-numbers .numbers-item:nth-child(4) .item-num span:nth-child(2) {
    font-size: 22px;
  }

  .about .about_intro .about_intro-body .company-numbers .numbers-item:nth-child(3) .item-num span:nth-child(2) {
    font-size: 19px;
  }

  .about .about-card {
    padding-top: 20px;
  }

  .about .about_honor .container {
    width: 100vw;
  }

  .about .about_honor .about_honor-banner1 .swiper-wrapper .swiper-slide {
    width: 30vw !important;
    margin-right: 5.5vw !important;
  }

  .about .about_honor .about_honor-banner2 {
    padding: 0 0 60px;
  }

  .about .about_honor .about_honor-banner2 .bann2-text {
    width: 100vw;
  }

  .about .about_honor .about_honor-banner2 .swiper-wrapper .swiper-slide {
    width: 250px !important;
  }

  .about .about_culture-body {
    padding: 0 5px;
  }

  .about .about_culture-body .culture-item {
    width: 100%;
    padding: 0;
  }

  .about .about_culture-body .culture-item .culture-item-main {
    margin: auto 0;
  }

  .about .about_culture-body .culture-item .culture-item-text {
    font-size: 35px;
  }

  .about .about_culture-body .culture-item .culture-item-icon img {
    width: initial;
  }

  .about .about_culture-body .culture-item .culture-item-icon {
    margin: auto 30px;
  }

  .about .container {
    width: 100vw;
  }

  .about .about_foot img {
    width: 100%;
    height: auto;
  }

  .about .about_videos .tabs .tab-content .about_video-list .list-item {
    margin-right: 0;
  }

  .about .about_talent::before {
    width: 100vw;
  }

  .about .about_talent .th li:first-child {
    width: 55vw;
    padding-left: 5px;
  }

  .about .about_talent .th li {
    width: 55vw;
  }

  .about .about_talent .item .item-top li:first-child {
    width: 55vw;
    padding-left: 5px;
  }

  .about .about_talent .item .item-top li {
    width: 60vw;
    font-size: 14px;
  }
}

@media screen and (max-width:798px) {
  .technical .container {
    width: 100vw;
  }

  .technical .technical_menu {
    height: 10vh;
  }

  .technical .technical_menu .list-item.active {
    font-size: 4.5vw;
  }

  .technical .technical_menu .list-item:not(:first-child) {
    margin-left: 14vw;
    font-size: 4vw;
  }

  .technical .inside_banner .bg img {
    height: 18vh;
  }

  .technical .inside_banner .banner_text {
    width: 100%;
    flex-direction: row-reverse;
  }

  .technical .inside_banner .banner_text .banner-title {
    font-size: 40px;
  }

  .technical .technical-card .card-desc {
    font-size: 20px;
    margin: 1vh auto;
  }

  .technical .research-list {
    flex-direction: column;
  }

  .technical .research-list .research-item {
    border-bottom: 1px solid #DCE0E6;
    padding: 50px 15px 55px;
  }

  .technical .research-list .research-item .item-desc {
    font-size: 18px;
  }

  .technical .research-list .research-item .item-title {
    font-size: 25px;
  }

  .technical .technical-card .laboratory-list {
    margin-top: 30px;
  }

  .technical .technical-card .laboratory-list .laboratory-item {
    margin-right: 0;
    width: 50%;
  }

  .technical .technical-card .laboratory-list .laboratory-item .item-pic .item-pic-view {
    height: 100%;
    width: 100%;
  }

  .technical .technical-card .laboratory-list .laboratory-item .item-pic .item-pic-view img {
    height: 22vh;
  }

  .technical .technical-card .laboratory-list .laboratory-item .item-text {
    font-size: 18px;
  }
}

.expand_sec {
  display: block !important;
}

.dele {
  visibility: hidden;
}