@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif, "宋体";
  font-size: 16px;
}

body,
html {
  background: #fff;
}

img {
  border-width: 0;
  border: none;
  display: block;
  margin: 0 auto;
}

input:not([type="radio"]),
input:not([type="file"]),
button,
textarea {
  outline: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: "PingFangSC-Regular", "Microsoft Yahei";
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cb:after {
  clear: both;
  content: "";
  display: block;
}

.cb:before {
  clear: both;
  content: "";
  display: block;
}

.inner {
  margin: 0 auto;
}

.bgcc {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.page {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .page {
    padding-top: 1.32rem;
    padding-bottom: 1.43rem;
  }
}

.img_wrap img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: -webkit-calc(100vw/7.5);
    font-size: calc(100vw/7.5);
  }
}

/* header start */
.header-pc {
  height: 114px;
  position: relative;
  z-index: 2;
}

.header-pc .inner {
  width: 91.97917%;
  height: 100%;
}

.header-pc .logo_wrap {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .header-pc {
    display: none;
  }
}

/* 导航 */
.nav {
  margin-left: 4.02039%;
}

.nav .item {
  float: left;
}

.nav .item .top {
  padding: 0 22px;
  line-height: 114px;
  display: block;
  min-width: 94px;
  text-align: center;
  color: #000;
}

.nav .item.active .top, .nav .item:hover .top {
  color: #fff;
  background: #7e2802;
}

.nav .item:hover .bottom {
  display: block;
}

.nav .item .bottom {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}

.nav .item .bottom .inner {
  width: 56%;
}

.nav .item .it-shot {
  line-height: 55px;
  float: left;
  position: relative;
  padding-left: 19px;
  margin-right: 5.6338%;
}

.nav .item .it-shot::before {
  width: 7px;
  height: 12px;
  background: url("../images/nav-bottom-shot.png");
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}

.nav .item .it-pro {
  width: 20%;
  padding: 14px 0;
  line-height: 98px;
}

.nav .item .it-pro img {
  width: 59px;
  height: 98px;
  float: left;
  margin-right: 5px;
}

/* 按钮组 */
.button-group {
  margin-top: 45px;
}

.button-group .img_wrap {
  width: 30px;
  height: 30px;
  margin-right: 38px;
  position: relative;
}

.button-group .img_wrap .line {
  width: 1px;
  height: 32px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -19px;
}

.button-group .img_wrap:last-of-type .line {
  display: none;
}

/*  */
@media screen and (max-width: 1800px) {
  .header-pc .logo_wrap {
    width: 240px;
  }
  .header-pc .logo_wrap img {
    width: 100%;
  }
  .nav .item .top {
    padding: 0 20px;
    min-width: 92px;
  }
}

@media screen and (max-width: 1700px) {
  .header-pc .logo_wrap {
    width: 220px;
    margin-top: 16px;
  }
  .header-pc .logo_wrap img {
    width: 100%;
  }
  .nav {
    margin-left: 2%;
  }
  .nav .item .top {
    padding: 0 20px;
    min-width: 92px;
  }
  .button-group .img_wrap {
    margin-right: 30px;
  }
  .button-group .img_wrap .line {
    right: -15px;
  }
}

@media screen and (max-width: 1600px) {
  .header-pc {
    height: 90px;
  }
  .header-pc .logo_wrap {
    width: 220px;
    margin-top: 5px;
  }
  .header-pc .logo_wrap img {
    width: 100%;
  }
  .nav .item .top {
    padding: 0 20px;
    min-width: 92px;
    font-size: 14px;
    line-height: 90px;
  }
  .nav .item .it-shot {
    font-size: 14px;
    line-height: 45px;
  }
  .nav .item .it-pro {
    line-height: 80px;
    font-size: 14px;
  }
  .nav .item .it-pro img {
    width: 48px;
    height: 80px;
  }
  .button-group {
    margin-top: 33px;
  }
  .button-group .img_wrap {
    margin-right: 30px;
  }
  .button-group .img_wrap .line {
    right: -15px;
  }
}

@media screen and (max-width: 1500px) {
  .header-pc {
    height: 90px;
  }
  .header-pc .inner {
    width: 95%;
  }
  .header-pc .logo_wrap {
    width: 220px;
    margin-top: 5px;
  }
  .header-pc .logo_wrap img {
    width: 100%;
  }
  .nav {
    margin-left: 2%;
  }
  .nav .item .top {
    padding: 0 16px;
    min-width: 70px;
    font-size: 14px;
    line-height: 90px;
  }
}

