@charset "UTF-8";
body {
  font: 400 14px/1.5 HelveticaLight,"Helvetica Neue","Heiti SC","Microsoft Yahei",tahoma,arial,sans-serif;
  margin: 0;
  padding: 0;
}

.no-bg {
  background: none;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

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

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

a, button, input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

img {
  vertical-align: top;
}

.clearfix:after, .clearfix:before {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.loading {
  width: 100%;
  text-align: center;
  display: none;
}

.loading > img {
  width: 100%;
}

.ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mg130 {
  margin-bottom: 1.3rem;
}

@font-face {
  font-family: 'QiFu';
  src: url("../css/QiFu-Sans-Std-Regular.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'QiFuBold';
  src: url("../css/QiFu-Sans-Std-Medium.otf");
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.header {
  height: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.header h2 {
  width: 5.43rem;
  height: .4rem;
  margin: .35rem 0 0 .4rem;
}

.header h2 > img {
  width: 100%;
}

.header .nav {
  margin: .25rem .4rem 0 0;
}

.header .nav > i {
  width: .74rem;
  height: .5rem;
  background: url(../img_v1/nav.png) no-repeat;
  background-size: 100% 100%;
  display: block;
}

.header .nav dl.nav-list {
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  padding-bottom: .64rem;
  z-index: 2;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  transform: translate3d(0, -100%, 0);
}

.header .nav dl.nav-list dt {
  position: relative;
  text-align: center;
}

.header .nav dl.nav-list dt > img {
  width: 2.86rem;
  height: .66rem;
  margin-top: .38rem;
}

.header .nav dl.nav-list dt i.nav-close {
  width: .74rem;
  height: .5rem;
  background: url(../img_v1/nav-close.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: .46rem;
  right: .4rem;
}

.header .nav dl.nav-list dd {
  margin: 0 .4rem;
  position: relative;
  font-size: .36rem;
  font-weight: 500;
}

.header .nav dl.nav-list dd > a {
  color: #111738;
  display: block;
}

.header .nav dl.nav-list dt,
.header .nav dl.nav-list dd {
  height: 1.4rem;
  line-height: 1.4rem;
}

.header .nav dl.nav-list dt::after,
.header .nav dl.nav-list dd::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F0F2F5;
  height: .01rem;
}

.header .nav dl.fadeInDown {
  transform: translate3d(0, 0, 0);
}

.header .header-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: none;
}

.footer {
  overflow: hidden;
  background: #22242A;
}

.footer .foot-logo {
  padding: .72rem .4rem 0;
}

.footer .foot-logo > img {
  height: .26rem;
  display: block;
}

.footer .foot-list {
  padding: .74rem .4rem 0;
  color: #fff;
}

.footer .foot-list dt {
  font-size: .3rem;
  font-weight: 400;
  padding-bottom: .33rem;
  position: relative;
}

.footer .foot-list dt::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: .01rem;
  background-color: rgba(255, 255, 255, 0.1);
}

.footer .foot-list dd {
  font-size: .24rem;
  font-weight: 400;
  line-height: .26rem;
  margin-top: .34rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer .foot-list dd > a {
  color: rgba(255, 255, 255, 0.6);
}

.footer .last {
  padding: .73rem .4rem 0;
  margin-bottom: .64rem;
}

.footer .last > dd > a {
  margin-right: 1rem;
}

.copyright {
  background: #1F1F1F;
  text-align: center;
  font-size: .22rem;
  font-weight: 400;
  line-height: .3rem;
  color: rgba(255, 255, 255, 0.2);
  padding: .24rem .4rem .16rem;
}

.copyright > span {
  margin-top: .08rem;
  display: block;
}

.copyright a {
  color: rgba(255, 255, 255, 0.2);
}

.title {
  height: .44rem;
  font-size: .44rem;
  font-weight: 400;
  color: #121736;
  line-height: .44rem;
  display: block;
  text-align: center;
  padding-top: .8rem;
  position: relative;
}

.title > i {
  width: .75rem;
  height: .04rem;
  background-color: #CCF1DE;
  border-radius: .04rem;
  position: absolute;
  bottom: -.08rem;
  left: 50%;
  margin-left: -.375rem;
}

.banner-box {
  height: 8.6rem;
  position: relative;
}

.banner-box > img {
  width: 100%;
}

.news-banner {
  height: 3.8rem;
}

/* *********
  首页
********* */
.product-box {
  background-color: #fff;
  margin: 0 .28rem;
  padding-bottom: .5rem;
}

.product-box .content {
  margin-top: .48rem;
}

.product-box .content ul.wrap {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.product-box .content ul.wrap li {
  width: 3.23rem;
  height: 3rem;
  background: rgba(216, 216, 216, 0);
  border-radius: .12rem;
  border: .01rem solid #F0F2F5;
  margin: 0 .12rem .24rem;
  box-sizing: border-box;
  text-align: center;
}

.product-box .content ul.wrap li > img {
  width: 1.3rem;
  height: 1.3rem;
  margin-top: .24rem;
}

.product-box .content ul.wrap li > strong {
  font-size: .3rem;
  font-weight: 500;
  line-height: .32rem;
  color: #121736;
  display: block;
  margin: .15rem 0;
}

.product-box .content ul.wrap li > span {
  font-size: .26rem;
  font-weight: 400;
  line-height: .26rem;
  color: #888B9A;
}

@media (max-width: 375px) {
  .product-box .content ul.wrap li {
    border: .02rem solid #F0F2F5;
  }
}

.step-box {
  padding: 0 .4rem;
  background: linear-gradient(225deg, #F7F7F5 0%, #ECFDF4 100%) rgba(255, 255, 255, 0.3);
  padding-bottom: .56rem;
}

.step-box .content {
  margin-top: .48rem;
}

.step-box .content ul.list {
  overflow: hidden;
}

.step-box .content ul.list > li {
  margin-bottom: .24rem;
  border-radius: .12rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.step-box .content ul.list > li .step-left {
  margin: 1.06rem 0 0 .44rem;
  display: flex;
}

.step-box .content ul.list > li .step-left > i {
  width: .56rem;
  height: .6rem;
  display: inline-block;
}

.step-box .content ul.list > li .step-left > i.num-01 {
  background: url(../img_v1/num-01.png) no-repeat;
  background-size: cover;
}

.step-box .content ul.list > li .step-left > i.num-02 {
  background: url(../img_v1/num-02.png) no-repeat;
  background-size: cover;
}

.step-box .content ul.list > li .step-left > i.num-03 {
  background: url(../img_v1/num-03.png) no-repeat;
  background-size: cover;
}

.step-box .content ul.list > li .step-left .introduce {
  font-weight: 400;
  color: #888B9A;
  line-height: .28rem;
  font-size: .24rem;
  margin-left: .1rem;
}

.step-box .content ul.list > li .step-left .introduce span {
  display: block;
  font-weight: 500;
  color: #121736;
  font-size: .3rem;
  margin-bottom: .14rem;
}

.step-box .content ul.list > li .step-right {
  width: 2.84rem;
  height: 2.80rem;
}

.step-box .content ul.list > li .step-right img {
  width: 100%;
}

.about-box {
  background: url(../img_v1/about-bg-01.png) 0.23rem 0.95rem/1.82rem 1.62rem no-repeat, url(../img_v1/about-bg-02.png) 5.45rem 4rem/1.82rem 1.62rem no-repeat, url(../img_v1/about-bg-03.png) 0 bottom/3rem 4.74rem no-repeat #00B85C;
  padding-bottom: .8rem;
}

.about-box .title {
  color: #fff;
}

.about-box .title > i {
  background-color: #fff;
  opacity: .2;
}

.about-box .content {
  padding-top: .54rem;
}

.about-box .content h4 {
  font-size: .3rem;
  line-height: .42rem;
  display: block;
  font-weight: 600;
  color: #fff;
  padding-bottom: .2rem;
}

.about-box .content .introduce {
  margin: 0 .96rem 0 .86rem;
}

.about-box .content .introduce > p {
  font-size: .26rem;
  font-weight: 400;
  color: #fff;
  line-height: .46rem;
  opacity: .8;
}

.about-box .content .course {
  padding: .52rem 0 0 0;
}

.about-box .content .course > h4 {
  padding: 0 0 .4rem .86rem;
}

.about-box .content .course .about-swiper {
  padding-left: .86rem;
}

.about-box .content .course .about-swiper .swiper-wrapper .swiper-slide {
  width: 3.52rem;
  height: 4rem;
  padding-right: .32rem;
}

.about-box .content .course .about-swiper .swiper-wrapper .swiper-slide .brief {
  padding: .37rem 0 .3rem;
  color: #FFF;
  position: relative;
}

.about-box .content .course .about-swiper .swiper-wrapper .swiper-slide .brief::after {
  content: '';
  position: absolute;
  left: 0;
  right: -0.32rem;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
  height: .02rem;
  box-shadow: 0px 6px 12px 0px rgba(0, 134, 67, 0.2);
}

.about-box .content .course .about-swiper .swiper-wrapper .swiper-slide .brief i.about-dot {
  width: .16rem;
  height: .16rem;
  background: #FFFFFF;
  border-radius: 100%;
  position: absolute;
  top: -0.07rem;
  left: 0;
  display: block;
}

.about-box .content .course .about-swiper .swiper-wrapper .swiper-slide .brief > h5 {
  font-size: .28rem;
  line-height: .28rem;
  margin-bottom: .1rem;
  font-family: 'QiFu';
}

.about-box .content .course .about-swiper .swiper-wrapper .swiper-slide .brief > p {
  height: .6rem;
  font-size: .22rem;
  font-weight: 400;
  line-height: .3rem;
  opacity: .8;
}

.about-box .content .course .about-swiper .swiper-wrapper .swiper-slide .not::after {
  display: none;
}

.about-box .content .course .about-swiper .swiper-wrapper .swiper-slide .brief-img {
  padding: .2rem;
  background-color: #fff;
  box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.08);
  border-radius: .16rem;
  border: 1px solid #F0F2F5;
}

.about-box .content .course .about-swiper .swiper-wrapper .swiper-slide .brief-img > img {
  width: 3.12rem;
  height: 1.88rem;
}

.bloc-box {
  margin: 0 .28rem;
  padding-bottom: .8rem;
}

.bloc-box .content {
  margin-top: .48rem;
}

.bloc-box .content ul.list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.bloc-box .content ul.list li {
  width: 3.23rem;
  height: 2.51rem;
  margin: 0 .12rem .24rem;
}

.bloc-box .content ul.list li > img {
  width: 100%;
}

.bloc-box .content .explain {
  line-height: .28rem;
  font-weight: 400;
  font-size: .2rem;
  color: #B7B9C2;
  display: block;
  text-align: center;
  margin-top: .08rem;
}

.bloc-box .content .explain > i {
  width: .2rem;
  height: .2rem;
  display: inline-block;
  vertical-align: top;
  background: url(../img_v1/bloc/icon.png) no-repeat;
  background-size: 100% 100%;
  margin: .02rem .04rem 0 0;
}

.inherit-box {
  background: #00B85C;
}

.inherit-box .title {
  color: #fff;
}

.inherit-box .title > i {
  background-color: #fff;
  opacity: .2;
}

.inherit-box .content {
  padding-top: .06rem;
}

.inherit-box .content ul.list {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.inherit-box .content ul.list li {
  position: relative;
  display: flex;
  text-align: center;
}

.inherit-box .content ul.list li:last-child .auth {
  border-bottom: 0;
  padding-bottom: .24rem;
}

.inherit-box .content ul.list li .auth {
  height: 1.08rem;
  display: inline-block;
  color: #fff;
  font-size: .36rem;
  font-weight: 600;
  line-height: .36rem;
  margin: 0 auto;
  position: relative;
  padding: .42rem 0 .36rem;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
}

.inherit-box .content ul.list li .auth::before {
  content: '';
  width: .46rem;
  height: 1.08rem;
  background: url(../img_v1/auth-left.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -.18rem;
  top: .42rem;
}

.inherit-box .content ul.list li .auth::after {
  content: '';
  width: .46rem;
  height: 1.08rem;
  background: url(../img_v1/auth-right.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -.18rem;
  top: .42rem;
}

.inherit-box .content ul.list li .auth > span {
  font-size: .28rem;
  font-weight: 400;
  line-height: .28rem;
  opacity: .8;
  padding: .13rem .93rem .22rem;
  display: inline-block;
}

.inherit-box .content .img {
  width: 100%;
}

.benefit-box {
  background: linear-gradient(225deg, #F7F7F5 0%, #ECFDF4 100%) rgba(255, 255, 255, 0.2);
}

.benefit-box .content .benefit-swiper {
  padding: .48rem 0 .8rem;
  overflow: hidden;
}

.benefit-box .content .benefit-swiper .swiper-wrapper {
  padding-left: .4rem;
}

.benefit-box .content .benefit-swiper .swiper-wrapper .swiper-slide {
  width: 6rem;
  background-color: #fff;
  border-radius: .12rem;
  margin-right: .4rem;
}

.benefit-box .content .benefit-swiper .swiper-wrapper .swiper-slide > img {
  width: 100%;
  height: 3rem;
  vertical-align: top;
}

.benefit-box .content .benefit-swiper .swiper-wrapper .swiper-slide .info {
  padding: .4rem .32rem .4rem .4rem;
  overflow: hidden;
}

.benefit-box .content .benefit-swiper .swiper-wrapper .swiper-slide .info > span {
  font-size: .26rem;
  display: block;
  font-family: 'QiFuBold';
  margin-bottom: .14rem;
}

.benefit-box .content .benefit-swiper .swiper-wrapper .swiper-slide .info > p {
  min-height: 2.16rem;
  font-size: .24rem;
  line-height: .36rem;
  font-weight: 400;
  color: #888B9A;
  display: block;
}

.xw-spark {
  background: url("../img_v1/map_app.png") no-repeat;
  background-size: 100% auto;
  padding: 0.24rem 0 .32rem;
  background-color: #fff;
  width: 100%;
  position: relative;
}

.xw-spark .title {
  font-weight: 500;
  font-size: 0.42rem;
  color: #1F252E;
  line-height: 0.6rem;
  text-align: center;
  height: auto;
}

.xw-spark .title span.text {
  height: .96rem;
  font-size: .28rem;
  font-weight: 400;
  color: #666666;
  line-height: .48rem;
  margin-top: .24rem;
  padding: 0 .72rem;
  display: block;
}

.xw-spark .main-box {
  position: relative;
}

.xw-spark .main-box #cross {
  background: rgba(38, 157, 77, 0.4);
  height: 1px;
  position: absolute;
  left: 0 !important;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.xw-spark .main-box #cross.tianjing {
  top: .16rem;
  opacity: 1;
}

.xw-spark .main-box #cross.shandong {
  top: 3.52rem;
  opacity: 1;
}

.xw-spark .main-box #cross.anhui {
  top: .68rem;
  opacity: 1;
}

.xw-spark .main-box #cross.jiangsu {
  top: 3.08rem;
  opacity: 1;
}

.xw-spark .main-box #cross.chongqing {
  top: 1.08rem;
  opacity: 1;
}

.xw-spark .main-box #cross.liaoning {
  top: 0.92rem;
  opacity: 1;
}

.xw-spark .main-box .region-box {
  width: 100%;
  height: 3.74rem;
  position: relative;
}

.xw-spark .main-box .region-box .city {
  width: 0.32rem;
  height: 0.32rem;
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}

.xw-spark .main-box .region-box .city .em-bg {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: url("../img_v1/sk_icon_point@2x.png") no-repeat;
  background-size: 100% auto;
}

.xw-spark .main-box .region-box .city .em-bg em {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  position: relative;
  z-index: 2;
}

.xw-spark .main-box .region-box .city .current {
  position: absolute;
  bottom: -0.64rem;
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-align: center;
  width: 2.12rem;
  left: -0.9rem;
  z-index: 1;
}

.xw-spark .main-box .region-box .city .current img {
  display: block;
}

.xw-spark .main-box .region-box .city .current .img {
  border: 0.08rem solid #fff;
  width: 2.12rem;
  height: 1.34rem;
  box-shadow: 0 0.18rem 0.56rem 0.16rem rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
  border-radius: 0.08rem;
  margin: 0 auto 0.12rem;
  background: #fff;
}

.xw-spark .main-box .region-box .city .current .img img {
  width: 1.96rem;
  height: 1.18rem;
  border-radius: 0.04rem;
}

.xw-spark .main-box .region-box .city .current .icon {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto;
  padding-bottom: 0.26rem;
}

.xw-spark .main-box .region-box .city .current span {
  font-size: 0.28rem;
  color: #279D4D;
}

.xw-spark .main-box .region-box .city.tianjing {
  top: 0;
  left: .88rem;
}

.xw-spark .main-box .region-box .city.shandong {
  top: 3.36rem;
  left: 2.02rem;
}

.xw-spark .main-box .region-box .city.anhui {
  top: .52rem;
  left: 3.48rem;
}

.xw-spark .main-box .region-box .city.jiangsu {
  top: 2.92rem;
  left: 3.74rem;
}

.xw-spark .main-box .region-box .city.chongqing {
  top: .92rem;
  left: 2.4rem;
}

.xw-spark .main-box .region-box .city.liaoning {
  top: 0.76rem;
  left: 3.92rem;
}

.xw-spark .main-box .region-box .city.show {
  opacity: 1;
}

.xw-spark .main-box .region-box .city.active em {
  -webkit-animation: twinkle 0.8s linear -.5s infinite;
  animation: twinkle 0.8s linear -.5s infinite;
}

.xw-spark .main-box .region-box .city.active .current {
  opacity: 1;
  bottom: -0.16rem;
}

.xw-spark .main-box .region-box .city.active .current-bottom {
  opacity: 1;
  bottom: -1.8rem;
}

.xw-spark .main-box .swiper-container {
  width: 91.5%;
  margin: 0 auto;
  background: #fff;
  border-radius: 0.16rem;
  padding: 0.32rem 0 0.72rem;
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.08), 0px 16px 24px 2px rgba(0, 0, 0, 0.04), 0px 6px 30px 5px rgba(0, 0, 0, 0.05);
}

.xw-spark .main-box .swiper-container .swiper-wrapper {
  padding: 0;
  width: 100%;
}

.xw-spark .main-box .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}

.xw-spark .main-box .swiper-container .swiper-wrapper .swiper-slide .con {
  width: 6.12rem;
  margin: 0 auto;
}

.xw-spark .main-box .swiper-container .swiper-wrapper .swiper-slide .con p {
  font-size: 0.28rem;
  color: #8C8C8C;
  line-height: 0.44rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 1.3rem;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.xw-spark .main-box .swiper-container .swiper-wrapper .swiper-slide .con p::-webkit-scrollbar {
  display: none;
  width: 0px;
}

.xw-spark .main-box .swiper-container .swiper-wrapper .swiper-slide .con h3 {
  font-size: 0.28rem;
  font-weight: 600;
  color: #262626;
  line-height: 0.44rem;
  padding-bottom: 0.12rem;
}

.xw-spark .main-box .swiper-container .swiper-wrapper .swiper-slide img {
  width: 560px;
  position: absolute;
  right: 0;
  top: 0;
}

.xw-spark .main-box .swiper-container .swiper-wrapper .swiper-slide.active .txt2 {
  overflow: auto;
  height: auto;
}

.xw-spark .main-box .swiper-container .swiper-pagination {
  bottom: 0.32rem;
}

.xw-spark .main-box .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.08rem;
  background: #D8D8D8;
  border-radius: 0;
}

.xw-spark .main-box .swiper-container .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 0.08rem;
}

.xw-spark .main-box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.32rem;
  height: 0.08rem;
  background: #00B85C;
}

