body {
  background: #fff;
}
.top-box {
  width: 100%;
  height: 730px;
  background: #364A6F url(../images_new_v1/banner.png) center no-repeat;
  background-size: auto 100%;
  margin: 0 auto;
}
.top-box .content {
  width: 1200px;
  height: 730px;
  margin: 0 auto;
  position: relative;
}
.top-box .content .top {
  height: 94px;
}
.top-box .content .top .logo {
  float: left;
  padding-top: 33px;
}
.top-box .content .top .logo img {
  height: 28px;
}
.top-box .content .top .tel {
  float: right;
  color: #fff;
  padding-top: 39px;
  display: flex;
  align-items: center;
}
.top-box .content .top .tel .img {
  display: inline-block;
  vertical-align: -3px;
  width: 16px;
  height: 16px;
  background-position: 0 0;
  padding-right: 8px;
}
.top-box .content .top .tel span {
  display: inline-block;
  line-height: 1;
}
.top-box .content .top .tel .txt1 {
  font-size: 16px;
}
.top-box .content .top .tel .txt1 b {
  font-size: 16px;
  padding: 0 7px 0 5px;
  font-family: 'QiFuBold';
  font-weight: 500;
}
.top-box .content .top .tel .txt2 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.top-box .content .con .txt1 {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  padding-top: 116px;
  line-height: 26px;
  text-shadow: 0px 0px 45px rgba(0, 0, 0, 0);
}
.top-box .content .con .txt2 {
  text-align: justify;
  font-size: 62px;
  line-height: 62px;
  letter-spacing: 3px;
  color: #fff;
  padding-top: 18px;
  text-shadow: 0px 0px 45px rgba(0, 0, 0, 0);
}
.top-box .content .con2 {
  position: absolute;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  left: 0;
  bottom: 92px;
  line-height: 12px;
}
.top-box .content .con2 .img {
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 4px;
  margin-bottom: 12px;
  background: #fff;
}
.index-menu-box {
  width: 100%;
  height: 52px;
  background: #fff;
  box-shadow: 0px 1px 0px 0px #F4F4F4;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  transition: all 0.3s linear;
}
.index-menu-box .index-menu {
  width: 1200px;
  margin: 0 auto;
  height: 52px;
  display: flex;
  justify-content: space-between;
}
.index-menu-box .index-menu a {
  position: relative;
  color: #595959;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 52px;
}
.index-menu-box .index-menu a.active {
  color: #00B85C;
  font-weight: bold;
}
.index-menu-box .index-menu a.active::after {
  content: '';
  width: 64px;
  height: 2px;
  background: #00B85C;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.title {
  font-size: 38px;
  font-weight: 400;
  color: #121736;
  line-height: 38px;
  padding-top: 80px;
  text-align: center;
}
.title.white {
  color: #fff;
}
.content-box1 {
  margin: 0 auto;
  text-align: center;
}
.content-box1 img {
  display: block;
}
.content-box1 .con-txt {
  font-size: 18px;
  color: rgba(18, 23, 54, 0.8);
  line-height: 34px;
  text-align: center;
  padding-top: 30px;
}
.content-box1 .con {
  width: 1184px;
  margin: 0 auto;
  padding: 64px 0 95px;
}
.content-box1 .con .block {
  width: 296px;
  text-align: center;
  float: left;
}
.content-box1 .con .block img {
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto;
}
.content-box1 .con .block h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #121736;
  padding-top: 26px;
}
.content-box1 .con .block p {
  font-size: 16px;
  color: #888B9A;
  padding-top: 12px;
  line-height: 22px;
}
.content-box2 {
  width: 100%;
  background: #0CB356;
  text-align: center;
  position: relative;
}
.content-box2 .bg1 {
  width: 447px;
  height: 226px;
  position: absolute;
  top: 0;
  left: 0;
}
.content-box2 .bg2 {
  width: 483px;
  height: 475px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.content-box2 .line-box {
  width: 1200px;
  margin: 66px auto 0;
  position: relative;
  height: 64px;
  overflow: hidden;
}
.content-box2 .line-box .line {
  width: 1200px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  margin: 30px auto 0;
  position: relative;
}
.content-box2 .line-box .line::before,
.content-box2 .line-box .line::after {
  content: '';
  display: block;
  width: 200px;
  height: 4px;
  position: absolute;
  top: 0;
}
.content-box2 .line-box .line::before {
  background: linear-gradient(to right, #15AF5C, #49C683);
  left: 0;
}
.content-box2 .line-box .line::after {
  right: 0;
  background: linear-gradient(to right, #49C47C, #14B757);
}
.content-box2 .line-box .icon {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #00B85C;
  font-family: 'QiFuBold';
  position: absolute;
  top: 0;
}
.content-box2 .line-box .icon.icon1 {
  border: 12px solid #0BB354;
  left: 148px;
}
.content-box2 .line-box .icon.icon2 {
  border: 12px solid #0BB354;
  left: 50%;
  transform: translateX(-50%);
}
.content-box2 .line-box .icon.icon3 {
  border: 12px solid #0BB354;
  right: 148px;
}
.content-box2 .con {
  width: 1176px;
  margin: 0 auto;
}
.content-box2 .con .block {
  float: left;
  width: 360px;
  text-align: center;
  margin-right: 48px;
}
.content-box2 .con .block h2 {
  font-style: 24px;
  color: #fff;
  padding: 10px 0 12px;
  line-height: 1;
  font-weight: 500;
}
.content-box2 .con .block span {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  display: block;
  padding-bottom: 6px;
}
.content-box2 .con .block img {
  display: block;
  margin: 0 auto;
  width: 360px;
}
.content-box2 .con .block:last-child {
  margin-right: 0;
}
.content-box3 {
  padding-bottom: 80px;
}
.content-box3 .honor-box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 64px;
}
.content-box3 .honor-box ul {
  width: 100%;
  margin-bottom: 24px;
}
.content-box3 .honor-box ul li {
  float: left;
  width: 384px;
  margin-right: 24px;
  text-align: center;
}
.content-box3 .honor-box ul li img {
  display: block;
  width: 384px;
}
.content-box3 .honor-box ul li span {
  display: block;
  width: 382px;
  border: 1px solid #F5F7FA;
  border-top: none;
  border-radius: 0 0 12px 12px;
  height: 67px;
  line-height: 67px;
  font-size: 16px;
  color: #121736;
}
.content-box3 .honor-box ul li:last-child {
  margin-right: 0;
}
.content-box3 .txt {
  font-size: 14px;
  color: #8CAB9C;
  line-height: 1;
  padding-top: 6px;
  text-align: center;
}
.content-box4 {
  width: 100%;
  background: linear-gradient(270deg, #F7F7F5 0%, #ECFDF4 100%);
  position: relative;
}
.content-box4 .bg {
  width: 541px;
  height: 380px;
  position: absolute;
  top: 0;
  left: 0;
}
.content-box4 .con {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 607px;
}
.content-box4 .con ul {
  padding: 106px 0 0 56px;
}
.content-box4 .con ul li {
  width: 420px;
  padding: 25px 0;
  background: rgba(216, 216, 216, 0);
  box-shadow: 0px 1px 0px 0px #E2EFE7;
  font-size: 18px;
  color: #121736;
  position: relative;
}
.content-box4 .con ul li img {
  position: absolute;
  left: -56px;
  width: 36px;
  top: 25px;
}
.content-box4 .con ul li:last-child {
  box-shadow: none;
}
.content-box4 .con .img {
  width: 545px;
  height: 478px;
  position: absolute;
  bottom: 76px;
  right: 17px;
}
.content-box5 {
  background: url(../images_new_v1/content-box5-bg.png) center no-repeat;
  background-size: cover;
  height: 662px;
}
.content-box5 .swiper-container {
  width: 100%;
  height: 548px;
}
.content-box5 .swiper-container .swiper-wrapper .swiper-slide {
  width: 452px;
  padding-top: 74px;
}
.content-box5 .swiper-container .swiper-wrapper .swiper-slide .time-box {
  position: relative;
  height: 106px;
}
.content-box5 .swiper-container .swiper-wrapper .swiper-slide .time-box .line {
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 7px;
}
.content-box5 .swiper-container .swiper-wrapper .swiper-slide .time-box .circular {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
}
.content-box5 .swiper-container .swiper-wrapper .swiper-slide .time-box .time {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  font-family: 'QiFu';
  position: absolute;
  top: 48px;
}
.content-box5 .swiper-container .swiper-wrapper .swiper-slide .img-box {
  width: 420px;
  height: 264px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
}
.content-box5 .swiper-container .swiper-wrapper .swiper-slide .img-box span {
  display: block;
  padding: 30px 0 21px 32px;
  font-size: 16px;
  color: #121736;
  line-height: 22px;
}
.content-box5 .swiper-container .swiper-wrapper .swiper-slide .img-box img {
  width: 356px;
  height: 160px;
  padding-left: 32px;
}
.content-box5 .swiper-container .swiper-wrapper .swiper-slide.slide {
  width: 512px;
}
.content-box5 .swiper-container .swiper-wrapper .swiper-slide.slide .img-box {
  width: 480px;
}
.content-box5 .swiper-container .swiper-wrapper .swiper-slide.slide .img-box img {
  width: 416px;
}
.content-box5 .swiper-container .swiper-wrapper .swiper-slide:last-child .line {
  width: 0;
  left: 0;
}
.content-box5 .swiper-container .swiper-scrollbar {
  height: 16px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 0;
  width: 100%;
  left: 0;
}
.content-box5 .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  height: 8px;
  border-radius: 4px;
  background: #fff;
  top: 4px;
  cursor: pointer;
}
.content-box6 {
  padding-bottom: 80px;
}
.content-box6 .con-box {
  width: 1200px;
  height: 560px;
  margin: 0 auto;
  position: relative;
  border-radius: 12px;
}
.content-box6 .con-box .swiper-pagination {
  top: 0;
  bottom: 0;
  width: 248px;
  border-radius: 12px 0 0 12px;
  background: rgba(87, 91, 94, 0.7);
}
.content-box6 .con-box .swiper-pagination .swiper-pagination-bullet {
  width: 248px;
  height: 280px;
  display: block;
  border-radius: initial;
  background: none;
  text-align: center;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 280px;
}
.content-box6 .con-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(11, 210, 111, 0.8);
  color: #fff;
}
.content-box6 .con-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  display: inline-block;
  content: '';
  width: 3px;
  height: 21px;
  background: #FFFFFF;
  vertical-align: -2px;
  margin-right: 10px;
}
.content-box6 .con-box .swiper-pagination .swiper-pagination-bullet:first-child {
  border-top-left-radius: 12px;
}
.content-box6 .con-box .swiper-pagination .swiper-pagination-bullet:last-child {
  border-bottom-left-radius: 12px;
}
.content-box6 .swiper-plan {
  width: 1200px;
  height: 560px;
  margin: 64px auto 0;
  overflow: hidden;
  border-radius: 12px;
}
.content-box6 .swiper-plan .swiper-slide {
  width: 1200px;
  height: 560px;
}
.content-box6 .swiper-plan .swiper-slide img {
  width: 1200px;
  height: 560px;
}
.content-box6 .swiper-plan .swiper-slide .con {
  position: absolute;
  bottom: 54px;
  right: 142px;
  color: #fff;
  width: 670px;
}
.content-box6 .swiper-plan .swiper-slide .con span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: block;
  padding-bottom: 10px;
}
.content-box6 .swiper-plan .swiper-slide .con p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.content-box7 {
  width: 100%;
  height: 746px;
  background: linear-gradient(270deg, #F7F7F5 0%, #ECFDF4 100%);
  position: relative;
}
.content-box7 .bg1 {
  width: 458px;
  height: 318px;
  position: absolute;
  top: 0;
  left: 0;
}
.content-box7 .bg2 {
  width: 308px;
  height: 446px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.content-box7 .con {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.content-box7 .con ul {
  width: 100%;
  padding-top: 64px;
}
.content-box7 .con ul li {
  float: left;
  width: 588px;
  height: 230px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.02);
  border-radius: 12px;
  margin: 0 24px 24px 0;
  position: relative;
}
.content-box7 .con ul li.m0 {
  margin-right: 0;
}
.content-box7 .con ul li .box1 {
  width: 96px;
  height: 120px;
  background: rgba(216, 216, 216, 0);
  border-radius: 8px;
  border: 1px solid #F0F2F5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}
.content-box7 .con ul li .box1 span {
  font-family: 'QiFu';
  display: block;
  color: #00B85C;
  font-size: 42px;
  line-height: 78px;
  height: 78px;
  text-align: center;
}
.content-box7 .con ul li .box1 p {
  width: 96px;
  height: 42px;
  background: rgba(27, 184, 85, 0.04);
  border-radius: 0 0 8px 8px;
  color: #00B85C;
  font-size: 14px;
  text-align: center;
  line-height: 42px;
}
.content-box7 .con ul li .box2 {
  margin-left: 160px;
  padding-top: 59px;
}
.content-box7 .con ul li .box2 h2 {
  font-size: 22px;
  line-height: 30px;
  color: #121736;
  padding-bottom: 12px;
}
.content-box7 .con ul li .box2 p {
  width: 396px;
  font-size: 14px;
  font-weight: 400;
  color: #888B9A;
  line-height: 24px;
}
.content-box8 {
  width: 100%;
  height: 422px;
  text-align: center;
}
.content-box8 img {
  width: 1200px;
  margin: 0 auto;
  padding-top: 64px;
}
.user-voice {
  width: 100%;
  background: url(../images_new_v1/index/map@2x.png) center no-repeat #fff;
  background-size: 1920px auto;
  position: relative;
  overflow: hidden;
}
.user-voice .title-box {
  text-align: center;
  padding-top: 56px;
}
.user-voice .title-box.pt-72 {
  padding-top: 72px;
}
.user-voice .title-box .title {
  font-size: 30px;
  color: #1D1A34;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding: 0 36px;
  line-height: 32px;
}
.user-voice .title-box .title span.text {
  width: 660px;
  height: 72px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #888B9A;
  line-height: 36px;
  text-align: center;
  display: block;
  margin-top: 18px;
}
.user-voice #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 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.user-voice #cross.tianjing {
  top: 98px;
  opacity: 1;
}
.user-voice #cross.shandong {
  top: 140px;
  opacity: 1;
}
.user-voice #cross.anhui {
  top: 206px;
  opacity: 1;
}
.user-voice #cross.jiangsu {
  top: 230px;
  opacity: 1;
}
.user-voice #cross.chongqing {
  top: 184px;
  opacity: 1;
}
.user-voice #cross.liaoning {
  top: 74px;
  opacity: 1;
}
.user-voice .region-box {
  width: 1200px;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  height: 292px;
  margin-left: -600px;
  top: -50px;
  z-index: 3;
}
.user-voice .region-box .city {
  width: 24px;
  height: 24px;
  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 */
}
.user-voice .region-box .city .em-bg {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images_new_v1/index/sk_icon_point@2x.png) no-repeat;
  background-size: 100% auto;
}
.user-voice .region-box .city .em-bg em {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.user-voice .region-box .city .current {
  position: absolute;
  bottom: 0;
  left: 1px;
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  width: 135px;
}
.user-voice .region-box .city .current span {
  float: right;
  font-size: 13px;
  line-height: 22px;
  color: #4A4A4A;
  display: block;
  border-radius: 4px;
  background: #fff;
  width: 102px;
  padding: 8px 0;
  text-align: center;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.user-voice .region-box .city .current span::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: inherit;
  box-shadow: inherit;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.user-voice .region-box .city .current img {
  width: 22px;
  height: 27px;
  margin: 0 auto;
  display: block;
  float: left;
  margin-top: 8px;
}
.user-voice .region-box .city.tianjing {
  top: 192px;
  left: 105px;
}
.user-voice .region-box .city.shandong {
  top: 524px;
  left: 165px;
}
.user-voice .region-box .city.anhui {
  top: 330px;
  left: 416px;
}
.user-voice .region-box .city.jiangsu {
  top: 472px;
  left: 432px;
}
.user-voice .region-box .city.chongqing {
  top: 380px;
  left: 364px;
}
.user-voice .region-box .city.liaoning {
  top: 112px;
  left: 359px;
}
.user-voice .region-box .city.show {
  opacity: 1;
}
.user-voice .region-box .city.active em {
  -webkit-animation: twinkle 0.8s linear -0.5s infinite;
  animation: twinkle 0.8s linear -0.5s infinite;
}
.user-voice .region-box .city.active .current {
  opacity: 1;
  bottom: 6px;
}
.user-voice .region-box .city.active .em-bg {
  background: url(../images_new_v1/index/sk_icon_point@2x2.png) no-repeat;
  background-size: 100% auto;
  animation: light 1s ease-in-out infinite alternate;
}
@keyframes light {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.user-voice .swiper-container {
  width: 1200px;
  height: 476px;
  margin: 64px auto 0;
}
.user-voice .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.user-voice .swiper-container .swiper-wrapper .swiper-slide .con {
  width: 506px;
  padding-top: 18px;
}
.user-voice .swiper-container .swiper-wrapper .swiper-slide .con p {
  font-size: 14px;
  color: #595959;
  line-height: 28px;
}
.user-voice .swiper-container .swiper-wrapper .swiper-slide .con .txt1 {
  padding-bottom: 8px;
}
.user-voice .swiper-container .swiper-wrapper .swiper-slide .con h3 {
  font-size: 16px;
  color: #262626;
  line-height: 22px;
  padding-bottom: 12px;
}
.user-voice .swiper-container .swiper-wrapper .swiper-slide img {
  width: 560px;
  position: absolute;
  right: 0;
  top: 0;
}
.user-voice .btn-box {
  width: 1200px;
  position: absolute;
  bottom: 77px;
  height: 40px;
}
.user-voice .btn-box .swiper-pagination {
  display: inline-block;
  width: auto;
  color: #CCCCCC;
  font-size: 20px;
  bottom: 0;
  font-family: 'QiFu';
}
.user-voice .btn-box .swiper-pagination span {
  font-size: 36px;
  line-height: 40px;
}
.user-voice .btn-box .swiper-button-next,
.user-voice .btn-box .swiper-button-prev {
  width: 32px;
  height: 32px;
  display: inline-block;
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  top: auto;
  bottom: 0;
}
.user-voice .btn-box .swiper-button-next::after,
.user-voice .btn-box .swiper-button-prev::after {
  display: none;
}
.user-voice .btn-box .swiper-button-next.swiper-button-disabled,
.user-voice .btn-box .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.user-voice .btn-box .swiper-button-prev {
  background: url(../images_new_v1/index/sk_icon_left@2x.png) center no-repeat;
  background-size: 32px auto;
  left: 120px;
}
.user-voice .btn-box .swiper-button-prev.swiper-button-disabled {
  background: url(../images_new_v1/index/sk_icon_left_diss@2x.png) center no-repeat;
  background-size: 32px auto;
  box-shadow: none;
}
.user-voice .btn-box .swiper-button-next {
  background: url(../images_new_v1/index/sk_icon_right@2x.png) center no-repeat;
  background-size: 32px auto;
  left: 168px;
}
.user-voice .btn-box .swiper-button-next.swiper-button-disabled {
  background: url(../images_new_v1/index/sk_icon_right_diss@2x.png) center no-repeat;
  background-size: 32px auto;
  box-shadow: none;
}
