
/* 宽度100% */
.container1-fluid {
  width: 100%;
}

/* 1200 版心 */
.container1 {
  width: 12rem;
  margin: 0 auto;
  height: 100%;
}

/* 上部轮播 */
.main #tag-1 {
  position: relative;
}

.main #tag-1 .swiper {
  width: 100%;
}

.main #tag-1 .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* height: 5.6rem; */
}

.main #tag-1 .swiper .swiper-sc {
  cursor: pointer;
}

.main #tag-1 .swiper .swiper-pagination-horizontal {
  bottom: 0.9rem;
}

.main #tag-1 .swiper .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.12rem;
  border: 2px solid #ffffff !important;
  background: transparent;
  opacity: 1;
}

.main #tag-1 .swiper .swiper-pagination-bullet-active {
  background: #fff;
}

#tag-1 .strength {
  position: absolute;
  bottom: -1.35rem;
  left: 50%;
  transform: translateX(-50%);
  height: 2.3rem;
  background: #0036fe;
  border-radius: 10px;
  z-index: 10;
}

#tag-1 .strength ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#tag-1 .strength ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#tag-1 .strength ul li .strength-num {
  font-size: 0.5rem;
  font-family: AlimamaShuHeiTi-Bold, AlimamaShuHeiTi;
  font-weight: bold;
  color: #ffffff;
}

#tag-1 .strength ul li .strength-num span {
  font-size: .42rem;
}

#tag-1 .strength ul li .strength-intro {
  margin-top: 0.11rem;
  font-size: 0.28rem;
  color: #ffffff;
}

/* tag2-8 顶部统一样式 */
.tag-head {
  text-align: center;
  padding-top: 0.4rem;
}

.tag-head-title {
  position: relative;
  font-size: 0.48rem;
  font-family: AlimamaShuHeiTi-Bold, AlimamaShuHeiTi;
  font-weight: bold;
  color: #050505;
  z-index: 1;
}

.tag-head-title::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.82rem;
  height: 0.32rem;
  border-radius: 1px;
  z-index: -1;
}

.tag-head-intro {
  position: relative;
  margin-top: 0.06rem;
  font-size: 0.28rem;
  color: #555555;
  z-index: 1;
}

#tag-2 {
  padding: 1.5rem 0 0.46rem;
}

#tag-2 .tag-head-title::after {
  background: #e2ecff;
}

#tag-2 .tag-head-intro {
  color: #999999;
}

#tag-2 .tag-2-content ul {
  display: flex;
  justify-content: space-between;
  margin: 0.32rem 0 0.14rem;
}

#tag-2 .tag-2-content ul li {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#tag-2 .tag-2-content ul li img {
  width: 1.3rem;
  height: 1rem;
}

#tag-2 .tag-2-content ul li .con-title {
  font-size: 0.28rem;
  color: #000000;
  margin: 0.05rem 0 0.12rem;
}

#tag-2 .tag-2-content ul li .con-intro {
  font-size: 0.18rem;
  color: #666666;
}

#tag-3 {
  height: 9.3rem;
  background: url(http://fpvideo.shenshiads.com/adSet-_web_imgs/tag-3-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#tag-3 .tag-head .tag-head-title::after {
  background: #ffffff;
  opacity: 0.5;
}

#tag-3 .tag-head .tag-head-intro {
  color: #555555;
}

#tag-3 .swiper {
  height: 7.66rem;
  margin-top: 30px;
}

#tag-3 .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

#tag-3 .swiper img {
  width: 4.62rem;
  height: 6.63rem;
  margin: 0 auto;
}

#tag-3 .swiper-pagination {
  display: flex;
  justify-content: center;
  font-size: 0.24rem;
}

#tag-3 .swiper-pagination-custom {
  bottom: 0.2rem;
}

#tag-3 .swiper-pagination-point {
  width: 0.3rem;
  display: flex;
  align-items: flex-start;
  color: #fff;
  margin: 0 0.15rem;
}

#tag-3 .swiper-pagination-point:nth-of-type(3) {
  width: 0.6rem;
  writing-mode: horizontal-tb !important;
}