.cooperation-box {
  padding-bottom: .8rem;
}

.cooperation-box .content {
  padding: .48rem .4rem 0;
}

.cooperation-box .content > img {
  width: 100%;
}

.swiper-tabs {
  height: .96rem;
  position: absolute;
  background-color: #fff;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: all .2s;
  box-shadow: 0px 1px 0px 0px #F0F2F5;
  padding-right: .4rem;
}

.swiper-tabs .swiper-wrapper {
  margin-left: .2rem;
}

.swiper-tabs .swiper-wrapper .swiper-slide {
  width: 1.68rem;
  height: .96rem;
  line-height: .96rem;
  font-weight: 400;
  font-size: .3rem;
  text-align: center;
}

.swiper-tabs .swiper-wrapper .active {
  color: #00B85C;
  font-weight: 500;
  position: relative;
}

.swiper-tabs .swiper-wrapper .active::before {
  content: '';
  width: 1.20rem;
  height: .04rem;
  background-color: #00B85C;
  position: absolute;
  bottom: 0;
  left: .24rem;
  transition: all .2s;
}

.fixed {
  position: fixed;
  z-index: 10;
}

.download {
  background-color: #fff;
  box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.05);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}

.download .content {
  display: flex;
  justify-content: space-between;
  padding: .18rem .4rem;
}

