@keyframes shock {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

@keyframes shockBack {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes showLeft {
  0% {
    left: -100px;
    opacity: 0;
  }

  80% {
    left: 50px;
    opacity: .6;
  }

  100% {
    left: 0px;
    opacity: 1;
  }
}

@keyframes fadeAndShow {
  0% {
    opacity: 0;
  }

  80% {
    opacity: .6;
  }

  100% {
    opacity: 1;
  }
}


.header_wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
}

.header {
  /* width: 1200px; */
  width: 48rem;
  padding: 16px 0;
  transition: padding .2s linear;
}

.header_left_logo {
  height: 44px;
  transition: height .2s linear;

}

.header_right_wrap {
  line-height: 44px;
  transition: line-height .2s linear;

}

.header_right_item {
  padding-right: 22px;
}

.header_right_item_jump {
  font-size: 16px;
  font-weight: bold;
}


.partOne {
  position: relative;
  padding: 24.4vw 0;
  background-image: linear-gradient(130deg, #8624E1 25%, #3607A6 100%) !important;
}

.partOne_wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.partOne_wrap_img {
  background: transparent;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background-image: url("../images/banner.png");
  height: 1180px;
  /*transform: translate(0px, 300px);*/
  transform: translate(0px, 218px);
}

.partOne_bottom {
  background: transparent;
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyNTBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgMzAgMCAzMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgNjAgMCA2MHoiLz48L2c+PC9zdmc+);
  background-size: 100% 250px;
  bottom: 0;
  height: 250px;
  z-index: 1;
  transform: rotateY(180deg);
}

.partOne_wrap_content {
  width: 70%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  color: #fff;
  text-align: center;
}

.partOne_wrap_content_wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.partOne_wrap_content_one {
  font-size: 0.8rem;
}

.partOne_wrap_content_two {
  font-size: 2.666666rem;
  padding: 1rem 0;
  font-weight: 700;
  text-shadow: 0.0666rem 0.0666rem 0.0666rem rgba(0, 0, 0, 0.4);
}

.partOne_wrap_content_three {
  font-size: 0.6666rem;
  line-height: 1rem;
}

.partOne_wrap_content_btn {
  letter-spacing: 5px;
  font-size: 0.46666rem;
  box-shadow: 0rem 0.666rem 1rem -0.33333rem rgba(249, 44, 139, 0.4);
  background-image: linear-gradient(90deg, #f92c8b 0%, #b02cd6 100%);
  padding: 0.6rem 1.13333rem;
  display: inline-block;
  border-radius: 0.13333rem;
  font-weight: 700;
  animation: shockBack .2s linear;
  transform: scale(1);
  margin: 1rem 0;
}

.partOne_wrap_content_btn:hover {
  animation: shock .2s linear;
  transform: scale(1.1);
}

.partOne_wrap_content_btn a {
  color: #fff;
}


.partTwo {
  position: relative;
  width: 100%;
  height: 14rem;
  z-index: 99;
}

.partTwo_wrap {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.partTwo_left {
  width: 100%;
}

.partTwo_left img {
  width: 66%;
  position: absolute;
  top: -40%;
  left: 0;
  animation: showLeft .5s linear;
}

.partTwo_right {
  width: 30%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-60%);
}

.partTwo_right_title {
  word-wrap: break-word;
  text-align: left;
  color: #333;
  font-weight: 700;
  box-sizing: border-box;
  font-size: 1.5rem;
  margin-bottom: 0.6666rem;
}

.partTwo_right_detail {
  color: #666;
  word-wrap: break-word;
  text-align: left;
  box-sizing: border-box;
  font-size: 0.533333rem;
  line-height: 1.26666rem;
  text-indent: 2em;
}

.partTwo_right_btn {
  letter-spacing: 5px;
  box-shadow: 0rem 0.666rem 1rem -0.33333rem rgba(247, 130, 142, 0.4);
  background-image: linear-gradient(90deg, #f7828e 0%, #fcb6ab 100%);
  font-size: 0.4666rem;
  padding: 0.6666rem 1.33333rem;
  border-radius: 4px;
  font-weight: 700;
  color: #fff;
  margin-top: 0.46666rem;
  animation: shockBack .2s linear;
  transform: scale(1);
}

.partTwo_right_btn:hover {
  animation: shock .2s linear;
  transform: scale(1.1);
}

.partThree {
  width: 100%;
  padding: 100px 0;
  background: #EEF0FA;
}

.partThree_Mainwrap {
  width: 48rem;
  margin: 0 auto;
  text-align: center;
}

.partThree_title {
  font-size: 1.5rem;
  color: #333;
  padding: 28px 0;
  font-weight: 700;
}

.partThree_wrap {
  width: 100%;
}

.partThree_wrap_content_item {
  width: 9.6rem;
  height: 6.73333rem;
  padding: 1rem 0.6666rem 1.33333rem;
  margin: 1.11%;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  position: relative;
  animation: fadeAndShow 2s linear;
}

.partThree_wrap_content_item_icon {
  width: 2.733333rem;
  height: 2.733333rem;
  border-radius: 100%;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}


.partThree_wrap_content_item_title {
  color: #333;
  font-size: 0.6rem;
  font-weight: 700;
  position: absolute; 
  left: 50%;
  top: 56%;
  transform: translateX(-50%);
}

.partThree_wrap_content_item_detail {
  width: 88%;
  color: #666;
  font-size: 0.46666rem;
  position: absolute;
  left: 50%;
  bottom: 4%;
  transform: translatex(-50%);
  line-height: 1rem;
}

.partThree_wrap_content_item_iconOne {
  background-color: #D7D2F7;
  background-image: url(../images/partThree_icon1.png);
}

.partThree_wrap_content_item_iconTwo {
  background-color: #FDCECE;
  background-image: url(../images/partThree_icon2.png);
}

.partThree_wrap_content_item_iconThree {
  background-color: #FDDDCE;
  background-image: url(../images/partThree_icon3.png);
}

.partThree_wrap_content_item_iconFour {
  background-color: #D6F0C7;
  background-image: url(../images/partThree_icon4.png);
}

.partThree_wrap_content_item_iconFix {
  background-color: #D2E1F8;
  background-image: url(../images/partThree_icon5.png);
}

.partThree_wrap_content_item_iconSix {
  background-color: #FDECC6;
  background-image: url(../images/partThree_icon6.png);
}

.partThree_wrap_content_item_iconSeven {
  background-color: #FDD1E8;
  background-image: url(../images/partThree_icon7.png);
}

.partThree_wrap_content_item_iconEight { 
  background-color: #C7F0E7;
  background-image: url(../images/partThree_icon8.png);
}

.partFour {
  width: 100%;
  padding: 50px 0;
}

.partFour_wrap {
  width: 26.66666rem;
  margin: 0 auto;
  text-align: center;
}

.partFour_title {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.partFour_item {
  font-size: 0.5333rem;
  color: #666;
  line-height: 1.2rem;
}


.partFour_item_title {
  font-weight: 700;
}

.partFour_item_content {
  text-indent: 2em;
}

.partFour_item_contentSpecail {
  text-indent: 0em;
}

.partFour_btn {
  letter-spacing: 5px;
  border-radius: 4px;
  font-size: 0.46666rem;
  font-weight: 700;
  color: #fff;
  background-image: linear-gradient(90deg, #f7828e 0%, #fcb6ab 100%);
  padding: 0.6rem 1.13333rem;
  letter-spacing: 5px;
  margin-top: 20px;
  animation: shockBack .2s linear;
  transform: scale(1);
}

.partFour_btn:hover {
  animation: shock .2s linear;
  transform: scale(1.1);
}

.partFive {
  width: 100%;
  height: 40rem;
  padding-bottom: 50px;
  margin-top: 100px;
  position: relative;
  background-image: linear-gradient(130deg, #5800d3 25%, #490077 100%);
}

.partFive_wrap {
  width: 50rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.partFive_top {
  position: absolute;
  width: 75%;
  border-radius: 18px;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}

.partFive_top video {
  width: 100%;
  object-fit: fill;
  border-radius: 18px;
}

.partFive_bottom {
  height: 40rem;
  /* background-color: skyblue; */
}

.partFive_bottom_left {
  position: absolute;
  bottom: 4%;
  left: 0;
  z-index: 9;
}

.partFive_bottom_left img {
  width: 29.11866rem;
  height: 19.16666rem;
}


.partFive_bottom_right {
  position: absolute;
  top: 20.6rem;
  left: 32rem;
  z-index: 9;
  width: 15rem;
}

.partFive_bottom_right_title {
  color: #fca497;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4em;
}

.partFive_bottom_right_content {
  text-align: left;
}

.partFive_bottom_right_content_detail {
  list-style-type: disc;
  color: #Fff;
  font-size: 0.5333rem;
  line-height: 1.1rem;
}

.partFive_bottom_right_btn {
  letter-spacing: 5px;
  display: inline-block;
  border-radius: 4px;
  font-size: 0.46666rem;
  font-weight: 700;
  color: #fff;
  background-image: linear-gradient(90deg, #f7828e 0%, #fcb6ab 100%);
  padding: 0.6rem 1.13333rem;
  letter-spacing: 5px;
  margin-top: 20px;
  animation: shockBack .2s linear;
  transform: scale(1);
}

.partFive_bottom_right_btn:hover {
  animation: shock .2s linear;
  transform: scale(1.1);
}

.partFive_bottom_bottom {
  position: absolute;
  left: 0;
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI0ODBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgMzAgMCAzMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgNjAgMCA2MHoiLz48L2c+PC9zdmc+);
  background-size: 100% 500px;
  bottom: 0;
  height: 500px;
  z-index: 1;
}


.partSix {
  width: 100%;
  /* height: 21.1666rem; */
  padding: 50px 0;
  position: relative;
  background: #fff;
}

.partSix_wrap {
  width: 57rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.partSix_left {
  padding-top: 60px;
  padding-left: 5%;
  margin-right: 5.5%;
  width: 20%;
  text-align: left;
}

.partSix_left_title {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.partSix_left_titleEnglish {
  color: #c1c1c1;
  font-size: 0.6666rem;
  margin-bottom: 10px;
  letter-spacing: 4px;
}

.partSix_left_content_detail {
  list-style-type: disc;
  color: #000;
  font-size: 0.5333rem;
  line-height: 1.1rem;
  margin-left: 1em;
}

.partSix_left_btn {
  letter-spacing: 5px;
  display: inline-block;
  border-radius: 4px;
  font-size: 0.46666rem;
  font-weight: 700;
  color: #fff;
  background-image: linear-gradient(90deg, #f7828e 0%, #fcb6ab 100%);
  padding: 0.6rem 1.13333rem;
  letter-spacing: 5px;
  margin-top: 20px;
  animation: shockBack .2s linear;
  transform: scale(1);
}

.partSix_left_btn:hover {
  animation: shock .2s linear;
  transform: scale(1.1);
}

.partSix_Right img {
  width: 37rem;
  height: 18.7rem;
}


.partSeven {
  width: 100%;
  /* height: 21.1666rem; */
  padding: 50px 0;
  position: relative;
  background: #fff;
}

.partSeven_wrap {
  width: 36rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.partSeven_title {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.partSeven_img {
  width: 36rem;
  height: 20.2rem;
}

.partEigth {
  width: 100%;
  /* height: 22.8rem; */
  padding: 50px 0;
  position: relative;
  background: #fff;
}

.partEigth_wrap {
  width: 48rem;
  /* height: 22.8rem; */
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.partEigth_title {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.partEigth_content {
  width: 100%;
}

.partEigth_content_item {
  width: 31.3333%;
  margin-right: 3%;
}

.partEigth_content_item:nth-child(3) {
  margin-right: 0%;
}

.partEigth_content_item_img {
  width: 8.866666rem;
  height: 3.333333rem;
}

.partEigth_content_item_content {
  position: relative;
  height: 13rem;
  color: #666;
  line-height: 1.5;
  box-shadow: 0px 2px 50px 0px rgba(110, 130, 208, 0.18);
  text-align: left;
  border-radius: 10px 10px 10px 10px;
  padding: 1.3333rem 1rem;
  background-color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0;
}

.partEigth_content_item_contentP {
  padding-bottom: 1em;
  font-size: 0.53333rem;
  line-height: 2em;
}

.partEigth_content_item_contentBottom {
  line-height: 2em;
  font-size: 0.53333rem;
  color: #000;
  font-weight: 700;
  position: absolute;
  bottom: 1.3333rem;
}

.partNine {
  width: 100%;
  /* height: 22.8rem; */
  padding: 50px 0;
  position: relative;
  background: #fff;
}

.partNine_wrap {
  width: 48rem;
  /* height: 22.8rem; */
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.partNine_title {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.partNine_titleChildren {
  color: #666;
  font-size: 0.53333rem;
  padding-top: 20px;
  padding-bottom: 27px;
}

.partNine_content {
  width: 100%;
}

.partNine_content_item {
  width: 31.3333%;
  margin-right: 3%;
}

.partNine_content_item:nth-child(3) {
  margin-right: 0%;
}


.partNine_content_item_content {
  position: relative;
  color: #666;
  font-size: 0.53333rem;
  line-height: 1.5;
  box-shadow: 0px 2px 50px 0px rgba(110, 130, 208, 0.18);
  text-align: center;
  border-radius: 10px 10px 10px 10px;
  padding: 1.3333rem 1rem;
  background-color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0;
}

.partNine_content_item_icon {
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin: 0 auto 20px;
}

.partNine_content_item_name {

  font-weight: 700;
  line-height: 2em;
}

.partNine_content_item_job {
  line-height: 3em;
}

.partNine_content_item_detail {
  padding-bottom: 1em;
  line-height: 2em;
}

.partNine_content_item_iconOne {
  background-image: url(../images/partNine1.jpg);
}

.partNine_content_item_iconTwo {
  background-image: url(../images/partNine2.jpg);
}

.partNine_content_item_iconThree {
  background-image: url(../images/partNine3.jpg);
}


.partTen {
  box-sizing: border-box;
  text-align: center;
  padding: 50px 0;
}

.partTen_title_content {
  font-size: 1.3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0D0F2B;
  padding: 0 0.566666666666rem;
}

.partTen_detail {
  text-align: center;
  font-size: 0.533333rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(13, 15, 43, 0.6);
  letter-spacing: 2px;
  padding-top: 0.633333rem;
}

.partTen_content {
  width: 41rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.partTen_content_item {
  width: 3.033333rem;
  flex: 0 0 25%;
  margin-top: 60px;
}

.partTen_content_item_imgwrap {
  width: 3.033333rem;
  height: 3.033333rem;
  display: inline-block;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0px 6px 10px rgba(120, 97, 214, 0.21);
}


.partTen_content_item:hover .partTen_content_item_imgwrap {
  transform: translateY(-8px) scale(1.08) translateZ(0);
  transition: transform .6s;
}

.partTen_content_item_imgwrap img {
  width: 100%;
}


.partTen_content_item_text {
  margin-top: 20px;
  font-size: 0.6rem;
  font-family: Microsoft YaHei;
  color: #0D0F2B;
  opacity: 1;
}



.partEleven {
  box-sizing: border-box;
  text-align: center;
  padding: 50px 0;
  background-color: #fbfbff;
}

.partEleven_title_text {
  font-size: 39px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0D0F2B;
  padding: 0 17px;
}

.partEleven_box {
  width: 1230px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
}

.partEleven_box_btn {
  padding: 14px 34px 14px 31px;
  border-radius: 30px;
  font-size: 21px;
  font-family: Microsoft YaHei;
  color: #424DF4;
  border: 1px solid #424df4;
  margin-right: 20px;
  cursor: pointer;
}

.partEleven_box_btn.active {
  color: #FFFFFF;
  background-color: #423df4;
}

.partEleven_content {
  padding-top: 108px;
  width: 1230px;
  margin: 0 auto;
  text-align: left;
}

.partEleven_content_item {
  display: none;
}

.partEleven_content_item.active {
  display: block;
}

.partEleven_content_item_textWrap {
  padding-top: 48px;
  width: 1326px;
}

.partEleven_content_item_text {
  float: left;
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #0D0F2B;
}

.partEleven_content_item_text.first {
  padding: 0 24px;
}

.partEleven_content_item_text.second {
  padding: 0 84px;
  margin-right: -3px;
}

.partEleven_content_item_text.third {
  width: 141px;
  margin-right: 80px;
  text-align: center;
}

.partEleven_content_item_text.foutrh {
  width: 152px;
  text-align: center;
  margin-right: 77px;
}

.partEleven_content_item_text.fifth {
  margin-right: 76px;
}

.partEleven_content_item_text.sixth {
  width: 152px;
  text-align: center;
}

.partEleven_content_item_text.first.attention {
  padding: 0 24px;
}

.partEleven_content_item_text.second.attention {
  padding: 0px 126px;
  padding-left: 123px;
  margin-right: -27px;
}

.partEleven_content_item_text.third.attention {
  width: 195px;
  margin-right: 97px;
  text-align: center;
}

.partEleven_content_item_text.foutrh.attention {
  width: 152px;
  text-align: center;
  margin-right: 101px;
}

.partEleven_content_item_text.fifth.attention {
  margin-right: 76px;
}



.crmeb{margin-top:70px;background:url(../images/crmeb.jpg) center 0 no-repeat; width:100%;height:600px; padding:85px 0 0 0; background-size: 100%;  background-position: center center; background-size: cover;}
.crmeb .crmebPhone{position:relative; width: 1200px;  margin: 0 auto;}
.crmeb .crmebPhone .bd{position:relative;z-index:0;height:514px;width:257px;margin-left:165px;}
.crmeb .crmebPhone .bd li{zoom:1;vertical-align:middle;height:514px;width:257px;}
.crmeb .crmebPhone .hd{width:586px;margin-left:184px;color:#fff;}
.crmeb .crmebPhone .dis{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}
.crmeb .crmebPhone .hd .dis{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;margin-top: 25px;}
.crmeb .crmebPhone .hd .dis~.dis{margin-left:20px;}
.crmeb .crmebPhone .hd .dis .name{text-align:center;font-size:14px;height:40px;line-height:40px;}
.crmeb .crmebPhone .hd .name{font-size:32px;}
.crmeb .crmebPhone .hd ul{width:487px;overflow:hidden; margin: 43px 0 20px 0;}
.crmeb .crmebPhone .hd ul li{float:left;margin:0 20px 25px 0;width:100px;height:100px;display:table; cursor:pointer;}
.crmeb .crmebPhone .hd ul li .item{display:table-cell;vertical-align:middle;}
.crmeb .crmebPhone .hd ul li.on{background-color:#fff;border-radius:10px;color:#2a7efb;}
.crmeb .crmebPhone .hd ul li .pictrue{background:url("../images/model.png") no-repeat 100% 100%; width:36px;height:41px;text-align:center;line-height:49px;color:#fff;font-size:14px;margin:0 auto;}
.crmeb .crmebPhone .hd ul li.on .pictrue{background-image:url("../images/model2.png");}
.crmeb .crmebPhone .hd ul li .name{font-size:14px;margin-top:10px;text-align:center;}
.crmeb .crmebPhone .hd .ewm{width:120px;height:120px;border:1px dashed #fff;display: table-cell; vertical-align: middle;}
.crmeb .crmebPhone .hd .ewm img{width:100px;display:block;height:100px;margin:0 auto;}
.crmeb .prev,.crmeb .next{position:absolute;top:55%;color:#fff;font-size:45px; margin-top: -50px; text-decoration: none; border: 4px solid #fff; width: 60px; height: 60px; line-height: 60px; border-radius:60px; text-align:center;}
.crmeb .prev{left:65px;}
.crmeb .next{left:475px;}
.crmeb .prev:hover{color:#6f9ffe; border: 4px solid #6f9ffe;}
.crmeb .next:hover{color:#6f9ffe; border: 4px solid #6f9ffe;}




.partThirteen {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 30px;
  position: relative;
  background: #fff;
}

.partThirteen_wrap {
  width: 40rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.partThirteen_title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.partThirteen_title_color {
  width: 80px;
  margin: 10px auto 40px;
  border-bottom: 5px solid #21C79C;
  border-radius: 5px;
}

.partThirteen_content_img {
  width: 20%;
  float: left;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 2.5%;
}

.partThirteen_content_img img {
  width: 100%;
  /*height: 300px;*/
  transition: 0.3s;
}

.partThirteen_content_img:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.partThirteen_content_img:hover img {
  transform: scale(1.1);
}




.partFourteen {
  box-sizing: border-box;
  text-align: center;
  padding: 50px 0;
}

.partFourteen_title_text {
  font-size: 39px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0D0F2B;
  padding: 0 17px;
}

.partFourteen_detail {
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(13, 15, 43, 0.6);
  letter-spacing: 2px;
  padding-top: 21px;
  padding-bottom: 50px;
}


.partFifteen {
  position: relative;
  padding: 22vw 0;
  background-image: linear-gradient(130deg, #8624E1 25%, #3607A6 100%) !important;
}

.partFifteen_wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.partFifteen_wrap_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  background-image: url("../images/banner.png");
  height: 1180px;
  height: 39rem;
  background-size: 100%;
  transform: translate(0px, 0px);
}

.partFifteen_bottom {
  background: transparent;
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyNTBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgMzAgMCAzMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgNjAgMCA2MHoiLz48L2c+PC9zdmc+);
  background-size: 100% 250px;
  bottom: 0;
  height: 250px;
  z-index: 1;
  transform: rotateY(180deg);
}

.partFifteen_wrap_content {
  width: 40%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  color: #fff;
  text-align: center;
}

.partFifteen_wrap_content_wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.partFifteen_wrap_content_one {
  font-size: 0.8rem;
  font-weight: 700;
}

.partFifteen_wrap_content_two {
  font-size: 2.666666rem;
  padding: 1.6rem 0;
  font-weight: 700;
  text-shadow: 0.0666rem 0.0666rem 0.0666rem rgba(0, 0, 0, 0.4);
}

.partFifteen_wrap_content_three {
  font-size: 0.6666rem;
  line-height: 1rem;
}

.partFifteen_wrap_content_btn {
  letter-spacing: 5px;

  font-size: 0.46666rem;
  box-shadow: 0rem 0.666rem 1rem -0.33333rem rgba(249, 44, 139, 0.4);
  background-image: linear-gradient(90deg, #f92c8b 0%, #b02cd6 100%);
  padding: 0.6rem 1.13333rem;
  display: inline-block;
  border-radius: 0.13333rem;
  font-weight: 700;
  animation: shockBack .2s linear;
  transform: scale(1);
  margin: 1rem 0;
}

.partFifteen_wrap_content_btn:hover {
  animation: shock .2s linear;
  transform: scale(1.1);
}

.partFifteen_wrap_content_btn a {
  color: #fff;
}

.partSixteen {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 30px;
  position: relative;
  background: #fff;
}

.partSixteen_wrap {
  width: 48rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.partSixteen_title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 0.5em;
}

.partSixteen_detail {
  padding-bottom: 1.6em;
  color: #666;
  font-size: 0.53333rem;
}

.partSixteen_content {
  width: 100%;
  position: relative;
}

.partSixteen_content_left {
  width: 30%;
}

.partSixteen_content_left_item {
  border: 0 solid #333;
  box-shadow: 0px 2px 70px 0px rgba(110, 130, 208, 0.18);
  text-align: left;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 6%;
}

.partSixteen_content_left_item_title {
  padding-bottom: 1em;
  color: #F88590;
  font-size: 0.6rem;
  font-weight: 700;
}

.partSixteen_content_left_item_detail {
  color: #666;
  font-size: 0.46666rem;
  line-height: 2em;
}

.partSixteen_content_right {
  width: 65.7%;
  height: 17.7rem;
}

.partSixteen_content_right video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 10px;
}




.partSeventeen {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  position: relative;
  background-image: linear-gradient(180deg, #ffffff 0%, #f2f2fa 50%) !important;
}

.partSeventeen_Mainwrap {
  width: 48rem;
  margin: 0 auto;
}

.partSeventeen_title {
  font-size: 1.5rem;
  color: #333;
  padding: 28px 0;
  font-weight: 700;
}

.partSeventeen_wrap {
  width: 100%;
}

.partSeventeen_wrap_content_item {
  width: 13.6rem;
  height: 8rem;
  padding: 2rem 0.6666rem 1.33333rem;
  margin: 1.11%;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  position: relative;
  box-shadow: 0px 2px 70px 0px rgba(110, 130, 208, 0.18);
  line-height: 1.4em;
  overflow: hidden;
  border-width: 20px;
  z-index: 9;

}

.partSeventeen_wrap_content_item_icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}


.partSeventeen_wrap_content_item_title {
  color: #333;
  font-size: 0.6rem;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translateX(-50%);
}

.partSeventeen_wrap_content_item_detail {
  width: 88%;
  color: #666;
  font-size: 0.46666rem;
  line-height: 1.8em;
  position: absolute;
  text-align: left;
  left: 50%;
  bottom: 16%;
  transform: translatex(-50%);
}

.partSeventeen_wrap_content_item_iconOne {
  background-color: #D2E1F8;
  background-image: url(../images/partSeventeen1.png);
}

.partSeventeen_wrap_content_item_iconTwo {
  background-color: #FDD1E8;
  background-image: url(../images/partSeventeen2.png);
}

.partSeventeen_wrap_content_item_iconThree {
  background-color: #FDDDCE;
  background-image: url(../images/partSeventeen3.png);
}

.partSeventeen_bottom{
  position: absolute;
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiLz48L2c+PC9zdmc+);
  background-size: 100% 200px;
  bottom: 0;
  height: 200px;
  transform: rotateY(180deg);
}



.partEighteen {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  position: relative;
  /* background-image: linear-gradient(180deg, #ffffff 0%, #f2f2fa 50%) !important; */
}

.partEighteen_Mainwrap {
  width: 48rem;
  margin: 0 auto;
}

.partEighteen_title {
  font-size: 1.5rem;
  color: #333;
  padding: 28px 0 10px;
  font-weight: 700;
}

.partEighteen_detail{
  font-size: 0.6rem;
  color: #666;
  line-height: 3em;
}

.partEighteen_wrap {
  width: 100%;
}

.partEighteen_wrap_content_item {
  width: 13.6rem;
  height: 16rem;
  padding: 2rem 0.6666rem 1.33333rem;
  margin: 1.11%;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 2px 70px 0px rgba(110, 130, 208, 0.18);
  line-height: 1.4em;
  overflow: hidden;
  border-width: 20px;
  z-index: 9;

}

.partEighteen_wrap_content_item_icon {
  width: 10.666rem;
  height: 11.26666rem;
}


.partEighteen_wrap_content_item_title {
  color: #333;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 2em;
}

.partEighteen_wrap_content_item_detail {
  color: #666;
  font-size: 0.46666rem;
  line-height: 1.8em;
  text-align: left;
  margin-top: 20px;
}


.partNineteen {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
  background: #fff;
}

.partNineteen_wrap {
  width: 48rem;
  margin: 0 auto;
  position: relative;
}

.partNineteen_title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 0.5em;
}

.partNineteen_content{
  margin-top: 40px;
}

.partNineteen_content_item{
  width: 40%;
  margin: 2.5% 5%;
}

.partNineteen_content_item_icon{
  width: 1.2rem;
  height: 1.066666rem;
  position: relative;
  top: 4px;
}

.partNineteen_content_item_title{
  text-align: center;
  color: #333;
  font-size: 0.7rem;
  font-weight: 700;
  position: relative;
  top: -28px;
}

.partNineteen_content_item_detail{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  line-height: 2em;
  color: #666;
  font-size: 0.5rem;
  position: relative;
  top: -10px;
}




.partTwenty {
  position: relative;
  padding: 24.4vw 0;
  background-image: linear-gradient(130deg, #8624E1 25%, #3607A6 100%) !important;
}

.partTwenty_top {
  position: absolute;
  left: 0;
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyNTBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgMzAgMCAzMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgNjAgMCA2MHoiLz48L2c+PC9zdmc+);
  top: 0;
  height: 250px;
  z-index: 1;
  transform: rotateX(180deg);
}

.partTwenty_wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.partTwenty_wrap_img {
  background: transparent;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background-image: url("../images/banner.png");
  height: 1180px;
  transform: translate(0px, 300px);
}


.partTwenty_wrap_content {
  width: 46.1rem;
  margin: 0 auto;
  position: relative;
}

.partTwenty_wrap_content_left{
  position: absolute;
  left: -1rem;
  top: -7rem;
}

.partTwenty_wrap_content_left img{
  width: 29.9rem;
  height: 18.2rem;
}

.partTwenty_wrap_content_right{
  width: 13.5rem;
  position: absolute;
  right: -1rem;
  top: -5rem;
  color: #fff;
  font-size: 1.74rem;
  line-height: 1.4em;
}

.partTwenty_wrap_content_right_title{
  font-weight: 700;

}

.partTwenty_wrap_content_right_detail{
  font-weight: 700;

}


.partTwenty_wrap_content_right_btn {
  letter-spacing: 5px;

  font-size: 0.46666rem;
  box-shadow: 0rem 0.666rem 1rem -0.33333rem rgba(249, 44, 139, 0.4);
  background-image: linear-gradient(90deg, #f92c8b 0%, #b02cd6 100%);
  padding: 0.6rem 1.13333rem;
  display: inline-block;
  border-radius: 0.13333rem;
  font-weight: 700;
  animation: shockBack .2s linear;
  transform: scale(1);
  margin: 1rem 0;
  color: #fff;
}

.partTwenty_wrap_content_right_btn:hover {
  animation: shock .2s linear;
  transform: scale(1.1);
} 



.foot{ float:left; width:100%; border-top:4px solid #ddd; text-align:center; padding:60px 0 20px; color:#666; font-size:16px; background:#f3f3f3;}
.fn-clear:after{visibility:hidden;display:block;font-size:0;content:" d";clear:both;height:0;}
.fn-clear{ width:1200px; zoom:1; /* for IE6 IE7 */ margin:0 auto;}
.foot .left{ float:left; width:432px;text-align:left;}
.foot .left ul li{ width:100%;  display:inline-block; margin:12px auto;}
.foot .left ul li em{ font-size:18px; font-style: normal;  line-height:22px; display:inline-block;}
.foot .left img{ margin:0 5px;}
.foot .right{ float:right; width:500px;}
.foot .right ul{ float:right; width:60%;}
.foot .right li{ float:left; margin:0 auto 12px 12px;}
.foot .content{ float:left; width:200px; text-align:center;}
.foot .content img{ margin:0px auto; display:block;}
.foot .content b{ width:100%; line-height:30px; font-size:14px; display:inline-block;}

.foot .state{ float:left; width:100%; height:auto; border-top:1px solid #ddd; padding:20px 0 10px; color:#999; margin-top:40px;}
.foot .state em{ font-size:14px; color:#bbb; font-style: normal;}
.foot .copyright{ /*float:left;*/ width:100%; height:auto; color:#999; line-height:28px; text-align:center;}
.foot .copyright span{ width:auto; margin:0 auto; display:inline-block;}
.foot .copyright p{ /*float:left;*/ margin:0 10px; color:#999;}
.foot .copyright a{ /*float:left;*/ color:#bbb; margin:0 10px; display:inline-block;}



