@font-face {
  font-family: 'SourceHanSansCN';
  src: url(../font/SourceHanSansSC-Regular-2.otf);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
  font-family: SourceHanSansCN, "NSimSun";
}

@font-face {
  font-family: 'DIN Condensed';
  src: url(../font/Condensed.ttf);
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  font-size: 14px;
  /* line-height: 1.5; */
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

.tac {
  text-align: center;
}
.logos1 {
  width: auto; /* 宽度自动（根据原始比例和容器大小调整） */
  height: auto; /* 高度自动（关键：保持宽高比，避免变形） */
  max-width: 100%; /* 最大宽度不超过容器宽度（防止放大时溢出） */
  max-height: 60px; /* 限制最大高度（根据设计需求调整，例如 Logo 区域高度） */
  /* 可选：设置固定高度（如果需要固定 Logo 区域高度） */
  /* height: 60px; 若设置固定高度，必须确保 width: auto; */
} 
.shop_two {
    margin-top: 40px; /* 与上方地址信息保持间距 */
    padding: 20px;
    background: #f9f9f9; /* 浅灰背景区分表单区域 */
    border-radius: 8px; /* 圆角边框美化 */
}
.fl {
  float: left;
}

.fr {
  float: right;
}

.bg-white {
  background: #fff;
}

/* 首页样式 */
.index_body {
  width: 100%;
}

.header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 9;

}

.header.header-index {
  top: 0;
}

/* .header,
.logo,
.navbar {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
} */

.nav li a.active {
  /* color: #A5BD34; */
}

.container-header {
  height: 120px;


}

.logo {
  /* float: left; */
  margin-top: 32px;
  margin-right: 40px;
  margin-left: 133px;
}

.logo img {
  display: block;
}

.navbar {
  /* float: right; */
  padding: 0;
}

.navbar li {
  line-height: 120px;
  /* color: #fff; */
  margin: 0 30px;
  cursor: pointer;
}

.navbars li {
  line-height: 120px;
  color: #333;
  margin: 0 30px;
  cursor: pointer;
}

.nnddd {
  color: #333;
  background: rgba(255, 255, 255, 0.29);
  backdrop-filter: saturate(120%) blur(4px);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
  height: auto;

}

.naveds {
  margin-top: 55px;
  width: 64%;
  height: 1px;
  background: #FFF;
}

.women {
  position: absolute;
  left: 14%;
  top: 79%;
  background: url(../image/bgs.png) no-repeat;
  background-size: 100%;
  display: none;
}

.women1 li {
  line-height: 30px;
  margin-bottom: 20px;
  color: #333;
}

.flexs1 {
  position: absolute;
  left: 27%;
  top: 79%;
  line-height: 20px;
  background: url(../image/ju.png) no-repeat;
  background-size: 100% 100%;
  display: none;
}

.flexs2 {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.flexs2 li {
  line-height: 30px;
  /* margin-bottom: 20px; */
  color: #000;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 30px;
  margin-bottom: 15px;
  font-size: 10px;
  font-weight: bold;
}

.naveds1 {
  background: #333;
}

.wechat {
  visibility: hidden;
}

.wechats:hover .wechat {
  visibility: inherit;
}

.navbard {
  float: right;
  padding: 0;
}

.language {
  width: 80px;
  height: 26px;
  background: #A5BD34;
  border-radius: 13px;
  float: left;
  margin-top: 33px;
  display: flex;
  font-size: 13px;
  text-align: center;
  line-height: 26px;
}

.language1 {
  width: 50%;
  color: #fff;
}

.language2 {
  width: 50%;
  color: #A5BD34;
  background: #FFF;
  border-bottom-right-radius: 13px;
  border-top-right-radius: 13px;
}

.guanyu {
  background: url(../image/bas.png);
}

.swiperss {
  width: 100%;
  height: 100vh;
}

#video2 {
  display: none;
}

.bgs {
  width: 100%;
  height: 100%;
  background-size: cover;
  text-align: center;
  position: relative;
}

.bgs img {
  width: 100%;
  height: 100%;
}

.text {
  position: absolute;
  left: 65%;

  top: 50%;

  /* margin:auto; */
  /* width: 100%; */
  height: 120px;
  text-align: center;
  color: #FFF;
}

.swiper-container.toppps {
  width: 100%;
  height: 100%;
}

.swiper-button-prev {
  width: 60px;
  height: 60px;
  background-size: 60px;
  height: 60px;
  background: url(../image/left.png) no-repeat;
  background-size: 100% 100%;
}

.swiper-button-next {
  width: 60px;
  height: 60px;
  background-size: 60px;
  height: 60px;
  background: url(../image/right.png) no-repeat;
  background-size: 100% 100%;

}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: '';
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: '';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  top: 580px;
  right: 45%;
  left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 45%;
  top: 580px;
  right: auto;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: transparent;
  /* border-radius: 0; */
  opacity: 1;

}

.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background: #ffffff;
  border-color: #ffffff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 32px;

}

.choose {
  width: 100%;
  height: 100%;
  background: url(../image/two.png) no-repeat;
  background-size: 100% 100%;
}

.choose .container {
  padding: 253px 0px 287px 0;
}

