﻿@charset "utf-8";


.container {
  width: 1200px;
  margin: 0 auto;
}

.bannerCA {
  box-sizing: border-box;
  height: 400px;
  background: url(../images/product/banner.jpg) no-repeat top center;
  color: #fff;
  text-align: center;
  padding-top: 30px;
}

.bannerBox {
  max-width: 850px;
  height: 100%;
  text-align: left;
}

.bannerBox h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
}

.bannerBox p {
  font-size: 14px;
  margin-top: 18px;
  line-height: 28px;
}

.bannerBox p.download {
  font-size: 14px;
  color: #A8D3FF;
  margin-top: 30px;
}

.bannerBox p.download span {
  font-weight: 600;
  font-size: 18px;
}

.actionBtn {
  display: flex;
}

.actionBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 36px;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 40px;
  box-sizing: border-box;
}

.actionBtn a.a1 {
  background-color: #0075F9;
}

.actionBtn a.a2 {
  background-color: transparent;
  border: 1px solid #fff;
}

.actionBtn a:hover {
  box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.5);
}

.nav-bar{
  width: 100%;
  height: 60px;
  background-color: #fff;
  border: 1px solid #e1e4e5;
  z-index: 1000
}

.nav-bar-items{
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

.nav-bar-items>a{
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.nav-bar-items>a.cur{
  color: #0075F9;
}

section {
  padding-top: 80px;
  padding-bottom: 50px;
}

section h2 {
  font-size: 32px;
  color: #122341;
  margin-bottom: 40px;
  text-align: center;
}

section p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 40px;
}

section table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #E1E4E5;
  background-color: #fff;
}

section table tr {
  height: 100px;
  border: 1px solid #E1E4E5;
}

section table td {
  border: 1px solid #E1E4E5;
  vertical-align: middle;
}

section table tr td:first-child {
  position: relative;
  padding: 0 30px 0 30px
}

section table tr td:first-child i {
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 24px;
  box-sizing: border-box;
  border: 1px solid #378bf7;
  border-radius: 50%;
  display: block;
  color: #378bf7;
  font-weight: bold;
  position: absolute;
  /* left: 20px; */
  top: 50%;
  transform: translateY(-50%);
}


section table tr td:last-child {
  font-size: 14px;
  color: #333;
  padding-left: 20px;
  padding-right: 20px;
}

.product-functions {
  width: 100%;
}

