/* ========================================================================
   Common style
 ========================================================================== */

/*  Font  
-------------------------- */
@font-face {
  font-family: 'Noto Sans SC';
  src: url('../fonts/NotoSansSC-Regular.otf');
}
@font-face {
  font-family: 'Saira';
  src: url('../fonts/Saira-Thin.ttf');
}


/*  Agent style 
-------------------------- */
body {
  font-family: 'Noto Sans SC';
  font-weight: 400;
  font-size: 18px;
  color:#675b5b;
  text-align: justify;
}

ul, img {
  vertical-align: top;
}
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
img {max-width: 100%;
  border: none;
}

input:focus, textarea:focus {
  outline: none;
}

a {
  color: #8f0505;
  text-decoration: none;
}
a:focus {
  -webkit-tap-highlight-color: transparent;
}


/* ========================================================================
   tool style
 ========================================================================== */


/*  tool style  
-------------------------- */
.w1440 {
  max-width: 1440px;
  box-sizing: border-box;
  margin: 0 auto;
}
.tc {
  text-align: center;
}

@keyframes show {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

/*  scroll
-------------------------- */
.scrollCss::-webkit-scrollbar {
  width: 2px;
  height: 11px;
}
.scrollCss::-webkit-scrollbar-button {
  width: 2px;
  height: 0px;
}
.scrollCss::-webkit-scrollbar-thumb {
  background: #5EA6D6;
  border: 0px solid transparent;
}
.scrollCss::-webkit-scrollbar-thumb:active {
  background: #fff;
}
.scrollCss::-webkit-scrollbar-track {
  background: rgba(229, 229, 229, 1);
  border: 0px none #ffffff;
}
.scrollCss::-webkit-scrollbar-track:active {
  background: #333333;
}
.scrollCss::-webkit-scrollbar-corner {
  background: transparent;
}


/*  Modal  
-------------------------- */
/* 
 * default 
 */
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  transition: transform .3s ease-in-out;
}


/* 
 *  modal-close
 */
.modal-close {
  position: absolute;
  cursor: pointer;
}


/* 
 *  mask
 */
body {
  margin: 0;
  transition: all .3s ease-in-out;
  position: relative;
}
body::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, .5);

  display: none;
}


/* 
 *  js
 */
body.modal-open {
  overflow: hidden;
}
body.modal-open::before {
  display: block;
}
body .offcanvas-show {
  transform: translateX(0);
}


/* ========================================================================
   Public part of web page
 ========================================================================== */

/*  header  
-------------------------- */
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  transition: all .3s ease-in-out;
}
.header.scroll .header-logo{
  opacity: 0;
}
.header .w1440 {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
@media (min-width: 768px) {
  .header .w1440{
    padding: 40px 56px;
  }
}


/* js */
.header.scroll .header-logo img:last-child {
  opacity: 1;
}




/* 
 *  logo
 */
.header-logo {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
}
.header-logo a {
  display: inline-block;
  position: relative;
}
.header-logo img {
  width:auto;
}
.header-logo img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
}

/* 
 *  menu
 */
.header-menu {
  width: 32px;
  padding: 27px 16px;
  border-radius: 8px;
  background: linear-gradient(148.49deg, rgba(24, 127, 196, 0.1) -13.56%, rgba(143, 26, 26, 0.9) 53.33%, rgba(24, 127, 196, 0.1) 125.57%), #FFFFFF;
  cursor: pointer;
}
.header-menu span {
  display: block;
  height: 1px;
  background-color: #FFFFFF;
  margin-top: 6px;
}
.header-menu span:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .header-menu {
    padding: 36px 24px;
  }
}


/*  offcanvasMenu  
-------------------------- */
.nav-menu, .nav-menu a {
  color: #FFFFFF;
}
.nav-menu {
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  padding-top: 78px;
  padding-bottom: 78px;
  background: linear-gradient(167.19deg, #ba0404 3.5%, #8f1a1a 29.59%, #850b0b 69.02%, #850b0b 110.45%);

  text-align: center;

  right: 0;
  transform :translateX(200%);
  z-index: 998;
}
@media (min-width: 768px) {
  .nav-menu {
    width: 500px;
    text-align: left;
  }
}


/* 
 *  modal-close
 */
.nav-menu .modal-close {
  right: 28px;
  top: 28px;
}


/* 
 *  ul
 */
.nav-menu li {
  margin-top: 56px;
}
.nav-menu li:first-child {
  margin-top: 0;
}
.nav-menu a {
  position: relative;
  display: inline-block;
}
.nav-menu li:first-child a, .nav-menu li:nth-child(3) a{
  transform: translateX(-20px);
}
.nav-menu li.cur a::before,.nav-menu li.cur a::after {
  content: '';
  position: absolute;
  bottom: -12px;
  height: 1px;
  background-color: #73E0A9;
}
.nav-menu li.cur a::before {
  left: 0;
  width: 60px;
}
.nav-menu li.cur a::after {
  left: 65px;
  width: 15px;
}

/* language */
.nav-menu li:last-child a {
  margin-right: 40px;
}
.nav-menu li:last-child a:last-child {
  margin-right: 0;
}
.nav-menu li:last-child a.cur{
  text-decoration: underline;
}


@media (min-width: 768px) {
  .nav-menu li a, .nav-menu li:first-child a, .nav-menu li:nth-child(3) a{
    transform: translateX(100px);
  }
}

@media (any-hover: hover) {
  .nav-menu li:not(:last-child) a:hover::before,.nav-menu li:not(:last-child) a:hover::after {
    content: '';
    position: absolute;
    bottom: -12px;
    height: 1px;
    background-color: #73E0A9;
  }
  .nav-menu li:not(:last-child) a:hover::before {
    left: 0;
    width: 60px;
  }
  .nav-menu li:not(:last-child) a:hover::after {
    left: 65px;
    width: 15px;
  }
}

/*  more  
-------------------------- */
.more, .footer .code span, .pages a.arrow{
  position: relative;
  border: 1px solid transparent;
  border-radius: 8px;
}
.more::before, .footer .code span::before, .pages a.arrow::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: inherit;
  border-radius: inherit;

  /* effect css */
  -webkit-mask: linear-gradient(rgb(255, 255, 255) 0 0) padding-box, linear-gradient(rgb(255, 255, 255) 0 0);
  mask: linear-gradient(rgb(255, 255, 255) 0 0) padding-box, linear-gradient(rgb(255, 255, 255) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: xor;
}
.more {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  padding: 11px 44px;
  
 background: linear-gradient(90deg, rgba(24, 117, 196, 0) 0%, rgba(24, 127, 196, 0.1) 100%);
}

.job-list .more>div{
  display: flex;
}

@media (max-width:400px) {
  .more{
    padding: 11px 10px;
  }
  .job-list .more>div{
    display: flex;
    flex-direction: column;
  }
}

.more::before {
 background: linear-gradient(0deg, rgba(161, 7, 7, 1), rgba(161, 7, 7, 0.3));
}
.more i {
  font-style: normal;
  background: linear-gradient(137deg, rgba(255, 255, 255, 1) 52.82%, rgba(255, 255, 255, .3) 93.16%);
  -webkit-background-clip: text;
}
.more span {
  margin-left: 13px;
}



/*  titles  
-------------------------- */
.web-title {
  font-size: 34px;
}
.web-title2 {
  font-family: 'Saira';
  font-weight: 200;
  font-size: 30px;
  text-transform: capitalize;
  line-height: 1.28;
}
@media (min-width: 768px) {
  .web-title2 {
    font-size: 77px;
  }
}

@media (min-width: 992px) {
  .web-title2 {
    font-size: 90px;
  }
}


/*  footer  
-------------------------- */
.footer, .footer a {
  color: #FFFFFF;
}

.footer .w1440{
  font-family: 'Saira';
  font-size: 15px;
  padding-right: 6.4%;
}

.footer .box{
  position: relative;
  padding: 60px 7.72% 20px 8.33%;
}
.footer .box::before{
  content: '';
  position: absolute;
  right: 0;
  left: -18.5%;
  top: 0;
  bottom: 0;
 
}
.footer .code, .footer .code, .footer .right {
  position: relative;
}




/* 
 * code
 */
.footer .code {
  text-align: center;
}
.footer .code span{
  display: inline-block;
  padding: 32px;
  background: rgba(255, 255, 255, 0.2);
}
.footer .code span::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, .3)) border-box;
}
.footer .code img{
  width: 104px;
  border-radius: 8px;
}


