﻿.row {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1480px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1360px;
  }
}
.jcsb {
  justify-content: space-between;
}
.fwww {
  flex-wrap: wrap;
}
.header {
    position: fixed;
    width: 100%; /* 原来是 100% */
    top: 0;
    left: 0;
    height: 90px;
    z-index: 999;
    background: rgba(255,255,255,0.7);  /* by Mars */
}
.header .header-box {
  justify-content: space-between;
  padding: 0 6%;
  align-items: center;
}
.header .row {
  margin: 0;
}
.header .nav-box {
  margin-left: auto;
}
.header .nav .li-box > a {
  display: inline-block;
  padding: 0px;
  font-size: 18px;
  line-height: 90px;
  color: #333333;
  position: relative;
}
.header .nav .li-box > a::after {
  position: absolute;
  left: 0;
  bottom: 15px;
  display: block;
  content: '';
  width: 0px;
  height: 2px;
  transition: all 0.6s;
}
.header .nav .li-box > a:hover {
  color: #0055a8;
}
.header .nav .li-box > a:hover::after {
  width: 100%;
  background-color: #fff;
  transition: all 0.6s;
}
.header .li-box {
  position: relative;
  padding: 0 25px;
}
.header .child-box {
  display: none;
  width: 140px;
  padding: 10px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 75px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.1);
  text-align: center;
}
.header .child-box .ul-child a {
  font-size: 16px;
  line-height: 40px;
  color: #000;
  position: relative;
}
.header .child-box .ul-child a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  content: '';
  width: 0px;
  height: 2px;
  transition: all 0.6s;
}
.header .child-box .ul-child a:hover {
  color: #0055a8;
}
.header .child-box .ul-child a:hover::after {
  width: 100%;
  background-color: #0055a8;
  transition: all 0.6s;
}
.header .search {
  position: relative;
  margin-left: auto;
}
.header .search .img {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #00acac;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .search .img img {
  width: 16px;
}
.header .search.active .show-search {
  width: 400px;
  opacity: 1;
  z-index: 9;
}
.header .show-search {
  position: absolute;
  top: 110%;
  right: 0;
  width: 20px;
  z-index: -1;
  transition: all 0.6s;
  height: 48px;
  line-height: 48px;
  opacity: 0;
}
.header .show-search input {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  padding-left: 20px;
  outline: none;
}
.header .language {
  margin-left: 10px;
}
.header .language a {
  display: inline-block;
  line-height: 40px;
  width: 40px;
  font-size: 16px;
  color: #fff;
  background-color: #1864b1;
  border-radius: 50%;
  text-align: center;
}
.logo-off {
  display: inline-block;
}
.logo-on {
  display: none;
}
.header.on {
  background-color: #fff;
}
.header.on .logo-on {
  display: inline-block;
}
.header.on .logo-off {
  display: none;
}
.header.on .nav .li-box > a {
  color: #000;
}
.header.on .nav .li-box > a:hover {
  color: #0055a8;
}
.header.on .nav .li-box > a:hover::after {
  width: 100%;
  background-color: #0055a8;
  transition: all 0.6s;
}
.headerPage2 {
  height: 90px;
}
.headerPage2 .header .nav .li-box > a {
  color: #000;
}
.headerPage2 .header .nav .li-box > a:hover {
  color: #0055a8;
}
.footer {
  padding: 50px 0 40px;
  background-color: #f5fcff;
}
.footer .logo-footer {
  width: 230px;
}
.footer .logo-footer .img {
  margin-bottom: 10px;
}
.footer .logo-footer p {
  font-size: 14px;
  line-height: 2em;
  color: #666;
}
.footer .footer-nav {
  width: calc(100% - 600px);
}
.footer .footer-nav ul li a:first-child {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2em;
}
.footer .footer-nav ul li a {
  display: block;
  width: max-content;
  line-height: 2em;
  font-size: 14px;
  color: #666;
  position: relative;
}
.footer .footer-nav ul li a:hover {
  color: #003fa0;
}
.footer .footer-nav ul li a::after {
  position: absolute;
  left: 0;
  bottom: 0px;
  display: block;
  content: '';
  width: 0px;
  height: 2px;
  transition: all 0.6s;
}
.footer .footer-nav ul li a:hover::after {
  width: 100%;
  background-color: #0055a8;
  transition: all 0.6s;
}
.footer .right {
  width: 215px;
}
.footer .right p:first-child a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2em;
}
.footer .right p:nth-child(2) {
  padding-left: 19px;
  background-image: url(../images/db.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-size: 15px 15px;
  line-height: 2em;
  font-size: 14px;
  color: #666;
}
.footer .right p:nth-child(3) {
  padding-left: 19px;
  background-image: url(../images/dh.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-size: 15px 15px;
  line-height: 2em;
  font-size: 14px;
  color: #666;
}
.footer .right .share {
  padding-left: 19px;
}
.footer .right .share a {
  margin-right: 10px;
}
.index-banner .index-banner-img img {
  width: 100%;
}
.index-banner .index-banner-img video {
  width: 100%;
}
.index-swiper video {
  width: 100%;
}
.title-com {
  text-align: center;
  position: relative;
}
.title-com h2 {
  font-size: 42px;
  font-weight: bold;
  color: #0055a8;
}
.title-com h3 {
  font-size: 36px;
  font-weight: bold;
  color: #0055a8;
}

    .title-com h2 a {
        font-size: 42px;
        font-weight: bold;
        color: #0055a8;
        text-decoration:none;
    }

    .title-com h3 a {
        font-size: 36px;
        font-weight: bold;
        color: #0055a8;
        text-decoration: none;
    }

.title-com h4 {
  margin-bottom: 5px;
  font-size: 30px;
  opacity: 0.3;
  color: #003fa0;
  text-transform: uppercase;
}
.title-com::after {
  width: 66px;
  height: 3px;
  background-color: #e5e5e5;
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  transform: translateX(-50%);
  left: 50%;
}
.index-about {
    padding: 30px 0 30px;
    /* background-image: url(../images/pic_bg_02.jpg); */
    background-color: #dfedfb;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.index-about .con {
  margin-top: 50px;
}
.index-about .con p {
  color: #333;
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
}
.index-about .time-box {
  text-align: center;
  margin-top: 50px;
  padding: 0 5%;
}
.index-about .time-box h4 {
  margin-bottom: 10px;
  font-weight: lighter;
  font-size: 30px;
  color: #000;
}
.index-about .time-box h4 span {
  margin-right: 8px;
  font-size: 120px;
  color: #025fac;
  font-weight: bold;
}
.index-about .time-box p {
  color: #333;
  font-size: 18px;
  line-height:1.5;
}
.index-about .time-box .col-md-4 {
  position: relative;
  padding: 35px 0;
}
.index-about .time-box .col-md-4:nth-child(-n+3)::after {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  content: '';
  display: block;
  width: 85%;
  height: 1px;
  background-color: #e5e5e5;
}

.index-pro {
  padding: 55px 0 80px;
  background-image: url(../images/pic_index_pro_bg_02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index-pro .title-com {
  margin-bottom: 50px;
}

.index-pro .con:first-child {
  width: 66%;
}

.index-pro .con:nth-child(2) {
  margin-right: 0; width: 32%;
}

.index-pro .con:last-child {
  margin-right: 0;
}

.index-pro .con {
  display: block;
  position: relative;
  margin-bottom: 2%;
  width: 23.5%;
  margin-right: 2%;
}
.index-pro .con:hover .text P:last-child {
  height: 1.5em;
  line-height: 1.5em;
}
.index-pro .con:hover .img img {
  transform: scale(1.1);
}
.index-pro .img {
  overflow: hidden;
}
.index-pro .img img {
  width: 100%;
  transition: all 0.6s;
}
.index-pro .text {
  position: absolute;
  bottom: 20px;
  left: 25px;
}
.index-pro .text p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5em;
}
.index-pro .text h4 {
  font-size: 24px;
  color: #fff;
  line-height: 1.5em;
  font-weight: bold;
}
.index-pro .text P:last-child {
  height: 0;
  transition: all 0.6s;
  overflow: hidden;
}
.index-yf {
    padding: 55px 0 120px;
    background-image: url(../images/pic_bg_02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.index-yf .text {
  margin: 35px 0 40px;
  text-align: center;
}
.index-yf .text p {
  line-height: 1.62em;
  font-size: 18px;
}
.index-yf .yf-swiper .s-box {
  height: 445px;
}
.index-yf .yf-swiper .con {
  display: block;
  position: relative;
  width: 21%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.6s;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0px 5px 10px -2px #666;
}
.index-yf .yf-swiper .con h4 {
  color: #000;
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.index-yf .yf-swiper .con h4::after {
  display: block;
  content: '';
  width: 45px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  bottom: -15px;
  border-radius: 2px;
}
.index-yf .yf-swiper .con p {
  font-size: 16px;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.index-yf .yf-swiper .con .text {
  text-align: center;
  width: auto;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0px;
  z-index: 99;
}
.index-yf .yf-swiper .con .img {
  height: 100%;
}
.index-yf .yf-swiper .con .img img {
  height: 100%;
}
.index-yf .yf-swiper .con {
  transform: scale(0.8);
  transform-origin: center center;
  transition: all 0s;
}
.index-yf .yf-swiper .swiper-slide-next {
  transform-origin: center left;
}
.index-yf .yf-swiper .swiper-slide-next .text {
  transform: scale(1.25) translateX(0);
  left: 0;
}
.index-yf .yf-swiper .swiper-slide-prev {
  transform-origin: center right;
}
.index-yf .yf-swiper .swiper-slide-prev .text {
  transform: scale(1.25) translateX(0);
  right: 0;
}
.index-yf .yf-swiper .swiper-slide-active.con {
  transform: scaleX(1) scaleY(1);
  transform-origin: center center;
  transition: all 0.6s;
}
.index-yf .yf-swiper .con::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/bs_03.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.index-yf .yf-swiper .con.swiper-slide-active p {
  visibility: visible;
  line-height: 1.5em;
  height: 1.5em;
  transition: all 0.5s;
  text-shadow: 0px 1px 2px #000;
}
.index-yf .yf-swiper .con.swiper-slide-active h4 {
  color: #fff;
  font-size: 22px;
  text-shadow: 0px 1px 2px #000;
}
.index-yf .yf-swiper .con.swiper-slide-active h4::after {
  background-color: #fff;
}
.index-yf .yf-swiper .con.swiper-slide-active::after {
  display: none;
}

.index-news {
    padding: 15px 0 20px;
    background-image: url(../images/pic_bg_02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index-news-ul{
    list-style:none;
}

.index-news-ul li{
    float:left;
    padding-right:30px;
    vertical-align:middle;
}

.index-news-pic1 {
    text-decoration: none;
    width: 420px;
    /* height:300px; */
    text-align: center;
}

.index-news-title1 {
    font-size:16px;
    padding-left:30px;
    padding-right:30px;
    padding-top:20px;
    padding-bottom:20px;
}

.index-news-date1 {
    font-size:10px;
    color:green;
    text-align:right;
    padding-right:40px;
}

.index-news-pic2 {
    text-decoration: none;
    width: 200px;
    /*height: 130px;*/
}

.index-news-title2 {
    padding-top: 25px;
}

.index-news-tab-active {
    color: green;
    text-decoration: underline;
    text-underline-offset: 0.7em;
}

a:link.navigate-link, a:visited.navigate-link {
    background-color: #ffffff;
    color:#000000;
}

a:hover.navigate-link, a:active.navigate-link {
    background-color: #007bff;
    color: #ffffff;
}

.index-hire {
    height:296px;
    width:100%;
    background-image: url(../images/hire.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align:center;
    padding-top:100px;
}

.index-link{
    background-color:#000;
    width:100%;
    height:450px;
}

.index-link-control {
    color: #aaaaaa;
    background-color: rgba(200,200,200,0.3);
    height: 36px;
    border-radius: 3px;
}

.index-link-hr {
    border-bottom: #333 1px solid;
    max-width: 1918px;
    height: 16px;
}

.index-map {
    border-bottom: #333 1px solid;
    max-width: 1918px;
    height: 300px;
    color:#999999;
    font-size:14px;
}

.index-map-qr{
    width:130px;
}

.index-map div a:link, .index-map div a:visited, .index-copyright div a:link, .index-copyright  div a:visited{
    color: #999999;
}

.index-map div a:hover, .index-map div a:active, .index-copyright div a:hover, .index-copyright div a:active {
    color: #999999;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.index-map-title{
    font-size:16px;
    color:#fff;
}

.index-copyright {
    padding-top:20px;
    background-color:#000;
    max-width: 1918px;
    height: 50px;
    color: #999999;
    font-size: 14px;
}

@keyframes yuyan {
    0% {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  
	50% {
    transform: rotate3d(1, 1, 1, 720deg);
  }
  
	100% {
    transform: rotate3d(0, 0, 0, 0deg);
  }

}

@keyframes rotated{
  
	0% {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
  
	50% {
        transform: rotateX(180deg) rotateY(180deg) rotateZ(90deg); }
  
	100% {
    transform: rotateX(0deg) rotateY(0deg); }

}

/* 立方体3d旋转 */

#front:checked ~ .lifang {
  transform: rotate3d(0, 0, 0, 0deg);
}

.mofan {
  background-image: url(../images/mofang_bg_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* .lifang:hover{
        transform: rotate3d(1,1,1,720deg);
        
      } */
}


.mofan .lifang {
  width: 300px;
  height: 300px;
  position: relative;
  /* 保留3d效果 */
  transform-style: preserve-3d;
  transform: rotate3d(0, 1, 0, 30deg);
  animation: rotated 30s infinite alternate;
}

.mofan .page {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
}
.mofan .front {
  background-image: url(../images/mofang_05_15.jpg);
  background-size: cover;
  transform: translateZ(150px);
}
.mofan .back {
  background-image: url(../images/mofang_02_05.jpg);
  background-size: cover;
  transform: translateZ(-150px);
}
.mofan .right {
  background-image: url(../images/mofang_03_08.jpg);
  background-size: cover;
  transform: rotateY(90deg) translateZ(150px);
}
.mofan .left {
  background-image: url(../images/mofang_04_14.jpg);
  background-size: cover;
  transform: rotateY(-90deg) translateZ(150px);
}
.mofan .top {
  background-image: url(../images/mofang_01_03.jpg);
  background-size: cover;
  transform: rotateX(90deg) translateZ(150px);
}
.mofan .botton {
  background-image: url(../images/mofang_06_16.jpg);
  background-size: cover;
  transform: rotateX(-90deg) translateZ(150px);
}
.mofan .mofan-box {
  align-items: center;
  min-height: 730px;
}
.mofan .mofan-box .mofan-img {
  padding-left: 10%;
  perspective: 900px;
}
.mofan .title-com {
  text-align: start;
  margin-bottom: 40px;
}
.mofan .title-com::after {
  left: 0;
  transform: translateX(0);
}
.mofan .con {
  width: 610px;
  margin-left: auto;
}
.mofan .con p {
  font-size: 17px;
  color: #666;
  line-height: 1.8em;
}
.mofan .img {
  margin-bottom: 20px;
  text-align: center;
  height: 78px;
  line-height: 78px;
  background-color: #fff;
  border: 1px solid #eee;
}
.mofan .img img {
  max-height: 100%;
}
.index-zr {
  background-image: url(../images/index_social_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index-zr .zr-box {
  min-height: 720px;
  align-content: center;
}
.index-zr .title-com {
  margin-bottom: 40px;
  width: 100%;
  text-align: start;
}
.index-zr .title-com h2 {
  color: #fff;
}
.index-zr .title-com h4 {
  color: #fff;
  opacity: 0.5;
}
.index-zr .title-com::after {
  left: 0;
  transform: translateX(0);
}
.index-zr .con {
  color: #fff;
}
.index-zr .con h5 {
  font-size: 22px;
  margin-bottom: 20px;
}
.index-zr .con p {
  font-size: 16px;
  line-height: 1.8em;
}
.info {
  padding: 70px 0 100px;
}
.info .wrap {
  width: 1480px;
}
.info .new-input {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 90px;
}
.info .new-input input {
  line-height: 45px;
  width: 500px;
  border: 1px solid #ddd;
  outline: none;
  padding-left: 20px;
}
.info .new-input a {
  display: inline-block;
  line-height: 47px;
  padding: 0 50px 0 30px;
  background-color: #002daa;
  color: #fff;
  margin-left: -5px;
}
.info .new-input a img {
  margin-right: 5px;
}
.info .new-box {
  display: flex;
  flex-wrap: wrap;
}
.info .new-box .new-con {
  cursor: pointer;
  display: inline-block;
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 3%;
}
.info .new-box .text {
  background-color: #fafafa;
  padding: 10px 20px;
}
.info .new-box .img {
  overflow: hidden;
}
.info .new-box .img img {
  width: 100%;
  transition: all 0.6s;
}
.info .new-box .new-con:nth-of-type(3n) {
  margin-right: 0;
}
.info .new-box h4 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.8em;
  height: 1.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #333;
}
.info .new-box p {
  font-size: 16px;
  line-height: 1.6em;
  color: #999;
}
.info .new-box .new-con:hover .text {
  background-color: #1e5fab;
}
.info .new-box .new-con:hover h4,
.info .new-box .new-con:hover p {
  color: #fff;
}
.info .new-box .new-con:hover .img img {
  transform: scale(1.1);
}
.info .new-box .new-con.active .text {
  background-color: #1e5fab;
}
.info .new-box .new-con.active h4,
.info .new-box .new-con.active p {
  color: #fff;
}
.info .new-box .new-con.active .img img {
  transform: scale(1.1);
}
.info .new-box .bot {
  padding: 0 20px;
}
.com-crumbs {
  padding: 18px 0;
}
.com-crumbs .con {
  justify-content: flex-end;
}
.com-crumbs .con a {
  margin-right: 5px;
  display: block;
  line-height: 25px;
}
.com-crumbs .con a img {
  margin-right: 10px;
  margin-bottom: 5px;
}
.com-banner .banner-img img {
  width: 100%;
}
.new-con.active .screen {
  display: block;
}
.new-con.active.reback .screen {
  display: none;
}
.screen.active {
  display: block;
}
.screen {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 9999;
}
.screen-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.screen-box .screen-box {
  margin: 0 auto;
}
.screen-box .screen-con {
  width: 50%;
  height: auto;
}
.screen-box .screen-con img {
  width: 100%;
}
.screen-box .screen-con video {
  width: 100%;
}
.demo {
  text-align: center;
}
.demo .layui-laypage a,
.demo .layui-laypage span {
  height: 48px;
  padding: 0 20px;
  line-height: 48px;
  margin: 0 6px;
}
.demo .layui-laypage {
  margin: 40px 0 0;
}
.nd-bot {
  display: flex;
  margin-top: 50px;
  margin-bottom: 55px;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px 0 10px;
}
.nd-bot .left a {
  display: inline-block;
  font-size: 18px;
  display: block;
  line-height: 2em;
  color: #666;
  font-size: 16px;
}
.nd-bot .left a span {
  color: #000;
}
.nd-bot .right a {
  display: inline-block;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 20px;
  background-color: #003fa0;
  color: #fff;
  font-size: 14px;
}
.nd-bot .right a span {
  margin-left: 10px;
  border-bottom: 5px solid rgba(102, 102, 102, 0);
  border-top: 5px solid rgba(102, 102, 102, 0);
  border-right: 5px solid rgba(102, 102, 102, 0);
  border-left: 8px solid #1947ba;
}
.nd-bot .right a:hover {
  color: #000;
}
.nd-bot .right a:hover span {
  border-left: 8px solid #fff;
}
.bg-box {
  background-image: url(../images/new_bg_02.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.new-detail .con {
  padding: 40px 60px 120px;
  margin-top: 15px;
  background-color: #fff;
  border: 1px solid #eee;
}
.new-detail .con .title {
  text-align: center;
  border-bottom: 1px solid #eee;
}
.new-detail .con .title h3 {
  font-size: 30px;
}
.new-detail .con .sj {
  padding: 10px 0 15px;
  display: flex;
  justify-content: center;
}
.new-detail .con .sj .left span {
  margin-right: 20px;
  color: #999;
}
.new-detail .con .sj .right a {
  color: #111;
  margin-left: 50px;
}
.new-detail .con .sj .right a img {
  margin-right: 10px;
}
.new-detail .con .sj .right a:hover {
  color: #dd2225;
}
.new-detail .con .text {
  padding: 35px 10px 0;
}
.new-detail .con .text p {
  font-size: 18px;
  color: #222;
  line-height: 1.62em;
  text-align: justify;
}
.new {
  padding: 40px 0 80px;
  background-image: url(../images/new_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.new .new-swiper {
  padding: 28px;
  border: 1px solid #eee;
  background-color: #fff;
}
.new .swiper {
  position: relative;
}
.new .swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.new .swiper .swiper-slide:hover h4 {
  color: #002daa;
}
.new .swiper .swiper-slide:hover .swiper-img img {
  transform: scale(1.1);
}
.new .swiper .swiper-slide .swiper-img {
  width: 620px;
  overflow: hidden;
}
.new .swiper .swiper-slide .swiper-img img {
  width: 100%;
  transition: all 0.6s;
}
.new .swiper .swiper-slide .swiper-text {
  width: calc(100% - 620px);
  padding: 20px 40px;
}
.new .swiper .swiper-slide h4 {
  font-size: 28px;
  line-height: 1.5em;
  height: 3em;
  margin: 15px 0 10px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new .swiper .swiper-slide h5 {
  margin: 8px 0 10px;
  font-size: 16px;
  color: #00adae;
}
.new .swiper .swiper-slide p {
  font-size: 18px;
  line-height: 1.6em;
  height: 8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new .swiper-container {
  position: relative;
}
.new .swiper-button-prev {
  background-image: url(../images/id-sl_03.jpg);
}
.new .swiper-button-next {
  background-image: url(../images/id-sr_03.jpg);
}
.new .swiper-pagination {
  bottom: -5px;
  left: 655px;
  width: auto;
}
.new .swiper-pagination .swiper-pagination-bullet {
  transition: all 0s;
  margin-right: 5px;
  border-radius: 3px;
  width: 70px;
  height: 3px;
}
.new .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00acac;
}
.new .new-con {
  margin: 40px 0 80px;
}
.new .new-con .new-des {
  padding: 40px 0 35px 28px;
  border-top: 1px solid #ddd;
}
.new .new-con .new-des:last-child {
  border-bottom: 1px solid #ddd;
}
.new .new-con .new-des:hover h4 {
  color: #002daa;
}
.new .new-con .new-des:hover .img img {
  transform: scale(1.1);
}
.new .new-con h4 {
  font-size: 24px;
  margin: 10px 0 18px;
  font-weight: bold;
}
.new .new-con .text {
  width: calc(100% - 450px);
}
.new .new-con .img {
  width: 395px;
  overflow: hidden;
}
.new .new-con .img img {
  width: 100%;
  transition: all 0.6s;
}
.new .new-con p {
  font-size: 18px;
  line-height: 1.6em;
}
.staff {
  padding: 60px 0 105px;
  background-image: url(../images/staff_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.staff .wrap {
  width: 1620px;
  margin: 0 auto;
  max-width: 96%;
}
.staff .staff-box {
  margin-top: 65px;
}
.staff .title-com h2 {
  color: #000000;
}
.staff .left {
  width: 350px;
}
.staff .left h3 {
  font-size: 28px;
  color: #000;
  font-weight: 900;
  font-family: "SourceHanSansCN-Bold";
}
.staff .left p {
  padding-left: 35px;
  line-height: 1.2em;
  color: #333;
  opacity: 0.7;
}
.staff .tab:first-child {
  padding: 40px 0 25px;
}
.staff .tab {
  padding: 75px 0 25px;
  position: relative;
  cursor: pointer;
}
.staff .tab:hover h3 {
  color: #0257aa;
}
.staff .tab:hover p {
  color: #0257aa;
}
.staff .tab::after {
  position: absolute;
  left: 0%;
  bottom: 0;
  content: '';
  background-color: #edf1f3;
  width: 350px;
  height: 3px;
  display: block;
}
.staff .tab.active::after {
  background-color: #0257aa;
  height: 3px;
}
.staff .tab.active .left h3 {
  color: #0257aa;
}
.staff .tab.active .left p {
  color: #0257aa;
}
.staff .right {
  width: calc(100% - 444px);
  position: relative;
}
.staff .thumbs {
  margin-top: 25px;
}
.staff .thumbs .swiper-slide {
  cursor: pointer;
}
.staff .swiper-tab.active {
  position: relative;
  opacity: 1;
  z-index: 9;
}
.staff .swiper-tab {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
}
.innovate {
  padding: 60px 0;
}
.innovate .title-com h2 {
  color: #000000;
}
.innovate .innovate-box {
  margin-top: 40px;
}
.innovate .des {
  padding: 40px 0;
  width: 25%;
  text-align: center;
  transition: all 0.3s;
}
.innovate .des:hover {
  box-shadow: 2px 10px 15px 0px #ccc;
}
.innovate .des h4 {
  font-size: 22px;
  line-height: 1.8em;
  font-family: "SourceHanSansCN-Bold";
}
.innovate .des p {
  font-size: 18px;
  line-height: 1.8em;
}
.innovate .des .img {
  margin-bottom: 15px;
  height: 60px;
}
.innovate .des .img img {
  height: 100%;
}
.learning {
  padding: 55px 0 90px;
  background-image: url(../images/nmbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.learning .title-com {
  text-align: start;
}
.learning .title-com h2 {
  color: #000000;
}
.learning .title-com::after {
  transform: translateX(0%);
  left: 0;
}
.learning .learn-box {
  margin-top: 55px;
}
.learning .learn-box p {
  font-size: 18px;
  line-height: 1.6em;
}
.learning .learn-box h4 {
  font-size: 22px;
  line-height: 1.6em;
  font-family: "SourceHanSansCN-Bold";
}
.learning .learn-box h4 span {
  color: #666;
  font-family: "SourceHanSansCN-Bold";
}
.learning .learn-box .left,
.learning .learn-box .right {
  width: 29%;
  position: relative;
}
.learning .learn-box .text {
  position: absolute;
}
.learning .learn-box .right .text {
  left: 30px;
  bottom: 20px;
}
.learning .learn-box .left .text {
  left: 30px;
  bottom: 20px;
}
.learning .learn-box .top {
  position: relative;
}
.learning .learn-box .top .text {
  position: absolute;
  top: 20px;
  left: 30px;
}
.learning .learn-box .bot {
  position: relative;
}
.learning .learn-box .bot .text {
  text-align: end;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.learning .learn-box .mid {
  width: 38%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.learning .learn-box .img {
  overflow: hidden;
}
.learning .learn-box .img img {
  transition: all 0.6s;
}
.learning .learn-box .img:hover img {
  transform: scale(1.1);
}
.work {
  padding: 45px 0 70px;
  background-image: url(../images/gz_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.work .title-com h2 {
  color: #000000;
}
.work .text {
  margin: 35px 0 40px;
  text-align: center;
}
.work .text p {
  line-height: 1.8m;
  font-size: 18px;
}
.work .swiper-wrapper {
  padding: 70px 0;
}
.work .swiper-slide {
  transition: all 1s;
  box-shadow: 0px 2px 15px -5px #ccc;
}
.work .swiper-slide img {
  width: 100%;
  border-radius: 10px;
}
.work .swiper-slide.swiper-slide-active {
  transform: scale(1.25);
}
.about-banner {
  position: relative;
}
.about-banner .banner-img img {
  width: 100%;
}
.about-banner .title-com h2 {
  color: #000;
  font-weight: bold;
  font-family: "SourceHanSansCN-Bold";
}
.about-banner .about-text {
  width: 80vw;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.about-banner .text {
  margin: 45px 0 70px;
  text-align: center;
}
.about-banner .text h4 {
  font-size: 24px;
}
.about-banner .flex3 {
  justify-content: center;
}
.about-banner .flex3 .div {
  display: inline-block;
  width: 37px;
  height: 3px;
  background-color: #e5e5e5;
}
.about-banner .flex3 .des {
  width: 310px;
  background-color: #fff;
  border-radius: 15px;
  padding: 35px 0 40px;
  text-align: center;
  margin-right: 90px;
  transition: all 0.6s;
}
.about-banner .flex3 .des p {
  font-size: 16px;
  color: #333;
  line-height: 1.5em;
}
.about-banner .flex3 .des:hover {
  transform: scale(1.1);
  box-shadow: 0px 15px 10px -4px #ccc;
}
.about-banner .flex3 .des:hover p {
  color: #003fa0;
  font-weight: bold;
}
.about-banner .flex3 .des:last-child {
  margin-right: 0px;
}
.about-banner .flex3 .img {
  margin: 15px 0 20px;
  height: 40px;
}
.about-banner .flex3 .img img {
  max-height: 100%;
}
.talent {
  padding: 60px 0 80px;
}
.talent .title-com {
  width: 350px;
  text-align: start;
}
.talent .title-com h2 {
  color: #000;
}
.talent .title-com::after {
  left: 0;
  transform: translateX(0);
}
.talent .text {
  width: calc(100% - 500px);
}
.talent .text p {
  font-size: 20px;
  line-height: 1.8em;
}
.title-com.black h2 {
  color: #000;
}
.concept {
  padding: 35px 0 100px;
  background-color: #f8f8f8;
}
.concept .concept-box {
  margin-top: 40px;
}
.concept .concept-box .col-md-4 {
  padding: 5px 0 15px;
  text-align: center;
  border-right: 1px solid #eee;
}
.concept .concept-box .col-md-4:last-child {
  border-right: none;
}
.concept .concept-box .box {
  width: 340px;
  margin: 0 auto;
}
.concept .concept-box .box .img img {
  transition: all 0.6s;
}
.concept .concept-box .box:hover img {
  transform: scale(1.1);
}
.concept .concept-box h4 {
  margin-bottom: 12px;
  background-image: url(../images/ty.png);
  background-repeat: no-repeat;
  background-position: 55%;
  background-size: contain;
  font-size: 22px;
  padding: 25px 0;
  font-weight: bold;
}
.concept .concept-box h4 span {
  color: #eb7f34;
}
.concept .concept-box p {
  font-size: 16px;
  line-height: 1.8em;
}
.work-concept {
  padding: 35px 0 160px;
}
.work-concept .work-box {
  margin-top: 70px;
}
.work-concept .work-box .right {
  width: 50%;
  padding-left: 35px;
}
.work-concept .work-box .img {
  width: 100px;
}
.work-concept .work-box .text {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.work-concept .work-box .left {
  width: 50%;
  padding-right: 105px;
  border-right: 1px solid #e5e5e5;
}
.work-concept .work-box h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.work-concept .work-box p {
  font-size: 16px;
  line-height: 1.6em;
}
.work-concept .bot-img {
  margin-top: 50px;
}
.com-banner.right-banner {
  position: relative;
}
.com-banner.right-banner .banner-text {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 12vw;
}
.com-banner.right-banner .banner-text h2 {
  font-size: 48px;
  font-family: "SourceHanSansCN-Bold";
  letter-spacing: 1px;
}
.com-banner.right-banner .banner-text h2:last-child {
  padding-left: 70px;
}
@keyframes dot0 {
  0% {
    transform: scale(1.1);
  }
  25% {
    transform: scale(1.5);
  }
  50% {
    transform: scale(2);
  }
  75% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes dot1 {
  0% {
    right: 13.5%;
    top: 38.2%;
  }
  25% {
    right: 15.5%;
    top: 39.2%;
  }
  50% {
    right: 17.5%;
    top: 41.2%;
  }
  75% {
    right: 19.5%;
    top: 44.2%;
  }
  100% {
    right: 20.6%;
    top: 47.6%;
  }
}
@keyframes dot2 {
  0% {
    right: 17.3%;
    top: 38.6%;
  }
  25% {
    right: 19%;
    top: 40.1%;
  }
  50% {
    right: 20%;
    top: 42.1%;
  }
  75% {
    right: 20.5%;
    top: 44.1%;
  }
  100% {
    right: 20.6%;
    top: 47.6%;
  }
}
@keyframes dot3 {
  0% {
    right: 46.3%;
    top: 16.6%;
  }
  20% {
    right: 39.3%;
    top: 14.4%;
  }
  35% {
    right: 33.3%;
    top: 16.6%;
  }
  55% {
    right: 28.3%;
    top: 22.5%;
  }
  75% {
    right: 24.3%;
    top: 32.1%;
  }
  85% {
    right: 22.3%;
    top: 39.1%;
  }
  100% {
    right: 20.6%;
    top: 47.6%;
  }
}
@keyframes dot4 {
  0% {
    right: 44.3%;
    top: 19.8%;
  }
  20% {
    right: 40.3%;
    top: 19.6%;
  }
  35% {
    right: 36.3%;
    top: 20.6%;
  }
  50% {
    right: 31.3%;
    top: 24.4%;
  }
  75% {
    right: 26.3%;
    top: 32.2%;
  }
  85% {
    right: 23.3%;
    top: 39.2%;
  }
  100% {
    right: 20.6%;
    top: 47.6%;
  }
}
@keyframes dot5 {
  0% {
    right: 48.7%;
    top: 27.9%;
  }
  15% {
    right: 42.7%;
    top: 24.9%;
  }
  35% {
    right: 36.7%;
    top: 25.6%;
  }
  50% {
    right: 33.5%;
    top: 27%;
  }
  75% {
    right: 27.5%;
    top: 34.1%;
  }
  85% {
    right: 23.5%;
    top: 41.4%;
  }
  100% {
    right: 20.6%;
    top: 47.6%;
  }
}
@keyframes dot6 {
  0% {
    right: 48.3%;
    top: 35.7%;
  }
  20% {
    right: 43.3%;
    top: 31.2%;
  }
  35% {
    right: 39.3%;
    top: 30.2%;
  }
  45% {
    right: 36%;
    top: 29.8%;
  }
  65% {
    right: 32%;
    top: 31.8%;
  }
  80% {
    right: 27%;
    top: 36.8%;
  }
  90% {
    right: 23%;
    top: 43.8%;
  }
  100% {
    right: 20.6%;
    top: 47.6%;
  }
}
@keyframes dot7 {
  0% {
    right: 23.7%;
    top: 60.7%;
  }
  20% {
    right: 23.5%;
    top: 56.7%;
  }
  35% {
    right: 23.3%;
    top: 54.7%;
  }
  50% {
    right: 23.2%;
    top: 53.7%;
  }
  75% {
    right: 22.7%;
    top: 51.7%;
  }
  100% {
    right: 20.6%;
    top: 47.6%;
  }
}
@keyframes dot8 {
  0% {
    right: 79%;
    top: 38.1%;
  }
  15% {
    right: 73%;
    top: 31.4%;
  }
  30% {
    right: 67%;
    top: 26.7%;
  }
  40% {
    right: 60%;
    top: 23.7%;
  }
  50% {
    right: 55%;
    top: 22.7%;
  }
  60% {
    right: 48%;
    top: 23.7%;
  }
  70% {
    right: 42%;
    top: 26.1%;
  }
  80% {
    right: 36%;
    top: 30.1%;
  }
  90% {
    right: 28%;
    top: 38.1%;
  }
  100% {
    right: 20.6%;
    top: 47.6%;
  }
}
.map {
  padding: 85px 0 45px;
}
.map .map-box .img {
  width: 780px;
  position: relative;
}
.map .map-box .img > img {
  width: 100%;
  margin-top: -1.3%;
}
.map .map-box .img .dot {
  position: absolute;
  width: 8px;
  height: 8px;
}
.map .map-box .img .dot img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
}
.map .map-box .img .dot::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background-color: rgba(255, 241, 0, 0.3);
  animation: scale 3s linear 4.5s infinite;
}
.map .map-box .img .dot0 {
  right: 20.6%;
  top: 47.6%;
  animation: dot0 3s linear 2s;
}
.map .map-box .img .dot1 {
  right: 13.5%;
  top: 38.2%;
  animation: dot1 2s linear 2s;
}
.map .map-box .img .dot2 {
  right: 17.3%;
  top: 38.6%;
  animation: dot2 2s linear 2s;
}
.map .map-box .img .dot3 {
  right: 46.3%;
  top: 16.6%;
  animation: dot3 2s linear 2s;
}
.map .map-box .img .dot4 {
  right: 44.3%;
  top: 19.8%;
  animation: dot4 2s linear 2s;
}
.map .map-box .img .dot5 {
  right: 48.7%;
  top: 27.9%;
  animation: dot5 2s linear 2s;
}
.map .map-box .img .dot6 {
  right: 48.3%;
  top: 35.7%;
  animation: dot6 2s linear 2s;
}
.map .map-box .img .dot7 {
  right: 23.7%;
  top: 60.7%;
  animation: dot7 2s linear 2s;
}
.map .map-box .img .dot8 {
  right: 79%;
  top: 38.1%;
  animation: dot8 2s linear 2s;
}
.map .map-box .text {
  width: calc(100% - 800px);
}
.map .map-box p {
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 0px;
}
.map .map-box h6 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.partners {
  padding: 35px 0 50px;
  background-color: #f3f7fb;
}
.partners .partners-box {
  margin-top: 70px;
}
.partners .com-des:nth-child(2n) {
  flex-direction: row-reverse;
}
.partners .com-des:nth-child(n+4) {
  display: none;
}
.partners .partners-box.active .com-des:nth-child(n+4) {
  display: flex;
}
.partners .com-des {
  margin-bottom: 40px;
  padding: 0 20px;
}
.partners .com-des .img {
  width: 530px;
  margin-bottom: 5px;
}
.partners .com-des .hz-logo {
  margin-bottom: 20px;
}
.partners .com-des .hz-logo img {
  max-height: 60px;
}
.partners .com-des .text {
  margin-top: 30px;
  width: calc(100% - 570px);
}
.partners .com-des .text p {
  margin-bottom: 22px;
  line-height: 1.8em;
  font-size: 18px;
}
.partners .com-des .text .text-con {
  padding-right: 30px;
  max-height: 270px;
  overflow-y: scroll;
}
.partners .com-des .text-con.none::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  border-radius: 2px;
  background: rgba(0, 0, 0, 0);
  height: 130px;
}
.partners .com-des .text-con::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  height: 130px;
}
.partners .com-des .text-con::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #1a5dae;
  border: solid 1px #1a5dae;
  border-radius: 2px;
}
.partners .com-des .text-con::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  border-radius: 2px;
  background: #dee8f4;
  height: 130px;
}
.partners .more {
  text-align: center;
}
.partners .more a {
  display: inline-block;
  line-height: 40px;
  padding: 0 35px;
  color: #fff;
  background-color: #004097;
  border-radius: 18px;
  transition: all 0.6s;
}
.partners .more a:hover {
  transform: scale(1.1);
}
.logo-swiper {
  margin: 30px 0;
}
.logo-swiper h3 {
  font-size: 16px;
  color: #888;
  font-weight: bold;
  margin-bottom: 10px;
}
.logo-swiper .swiper .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;
}
.logo-swiper .swiper1 {
  margin-bottom: 20px;
}
.logo-swiper .swiper-box .swiper-slide {
  display: flex;
  align-items: center;
  margin: 10px;
  width: 240px;
  height: 120px;
  border: 1px solid #ddd;
  text-align: center;
}
.logo-swiper .swiper-box .swiper-img {
  margin: auto;
}
.logo-swiper .swiper-pagination {
  transform: translateX(-50%);
  left: 50%;
  top: auto;
  bottom: 0;
  width: 40%;
}
.aboutus {
  padding: 70px 0 100px;
}
.aboutus .wrap {
  width: 1650px;
  max-width: 96%;
  margin: 0 auto;
}
.aboutus .title-com {
  text-align: start;
  margin-bottom: 45px;
}
.aboutus .title-com::after {
  left: 0;
  transform: translateX(0);
}
.aboutus .text {
  width: 60%;
  margin: 20px 0;
}

.aboutus .text p {
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 14px;
}

.aboutus .text .text-box {
  max-height: 600px;
  padding-right: 3%;padding-bottom: 0;}

.aboutus .img {
  width: 38%;
}
.aboutus .text-box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  height: 130px;
}

.aboutus .text-box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #1a5dae;
  border: solid 1px #1a5dae;
  border-radius: 2px;
}
.aboutus .text-box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  border-radius: 2px;
  background: #dee8f4;
  height: 130px;
}
.vs {
  position: relative;
}
.vs .text {
  color: #fff;
}
.vs .text h3 {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
}
.vs .text p {
  line-height: 1.8em;
  font-size: 20px;
}
.vs .img {
  height: 100%;
}
.vs .img img {
  width: 100%;
  height: 100%;
}
.vs .col-md {
  position: relative;
}
.vs .text-swiper {
  width: 100%;
}
.vs .text-swiper .text {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0%;
}
.vs .text-swiper .t-left {
  width: 50%;
  padding-right: 10%;
  text-align: end;
  opacity: 0;
}
.vs .text-swiper .t-right {
  width: 50%;
  padding-left: 10%;
  opacity: 0;
}
.vs .vs-img {
  overflow: hidden;
  width: 100%;
}
.vs .vs-img .left {
  position: relative;
  left: -15%;
  opacity: 0.5;
  transition: all 3s ease-in;
}
.vs .vs-img .right {
  position: relative;
  right: -15%;
  transition: all 3s ease-in;
  opacity: 0.5;
}
.vs .swiper-slide {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
}
.vs .swiper-slide-active .t-left {
  padding: 0 3%;
  transition: all 1.5s;
  transition-delay: 1.5s;
  opacity: 1;
}
.vs .swiper-slide-active .t-right {
  padding: 0 3%;
  transition: all 1.5s;
  transition-delay: 1.5s;
  opacity: 1;
}
.vs .swiper-slide-active .vs-img {
  visibility: visible;
}
.vs .swiper-slide-active .vs-img .left {
  left: 0%;
  transition: all 2s ease-in;
  opacity: 1;
}
.vs .swiper-slide-active .vs-img .right {
  right: 0%;
  transition: all 2s ease-in;
  opacity: 1;
}
.vs .swiper-button-next {
  right: 3%;
}
.vs .swiper-button-prev {
  left: 3%;
}
.vs .swiper-button-next:after,
.vs .swiper-button-prev:after {
  font-size: 60px;
}
.social {
  min-height: 830px;
  padding: 45px 0 90px;
  background-image: url(../images/about_bot_bg_02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.social .wrap {
  width: 96%;
  max-width: 1650px;
  margin: 0 auto;
}
.social .title-com {
  text-align: start;
  margin-bottom: 45px;
}
.social .title-com::after {
  left: 0;
  transform: translateX(0);
  background-color: #00acac;
}
.social .text {
  margin-top: 75px;
}
.social .text h5 {
  margin-bottom: 20px;
}
.social .text p {
  font-size: 20px;
  line-height: 1.8em;
  margin-bottom: 25px;
}
.social .right {
  position: relative;
}
.social .right .right-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.social .right .pic {
  transition: all 0.6s;
  cursor: pointer;
}
.social .right .pic:hover {
  transform: scale(1.1);
}
.social .right .pic1 {
  position: absolute;
  left: 17%;
  top: 38%;
}
.social .right .pic2 {
  position: absolute;
  left: 59%;
  top: 15%;
}
.social .right .pic3 {
  position: absolute;
  left: 73%;
  top: 42%;
}
.social .right .pic4 {
  position: absolute;
  left: 70%;
  top: 103%;
}
.social .video {
  display: none;
  position: absolute;
  width: 100%;
  top: 20%;
  left: 2%;
}
.social .video video {
  width: 100%;
}
.social .video .close {
  font-size: 40px;
  cursor: pointer;
}
.social .video.active {
  display: block;
}
.history {
  margin-bottom: 110px;
  height: 1000px;
  padding: 60px 0;
  background-image: url(../images/fzlc_02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.history .wrap {
  width: 1650px;
  max-width: 96%;
  margin: 0 auto;
}
.history .title-com {
  text-align: start;
  margin-bottom: 45px;
}
.history .title-com::after {
  left: 0;
  transform: translateX(0);
  background-color: #00acac;
}
.history .history-swiper {
  width: 1700px;
  margin: 0 auto;
  max-width: 96%;
}
.history .history-box {
  position: relative;
}
.history .history-box .swiper-slide {
  height: 780px;
  display: flex;
  justify-content: flex-end;
}
.history .history-box .swiper-slide h3 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #036eb8;
}
.history .history-box .swiper-slide h4 {
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 3px;
  background-color: #003fa0;
  border-radius: 16px;
  margin-bottom: 2px;
  text-indent: -999px;
  overflow: hidden;
}
.history .history-box .swiper-slide p {
  background-image: url(../images/ld.png);
  background-repeat: no-repeat;
  background-position: 30px 10px;
  background-size: 10px;
  margin: 10px 0;
  padding: 0 20px 0 45px;
  font-size: 16px;
  line-height: 1.5em;
}
.history .history-box .swiper-slide .con {
  width: 20%;
  position: relative;
  visibility: hidden;
  top: -10%;
}
.history .history-box .swiper-slide .con:nth-child(2n+1) {
  margin-top: 470px;
  top: 10%;
}
.history .history-box .swiper-slide .con:nth-child(2n+1) h3::before {
  content: '';
  display: block;
  width: 2px;
  height: 65px;
  background-image: url(../images/xx.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
}
.history .history-box .swiper-slide .con:nth-child(2n) {
  top: -10%;
  margin-bottom: 470px;
}
.history .history-box .swiper-slide .con:nth-child(2n) h3::after {
  content: '';
  display: block;
  width: 2px;
  height: 65px;
  background-image: url(../images/xx.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
}
.history .history-box .swiper-slide .con:nth-child(2n) .text {
  background-image: url(../images/bg2_03.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.history .history-box .swiper-slide .text {
  background-image: url(../images/bg_03.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.history .history-box .swiper-slide.swiper-slide-active .con {
  top: 0;
  visibility: visible;
  transition: all 2s;
}
.history .history-box .swiper-slide.swiper-slide-active .con:nth-child(1) {
  transition-delay: 0s;
}
.history .history-box .swiper-slide.swiper-slide-active .con:nth-child(2) {
  transition-delay: 0.5s;
}
.history .history-box .swiper-slide.swiper-slide-active .con:nth-child(3) {
  transition-delay: 1s;
}
.history .history-box .swiper-slide.swiper-slide-active .con:nth-child(4) {
  transition-delay: 1.5s;
}
.history .history-box .swiper-slide.swiper-slide-active .con:nth-child(5) {
  transition-delay: 2s;
}
.history .history-box .des {
  max-height: 160px;
  overflow-y: scroll;
}
.history .history-box .des.none::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  border-radius: 2px;
  background: rgba(0, 0, 0, 0);
  height: 130px;
}
.history .history-box .des::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  height: 130px;
}
.history .history-box .des::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #1a5dae;
  border: solid 1px #1a5dae;
  border-radius: 2px;
}
.history .history-box .des::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  border-radius: 2px;
  background: #dee8f4;
  height: 130px;
}
.history .swiper-button-prev {
  left: 4%;
  width: 30px;
  height: 55px;
  opacity: 0.7;
}
.history .swiper-button-next {
  right: 4%;
  width: 30px;
  height: 55px;
  opacity: 0.7;
}
.history .swiper-button-prev:after,
.history .swiper-rtl .swiper-button-next:after {
  width: 30px;
  height: 55px;
  opacity: 0.7;
}
@keyframes dot {
  0% {
    top: 54%;
    left: 2.2%;
    opacity: 0.6;
  }
  5% {
    top: 54%;
    left: 2.2%;
    opacity: 0.2;
  }
  15% {
    top: 13%;
    left: 2.2%;
    opacity: 0.2;
  }
  20% {
    top: 13%;
    left: 17.2%;
    opacity: 0.2;
  }
  25% {
    top: 13%;
    left: 17.2%;
    opacity: 0.6;
  }
  30% {
    top: 13%;
    left: 17.2%;
    opacity: 0.2;
  }
  35% {
    top: 13%;
    left: 32.2%;
    opacity: 0.2;
  }
  40% {
    top: 75%;
    left: 32.2%;
    opacity: 0.2;
  }
  45% {
    top: 77%;
    left: 47.6%;
    opacity: 0.2;
  }
  50% {
    top: 77%;
    left: 47.6%;
    opacity: 0.2;
  }
  55% {
    top: 77%;
    left: 47.6%;
    opacity: 0.6;
  }
  60% {
    top: 77%;
    left: 47.6%;
    opacity: 0.2;
  }
  65% {
    top: 74%;
    left: 62.7%;
    opacity: 0.2;
  }
  70% {
    top: 13%;
    left: 62.7%;
    opacity: 0.2;
  }
  75% {
    top: 13%;
    left: 78%;
    opacity: 0.2;
  }
  80% {
    top: 13%;
    left: 78%;
    opacity: 0.6;
  }
  85% {
    top: 13%;
    left: 78%;
    opacity: 0.2;
  }
  90% {
    top: 13%;
    left: 93%;
    opacity: 0.2;
  }
  95% {
    top: 54%;
    left: 93.3%;
    opacity: 0.2;
  }
  100% {
    top: 54%;
    left: 93.3%;
    opacity: 0.6;
  }
}
.pills {
  padding: 35px 0 200px;
  background-image: url(../images/jky_02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pills .title-com {
  text-align: start;
  margin-bottom: 45px;
}
.pills .title-com::after {
  left: 0;
  transform: translateX(0);
  background-color: #00acac;
}
.pills p {
  margin-bottom: 20px;
  line-height: 1.8em;
  font-size: 18px;
  padding-left: 30px;
  background-image: url(../images/sjx.png);
  background-repeat: no-repeat;
  background-position: 0px 8px;
  background-size: 13px 18px;
}
.pills .img {
  text-align: center;
}
.pills .pill-img-box {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.pills .pill-img-box .pill-img {
  position: relative;
}
.pills .pill-img-box .pill-img > img {
  width: 100%;
}
.pills .pill-img-box .pill-img h4 {
  font-size: 16px;
  font-weight: bold;
  font-family: "SourceHanSansCN-Bold";
  line-height: 1.5em;
}
.pills .pill-img-box .pill-img .text {
  position: absolute;
  width: 185px;
  text-align: center;
  opacity: 0;
}
.pills .pill-img-box .pill-img .text1 {
  top: 72%;
  left: -4%;
}
.pills .pill-img-box .pill-img .text2 {
  top: 2%;
  left: 12%;
}
.pills .pill-img-box .pill-img .text3 {
  top: 94%;
  left: 42%;
}
.pills .pill-img-box .pill-img .text4 {
  top: 2%;
  left: 71%;
}
.pills .pill-img-box .pill-img .text5 {
  top: 72%;
  left: 87%;
}
.pills .pill-img-box .pill-img .dot {
  position: absolute;
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #0055a8;
  opacity: 0;
  top: 54%;
  left: 2.2%;
}
.pills .pill-img-box .pill-img .dot.active {
  animation: dot 8s linear;
}
.pills .pill-img-box .pill-img.active .dot {
  animation: dot 8s linear;
}
.pills .pill-img-box .pill-img.active .text1 {
  opacity: 1;
  transition: all 0.3s;
  transition-delay: 0s;
}
.pills .pill-img-box .pill-img.active .text2 {
  opacity: 1;
  transition: all 0.3s;
  transition-delay: 2s;
}
.pills .pill-img-box .pill-img.active .text3 {
  opacity: 1;
  transition: all 0.3s;
  transition-delay: 4s;
}
.pills .pill-img-box .pill-img.active .text4 {
  opacity: 1;
  transition: all 0.3s;
  transition-delay: 6s;
}
.pills .pill-img-box .pill-img.active .text5 {
  opacity: 1;
  transition: all 0.3s;
  transition-delay: 8s;
}
.yanfa {
  padding: 35px 0 200px;
}
.yanfa .title-com {
  text-align: start;
  margin-bottom: 45px;
}
.yanfa .title-com::after {
  left: 0;
  transform: translateX(0);
  background-color: #00acac;
}
.yanfa p {
  margin-bottom: 20px;
  line-height: 1.8em;
  font-size: 18px;
  padding-left: 30px;
  background-image: url(../images/sjx.png);
  background-repeat: no-repeat;
  background-position: 0px 8px;
  background-size: 13px 18px;
}
.yanfa .img {
  text-align: center;
  justify-content: space-around;
}
.yanfa .img-box {
  margin-top: 30px;width: 45%;
}
.yanfa .img-box h4 {
  margin-top: 20px;
  font-weight: bold;
  font-family: "SourceHanSansCN-Bold";
}
.yanfa2 {
  padding: 10px 0 60px;
  background-image: url(../images/yfdt_02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.yanfa2 .alic {
  align-items: center;
}
.yanfa2 .title-com {
  text-align: start;
  margin-bottom: 45px;
}
.yanfa2 .title-com::after {
  left: 0;
  transform: translateX(0);
}
.yanfa2 .left {
  width: 42%;
  padding-right: 5%;
  margin-top: 50px;
}
.yanfa2 .left h5 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.yanfa2 .left p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.8em;
}
.yanfa2 .right {
  width: 58%;
}
.yanfa2 .right .con {
  justify-content: center;
  padding: 20px 0;
}
.yanfa2 .right .con p {
  margin-left: 50px;
  font-size: 18px;
  line-height: 50px;
  display: flex;
  align-items: baseline;
}
.yanfa2 .right .con p:first-child {
  margin-left: 0;
}
.yanfa2 .right .con .number {
  margin-right: 0px;
}
.yanfa2 .right .con span {
  margin-right: 10px;
  font-size: 48px;
  color: #004da2;
}
.yanfa2 .right .con .sx {
  margin-left: 35px;
}
.yanfa2 .right .con .sx p {
  font-size: 18px;
  line-height: 30px;
}
.yanfa2 .right .con .sx span {
  font-size: 24px;
}
.yanfa2 .right .con:last-child {
  border-bottom: none;
}
.yanfa2 .right .con:last-child P {
  align-items: center;
  margin-left: 40px;
}
.yanfa2 .right .con:last-child P b {
  width: 120px;
  line-height: 1.3em;
}
.yanfa2 .right .con:last-child p:first-child {
  margin-left: 0;
}
.yanfa2 .right .con:last-child p:first-child b {
  width: 130px;
}
.yanfa2 .right .con:last-child p:nth-child(2) b {
  margin-left: 5px;
}
.yanfa2 .right .cp.con > p {
  align-items: center;
}
.yanfa2 .right .cp.con > p b {
  width: 270px;
  line-height: 1.5em;
}
.sel-hover {
  padding: 70px 0 140px;
}
.sel-hover .sel {
  position: relative;
  width: 80%;
  margin: 0 auto;
  transform: scale(0.8);
}
.sel-hover .sel .img img {
  width: 100%;
}
.sel-hover .sel .text {
  position: absolute;
  text-align: center;
  width: 185px;
  height: 170px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.6s;
}
.sel-hover .sel .text:hover {
  transform: scale(1.1);
}
.sel-hover .sel .text:hover h5 {
  color: #004da2;
}
.sel-hover .sel .text h5 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
}
.sel-hover .sel .text.active {
  transform: scale(1.1);
}
.sel-hover .sel .text.active h5 {
  color: #004da2;
}
.sel-hover .sel .text1 {
  top: 54%;
  left: 1.8%;
  padding: 20px 46px;
}
.sel-hover .sel .text2 {
  top: 8.8%;
  left: 24.8%;
  padding: 20px 40px;
}
.sel-hover .sel .text3 {
  top: 9.5%;
  left: 57%;
  padding: 30px 30px;
}
.sel-hover .sel .text4 {
  top: 56%;
  left: 81.5%;
  padding: 20px 28px;
}
.sel-hover .text-con {
  margin-top: 10px;
}
.sel-hover .text-con .des {
  padding: 25px 15px 25px 25px;
  width: 24%;
  margin-right: 1.333%;
  background-color: #f7f8fb;
  transition: all 0.6s;
}
.sel-hover .text-con .text {
  padding-right: 10px;
  max-height: 280px;
  overflow-y: scroll;
}
.sel-hover .text-con .text.none::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  border-radius: 2px;
  background: rgba(0, 0, 0, 0);
  height: 130px;
}
.sel-hover .text-con .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  height: 130px;
}
.sel-hover .text-con .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #1a5dae;
  border: solid 1px #1a5dae;
  border-radius: 2px;
}
.sel-hover .text-con .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  border-radius: 2px;
  background: #dee8f4;
  height: 130px;
}
.sel-hover .text-con .des:hover {
  transform: scaleY(1.01) translateY(-10%);
  box-shadow: 0px 0px 20px -1px #333;
}
.sel-hover .text-con .des.active {
  transform: scaleY(1.01) translateY(-10%);
  box-shadow: 0px 0px 20px -1px #333;
}
.sel-hover .text-con .des:first-child {
  color: #c68838;
}
.sel-hover .text-con .des:nth-child(2) {
  color: #d06a50;
}
.sel-hover .text-con .des:nth-child(3) {
  color: #367ba1;
}
.sel-hover .text-con .des:last-child {
  color: #378894;
  margin-right: 0%;
}
.sel-hover .text-con h4 {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  width: 230px;
}
.sel-hover .text-con h5 {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.8em;
  color: #000;
}
.sel-hover .text-con p {
  font-size: 14px;
  line-height: 1.8em;
  padding-left: 20px;
  color: #444444;
  background-image: url(../images/hyd.png);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  background-size: 10px 11px;
}
.list {
  padding: 70px 0 40px;
  background-color: #f7f8fb;
}
.list h4 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
}
.list .top {
  background-color: #686868;
}
.list .top p {
  width: 12.5%;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.list .top p:not(:last-child) {
  border-right: 1px solid #999;
}
.list .con > div > p {
  width: 12.5%;
  font-size: 14px;
  color: #254973;
  padding: 30px 20px;
  border: 1px solid #ccc;
  border-right: none;
  border-top: none;
  text-align: center;
}
.list .con .des {
  width: 75%;
  padding: 0.8% 0;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: none;
}
.list .con .des span {
  display: inline-block;
  height: 26px;
  width: 0;
  transition: all 2.5s;
}
.list .con .des img {
  height: 26px;
}
.list .con .des p {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
}
.list .con .des p:first-child {
  margin-bottom: 0.2%;
}
.list .con .des p:first-child span {
  background-color: #00acaa;
}
.list .con .des p:nth-child(2) span {
  background-color: #0055a8;
}





.list .con.active .con1 .des p:first-child span {
  width: 660px;
}

.list .con.active .con1 .des p:nth-child(2) span {
  width: 180px;
}

.list .con.active .con2 .des p:first-child span {
  width: 320px;
}

.list .con.active .con2 .des p:nth-child(2) span {
  width: 180px;
}

.list .con.active .con3 .des p:first-child span {
  width: 320px;
}

.list .con.active .con3 .des p:nth-child(2) span {
  width: 320px;
}

.list .con.active .con4 .des p:first-child span {
  width: 820px;
}

.list .con.active .con4 .des p:nth-child(2) span {
  width: 820px;
}

.list .con.active .con5 .des p:first-child span {
  width: 820px;
}

.list .con.active .con5 .des p:nth-child(2) span {
  width: 820px;
}

.list .bot {
  margin-top: 50px;
  text-align: center;
}
.list .bot span {
  padding: 0 60px;
}
.xmteam {
  padding: 75px 0 90px;
}
.xmteam .title-com h2 {
  margin-bottom: 15px;
}
.xmteam .title-com p {
  font-size: 18px;
  color: #666;
}
.xmteam .title-com::after {
  display: none;
}
.xmteam .team-box {
  margin-top: 25px;
}
.xmteam .team-box .col-md {
  text-align: center;
}
.xmteam .team-box h3 {
  font-size: 24px;
  line-height: 1.8em;
}
.xmteam .team-box h4 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #003c82;
  line-height: 1.8em;
}
.xmteam .team-box p {
  font-size: 18px;
  line-height: 1.8em;
  color: #333;
}
.change {
  background-color: #f7f9fa;
}
.change .con {
  padding: 60px 0 27px;
  border-bottom: 1px solid #eee;
}
.change .con a {
  font-size: 24px;
  font-weight: bolder;
  display: inline-block;
  margin-right: 40px;
}
.change .con a.active {
  color: #1a5dae;
  position: relative;
}
.change .con a.active::after {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -28px;
  content: '';
  display: block;
  height: 2px;
  width: 105%;
  background-color: #1a5dae;
}
.pro-banner-swiper .swiper-button-next::after,
.pro-banner-swiper .swiper-button-prev::after {
  display: none;
}
.pro-banner-swiper .swiper-button-prev {
  background-image: url(../images/pro_left_jt.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  outline: none;
}
.pro-banner-swiper .swiper-button-next {
  background-image: url(../images/pro_right_jt.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  outline: none;
}
.pro {
  padding: 32px 0 75px;
  background-color: #f7f9fa;
}
.pro .pro-box {
  display: flex;
  flex-wrap: wrap;
}
.pro .pro-box .pro-con {
  padding: 45px 0 0;
  cursor: pointer;
  display: inline-block;
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 3%;
  text-align: center;
  background-color: #fff;
  transition: all 0.6s;
}
.pro .pro-box .text {
  text-align: center;
  padding: 45px 0 25px;
}
.pro .pro-box .img {
  overflow: hidden;
}
.pro .pro-box .img img {
  height: 310px;
  transition: all 0.6s;
}
.pro .pro-box .pro-con:nth-of-type(3n) {
  margin-right: 0;
}
.pro .pro-box h4 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.8em;
  height: 1.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #333;
}
.pro .pro-box span {
  display: inline-block;
  background-color: #1e5fab;
  font-size: 13px;
  line-height: 40px;
  color: #fff;
  padding: 0 30px;
  border-radius: 20px;
}
.pro .pro-box .pro-con:hover {
  box-shadow: 0px 2px 20px -2px #666;
}
.pro .pro-box .pro-con:hover h4 {
  color: #00acac;
}
.pro .pro-box .pro-con:hover .img img {
  transform: scale(1.05);
}
.com-crumbs.top {
  background-color: #f8fbfd;
}
.pdt {
  background-image: url(../images/pdt_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 0 130px;
}
.pdt .pdt-box {
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  align-items: center;
}
.pdt .pdt-box .left {
  width: 44%;
}
.pdt .pdt-box .right {
  width: 56%;
}
.pdt .pdt-box .pro-banner-swiper .swiper-button-next,
.pdt .pdt-box .pro-banner-swiper .swiper-button-prev {
  width: 55px;
  height: 55px;
}
.pdt .pdt-box .img {
  text-align: center;
}
.pdt .pdt-box .text {
  padding: 70px 80px 40px 100px;
}
.pdt .pdt-box h5 {
  font-size: 18px;
  color: #00acac;
}
.pdt .pdt-box h2 {
  margin: 18px 0;
  font-size: 42px;
  font-weight: bolder;
  font-family: "SourceHanSansCN-Bold";
}
.pdt .pdt-box h4 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bolder;
  color: #333;
  font-family: "SourceHanSansCN-Bold";
}
.pdt .pdt-box p {
  font-size: 18px;
  line-height: 1.8em;
}
.pdt .con h4 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bolder;
  color: #333;
  font-family: "SourceHanSansCN-Bold";
}
.pdt .con .des {
  margin-bottom: 50px;
  padding: 25px 20px;
  border: 1px solid #e6e6e6;
}
.pdt .con .des p:last-child {
  margin-bottom: 0;
}

.pdt .con h5,.pdt .con h3{   margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.6em;
  padding-left: 20px;
  color: #444444;
  background-image: url(../images/lx.png);
  background-repeat: no-repeat;
  background-position: 0px 8px;
  background-size: 10px 11px;  }


.pdt .con p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.6em;
 
  color: #444444;

}
.pdt .img-box .img {
  cursor: pointer;
  width: 115px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin: 15px 15px 15px 0;
  overflow: hidden;
}
.pdt .img-box .img img {
  transition: all 0.6s;
}
.pdt .img-box .img:hover img {
  transform: scale(1.3);
}
.pdt .img-box img {
  height: 70px;
}
.pdt .con-box h4 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bolder;
  color: #333;
  font-family: "SourceHanSansCN-Bold";
}
.pdt .des-box-row {
  margin-bottom: 20px;
}
.pdt .des-row {
  width: 18%;
  height: 260px;
  padding: 50px 26px;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  border: 1px solid #e5e5e5;
  text-align: center;
  transition: all 0.3s;
}
.pdt .des-row .img {
  height: 60px;
  margin-bottom: 30px;
}
.pdt .des-row p {
  font-size: 14px;
  line-height: 1.8em;
}
.pdt .des-row:hover {
  box-shadow: 2px 10px 15px 0px #ccc;
}
.pdt .des-row:nth-of-type(5n) {
  margin-right: 0;
}
.pdt .des-box {
  margin-top: 50px;
  text-align: center;
}
.pdt .col-md {
  position: relative;
}
@keyframes dh0 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(1.8);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    transform: scale(0.8);
  }
  25% {
    transform: scale(2.5);
  }
  50% {
    transform: scale(4);
  }
  75% {
    transform: scale(2.5);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes dh1 {
  0% {
    top: 83.6%;
    left: 60.4%;
  }
  25% {
    top: 84.7%;
    left: 58.4%;
  }
  50% {
    top: 87.3%;
    left: 55.6%;
  }
  75% {
    top: 90.3%;
    left: 54%;
  }
  90% {
    top: 92.3%;
    left: 53.4%;
  }
  100% {
    top: 94.3%;
    left: 53.1%;
  }
}
@keyframes dh2 {
  0% {
    top: 83.6%;
    left: 60.4%;
  }
  25% {
    top: 83.4%;
    left: 57.4%;
  }
  50% {
    top: 83.5%;
    left: 56%;
  }
  75% {
    top: 83.6%;
    left: 54.4%;
  }
  90% {
    top: 84.3%;
    left: 53%;
  }
  100% {
    top: 85.2%;
    left: 51.4%;
  }
}
@keyframes dh3 {
  0% {
    top: 83.6%;
    left: 60.4%;
  }
  25% {
    top: 81.1%;
    left: 55.4%;
  }
  50% {
    top: 79.5%;
    left: 48.4%;
  }
  75% {
    top: 79.8%;
    left: 44.4%;
  }
  90% {
    top: 80.6%;
    left: 41.4%;
  }
  100% {
    top: 81.6%;
    left: 39.4%;
  }
}
@keyframes dh4 {
  0% {
    top: 83.6%;
    left: 60.4%;
  }
  25% {
    top: 80.5%;
    left: 57.4%;
  }
  50% {
    top: 78.5%;
    left: 55.2%;
  }
  75% {
    top: 77.2%;
    left: 53.2%;
  }
  90% {
    top: 76.1%;
    left: 51.2%;
  }
  100% {
    top: 75.6%;
    left: 50%;
  }
}
@keyframes dh5 {
  0% {
    top: 83.6%;
    left: 60.4%;
  }
  25% {
    top: 78.8%;
    left: 56.8%;
  }
  50% {
    top: 73.8%;
    left: 52.8%;
  }
  75% {
    top: 68.7%;
    left: 46.8%;
  }
  90% {
    top: 66.7%;
    left: 43.8%;
  }
  100% {
    top: 65.95%;
    left: 41.8%;
  }
}
@keyframes dh6 {
  0% {
    top: 83.6%;
    left: 60.4%;
  }
  25% {
    top: 78.8%;
    left: 56.8%;
  }
  50% {
    top: 64.3%;
    left: 48.6%;
  }
  75% {
    top: 55.3%;
    left: 41%;
  }
  90% {
    top: 50.3%;
    left: 34%;
  }
  100% {
    top: 48.8%;
    left: 30%;
  }
}
@keyframes dh7 {
  0% {
    top: 83.6%;
    left: 60.4%;
  }
  25% {
    top: 68.3%;
    left: 54.4%;
  }
  50% {
    top: 53.3%;
    left: 45.4%;
  }
  70% {
    top: 44.3%;
    left: 37.4%;
  }
  80% {
    top: 39.3%;
    left: 29.4%;
  }
  90% {
    top: 35.9%;
    left: 21.4%;
  }
  100% {
    top: 34.9%;
    left: 15.4%;
  }
}
@keyframes dh8 {
  0% {
    top: 83.6%;
    left: 60.4%;
  }
  25% {
    top: 71.3%;
    left: 56.4%;
  }
  50% {
    top: 58.3%;
    left: 53.8%;
  }
  70% {
    top: 49.3%;
    left: 53%;
  }
  80% {
    top: 45.3%;
    left: 53.1%;
  }
  90% {
    top: 39.3%;
    left: 53.6%;
  }
  100% {
    top: 33.3%;
    left: 55.2%;
  }
}
@keyframes dh9 {
  0% {
    top: 83.6%;
    left: 60.4%;
  }
  25% {
    top: 74.3%;
    left: 58.6%;
  }
  50% {
    top: 65.3%;
    left: 57.6%;
  }
  70% {
    top: 57.3%;
    left: 57.3%;
  }
  90% {
    top: 51.3%;
    left: 57.6%;
  }
  100% {
    top: 47.3%;
    left: 58.2%;
  }
}
@keyframes dh10 {
  0% {
    top: 83.6%;
    left: 60.4%;
  }
  25% {
    top: 74.3%;
    left: 59.5%;
  }
  50% {
    top: 60.3%;
    left: 59.3%;
  }
  75% {
    top: 49.3%;
    left: 60.3%;
  }
  90% {
    top: 42.3%;
    left: 61.3%;
  }
  100% {
    top: 37.3%;
    left: 62.5%;
  }
}
@keyframes dh11 {
  0% {
    top: 83.6%;
    left: 60.4%;
  }
  25% {
    top: 68.3%;
    left: 59.5%;
  }
  50% {
    top: 57.3%;
    left: 60.5%;
  }
  70% {
    top: 48.3%;
    left: 62.8%;
  }
  80% {
    top: 42.3%;
    left: 65.8%;
  }
  90% {
    top: 37.3%;
    left: 69.8%;
  }
  100% {
    top: 34.6%;
    left: 73%;
  }
}
@keyframes dh12 {
  0% {
    top: 83.6%;
    left: 60.4%;
  }
  25% {
    top: 69.3%;
    left: 61%;
  }
  50% {
    top: 54.3%;
    left: 63%;
  }
  70% {
    top: 42.3%;
    left: 65.8%;
  }
  80% {
    top: 31.3%;
    left: 70%;
  }
  90% {
    top: 23.3%;
    left: 75.5%;
  }
  100% {
    top: 20.1%;
    left: 79.5%;
  }
}
@keyframes dh13 {
  0% {
    top: 83.6%;
    left: 60.4%;
  }
  25% {
    top: 76.3%;
    left: 61.1%;
  }
  50% {
    top: 71.3%;
    left: 62.5%;
  }
  75% {
    top: 64.3%;
    left: 65.4%;
  }
  90% {
    top: 61.3%;
    left: 67.2%;
  }
  100% {
    top: 58.3%;
    left: 69.2%;
  }
}
@keyframes dh14 {
  0% {
    top: 83.6%;
    left: 60.4%;
  }
  25% {
    top: 76.3%;
    left: 62.5%;
  }
  50% {
    top: 71.2%;
    left: 65.5%;
  }
  75% {
    top: 66.5%;
    left: 68.5%;
  }
  90% {
    top: 64.5%;
    left: 70.5%;
  }
  100% {
    top: 62.5%;
    left: 72%;
  }
}
.hospital {
  padding: 90px 0 110px;
}
.hospital .dot {
  position: absolute;
  width: 8px;
  height: 8px;
}
.hospital .dot img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
}
.hospital .dot::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background-color: rgba(255, 241, 0, 0.3);
  animation: scale 3s linear 4.5s infinite;
}
.hospital .dot0 {
  top: 82.6%;
  left: 59.6%;
  width: 15px;
  height: 15px;
  animation: dh0 2s linear infinite;
}
.hospital .dot0 img {
  width: 15px;
  height: 15px;
}
.hospital .dot0::after {
  display: none;
}
.hospital .dot1 {
  top: 94.3%;
  left: 53.1%;
  animation: dh1 3s linear 2s;
}
.hospital .dot2 {
  top: 85.2%;
  left: 51.4%;
  animation: dh2 3s linear 2s;
}
.hospital .dot3 {
  top: 81.6%;
  left: 39.4%;
  animation: dh3 3s linear 2s;
}
.hospital .dot4 {
  top: 75.6%;
  left: 50%;
  animation: dh4 3s linear 2s;
}
.hospital .dot5 {
  top: 65.95%;
  left: 41.8%;
  animation: dh5 3s linear 2s;
}
.hospital .dot6 {
  top: 48.8%;
  left: 30%;
  animation: dh6 3s linear 2s;
}
.hospital .dot7 {
  top: 34.9%;
  left: 15.4%;
  animation: dh7 3s linear 2s;
}
.hospital .dot8 {
  top: 33.3%;
  left: 55.2%;
  animation: dh8 3s linear 2s;
}
.hospital .dot9 {
  top: 47.3%;
  left: 58.2%;
  animation: dh9 3s linear 2s;
}
.hospital .dot10 {
  top: 37.3%;
  left: 62.5%;
  animation: dh10 3s linear 2s;
}
.hospital .dot11 {
  top: 34.6%;
  left: 73%;
  animation: dh11 3s linear 2s;
}
.hospital .dot12 {
  top: 20.1%;
  left: 79.5%;
  animation: dh12 3s linear 2s;
}
.hospital .dot13 {
  top: 58.3%;
  left: 69.2%;
  animation: dh13 3s linear 2s;
}
.hospital .dot14 {
  top: 62.5%;
  left: 72%;
  animation: dh14 3s linear 2s;
}

@keyframes dh15 {
 
 	0% {
    top: 83.6%;
    left: 60.4%;
  }
  
	50% {
    top: 78%;
    left: 63%;
  }
  
	100% {
     top: 77%;
  left: 68%;
 
}

}
.hospital .dot15 {
  top: 77%;
  left: 68%;
  animation: dh15 3s linear 2s;
}



.hospital .title-com {
  width: 350px;
  text-align: start;
}

.hospital .title-com h4 {
  color: #00acac;
}

.hospital .title-com::after {
  left: 0;
  transform: translateX(0);
}

.hospital .text {
  margin-top: 50px;
}

.hospital .text p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6em;
}

.hospital .right {
  width: 700px;
}
.hospital .right .img {
  position: relative;
}
.hospital .right .img > img {
  width: 100%;
}

.hospital .right p{text-align: right;margin-top: 15px;}
.hospital .left {
  width: calc(100% - 740px);
}
.retail {
  height: 795px;
  padding: 115px 0 0;
  background-image: url(../images/lx_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.retail .screen {
  position: fixed;
}
.retail .title-com {
  width: 350px;
  text-align: start;
}
.retail .title-com h4 {
  color: #00acac;
}
.retail .title-com::after {
  left: 0;
  transform: translateX(0);
}
.retail .text {
  margin-top: 60px;
}
.retail .text p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6em;
}
.retail .left {
  width: 50%;
  height: 560px;
  position: relative;
}
.retail .left .img {
  position: absolute;
  cursor: pointer;
}
.retail .left .img::before {
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 75%;
  left: 48%;
  content: '点击查看详情';
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  border-radius: 5px;
  z-index: 9;
  font-size: 12px;
}
.retail .left .img:hover {
  transform: scale(1.1);
  transition: all 0.6s;
}
.retail .left .img:hover::before {
  display: block;
}
.retail .left .img2::before {
  transform: translate(-67%, -181%) skewY(33deg);
}
.retail .left .img3::before {
  transform: translate(-40%, -161%) skewY(-27deg);
}
.retail .img1 {
  left: 13%;
  top: 0%;
  z-index: 9;
}
.retail .img2 {
  right: 54%;
  top: 28%;
}
.retail .img3 {
  left: 54%;
  top: 28%;
}
.retail .right {
  width: 42%;
  padding-right: 5%;
}
.retail .tab-screen .screen.active {
  display: block;
}
.retail .tab-screen .screen-img {
  width: 550px;
}
.retail .tab-screen .screen-text {
  width: calc(100% - 550px);
  padding: 0 5%;
  position: relative;
}
.retail .tab-screen .screen-text span {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: absolute;
  right: 8%;
  bottom: 0;
  color: #265eab;
  font-size: 18px;
}
.retail .tab-screen .screen-text span img {
  display: inline-block;
  margin-left: 10px;
  height: 20px;
  width: 25px;
}
.retail .tab-screen .screen-con {
  width: 1420px;
  padding: 60px;
  background-color: #fff;
}
.retail .tab-screen h3 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  font-size: 36px;
  font-weight: bold;
  padding: 55px 0 25px;
  margin-bottom: 30px;
}
.retail .tab-screen h3 img {
  display: inline-block;
  margin-left: auto;
  margin-right: 20px;
  height: 35px;
  width: 35px;
}
.retail .tab-screen p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.6em;
}
.broad {
  padding: 85px 0 110px;
}
.broad .title-com {
  width: 350px;
  text-align: start;
}
.broad .title-com h4 {
  color: #00acac;
}
.broad .title-com::after {
  left: 0;
  transform: translateX(0);
}
.broad .text {
  margin-top: 50px;
}
.broad .text p {
  font-size: 18px;
  line-height: 1.6em;
  color: #333;
}
.broad .text h3 {
  margin: 30px 0 10px;
  font-size: 28px;
  font-weight: bold;
}
.broad .text a {
  display: block;
}
.broad .text h5 {
  font-size: 18px;
  line-height: 1.6em;
  color: #333;
  padding-left: 20px;
  background-image: url(../images/lfk.png);
  background-repeat: no-repeat;
  background-position: 0px 8px;
  background-size: 10px 11px;
}
.broad .text h5 span {
  color: #0660ae;
}
.broad .right {
  width: 815px;
  height: 510px;
  position: relative;
}
.broad .right-img {
  position: absolute;
}
.broad .img1 {
  right: 116px;
  top: 285px;
}
.broad .img2 {
  right: 116px;
  top: 95px;
}
.broad .img3 {
  right: 282px;
  top: 0;
}
.broad .img4 {
  right: 282px;
  top: 191px;
}
.broad .img5 {
  right: 447px;
  top: 285px;
}
.broad .img6 {
  right: 447px;
  top: 95px;
}
.broad .img7 {
  right: 8px;
  top: 213px;
}
.broad .img8 {
  right: 614px;
  top: 191px;
}
.broad .img9 {
  right: 313px;
  top: 386px;
}
.broad .left {
  width: calc(100% - 860px);
}
.values {
  padding: 90px 0;
  background-color: #f7fafc;
}
.values .left {
  width: calc(100% - 400px);
}
.values .left .img {
  height: 90px;
}
.values .left .img img {
  height: 100%;
}
.values .left .con {
  text-align: center;
  width: 31%;
  padding: 30px 40px;
  margin-right: 2%;
  transition: all 0.3s;
}
.values .left .con:hover {
  box-shadow: 2px 10px 15px 0px #ccc;
}
.values .left .con:nth-of-type(n+4) {
  margin-bottom: 0;
}
.values .left h4 {
  margin: 15px 0 20px;
  font-size: 24px;
  font-weight: bold;
}
.values .left p {
  font-size: 16px;
  line-height: 1.8em;
}
.values .right {
  width: 380px;
  position: relative;
}
.values .right .title-com {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 10%;
}
.values .right .title-com::after {
  background-color: #fff;
}
.contact {
  padding: 10px 0 40px;
  background-image: url(../images/contact_bg_02.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.contact .wrap {
  width: 1200px;
  max-width: 96%;
  margin: 0 auto;
}
.contact .contact-map {
  height: 400px;
}
.contact h3 {
  margin: 40px 0;
  font-size: 24px;
  font-weight: bold;
}
.contact .right {
  width: 48%;
}
.contact .left {
  width: 48%;
}
.contact p {
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 20px;
}
.contact p img {
  margin-right: 20px;
}
.contact p span {
  font-size: 18px;
  line-height: 1.8em;
}
.contact .con {
  padding: 60px 0;
  border-bottom: 1px solid #e5e5e5;
}
.ques {
  padding: 25px 0;
  background-image: url(../images/sbbg_02.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.ques .wrap {
  width: 1200px;
  max-width: 96%;
  margin: 0 auto;
}
.ques h3 {
  margin-bottom: 35px;
  font-size: 30px;
  font-family: "SourceHanSansCN-Regular";
}
.ques h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #3c3c3c;
}
.ques p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.8em;
}
.ques .des {
  width: 50%;
  margin-bottom: 50px;
}
.ques .con .img {
  width: 60px;
  height: 60px;
}
.ques .con .text {
  padding: 0 0% 0 5%;
  width: calc(100%-60);
}





.broad .container>div{
flex-direction: row-reverse;
}


.alic{
	align-items: center;
}
.hospital.hospital2 .title-com {
    width: 100%;
    text-align: start;
}
.hospital.hospital2 .left{padding-right: 50px;}


.broad .container{
	max-width: 1600px;

}

/* 2024-2-20 下面是为了适应手机端而编写的代码。 */
.news_slider_picture{
  width: 650px; margin: 10px;
}

.news_slider_text{
  width: 70%; line-height: 2;
}

.news_slider_title{
  font-size: 24px; font-weight: bold;
}

.news_slider_memo{
  text-align: left; line-height: 2; vertical-align: top; text-indent: 2em;
}

.news_picList_title{
  font-size:24px; font-weight:bold;
}

.news_picList_memo{
  text-indent: 2em;
}

.technology_slider_picture{
  width: 650px; margin: 10px;
}

.technology_slider_text{
  width: 70%; line-height: 2;
}

.technology_slider_title{
  font-size: 24px; font-weight: bold; text-align: left;
}

.news_List_title{
  font-size:24px; font-weight:bold;
}

.news_List_memo{
  text-indent: 2em;
}

#ideaContent{
  margin: auto;
}
#ideaContent tbody tr td{
  padding: 10px;
}

@media (max-width: 1680px) {
 

.aboutus .text .text-box {
    max-height: 500px;
    padding-right: 3%;
    overflow-y: scroll;
    padding-bottom: 0;
}


.broad .container{
	max-width: 1600px;

}





}

@media (max-width: 1480px) {
  
.header .nav .li-box {
    padding: 0 15px;
  }
  .retail .img1 {
    left: 3%;
    top: 0%;
    z-index: 9;
  }

.aboutus .text .text-box {
    max-height: 450px;
    padding-right: 2%;
    overflow-y: scroll;
    padding-bottom: 0;
}



.broad .container{
	max-width: 1455px;

}

}

@media (max-width: 1280px) {
  


.header .nav .li-box {
    padding: 0 5px;
  }



.aboutus .text .text-box {
    max-height: 350px;
    padding-right: 2%;
    overflow-y: scroll;
    padding-bottom: 0;
}


}



.pdt .pdt-box .swiper-slide img{max-height:500px;}






.index-yf .yf-swiper .swiper-slide-next .text {
    transform: scale(1.25) translateX(0);
    left: 0;
    width: 54%;
}
.footer .logo-footer {
    width: 230px;
    text-align: center;
}
.footer-nav .row li:last-child{
	display:none;
}
.pdt .des-row .img {
    height: 60px;
    margin-bottom: 30px;
    line-height: 60px;
} 
.pdt {
    padding: 100px 0;
}

.history .history-box .swiper-slide {
    height: 780px;
    display: flex;
    justify-content: flex-start;
}

.list .top p:last-child{
        width: 25%;
    }

.header .search {
    display: none;
}
.header .language {
    margin-left: auto;
}










.list .con > div > p {
    width: 14.28%;
    text-align: center;
}
.list .con .des {
    width: 71.4%;
}

.list .top p {
    width: 14.28%;
}
.list .top p:last-child{
    width: 14.28%;
}



@media screen and (max-width: 768px) {
  body {
    margin-top: 70px !important;
  }
  .header {
    background-color: #fff;
    height: 70px;
    line-height: 70px;
    box-shadow: 0px 0px 10px -3px #000;
  }
  .header .logo {
    width: 140px;
  }
  .header .logo-on {
    display: inline-block;
  }
  .header .logo-off {
    display: none;
  }
  .header .nav .li-box > a {
    color: #000;
  }
  .header .nav .li-box > a:hover {
    color: #0055a8;
  }
  .header .nav .li-box > a:hover::after {
    width: 100%;
    background-color: #0055a8;
    transition: all 0.6s;
  }
  .header .language a {
    font-size: 14px;
  }
  .nav-box {
    width: 180px;
    position: absolute;
    background-color: #fff;
    top: 70px;
    right: -100px;
    visibility: hidden;
    transition: all 0.6s;
    box-shadow: -2px 4px 10px -3px #000;
  }
  .nav-box.on {
    visibility: visible;
    right: 0;
  }
  .header .child-box {
    position: initial;
    transform: none;
  }
  .header .nav .li-box > a {
    line-height: 40px;
  }
  .header .nav .li-box {
    padding: 0 10px;
    width: 100%;
    border-bottom: 1px solid #eee;
    line-height: 40px;
  }
  .header .nav .li-box:last-child {
    border-bottom: none;
  }
  .header .child-box {
    position: initial;
    transform: none;
    width: 100%;
    box-shadow: none;
    text-align: start;
    padding: 0;
  }
  .mofan .con {
    width: 100%;
    margin-left: auto;
  }
  .footer-nav {
    display: none;
  }
  .index-about {
    overflow: hidden;
    padding: 30px 0;
  }
  .mofan .mofan-box .mofan-img {
    padding-left: 10%;
    perspective: none;
    transform: scale(0.5);
  }
  .mofan {
    overflow: hidden;
  }
  .header .child-box .ul-child a {
    font-size: 16px;
    line-height: 35px;
    color: #000;
    position: relative;
    display: block;
  }
  .title-com h4 {
    opacity: 0.5;
    font-size: 20px;
  }
  .title-com h2 {
    font-size: 20px;
    font-weight: bold;
    color: #0055a8;
  }
  .index-about .con {
    margin-top: 35px;
  }
  .index-about .con p {
    font-size: 16px;
    text-align: start;
  }
  .index-about .time-box .col-md-4 {
    position: relative;
    padding: 10px 0;
    width: 50%;
  }
  .index-about .time-box h4 span {
    margin-right: 5px;
    font-size: 72px;
    color: #025fac;
    font-weight: bold;
  }
  .pro .wrap2 {
    width: 1200px;
    max-width: 96%;
    margin: 0 auto;
  }
  .pro .pro-img {
    width: 30%;
  }
  .pro .pro-p {
    width: 70%;
    padding: 0 30px;
  }
  .pro-ul {
    display: flex;
    justify-content: center;
  }
  .pro-ul li a {
    padding: 10px;
    display: block;
    margin: 0 5px;
  }
  .header .search.active .show-search {
    width: 200px;
    opacity: 1;
    z-index: 9;
  }
  .header .show-search {
    position: absolute;
    top: 60px;
    right: -50px;
    width: 20px;
    z-index: -1;
    transition: all 0.6s;
    height: 48px;
    line-height: 48px;
    opacity: 0;
  }




.index-pro{
        padding: 30px 0;
    }
    .title-com::after {
        width: 66px;
        height: 3px;
        background-color: #e5e5e5;
        content: '';
        display: block;
        position: absolute;
        bottom: -10px;
        transform: translateX(-50%);
        left: 50%;
    }
    .title-com h3 {
        font-size: 20px;
        font-weight: bold;
        color: #0055a8;
    }
    .index-pro .con:first-child {
        width: 100%;
    }
    .index-pro .text {
        position: absolute;
        bottom: 0px;
        width: 100%;
        padding: 10px;
        left: 0;
    }
    .index-pro .text p {
        font-size: 16px;
        color: #fff;
        line-height: 1.5em;
    }
    .index-pro .text h4 {
        font-size: 18px;
        color: #fff;
        line-height: 1.5em;
        font-weight: bold;
    }
    .index-pro .con {
        margin-bottom: 5%;
        width: 100%;
        margin-right: 0;
    }
    .index-yf .text {
        margin: 20px 0;
        text-align: center;
    }
    .index-yf .text p {
        line-height: 1.62em;
        font-size: 16px;
    }
    .index-yf .yf-swiper .s-box {
        height: 65vw;
    }
    .index-yf .yf-swiper .m-box {
        height: 65vw;
    }
    .index-yf .yf-swiper .con .text {
        text-align: center;
        position: absolute;
        transform: none;
        left: 0;
        bottom: 0px;
        z-index: 99;
        width: 100%;
        padding: 10px;
        margin: 0;
    }
    .index-yf .yf-swiper .con h4::after {
        display: block;
        height: 3px;
        bottom: -10px;
        border-radius: 1px;
    }
    .index-yf .yf-swiper .con h4{
        margin-bottom: 20px;
    }
    .mofan .title-com {
        text-align: start;
        margin-bottom: 25px;
    }
    .mofan .con p {
        font-size: 16px;
        color: #666;
        line-height: 1.65em;
    }
    .index-zr .zr-box {
        min-height: auto;
        align-content: center;
        padding: 40px 0;
    }
    .index-zr .title-com {
        margin-bottom: 30px;
        width: 100%;
        text-align: start;
    }
    .index-zr .con h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .index-zr .con p {
        font-size: 16px;
        line-height: 1.65em;
    }
    .mofan .img {
        margin-bottom: 15px;
        text-align: center;
        height: 70px;
        line-height: 70px;
        background-color: #fff;
        border: 1px solid #eee;
    }
    .mofan .img img {
        max-height: 60px;
        max-width: 80%;
    }




    .index-about .time-box h4 {
        margin-bottom: 10px;
        font-weight: lighter;
        font-size: 19px;
        color: #000;
    }
    .index-about .time-box p {
        color: #333;
        font-size: 14px;
    }
    .header .nav .li-box > a::after{
        bottom: 0;
        display: none;
    }
    .aboutus{
        padding: 30px 0;
    }
    .aboutus .wrap {
        width: 100%;
        max-width: 96%;
        margin: 0 auto;
        padding: 0 10px;
    }
    .aboutus .title-com {
        text-align: start;
        margin-bottom: 20px;
    }
    .aboutus .text {
        width: 100%;
        margin: 0;
    }
    .aboutus .text p {
        font-size: 16px;
        line-height: 1.65em;
        margin-bottom: 10px;
    }
    .aboutus .text .text-box {
        max-height: none;
        padding-right: 0;
    }
    .aboutus .img {
        width: 100%;
    }
    .vs .text-swiper .text{
        display: block;
    }
    .vs .text-swiper .text {
        display: flex;
        height: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
    .vs .text-swiper .t-left {
        width: 100%;
        text-align: start;
        padding: 30px 20px;   
        margin-top: auto;
    }
    .vs .text-swiper .t-right{
        height: 50%;
        padding: 30px 20px;
        width: 100%;
    }
    .vs .vs-img .right {
        transition: all 0.6s ease-in !important;
    }
    .vs .vs-img .left {
        transition: all 0.6s ease-in !important;
    }
    .vs .text h3 {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: bold;
    }
    .vs .text p {
        line-height: 1.65em;
        font-size: 16px;
    }
    .vs .swiper-button-next:after, .vs .swiper-button-prev:after {
        font-size: 35px;
        color: #fff;
    }
    .vs .swiper-slide-active .t-left,.vs .swiper-slide-active .t-right{
        transition: all 1s;
        transition-delay: 0.5s;
    }
    .history{
        margin: 0;
        padding: 30px 0;
        height: auto;
        background-image: none;
    }
    .history .history-box .swiper-slide {
        height: 100%;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;

    }
    .history .history-swiper {
        width: 100%;
        margin: 0 auto;
        max-width: 94%;
    }
    .history .history-box .swiper-slide .con{
        width: 100%;
        margin: 0 !important;
    }
    .history .history-box .swiper-slide .con:nth-child(2n) {
        display: flex;
        flex-direction: column-reverse;
    }
    .history .history-box .swiper-slide .con:nth-child(2n+1) h3::before{
        display: none;
    }
    .history .history-box .swiper-slide .con:nth-child(2n) h3::after{
        display: none;
    }
    .history .history-box .swiper-slide h4{
        display: none;
    }
    .history .history-box .swiper-slide h3 {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        color: #036eb8;
        margin: 20px 0 10px;
    }
    .history .history-box .swiper-slide .con:nth-child(2n) .text{
        background-image: url(../images/bg_03.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .history .history-box .des {
        max-height: none;
        overflow-y: scroll;
    }
    .history .history-box .swiper-slide .con {
        top: 0% !important;
        transition: all 0s!important;
    }
    .history .title-com ,.aboutus .title-com,.social .title-com{
        text-align: center;
        margin-bottom: 25px;
    }
    .history .title-com::after,.aboutus .title-com::after ,.social .title-com::after{
        left: 50%;
        transform: translateX(-50%);
        background-color: #00acac;
    }
    .social .text {
        margin-top: 0;
    }
    .social .text p {
        font-size: 16px;
        line-height: 1.65em;
        margin-bottom: 0;
    }
    .social .text .h5 {
        font-size: 16px;
        line-height: 1.65em;
        margin-bottom: 0;
    }
    .social .right .pic1 {
        position: initial;
        width: 100% !important;
        margin: 20px auto;
        float: none;
        padding: 10px 10% !important;
    }
    .social .right .pic{
        position: initial !important;   
        float: left;
        width: 33.33%;
        padding: 10px;
    }
    .footer .logo-footer {
        width: 100%;    text-align: start;
    }
    .footer .logo-footer .img {
        margin-bottom: 10px;
        width: 160px;
    }
    .footer .right{
        width: 100%;
    }
    .footer {
        padding: 20px 0;
        background-color: #f5fcff;
    }
    .footer .right p:first-child a{
        display: none;
    }
    .com-crumbs {
        padding: 10px 0 0;
    }
    .com-crumbs .con {
        justify-content: flex-start;
    }




    .pro-banner-swiper .swiper-button-next,.pro-banner-swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .change .con {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
    .change .con a {
        font-size: 18px;
        font-weight: bolder;
        display: inline-block;
        margin-right: 20px;
    }
    .change .con a.active::after{
        bottom: -5px;
    }
    .pro {
        padding: 20px 0;
        background-color: #f7f9fa;
    }
    .pro .pro-box .pro-con {
        padding: 0px 0 0;
        cursor: pointer;
        display: inline-block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 6%;
        text-align: center;
        background-color: #fff;
        transition: all 0.6s;
    }
    .pro .pro-box .text {
        text-align: center;
        padding: 10px 0;
    }
    .pro .pro-box h4 {
        margin-bottom: 5px;
        font-size: 18px;
    }
    .pro .pro-box span {
        display: inline-block;
        background-color: #1e5fab;
        font-size: 13px;
        line-height: 35px;
        color: #fff;
        padding: 0 20px;
        border-radius: 15px;
    }
    .demo .layui-laypage a, .demo .layui-laypage span {
        height: 30px;
        padding: 0px 12px;
        line-height: 30px;
        margin: 0 4px;
    }
    .demo .layui-laypage {
        margin: 20px 0 0;
    }
    .pdt {
        padding: 30px 0;overflow: hidden;
    }
    .pdt .pdt-box .left {
        width: 100%;
    }
    .pdt .pdt-box .text {
        padding: 15px 0;
        width: 100%;
    }
    .pdt .des-box video{
        width: 100% !important;
        height: auto !important;
    }
    .headerPage2 {
        height: auto;
    }
    .pdt .pdt-box h2 {
        margin: 10px 0;
        font-size: 20px;
        font-weight: bolder;
        font-family: "SourceHanSansCN-Bold";
    }
    .pdt .pdt-box h4 {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: bolder;
        color: #333;
        font-family: "SourceHanSansCN-Bold";
    }
    .pdt .pdt-box p {
        font-size: 16px;
        line-height: 1.65em;
    }
    .pdt .pdt-box{
        padding: 0;
    }
    .pdt .con h4 {
        margin: 25px 0 10px;
        font-size: 18px;
        font-weight: bolder;
        color: #333;
        font-family: "SourceHanSansCN-Bold";
    }
    .pdt .des-row {
        width: 49%;
        height: auto;
        padding: 15px;
        margin-right: 2%;
        margin-bottom: 3%;
        border: 1px solid #e5e5e5;
        text-align: center;
        transition: all 0.3s;
    }
    .pdt .des-row:nth-of-type(5n) {
        margin-right: 2%;
    }
    .pdt .des-row:nth-of-type(2n) {
        margin-right: 0%;
    }
    .pdt .des-row .img{
        margin-bottom: 10px;
    }
    .pdt .des-row p {
        font-size: 14px;
        line-height: 1.65em;
    }
    .pdt .des-box {
        margin-top: 10px;
        text-align: center;
    }
.pdt .pdt-box .pro-banner-swiper .swiper-button-next, .pdt .pdt-box .pro-banner-swiper .swiper-button-prev {
    width: 45px;
    height: 45px;
}
.pdt .con .des {
        margin-bottom: 20px;
        padding: 15px;
        border: 1px solid #e6e6e6;
    }






    .hospital {
        padding: 30px 0;
    }
    .hospital .left {
        width: 100%;
    }
    .hospital .right {
        width: 100%;
    }
    .retail .title-com {
        width: 100%;
        text-align: start;
    }
    .hospital .text {
        margin-top: 20px;
    }
    .hospital .text p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.6em;
    }
    .hospital .dot0 img {
        width: 10px;
        height: 10px;
    }
    .retail {
        height: auto;
        padding: 30px 0;
        background-image: url(../images/lx_bg.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }
    .retail .left {
        width: 100%;
        height: 95vw;
        position: relative;
    }
    .retail .img1 {
        left: 0%;
        top: 0%;
        z-index: 9;
    }
    .retail .right {
        width: 100%;
        padding-right: 0;
    }
    .retail .text {
        margin-top: 20px;
    }
    .retail .text p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.6em;
    }
    .broad {
        padding: 30px 0;
	overflow: hidden;
    }
    .broad .left {
        width: 100%;
    }
    .broad .text {
        margin-top: 20px;
    }
    .broad .text p {
        font-size: 16px;
        line-height: 1.6em;
        color: #333;
    }
    .broad .text h3 {
        margin: 20px 0 10px;
        font-size: 18px;
        font-weight: bold;
    }
    .broad .text h5 {
        font-size: 16px;
        line-height: 1.6em;
        color: #333;
        padding-left: 10px;
        background-image: url(../images/lfk.png);
        background-repeat: no-repeat;
        background-position: 0px 8px;
        background-size: 7px 7px;
    }
    .broad .right-img{
        opacity: 1 !important;
    }
    .broad .right .img{
        display: flex;
        flex-wrap: wrap;
    }
    .broad .right-img {
        position: initial;
        width: 33.33%;
        padding: 5px;
    }
    .broad .right {
        width: 100%;
        height: auto;
        position: relative;
    }
.hospital {
    padding: 30px 0;
    overflow: hidden;
}
.retail{
        overflow: hidden;
    }



    .yanfa2 .left {
        width: 100%;
        padding-right: 0;
        margin-top: 20px;
    }
    .yanfa2 .title-com {
        text-align: start;
        margin-bottom: 25px;
    }
    .yanfa2 .left h5 {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: bold;
    }
    .yanfa2 .left p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.65em;
    }
    .yanfa2 .right {
        width: 100%;
    }
    .yanfa2 .right .con {
        justify-content: center;
        padding: 10px 0;
    }
    .yanfa2 .right .con span {
        font-size: 24px;
    }
    .yanfa2 .right .con p{
        font-size: 16px;
        line-height: 1.5em;
    }
    .yanfa2 .right .con p{
        margin-left: 20px;
    }
    .yanfa2 .right .con:last-child P:last-child{
        margin-top: 15px;
    }
    .yanfa2 .right .con:last-child P{
        margin-left: 10px;
    }
    .sel-hover .sel .text {
        position: initial;
        width: 50%;
        height: auto;
        padding: 10px;
    }
    .sel-hover .sel .img img {
        width: 100%;
        display: none;
    }
    .sel-hover .sel {
        position: relative;
        width: 100%;
        margin: 0 auto;
        transform: scale(1);
    }
    .sel-hover .sel .text-box{
        display: flex;
        flex-wrap: wrap;
    }
    .sel-hover .text-con .des {
        padding: 15px;
        width: 100%;
        margin-right: 0;
        background-color: #f7f8fb;
        transition: all 0.6s;
    }
    .sel-hover .text-con .des:hover {
        transform: none;
        box-shadow: none;
    }
    .sel-hover .text-con .des.active {
        transform: none;
        box-shadow: none;
    }
    .sel-hover .text-con .text {
        padding-right: 10px;
        max-height: none;
        overflow-y: hidden;
    }
    .sel-hover .text-con h4 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 1.5em;
        font-weight: bold;
        width: 100%;
    }
    .sel-hover .text-con h5 {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.65em;
        color: #000;
    }

.xmteam {
        padding: 30px 0;
        overflow: hidden;
    }
    .xmteam .team-box h3 {
        font-size: 20px;
        line-height: 1.5em;
        margin-top: -10px;
    }
    .xmteam .team-box h4 {
        margin-bottom: 0px;
        font-size: 18px;
        color: #003c82;
        line-height: 1.8em;
    }
.xmteam .team-box p {
    font-size: 16px;
    line-height: 1.65em;
    color: #333;
}

.list .container{
        overflow-x: scroll;
    }
    .list .list-box{
        width: 1330px;
    }

.sel-hover {
    padding: 30px 0;
}






    .yanfa .title-com {
        text-align: start;
        margin-bottom: 25px;
    }
    .yanfa p {
        margin-bottom: 15px;
        line-height: 1.65em;
        font-size: 16px;
        padding-left: 18px;
        background-image: url(../images/sjx.png);
        background-repeat: no-repeat;
        background-position: 0px 6px;
        background-size: 10px 15px;
    }
    .yanfa .img-box {
        margin-top: 15px;
        width: 46%;
    }
    .yanfa {
        padding: 30px 0;
        overflow: hidden;
    }
    .pills .pill-img-box .pill-img .text {
        position: initial;
        width: 100%;
        text-align: start;
        opacity: 1;
    }
    .pills p {
        margin-bottom: 15px;
        line-height: 1.65em;
        font-size: 16px;
        padding-left: 18px;
        background-image: url(../images/sjx.png);
        background-repeat: no-repeat;
        background-position: 0px 6px;
        background-size: 10px 15px;
    }
    .pills .pill-img-box .pill-img h4 {
        font-size: 16px;
        font-weight: 600;
        font-family: 'SourceHanSansCN-Light';
        line-height: 1.65em;
    }
    .pills .pill-img-box {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .pills .pill-img-box .pill-img > img {
        width: 100%;
        display: none;
    }
    .pills .pill-img-box .pill-img .dot{
        display: none;
    }
    .pills{
        padding: 30px 0;
        overflow: hidden;
    }
.pills .title-com {
    text-align: start;
    margin-bottom: 25px;
}



    .new .swiper .swiper-slide{
        display: block;
    }
    .new .swiper .swiper-slide .swiper-img {
        width: 100%;
        overflow: hidden;
    }
    .new .new-swiper{
        padding: 15px;
    }
    .new .swiper .swiper-slide .swiper-text {
        width: 100%;
        padding: 0;
    }
    .new .swiper .swiper-slide h4 {
        font-size: 18px;
        line-height: 1.5em;
        height: 3em;
        margin: 10px 0 10px;
        font-weight: bold;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .new .swiper .swiper-slide h5 {
        margin: 5px 0;
        font-size: 16px;
        color: #00adae;
    }
    .new .swiper .swiper-slide p {
        font-size: 16px;
        line-height: 1.6em;
        height: 3.2em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .new .new-con {
        margin: 20px 0;
    }
    .new .new-con .new-des {
        padding: 15px;
    }
    .new .new-con .text {
        width: 100%;
        margin-bottom: 15px;
    }
    .new .new-con h4 {
        font-size: 18px;
        margin: 5px 0;
        font-weight: bold;
    }
    .new .new-con .img {
        width: 100%;
        overflow: hidden;
    }


    .new-detail .con {
        padding: 15px;
    }
    .new-detail .con .title h3 {
        font-size: 20px;
    }
    .new-detail .con .text {
        padding: 15px 0;
    }
    .new-detail .con .text p {
        font-size: 16px;
        color: #222;
        line-height: 1.62em;
        text-align: justify;
        margin-bottom: 10px;
    }
    .nd-bot{
        display: block;
        margin: 15px 0;
        padding: 0;
    }

.nd-bot .left a{
        line-height: 1.65em;
        margin-bottom: 10px;
    }


    .info .new-box .new-con {
        cursor: pointer;
        display: inline-block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .info .new-box h4 {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 1.65em;
        height: 1.65em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: #333;
    }
    .screen-box .screen-con {
        width: 90%;
        height: auto;
    }
    .map .map-box .text {
        width: 100%;
    }
    .map .map-box p {
        font-size: 16px;
        line-height: 1.6em;
        margin-bottom: 0px;
    }
    .map .map-box h6 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 8px;
        line-height: 1.5em;
    }
    .map {
        padding: 30px 0;
    }
    .partners .partners-box {
        margin-top: 25px;
    }






    .partners .com-des .text .text-con {
        padding-right: 0;
        max-height: none;
        overflow-y: hidden;
    }
    .partners .com-des .hz-logo img {
        max-width: 140px;
    }
    .partners .com-des {
        margin-bottom: 20px;
        padding: 0;
    }
    .partners .com-des .text {
        margin-top: 0;
        width: 100%;
    }
    .partners .com-des .hz-logo {
        margin: 5px 0;
    }
    .partners .com-des .text p {
        margin-bottom: 0;
        line-height: 1.65em;
        font-size: 16px;
    }
    .logo-swiper .swiper-box .swiper-slide {
        display: flex;
        align-items: center;
        margin: 10px;
        width: 100px;
        height: 50px;
        border: 1px solid #ddd;
        text-align: center;
    }
    .logo-swiper .swiper-box .swiper-slide .swiper-img img{
        max-width: 80px;
        max-height: 40px
    }
    .logo-swiper h3 {
        font-size: 16px;
        color: #888;
        font-weight: bold;
        margin-bottom: 0;
    }
    .talent .title-com {
        width: 100%;
        text-align: center;
    }
    .talent .title-com {
        width: 100%;
        text-align: center;
    }
    .talent .title-com::after{
        transform: translateX(-50%);
        left: 50%;
    }
    .talent .text {
        width: 100%;
        margin-top: 20px;
    }
    .talent .text p {
        font-size: 16px;
        line-height: 1.65em;
    }
    .talent {
        padding: 30px 0;
        overflow: hidden;
    }
    .concept {
        padding: 30px 0;
        background-color: #f8f8f8;
        overflow: hidden;
    }
    .concept .concept-box h4 {
        margin-bottom: 5px;
        background-image: none;
        font-size: 18px;
        padding: 0;
        font-weight: bold;
    }
    .concept .concept-box p {
        font-size: 16px;
        line-height: 1.65em;
        text-align: start;
    }
    .work-concept {
        padding: 30px 0;
        overflow: hidden;
    }
    .work-concept .work-box .left {
        width: 100%;
        padding-right: 0;
        border-right: none;
    }
    .work-concept .work-box {
        margin-top: 25px;
    }
    .work-concept .work-box .right {
        margin-top: 15px;
        width: 100%;
        padding-left: 0;
    }
    .work-concept .work-box h4 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .work-concept .bot-img {
        margin-top: 20px;
    }
    .values {
        padding: 30px 0;
        background-color: #f7fafc;
        overflow: hidden;
    }
    .values .left {
        width: 100%;
    }
    .values .left .con {
        text-align: center;
        width: 50%;
        padding: 10px;
        margin-right: 0;
        transition: all 0.3s;
    }
    .values .left h4 {
        margin: 5px 0;
        font-size: 18px;
        font-weight: bold;
    }
    .values .left p {
        font-size: 16px;
        line-height: 1.5em;
    }
    .values .right {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .values .right .img{
        display: none;
    }
    .values .values-box{
        position: relative;
        padding-top: 90px;
    }
    .values .right .title-com::after {
        background-color: #e5e5e5;
    }



.innovate .des {
        padding: 10px;
        width: 50%;
        text-align: center;
        transition: all 0.3s;
    }
    .innovate .des h4 {
        font-size: 18px;
        line-height: 1.5em;
    }
    .innovate .des:hover {
        box-shadow: none;
    }
    .innovate .des p {
        font-size: 16px;
        line-height: 1.5em;
        height: 3em;
    }
    .innovate .des .img {
        margin-bottom: 10px;
        height: 50px;
    }
    .learning .title-com {
        text-align: center;
    }
    .learning .title-com::after {
        transform: translateX(-50%);
        left: 50%;
    }
    .learning .learn-box {
        margin-top: 20px;
    }
    .learning .learn-box .left, .learning .learn-box .right {
        width: 100%;
        position: relative;
    }
    .learning .learn-box .mid {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
    }
    .learning .learn-box .left .text {
        left: 30px;
        bottom: 20px;
    }
    .learning .learn-box .text {
        left: 0px !important;
        bottom: auto !important;
        top: 10px !important;
        right: auto !important;
        width: 100% !important;
        padding: 0 10px !important;
        text-align: center !important;
    }


    .learning {
        padding: 30px 0;
        overflow: hidden;
    }
    .work .text {
        margin: 10px 0;
        text-align: center;
    }
    .work .swiper-slide.swiper-slide-active {
        transform: scale(1);
    }
    .work {
        padding: 30px 0;
        overflow: hidden;
    }
    .staff .left {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .staff .right {
        width: 100%;
        position: relative;
    }
    .staff .staff-box {
        margin-top: 25px;
    }
    .staff .tab{
        width: 50%;
        padding: 10px !important;
        margin-bottom: 10px;
    }
    .staff .tab::after{
        width: 80%;
    }
    .staff .left h3{
        font-size: 18px;
    }
    .staff .left p {
        padding-left: 0;
        line-height: 1.5em;
        color: #333;
        opacity: 0.7;
    }
.staff {
        padding: 30px 0;
        overflow: hidden;
    }
    .about-banner .flex3 {
        justify-content: center;
        display: block;
    }
    .about-banner .about-text {
        width: 100%;
        position: initial;
        transform: none;
        padding: 25px 15px;
    }
    .about-banner .text {
        margin: 0;
        text-align: center;
    }
    .about-banner .flex3 .div {
        display: none;
    }
    .about-banner .flex3 .img {
        margin: 10px 0;
        height: 40px;
    }

    .about-banner .flex3 .des {
        width: 80%;
        display: block;
        background-color: #fff;
        border-radius: 15px;
        padding: 15px;
        text-align: center;
        margin: 20px auto 0 !important;
        transition: all 0.6s;
        border: 1px solid #ddd;
    }




    .ques p {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.5em;
        white-space: nowrap;
    }
    .ques .wrap {
        width: 1200px;
        max-width: 96%;
        margin: 0 auto;
        padding: 0 5px;
    }
    .ques h3 {
        margin-bottom: 20px;
        font-size: 20px;
        font-family: "SourceHanSansCN-Regular";
    }
    .ques .con .img {
        width: 45px;
        height: 45px;
        margin: 10px auto;
    }
    .ques h4 {
        text-align: center;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: bold;
        color: #3c3c3c;
    }
    .ques .con .text {
        padding: 0;
        width: 100%;
    }
    .ques .des {
        width: 50%;
        margin-bottom: 15px;
    }
    .contact .con {
        padding: 20px 0;
        border-bottom: 1px solid #e5e5e5;
    }
    .contact .left {
        width: 100%;
    }
    .contact h3 {
        margin: 10px 0;
        font-size: 18px;
        font-weight: bold;
    }
    .contact .wrap {
        width: 1200px;
        max-width: 96%;
        margin: 0 auto;
        padding: 0 5px;
        overflow: hidden;
    }
    .contact p {
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 10px;
    }
    .contact p img {
        margin-right: 10px;
        width: 20px;
    }
    .contact p span {
        font-size: 16px;
        line-height: 1.5em;
    }
    .contact .contact-map {
        height: 300px;
    }
    .contact .right {
        width: 100%;
        margin-top: 10px;
    }
.social .video {
    display: none;
    position: absolute;
    width: 100%;
    top: 20%;
    left: 0%;
}
.header .nav .li-box:last-child .xl-menu{
         display: none;
    }

.aboutus .text .text-box {
    overflow: hidden;
}


.index-pro .con:nth-child(2) {
    margin-right: 0;
    width: 100%;
}
.retail .tab-screen .screen-con {
    width: 85%;
    padding: 10px;
    background-color: #fff;
}
.retail .tab-screen .screen-text {
    width: 100%;
    padding: 0 5px;
    position: relative;
}
.retail .tab-screen .screen-img {
    width: 100%;
}
.retail .tab-screen h3 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
}
retail .tab-screen h3 img {
    display: inline-block;
    margin-left: auto;
    margin-right: 10px;
    height: 25px;
    width: 25px;
}
.retail .tab-screen p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6em;
}
.retail .tab-screen .screen-text span {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: absolute;
    right: 2%;
    bottom: 0px;
    color: #265eab;
    font-size: 15px;
}
.retail .tab-screen .screen-text span img {
    display: inline-block;
    margin-left: 6px;
    height: 15px;
    width: 15px;
}
.hospital.hospital2 .left {
    padding-right: 0;
}
.retail>div>.row{
	flex-direction: column-reverse;
	}

.mofan .lifang{animation: rotated 15s infinite alternate;}

    .index-news-pic2 {
        text-decoration: none;
        width: 100%;
        /*height: 130px;*/
    }

    /* 2024-2-20 下面是为了适应手机端而编写的代码。 */
    .news_slider_picture{
      width: 100%;
    }
    
    .news_slider_text{
      width: 100%; line-height: 2;
    }
    
    .news_slider_title{
      font-size: 14px;
    }
    
    .news_slider_memo{
      display: none;
    }

    .news_picList_title{
      font-size: 14px;
    }
    
    .news_picList_memo{
      display: none;
    }

    .technology_slider_picture{
      width: 100%;
    }
    
    .technology_slider_text{
      width: 100%; line-height: 2;
    }
    
    .technology_slider_title{
      font-weight: bold; text-align: left;
    }

    .news_List_title{
      font-size:14px;
      font-weight: bold;
    }
    
    .news_List_memo{
      text-indent: 2em;
      font-size:12px;
      font-weight: normal;
    }

    #ideaContent{
      margin: auto;
    }

    #ideaContent tbody tr th, #ideaContent tbody tr td{
      padding: 10px;
      font-size: 12px;
    }

    #ideaContent tbody tr th{
      padding: 10px;
      font-size: 12px;
      white-space: nowrap;
    }

    #ideaContent tbody tr th p, #ideaContent tbody tr td p{
      text-indent: 0px;
    }
}
