.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.down {
  width: 88px;
  margin-left: -44px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  display: block;
}

.title img {
  height: 52px;
  margin: 0 auto;
  display: block;
}

.title .more {
  float: right;
  margin-right: 35px;
  font-weight: 400;
  font-size: 18px;
  color: #0B65E3;
  display: inline-block;
  margin-top: 10px;
}

.wrapper {
  width: 1200px;
}

.page0 {
  position: relative;
}

.page0 .title_img img {
  width: 100%;
  display: block;
  margin-top: 200px;
}

.page0 .sign_up img {
  margin: 0 auto;
  margin-top: 50px;
}

.page0 .text {
  width: 352px;
  margin: 0 auto;
  margin-top: 90px;
}

.page0 .text p {
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 45px;
}

.page-title {
  margin-top: 68px;
}

.page-title h2 {
  font-size: 38px;
  font-weight: bold;
  color: #CE151B;
  line-height: 42px;
  text-align: center;
  margin-bottom: 23px;
}

.page-title img {
  width: 997px;
  object-fit: cover;
  padding: 0 90px;
}

.page-title i {
  font-style: normal;
  color: #666;
  font-size: 24px;
  font-weight: bold;
}

.page-title-container {
  margin-top: 48px;
}

.page0 {
  background: url(../images/bground.png) no-repeat center;
  height: 100%;
  background-size: cover;
}

.page0 .btn {
  width: 320px;
}

.page1,
.page2,
.page3,
.page4,
.page5,
.page6 {
  width: 100% !important;
  height: 100%;
  background: url(../images/bk.png) no-repeat center top;
  background-size: 100% 100% !important;
}

.page1 {
  background: url(../images/bk.png) no-repeat center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.page1 .page1_bk {
  width: 100%;
  height: 765px;
  background: url(../images/pt1-img0.png) no-repeat center top;
  background-size: 100% 100%;
  margin-top: 50px;
}

.page1 .page1_bk .pg1-wrap {
  width: 1190px;
  margin: 0 auto;
  padding: 88px 85px 0 85px;
}

.page1 .page1_bk .pg1-wrap p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 35px;
}

.page1 .page1_bk .pg1-wrap a {
  font-size: 18px;
  font-weight: 400;
  color: #536CD3;
}

.page1 .page1_bk .pg1-wrap a:hover {
  color: #0C4E8C;
}

.page-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page2 {
  background: url(../images/pg2_bck.png) no-repeat center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}

.page2 .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
}