/* 
 * dl
 */

.footer .dd {
  margin-top: 20px;
}
 

/* 
 * copyright
 */
.footer .copyright {
  margin-top: 60px;
  font-size: 15px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.8);
}
.footer .copyright a {
  margin-left: 4px;
  margin-right: 4px;
}



/* 
 * top
 */
.to-top {
  position: absolute;
  right: -6.4%;
  top: -40px;
  z-index: 2;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(115, 2, 2, 0.9) 0.08%, rgba(80, 4, 4, 0.9) 52.49%), #FFFFFF;
  cursor: pointer;
}

@media (min-width: 768px) {
  .to-top {
    right: -40px;
  }
}



/* 
 * break point
 */
@media (min-width: 768px) {
  .footer .box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .footer .right {
    flex: 1;
    padding-right: 83px;
    box-sizing: border-box;
  }
  .footer .copyright {
    margin-right: -100px;
  }
}

@media (min-width: 992px) {
  .footer .right {
    display: flex;
    flex-wrap: wrap;
  }

  .footer .dl:first-child {
    padding-right: 83px;
  }

  .footer .copyright {
    width: 100%;
  }
}



/*  stars
-------------------------- */
.star1, .star2, .star3, .star4, .star5, .star6 {
  position: absolute;
  display: block;
  transform-style: preserve-3d;
}
.star1 {
  width: 52px;
  height: 39px;
}

.star2 {
  width: 128px;
  height: 64px;
}
.star3 {
  width: 64px;
  height: 48px;
}
.star4, .star6 {
  width: 48px;
  height: 48px;
  
}
.star5 {
  width: 64px;
  height: 48px;
}


/* 
 * home
 */
.home-concept .star1 {
  top: 133px;
  left: 8.6%;
}
.home-professional .star2 {
  top: 101px;
  right: 23.61%;
}
.home-products .star3 {
  top: 16px;
  left: 22.84%;
}
.home-data .star4 {
  top: 48px;
  left: 25.51%;
}
.home-new .star5{
  top: 35px;
  left: 4.96%;
}



/* 
 * about
 */


/* intro-one */


.intro-one .star2 {
  top: 161px;
  right: -19px;
}

/* intro-map */
.intro-map .star5 {
  bottom: 89px;
  left: 2.84%;
}
.intro-map .star6 {
  top: 10px;
  right: 15.6%;
}

/* team */

.about-team .star2 {
  top: 81px;
  right: 9.86%;
}

.about-team .star6 {
  top: 333px;
  left: 2.43%;
}


/* tissue */
.about-tissue .star5 {
  top: 381px;
  left: 0;
}

.about-tissue .star6 {
  top: 57px;
  right: 3.9%;
}


/* honor */
.about-honor .star2 {
  top: 24px;
  right: 13.61%;
}



/* 
 *  pain
 */
.pain-section{
  position: relative;
}

/* pain section1 */

.pain-section1 .star4 {
  left: 9.02%;
  top: 211px;
}
.pain-section1 .star5 {
  right: 2.77%;
  top: 181px;
}

/* pain-section3 */

.pain-section3 .star5-1 {
  top: 182px;
  left: 4.58%;
}
.pain-section3 .star5-2 {
  bottom: 59px;
  right: 3.88%;
}

/* 
 *  platform
 */


/* platform detail */
.platform-detail .w1440{
  position: relative;
}

.platform-detail .star5 {
  top: 52px;
  right: 2.77%;
}
.platform-detail .star2 {
  bottom: -36px;
  left: 9.7%;
}


/* platform-product2 */

.platform-product2 .w1440{
  position: relative;
}

.platform-product2 .star6 {
  top: 80px;
  right: 7.01%;
}


/* 
 *  news
 */
.news-page .w1440{
  position: relative;
}