.download-left {
  display: flex;
}

.download-left > img {
  width: .92rem;
  height: .92rem;
}

.download-left > span {
  display: block;
  padding: 0 0 0 .21rem;
}

.download-left > span h3 {
  font-size: .3rem;
  font-weight: 400;
  line-height: .3rem;
}

.download-left > span p {
  font-size: .22rem;
  font-weight: 400;
  color: #888B9A;
  padding-top: .10rem;
  margin-right: .3rem;
  line-height: .3rem;
}

.download .btn-download {
  width: 1.3rem;
  height: .54rem;
  line-height: .54rem;
  display: block;
  background: #00B85C;
  border-radius: .27rem;
  text-align: center;
  color: #fff;
  font-size: .24rem;
  font-weight: 500;
  margin-top: .20rem;
}

/* *********
  新闻中心
********* */
.news-box {
  padding: .4rem .4rem .8rem;
}

.news-box .content {
  min-height: 5rem;
}

.news-box .content .detail-wrap {
  padding: .1rem;
}

.news-box .content .detail-wrap h3 {
  font-size: .36rem;
  font-weight: 500;
  line-height: .5rem;
  color: #111738;
  margin-bottom: .24rem;
}

.news-box .content .detail-wrap .source {
  font-size: .22rem;
  font-weight: 400;
  color: #888B9A;
  line-height: .3rem;
  display: block;
  margin-bottom: .2rem;
}