#tag-3 .swiper-pagination-point:nth-of-type(5) {
  writing-mode: vertical-lr;
  padding-top: 0.08rem;
}

#tag-3 .swiper-pagination-point:nth-of-type(n + 6) {
  width: 0.6rem;
}

#tag-3 .swiper-pagination-point:nth-of-type(8) {
  width: 0.8rem;
}

#tag-3 .swiper-pagination-point.active {
  font-weight: bold;
}

#tag-3 .swiper .swiper-button-next {
  width: 0.51rem;
  height: 0.51rem;
  top: 30%;
}

#tag-3 .swiper .swiper-button-next::after {
  content: "";
  width: 0.51rem;
  height: 0.51rem;
  background: url(http://fpvideo.shenshiads.com/adSet-_web_imgs/swiper-right.png) no-repeat;
  background-size: 100% 100%;
}

#tag-3 .swiper .swiper-button-prev {
  width: 0.51rem;
  height: 0.51rem;
  top: 30%;
}

#tag-3 .swiper .swiper-button-prev::after {
  content: "";
  width: 0.51rem;
  height: 0.51rem;
  background: url(http://fpvideo.shenshiads.com/adSet-_web_imgs/swiper-left.png) no-repeat;
  background-size: 100% 100%;
}

#tag-4 .tag-head .tag-head-title::after {
  background: #e2ecff;
}

#tag-4 .tag-head .tag-head-intro {
  color: #999999;
}

#tag-4 .tag-4-content {
  margin-top: 0.45rem;
  margin-bottom: 0.7rem;
}

#tag-4 .tag-4-content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

#tag-4 .tag-4-content ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#tag-4 .tag-4-content ul li .part-4-img {
  width: 1.6rem;
  height: 3.22rem;
  position: relative;
}

#tag-4 .tag-4-content ul li .part-4-img img {
  width: 100%;
  height: 100%;
}

#tag-4 .tag-4-content ul li .part-4-img .part-4-name {
  position: absolute;
  left: 50%;
  bottom: 0.06rem;
  transform: translateX(-50%);
  font-size: 0.2rem;
  color: #000000;
  font-weight: bold;
}

#tag-4 .tag-4-content ul li .part-4-intro {
  width: 1.6rem;
  text-align: center;
  font-size: 0.2rem;
  color: #666666;
  word-wrap: break-word;
}

#tag-5 {
  background: url(http://fpvideo.shenshiads.com/adSet-_web_imgs/tag-5-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: -2;
}

#tag-5 .tag-head .tag-head-title::after {
  background: #ffffff;
  opacity: 0.5;
}

#tag-5 .tag-head .tag-head-intro {
  color: #565656;
}

#tag-5 .tag-5-content ul {
  margin-top: 0.3rem;
  padding-bottom: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#tag-5 .tag-5-content ul li {
  margin: 0 0.1rem 0.7rem;
  width: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#tag-5 .tag-5-content ul li img {
  height: 1.2rem;
}
#tag-5 .tag-5-content ul li:nth-child(2) img{
  height: 1.3rem;
}
#tag-5 .tag-5-content ul li .con-tit {
  font-size: 0.28rem;
  color: #000000;
}

#tag-5 .tag-5-content ul li .con-intro {
  margin-top: 0.1rem;
  text-align: left;
  font-size: 0.2rem;
  color: #666666;
}

#tag-6 .tag-head .tag-head-intro {
  color: #999999;
}

#tag-6 .tag-head .tag-head-title::after {
  background: #e2ecff;
}

#tag-6 .tag-6-content {
  margin-top: 0.2rem;
  margin-bottom: 0.7rem;
  font-size: 0.28rem;
  line-height: 0.38rem;
}

#tag-6 .tag-6-content ul {
  display: flex;
  justify-content: space-between;
}

#tag-6 .tag-6-content ul li {
  width: 3.3rem;
  height: 3.3rem;
  background: #f2f6ff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

#tag-6 .tag-6-content ul li:hover span {
  display: block;
}