.news-page .star2 {
  top: 49px;
  right: 18.75%;
}





/*  inner banner
-------------------------- */
.banner {
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



/* pages
-------------------------- */
.pages {
  margin-top: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pages a {
  width: 50px;
  height: 50px;
  margin-left: 20px;
  margin-right: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(143, 26, 26, 1);
  color: rgba(143, 26, 26, 1);

  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pages a.arrow {
  background: linear-gradient(171.72deg, rgba(143, 26, 26, 0.1) 28.12%, rgba(143, 26, 26, 0.023) 100.27%);
}
.pages a.arrow::before {
  background: linear-gradient(133deg, rgba(143, 26, 26, 1) 10%, rgba(143, 26, 26, 0.3));
}
.pages a.next {
  transform: rotateY(-180deg);
}
@media (any-hover: hover) {
  .pages a {
    transition: all .3s ease-in-out;
  }
  .pages a:not(.prev, .next):hover {
    background-color: rgba(143, 26, 26 1);
    color: #fff;
  }
  .pages a:hover {
    background-color: rgba(143, 26, 26, 1);
    color: #fff;
}
}

.pages a:not(.prev, .next).on {
  background-color: rgba(94, 166, 214, 1);
  color: #fff;
}



/* ========================================================================
   home page
 ========================================================================== */

/*  home part1  
-------------------------- */
.home-part1, .home-part1 a {
  color: #FFFFFF;
}
.home-part1 {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.home-part1 .w1440{
  padding: 327px 5.7% 240px 5.7%;
}
@media (min-width: 992px) {
  .home-part1 .w1440{
    padding-top: 427px;
    padding-bottom: 190px;
  }
}

/* 
 *  txt
 */
.home-part1 .txt {
  font-size: 28px;
  position: relative;
}
.home-part1 p {
  margin-top: 8px;
  margin-bottom: 0;
}
.home-part1 p:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .home-part1 .txt {
    font-size: 46px;
  }
}


/* 
 *  more
 */
.home-part1 .more {
  font-family: 'Saira';
  margin-top: 48px;
  padding-left: 48px;
  padding-right: 48px;

  background: linear-gradient(98.68deg, rgba(255, 255, 255, 1) -44.02%, rgba(255, 255, 255, 0) 56.62%) border-box;
}

.home-part1 .more::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, .3)) border-box;
}



/*  home concept 
-------------------------- */
.home-concept, .home-concept a{
  color: #5f5f5f;
}
.home-concept {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.home-concept .w1440{
  padding: 208px 6.43% 202px 6.43%;
  position: relative;
}
@media (min-width: 768px) {
  .home-concept .w1440{
    padding-right: 28.33%;
  }
}


/* 
 *  txt
 */
.home-concept .txt {
  padding-top: 41px;
  padding-bottom: 64px;
  line-height: 1.5;
}
.home-concept p {
  margin-top: 0;
  margin-bottom: 0;
}



/*  home professional 
-------------------------- */
.home-professional {
  background-color:#fff;
}
.home-professional .w1440 {
  padding: 68px 6.43% 0 6.43%;
  position: relative;
}

/* 
 *  box
 */
.home-professional .box {
  margin-top: 58px;
}


/* pic */
.home-professional .pic img{
  border-radius: 8px;
}


/* words */
.home-professional .words, .home-professional .words a {
  color: #5f5f5f;
}
.home-professional .words {
  margin-top: 4%;

  padding: 5.4% 7.5% 7.6% 7.5%;

  background: linear-gradient(24deg, rgba(232, 227, 227, 1) 0%,rgba(249, 249, 249, 1) 38%, rgba(249, 249, 249, 1) 44%, rgba(232, 227, 227, 1) 100.17%);
  border-radius: 8px;
}
.home-professional .title {
  font-size: 28px;
}
.home-professional .txt {
  line-height: 1.5;
  margin-top: 3.8%;
  margin-bottom: 10.8%;
}


@media (min-width: 768px) {
  .home-professional .box {
    position: relative;
  }
  .home-professional .pic {
    width: 57.6%;
    position: absolute;
    left: 0;
    top: -11.75%;
  }
  .home-professional .words {
    width: 48.9%;
    padding-left: 11.8%;
    box-sizing: border-box;
    margin-left: auto;
    margin-top: 0;
  }
  .home-professional .txt {
    max-height: 9em;
    overflow: hidden;
    margin-bottom: 16.66%;
  }
}


/*  home products 
-------------------------- */

/* 
 *  box
 */
.home-products .box {
  background-color: #fff;
}
.home-products .box .w1440 {
  padding: 144px 6.3% 32px 6.3%;
  position: relative;
}



/* 
 *  swiper
 */

.product-item1{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 45px;
}
.product-item2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 90px;
}
.product-item1 {
  color: #FFFFFF;
}


/* titles */
.home-products .sub-title, .home-products .title {
  padding-right: 13.4%;
  padding-left: 10%;
}
.home-products .sub-title {
  display: flex;
  align-items: flex-start;
  font-family: 'Saira';
  font-weight: 200;
  font-size: 72px;
  line-height: 1;
}
.home-products .sub-title span {
  font-size: 18px;
}

.home-products .title {
  font-size: 25px;
  padding-top: 11px;
  padding-bottom: 90px;
}
@media (min-width: 992px) {
  .home-products .title {
    padding-bottom: 140px;
  }
}

/* txt */
.home-products .txt {
  width: 90%;
  padding: 10.5% 14.5% 10.2% 14.5%;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 18px;
  border-top-right-radius: 8px;
}
.home-products .product-item1 .txt {
  background: linear-gradient(58deg, rgba(217, 109, 109, 1), rgba(143, 26, 26, .3));
}

.home-products .product-item1 span{
  color: #FFFFFF;
}

.swiper-slide:nth-child(2n) .sub-title span{
  color: #000;
}

.home-products .product-item2 .txt {
  background: linear-gradient(58deg, rgba(30, 75, 107, 0.9), rgba(16, 49, 73, 0.3));
}

