html {
  -webkit-text-size-adjust: none;
}
@media (max-width: 767px) {
  body {
		overflow-x: hidden; /* 禁止水平滚动 /
		overflow-y: auto; / 允许垂直滚动 */
	}
	html{
	touch-action:none;
	touch-action:pan-y;
	}
}

.l-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    /*padding-left: 3%;*/
    /*padding-right: 3%;*/
  }
}
@media (max-width: 1279px) {
  .wuliugl .l-container {
    /*padding-left: 3%;*/
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.mb,.m {
  display: none !important;
}

@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
  .m{
  	display: block !important;
  }
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #32ced7;
  color: #32ced7;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #32ced7;
  background: #32ced7;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*浼厓绱犳槸琛屽唴鍏冪礌 姝ｅ父娴忚鍣ㄦ竻闄ゆ诞鍔ㄦ柟娉�*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6娓呴櫎娴姩鐨勬柟寮� *鍙峰彧鏈塈E6-IE7鎵ц锛屽叾浠栨祻瑙堝櫒涓嶆墽琛�*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.l-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.l-title {
  padding-bottom: 0.7rem;
  font-size: 0;
  text-align: center;
}
.l-title.gsjs{
	padding-bottom: 0;
}
.l-title h2 {
  color: #21335C;
  font-size: 32px;
  font-weight: 600;
}
.l-title p {
  text-align: center;
  color: #21335C;
  font-weight: 400;
  margin-top: 16px;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 0.46rem;
    line-height: 30px;
    font-weight: 400;
  }
}
body {
  background: #fff;
}
@media (max-width: 978px) {
  body {
    background: #fff;
  }
}
.banner {
  background: url(../images/about-banner.png) center no-repeat;
  background-size: 100%;
  /* margin-top: 70px; */
}
.banner .banner-main {
  /*height: 400px;
  line-height: 500px;*/
 height: 400px;
 line-height: 460px;
  position: relative;
  padding-top: 0px;
  /*text-align: center;*/
}
@media (max-width: 1500px) {
  .banner .banner-main {
	 	height: 295px;
	}
}
.banner .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
  /*text-align: center;*/
}
.banner .banner-info h1 {
  /* font-size: 0.38rem; */
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 0.2rem;
  color: #fff;
  font-weight: 600;
}
.banner .banner-info p {
  /*background-image: linear-gradient(270deg, rgba(44, 198, 208, 0) 0%, #256BE6 50%, rgba(44, 198, 208, 0) 100%);*/
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.8;
  /*font-weight: 600;*/
  width: 100%;
  max-width: 100%;
  margin-bottom: 90px;
  color: #fff;
}
.banner .banner-info p:last-child {
  font-size: 18px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  background: none;
  margin-bottom: 0px;
}
@media (max-width: 978px) {
  .banner {
    background: none;
  }
  .banner .l-container {
    padding: 0;
  }
  .banner .banner-main {
    height: auto;
    line-height: 0px;
    position: relative;
    padding-top: 0;
    text-align: center;
  }
  .banner .banner-main img {
    width: 100%;
  }
  .banner .banner-info {
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
    text-align: center;
    position: absolute;
    top: 62%;
    left: 50%;
    width: 335px;
    transform: translateX(-50%) translateY(-40%);
  }
  .banner .banner-info h1 {
    font-size: 24px;
    line-height: 30px;
    width: 300px;
    margin-bottom: 30px;
    display: inline-block;
  }
  .banner .banner-info p {
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    top: -135px;
  }
  .banner .banner-info p:last-child {
    font-size: 12px;
    line-height: 18px;
    top: -30px;
  }
  .banner .banner-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .banner .banner-img img {
    display: inline-block;
    width: 100%;
    max-width: 242px;
  }
}
.introduction {
  /* padding-bottom: 70px; */
  background-repeat: no-repeat;
}
.introduction .l-body .l-content-t {
  /*margin-bottom: 60px;*/
  text-align: center;
  width: 8.2rem;
  margin-left: 5%;
  position: relative;
	top: 0.8rem;
}
.introduction .l-body .l-content-t p {
  font-size: 20px;
 	color: #21335C;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.19rem;
  text-align: left;
  text-align: justify;
}
.introduction .l-body .l-content-b ul li {
  float: left;
  margin-right: 40px;
  width: calc( ( 100% - 40px ) / 2 );
  padding: 30px;
  background: url(../images/introduct-bg-01.png) center no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.introduction .l-body .l-content-b ul li:last-child {
  margin-right: 0;
  background: url(../images/introduct-bg-02.png) center no-repeat;
  background-size: cover;
}
.introduction .l-body .l-content-b ul li h3 {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0.19rem;
  text-align: left;
}
.introduction .l-body .l-content-b ul li p {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  padding-top: 0.19rem;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 978px) {
  .introduction {
    padding-bottom: 0.8rem;
  }
  .introduction .l-title img {
    width: 454px;
  }
  .introduction .l-body .l-content-t {
    margin-bottom: 5px;
    text-align: center;
  }
  .introduction .l-body .l-content-t p {
    font-size: 16px;
    color: #21335C;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
  }
  .introduction .l-body .l-content-b ul li {
    float: left;
    margin-right: 0px;
    width: 100%;
    padding: 20px;
    background: url(../images/introduct-bg-01-mb.png) center no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    border-radius: 12px;
  }
  .introduction .l-body .l-content-b ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
    background: url(../images/introduct-bg-02-mb.png) center no-repeat;
    background-size: cover;
  }
  .introduction .l-body .l-content-b ul li h3 {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: left;
  }
  .introduction .l-body .l-content-b ul li p {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
    margin-top: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.gallery {
  background: #fafbff;
}
.gallery .l-title img {
  width: 260px;
}
.gallery .l-body {
  position: relative;
}
.gallery .l-body img {
  width: 100%;
}
.gallery .l-body .swiper-slide {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
.gallery .l-body .swiper-slide .info-box {
  padding: 20px;
}
.gallery .l-body .swiper-slide .info-box h3 {
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: 10px;
  min-height: 54px;
}
.gallery .l-body .swiper-slide .info-box p {
  font-size: 14px;
  color: #21335C;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 40px;
  max-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gallery .l-body .swiper-slide .info-box a {
  font-size: 16px;
  color: #32ced7;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
}
.gallery .l-body .swiper-slide .info-box a img {
  width: 18px;
  height: 10px;
  margin-top: 7px;
  margin-right: 0;
  margin-left: 3px;
}
.gallery .l-body .swiper-slide .info-box a:hover img {
  animation: arrow 1s linear infinite;
}
.gallery .l-body .swiper-button-prev {
  width: 40px;
  height: 40px;
  left: -70px;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
  background: url(../images/banner-arrow-l.svg);
  border-radius: 50%;
  transition: all 0.3s;
}
.gallery .l-body .swiper-button-prev:hover {
  background: url(../images/banner-arrow-l-h.svg) center center;
  background-size: 100% 100%;
}
.gallery .l-body .swiper-button-next {
  width: 40px;
  height: 40px;
  right: -70px;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
  border-radius: 50%;
  background: url(../images/banner-arrow-r.svg);
  transition: all 0.3s;
}
.gallery .l-body .swiper-button-next:hover {
  background: url(../images/banner-arrow-r-h.svg) center center;
  background-size: 100% 100%;
}
@media (max-width: 1400px) {
  .gallery .l-body .swiper-button-prev {
    display: none;
  }
  .gallery .l-body .swiper-button-next {
    display: none;
  }
}
@media (max-width: 978px) {
  .gallery {
    margin-bottom: 0px;
    padding-bottom: 80px;
  }
  .gallery .l-title {
    padding: 0 15px 30px;
  }
  .gallery .l-title img {
    width: 130px;
  }
  .gallery .l-container {
    padding: 0;
  }
  .gallery .l-body {
    position: relative;
  }
  .gallery .l-body img {
    width: 100%;
    overflow: hidden;
  }
  .gallery .l-body .swiper-wrapper {
    padding-left: 20px;
  }
  .gallery .l-body .swiper-slide {
    position: relative;
    width: 320px;
    box-shadow: 0px 5px 15px 0px rgba(239, 239, 239, 0.75);
    border-radius: 8px;
  }
  .gallery .l-body .swiper-slide .info-box {
    padding: 20px;
  }
  .gallery .l-body .swiper-slide .info-box h3 {
    font-size: 16px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .gallery .l-body .swiper-slide .info-box p {
    font-size: 14px;
    color: #21335C;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .gallery .l-body .swiper-slide .info-box a {
    font-size: 16px;
    color: #32ced7;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
  }
  .gallery .l-body .swiper-slide .info-box a img {
    width: 18px;
    height: 10px;
    margin-top: 7px;
    margin-right: 0;
    margin-left: 3px;
  }
  .gallery .l-body .swiper-slide .info-box a:hover img {
    animation: arrow 1s linear infinite;
  }
  .gallery .l-body .swiper-button-prev {
    display: none;
  }
  .gallery .l-body .swiper-button-next {
    display: none;
  }
  .gallery .l-body .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: -30px;
  }
  .gallery .l-body .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #50617c;
    border-radius: 25px;
    margin: 0 8px;
    opacity: 1;
  }
  .gallery .l-body .swiper-pagination .swiper-pagination-bullet-active {
    width: 5px;
    height: 5px;
    background: #32ced7;
    border-radius: 25px;
    opacity: 1;
  }
}
.product {
  padding-bottom: 160px;
}
.product .img-box {
  font-size: 0;
  display: inline-block;
}
.product .img-box img {
  width: 100%;
}
.product .l-content-t {
  margin-bottom: 50px;
}
.product .l-content-t ul li {
  float: left;
  width: 25%;
  position: relative;
}
.product .l-content-t ul li h3 {
  font-size: 0.42rem;
  color: #256BE6;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0px;
}
.product .l-content-t ul li p {
  font-size: 16px;
  color: #21335C;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
}
.product .l-content-t ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 5px;
  width: 1px;
  opacity: 0.5;
  border: 1px solid #ddd;
}
.product .l-content-t ul li:last-child:after {
  display: none;
}
@media (max-width: 978px) {
  .product {
    background: #fff;
    padding-bottom: 50px;
  }
  .product .pc {
    display: none;
  }
  .product .l-container {
    padding-left: 0;
    padding-right: 0;
  }
  .product .l-title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .product .img-box {
    display: none;
  }
  .product .mb {
    display: block;
  }
  .product .img-box div {
    display: none;
  }
  .product .l-content-t {
    margin-bottom: 0px;
  }
  .product .l-content-t ul li {
    float: left;
    width: 50%;
    margin-bottom: 30px;
    position: relative;
  }
  .product .l-content-t ul li:nth-child(3),
  .product .l-content-t ul li:nth-child(4) {
    margin-bottom: 30px;
  }
  .product .l-content-t ul li h3 {
    font-size: 0.42rem;
    color: #256BE6;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .product .l-content-t ul li p {
    font-size: 14px;
    color: #21335C;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
  }
  .product .l-content-t ul li:after {
    display: none;
  }
  .product .l-content-t ul li:last-child:after {
    display: none;
  }
  .product .product-tab {
    width: 100%;
    padding-top: 20px;
  }
  .product .product-tab .tab_btn {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: -100px;
    padding-left: 20px;
    overflow: hidden;
    height: 53px;
  }
  .product .product-tab .tab_btn li {
    width: auto !important;
    float: left;
    font-size: 16px;
    color: #222222;
    line-height: 20px;
    font-weight: 400;
    margin-right: 30px;
  }
  .product .product-tab .tab_btn li h3 {
    padding-bottom: 20px;
    display: inline-block;
    padding-top: 23px;
    position: relative;
  }
  .product .product-tab .tab_btn li h3 i {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -8px;
  }
  .product .product-tab .tab_btn .active h3 {
    color: #222222;
    position: relative;
  }
  .product .product-tab .tab_btn .active h3:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 3px;
    background: #256BE6;
  }
  .product .product-tab .scroll-tab {
    overflow-x: scroll;
  }
  .product .product-tab .scroll-tab::-webkit-scrollbar {
    display: none;
  }
  .product .product-tab .scroll-tab .tab_btn {
    visibility: visible;
    opacity: 1;
    top: 0;
    width: 610px;
  }
  .product .product-tab .scroll-tab .tab_btn i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100% 100% !important;
    margin-right: 5px;
    vertical-align: text-top;
    margin-top: 2px;
  }
  .product .product-tab .tab_item {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: -30px;
  }
  .product .product-tab .tab_item li {
    width: 100%;
  }
  .product .product-tab .tab_item li span {
    float: left;
    width: calc(( 100% - 16px ) / 3 );
    margin-right: 8px;
    margin-bottom: 8px;
    font-style: 0;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    overflow: hidden;
  }
  .product .product-tab .tab_item li span:nth-child(3n) {
    margin-right: 0;
  }
  .product .product-tab .tab_item li span img {
    display: inline-block;
    width: 100%;
  }
  .product .l-btn {
    margin-top: 20px;
    display: none;
  }
}
.history {
  background: url(../images/history-bg.jpg) center no-repeat;
  background-size: cover;
  margin-top: -65px;
  padding-top: 130px;
}
.history .l-container {
  position: relative;
}
.history .history-list>ul:before{
    content: '';
    display: table;
    background-color: #8DB2F2;
    width: 95%;
    height: 1px;
    margin: 0 auto;
    position: relative;
    top: 39px;
    left: 30px;
}
.history .history-list ul {
  /*border-bottom: 1px solid #8DB2F2;*/
  margin-bottom: 45px;
  padding: 0 40px;
}
.history .history-list ul li {
  float: left;
  width: calc(100% / 10);
  text-align: center;
  position: relative;
}
.history .history-list ul li h3 {
  font-size: 18px;
  color: #21335C;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  font-weight: 500;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.history .history-list ul li p {
  font-size: 14px;
  color: #c6deff;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.history .history-list ul li span {
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #8DB2F2;
  border: 3px solid #edf7f7;
  transition: all 0.3s;
  cursor: pointer;
}
.history .history-list ul li::after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 50%;
  margin-left: -6px;
  width: 14px;
  height: 10px;
  transition: all 0.3s;
  opacity: 0;
}
.history .history-list ul li.active::after {
  opacity: 1;
}
.history .history-list ul li.active h3,
.history .history-list ul li.active p {
  color: #256BE6;
}
.history .history-list ul li.active span {
  background: #ffffff;
  border: 3px solid #256BE6;
}
.history .swiper-history {
  /*background: #ffffff;*/
  /*box-shadow: 0px 5px 15px 0px rgba(72, 133, 215, 0.2);*/
  border-radius: 15px;
  /*width: 11.1rem;*/
	/*height: 1.86rem;*/
}
.history .swiper-history ul {
  padding: 55px 60px 60px 60px;
  min-height: 85px;
  background: url(../images/history-info-bg.png) center no-repeat;
  background-size: cover;
}
.history .swiper-history ul li {
  position: relative;
  box-sizing: border-box;
}
.history .swiper-history ul li::after {
  content: "";
  width: 1px;
  height: 94px;
  opacity: 0.3;
  border: 1px solid #192967;
  position: absolute;
  right: 0;
  top: 0;
}
.history .swiper-history ul li:last-child::after {
  display: none;
}
.history .swiper-history ul[data-index="1"] li {
  float: left;
  width: 100%;
}
.history .swiper-history ul[data-index="2"] li {
  float: left;
  width: 50%;
}
.history .swiper-history ul[data-index="3"] li {
  float: left;
  width: 33.33%;
}
.history .swiper-history ul li h3 {
  font-size: 36px;
  color: #256BE6;
  letter-spacing: 0;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 10px;
}
.history .swiper-history ul li p {
  font-size: 18px;
  color: #21335C;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
}
.history .swiper-button-prev {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/banner-arrow-l.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  left: 0;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
  border-radius: 50%;
  top: 40px;
}
.history .swiper-button-prev:hover {
  background: url(../images/banner-arrow-l-h.svg) center center;
  background-size: 100% 100%;
}
.history .swiper-button-next {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/banner-arrow-r.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  right: 0;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
  border-radius: 50%;
  top: 40px;
}
.history .swiper-button-next:hover {
  background: url(../images/banner-arrow-r-h.svg) center center;
  background-size: 100% 100%;
}
@media (max-width: 978px) {
  .history {
    background: url(../images/history-bg-mb.jpg) center top no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .history .history-list-mb > ul {
    position: relative;
  }
  .history .history-list-mb > ul:after {
    content: "";
    position: absolute;
    top: 9px;
    bottom: 10px;
    left: -1px;
    width: 1px;
    height: auto;
    background: #256BE6;
    visibility: visible;
  }
  .history .history-list-mb > ul > li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .history .history-list-mb > ul > li > h3 {
    font-size: 16px;
    color: #c6deff;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 700;
    transition: all 0.3s;
  }
  .history .history-list-mb > ul > li > p {
    font-size: 16px;
    color: #21335C;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    transition: all 0.3s;
  }
  .history .history-list-mb > ul > li span {
    position: absolute;
    top: 2px;
    left: -8.5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 8px solid rgba(97, 195, 206, 0.2);
    transition: all 0.3s;
    cursor: pointer;
    z-index: 1;
  }
  .history .history-list-mb > ul > li span::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #256BE6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    border-radius: 50%;
  }
  .history .l-content {
    background: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(154, 171, 221, 0.3);
    border-radius: 8px;
    padding: 10px 15px 10px;
    margin-top: 10px;
    display: none;
  }
  .history .l-content h3 {
    font-size: 16px;
    color: #192967;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .history .l-content p {
    font-size: 12px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .history .l-content.active {
    display: block;
  }
}
.honor .l-container {
  position: relative;
}
.honor .l-body {
  display: flex;
  align-items: center;
}
.honor .honor-list ul {
  position: relative;
}
/*.honor .honor-list ul:after {
  content: "";
  position: absolute;
  left: 103px;
  top: 0;
  bottom: -60px;
  margin-left: -1px;
  width: 2px;
  background-image: linear-gradient(180deg, #32ced7 0%, #fff 100%);
}*/
.honor .honor-list ul li {
  width: 100%;
  text-align: left;
  position: relative;
  height: 48px;
}
.honor .honor-list ul li h3 {
  font-size: 18px;
  color: #21335C;
  letter-spacing: 0;
  text-align: right;
  line-height: 28px;
  font-weight: 400;
  display: inline-block;
  width: 88px;
  margin-right: 27px;
  vertical-align: top;
  padding-top: 10px;
  transition: all 0.3s;
}
.honor .honor-list ul li p {
  border-radius: 4px;
  font-size: 15px;
  color: #21335C;
  padding: 10px;
  line-height: 28px;
  font-weight: 400;
  transition: all 0.3s;
  display: inline-block;
  width: calc( 100%  - 88px - 40px );
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honor .honor-list ul li span {
  position: absolute;
  top: 19px;
  left: -10px;
  margin-left: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8DB2F2;
  transition: all 0.3s;
  z-index: 1;
  cursor: pointer;
  box-shadow: 0px 0px 3px #e5e5e5;
}
.honor .honor-list ul li::after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 0px;
  margin-left: -6px;
  width: 14px;
  height: 10px;
  transition: all 0.3s;
  opacity: 0;
}
.honor .honor-list ul li.active::after,
.honor .honor-list ul li:hover::after {
  opacity: 1;
}
.honor .honor-list ul li.active h3,
.honor .honor-list ul li:hover h3 {
  color: #256BE6;
}
.honor .honor-list ul li.active p,
.honor .honor-list ul li:hover p {
  /*background: #256BE6;*/
  /*color: #fff;*/font-size: 18px;
  font-weight: bold;
}
.honor .honor-list ul li.active span,
.honor .honor-list ul li:hover span {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  background: #ffffff;
  border: 3px solid #256BE6;
}
.honor .l-content-l {
  width: 55%;
  float: left;
  font-size: 0;
/*  background: url(../images/honor-img-01.jpg) center no-repeat;*/
  background-size: 100% 100%;
  transition: all 0.3s;
  box-shadow: 0px 0px 4px #e5e5e5;
  border-radius: 15px;
}
.honor .l-content-l{
	/*height: 870px;*/
	/*padding: 10px;*/
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.honor .l-content-l img {
  display: none;
  width: 100%;
  border-radius: 16px;
  
  /*opacity: 0;*/
}
.honor .l-content-l img.active{
	display: block;
}
/*.honor .l-content-l[data-index="0"] {
  background: url(../images/honor-img-01.jpg) center no-repeat;
  background-size: 100% 100%;
}
.honor .l-content-l[data-index="1"] {
  background: url(../images/honor-img-02.jpg) center no-repeat;
  background-size: 100% 100%;
}
.honor .l-content-l[data-index="2"] {
  background: url(../images/honor-img-03.jpg) center no-repeat;
  background-size: 100% 100%;
}
.honor .l-content-l[data-index="3"] {
  background: url(../images/honor-img-04.jpg) center no-repeat;
  background-size: 100% 100%;
}
.honor .l-content-l[data-index="4"] {
  background: url(../images/honor-img-05.jpg) center no-repeat;
  background-size: 100% 100%;
}
.honor .l-content-l[data-index="5"] {
  background: url(../images/honor-img-06.jpg) center no-repeat;
  background-size: 100% 100%;
}
.honor .l-content-l[data-index="6"] {
  background: url(../images/honor-img-07.jpg) center no-repeat;
  background-size: 100% 100%;
}
.honor .l-content-l[data-index="7"] {
  background: url(../images/honor-img-08.jpg) center no-repeat;
  background-size: 100% 100%;
}
.honor .l-content-l[data-index="8"] {
  background: url(../images/honor-img-09.jpg) center no-repeat;
  background-size: 100% 100%;
}*/
.honor .honor-list {
  padding-left: 16px;
  float: left;
  width: calc( 45%  );
}
@media (max-width: 978px) {
  .honor .l-content-l {
    display: none;
  }
  .honor .honor-list {
    padding-left: 0px;
    float: none;
    width: 100%;
  }
  .honor {
    overflow: hidden;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .honor .honor-list-mb > ul {
    position: relative;
  }
  .honor .honor-list-mb > ul:after {
    content: "";
    position: absolute;
    top: 9px;
    bottom: -40px;
    left: -1px;
    width: 1px;
    height: auto;
    /*background: #256BE6;*/
    visibility: visible;
  }
  .honor .honor-list-mb > ul > li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .honor .honor-list-mb > ul > li > h3 {
    font-size: 16px;
    color: #256BE6;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    transition: all 0.3s;
    margin-bottom: 5px;
  }
  .honor .honor-list-mb > ul > li > p {
    font-size: 16px;
    color: #21335C;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    transition: all 0.3s;
  }
  .honor .honor-list-mb > ul > li span {
    position: absolute;
    top: 4px;
    left: -8.5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 8px solid rgba(97, 195, 206, 0.2);
    transition: all 0.3s;
    cursor: pointer;
    z-index: 1;
  }
  .honor .honor-list-mb > ul > li span::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #256BE6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    border-radius: 50%;
  }
  .honor .l-content {
    background: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(154, 171, 221, 0.3);
    border-radius: 8px;
    padding: 10px 15px 10px;
    margin-top: 10px;
    display: none;
  }
  .honor .l-content h3 {
    font-size: 16px;
    color: #192967;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .honor .l-content p {
    font-size: 12px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .honor .l-content.active {
    display: block;
  }
}
@-webkit-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes arrow {
  /* Opera */
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

.l-body{
	display: flex;
}
.l-body>.left{
	position: relative;
	width: 6.4rem;
	height: 4.96rem;
}
@media (min-width: 1200px) and (max-width: 1350px){
    .l-body>.left{
        height: 5.6rem;
    }
}
.l-body>.left>img{
	width: 100%;
	height: 100%;
}
.l-body>.left>div{
	position: absolute;
    top: 0.8rem;
    background-color: rgba(255, 255, 255, .9);
    right: -0.4rem;
    /*padding: 30px;*/
    border-radius: 10px;
    box-shadow: 0px 0px 6px #e1e1e1;
    width: 3.2rem;
    height: 1.6rem;
    align-items: center;
    display: flex;
    justify-content: center;
}
.l-body>.left>div>img{
	width: 2rem;
	height: 0.6rem;
}

.qywh{
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh>div{
	width: 49%;
	display: flex;
	align-items: center;
	background-image: url(../images/about-qybg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	/*border-radius: 20px;*/
	padding: 32px;
	margin: 12px 0;
	border-radius: 16px;
	transition: all .5s;
	background-color: #F4FAFF;
}
.qywh>div>img{
	width: 90px;
}
.qywh>div:hover{
	box-shadow: 0 4px 16px 0 rgba(51,113,255,0.25);
}
.qywh>div img{
	margin-right: 30px;
}
.qywh>div p{
	font-size: 16px;
	color: #21335C;
	text-align: center;
}
.qywh>div .title{
	font-size: 20px;
	font-weight: bold;
	/* color: #256BE6; */
	margin-bottom: 8px;
	text-align: left;
}
.qywh>div .title>img{
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
}
.qywh>div .title>span{
	display: block;
	margin: 10px 0;
	text-align: center;
}
.lxwm{
	background-image: url(../images/about-lianxi-bg.png);
	background-repeat: no-repeat;
	height: auto;
	/*height: 3rem;*/
	padding-top: 0.8rem;
    background-size: 100% 100%;
    background-position: center;
	padding: 0.8rem 0;
}
.lxwm .l-body{
	
}

/*服务中心开发管理*/
.kfgl{
	display: block;
}
.kfgl .head{
	display: flex;
	justify-content: center;
}
.kfgl .head>div{
	font-size: 16px;
    text-align: center;
    margin: 0 8px;
    padding: 0 25px;
    cursor: pointer;
    color: #21335C;
    background-color: #F1F7FF;
    position: relative;
    /* box-shadow: 0px 0px 15px 0px #c9e8ea; */
    transition: all 0.3s;
    /* border-radius: 10px; */
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 15px;
    line-height: 0.5rem;
    transform: skewX(170deg);
    -ms-transform: skewX(170deg);
    -moz-transform: skewX(170deg);
    -webkit-transform: skewX(170deg);
    -o-transform: skewX(170deg);
}
.kfgl .head>div>span{
	transform: skewX(10deg);
	display: inline-block;
}
.kfgl .head>div.active{
	  color: #fff;
    background-image: linear-gradient(to right, #32B1FE 5%, #256BE6);
}
.kfgl .body .sheji ul{
	display: flex;
	justify-content: space-between;
}

.kfgl .body .sheji ul li{
	text-align: center;
	width: 20%;
	line-height: 113px;
	background-size: cover;
	font-size: 16px;
	font-weight: bold;
	color: #262231;
}
.kfgl .body .sheji ul.shouhou li{
    line-height: 106px;
}
}
.kfgl .body .sheji ul li:nth-child(1){
	background-image: url(../images/fuwu-sj-bg1.png);
}
.kfgl .body .sheji ul li:nth-child(2){
	background-image: url(../images/fuwu-sj-bg2.png);
}
.kfgl .body .sheji ul li:nth-child(3){
	background-image: url(../images/fuwu-sj-bg3.png);
}
.kfgl .body .sheji ul li:nth-child(4){
	background-image: url(../images/fuwu-sj-bg4.png);
}
.kfgl .body .sheji ul li:nth-child(5){
	background-image: url(../images/fuwu-sj-bg5.png);
}


.tglc{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tglc>div{
	width: 22%;
	height: 242px;
	background-position: -30px -26px;
	padding-left: 40px;
	padding-top: 40px;
	position: relative;
}
.tglc>div>img{
	width: 32px;
}
.tglc>div::after{
	content: url(../images/fuwu/Vector.png);
	top: 70px;
	position: absolute;
	right: -44px;
}
.tglc>div:nth-child(1){
	background-image: url(../images/fuwu/Frame1.png);
	background-size: cover;
}
.tglc>div:nth-child(2){
	background-image: url(../images/fuwu/Frame2.png);
	background-size: cover;
}
.tglc>div:nth-child(3){
	background-image: url(../images/fuwu/Frame3.png);
	background-size: cover;
}
.tglc>div:nth-child(4){
	background-image: url(../images/fuwu/Frame4.png);
	background-size: cover;
}
.tglc>div:nth-child(4)::after{
	content: "";
}
.tglc>div:nth-child(5){
	background-image: url(../images/fuwu/Frame5.png);
	background-size: cover;
}
.tglc>div:nth-child(6){
	background-image: url(../images/fuwu/Frame6.png);
	background-size: cover;
}
.tglc>div:nth-child(7){
	background-image: url(../images/fuwu/Frame7.png);
	background-size: cover;
}
.tglc>div:nth-child(8){
	background-image: url(../images/fuwu/Frame8.png);
	background-size: cover;
}
.tglc>div:nth-child(8)::after{
	content: "";
}
.tglc>div .title{
	margin-top: 15px;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}

.tab{
	position: absolute;
	width: 100%;
	z-index: 9999;
}
.tab.active{
	position: fixed;
	top: 92px;
	/* margin: 0 auto; */
	/* left: 0; */
	/* right: 0; */
	z-index: 9999;
	width: 100%;
}
@media (max-width: 767px) {
	.tab.active{
		top: 60px;
	}
	.tab.active>div{
		border-radius: 0;
	}
}
/*物流管理*/
.wuliugl>.tab>div{
	display: flex;
	width: 688px;
	max-width: 800px;
	justify-content: center;
	background-color: #fff;
	box-shadow: 0px 0px 5px #e5e5e5;
	position: relative;
	top: -22px;
	border-radius: 10px;
}
.wuliugl>.tab>div>div{
	line-height: 45px;
	font-size: 16px;
	margin: 0 30px;
}
.wuliugl>.tab>div>div>a{
	display: block;
}
.wuliugl>.tab>div>div.active{
	color: #256BE6;
	border-bottom: 2px solid #256BE6;
}

.wuliugl .neirong{
	/* background-image: url('../images/fangan/Point_Background.png'); */
	background-repeat: no-repeat;
	background-size: cover;
}
.wuliugl .neirong .l-container>div{
	display: flex;
	justify-content: center; 
	align-items: center;
}
.wuliugl .neirong .l-container>div>div.item{
	transition: transform 0.6s ease; /* 动画持续时间和效果 */
	transform: translateY(0); /* 初始状态，div在原位置 */
}
.wuliugl .neirong .l-container>div>div.center{
    margin: 58px 0 20px;
}
.wuliugl .neirong .l-container>div .text-pic{
	position: absolute;
	width: 1220px;
	z-index: 9999;
}
    
.wuliugl .neirong .l-container>div:hover>div.item{
	transform: translateY(-25px); /* 鼠标悬停时，div向上移动20像素 */
}
@media (max-width: 767px) {
	.wuliugl .neirong .l-container>div:hover>div.item{
		transform: none;
	}
	.wuliugl .neirong .l-container>div.m .h2{
    font-size: 25px;
    margin-bottom: 8px;
    text-align: center;
    color: #21335C;
	}
}
.wuliugl .neirong .l-container>div>div.item>div{
	background-image: url(../images/fangan/Frame-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	/*width: 504px;*/
	width: 380px;
	min-height: 90px;
	height: auto;
	/*line-height: 86px;*/
	padding-left: 30px;
	background-size: cover;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	position: relative;
  margin-bottom: 8px;
  padding-bottom: 12px;
  background-size: 100% 100%;
}
.wuliugl .neirong .l-container>div>div.item>div {
     background-image: none; 
    background-repeat: no-repeat;
    background-size: 100%;
    /* width: 504px; */
    width: 380px;
    min-height: 85px;
    height: auto;
    /*line-height: 85px; */
    padding-left: 30px;
    background-size: cover;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
     padding-bottom: 0; 
    background-size: 100% 100%;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #DAE6FF;
    /*justify-content: flex-end;*/
}
.wuliugl .neirong .l-container>div>div.item>div.left1,.wuliugl .neirong .l-container>div>div.item>div.right1{
    margin-bottom: 95px;
    margin-top: 70px;
}
@media (max-width: 767px) {
	.wuliugl .neirong .l-container>div>div.item>div{
		font-size: 16px;
		padding-left: 10px;
	}
}
.wuliugl .neirong .l-container>div>div.item.right>div{
	padding-left: 0;
}
.wuliugl .neirong .l-container>div>div.item>div.maxbg{
	background-image: url(../images/fangan-zh/bg1.png);
	background-size: 100%;
	height: 240px;
}
.wuliugl .neirong .l-container>div>div.item>div.middlebg{
	/*background-image: url(../images/fangan-zh/bg1.png);*/
	/*background-size: 100%;*/
	background-repeat-y:inherit ;
	height: 112px;
	background-position-x: left;
	/* margin-top: 26px; */
	background-size: 100% 100%;
}
.wuliugl .neirong .l-container>div>div.right>div.middlebg{
	background-position-x: right;
}
.wuliugl .neirong .l-container>div>div.right>div{
    /*float: right;*/
    /*display: block;*/
    /*text-align: right;*/
    position: relative;
}
.wuliugl .neirong .l-container>div>div.right img{
    position: absolute;
    right: 10px;
}
.wuliugl .neirong .l-container>div>div.right span{
    position: absolute;
    right: 85px;
    text-align: right;
}
.wuliugl .neirong .l-container>div>div.left img{
    position: absolute;
    left: 10px;
    margin-left: 20px;
    margin-right: 0;
}
.wuliugl .neirong .l-container>div>div.left span{
    position: absolute;
    left: 85px;
    text-align: left;
}
.wuliugl .neirong .l-container>div>div.item>div.left1{
    /*right: -135px;*/
    right: 0;
}
.wuliugl .neirong .l-container>div>div.item>div.left2{
    /*right: -186px;*/
    right: -0;
}
.wuliugl .neirong .l-container>div>div.item>div.right1{
    /*left: -123px;*/
    right: 0;
}
.wuliugl .neirong .l-container>div>div.item>div.right2{
    /*left: -186px;*/
    left: 0;
}
.wuliugl .neirong .l-container>div>div.center>img{
    z-index: 9998;
    position: relative;
    width: 550px;
}
.wuliugl .neirong .l-container>div>div.item>div img{
	margin-right: 20px;
	width: 45px;
}
.wuliugl .yunshu .l-body{
	display: block;
	position: relative;
}
.wuliugl .yunshu .l-body:after{
	content: "";
	position: absolute;
	background-image: url(../images/fangan/fangan-1.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	bottom: -40px;
	left: -40px;
}
.wuliugl .yunshu .l-body:before{
	content: "";
	position: absolute;
	background-image: url(../images/fangan/fangan-2.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	top: -40px;
	right: -40px;
}
.wuliugl .yunshu .l-body>div{
	display: flex;
	justify-content: center;
}
.wuliugl .yunshu .l-body>div .xitong-js{
    padding: 80px;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: #21335C;
}
.wuliugl .yunshu .l-body>div .xitong-js .title{
	font-size: 25px;
	color: #256BE6;
	font-weight: bold;
}
.wuliugl .yunshu .l-body>div>div{
	width: 50%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.wuliugl .yunshu .l-body>div>div>img{
	width: 100%;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
}
.wuliugl .yunshu .l-body>div>div>p{
	/* margin-bottom: 20px; */
}
.wuliugl .yunshu ul.lists{
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
	/* margin-bottom: 72px; */
}
.wuliugl .yunshu ul.lists>li{
	text-align: center;
	width: 20%;
	line-height: 68px;
	background-size: cover;
	font-size: 16px;
	font-weight: bold;
	color: #262231;
	/* background-image: url(../images/fangan-rlzy/model-bg.png); */
	width: 11%;
	background-color: rgba(255,255,255,.9);
	border-radius: 18px;
	line-height: 56px;
	margin-bottom: 18px;
}
.wuliugl .qywh>div{
	width: 32%;
	background-size: 100% 100%;
	background-image: url(../images/fangan/model-bg2.png);
	background-repeat: no-repeat;
	height: auto;
	/*max-height: 224px;*/
	border-radius: 16px;
	transition: all .5s;
	color: #21335C;
	align-items: flex-start;
}
.wuliugl .qywh>div:hover{
	box-shadow: 0 4px 16px 0 rgba(51,113,255,0.25);
}
.wuliugl .qywh>div.width5{
    width: 49%;
    background-image: url(../images/fangan-ck/model-bg.png);
    /*height: 200px;*/
    display: block;
}
.wuliugl .qywh>div.width25{
    width: 24%;
    /*height: 168px;*/
}
.wuliugl .qywh>div.width225{
    width: 24%;
    /*height: 302px;*/
    background-image: url(../images/fangan-cb/model-bg.png);
    background-size: 100% 100%;
}
.wuliugl .caigou>div.width25{
	/*height: 248px;*/
	align-items: flex-start;
	
}

/*数字化样式*/
.szh>div>div{
	display: flex;
	align-items: center;
	height: 3.84rem;
	
	background-repeat: no-repeat;
	/* padding: 50px; */
	margin-bottom: 50px;
}
.szh>div>div>div{
	width: 50%;
}
.szh>div>div>div>img{
	transition: transform 0.3s ease;
}
.szh>div>div>div>img:hover{
	transform: scale(1.1); /* 放大至原始大小的1.1倍 */
}
.szh>div:nth-child(even){
	background-color: #F4F9FF;
}
.szh>div>div:nth-child(odd){
	/* background-image: url(../images/fangan-szhgl/model-bg1.png); */
}
.szh>div>div:nth-child(even){
	/* background-image: url(../images/fangan-szhgl/model-bg2.png); */
}
.szh>div>div>div .title{
	display: flex;
	align-items: center;
	color: #256BE6;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.szh>div>div>div .title span.msg{
	color: #4BBDFF;
	font-size: 14px;
	font-weight: 400;
	margin-left: 10px;
}

.szh>div>div>div .title img{
	margin-right: 10px;
	width: 80px;
	height: 80px;
}
.szh>div>div>div p{
	font-size: 14px;
	margin-bottom: 20px;
	color: #333;
}
.szh>div>div>div p>span.yuan{
	width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
    /* margin-right: 10px; */
    vertical-align: 2px;
	opacity: 0;
}
.szh>div>div>div p.block{
	display: flex;
	align-items: center;
}
.szh>div>div>div p.block span{
	display: block;
}
.szh>div>div>div p.block>span:first-child{
	/* border: 1px solid #256BE6; */
	border-radius: 5px;
	color: #256BE6;
	width: 60px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-right: 15px;
	background-color: #F3F8FF;
	box-shadow: 0 0 10px #d7dce3;
}
.szh>div>div>div .title>span{
	color: #21335C;
}
.szh>div>div>div .title .h1>div{
	color: #21335C;
	font-size: 26px;
}
.szh>div>div>div .title .h1>div.msg{
	color: #555;
	font-size: 15px;
	font-weight: 500;
}


.sheji img,.kf img{
	width: 100%;
}

.jianshe{
	/* padding-top: 0; */
}
.jianshe .gaiban{
	max-width: 100%;
}
.jianshe .gaiban .szh>div>div{
	width: 1200px;
	margin:0 auto;
}
@media (min-width: 768px) {
    .new-h5{
        display: none;
    }
    .hm-sec2 .fz_cont.new-h5{
        display: none;
    }
}

@media (max-width: 768px) {
		.honor .l-content-l{
			display: block;
			width: 100%;
			height: auto;
	    margin-top: 22px;
		}
		.honor .honor-list-mb > ul > li.active p{
			color: #256BE6;
		}
		.szh>div>div p.block>span:first-child{
			font-size: 14px;
		}
		.szh>div>div .title{
			white-space: nowrap;
		}
		.szh>div>div p.block>span:last-child{
			width: 80%;
		}
    .head-caidan>img{
        width: 30px;
        vertical-align: middle;
    }
    .new-pc{
        display: none;
    }
    .banner{
        margin-top: 60px;
    }
    .wuliugl>.tab>div{
    	top: 0;
    }
    .banner .banner-info{
        line-height: 0;
        top: 40%;
        text-align: left;
    }
    .banner .banner-info h1{
        font-size: 16px;
        margin-bottom:10px;
        text-align: left;
    }
    .banner .banner-info p{
        top: 0;
        text-align: left;
        line-height: 22px;
    }
    .element-entrance-11.ee-enter{
        flex-wrap: wrap;
    }
    .introduction .l-body .l-content-t p{
        font-size: 16px;
    }
    .introduction{
        padding-bottom: 0;
    }
    .font16{
        font-size: 16px;
    }
    .l-title h2{
        font-size: 25px;
        margin-bottom: 8px;
    }
    .qywh>div{
    		width: 100%;
        display: block;
        padding: 15px;
        box-shadow: 0px 0px 14px #eee;
        border-radius: 15px;
    }
    .qywh>div img{
        width: 30px;
        height: 30px;
    }
    
    .fotbox .fot1 .cont .lt .item .jut{
        display: flex;
        flex-wrap: wrap;
    }
    .fotbox .fot1 .cont .lt .item .jut a{
        margin-right: 30px;
        font-size: 14px;
    }
    .fotbox .fot1 .cont .lt .item{
        margin-bottom: 20px;
    }
    .fotbox .fot1 .cont .lt{
        margin-top: 40px;
    }
    .fixehE {
        height: 0;
    }
    .tab>.l-container{
    	padding: 0;
    	margin: 0;
    }
    /*服务中心*/
    .kfgl .body .sheji ul{
        flex-wrap: wrap;
    }
    .kfgl .body .sheji ul li{
        width: 49%;
        background-size: 100%;
        font-size: 13px;
        line-height: 82px;
    }
    .kfgl .body .sheji ul.shouhou li{
        line-height: 80px;
    }
    .element-entrance-11.ee-enter{
    }
    .tglc>div{
        width: 43%;
        height: 140px;
        background-position: -20px -12px;
        /*background-size: ;*/
        background-repeat: no-repeat;
        padding-left: 16px;
        padding-top: 10px;
    }
    .tglc>div .title{
        margin-top: 0;
    }
    .tglc>div::after{
        top: 43px;
        right: -38px;
    }
    .tglc>div:nth-child(even)::after{
    	right: 0;
    	opacity: 0;
    }
    
    
    /*物流运输*/
    .neirong .l-container{
        padding-left: 0;
    }
    .yunshu .l-container,.jianshe .l-container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .l-section{
        padding-top: 0.5rem;
        /*overflow: hidden;*/
    }
    .wuliugl .yunshu .l-body:before{
    	right: 0;
    	opacity: 0;
    }
    .wuliugl .yunshu .l-body:after{
    	left: 0;
    	opacity: 0;
    }
    .wuliugl>.tab>div{
        width: 100%;
    }
    .wuliugl>.tab>div>div{
        font-size: 12px;
        margin: 8px 12px;
        line-height: 20px;
    }
    .wuliugl .l-container .item{
        width: 100%;
    }
    .wuliugl .neirong .l-container>div{
        flex-wrap: wrap;
    }
	.wuliugl .neirong .l-container>div.m{
		padding: 10px;
	}
    .wuliugl .neirong .l-container>div>div.item>div{
        width: 100%;
        background-size: 100% 100%;
    }
	.wuliugl .neirong .l-container>div>div.item span.op{
		color: #256BE6;
	}
    .wuliugl .neirong .l-container>div>div.item>div.middlebg{
        height: auto;
        margin-top: 0;
    }
    .wuliugl .neirong .l-container>div>div.item>div.left1, .wuliugl .neirong .l-container>div>div.item>div.right1{
        margin-bottom: 10px;
    }
    .wuliugl .neirong .l-container>div>div.item>div.maxbg{
        height: 225px;
    }
    .wuliugl .neirong .l-container>div>div.item>div.left1,.wuliugl .neirong .l-container>div>div.item>div.left2{
        right: 0;
    }
    .wuliugl .neirong .l-container>div>div.item>div.right1,.wuliugl .neirong .l-container>div>div.item>div.right2{
        left: 0;
    }
    .wuliugl .neirong .l-container>div>div.center>img{
        width: 340px;
        top: -50px;
    }
    .wuliugl .l-container .right{
        position: relative;
        top: -90px;
    }
    .wuliugl .yunshu .l-body>div{
        flex-wrap: wrap;
    }
    .wuliugl .yunshu .l-body>div .xitong-js{
        padding: 25px;
    }
    .wuliugl .yunshu .l-body>div>div{
        width: 100%;
    }
    .wuliugl .yunshu .l-body>div>div>img{
        width: 100%;
        border-radius: 0;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
    }
    .wuliugl .qywh>div{
        width: 100%;
        height: auto;
    }
    .wuliugl .qywh>div.width5{
        width: 100%;
    }
    .wuliugl .qywh>div.width25{
        width: 100%;
        height: auto;
        border-radius: 20px;
		text-align: center;
    }
    .wuliugl .qywh>div.width225{
        width: 100%;
        height: auto;
        border-radius: 20px;
    }
    
    /*数据化管理*/
    .szh>div{
        height: auto;
        flex-wrap: wrap;
        background-color: #F2F8FF;
        background-size: cover;
        border-radius: 28px;
        padding: 20px;
        margin-bottom: 30px;
    }
    .wuliugl .neirong .l-container>div>div.center.new-h5>img{
        top: 0;
    }
    .szh>div>div,.szh>div>div>div,.jianshe .gaiban .szh>div>div{
        width: 100%;
		height: auto;
    }
    .wuliugl .jianshe .l-container .right,.wuliugl .jianshe .l-container .left{
        top: auto;
    }
    .wuliugl .jianshe .l-container .right>img,.wuliugl .l-container .left>img{
        width: 100%;
    }
    .wuliugl .l-container .left>img{
        margin-bottom: 20px;
    }
    .neirong{
        padding-top: 80px;
    }
    .wuliugl .yunshu ul.lists{
        flex-wrap: wrap;
    }
    .wuliugl .yunshu ul.lists>li{
        width: 46%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1380px)
{
	.introduction .l-body .l-content-t p{
		font-size: 17px;
	}
	.qywh>div p{
		font-size: 14px;
	}
	/*.hadbox-sec1 .container{
		width: 1100px;
	}*/
}

