.news-box .content .detail-wrap .html {
  font-size: .26rem;
  font-weight: 400;
  line-height: .52rem;
  color: #111738;
}

.news-box .content .detail-wrap .html img {
  max-width: 100%;
  margin: .24rem 0 .16rem;
}

.news-box .content .detail-wrap .html figcaption {
  text-align: center;
  font-size: .22rem;
  color: #595C72;
}

.news-box .content ul.list > li {
  position: relative;
  display: flex;
  padding: .46rem 0;
}

.news-box .content ul.list > li::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: .01rem;
  background: #F0F2F5;
}

.news-box .content ul.list > li .list-left {
  min-width: 1.56rem;
  font-size: .22rem;
  font-weight: 400;
  color: #121736;
  margin-top: .11rem;
  font-family: 'QiFu';
}

.news-box .content ul.list > li .list-left > span {
  font-size: .4rem;
  display: block;
  line-height: .44rem;
  margin-bottom: .1rem;
}

.news-box .content ul.list > li .list-right h3,
.news-box .content ul.list > li .list-right p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #121736;
}

.news-box .content ul.list > li .list-right h3 {
  font-size: .3rem;
  font-weight: 500;
  line-height: .42rem;
  margin-bottom: .1rem;
  -webkit-line-clamp: 2;
}