@media (max-width:480px) {
.home-products .txt {
  padding: 10.5% 14.5% 10.2% 14.5%;
}
.home-products .sub-title, .home-products .title {
  padding-right: 13.4%;
  padding-left: 14%;
}
}

/* 
 *  more
 */
.home-products .more{
  padding: 11px;

  position: absolute;
  right: 15px;
  top: 15px;
}
.home-products .product-item1 .more {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%) border-box;
}
.home-products .product-item1 .more::before {
  background: linear-gradient(99deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, .3) 20%) border-box;
}
.home-products .product-item1 .more svg path {
  stroke: #FFFFFF;
}
.home-products .product-item2 .more {
  background: rgba(16, 49, 73, 0.1);
}
.home-products .product-item2 .more::before {
  background: linear-gradient(99deg, rgba(16, 49, 73, 1), rgba(16, 49, 73, .3) 20%) border-box;
}

@media (min-width: 992px) {
  .home-products .txt {
    width: 70%;
  }
  .home-products .more {
    padding: 28px;
    top: 107px;
    right: 13.2%;
  }
}



/*  home data 
-------------------------- */
.home-data {
  background: #FFFFFF url('../images/home-5.png') no-repeat center;
}

.home-data .w1440 {
  padding-bottom: 36px;
  position: relative;
}

/* 
 * intro
 */

.home-data .intro{
  padding: 130px 8.43% 69px 8.43%;
}
@media (min-width: 768px) { 
  .home-data .intro {
    display: flex;
    justify-content: space-between;
  }
  .home-data .intro-right {
    width: 50.5%;
  }
}
@media (min-width: 992px) {
  .home-data .intro-right {
    width: 32.5%;
  }
}


/* txt */
.home-data .txt {
  color: rgba(16, 49, 73, .7);
  padding-bottom: 56px;
}


/* more */
.home-data .more,.home-new .more, .job-list .more {
  background: linear-gradient(90deg, rgba(24, 117, 196, 0) 0%, rgba(24, 127, 196, 0.1) 100%);
}
.home-data .more::before, .home-new .more::before, .job-list .more::before {
  background: linear-gradient(0deg, rgba(161, 7, 7, 1), rgba(161, 7, 7, 0.3));
}


/* 
 * data
 */

