@charset "UTF-8";

#home,
.banner {
  width: 100%;
  float: left;
  color: #333435;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.banner img,
.banner video {
  width: 100%;
  object-fit: fill;
}

.shares {
  width: 100%;
  float: left;
}

.shares_in {
  width: 76%;
  margin: 0 12%;
  padding: 25px;
  box-shadow: 0 6px 8px rgba(153, 153, 153, 0.2);
  border-radius: 8px;
  cursor: pointer;
}

.shares ul {
  width: 100%;
  float: left;
  padding: 0 8%;
  margin-bottom: -5px;
}

.shares li {
  width: 25%;
  float: left;
  text-align: center;
}

.shares li p:first-child {
  font-size: 25px;
  font-weight: 800;
  padding-bottom: 10px;
}

.shares li p:last-child {
  font-size: 30px;
  font-weight: bold;
}

.shares li img {
  width: 10px;
  height: 40px;
  margin: 0 0 -5px 10px;
}

.shares_price {
  display: inline-block;
}

.shares_up {
  color: #FF1E1E;
}

.shares_down {
  color: #17D02C;
}

.shares_no {
  color: #FFFF00;
}

.shares_time {
  width: 100%;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}

.mve {
  width: 100%;
  float: left;
}

.mve ul {
  width: 74%;
  float: left;
  margin: 92px 13% 135px 13%;
}

.mve li {
  position: relative;
  width: 28%;
  float: left;
  margin: 0 2%;
  padding: 76px 0;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
}

.mve li img {
  width: 120px;
  height: 120px;
  margin-bottom: 35px;
}

.mve_en {
  color: #999999;
  font-size: 16px;
  padding-top: 5px;
}

.mve_mask {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4EA4FF;
  box-shadow: 0 6px 8px rgba(153, 153, 153, 0.2);
  border-radius: 10px;
}

.mve_mask_in {
  position: absolute;
  width: 75%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.mve_mask p {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.mve_mask_en {
  font-size: 16px !important;
  padding-top: 5px;
}

.mve_mask_des {
  padding-top: 25px;
  letter-spacing: 2px;
  font-size: 16px !important;
  text-align: left;
  font-weight: normal !important;
  line-height: 25px;
}

.number {
  width: 100%;
  float: left;
}

.number ul {
  width: 74%;
  float: left;
  margin: 0 13% 116px 13%;
}

.number li {
  width: 25%;
  float: left;
  border-right: 1px solid #dddddd;
  text-align: center;
  font-weight: bold;
}

.number li:last-child {
  border-right: none;
}

.number li p,
.number_main span {
  color: #999999;
  font-size: 14px;
}

.number li .number_main i {
  color: #E64032;
  /*#004D9E;*/
  font-size: 60px;
  font-style: normal;
  font-weight: bold;
}

.reagent {
  width: 100%;
  float: left;
  margin-bottom: 100px;
}

.reagent ul {
  width: 100%;
  height: 100%;
  float: left;
}

.reagent li {
  position: relative;
  width: 33.33%;
  height: 100%;
  float: left;
  cursor: pointer;
}

.reagent li>img {
  width: 100%;
  height: 100%;
  float: left;
}

.reagent_top {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 77, 158, 0.63);
  padding: 25px 0;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}

.reagent_bottom {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 77, 158, 0.63);
  padding: 40px 20px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 26px;
}

.reagent_bottom p {
  color: #ffffff;
}

.reagent_bottom_des {
  padding: 15px 0 20px 0;
  font-size: 14px;
  font-weight: 500;
}

.reagent_bottom img {
  width: 100px !important;
  float: none !important;
  height: 14px;
}

.reagent_mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.instrument {
  width: 100%;
  padding: 0 12%;
  float: left;
}

.particles_wrap {
  position: relative;
  width: 100%;
  float: left;
  margin: 165px 0;
  padding: 6% 0;
  color: #fff;
}

.particles_wrap .intro {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 35px;
}

.particles_wrap .intro h1 {
  padding-bottom: 35px;
}

.particles_wrap .intro p {
  font-size: 20px;
  line-height: 30px;
}

#particles {
  position: absolute;
  left: 0;
  top: 0;
  background: #004D9E;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.news {
  width: 100%;
  float: left;
}

.news_in {
  max-width: 1200px;
  margin: 0 auto;
}

.news_main,
.news_sub {
  width: 570px;
  float: left;
  margin: 0 12px;
}

.news_main {
  width: 580px;
}

.news_main .pic_wrap {
  width: 580px;
  height: 427px;
  overflow: hidden;
}

.news_sub .pic_wrap {
  width: 570px;
  height: 290px;
  overflow: hidden;
}

#home .pic_wrap img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  cursor: pointer;
}

.news_hover {
  cursor: pointer;
}

.news_hover:hover img {
  transform: scale(1.2);
}

.news_hover:hover .news_des,
.news_des:hover {
  box-shadow: 0 6px 8px rgba(153, 153, 153, 0.4);
}

.news_des {
  width: 100%;
  height: 127px;
  padding: 10px 20px;
  box-shadow: 0 6px 8px rgba(153, 153, 153, 0.2);
  border-radius: 10px;
}

.news_hover:hover .news_title {
  color: #004D9E;
}

.news_hover:hover .news_content {
  color: #333435;
}

.news_time {
  padding-bottom: 5px;
}

.news_time span,
.news_time a {
  color: #959795;
}

.news_time span {
  padding-right: 10px;
}

.news_time a {
  float: right;
  cursor: pointer;
}

.news_time a:hover {
  color: #FF6A00;
}

.news_title {
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 10px;
}

.news_content {
  color: #959795;
  font-size: 14px;
  line-height: 20px;
}

.news_more {
  width: 100%;
  float: left;
  margin: 100px 0;
}

.news_more p {
  width: 120px;
  margin: 0 auto;
  line-height: 40px;
  border: 1px solid #999999;
  border-radius: 50px;
  color: #999999;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.news_more p:hover {
  background-color: #FF6A00;
  border-color: #FF6A00;
  color: #ffffff;
}

.slogan,
.slogan img {
  width: 100%;
  float: left;
}

.title {
  width: 76%;
  margin: 50px auto 80px auto;
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 40px;
  border-left: 10px solid #004D9E;
  clear: both;
}

.title p:first-child {
  color: #333435;
  font-size: 24px;
}

.title p:last-child {
  padding-top: 10px;
}