.news-box .content ul.list > li .list-right p {
  font-size: .22rem;
  font-weight: 400;
  color: #878B9B;
  line-height: .3rem;
  -webkit-line-clamp: 3;
}

.responsibility-box {
  background: url("../img_v1/responsibility/responsibility-bg.png") top no-repeat;
  background-size: 100% auto;
  padding-top: 0.56rem;
}

.responsibility-box .responsibility {
  text-align: center;
  padding: 0 0.32rem 0.24rem;
}

.responsibility-box .responsibility .title {
  padding-top: 0;
}

.responsibility-box .responsibility p {
  font-weight: 400;
  font-size: 0.26rem;
  color: #595C72;
  line-height: 0.44rem;
  padding-top: 0.48rem;
}

.responsibility-box .content-box {
  width: 100%;
  margin: 0 auto;
}

.responsibility-box .content-box .content {
  height: 1.2rem;
  overflow: hidden;
  transition: height 0.3s ease;
}

.responsibility-box .content-box .content .title {
  width: 6.86rem;
  margin: 0 auto;
  display: flex;
  height: 1.2rem;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 0;
}

.responsibility-box .content-box .content .title .left {
  display: flex;
  align-items: center;
  padding-left: 0.48rem;
  font-weight: 600;
  font-size: 0.32rem;
  color: #121736;
  line-height: 0.44rem;
}

