html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1180px;
  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: 767px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/resource/ifold.svg") center no-repeat;
  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;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #e6251f;
  background: #e6251f;
}
.l-btn.red:hover {
  background: #ec4e42;
  border-color: #ec4e42;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #32ced7;
  background: #32ced7;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #505050;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #505050;
  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清除浮动的方式 *号只有IE6-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="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.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%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.l-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
.l-title {
  padding-bottom: 60px;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  font-size: 36px;
  color: #192967;
  letter-spacing: 0;
  text-align: center;
  line-height: 48px;
  font-weight: 500;
}
.l-title p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  color: #33465b;
  text-align: center;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
  }
}
.content {
  padding-top: 70px;
}
@media (max-width: 978px) {
  .content {
    padding-top: 50px;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.banner {
  background: url(../images/resource/banner-bg.jpg) center no-repeat;
  background-size: cover;
}
.banner .l-container {
  position: relative;
}
.banner .banner-main {
  line-height: 450px;
  height: 560px;
  text-align: center;
}
.banner .banner-main .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
}
.banner .banner-main h1 {
  font-size: 56px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 72px;
  text-shadow: 0 5px 6px #2051a3;
  font-weight: 700;
  margin-bottom: 10px;
}
.banner .banner-main p {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 978px) {
  .banner {
    background: url(../images/resource/banner-bg-mb.jpg) center no-repeat;
    background-size: cover;
    height: 210px;
  }
  .banner .l-container {
    position: relative;
    height: 100%;
  }
  .banner .banner-main {
    float: none;
    line-height: 0;
    height: auto;
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-top: 55px;
    margin-bottom: 0px;
  }
  .banner .banner-main .banner-info {
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
    text-align: center;
  }
  .banner .banner-main h1 {
    font-size: 28px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .banner .banner-main p {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
  }
}
.cards {
  padding-top: 0;
  padding-bottom: 0px;
  height: 120px;
  background: #ebf2ff;
  z-index: 1;
}
.cards .t-content {
  position: relative;
  top: -150px;
  border-radius: 8px;
  z-index: 1;
}
.cards .t-content .swiper-slide .card {
  border-radius: 10px;
  font-size: 0;
  overflow: hidden;
}
.cards .t-content .swiper-slide .card img {
  width: 100%;
}
.cards .t-content .swiper-slide .card .btn-box {
  position: absolute;
  left: 60px;
  bottom: 50px;
}
.cards .t-content .swiper-slide .card .btn-box a {
  display: inline-block;
  width: 113px;
  background: #07c5d5;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  font-weight: 500;
  margin-right: 20px;
  transition: all 0.3s;
}
.cards .t-content .swiper-slide .card .btn-box a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/resource/down-icon-01.svg);
  background-size: 100% 100%;
  margin-right: 5px;
}
.cards .t-content .swiper-slide .card .btn-box a:nth-child(1) i {
  width: 14px;
  height: 14px;
  background: url(../images/resource/banner-btn-video.svg);
  background-size: 100% 100%;
  vertical-align: middle;
  margin-top: -2px;
}
.cards .t-content .swiper-slide .card .btn-box a:hover {
  background: rgba(60, 197, 213, 0.8);
}
.cards .t-content .swiper-card-prev {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/resource/allow-left.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  left: -68px;
  top: 50%;
  margin-top: -24px;
  border-radius: 50%;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
}
.cards .t-content .swiper-card-prev:hover {
  background: url(../images/resource/allow-left-hover.svg) center center;
  background-size: 100% 100%;
}
.cards .t-content .swiper-card-next {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/resource/allow-right.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  right: -68px;
  top: 50%;
  margin-top: -24px;
  border-radius: 50%;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
}
.cards .t-content .swiper-card-next:hover {
  background: url(../images/resource/allow-right-hover.svg) center center;
  background-size: 100% 100%;
}
.cards .t-content .swiper-pagination {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  max-width: 1180px;
}
.cards .t-content .swiper-pagination-bullet {
  opacity: 1;
  width: 6px;
  height: 6px;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  margin-right: 10px;
  transition: all 0.3s;
}
.cards .t-content .swiper-pagination-bullet-active {
  background: #32ced7;
}
@media (max-width: 978px) {
  .cards {
    background: #fff;
    padding-bottom: 0;
    height: auto;
  }
  .cards .l-container {
    padding: 20px;
  }
  .cards .t-content {
    position: relative;
    top: 0;
    background-image: linear-gradient(270deg, #d1f7ff 0%, #ffffff 100%);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    margin-bottom: 0px;
  }
  .cards .t-content .swiper-slide .card {
    transition: all 0.3s;
    border-radius: 0;
  }
  .cards .t-content .swiper-slide .card .btn-box {
    left: 20px;
    bottom: 10px;
    width: 120px;
  }
  .cards .t-content .swiper-slide .card .btn-box a {
    margin-bottom: 10px;
    margin-right: 0;
    line-height: 30px;
    font-size: 12px;
    width: 100px;
  }
  .cards .t-content .swiper-card-prev {
    display: none;
  }
  .cards .t-content .swiper-card-next {
    display: none;
  }
  .cards .t-content .swiper-pagination {
    bottom: 10px;
  }
}
.brand {
  background-image: linear-gradient(180deg, #ebf2ff 0%, #ffffff 100%);
  padding-bottom: 0;
}
.brand .l-title {
  padding-bottom: 0;
}
.brand .t-content .swiper-container {
  padding-top: 50px;
  padding-bottom: 60px;
}
.brand .t-content .swiper-slide {
  background: #ffffff;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  transition: all 0.3s;
  cursor: pointer;
}
.brand .t-content .swiper-slide:hover {
  transform: translateY(-10px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
}
.brand .t-content .swiper-slide:hover h3 {
  color: #00adbb;
}
.brand .t-content .swiper-slide .card {
  padding: 0;
  position: relative;
}
.brand .t-content .swiper-slide .img-box {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  border-radius: 10px 10px 0 0;
}
.brand .t-content .swiper-slide img {
  width: 100%;
}
.brand .t-content .swiper-slide .info-box {
  padding: 20px;
}
.brand .t-content .swiper-slide .info-box > span {
  background-image: linear-gradient(90deg, #00b0be 0%, #5282d5 100%);
  border-radius: 10px 0px 10px 0px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  line-height: 24px;
  padding: 0 10px;
}
.brand .t-content .swiper-slide h3 {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  padding-bottom: 10px;
  transition: all 0.3s;
  /* border-bottom: 1px solid #eeeeee; */
}
.brand .t-content .swiper-slide p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.brand .t-content .swiper-slide p:last-child {
  font-size: 14px;
  color: #00adbb;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
}
.brand .t-content .swiper-slide p:last-child i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/resource/more-h.svg);
  background-size: 100% 100%;
  margin-left: 5px;
}
.brand .t-content .swiper-brand-prev {
  width: 48px;
  height: 48px;
  background: url(../images/resource/allow-left.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  left: -68px;
  top: 50%;
  margin-top: -40px;
  border-radius: 50%;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
}
.brand .t-content .swiper-brand-prev:hover {
  background: url(../images/resource/allow-left-hover.svg) center center;
  background-size: 100% 100%;
}
.brand .t-content .swiper-brand-next {
  width: 48px;
  height: 48px;
  background: url(../images/resource/allow-right.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  right: -68px;
  top: 50%;
  margin-top: -40px;
  border-radius: 50%;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
}
.brand .t-content .swiper-brand-next:hover {
  background: url(../images/resource/allow-right-hover.svg) center center;
  background-size: 100% 100%;
}
@media (max-width: 1400px) {
  .brand .t-content .swiper-brand-prev,
  .brand .t-content .swiper-brand-next {
    display: none;
  }
}
@media (max-width: 978px) {
  .brand {
    background: #fafafa;
    padding-bottom: 0;
  }
  .brand .l-title {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .brand .l-container {
    padding: 0;
  }
  .brand .t-content .swiper-container {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow-x: auto;
  }
  .brand .t-content .swiper-container::-webkit-scrollbar {
    display: none;
  }
  .brand .t-content .swiper-slide {
    background: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(215, 215, 215, 0.2);
    border-radius: 8px;
    transition: all 0.3s;
    width: 270px;
    margin-right: 20px;
    cursor: pointer;
  }
  .brand .t-content .swiper-slide:nth-child(1) {
    margin-left: 20px;
  }
  .brand .t-content .swiper-slide:last-child .card {
    width: 290px;
  }
  .brand .t-content .swiper-slide:last-child .card img {
    width: 270px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
}
.analysis {
  background: url(../images/resource/analysis-bg.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 0;
}
.analysis ul li {
  float: left;
  margin-right: 40px;
  width: calc((100% - 120px) / 4);
  margin-bottom: 40px;
  transition: all 0.3s;
}
.analysis ul li:nth-child(4n) {
  margin-right: 0;
}
.analysis ul li .card {
  padding: 0;
  position: relative;
}
.analysis ul li .img-box {
  overflow: hidden;
  font-size: 0;
  border-radius: 10px;
}
.analysis ul li img {
  width: 100%;
  transition: all 0.3s;
}
.analysis ul li .info-box {
  padding: 20px 0;
}
.analysis ul li .info-box > p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.analysis ul li .info-box > p:nth-child(3) {
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
}
.analysis ul li .info-box > p:nth-child(3) i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/resource/more.svg);
  background-size: 100% 100%;
  margin-left: 5px;
}
.analysis ul li h3 {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  padding-bottom: 10px;
  transition: all 0.3s;
}
.analysis ul li h3 p {
  background: rgba(0, 176, 190, 0.1);
  border-radius: 5px;
  width: 60px;
  height: 28px;
  background: url(../images/resource/down-icon.svg);
  background-size: 100% 100%;
  float: right;
  transition: all 0.3s;
}
.analysis ul li h3 p:hover {
  background: url(../images/resource/down-icon-h.svg);
  background-size: 100% 100%;
}
.analysis ul li:hover .img-box img {
  transform: scale(1.1);
}
.analysis ul li:hover h3 {
  color: #00adbb;
}
.analysis ul li:hover .info-box > p:nth-child(3) {
  color: #00adbb;
}
.analysis ul li:hover .info-box > p:nth-child(3) i {
  background: url(../images/resource/more-h.svg);
  background-size: 100% 100%;
}
@media (max-width: 978px) {
  .analysis {
    background: #f7f9fd;
    padding-bottom: 30px;
  }
  .analysis ul li {
    float: left;
    margin-right: 15px;
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
  }
  .analysis ul li:nth-child(2n) {
    margin-right: 0;
  }
  .analysis ul li .card {
    padding: 0;
    position: relative;
  }
  .analysis ul li .img-box {
    overflow: hidden;
    font-size: 0;
    border-radius: 10px;
  }
  .analysis ul li img {
    width: 100%;
  }
  .analysis ul li .info-box {
    padding: 10px 0;
  }
  .analysis ul li .info-box > p:nth-child(2) {
    display: none;
  }
  .analysis ul li .info-box > p:nth-child(3) {
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
  }
  .analysis ul li .info-box > p:nth-child(3) i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/resource/more.svg);
    background-size: 100% 100%;
    margin-left: 5px;
  }
  .analysis ul li h3 {
    font-size: 0;
    color: #000000;
    letter-spacing: 0;
    line-height: 0;
    font-weight: 500;
    padding-bottom: 0px;
    padding-top: 5px;
  }
}
.videos {
  background: #fff;
}
.videos ul li {
  float: left;
  margin-right: 40px;
  width: calc((100% - 120px) / 4);
}
.videos ul li:nth-child(4n) {
  /* margin-right: 0; */
}
.videos ul li .card {
  padding: 0;
  position: relative;
}
.videos ul li .img-box {
  overflow: hidden;
  font-size: 0;
  border-radius: 10px;
}
.videos ul li .img-box i {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 27%;
  margin-top: -20px;
  margin-left: -20px;
  background: url(../images/resource/video-icon.svg);
  background-size: 100% 100%;
  cursor: pointer;
}
.videos ul li img {
  width: 100%;
  transition: all 0.3s;
}
.videos ul li .info-box {
  padding: 20px 0;
}
.videos ul li h3 {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  min-height: 56px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.3s;
}
.videos ul li:hover .img-box img {
  transform: scale(1.1);
}
.videos ul li:hover h3 {
  color: #00adbb;
}
.videos ul li a {
  display: inline-block;
  width: 113px;
  background: #07c5d5;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  font-weight: 500;
  transition: all 0.3s;
}
.videos ul li a:hover {
  background: rgba(60, 197, 213, 0.8);
}
.videos ul li a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/resource/down-icon-01.svg);
  background-size: 100% 100%;
  margin-right: 5px;
}
@media (max-width: 978px) {
  .videos {
    background: #fff;
    padding-bottom: 0;
  }
  .videos .l-title {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .videos .l-container {
    padding: 0;
  }
  .videos .t-content {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow-x: auto;
  }
  .videos .t-content::-webkit-scrollbar {
    display: none;
  }
  .videos .t-content ul {
    display: flex;
  }
  .videos .t-content li {
    background: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(215, 215, 215, 0.2);
    border-radius: 8px;
    transition: all 0.3s;
    width: 270px;
    margin-right: 20px;
    flex-shrink: 0;
    cursor: pointer;
  }
  .videos .t-content li:last-child .card {
    width: 290px;
    padding-right: 20px;
  }
  .videos .t-content li .img-box i {
    top: 32%;
  }
  .videos .t-content li h3 {
    -webkit-line-clamp: 1;
    min-height: 0;
  }
  .videos .t-content li:nth-child(1) {
    margin-left: 20px;
  }
  .videos .t-content li:last-child {
    margin-right: 20px;
  }
}
.video-model {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.video-model .por-player {
  width: 700px;
  height: 400px;
  position: absolute;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -350px;
}
.video-model video {
  width: 700px;
  height: 400px;
}
.video-model .video-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
  height: 15px;
  background: url(../images/resource/video-close.svg) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.video-model.show {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}
@media (max-width: 978px) {
  .video-model .por-player {
    width: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    margin-top: 0;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%) translateY(-50%);
  }
  .video-model video {
    width: 100%;
    height: auto;
  }
}
.form-box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.form-box .main {
  position: absolute;
  padding: 40px 30px;
  width: 420px;
  border-radius: 8px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  text-align: center;
}
.form-box .main a.close {
  width: 16px;
  height: 16px;
  display: block;
  overflow: hidden;
  background: url("../images/resource/close.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  transition: all 0.3s;
  right: 20px;
  top: 20px;
  z-index: 9999;
}
.form-box .main a.close:hover {
  transform: rotateZ(180deg);
}
.form-box .main h3 {
  font-size: 20px;
  color: #000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.form-box .main h3 i {
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background: url("../images/resource/rs-down.svg") center no-repeat;
  background-size: 100%;
}
.form-box .main .inner .form {
  position: relative;
  text-align: left;
}
.form-box .main .inner .form .label-box {
  margin-bottom: 20px;
  position: relative;
}
.form-box .main .inner .form .label-box img {
  position: absolute;
  left: 15px;
  top: 16px;
  z-index: 9;
}
.form-box .main .inner .form .label-box input {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  font-weight: 400;
  width: 100%;
  height: 48px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding-left: 40px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
}
.form-box .main .inner .form .label-box input:hover,
.form-box .main .inner .form .label-box input.focus {
  border-color: #29bece;
}
.form-box .main .inner .form .label-box input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
.form-box .main .inner .form .label-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
.form-box .main .inner .form .label-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
.form-box .main .inner .form .label-box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
.form-box .main .inner .form .label-box .code {
  border-radius: 0 2px 2px 0;
  width: 121px;
  margin-left: -2px;
  font-size: 16px;
  background: #00adbb;
  color: #fff;
  line-height: 48px;
  text-align: center;
  transition: all 0.3s;
  float: right;
  vertical-align: middle;
}
.form-box .main .inner .form .label-box .code:hover {
  color: #29bece;
  border-color: #29bece;
}
.form-box .main .inner .form .label-box .code.disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.form-box .main .inner .form .commit {
  width: 100%;
  display: inline-block;
  background: #00adbb;
  border-radius: 2px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
  line-height: 48px;
  transition: all 0.3s;
}
.form-box .main .inner .form .commit:hover {
  border-color: #29bece;
  background: #29bece;
}
.form-box .main .inner .form .error {
  border: 1px solid #fa5151 !important;
}
.form-box .main .inner .form .tip-info {
  position: absolute;
  bottom: 85px;
  width: 100%;
}
.form-box .main .inner .form .tip-info p {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 0;
}
.form-box .main .inner .form .tip-info .message-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 120%;
  color: #fa5151;
}
.form-box .main .inner .form .tip-info .message-info.name {
  /* top: -200px; */
  /* left: 95px; */
}
.form-box .main .inner .form .tip-info .message-info.enterprise {
  /* top: -140px; */
  /* left: 95px; */
}
.form-box .main .inner .form .tip-info .message-info.phone {
  /* top: -100px; */
  /* left: 95px; */
}
@media (max-width: 978px) {
  .form-box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
  }
  .form-box .main {
    width: 315px;
    position: absolute;
    padding: 20px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
  }
  .form-box .main a.close {
    width: 16px;
    height: 16px;
    display: block;
    overflow: hidden;
    background: url("../images/resource/close.svg") center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 9999;
  }
  .form-box .main h3 {
    font-size: 18px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
  }
  .form-box .main h3 i {
    width: 18px;
    height: 18px;
  }
  .form-box .main .inner {
    position: relative;
    max-width: 440px;
    width: 100%;
    text-align: left;
    display: inline-block;
  }
  .form-box .main .inner .form .label-box:nth-child(3) input {
    width: calc(100% - 120px) !important;
  }
  .form-box .main .inner .form .label-box img {
    left: 10px;
    top: 12px;
  }
  .form-box .main .inner .form .label-box input {
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
  }
  .form-box .main .inner .form .label-box .code {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .form-box .main .inner .form .tip-info {
    bottom: 76px;
  }
  .form-box .main .inner .form .commit {
    line-height: 40px;
    font-size: 16px;
  }
}

.header .header-tel span,
.header-lan h3 {
  color: #000;
}

.header .header-tel i {
  background: url(../images/header-telb.svg) center no-repeat;
  vertical-align: middle;
}
.header {
  border-bottom: 1px solid #ddd;
}
