#index {
  overflow-x: hidden;
}

#index .top {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

#index .top img {
  z-index: 10001;
}

#index .top .content {
  margin: 160px auto;
  width: 641px;
  height: 549px;
  position: relative;
  z-index: 10001;
}

#index .top .checked {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 55px;
  bottom: 9px;
  z-index: 10002;
}

#index .top .close {
  position: absolute;
  width: 43px;
  height: 44px;
  background: url(../images/fuhao.png);
  background-size: 43px 44px;
  top: 0;
  right: -60px;
  z-index: 10002;
}

#index .top .btn {
  background: url(../images/lijichakan.png);
  width: 168px;
  height: 45px;
  border-radius: 27px;
  border: none;
  position: absolute;
  left: 255px;
  bottom: 0px;
  z-index: 10002;
}

@keyframes toptop {
  0% {
    top: 5%;
  }
  50% {
    top: 10%;
  }
  100% {
    top: 5%;
  }
}

@-webkit-keyframes toptop {
  /*Safari and Chrome*/
  0% {
    top: 5%;
  }
  50% {
    top: 13%;
  }
  100% {
    top: 5%;
  }
}

@keyframes toptop02 {
  0% {
    top: 24%;
  }
  50% {
    top: 19%;
  }
  100% {
    top: 24%;
  }
}

@-webkit-keyframes toptop02 {
  /*Safari and Chrome*/
  0% {
    top: 24%;
  }
  50% {
    top: 19%;
  }
  100% {
    top: 24%;
  }
}

@keyframes toptop03 {
  0% {
    top: -50px;
  }
  50% {
    top: -32px;
  }
  100% {
    top: -50px;
  }
}

@-webkit-keyframes toptop03 {
  /*Safari and Chrome*/
  0% {
    top: -50px;
  }
  50% {
    top: -32px;
  }
  100% {
    top: -50px;
  }
}

@keyframes toptop04 {
  0% {
    top: 11%;
  }
  50% {
    top: 8%;
  }
  100% {
    top: 11%;
  }
}

@-webkit-keyframes toptop04 {
  /*Safari and Chrome*/
  0% {
    top: 11%;
  }
  50% {
    top: 8%;
  }
  100% {
    top: 11%;
  }
}

@keyframes toptop05 {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes toptop05 {
  /*Safari and Chrome*/
  0% {
    top: -10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: -10px;
  }
}

@keyframes toptop06 {
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes toptop06 {
  /*Safari and Chrome*/
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}

#index #imgside {
  position: fixed;
  right: 3rem;
  top: 5%;
  z-index: 1;
}

#index #imgside .icon1 {
  width: 14rem;
}

#index #imgside .icon2 {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 1rem;
}

#index #imgside .title {
  width: 100%;
  height: 16px;
  text-align: center;
  position: absolute;
  bottom: 0.5rem;
  right: 0rem;
  font-size: 0.8rem;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #ffffff;
  line-height: 16px;
}

#index .hvr-underline-from-left:before {
  z-index: 999;
  top: 27%;
  background: #2368f1;
  height: 1px;
}

#index .hvr-underline-from-left {
  display: block;
  width: 323px;
  margin: 0 auto;
  height: 200px;
}

#index .animate {
  opacity: 0;
}

#index .fadeInUpBig {
  -webkit-animation: fadeInUpBig 1s;
  animation: fadeInUpBig 1s;
}

#index .rollIn {
  -webkit-animation: rollIn 1s;
  animation: rollIn 1s;
}

#index .slideInRight {
  -webkit-animation: slideInRight 1s;
  animation: slideInRight 1s;
}

#index .bounceInUp {
  -webkit-animation: zoomIn 2s;
  animation: zoomIn 2s;
}

#index .bounceInRight {
  -webkit-animation: bounceInRight 2s ease-in;
  animation: bounceInRight 2s ease-in;
}

#index .swiper_img {
  width: 607px;
  height: 379px;
  overflow: hidden;
  float: left;
}

#index .swiper_img img {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#index .swiper_img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); /*放大1.1倍*/
}

#index .swiper-button-next,
#index .swiper-container-rtl .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: url(../images/rightfuhao.png) no-repeat center;
  background-size: cover;
  outline: none;
}

