@font-face {
    font-family: "HarmonyOS_Sans_SC_Regular";
    src: url(https://www.teckcar.com/resource/font/HarmonyOS_Sans_SC_Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-size: 16px;
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.wrapper {
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin: auto;
    background-color: #fff;
    margin: auto;
    font-family: "HarmonyOS_Sans_SC_Regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

p {
    margin: 0;
}

ul,
li,
dl,
dd,
dt {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

em,
i {
    font-style: normal;
}

.banner {
    overflow: hidden;
    line-height: 0;
    position: relative;
}

.banner .banner-image {
    height: 700px;
    position: absolute;
    z-index: 0;
    transition: 2s linear;
}

.banner:hover .banner-image {
    transform: scale(1.2, 1.2);
}

.nav-wrapper {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 999;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  /* background-color: rgba(0, 0, 0, .1); */
  left: 0;
  transition: 0.2s linear;
}

.nav-wrapper.white-style {
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
}

.nav-wrapper .nav-container {
  width: 1336px;
  display: flex;
  align-items: center;
  margin: auto;
  height: 100px;
  justify-content: space-between;
}

.nav-wrapper .nav-container h1.logo {
  width: 245px;
  height: 41px;
  overflow: hidden;
  background-image: url(https://www.teckcar.com/resource/img/logo.png);
  background-repeat: no-repeat;
  background-size: 245px 41px;
}

.nav-wrapper.white-style .nav-container h1.logo {
  background-image: url(https://www.teckcar.com/resource/img/logo-2.png);
}

.nav-wrapper .nav-container a.change-font {
  width: 112px;
  height: 16px;
  overflow: hidden;
  background-image: url(https://www.teckcar.com/resource/img/chinese_white.png);
  background-repeat: no-repeat;
  background-size: 112px 16px;
  cursor: pointer;
}

.nav-wrapper.white-style .nav-container a.change-font {
  background-image: url(https://www.teckcar.com/resource/img/chinese_black.png);
}



.nav-wrapper .nav-container .nav li {
  display: inline-block;
  margin-left: 40px;
  color: #fff;
  height: 100px;
}

.nav-wrapper .nav-container .nav li a {
  display: block;
  line-height: 99px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  transition: all 0.2s linear;
}

.nav-wrapper.white-style .nav-container .nav li a {
  color: rgba(0, 0, 0, 0.87);
}

.nav-wrapper .nav-container .nav li a.active,
.nav-wrapper .nav-container .nav li a:hover {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.nav-wrapper .nav-container .nav li a:hover {
  font-size: 16px;
  font-weight: normal;
}

.nav-wrapper .nav-container .nav li a.active:hover {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.nav-wrapper .nav-container .nav li a.active {
  border-bottom: 2px solid #E95517;
}

.nav-wrapper.white-style .nav-container .nav li a:hover,
.nav-wrapper.white-style .nav-container .nav li a.active {
  color: rgba(0, 0, 0, 0.87);
}

.nav-wrapper .nav-side {
  position: fixed;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  display: none;
  transition: linear 0.2s;
}

.nav-wrapper .nav-side.active {
  display: block;
}

.nav-wrapper .nav-side ul {
  background-color: #fff;
  right: -2rem;
  position: absolute;
  width: 2rem;
  height: 100%;
  opacity: 0;
  transition: linear 0.2s;
}

.nav-wrapper .nav-side.active ul {
  opacity: 1;
  right: 0;
}

.nav-wrapper .nav-side .close-btn {
  height: 0.24rem;
  padding: 0.14rem 0.14rem 0.08rem;
  display: block;
}

.nav-wrapper .nav-side .close-btn:after {
  display: inline-block;
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  background-image: url(https://www.teckcar.com/resource/img/close-side-nav.png?v=3);
  background-repeat: no-repeat;
  background-size: 0.24rem 0.24rem;
}

.nav-wrapper .nav-side ul li {
  height: 0.54rem;
  border-bottom: 0.5px solid #d0d2d5;
  font-size: 0.15rem;
}

.nav-wrapper .nav-side ul li a {
  display: block;
  padding: 0 0.24rem;
  line-height: 0.54rem;
  color: rgba(0, 0, 0, 0.87);
}

.nav-wrapper .menu-btn {
  display: none;
  padding: 0.01rem 0.05rem 0.05rem;
  position: absolute;
  right: 0.14rem;
}

.nav-wrapper .menu-btn em {
  display: block;
  width: 0.14rem;
  height: 0.02rem;
  margin: 0.04rem auto 0;
  background-color: #fff;
  transition: 0.2s linear;
}

.nav-wrapper.white-style .menu-btn em {
  background-color: rgba(0, 0, 0, 0.87);
}

.bottom-wrapper {
    width: 100%;
    background-color: #fff;
    color: rgba(0,0,0,0.46);
    font-size: 16px;
    /*text-align: center;*/
    padding: 89px 0;
}

.bottom-wrapper .bottom-container {
    width: 100%;
    /*text-align: center;*/
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    /*height: 80px;*/
}

.bottom-wrapper .bottom-container .contact dl {
    margin: 0 0 12px;
    display: flex;
}

.bottom-wrapper .bottom-container .contact dl dt,
.bottom-wrapper .bottom-container .contact dl dd {
    display: inline-block;
}

.bottom-wrapper .bottom-container .links{
    margin-left: 183px;
}

.bottom-wrapper .bottom-container .links .link-item {
    display: inline-block;
    width: 164px;
    /* border-left: 1px solid #F8F8FA; */
    /*height: 76px;*/
    text-align: center;
    color: rgba(0, 0, 0, .46);
    cursor: pointer;
}

.bottom-wrapper .bottom-container .contact .beian {
    margin-top: 20px;
    font-size: 14px;
}

.bottom-wrapper .bottom-container .contact .beian a,
.bottom-wrapper .bottom-container .contact .beian span {
    display: inline-block;
    margin-right: 22px;
    color: rgba(0, 0, 0, .3);
    transition: .2s linear;
}

.bottom-wrapper .bottom-container .contact .beian a:hover {
    color: #FFDA5E
}

.bottom-wrapper .bottom-container .links .link-item i {
    display: inline-block;
}

.bottom-wrapper .bottom-container .links .link-item i img {
    height: 40px;
    width: auto;
}

.bottom-wrapper .bottom-container .links .link-item span {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.bottom-wrapper .code-layer {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.bottom-wrapper .code-layer .box {
    display: block;
    margin: 10% auto;
    max-height: 60%;
    overflow-y: auto;
    background-color: #fff;
    position: relative;
}

.bottom-wrapper .code-layer .box.mp-box {
    width: 470px;
    text-align: center;
    padding: 60px 0 0;
    overflow: hidden;
}

.bottom-wrapper .code-layer .box.mp-box h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 31px;
}

.bottom-wrapper .code-layer .box.mp-box h4 {
    font-size: 14px;
    color: rgba(101, 107, 116, 0.87);
    line-height: 20px;
    margin-top: 10px;
}

.bottom-wrapper .code-layer .box.mp-box img {
    width: 300px;
    height: auto;
    margin-top: 14px;
}

.bottom-wrapper .code-layer .box.mp-box .back-btn {
    display: block;
    text-align: center;
    line-height: 69px;
    margin-top: 40px;
    color: #F9C600;
    background-color: #F8F9FA;
    cursor: pointer;
}

.bottom-wrapper .code-layer .box.statement-box {
    font-size: 16px;
    line-height: 40px;
    width: 770px;
    padding: 60px 0px 60px 115px;
    overflow-y: hidden;
}

.bottom-wrapper .code-layer .box.statement-box h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 31px;
    margin-bottom: 20px;
    margin-right: 115px;
}

.bottom-wrapper .code-layer .box.statement-box .h2 {
    display: block;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 12px;
}

.bottom-wrapper .code-layer .box.statement-box .h3 {
    font-size: 16px;
    line-height: 32px;
}

.bottom-wrapper .code-layer .box.statement-box .sh3 {
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.bottom-wrapper .code-layer .box.statement-box .mar {
    margin-top: 20px;
}

.bottom-wrapper .code-layer .box.statement-box:before {
    content: '×';
    display: block;
    position: absolute;
    right: 10px;
    top: 25px;
    line-height: 0;
    font-size: 40px;
    color: #F9C600;
    font-weight: 200;
    cursor: pointer;
}

.bottom-wrapper .code-layer .box.statement-box .statement-scrollview {
    height: 60%;
    overflow-y: auto;
    padding-right: 115px
}

.bottom-wrapper .links-m {
    display: none;
}

.bottom-wrapper .link-item {
    display: flex;
}

.bottom-wrapper .back-to-top {
    display: none;
}

.profile-container .banner {
  max-height: 700px;
  overflow: hidden;
  position: relative;
}

.profile-container .banner .masker {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 3;
}

.profile-container .banner .masker h3 {
  display: inline-block;
  font-size: 50px;
  line-height: 70px;
  margin-top: 260px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 14px;
  position: relative;
}

.profile-container .banner .masker h3:after,
.profile-container .banner .masker h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
}

.profile-container .banner .masker h3:before {
  width: 400px;
  background-color: #E95417;
}

.profile-container .banner.line-move .masker h3:before {
  animation-name: lineMove-profile;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

@keyframes lineMove-profile {
  0% {
    left: 0px;
  }
  100% {
    right: 0%;
  }
}

.profile-container h2 {
  text-align: center;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 32px;
  letter-spacing: 5px;
}

.profile-container .profile {
  padding-bottom: 200px;
  background-image: url(https://www.teckcar.com/resource/img/profile-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.profile-container .profile h2 {
  margin: 120px auto 0;
  width: 380px;
  height: 150px;
  background-image: url(https://www.teckcar.com/resource/img/font-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-container .profile .logo {
  width: 150px;
  display: block;
  margin: 50px auto;
}

.profile-container .profile .introduction {
  text-align: justify;
  font-size: 16px;
  color: rgba(3, 6, 9, 0.87);
  line-height: 40px;
  margin: 28px auto 180px;
  width: 1050px;
}

.profile-container .profile .brand-list {
  margin: 0 auto;
}

.profile-container .profile .brand-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.profile-container .profile .brand-list li .hGroup {
  width: 480px;
  text-align: right;
  margin-right: 56px;
}

.profile-container .profile .brand-list li .hGroup span {
  font-size: 24px;
  margin-right: 16px;
}

.profile-container .profile .brand-list li .hGroup i {
  font-size: 16px;
  color: #E95417;
}

.profile-container .profile .brand-list li .hGroup p {
  font-size: 14px;
  margin-top: 12px;
  color: #656b74;
}

.profile-container .profile .brand-list li .img-container {
  width: 280px;
  text-align: left;
}
.profile-container .profile .brand-list li:nth-child(1) .img-container img{
  width: 100px;
}
.profile-container .profile .brand-list li:nth-child(2) .img-container img {
  width: 66px;
}
.profile-container .profile .brand-list li:nth-child(3) .img-container img {
  width: 100px;
}
.profile-container .profile .brand-list li:nth-child(4) .img-container img {
  width: 271px;
}

.profile-container .development {
  margin-top: 120px;
}

.profile-container .development .timeline {
  background-image: url(https://www.teckcar.com/resource/img/development-bg.jpg);
  background-size: auto 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 1000px;
  margin-top: 200px;
}

.profile-container .development .timeline .line-box {
  width: 374px;
  margin: auto;
}

.profile-container .development .timeline .line-box .item {
  height: 166px;
  position: relative;
}

.profile-container .development .timeline .line-box .item:after {
  content: "";
  display: block;
  position: absolute;
  width: 230px;
  height: 6px;
  border-radius: 2px;
  background-color: #fefae5;
  bottom: 0;
  z-index: 1;
}

.profile-container .development .timeline .line-box .item.item-0:after {
  transform-origin: 0% 100%;
  transform: rotate(322deg);
}
.profile-container .development .timeline .line-box .item.item-last:after {
  display: none;
}
.profile-container .development .timeline .line-box .item.item-0 .circle,
.profile-container .development .timeline .line-box .item.item-0 .shadow {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #f9c600;
  border-radius: 40px;
  line-height: 80px;
  text-align: center;
  left: 50%;
  margin-left: -40px;
  top: -80px;
  font-size: 24px;
  color: #ffffff;
  z-index: 3;
}

.profile-container .development .timeline .line-box .item.item-last .circle,
.profile-container .development .timeline .line-box .item.item-last .shadow {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #f9c600;
  border-radius: 40px;
  line-height: 80px;
  text-align: center;
  left: 50%;
  margin-left: -40px;
  bottom: 80px;
  font-size: 24px;
  color: #ffffff;
  z-index: 3;
}

.profile-container .development .timeline .line-box .item.item-0 .shadow,
.profile-container .development .timeline .line-box .item.item-last .shadow {
  z-index: 1;
  animation-name: radiusAnim;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

.profile-container
  .development
  .timeline
  .line-box
  .item.item-0
  .shadow.shadow-1,
.profile-container
  .development
  .timeline
  .line-box
  .item.item-last
  .shadow.shadow-1 {
  animation-delay: 0s;
}

.profile-container
  .development
  .timeline
  .line-box
  .item.item-0
  .shadow.shadow-2,
.profile-container
  .development
  .timeline
  .line-box
  .item.item-last
  .shadow.shadow-2 {
  animation-delay: 0.4s;
}

.profile-container
  .development
  .timeline
  .line-box
  .item.item-0
  .shadow.shadow-3,
.profile-container
  .development
  .timeline
  .line-box
  .item.item-last
  .shadow.shadow-3 {
  animation-delay: 0.8s;
}

@keyframes radiusAnim {
  0% {
    opacity: 0.5;
    transform: scale(1, 1);
  }
  30% {
    opacity: 0;
    transform: scale(1.8, 1.8);
  }
  31% {
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0.5;
    transform: scale(1, 1);
  }
}

.profile-container .development .timeline .line-box .item.oe h5 {
  font-size: 24px;
  /*font-weight: bold;*/
  color: rgba(0, 0, 0, 0.87);
  line-height: 35px;
}

.profile-container .development .timeline .line-box .item.oe.item-odd:after {
  transform-origin: 100% 100%;
  transform: rotate(24deg);
  width: 415px;
  right: 0;
}

.profile-container
  .development
  .timeline
  .line-box
  .item.oe.item-odd.is-last-second:after {
  transform-origin: 0 0;
  transform: rotate(40deg);
  width: 230px;
  left: 0;
  top: 0px;
}

.profile-container .development .timeline .line-box .item.oe.item-odd:before,
.profile-container .development .timeline .line-box .item.oe.item-even:before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background-color: #ffda5e;
  z-index: 2;
}

.profile-container .development .timeline .line-box .item.oe.item-odd:before {
  left: -4px;
  top: -6px;
}

.profile-container .development .timeline .line-box .item.oe.item-even:before {
  right: -4px;
  top: -6px;
}

.profile-container .development .timeline .line-box .item.oe.item-even:after {
  transform-origin: 0% 100%;
  transform: rotate(-24deg);
  width: 415px;
  left: 0;
}

.profile-container .development .timeline .line-box:last-child .item.oe:after {
  display: none;
}

.profile-container .development .timeline .line-box .item.oe .text-box {
  position: absolute;
  z-index: 3;
  width: 208px;
  padding: 10px 20px 20px;
  background: #f8f9fa;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  bottom: 100%;
  margin-bottom: 20px;
  opacity: 0;
  transition: 0.5s ease-out;
}

.profile-container .development .timeline .line-box .item.oe .text-box.show {
  opacity: 1;
}

.profile-container
  .development
  .timeline
  .line-box
  .item.oe.item-odd
  .text-box {
  left: -124px;
}

.profile-container
  .development
  .timeline
  .line-box
  .item.oe.item-even
  .text-box {
  right: -124px;
}

.profile-container .development .timeline .line-box .item.oe .text-box p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 24px;
  font-weight: 200;
}

.profile-container .development .timeline .line-box .item .text-box p b {
  font-weight: normal;
  color: rgba(249, 181, 0, 0.87);
}

.profile-container .development .timeline .line-box .item.oe .text-box .arrow {
  display: inline-block;
  position: absolute;
  z-index: 3;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}

.profile-container
  .development
  .timeline
  .line-box
  .item.oe
  .text-box
  .arrow
  em,
.profile-container
  .development
  .timeline
  .line-box
  .item.oe
  .text-box
  .arrow
  i {
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

.profile-container
  .development
  .timeline
  .line-box
  .item.oe
  .text-box
  .arrow
  em {
  border-top-color: #f8f9fa;
  margin-top: -1px;
  margin-left: -20px;
}

.profile-container
  .development
  .timeline
  .line-box
  .item.oe
  .text-box
  .arrow
  i {
  border-top-color: #e4e4e4;
}

/*.profile-container .placeholderImage{*/
/*    width: 100%;*/
/*    height: 1400px;*/
/*    text-align: center;*/
/*    background: url("https://www.teckcar.com/resource/img/placeholder_pc.jpg") no-repeat center center ;*/
/*}*/

.mission-wrapper .banner {
  height: 700px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 700px;
}

.mission-wrapper .banner .masker {
  position: relative;
  text-align: center;
  height: 700px;
  background-color: rgba(0, 0, 0, 0.3);
}

.mission-wrapper .banner h2 {
  display: inline-block;
  font-size: 50px;
  line-height: 70px;
  margin-top: 260px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 14px;
  position: relative;
}

.mission-wrapper .banner h2:after,
.mission-wrapper .banner h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
}

.mission-wrapper .banner h2:before {
  width: 400px;
  background-color: #E95417;
}

.mission-wrapper .banner.line-move h2:before {
  animation-name: lineMove-mission;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

@keyframes lineMove-mission {
  0% {
    left: 0px;
  }
  100% {
    right: 0%;
  }
}

.mission-wrapper .ecology {
  padding: 59px 0 40px;
}
.mission-wrapper .ecology h3 {
  font-size: 32px;
  color: #030609;
  letter-spacing: 5px;
  text-align: center;
  width: 750px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(https://www.teckcar.com/resource/img/font-bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  margin: 0 auto 120px;
}

.mission-wrapper .ecology .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1244px;
  margin: 0 auto;
}

.mission-wrapper .ecology .box div {
  width: 33%;
  text-align: center;
  margin-bottom: 78px;
}

.mission-wrapper .ecology .box div img {
  width: 60px;
  height: 60px;
  margin-bottom: 26px;
}

.mission-wrapper .ecology .box div p {
  font-size: 20px;
  color: #030609;
  line-height: 24px;
  margin-bottom: 8px;
}

.mission-wrapper .ecology .box div span {
  font-size: 16px;
  color: #656b74;
  line-height: 20px;
}

.mission-wrapper .photo-box {
  width: 100%;
  max-width: 1920px;
  height: auto;
  text-align: center;
  padding-bottom: 160px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}

.mission-wrapper .photo-box img,
.mission-wrapper .photo-box-medium img {
  width: 100%;
}

.mission-wrapper .photo-box-medium {
  display: none;
}

.founder-container .banner {
    height: 700px;
    overflow: hidden;
    position: relative;
}

.founder-container .banner .masker {
    position: relative;
    text-align: center;
    height: 700px;
    background-color: rgba(0, 0, 0, .3);
}

.founder-container .banner h2 {
    display: inline-block;
    font-size: 50px;
    line-height: 70px;
    margin-top: 260px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 14px;
    position: relative;
}

.founder-container .banner h2:after,
.founder-container .banner h2:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: rgba(255, 255, 255, .4);
}

.founder-container .banner h2:before {
    width: 400px;
    background-color: #E95417;
}

.founder-container .banner.line-move h2:before {
    animation-name: lineMove-founder;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

@keyframes lineMove-founder {
    0% {
        left: 0px
    }
    100% {
        right: 0%;
    }
}

.founder-container h2 {
    text-align: center;
    font-size: 32px;
    color: rgba(0, 0, 0, .87);
    line-height: 32px;
}

.founder-container h2 .founder-icon {
    display: inline-block;
    width: 27px;
    height: 25px;
    background-image: url(https://www.teckcar.com/resource/img/profile-icon.png);
    background-size: 27px 25px;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.founder-container .founder {
    padding: 0 0 80px;
    background-color: #fff;
}

.founder-container .founder h2 {
    margin: 59px auto 42px;
    width: 380px;
    height: 150px;
    background-image: url(https://www.teckcar.com/resource/img/font-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 5px;
}

.founder-container .founder dl {
    display: flex;
    margin: 0 auto 100px;
    width: 911px;
    align-items: flex-start;
}

.founder-container .founder dl:nth-child(4) {
    margin-bottom: unset;
    padding-bottom: unset;
    border-bottom: unset;
}

.founder-container .founder dl:last-child {
    margin-bottom: 0;
}

.founder-container .founder dl dt img {
    width: 230px;
    padding-right: 100px;
}

.founder-container .founder dl dd h3 {
    font-size: 32px;
    color: rgba(0, 0, 0, 0.87);
    line-height: 32px;
}

.founder-container .founder dl dd h3 span {
    display: inline-block;
    font-size: 16px;
    color: #656B74;
    margin-left: 20px;
}

.founder-container .founder dl dd ul {
    margin-top: 14px;
}

.founder-container .founder dl dd ul li {
    margin-top: 16px;
    color: rgba(0, 0, 0, .87);
    font-size: 16px;
    line-height: 16px;
}

.founder-container .founder dl dd ul li:before {
    content: "\2022";
    color: #E95417;
    font-size: 20px;
    display: inline-block;
    margin-right: 4px;
}

.founder-container .founder dl dd p {
    font-size: 14px;
    color: rgba(101, 107, 116, 0.87);
    line-height: 20px;
    text-align: justify;
    margin-top: 24px;
}

.service-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.service-wrapper .slide-container .slide-page {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-wrapper .slide-container .slide-page .container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    transition: .3s linear;
}

.service-wrapper .slide-container .slide-page .container.active {
    background-color: rgba(0, 0, 0, .6);
}

.service-wrapper .slide-container .slide-page .container .slogan {
    position: absolute;
    left: 30%;
    top: 33%;
}

.service-wrapper .slide-container .slide-page .container .slogan h3 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 400;
}
.service-wrapper .slide-container .slide-page .container .slogan h3 br{
    display: none;
}

.service-wrapper .slide-container .slide-page .container .slogan h3:before {
    content: "";
    display: block;
    position: absolute;
    left: -23px;
    top: 18px;
    width: 8px;
    height: 36px;
    background: #E95517;
    border-radius: 5px 0px 4px 0px;
}

.service-wrapper .slide-container .slide-page .container .slogan p {
    font-size: 16px;
    line-height: 33px;
    margin-top: 25px;
}

.service-wrapper .arrow {
    display: none;
    position: fixed;
    z-index: 5;
    bottom: 20px;
    width: 36px;
    height: 36px;
    left: 50%;
    margin-left: -18px;
    z-index: 3;
}

.service-wrapper .arrow.action {
    display: block;
}

.service-wrapper .arrow.hide {
    display: none;
}

.service-wrapper .arrow a {
    display: inline-block;
    width: 36px;
    height: 36px;
    color: rgba(255, 255, 255, .8);
    text-align: center;
    /* transform: rotate(90deg); */
    font-weight: 100;
    position: absolute;
    top: -40px;
}

.service-wrapper .arrow.action a {
    animation-name: arrowAnim;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

.service-wrapper .arrow a i,
.service-wrapper .arrow b {
    display: inline-block;
    line-height: 36px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.5);
    background-image: url(https://www.teckcar.com/resource/img/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

.service-wrapper .arrow.action b {
    position: absolute;
    top: -40px;
    opacity: 0;
    animation-name: circleAnim;
    animation-duration: .9s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 4s;
}

.service-wrapper .arrow.action a i {
    animation-name: circleAnim;
    animation-duration: .8s;
    animation-iteration-count: 2;
    animation-timing-function: linear;
}

.service-wrapper .arrow em {
    display: block;
    position: absolute;
    height: 36px;
    overflow: hidden;
    bottom: 0;
}

.service-wrapper .arrow.action em {
    animation-name: dashAnim;
    animation-duration: 4s;
    animation-timing-function: step-end;
    animation-fill-mode: forwards;
    width: 36px;
}

.service-wrapper .arrow em i.dot {
    display: block;
    width: 1px;
    height: 6px;
    border-radius: 1px;
    background-color: rgba(255, 255, 255, .5);
    margin: 6px auto 0;
}

.service-wrapper .arrow.action em i.dot {
    animation-name: dotAnim;
    animation-duration: .3s;
}

.service-wrapper .arrow.action em i.dot:nth-child(1) {
    animation-delay: .0s;
}

.service-wrapper .arrow.action em i.dot:nth-child(2) {
    animation-delay: .5s;
}

.service-wrapper .arrow.action em i.dot:nth-child(3) {
    animation-delay: 1s;
}

@keyframes dotAnim {
    0% {
        background-color: rgba(255, 255, 255, .5);
    }
    50% {
        width: 2px;
        background-color: rgba(255, 255, 255, 1);
    }
    100% {
        background-color: rgba(255, 255, 255, .5);
    }
}

@keyframes dashAnim {
    0% {
        height: 36px;
    }
    38.5% {
        height: 36px;
    }
    43.5% {
        height: 24px;
    }
    48.5% {
        height: 12px;
    }
    53.5% {
        height: 0;
    }
    54% {
        height: 0px;
    }
    75% {
        height: 36px;
    }
    80% {
        height: 24px;
    }
    85% {
        height: 12px;
    }
    90% {
        height: 0px;
    }
    100% {
        height: 36px;
    }
}

@keyframes arrowAnim {
    0% {
        top: -40px;
        opacity: 1;
    }
    38.5% {
        top: -40px;
        opacity: 1;
    }
    53.5% {
        top: 0;
        opacity: 1;
    }
    54% {
        top: 0;
        opacity: 0;
    }
    74% {
        opacity: 0;
        top: 0;
    }
    75% {
        opacity: 0;
        top: -40px;
    }
    76% {
        opacity: 1;
        top: -40px;
    }
    90% {
        opacity: 1;
        top: 0px;
    }
    98% {
        opacity: 0;
        top: 0px;
    }
    99% {
        opacity: 0;
        top: -40px;
    }
    100% {
        opacity: 0;
        top: -40px;
    }
}

@keyframes arrowAnim2 {
    100% {
        opacity: 1;
        top: -40px;
    }
}

@keyframes circleAnim {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.superiority-wrapper .banner {
    height: 700px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 700px;
}

.superiority-wrapper .banner .masker {
    position: relative;
    text-align: center;
    height: 700px;
    background-color: rgba(0, 0, 0, .3);
}

.superiority-wrapper .banner h2 {
    display: inline-block;
    font-size: 50px;
    line-height: 70px;
    margin-top: 260px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 14px;
    position: relative;
}

.superiority-wrapper .banner h2:after,
.superiority-wrapper .banner h2:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: rgba(255, 255, 255, .4);
}

.superiority-wrapper .banner h2:before {
    width: 400px;
    background-color: #E95417;
}

.superiority-wrapper .banner.line-move h2:before {
    animation-name: lineMove;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

@keyframes lineMove {
    0% {
        left: 0px
    }
    100% {
        right: 0%;
    }
}

.superiority-wrapper .superiority-list dl {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 160px 0;
}

.superiority-wrapper .superiority-list dl dd h3 {
    position: relative;
    height: 140px;
    border-bottom: 1px solid rgba(101,107,116,0.3);
    margin-bottom: 50px;
}

.superiority-wrapper .superiority-list dl dd h3 i {
    display: block;
    width: 114px;
    height: 79px;
    background-size: 114px 79px;
    top: 0;
    z-index: 1;
    position: absolute;
}

.superiority-wrapper .superiority-list dl dd h3 em {
    top: 50px;
    z-index: 2;
    position: absolute;
    font-size: 32px;
    color: #030609;
    line-height: 42px;
    padding-left: 5px;
}

.superiority-wrapper .superiority-list dl dd .align-right {
    right: 0;
    text-align: right;
}

.superiority-wrapper .superiority-list dl dd p {
    font-size: 16px;
    color: rgba(0,0,0,0.87);
    line-height: 40px;
    font-weight: 400;
}

.superiority-wrapper .superiority-list dl dt img {
    width: 540px;
    height: auto;
}

.superiority-wrapper .superiority-list dl dd {
    /* width: 400px; */
    padding: 0 0 0 150px;
}

.superiority-wrapper .superiority-list dl.odd {
    background-color: #F8F9FA;
}

.superiority-wrapper .superiority-list dl.odd dt {
    order: 1;
}

.superiority-wrapper .superiority-list dl.odd dd {
    order: 0;
    padding: 0 150px 0 0;
}

.contact-wrapper .banner {
    height: 700px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 700px;
}

.contact-wrapper .banner .masker {
    position: relative;
    text-align: center;
    height: 700px;
    background-color: rgba(0, 0, 0, .3);
}

.contact-wrapper .banner h2 {
    display: inline-block;
    font-size: 50px;
    line-height: 70px;
    margin-top: 260px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 14px;
    position: relative;
}

.contact-wrapper .banner h2:after,
.contact-wrapper .banner h2:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: rgba(255, 255, 255, .4);
    transition: left 3s linear;
}

.contact-wrapper .banner h2:before {
    width: 400px;
    background-color: #E95417;
}

.contact-wrapper .banner.line-move h2:before {
    animation-name: lineMove-contact;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

@keyframes lineMove-contact {
    0% {
        left: 0px
    }
    100% {
        right: 0%;
    }
}

.contact-wrapper .contact-title {
    text-align: center;
    font-size: 32px;
    color: rgba(0, 0, 0, 0.87);
    line-height: 32px;
    letter-spacing: 5px;
    margin: 59px auto 60px;
    width: 380px;
    height: 150px;
    background-image: url(https://www.teckcar.com/resource/img/font-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.contact-wrapper .contact-list {
    padding: 0;
}

.contact-wrapper .contact-list dl {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: top;
    margin-bottom: 50px;
}

.contact-wrapper .contact-list dl dt img {
    width: 290px;
    height: 218px;
    object-fit: cover;
    margin-right: 150px;
}

.contact-wrapper .contact-list dl dd {
    width: 517px;
    border-bottom: 1px solid rgba(101, 107, 116, .3);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-wrapper .contact-list dl dd h3 {
    font-size: 24px;
    color: #030609;
    line-height: 31px;
    margin-bottom: 16px;
}

.contact-wrapper .contact-list dl dd p {
    font-size: 16px;
    font-weight: 100;
    color: #656B74;
    line-height: 40px;
}

.contact-wrapper .contact-list dl dd p span {
    display: block;
    font-size: 16px;
    color: rgba(0, 0, 0, .87);
    line-height: 40px;
}

.contact-wrapper .recruit-btn {
    display: none;
}