.page2 .tab li {
  width: 286px;
  height: 56px;
  background: linear-gradient(to bottom, #FAFAFA, #E6E6E6);
  border-radius: 8px 8px 8px 8px;
  border: 0px solid #E8985D;
  cursor: pointer;
  margin-right: 76px;
  text-align: center;
  line-height: 56px;
  font-family: SourceHanSerifSC, SourceHanSerifSC;
  font-weight: bold;
  font-size: 28px;
  color: #666666;
}

.page2 .tab .on {
  background: linear-gradient(to bottom, #87C3FF, #2E7AE2);
  border: 0px solid #E8985D;
  color: #fff;
}

.page2 .content {
  width: 1200px;
  height: 592px;
  border: 1px solid #586CD5;
  margin-top: 30px;
  padding: 70px 36px 0 36px;
}

.page2 .content .box {
  display: none;
}

.page2 .content .active {
  display: block;
}

.page2 .content .box_c2 {
  width: 860px;
}

.page2 .content .box_c1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}

.page2 .content .box_c1 .sigin a div {
  width: 157px;
  height: 157px;
  background: url(../images/bm0.png) no-repeat center top;
  background-size: 100% 100%;
}

.page2 .content .box_c1 .sigin a:hover div {
  background: url(../images/bm1.png) no-repeat center top;
  background-size: 100% 100%;
}

.page2 .content .box_c1 p {
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.page2 .content .box_c1 a {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  display: inline-block;
  padding-top: 23px;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.page2 .content .box_c1 a span {
  font-weight: 400;
  font-size: 16px;
  color: #536CD3;
}

.btn {
  width: 320px;
  height: 67px;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.down_box {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 93%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.down {
  width: 88px;
  height: 41px;
}

.swiper-nav-box {
  width: 274px;
  height: 100%;
  background: linear-gradient(180deg, #ffdac1 0%, #ffb98d 100%);
  position: absolute;
  right: 0;
  z-index: 999;
  overflow-y: scroll;
}

.swiper-nav-box ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}

.mySwiper2 {
  width: 250px !important;
  height: 100% !important;
  position: absolute !important;
  right: 0;
  top: 0;
  display: none;
}

.mySwiper2 .swiper-wrapper {
  width: 274px;
  height: 100%;
  display: flex;
  align-items: center;
  /* box-shadow: -25px 0 20px -12px rgba(0, 0, 0, 0.2); */
  background: url(../images/nav.png) no-repeat center top;
  background-size: 274px 100%;
}

.mySwiper2 .swiper-wrapper .active:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/icon.png) no-repeat;
  background-size: 95% 100%;
  position: absolute;
  left: 10px;
  top: 0;
}

.mySwiper2 .swiper-wrapper .active span {
  color: #fff !important;
}

.mySwiper2 .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mySwiper2 .swiper-wrapper .swiper-slide:before {
  display: block;
  content: "";
  border: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 85%;
  transform: translate(-50%, -50%);
}

.mySwiper2 .swiper-wrapper .swiper-slide:last-child:before {
  border: 0;
}

.mySwiper2 .swiper-wrapper .swiper-slide:last-child .active:before {
  height: 100%;
}

.mySwiper2 .swiper-wrapper .swiper-slide span {
  font-size: 25px;
  font-weight: 400;
  color: #FCFCFC;
  letter-spacing: 2px;
  position: absolute;
  z-index: 999;
}

.mySwiper2 .swiper-wrapper .swiper-slide:last-child {
  border-bottom: 0;
}

.page3 {
  background: url(../images/pg3_bck.jpg) no-repeat center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}

.page3 .jianjie {
  position: absolute;
  top: 250px;
  left: 31px;
  width: 292px;
}

.page3 .jianjie li {
  display: none;
}

.page3 .jianjie .at {
  display: block;
}

.page3 .jianjie .name,
.page3 .jianjie .cont {
  color: #333;
  font-size: 12px;
}

.page3 .jianjie .name {
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}

.page3 .jianjie .cont {
  margin-top: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 29px;
  text-align: justify;
}

.page3 .swiper1 {
  height: 482px;
  background: url('../images/skzj.png') no-repeat;
  overflow: hidden;
  margin-top: 100px;
}

.page3 .swiper1 .box {
  padding-top: 92px;
  margin-left: -5px;
}

.page4 {
  background: url(../images/pg4_bck.png) no-repeat center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}

.page4 .columnHeaderSwitch {
  width: 1120px;
  margin-top: 50px;
}

.page4 .columnHeaderSwitch-boxs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.page4 .columnHeaderSwitch-boxs a {
  padding: 0 20px;
  display: inline-block;
  /* width: 287px; */
  height: 56px;
  background: linear-gradient(to bottom, #FAFAFA, #E6E6E6);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #FFFDFE;
  text-align: center;
  line-height: 56px;
  font-family: SourceHanSerifSC, SourceHanSerifSC;
  font-weight: bold;
  font-size: 28px;
  color: #666666;
  margin-bottom: 30px;
}

.page4 .columnHeaderSwitch-boxs a:nth-child(2) {
  /* width: 640px; */
  height: 56px;
}

.page4 .columnHeaderSwitch-boxs .actives {
  border: 1px solid #2B93FD;
  background: linear-gradient(to bottom, #63B1FF, #0D66DF);
  color: #fff;
}

.page4 .column-content {
  min-height: 390px;
}

.page4 .content-wrapper {
  display: none;
}

.page4 .content-wrapper ul li {
  width: 430px;
  height: 130px;
  float: left;
  padding: 10px;
}

.page4 .content-wrapper ul li:hover {
  background: linear-gradient(to bottom right, #F0F4FA 30%, #D7E5FA 100%);
}

.page4 .content-wrapper ul li a {
  display: flex;
  align-items: center;
}

.page4 .content-wrapper ul li .pic img {
  width: 180px;
  height: 100px;
  display: block;
}

.page4 .content-wrapper ul li .pic_title {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  padding: 0 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.page4 .content-wrapper ul li:first-child {
  width: 670px;
  height: 390px;
  background: #CDCDCD;
  margin-right: 13px;
  position: relative;
  padding: 0;
}

.page4 .content-wrapper ul li:first-child .pic img {
  width: 670px;
  height: 382px;
  display: block;
}

.page4 .content-wrapper ul li:first-child .pic_title {
  width: 670px;
  height: 60px;
  background: linear-gradient(to right, #F0F4FA, #D7E5FA);
  position: absolute;
  bottom: 0;
  line-height: 60px;
  padding-left: 27px;
  font-weight: 400;
  font-size: 18px;
  color: #6F61A9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  display: block !important;
}

.page5 {
  background: url(../images/pg5_bck.png) no-repeat center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}

.page5 .pt5_box {
  display: flex;
}

.page5 .pt5_left {
  width: 1120px;
  margin-right: 70px;
}

.page5 .pt5_left .text-list ul {
  margin-top: 52px;
}

.page5 .pt5_left .title img {
  /* margin: 0; */
}

.page5 .pt5_left .title .more {
  margin-right: 0;
}

.page5 .pt5_left .text-list li {
  height: 60px;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page5 .pt5_left .text-list li:hover a {
  color: #6F61A9;
}

.page5 .pt5_left .text-list li:hover span {
  color: #6F61A9;
}

.page5 .pt5_left .text-list li a {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  display: inline-block;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.page5 .pt5_left .text-list li span {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
}

.page5 .pt5_left .text-list li i {
  width: 10px;
  height: 10px;
  background: #536CD3;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.page5 .pt5_right {
  width: 500px;
}

.page5 .pt5_right .text-list ul {
  margin-top: 52px;
}

.page5 .pt5_right .title img {
  margin: 0;
}

.page5 .pt5_right .title .more {
  margin-right: 0;
}

.page5 .pt5_right .text-list li {
  height: 60px;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page5 .pt5_right .text-list li:hover a {
  color: #6F61A9;
}

.page5 .pt5_right .text-list li:hover span {
  color: #6F61A9;
}

.page5 .pt5_right .text-list li a {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  display: inline-block;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.page5 .pt5_right .text-list li span {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
}

.page5 .pt5_right .text-list li i {
  width: 10px;
  height: 10px;
  background: #536CD3;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.page6 {
  background: url(../images/pg6_bck.png) no-repeat center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}

.page6 .pt6_xm {
  margin-top: 50px;
  margin-bottom: 38px;
  display: flex;
}

.page6 .pt6_xm a img {
  width: 360px;
  height: 185px;
  background: #FFFFFF;
  display: block;
  margin-right: 18px;
}

.page6 .pt6_xm a:last-child img {
  margin-right: 0;
}

.page6 .pt6_contact ul {
  margin-top: 35px;
  display: flex;
}

.page6 .pt6_contact ul li {
  width: 360px;
  height: 215px;
  background: #FFFFFF;
  margin-right: 18px;
}

.page6 .pt6_contact ul li:last-child {
  margin-right: 0;
}

.page6 .pt6_contact ul li p {
  width: 100%;
  height: 50px;
  background: #536CD3;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  color: #FFFFFF;
}

.page6 .pt6_contact ul li span {
  font-weight: 500;
  font-size: 16px;
  padding: 50px 0 0 17px;
  display: inline-block;
  line-height: 28px;
}

.page6 .pt6_contact .box {
  margin-top: 65px;
  padding: 25px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1113px;
  height: 210px;
  background: url(../images/icon_6.png) no-repeat center;
  background-size: 100% 100%;
}

.page6 .pt6_contact .box .left {}

.page6 .pt6_contact .box .left p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  line-height: 52px;
}

.page6 .pt6_contact .box .right {}

.page6 .pt6_contact .box .right img {
  width: 160px;
  height: 160px;
  display: block;
}



.footer-link {
  width: 1113px;
  display: flex;
  display: -webkit-flex;
  margin: 89px 0 0 88px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.footer-link h3 {
  font-size: 18px;
  display: block;
  color: #666666;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-link a {
  font-size: 16px;
  display: block;
  float: left;
  text-align: left;
  margin-right: 25px;
  color: #666666;
  line-height: 30px;
}

.footer-link a:hover {
  color: #6f61a9;
}

.footer {
  width: 100%;
  min-width: 1180px;
  margin-top: 50px;
  position: absolute;
  bottom: 0;
}

.footer .info-wrap {
  text-align: center;
  height: 98px;
  background-color: #2E2E32;
  padding-top: 20px;
}

.footer .info-wrap span {
  font-size: 14px;
  color: #fff;
  margin-right: 17px;
  display: inline-block;
  line-height: 24px;
}

.footer .info-wrap span.last {
  margin-right: 0;
}

.footer .info-wrap a {
  font-size: 14px;
  color: #fff;
}

.footer .info-wrap a i {
  display: inline-block;
  width: 18px;
  height: 20px;
  vertical-align: -3px;
}

@media (max-device-width: 666px) and (min-device-width: 0px) {
  .mySwiper2 .swiper-wrapper .active:before {
    display: block;
    content: "";
    width: 106%;
    height: 101%;
    background: url(../images/icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: -40px;
    top: 0;
  }

  .mySwiper2 .swiper-wrapper .swiper-slide:last-child .active:before {
    display: block;
    content: "";
    width: 106%;
    height: 96%;
    background: url(../images/icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: -40px;
    top: 5px;
  }

  .footer .info-wrap {
    height: 110px;
    padding-top: 22px;
  }

  .footer .info-wrap a {
    line-height: 25px;
    font-size: 20px;
  }

  .footer .info-wrap span {
    font-size: 20px;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1200px) {
  .page0 .title_img img {
    width: 100%;
    display: block;
    margin-top: 70px;
  }

  .page0 .text {
    width: 400px;
    margin: 0 auto;
    margin-top: 70px;
  }

  .page1 .page1_bk {
    width: 1000px;
    height: 600px;
    background: url(../images/pt1-img0.png) center top no-repeat;
    background-size: 100% 100%;
    background-size: contain;
    margin-top: 10px;
  }

  .page1 .page1_bk .pg1-wrap {
    width: 949px;
    margin: 0 auto;
    padding: 88px 85px 0 85px;
  }

  .page1 .page1_bk .pg1-wrap p {
    padding-left: 80px !important;
    width: 700px;
  }

  .page2 .content {
    width: 1000px;
    height: 550px;
    padding-top: 35px;
  }

  .page2 .tab li {
    margin-right: 23px;
  }

  .page1 .page-wrap,.page2 .page-wrap {
    left: 45%;
  }

  .page2 .tab {
    margin-top: 30px;
  }

  .page2 .content .box_c1 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
  }

  .page3 .page-wrap {
    left: 40%;
  }

  .page4 .page-wrap {
    left: 42%;
  }

  .page5 .page-wrap {
    left: 42%;
  }

  .page6 .page-wrap {
    left: 42%;
  }

  .page6 .pt6_xm {
    margin-top: 17px;
    margin-bottom: -10px;
  }

  .page6 .pt6_contact ul {
    margin-top: 8px;
  }

  .footer .info-wrap {
    height: 55px;
    padding: 0;
  }

  .footer .info-wrap a {
    font-size: 12px;
  }

  .footer .info-wrap span {
    font-size: 12px;
    line-height: 0;
  }

  .footer-link {
    margin: 43px 0 0 88px !important;
  }

  .mySwiper2 .swiper-wrapper .active:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: -20px;
    top: 0;
  }

  .mySwiper2 .swiper-wrapper .swiper-slide:last-child .active:before {
    display: block;
    content: "";
    width: 100%;
    height: 104%;
    background: url(../images/icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: -24px;
    top: -6px;
  }
}

@keyframes scaleDraw {
  0% {
    transform: scale(0);
  }

  25% {
    transform: scale(0.25);
  }

  50% {
    transform: scale(0.5);
  }

  75% {
    transform: scale(0.75);
  }

  100% {
    transform: scale(1);
  }
}

.cover {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
}

.showdiv .popup_decorate_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -360px;
  margin-top: -145px;
  z-index: 9999;
}

.showdiv .popup_itme {
  width: 448px;
  height: 290px;
  background: #FFFFFF;
  box-shadow: 2px 2px 8px 2px rgba(192, 192, 192, 0.5);
  border-radius: 13px;
  padding: 17px 22px;
}

.showdiv .popup_itme .closediv {
  text-align: right;
}

.showdiv .popup_itme .closediv .closediv-btn {
  width: 34px;
  height: 34px;
  cursor: pointer;
  display: inline-block;
}

.showdiv .popup_itme .closediv .closediv-btn img {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.showdiv .popup_itme .popup_itme_title {
  text-align: center;
  margin-top: 49px;
}

.showdiv .popup_itme .popup_itme_title p {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 26px;
}

.showdiv .popup_itme .popup_itme_btn {
  text-align: center;
  margin-top: 60px;
}

.showdiv .popup_itme .popup_itme_btn .btn_return1 {
  display: inline-block;
  width: 120px;
  background: #FFFFFF;
  border-radius: 28px;
  border: 1px solid #CB272C;
  font-size: 16px;
  color: #C02832;
  line-height: 40px;
  padding: 0 42px;
}

.showdiv .popup_itme .popup_itme_btn .btn_return2 {
  display: inline-block;
  width: 120px;
  background: #FFFFFF;
  border-radius: 28px;
  border: 1px solid #CB272C;
  font-size: 16px;
  color: #C02832;
  line-height: 40px;
  padding: 0 42px;
}

.mySwiper2 .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

img {
  border: 0;
  display: block;
}

.el-col-1 {
  width: 1200px;
  position: relative;
  background-color: red;
  left: 50%;
  top: 5%;
  margin-left: -600px;
}

.pic0 {
  width: 1194px;
  display: block;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -597px;
}

.pic4 {
  position: absolute !important;
  top: 4px !important;
  right: 0 !important;
}

@media screen and (max-width: 1750px) {
  .page2 .pg2-wrap {
    width: 1038px;
  }

  .page2 .pg2-wrap p {
    width: 966px;
    padding-top: 22px;
  }

  .page2 .pg2-tit {
    width: 1054px;
    margin-bottom: 0 !important;
  }

  .page6 .pg6_img {
    margin-top: -95px;
  }

  .page6 .pg6_text {
    height: 160px;
  }

  .page6 .pg6_text ul {
    margin-top: 0 !important;
  }

  .footer .info-wrap {
    height: 80px !important;
    padding-top: 15px !important;
  }
}