.rukou {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rukou a {
  margin: auto;
}

.rus {
  width: 100%;
  display: flex;
}

.rus_left {
  padding: 84px 0px 94px 100px;
}

.rus_right {
  padding: 138px 110px;
}

.rukou a:hover .rus {
  background: url(../image/three.png) no-repeat;
  background-size: contain;
}

.choose2 {
  width: 100%;
  height: 100%;
  /*position: relative;*/
  background: url(../image/bg2.png) no-repeat;
  border: 1px solid transparent;
}

.look {
  top: 50px;
  /*position: absolute;*/
  width: 100%;
  text-align: center;
  color: #919191;
  font-size: 28px;
  padding-top: 120px;
  margin-bottom: 150px;
  border: 1px solid transition;
  /* -webkit-animation:nnddd 1s ease;
    animation:nnddd 1s ease;
    transition: all 1s ease;
    transform: translateY(0);
    opacity: 1; */
}

.nndddd {
  -webkit-animation: nndddd 1s ease;
  animation: nndddd 1s ease;
  transition: all 1s ease;
}

@keyframes nndddd {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.nndddd1 {
  -webkit-animation: nndddd1 1s ease;
  animation: nndddd1 1s ease;
  transition: all 1s ease;
}

@keyframes nndddd1 {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.nndddd2 {
  -webkit-animation: nndddd2 1.5s ease;
  animation: nndddd2 1.5s ease;
  transition: all 1.5s ease;
}

@keyframes nndddd2 {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.nndddd3 {
  -webkit-animation: nndddd3 2s ease;
  animation: nndddd3 2s ease;
  transition: all 2s ease;
}

@keyframes nndddd3 {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.rukous {
  width: 552px;
  height: 552px;
  margin: auto;
  margin-bottom: 214px;
  position: relative;
  background: url(../image/circle1.png) no-repeat;
}

.rukous2 {
  width: 344px;
  height: 344px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../image/circle2.png) no-repeat;
  background-size: contain;
  -webkit-animation: round_animate 5s linear infinite;
  animation: round_animate 5s linear infinite;
}

@keyframes round_animate {
  to {
    transform: rotate(1turn);
  }
}

.tab1 {
  position: absolute;
  left: 222px;
  top: -110px;
}

.tab1_left {
  text-align: center;
  color: #919191;
  font-size: 20px;
  margin-bottom: 43px;
}

.tab2 {
  display: flex;
  position: absolute;
  left: -150px;
  top: 109px;
}

.tab2_left {
  text-align: center;
  color: #919191;
  font-size: 20px;
  padding-top: 50px;
  padding-right: 40px;
}

.tab3 {
  display: flex;
  position: absolute;
  left: -77px;
  bottom: 0;
}

.tab3_left {
  text-align: center;
  color: #919191;
  font-size: 20px;
  padding-top: 82px;
  padding-right: 40px;
}

.tab4 {
  display: flex;
  position: absolute;
  right: -150px;
  top: 109px;
}

.tab4_left {
  text-align: center;
  color: #919191;
  font-size: 20px;
  padding-top: 50px;
  padding-left: 40px;
}

.tab5 {
  display: flex;
  position: absolute;
  right: -77px;
  bottom: 0;
}

.tab5_left {
  text-align: center;
  color: #919191;
  font-size: 20px;
  padding-top: 82px;
  padding-left: 40px;
}

.choose3 {
  width: 100%;
  height: 100%;
  /*position: relative;*/
  background: url(../image/bg3.png) no-repeat;
  border: 1px solid transparent;
  background-size: cover;
}

.show {
  width: 100%;
  text-align: center;
  color: #919191;
  font-size: 36px;
  padding: 120px 0;
  border: 1px solid transparent;
}

.shows {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid transparent;
}

.goods {
  width: 33.3%;
  height: 430px;
  border: 1px solid transparent;
  margin-bottom: 120px;
}
.shows::after{
  content: "";
  width: 400px;
  /* flex: auto; */
}
.goods::after{
  content: "";
  width: 400px;
}
.goods:hover {
  background: url(../image/write.png);
  background-size: 100% 430px;
  background-repeat: no-repeat;
}

.goods_img {
  width: 228px;
  height: 228px;
  margin: 46px auto;


}

.goods_txt {
  width: 100%;
  text-align: center;
  color: #919191;
  font-size: 28px;
}

.about {
  width: 100%;
  height: 100vh;
  background-size: 100% 100%;
}

.abouts {
  width: 100%;
  text-align: center;
  padding: 380px 430px;
  color: #FFF;
  font-size: 45px;
}

.shop {
  width: 100%;
  height: 100%;
  background: #FFF;
}

.shop_title {
  width: 100%;
  text-align: center;
  color: #919191;
  padding: 131px 0px;
  font-size: 36px;
}

.shop_one {
  /* width: 75%;
  margin: auto; */
  margin-bottom: 164px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sort-page {
  margin-bottom: 120px;
}

.pagination {
  justify-content: center;
  flex-wrap: wrap;
}

.pagination li {
  margin: 0 5px 36px 5px;
}

.pagination li a {
  display: block;
  height: 44px;
  min-width: 44px;
  word-break: keep-all;
  white-space: nowrap;
  background: #fff;
  font-size: 18px;
  line-height: 44px;
  color: #0068BD;
  text-align: center;
  border-radius: 50%;
}

.pagination li:hover a {
  color: #0068BD;
}

.pagination li.active:hover a {
  color: #fff;
}

.pagination li span {
  display: block;
  height: 44px;
  min-width: 44px;
  word-break: keep-all;
  white-space: nowrap;
  background: #fff;
  font-size: 18px;
  line-height: 44px;
  color: #0068BD;
  text-align: center;
  border-radius: 50%;
}

.pagination li.disabled span {
  cursor: not-allowed;
}

.pagination li.active span {
  display: block;
  height: 44px;
  min-width: 44px;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 18px;
  line-height: 44px;
  color: #000;
  text-align: center;
  /* background: #0068BD; */
}

.shop_two {
  width: 55%;
  margin: auto;
  margin-bottom: 183px;
  display: flex;
  justify-content: space-between;
}

.info {
  width: 30%;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  margin-bottom: 50px;
}

.info_img {
  margin-bottom: 37px;
  max-height: 92px;
}

.info_txt {
  margin-bottom: 34px;
  color: #333;
}

.info_tel {
  color: #919191;
}

.acad {
  width: 100%;
  height: 100vh;
  background-size: 100% 100%;
  border: 1px solid transparent;
}

.acads {
  width: 100%;
  text-align: center;
  margin-top: 300px;
  margin-bottom: 109px;
  color: #333;
  font-size: 45px;
}

.acads1 {
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 26px;
  line-height: 60px;
}

.liu1 {
  width: 100%;
  border: 1px solid transparent;
  color: #919191;
}

.liu1_txt {
  width: 33%;
  margin: auto;
  margin-top: 145px;
  margin-bottom: 144px;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
}

.liu1_shows {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.shows2 {
  line-height: 30px;
  width: 44%;
  font-size: 28px;
  padding-top: 25px;
}

.liu2 {
  width: 100%;
  border: 1px solid transparent;
  color: #919191;
  margin-bottom: 100px;
}

.liu3 {
  width: 100%;
  background: url(../image/liu3.png);
  background-size: contain;
}

.liu4 {
  padding: 116px 0;
  text-align: center;
}

.liu4 img {
  width: 90%;
  height: auto;
}

.about1 {
  width: 100%;
  height: 100vh;
  background-size: 100% 100%;
  position: relative;
}

.optic {
  position: absolute;
  left: 0;
  top: 0;
}

.navs li {
  padding: 0px 40px;
  text-align: center;
  cursor: pointer;

}

.uls {
  width: 100%;
  height: 254px;
  margin-top: -25px;
  background: url(../image/bgs.png) no-repeat;
  display: none;
}

.uls li {
  width: 100%;
  margin: auto;
  padding-top: 18px;
  color: #919191;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.we:hover .uls {
  display: block;
}

.abouts1 {
  width: 100%;
  text-align: center;
  padding: 397px 430px 200px 430px;
  color: #FFF;
  font-size: 45px;
}

.bottom {
  text-align: center;
  margin-top: 92px;
  margin-bottom: 23px;
}

.shu {
  width: 1px;
  height: 260px;
  margin: auto;
  margin-bottom: 55px;
  background: #ababab;
}

.jianjie {
  width: 100%;
  text-align: center;
  color: #919191;
  font-size: 36px;
  margin-bottom: 93px;
}

.jianjie span {
  font-size: 13px;
  vertical-align: top;
}

.jianjie2 {
  width: 100%;
  text-align: center;
  color: #919191;
  font-size: 36px;
  margin-bottom: 93px;
}

.jianjie3 {
  width: 100%;
  text-align: center;
  color: #919191;
  font-size: 36px;
  margin-bottom: 93px;
}

.jianjie4 {
  width: 100%;
  text-align: center;
  color: #919191;
  font-size: 36px;
  margin-bottom: 93px;
}

.jianjie5 {
  width: 100%;
  text-align: center;
  color: #919191;
  font-size: 36px;
  margin-bottom: 93px;
}

.jianjie6 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 36px;
  margin-top: 150px;
}

.introduce {
  width: 100%;
  color: #919191;
  font-size: 22px;
  line-height: 50px;
}

.shodow {
  width: 70%;
  margin: auto;
  margin-top: 10px;
}

.shodow img {
  width: 100%;
  height: auto;
}

.city {
  width: 100%;
  background: url(../image/city2.png);
  background-size: 100% 100%;
  border: 1px solid transparent;
}

.zhan {
  display: flex;
  justify-content: space-between;
  margin-top: 156px
}

.zhan1 {
  width: 210px;
  text-align: center;
  color: #FFF;
  margin-bottom: 100px;
}

.zhan1_tu {
  margin-right: 35px;
  margin: auto;
}

.zhan1_tu img {
  min-height: 93px;
  margin-bottom: 15px;
}

.zhan1_txt {
  font-size: 24px;
  margin-bottom: 46px;
}

.zhan1_jie {
  font-size: 22px;
  line-height: 35px;
}

.company {
  color: #FFF;
  font-size: 22px;
  line-height: 50px;
  margin-bottom: 128px;
}

.map {
  display: flex;
  justify-content: space-between;

  margin-bottom: 153px;
}

.map_left {
  width: 45%;
  color: #919191;
  font-size: 28px;
  line-height: 45px;
}

.left_text {
  margin-bottom: 40px;
}

.map_right {
  width: 45%;
}

.map_right img {
  width: 100%;
}

.nnddddx {
  -webkit-animation: nnddddx 1s ease-in;
  animation: nnddddx 1s ease-in;
}

@keyframes nnddddx {
  0% {
    transform: translateX(30%);
  }

  100% {
    transform: translateX(0px);
  }
}

.xiantou {}

.xiantous {
  -webkit-animation: 'fadeInLeft'2s;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.left_image {
  display: flex;
  /* justify-content: space-between; */
}

.support {
  width: 100%;
  text-align: center;
  background: url(../image/bg7.png);
  border: 1px solid transparent;
}

.zizhi {
  width: 100%;
}

.wes {
  position: relative;
}

.uls1 {
  height: 240px;
  width: 500px;
  position: absolute;
  left: -85px;
  margin-top: -25px;
  background: url(../image/ju.png);
  background-size: 100% 100%;
  visibility: hidden;
}

.wes:hover .uls1 {
  visibility: inherit;
}

.acadc {
  width: 100%;
  height: 100vh;
  background-size: 100% 100%;
  border: 1px solid transparent;
}

.acadsc {
  width: 100%;
  text-align: center;
  margin-top: 388px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 45px;
}

.acads1c {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
}

.pict {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.pict img {
  width: 100%;
  height: 100%;
}

.picture {
  width: 100%;
  margin-bottom: 50px;
  min-height: 440px;
}

.picture img {
  width: 100%;
}

.milks {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.66);
  visibility: hidden;
}

.milk:hover .milks {
  visibility: inherit;
}

.ctdnas {
  display: none;
}

.milk:hover .ctdnas {
  display: block;
}

.ctdna {
  position: absolute;
  top: 37%;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  line-height: 37px;
}

.ctdnas {
  width: 66%;
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  margin: auto;
  color: #808080;
  text-align: center;
  font-size: 18px;
  line-height: 37px;
}

.milks2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.66);
  visibility: hidden;
}

.milk2:hover .milks2 {
  visibility: inherit;
}

.ctdnas2 {
  display: none;
}

.milk2:hover .ctdnas2 {
  display: block;
}

.ctdna2 {
  position: absolute;
  top: 37%;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  line-height: 37px;
}

.ctdnas2 {
  width: 66%;
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  margin: auto;
  color: #808080;
  text-align: center;
  font-size: 18px;
  line-height: 37px;
}

.ctdna3 {
  position: absolute;
  top: 37%;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  line-height: 37px;
}

.milks3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.66);
}

.ctdnas3 {
  width: 66%;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: auto;
  color: #808080;
  text-align: center;
  font-size: 18px;
  line-height: 37px;
}

.ctdna4 {
  position: absolute;
  top: 37%;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  line-height: 37px;
}

.milks4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.66);
}