#index .swiper-button-prev,
#index .swiper-container-rtl .swiper-button-next {
  width: 47px;
  height: 48px;
  background: url(../images/leftfuhao.png) no-repeat center;
  background-size: cover;
  outline: none;
}

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

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

#index .swiper_img02 {
  float: left;
}

#index .swiper_img02 .swiper_img02_img {
  margin: 24px 0 17px 32px;
}

#index .swiper_img02 .swiper_img02_tit {
  font-size: 28px;
  color: #222222;
  margin-left: 61px;
}

#index .swiper_img02 .swiper_img02_text {
  font-size: 14px;
  color: #222222;
  margin-top: 38px;
  margin-left: 61px;
  width: 462px;
  line-height: 30px;
}

#index .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

#index .swiper-slide {
  background-size: cover;
  background-position: center;
}

#index .gallery-top {
  height: 377px;
  width: 100%;
  background-color: #ffffff;
}

#index .gallery-thumbs {
  height: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 0 0;
}

#index .gallery-thumbs .swiper-slide {
  height: 68px;
  background-color: #464a61;
  line-height: 68px;
  color: #b3b7d1;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#index .gallery-thumbs .swiper-slide:hover {
  background-color: #3373fc;
  color: #ffffff;
}

#index .gallery-thumbs .swiper-slide-thumb-active {
  background-color: #3373fc;
  color: #ffffff;
}

#index .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  overflow: hidden;
  z-index: 999;
  top: 0;
  left: 0;
}

#index .lottery-alert {
  max-width: 239px;
  text-align: center;
  z-index: 10000;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#index .lottery-alert-img1 {
  position: relative;
  width: 239px;
  height: 308px;
  background-size: cover;
}

#index .lottery-alert .btnsave {
  position: absolute;
  width: 31px;
  height: 31px;
  background: url(../images/cuohao.png) no-repeat center;
  background-size: cover;
  right: -18%;
  top: -1%;
}

#index .event_popups {
  position: fixed;
  top: 15%;
  right: 3%;
}

#index .event_popups02 {
  width: 198px;
  height: 213px;
  background: url(../images/kuanian.png) no-repeat center;
}

#index .content_time {
  position: absolute;
  bottom: 70px;
  left: 26px;
  width: 142px;
  height: 24px;
  line-height: 24px;
  background-color: #88141a;
  color: #fff;
  font-size: 12px;
  border-radius: 8px;
  margin: 0 auto;
  text-align: center;
}

#index .content_time span {
  color: #fff;
  font-size: 12px;
}

#index .img_prop {
  position: relative;
  text-align: center;
}

#index .img_prop .el-checkbox {
  color: #ffffff;
  position: absolute;
  right: 4%;
  bottom: 21%;
}

#index .img_prop .imgC {
  display: block;
  margin: 0 auto;
}

#index .el-checkbox__label {
  color: #fff;
}

#index .lucky_h {
  position: fixed;
  width: 100%;
  height: 208px;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background-size: cover;
}

#index .lucky_h .lucky_h_img {
  display: block;
  margin: 0 auto;
  width: 689px;
  margin-top: 1.2%;
  cursor: pointer;
  animation: mymove 3s infinite; /*Safari and Chrome*/
  animation-direction: alternate;
  /*轮流反向播放动画。*/
  animation-timing-function: ease-in-out; /*动画的速度曲线*/
  /* Safari
            和 Chrome */
  -webkit-animation: mymove 3s infinite;
  -webkit-animation-direction: alternate; /*轮流反向播放动画。*/
  -webkit-animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
}

#index .lucky_h .lucky_h_img1 {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#index .jia_su .el-dialog__header {
  display: none;
}

#index .jia_su .el-dialog,
#index .jia_su .el-pager li {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#index .jia_su .el-dialog__body {
  padding: 0;
}