@media screen and (max-width: 1400px) {
  .nav {
    margin-left: 2%;
  }
  .nav .item .top {
    padding: 0 20px;
    min-width: 70px;
    font-size: 14px;
    line-height: 90px;
  }
  .button-group {
    margin-top: 33px;
  }
  .button-group .img_wrap {
    margin-right: 30px;
    width: 24px;
    height: 24px;
    display: none;
  }
  .button-group .img_wrap:nth-of-type(1) {
    display: block;
  }
  .button-group .img_wrap .line {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  .header-pc .logo_wrap {
    width: 200px;
    margin-top: 7px;
  }
  .nav {
    margin-left: 2%;
  }
  .nav .item .top {
    padding: 0 18px;
    min-width: 60px;
    font-size: 14px;
    line-height: 90px;
  }
  .nav .item .it-shot,
  .nav .item .it-pro {
    font-size: 12px;
  }
  .button-group {
    margin-top: 33px;
  }
  .button-group .img_wrap {
    margin-right: 30px;
    width: 24px;
    height: 24px;
    display: none;
    margin-right: 0;
  }
  .button-group .img_wrap:nth-of-type(1) {
    display: block;
  }
  .button-group .img_wrap .line {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .header-pc .logo_wrap {
    width: 200px;
    margin-top: 7px;
  }
  .nav {
    margin-left: 2%;
  }
  .nav .item .top {
    padding: 0 18px;
    min-width: 60px;
    font-size: 12px;
    line-height: 90px;
  }
  .button-group {
    margin-top: 33px;
  }
  .button-group .img_wrap {
    margin-right: 30px;
    width: 24px;
    height: 24px;
    display: none;
    margin-right: 0;
  }
  .button-group .img_wrap:nth-of-type(1) {
    display: block;
  }
  .button-group .img_wrap .line {
    display: none;
  }
}

@media screen and (max-width: 1130px) {
  .header-pc .logo_wrap {
    width: 180px;
    margin-top: 10px;
  }
  .nav {
    margin-left: 2%;
  }
  .nav .item .top {
    padding: 0 18px;
    min-width: 60px;
    font-size: 12px;
    line-height: 90px;
  }
  .button-group {
    margin-top: 35px;
  }
  .button-group .img_wrap {
    width: 20px;
    height: 20px;
    display: none;
    margin-right: 0;
  }
  .button-group .img_wrap:nth-of-type(1) {
    display: block;
  }
  .button-group .img_wrap .line {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .header-pc {
    height: 80px;
  }
  .header-pc .inner {
    width: 98%;
  }
  .header-pc .logo_wrap {
    width: 160px;
    margin-top: 6px;
  }
  .nav {
    margin-left: 2%;
  }
  .nav .item .top {
    padding: 0 16px;
    min-width: 60px;
    font-size: 12px;
    line-height: 80px;
  }
  .button-group {
    margin-top: 30px;
  }
}

/* header end */
.header-touch {
  height: 1.32rem;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  display: none;
}

.header-touch .logo_wrap {
  height: 1.13rem;
  margin-top: 0.07rem;
}

.header-touch .logo_wrap img {
  height: 100%;
}

.header-touch .inner {
  width: 93.33333%;
}

.header-touch .nav-btn {
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.38rem;
}

@media screen and (max-width: 1024px) {
  .header-touch {
    display: block;
  }
}

/* 手机导航 */
.nav-touch {
  position: fixed;
  top: 1.3rem;
  bottom: 0;
  width: 100%;
  overflow: auto;
  background: #2e2e2e;
  display: none;
  z-index: 10;
}

.nav-touch a {
  font-size: 0.32rem;
  font-weight: 500;
  color: white;
  line-height: 0.44rem;
}

.nav-touch span {
  padding-right: 0.46rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.nav-touch .nav_container {
  padding-top: 0.78rem;
}

.nav-touch .nav_slide {
  padding-left: 2.94rem;
}

.nav-touch .nav_slide_bottom_slide {
  padding: 0.18rem 0 0.18rem 0.46rem;
}

.nav-touch .nav_slide_top {
  padding: 0.32rem 0;
}

.nav-touch .iconfont {
  position: absolute;
  right: 0;
  top: 0.1rem;
  width: 0.26rem;
  height: 0.26rem;
  font-size: 0.26rem;
}

.nav-touch .icon-youjiantou-01 {
  color: #949494;
  font-size: 0.26rem;
  display: none;
}

.nav-touch .er_down .icon-youjiantou-01 {
  display: block;
}

.nav-touch .nav_slide_bottom {
  display: none;
}

.nav-touch .active .nav_slide_top {
  color: #E60012;
}

.nav-touch .active .nav_slide_top a {
  color: #E60012;
}

.nav-touch .icon-xiajiantou {
  color: #E60012;
}

/* 你猜 */
.banner-pc {
  position: relative;
}

.banner-pc img {
  width: 100%;
}

.banner-pc .banner-pc-pa {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  bottom: 5.76701%;
  font-size: 0;
  line-height: 0;
}

.banner-pc .banner-pc-pa .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: white;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 0 1.30208%;
}

.banner-pc .banner-pc-pa .swiper-pagination-bullet-active {
  background: #7e2802;
}

@media screen and (max-width: 1024px) {
  .banner-pc {
    display: none;
  }
}

/* 你猜 */
.banner-touch {
  display: none;
}

@media screen and (max-width: 1024px) {
  .banner-touch {
    display: block;
  }
}

.banner-touch img {
  width: 100%;
}

.banner-touch .banner-touch-pa {
  position: absolute;
  bottom: 0.47rem;
  z-index: 3;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.banner-touch .banner-touch-pa .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.13rem;
  background: white;
  border-radius: 50%;
  margin: 0 0.12rem;
  opacity: 1;
}

.banner-touch .banner-touch-pa .swiper-pagination-bullet-active {
  background: #7e2802;
}

/* 销售量 */
.sales-container {
  position: relative;
  padding-top: 4.58333%;
}

.sales-container .top-container {
  padding-bottom: 3.59375%;
  text-align: center;
}

.sales-container .top-container .t1 {
  font-family: "SimSun", SimSun, "宋体";
  font-size: 52px;
  font-weight: 400;
  color: #333333;
  line-height: 84px;
}

.sales-container .top-container .t1 span {
  font-family: "SimSun", SimSun, "宋体";
  color: #7e2802;
}

.sales-container .top-container .t2 {
  font-family: "SimSun", SimSun, "宋体";
  font-size: 60px;
  font-weight: 400;
  color: #7e2802;
  line-height: 154px;
}

.sales-container .top-container .t2 .num {
  font-size: 120px;
  font-family: "SimSun", SimSun, "宋体";
  color: #333333;
}

.sales-container .img-toch {
  display: none;
}

.sales-container .mvc {
  height: 202px;
  position: relative;
}

.sales-container .mvc .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.sales-container .mvc .inner {
  position: relative;
  z-index: 3;
  height: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.sales-container .mvc .inner .item {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  padding: 0 4.73958%;
  position: relative;
}

.sales-container .mvc .inner .item::after {
  top: 0;
  bottom: 0;
  display: block;
  content: '';
  position: absolute;
  height: 49.50495%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-right: 1px solid rgba(170, 170, 170, 0.26);
}

.sales-container .mvc .inner .item:last-of-type::after {
  display: none;
}

.sales-container .mvc .inner .item .top {
  line-height: 70px;
  height: 70px;
  overflow: hidden;
}

.sales-container .mvc .inner .item .top span {
  font-size: 55px;
  font-weight: 400;
  color: white;
  font-family: "YouYuan", YouYuan, "宋体";
}

.sales-container .mvc .inner .item .top sub {
  font-size: 16px;
  font-weight: 300;
  color: white;
  line-height: 28px;
  opacity: 0.5;
}

.sales-container .mvc .inner .item .text {
  font-size: 18px;
  font-weight: 300;
  color: white;
  line-height: 28px;
}

@media screen and (max-width: 1600px) {
  .sales-container .top-container .t1 {
    font-size: 36px;
  }
  .sales-container .top-container .t2 {
    font-size: 42px;
    line-height: 100px;
  }
  .sales-container .top-container .t2 .num {
    font-size: 84px;
  }
  .sales-container .mvc .inner .item .top span {
    font-size: 50px;
  }
  .sales-container .mvc .inner .item .top sub {
    font-size: 14px;
  }
}

@media screen and (max-width: 1300px) {
  .sales-container .top-container .t1 {
    font-size: 26px;
    line-height: 52px;
  }
  .sales-container .top-container .t2 {
    font-size: 30px;
    line-height: 80px;
    font-size: 20px;
  }
  .sales-container .top-container .t2 .num {
    font-size: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .sales-container .top-container {
    padding-top: 0.43rem;
  }
  .sales-container .top-container .t1 {
    font-size: 0.45rem;
    line-height: 0.65rem;
  }
  .sales-container .top-container .t2 {
    font-size: 0.48rem;
    line-height: 1.0rem;
    padding-bottom: 0.3rem;
  }
  .sales-container .top-container .t2 .num {
    font-size: 0.84rem;
  }
  .sales-container .mvc {
    height: 3.34rem;
    padding-left: 33.33333%;
  }
  .sales-container .mvc .table,
  .sales-container .mvc .table-cell {
    table-layout: fixed;
  }
  .sales-container .mvc .img-toch {
    width: 33.33333%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    display: block;
  }
  .sales-container .mvc .inner .item {
    background: #7e2802;
    width: 50%;
    float: left;
    height: 50%;
    border-bottom: 1px solid rgba(170, 170, 170, 0.26);
  }
  .sales-container .mvc .inner .item::after {
    height: 100%;
  }
  .sales-container .mvc .inner .item .top {
    line-height: .7rem;
    height: .7rem;
  }
  .sales-container .mvc .inner .item .top span {
    font-size: 0.55rem;
  }
  .sales-container .mvc .inner .item .top sub {
    font-size: 0.22rem;
  }
  .sales-container .mvc .inner .item .text {
    font-size: 0.24rem;
    line-height: 0.34rem;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

/* 分类 */
.series {
  padding: 8.02083% 0 0;
  position: relative;
  background-color: #f6f6f6;
}

.series .jiu {
  width: 207px;
  bottom: 0;
  left: 10.26042%;
  z-index: 2;
  position: absolute;
}

.series .jiu img {
  width: 100%;
}

.series .swiper-container {
  position: relative;
  z-index: 3;
}

.series .swiper-slide {
  padding-bottom: 6.92708%;
}

.series .swiper-slide-active .text-container,
.series .swiper-slide-active .dot .pr,
.series .swiper-slide-active .dot .con,
.series .swiper-slide-active .pr-text-container {
  display: block;
}

.series .text-container {
  width: 19.53125%;
  margin-left: 12.91667%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  display: none;
}

.series .text-container .t1 {
  line-height: 58px;
  color: #333333;
  font-size: 36px;
  font-family: "宋体";
}

.series .text-container .t2 {
  color: #807f7f;
  line-height: 27px;
  margin-bottom: 8%;
}

.series .text-container .text {
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
}

.series .dot {
  width: 24.63542%;
  border-radius: 100%;
  position: relative;
  margin: 0 0 0 1.30208%;
}

.series .dot .pr {
  width: 67.86469%;
  position: absolute;
  z-index: 3;
  right: -11.83932%;
  bottom: -8.03383%;
  margin: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  display: none;
}

.series .dot .pr img {
  width: 100%;
}

.series .dot .con {
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 2;
  display: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.series .dot .con img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.series .pr-text-container {
  margin-left: 7.91667%;
  width: 26.04167%;
  margin-top: 6.5625%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  display: none;
}

.series .pr-text-container .title {
  font-size: 24px;
  color: #333;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 7.8%;
}

.series .pr-text-container .title span {
  font-size: 18px;
  color: #888888;
}

.series .pr-text-container .text {
  font-size: 16px;
  font-weight: 400;
  color: #828181;
  line-height: 32px;
  height: 192px;
  overflow: hidden;
}

.series .series-btn-container {
  position: absolute;
  top: 25.72877%;
  right: 0;
  width: 45.20833%;
  z-index: 4;
  padding-left: 9.16667%;
}

.series .series-btn-container::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #eeeeee;
  display: block;
  content: '';
  top: 50%;
  right: 0;
  z-index: -1;
}

.series .series-btn-container .btn {
  height: 37px;
  font-size: 20px;
  text-align: center;
  float: left;
  line-height: 37px;
  margin: 0 30px;
  z-index: 2;
  position: relative;
  cursor: pointer;
}

.series .series-btn-container .btn:nth-of-type(5) {
  display: none;
}

.series .series-btn-container .btn.active {
  background: transparent;
  color: #fff;
}

.series .series-btn-container .btn.active::after {
  border-radius: 19px;
  background: #7e2802;
  color: #fff;
  display: block;
  width: 100%;
  padding: 0 36px;
  height: 100%;
  content: '';
  top: 0;
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.series .more {
  display: block;
  width: 109px;
  height: 38px;
  border: 1px solid #626262;
  font-size: 14px;
  font-weight: 400;
  color: #828181;
  line-height: 36px;
  margin-top: 39px;
  text-align: center;
}

.series .swiper-prev-next {
  position: absolute;
  left: 29.84375%;
  bottom: 16.625%;
  z-index: 5;
}

.series .swiper-prev-next .line {
  margin: 0 36px;
  width: 1px;
  height: 19px;
  background: #989897;
}

.series .series-prev,
.series .series-next {
  height: 19px;
  width: 19px;
  cursor: pointer;
}

.series .series-prev {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23989897'%2F%3E%3C%2Fsvg%3E");
}

.series .series-next {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23989897'%2F%3E%3C%2Fsvg%3E");
}

@media screen and (max-width: 1600px) {
  .series .series-btn-container .btn {
    font-size: 18px;
    height: 35px;
    line-height: 35px;
  }
}

@media screen and (max-width: 1500px) {
  .series .text-container .t1 {
    font-size: 32px;
  }
  .series .text-container .text {
    font-size: 14px;
  }
  .series .series-btn-container .btn {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
  }
  .series .series-btn-container .btn.active::after {
    padding: 0 20px;
  }
  .series .pr-text-container .title {
    font-size: 18px;
  }
  .series .pr-text-container .title span {
    font-size: 14px;
  }
  .series .pr-text-container .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 1400px) {
  .series .jiu {
    width: 185px;
  }
  .series .series-btn-container {
    top: 22.72877%;
  }
  .series .series-btn-container .btn {
    margin: 0 20px;
  }
}

@media screen and (max-width: 1300px) {
  .series .jiu {
    width: 180px;
  }
  .series .series-btn-container {
    top: 20.72877%;
  }
}

@media screen and (max-width: 1200px) {
  .series .series-btn-container {
    top: 16.72877%;
  }
  .series .series-btn-container .btn {
    margin: 0 16px;
  }
}

@media screen and (max-width: 1024px) {
  .series {
    padding-top: 1.9rem;
  }
  .series .jiu {
    display: none;
  }
  .series .text-container {
    display: none !important;
    margin: 0;
  }
  .series .dot {
    width: 2.58rem;
    height: 3.68rem;
    margin-left: 10.26667%;
  }
  .series .dot .con {
    display: none !important;
  }
  .series .dot .pr {
    width: 2.58rem;
    height: 3.68rem;
    bottom: 0;
    right: 0;
    -webkit-animation-name: none;
    animation-name: none;
  }
  .series .pr-text-container {
    width: 3.1rem;
  }
  .series .pr-text-container .title {
    font-size: 0.3rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .series .pr-text-container .title span {
    font-size: .24rem;
  }
  .series .pr-text-container .text {
    font-size: 0.24rem;
    line-height: 0.42rem;
    height: 2.94rem;
  }
  .series .swiper-slide {
    padding-bottom: 1.76rem;
  }
  .series .swiper-prev-next {
    bottom: 0.46rem;
    left: 0;
    right: 0;
    width: 3.5rem;
    margin: 0 auto;
  }
  .series .swiper-prev-next .series-prev,
  .series .swiper-prev-next .series-next {
    height: 0.34rem;
    width: 0.34rem;
  }
  .series .swiper-prev-next .line {
    margin: 0 1.36rem;
    height: 0.34rem;
  }
  .series .series-btn-container {
    top: 0.61rem;
    position: absolute;
    width: 100%;
    padding: 0 0 0 0.06rem;
  }
  .series .series-btn-container::before {
    height: 100%;
    position: absolute;
    left: 0;
    width: 0.06rem;
    display: block;
    content: '';
    background: #7e2802;
  }
  .series .series-btn-container .btn {
    margin: 0 0;
    width: 20%;
    font-size: 0.26rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .series .series-btn-container .btn.active {
    color: #7e2802;
  }
  .series .series-btn-container .btn.active::after {
    width: 100%;
    padding: 0;
    display: none;
  }
  .series .series-btn-container .btn:nth-of-type(5) {
    display: block;
    height: 0.5rem;
    background: #7e2802;
    color: #fff;
  }
  .series .more {
    width: 1.58rem;
    line-height: 0.46rem;
    height: auto;
    font-size: 0.2rem;
    color: #7e2802;
    border: 1px solid #7e2802;
    margin-top: 0.28rem;
  }
}

/* 五字真言 */
.five-font {
  background: url("../images/five-bg.jpg") bottom/contain no-repeat;
  padding-bottom: 14.89583%;
  position: relative;
}

.five-font .inner {
  width: 74.27083%;
  padding-top: 5.9375%;
  position: relative;
}

.five-font .inner article h1,
.five-font .inner article h2 {
  font-weight: normal;
}

.five-font .inner article h1 {
  font-size: 29px;
  font-family: "SimSun", SimSun, "宋体";
  font-weight: 400;
  color: black;
  line-height: 45px;
  opacity: 0.68;
}

.five-font .inner article h2 {
  font-size: 40px;
  font-family: "SimSun", SimSun, "宋体";
  font-weight: bold;
  color: #7e2802;
  line-height: 56px;
}

.five-font .left {
  width: 45.55011%;
  margin-top: 7.70848%;
}

.five-font .left .top .text-left {
  font-size: 80px;
  width: 80px;
  font-weight: bold;
  color: black;
  line-height: 100px;
  margin-right: 3.69231%;
}

.five-font .left .top .text-right {
  width: -webkit-calc(100% - 80px - 3.69231%);
  width: calc(100% - 80px - 3.69231%);
  padding-top: 25px;
}

.five-font .left .top .text-right .en {
  line-height: 30px;
  font-size: 22px;
  color: #7e2802;
}

.five-font .left .top .text-right .cn {
  font-size: 22px;
  font-weight: bold;
  color: black;
  line-height: 31px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.five-font .left .text {
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 30px;
  margin-top: 3.38462%;
  max-height: 120px;
  overflow: hidden;
}

.five-font .left .more {
  width: 109px;
  line-height: 36px;
  display: block;
  font-size: 14px;
  color: #828181;
  border: 1px solid #626262;
  text-align: center;
  margin-top: 5.69231%;
  margin-left: 2px;
}

.five-font .right {
  width: 48.91381%;
}

.five-font .right .box {
  padding-top: 79.79943%;
  position: relative;
}

.five-font .right .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.five-font .pc-line {
  position: absolute;
  width: 100%;
  left: 18.99089%;
  bottom: 12.38779%;
}

.five-font .pc-line .line {
  height: 3px;
  width: 100%;
  background: #000;
  left: 0;
  bottom: 0;
  padding-left: 72.88017%;
  background: url("../images/five-line.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.five-font .pc-line .num {
  font-size: -webkit-calc(100vw / 20.52632);
  font-size: calc(100vw / 20.52632);
  font-weight: bold;
  color: #7e2802;
  position: relative;
  top: -1500%;
  opacity: 0.9;
}

.five-font .five-bottom {
  position: absolute;
  width: 100%;
  bottom: 7.05434%;
  z-index: 2;
  left: 0;
}

.five-font .five-bottom .item {
  width: 20%;
  float: left;
  position: relative;
  padding: 6.5625% 10px 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-right: 1px solid black;
  cursor: pointer;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.five-font .five-bottom .item:nth-of-type(2n) {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.five-font .five-bottom .item:nth-of-type(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.five-font .five-bottom .item:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.five-font .five-bottom .item:nth-of-type(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.five-font .five-bottom .item:nth-of-type(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.five-font .five-bottom .item:nth-of-type(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.five-font .five-bottom .item:nth-of-type(6) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.five-font .five-bottom .item .img_wrap {
  width: 67px;
  height: 67px;
  left: 8.92388%;
  background: #7e2802;
  position: absolute;
  top: 0%;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.five-font .five-bottom .item .table,
.five-font .five-bottom .item .table-cell {
  table-layout: fixed;
}

.five-font .five-bottom .item .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8px 10px 0;
}

.five-font .five-bottom .item .text {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: white;
  line-height: 24px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.five-font .five-bottom .item.active {
  background-color: transparent;
}

.five-font .five-bottom .item.active .img_wrap {
  width: 0;
  height: 0;
}

.five-font .five-bottom .item:nth-of-type(1).active {
  background-image: url("../images/dibg.jpg");
}

.five-font .five-bottom .item:nth-of-type(2).active {
  background-image: url("../images/liangbg.jpg");
}

.five-font .five-bottom .item:nth-of-type(3).active {
  background-image: url("../images/yibg.jpg");
}

.five-font .five-bottom .item:nth-of-type(4).active {
  background-image: url("../images/jiaobg.jpg");
}

.five-font .five-bottom .item:nth-of-type(5).active {
  background-image: url("../images/shuibg.jpg");
}

.five-font .five-font-touch {
  display: none;
  font-size: 0;
  line-height: 0;
  top: 2.52rem;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .five-font .five-font-touch {
    display: block;
  }
}

.five-font .five-font-touch::after {
  width: 100%;
  height: 1px;
  background: #772808;
  display: block;
  content: '';
  top: 50%;
  position: absolute;
  left: 0;
}

.five-font .five-font-touch .item {
  width: 0.89rem;
  height: 0.89rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #772808;
  margin: 0 0.18rem;
}

.five-font .five-font-touch .item::after {
  width: 100%;
  height: 1px;
  background: #772808;
  display: block;
  content: '';
  top: 50%;
  position: absolute;
  left: 0;
}

.five-font .five-font-touch .item::before {
  width: 1px;
  height: 100%;
  background: #772808;
  display: block;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}

.five-font .swiper-container {
  padding-top: 2.5rem;
}

@media screen and (max-width: 1600px) {
  .five-font .left .top .text-left {
    width: 70px;
    font-size: 70px;
  }
  .five-font .left .top .text-right {
    width: -webkit-calc(100% - 70px - 3.69231%);
    width: calc(100% - 70px - 3.69231%);
  }
  .five-font .left .top .text-right .en {
    font-size: 18px;
  }
  .five-font .left .top .text-right .cn {
    font-size: 18px;
  }
  .five-font .left .text {
    line-height: 24px;
    font-size: 14px;
    max-height: 96px;
  }
  .five-font .left .more {
    width: 100px;
    line-height: 32px;
  }
  .five-font .five-bottom .item .img_wrap {
    width: 60px;
    height: 60px;
  }
  .five-font .five-bottom .item .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 1400px) {
  .five-font .inner article h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .five-font .inner article h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .five-font .five-bottom .item .img_wrap {
    width: 54px;
    height: 54px;
  }
}

@media screen and (max-width: 1300px) {
  .five-font .inner article h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .five-font .inner article h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .five-font .left .top .text-left {
    width: 70px;
    font-size: 60px;
    text-align: center;
  }
  .five-font .left .top .text-right {
    width: -webkit-calc(100% - 70px - 3.69231%);
    width: calc(100% - 70px - 3.69231%);
  }
  .five-font .left .top .text-right .en {
    font-size: 16px;
  }
  .five-font .left .top .text-right .cn {
    font-size: 16px;
  }
  .five-font .left .text {
    line-height: 22px;
    font-size: 12px;
    max-height: 88px;
  }
  .five-font .left .more {
    width: 90px;
    line-height: 28px;
    font-size: 12px;
  }
  .five-font .five-bottom .item .img_wrap {
    width: 54px;
    height: 54px;
  }
  .five-font .five-bottom .item .text {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .five-font {
    padding-top: 0.64rem;
    position: relative;
    background-size: 18rem;
    background-position: 8% 120%;
    padding-bottom: 0.58rem;
  }
  .five-font .inner {
    width: 6.52rem;
    position: static;
  }
  .five-font .inner article {
    text-align: center;
  }
  .five-font .inner article h1 {
    font-size: 0.26rem;
    line-height: 0.38rem;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    color: #7E2802;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif, "宋体";
  }
  .five-font .inner article h2 {
    font-size: 0.48rem;
    line-height: 0.6rem;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    color: #333;
  }
  .five-font .left {
    width: 6.0rem;
    margin: 0 auto;
    float: none;
  }
  .five-font .left .top .text-left {
    width: 0.55rem;
    font-size: 0.5rem;
    margin-right: 0;
    line-height: 0.6rem;
  }
  .five-font .left .top .text-right {
    width: 5.43rem;
    padding-top: 0;
  }
  .five-font .left .top .text-right .en {
    font-size: 16px;
    display: none;
  }
  .five-font .left .top .text-right .cn {
    font-size: 0.26rem;
    margin-left: 0.1rem;
    padding-top: 0.24rem;
    line-height: 0.35rem;
  }
  .five-font .left .text {
    line-height: 0.4rem;
    font-size: 0.24rem;
    max-height: 1.6rem;
    margin-top: 0.29rem;
  }
  .five-font .left .more {
    display: none;
  }
  .five-font .right {
    width: 6.52rem;
  }
  .five-font .five-bottom {
    display: none;
  }
  .five-font .five-bottom .item .img_wrap {
    width: 54px;
    height: 54px;
  }
  .five-font .five-bottom .item .text {
    font-size: 12px;
  }
  .five-font .pc-line {
    left: 0;
    bottom: 0.58rem;
  }
  .five-font .pc-line .line {
    padding: 0 0 0 66.66667%;
    background-position: -350px 0;
    background-size: auto 2px;
    height: 2px;
  }
  .five-font .pc-line .line .num {
    font-size: 0.78rem;
    top: -0.5rem;
    line-height: 1rem;
  }
}

/* 资讯 */
.service {
  position: relative;
  z-index: 2;
  padding-top: 4.16667%;
  padding-bottom: 9.32292%;
}

.service::after {
  width: 71.25%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  z-index: -1;
  content: '';
  position: absolute;
  background: #f6f6f6;
}

.service .inner {
  width: 74.27083%;
}

.service h1,
.service h2 {
  font-weight: normal;
  font-family: "宋体";
}

.service h1 {
  font-size: 30px;
  line-height: 42px;
}

.service h2 {
  font-size: 34px;
  line-height: 48px;
  color: #922938;
}

.service .top {
  width: 76.66195%;
}

.service .ser-bg {
  right: 0;
  position: absolute;
  top: 0;
  width: 30.10417%;
  margin-top: 2.5%;
}

.service .ser-bg img {
  width: 100%;
}

.service .left {
  width: 62.94201%;
  margin-top: 6.64781%;
}

.service .left .swiper-slide .img_wrap {
  padding-top: 40.81081%;
  background: #eeeeee;
  position: relative;
  overflow: hidden;
}

.service .left .swiper-slide .img_wrap .box {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  position: absolute;
  margin: auto;
  overflow: hidden;
}

.service .left .swiper-slide .text-container {
  margin-top: 7.46667%;
}

.service .left .swiper-slide .text-container .date_wrap .date {
  float: left;
  font-family: "SimSun", SimSun, "宋体";
  font-size: 30px;
  color: #a23038;
  border-bottom: 1px solid #8F1000;
  line-height: 64px;
  height: 64px;
  overflow: hidden;
}

.service .left .swiper-slide .text-container .date_wrap .date span {
  font-size: 20px;
  color: black;
  font-family: "SimSun", SimSun, "宋体";
}

.service .left .swiper-slide .text-container .title {
  font-size: 18px;
  font-weight: 400;
  color: black;
  line-height: 32px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-top: 7.46667%;
}

.service .left .swiper-slide .text-container .text {
  font-size: 15px;
  font-weight: 400;
  color: #777777;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-top: 4%;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.service .left .swiper-slide .more {
  width: 109px;
  line-height: 36px;
  visibility: hidden;
  display: block;
  border: 1px solid #999696;
  margin-top: 7.46667%;
  text-align: center;
}

.service .left .swiper-slide:hover .img_wrap {
  background: #8f1000;
}

.service .left .swiper-slide:hover .more {
  visibility: visible;
}

.service .right {
  width: 38.02083%;
  right: 0;
  position: absolute;
  z-index: 3;
  bottom: 8.54503%;
}

.service .right .box {
  padding-top: 55.34247%;
  background-color: #000;
}

.service .right .small {
  position: absolute;
  width: 27.26027%;
  padding-top: 49.72603%;
  top: 21.0396%;
  left: 11.09589%;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.service .right .small a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.service .ser-pa {
  position: absolute;
  width: 100%;
  padding-left: 13.125%;
  font-size: 0;
  line-height: 0;
  bottom: 10.39261%;
}

@media screen and (max-width: 1024px) {
  .service .ser-pa {
    display: none;
  }
}

.service .ser-pa .xx {
  vertical-align: top;
  display: inline-block;
  position: relative;
}

.service .ser-pa .xx .swiper-pagination-bullet {
  width: auto;
  height: auto;
  position: relative;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  margin: 0 10px;
}

.service .ser-pa .xx .swiper-pagination-bullet::before {
  display: block;
  font-size: 18px;
  font-style: italic;
  color: #939191;
  line-height: 24px;
}

.service .ser-pa .xx .swiper-pagination-bullet:nth-of-type(1)::before {
  content: "01";
}

.service .ser-pa .xx .swiper-pagination-bullet:nth-of-type(2)::before {
  content: "02";
}

.service .ser-pa .xx .swiper-pagination-bullet:nth-of-type(3)::before {
  content: "03";
}

.service .ser-pa .xx .swiper-pagination-bullet:nth-of-type(4)::before {
  content: "04";
}

.service .ser-pa .xx .swiper-pagination-bullet:nth-of-type(5)::before {
  content: "05";
}

.service .ser-pa .xx .swiper-pagination-bullet:nth-of-type(6)::before {
  content: "06";
}

.service .ser-pa .xx .swiper-pagination-bullet:nth-of-type(7)::before {
  content: "07";
}

.service .ser-pa .xx .swiper-pagination-bullet-active {
  margin-right: 117px;
}

.service .ser-pa .xx .swiper-pagination-bullet-active::before {
  color: #a23038;
}

.service .ser-pa .xx .swiper-pagination-bullet-active::after {
  width: 117px;
  top: 50%;
  display: inline-block;
  content: '';
  position: absolute;
  left: -webkit-calc(100% + 8px);
  left: calc(100% + 8px);
  border-top: 1px solid #8f1000;
}

.service .ser-pa .xx::before {
  width: 3000px;
  right: 100%;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #e0e0e0;
}

.service .ser-pa .xx::after {
  width: 3000px;
  left: 100%;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width: 1600px) {
  .service .left .swiper-slide .text-container .title {
    font-size: 16px;
  }
  .service .left .swiper-slide .more {
    font-size: 14px;
    line-height: 32px;
  }
}

@media screen and (max-width: 1400px) {
  .service .more-title {
    margin-top: 30px;
    width: 100px;
    height: 30px;
  }
  .service h1 {
    font-size: 24px;
    line-height: 38px;
  }
  .service h2 {
    font-size: 36px;
    line-height: 50px;
  }
}

@media screen and (max-width: 1300px) {
  .service .left .swiper-slide .text-container .date_wrap .date {
    font-size: 20px;
    line-height: 40px;
    height: 40px;
  }
  .service .left .swiper-slide .text-container .date_wrap .date span {
    font-size: 18px;
  }
  .service .left .swiper-slide .text-container .title {
    margin-top: 4%;
    line-height: 26px;
  }
  .service .left .swiper-slide .img_wrap .box {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    position: absolute;
    margin: auto;
    overflow: hidden;
  }
  .service h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .service h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .service {
    padding-bottom: 3.22rem;
  }
  .service h1 {
    font-size: 0.48rem;
    line-height: 0.6rem;
  }
  .service h2 {
    font-size: 0.26rem;
    line-height: 0.38rem;
    color: #7E2802;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif, "宋体";
  }
  .service article {
    float: none;
    text-align: center;
  }
  .service .more-title {
    display: none;
    margin: 0;
  }
  .service::after {
    display: none;
  }
  .service .ser-bg {
    width: 5.76rem;
    top: 2.09rem;
    margin: 0;
  }
  .service .inner {
    width: 100%;
  }
  .service .left {
    width: 100%;
    float: none;
    width: 7.1rem;
    margin: 0 auto;
    margin-top: 0.36rem;
  }
  .service .left .swiper-slide {
    padding-bottom: 0.4rem;
  }
  .service .left .swiper-slide .text-container {
    margin-top: 0.1rem;
  }
  .service .left .swiper-slide .text-container .date_wrap .date {
    font-size: 0.3rem;
    line-height: 0.55rem;
    height: 0.55rem;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif, "宋体";
  }
  .service .left .swiper-slide .text-container .date_wrap .date span {
    font-size: 0.24rem;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif, "宋体";
  }
  .service .left .swiper-slide .text-container .title {
    line-height: 0.59rem;
    font-size: 0.28rem;
  }
  .service .left .swiper-slide .text-container .text {
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: 0.72rem;
  }
  .service .left .swiper-slide .more {
    display: none;
  }
  .service .top {
    width: 100%;
  }
  .service .right {
    width: 100%;
    height: 3.22rem;
    bottom: 0;
  }
  .service .right .box {
    padding: 0;
    height: 100%;
  }
  .service .right .small {
    height: 100%;
    width: 1.99rem;
    padding: 0;
    top: 0;
    left: 0.82rem;
  }
}

.more-title {
  width: 111px;
  height: 33px;
  border-radius: 17px;
  margin-top: 24px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #8f1000 url("../images/more-title.png") center no-repeat;
}

/* 服务中心 */
.ser-center {
  padding-top: 7.23958%;
  padding-bottom: 9.01042%;
}

.ser-center .table,
.ser-center .table-cell {
  table-layout: fixed;
}

.ser-center .inner {
  width: 92.76042%;
}

.ser-center h1,
.ser-center h2 {
  text-align: center;
  font-weight: normal;
}

.ser-center h1 {
  font-size: 30px;
  line-height: 42px;
  opacity: 0.84;
  font-family: "SimSun", SimSun, "宋体";
}

.ser-center h2 {
  font-size: 34px;
  line-height: 48px;
  color: #922938;
  font-family: "SimSun", SimSun, "宋体";
}

.ser-center .container {
  margin-top: 4.58333%;
}

.ser-center .container .item {
  width: 32.84672%;
  float: left;
  margin-right: 0.72993%;
}

.ser-center .container .item:last-of-type {
  margin-right: 0;
}

.ser-center .container .top {
  padding-top: 56.06838%;
  position: relative;
}

.ser-center .container .top .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ser-center .container .one .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 3%;
}

.ser-center .container .two .box {
  text-align: center;
}

.ser-center .container .two .wrapper {
  width: 72.30769%;
  height: 63.71951%;
  background: rgba(0, 0, 0, 0.64);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.ser-center .container .two .t1 {
  color: #fff;
  font-size: 36px;
  font-family: "SimSun", SimSun, "宋体";
}

.ser-center .container .two .t1 span {
  color: #8F1000;
}

.ser-center .container .two .t2 {
  width: 193px;
  height: 32px;
  background: #8f1000;
  border-radius: 16px;
  font-size: 16px;
  color: white;
  margin: 0 auto;
  display: block;
  line-height: 32px;
  margin-top: 4%;
  margin-bottom: 3%;
}

.ser-center .container .two .t3 {
  font-size: 38px;
  font-weight: 400;
  color: white;
}

.ser-center .container .three .box {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.ser-center .container .three .one {
  display: inline-block;
  background: rgba(143, 16, 0, 0.75);
  border-radius: 25px;
  vertical-align: top;
  margin: 0 16px;
  width: 24.2735%;
  padding-top: 23.76068%;
  position: relative;
}

.ser-center .container .three .one img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.ser-center .text-container {
  height: 76px;
  padding: 0 5.12821%;
  line-height: 76px;
  color: #2c2c2c;
  font-size: 20px;
  position: relative;
}

.ser-center .text-container .text {
  text-align: center;
}

.ser-center .text-container i {
  font-style: normal;
}

.ser-center .text-container .shot {
  width: 38px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 5.12821%;
  bottom: 0;
  margin: auto 0;
}

.ser-center .item:hover .text-container {
  background: #8f1000;
}

.ser-center .item:hover .text-container .text {
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 1600px) {
  .ser-center .container .two .t1 {
    font-size: 28px;
  }
  .ser-center .container .two .t3 {
    font-size: 30px;
  }
  .ser-center .text-container {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  .ser-center .text-container .shot {
    width: 32px;
    height: 10px;
  }
}

@media screen and (max-width: 1500px) {
  .ser-center .container .two .t1 {
    font-size: 24px;
  }
  .ser-center .container .two .t2 {
    width: 180px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
  .ser-center .container .two .t3 {
    font-size: 28px;
  }
  .ser-center .text-container {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
  }
  .ser-center .text-container .shot {
    width: 32px;
    height: 10px;
  }
}

@media screen and (max-width: 1400px) {
  .ser-center h1 {
    font-size: 24px;
    line-height: 38px;
  }
  .ser-center h2 {
    font-size: 36px;
    line-height: 50px;
  }
  .ser-center .text-container {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
  }
  .ser-center .text-container .shot {
    width: 32px;
    height: 10px;
  }
}

@media screen and (max-width: 1300px) {
  .ser-center {
    padding-top: 6%;
  }
  .ser-center h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .ser-center h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .ser-center .container {
    margin-top: 3%;
  }
  .ser-center .container .two .t1 {
    font-size: 20px;
  }
  .ser-center .container .two .t2 {
    width: 180px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .ser-center .container .two .t3 {
    font-size: 20px;
  }
  .ser-center .text-container {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .ser-center .text-container .shot {
    width: 32px;
    height: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .ser-center {
    padding-bottom: 0.39rem;
  }
  .ser-center h1 {
    font-size: 0.48rem;
    line-height: 0.6rem;
  }
  .ser-center h2 {
    font-size: 0.26rem;
    line-height: 0.38rem;
    color: #7E2802;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif, "宋体";
  }
  .ser-center .container {
    margin-top: 0.36rem;
  }
  .ser-center .container .one {
    width: 100%;
    height: 2.73rem;
    position: relative;
  }
  .ser-center .container .one .top {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .ser-center .container .one .box {
    width: 4.9rem;
    height: 2.73rem;
    top: 0;
    right: 0;
    left: auto;
    background-size: 6rem auto;
    background-position: left top;
  }
  .ser-center .container .one .wrapper {
    padding-left: 5%;
  }
  .ser-center .container .one .text-container {
    position: absolute;
    top: 0;
    width: 2.13rem;
    height: 2.73rem;
    background: #8f1000;
    padding: 0;
    padding-left: 0.26rem;
    padding-top: 0.58rem;
  }
  .ser-center .container .one .text-container .text {
    color: #fff;
    font-size: 0.2rem;
    line-height: 2;
  }
  .ser-center .container .one .text-container span {
    display: block;
    text-align: left;
  }
  .ser-center .container .one .text-container i {
    display: none;
  }
  .ser-center .container .one .text-container .shot {
    display: block;
    width: 0.38rem;
    height: 0.1rem;
    top: auto;
    right: 0.26rem;
    bottom: 0.44rem;
    margin: 0;
  }
  .ser-center .container .one .slide {
    width: 0.9rem;
    margin-left: -0.1rem;
  }
  .ser-center .container .one .slide img {
    width: 100%;
  }
  .ser-center .container .two {
    width: 49%;
    margin-right: 2%;
    margin-top: 2%;
  }
  .ser-center .container .two .top {
    height: 1.94rem;
  }
  .ser-center .container .two .wrapper {
    width: 2.61rem;
    height: 1.38rem;
  }
  .ser-center .container .two .t1 {
    font-size: 0.28rem;
  }
  .ser-center .container .two .t2 {
    width: 1.89rem;
    height: 0.35rem;
    line-height: 0.35rem;
    background: #7e2802;
    border-radius: 0.18rem;
    font-size: 0.18rem;
  }
  .ser-center .container .two .t3 {
    font-size: 0.32rem;
  }
  .ser-center .container .three {
    margin-top: 2%;
    width: 49%;
  }
  .ser-center .container .three .top {
    height: 1.94rem;
  }
  .ser-center .container .three .one {
    width: 1.08rem;
    height: 1.05rem;
    border-radius: 0.25rem;
    margin: 0 0.12rem;
  }
  .ser-center .container .top {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .ser-center .container .text-container {
    line-height: 0.75rem;
    height: 0.75rem;
    padding: 0;
  }
  .ser-center .container .text-container .text {
    font-size: 0.26rem;
  }
  .ser-center .container .text-container .text span:last-of-type {
    font-size: 0.2rem;
  }
  .ser-center .container .text-container .shot {
    display: none;
  }
  .ser-center .container .item:hover .text-container {
    background: #fff;
  }
  .ser-center .container .item:hover .text-container .text {
    color: #333;
    text-align: center;
  }
  .ser-center .container .item:hover .shot {
    display: none;
  }
  .ser-center .one {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  .ser-center .two {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .ser-center .three {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
}

/* footer-pc */
.footer-pc {
  border-top: 4px solid #8f1000;
  background: #333333;
  padding-top: 51px;
}

@media screen and (max-width: 1024px) {
  .footer-pc {
    display: none;
  }
}

.footer-pc .inner {
  width: 85.78125%;
}

.footer-pc .top {
  padding-bottom: 2.24651%;
}

.footer-pc .top .left {
  width: 20.03643%;
}

.footer-pc .top .center {
  width: 53.91621%;
}

.footer-pc .top .center .en {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 24px;
}

.footer-pc .top .center .cn {
  line-height: 24px;
}

.footer-pc .top .center .cn img {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.footer-pc .top .center-left {
  padding: 0 9.34685%;
  width: 62.5%;
}

.footer-pc .top .center-right {
  padding: 0 9.34685%;
  width: 37.5%;
}

.footer-pc .top .center-right .text {
  margin-right: 14.44444%;
}

.footer-pc .top .center-right .text:nth-of-type(2n) {
  margin-right: 0;
}

.footer-pc .top .text-container {
  margin-top: 27px;
}

.footer-pc .top .text {
  font-size: 15px;
  font-weight: 400;
  color: white;
  line-height: 38px;
  opacity: 0.5;
}

.footer-pc .top .right {
  width: 19.12568%;
  text-align: center;
  padding-top: 2.61081%;
}

.footer-pc .top .right .img_wrap {
  width: 118px;
  height: 118px;
  background: #fff;
  margin: 0 auto;
}

.footer-pc .bottom {
  border-top: 1px solid #4e4e4e;
  line-height: 45px;
  font-size: 13px;
  font-weight: 400;
  color: #d6d5d5;
  opacity: 0.38;
  padding: 0 4.49302%;
}

.footer-pc .left,
.footer-pc .center,
.footer-pc .center-left,
.footer-pc .center-right,
.footer-pc .right {
  position: relative;
}

.footer-pc .left .line,
.footer-pc .center .line,
.footer-pc .center-left .line,
.footer-pc .center-right .line,
.footer-pc .right .line {
  width: 1px;
  height: 153px;
  background: white;
  opacity: 0.1;
  right: 0;
  top: 25px;
  position: absolute;
}

@media screen and (max-width: 1700px) {
  .footer-pc .top .text-container {
    margin-top: 18px;
  }
  .footer-pc .top .text {
    font-size: 12px;
  }
  .footer-pc .bottom {
    font-size: 12px;
  }
}

@media screen and (max-width: 1400px) {
  .footer-pc .top .left img {
    width: 150px;
    height: 150px;
    margin-top: 7.57576%;
  }
  .footer-pc .top .center-left,
  .footer-pc .top .center-right {
    padding: 0 6%;
  }
  .footer-pc .top .center-right .text {
    width: 50%;
    margin-right: 0;
  }
}

/*  */
.footer-touch {
  display: none;
  height: 1.43rem;
  border-top: 0.02rem solid #8f1000;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #333333;
  z-index: 8;
}

@media screen and (max-width: 1024px) {
  .footer-touch {
    display: block;
  }
}

.footer-touch .center {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  width: 1.75rem;
  height: 1.75rem;
  bottom: 0;
  margin: 0 auto;
}

.footer-touch .left {
  float: left;
}

.footer-touch .right {
  float: right;
}

.footer-touch .left,
.footer-touch .right {
  width: 2.8rem;
  height: 100%;
}

.footer-touch .left a,
.footer-touch .right a {
  padding-top: 0.24rem;
  display: block;
  height: 100%;
}

.footer-touch .left .img_wrap,
.footer-touch .right .img_wrap {
  width: 0.53rem;
  height: 0.53rem;
  margin: 0 auto;
}

.footer-touch .left .text,
.footer-touch .right .text {
  text-align: center;
  font-size: 0.24rem;
  font-weight: 400;
  color: white;
  line-height: 2;
}

/* 二级产品页 */
.er-banner-pc {
  padding-top: 27.1875%;
  position: relative;
}

.er-banner-pc img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .er-banner-pc {
    display: none;
  }
}

.er-banner-touch {
  height: 3.66rem;
  display: none;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .er-banner-touch {
    display: block;
  }
}

.er-banner-touch img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.er-pro-inner {
  width: 88.02083%;
}

@media screen and (max-width: 1024px) {
  .er-pro-inner {
    width: 7.1rem;
  }
}

.er-title-container {
  text-align: center;
  padding-top: 4.02367%;
}

.er-title-container table {
  margin: 0 auto;
  border: none;
  border-collapse: collapse;
}

.er-title-container .er-title {
  display: inline-block;
  position: relative;
  font-family: "SimSun", SimSun, "宋体";
  vertical-align: middle;
  padding: 0 50px;
}

.er-title-container .er-title .cn {
  font-size: 40px;
  font-weight: 400;
  color: black;
  line-height: 53px;
}

.er-title-container .er-title .en {
  font-size: 20px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif, "宋体";
  font-weight: 300;
  color: black;
  opacity: 0.34;
  text-transform: uppercase;
  line-height: 33px;
}

.er-title-container .decoration {
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 39px;
  position: relative;
}

.er-title-container .decoration .box {
  width: 100%;
  height: 100%;
}

.er-title-container .decoration.left .box, .er-title-container .decoration.right .box {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.er-title-container .decoration.left::after {
  width: 2000px;
  height: 1px;
  background: #dbdbdb;
  display: block;
  content: '';
  top: 50%;
  right: 100%;
  position: absolute;
}

.er-title-container .decoration.left .box {
  -webkit-animation-name: rotL;
  animation-name: rotL;
}

.er-title-container .decoration.right::after {
  width: 2000px;
  height: 1px;
  background: #dbdbdb;
  display: block;
  content: '';
  top: 50%;
  left: 100%;
  position: absolute;
}

.er-title-container .decoration.right .box {
  -webkit-animation-name: rotR;
  animation-name: rotR;
}

@media screen and (max-width: 1400px) {
  .er-title-container .er-title .cn {
    font-size: 32px;
    font-weight: 400;
    color: black;
    line-height: 45px;
  }
  .er-title-container .er-title .en {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .er-title-container {
    padding-top: 0.58rem;
  }
  .er-title-container .er-title {
    padding: 0 0.5rem;
  }
  .er-title-container .er-title .cn {
    font-size: 0.4rem;
    line-height: 0.53rem;
  }
  .er-title-container .er-title .en {
    font-size: 0.2rem;
    line-height: 0.33rem;
  }
}

@-webkit-keyframes rotL {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotL {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-webkit-keyframes rotR {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}

@keyframes rotR {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}

/*  */
.er_pro {
  padding-top: 5.6213%;
  padding-bottom: 11.06509%;
}

.er-tables {
  display: none;
  padding-top: 0.38rem;
}

@media screen and (max-width: 1024px) {
  .er-tables {
    display: block;
  }
}

.er-tables .item {
  width: 24%;
  height: 0.6rem;
  line-height: 0.6rem;
  background: #f8f7f7;
  margin-right: 1.33%;
  margin-bottom: 0.1rem;
  font-size: 0.24rem;
  color: #333333;
  text-align: center;
  float: left;
}

.er-tables .item:nth-of-type(4n) {
  margin-right: 0;
}

.er-pro-ul .img-container {
  width: 50%;
  padding-top: 29.76331%;
  float: left;
  background-color: #eeeeee;
  position: relative;
}

.er-pro-ul .img-container .img_wrap {
  width: 40.23669%;
  padding-top: 52.54438%;
  position: absolute;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 0;
}

.er-pro-ul .img-container .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
}

.er-pro-ul .text-container {
  width: 50%;
  padding-top: 29.76331%;
  float: left;
  background-color: rgba(238, 238, 238, 0.36);
  position: relative;
}

.er-pro-ul .text-container .text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8.04734% 5.68047% 0 10.76923%;
}

.er-pro-ul .text-container .title {
  font-size: 38px;
  font-family: "SimSun", SimSun, "宋体";
  font-weight: 400;
  color: #333333;
  margin-bottom: 5.27903%;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 55px;
}

.er-pro-ul .text-container .er-tab {
  padding-bottom: 1.65913%;
}

.er-pro-ul .text-container .er-tab .item {
  display: inline-block;
  width: 24%;
  height: 42px;
  background: #7e2802;
  border: 1px solid #7e2802;
  border-radius: 21px;
  line-height: 40px;
  font-size: 17px;
  color: white;
  text-align: center;
  margin-bottom: 2.45902%;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.er-pro-ul .text-container .text {
  font-size: 15px;
  font-weight: 400;
  color: #888888;
  line-height: 25px;
  height: 100px;
  overflow: hidden;
}

.er-pro-ul .text-container .more {
  width: 109px;
  height: 38px;
  border: 1px solid #626262;
  font-size: 14px;
  font-weight: 400;
  color: #828181;
  line-height: 36px;
  display: block;
  text-align: center;
  margin-top: 3.77074%;
  position: relative;
  z-index: 2;
}

.er-pro-ul .text-container .more::after {
  left: 0;
  width: 0%;
  z-index: -1;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  content: "";
  background: #7e2802;
  top: 0;
  left: 0;
  position: absolute;
}

.er-pro-ul .text-container .more:hover {
  color: #fff;
}

.er-pro-ul .text-container .more:hover::after {
  width: 100%;
}

.er-pro-ul li:nth-of-type(2n) .img-container {
  float: right;
}

.er-pro-ul li .text-container {
  background-size: cover;
  background-position: center;
}

.er-pro-ul li:nth-of-type(1) .text-container {
  background-image: url("../images/er_pro_bg1.jpg");
}

.er-pro-ul li:nth-of-type(2) .text-container {
  background-image: url("../images/er_pro_bg2.jpg");
}

.er-pro-ul li:nth-of-type(3) .text-container {
  background-image: url("../images/er_pro_bg3.jpg");
}

.er-pro-ul li:nth-of-type(4) .text-container {
  background-image: url("../images/er_pro_bg4.jpg");
}

.er-pro-ul li:nth-of-type(5) .text-container {
  background-image: url("../images/er_pro_bg5.jpg");
}

@media screen and (max-width: 1800px) {
  .er-pro-ul .text-container .text-wrapper {
    padding: 6.04734% 5.68047% 0 8.76923%;
  }
  .er-pro-ul .text-container .er-tab {
    padding-bottom: 1.65913%;
  }
  .er-pro-ul .text-container .er-tab .item {
    display: inline-block;
    width: 130px;
    background: #7e2802;
    border: 1px solid #7e2802;
    border-radius: 21px;
    line-height: 33px;
    height: 35px;
    font-size: 14px;
    margin-bottom: 3px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 1500px) {
  .er-pro-ul .text-container .text-wrapper {
    padding: 6.04734% 5.68047% 0 8.76923%;
  }
  .er-pro-ul .text-container .title {
    font-size: 30px;
    line-height: 40px;
  }
  .er-pro-ul .text-container .er-tab {
    padding-bottom: 1.65913%;
  }
  .er-pro-ul .text-container .er-tab .item {
    display: inline-block;
    width: 23%;
    background: #7e2802;
    border: 1px solid #7e2802;
    border-radius: 21px;
    line-height: 33px;
    height: 35px;
    font-size: 14px;
    margin-bottom: 3px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .er-pro-ul .text-container .text {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
  .er-pro-ul .text-container a.more {
    width: 96px;
    height: 34px;
    line-height: 32px;
  }
}

@media screen and (max-width: 1400px) {
  .er-pro-ul .text-container .text-wrapper {
    padding: 6.04734% 5.68047% 0 8.76923%;
  }
  .er-pro-ul .text-container .title {
    font-size: 30px;
    line-height: 40px;
  }
  .er-pro-ul .text-container .er-tab {
    padding-bottom: 1.65913%;
  }
  .er-pro-ul .text-container .er-tab .item {
    display: inline-block;
    width: 23%;
    background: #7e2802;
    border: 1px solid #7e2802;
    border-radius: 21px;
    line-height: 28px;
    height: 30px;
    font-size: 14px;
    margin-bottom: 3px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .er-pro-ul .text-container .text {
    font-size: 13px;
    line-height: 24px;
    height: 72px;
  }
  .er-pro-ul .text-container a.more {
    width: 90px;
    height: 30px;
    line-height: 28px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1200px) {
  .er-pro-ul .text-container .text-wrapper {
    padding: 4.04734% 5.68047% 0 5.76923%;
  }
  .er-pro-ul .text-container .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 3.27903%;
  }
  .er-pro-ul .text-container .er-tab {
    padding-bottom: 1.65913%;
  }
  .er-pro-ul .text-container .er-tab .item {
    display: inline-block;
    width: 23%;
    background: #7e2802;
    border: 1px solid #7e2802;
    border-radius: 21px;
    line-height: 26px;
    height: 28px;
    font-size: 12px;
    margin-bottom: 3px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .er-pro-ul .text-container .text {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
  }
  .er-pro-ul .text-container a.more {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .er-pro-ul li {
    position: relative;
    height: 3.79rem;
    margin-bottom: 0.25rem;
  }
  .er-pro-ul .text-container {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .er-pro-ul .text-container .text-wrapper {
    padding-left: 3.72rem;
    padding-top: 0.56rem;
  }
  .er-pro-ul .text-container .er-tab {
    display: none;
    margin: 0;
    padding: 0;
  }
  .er-pro-ul .text-container .title {
    font-size: 0.38rem;
    line-height: 0.5rem;
    height: 0.5rem;
    margin-bottom: 0.25rem;
  }
  .er-pro-ul .text-container .text {
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: 1.08rem;
  }
  .er-pro-ul .text-container a.more {
    width: 1.6rem;
    height: auto;
    border: 1px solid #626262;
    line-height: 0.48rem;
    font-size: 0.22rem;
    margin-top: 0.35rem;
  }
  .er-pro-ul .img-container {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    padding: 0;
    z-index: 2;
    background: transparent;
    width: 50%;
    height: 100%;
  }
  .er-pro-ul .img-container .img_wrap {
    width: 2.04rem;
    height: 2.664rem;
  }
}

/* 二级页 service */
.er-service-inner {
  width: 73.95833%;
}

@media screen and (max-width: 1024px) {
  .er-service-inner {
    width: 7.1rem;
  }
}

.er-service-container {
  padding: 6.69014% 0 20.6338%;
}

@media screen and (max-width: 1024px) {
  .er-service-container {
    padding-top: 0.48rem;
  }
}

.er-service-ul li {
  width: 48.94366%;
  float: left;
  margin-bottom: 1.97183%;
  overflow: hidden;
  border-radius: 5px;
}

.er-service-ul li:nth-of-type(2n) {
  float: right;
}

.er-service-ul li .box {
  position: relative;
  padding-top: 53.52518%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.er-service-ul li .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.er-service-ul li:hover .box {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 1024px) {
  .er-service-ul li {
    width: 6.95rem;
    height: 3.72rem;
    float: none;
    margin: 0 auto 0.27rem auto;
  }
  .er-service-ul li .box {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .er-service-ul li:nth-of-type(2n) {
    float: none;
  }
}

/* 新闻 */
.er-new-inner {
  width: 78.38542%;
}

@media screen and (max-width: 1024px) {
  .er-new-inner {
    width: 7.3rem;
  }
}

.er-new-container {
  padding-top: 6.31229%;
  padding-bottom: 17.74086%;
}

.er-new-ul {
  padding-bottom: 9.96678%;
}

.er-new-ul li {
  float: left;
  width: 49.16944%;
  margin-bottom: 4.71761%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.er-new-ul li:nth-of-type(2n) {
  float: right;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.er-new-ul li .top {
  padding-top: 40.13514%;
  position: relative;
}

.er-new-ul li .top .img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.er-new-ul li .top .img_wrap img:nth-of-type(2) {
  display: none;
}

.er-new-ul li .top .date_wrap {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  min-width: 245px;
  height: 64px;
  background: #7e2802;
  line-height: 64px;
  font-family: "SimSun", SimSun, "宋体";
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.er-new-ul li .top .date_wrap span {
  font-size: 36px;
  font-family: "SimSun", SimSun, "宋体";
}

.er-new-ul li .text-container {
  padding: 6.08108% 0 0;
}

.er-new-ul li .text-container .title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.er-new-ul li .text-container .text {
  font-size: 15px;
  font-weight: 400;
  color: #888888;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin: 2.16216% 0 3.91892%;
}

.er-new-ul li .text-container .more {
  width: 110px;
  border: 1px solid #999696;
  text-align: center;
  line-height: 36px;
  position: relative;
  z-index: 2;
}

.er-new-ul li .text-container .more::after {
  left: 0;
  width: 0%;
  z-index: -1;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  content: "";
  background: #7e2802;
  top: 0;
  left: 0;
  position: absolute;
}

.er-new-ul li .text-container .more:hover {
  color: #fff;
}

.er-new-ul li .text-container .more:hover::after {
  width: 100%;
}

.er-new-ul li .date-touch {
  display: none;
}

@media screen and (max-width: 1024px) {
  .er-new-ul li .date-touch {
    display: block;
  }
}

@media screen and (max-width: 1600px) {
  .er-new-ul li .top .date_wrap {
    font-size: 18px;
    min-width: 220px;
    line-height: 54px;
    height: 54px;
  }
  .er-new-ul li .top .date_wrap span {
    font-size: 28px;
  }
  .er-new-ul li .text-container .more {
    width: 99px;
    border: 1px solid #999696;
    text-align: center;
    line-height: 32px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1400px) {
  .er-new-ul li .top .date_wrap {
    font-size: 17px;
    min-width: 208px;
    line-height: 51px;
    height: 51px;
  }
  .er-new-ul li .top .date_wrap span {
    font-size: 27px;
  }
  .er-new-ul li .text-container .more {
    width: 92px;
    border: 1px solid #999696;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
  }
  .er-new-ul li .text-container .title {
    font-size: 16px;
    line-height: 28px;
  }
  .er-new-ul li .text-container .text {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}

@media screen and (max-width: 1024px) {
  .er-new-ul {
    padding-bottom: 0.24rem;
  }
  .er-new-ul li {
    width: 100%;
    background: #f6f6f6;
    border-radius: 3px;
    padding: 0.23rem 0.14rem;
  }
  .er-new-ul li .top {
    float: left;
    width: 2.92rem;
    height: 1.7rem;
    padding: 0;
  }
  .er-new-ul li .top .img_wrap {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .er-new-ul li .top .img_wrap img:nth-of-type(1) {
    display: none;
  }
  .er-new-ul li .top .img_wrap img:nth-of-type(2) {
    display: block;
  }
  .er-new-ul li .top .date_wrap {
    display: none;
  }
  .er-new-ul li .text-container {
    width: 3.86rem;
    float: right;
    padding: 0;
    padding-top: 0.09rem;
  }
  .er-new-ul li .text-container .title {
    font-size: 0.28rem;
    line-height: 0.32rem;
  }
  .er-new-ul li .text-container .date-touch {
    font-size: 0.22rem;
    font-weight: 400;
    color: #b5b1b1;
    line-height: 0.34rem;
    margin-top: 0.06rem;
  }
  .er-new-ul li .text-container .text {
    font-size: 0.24rem;
    font-weight: 400;
    color: #888888;
    line-height: 0.34rem;
    height: 0.68rem;
    margin-bottom: 0;
  }
  .er-new-ul li .text-container .more {
    display: none;
  }
}

.er-pagination {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .er-pagination {
    display: none;
  }
}

.er-pagination a {
  display: inline-block;
  min-width: 49px;
  line-height: 49px;
  background: #e5e5e5;
  color: #666666;
  padding: 0 10px;
  margin: 0 6px;
  font-size: 18px;
}

.er-pagination a.active {
  background: #7e2802;
  color: #fff;
}

@media screen and (max-width: 1600px) {
  .er-pagination a {
    min-width: 36px;
    line-height: 36px;
    font-size: 16px;
    margin: 0 5px;
  }
}

@media screen and (max-width: 1300px) {
  .er-pagination a {
    min-width: 32px;
    line-height: 32px;
    font-size: 14px;
    margin: 0 4px;
  }
}

.er-touch-more {
  width: 2.17rem;
  line-height: 0.63rem;
  background: #7e2802;
  font-size: 0.28rem;
  font-weight: 300;
  color: white;
  display: block;
  margin: 0 auto;
  text-align: center;
  display: none;
}

@media screen and (max-width: 1024px) {
  .er-touch-more {
    display: block;
  }
}

/* 服务支持real serreal */
.er-serreal-inner {
  width: 66.82292%;
}

/*  */
.er-serreal-container {
  padding: 7.40452% 0 20.18706% 0;
}

.er-serrral-top {
  background: #7e2802;
  padding: 0 4.83242%;
  border-radius: 3px;
}

@media screen and (max-width: 1024px) {
  .er-serrral-top {
    display: none;
  }
}

.er-serrral-top .img_wrap {
  width: 201px;
  height: 201px;
}

.er-serrral-top .text-wrapper {
  width: -webkit-calc(100% - 201px - 40px);
  width: calc(100% - 201px - 40px);
  padding-top: 53px;
}

.er-serrral-top .text-wrapper .title {
  font-size: 18px;
  font-weight: 400;
  color: white;
  line-height: 32px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.er-serrral-top .text-wrapper .text {
  font-size: 15px;
  font-weight: 400;
  color: #f7f6f6;
  line-height: 26px;
  margin-top: 19px;
}

.er-serreal-ul {
  padding-top: 35px;
  padding-bottom: 6.54716%;
}

.er-serreal-ul li {
  padding: 1.79267%;
  background: #f6f6f6;
  border-radius: 3px;
  margin-bottom: 35px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.er-serreal-ul li:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.er-serreal-ul li .img_wrap {
  width: 292px;
  height: 170px;
}

.er-serreal-ul .text-container {
  width: -webkit-calc(100% - 292px - 34px);
  width: calc(100% - 292px - 34px);
  padding-top: 23px;
}

.er-serreal-ul .title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.er-serreal-ul .text {
  font-size: 15px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  font-weight: 400;
  margin-top: 22px;
  color: #888888;
}

.er-serreal-ul .date-touch {
  display: none;
}

@media screen and (max-width: 1024px) {
  .er-serreal-ul .date-touch {
    display: block;
  }
}

.er-serreal-ul .more {
  width: 125px;
  height: 38px;
  border: 1px solid #7e2802;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  text-align: center;
  line-height: 36px;
  position: relative;
  z-index: 2;
}

.er-serreal-ul .more::after {
  left: 0;
  width: 0%;
  z-index: -1;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  content: "";
  background: #7e2802;
  top: 0;
  left: 0;
  position: absolute;
}

.er-serreal-ul .more:hover {
  color: #fff;
}

.er-serreal-ul .more:hover::after {
  width: 100%;
}

/* 服务支持real */
@media screen and (max-width: 1600px) {
  .er-serrral-top .text-wrapper {
    padding-bottom: 20px;
    padding-top: 26px;
  }
  .er-serrral-top .text-wrapper .title {
    font-size: 16px;
    line-height: 28px;
  }
  .er-serrral-top .text-wrapper .text {
    font-size: 14px;
  }
  .er-serrral-top .img_wrap {
    width: 173px;
    height: 173px;
  }
  .er-serreal-ul li .img_wrap {
    width: 233px;
    height: 136px;
  }
  .er-serreal-ul li .text-container {
    width: -webkit-calc(100% - 233px - 26px);
    width: calc(100% - 233px - 26px);
    padding-top: 13px;
  }
  .er-serreal-ul .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }
  .er-serreal-ul .more_wrap {
    margin-top: 9px;
  }
  .er-serreal-ul .more {
    width: 99px;
    text-align: center;
    line-height: 32px;
    font-size: 13px;
    height: auto;
  }
}

@media screen and (max-width: 1400px) {
  .er-serreal-inner {
    width: 80%;
  }
  .er-serreal-ul .more {
    width: 92px;
    border: 1px solid #999696;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .er-serreal-inner {
    width: 7.3rem;
  }
  .er-serreal-ul {
    padding-bottom: 0.24rem;
    padding-top: 0;
  }
  .er-serreal-ul li {
    width: 100%;
    background: #f6f6f6;
    border-radius: 3px;
    padding: 0.23rem 0.14rem;
    margin-bottom: 0.21rem;
  }
  .er-serreal-ul li .img_wrap {
    float: left;
    width: 2.92rem;
    height: 1.7rem;
    padding: 0;
  }
  .er-serreal-ul li .img_wrap img:nth-of-type(1) {
    display: block;
  }
  .er-serreal-ul li .img_wrap img:nth-of-type(2) {
    display: block;
  }
  .er-serreal-ul li .date_wrap {
    display: none;
  }
  .er-serreal-ul li .text-container {
    width: 3.86rem;
    float: right;
    padding: 0;
    padding-top: 0.09rem;
  }
  .er-serreal-ul li .text-container .title {
    font-size: 0.28rem;
    line-height: 0.32rem;
  }
  .er-serreal-ul li .text-container .date-touch {
    font-size: 0.22rem;
    font-weight: 400;
    color: #b5b1b1;
    line-height: 0.34rem;
    margin-top: 0.06rem;
  }
  .er-serreal-ul li .text-container .text {
    font-size: 0.24rem;
    font-weight: 400;
    color: #888888;
    line-height: 0.34rem;
    height: 0.68rem;
    margin-bottom: 0;
  }
  .er-serreal-ul li .text-container .more {
    display: none;
  }
}

/* old */
.er-ol-inner {
  width: 78.38542%;
}

@media screen and (max-width: 1400px) {
  .er-ol-inner {
    width: 86%;
  }
}

@media screen and (max-width: 1024px) {
  .er-ol-inner {
    width: 7.1rem;
  }
}

.er-old-container {
  padding-top: 6.24585%;
  padding-bottom: 9.30233%;
}

.er-old-ul {
  padding-bottom: 5.31561%;
}

.er-old-ul li {
  width: 32.42525%;
  float: left;
  margin-right: 1.3289%;
  position: relative;
  margin-bottom: 2.7907%;
}

.er-old-ul li:nth-of-type(3n) {
  margin-right: 0;
}

.er-old-ul li .top {
  position: relative;
  padding-top: 66.80328%;
}

.er-old-ul li .top .img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.er-old-ul li .top .mock {
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.64);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.er-old-ul li .top .box {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.er-old-ul li .top .box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.er-old-ul li .top .box .left {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.er-old-ul li .top .box .left::after {
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  display: block;
  content: '';
  width: 0%;
  height: 0%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/more-all.png") left/100% auto no-repeat;
}

.er-old-ul li .top .box .right {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.er-old-ul li .top .box .right::after {
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  display: block;
  content: '';
  width: 0%;
  height: 0%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../images/more-all.png") left/100% auto no-repeat;
}

.er-old-ul li .bottom {
  background: rgba(238, 238, 238, 0.5);
  text-align: center;
  padding: 4.09836% 10px 3.68852%;
}

.er-old-ul li .bottom .title {
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}

.er-old-ul li .bottom .text {
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #727070;
  line-height: 29px;
}

.er-old-ul li:hover .top .mock {
  opacity: 1;
}

.er-old-ul li:hover .top .mock .box .left::after,
.er-old-ul li:hover .top .mock .box .right::after {
  width: 200%;
  height: 100%;
}

.er-old-ul li:hover .bottom {
  background: #7e2802;
}

.er-old-ul li:hover .bottom .text,
.er-old-ul li:hover .bottom .title {
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .er-old-ul li .bottom .title {
    font-size: 16px;
    line-height: 28px;
  }
  .er-old-ul li .bottom .text {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1024px) {
  .er-old-ul li {
    width: 3.47rem;
    margin-right: 0;
    float: left;
  }
  .er-old-ul li:nth-of-type(2n) {
    float: right;
  }
  .er-old-ul li .bottom {
    padding: 0 2%;
  }
  .er-old-ul li .bottom .title {
    font-size: 0.26rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.62rem;
    height: 0.62rem;
  }
  .er-old-ul li .bottom .text {
    font-size: 14px;
    line-height: 26px;
    display: none;
  }
}

.er-tabfive .item {
  width: 19.2%;
  margin-right: 1%;
}

.er-tabfive .item:nth-of-type(4) {
  margin-right: 1%;
}

.er-tabfive .item:nth-of-type(5) {
  margin-right: 0;
}

.er-five-inner {
  width: 78.38542%;
}

@media screen and (max-width: 1400px) {
  .er-five-inner {
    width: 86%;
  }
}

@media screen and (max-width: 1024px) {
  .er-five-inner {
    width: 7.1rem;
  }
}

.eight-item-container {
  padding-top: 5.38206%;
}

.eight-item-container .eight-item {
  width: 11.62791%;
  margin-right: 0.99668%;
  float: left;
  text-align: center;
}

.eight-item-container .eight-item .top {
  position: relative;
  padding-top: 133.71429%;
  overflow: hidden;
  border-bottom: 5px solid #7E2802;
  background: #f7f7f7;
}

.eight-item-container .eight-item .top .img_wrap {
  width: 65.38462%;
  height: 71.79487%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.eight-item-container .eight-item .top .mock {
  top: 100%;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(126, 40, 2, 0.84);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  text-align: center;
}

.eight-item-container .eight-item .top .mock .text {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 24px;
  margin-top: 12.57143%;
}

.eight-item-container .eight-item:nth-of-type(8) {
  margin-right: 0;
}

.eight-item-container .eight-item .bottom {
  line-height: 42px;
  height: 42px;
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin-top: 10.28571%;
}

.eight-item-container .eight-item .bottom span {
  color: #7E2802;
}

.eight-item-container .eight-item:hover .top .mock {
  top: 0%;
}

@media screen and (max-width: 1024px) {
  .eight-item-container .eight-item {
    width: 24.08451%;
    margin-right: 1.12676%;
  }
  .eight-item-container .eight-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .eight-item-container .eight-item .bottom {
    line-height: 0.63rem;
    height: 0.63rem;
    font-size: 0.24rem;
    margin: 0;
  }
}

.five-full {
  padding-top: 5.3125%;
}

@media screen and (max-width: 1024px) {
  .five-full {
    display: none;
  }
}

.five-full .five-full-item {
  position: relative;
}

.five-full .five-full-item .left {
  width: 50%;
  padding-top: 40.3125%;
  position: relative;
}

.five-full .five-full-item .left .img_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.five-full .five-full-item .left .text-container {
  width: 118px;
  height: 329px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 13px;
  text-align: center;
}

.five-full .five-full-item .left .text-container .num {
  margin: 0 auto;
  width: 66px;
  height: 66px;
  background: #7e2802;
  text-align: center;
  color: #fff;
  font-size: 50px;
}

.five-full .five-full-item .left .text-container .bottom {
  padding-top: 34px;
}

.five-full .five-full-item .left .text-container i,
.five-full .five-full-item .left .text-container em {
  font-style: normal;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.five-full .five-full-item .left .text-container i {
  width: 30px;
  position: relative;
  margin-top: 41px;
}

.five-full .five-full-item .left .text-container i:after {
  display: block;
  position: absolute;
  right: 1px;
  top: 0;
  height: 71px;
  content: '';
  z-index: 2;
  border-right: 1px solid #808080;
}

.five-full .five-full-item .left .text-container em {
  width: 30px;
  font-size: 28px;
  font-family: "SimSun", SimSun, "宋体";
  font-weight: 400;
  color: white;
}

.five-full .five-full-item .left .text-container span {
  color: #fff;
  opacity: 0.5;
  position: absolute;
  top: -100%;
  left: 80%;
  -webkit-transform-origin: 0 0%;
  -ms-transform-origin: 0 0%;
  transform-origin: 0 0%;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
}

.five-full .five-full-item .right {
  width: 50%;
  padding-top: 40.3125%;
  position: relative;
}

.five-full .five-full-item .right .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 3.95349% 16.39535% 0% 8.60465%;
}

.five-full .five-full-item .right .box .ttimg {
  width: 21.63265%;
}

.five-full .five-full-item .right .box .ttimg .img_wrap {
  position: relative;
  padding-top: 100%;
}

.five-full .five-full-item .right .box .ttimg .img_wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.five-full .five-full-item .right .con2 {
  font-size: 32px;
  font-family: "SimSun", SimSun, "宋体";
  font-weight: bold;
  color: #333333;
  line-height: 48px;
  margin-top: 1.63265%;
}

.five-full .five-full-item .right .con3 {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-top: 3.80952%;
}

.five-full .five-full-item .right .con4 {
  margin-top: 5.98639%;
}

.five-full .five-full-item .right .con4 .img_con {
  width: 85.44218%;
  float: left;
}

.five-full .five-full-item .right .con4 .img_con .img_wrap {
  width: 47.61146%;
  float: left;
  position: relative;
  padding-top: 27.48299%;
}

.five-full .five-full-item .right .con4 .img_con .img_wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.five-full .five-full-item .right .con4 .img_con .img_wrap:nth-of-type(2) {
  float: right;
}

.five-full .five-full-item:nth-of-type(2n) .left {
  float: right;
}

.five-full .five-full-item:nth-of-type(2n) .left .text-container {
  left: 0;
  right: auto;
}

.five-full .five-full-item:nth-of-type(2n) .right .box .ttimg {
  float: right;
}

.five-full .five-full-item:nth-of-type(2n) .right .con2 {
  text-align: right;
}

.five-full .five-full-item:nth-of-type(2n) .right .con3 {
  text-align: right;
}

.five-full .five-full-item:nth-of-type(2n) .right .con4 .img_con {
  float: right;
}

@media screen and (max-width: 1600px) {
  .five-full .five-full-item .right .con2 {
    font-size: 25px;
    line-height: 38px;
  }
  .five-full .five-full-item .right .con3 {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
  }
}

@media screen and (max-width: 1400px) {
  .five-full .five-full-item .right .con2 {
    font-size: 22px;
    line-height: 33px;
  }
  .five-full .five-full-item .right .con3 {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 1300px) {
  .five-full .five-full-item .right .con2 {
    font-size: 19px;
    line-height: 28px;
  }
  .five-full .five-full-item .right .con3 {
    font-size: 12px;
    line-height: 20px;
  }
}

.five-full-touch {
  display: none;
  width: 7.1rem;
  margin: 0 auto;
  padding-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
  .five-full-touch {
    display: block;
  }
}

.five-full-touch-item {
  padding: 0.12rem;
  background: rgba(238, 238, 238, 0.6);
  margin-bottom: 0.25rem;
}

.five-full-touch-item .top {
  height: 2.84rem;
  background: rgba(238, 238, 238, 0.6);
  margin: 0 auto;
}

.five-full-touch-item .bottom {
  padding-top: 0.15rem;
}

.five-full-touch-item .bottom .left {
  height: 0.94rem;
  width: 1.45rem;
  position: relative;
}

.five-full-touch-item .bottom .left::after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 0.68rem;
  background: rgba(191, 191, 191, 0.4);
}

.five-full-touch-item .bottom .left .img_wrap {
  width: 0.94rem;
  height: 0.94rem;
  margin: 0 auto;
  position: relative;
}

.five-full-touch-item .bottom .right {
  height: 0.94rem;
  width: 5.31rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.4rem;
}

/* 内容页面 */
.er-container-inner {
  width: 78.38542%;
}

.er-container-inner .er-container-inner-text {
  padding: 7.57475% 0;
  font-size: 18px;
  font-weight: 400;
  color: black;
  line-height: 1.77778;
}

@media screen and (max-width: 1600px) {
  .er-container-inner .er-container-inner-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .er-container-inner {
    width: 7.1rem;
  }
  .er-container-inner .er-container-inner-text {
    font-size: 16px;
    font-size: 0.26rem;
  }
}

.form_container {
  position: absolute;
  top: 130%;
  width: 387px;
  padding: 10px;
  border-radius: 5px;
  background: url("../images/form_bg.jpg");
  right: -100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

.form_container input {
  height: 46px;
  border: none;
}

.form_container input[type="text"] {
  width: 100%;
  float: left;
  background: white url("../images/inputline.png") 319px center no-repeat;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2) inset;
  border-radius: 5px;
  padding: 0 50px 0 10px;
}

.form_container button[type="submit"] {
  width: 45px;
  float: left;
  height: 46px;
  position: absolute;
  background: transparent;
  border: none;
  border-radius: 5px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.form_container.active {
  right: 5%;
}

.er-container-inner-text img {
  max-width: 100%;
  margin: 0 auto;
  height: auto !important;
}

.show_shop:hover .x_shop_container {
  display: block;
}

.x_shop_container {
  width: 370px;
  position: absolute;
  top: 100%;
  right: -20px;
  padding-top: 90px;
  z-index: 3;
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn();
}

.x_shop_container .img_wrap {
  width: 142px;
  height: 142px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  transition: all 0.5s;
}

.x_shop_container .img_wrap:hover {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.8);
}

.x_shop_container .xx {
  padding: 20px;
  background: white url("../images/form_bg.jpg") center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.x_shop_container.qr .img_wrap {
  border-radius: 0;
}