.xinde {
  color: #808080;
  text-align: center;
  font-size: 18px;
  line-height: 37px;
}

.ctdnas4 {
  width: 66%;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: auto;
  color: #808080;
  text-align: center;
  font-size: 18px;
  line-height: 37px;
}

.mlok {
  display: none;
}

.ntm:hover .picture1 {
  display: none;
}

.ntm:hover .mlok {
  display: block;
}

.mpm:hover .picture3 {
  display: none;
}

.mpm:hover .mloks {
  display: block;
}

.mloks {
  display: none;
}

.tedian {
  width: 100%;
  background: url(../image/green.png);
  border: 1px solid transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.tedian img {
  width: 100%;
}

.aife {
  width: 100%;
  background: url(../image/xi.png);
  background-size: 100% 100%;
  border: 1px solid transparent;
}

.yao {
  width: 82%;
  display: flex;
  margin: auto;
  margin-top: 13%;
}

.yao1 {
  width: 60%;
  background: url(../image//star.png) no-repeat;
  background-position: 68px -214px;
}

.yao1s {
  margin-left: -100px;
  text-align: right;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 3%;
}

.yao1s1 {
  /* width: 262px; */
  /* height: 95px; */
  /* background: #55CECC; */
  /* border-radius: 45px; */
  /* text-align: center; */
  /* line-height: 95px; */
  color: #fff;
  font-size: 2vw;
  /* padding-bottom: 67px; */
  margin-bottom: 8%;
  /* margin-left: 125px; */
  letter-spacing: 0.5vw;
}

.yao1s1 span {
  vertical-align: top;
  font-size: 1.5vw;
  line-height: 1;
  letter-spacing: normal;
}

.yao1s2 {
  font-size: 2.2vw;
  color: #FFF;
  /* padding-bottom: 20px; */
  margin: 1% 0;
  padding-bottom: 5%;
  border-bottom: 1px solid #FFF;
  letter-spacing: 0.2vw;
}

.yao1s3 img {
  width: 100%;
}

.yao1s4 {
  width: 80%;
  font-size: 1vw;
  color: #FFF;
  padding: 1%;
  line-height: 1.5;
  /* padding-top: 24px; */
  text-align: right;
  /* white-space:pre-wrap; */
  word-break: break-all;
}

.yao1s5 {
  font-size: 1vw;
  font-weight: 500;
  color: #FFFFFF;
  padding: 10% 0;
  /* white-space:pre-wrap; */
}

.yao2 {
  width: 100%;
  background: url(../image/xi1.png);
  background-size: cover;
  border: 1px solid transparent;
  color: #FFF;
  padding: 10% 0 8%;
}

.yao2-flex {
  display: flex;
  justify-content: flex-end;
}

.yao-row-flex {
  width: 43%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 17%;
}

.yao2s {
  width: 100%;
  background: url(../image/changwei.jpg);
  background-size: 100% 100%;
  border: 1px solid transparent;
  color: #FFF;
}

.yao2ss {
  width: 100%;
  background: url(../image/nings.jpg);
  background-size: 100% 100%;
  border: 1px solid transparent;
  color: #FFF;
}

.yao2sd {
  width: 100%;
  background: url(../image/nuos.jpg);
  background-size: 100% 100%;
  border: 1px solid transparent;
  color: #FFF;
}

.yao21 {
  /* width: 65%; */
  font-size: 1.2vw;
  letter-spacing: 0.2vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
  padding-bottom: 6%;
  text-align: justify;
  letter-spacing: -0.2px
}

.yao21 span {
  vertical-align: top;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: normal;
}

.yao22 {
  display: flex;
  justify-content: space-between;
  /* width: 65%; */
  font-size: 28px;
}

.yao22 .yao22-item {
  border: 1px solid #FFF;
  border-radius: 20px;
  padding: 7% 0 10%;
  text-align: center;
  width: 48%;
}

.yao22 .yao22-item .yao22-item-title {
  font-size: 1.2vw;
  /* font-weight: 400; */
  color: #FFFFFF;
  line-height: 1.5;
  padding-bottom: 2.5vw;
}

.yao22 .yao22-item .yao22-item-row {
  font-size: 1.5vw;
  /* font-weight: 400; */
  /* color: #FFFFFF; */
  /* line-height: 46px; */
}

.yao22 .yao22-item .yao22-item-row span {
  font-size: 3.5vw;
  font-weight: bold;
  font-family: 'DIN Condensed';
  color: #FFFFFF;
  padding-right: 0.5vw;
}

.zhun {
  width: 100%;
  background: #f2f2f2;
  border: 1px solid transparent;
}

.que {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 36px;
}

.quye {
  margin-bottom: 91px;
}

.quye1 {
  margin-bottom: 214px;
}

.quye1s {
  margin-top: -175px;
  margin-bottom: 214px;
  font-family: 'DIN Condensed';
  font-size: 4vw;
}
.quye1s span{
  font-family: 'DIN Condensed';
}

.yiqi {
  display: flex;
  align-items: center;
  color: #919191;
}

.yiqi2 {
  /* padding-left: 10%; */
  width: 50%;
  text-align: right;
  padding-right: 17%;
}

.yiqi2s {
  font-size: 30px;
  /* margin-left: 143px; */
  margin-bottom: 64px;
  margin-top: 10%;
}

.yiqi2ss {
  font-size: 36px;
  /* margin-left: 218px; */
}



.texts1 {
  position: absolute;
  top: 255px;
  right: 350px;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  text-align: right;
}

.literature {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  line-height: 1.5;
  padding: 68px 0;
  background-color: #F2F2F2;
}

.literature div {
  width: 65%;
  margin: 0 auto;
}

.cooperate-box {
  padding-top: 120px;
  background: url(../image/hezuo.png);
  background-size: 100% 100%;
}

.cooperate-list {
  display: flex;
  flex-wrap: wrap;
  padding: 2% 13% 20%;
}

.cooperate-list div {
  width: 20%;
  padding: 0 10px;
}

.cooperate-list div img {
  width: 100%;
}














/*底部*/
.foot {
  background: url(../image/foot.png) 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  width: 90%;
  line-height: 133px;
  color: #FFF;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.foots {
  background: url(../image/foot2.png) 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footers {
  padding: 50px 261px;
  color: #FFF;
  display: flex;
  justify-content: space-between;
}

.footers_left {
  /* line-height: 45px; */
  font-size: 18px;
  width: 70%;
}
.shouyes{
  display: flex;
}
.shouyes a{
  width: 25%;
  padding-bottom: 1.2vw;
}
.shouyesmain{
  font-size: 1vw !important;
}
.shouyesitem li{
  font-size: 0.8vw !important;
}
.footer_right {
  line-height: 133px;
  font-size: 18px;
  max-width: 340px;
  text-align: right;
}

.footer1 {
  width: 90%;
  padding: 43px 60px;
  color: #939393;
  /* display: flex;
  justify-content: space-between; */
  margin: auto;
  text-align: center;
}

.footers_right {
  line-height: 35px;
  font-size: 1.5vw;
  width: 30%;
  font-weight: bold;
  border-left: 1px solid #FFF;
  padding-left: 6%;
  height: fit-content;
  
}
.footers_right .footers-phone{
  font-size: 2vw;
  font-family: 'DIN Condensed';
}
.footers_right-flex{
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.footers_right-flex img{
  width: 18px;
  height: 23px;
}
.footers_right-phone{
  font-size: 1vw;
  font-weight: 400;
  padding-left: 10px;
}

.footer1_left {
  line-height: 45px;
  font-size: 18px;
}

.footer1_right {
  line-height: 45px;
  font-size: 18px;
  text-align: right;
}

.footer1_rights {
  line-height: 45px;
}

.header-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  background: rgba(255, 255, 255, 0.29);
  backdrop-filter: saturate(120%) blur(4px);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
}

.header-mobile .menu {
  display: block;
  float: right;
  cursor: pointer;
  height: 40px;
  width: 28px;
  position: absolute;
  top: 0px;
  right: 20px;
}

.header-mobile .menu span {
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 25px;
  left: 0px;
  transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -ms-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
}

.header-mobile .menu span:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: -8px;
  left: 0px;
  transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -ms-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.header-mobile .menu span:after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  left: 0px;
  transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -ms-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.header-mobile .icon-logo {
  display: block;
  width: 90px;
  height: 30px;
}

.header-mobile .icon-logo img {
  width: 100%;
  height: 100%;
}

.header-mobile .nav-list {
  position: fixed;
  right: -216px;
  top: 80px;
  width: 216px;
  height: calc(100vh - 75px);
  background: rgba(255, 255, 255, 0.95);
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 53px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  z-index: 99;
  text-align: center;
  /*background: #A5BD34;*/
  background: rgba(3, 169, 244, 0.8);
}

.header-mobile .nav-list li {

  margin-bottom: 20px;

}

.header-mobile .nav-list a {
  font-size: 18px;
  color: #fff;
}

.header.menu_click .menu span {
  background-color: transparent;
}

.header.menu_click .menu span:before {
  transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  transform: rotate(45deg);
  top: 0px;
}

.header.menu_click .menu span:after {
  transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  transform: rotate(-45deg);
  top: 0px;
}

.header.menu_click .nav-list {
  right: 0;
}

.rukous1 {
  display: none;
}

.supportimg {
  width: 90%;
  margin: auto;
}

.supportimg img {
  width: 100%;
}

.texttt {
  display: none;
}

.school {
  display: none;
}

.doctor {
  width: 100%;
  background: url(../image/doctor.png) no-repeat 100% 100%;
  color: #FFF;
  padding: 30px 0 160px 0;
  background-size: cover;
  line-height: 25px;
  margin-bottom: 50px;
}

.quan {
  width: 100%;
  background: url(../image/quan.png) no-repeat 100% 100%;
  background-size: cover;
  /* height: 278px; */
  border: 1px solid transparent;

}

.yuans {
  width: 100%;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}

.yuans ul {
  width: 48%;
  font-size: 12px;
  color: #808080;
  line-height: 25px;
}


.phone-banner {
  position: relative;
}

.phone-banner .banner-icon1 {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -35%);
  -webkit-transform: translate(-50%, -35%);
  -moz-transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, -35%);
  -o-transform: translate(-50%, -35%);
  width: 80%;
}

.phone-banner .banner-icon2 {
  width: 110px;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%, -10%);
  -webkit-transform: translate(-50%, -10%);
  -moz-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
  -o-transform: translate(-50%, -10%);
}