@keyframes mymove {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes mymove {
  /*Safari and Chrome*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

#index nav {
  width: 480px;
  border: 1px solid #fff;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 0px;
  height: 54px;
  line-height: 54px;
  border-radius: 28px;
  position: relative;
  background: transparent;
  font-size: 16px;
}

#index nav .item {
  cursor: pointer;
  color: #fff;
  z-index: 3;
  position: relative;
  text-align: center;
}

#index nav .item.active {
  color: #3373fc;
}

#index nav .active-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 160px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 26px;
  background-color: #fff;
}

#index .section1 {
  position: relative;
  height: 735px;
  background-color: #f6f8fb;
}

#index .section1 .content {
  position: relative;
  height: 100%;
}

#index .section1 .details {
  padding-top: 115px;
  width: 590px;
  float: left;
}

#index .section1 .details .know_btn {
  background: #3373fc;
  border-color: #3373fc;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#index .section1 .details .know_btn:hover {
  background: #548aff;
  border-color: #548aff;
}

#index .section1 .details h3 {
  font-weight: bold;
  color: #222222;
  font-size: 45px;
  margin: 0;
}

#index .section1 .details p {
  font-weight: normal;
  color: #666;
  font-size: 20px;
  margin: 0;
  margin-bottom: 130px;
  margin-top: 40px;
}

#index .section1 .details_right {
  float: left;
}

#index .section1 .details_right .details_img {
  margin-top: 0px;
  margin-left: 10px;
  width: 600px;
  height: 600px;
  background: url(../images/1.png) no-repeat center;
  background-size: 100%;
  position: relative;
  transform: rotateY(180deg);
}

#index .section1 .details_right .details_img .details_img01 {
  position: absolute;
  margin-top: 220px;
  left: 31px;
  -webkit-animation: toptop 3.5s infinite linear;
  animation: toptop 3.5s infinite linear;
  width: 70px;
}

#index .section1 .details_right .details_img .details_img02 {
  position: absolute;
  margin-top: 231px;
  left: 14%;
  -webkit-animation: toptop02 3.5s infinite linear;
  animation: toptop02 3.5s infinite linear;
  width: 65px;
}

#index .section1 .details_right .details_img .details_img03 {
  position: absolute;
  margin-top: 260px;
  margin-left: 500px;
  -webkit-animation: toptop03 3s infinite linear;
  animation: toptop03 3s infinite linear;
  width: 90px;
}

#index .section1 .details_right .details_img .details_img04 {
  position: absolute;
  margin-top: 28px;
  right: 188px;
  -webkit-animation: toptop04 3s infinite linear;
  animation: toptop04 3s infinite linear;
  width: 120px;
}

#index .section1 .details_text {
  width: 1200px;
  height: 148px;
  background: #ffffff;
  position: absolute;
  bottom: 37px;
  left: 0;
}

#index .section1 .details_text .details_text_menu {
  width: 1133px;
  margin: 0 auto;
  margin-top: 50px;
}

#index .section1 .details_text .details_text_menu .dongHua .details_text_img01 {
  -webkit-animation: toptop05 3s infinite linear;
  animation: toptop05 3s infinite linear;
}

#index .section1 .details_text .details_text_menu .dongHua .details_text_img02 {
  -webkit-animation: toptop06 3s infinite linear;
  animation: toptop06 3s infinite linear;
}

#index .section1 .details_text .details_text_menu .dongHua .details_text_img06 {
  -webkit-animation: toptop06 3s infinite linear;
  animation: toptop06 3s infinite linear;
}

#index .section1 .details_text .details_text_menu .dongHua .details_text_img03 {
  -webkit-animation: toptop06 3s infinite linear;
  animation: toptop06 3s infinite linear;
}

#index .section1 .details_text .details_text_menu .dongHua .details_text_img04 {
  -webkit-animation: toptop05 3s infinite linear;
  animation: toptop05 3s infinite linear;
}

#index .section1 .details_text .details_text_menu .dongHua .details_text_img05 {
  -webkit-animation: toptop06 3s infinite linear;
  animation: toptop06 3s infinite linear;
}

#index .section1 .details_text .details_text_menu .details_text_img {
  float: left;
  width: 58px;
  height: 40px;
  margin-top: 5px;
  position: relative;
}

#index
  .section1
  .details_text
  .details_text_menu
  .details_text_img
  .details_text_img01 {
  position: absolute;
  left: 0;
  z-index: 999;
}

#index
  .section1
  .details_text
  .details_text_menu
  .details_text_img
  .details_text_img02 {
  position: absolute;
  left: 15px;
}

#index
  .section1
  .details_text
  .details_text_menu
  .details_text_img
  .details_text_img06 {
  position: absolute;
  left: 24px;
  top: 5px;
}

#index
  .section1
  .details_text
  .details_text_menu
  .details_text_img
  .details_text_img03 {
  position: absolute;
  left: 0;
  top: 2px;
}

#index
  .section1
  .details_text
  .details_text_menu
  .details_text_img
  .details_text_img04 {
  position: absolute;
  left: 9px;
  z-index: 999;
}

#index
  .section1
  .details_text
  .details_text_menu
  .details_text_img
  .details_text_img05 {
  position: absolute;
  left: 0;
  top: 5px;
}

#index .section1 .details_text .details_text_menu .details_text_imgcon {
  margin-right: 5px;
}

#index .section1 .details_text .details_text_menu .details_text_txt {
  float: left;
}

#index
  .section1
  .details_text
  .details_text_menu
  .details_text_txt
  .details_text_txt01 {
  font-size: 16px;
  color: #191c3d;
}

#index
  .section1
  .details_text
  .details_text_menu
  .details_text_txt
  .details_text_txt02 {
  font-size: 13px;
  color: #999999;
  margin-top: 10px;
}

#index .section1 .banner01 {
  position: absolute;
  width: 894px;
  left: 50%;
  margin-left: -447px;
  z-index: 999;
  bottom: 10%;
}

#index .section1 .banner02 {
  position: absolute;
  width: 960px;
  left: 50%;
  margin-left: -480px;
  z-index: 99;
}

#index .section1 .banner03 {
  position: absolute;
  width: 170px;
  left: 80%;
  bottom: 2%;
  z-index: 999;
}

#index .section1 .pic01 {
  position: absolute;
  left: 22%;
  top: 11%;
  z-index: -1;
}

#index .bottom0 {
  color: #222222;
}

#index .bottom0 .content {
  width: 1200px;
}

#index .bottom0 .p1 {
  font-size: 30px;
  margin: 0;
  margin: 58px 0 88px 0;
  text-align: center;
}

#index .bottom0 .tab_dyna {
  margin-top: 22px;
}

#index .bottom0 .tab_dyna .tab_dyna_img {
  float: right;
  margin-top: 60px;
}

#index .bottom0 .tab_dyna .tab_dyna_img .product_img_tit {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 22px;
}

#index .bottom0 .tab_dyna .product_img_ttt {
  float: left;
  width: 516px;
  background: #fff;
  margin-top: 60px;
  padding: 0;
  margin-left: 58px;
}

#index .bottom0 .tab_dyna .product_img_ttt .product_img_tit {
  color: #27364e;
  font-size: 22px;
}

#index .bottom0 .tab_dyna .product_img_ttt .product_img_text {
  color: #27364e;
  font-size: 14px;
  margin-top: 26px;
  line-height: 28px;
}

#index .bottom0 .tab_dyna .product_img_ttt .product_img_btn {
  margin-top: 78px;
}

#index
  .bottom0
  .tab_dyna
  .product_img_ttt
  .product_img_btn
  .el-button
  + .el-button {
  margin-left: 21px;
}
#index .bottom0 .tab_dyna .product_img_ttt .product_img_btn a {
  text-decoration: none;
}
#index
  .bottom0
  .tab_dyna
  .product_img_ttt
  .product_img_btn
  .el-button--primary {
  background: #3373fc;
  border-color: #3373fc;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#index
  .bottom0
  .tab_dyna
  .product_img_ttt
  .product_img_btn
  .el-button--primary:hover {
  background: #548aff;
  border-color: #548aff;
}

#index .bottom0 .tab_dyna .el-tabs__item {
  height: 68px;
  line-height: 45px;
  width: 16.66%;
  text-align: center;
  padding: 0;
}

#index .bottom0 .tab_dyna .el-tabs__active-bar {
  width: 79px;
  height: 36px;
  background: url(../images/fuhao1.png) no-repeat center;
}

#index .bottom0 .tab_dyna .el-tabs__nav {
  float: none;
}

#index .bottom0 .tab_dyna02 .el-tabs__nav-wrap {
  width: 739px;
  margin: 0 auto;
  float: none;
}

#index .bottom0 .tab_dyna02 .el-tabs__nav {
  width: 739px;
  margin: 0 auto;
  float: none;
}

#index .bottom0 .tab_dyna02 .el-tabs__item {
  height: 68px;
  line-height: 45px;
  width: 25%;
  text-align: center;
  padding: 0;
}

#index .bottom0 .tab_dyna02 .el-tabs__content {
  margin-top: 60px;
}

#index .bottom0 .tab_dyna02 .zi_xun {
  display: block;
  text-align: center;
  background-color: #ffffff;
  padding: 30px 0;
  height: 200px;
  position: relative;
  margin: 0 auto;
  /*cursor: pointer;*/
}

#index .bottom0 .tab_dyna02 .zi_xun .zi_xun_con {
  text-align: left;
}

