@charset 'utf-8';

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 16px;
  /* line-height:1.5; */
  line-height: 1;
  -webkit-text-size-adjust: 100% !important;
  /*禁止IOS调整字体大小*/
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 100%;
  font-weight: 400;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p,
dl,
dd {
  margin: 0;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #333;
}

strong,
b {
  font-weight: normal;
}

i,
em {
  font-style: normal;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

td {
  text-align: left;
  vertical-align: top;
}

input {
  margin: 0;
  padding: 0;
  border: none;
  font-family: inherit;
}

input,
textarea {
  outline: none;
}

textarea {
  resize: none;
  overflow: auto;
  font-family: inherit;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /*去掉webkit默认的表单样式*/
}

@font-face {
  font-family: "PF DinText Pro";
  src: url("../font/PF DinText Pro.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PF DinText Pro";
  src: url("../font/PF DinText Pro.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TiHei";
  src: url("../font/YouSheBiaoTiHei-2.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Regular";
  src: url("../font/SourceHanSansCN-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "snlight";
  src: url("../font/SourceHanSansCN-Light.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ExtraLight";
  src: url("../font/SourceHanSansCN-ExtraLight.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Bold";
  src: url("../font/SourceHanSansCN-Bold.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: 'snlight';
  overflow: hidden;
}

.wrap {
  max-width: 1770px;
  margin: 0 auto;
}

.fs26 {
  font-size: 0.26rem;
}

.fs40 {
  font-size: 0.4rem;
}

.fs14 {
  font-size: 0.14rem;
}

.marginBt_5 {
  margin-bottom: 0.5rem;
}

.xs-visible {
  display: none !important;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.5rem 0.40rem 0;
  z-index: 99;
}

header .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .head .nav {
  display: flex;
}

header .head .nav>li {
  margin: 0 18px;
  position: relative;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}

header .head .nav>li a {
  color: #fff;
  transition: color .3s;
}

header .head .nav>li .subnav {
  display: none;
  width: 1.9rem;
  position: absolute;
  top: 101%;
  left: 50%;
  color: #fff;
  background: #db1927;
  transform: translateX(-50%);
  padding: 0 0.1rem;
  width: 1.6rem !important;
  top: 85% !important;
  background: #0cabe5;
  z-index: 100;
}

header .head .nav>li .subnav .triangle {
  width: 0.2rem;
  height: 0.2rem;
  border-width: 0.1rem;
  border-style: solid;
  border-color: transparent transparent #0d5d7a transparent;
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
}

header .head .nav>li .subnav .sublist {
  margin: 0.2rem 0;
  font-size: 0.16rem;
  text-align: center;
  line-height: 1;
}

header .head .nav>li .subnav .sublist a {
  transition: all .3s;
}

header .head .nav>li .subnav .sublist a:hover {
  color: #005bb3;
}

header .head .nav>li.cur>a {
  color: #0cabe5;
}

header .head .nav>li:hover>a {
  color: #0cabe5;
}

.box,
.container,
.container>.swiper-wrapper,
.banner,
.banner .swiper-container,
.banner .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.box {
  background-size: 100% 100%;
}

.index {
  width: 100%;
  height: 100%;
}

.index .container .index_btn {
  background-image: url(../images/index_btn.png);
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  right: 1rem;
  bottom: 1rem;
  top: initial;
}

.index .s1 .banner {
  position: relative;
}

.index .s1 .banner .swiper-pagination {
  bottom: 0.50rem;
}

.index .s1 .banner .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}

.index .s1 .banner .swiper-pagination-bullet-active {
  background: #0cabe5;
}

.index .s1 .banner .swiper-button-prev {
  background-image: url(../images/b_prev.png);
  left: 60px;
}

.index .s1 .banner .swiper-button-next {
  background-image: url(../images/b_next.png);
  right: 60px;
}

.index .s1 .s1_1 .banner_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #f4f4f6;
  text-align: center;
}

.index .s1 .s1_1 .banner_center h2 {
  font-size: 0.36rem;
}

.index .s1 .s1_1 .banner_center h1 {
  font-size: 0.55rem;
  margin-top: 0.25rem;
}

.index .s1 .s1_1 .banner_center span {
  display: block;
  margin: 0.55rem auto 0.50rem;
  width: 1.06rem;
  height: 1px;
  background: #0cabe5;
}

.index .s1 .s1_1 .banner_center em {
  font-size: 0.34rem;
}

.index .s1 .s1_1 .banner_center b {
  color: #0cabe5;
}

.index .s1 .s1_1 .banner_center a {
  display: block;
  margin: 0.70rem auto 0;
  border-radius: 36px;
  color: #0cabe5;
  width: 100px;
  height: 36px;
  border: 1px solid #0cabe5;
  font: 12px/36px '微软雅黑';
}

.index .s1 .s1_2 {
  position: relative;
}

.index .s1 .s1_2 .banner_center {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  color: #fff;
}

.index .s1 .s1_2 .banner_center h2 {
  font-family: 'ExtraLight';
  font-size: 0.5rem;
}

.index .s1 .s1_2 .banner_center span {
  display: block;
  margin: 0.4rem 0 0.22rem;
  width: 0.68rem;
  height: 1px;
  background-color: #0cabe5;
}

.index .s1 .s1_2 .banner_center h3 {
  font-size: 0.3rem;
}

.index .s1 .s1_2 .banner_center ul {
  display: flex;
  margin-top: 0.76rem;
}

.index .s1 .s1_2 .banner_center ul li p {
  margin-top: 0.22rem;
  line-height: 1.6;
}

.index .s1 .s1_2 .banner_center ul li:nth-child(2) {
  margin-left: 1rem;
}

.index .s1 .s1_2 .banner_center img {
  width: 0.99rem;
  height: 0.99rem;
}

.index .s1 .s1_2_up .content {
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.index .s1 .s1_2_up .content h1 {
  font-family: 'ExtraLight';
  font-size: 0.6rem;
}

.index .s1 .s1_2_up .content ul {
  margin-top: 0.92rem;
  display: flex;
  justify-content: space-between;
}

.index .s1 .s1_2_up .content ul article {
  margin-top: 0.28rem;
  line-height: 1.5;
}

.index .s1 .s1_3 .content {
  display: flex;
  width: 100%;
  height: 100%;
}

.index .s1 .s1_3 .content .left {
  width: 50%;
  height: 100%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.index .s1 .s1_3 .content .left .b {
  text-align: left;
}

.index .s1 .s1_3 .content .left .b h2 {
  font-family: 'ExtraLight';
  font-size: 0.6rem;
  color: #fff;
}

.index .s1 .s1_3 .content .left .b p {
  font-size: 0.24rem;
  color: #0cabe5;
  font-weight: bold;
  margin-top: 0.3rem;
}

.index .s1 .s1_3 .content .right {
  width: 50%;
  height: 5rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.index .s1 .s1_3 .content .right .swiper-container {
  width: 4.9rem;
}

.index .s1 .s1_3 .content .right .swiper-container .swiper-slide {
  /* height: 1.5rem !important; */
}

.index .s1 .s1_3 .content .right .swiper-button-prev,
.index .s1 .s1_3 .content .right .swiper-button-next {
  width: 0.57rem;
  height: 0.42rem;
  background-size: 0.57rem 0.42rem;
}

.index .s1 .s1_3 .content .right .swiper-button-prev {
  background-image: url(../images/s1_3_prev.png);
  left: 1.4rem;
}

.index .s1 .s1_3 .content .right .swiper-button-next {
  background-image: url(../images/s1_3_next.png);
  right: 1.4rem;
}

.index .s1 .s1_4 {
  position: relative;
}

.index .s1 .s1_4 .content {
  width: 6.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.index .s1 .s1_4 .content h2 {
  font-size: 0.6rem;
  font-family: 'ExtraLight';
}

.index .s1 .s1_4 .content h3 {
  font-size: 0.24rem;
  font-family: 'snlight';
  margin: 0.35rem 0 0.16rem;
}

.index .s1 .s1_4 .content h4 {
  font-size: 0.24rem;
  font-family: 'Bold';
  color: #0cabe5;
}

.index .s1 .s1_4 .content ul {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.index .s1 .s1_4 .content ul li {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 0.25rem;
}

.index .s1 .s1_4 .content ul li p {
  margin-top: 0.15rem;
  font-size: 12px;
}

.index .s1 .s1_4 .content ul li:nth-child(5n) {
  margin-right: 0;
}

.index .s1 .s1_4 .content .continue {
  margin-top: 0.5rem;
}

.index .s1 .swiper-slide {
  background-size: 100%;
}

.index .s2 .about-top {
  height: 55%;
  text-align: center;
}

.index .s2 .about-top .content {
  color: #fff;
  padding-top: 10%;
}

.index .s2 .about-top .content h1 {
  font-size: 0.5rem;
}

.index .s2 .about-top .content h3 {
  margin-top: 0.3rem;
  font-size: 0.27rem;
}

.index .s2 .about-top .content h3 b {
  color: #0cabe5;
  font-weight: bold;
}

.index .s2 .about-top .content div {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  line-height: 2;
  letter-spacing: 1px;
}

.index .s2 .about_bottom {
  width: 85%;
  height: 45%;
  position: relative;
  margin: 0 auto 0;
  color: #fff;
  overflow: hidden;
}

.index .s2 .about_bottom ul {
  width: 100%;
  overflow: hidden;
  display: flex;
}

.index .s2 .about_bottom ul li {
  flex: auto;
  vertical-align: top;
  margin: 1%;
}

.index .s2 .about_bottom ul li .about_num {
  display: inline-block;
}

.index .s2 .about_bottom ul li .about_num p {
  font-size: 2.5rem;
  font-family: 'PF DinText Pro';
}

.index .s2 .about_bottom ul li .about_numDesc {
  display: inline-block;
  color: #0cabe5;
  vertical-align: top;
  margin-top: 0.456rem;
}

.index .s2 .about_bottom ul li .about_numDesc p:nth-child(1) {
  font-size: 0.24rem;
  font-family: 'Microsoft YaHei';
}

.index .s2 .about_bottom ul li .about_numDesc p:nth-child(2) {
  font-size: 0.18rem;
  font-family: 'Microsoft YaHei';
}

.index .s3 .products {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index .s3 .products li {
  position: relative;
  overflow: hidden;
  float: left;
  width: 33.333333%;
  height: 100%;
}

.index .s3 .products li .pro_img {
  width: 100%;
  height: 100%;
  transition: all 5s;
}

.index .s3 .products li .pro_imgHover {
  transform: scale(1.2, 1.2);
}

.index .s3 .products li .product_bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index .s3 .products li .product_cont {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-20%, -50%);
}

.index .s3 .products li .product_cont h2 {
  font-size: 0.44rem;
  font-weight: bold;
}

.index .s3 .products li .product_cont span {
  display: block;
  height: 1px;
  width: 1.74rem;
  background-color: #0cabe5;
  margin: 0.15rem 0 0.25rem;
}

.index .s3 .products li .product_cont h3 {
  font-size: 0.24rem;
}

.index .s3 .products li .product_cont p {
  margin-top: 0.58rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
}

.index .s3 .products li .product_cont a {
  width: 34px;
  height: 18px;
  display: inline-block;
  margin-top: 0.9rem;
}

.index .s4 {
  position: relative;
}

.index .s4 ul {
  width: 85%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

.index .s4 ul li {
  display: flex;
  flex-direction: column;
}

.index .s4 ul li img {
  width: 100%;
}

.index .s4 ul li .top {
  position: relative;
}

.index .s4 ul li .top .goInfo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.index .s4 ul li .top .goInfo .title {
  font-size: 0.28rem;
}

.index .s4 ul li .top .goInfo .intro {
  font-size: 0.18rem;
  margin-top: 0.22rem;
}

.index .s4 ul li .top .goInfo a {
  display: inline-block;
  margin: 0.24rem 0;
}

.index .s4 ul li .top .goInfo img {
  width: 44px;
  height: 10px;
}

.index .s4 ul li .bottom {
  position: relative;
}

.index .s4 ul li .bottom .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all .3s;
}

.index .s4 ul li .bottom .play img {
  width: auto;
}

.index .s4 ul li:nth-child(2n) {
  flex-direction: column-reverse;
}

.index .s4_up {
  position: relative;
}

.index .s4_up .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}

.index .s4_up .content ul {
  display: flex;
  justify-content: center;
}

.index .s4_up .content ul li {
  width: 20%;
  margin: 0 0.14rem;
  background-color: #fff;
}

.index .s4_up .content ul li figure {
  height: 1.9rem;
  background-position: center center;
  position: relative;
}

.index .s4_up .content ul li figure .play_audio {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 9;
}

.index .s4_up .content ul li figure .play-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.4s;
}

.index .s4_up .content ul li article {
  padding: 0.38rem 0.28rem;
}

.index .s4_up .content ul li article h3 {
  font-size: 0.28rem;
}

.index .s4_up .content ul li article .intro {
  margin-top: 0.3rem;
  font-size: 0.14px;
  line-height: 1.5;
}

.index .s4_up .content ul li article a {
  display: block;
  margin-top: 0.5rem;
}

.index .s5 .top {
  height: 45%;
}

.index .s5 .top .content {
  text-align: center;
  padding-top: 10%;
}

.index .s5 .top .content b {
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
}

.index .s5 .top .content p {
  font-size: 0.22rem;
  color: #0cabe5;
  margin-top: 0.6rem;
  line-height: 1.8;
}

.index .s5 .top .content p span {
  color: #fff;
}

.index .s5 .bottom {
  height: 55%;
  text-align: center;
}

.index .s5 .bottom em {
  font-size: 0.26rem;
  font-weight: bold;
  color: #fff;
}

.index .s5 .bottom ul {
  width: 65%;
  margin: 0.35rem auto 0;
  display: flex;
  justify-content: space-between;
}

.index .s5 .bottom ul li {
  width: 24%;
}

.index .s5 .bottom ul li figure img {
  width: 100%;
}

.index .s5 .bottom ul li article b {
  font-size: 0.2rem;
  color: #0cabe5;
  font-weight: bold;
  display: block;
  margin: 0.34rem 0 0.22rem;
}

.index .s5 .bottom ul li article p {
  font-size: 0.15rem;
  line-height: 1.6;
  color: #fff;
}

.index .s6 {
  position: relative;
}

.index .s6 .recruit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index .s6 .recruit .recruit_cont {
  height: 100%;
  float: left;
  position: relative;
}

.index .s6 .recruit .recruit_cont .welcome_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.index .s6 .recruit .recruit_cont .welcome_box p:nth-child(2) {
  margin-top: 0.6rem;
}

.index .s6 .recruit .recruit_cont .welcome_box .marginEle {
  line-height: 1.6;
}

.index .s6 .recruit .recruit_cont .welcome_box .marginEle i {
  color: #0cabe5;
}

.index .s6 .recruit .recruit_cont.left {
  width: 40%;
}

.index .s6 .recruit .recruit_cont.right {
  width: 60%;
}

.index .s6 .recruit .recruit_cont.right .welcome_box {
  width: 100%;
  left: 0%;
  transform: translate(0%, -50%);
}

.index .s6 .recruit .popular li {
  float: left;
  text-align: left;
  margin-bottom: 0.15rem;
  margin-right: 0.22rem;
}

.index .s6 .recruit .popular li a {
  color: #fff;
  display: inline-block;
}

.index .s6 .recruit .longTimeJob {
  display: flex;
  white-space: nowrap;
}

.index .s6 .recruit .longTimeJob dl,
.index .s6 .recruit .longTimeJob .wechat {
  width: 33.33%;
  line-height: 1.8;
}

.index .s6 .recruit .longTimeJob dt {
  color: #0cabe5;
  font-weight: bold;
}

.index .s6 .recruit .longTimeJob .wechat img {
  width: auto;
}

.index .s6 .recruit .longTimeJob .wechat span {
  display: inline-block;
  vertical-align: bottom;
}

.index .s7 .solid {
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
}

.index .s7 .solid .empower {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  font-family: 'TiHei';
  white-space: nowrap;
}

.index .s7 .solid .empower .voice {
  font-size: 0.46rem;
  margin: 0.7rem 0 0.45rem;
}

.index .s7 .solid .empower .til {
  font-size: 0.8rem;
  color: #0cabe5;
}

.index .s7 .solid .url {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  text-align: center;
}

.index .s7 .solid .url span {
  vertical-align: super;
  margin-left: 10px;
}

.index .s7 .solid .url span i {
  color: #0cabe5;
}

.audio {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.audio .bgp {
  width: 100%;
  height: 100%;
}

.audio .audio_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-53%, -50%);
  display: flex;
  width: 60%;
}

.audio .audio_box .ad-l {
  width: 3.35rem;
  color: #fff;
  text-align: center;
}

.audio .audio_box .ad-l .ad-pic {
  width: 3.35rem;
  height: 3.35rem;
  border: 0.14rem solid #0e0e0e;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}

.audio .audio_box .ad-l .play-icon {
  margin: 0.26rem 0 0.3rem;
}

.audio .audio_box .ad-l .song-name {
  font-size: 0.44rem;
}

.audio .audio_box .ad-l p {
  margin-top: 0.18rem;
  font-size: 14px;
  line-height: 1.4;
}

.audio .audio_box .ad-r {
  width: 6.05rem;
  margin-top: 1rem;
  margin-left: 1.8rem;
  height: 1.3rem;
  position: relative;
}

.audio .audio_box .ad-r .swiper-slide {
  width: 1.3rem !important;
  position: relative;
}

.audio .audio_box .ad-r .swiper-slide>img {
  height: 1.3rem;
  width: 1.3rem;
}

.audio .audio_box .ad-r .swiper-slide p {
  color: #fff;
  text-align: center;
  margin-top: 0.2rem;
  font-size: 14px;
}

.audio .audio_box .ad-r .swiper-slide .shade {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.audio .audio_box .ad-r .swiper-slide.playing .shade {
  background-color: transparent;
}

.audio .audio_box .ad-r .swiper-slide.playing .shade img {
  display: none;
}

.audio .audio_box .ad-r .swiper-button-prev {
  left: -1rem;
  width: 0.56rem;
  height: 0.56rem;
  background-size: 0.56rem 0.56rem;
  background-image: url(../images/slide-prev.png);
}

.audio .audio_box .ad-r .swiper-button-next {
  right: -0.75rem;
  width: 0.56rem;
  height: 0.56rem;
  background-size: 0.56rem 0.56rem;
  background-image: url(../images/slide-next.png);
}

.specialty {
  width: 100%;
  height: 100%;
}

.specialty .swiper-container,
.specialty .swiper-wrapper,
.specialty .swiper-slide {
  width: 100%;
  height: 100%;
}

.specialty .spec_1 {
  background-image: url(../images/spec.jpg);
}

.specialty .spec_1 .content {
  display: flex;
  height: 100%;
}

.specialty .spec_1 .content .left {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 15%;
}

.specialty .spec_1 .content .left h1 {
  font-size: 0.78rem;
  font-family: 'Bold';
  color: #bb0a12;
}

.specialty .spec_1 .content .left h2 {
  font-size: 0.42rem;
  color: #cdcdcd;
  font-family: 'Regular';
  margin-top: 0.3rem;
}

.specialty .spec_1 .content .left p {
  font-size: 0.24rem;
  color: #cdcdcd;
  font-family: 'Regular';
  margin-top: 0.35rem;
}

.specialty .spec_1 .content .left span {
  display: block;
  width: 130px;
  height: 3px;
  background-color: #0cabe5;
  margin-top: 0.5rem;
}

.specialty .spec_1 .content .right {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.specialty .spec_1 .content .right img {
  width: 5.8rem;
  height: 5.31rem;
}

.specialty .spec_2 {
  background-image: url(../images/spec.jpg);
  position: relative;
}

.specialty .spec_2 .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.specialty .spec_2 .content h2 {
  font-size: 0.44rem;
}

.specialty .spec_2 .content h2 span {
  color: #0cabe5;
  font-family: 'Bold';
}

.specialty .spec_2 .content h1 {
  color: #bb0a12;
  font-size: 0.78rem;
  font-family: 'Bold';
  margin-top: 0.35rem;
}

.specialty .spec_2 .content i {
  display: inline-block;
  padding-top: 0.7rem;
  font-size: 0.3rem;
  color: #cdcdcd;
  background: url(../images/bg.png) no-repeat;
  background-position: 0 10px;
  background-size: 1.14rem 1.1rem;
  padding-bottom: 0.2rem;
  white-space: nowrap;
}

.specialty .spec_2 .content .spec_2_ul {
  margin-top: 0.7rem;
  display: flex;
  justify-content: center;
}

.specialty .spec_2 .content .spec_2_ul li {
  background-color: #232323;
  border-radius: 6px;
  padding: 0.4rem 0.28rem 0.3rem;
  margin-right: 0.15rem;
  width: 3rem;
}

.specialty .spec_2 .content .spec_2_ul li figure img {
  height: 0.7rem;
}

.specialty .spec_2 .content .spec_2_ul li h2 {
  font-size: 0.22rem;
  color: #0cabe5;
  margin: 0.35rem 0 0.2rem;
}

.specialty .spec_2 .content .spec_2_ul li h3 {
  line-height: 1.7;
}

.specialty .spec_2 .content .spec_2_ul li:last-child {
  margin-right: 0;
}

.specialty .spec_3 .spec_3_ul {
  margin-top: 0.75rem;
  display: flex;
  justify-content: center;
}

.specialty .spec_3 .spec_3_ul li {
  background-color: #232323;
  border-radius: 6px;
  padding: 0.55rem 0.38rem 0.48rem;
  margin-right: 0.15rem;
  position: relative;
  overflow: hidden;
  width: 3rem;
}

.specialty .spec_3 .spec_3_ul li .icon {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #232323;
  background-repeat: no-repeat;
  background-position: 0.5rem 0.5rem;
  box-shadow: 0 0 10px #000;
  background-size: 0.23rem 0.23rem;
  position: absolute;
  left: -0.35rem;
  top: -0.35rem;
}

.specialty .spec_3 .spec_3_ul li em {
  font-size: 0.22rem;
}

.specialty .spec_3 .spec_3_ul li h2 {
  font-size: 0.28rem;
  color: #0cabe5;
  margin-top: 0.1rem;
}

.specialty .spec_3 .spec_3_ul li h3 {
  margin-top: 0.3rem;
  line-height: 1.7;
  font-size: 0.18rem;
}

.specialty .swiper-button-next {
  width: 0.36rem;
  height: 0.2rem;
  background-size: 0.36rem 0.2rem;
  top: initial;
  bottom: 0.5rem;
  left: 55%;
  transform: translateX(-50%);
  background-image: url(../images/spec_next.png);
}

.specialty .swiper-button-prev {
  width: 0.36rem;
  height: 0.2rem;
  background-size: 0.36rem 0.2rem;
  top: initial;
  bottom: 0.5rem;
  left: 45%;
  transform: translateX(-50%);
  background-image: url(../images/spec_prev.png);
}

.absorbed {
  width: 100%;
  height: 100%;
}

.absorbed .swiper-container,
.absorbed .swiper-wrapper,
.absorbed .swiper-slide {
  width: 100%;
  height: 100%;
}

.absorbed .swiper-slide {
  background-image: url(../images/spec.jpg);
}

.absorbed .abs_1 {
  position: relative;
}

.absorbed .abs_1 .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.absorbed .abs_1 .content h2 {
  font-size: 0.7rem;
}

.absorbed .abs_1 .content h1 {
  font-size: 0.7rem;
  color: #bb0a12;
  font-family: 'Bold';
  margin-top: 5px;
}

.absorbed .abs_1 .content>p {
  font-size: 0.36rem;
  margin-top: 0.45rem;
}

.absorbed .abs_1 .content>p em {
  font-size: 0.4rem;
  color: #0cabe5;
}

.absorbed .abs_1 .content>span {
  display: block;
  width: 1.3rem;
  height: 3px;
  background-color: #0cabe5;
  margin: 0.5rem auto 0.6rem;
}

.absorbed .abs_1 .content ul {
  display: flex;
  justify-content: center;
}

.absorbed .abs_1 .content ul li {
  width: 2.3rem;
  height: 2.55rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.absorbed .abs_1 .content ul li img {
  height: 0.64rem;
}

.absorbed .abs_1 .content ul li em {
  display: block;
  margin-top: 0.22rem;
}

.absorbed .abs_1 .content ul li i {
  width: 80%;
  height: 0.6rem;
  position: absolute;
  left: 50%;
  bottom: -0.4rem;
  transform: translateX(-50%);
  background-color: #131111;
  line-height: 0.6rem;
}

.absorbed .abs_1 .content ul li:nth-child(1) {
  background-color: #333030;
}

.absorbed .abs_1 .content ul li:nth-child(2) {
  background-color: #2a2828;
}

.absorbed .abs_1 .content ul li:nth-child(3) {
  background-color: #1f1d1d;
}

.absorbed .abs_2 .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.absorbed .abs_2 .content h1 {
  font-size: 0.7rem;
  color: #bb0a12;
  font-family: 'Bold';
}

.absorbed .abs_2 .content .intro {
  margin-top: 0.15rem;
  font-size: 0.24rem;
  color: #cdcdcd;
  line-height: 1.5;
  padding-top: 0.75rem;
  background: url(../images/bg.png) no-repeat;
  background-size: 1.45rem 1.1rem;
}

.absorbed .abs_2 .content .intro i {
  color: #0cabe5;
  font-family: 'Bold';
}

.absorbed .abs_2 .content ul {
  margin-top: 0.55rem;
  display: flex;
  justify-content: center;
}

.absorbed .abs_2 .content ul li {
  margin-right: 0.6rem;
}

.absorbed .abs_2 .content ul li img {
  width: 2.18rem;
  height: 2.18rem;
}

.absorbed .abs_2 .content ul li p {
  margin-top: 0.2rem;
  line-height: 1.6;
  color: #cdcdcd;
}

.absorbed .abs_2 .content ul li:last-child {
  margin-right: 0;
}

.absorbed .abs_3 .content {
  text-align: center;
  color: #cdcdcd;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.absorbed .abs_3 .content h3 {
  font-size: 0.44rem;
}

.absorbed .abs_3 .content h1 {
  color: #bb0a12;
  font-size: 0.7rem;
  margin-top: 0.35rem;
  font-family: 'Bold';
}

.absorbed .abs_3 .content>p {
  padding: 0.65rem 0 0.18rem;
  background: url(../images/bg.png) no-repeat;
  background-size: 1.45rem 1.1rem;
  margin-top: 5px;
  font-size: 0.3rem;
}

.absorbed .abs_3 .content ul {
  margin-top: 0.78rem;
  display: flex;
  justify-content: center;
}

.absorbed .abs_3 .content ul li {
  width: 192px;
  background-color: #1b1a1a;
}

.absorbed .abs_3 .content ul li .til {
  background-color: #1f1f1f;
  height: 0.68rem;
  line-height: 0.68rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0cabe5;
  font-size: 0.2rem;
}

.absorbed .abs_3 .content ul li .til .cil {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background-color: #232323;
  box-shadow: 0 0 5px #000;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  background-size: 0.28rem 0.28rem;
}

.absorbed .abs_3 .content ul li .til em {
  margin-left: 0.12rem;
}

.absorbed .abs_3 .content ul li .context {
  padding: 0.25rem 0;
}

.absorbed .abs_3 .content ul li .context div {
  margin-top: 0.2rem;
  font-size: 12px;
  line-height: 1.7;
}

.absorbed .abs_3 .content ul li .context div i {
  color: #bb0a12;
}

.absorbed .abs_3 .content ul li:first-child {
  margin-right: 12px;
}

.absorbed .abs_4 .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #cdcdcd;
  white-space: nowrap;
}

.absorbed .abs_4 .content h3 {
  font-size: 0.44rem;
}

.absorbed .abs_4 .content h1 {
  color: #bb0a12;
  font-size: 0.7rem;
  margin-top: 0.35rem;
  font-family: 'Bold';
}

.absorbed .abs_4 .content>p {
  display: inline-block;
  padding: 0.65rem 0 0.18rem;
  background: url(../images/bg.png) no-repeat;
  background-size: 1.45rem 1.1rem;
  margin-top: 5px;
  font-size: 0.3rem;
}

.absorbed .abs_4 .content ul {
  margin-top: 0.7rem;
  display: flex;
  justify-content: center;
}

.absorbed .abs_4 .content ul li {
  width: 3rem;
  background-color: #1d1c1c;
  margin-right: 0.4rem;
}

.absorbed .abs_4 .content ul li .id {
  width: 28px;
  height: 28px;
  border: 2px solid #0cabe5;
  text-align: center;
  font: 12px/24px 'Regular';
  border-radius: 50%;
  color: #0cabe5;
  margin: 0.25rem auto 0;
}

.absorbed .abs_4 .content ul li h2 {
  margin-top: 0.2rem;
  color: #0cabe5;
  font-size: 0.22rem;
}

.absorbed .abs_4 .content ul li h3 {
  margin-top: 0.12rem;
  font-size: 0.18rem;
}

.absorbed .abs_4 .content ul li h3 i {
  color: #bb0a12;
}

.absorbed .abs_4 .content ul li>span {
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #343333;
  margin: 0.18rem auto 0.2rem;
}

.absorbed .abs_4 .content ul li div {
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  padding-bottom: 0.3rem;
  white-space: normal;
}

.absorbed .swiper-button-next {
  width: 0.36rem;
  height: 0.2rem;
  background-size: 0.36rem 0.2rem;
  top: initial;
  bottom: 0.5rem;
  left: 55%;
  transform: translateX(-50%);
  background-image: url(../images/spec_next.png);
}

.absorbed .swiper-button-prev {
  width: 0.36rem;
  height: 0.2rem;
  background-size: 0.36rem 0.2rem;
  top: initial;
  bottom: 0.5rem;
  left: 45%;
  transform: translateX(-50%);
  background-image: url(../images/spec_prev.png);
}

.single {
  width: 100%;
  height: 100%;
}

.single .swiper-container,
.single .swiper-wrapper,
.single .swiper-slide {
  width: 100%;
  height: 100%;
}

.single .single_1 {
  text-align: center;
}

.single .single_1 .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.single .single_1 .content h2 {
  color: #bb0a12;
  font-size: 0.7rem;
  font-family: 'Bold';
}

.single .single_1 .content h3 {
  color: #cdcdcd;
  font-size: 0.6rem;
  margin-top: 0.2rem;
}

.single .single_1 .content .hr {
  display: block;
  width: 1.3rem;
  height: 3px;
  background-color: #0cabe5;
  margin: 0.5rem auto 0.6rem;
}

.single .single_1 .content p {
  font-size: 0.24rem;
  color: #cdcdcd;
}

.single .single_1 .content p span {
  color: #bb0a12;
  font-size: 0.35rem;
  font-family: 'Bold';
}

.single .single_1 .content b {
  display: block;
  color: #0cabe5;
  font-size: 0.24rem;
  font-family: 'Bold';
  margin-top: 0.12rem;
}

.single .single_2 {
  background-size: 100% 100%;
  text-align: center;
}

.single .single_2 .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.single .single_2 .content h3 {
  font-size: 0.8rem;
  color: #bb0a12;
  font-family: 'Bold';
}

.single .single_2 .content .minTitle {
  margin-top: 0.32rem;
  font-size: 0.24rem;
  color: #cdcdcd;
}

.single .single_2 .content div {
  margin-top: 0.6rem;
  color: #cdcdcd;
  font-size: 0.3rem;
  line-height: 1.8;
  padding-top: 0.65rem;
  background: url(../images/bg.png) no-repeat;
  background-size: 1.45rem 1.1rem;
}

.single .single_2 .content div span {
  color: #0cabe5;
  font-size: 0.4rem;
  font-family: 'Bold';
}

.single .single_3 {
  text-align: center;
}

.single .single_3 .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.single .swiper-button-next {
  width: 0.36rem;
  height: 0.2rem;
  background-size: 0.36rem 0.2rem;
  top: initial;
  bottom: 0.5rem;
  left: 55%;
  transform: translateX(-50%);
  background-image: url(../images/spec_next.png);
}

.single .swiper-button-prev {
  width: 0.36rem;
  height: 0.2rem;
  background-size: 0.36rem 0.2rem;
  top: initial;
  bottom: 0.5rem;
  left: 45%;
  transform: translateX(-50%);
  background-image: url(../images/spec_prev.png);
}

.ablum {
  position: relative;
  background-color: #100c0c;
  width: 100%;
  height: 100%;
}

.ablum .container {
  width: 100%;
  height: 4.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.ablum .container h3 {
  font-family: 'Bold';
  font-size: 0.3rem;
  color: #fff;
  margin-bottom: 0.5rem;
  margin-left: 0.76rem;
  text-align: center;
}

.ablum .container .swiper-slide {
  width: 50% !important;
  text-align: center;
}

.ablum .container .swiper-slide figure {
  width: 6.52rem;
  margin: 0 auto;
}

.ablum .container .swiper-slide div {
  text-align: left;
  opacity: 0;
  transition: all 1s;
  margin-top: 0.35rem;
  color: #fff;
}

.ablum .container .swiper-slide div .time {
  font-family: 'Bold';
  font-size: 0.16rem;
}

.ablum .container .swiper-slide div .title {
  margin-top: 8px;
  font-size: 0.2rem;
}

.ablum .container .swiper-slide.swiper-slide-active div {
  opacity: 1;
}

.ablum .container .swiper-button-next,
.ablum .container .swiper-button-prev {
  width: 0.57rem;
  height: 0.42rem;
  background-size: 0.57rem 0.42rem;
}

.ablum .container .swiper-button-prev {
  background-image: url(../images/s1_3_prev.png);
  left: 25%;
}

.ablum .container .swiper-button-next {
  background-image: url(../images/s1_3_next.png);
  right: 25%;
}

@media screen and (max-width: 1420px) {
  .absorbed .abs_1 .content h2 {
    font-size: 0.5rem;
  }

  .absorbed .abs_1 .content h1 {
    font-size: 0.5rem;
  }

  .absorbed .abs_1 .content>p {
    font-size: 0.5rem;
  }

  .absorbed .abs_1 .content>p em {
    font-size: 0.3rem;
  }

  .absorbed .abs_2 .content h1 {
    font-size: 0.5rem;
    text-align: left;
  }

  .absorbed .abs_2 .content .intro {
    font-size: 0.2rem;
  }

  .absorbed .abs_3 .content h1 {
    font-size: 0.5rem;
  }

  .absorbed .abs_3 .content>p {
    font-size: 0.2rem;
  }

  .absorbed .abs_4 .content h1 {
    font-size: 0.5rem;
  }

  .absorbed .abs_4 .content>p {
    font-size: 0.2rem;
  }

  .index .s2 .about_bottom {
    margin-top: 5%;
  }
}

@media screen and (max-width: 1080px) {
  .xs-hidden {
    display: none !important;
  }

  .xs-visible {
    display: block !important;
  }

  header {
    display: none;
  }

  .p-h-modile {
    overflow: hidden;
    width: 100%;
  }

  .Modile {
    width: 100%;
    height: 1.2rem;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.7rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
  }

  .Modile .logo2 {
    width: 1.43rem;
    height: 0.5rem;
  }

  .Modile .logo {
    display: inline-block;
    margin-left: -0.4rem;
  }

  .Modile .menu-btn {
    width: 0.66rem;
  }

  .Modile .menu-btn .menu-toggle span {
    display: block;
    height: 0.05rem;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
  }

  .Modile .menu-btn .menu-toggle span:nth-child(2) {
    margin: 0.13rem 0;
  }

  .menu {
    position: absolute;
    right: 0;
    top: 1.2rem;
    width: 0;
    height: calc(98.8%);
    background-color: #131313;
    z-index: 999;
    overflow: hidden;
  }

  .menu>ul>li {
    height: 1.28rem;
    line-height: 1.28rem;
    border-bottom: 1px solid #212429;
    position: relative;
  }

  .menu>ul>li>a {
    color: #cdcdcc;
  }

  .menu>ul>li .submenu {
    position: absolute;
    left: 0;
    top: 1.1rem;
    line-height: 1;
  }

  .menu>ul>li .submenu a {
    color: #949ba9;
    display: inline-block;
    margin-right: 0.15rem;
    margin-bottom: 0.15rem;
  }

  .menu>ul>li.has {
    height: 1.8rem;
  }

  .index .s1 .s1_1 .banner_center h2 {
    font-size: 0.4rem;
    font-family: 'ExtraLight';
    white-space: nowrap;
  }

  .index .s1 .s1_1 .banner_center h1 {
    font-family: 'ExtraLight';
    white-space: nowrap;
  }

  .index .s1 .s1_1 .banner_center em {
    font-family: 'ExtraLight';
    font-size: 0.34rem;
    white-space: nowrap;
  }

  .index .s1 .banner .swiper-pagination {
    bottom: 1rem;
  }

  .index .container .index_btn {
    right: 1rem;
    bottom: 0.1rem;
  }


  .index .s1 .s1_2 .banner_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    padding-bottom: 0.4rem;
  }

  .index .s1 .s1_2 .banner_center h2 {
    margin-top: 1rem;
    font-size: 0.7rem;
    color: #000000;
    font-family: 'ExtraLight';
  }

  .index .s1 .s1_2 .banner_center span {
    margin: 0.4rem auto;
    width: 1.4rem;
  }

  .index .s1 .s1_2 .banner_center h3 {
    font-size: 0.3rem;
    color: #000000;
    font-weight: 'Regular';
    margin-top: 0.4rem;
  }

  .index .s1 .s1_2 .banner_center .theone {
    margin-top: 0.3rem;
  }

  .index .s1 .s1_2 .banner_center .theone img {
    width: 1rem;
    height: 1rem;
  }

  .index .s1 .s1_2 .banner_center .theone2 {
    margin-top: 0.3rem;
  }

  .index .s1 .s1_2 .banner_center .theone2 img {
    width: 1rem;
    height: 1rem;
    margin-right: 0.4rem;
  }

  .index .s1 .s1_2 .banner_center .theone2 img:last-child {
    margin-right: 0;
  }

  .index .s1 .s1_3 .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: auto;
  }

  .index .s1 .s1_3 .content .left,
  .index .s1 .s1_3 .content .right {
    width: 100%;
    height: initial;
  }

  .index .s1 .s1_3 .content .left {
    display: block;
  }

  .index .s1 .s1_3 .content .left .b {
    text-align: center;
  }

  .index .s1 .s1_3 .content .left .b p {
    margin-top: 0.5rem;
  }

  .index .s1 .s1_3 .content .right {
    position: static;
    top: initial;
    transform: translate(0);
    margin-top: 0.7rem;
  }

  .index .s1 .s1_3 .content .right .swiper-button-next {
    right: 0.4rem;
  }

  .index .s1 .s1_3 .content .right .swiper-button-prev {
    left: 0.4rem;
  }

  .index .s1 .s1_4 .content h2 {
    font-family: 'ExtraLight';
    font-size: 0.6rem;
    color: #fff;
  }

  .index .s1 .s1_4 .content ul {
    justify-content: center;
    width: 75%;
    margin: 0.6rem auto 0px;
  }

  .index .s1 .s1_4 .content ul li {
    width: 27%;
    margin-right: 5%;
  }

  .index .s1 .s1_4 .content ul li:nth-child(3n) {
    margin-right: 0;
  }

  .index .s1 .s1_4 .content ul li:nth-child(5n) {
    margin-right: 5%;
  }

  .index .s2 .about-top .content {
    padding-top: 30%;
  }

  .index .s2 .about-top .content h1 {
    font-family: 'ExtraLight';
    font-size: 0.6rem;
    color: #fff;
  }

  .index .s2 .about-top .content h3 {
    font-size: 0.3rem;
  }

  .index .s2 .about-top .content div {
    font-size: 0.2rem;
  }

  .index .s2 .about-top .content a {
    margin-top: 0.5rem;
    display: inline-block;
    width: 0.58rem;
    height: 0.3rem;
  }

  .index .s2 .about_bottom ul {
    flex-wrap: wrap;
  }

  .index .s2 .about_bottom ul li {
    flex: none;
    width: 50%;
    margin: 0;
  }

  .index .s2 .about_bottom ul li .about_num p {
    font-size: 1.2rem;
    font-family: 'PF DinText Pro';
  }

  .index .s2 .about_bottom ul li:nth-child(1),
  .index .s2 .about_bottom ul li:nth-child(2) {
    margin-bottom: 1.6rem;
  }

  .index .s3 .products {
    padding-top: 1.2rem;
  }

  .index .s3 .products li {
    float: none;
    width: 100%;
    height: 33.3333%;
  }

  .index .s3 .products li .bigmore {
    display: block;
    width: 100%;
    height: 100%;
  }

  .index .s3 .products li .smore {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(-20%, -50%);
  }

  .index .s3 .products li {
    transition: all 1s ease 0s;
  }

  .index .s3 .products li .product_cont {
    width: 80%;
  }

  .index .s3 .products li .product_cont h2 {
    font-family: 'ExtraLight';
    font-size: 0.6rem;
    font-weight: normal;
  }

  .index .s3 .products li .product_cont span {
    width: 2.2rem;
    height: 3px;
  }

  .index .s3 .products li .product_cont h3 {
    font-size: 0.3rem;
    font-family: 'snlight';
  }

  .index .s3 .products li .product_cont p {
    display: none;
    font-size: 0.24rem;
  }

  .index .s3 .products li:nth-child(1) {
    background: url(../images/xs_img/products_big1.png) no-repeat;
    background-size: cover;
  }

  .index .s3 .products li:nth-child(2) {
    background: url(../images/xs_img/products_big1.png) no-repeat;
    background-size: cover;
  }

  .index .s3 .products li:nth-child(3) {
    background: url(../images/xs_img/products_big1.png) no-repeat;
    background-size: cover;
  }

  .index .s4 ul {
    width: 100%;
    height: 100%;
    position: static;
    transform: translate(0);
    display: block;
    padding-top: 1.2rem;
  }

  .index .s4 ul li {
    height: 20%;
    position: relative;
    flex-direction: initial;
    overflow: hidden;
  }

  .index .s4 ul li:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .index .s5 .top .content {
    padding-top: 30%;
  }

  .index .s5 .top .content b {
    font-family: 'ExtraLight';
    font-size: 0.6rem;
  }

  .index .s5 .top .content p {
    font-size: 0.3rem;
    margin-top: 0.3rem;
  }

  .index .s5 .bottom {
    padding-top: 5%;
  }

  .index .s5 .bottom>em {
    font-size: 0.4rem;
    margin-top: 0.2rem;
    display: block;
  }

  .index .s5 .bottom .s5_ul {
    width: 90%;
    margin-left: 10%;
    overflow: auto;
  }

  .index .s5 .bottom .s5_ul ul {
    display: block;
    width: auto;
  }

  .index .s5 .bottom .s5_ul ul li {
    float: left;
    width: 4.4rem;
    margin-right: 0.3rem;
  }

  .index .s5 .bottom .s5_ul ul li figure img {
    transform: scale(0.8);
  }

  .index .s5 .bottom .s5_ul ul li article b {
    font-size: 0.3rem;
    margin: 0;
    margin-bottom: 0.1rem;
  }

  .index .s6 {
    position: relative;
  }

  .index .s6 .content {
    position: absolute;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    width: 90%;
    color: #fff;
    font-family: 'snlight';
  }

  .index .s6 .content .item1 .fs40 {
    font-family: 'ExtraLight';
    font-size: 0.6rem;
    margin-bottom: 0.5rem;
  }

  .index .s6 .content .item1 .marginEle {
    line-height: 1.2;
  }

  .index .s6 .content .item1 .marginEle i {
    color: #0cabe5;
  }

  .index .s6 .content .item2 {
    margin-top: 0.5rem;
  }

  .index .s6 .content .item2 p {
    font-size: 0.34rem;
  }

  .index .s6 .content .item2 ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
  }

  .index .s6 .content .item2 ul li {
    margin-right: 0.3rem;
  }

  .index .s6 .content .item2 ul li a {
    color: #fff;
  }

  .index .s6 .content .item3 {
    margin-top: 0.3rem;
    display: flex;
    line-height: 1.7;
  }

  .index .s6 .content .item3 dl {
    margin-right: 0.5rem;
    font-size: 12px;
  }

  .index .s6 .content .item3 dl dt {
    font-size: 14px;
    color: #0cabe5;
    font-family: 'Bold';
  }

  .index .s6 .content .item3 dl:nth-of-type(2) {
    margin-right: 0;
  }

  .index .s6 .content .item4 {
    margin-top: 0.5rem;
  }

  .index .s6 .content .item4 img {
    width: 1.5rem;
  }

  .index .s6 .content .item4 span {
    display: block;
    vertical-align: bottom;
    margin-top: 0.2rem;
    text-align: center;
  }

  .index .s7 .solid .empower img {
    width: 3rem;
  }

  .index .s7 .solid .empower .voice {
    font-size: 0.36rem;
  }

  .index .s7 .solid .empower .til {
    font-size: 0.6rem;
  }

  .index .s7 .solid .url {
    bottom: 15%;
    width: 100%;
    left: 0;
    transform: translate(0);
    text-align: center;
  }

  .index .s7 .solid .url img {
    width: 0.58rem;
  }

  .absorbed .abs_1 .content h2 {
    font-size: 1rem;
  }

  .absorbed .abs_1 .content h1 {
    font-size: 0.6rem;
    font-family: 'snlight';
  }

  .absorbed .abs_1 .content>span {
    margin: 1rem auto 1.2rem;
  }

  .absorbed .abs_1 .content ul li i {
    font-size: 12px;
  }

  .absorbed .abs_2 .content {
    width: 90%;
  }

  .absorbed .abs_2 .content h1 {
    font-size: 0.6rem;
    font-family: 'snlight';
  }

  .absorbed .abs_2 .content .intro {
    text-align: left;
    font-size: 0.3rem;
    line-height: 1.6;
  }

  .absorbed .abs_3 .content {
    width: 90%;
    text-align: left;
  }

  .absorbed .abs_3 .content h1 {
    font-size: 1rem;
    font-family: 'snlight';
  }

  .absorbed .abs_3 .content>p {
    font-size: 0.3rem;
    line-height: 1.7;
  }

  .absorbed .abs_3 .content ul {
    text-align: center;
  }

  .absorbed .abs_4 .content {
    width: 90%;
    text-align: left;
  }

  .absorbed .abs_4 .content h1 {
    font-size: 0.6rem;
    font-family: 'snlight';
  }

  .absorbed .abs_4 .content>p {
    font-size: 0.3rem;
    line-height: 1.7;
  }

  .absorbed .abs_4 .content .xs_abs_4 {
    position: relative;
    padding: 0.2rem;
  }

  .absorbed .abs_4 .content .xs_abs_4 .swiper-container {
    overflow: visible;
  }

  .absorbed .abs_4 .content .xs_abs_4 .xs-ab4 {
    width: 60% !important;
    background: #1d1c1c;
    margin-right: 0.4rem;
    transition: all 1s;
    text-align: center;
  }

  .absorbed .abs_4 .content .xs_abs_4 .xs-ab4 .id {
    width: 28px;
    height: 28px;
    border: 2px solid #0cabe5;
    text-align: center;
    font: 12px/24px 'Regular';
    border-radius: 50%;
    color: #0cabe5;
    margin: 0.25rem auto 0;
  }

  .absorbed .abs_4 .content .xs_abs_4 .xs-ab4 h2 {
    margin-top: 0.2rem;
    color: #0cabe5;
    font-size: 0.22rem;
  }

  .absorbed .abs_4 .content .xs_abs_4 .xs-ab4 h3 {
    margin-top: 0.12rem;
    font-size: 0.18rem;
  }

  .absorbed .abs_4 .content .xs_abs_4 .xs-ab4 h3 i {
    color: #bb0a12;
  }

  .absorbed .abs_4 .content .xs_abs_4 .xs-ab4>span {
    display: block;
    width: 2rem;
    height: 1px;
    background-color: #343333;
    margin: 0.18rem auto 0.2rem;
  }

  .absorbed .abs_4 .content .xs_abs_4 .xs-ab4 div {
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
    padding-bottom: 0.3rem;
    white-space: normal;
  }

  .absorbed .abs_4 .content .xs_abs_4 .xs-ab4.swiper-slide-active {
    transform: scale(1.2);
  }

  .absorbed .abs_4 .content .xs_abs_4 .swiper-button-next,
  .absorbed .abs_4 .content .xs_abs_4 .swiper-button-prev {
    width: 0.22rem;
    height: 0.39rem;
    background-size: 0.22rem 0.39rem;
  }

  .absorbed .abs_4 .content .xs_abs_4 .swiper-button-next {
    background-image: url(../images/xs_img/next.png);
    right: 40%;
    top: 120%;
  }

  .absorbed .abs_4 .content .xs_abs_4 .swiper-button-prev {
    background-image: url(../images/xs_img/prev.png);
    left: 40%;
    top: 120%;
  }

  .absorbed .abs_4 .content .copyright {
    width: 100%;
    height: 1rem;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000000;
    font: 12px/1rem 'snlight';
  }

  .ablum_xs {
    position: relative;
    background-color: #100c0c;
    width: 100%;
    height: 100%;
  }

  .ablum_xs .container {
    width: 100%;
    height: auto;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
  }

  .ablum_xs .container h3 {
    font-family: 'Bold';
    font-size: 0.6rem;
    color: #fff;
    margin-bottom: 0.5rem;
    margin-left: 5%;
    text-align: center;
  }

  .ablum_xs .container .swiper-slide {
    text-align: center;
  }

  .ablum_xs .container .swiper-slide figure {
    width: 90%;
    margin: 0 auto;
  }

  .ablum_xs .container .swiper-slide div {
    text-align: left;
    opacity: 0;
    transition: all 1s;
    margin-top: 0.35rem;
    color: #fff;
  }

  .ablum_xs .container .swiper-slide div .time {
    font-family: 'Bold';
    font-size: 0.16rem;
  }

  .ablum_xs .container .swiper-slide div .title {
    margin-top: 8px;
    font-size: 0.2rem;
  }

  .ablum_xs .container .swiper-slide.swiper-slide-active div {
    opacity: 1;
  }

  .ablum_xs .container .swiper-button-next,
  .ablum_xs .container .swiper-button-prev {
    width: 0.57rem;
    height: 0.42rem;
    background-size: 0.57rem 0.42rem;
    bottom: -1.5rem;
  }

  .ablum_xs .container .swiper-button-prev {
    background-image: url(../images/s1_3_prev.png);
    left: 5%;
    top: initial;
  }

  .ablum_xs .container .swiper-button-next {
    background-image: url(../images/s1_3_next.png);
    right: 5%;
    top: initial;
  }

  .audio .audio_box {
    display: block;
    width: 100%;
    transform: translate(-50%, -50%);
  }

  .audio .audio_box .ad-l {
    width: 100%;
  }

  .audio .audio_box .ad-l .ad-pic {
    margin: 0 auto;
  }

  .audio .audio_box .ad-r {
    width: 65%;
    margin-left: 1.4rem;
  }

  .audio .audio_box .swiper-button-next,
  .audio .audio_box .swiper-button-prev {
    margin-top: -12px;
  }

  .single .single_1 .content {
    white-space: nowrap;
    top: 38%;
  }

  .single .single_1 .content h2 {
    font-family: 'snlight';
    font-size: 1rem;
  }

  .single .single_1 .content h3 {
    font-size: 0.8rem;
  }

  .single .single_1 .content .hr {
    width: 2rem;
    height: 2px;
  }

  .single .single_1 .content p {
    font-size: 0.34rem;
    line-height: 1.6;
  }

  .single .single_1 .content b {
    font-size: 0.34rem;
  }

  .single .single_2 .content {
    text-align: left;
    width: 80%;
    top: 40%;
  }

  .single .single_2 .content h3 {
    font-size: 1rem;
    font-family: 'snlight';
  }

  .single .single_2 .content .minTitle {
    font-size: 0.3rem;
  }

  .specialty .spec_1 .content {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .specialty .spec_1 .content .left {
    height: auto;
    padding-left: 0;
    display: block;
  }

  .specialty .spec_1 .content .left h1 {
    font-size: 1rem;
    font-family: 'snlight';
  }

  .specialty .spec_1 .content .left span {
    margin: 0.5rem auto 0.6rem;
    height: 1px;
  }

  .specialty .spec_1 .content .right {
    height: auto;
    display: block;
  }

  .specialty .spec_2 .content {
    width: 100%;
    text-align: left;
    padding-left: 10%;
  }

  .specialty .spec_2 .content h1 {
    font-size: 1rem;
    width: 90%;
    font-family: 'snlight';
  }

  .specialty .spec_2 .content i {
    line-height: 1.6;
  }

  .specialty .spec_2 .content .spec_2_ul_box,
  .specialty .spec_2 .content .spec_3_ul_box,
  .specialty .spec_2 .content .spec_4_ul_box {
    overflow: auto;
  }

  .specialty .spec_2 .content .spec_2_ul {
    justify-content: flex-start;
  }

  .specialty .spec_2 .content .spec_2_ul li {
    width: 3rem;
    text-align: center;
  }

  .specialty .spec_2 .content .spec_2_ul li h2 {
    font-size: 0.35rem;
  }

  .specialty .spec_3 .spec_3_ul {
    justify-content: flex-start;
  }

  .specialty .spec_3 .spec_3_ul li {
    width: 3rem;
    text-align: center;
  }

  .specialty .spec_3 .spec_3_ul li em {
    font-size: 0.3rem;
  }

  .specialty .spec_3 .spec_3_ul li h2 {
    font-size: 0.3rem;
    margin-top: 0.2rem;
  }

  .index .s4 ul li .top .pic {
    width: 100%;
    height: 100%;
  }

  .index .s4 ul li .top .pic img {
    height: 100%;
  }

  .index .s4 ul li .bottom .pic {
    height: 100%;
  }

  .index .s4 ul li .bottom .pic img {
    height: 100%;
  }

  .index .s2 .about-top .content div {
    font-size: 0.26rem;
    line-height: 1.6;
  }

  .index .s2 .about-top {
    height: 55%;
  }

  .index .s2 .about_bottom {
    height: 45%;
  }

  .index .s4 ul li .top .goInfo .title {
    font-size: 0.34rem;
  }

  .index .s4 ul li .top .goInfo .intro {
    font-size: 0.26rem;
  }

  .index .s5 .bottom ul li article p {
    font-size: 0.26rem;
  }

  .index .s6 .content .item4 {
    display: flex;
  }

  .index .s6 .content .item4 .wechat {
    margin-left: 1.8rem;
  }

  .index .s6 .content .item4 .wechat:nth-of-type(1) {
    margin-left: 0;
  }

  .audio .audio_box .ad-l p {
    font-size: 0.26rem;
    line-height: 1.5;
  }

  .index .s1 .s1_2_up .content ul {
    margin-top: 0;
    flex-wrap: wrap;
  }

  .index .s1 .s1_2_up .content ul li {
    margin-bottom: 0.3rem;
    width: 50%;
  }
  .index .s1 .s1_2_up .content ul li:first-child{
    width: 100%;
  }
  .index .s1 .s1_2_up .content ul li:first-child figure img{
    width: 25%;
  }
  .index .s1 .s1_2_up .content ul li figure img {
    width: 50%;
  }

  .index .s1 .s1_2_up .content ul li article {
    font-size: 12px;
  }

  .s4_up.xs-visible .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 85%;
    transform: translate(-50%, -48%);
  }

  .s4_up.xs-visible .content ul {
    height: 100%;
    width: 100%;
    display: block;
  }

  .s4_up.xs-visible .content ul li {
    display: flex;
    height: calc(20.8%);
    width: 100%;
    padding: 0.4rem 0;
    border-bottom: #e9e9e9 solid 1px;
    align-items: center;
    margin: 0;
  }

  .s4_up.xs-visible .content ul li figure {
    width: 40%;
    position: relative;
  }

  .s4_up.xs-visible .content ul li figure .show_pic {
    width: 100%;
    height: 100%;
  }

  .s4_up.xs-visible .content ul li figure .play_btn {
    width: 0.66rem;
    height: 0.66rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
  }

  .s4_up.xs-visible .content ul li figure .bg_index {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.4s;
  }

  .s4_up.xs-visible .content ul li article {
    width: 60%;
    padding: 0;
    margin-left: 0.3rem;
  }

  .s4_up.xs-visible .content ul li article h3 {
    font-size: 0.34rem;
  }

  .s4_up.xs-visible .content ul li article .intro {
    padding: 0;
    line-height: 1.4;
    font-size: 12px;
    margin-top: 0.1rem;
  }

  .s4_up.xs-visible .content ul li article a {
    margin-top: 0;
  }

  .index .s5 .top {
    height: 30%;
  }

  .index .s5 .top .content {
    padding-top: 25%;
  }

  .index .s5 .bottom {
    height: 70%;
  }

  .index .s5 .bottom .s5_ul {
    overflow: hidden;
    margin: 0 auto;
  }

  .index .s5 .bottom .s5_ul ul {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }

  .index .s5 .bottom .s5_ul ul li {
    width: 49%;
    margin-right: 2%;
  }

  .index .s5 .bottom .s5_ul ul li:nth-child(2n) {
    margin-right: 0;
  }

  .index .s5 .bottom .s5_ul ul li article p {
    font-size: 12px;
  }

  .index .s1 .s1_2_up .content {
    width: 96%;
    transform: translate(-50%, -46%);
  }

  .index .s1 .s1_2_up .content h1 {
    display: none;
  }

  .index .s1 .s1_4 .content {
    top: 53%;
  }

  .index .s1 .banner .swiper-pagination {
    bottom: 0.2rem;
  }

  .index .s1 .s1_4 .content .continue {
    margin-top: 0.2rem;
  }
}