.home-data .data {
  color: #FFFFFF;
  padding-right: 8.3%;
}
.home-data .box {
  position: relative;
  padding: 0 6.43% 69px 6.43%;
  
}
.home-data .box::before {
  content: '';
  position: absolute;
  left: -30%;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(126, 10, 10, 1) 0.08%, rgba(143, 26, 26, 1) 52.49%);
}
.home-data .box::after {
  content: '';
  display: block;
  width: 72px;
  height: 72px;
  position: absolute;
  border-radius: 8px;
  right: -6.43%;
  bottom: -36px;
  background: linear-gradient(31deg, rgba(250, 155, 192, 0.3) 0%,  #c31f39 96.1%);
}

/* dl */
.home-data .dl {
  padding-top: 80px;
  position: relative;
}
.home-data .dt {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  
}
.home-data .dd {
  font-size: 40px;
  margin-top: -7px;
}
.home-data .dd span {
  font-family: 'Saira';
  font-size: 66px;
  font-weight: 200;
  margin-right: 18px;
}





@media (min-width: 768px) { 
  .home-data .box {
    padding-left: 0;
    padding-right: 9.54%;
    display: flex;
    justify-content: space-evenly;
  }
  .home-data .box::after {
    right: -36px;
  }
  .home-data .dl {
    flex: 1;

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    
    padding-top: 60px;
    padding-left: 10.2%;
  }
  .home-data .dt {
    width: 100%;
    flex: 1;
  }
}
@media (min-width: 992px) {
  .home-data .dd span {
    font-size: 50px;
  }
}



/*  home new 
-------------------------- */
.home-new {
  background-color: #FFFFFF;
  overflow: hidden;
}
.home-new .w1440 {
  padding: 0 6.32% 120px 6.32%;
  position: relative;
}
.home-new-left {
  padding-top: 120px;
}
.home-new-right {
  padding-top: 56px;
}
@media (min-width: 992px) {
  .home-new .w1440{
    display: flex;
    justify-content: space-between;
  }

  .home-new-right {
    width: 57.5%;
    padding-top: 120px;
  }
}


/* 
 * left
 */

 /* more */
.home-new .more {
  margin-top: 56px;
}
@media (min-width: 460px) {
  .home-new-left {
    position: relative;
  }
  .home-new .more {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 51px;
  }
}
@media (min-width: 992px) {
  .home-new .more {
    position: relative;
    top: 5px;
    right: auto;
  }
}


/* 
 * right
 */

.home-new-right li {
  margin-top: 40px;
  
}
.home-new-right li:first-child {
  margin-top: 0;
}

.home-new-right .img {
  text-align: center;
}
.home-new-right .img img {
  width: 160px;
  border-radius: 8px;
  cursor: pointer;
}
.home-new-right .title {
  font-size: 22px;
  overflow: hidden;
  margin-top: 32px;
  margin-bottom: 16px;
  cursor: pointer;
  text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



@media (min-width: 640px) {
  .home-new-right li {
    display: flex;
  }
  .home-new-right .img {
    width: 160px;
    padding-right: 40px;
  }
  .home-new-right .words {
    flex: 1;
  }
  .home-new-right .title, .home-new-right .memo {
    max-height: 2.8em;
    overflow: hidden;
  }
  .home-new-right .title {
    margin-top: 0;
  }
  
}




/*  home anchor 
-------------------------- */
.home-anchor {
  position: fixed;
  left: 5px;
  right: 5px;
  bottom: 15px;
  z-index: 100;

  display: flex;
  justify-content: space-evenly;

  font-size: 12px;
  border-radius: 8px;
  background: rgba(16, 49, 73, 0.9);
  padding-top: 12px;
  padding-bottom: 12px;
}
.home-anchor a {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.home-anchor a:last-child {
  margin-right: 0;
}
.home-anchor a::before {
  content: '';
  display: block;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: radial-gradient(100% 100% at 0% 100%, rgba(255, 255, 255, 0.3) 0%, #FFFFFF 100%);
  opacity: 0;
}

/* js */
.home-anchor {
  transition: .3s all ease-in-out;
  transform: translateY(200%);
}
.home-anchor.show {
  transform: translateY(0);
}

.swiper-slide:nth-child(2n) .sub-title,
.swiper-slide:nth-child(2n) .title{
  color: #103149;
}

.home-anchor a, .home-anchor a::before {
  transition: all .3s ease-in-out;
}
.home-anchor a.active {
  color: #FFFFFF;
}
.home-anchor a.active::before {
  opacity: 1;
}

@media (min-width: 768px) {
  .home-anchor {
    width: 524px;
    left: 50%;
    right: auto;
    margin-left: -262px;
  }
}




/* ========================================================================
   about page
 ========================================================================== */

/*  intro-one
-------------------------- */
.intro-one .w1440 {
  padding-left: 6.43%;
  padding-right: 6.43%;
  padding-bottom: 55px;
  position: relative;
  overflow: hidden;
}
.intro-one-left, .intro-one-right {
  padding-top: 80px;
}


/* 
 * left
 */
.intro-one-left {
  text-align: center;
}

.intro-one .pic {
  margin-top: 20px;
}


/* 
 * right
 */
.intro-one-right {
  line-height: 1.5;
}

.intro-one-right p {
  margin-top: 0;
  margin-bottom: 0;
  opacity: .7;
}

@media (min-width: 768px) {
  .intro-one .w1440 {
    display: flex;
    justify-content: space-between;
  }
  .intro-one-left {
    flex-shrink: 0;
    padding-right: 2em;
  }
  .intro-one-right {
    width: 76.5%;
  }
}


/* 
 *  intro-map
 */

.intro-map {
  display: none;
}

@media (min-width: 600px) {
  .intro-map {
    display: block;
  }
  .intro-map .w1440{
    height: 466px;
    background: url('../images/map.png') no-repeat center;
    background-size: cover;
    position: relative;
  }
  
  .intro-map div {
    position: absolute;
    font-family: 'Saira';
    font-size: 24px;
  }
  
  .intro-map i {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    background: rgba(0, 109, 185, 0.3);
    position: absolute;
  }
  .intro-map i::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #006DB9;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
  }
  
  
  .intro-map span {
    display: block;
    font-size: 36px;
    font-weight: 600;
  }
  
  .intro-map .dot1 {
    left: 29.16%;
    bottom: 152px;
  }
  
  .intro-map .dot1 i {
    left: -152px;
    top: -84px;
  }
  
  .intro-map .dot1::before {
    display: block;
    content: '';
    width: 62px;
    height: 96px;
    border-left: 1px solid #006DB9;
    border-bottom: 1px solid #006DB9;
    transform: skew(18deg);
    position: absolute;
    left: -106px;
    top: -47px;
  }
  
  
  .intro-map .dot2 {
    right: 33.68%;
    top: 139px;
  }
  .intro-map .dot2 i {
    right: -142px;
    bottom: -32px;
  }
  .intro-map .dot2::before {
    display: block;
    content: '';
    width: 67px;
    height: 46px;
    border-top: 1px solid #006DB9;
    border-right: 1px solid #006DB9;
    transform: skew(40deg);
    position: absolute;
    right: -90px;
    top: 44px;
  }
}



/*  about-concept
-------------------------- */
.about-concept {
  background: url('../images/concept.jpg') no-repeat center;
  background-size: cover;
}
.about-concept .w1440{
  padding-left: 6.43%;
  padding-right: 6.43%;
  padding-bottom: 80px;
  color: #FFFFFF;
}

.about-concept .left, .about-concept .right {
  padding-top: 80px;
}



/* 
 * right
 */

/* .about-concept .right {
  opacity: 0.7;
} */
.about-concept .right p {
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0.7;
}



@media (min-width: 768px) {
  .about-concept .w1440{
    display: flex;
    justify-content: space-between;
  }
  .about-concept .left {
    padding-right: 2em;
    flex-shrink: 0;
  }
  .about-concept .right {
    width: 74.5%;
  }
}



/*  about-team
-------------------------- */
.about-team {
  background: #EDF5FF;
}
.about-team .w1440{
  padding: 80px 6.43%;
  position: relative;
}


/* 
 * ul
 */

.about-team li {
  text-align: center;
  margin-top: 40px;
}

.about-team .box {
  display: inline-block;
  text-align: left;
}

.about-team img{
  border-radius: 8px;
}
.about-team .words {
  margin-top: 20px;
}
.about-team .title {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (max-width:480px){
  .about-team .title{
    flex-direction: column;
    align-items: flex-start;
  }
}

.about-team .title span {
  font-size: 28px;
  padding-right: 1em;
}
.about-team i {
  font-style: normal;
}
.about-team .sub-title {
  margin-top: 22px;
  margin-bottom: 20px;
}

@media (min-width: 450px) { 
  .about-team .box {
    position: relative;
    color: #2b97df;
  }
  .about-team .words {
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 28px 20px 37px 20px;
  }
  .about-team .words::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
   
  }
  .about-team .title, .about-team .sub-title, .about-team .txt {
    position: relative;
  }
}
@media (min-width: 640px) { 
  .about-team .words {
    
  }
  .about-team .words::before {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 8px;
  }
}

@media (min-width: 992px) {   
  .about-team ul {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }
  .about-team li {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }  
  .about-team .txt {
    height: 3em;
  }
}

@media (any-hover: hover) {
  .about-team .pic::before, .about-team .words::before {
    transition: all .3s ease-in-out;
  }
  .about-team .pic {
    position: relative;
  }
  .about-team .pic::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 8px;
    opacity: 0;
  }
  .about-team .box:hover .pic::before {
    opacity: 1;
  }
  .about-team .box:hover .words::before {
    opacity: 0;
  }
}


/*  about-tissue
-------------------------- */
.about-tissue .w1440{
  padding: 80px 6.43%;
  position: relative;
}



/* 
 * ul
 */

.about-tissue ul{
  padding-top: 10px;
}
.about-tissue li {
  margin-top: 30px;
  text-align: center;
}
.about-tissue li .pic {
  display: inline-block;
  position: relative;
  background-color: #FAFAFA;
}
.about-tissue li .pic::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0;
}
.about-tissue li .pic img {
  position: relative;
}



@media (min-width: 640px) {  
  .about-tissue ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  } 
  .about-tissue li {
    width: 50%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 780px) { 
  .about-tissue li {
    width: 33.33%;
  }
}


@media (any-hover: hover) {
  .about-tissue .pic,.about-tissue .pic::before {
    transition: all .3s ease-in-out;
  }
  .about-tissue .pic:hover {
    transform: scale(1.01);
    box-shadow: 0 3px 20px 0 rgb(46 49 72 / 8%);
  }
  .about-tissue .pic:hover::before {
    opacity: 1;
  }
}



/*  about-honor
-------------------------- */
.about-honor {
  background-color: #FAFAFA;
}
.about-honor .w1440{
  padding: 80px 6.43%;
  position: relative;
}
/* 
 * ul
 */

.about-honor li {
  text-align: center;
  margin-top: 40px;
}
.about-honor .pic {
  display: inline-block;
  background-color: #FAFAFA;
  position: relative;
}
.about-honor .pic::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #FFFFFF;
  opacity: 0;
}
.about-honor .pic img {
  position: relative;
}
.about-honor .box {
  display: inline-block;
}