.phone-banner .banner-bot {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -10%);
  -webkit-transform: translate(-50%, -10%);
  -moz-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
  -o-transform: translate(-50%, -10%);
  width: 50px;
}

.phone-footer {
  background: url(../image/phone-footer-bg2.jpg) no-repeat center;
  background-size: 100% 100%;
  padding-top: 180px;
  padding-bottom: 20px;
}

.phone-footer .footer-img1 {
  text-align: center;
}

.phone-footer .footer-img1 img {
  width: 150px;
}

.phone-footer .footer-text {
  text-align: center;
  margin-top: 20px;
  padding: 0 10px;
}

.phone-footer .footer-text h2 {
  color: #c89f49;
  font-size: 20px;
  line-height: 24px;
}

.phone-footer .footer-text p {
  color: #89888b;
  font-size: 16px;
  line-height: 20px;
  margin-top: 6px;
}

.phone-footer .footer-erweima {
  text-align: center;
  margin-top: 20px;
}

.phone-footer .erweima-text p {
  color: #89888b;
  font-size: 16px;
  line-height: 20px;
  margin-top: 3px;
}

.phone-footer .footer-tit {
  text-align: center;
  margin-top: 20px;
  padding: 0 10px;
}

.phone-footer .footer-tit p {
  color: #89888b;
  font-size: 14px;
  line-height: 20px;
  margin-top: 3px;
}

.phone-tab .tab-tit {
  text-align: center;
}

.phone-tab .tab-tit h2 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #919191;
}

.phone-tab .phone-tab-swiper1 .swiper-slide-thumb-active {
  border: 1px solid skyblue;
}

.phone-tab .phone-tab-swiper1 {
  top: -80px;
}

.phone-tab .phone-tab-swiper1 .bot-text {
  background: #fff;
  padding: 35px 10px 35px 10px;
  width: 85%;
  margin: 20px auto;
  text-align: center;
  border-radius: 15px;
  box-shadow: 2px 10px 10px #ccc;
}