#tag-6 .tag-6-content ul li span {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.3rem;
  height: 3.3rem;
  box-sizing: content-box;
  padding: 4px;
  border-radius: 24px;
  background: linear-gradient(to bottom, #52adfb, #120cd9);
  z-index: -1;
}

#tag-6 .tag-6-content ul li:nth-of-type(1) img {
  width: 0.78rem;
  height: 0.93rem;
}

#tag-6 .tag-6-content ul li:nth-of-type(2) img {
  width: 0.89rem;
  height: 0.86rem;
}

#tag-6 .tag-6-content ul li:nth-of-type(3) img {
  width: 0.94rem;
  height: 0.76rem;
}

#tag-6 .tag-6-content ul li p {
  margin-top: 0.22rem;
  font-size: 0.28rem;
  color: #3333;
  font-weight: bold;
  background: linear-gradient(to right, #52adfb, #120cd9);
  -webkit-background-clip: text;
  color: transparent;
}

#tag-7 {
  height: 5.34rem;
  background: url(http://fpvideo.shenshiads.com/adSet-_web_imgs/tag-7-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: -2;
}

#tag-7 .tag-head .tag-head-title::after {
  background: #ffffff;
  opacity: 0.5;
}

#tag-7 .tag-7-content {
  margin-top: 0.55rem;
  padding-bottom: 0.53rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#tag-7 .tag-7-content img {
  width: 2.16rem;
  margin-bottom: .22rem;
}

#tag-8 .tag-head .tag-head-title::after {
  background: #e2ecff;
}

#tag-8 .tag-head .tag-head-intro {
  color: #999999;
}

#tag-8 .tag-8-content {
  position: relative;
  padding-bottom: 1.67rem;
}

#tag-8 .tag-8-content .form {
  margin-top: 0.15rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#tag-8 .tag-8-content .form input {
  width: 100%;
  height: 0.65rem;
  background: #ffffff;
  border-radius: 0.1rem;
  border: 1px solid #979797;
  font-size: 0.32rem;
  outline: 0;
  padding: 0 0.24rem;
  margin: 0.1rem 0;
}

/*需要变化的placeholder文字颜色*/
#tag-8 .tag-8-content .form input.change::-webkit-input-placeholder {
  color: red;
}

#tag-8 .tag-8-content .form input::placeholder {
  color: #999999;
}

#tag-8 .tag-8-content .form #input_name {
  width: 40%;
}

#tag-8 .tag-8-content .form #input_phone {
  width: 55%;
}

#tag-8 .tag-8-content .form button {
  margin-top: 0.2rem;
  width: 100%;
  height: 0.65rem;
  background: #0036fe;
  border-radius: 0.1rem;
  text-align: center;
  font-size: 0.32rem;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

#tag-8 .tag-8-content .contact {
  width: 100%;
  padding: 0.31rem 0;
  position: absolute;
  left: 0;
  bottom: -2.24rem;
  background: #ffffff;
  border-radius: 0.1rem;
  border: 1px solid #000000;
  z-index: 2;
}

#tag-8 .tag-8-content .contact .contact-title {
  text-align: center;
  font-size: 0.48rem;
  font-family: AlimamaShuHeiTi-Bold, AlimamaShuHeiTi;
  font-weight: bold;
  color: #000000;
}

#tag-8 .tag-8-content .contact .contact-intro {
  margin-top: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tag-8 .tag-8-content .contact .contact-intro img {
  width: 1.72rem;
  height: 1.72rem;
}

#tag-8 .tag-8-content .contact .contact-intro .intro-info {
  margin-left: 1.1rem;
  font-size: 0.28rem;
  color: #000000;
}

#tag-9 {
  background-color: #000000;
  height: 3.6rem;
  position: relative;
}

#tag-9 .icp {
  font-size: 0.16rem;
  color: #ffffff;
  text-align: center;
  position: absolute;
  bottom: 0.68rem;
  left: 50%;
  transform: translateX(-50%);
}

#tag-9 .icp a {
  color: #ffffff;
}


strong {
  font-weight: 400;
  font-family: eng;
}

.bbb {
  font-family: '';
  font-weight: 700;
}

@media screen and (min-width:1500px) {
  html {
    font-size: 77px !important;
  }
}
