.popup_video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1101;
}
.popup_video .pop_layer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.23);
}
.popup_video .pop_ctn {
  width: 75%;
  height: 80%;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.5s;
  position: relative;
  background: #000;
}
.popup_video .pop_ctn .close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 100%;
  padding: 7px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  z-index: 10;
  transition: all 0.5s;
}
.popup_video .pop_ctn .close svg {
  transition: all 0.5s;
  margin: 0;
  width: 16px;
  height: 16px;
  display: block;
}
.popup_video .pop_ctn .close:hover {
  background: rgba(0, 0, 0, 0.9);
}
.popup_video .pop_ctn .close:hover svg {
  transform: rotate(180deg);
}
.popup_video .pop_ctn video {
  width: 100%;
  height: 100%;
  display: block;
}
.popup_video.on .pop_ctn {
  transform: translateY(0);
  opacity: 1;
}
.w1240 {
  width: 1240px;
  margin: 0 auto;
}
.cont {
  width: 100%;
  overflow: hidden;
}
.cont img {
  display: block;
  font-size: 0;
  line-height: 0;
  transition: all 0.5s;
}
.cont * {
  box-sizing: border-box;
}
.banner {
  background: url(../images/bg_1.jpg) center top no-repeat #f6f5fb;
  padding-bottom: 18.5%;
  background-size: 100%;
  position: relative;
}
.banner .banner_logo {
  width: 6.927%;
  position: absolute;
  top: 60px;
  right: 60px;
  display: none;
}
.banner .banner_txt {
  width: 46.05%;
  padding-top: 19%;
  margin-left: calc((100% - 1440px) / 2);
}
.page1 {
  width: 1440px;
  margin: 28% auto 0;
}
.page1 .tit {
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.page1 .des {
  background: url(../images/index1_3.png) center top no-repeat;
  background-size: 100%;
  margin-top: 5%;
  padding: 7% 6% 0;
}
.page1 .des p {
  text-align: center;
  color: #fff;
  margin-bottom: 2%;
}
.page1 .des .ck_video {
  width: 77.14%;
  margin: 5% auto 0;
  cursor: pointer;
}
.page2 {
  background: url(../images/bg_2.jpg) center bottom no-repeat #f6f5fb;
  background-size: 100%;
  padding-bottom: 16%;
}
.page2 .tit {
  text-align: center;
}
.page2 .tit p {
  display: inline-block;
  background: linear-gradient(to bottom, #4054cf, #60b8e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
}
.page2 .subtit {
  text-align: center;
  color: #34395e;
  margin-top: 1%;
}
.page2 ul {
  width: 48%;
  margin: 3% auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.page2 ul::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  right: 40px;
  height: 1px;
  background: #b1cddf;
}
.page2 ul li {
  width: 210px;
  height: 180px;
  position: relative;
  z-index: 10;
}
.page2 ul li .ic {
  width: 100%;
  height: 100%;
  background-color: rgba(51, 69, 214, 0.2);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  position: relative;
  padding: 13px;
}
.page2 ul li i {
  width: 100%;
  display: block;
  height: 100%;
  background: #3345d6;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.page2 ul li img {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: 47.61%;
}
.page2 ul li .txt {
  margin-top: 30px;
}
.page2 ul li .txt p {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #2a2a51;
}
.page2 ul li .txt span {
  display: block;
  text-align: center;
  color: #2a2a51;
  margin-top: 10px;
}
.page2 ul li.on i {
  background: linear-gradient(to top, #3329ff, #ff3535);
}
.page2 ul li:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.page2 .notes {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
}
.page2 .notes img {
  display: inline-block;
  width: 19px;
  margin-right: 10px;
}
.page2 .notes p {
  display: inline-block;
  color: #34395e;
}
.bg3 {
  background: url(../images/bg_3.jpg) center top no-repeat #e5e9f5;
  background-size: 100%;
}
.page3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2%;
}
.page3 .txt {
  width: 54%;
}
.page3 .txt .tit {
  display: flex;
  align-items: center;
}
.page3 .txt .tit p {
  display: inline-block;
  background: linear-gradient(to bottom, #4054cf, #60b8e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
}
.page3 .txt .tit img {
  max-width: 121px;
  margin-left: 20px;
}
.page3 .txt .des {
  color: #6267a2;
  line-height: 1.87;
  margin-top: 7%;
}
.page3 .txt .notes {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 7%;
}
.page3 .txt .notes img {
  display: inline-block;
  width: 19px;
  margin-right: 10px;
}
.page3 .txt .notes p {
  display: inline-block;
  color: #34395e;
  opacity: 0.7;
}
.page3 .img {
  width: 37.8%;
}
.page4 {
  margin-top: 10%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page4 .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 3%;
}
.page4 .tit p {
  display: inline-block;
  background: linear-gradient(to bottom, #4054cf, #60b8e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
}
.page4 .item_l {
  width: 58%;
}
.page4 .item_l .subtit {
  color: #2a2a51;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #3345d6;
}
.page4 .item_l li {
  width: 32%;
}
.page4 .item_l li .ic {
  background: #3345d6;
}
.page4 .item_r {
  width: 37%;
}
.page4 .item_r .subtit {
  color: #2a2a51;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #1b1b21;
}
.page4 .item_r li {
  width: 49%;
}
.page4 .item_r li .ic {
  background: #1b1b21;
}
.page4 ul {
  display: flex;
  justify-content: space-between;
}
.page4 ul li {
  position: relative;
}
.page4 ul li .ic {
  position: relative;
  height: 58px;
}
.page4 ul li .ic img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page4 ul li .txt {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
.page4 ul li .txt p {
  color: #2a2a51;
  width: 100%;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.page4 ul li .txt span {
  width: 100%;
  display: block;
  text-align: center;
  color: #999999;
  white-space: nowrap;
  margin-top: 5px;
}
.page5 {
  margin-top: 27%;
}
.page5 .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 4%;
}
.page5 .tit p {
  display: inline-block;
  background: linear-gradient(to bottom, #4054cf, #60b8e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
}
.page5 .personal .subtit {
  color: #2a2a51;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page5 .personal .subtit::after {
  content: '';
  display: inline-block;
  width: 211px;
  height: 10px;
  background: url(../images/arr2.png) center center no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  margin-left: 10px;
  margin-top: 8px;
}
.page5 .personal .subtit::before {
  content: '';
  display: inline-block;
  width: 211px;
  height: 10px;
  background: url(../images/arr2.png) center center no-repeat;
  background-size: cover;
  margin-right: 10px;
  margin-top: 8px;
}
.page5 .personal ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.page5 .personal ul li {
  width: 49%;
  padding: 32px;
  display: flex;
  border-radius: 3px;
  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(to bottom, #e9ebf1, #f5f5f9);
  box-shadow: 0 11px 16px rgba(176, 184, 193, 0.43);
  position: relative;
}
.page5 .personal ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #ff5a5a, #3349f7);
  transition: all 0.3s;
  opacity: 0;
}
.page5 .personal ul li p {
  display: inline-block;
  border: 1px solid #1d1d25;
  position: relative;
  z-index: 10;
  padding: 3px 10px 3px 40px;
  color: #2e2c56;
  transition: all 0.3s;
}
.page5 .personal ul li p::before {
  content: '';
  display: inline-block;
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #1d1d25;
  transition: all 0.3s;
}
.page5 .personal ul li span {
  color: #777777;
  line-height: 1.6;
  position: relative;
  z-index: 10;
  transition: all 0.3s;
  margin-top: 40px;
}
.page5 .personal ul li:hover p {
  border: 1px solid #fff;
  color: #fff;
}
.page5 .personal ul li:hover p::before {
  background: #fff;
}
.page5 .personal ul li:hover span {
  color: #fff;
}
.page5 .personal ul li:hover::after {
  opacity: 1;
}
.page5 .team {
  margin-top: 8%;
}
.page5 .team .subtit {
  color: #2a2a51;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page5 .team .subtit::after {
  content: '';
  display: inline-block;
  width: 211px;
  height: 10px;
  background: url(../images/arr2.png) center center no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  margin-left: 10px;
  margin-top: 8px;
}
.page5 .team .subtit::before {
  content: '';
  display: inline-block;
  width: 211px;
  height: 10px;
  background: url(../images/arr2.png) center center no-repeat;
  background-size: cover;
  margin-right: 10px;
  margin-top: 8px;
}
.page5 .team ul {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 30px auto 0;
}
.page5 .team ul li {
  width: 49%;
  padding: 32px;
  display: flex;
  border-radius: 3px;
  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(to bottom, #e9ebf1, #f5f5f9);
  box-shadow: 0 11px 16px rgba(176, 184, 193, 0.43);
  border: 2px solid #f8f8fc;
  position: relative;
}
.page5 .team ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #ff5a5a, #3349f7);
  transition: all 0.3s;
  opacity: 0;
}
.page5 .team ul li p {
  display: inline-block;
  border: 1px solid #797890;
  position: relative;
  z-index: 10;
  padding: 3px 10px 3px 40px;
  color: #2e2c56;
  transition: all 0.3s;
}
.page5 .team ul li p::before {
  content: '';
  display: inline-block;
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #797890;
  transition: all 0.3s;
}
.page5 .team ul li span {
  color: #777777;
  line-height: 1.6;
  position: relative;
  z-index: 10;
  transition: all 0.3s;
  margin-top: 40px;
}
.page5 .team ul li:hover p {
  border: 1px solid #fff;
  color: #fff;
}
.page5 .team ul li:hover p::before {
  background: #fff;
}
.page5 .team ul li:hover span {
  color: #fff;
}
.page5 .team ul li:hover::after {
  opacity: 1;
}
.page5 .qa {
  margin-top: 30px;
  padding-bottom: 70px;
}
.page5 .qa li {
  width: 100%;
  background: rgba(251, 251, 251, 0.15);
  border: 2px solid #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 30px;
}
.page5 .qa li .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page5 .qa li .title p {
  color: #333;
  font-weight: bold;
}
.page5 .qa li .des {
  margin-top: 20px;
}
.page5 .qa li .des p {
  color: #2a2a51;
  font-weight: bold;
  margin-top: 15px;
  display: block;
}
.page5 .qa li .des span {
  color: #76758a;
  margin-top: 15px;
  display: block;
}
.page5 .qa li .des span i {
  display: block;
  font-style: inherit;
  margin-top: 6px;
}
.page5 .qa li .des span i::before {
  content: '';
  width: 6px;
  height: 7px;
  display: inline-block;
  background-color: #799fe0;
  margin-right: 8px;
  vertical-align: middle;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.page5 .qa li.on .title .ic {
  transform: rotate(90deg);
}
.page5 .qa li.on .title .ic::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.bg4 {
  background: url(../images/bg_4.jpg) center top no-repeat #f6f5fa;
  background-size: 100%;
  padding-bottom: 10%;
}
.page6 {
  padding-top: 11%;
}
.page6 .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 4%;
}
.page6 .tit p {
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
.page6 .personal .subtit {
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page6 .personal .subtit::after {
  content: '';
  display: inline-block;
  width: 211px;
  height: 10px;
  background: url(../images/arr1.png) center center no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  margin-left: 10px;
  margin-top: 8px;
}
.page6 .personal .subtit::before {
  content: '';
  display: inline-block;
  width: 211px;
  height: 10px;
  background: url(../images/arr1.png) center center no-repeat;
  background-size: cover;
  margin-right: 10px;
  margin-top: 8px;
}
.page6 .personal ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.page6 .personal ul li {
  width: 24%;
  background: #fff;
  padding: 40px 0 50px;
}
.page6 .personal ul li .img {
  max-width: 150px;
  margin: 0 auto;
}
.page6 .personal ul li .text {
  margin-top: 20px;
}
.page6 .personal ul li .text p {
  display: block;
  text-align: center;
  color: #5c47dd;
}
.page6 .personal ul li .text span {
  margin-top: 30px;
  color: #333333;
  text-align: center;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  max-height: 3em;
  height: 3em;
}
.page6 .personal ul li .text em {
  display: block;
  font-style: inherit;
  color: #333333;
  text-align: center;
  margin-top: 30px;
}
.page6 .team {
  margin-top: 12%;
}
.page6 .team .subtit {
  color: #2a2a51;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page6 .team .subtit::after {
  content: '';
  display: inline-block;
  width: 211px;
  height: 10px;
  background: url(../images/arr2.png) center center no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  margin-left: 10px;
  margin-top: 8px;
}
.page6 .team .subtit::before {
  content: '';
  display: inline-block;
  width: 211px;
  height: 10px;
  background: url(../images/arr2.png) center center no-repeat;
  background-size: cover;
  margin-right: 10px;
  margin-top: 8px;
}
.page6 .team .box {
  margin: 70px auto 0;
  width: 934px;
}
.page6 .team ul {
  width: 100%;
}
.page6 .team ul li {
  background: url(../images/index6_bg.png);
  background-size: 100% 100%;
  width: 100%;
  height: 146px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.page6 .team ul li .txt_l {
  width: 34%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.page6 .team ul li .txt_l .txt {
  display: flex;
  align-items: baseline;
}
.page6 .team ul li .txt_l .txt .num {
  font-weight: bold;
  line-height: 1.2;
}
.page6 .team ul li .txt_l .txt div,
.page6 .team ul li .txt_l .txt p {
  color: #443ce2;
}
.page6 .team ul li .txt_r {
  width: 66%;
  padding: 0 6%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page6 .team ul li .txt_r p {
  color: #2e2c56;
}
.page6 .team .des {
  margin-top: 45px;
}
.page6 .team .des p {
  display: block;
  font-style: inherit;
  margin-top: 10px;
  color: #34395e;
}
.page6 .team .des p::before {
  content: '';
  width: 9px;
  height: 9px;
  display: inline-block;
  background-color: #8777ed;
  margin-right: 8px;
  vertical-align: middle;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.page7 {
  margin-top: 9%;
}
.page7 .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.page7 .tit p {
  display: inline-block;
  background: linear-gradient(to bottom, #4054cf, #60b8e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
}
.page7 ul {
  margin-top: 6%;
  display: flex;
  justify-content: space-between;
}
.page7 ul li {
  width: 32%;
  background: #fff;
}
.page7 ul li .txt {
  padding: 40px 25px;
}
.page7 ul li .txt p {
  color: #2e2c56;
  font-weight: bold;
  display: block;
}
.page7 ul li .txt span {
  margin-top: 16px;
  color: #999999;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  max-height: 4.5em;
  height: 4.5em;
}
.page7 ul li .txt i {
  color: #425ad1;
  display: block;
  margin-top: 20px;
  font-style: inherit;
  display: none;
}
.page8 {
  background: url(../images/bg_5.jpg) center top no-repeat;
  background-size: 100% 100%;
  padding: 12% 0 10%;
}
.page8 .w1240 {
  display: flex;
  flex-wrap: wrap;
}
.page8 .w1240 .item_l {
  padding: 25px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  width: 41%;
  display: flex;
  justify-content: space-between;
}
.page8 .w1240 .item_l .img {
  width: 42%;
}
.page8 .w1240 .item_l .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0 20px 20px;
}
.page8 .w1240 .item_l .txt p {
  color: #fff;
  font-weight: bold;
  display: block;
}
.page8 .w1240 .item_l .txt span {
  color: #fff;
}
.page8 .w1240 .item_r {
  width: 657px;
  margin-left: 3%;
  padding: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.page8 .w1240 .item_r li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.page8 .w1240 .item_r li:nth-last-child(1) {
  margin-bottom: 29px;
}
.page8 .w1240 .item_r li p {
  display: flex;
  align-items: center;
}
.page8 .w1240 .item_r li p .ic {
  width: 21px;
  margin-right: 5px;
}
.page8 .w1240 .item_r li p span {
  color: #fff;
}
.page8 .w1240 .item_r li p:nth-child(1) {
  width: 190px;
}
.page8 .w1240 .item_r li p:nth-child(2) {
  width: 155px;
}
.page8 .w1240 .item_r li p:nth-child(3) {
  width: 204px;
}
.page8 .w1240 .item_r .txt {
  display: flex;
  align-items: center;
}
.page8 .w1240 .item_r .txt p {
  color: #fff;
}
.page8 .w1240 .item_r .txt a {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 6px 22px;
  border-radius: 100px;
  margin-left: 10px;
}
.page8 .w1240 .footer_logo {
  width: 100%;
  margin-top: 50px;
  margin-left: 20px;
}
.page8 .w1240 .footer_logo img {
  width: auto;
}
/* 125% */
@media screen and (max-width: 1480px) {
  .page1 {
    width: 90%;
  }
  .banner .banner_txt {
    margin-left: 5%;
  }
  .page2 ul {
    width: 60%;
  }
}
@media screen and (max-width: 1280px) {
  .w1240 {
    width: 90%;
  }
  .page2 ul li {
    width: 190px;
    height: 165px;
  }
  .page2 ul li img {
    width: 40%;
  }
  .page8 .w1240 .item_l {
    width: 39%;
    align-items: center;
  }
  .page8 .w1240 .item_l .txt span {
    margin-top: 20px;
  }
  .page8 .w1240 .item_r {
    margin-left: 1%;
    width: 60%;
    padding: 40px 20px;
  }
  .page8 .w1240 .item_r li p span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1170px) {
  .page4 ul li .txt p,
  .page4 ul li .txt span {
    font-size: 14px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .popup_video .pop_ctn {
    width: 90%;
    height: auto;
  }
  .popup_video .pop_ctn .close {
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
    padding: 6px;
  }
  .popup_video .pop_ctn .close svg {
    width: 13px;
    height: 13px;
  }
  .page2 ul {
    width: 90%;
  }
  .page2 .notes {
    margin-top: 16%;
  }
  .banner {
    padding-bottom: 13.5%;
  }
  .page2 ul li {
    width: 160px;
    height: 140px;
  }
  .page4 .item_l {
    width: 100%;
  }
  .page4 .item_r {
    width: 100%;
    margin-top: 94px;
  }
  .page5 {
    margin-top: 20%;
  }
  .page5 .personal ul li {
    height: auto;
    padding: 20px 15px;
  }
  .page5 .personal ul li span {
    margin-top: 15px;
  }
  .page5 .team ul li {
    height: auto;
    padding: 20px 15px;
  }
  .page5 .team ul li span {
    margin-top: 15px;
  }
  .page6 .team .box {
    width: 100%;
  }
  .page6 .team ul li {
    height: 125px;
  }
  .page8 .w1240 .item_r {
    padding: 20px;
  }
  .page8 .w1240 .item_r li {
    flex-wrap: wrap;
  }
  .page8 .w1240 .item_r li p:nth-child(1) {
    width: 100%;
    margin-bottom: 5px;
  }
  .page8 .w1240 .item_r li p:nth-child(1) .ic {
    display: none;
  }
  .page8 .w1240 .item_r li p:nth-child(1) span {
    font-size: 20px;
  }
  .page8 .w1240 .item_r li p:nth-child(2) {
    width: 40%;
  }
  .page8 .w1240 .item_r li p:nth-child(2) span {
    font-size: 16px;
  }
  .page8 .w1240 .item_r li p:nth-child(3) {
    width: 60%;
  }
  .page8 .w1240 .item_r li p:nth-child(3) span {
    font-size: 16px;
  }
  .page8 .w1240 .item_r .txt {
    flex-wrap: wrap;
  }
  .page8 .w1240 .item_r .txt p {
    width: 100%;
    margin-bottom: 10px;
  }
  .page8 .w1240 .item_r .txt a {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page1 {
    margin: 15% auto 0;
  }
  .page1 .des p {
    text-shadow: 0 0 2px rgba(42, 42, 81, 0.6), 0 0 2px rgba(42, 42, 81, 0.6), 0 0 2px rgba(42, 42, 81, 0.6);
  }
  .page2 {
    padding: 0 5% 19%;
  }
  .page2 ul {
    width: 100%;
  }
  .page2 ul li {
    width: 120px;
    height: 105px;
  }
  .page2 ul li .ic {
    padding: 8px;
  }
  .page2 ul li .txt {
    margin-top: 11px;
  }
  .page2 .notes {
    margin-top: 83px;
  }
  .page3 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page3 .txt {
    width: 100%;
  }
  .page3 .img {
    width: 60%;
    margin-top: 20px;
  }
  .page3 .txt .tit img {
    max-width: none;
    width: 50px;
  }
  .page3 .txt .des {
    margin-top: 15px;
  }
  .page4 ul li .ic {
    display: none;
  }
  .page4 .item_l,
  .page4 .item_r {
    width: 47%;
    margin-top: 0;
  }
  .page4 .item_l .subtit,
  .page4 .item_r .subtit {
    margin-bottom: 0px;
    padding: 10px 0 10px 10%;
    font-size: 20px;
  }
  .page4 .item_l .subtit {
    background: #3749ce;
    color: #fff;
  }
  .page4 .item_r .subtit {
    background: #2a2b4e;
    color: #fff;
  }
  .page4 .item_l ul {
    flex-wrap: wrap;
    background: url(../images/index4_bg1.png) left center no-repeat;
    background-size: contain;
    height: 250px;
  }
  .page4 .item_l ul li {
    width: 100%;
    height: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 17%;
  }
  .page4 .item_r ul {
    flex-wrap: wrap;
    background: url(../images/index4_bg2.png) left center no-repeat;
    background-size: contain;
    height: 125px;
  }
  .page4 .item_r ul li {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 17%;
  }
  .page4 ul li .txt p,
  .page4 ul li .txt span {
    text-align: left;
  }
  .page4 ul li .txt p {
    font-weight: bold;
  }
  .page4 ul li .txt span {
    font-size: 12px;
  }
  .page4 ul li .txt {
    position: static;
    transform: translateX(0);
  }
  .page4 .item_l ul li:nth-child(1) .txt {
    margin-top: 11%;
  }
  .page4 .item_r ul li:nth-child(1) .txt {
    margin-top: -2%;
  }
  .page4 .item_r ul li:nth-child(2) .txt {
    margin-top: -2%;
  }
  .page5 {
    margin-top: 10%;
  }
  .subtit::before,
  .subtit::after {
    width: 92px!important;
    height: 6px!important;
    background-size: contain!important;
    margin-top: 2px!important;
  }
  .page5 .personal ul {
    flex-wrap: wrap;
  }
  .page5 .personal ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .page5 .team ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .page5 .team ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .page5 .qa li {
    padding: 15px;
  }
  .page5 .qa {
    margin-top: 40px;
  }
  .page5 .qa li .title {
    height: 50px;
  }
  .page5 .qa li .title .ic {
    width: 15px;
    height: 15px;
  }
  .page5 .qa li .title .ic::after {
    height: 2px;
  }
  .page5 .qa li .title .ic::before {
    width: 2px;
  }
  .page5 .qa li .des {
    margin-top: 10px;
  }
  .page6 .personal ul {
    flex-wrap: wrap;
  }
  .page6 .personal ul li {
    width: 49%;
    margin-bottom: 15px;
    padding: 20px 0;
  }
  .page6 .personal ul li .text {
    margin-top: 10px;
  }
  .page6 .personal ul li .text span {
    margin-top: 15px;
  }
  .page6 .personal ul li .text em {
    margin-top: 15px;
  }
  .page6 .team .box {
    margin: 30px auto 0;
  }
  .page6 .team ul li {
    margin-bottom: 15px;
  }
  .page6 .team .des {
    margin-top: 20px;
  }
  .page7 ul {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .page7 ul li {
    width: 100%;
  }
  .page7 ul li .txt {
    padding: 20px;
  }
  .page7 ul li .txt span {
    display: block;
    height: auto;
  }
  .page8 .w1240 .item_l {
    width: 100%;
  }
  .page8 .w1240 .item_r {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .bg4 {
    padding-bottom: 0;
  }
  .page8 {
    background-size: cover;
    padding: 41% 0 10%;
  }
  .page8 .w1240 .item_r li p:nth-child(1) {
    margin-bottom: 10px;
  }
  .page8 .w1240 .item_r li p:nth-child(2) span,
  .page8 .w1240 .item_r li p:nth-child(3) span {
    font-size: 12px;
  }
  .page8 .w1240 .item_r li p .ic {
    width: 15px;
  }
  .page8 .w1240 .item_r li {
    margin-bottom: 25px;
  }
  .page8 .w1240 .footer_logo {
    margin-left: 0;
  }
  .page8 .w1240 .footer_logo img {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .subtit::before,
  .subtit::after {
    width: 70px !important;
  }
}
/*# sourceMappingURL=./index.css.map */