.phone-tab .phone-tab-swiper1 .bot-text h2 {
  color: #89888b;
  font-size: 14px;
  line-height: 20px;
}

.phone-tab .phone-tab-swiper1 .bot-text p {
  color: #89888b;
  font-size: 16px;
  line-height: 22px;
  margin-top: 8px;
}

.phone-tab .phone-tab-swiper1 .swiper-button-next {
  background: url(../image/right.png) no-repeat;
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
  top: 50%;
  right: 17px;
  left: auto;
}

.phone-tab .phone-tab-swiper1 .swiper-button-prev {
  background: url(../image/left.png) no-repeat;
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
  top: 50%;
  left: 17px;
  right: auto;
}

.phone-common-text {
  padding: 0 10px;
}

.phone-common-text p {
  color: #919191;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

.phone-common-text-white p {
  color: #c89f49;
}

.phone-city {
  background: #e9e9e9;
  padding: 40px 0;
}

.phone-city .phone-common-text {
  margin-bottom: 40px;
}

.phone-city .city-list li {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.phone-city .city-list li .list-left {
  width: 50%;
  text-align: center;
}

.phone-city .city-list li .list-right {
  width: 50%;
}

.phone-city .city-list li:not(:last-child) {
  margin-bottom: 30px;
}

.phone-city .list-left img {
  width: 100px;
}

.phone-city .list-right h2 {
  color: #919191;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 6px;
}

.phone-city .right-text p {
  color: #919191;
  font-size: 16px;
  line-height: 20px;
}

.phont-head {
  padding: 30px 0;
}

.phont-head h2 {
  text-align: center;
  color: #919191;
  font-size: 24px;
}

.phont-head-white h2 {
  color: #fff;
}

.phone-product {
  background: url(../image/phone-tedian-bg.png) no-repeat center;
  background-size: 100% 100%;
  padding-bottom: 20px;
}

.phone-product .product-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.phone-product .product-ul li {
  width: 33.3%;
  text-align: center;
  padding-bottom: 10px;
}

.phone-product .product-box img {
  width: 50px;
}

.phone-product .product-box p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
}

.phone-anim {
  animation: phone-anim 3s ease;
  -webkit-animation: phone-anim 3s ease;
  transition: all 3s ease;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
}

.phone-yingyong {
  background: url(../image/phone-yingyong-bg1.png) no-repeat center;
  background-size: 100% 100%;
  padding: 120px 0;
  margin: -50px 20px 45px 20px;
  position: relative;
}

.phone-yingyong .box-text {
  text-align: center;
  position: absolute;
}

.phone-yingyong .box-text h2 {
  color: #919191;
  font-size: 18px;
  line-height: 24px;
}

.phone-yingyong .box-text p {
  color: #919191;
  font-size: 16px;
  line-height: 20px;
}

.phone-yingyong .box-text1 {
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.phone-yingyong .box-text2 {
  left: 15px;
  top: 46%;
  transform: translateY(-46%);
  -webkit-transform: translateY(-46%);
  -moz-transform: translateY(-46%);
  -ms-transform: translateY(-46%);
  -o-transform: translateY(-46%);
}

.phone-yingyong .box-text3 {
  right: 15px;
  top: 46%;
  transform: translateY(-46%);
  -webkit-transform: translateY(-46%);
  -moz-transform: translateY(-46%);
  -ms-transform: translateY(-46%);
  -o-transform: translateY(-46%);
}

.phone-yingyong .box-text4 {
  bottom: 22px;
  left: 70px;
}

.phone-yingyong .box-text5 {
  bottom: 22px;
  right: 70px;
}

.phone-jigou {
  margin-bottom: 50px;
}

.phone-jigou .jigou_image {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.phone-jigou .image_box {
  display: flex;
  align-items: center;
}

.phone-jigou .image_box1 img {
  width: 35px;
}

.phone-jigou .image_box2 {
  padding-left: 8px;
}

.phone-jigou .image_box2 img {
  width: 100px;
}

.phone-quanwei .quanwei-box {
  width: 100%;
  position: relative;
}

.phone-quanwei .quanwei-box::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #c89f49;
  right: 0;
  bottom: -35px;
}

.phone-quanwei .quanwei-box::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #c89f49;
  left: 0;
  top: -32px;
}

.phone-quanwei .quanwei-list {
  width: 100%;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}

.phone-quanwei .quanwei-list ul {
  width: 50%;
  padding: 0 2px;
}

.phone-quanwei .quanwei-list ul li {
  font-size: 12px;
  color: #808080;
  line-height: 25px;
}

.phone-doctor {
  width: 100%;
  background: url(../image/phone-doctor-bg.jpg) no-repeat 100% 100%;
  color: #FFF;
  padding: 30px 0 230px 0;
  background-size: cover;
  line-height: 25px;
  margin-bottom: 50px;
}

.phone-yuanjing {
  padding-top: 20px;
}

.phone-quanwei .quanwei-box .icon-top {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #c89f49;
  position: absolute;
  top: -22px;
  left: 0;
}

.phone-quanwei .quanwei-box .icon-bot {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #c89f49;
  position: absolute;
  bottom: -26px;
  left: 0;
}

.news {
  width: 100%;
}

.news_title {
  text-align: center;
  color: #919191;
  font-size: 24px;
  padding: 50px 0;
}

.main {
  width: 100%;
  /* background-color: green; */
  margin: auto;
}

.btn {
  width: 65%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  /* box-shadow: 0 0.04rem 0 rgba(0,55,88,.1);   */
  background: #F2f2f2;
  padding: 0;
}

.main .btn a {
  width: 45%;
}

.spanList {
  width: 100%;
  font-family: PingFang-SC-Medium;
  font-size: 1rem;
  color: #919191;
  text-align: center;
  line-height: 3rem;
  display: inline-block;
  position: relative;
  letter-spacing: 0.005rem;
  font-weight: 400;
}

.active {
  font-family: PingFang-SC-Bold;
  font-size: 1rem;
  font-weight: 600;
  color: #919191;
  text-align: center;
  line-height: 3rem;
  letter-spacing: 0.005rem;
  display: inline-block;
  box-sizing: border-box;
  border-bottom: 2px solid #919191;
}

/* .active::after{
  position: absolute;
  left: 0.48rem;
  top: 1rem;
  content:""; 
  width: 0.8rem;
  height: 0.08rem;
  background-color: #ccc;
  border-radius: 0.04rem;
} */
.context {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}

.con {
  display: none;
  width: 100%;
  margin-top: 3.6rem;
}

.paper {
  width: 65%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: 50px;
}

.papers {
  width: 100%;
}

.paper a {
  width: 50%;
  padding-right: 2.5%;
}

.paper1 {
  width: 100%;
  /* max-width: 552px; */
  height: 100%;
  background: #ccc;
}
.paper a:nth-child(2n){
  padding-left: 2.5%;
  padding-right: 0;
}
.paper1 img {
  width: 100%;
  height: 100%;
}

.paper2 {
  text-align: left;
  margin: 35px auto;
}

.paper3 {
  text-align: left;
  margin-bottom: 50px;
  color: #919191;
}

.con .sort-page {
  margin-bottom: 60px;
}

.news-box {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;

  background: #f3f1e9;
}

.details {
  background: #FFF;
  display: flex;
  padding-left: 50px;
  margin-top: 120px;

}

.details img {
  max-width: 100%;
}

.details_title {
  padding-top: 62px;
  font-size: 24px;
  font-weight: 400;
  color: #323232;
  line-height: 33px;
  margin-bottom: 24px;
}

.details_time {
  font-size: 14px;
  font-weight: 400;
  color: #7F7F7F;
  line-height: 26px;
  margin-bottom: 48px;
}

.details_book {
  font-size: 14px;
  font-weight: 400;
  color: #818181;
  line-height: 30px;
  margin-bottom: 48px;
}
.details_book span{
  font-family: SourceHanSansCN, "NSimSun" !important;
}

.details_book li {
  list-style-type: disc;
  margin-left: 45px;
}

.xuxian {
  width: 100%;
  height: 1px;
  background: #E6E6E6;
  margin-bottom: 48px;
}

.based {
  width: 100%;
  /* display: flex; */
  padding-bottom: 166px;
}

.based .based-box {
  display: flex;
  align-items: center;
}

.based .col-md-12 {
  padding-bottom: 15px;
}

.based .based-box span {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  line-height: 22px;
}

.based .recommend>a {
  font-size: 16px;
  font-weight: 400;
  color: #959494;
  line-height: 22px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.based .based-box:hover .recommend>a {
  color: #0068BD;
}

.based .but-based {
  border-radius: 25px;
  border: 2px solid #0068BD;
  padding: 15px 42px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0068BD;
  line-height: 20px;
  display: inline-block;
}

.times2 {
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  line-height: 20px;
  margin-bottom: 24px;
}

.looks {
  width: 140px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #979797;
}

.relevant {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  line-height: 22px;
  margin-bottom: 26px;
}

.relevants li {
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  line-height: 20px;
  margin-bottom: 10px;
}

.right_choose {
  width: 80%;
  padding: 0px 98px 0px 30px;
}

.type {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  line-height: 22px;
  padding-top: 60px;
  margin-bottom: 34px;
}

.right_type {
  height: 146px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E6E6E6;
}

.right_type li a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #343434;
  padding: 5px 0px 5px 17px;
  margin: 0 auto;
  /* border-radius: 20px 20px 20px 0; */
  transition: all 0.5s;
}

.right_type li {
  margin-bottom: 25px;
}

.right_type li a:hover,
.right_type li.active a {
  color: #fff;
  font-weight: 500;

  background: #0068BD;
  /* background: #e93a3a; */
}

.right_type li.active {
  position: relative;
}

#type2 {
  margin-bottom: 14px;
}