.about-honor span {
  display: block;
  margin-top: 0px;
  color: #000;
}

@media (min-width: 640px) {  
  .about-honor ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }

  .about-honor li {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) {   
  .about-honor li {
    width: 33.3%;
  }
}

@media (any-hover: hover) {
  .about-honor li .pic, .about-honor li .pic::before  {
    transition: all .3s ease-in-out;
  }
  .about-honor li:hover .pic{
    transform: scale(1.01);
    box-shadow: 0 3px 20px 0 rgb(46 49 72 / 8%);
  }
  .about-honor li:hover .pic::before {
    opacity: 1;
  }
}

/* ========================================================================
   pain page
 ========================================================================== */

.pain-page .w1440{
  padding-top: 80px;
  padding-bottom: 80px;
}


/*  pain-section
-------------------------- */
.pain-section {
  padding-left: 15.27%;
  padding-right: 15.27%;
}
/* 
 * web-title
 */

.pain-section .web-title {
  padding-top: 80px;
  padding-bottom: 25px;
}
.pain-section:first-child .web-title {
  padding-top: 0;
}


/* 
 *  txt
 */
.pain-section .txt {
  /* opacity: .7; */
  line-height: 1.5;
}
.pain-section .txt p{
  margin-top: 0;
  opacity: .7;
  margin-bottom: 0;
}

.pain-section .pic {
  text-align: center;
  margin-top: 40px;
  opacity: 1;
}


/*  pain-reference
-------------------------- */
.pain-reference {
  margin-top: 40px;
  padding-left: 15.27%;
  padding-right: 15.27%;
  
}


/* 
 *  web-title
 */
.pain-reference .web-title {
  font-size: 24px;
  border-top: 1px solid #DEDEDE;
  padding-top: 40px;
}

/* 
 *  ul
 */

.pain-reference ul {
  font-size: 14px;
  opacity: .7;
  margin-top: 20px;
  line-height: 1.6;
}

.pain-reference ul p{
  text-align: left;

}



/* ========================================================================
   platform page
 ========================================================================== */

/* platform-detail
-------------------------- */
.platform-detail .w1440{
  padding: 40px 6.43%;
}


/* 
 *  txt
 */

.platform-detail .txt{
  margin-top: 25px;
  line-height: 1.5;
}

.platform-detail p{
  opacity: 1;
}