#index .bottom0 .tab_dyna02 .zi_xun span {
  margin-right: 8px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

#index .bottom0 .tab_dyna02 .zi_xun span img {
  vertical-align: middle;
}

#index .bottom0 .tab_dyna02 .zi_xun .zi_xun_line {
  background-color: #ededed;
  height: 1px;
  width: 323px;
  margin: 30px auto 30px auto;
}

#index .bottom0 .tab_dyna02 .zi_xun .zi_xun_text {
  width: 323px;
  font-size: 14px;
  color: #222222;
  margin: 0 auto;
  text-align: left;
  line-height: 30px;
}

#index .bottom0 .tab_dyna02 .zi_xun .text_agl {
  position: absolute;
  bottom: 30px;
  right: 29px;
  width: 18px;
  height: 13px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  background: url(../images/youjiantou.png) no-repeat center;
}

#index .bottom0 .tab_dyna02 .zi_xun:hover span {
  color: #3373fc;
}

#index .bottom0 .tab_dyna02 .zi_xun:hover .text_agl {
  width: 18px;
  height: 13px;
  background: url(../images/youjiantou1.png) no-repeat center;
}

#index .bottom0 .tab_dyna02_more_btn {
  margin-top: 60px;
  text-align: center;
  padding-bottom: 90px;
}