.relevants2 {
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  line-height: 20px;
}

.relevants2 li {
  padding-top: 23px;
  padding-bottom: 22px;
  border-bottom: 1px solid #E6E6E6;
}

.mySwiperddd .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  top: 45%;
  right: 10%;
  left: auto;
}

.mySwiperddd .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10%;
  top: 45%;
  right: auto;
}

.mySwiperddd .swiper-pagination-bullet {
  background: #919191 !important;
  border-color: #919191 !important;

}

.mySwiperddd .swiper-pagination-bullet-active {
  background: #000 !important;
  border-color: #000 !important;
}

.yiqi1 {
  width: 50%;
}
.yiqi1 img {
  width: 100%;
}
/* 以下是超高分辨率电脑电脑 */
@media screen and (min-width: 1920px) {}

/* 以下是小屏电脑 */
@media screen and (max-width: 1680px) {
  /* #banner-head {
    height: 969px;
  } */
  /* .about-top,
  #head {
    height: 580px;
  } */
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
  .goods {
    width: 30%;
    height: auto;

  }

  .picture {
    min-height: 0px;
  }

  .zizhi>.swiper-wrapper>.swiper-slide {
    width: auto !important;
  }

  .yao1 {
    background-position: 56px -97px;
    background-size: 67%;
  }

  .yao1s1 {
    /* width: 252px; */
    /* height: 85px;
    line-height: 85px; */
  }

  .yao1s2 {
    /* font-size: 36px;
    margin: 20px; */
  }

  .yao1s3 img {
    width: 88%;
  }

  .yao1s4 {
    /* font-size: 30px; */
  }

  .yiqi2s {
    font-size: 26px;
    margin-bottom: 60px;
  }

  .yiqi2ss {
    font-size: 30px;
  }

  .tab-cont .cont-top .swiper-container .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }

  .swiper-slide {
    width: 32% !important;

  }

  .mySwiperddd .swiper-slide {
    width: 100% !important;
  }

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

@media screen and (max-width: 1366px) {
  
}

@media screen and (max-width: 768px) {
  .container-header {
    visibility: hidden;
    height: 51px;
  }

  .header-mobile {
    display: block;
  }

  .goods:hover {
    background: none;
  }

  .about1 {
    height: 100%;
  }

  .acadc {
    height: 100%;
  }

  .acad {
    height: 100%;
  }

  .about {
    height: 100%;
  }

  .yao1s {
    margin-left: -20px;
  }

  .yao1s1 span {
    /* font-size: 20px; */
    /* line-height: 2; */
  }

  .yao1s4 {
    /* padding: 20px 0; */
  }

  .yao2 {
    padding: 0;
  }

  .yao21 {
    width: 100%;
  }

  .yao-row-flex {
    padding: 6%;
  }

  .yao22 {
    width: 100% !important;
    margin: 40px auto !important;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    /* line-height: 30px; */
    text-align: center !important;
  }

  .yao22-item {
    /* padding: 20px !important; */
  }

  .yao22-item-title {
    /* padding-bottom: 10px !important;
    font-size: 20px !important; */
  }

  .yao22 .yao22-item .yao22-item-row span {
    /* font-size: 40px; */
  }
}

@media screen and (max-width: 1024px) {
  .footers {
    padding: 50px 60px;
    color: #FFF;
    display: flex;
    justify-content: space-between;
  }

  .rukous {
    width: 100%;
    height: 50vh;
    background: none;
  }

  .rukous1 {
    width: 100%;
    position: absolute;
    top: -123px;
    display: block;
  }

  .rukous1 img {
    width: 100%;
    height: 100%;
  }

  .tab1 {
    display: none;
  }

  .tab2 {
    display: none;
  }

  .tab3 {
    display: none;
  }

  .tab4 {
    display: none;
  }

  .tab5 {
    display: none;
  }

  .footer1_rights {
    margin-left: 0px;
  }

  .abouts1 {
    width: 100%;
    text-align: center;
    padding: 100px 100px 300px 100px;
    color: #FFF;
    font-size: 45px;
  }

  .map {
    display: block;
  }

  .map_left {
    width: 80%;
    margin: auto;
  }

  .map_right {
    width: 80%;
    margin: auto;
    margin-top: 30px;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    top: 320px;
    right: 35%;
    left: auto;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 35%;
    top: 320px;
    right: auto;
  }
  .yao {
    padding-top: 15%;
  }
  .foot {
    background: none;
    background-color: #030303;
  }

  .footer1 {
    display: block;
    text-align: center;
  }

  .footer1_right {
    text-align: center;
  }

  .abouts {
    padding: 200px;
  }

  .acads {
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 18px;
  }

  .acadc {
    margin-bottom: 50px;
  }

  .acadsc {
    margin-top: 100px;

  }

  .acads11 {
    margin-bottom: 100px !important;
  }

  .acads12c {
    margin-bottom: 150px !important;
  }

  .liu1_txt {
    width: 60%;
    text-align: center;
  }

  .yao1 {
    background-position: 56px -97px;
    background-size: 67%;
  }

  .yao1s1 {
    /* width: 200px; */
    /* height: 60px;
    line-height: 60px; */
    /* font-size: 30px; */
  }

  .yao1s2 {
    /* font-size: 24px; */
  }

  .yao1s3 img {
    width: 84%;
  }

  .yao1s4 {
    /* font-size: 22px; */
  }

  .yiqi2s {
    font-size: 22px;
    margin-bottom: 60px;
  }

  .yiqi2ss {
    font-size: 30px;
  }

  /* .yao21 {
    width: 100%;
    margin-top: 116px;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
  }

  .yao22 {
    width: 60%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 180px;
    margin-top: 135px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  } */

  .yiqi1 img {
    width: 100%;
  }

  .yiqi2s {
    /* margin-left: 100px; */
  }

  .yiqi2ss {
    /* margin-left: 127px; */
  }
}