/* platform-product
-------------------------- */
.platform-product {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.platform-product .w1440{
  padding: 53px 6.43% 0px 6.43%;
}

.platform-product1 {
  color: #fff;
  /* background-image: url('../images/platform-1.jpg'); */
}
.platform-product2 {
  text-align: right;
  /* background-image: url('../images/platform-2.png'); */
}

.platform-product .box {
 
}
.platform-product2 .box {
  text-align: left;
}



/* 
 *  title
 */

.platform-product .title{
  font-family: 'Saira';
  font-weight: 200;
  font-size: 56px;

  display: flex;
  align-items: flex-start;
  line-height: 1;
}

.platform-product i {
  font-size: 50px;
  font-style: normal;
}

@media (max-width:400px){
  .platform-product i{
    font-size: 25px;
  }
}

@media (min-width: 400px) {  
  .platform-product .title {
    font-size: 90px;
  }

}



/* 
 *  sub-title
 */

.platform-product .sub-title {
  font-size: 28px;
  margin-top: 28px;
  margin-bottom: 40px;
}


/* 
 * txt
 */


@media (min-width: 768px) {  
  .platform-product .txt {
    max-width: 420px;
  }
}


/* 
 *  .platform-product2
 */

.platform-product2 .sub-title {
  font-size: 34px;
}
.platform-product2 .txt {
  opacity: .7;
}






/* ========================================================================
   news page
 ========================================================================== */
.news-page .w1440{
  padding: 80px 6.43%;
}



/* ul
-------------------------- */
.news-page li {
  margin-top: 40px;
}
.news-page li p {
  margin-top: 0;
  margin-bottom: 0;
}


.news-page .pic {
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.news-page .pic img{
  border-radius: 8px;
}
.news-page li .title {
  color: #003E69;
  font-size: 24px;
  margin-top: 20px;
  cursor: pointer;
}
.news-page li .date {
  opacity: .3;
  margin-top: 10px;
}
.news-page li .txt {
  opacity: .5;
  margin-top: 20px;
  margin-bottom: 27px;
  height: 3em;
  overflow: hidden;
  line-height: 1.5;
}

.news-page li .see {
  opacity: .7;
  cursor: pointer;
}

@media (min-width: 768px) {  
  .news-page li {
    display: flex;
    justify-content: space-between;
  }
  .news-page li .pic {
    flex-shrink: 0; height:200px; width:200px;
  }
  .news-page li .right {
    flex: 1;
    padding-left: 44px;
  }
  .news-page li .title {
    margin-top: 0;
  }
}



/* news-info
-------------------------- */

.news-info {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 80px 25px;
  box-sizing: border-box;
  background: #FFFFFF url('../images/new-bg.png') no-repeat 93% 0;

  display: flex;
  flex-direction: column;
}

.news-info .modal-close {
  position: absolute;
  right: 48px;
  top: 48px;
}

.news-info .time {
  opacity: .3;
}

.news-info .content {
  flex: 1;
  color: rgba(16, 49, 73, .7);
  overflow: hidden;
}
.news-info .scroll {
  height: 100%;
  overflow-y: auto;
}
.news-info .edit {
  padding-right: 20px;
}
.news-info .edit p {
  margin-top: 0;
  margin-bottom: 0;
}
.news-info .caption {
  color: #003E69;
  font-size: 28px;
  padding-top: 18px;
  padding-bottom: 20px;
}
.news-info .pic {
  text-align: center;
  margin-top: 26px;
}


/* js */
.news-info {
  transform: translateY(150%);
  z-index: 999;
}


@media (min-width: 768px) {  
  .news-info {
    left: 10%;
    right: 10%;
    top: 28px;
    bottom: 28px;
    padding-left: 100px;
    padding-right: 80px;
  }
}

@media (min-width: 992px) {  
  .news-info {
    left: 18.75%;
    right: 18.75%;
  }
}



/* ========================================================================
   job page
 ========================================================================== */



/* job-chance
-------------------------- */
.job-chance .w1440{
  text-align: center;
  padding: 80px 6.43%;
}

/* 
 * txt
 */

.job-chance .txt {
  color: #003E69;
  /* opacity: .7; */
  margin-top: 25px;
}

.job-chance .txt p {
  opacity: .7;
  margin-top: 0;
  margin-bottom: 0;
}


/* job-section
-------------------------- */
.job-section .w1440{
  padding: 10px 6.43%;
}
.job-section:nth-child(2n+1) {
  background-color: #EDF5FF;
}


/* 
 *  left
 */
.job-section .title {
  font-size: 34px;
  color: #003E69;;
}

.job-section li {
  padding-left: 23px;
  position: relative;
  opacity: .7;
  margin-top: 20px;
}
.job-section li:first-child {
  margin-top: 40px;
}
.job-section li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #5EA6D6;
}


/* 
 * right
 */

.job-section .right {
  text-align: center;
  margin-top: 40px;
}


@media (min-width: 992px) {  
  .job-section .w1440{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .job-section .left {
    width: 54.83%;
  }
  .job-section .right {
    width: 42.5%;
    margin-top: 0;
  }

  .job-section:nth-child(2n) .w1440{
    flex-direction: row-reverse;
  }
}



/* job-list
-------------------------- */
.job-list .w1440{
  padding: 80px 5.68%;
  color: rgba(16, 49, 73, .7);
}


/* 
 *  ul
 */
.job-list ul {
  margin-top: 40px;
}
.job-list li {
  border-bottom: 1px solid #DEDEDE;
}
.job-list li:first-child {
  font-weight: 700;
}

/* 
 * tr
 */
.job-list li:first-child, .job-list .tr {
  display: flex;
  justify-content: space-between;
  padding-right: 11px;
  padding-top: 15px;
  padding-bottom: 13px;
}
.job-list .tr {
  cursor: pointer;
  position: relative;
}
.job-list .tr::after {
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -5px;
  background: url('../images/right.svg') no-repeat center;

  transition: all .3s linear;
}
        
.job-list .tr.active::after {
  transform: rotate(-90deg);
}

.job-list .td {
  display: none;
  padding-right: 2em;
  box-sizing: border-box;
}
.job-list .td:first-child {
  display: block;
}


/* 
 * edit
 */
.job-list .edit {
  padding: 25px;
  background: #F1F7FD;
}
.job-list .edit p{
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.job-list .more {
  margin-top: 32px;
  text-align: left;
}


@media (min-width: 844px) {  
  .job-list .td:last-child {
    display: flex;
    width: 25%;
  }
}

@media (min-width: 992px) { 
  .job-list .td {
    width: 32%;
    display: flex;
    align-items: center;
  }
}




/* ========================================================================
   pipeline page
 ========================================================================== */
.pipeline-page .w1440{
  padding: 80px 6.43%;
}

@media (max-width:400px) {
  .pipeline-page .w1440{
    padding: 80px 0;
  }
}



/* pipeline-txt
-------------------------- */
.pipeline-txt {
  padding-top: 25px;
  padding-bottom: 40px;
  /* opacity: .7; */
}

.pipeline-txt p{
  opacity: 0.7;
}



/* pipeline-title
-------------------------- */
.pipeline-title {
  display: none;
}
@media (min-width: 992px) { 
  .pipeline-title {
    display: flex;
    align-items: center;

    padding-top: 31px;
    padding-bottom: 31px;
    color: #FFFFFF;
    background: linear-gradient(105.22deg, #5098CC 15.93%, rgba(0, 121, 209, 0.3) 105.65%);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .pipeline-title span{
    width: 10%;
    text-align: center;
  }
}






/* pipeline-item
-------------------------- */
.pipeline-item {
  background-color: #FAFAFA;
  border-bottom: 1px solid #DEDEDE;
  padding: 8px 21px 0 21px;
}
.pipeline-item:last-child {
  border-bottom: none;
}

/* @media (max-width:680px){
  .pipeline-item{
    display: none;
  }
} */

/* 
 * td
 */

.pipeline-item .td {
  color: #003E69;
  padding-bottom: 10px;
}

.pipeline-item .td span {
  display: inline-block;
  color: #5098CC;
  padding-right: 1em;
}

/* col-4 */
.pipeline-item .col-4 div {
  display: none;
}


/* 
 * ul
 */
.pipeline-item ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
}
.pipeline-item li{
  word-break: break-all;
  position: relative;
}
.pipeline-item li .td {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.pipeline-item li i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
.pipeline-item li:first-child i.yes, .pipeline-item li:first-child .line{
  background-color: #94C529;
}
.pipeline-item li:last-child i.yes, .pipeline-item li:last-child .line {
  background-color: #5EA6D6;
}
/* .pipeline-item li .line-box {
  display: none;
} */

.pipeline-item li .line-box {
  display: block;
  flex: 1;
  padding-left: 3.5%;
  box-sizing: border-box;
}
.pipeline-item li .line {
  border-radius: 25px;
  height: 25px;
  animation-name: show;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: .3s;
  transform-origin: left center;
  transform: scaleX(0);
}

.pipeline-phone-item{
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #FAFAFA;
  border-bottom: 1px solid #DEDEDE;
  /* padding: 21px 21px 0 21px; */
}

.pipeline-phone-item .jindu{
  display: flex;
}

.pipeline-phone-item .jindu .left-box{
  display: flex;
}

.pipeline-phone-item .jindu .left-box div{
  /* width: 60px; */
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pipeline-phone-item .td span{
  display: inline-block;
  color: #5098CC;
  font-size: 14px;
}

.pipeline-phone-item .col-4{
  display: flex;
}

.pipeline-phone-item .col-4>div{
  display: flex;
}

.pipeline-phone-item .box-main{
  padding-top: 10px;
  padding-bottom: 10px;
}

.pipeline-phone-item .col-4 span{
  /* width: 90px; */
  display: flex;
  /* white-space: nowrap; */
  /* padding-bottom: 15px;
  padding-right: 15px; */
}



.pipeline-phone-item .col-4 div div{
  /* width: 60px; */
  font-size: 12px;
  text-align: center;
  display: inline-block;
  color: #5098CC;
  margin: 0 4px;
}

@media (max-width:400px) {
  .pipeline-phone-item .col-4 div div:nth-child(1){
    width: 45px;
  }
  .pipeline-phone-item .jindu .left-box div:nth-child(1){
    width: 45px;
  }
  .job-list .w1440{
    padding: 80px 5%;
  }
  .job-list .edit{
    padding: 25px 5%;
  }
}

.pipeline-phone-item ul li{
  display: flex;
}

.pipeline-phone-item ul li .pic{
  display: flex;
  width: 60px;
  justify-content: center;
}
.pipeline-phone-item ul li .box{
  display: flex;
}
.pipeline-phone-item .txt p{
  font-size: 14px;
}

.pipeline-phone-item li .line{
  height: 55%;
  margin: 10px 0;
}

.pipeline-phone-item li:first-child i.yes, .pipeline-phone-item li:first-child .line{
  background-color: #94C529;
}

.pipeline-phone-item li:last-child i.yes, .pipeline-phone-item li:last-child .line {
  background-color: #5EA6D6;
}

.pipeline-phone-item .line{
  border-radius: 25px;
  height: 25px;
  animation-name: show;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: .3s;
  transform-origin: left center;
  transform: scaleX(0);
}

@media (max-width:480px){
  .pipeline-phone-item .col-4 span{
    width: 35px;
  }
.pipeline-phone-item .jindu .left-box div {
    width: 30px;
    word-break: break-all;
    margin-left: 8px;
}
.pipeline-phone-item ul li .pic{
  width: 30px;
}
.pipeline-phone-item .line-box{
  display: flex;
  transform: translateX(20px);
}
/* .pipeline-phone-item .line-box img{
  transform: translateX(-60%);
} */
}

@media (max-width:680px){
  .pipeline-phone-item{
    display: flex;
  }
  .pipeline-item{
    display: none;
  }
}

@media (max-width:679px){
  .pipeline-item li .line-box{
    transform: rotate(90deg) translate(-180px, -45px);
  }
  .pipeline-item:nth-child(2) li:nth-child(1) .line{
    width: 175% !important;
  }
  .pipeline-item:nth-child(2) li:nth-child(2) .line{
    width: 140% !important;
  }
  .pipeline-item:nth-child(3) li:nth-child(1) .line{
    width: 100% !important;
  }
  .pipeline-item:nth-child(3) li:nth-child(2) .line{
    width: 65% !important;
  }
}

@media (min-width: 680px) { 
  .pipeline-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .pipeline-item .td {
    padding-bottom: 8px;
  }
  .pipeline-item .col-4, .pipeline-item ul, .pipeline-item .txt {
    width: 100%;
  }

  .pipeline-item .col-4 {
    display: flex;
  }
  .pipeline-item .col-4 span {
    flex-shrink: 0;
  }
  .pipeline-item .col-4 div {
    flex: 1;
    display: flex;
    justify-content: space-around;
    color: #5098CC;
  }
  .pipeline-item ul {
    display: block;
  }
  .pipeline-item li {
    display: flex;
    align-items: center;
    
  }
  .pipeline-item li:last-child {
    margin-top: 12px;
  }
  .pipeline-item li .pic {
    width: 4em;
    flex-shrink: 0;
    text-align: center;
    padding-right: 1em;
  
  }
  .pipeline-item li .box{
    display: none;
  }
  /* .pipeline-item li .line-box {
    display: block;
    flex: 1;
    padding-left: 3.5%;
    box-sizing: border-box;
  }
  .pipeline-item li .line {
    border-radius: 25px;
    height: 25px;
    animation-name: show;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: .3s;
    transform-origin: left center;
    transform: scaleX(0);
  } */
}


@media (min-width: 992px) { 
  .pipeline-item {
    justify-content: space-evenly;
    padding-left: 0;
    padding-right: 0;
  }
  .pipeline-item .td span, .pipeline-item .col-4 {
    display: none;
  }
  .pipeline-item .td {
    width: 10%;
    text-align: center;
  }
  .pipeline-item ul {
    flex: 1;
  }
  .pipeline-item li .pic {
    width: 14.285%;
    padding-right: 0;
  }
}



/* 
 * txt
 */
.pipeline-item .txt {
  box-sizing: border-box;
  padding: 40px 20px;
  background: #EDF5FF;
  border-radius: 0px 0px 8px 8px;
  opacity: .7;
  line-height: 1.5;
  margin-top: 20px;
}
.pipeline-item .txt p{
  margin-top: 0;
  margin-bottom: 0;
}


/* pipeline-tip
-------------------------- */
.pipeline-tip {
  font-size: 20px;
  color: #DEDEDE;
  padding-top: 20px;
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
}