#index .bottom0 .tab_dyna02_more_btn .el-button {
  border: none;
  background-color: #ffffff;
}

#index .bottom0 .tab_dyna02_more_btn span {
  padding-left: 6px;
  vertical-align: middle;
}

#index .bottom02 {
  background-color: #f6f8fb;
  padding-top: 58px;
}

#index .bottom02 .p1 {
  margin: 0 0 88px 0;
}

#index .new_welfare {
  position: relative;
  width: 100%;
  height: 300px;
  background: url(../images/5.3f3cebb.png) no-repeat center center;
  background-size: cover;
}

#index .new_welfare .new_three_tit {
  margin-top: 68px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}

#index .new_welfare .new_three_text {
  margin-top: 18px;
  color: #ffffff;
  font-size: 14px;
}

#index .new_welfare .tab_dyna02_more_btn {
  margin-top: 69px;
}

#index .section3 {
  height: 750px;
  position: relative;
}

#index .section3 .content {
  padding-top: 150px;
  width: 1280px;
}

#index .section3 .content h2 {
  text-align: center;
  margin: 0;
  font-size: 30px;
  color: #222222;
  font-weight: normal;
}

#index .section3 .content h2 span {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin-left: 18px;
  color: #3d77fc;
  font-size: 30px;
}

#index .section3 .content .products {
  background: #fff;
  position: absolute;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  z-index: 99;
}

#index .section3 .content .products .right .img1 {
  background: url(../images/map.png) no-repeat center center;
  background-size: 90%;
  width: 626px;
  height: 478px;
  float: left;
  position: relative;
}

#index .section3 .content .products .right .aside1 {
  float: left;
  width: 43%;
  margin-left: 57px;
}

#index .section3 .content .products .right .aside1 .aside1_img01 {
  margin-top: 50px;
}