@media screen and (max-width: 992px) {
  .goods_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .acadc {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .rukous {
    margin-bottom: 40px;
  }

  .rukous1 {
    width: 100%;
    position: absolute;
    top: -25px;
    left: 5px;
  }

  .rukous2 {
    width: 240px;
    height: 240px;
  }

  .look {
    margin-top: 20px;
    margin-bottom: 50px;
    padding-top: 20px;
  }

  .goods {
    width: 35%;
  }

  .abouts1 {
    font-size: 30px;
    padding: 100px 0px 200px 0px;
  }

  .abouts2 {
    height: 80px !important;
    margin-bottom: 0px !important;
  }

  .abouts3 {
    width: 99% !important;
  }

  .abouts3 img {
    margin-bottom: 30px !important;
  }

  .bottom {
    display: none;
  }

  .shu {
    display: none;
  }

  .jianjie {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .map_left {
    width: 90%;
    margin: auto;
  }

  .map_right {
    width: 90%;
    margin: auto;
    margin-top: 30px;
  }

  .shop_one {
    width: 80%;
    flex-wrap: wrap;
  }

  .shop_two {
    width: 80%;
    flex-wrap: wrap;
  }

  .liu1_shows {
    flex-wrap: wrap;
  }

  .shows1 {
    width: 90%;
    margin: auto;
  }

  .shows1 img {
    width: 100%;
  }

  .shows2 {
    width: 93%;
    margin: auto;
    line-height: 25px;
    margin-bottom: 25px;
    font-size: 16px;
  }

  .xuejiang {
    visibility: hidden;
  }

  .ctdnas {
    width: 70%;
  }

  .ctdna2 {
    width: 70%;
  }

  .yao1s1 {
    /* width: 150px; */
    /* height: 40px;
    line-height: 40px; */
    /* font-size: 26px; */
    /* margin-bottom: 30px; */
  }

  .yao1s2 {
    /* font-size: 20px;
    margin-bottom: 20px; */
  }

  .yao1s3 img {
    width: 62%;
  }

  .yao1s4 {
    /* font-size: 18px;
    margin-top: 24px; */
  }

  .yiqi2s {
    font-size: 22px;
    margin-bottom: 60px;
  }

  .yiqi2ss {
    font-size: 30px;
  }

  .yao21 {
    width: 100%;
    /* margin-top: 116px;
    font-size: 24px;
    line-height: 40px; */
    /* text-align: center; */
  }

  .yao21 span {
    /* font-size: 28px; */
  }

  .yao22 {
    width: 60%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 180px;
    margin-top: 40px;
    font-size: 24px;
    /* line-height: 40px; */
    text-align: center;
  }

  .yiqi1 img {
    width: 100%;
  }

  .yiqi2s {
    /* margin-left: 20px; */
    margin-top: 60px;
    font-size: 18px;
  }

  .yiqi2ss {
    /* margin-left: 46px; */
    font-size: 24px;
  }

  .que1 {
    width: 30%;
  }

  .quye {
    width: 100%;
  }

  .quye img {
    width: 100%;
  }

  .quye1s {
    margin-top: -120px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 480px) {

  #video2 {
    display: block;
  }

  .video1 {
    display: none;
  }

  .play {
    height: 2rem;
    width: 2rem;
    background: url(../image/play.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 99;
  }

  .txxtd {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 120px;
    text-align: center;
    color: #FFF;
    display: none;
  }

  .texttt {
    width: 41vw;
    height: 8vh;
    position: absolute;
    display: block;
    right: 10px;
    bottom: 40px;
  }

  .texttt img {
    width: 100%;
    height: 100%;
  }

  .sdsd {
    font-size: 22px !important;
    margin-top: 50px;
    margin-bottom: 20px !important;
  }

  .choose .container {
    padding: 50px 0px 50px 0;
  }

  .rukou a:hover .rus {
    background: url(../image/three.png) no-repeat;
    background-size: contain;
    background-size: 95% 96%;
  }

  .rus_left {
    padding: 30px 0px 20x 20px;
    padding: 30px 0px 20px 20px;
  }

  .rus_left img {
    width: 50px;
    height: 50px;
  }

  .rus_right {
    padding: 37px 60px;
  }

  .rus_right img {
    width: 50px;
  }

  .foot {
    background: #030303;
    text-align: center;
  }

  .footer {
    line-height: 50px;
    flex-wrap: wrap;
  }

  .footer_right {
    line-height: 50px;
    margin: auto;
  }

  .rukous2 {
    width: 150px;
    height: 150px;
    display: none;
  }

  .rukous1 {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 5px;
  }

  .diyi {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .xianzhi {
    font-size: 18px !important;
  }

  .look {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .footers {
    display: block;
    font-size: 14px;
    padding: 20px 20px 20px 15px;
    text-align: center;
  }

  .footers_left {
    display: none;
  }

  .ulone li img {
    width: 100px;
  }

  .footers_right {
    font-size: 14px;
    text-align: center;
  }

  .footers_right img {
    width: 100px;
  }

  .shouyes {

    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .shouyes li {
    margin: 10px;
  }

  .shouye {
    margin-top: 0px !important;
    margin-left: 10px;
  }

  .copyright {
    width: 95%;
    margin: auto;
    font-size: 14px !important;
  }

  .goods_img img {
    width: 100%;

  }

  .introduce {
    width: 90%;
    margin: auto;
  }

  .zhan {
    flex-wrap: wrap;
  }
  .yiqi2 {
    padding-right: 10%;
  }
  .zhan1 {
    width: 80%;
    margin: auto;
    text-align: left;
    display: flex;
    /*justify-content: space-between;*/
    margin-bottom: 30px;
    align-items: center;
  }

  .zhan1_tu {
    width: 30%;
    height: auto;
  }

  .zhan1_tu img {
    width: 100%;
    height: 100%;
    min-height: 0px;
  }

  .zhan1_txt {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .zhan1_jie {
    font-size: 16px;
    line-height: 25px;
  }

  /* .city {
    margin-bottom: 50px;
  } */

  .company {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 60px;
  }

  .jianjie2 {
    margin-bottom: 50px;
    font-size: 24px;
  }

  .jianjie3 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    font-size: 24px;
  }

  .jianjie4 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    font-size: 24px;
  }

  .map_left {
    font-size: 16px;
    line-height: 25px;
  }

  .left_image11 {
    width: 8vw;
    height: 4vh;
  }

  .left_image11 img {
    width: 100%;
    height: 100%;
  }

  .left_image12 {
    width: 27vw;
    height: 4vh;
  }

  .left_image12 img {
    width: 100%;
    height: 100%;
  }

  .points {
    width: 10px !important;
    height: auto !important;
  }

  .points1 {
    left: 59px !important;
    top: 73px !important;
  }

  .points2 {
    right: 70px !important;
    top: 63px !important;
  }

  .points3 {
    right: 78px !important;
    top: 71px !important;
  }

  .points4 {
    right: 63px !important;
    top: 70px !important;
  }

  .points5 {
    right: 69px !important;
    top: 82px !important;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    top: 400px;
    right: 20%;
    left: auto;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 20%;
    top: 400px;
    right: auto;
  }

  .xiantou {
    width: 53% !important;
    left: 90px !important;
    top: 42px !important;

  }

  .abouts {
    padding: 100px 0;
    font-size: 24px;
  }

  .shop_title {
    padding: 40px 0;
    font-size: 24px;
  }

  .info {
    width: 42%;
    margin: auto;
    line-height: 35px;
    text-align: center;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .info_img {
    text-align: center;
    width: 40px;
    margin-bottom: 37px;
    max-height: 40px;
    margin: auto;
  }

  .info_img2 {
    width: 30px;
  }

  .info_img img {
    width: 100%;
    height: 100%;
  }

  .info_txt {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .info_tel {
    font-size: 12px;
  }

  .shop_two {
    margin-bottom: 30px;
  }

  .shop_one {
    width: 90%;
    margin-bottom: 0px;
  }

  .info_email {
    display: none;
  }

  .acads {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .acadsc {
    margin-top: 100px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .acads {
    margin-top: 60px;
  }

  .acads1 {
    font-size: 15px;
    line-height: 25px;
  }

  .liu1_txt {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .acads1c {
    font-size: 18px;
    line-height: 27px;
  }

  .acads11 {
    margin-bottom: 100px !important;
  }

  .acads12c {
    margin-bottom: 50px !important;
  }

  .ctdna {
    position: absolute;
    top: 23%;
    left: 0;
    right: 0;
    margin: auto;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
  }

  .ctdna2 {
    position: absolute;
    top: 23%;
    left: 0;
    right: 0;
    margin: auto;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
  }

  .ctdna3 {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
  }

  .ctdna4 {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
  }

  .xinde {
    font-size: 12px;
    line-height: 18px;
  }

  .ctdnas {
    width: 95%;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
    color: #808080;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
  }

  .ctdnas2 {
    width: 95%;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
    color: #808080;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
  }

  .ctdnas3 {
    width: 95%;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
    color: #808080;
    text-align: center;
    font-size: 14px;
    line-height: 37px;
  }

  .jianjie5 {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .quanmian {
    width: 68% !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .quanmian div {
    max-width: 43px;
  }

  .show {
    padding: 50px 0;
    font-size: 24px;
  }

  .goods_txt {
    font-size: 16px;
  }

  .goods {
    margin-bottom: 30px;
  }

  .shows {
    width: 75%;
  }

  .jianjie6 {
    margin-top: 50px;
    font-size: 24px;
  }

  .footer1 {
    font-size: 10px;
    width: 98%;
    padding: 20px 0px;
  }

  .footer1_right {
    display: none;
  }

  .footer1_rights {
    display: none;
  }

  .footer1_left {
    line-height: 45px;
    font-size: 12px;
  }

  .liu4 {
    display: none;
  }

  .school {
    display: block;
    width: 80%;
    margin: auto;
    text-align: center;
  }

  .school img {
    width: 62%;
    height: auto;
  }

  .yao {
    width: 100%;
    /* margin-top: 100px; */
  }

  .yao1 {
    background: none;
  }

  .yao1s {
    margin-right: 30px;
    margin-left: -20px;
    padding-right: 0;
    width: 44%;
  }

  .yao1s1 {
    /* width: 80px; */
    /* height: 30px;
    line-height: 30px; */
    font-size: 18px;
    /* margin-bottom: 0; */
    /* padding-bottom: 20px; */
  }

  .yao1s1 span {
    font-size: 10px !important;
    /* font-size: 10px; */
    /* line-height: 1; */
  }

  .yao1s2 {
    font-size: 14px;
    /* width: 175px;
    font-size: 18px;
    margin-bottom: 10px; */
  }

  .yao1s3 img {
    width: 150px;
  }

  .yao1s4 {
    width: 100% !important;
    font-size: 10px;
    /* width: 160px; */
    /* font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px; */
  }

  .yao1s5 {
    font-size: 10px;
    /* font-size: 16px;
    padding-top: 0;
    padding-bottom: 20px; */
  }

  .yiqi2s {
    font-size: 22px;
    margin-bottom: 60px;
  }

  .yiqi2ss {
    font-size: 30px;
  }

  .yao21 {
    font-size: 14px;
    /* width: 100%; */
    /* margin-top: 50px;
    font-size: 18px;
    line-height: 30px; */
    /* text-align: center !important; */
  }

  .yao21 span {
    font-size: 10px !important;
    /* font-size: 20px; */
  }

  .yao22 {
    width: 100% !important;
    margin: 40px auto !important;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    /* line-height: 30px; */
    text-align: center !important;
  }

  .yao22-item {
    /* padding: 10px !important; */
  }
  
  .yao22-item-title {
    font-size: 14px !important;
    /* padding-bottom: 10px !important;
    font-size: 14px !important; */
  }
  .yao22-item-title2{
    font-size: 12px !important;
  }
  .yao22 .yao22-item .yao22-item-row{
    font-size: 14px;
  }
  .yao22 .yao22-item .yao22-item-row span {
    font-size: 28px;
  }

  .yiqi1 img {
    width: 100%;
  }

  .literature {
    font-size: 10px;
    padding: 30px 0;
  }

  .literature div {
    width: 80%;
  }

  .yiqi2s {
    /* margin-left: 0px; */
    margin-top: 20px;
    font-size: 12px;
    margin-bottom: 20px;
  }

  .yiqi2ss {
    /* margin-left: 0px; */
    font-size: 16px;
  }

  .yao2-flex {
    justify-content: flex-start;
  }

  .yao-row-flex {
    width: 100%;
    padding: 10% 17% 6%;
    /* padding: 0 20px; */
  }

  .yao21 span {
    /* font-size: 10px;
    line-height: 1; */
  }

  .yao2 {
    padding: 0;
  }

  .que {
    font-size: 14px;
  }

  .que1 {
    width: 30%;
  }

  .quye {
    width: 100%;
    height: 115px;
    position: relative;
    margin-bottom: 20px !important;
  }

  .quye img {
    width: 100%;
    height: 100%;
  }

  .quye1 {
    margin-bottom: 50px;
  }

  .quye1s {
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 42%;
    font-size: 24px;
  }

  .zhun .jianjie {
    margin-top: 50px !important;
  }

  .yiqi {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .cooperate-list div {
    width: 50%;
    padding-top: 10px;
  }
}

@media screen and (max-width: 375px) {
  .rukous2 {
    width: 100px;
    height: 100px;
  }

  .rukous1 {
    width: 100%;
    position: absolute;
    top: 23px;
    left: 5px;
  }

  .yao1 {
    background: none;
  }

  .yao1s1 {
    /* width: 70px; */
    /* height: 25px;
    line-height: 25px; */
    /* font-size: 16px; */
    /* margin-bottom: 10px; */
  }

  .yao1s2 {
    /* font-size: 16px;
    margin-bottom: 0px; */
  }

  .yao1s3 img {
    width: 62%;
  }

  .yao1s4 {
    /* width: 210px; */
    /* font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px; */
  }

  .yiqi1 {
    width: 50%;
  }

  .yao21 {
    width: 100%;
    /* margin-top: 50px; */
    /* font-size: 16px; */
    /* line-height: 30px; */
    /* text-align: center !important; */
  }

  .yao21 span {
    /* font-size: 18px; */
  }

  .yao22 {
    width: 80% !important;
    margin: 40px auto !important;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    /* line-height: 30px; */
    text-align: center;
  }

  .yiqi1 img {
    width: 100%;
  }

  .yiqi2s {
    /* margin-left: 0px; */
    margin-top: 20px;
    font-size: 12px;
    margin-bottom: 20px;
  }

  .yiqi2ss {
    /* margin-left: 0px; */
    font-size: 16px;
  }

  .que {
    font-size: 14px;
  }

  .que1 {
    width: 30%;
  }

  .quye {
    width: 100%;
    height: 100px;
    position: relative;
    margin-bottom: 10px !important;
  }

  .quye img {
    width: 100%;
    height: 100%;
  }

  .quye1 {
    margin-bottom: 50px;
  }

  .quye1s {
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
  }

  .zhun .jianjie {
    margin-top: 50px !important;
  }

  .yiqi {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}