.product-functions>ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-functions>ul>li {
  width: 49%;
  background-color: #F9F9F9;
  border: 1px solid #E1E4E5;
  border-radius: 5px;
  padding: 30px 30px 0;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.product-functions>ul>li>h3 {
  font-size: 18px;
  color: #486FB4;
  margin-bottom: 20px;
  font-weight: 600;
}

.product-functions>ul>li>p {
  font-size: 14px;
  color: #333;
  line-height: 28px;
}


.product-advantages {
  width: 100%;
}

.product-advantages>ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.product-advantages>ul>li {
  width: 100%;
  padding: 30px 30px 0;
  box-sizing: border-box;
  border: 1px solid #E1E4E5;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
}

.product-advantages>ul>li>h3 {
  font-size: 18px;
  color: #486FB4;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}

.product-advantages>ul>li>p {
  font-size: 14px;
  color: #333;
  line-height: 28px;
}

.product-advantages>ul>li>h4 {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.product-videos .tooltab {
  position: relative;
  width: 1200px;
  height: 190px;
  overflow: hidden;
  margin: 50px auto;
  margin-bottom: 20px;
  z-index: 100;
}

.product-videos .tooldiv {
  width: 282px;
  height: 180px;
  background: #fff;
  overflow: hidden;
  margin-top: 8px;
  float: left;
  margin-right: 23px;
  border: 1px solid #5fb8ff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.tooldiv:hover {
  border: 1px solid #108CEE;
  box-shadow: 0px 0px 8px #108CEE;
  margin-top: 3px;
}

.tooldivbox {
  width: 1830px;
}

.product-videos .tooldiv a {
  display: block;
  height: 180px;
  width: 282px;
  background: url(../images/product/videoBG.png) no-repeat center right;
}

.product-videos .tooldiv a h4 {
  font-size: 16px;
  color: #000000;
  font-weight: bolder;
  text-align: center;
  margin-top: 5px;
}

.product-videos .tooldiv a h5 {
  font-size: 14px;
  color: #000000;
  text-align: center;
  padding-top: 40px;
}

.product-videos .toolbuttonL {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
}

.product-videos .toolbuttonR {
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
}

.product-videos .more {
  color: #108CEE;
  font-size: 14px;
  float: right;
  margin-top: -10px;
  margin-bottom: 20px;
}

.bzywd {
  position: relative;
}

.product-videos-mobile{
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
  display: none;
}


.product-videos-mobile a {
  display: block;
  height: auto;
  width: 48%;
  background-image: url(../images/product/videoBG.png) ;
  background-size: contain;
  border: 1px solid #108CEE;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 1rem 1rem 0;
}

.product-videos-mobile a h4 {
  font-size: 14px;
  color: #000000;
  font-weight: bolder;
  text-align: center;
  padding-bottom: 3rem;
}

.product-videos-mobile a h5 {
  font-size: 12px;
  color: #000000;
  text-align: center;
  padding-bottom: 0rem;
}
.timer-shaft-box {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  box-sizing: border-box;
}

.timer-shaft {
  position: relative;
  width: 100%;
  height: 140px;
  overflow: hidden;
}

.timer-left,.timer-right {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: url(../images/product/arrow.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.timer-left{
  transform:rotate(180deg)
}

.timer-right {
  left: auto;
  right: 0;
}

.timer-scale {
  position: absolute;
  top: 30px;
  left: 0;
  height: 80px;
  padding-left: 80px;
  white-space: nowrap;
  display: flex;
}

.timer-scale-cont {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.timer-scale-cont .update-tip{
  color: #333;
  position: absolute;
  left: 8px;
  top: -20px;
  font-size: 14px;
  background-color: #fff;
  padding: 8px;
  border-radius: 5px;
  /* left: -100%; */
  transform: translateX(-50%);
  box-shadow: 3px 3px 5px #e1e4e5;
}

.timer-scale-cont .current{
  color: #fff;
  background-color: #0075F9;
}

.timer-scale-cont .update-tip::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  z-index: 1000;
}


.timer-scale-cont .current::after {
  border-top: 7px solid #0075F9;
}

.time-circle {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e1e4e5;
  transition: all .3s;
  cursor: pointer;
}

.timer-scale-cont.hov .time-circle {
  width: 14px;
  height: 14px;
  background: #0075F9;
  position: relative;
}


.line-scale {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  height: 2px;
  background-color: #e1e5e5;
  margin: 0 2px;
}

.timer-shaft-content {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  white-space: nowrap;
}

.shaft-detail-cont {
  display: none;
  width: 100%;
  padding: 30px;
  color: #666;
  box-sizing: border-box;
}


.shaft-detail-cont h3{
  font-size: 16px;
  margin-bottom: 30px;
}

.shaft-detail-cont p{
  font-size: 14px;
  white-space: normal;
  line-height: 26px;
}

.timer-year {
  padding-left: 20px;
  font-weight: bold;
  color: #333;
  font-size: 0;
}

.icon-year {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 40px;
  background: url(..../images/icon_sign.png) no-repeat;
  background-size: cover;
}

.timer-year span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  font-size: 24px;
}

.month-detail-box {
  position: relative;
  width: 100%;
  min-height: 93px;
  padding-top: 30px;
  font-size: 0;
  box-sizing: border-box;
  white-space: normal;
}

.month-detail-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 36.5px;
  height: 100%;
  border-right: 1px dashed #ff8d3d;
}

.month-detail-box .month-title {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.month-detail-box .month-title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 30px;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
  background: url(..../images/icon_circle.png) no-repeat;
  background-size: cover;
}

.incident-record {
  display: inline-block;
  padding-left: 71px;
  line-height: 2;
  font-size: 14px;
  color: #333;
}

.incident-record a {
  font-size: 14px;
  color: #1d69a3;
}


.mobile-update{
  display: none;
}

.news-list{
  width: 100%;
}

.news-list>ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
}


.news-list>ul>li{
  width: 46%;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  border: 1px solid #e1e4e5;
  border-radius: 5px;
  margin-bottom: 30px;
}

.news-list>ul>li>h3{
  font-size: 14px;
  padding: 12px 0;
  font-weight: 600;
}

.news-list>ul>li>a{
  font-size: 14px;
  padding: 15px 0;
  border-top: 1px dashed #e1e4e5;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media screen and (max-width:1024px) {
  .container {
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .mobile-update{
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .nav-bar{
    display: none;
  }

  .product-videos-mobile{
    display: flex;
  }

  .product-functions>ul>li {
    width: 100%;
}

  .tooltab{
    display: none;
  }

  .timer-shaft-box{
    display: none;
  }

  .mobile-update>li{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #E1E4E5;
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
  }

  .actionBtn {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .actionBtn>a {
    width: 30%;
    height: 2rem;
    margin-top: 1rem;
  }

  .bannerBox p.download {
    margin-top: 1rem;

  }


  section table tr td:first-child i {
    width: 1.6rem;
    height: 1.6rem;
    background-size: 1.6rem;
    display: block;
    margin: 0 auto;
    margin-bottom: .5rem;
  }

  section table tr td:first-child {
    width: 5rem;
    font-size: .8rem;
    text-align: center;
    padding: 1rem;
  }

  section table td {
    padding: 1rem;
    line-height: 1.4rem;
  }

  .use-process-content {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    height: auto;
  }

  .use-process-content img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .use-process-item .currentBtn span {
    border: 1px solid #b0ccf9;
    margin-top: 22px;
  }

  .use-process-item li {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: auto;
    width: 16.66666666666667%;
    padding: 1rem 0;

  }

  .use-process-item .currentBtn span {
    border-color: #b0ccf9;
    margin-top: calc(1rem - 3px);
  }

  .use-process-item li span {
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 50%;
    margin: 1rem 0;
  }

  .use-process-item li span label {
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
  }

  .use-process-item li p {
    font-size: .8rem;
    color: #333;
  }

  section h2 {
    font-size: 1.4rem
  }

  .bannerBox h2 {
    font-size: 18px;
    margin-top: 20px;
  }


  .bannerCA {
    padding-top: 1rem;
  }

  .news-list>ul{
    flex-direction: column;
  }
  
  
  .news-list>ul>li{
    width: 100%;
  }
}