#index .section3 .content .products .right .aside1 .aside1_img01 span {
  font-size: 16px;
  color: #666666;
  padding-right: 18px;
}

#index .section3 .content .products .right .aside1 .aside1_img01 .aside1_img02 {
  margin-bottom: 28px;
}

#index .section3 .content .products .right .aside1_img {
  margin-top: 40px;
}

#index .section3 .content .products .right .aside1_img img {
  margin-right: 20px;
}

#index .section3 .content .products .right .title {
  font-size: 28px;
  color: #222222;
  margin: 0;
  line-height: 45px;
}

#index .section3 .content .products .right .title.title2 {
  margin-top: 90px;
}

#index .section3 .content .products .right .detail {
  color: #333;
  font-size: 17px;
}

#index .section4 .content h2 {
  text-align: center;
  font-size: 36px;
  color: #333;
  margin: 0;
  margin-bottom: 50px;
}

#index .section4 .content .inline {
  display: inline-block;
}

#index .section4 .content .detail {
  font-size: 70px;
  font-weight: bold;
  color: #333;
  margin: 30px 0;
  text-align: center;
}

#index .section4 .content .d2 {
  text-align: center;
  font-size: 18px;
  color: #999;
}

#index .section4 .content .number_jia {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

#index .section4 .content .number_jia span {
  color: #afbad3;
  font-size: 20px;
  margin-right: 25px;
}

#index .section4 .loader {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 0;
  text-transform: uppercase;
  font-size: 14px;
}

#index .section4 .loader:before,
#index .section4 .loader:after {
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: 1px solid #3373fc;
}

#index .section4 .loader:after {
  z-index: 1;
  -webkit-animation: gogoloader 2s infinite 1s;
}

#index .section4 .loader:before {
  z-index: 2;
  -webkit-animation: gogoloader 2s infinite;
}

#index .section4 .loader:before {
  z-index: 3;
  -webkit-animation: gogoloader 3s infinite;
}

@keyframes gogoloader {
  0% {
    transform: scale(0); /*开始为原始大小*/
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    /*开始为原始大小*/
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes gogoloader {
  /*Safari and Chrome*/
  0% {
    transform: scale(0); /*开始为原始大小*/
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2); /*开始为原始大小*/
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

#index .section5 {
  background-color: #282d4d;
  margin-top: 60px;
  padding-bottom: 60px;
}

#index .section5 .section5_txt {
  text-align: center;
  margin: 0 0 61px 0;
  font-size: 16px;
  color: #b3b7d1;
}

#index .section5 h2 {
  text-align: center;
  padding-top: 79px;
  margin: 0 0 29px 0;
  font-size: 30px;
  color: #ffffff;
  font-weight: normal;
}

#index .section5 h2 span {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin-left: 18px;
  color: #3d77fc;
  font-size: 30px;
}