.responsibility-box .content-box .content .title .left img {
  width: 0.56rem;
  height: 0.56rem;
  margin-right: 0.16rem;
}

.responsibility-box .content-box .content .title .right {
  padding-right: 0.54rem;
  display: flex;
  align-items: center;
}

.responsibility-box .content-box .content .title .right img {
  width: 0.2rem;
  height: 0.12rem;
  transition: transform 0.3s ease;
}

.responsibility-box .content-box .content .swiper {
  position: relative;
}

.responsibility-box .content-box .content .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}

.responsibility-box .content-box .content .swiper .swiper-wrapper .swiper-slide .video-box {
  position: relative;
  width: 6.86rem;
  height: 3.9rem;
  margin: 0 auto;
  border-radius: 0.1rem;
}

.responsibility-box .content-box .content .swiper .swiper-wrapper .swiper-slide .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
}

.responsibility-box .content-box .content .swiper .swiper-wrapper .swiper-slide .video-box .video-mask-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.responsibility-box .content-box .content .swiper .swiper-wrapper .swiper-slide .video-box .video-mask-box .play-btn {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

.responsibility-box .content-box .content .swiper .swiper-wrapper .swiper-slide .img-box {
  width: 6.86rem;
  height: 3.9rem;
  margin: 0 auto;
}

.responsibility-box .content-box .content .swiper .swiper-wrapper .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
}

