@import url("ermao.css");

/*头部*/
#footer footer {
  position: relative;
  padding: 0.78rem 0.3rem 1rem;
  height: 5.6rem;
  box-sizing: border-box;
  background: #22222f;
}

footer .cCont1 .fl ul li {
  margin-bottom: 0.2rem;
}

footer .cCont1 .fl ul li:last-child {
  margin-bottom: 0;
}

footer .cCont1 .fl ul li:first-child .img {
  float: left;
  width: 0.46rem;
  height: 0.46rem;
  margin-top: 0.1rem;
}

footer .cCont1 .fl ul li:last-child .img {
  float: left;
  width: 0.43rem;
  height: 0.47rem;
  margin-top: 0.1rem;
}

footer .bt {
  position: fixed;
  bottom: 4rem;
  right: 0.3rem;
  width: 0.8rem;
  height: 0.8rem;
  z-index: 29;
  display: none;
}

footer .cCont1 {
  padding-bottom: 0.3rem;
  border-bottom: 2px solid rgba(255, 255, 255, .1);
}

footer .cCont1 .fl ul li {
  width: 100%;
  display: inline-block;
}

footer .cCont1 .fl ul li .txt {
  float: left;
  margin-left: 0.1rem;
}

footer .cCont1 .fl ul li .txt p {
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.2rem;
  margin-bottom: 0.1rem;
}

footer .cCont1 .fl ul li:first-child .txt h3 {
  font-size: 0.32rem;
  color: #ee2d31;
}

footer .cCont1 .fl ul li:last-child .txt h3 {
  font-size: 0.26rem;
  color: #ee2d31;
}

footer .cCont2 p {
  float: left;
  line-height: 1.5rem;
}

footer .cCont2 .ewm {
  float: right;
  margin-top: 0.12rem;
  width: 1.26rem;
  height: 1.26rem;
}

footer .cCont2 {
  height: 1.5rem;
  border-bottom: 2px solid rgba(255, 255, 255, .1);
}

footer .cCont3 p {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  color: #666666;
}

footer .cCont2 p a {
  float: left;
}

#header {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.2rem;
  background: #fff;
  transition: all .7s;
}

.header {
  padding: 0 .3rem;
  height: 100%;
  position: relative;
  z-index: 1;
}

.header .logo {
  float: left;
  width: 2.32rem;
  padding-top: .31rem;
  height: 100%;
}

.header .sideNavBtn {
  float: right;
  width: 1.1rem;
  margin-right: -.3rem;
  height: 100%;
  background: url(../images/header_menu.png) no-repeat center/.5rem;
}

#header.idx {
  background: transparent;
}

#header.sign {
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

#header.on .header {
  z-index: 56;
}

#sideNav {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 55;
  width: 100%;
  overflow: hidden;
  display: none;
}

#sideNav .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
}

#sideNav .ri {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  height: 100%;
  width: 4.5rem;
  background: #fff;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  background: url(../images/ri.jpg) no-repeat center/cover;
}

#sideNav .ri .shut_btn {
  position: absolute;
  top: 0;
  width: 1.42rem;
  height: 1.24rem;
  background: url(../images/close.png) no-repeat center/.44rem;
}

#sideNav .ri .plank {
  height: 1.4rem;
  background: #165cfb;
}

#sideNav .ri .plank .shut_btn {
  float: right;
  height: 100%;
  width: 1.05rem;
  background: url("../img/h_icon_shut.png") no-repeat center/.45rem;
}

#sideNav .ri .nav {
  overflow: hidden;
  overflow-y: auto;
  margin-top: 2rem;
  max-height: calc(100% -1.2rem);
}

#sideNav .nav dt {
  position: relative;
}

#sideNav .nav dt a {
  font-size: 0.3rem;
  color: #333;
  line-height: .9rem;
  padding-left: .5rem;
}

#sideNav .nav .act dt a {
  color: #ee2d31;
}

#sideNav .nav dt.i:after {
  content: " ";
  display: block;
  position: absolute;
  right: .3rem;
  top: 50%;
  margin-top: -.12rem;
  width: .24rem;
  height: .24rem;
  background: url(../img/nav_icon.jpg) no-repeat center/100% 100%;
}

#sideNav .nav dl.act dt.i:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../img/nav_icon-on.jpg);
}

#sideNav .nav dd {
  padding: 0.2rem 0;
  display: none;
  background: #ffffff;
}

#sideNav .nav dd a {
  color: #808080;
  font-size: 0.24rem;
  line-height: 0.6rem;
  padding-left: .5rem;
}

#sideNav .nav dd a.act,
#sideNav .nav dt a.act {
  color: #ee2d31;
}

#sideNav.on .ri {
  right: 0;
}

/*公共*/
a,
#sideNav .nav dt.i:after,
#ban .i_swiper-pagination span,
.footNav dt a:after {
  -webkit-transition: all .4s;
  transition: all .4s;
}

body {
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
}

p {
  font-size: .24rem;
  line-height: .42rem;
  color: #888;
  margin-bottom: .14rem;
}

.no_margin {
  margin-bottom: 0 !important;
}

/*index*/
.banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner .bd {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit !important;
}

