.abt {
  padding-top: 7.18vw;
}
.abt img {
  margin-right: 4%;
}
.abt .main {
  align-items: center;
  color: #222222;
}
.abt .txt {
  flex: 1;
}
.abt .txt .company {
  font-size: 34px;
  line-height: 52px;
  font-weight: bold;
}
.abt .txt p {
  line-height: 35px;
  margin-top: 34px;
}
.abt .txt a {
  display: block;
  font-size: 0;
  margin-top: 30px;
}
.abt .txt a span {
  display: inline-block;
  border: solid 1px #c3c3c3;
  width: 130px;
  height: 34px;
  line-height: 31px;
  text-align: center;
  font-size: 18px;
  color: #5d5d5d;
}
.abt .txt a span:nth-child(n+2) {
  border-left: 0;
}
.abt .txt a span:hover {
  background-image: linear-gradient(91deg, #09bcff 0%, #3987ff 100%), linear-gradient(#a6a6a6, #a6a6a6);
  background-blend-mode: normal, 
                        normal;
  color: #fff;
  border-color: #09bcff;
}
.abt ul {
  margin-top: 85px;
}
.abt ul li {
  padding-bottom: 10px;
  width: 185px;
  height: 97px;
  background: url(../images/li.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.abt ul li em {
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
}
.abt ul li span {
  display: inline-block;
  border-radius: 50%;
  margin-left: 5px;
  position: relative;
  top: -6px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-image: linear-gradient(91deg, #09bcff 0%, #3987ff 100%), linear-gradient(#a6a6a6, #a6a6a6);
  background-blend-mode: normal, 
                    normal;
}
.abt ul li p {
  font-size: 24px;
  color: #000000;
}
.hd {
  align-items: flex-end;
  line-height: normal;
}
.hd .lft {
  font-weight: bold;
}
.hd .lft .en {
  font-size: 40px;
  color: #f0f0f0;
}
.hd .lft .cn {
  font-size: 42px;
  color: #121212;
}
.hd .rht a {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  margin-left: 30px;
  font-size: 15px;
}
.hd .rht a:hover {
  border-bottom: 2px solid #1ba8ff;
  color: #1ba8ff;
}
.prods {
  margin-top: 76px;
  padding-top: 113px;
  padding-bottom: 134px;
  background: url(../images/prod_bg.png) no-repeat center 8px;
}
.prods .box {
  margin: auto;
  width: 84%;
  padding: 5% 5.5%;
  background-color: #fff;
  box-shadow: 0px 8px 35px 3px rgba(0, 46, 106, 0.29);
}
.prods .box .main {
  margin-top: 55px;
}
.prods .box .main .img {
  margin-right: 30px;
  width: 30.9%;
}
.prods .box .main ul {
  flex: 1;
  flex-wrap: wrap;
}
.prods .box .main ul a {
  width: 31.95%;
  margin-bottom: 12px;
}
.prods .box .main ul a:hover .mask {
  opacity: 1;
}
.prods .box .main ul .pic {
  position: relative;
  border: solid 1px #ededed;
}
.prods .box .main ul .mask {
  opacity: 0;
  transition: 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.prods .box .main ul .mask::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(91deg, #09bcff 0%, #3987ff 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, 
                            normal;
  opacity: 0.8;
  background-size: cover;
}
.prods .box .main ul .mask .tit {
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.prods .box .main ul .mask .en {
  font-size: 15px;
  position: relative;
  z-index: 1;
}
.new_s {
  margin-top: 20px;
  padding-bottom: 230px;
  background: url(../images/new_bg.jpg) no-repeat center bottom;
}
.new_s .hd .more {
  width: 129px;
  height: 34px;
  border: 0;
  line-height: 34px;
  text-align: center;
  font-size: 18px;
  color: #fefefe;
  background-image: linear-gradient(91deg, #09bcff 0%, #3987ff 100%), linear-gradient(#a6a6a6, #a6a6a6);
  background-blend-mode: normal, 
            normal;
}
.new_s .hd .more:hover {
  color: #fff;
  border: 0;
}
.new_s .main {
  margin-top: 56px;
}
.new_s .main .lft {
  width: 71.4%;
}
.new_s .main .lft .tp a {
  margin-bottom: 24px;
  box-shadow: 0px 8px 17px 1px rgba(69, 69, 69, 0.1);
  align-items: center;
}
.new_s .main .lft .tp a:hover {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.21);
}
.new_s .main .lft .tp a:hover .more span {
  background-image: linear-gradient(91deg, #09bcff 0%, #3987ff 100%), linear-gradient(#a6a6a6, #a6a6a6);
  background-blend-mode: normal, normal;
  color: #fff;
  border-color: #09bcff;
}
.new_s .main .lft .tp .txt {
  flex: 1;
  padding: 2% 4.8%;
}
.new_s .main .lft .tp .txt .tit {
  font-size: 22px;
  font-weight: bold;
  color: #121212;
}
.new_s .main .lft .tp .txt .ct {
  line-height: 30px;
  color: #666666;
  margin-top: 10px;
}
.new_s .main .lft .tp .txt .more {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new_s .main .lft .tp .txt .more span {
  width: 132px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #121212;
  border: 1px solid #d1d1d1;
}
.new_s .main .lft .tp .txt .more time {
  color: #666666;
}
.new_s .main .lft .bm {
  padding: 0 30px;
  height: 90px;
  align-items: center;
  box-shadow: 0px 8px 17px 1px rgba(69, 69, 69, 0.1);
}
.new_s .main .lft .bm .tit {
  font-size: 18px;
  font-weight: bold;
}
.new_s .main .lft .bm time {
  color: #b0b0b0;
}
.new_s .main .lft .bm a:hover .tit {
  color: #000;
}
.new_s .main .rht {
  width: 26.38%;
  box-shadow: 0px 8px 17px 1px rgba(69, 69, 69, 0.1);
  padding: 35px 0;
}
.new_s .main .rht .tit {
  font-size: 25px;
  color: #dcdcdc;
  font-weight: bold;
  padding-left: 48px;
}
.new_s .main .rht .tit span {
  color: #333333;
}
.new_s .main .rht .box {
  position: relative;
  padding: 0 48px;
  margin-top: 46px;
}
.new_s .main .rht .box .swiper-button-next::after,
.new_s .main .rht .box .swiper-button-prev::after {
  font-size: 20px;
  color: #5c5c5c;
}
.new_s .main .rht .more {
  margin-top: 35px;
  margin-left: 48px;
  display: block;
  width: 128px;
  height: 32px;
  line-height: 32px;
  color: #5c5c5c;
  text-align: center;
  border-radius: 16px;
  border: solid 1px #d8d8d8;
}
.new_s .main .rht .more:hover {
  color: #fefefe;
  background-image: linear-gradient(91deg, #09bcff 0%, #3987ff 100%), linear-gradient(#a6a6a6, #a6a6a6);
  background-blend-mode: normal, 
                        normal;
  border-color: #09bcff;
}