#index .section5 .content2 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #index .section1 .details {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    box-sizing: border-box;
  }
  #index .section1{
    height: inherit;
  }
  #index .section1 .details h3 {
    font-size: 24px;
  }
  #index .section1 .details p {
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 16px;
  }
  #index .section1 .details_right {
    display: none;
  }
  #index .section1 .details_text {
    width: 100%;
    height: auto;
    padding: 15px 20px;
    margin-top: 30px;
    position: static;
    box-sizing: border-box;
  }
  #index .section1 .details_text .details_text_menu {
    width: 100%;
  }
  #index .section1 .details_text .details_text_menu {
    margin-top: 10px;
  }
  .details_text_menu .el-col-6 {
    max-width: none;
    width: 100%;
    flex: none;
    margin-bottom: 30px;
  }

  /*  */
  #index .bottom0 .content {
    width: 100%;
  }
  #index .bottom0 .p1 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 26px;
  }
  #index .bottom0 .tab_dyna .el-tabs__item {
    height: 50px;
  }
  #index .bottom0 .tab_dyna .product_img_ttt {
    width: 100%;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
  }
  #index .bottom0 .tab_dyna .el-tabs__item {
    width: 15.3%;
  }
  #index .bottom0 .tab_dyna .el-tabs__active-bar {
    display: none;
    background: none;
  }
  #index .bottom0 .tab_dyna .product_img_ttt .product_img_btn {
    margin-top: 30px;
  }
  #index .bottom0 .tab_dyna .tab_dyna_img {
    display: none;
  }
  /*  */
  #index .section3 {
    height: auto;
    overflow: hidden;
  }
  #index .section3 .content {
    width: 100%;
    padding-top: 20px;
  }
  #index .section4 .content h2 {
    font-size: 26px;
  }
  #index .section3 .content .products {
    width: 100%;
    margin-left: 0;
    position: static;
  }
  #index .section3 .content .products .right .aside1 {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #index .section3 .content .products .right .title {
    font-size: 24px;
  }
  #index
    .section3
    .content
    .products
    .right
    .aside1
    .aside1_img01
    .aside1_img02 {
    margin-bottom: 20px;
  }
  #index .section3 .content .products .right .aside1_img,
  #index .section3 .content .products .right .aside1 .aside1_img01 {
    margin-top: 20px;
  }
  #index .section3 .content .products .right .img1 {
    display: none;
  }

  /*  */
  #index .section5 h2 {
    padding-top: 50px;
    font-size: 26px;
  }
  #index .section5 .section5_txt {
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  #index .section5 .content2 {
    display: none;
  }
  /*  */
  #index .bottom02 {
    padding-top: 20px;
  }
  #index .bottom0 .tab_dyna02 .el-tabs__nav-wrap,
  #index .bottom0 .tab_dyna02 .el-tabs__nav {
    width: 100%;
  }
  #index #zixun .tab_dyna .el-tabs__item {
    width: 25%;
  }
  #index .bottom0 .tab_dyna02 .el-tabs__content {
    margin-top: 20px;
  }
  .tab_dyna .el-row {
    display: block;
  }
  .tab_dyna .el-col-8 {
    width: 100%;
    max-width: 100%;
  }
  #index .bottom0 .tab_dyna02 .zi_xun {
    height: auto;
    padding: 15px 0;
  }
  #index .bottom0 .tab_dyna02 .zi_xun .zi_xun_line {
    margin: 20px auto;
  }
  #index .hvr-underline-from-left {
    width: 80%;
    height: auto;
  }
  #index .bottom0 .tab_dyna02_more_btn {
    margin-top: 10px;
    padding-bottom: 0;
  }
  #index .new_welfare {
    height: auto;
    padding-bottom: 30px;
    background-size: 100% 100%;
  }
  .new_welfare .el-row {
    margin: 0 !important;
  }
  .new_welfare .el-col-8 {
    max-width: 100%;
    width: 100%;
    padding: 0 30px !important;
    flex: none;
  }
  #index .new_welfare .new_three_tit,
  #index .new_welfare .tab_dyna02_more_btn {
    margin-top: 20px;
  }
  #index .new_welfare .new_three_tit {
    font-size: 20px;
  }
}

/* 活动弹出 start */
.exercise-bg {
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.ecejt {
  position: fixed;
  z-index: 9999;
  margin-top: -185px;
  margin-left: -250px;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 470px;
  display: none;
  transition: all 1s ease;
}
.ecejt.on {
  opacity: 0.5;
  transform: scale(0);
  transform-origin: -120% 0;
}
.ecejt i {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.exercise-rf {
  z-index: 9999;
  position: fixed;
  left: 20px;
  top: 24%;
  display: none;
  width: 140px;
  height: 140px;
}
.exercise-rf img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  backface-visibility: hidden;
}
.exercise-rf .rf01 {
  animation: overturn 2s ease-in-out infinite;
}
.exercise-rf .rf02 {
  animation: overturn2 2s ease-in-out infinite;
}
.exercise-rf i {
  position: absolute;
  top: -16px;
  right: 0;
  width: 24px;
  height: 24px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
}
@keyframes overturn {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes overturn2 {
  0% {
    transform: rotateY(180deg);
  }
  50% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
  }
}

@media screen and (max-width: 768px) {
  /* 活动弹出 */
  .ecejt {
    width: 80%;
    top: 30%;
    left: 10%;
    margin: 0;
  }
  .exercise-rf {
    right: 10px;
    left: auto;
    width: 70px;
  }
}
/* 活动弹出 end */