.responsibility-box .content-box .content .swiper .swiper-wrapper .swiper-slide .con {
  width: 6.86rem;
  height: 2.56rem;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 0.08rem;
  border: 1px solid #F6F6F7;
  box-shadow: 0.44rem 0.42rem 0.76rem 0.22rem rgba(18, 23, 54, 0.05);
  margin-top: 0.16rem;
}

.responsibility-box .content-box .content .swiper .swiper-wrapper .swiper-slide .con span {
  display: block;
  font-weight: 400;
  font-size: 0.28rem;
  color: #8C8C8C;
  line-height: 0.44rem;
  padding: 0.32rem 0.32rem 0.16rem;
}

.responsibility-box .content-box .content .swiper .swiper-wrapper .swiper-slide .con p {
  width: 6.22rem;
  height: 1.32rem;
  margin: 0 auto;
  font-weight: 400;
  font-size: 0.26rem;
  color: #121736;
  line-height: 0.44rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.responsibility-box .content-box .content .swiper .swiper-wrapper .swiper-slide .show-img {
  display: none;
}

.responsibility-box .content-box .content .swiper .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -0.5rem;
}

.responsibility-box .content-box .content .swiper .swiper-pagination .swiper-pagination-bullet {
  width: .56rem;
  height: .04rem;
  background: #D8D8D8;
  margin: 0 .02rem;
  display: inline-block;
  border-radius: 0;
  opacity: 1;
}

.responsibility-box .content-box .content .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00B85C;
}

.responsibility-box .content-box .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .video-box {
  height: 5.06rem;
}

.responsibility-box .content-box .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .img-box {
  height: 5.06rem;
}

.responsibility-box .content-box .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .con {
  height: 3.5rem;
  position: relative;
}

.responsibility-box .content-box .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .con span {
  font-weight: 500;
  color: #262626;
  letter-spacing: -0.3px;
  padding: 0.32rem 0 0.16rem 0.32rem;
}

.responsibility-box .content-box .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .con p {
  color: #8C8C8C;
}

.responsibility-box .content-box .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .con a {
  display: flex;
  width: 1.72rem;
  height: 0.64rem;
  border-radius: 0.56rem;
  border: 1px solid #00B85C;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0.24rem;
  bottom: 0.38rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #00B85C;
  line-height: 0.34rem;
  box-sizing: border-box;
}

.responsibility-box .content-box .content .swiper.mySwiper3 .swiper-wrapper .swiper-slide .con a img {
  width: 0.32rem;
  height: 0.32rem;
}

.responsibility-box .content-box .content.active .title .right img {
  transform: rotate(180deg);
}

.responsibility-box .content-box .content.con1 .baogao {
  width: 6.86rem;
  height: 2.06rem;
  margin: 0 auto;
  display: block;
}

.responsibility-box .content-box .content.con1.active {
  height: 3.5rem;
}

.responsibility-box .content-box .content.con2.active {
  height: 8.64rem;
}

.responsibility-box .content-box .content.con3.active {
  height: 11rem;
}