.banner .bd .img {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner .swiper-pagination {
  width: 7.5rem;
  height: 1.17rem;
  text-align: center;
  background: url(../images/index/hd.png) no-repeat 0 bottom/100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  padding-top: 0.63rem;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  margin: 0 0.2rem;
  border-radius: 50%;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.45rem;
  color: #b2b2b2;
  box-sizing: border-box;
  font-family: 'Rubik';
  position: relative;
  background: transparent;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  border: 0.02rem solid #ee2d31;
  color: #ee2d31 !important;
}

.banner .swiper-pagination-bullet em {
  width: 0.3rem;
  height: 0.02rem;
  position: absolute;
  top: 0.2rem;
  left: .48rem;
  background-color: #e6dcd3;
}

/* .banner .swiper-pagination-bullet:first-child em {
  left: 0.54rem;
}

.banner .swiper-pagination-bullet:nth-child(2) em {
  left: 0.44rem;
} */

.banner .swiper-pagination-bullet:last-child em {
  display: none;
}

.banner .swiper-pagination em i {
  width: 0;
  height: 0.02rem;
  background-color: #ee2d31;
  position: absolute;
  left: 0;
  top: 0;
}

.banner .swiper-pagination-bullet-active em i {
  width: 100%;
  animation: ban_line 3.5s ease-in-out;
}

@keyframes ban_line {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.banner .swiper-slide .ban_t {
  width: 5rem;
  height: 5rem;
  position: absolute;
  right: 0.3rem;
  bottom: 1.46rem;
  text-align: center;
  padding-top: 1.07rem;
  z-index: 99;
}

.banner .swiper-slide-active .ban_t:after {
  content: '';
  width: 5rem;
  height: 5rem;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f2d727;
  border-radius: 50%;
  -webkit-animation-name: pulse_x;
  animation-name: pulse_x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes pulse_x {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes pulse_x {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.pulse_x {
  -webkit-animation-name: pulse_x;
  animation-name: pulse_x
}

.banner .swiper-slide-active .ban_t:before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/index/ico22.png) no-repeat center/1.5rem;
  position: absolute;
  left: -0.28rem;
  bottom: 0.12rem;
  z-index: 2;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.banner .swiper-slide .ban_t .txt1 {
  font-family: 'Rubik';
  font-size: 0.52rem;
  color: #ffffff;
  line-height: 0.6rem;
  font-weight: lighter;
  padding-bottom: 0.4rem;
  margin-bottom: 0.31rem;
  background: url(../images/index/ico23.png) no-repeat center bottom/4.06rem 0.12rem;
  position: relative;
  z-index: 2;
}

.banner .swiper-slide .ban_t .txt1 em {
  color: #ee2d31;
  margin-left: 0.3rem;
}

.banner .swiper-slide .ban_t .txt2 {
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.36rem;
  position: relative;
  z-index: 2;
}

.banner .swiper-slide .ban_t2 {
  width: 5.2rem;
  height: 3.5rem;
  position: absolute;
  right: 0.3rem;
  bottom: 1.53rem;
  padding: 0.58rem 0 0 0.47rem;
}

.banner .swiper-slide-active .ban_t2:before {
  content: '';
  width: 1.5rem;
  height: 1rem;
  background-color: rgba(242, 215, 39, .9);
  border-radius: 0 0.3rem 0 0.3rem;
  position: absolute;
  top: -0.5rem;
  left: -0.75rem;
  z-index: 2;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.banner .swiper-slide-active .ban_t2:after {
  content: '';
  width: 5.2rem;
  height: 3.5rem;
  background-color: rgba(238, 45, 49, .9);
  border-radius: 0 0.3rem 0 0.3rem;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.banner .swiper-slide .ban_t2 .txt1 {
  font-size: 0.52rem;
  color: #fff;
  line-height: 0.6rem;
  font-weight: lighter;
  position: relative;
  z-index: 2;
}

.banner .swiper-slide .ban_t2 .txt1 em {
  color: #f2d727;
}

.banner .swiper-slide .ban_t2 .txt2 {
  font-family: 'BrandonGrotesque';
  font-size: 0.36rem;
  color: rgba(255, 255, 255, .5);
  line-height: 0.34rem;
  margin-top: 0.2rem;
  position: relative;
  z-index: 2;
}

.banner .swiper-slide .ban_t3 {
  width: 5.46rem;
  height: 4.37rem;
  position: absolute;
  left: 0.95rem;
  bottom: 2.16rem;
  text-align: center;
  padding-top: 2.06rem;
}

.banner .swiper-slide .ban_t3 .txt1 {
  font-size: 0.52rem;
  color: #fff;
  line-height: 0.6rem;
  font-weight: lighter;
  position: relative;
  z-index: 2;
}

.banner .swiper-slide .ban_t3 .txt2 {
  font-family: 'Rubik';
  font-size: 24px;
  color: rgba(255, 255, 255, .3);
  line-height: 0.28rem;
  position: relative;
  z-index: 2;
  margin-top: 0.2rem;
}

.banner .swiper-slide-active .ban_t3:before {
  content: '';
  width: 5.32rem;
  height: 4.58rem;
  background: url(../images/index/ico24.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 0.28rem;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.banner .swiper-slide-active .ban_t3:after {
  content: '';
  width: 5.46rem;
  height: 4.37rem;
  background: url(../images/index/ico25.png) no-repeat center/100%;
  position: absolute;
  top: 0.37rem;
  left: 0;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.ind_news {
  margin: 0.8rem 0 39px;
}

.ind_news .index_tit {
  margin-bottom: 0.4rem;
  text-align: center;
}

.index_tit h3.en {
  font-family: 'Rubik';
  font-size: 0.42rem;
  color: #b2b2b2;
  line-height: 0.38rem;
  text-transform: uppercase;
}

.index_tit h3.cn {
  font-size: 0.36rem;
  color: #4c4c4c;
  line-height: 0.38rem;
  font-size: medium;
  margin-top: 0.05rem;
}

.ind_news .fl .img,
.ind_news .fl .img img {
  width: 6.3rem;
  height: 4.4rem;
}

.ind_news .fl a {
  position: relative;
  width: 6.3rem;
  overflow: hidden;
  height: 4.4rem;
  margin: 0 auto;
  border-radius: 0 0.3rem 0 0.3rem;
  transition: all .7s;
}

.ind_news .fl a .txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2rem;
  padding-top: .7rem;
  padding-bottom: 0.5rem;
  padding-left: 0.29rem;
}

.index_tit {
  text-align: center;
}

.ind_news .fl .swiper-slide-active .txt {
  background-color: transparent;
  background: -webkit-linear-gradient(0deg, #ee2d31 0%, transparent 100%);
  background: -moz-linear-gradient(0deg, #ee2d31 0%, transparent 100%);
  background: -o-linear-gradient(0deg, #ee2d31 0%, transparent 100%);
  background: -ms-linear-gradient(0deg, #ee2d31 0%, transparent 100%);
  background: linear-gradient(0deg, #ee2d31 0%, transparent 100%);
}

.ind_news .fl .txt .time {
  float: left;
  font-family: 'Rubik';
}

.ind_news .fl .txt .time .month {
  font-size: 0.57rem;
  color: #ffffff;
  line-height: 0.54rem;
  text-align: right;
}

.ind_news .fl .txt .time .year {
  font-size: 0.24rem;
  color: #ffffff;
}

.ind_news .fl .txt .tit {
  font-size: 0.24rem;
  color: #ffffff;
  float: left;
  margin-left: 0.3rem;
  line-height: 0.38rem;
  max-width: 90%;
  width: 4.44rem;
}

.ind_news .fl .swiper-slide-active {
  transition: all .7s;
}

.ind_news .fl .swiper-slide-prev {
  transform: scale(0.8);
  left: 1.42rem;
  transition: all .7s;
}

.ind_news .fl .swiper-slide-next {
  transform: scale(0.8);
  right: 1.42rem;
  transition: all .7s;
}

.ind_businessli {
  margin-top: 0.5rem;
}

.ind_businessli li {
  position: relative;
  margin: 0 0.3rem;
  border-radius: 0 0.3rem 0 0.3rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
}

.ind_businessli li:last-child .txt {
  bottom: 0.4rem;
}

.ind_businessli li .txt {
  position: absolute;
  bottom: 0.3rem;
  right: 0.5rem;
  font-size: 0.3rem;
  color: #ffffff;
}

.ind_education {
  padding: 0 0.3rem;
  padding-top: 1.95rem;
  padding-bottom: 1rem;
  margin: 0.57rem 0 0;
  width: 7.5rem;
  height: 100%;
  background: url(../images/index/bg.png) no-repeat center top/cover;
  position: relative;
}

.ind_education .fl .txt {
  display: inline-block;
  position: relative;
  font-size: 0.36rem;
  color: #ee2d31;
  padding-left: 1.5rem;
  padding-top: 0.55rem;
  margin-top: 0.39rem;
  padding-bottom: 0.4rem;
  background: url(../images/index/ico5.png) no-repeat top left/1.27rem 1.29rem;
  font-weight: 800;
}

.ind_education .fl .txt:before {
  content: '';
  position: absolute;
  top: 0.55rem;
  left: 1.3rem;
  width: 0.14rem;
  height: 0.16rem;
  background: url(../images/index/b.png) no-repeat center /0.16rem 0.14rem;
}

.ind_education .fl .txt:after {
  content: '';
  position: absolute;
  bottom: 0.6rem;
  right: -0.24rem;
  width: 0.14rem;
  height: 0.16rem;
  background: url(../images/index/b.png) no-repeat center/0.16rem 0.14rem;
}

.ind_education .video {
  position: relative;
  padding-top: 1.5rem;
  width: 100%;
  border-radius: 0px 0.3rem 0px 0.3rem;
  height: 4.8rem;
  overflow: hidden;
  background: url(../images/index/video.png) no-repeat center/100%;
}

.ind_education .video:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  left: 0;
  top: 0;
}

.ind_education .video .play {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  margin-bottom: 0.3rem;
}

.ind_education .video .play img {
  display: block;
  position: absolute;
  z-index: 99;
}

.about5 .play em,
.ind_education .play em {
  width: 1rem;
  height: 1rem;
  background: #df0000 url(../images/index/play.png) no-repeat 0.44rem center/0.22rem 0.24rem;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 2;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.ind_education .video .txt {
  text-align: center;
  font-size: 0.3rem;
  color: #ffffff;
  position: relative;
}

.ind_education .txt1 {
  color: #666666;
  font-size: 0.24rem;
  line-height: 0.46rem;
  margin-top: 0.3rem;
}

.ind_education .txt2 {
  color: #333333;
  font-size: 0.24rem;
  line-height: 0.46rem;
  margin-top: 0.4rem;
}

.inner_nav {
  position: relative;
  width: 100%;
  z-index: 101;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.inner_nav .title {
  width: 100%;
  height: 1rem;
  overflow: hidden;
  position: relative;
  background: #ee2d31;
  text-align: center;
}

.inner_nav .title h3 {
  color: #fff;
  font-size: .24rem;
  text-align: center;
  line-height: 1rem;
  display: inline-block;
  position: relative;
}

.inner_nav .title h3:before {
  content: '';
  width: .26rem;
  height: .13rem;
  background: url(../images/inner_navdown.png) no-repeat right;
  background-size: .26rem .13rem;
  position: absolute;
  right: -.37rem;
  bottom: 50%;
  margin-bottom: -.08rem;
  /* margin-bottom: -.15rem;*/
}

.inner_nav.fload {
  position: fixed;
  top: 1.2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ovfHiden {
  overflow: hidden;
  height: 100%;
}

.inner_nav .innernav_list {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, .8);
  top: 1rem;
  /* height: 10rem;*/
  height: 13rem;
  left: 0;
  right: 0;
  z-index: 3;
}

.inner_nav .innernav_list li a {
  display: block;
  text-align: center;
  height: .93rem;
  line-height: .93rem;
  box-sizing: border-box;
  border-bottom: 1px solid #e4ebf2;
  color: #999999;
  font-size: .24rem;
  background-color: #fff;
}

.inner_nav .innernav_list li.curr a {
  color: #ee2d31;
}

body {
  padding-top: 1.2rem;
}

.page_ban {
  /* margin-top: 1.2rem;*/
}

.page_ban .img {
  height: 3rem;
}

.page_ban .img .imger {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page_ban .img .imger .txt {
  position: absolute;
  right: 0.3rem;
  top: 2.02rem;
}

.page_ban .img .txt h3 {
  float: right;
  width: 2.88rem;
  display: inline-block;
  margin-bottom: 0.1rem;
}

.page_ban .img .txt p img {
  width: 3.89rem;
}

.about1 .up {
  padding-bottom: 0.8rem !important;
}

.page_tit h3.en {
  font-family: 'Rubik';
  font-size: 0.42rem;
  color: #e6dcd3;
  line-height: 0.32rem;
  text-transform: uppercase;
  letter-spacing: -0.02rem;
}

.page_tit {
  padding: 0 0.3rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.59rem;
}

.page_tit h3.cn {
  position: relative;
  font-size: 0.36rem;
  color: #666666;
  line-height: 0.24rem;
  margin-top: 0.2rem;
}

.page_tit h3.cn:before {
  content: '';
  width: 0.3rem;
  height: 0.04rem;
  background-color: #ee2d31;
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  transition: all .7s;
}

.about {
  overflow: hidden;
  padding: 0.8rem 0 0rem;
}

.about1 .auto {
  padding: 0 0.3rem;
}

.about .auto h3 {
  font-size: 0.26rem;
  color: #666666;
  line-height: 0.24rem;
  margin-bottom: 0.2rem;
}

.about .auto p {
  color: #808080;
  margin-bottom: 0.4rem;
}

.about1 .down {
  min-height: 9rem;
  background: url(../images/about/bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 1.2rem;
}

.about1 .down .page_tit {
  text-align: center;
  padding: 1rem 0 0.8rem;
  margin: 0;
}

.about1 .down .page_tit h3.en {
  font-size: 0.42rem;
  color: #b2b2b2;
  line-height: 0.38rem;
}

.about1 .down .page_tit h3.cn {
  font-size: 0.36rem;
  color: #4c4c4c;
  line-height: 0.38rem;
  margin-top: 0.2rem;
}

.about1 .down .page_tit h3.cn:before {
  display: none;
}

.about1 .down .auto .num {
  padding: 0 0.19rem;
  width: 100%;
  text-align: center;
  margin-bottom: 0.85rem;
}

.about1 .down .auto .num li {
  display: inline-block;
  width: 29%;
  vertical-align: middle;
}

.about1 .down .auto .num li:nth-child(2) {
  margin: 0 5%;
}

.about1 .down .auto .num2 {
  width: 100%;
  text-align: center;
}

.about1 .down .auto .num2 li {
  display: inline-block;
  width: 18%;
  vertical-align: middle;
  margin: 0 4%;
}

.about1 .down .auto .num2 li:first-child {
  margin-left: 0;
}

.about1 .down .auto .num2 li:last-child {
  margin-right: 0;
}

.about1 .down .auto .num3 {
  width: 100%;
  text-align: center;
  margin-top: 0.85rem;
}

.about1 .down .auto .num3 li {
  display: inline-block;
  width: 30%;
  margin: 0 9%;
  vertical-align: middle;
}

.about2 {
  padding: 0.8rem 0 1.2rem;
}

.about2 .up {
  padding: 0 0.3rem;
}

.about2 .top h3 {
  font-size: 0.26rem;
  color: #cbb19a;
  margin-bottom: 0.2rem;
}

.about2 .top {
  padding-bottom: 0.5rem;
}

.about2 .top p {
  font-size: 0.24rem;
  color: #808080;
  margin-bottom: 0.3rem;
}

.about2 .up .num {
  overflow: hidden;
}

.about2 .up .num li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.6rem;
}

.about2 .up .num li .img {
  width: 0.75rem;
  height: 0.75rem;
  float: left;
}

.about2 .up .num li .txt {
  float: left;
  padding: 0.1rem 0 0 0.2rem;
}

.about2 .up .num li .txt h3 {
  font-size: 0.24rem;
  color: #4c4c4c;
  margin-bottom: 5px;
}

.about2 .up .num li .txt p {
  display: inline-block;
  font-size: 0.26rem;
  color: #ee2d31;
  line-height: 0.36rem;
  width: 100%;
}

.about2 .down {
  padding: 0 0.3rem;
}

.about2 .down .tit {
  font-size: 0.36rem;
  color: #df0000;
  line-height: 0.24rem;
  padding-bottom: 0.6rem;
}

.about2 .bd .swiper-slide {
  float: left;
  width: 6.9rem;
  height: 5.6rem;
  overflow: hidden;
  position: relative;
}

.about2 .bd .swiper-slide .img {
  width: 6.9rem;
  height: 4.2rem;
  border-radius: 0 0.3rem 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about2 .bd .swiper-slide .tit {
  font-size: 0.3rem;
  color: #4c4c4c;
  line-height: 1.4rem;
  height: 1.4rem;
  padding: 0;
  text-align: center;
  background-color: #faf8f6;
  border-radius: 0 0 0 0.3rem;
  max-width: 100%;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.about3 .auto .img {
  margin-left: 0.3rem;
  overflow-x: scroll;
  overflow-y: hidden;
  border-radius: inherit !important;
}

.about3 .auto .img .swiper-wrapper {
  width: 124%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.about3 .auto .img .swiper-slide {
  border-right: 0.1rem solid #f8f3ed;
  width: 3rem !important;
  height: 1.9rem !important;
}

.about3 .auto .img .swiper-slide img {
  width: 3rem !important;
  height: 1.9rem !important;
}

.about3 .auto .list:before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/about/ico27.png) no-repeat center/100%;
  position: absolute;
  left: 0.3rem;
  top: 0.1rem;
  z-index: 2;
}

.about3 .auto .list {
  float: right;
  width: 7.5rem;
  position: relative;
  padding: 1rem 0.3rem 1rem 0.8rem;
  height: 100%;
}

.about3 .auto .list:after {
  content: '';
  width: 0.04rem;
  height: 100%;
  background: url(../images/about/ico28.png) repeat-y center bottom;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}

.about3 .auto .list li:first-child {
  margin-top: 0;
}

.about3 .auto .list li {
  position: relative;
  z-index: 99;
  margin-top: 0.73rem;
  height: 100%;
}

.about3 .auto .list li p {
  text-align: left;
  font-size: 0.26rem;
  line-height: 0.44rem;
}

.about3 .auto .list li h4 {
  font-size: 0.36rem;
  color: #ee2d31;
  position: relative;
}

.about3 .auto .list li h4 em {
  font-family: 'Rubik';
}

.about3 .auto .list li h4:before {
  content: '';
  width: 0.27rem;
  height: 0.17rem;
  background: url(../images/about/ico29.png) no-repeat center/100%;
  position: absolute;
  left: -0.37rem;
  top: 0.15rem;
  z-index: 2;
}

.about4 {
  height: 100%;
  padding-bottom: 1.2rem;
  background: url(../images/about/bg2.png) no-repeat center bottom #fff;
  padding-top: 0.5rem;
}

.about4 .page_tit {
  margin: 0 0 10px;
}

.about4 .auto {
  overflow: visible;
  height: 12.6rem;
  /* background: url(../images/about/ico23.png) no-repeat center 1.8rem/ 5.97rem 7.04rem; */
  padding-top: 10px;
}

.about4 .up {
  margin-bottom: .38rem;
  position: relative;
  z-index: 3;
}
.about4 .up .list:nth-child(1)::before {
  width:.02rem;
  content: '';
  height: 2.42rem;
  background: #e6dcd3;
  bottom: -2.42rem;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.about4 .up .list:nth-child(2)::before {
  width: 1.05rem;
  content: '';
  height: .02rem;
  background: #e6dcd3;
  bottom: 0;
  left: -1.05rem;
  top: 0;
  margin: auto;
  position: absolute;
}
.about4 .up .list::after{
  content: '';
  width: 0.36rem;
  height: 0.33rem;
  background: url(../images/about/ico38.png) no-repeat center/100%;
  position: absolute;
  right: -0.18rem;
  bottom: -0.05rem;
  z-index: -1;
}
.about4 .up .list {
  width: 2.6rem;
  height: 1.6rem;
  background-color: #ee2d31;
  border-radius: 0 0.3rem 0 0.3rem;
  text-align: center;
  padding-top: 0.3rem;
  margin: 0 auto;
  margin-bottom: 0.35rem;
  position: relative;
}

.about4 .up .list img {
  width: 0.52rem;
  height: 0.52rem;
  margin: 0 auto;
}


.about4 .up .list h3 {
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  margin-top: 0.2rem;
}

.about4 .in .list:nth-child(1) .img img {
  width: 0.6rem;
  height: 0.46rem;
  margin: 0 auto;
}

.about4 .in .list:nth-child(2) .img img {
  width: 0.54rem;
  height: 0.5rem;
  margin: 0 auto;
}

.about4 .in .list:nth-child(3) .img img {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
}

.about4 .in .list:nth-child(4) .img img {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
}

.about4 .in .list:nth-child(5) .img img {
  width: 0.58rem;
  height: 0.5rem;
  margin: 0 auto;
}

.about4 .in .list:nth-child(6) .img img {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
}

.about4 .up .list+.list {
  margin: 0 auto;
  margin-left: 4.8rem;
  width: 2.4rem;
}

.about4 .in {
  padding-top: 0.3rem;
  margin-left: 1.3rem;
  display: table;
  position: relative;
  z-index: 3;
}

.about4 .in .list {
  float: left;
  width: 0.9rem;
  height: 3rem;
  /* word-spacing: 1.1rem;*/
  text-align: center;
  line-height: 3.2rem;
  padding-top: 0.3rem;
  margin-right: 0.1rem;
  position: relative;
  background-color: #c4b6a9;
  border-radius: 0 0.3rem 0 0.3rem;
}
.about4 .in .list:nth-child(1)::before {
  content: '';
  height: .4rem;
  width: .02rem;
  background: #e6dcd3;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: -.4rem;
}
.about4 .in .list:last-child{
  margin-right: 0;
}
.about4 .in .list:after {
  content: '';
    height: .22rem;
    width: .02rem;
    background: #e6dcd3;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: -.22rem;
}

.about3.about {
  padding: 0.8rem 0 0.8rem;
}

.about3 .more {
  position: relative;
  z-index: 5;
  width: 2.8rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.24rem;
  margin: 0 auto;
  padding-left: 1.2rem;
  color: #fff;
  border-radius: 0.1rem;
  background: #ee2d31 url(../images/about/ico42.png) no-repeat 2.3rem center;
  clear: both;
}

.about4 .in .list:before {
  content: '';
  width: 0.36rem;
  height: 0.33rem;
  background: url(../images/about/ico38.png) no-repeat center/100%;
  position: absolute;
  right: -0.18rem;
  bottom: -0.05rem;
  z-index: -1;
}

.about4 .in .list .img {
  position: relative;
  z-index: 2;
}

.about4 .in .list h3 {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.26rem;
  text-align: center;
  margin-top: 0.15rem;
  position: relative;
  padding: 0 0.3rem;
  z-index: 2;
}
.about4 .in::before {
  content: '';
  height: .02rem;
  width: calc(100% - .9rem);
  background: #e6dcd3;
  left: .45rem;
  position: absolute;
  top: .07rem;
}
.about4 .down {
  margin: .62rem 0 0 1.3rem;
  width: 6.9rem;
  display: flex;
}
.about4 .down ul::before {
  content: '';
  height: .02rem;
  width: calc(100% - .6rem);
  background: #e6dcd3;
  left: .3rem;
  position: absolute;
  top: -.22rem;
}
.about4 .down li {
  float: left;
  width: .6rem;
  min-height: 2.9rem;
  background-color: #cfc6be;
  margin-right: .08rem;
  border-top-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
    font-size: .16rem;
  color: #fff;
  writing-mode: tb-rl;
  text-align: center;
  display: flex;
  padding: .3rem 0;
  align-items: center;
  position: relative;
}
.about4 .down ul::after {
  content: '';
  clear: both;
  display: block;
}
.about4 .down ul li:last-child{
  margin-right: 0;
}
.about4 .down li::before {
  content: '';
  height: .22rem;
  width: .02rem;
  background: #e6dcd3;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: -.22rem;
}
.about4 .down ul{
  position: relative;
  z-index: 3;
  display: flex;
}
.about4 .down ul:nth-child(2){
  margin-left: .15rem;
}
.about4 .down ul:nth-child(2){
  margin-left: .15rem;
}
.about4 .down li::after {
  content: '';
  width: 0.36rem;
  height: 0.33rem;
  background: url(../images/about/ico38.png) no-repeat center/100%;
  position: absolute;
  right: -0.18rem;
  bottom: -0.05rem;
  z-index: -1;
}
.about5 .up {
  padding: 0 0.3rem;
}

.about5 .video {
  padding-top: 1.5rem;
  width: 100%;
  height: 4.8rem;
  background: url(../images/index/video.png) no-repeat center/100%;
  border-radius: 0 0.3rem 0 0.3rem;
}

.about5 .video .play {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  margin-bottom: 0.3rem;
}

.about5 .video .play img {
  display: block;
  position: absolute;
  z-index: 99;
}

.about5 .video .txt {
  text-align: center;
  font-size: 0.3rem;
  color: #ffffff;
}

.about5 .down .tit {
  font-size: 0.36rem;
  color: #df0000;
  line-height: 0.36rem;
  padding: 0.8rem 0 0.45rem;
}

.about5 .down {
  padding: 0 0.3rem;
}

.about5 .down ul {
  overflow: hidden;
  margin-right: -0.2rem;
}

.about5 .down ul li {
  float: left;
  height: 100%;
  margin-bottom: 0.3rem;
  width: 3.35rem;
  margin-right: 0.2rem;
}

.about5 .down ul li .img {
  border-radius: 0 0.3rem 0 0;
}

.about5 .down ul li .img {
  border-radius: 0 0.3rem 0 0;
}

.about5 .down li .tit {
  position: relative;
  height: 1rem;
  background-color: #faf8f6;
  border-radius: 0 0 0 0.3rem;
  max-width: 100%;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  padding: 0 0.45rem;
}

.about5 .down li .tit img {
  position: absolute;
  top: 50%;
  width: 0.16rem;
  height: 0.2rem;
  left: 0.2rem;
  transform: translateY(-50%);
}

.about5 .down li .tit p {
  font-size: 0.24rem;
  color: #4c4c4c;
  line-height: 1rem;
}

.about5 .more {
  width: 6.9rem;
  line-height: 1rem;
  background-color: #ee2d31;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  border-radius: 0.2rem;
  margin: 0.3rem auto;
  position: relative;
  clear: both;
}

.about5 {
  padding-bottom: 0.9rem;
}

.pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}

.pop .bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.pop .popBody {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 0 0.3rem;
}

.pop.video_pop .popBody {
  padding: 0;
  background: none;
  text-align: center;
}

.video_pop video {
  object-fit: cover;
  width: 100%;
}

/* 2020-10-16*/
.responsibilitys,
.news_d,
.cooperation2,
.join,
.join2,
.education,
.news {
  padding: .8rem 0 1.2rem;
}

.business,
.business2,
.business3 {
  padding: .8rem 0 0;
}

.responsibilitys .w1200,
.news_d .w1200,
.cooperation2 .w1200,
.join .w1200,
.join2 .w1200,
.education .w1200,
.news .w1200,
.business .w1200,
.business2 .w1200,
.business3 .w1200 {
  padding: 0 .3rem;
}

.responsibilitys .page_tit,
.news_d .page_tit,
.cooperation2 .page_tit,
.join .page_tit,
.join2 .page_tit,
.education .page_tit,
.news .page_tit,
.business .page_tit,
.business2 .page_tit,
.business3 .page_tit {
  padding: 0;
}

.responsibilitys .page_tit h3.cn:before,
.news_d .page_tit h3.cn:before,
.cooperation2 .page_tit h3.cn:before,
.join .page_tit h3.cn:before,
.join2 .page_tit h3.cn:before,
.education .page_tit h3.cn:before,
.news .page_tit h3.cn:before,
.business .page_tit h3.cn:before,
.business2 .page_tit h3.cn:before,
.business3 .page_tit h3.cn:before {
  left: 0;
}

.mySelect {
  position: relative;
  width: 3.3rem;
  height: 1rem;
  line-height: 1rem;
  font-size: .24rem;
  z-index: 100;
}

.mySelect .show {
  z-index: 1;
  position: relative;
  padding: 0 1.2rem 0 .3rem;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  cursor: pointer;
  color: #808080;
  transition-duration: .4s;
  background-color: #faf8f6;
  border-radius: .1rem;
}

.mySelect .show:after {
  content: '';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 1rem;
  height: 1rem;
  background: url(../images/join/ico1.png) no-repeat center/.18rem .1rem #cfc6be;
  border-radius: 0 .1rem .1rem 0;
}

.mySelect .show.on:after {
  background: url(../images/join/ico1.png) no-repeat center/.18rem .1rem #ee2d31;
}

.mySelect .drapList {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: auto;
  width: 100%;
  background-color: #cfc6be;
  border-radius: .1rem;
  padding-top: .1rem;
  border: none;
}

.mySelect .drapList ul {
  overflow: hidden;
  overflow-y: auto;
  height: 2.4rem;
}

.mySelect .drapList li {
  padding-left: .3rem;
  line-height: .6rem;
  color: #808080;
  cursor: pointer;
}

.mySelect .drapList li:hover {
  background-color: #f1f1f1;
  color: #ee2d31;
}

.mySelect .drapList::-webkit-scrollbar {
  display: none;
}

.pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}

.pop .bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.pop .popBody {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 10rem;
  background-color: #fff;
  padding: .3rem;
}

.pop .close {
  position: absolute;
  top: .3rem;
  right: .3rem;
  width: .25rem;
  height: .25rem;
  background: url(../images/close2.png) no-repeat center/cover;
  cursor: pointer;
  z-index: 1;
}

.pop.video_pop .popBody {
  height: 3rem;
}

.pop .popBody .tit {
  padding-bottom: .2rem;
  border-bottom: .02rem solid #e5e5e5;
  position: relative;
}

.pop .popBody .tit h3 {
  font-size: .32rem;
  color: #ee2d31;
  line-height: 1.3;
  margin-bottom: .1rem;
}

.pop .popBody .tit p {
  line-height: .42rem;
  color: #000;
  text-align: left;
}

.pop .popBody .tit p em {
  color: #999999;
}

.pop .popBody .introduction h3 {
  font-size: .32rem;
  color: #4c4c4c;
  line-height: 1.3;
  margin: .2rem 0 .04rem;
}

.pop .popBody .introduction p {
  color: #808080;
  line-height: .42rem;
  margin: 0;
}

/* responsibilitys*/
.responsibilitys li {
  overflow: hidden;
}

.responsibilitys li+li {
  margin-top: .4rem;
}

.responsibilitys li .img {
  border-radius: 0 .3rem 0 0;
  overflow: hidden;
}

.responsibilitys li .img img {
  border-radius: 0 .3rem 0 0;
}

.responsibilitys li .txt {
  background-color: #faf8f6;
  border-radius: 0 0 0 .3rem;
  padding: .5rem .4rem;
}

.responsibilitys li .txt h3 {
  font-size: .3rem;
  color: #4c4c4c;
  line-height: .26rem;
}

/* news_d*/
.news_d .fl .tit {
  font-size: .3rem;
  color: #665855;
  line-height: 1.3;
}

.news_d .fl .time {
  font-family: 'Rubik';
  font-size: .3rem;
  color: #ee2d31;
  line-height: 1;
  padding: .14rem 0 .34rem;
  margin-bottom: .5rem;
  border-bottom: 2px solid rgba(170, 174, 178, .5);
}

.news_d .fl .txt p {
  color: #858585;
  line-height: .42rem;
  margin-bottom: .24rem;
}

/* cooperation2*/
.cooperation2 .up .fl {
  float: none;
}

.cooperation2 .up .fl .txt h3 {
  font-size: .26rem;
  color: #4c4c4c;
  line-height: .42rem;
  margin-bottom: .34rem;
}

.cooperation2 .up .fl .txt li {
  margin-bottom: .3rem;
}

.cooperation2 .up .fl .txt li img {
  margin-right: .16rem;
  width: .32rem;
  float: left;
}

.cooperation2 .up .fl .txt li p {
  line-height: .32rem;
}

.cooperation2 .up .fl .txt li.num4 {
  position: relative;
}

.cooperation2 .up .fl .txt li.num4 img+img {
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/cooperation/ico5.jpg) no-repeat center;
  border-radius: .1rem;
  position: absolute;
  left: 1.9rem;
  top: -.15rem;
}

.cooperation2 .up .fr {
  float: none;
  min-height: 4.5rem;
  background: url(../images/cooperation/ico6.png) no-repeat center/cover;
  padding: .6rem .3rem 0;
  margin-top: 1.75rem;
  border-radius: 0 0.3rem 0 0.3rem;
}

.cooperation2 .up .fr h3.en {
  font-family: 'Rubik';
  font-size: .42rem;
  color: #ee2d31;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -.02rem;
}

.cooperation2 .up .fr .tit {
  font-size: .3rem;
  color: #4c4c4c;
  line-height: 1;
  margin: .2rem 0 .42rem;
}

.cooperation2 .up .fr li {
  margin-bottom: .3rem;
}

.cooperation2 .up .fr li img {
  margin-right: .16rem;
  width: .32rem;
  float: left;
}

.cooperation2 .up .fr li p {
  line-height: .32rem;
}

.cooperation2 #map {
  height: 5.8rem;
  margin: .62rem 0 -1.2rem;
}

.cooperation2 #map img {
  max-width: none;
}

/* join*/
.join .up {
  margin-bottom: .36rem;
}

.join .up .fl {
  float: none;
  width: 100%;
  display: inline-block;
}

.join .up .fl .mySelect {
  float: left;
}

.join .up .fl .mySelect+.mySelect {
  float: right;
}

.join .up .seek_box {
  clear: both;
  width: 100%;
  position: relative;
  margin-top: .2rem;
}

.join .up .seek_box input {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  background-color: #faf8f6;
  border-radius: .1rem;
  padding: 0 1.2rem 0 .3rem;
  font-size: .24rem;
  color: #808080;
}

.join .up .seek_box input::-webkit-input-placeholder {
  color: #808080;
}

.join .up .seek_box input:-moz-placeholder {
  color: #808080;
}

.join .up .seek_box input::-moz-placeholder {
  color: #808080;
}

.join .up .seek_box input:-ms-input-placeholder {
  color: #808080;
}

.join .up .seek_box .btn_search {
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  background: url(../images/join/ico2.png) no-repeat center/.28rem .3rem #ee2d31;
  border-radius: 0 .1rem .1rem 0;
}

.join .up .txt p em {
  font-family: 'Rubik';
  color: #d5161b;
}

.join .down .list {
  background-color: #faf8f6;
  border-radius: 0 .3rem 0 .3rem;
  margin-bottom: .2rem;
  position: relative;
  padding: .5rem .28rem;
}

.join .down .list h3 {
  font-size: .3rem;
  color: #4c4c4c;
  margin-bottom: .05rem;
  font-weight: bold;
}

.join .down .list p {
  line-height: .42rem;
  color: #808080;
  margin: 0;
  text-align: justify;
}

.join .down .list ul {
  width: 100%;
  display: inline-block;
  margin-top: .2rem;
}

.join .down .list li {
  float: left;
  position: relative;
}

.join .down .list li+li {
  margin-top: .14rem;
  width: 100%;
}

.join .down .list li p {
  line-height: .32rem;
}

.join .down .list li p img {
  margin-right: .16rem;
  width: .32rem;
  float: left;
}

.join .down .list li.last {
  position: relative;
  margin-right: 0;
}

.join .down .list li.last p img {
  float: left;
  margin-top: .15rem;
}

.join .down .list li.last p img+img {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0;
  border: .02rem solid #cfc6be;
}

.join .more {
  width: 100%;
  line-height: 1rem;
  background-color: #ee2d31;
  font-size: .24rem;
  color: #fff;
  text-align: center;
  border-radius: .1rem;
  margin: .55rem auto 0;
  position: relative;
}

/* join2*/
.join2 .up {
  padding-top: .6rem;
  margin: .64rem 0 .4rem;
  border-top: .02rem solid rgba(207, 198, 190, .2);
}

.join2 .up .fl {
  float: none;
  width: 100%;
  display: inline-block;
}

.join2 .up .fl .mySelect {
  float: left;
}

.join2 .up .fl .mySelect+.mySelect {
  float: right;
}

.join2 .up .seek_box {
  clear: both;
  width: 100%;
  position: relative;
  margin-top: .2rem;
}

.join2 .up .seek_box input {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  background-color: #faf8f6;
  border-radius: .1rem;
  padding: 0 1.2rem 0 .3rem;
  font-size: .24rem;
  color: #808080;
}

.join2 .up .seek_box input::-webkit-input-placeholder {
  color: #808080;
}

.join2 .up .seek_box input:-moz-placeholder {
  color: #808080;
}

.join2 .up .seek_box input::-moz-placeholder {
  color: #808080;
}

.join2 .up .seek_box input:-ms-input-placeholder {
  color: #808080;
}

.join2 .up .seek_box .btn_search {
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  background: url(../images/join/ico2.png) no-repeat center/.28rem .3rem #ee2d31;
  border-radius: 0 .1rem .1rem 0;
}

.join2 .thephone{
  display: flex;
  align-items: center;
  margin: .4rem 0;
}
.join2 .thephone em{
  width: 3rem;
  height: 1px;
  background: #e4d8cc;
  display: block;
  margin-top: .2rem;
}
.join2 .thephone .txt{
  font-family: 'Rubik';
  margin-left: .3rem;

}
.join2 .thephone .txt p{
  font-size: .14rem;
  line-height: 1;
  margin-bottom: 0;
  color: #807a75;
  padding-left: .42rem;
}
.join2 .thephone .txt h1{
  font-size: .26rem;
  color: #ee2d31;
  line-height: .3rem;
  padding-left: .42rem;
  letter-spacing: -1px;
  background: url(../images/index/hbdhico.png) no-repeat;
  background-position: left 50%;
  background-size: .3rem;
  font-weight: bold;
}
.join2 .item {
  background-color: #f5ebe1;
  border-radius: 0 .3rem 0 .3rem;
}

.join2 .item .img {
  border-radius: 0 .3rem 0 0;
}

.join2 .item .img img {
  border-radius: 0 .3rem 0 0;
}

.join2 .item .txt {
  padding: .45rem .3rem .5rem;
}

.join2 .item .txt h3.en {
  font-family: 'BrandonGrotesque';
  font-size: .35rem;
  color: #cfc6be;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: -.02rem;
}

.join2 .item .txt h3.cn {
  font-size: .3rem;
  color: #ee2d31;
  margin-bottom: .1rem;
}

.join2 .item .txt img {
  width: 6.09rem;
}

.join2 .down {
  overflow: hidden;
}

.join2 .down .list {
  background-color: #faf8f6;
  border-radius: 0 .3rem 0 .3rem;
  padding: .5rem .28rem;
  margin-bottom: .3rem;
  position: relative;
}

.join2 .down .list:before {
  content: '';
  width: .6rem;
  height: .7rem;
  background: url(../images/join/ico16.png) no-repeat center/cover;
  /* opacity: .6;*/
  /* filter: Alpha(opacity=60);*/
  position: absolute;
  right: .3rem;
  bottom: .6rem;
  z-index: 2;
}

.join2 .down .list h3 {
  font-size: .3rem;
  color: #4c4c4c;
  line-height: 1.3;
  min-height: .65rem;
  position: relative;
  z-index: 2;
}

.join2 .down .list p {
  line-height: .42rem;
  color: #808080;
  margin: 0;
  position: relative;
  z-index: 2;
}

.join2 .more {
  width: 100%;
  line-height: 1rem;
  background-color: #ee2d31;
  font-size: .24rem;
  color: #fff;
  text-align: center;
  border-radius: .1rem;
  margin: .3rem auto 0;
  position: relative;
}

.pop.join2pop .popBody .tit p em {
  padding-right: .14rem;
  margin-right: .14rem;
  position: relative;
  display: inline-block;
}

.pop.join2pop .popBody .tit p em:before {
  content: '';
  width: 1px;
  height: 70%;
  background-color: #999999;
  position: absolute;
  right: 0;
  top: 15%;
}

.pop.join2pop .popBody .tit p em:last-child:before {
  display: none;
}

.pop.join2pop .popBody .introduction {
  height: 6.3rem;
  overflow-y: auto;
  padding-right: .1rem;
}

.pop.join2pop .popBody .introduction .fl p img {
  float: left;
  position: relative;
  top: .1rem;
  margin-right: .14rem;
}

.pop.join2pop .popBody .introduction .fl p em {
  font-family: 'Rubik';
  font-size: .32rem;
  color: #ee2d31;
  line-height: 1;
}

.pop.join2pop .popBody .introduction .fl p:last-child em {
  font-size: .26rem;
  color: #808080;
  letter-spacing: -.02rem;
}

/* education*/
.education .auto {
  padding-bottom: 1.2rem;
  margin: 0 -.3rem -1.2rem;
  background: url(../images/about/bg.jpg);
}

.education .list {
  position: relative;
  z-index: 2;
  padding: 0 .3rem;
  margin-top: -.26rem;
}

.education .list li {
  min-height: 2rem;
  background-color: #fff;
  border-radius: 0 .3rem 0 .3rem;
  padding: .36rem 1.4rem .36rem .28rem;
  margin-bottom: .2rem;
  position: relative;
}

.education .list li:after {
  content: '';
  width: 1rem;
  height: 100%;
  background: url(../images/education/ico2_on.png) no-repeat center/1rem .74rem;
  position: absolute;
  right: .3rem;
  bottom: 0;
}

.education .list li+li:after {
  background: url(../images/education/ico3_on.png) no-repeat center/1rem .92rem;
}

.education .list li+li+li:after {
  background: url(../images/education/ico4_on.png) no-repeat center/1rem .93rem;
}

.education .list li .txt h3 {
  font-size: .3rem;
  color: #ee2d31;
  font-weight: bold;
  line-height: .42rem;
}

.education .list li .txt p {
  color: #808080;
  line-height: .42rem;
}

/* news*/
.news .down .list {
  padding: .42rem .3rem .4rem;
  margin-top: .3rem;
  background: #faf8f6;
  border-radius: 0 .3rem 0 .3rem;
  overflow: hidden;
  position: relative;
}

.news .down .list .time {
  float: left;
  padding-right: .24rem;
  margin-right: .15rem;
  position: relative;
}

.news .down .list .time:before {
  content: '';
  width: 1px;
  height: .75rem;
  background-color: #aaaeb2;
  position: absolute;
  right: 0;
  top: .05rem;
}

.news .down .list .time .month {
  font-size: .48rem;
  color: #ee2d31;
  line-height: .46rem;
  font-family: 'BrandonGrotesque';
}

.news .down .list .time .year {
  font-size: .3rem;
  color: #ee2d31;
  line-height: .42rem;
  font-family: 'BrandonGrotesque';
}

.news .down .list .txt {
  float: right;
  width: 4.7rem;
}

.news .down .list .txt .tit {
  font-size: .3rem;
  color: #665855;
  line-height: .42rem;
}

.news .more {
  width: 6.9rem;
  line-height: 1rem;
  background-color: #ee2d31;
  font-size: .24rem;
  color: #fff;
  text-align: center;
  border-radius: .1rem;
  margin: .55rem auto 0;
  position: relative;
}

/* business*/
.business .list>li {
  padding: .75rem 0 .6rem;
  overflow: hidden;
}

.business .list>li:first-child {
  padding: 0 0 .6rem;
}

.business .list>li .img {
  border-radius: 0 .3rem 0 .3rem;
}

.business .list>li .img img {
  border-radius: 0 .3rem 0 .3rem;
}

.business .list>li .txt .introduction p {
  margin-bottom: .24rem;
}

.business .list>li .txt .introduction li p img {
  margin-right: .16rem;
  width: .46rem;
  float: left;
}

.business .list>li .txt .tit {
  font-size: .3rem;
  line-height: 1.3;
  min-height: .6rem;
  margin-top: .3rem;
}

.business .list>li.num1 .txt .tit {
  color: #4c4c4c;
}

.business .list>li.num2 .txt .tit {
  color: #fff;
}

.business .list>li.num2 .txt .introduction p {
  color: #fff;
}

.business .list>li.num2 {
  background: url(../images/business/ico6.jpg);
}

/* business2*/
.business2 .list>li {
  padding: .75rem 0 .6rem;
  overflow: hidden;
}

.business2 .list>li:first-child {
  padding: 0 0 .6rem;
}

.business2 .img_side .swiper-slide {
  height: 4.2rem;
  background-size: cover;
  background-position: center;
}

.business2 .img_side .swiper-pagination {
  left: auto;
  right: .3rem;
  bottom: .3rem;
  width: auto;
}

.business2 .img_side .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff6920;
}

.business2 .img_side .swiper-pagination-bullet {
  width: .14rem;
  height: .14rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  transition: all .3s;
  cursor: pointer;
  margin-left: .06rem;
  opacity: 1;
}

.business2 .list>li .img {
  border-radius: 0 .3rem 0 .3rem;
}

.business2 .list>li .img img {
  border-radius: 0 .3rem 0 .3rem;
}

.business2 .list>li .txt .introduction p {
  margin-bottom: .24rem;
}

.business2 .list>li .txt .introduction li p img {
  margin-right: .16rem;
  width: .46rem;
  float: left;
}

.business2 .list>li .txt .tit {
  font-size: .3rem;
  line-height: 1.3;
  min-height: .6rem;
  margin-top: .3rem;
}

.business2 .list>li.num1 .txt .tit {
  color: #4c4c4c;
}

.business2 .list>li.num2 .txt .tit {
  color: #fff;
}

.business2 .list>li.num2 .txt .introduction p {
  color: #fff;
}

.business2 .list>li.num2 {
  background: url(../images/business/ico9.jpg);
}

/* business3*/
.business3 .up {
  margin-bottom: .2rem;
  overflow: hidden;
}

.business3 .up .item {
  float: left;
  width: 50%;
  margin-bottom: .5rem;
}

.business3 .up .item .img {
  float: left;
  width: .74rem;
  margin-right: .16rem;
}

.business3 .up .item .txt {
  font-size: .24rem;
  color: #666666;
  float: left;
  padding-top: .2rem;
}

.business3 .down {
  background: url(../images/business/ico20.jpg);
  padding: .7rem 0 1.1rem;
}

.business3 .down.on {
  background-attachment: inherit;
}

.business3 .down .img {
  float: none;
  border-radius: 0 .3rem 0 .3rem;
}

.business3 .down .img img {
  border-radius: 0 .3rem 0 .3rem;
}

.business3 .down .txt h3 {
  font-size: .3rem;
  color: #fff;
  line-height: 1.3;
  padding: .4rem 0 .16rem;
}

.business3 .down .txt p {
  color: #fff;
  line-height: .42rem;
  margin-bottom: .24rem;
}

.about5 .video .play:before,
.ind_education .video .play:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  background: #e70415;
  opacity: .2;
  border-radius: 50%;
  -webkit-animation: icon_video02 2s infinite forwards linear 1s;
  animation: icon_video02 2s infinite forwards linear 1s;
}

.about5 .video .play:after,
.ind_education .video .play:after {
  content: "";
  position: absolute;
  d left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: icon_video 1s infinite forwards linear 0.5s;
  animation: icon_video 1s infinite forwards linear 0.5s;
}

@-webkit-keyframes icon_video {
  0% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 1;
  }

  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.8;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.55;
  }

  75% {
    -webkit-transform: scale(1.32);
    transform: scale(1.32);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes icon_video {
  0% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 1;
  }

  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.8;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.55;
  }

  75% {
    -webkit-transform: scale(1.32);
    transform: scale(1.32);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@-webkit-keyframes icon_video02 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes icon_video02 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.icon_video {
  -webkit-animation-name: icon_video;
  animation-name: icon_video
}

.icon_video02 {
  -webkit-animation-name: icon_video02;
  animation-name: icon_video02
}

.pop.legal_pop {
  z-index: 98;
}

.pop.legal_pop .bg {
  background: rgba(0, 0, 0, .8);
}

.pop.legal_pop .popBody {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.9rem;
  height: 9.6rem;
  background-color: #ffffff;
  border-radius: 0;
  padding: 0.5rem 0.3rem 0.6rem;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 0.3rem;
}

.pop.legal_pop .popBody .tit {
  padding-bottom: .4rem;
  border-bottom: .02rem solid #e5e5e5;
  position: relative;
}

.pop.legal_pop .close {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 0.51rem;
  height: 0.52rem;
  background: url(../images/close2.png) no-repeat center/100%;
  z-index: 1;
}

.pop.legal_pop .tit h3 {
  font-size: 0.24rem;
  color: #ee2d31;
  margin-bottom: 0;
  font-weight: bold;
}

.pop.legal_pop .txt {
  height: 8.6rem;
  overflow-y: scroll;
}

.pop.legal_pop .txt h3 {
  font-size: 0.24rem;
  color: #4c4c4c;
  font-weight: blod;
  line-height: 0.24rem;
  margin: 0.4rem 0 0.3rem;
}

.pop.legal_pop .txt p {
  line-height: 0.4rem;
}






/* 2021-9-14*/
.business4 .w1200 {
  padding: 0 .3rem;
}

.business4 .page_tit {
  padding: 0;
}

.business4 {
  padding: .8rem 0 0;
}

.business4 {
  position: relative;
}

.business4 .float {
  position: absolute;
  right: .3rem;
  margin-right: 0;
  top: 5.5rem;
  width: 3.5rem;
}

.business4 .bg {
  background: url(../images/business/bg1.jpg) no-repeat center;
  background-size: cover;
  padding: .65rem 0;
}

.business4 .bg.on {
  background-attachment: inherit;
}

.business4 .wrap {
  overflow: hidden;
  padding: 0;
}

.business4 ._img {
  width: 100%;
  height: 4.2rem;
  overflow: hidden;
  border-radius: 0 .3rem 0 .3rem;
  -webkit-border-radius: 0 .3rem 0 .3rem;
  -moz-border-radius: 0 .3rem 0 .3rem;
  -ms-border-radius: 0 .3rem 0 .3rem;
  -o-border-radius: 0 .3rem 0 .3rem;
}

.business4 ._h3 {
  font-size: .3rem;
  color: #4c4c4c;
}

.business4_1 {
  margin: .5rem 0 .6rem;
}

.business4_1 ._text {
  padding-top: .97rem;
}

.business4_1 p {
  color: #808080;
  margin-bottom: .24rem;
}

.business4_1 .list {
  overflow: hidden;
  margin-top: .4rem;
}

.business4_1 .item+.item {
  margin-top: .32rem;
}

.business4_1 .item {
  overflow: hidden;
}

.business4_1 .item .icon {
  float: left;
  width: .6rem;
  height: .6rem;
  overflow: hidden;
}

.business4_1 .item .text {
  float: left;
  padding-top: .1rem;
  margin-left: .18rem;
}

.business4_1 .item h3 {
  font-size: .26rem;
  color: #00a199;
  margin-bottom: .1rem;
}

.business4_1 .item li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #666666;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.business4_1 .item li {
  padding-left: .18rem;
  position: relative;
  color: #666666;
}

.business4_1 .item p {
  margin: 0;
  color: #666666;
}

.business4_2 ._img {
  float: right;
}

.business4_2 ._text {
  float: left;
  padding-top: .33rem;
}

.business4_2 ._text ul {
  margin-top: .32rem;
}

.business4_2 ._h3 {
  color: #fff;
  margin-bottom: .24rem;
}

/* .business4_2 ul{line-height: 40px;}*/
/* .business4_2 li{display: inline-block;vertical-align: middle;}*/
.business4_2 li {
  min-height: 40px;
  margin-top: .26rem;
  position: relative;
  padding: 0px 0 0 50px;
}

.business4_2 p {
  color: #fff;
  line-height: .36rem;
}

.business4_2 strong {
  width: 40px;
  height: 40px;
  background-color: #fff;
  font-size: 16px;
  color: #009f98;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.business4_3 {
  padding: .65rem 0 .7rem;
}

.business4_3 ._h3 {
  margin-bottom: .5rem;
}

.business4_3 .list {
  margin: 0 -.3rem;
  padding: 0 1.1rem;
}

.business4_3 .swiper-slide-prev .item {
  margin-left: 2.4rem;
}

.business4_3 .swiper-slide-next .item {
  margin-right: 2.4rem;
}

.business4_3 .swiper-slide-prev .item .text,
.business4_3 .swiper-slide-next .item .text {
  display: none;
}

.business4_3 .swiper-slide {
  transform: scale(.8);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
}

.business4_3 .swiper-slide.swiper-slide-active {
  transform: scale(1);
  -webkit-transfrom: scale(1);
}

.business4_3 .list .item {
  position: relative;
  text-align: center;
}

.business4_3 .img {
  width: 3.3rem;
  height: 3.3rem;
  overflow: hidden;
  margin: auto;
  margin-bottom: .38rem;
}

.business4_3 h3 {
  font-size: .3rem;
  color: #009f98;
  margin-bottom: .06rem;
}

.business4_3 p {
  color: #4c4c4c;
  text-align: center;
  margin: 0;
}

.business4 .bg.business4_4 {
  padding: .7rem 0 1.74rem;
  background: url(../images/business/bg2.jpg) no-repeat center;
}

.business4 .bg.business4_4.on {
  background-attachment: inherit;
}

.business4_4 ._h3 {
  margin-bottom: 1.52rem;
  color: #fff;
}

.business4_4 .wrap {
  position: relative;
  overflow: visible;
}

.business4_4 .img {
  width: 57.6%;
  overflow: hidden;
  margin: auto;
}

.business4_4 .item {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border: 5px solid #eef7f6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.business4_4 .item.item1 {
  width: .99rem;
  height: .99rem;
  left: 1.52rem;
  top: -1.08rem;
}

.business4_4 .item.item2 {
  width: 1.43rem;
  height: 1.43rem;
  top: .23rem;
}

.business4_4 .item.item3 {
  width: 1.07rem;
  height: 1.07rem;
  top: 2.53rem;
}

.business4_4 .item.item4 {
  width: 1.23rem;
  height: 1.23rem;
  left: 1.15rem;
  top: 3.85rem;
}

.business4_4 .item.item5 {
  width: 1.14rem;
  height: 1.14rem;
  left: auto;
  top: -1.08rem;
  right: 1.17rem;
}

.business4_4 .item.item6 {
  width: 1.35rem;
  height: 1.35rem;
  left: auto;
  top: 1.05rem;
  right: 0;
}

.business4_4 .item.item7 {
  width: 1.49rem;
  height: 1.49rem;
  left: auto;
  top: 3.5rem;
  right: .53rem;
}

.business4_5 {
  padding: .62rem 0;
}

.business4_5 ._h3 {
  margin-bottom: 6px;
}

.business4_5 .list {
  overflow: hidden;
  margin-left: -.15rem;
  margin-right: -.15rem;
}

.business4_5 .item {
  float: left;
  width: 50%;
  padding: 0 .15rem;
  margin-top: .25rem;
  text-align: center;
}

.business4_5 .img {
  width: 100%;
  height: 2.2rem;
  background: no-repeat center;
  background-size: cover;
  border-radius: 0 .3rem 0 .3rem;
  overflow: hidden;
  margin-bottom: .14rem;
  -webkit-border-radius: 0 .3rem 0 .3rem;
  -moz-border-radius: 0 .3rem 0 .3rem;
  -ms-border-radius: 0 .3rem 0 .3rem;
  -o-border-radius: 0 .3rem 0 .3rem;
}

.business4_5 .h3 {
  font-size: .24rem;
  color: #666666;
}

.business4 .bg.business4_6 {
  padding: .65rem 0 .9rem;
}

.business4_6 ._text {
  padding-top: .33rem;
}

.business4_6 ._h3 {
  margin-bottom: .18rem;
  color: #fff;
}

.business4_6 h3 {
  font-size: .26rem;
  color: #fff;
  margin-bottom: .18rem;
}

.business4_6 li+li {
  margin-top: .34rem;
}

.business4_6 li {
  padding-left: .18rem;
  position: relative;
}

.business4_6 li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: .17rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.business4_6 p {
  color: #fff;
  color: rgba(255, 255, 255, .6);
  position: relative;
  padding-left: .3rem;
  line-height: .36rem;
  margin: 0;
}

.business4_6 p img {
  width: .21rem;
  height: .25rem;
  position: absolute;
  left: 0;
  top: .05rem;
  opacity: .6;
  filter: Alpha(opacity=60);
  -webkit-filter: Alpha(opacity=60);
}