@font-face{
  font-family: AliBold;
  src:url('../font/Alibaba-PuHuiTi-Bold.otf');
}
@font-face{
  font-family: AliHeavy;
  src:url('../font/Alibaba-PuHuiTi-Heavy.otf');
}
@font-face{
  font-family: AliLight;
  src:url('../font/Alibaba-PuHuiTi-Light.otf');
}
@font-face{
  font-family: AliMedium;
  src:url('../font/Alibaba-PuHuiTi-Medium.otf');
}
@font-face{
  font-family: AliRegular;
  src:url('../font/Alibaba-PuHuiTi-Regular.otf');
}
body{margin: 0; padding: 0px;}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none!important;
}
a:hover{
  text-decoration: none;
}
a:visited{
  text-decoration: none;
}
.clear{clear: both;}
.top{
  width: 100%;
  height: 100px;
  background: url('../images/top_bg.png') no-repeat;
  background-size: cover;
}
.top1{
  width: 1110px;
  margin: 0 auto;
}
.top_logo{
  width: 206px;
  float: left;
  margin-top: 32px;
}
.top_ul{
  width: 570px;
  float: left;
  margin-left: 225px;
}
.top_ul ul{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
}
.top_ul ul li{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  display: inline;
  line-height: 100px;
  padding: 0 20px;
}
.top_ul ul li a{
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
}
.top_ul ul li a:focus{
  color: #ffffff;
  text-decoration: none;
}
.top_ul ul li a:hover{
  color: #FF6000;
  text-decoration: none;
}
.top_map{
  width: 95px;
  height: 100px;
  float: right;
  font-family: AliRegular;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.top_map a{
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
}
.top_map a:focus{
  color: #ffffff;
  text-decoration: none;
}
.top_map a:hover{
  color: #FF6000;
  text-decoration: none;
}
.banner_agi{
  width: 100%;
  height: 470px;
  background: url('../images/banner.png') no-repeat center;
  background-size: cover;
  padding-top: 313px;
}
.edu_button{
  width: 472px;
  height: 60px;
  background: linear-gradient(90deg, #FF522B 0%, #FF0A64 100%);
  box-shadow: 0px 9px 18px 0px rgba(50,71,195,0.33);
  border-radius: 30px;
  margin: 0 auto;
  font-family: AliMedium;
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.edu_button:hover{
  width: 472px;
  height: 60px;
  background: linear-gradient(93deg, #050BFF 0%, #FF00F6 100%);
  box-shadow: 0px 9px 18px 0px rgba(50,71,195,0.33);
  border-radius: 30px;
}
.part1{
  width: 100%;
  height: 584px;
  background: #F2F7FF;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.part1_top{
  width: 1200px;
  height: 140px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: -70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.part1_top1{
  width: 900px;
  display: flex;
  justify-content: space-between;
}
.part1_b{
  width: 100px;
  height: 100px;
  border-radius: 10px;
  font-family: AliMedium;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 44px;
  text-align: center;
  padding-top: 11px;
  cursor: pointer;
}
.part1_b:hover{
  background: linear-gradient(90deg, #5A57FF 0%, #7A8AFE 100%);
  color: #FFFFFF;
}
.part1_top2{
  width: 200px;
}

.part1_a{
  width: 200px;
  height: 40px;
  background: linear-gradient(90deg, #FF522B 0%, #FF0A64 100%);
  border-radius: 20px;
  font-family: AliBold;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  margin-bottom: 8px;
}
.part1_a:hover{
  background: linear-gradient(93deg, #050BFF 0%, #FF00F6 100%);
  border-radius: 20px;
}
.part1_top2 .part1_a:last-child{
  margin-bottom: 0;
}
.part2_box{
  width: 1200px;
  margin: 0 auto;
  padding-top: 27px;
}
.t_title{
  font-family: AliBold;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  text-align: center;
}
.t_title1{
  font-family: AliRegular;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  text-align: center;
  margin-top: 5px;
}
.part2_con{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.part2_con1{
  width: 400px;
}
.part2_con1 ul{
  margin: 0;
  padding: 0;
/*  padding-top: 57px;*/
}
.part2_con1 ul li{
  margin: 0;
  padding: 0;
  width: 400px;
  height: 120px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
    align-items: center;
}
.part2_con1 ul li.on{
  background: linear-gradient(90deg, #345DFF 0%, #748CFD 100%);
  border-radius: 10px;
}
.part2_li1{
  width: 8px;
  height: 41px;
  background: #345DFF;
  border-radius: 0px 8px 8px 0px;
}
.part2_li2{
  font-family: AliMedium;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  margin-left: 41px;
}
.part2_li3{
  margin-left: 135px;
  display: none;
}
.part2_con1 ul li.on .part2_li1{
  background:#FFFFFF;
}
.part2_con1 ul li.on .part2_li2{
  color:#FFFFFF;
}
.part2_con1 ul li.on .part2_li3{
  display: block;
}
.part2_con1_t{
  width: 336px;
  font-family: AliBold;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  margin-top: 50px;
  margin-left: 34px;
}
.part2_con1_t span{
  display: block;
  width: 40px;
  height: 40px;
  background: url('../images/part2_t11.png') no-repeat;
  float: right;
  display: none;
}
.part2_con1 ul li p{
  width: 347px;
  font-family: AliRegular;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  margin-left: 34px;
  margin-top: 37px;
  text-align: justify;
}
.part2_con1 ul li.on .part2_con1_t{
  color: #ffffff;
}
.part2_con1 ul li.on .part2_con1_t span{
  display: block;
}
.part2_con1 ul li.on p{
  color: #ffffff;
}
.part2_con2{
  width: 784px;
  height: 400px;
  background: #FFFFFF;
  border-radius: 10px;
}
.part2_con2_1{
  height: 400px;
  display: none;
}
.part2_con2_1.on{
  display: block;
}
.part3{
  height: 437px;
}
.part3_box{
  width: 1200px;
  margin: 0 auto;
  padding-top: 19px;
}
.part3_list{
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
  margin-bottom: 26px;
}
.part3_list1{
  width: 230px;
  height: 178px;
  background: linear-gradient(0deg, #345DFF 37%, #D2DDFF 100%);
  border-radius: 95px 95px 10px 10px;
  position: relative;
  padding-top: 70px;
}
.part3_list1 img{
  position: absolute;
  left: 50%;
  margin-left: -78px;
  top: -66px;
}
.part3_list1 h2{
  margin: 0;
  padding: 0;
  font-family: AliMedium;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
}
.part3_list1 p{
  margin: 0;
  padding: 0;
  font-family: AliRegular;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  padding-top: 14px;
  text-align: center;
  }
.part3_list1 span{
  font-family: AliRegular;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0 14px;
}

.part4{
  width: 100%;
  height: 605px;
  background: #F2F7FF;
}
.part4_box{
  width: 1200px;
  margin: 0 auto;
  padding-top: 22px;
}
.part4_list{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
}
.part4_list1{
  width: 250px;
  position: relative;
}
.part4_list2{
  width: 940px;
  height: 348px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 18px 0 10px 21px;
}
.part4_list2_con{
  height: 315px;
  overflow-y: scroll;
  display: none;
}
.part4_list2_con h2{
  margin: 0;
  font-family: AliMedium;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}
.part4_list2_con h3{
  margin: 0;
  margin-top: 10px;
  font-family: AliBold;
  font-weight: bold;
  font-size: 18px;
  color: #345DFF;
}
.part4_list2_con p{
  font-family: AliRegular;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 23px;
  }
.part4_list2_con.on{
  display: block;
}
.part4_list1 .swiper-container-list {
  height: 348px;
  width: 250px;
}
.part4_list1 .swiper-container-list .swiper-wrapper{
  height: 348px;
  flex-wrap:wrap;
}

.part4_list1 .swiper-button-prev7 {
  background: url(../images/left1.png) no-repeat !important;
  top: -23px;
  left: 109px !important;
  right: auto !important;
  background-size: 100%;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  width: 32px;
  height: 18px;
}

.part4_list1 .swiper-button-next7 {
  background: url(../images/right1.png) no-repeat !important;
  bottom: -23px;
  left: 109px !important;
  background-size: 100%;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  width: 23px;
  height: 18px;
}

.swiper-button-next7.swiper-button-disabled,
.swiper-button-prev7.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.part4_list1 span {
  display: block;
  width: 250px;
  height: 54px;
  background: #ffffff;
  border-radius: 10px;
  font-family: AliRegular;
  font-weight: 400;
  font-size: 18px;
  color: #4F7DF9;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
}

.part4_list1 .swiper-slide {
  width: 250px;
  height: 54px;
}

.part4_list1 span.on {
  width: 250px;
  height: 54px;
  background: linear-gradient(90deg, #345DFF 0%, #748CFD 100%);
  border-radius: 10px;
  font-family: AliBold;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 54px;
}

.part4_bt{
  margin-top: 40px;
}
.part5{
  width: 100%;
  height: 750px;
  background: linear-gradient(180deg, #D4DFFF 0%, #FFFFFF 100%);
}
.part5_box{
  width: 1200px;
  margin: 0 auto;
  padding-top: 22px;
}
.part5_list{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.part5_list img{
  margin-bottom: 12px;
}
.part5_bt{
  margin-top: 19px;
}
.c_white{
  color: #FFFFFF;
}
.part6{
  width: 100%;
  height: 523px;
  background: url('../images/part6_bg.png') no-repeat center;
  background-size: cover;
  margin-top: -40px;
  position: relative;
  z-index: 9;
}
.part6_box{
  width: 1200px;
  margin: 0 auto;
  padding-top: 22px;
}
.part6_list{
  display: flex;
  margin-top: 22px;
  justify-content: space-between;
}
.part6_list1{
  width: 360px;
}
.part6_list1a{
  width: 360px;
  height: 60px;
  background: linear-gradient(270deg, #748DFD 0%, #1271FF 100%);
  border-radius: 10px;
  font-family: AliMedium;
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.part6_list1b{
  width: 360px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-top: 12px;
}
.part6_list1b h2{
  margin: 0;
  font-family: AliMedium;
  font-weight: 500;
  font-size: 20px;
  color: #0036FF;
  text-align: center;
}
.part6_list1b span{
font-family: AliRegular;
font-weight: 400;
font-size: 18px;
color: #000000;
line-height: 24px;
text-align: center;
display: block;
padding-top: 5px;
}
.part6_list1c{
  height: 102px;
}
.part6_list1d{
  height: 117px;
}
.part6_list1c span{
  padding-top: 8px;
  }
.part6_p{
  width: 20px;
height: 19px;
font-family: AliBold;
font-weight: bold;
font-size: 36px;
color: #FFFFFF;
line-height: 53px;
}
.part6_bt{
  margin-top: 15px;
}
div::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  margin-right: 5px;
  /**/
}

div::-webkit-scrollbar-track {
  width: 8px;
  background: #D3E9FC;
  border-radius: 4px;
  margin-right: 10px;
}

div::-webkit-scrollbar-thumb {
  background: #A8CFFF;
  border-radius: 10px;
}

div::-webkit-scrollbar-thumb:hover {
  background: #A8CFFF;
}

div::-webkit-scrollbar-corner {
  background: #A8CFFF;
}
.part7{
  width: 100%;
  height: 583px;
  background: url('../images/part7_bg.png') no-repeat center;
  background-size: cover;
  position: relative;
  margin-top: -40px;
}
.part7_box{
  width: 1200px;
  margin: 0 auto;
  padding-top: 61px;
}
.part7_list{
  margin-top: 23px;
}
.part7_list1{
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
  align-items: center;
}
.part7_list1a{
  width: 340px;
  height: 89px;
  background: linear-gradient(90deg, #493BFF 0%, #5E7FFB 97%);
  border-radius: 10px;
  padding-top: 18px;
}
.part7_list1a h2{
  margin: 0;
  font-family: AliMedium;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.part7_list1a span{
  font-family: AliRegular;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  display: block;
  text-align: center;
  padding-top: 10px;
}
.part7_list1c{
  width: 201px;
  height: 90px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #5A57FF;
  font-family: AliRegular;
  font-weight: 400;
  font-size: 18px;
  color: #202020;
  text-align: center;
  padding-top: 18px;
}
.part7_list1c span{
  font-family: AliMedium;
  font-weight: 500;
  font-size: 20px;
  color: #3C00FF;
}
.part7_txt{
font-family: AliRegular;
font-weight: 400;
font-size: 14px;
color: #9F9F9F;
text-align: right;
}
.part7_bt{
  margin-top: 9px;
}
.part8{
  width: 100%;
}
.part8_box{
  width: 1200px;
  margin: 0 auto;
  padding-top: 22px;
  padding-bottom: 38px;
}
.part8_list{
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part8_list1{
  width: 280px;
}
.part8_bg{
  height: 160px;
  font-family: AliMedium;
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 36px;
  padding: 14px;
}
.part8_bg1{
  background: url('../images/part8_bg1.png') no-repeat;
}
.part8_bg2{
  background: url('../images/part8_bg2.png') no-repeat;
}
.part8_bg3{
  background: url('../images/part8_bg3.png') no-repeat;
}
.part8_bg4{
  background: url('../images/part8_bg4.png') no-repeat;
}
.part8_t{
  font-family: AliRegular;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  padding: 10px;
  text-align: center;
}
.part8_t span{
  color: #FF0769;
}
.part8_bt{
  width: 200px;
  height: 40px;
  background: linear-gradient(90deg, #FF522B 0%, #FF0A64 100%);
  border-radius: 20px;
  margin: 0 auto;
  font-family: AliBold;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.part8_bt:hover{
  background: linear-gradient(93deg, #050BFF 0%, #FF00F6 100%);
  border-radius: 20px;
}
.part9{
  width: 100%;
  height: 600px;
  background: url('../images/part9_bg.png') no-repeat center;
  background-size: cover;
}
.part9_box{
  width: 1200px;
  margin: 0 auto;
  padding-top: 22px;
}
.part9_con{
  display: flex;
  justify-content: space-between;
  margin-top: 96px;
}
.part9_con1{
  width: 824px;
  height: 337px;
  background: linear-gradient(180deg, #493BFF 0%, #8EAAFE 78%);
  border-radius: 10px;
}
.part9_con1_box{
  margin-top: -124px;
  display: none;
}
.part9_con1_box.on{
  display: flex;
}
.part9_con1_img{
  margin-left: 15px;
}
.part9_con1_img img{
  width: 360px;
  height: 461px;
}
.part9_con1_t{
  margin-left: 22px;
  width: 394px;
  padding-top: 156px;
}
.part9_con1_t1{
  font-family: AliBold;
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
}
.part9_con1_t2{
  font-family: AliMedium;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  margin-top: 15px;
}
.part9_con1_t3{
  font-family: AliRegular;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 26px;
  text-align: justify;
}
.part9_con2{
  width: 367px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
  height: 315px;
}
.part9_con2_t{
  width: 115px;
  height: 124px;
  background: linear-gradient(180deg, #493BFF 0%, #FFFFFF 100%);
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
}
.part9_con2_t img{
  position: absolute;
  bottom: 0;
}
.part9_con2_t1{
  width: 115px;
  height: 45px;
  background: linear-gradient(90deg, #3365FF 51%, rgba(74,126,254,0.82) 100%);
  border-radius: 10px;
  position: absolute;
  bottom: -22px;
  font-family: AliMedium;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  padding-left: 13px;
  padding-top: 2px;
}
.part9_con2_t1 span{
  font-family: AliRegular;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 13px;
    display: block;
}
.part9_bt{
  margin-top: 23px;
}
.part10{
  width: 100%;
}
.part10_box{
  width: 1200px;
  margin: 0 auto;
  padding-top: 22px;
  padding-bottom: 28px;
}
.part10_list{
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
}
.part10_list1{
  width: 230px;
  text-align: center;
}
.part10_list1_1{
  width: 230px;
  height: 50px;
  border-radius: 10px;
  margin-bottom: 9px;
  font-family: AliMedium;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 50px;
}
.part10_list1_2{
  width: 230px;
  height: 168px;
  border-radius: 10px;
  padding: 10px 20px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: space-between;
}
.part10_color1{
  background: #8EAAFE;
}
.part10_color2{
  background: #7D8EFE;
}
.part10_color3{
  background: #6C72FF;
}
.part10_color4{
  background: #5A57FF;
}
.part10_color5{
  background: #493BFF;
}
.part10_list1_2 p{
  height: 40px;
  font-family: AliRegular;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: justify;
}
.part10_list1_2 img{
  margin-bottom: 15px;
}
.part11{
  width: 100%;
  height: 405px;
  background: url('../images/part11_bg.png') no-repeat center;
  background-size: cover;
}
.part11_box{
  width: 760px;
  margin: 0 auto;
  padding-top: 22px;
}
.part11_con{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.part11_con1{
  width: 287px;
  height: 216px;
}
.part11_con2{
  width: 440px;
}
.part11_con2 h2{
  margin: 0;
  margin-top: 8px;
  font-family: AliMedium;
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
}
.part11_con2 ul{
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.part11_con2 ul li{
  list-style: none;
  font-family: AliRegular;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
}
.part11_bt{
  margin-top: 22px;
}
.part12{
  width: 100%;
}
.part12_box{
  width: 1100px;
  margin: 0 auto;

}
.part12_con{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 29px;
  margin-bottom: 37px;
}
.part12_con1{
  width: 260px;
  position: relative;
}
.part12_con1 h1{
  width: 120px;
  height: 30px;
  margin: 0 auto;
  background: url('../images/part12_bg.png') no-repeat;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 121px;
  left: 70px;
}
.part12_con1 p{
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 16px;
  color: #372E5D;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 13px;
}
.part13{
  width: 100%;
  height: 580px;
  background: #372E5D;
}
.part13_box{
  width: 1100px;
  margin: 0 auto;
}
.part13_con{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.part13_sjs{
  width: 256px;
  height: 61px;
  background: url('../images/part13_bg.png') no-repeat;
  margin-bottom: 25px;
  line-height: 61px;
  color: #FFF330;
  display: flex;
}
.part13_sjs>div{
  color: #FFF330;
}
.part13_sjs1{
  width: 256px;
  height: 61px;
  background: url('../images/part13_bg1.png') no-repeat;
  margin-bottom: 25px;
  line-height: 61px;
  color: #FFFFFF;
  display: flex;
}
.part13_sjs1>div{
  color: #FFFFFF;
}
.part13_s1{
  width: 174px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 22px;
  padding-left: 30px;
}
.part13_s2{
  width: 76px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 16px;
}
.part13_ly{
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 2px;
  text-align: right;
}
.part13_bt{
  width: 300px;
  height: 50px;
  background: url('../images/part5_bt.png') no-repeat;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 24px;
  line-height: 50px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 11px;
}
.part14{
  width: 100%;
  height: 414px;
  background: #F3F6FF;
}
.part14_box{
  width: 1200px;
  margin: 0 auto;
  padding-top: 22px;
}
.part14_con{
  width: 1200px;
  height: 298px;
  background: url('../images/part14_bg.png') no-repeat;
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
}
.part14_con1{
  width: 172px;
}
.part14_txt1{
  height: 65px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 23px;
}
.part14_txt2{
  height: 162px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #372E5D;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.part14_txt3{
  height: 71px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.part15{
  width: 100%;
  background: #FFFFFF;
  padding-bottom: 32px;
}
.part15_box{
  width: 1200px;
  margin: 0 auto;
  padding-top: 22px;
}
.part15_con{
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  flex-wrap: wrap
}
.part15_con1{
  width: 240px;
  height: 153px;
  background: #3E68FF;
}
.part15_con1 img{
  width: 240px;
  height: 153px;
}
.part15_con1 h1{
  margin: 0;
  padding: 0;
  font-family: AliBlod;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 24px;
}
.part15_con1 i{
  width: 37px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
}
.part15_con1 p{
  margin: 0;
  padding: 0;
  font-family: AliRegular;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  padding: 7px 15px;
  text-align: center;
  margin-top: 10px;
}
/*移动*/
.wrap_m {
  width: 7.5rem;
}
.topm{
  height: 1rem;
  background: linear-gradient(270deg, #8EAAFE 0%, #493BFF 100%);
}
.topm_logo{
  width: 2.41rem;
  float: left;
  margin-top: 0.27rem;
  margin-left: 0.28rem;
}
.topm_logo img{
  width: 2.41rem;
  height: 0.49rem;
}
.topm_map{
  width: 1.3rem;
  height: 1rem;
  float: right;
  font-family: AliRegular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-right: 0.3rem;
}
.topm_map img{
  width: 0.22rem;
  height: 0.28rem;
}
.topm_map a{
  color: #ffffff;
  text-decoration: none;
}
.topm_map a:focus{
  color: #ffffff;
  text-decoration: none;
}
.topm_map a:hover{
  color: #F660FF;
  text-decoration: none;
}
.bannerm{
  height: 7rem;
  background: url('../images/bannerm.png') no-repeat;
  background-size: 100%;
  padding-top: 5.78rem;
}
.bannerm_bt{
  width: 472px;
  height: 60px;
  background: linear-gradient(90deg, #FF522B 0%, #FF0A64 100%);
  box-shadow: 0rem 0.09rem 0.18rem 0rem rgba(50,71,195,0.33);
  border-radius: 0.30rem;
  width: 4.72rem;
  height: 0.6rem;
  font-family: AliBold;
  font-weight: bold;
  font-size: 0.36rem;
  color: #FFFFFF;
  line-height: 0.6rem;
  margin: 0 auto;
  text-align: center;
}
.part1m{
  background: #FFFFFF;
  padding-top: 0.16rem;
}
.part1m_t{
  font-family: AliMedium;
  font-weight: 500;
  font-size: 0.3rem;
  color: #0167FA;
  line-height: 0.31rem;
  text-align: center;
}
.t_titlem{
  font-family: AliBold;
  font-weight: bold;
  font-size: 0.36rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t_title1m{
  font-family: AliRegular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  text-align: center;
  margin-top: 0.15rem;
}
.t_blackm{
  color: #000000;
}
.part1m_con{
  width: 7.20rem;
  height: 3.74rem;
  margin: 0 auto;
  position: relative;
}
.part1m_con2{
  width: 7.20rem;
  height: 3.74rem;
  position: absolute;
  background: linear-gradient(180deg, #D6E0FF 0%, #8DABFF 100%);
  border-radius: 0.10rem;
  opacity: 0.34;
}
.part1m_con1{
  padding: 0.23rem 0.3rem;
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;  
}
.part1m_con img{
  width: 1.55rem;
  height: 1.55rem;
  margin-bottom: 0.15rem;
  opacity: 1;
}
.part2m{
  margin-top: 0.3rem;
}
.part2m_con{
  width: 7.20rem;
  height: 7rem;
  background: linear-gradient(180deg, #D6E0FF 0%, #8DABFF 100%);
  border-radius: 0.10rem;
  margin: 0 auto;
  padding: 0.16rem 0.12rem;
  margin-top: 0.3rem;
}
.part2m_con1 ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.part2m_con1 ul li{
  width: 2.23rem;
  height: 0.78rem;
  background: #FFFFFF;
  border-radius: 0.10rem;
  font-family: AliBold;
  font-weight: bold;
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.78rem;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 0.1rem;
}
.part2m_con1 ul li img{
  width: 0.46rem;
}
.part2m_con1 ul li.on{
  background: linear-gradient(90deg, #345DFF 0%, #748CFD 100%);
  color: #FFFFFF;
}
.part2m_con2{
  display: none;
  width: 6.96rem;
  height: 5.65rem;
  margin-top: 0.2rem;
}
.part2m_con2 img{
  width: 6.96rem;
  height: 5.65rem;
}
.part2m_con2.on{
  display: block;
}
.part3m{
  margin-top: 0.3rem;
}
.part3m_con{
  width: 7.14rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.15rem;
}
.part3m_con1{
  width: 1.69rem;
  height: 2.71rem;
}
.part3m_con1 img{
  width: 1.69rem;
  height: 2.71rem;
}
.part3m_bt{
  margin-top:0.25rem;
  margin-bottom: 0.35rem;
}
.part4m{
  height: 6.9rem;
  background: #E5EFFF;
  padding-top: 0.25rem;
}
.partm4_list{
  display: flex;
  justify-content: space-between;
  margin-top: 0.25rem;
  flex-wrap: wrap;
  padding: 0 0.25rem;
}
.partm4_list1{
  width: 2.04rem;
  position: relative;
  padding-top: 0.27rem;
}
.partm4_list2{
  width: 4.8rem;
  height: 4.2rem;
  background: #FFFFFF;
  border-radius: 0.10rem;
  padding: 0.2rem 0 0.1rem 0.19rem;
}
.partm4_list2_con{
  height: 3.8rem;;
  overflow-y: scroll;
  display: none;
}
.partm4_list2_con h2{
  margin: 0;
  font-family: AliMedium;
  font-weight: 500;
  font-size: 0.26rem;
  color: #000000;
}
.partm4_list2_con h3{
  margin: 0;
  margin-top: 0.1rem;
  font-family: AliBold;
  font-weight: bold;
  font-size: 0.24rem;
  color: #345DFF;
}
.partm4_list2_con p{
  margin-top: 0.03rem;
  font-family: AliRegular;
  font-weight: 400;
  font-size: 0.15rem;
  color: #333333;
  line-height: 0.36rem;
  }
.partm4_list2_con.on{
  display: block;
}
.partm4_list1 .swiper-container-list-4m {
  width: 2.04rem;
  height: 3.66rem;
}
.partm4_list1 .swiper-container-list-4m .swiper-wrapper{
  height: 3.66rem;
  flex-wrap:wrap;
}

.partm4_list1 .swiper-button-prevm7 {
  background: url(../images/left1.png) no-repeat !important;
  background-size: 100% !important;
  top: -0rem;
  left: 0.92rem !important;
  right: auto !important;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  width: 0.21rem;
  height: 0.18rem;
}

.partm4_list1 .swiper-button-nextm7 {
  background: url(../images/right1.png) no-repeat !important;
  background-size: 100% !important;
  bottom: -0rem;
  left: 0.92rem !important;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  width: 0.21rem;
  height: 0.18rem;
}

.swiper-button-nextm7.swiper-button-disabled,
.swiper-button-prevm7.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.partm4_list1 span {
  display: block;
  width: 2.04rem;
  height: 0.56rem;
  background: #ffffff;
  border-radius: 0.1rem;
  font-family: AliRegular;
  font-weight: 400;
  font-size: 0.19rem;
  color: #4F7DF9;
  line-height: 0.56rem;
  text-align: center;
  cursor: pointer;
}

.partm4_list1 .swiper-slide {
  width: 2.04rem;
  height: 0.56rem;
}

.partm4_list1 span.on {
  width: 2.04rem;
  height: 0.56rem;
  background: linear-gradient(90deg, #345DFF 0%, #748CFD 100%);
  border-radius: 0.1rem;
  font-family: AliBold;
  font-weight: bold;
  font-size: 0.25rem;
  color: #FFFFFF;
  line-height: 0.56rem;
}
.part4m_bt{
  margin-top: 0.25rem;
}
.part5m{
  height: 8.98rem;
  background: linear-gradient(180deg, #D4DFFF 0%, #EFF7FF 100%);
  padding-top: 0.25rem;
}
.part5m_con{
  width: 6.96rem;
  margin: 0 auto;
  margin-top: 0.1rem;
}
.part5m_con1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.part5m_li{
  width: 2.13rem;
  height: 0.59rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  font-family: AliMedium;
  font-weight: 500;
  font-size: 0.22rem;
  color: #4D72FF;
  line-height: 0.59rem;
  margin-bottom: 0.1rem;
  text-align: center;
}
.part5m_li.on{
  background: linear-gradient(90deg, #345DFF 0%, #748CFD 100%);
  color: #FFFFFF;
}
.part5m_con2_1{
  display: none;
}
.part5m_con2_1 img{
  width: 6.96rem;
  height: 4.41rem;
}
.part5m_con2_1.on{
  display: block;
}
.part5m_bt{
  margin-top: 0.22rem;
}
.part6m{
  height: 7.85rem;
  background: url('../images/part6m_tu.png') no-repeat;
  background-size: 100%;
  margin-top: -0.73rem;
  padding-top: 6.8rem;
}
.part6m_bt{}
.t_whitem{
  color: #FFFFFF;
}
.part7m{
  padding-top: 0.3rem;
  padding-bottom: 0.15rem;
}
.part7m_con{
  width: 6.98rem;
  margin: 0 auto;
  margin-top: 0.25rem;
}
.part7m_con img{
  width: 6.98rem;
  margin: 0 auto;
}
.part8m{
  height: 7.91rem;
  background: #F2F7FF;
  padding-top: 0.3rem;
}
.part8m_con{
  width: 7.08rem;
  margin: 0 auto;
  margin-top: 0.25rem;
}
.part8m_con ul{
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.part8m_con ul li img{
  width: 1.1rem;
  height: 1.76rem;
}
.part8m_con1{
  height: 4.61rem;
  margin-top: 0.24rem;
  background: linear-gradient(180deg, #493BFF 0%, #8EAAFE 78%);
  border-radius: 0.10rem;
}
.part8m_con1_box{
  display: none;
}
.part8m_con1_box.on{
  display: flex;
}
.part8m_con1_img{
  margin-left: 0.06rem;
}
.part8m_con1_img img{
  width: 3.60rem;
  height: 4.61rem;
}
.part8m_con1_t{
  margin-left: 0.14rem;
  width: 3.06rem;
  padding-top: 0.4rem;
}
.part8m_con1_t1{
  font-family: AliBold;
  font-weight: bold;
  font-size: 0.36rem;
  color: #FFFFFF;
}
.part8m_con1_t2{
  font-family: AliMedium;
  font-weight: 500;
  font-size: 0.24rem;
  color: #FFFFFF;
  margin-top: 0.1rem;
}
.part8m_con1_t3{
  font-family: AliRegular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.33rem;
  margin-top: 0.1rem;
  text-align: justify;
}
.part8m_con2{
  width: 367px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
  height: 315px;
}
.part8m_con2_t{
  width: 115px;
  height: 124px;
  background: linear-gradient(180deg, #493BFF 0%, #FFFFFF 100%);
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
}
.part8m_con2_t img{
  position: absolute;
  bottom: 0;
}
.part8m_con2_t1{
  width: 115px;
  height: 45px;
  background: linear-gradient(90deg, #3365FF 51%, rgba(74,126,254,0.82) 100%);
  border-radius: 10px;
  position: absolute;
  bottom: -22px;
  font-family: AliMedium;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  padding-left: 13px;
  padding-top: 2px;
}
.part8m_con2_t1 span{
  font-family: AliRegular;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 13px;
    display: block;
}
.part8m_bt{
  margin-top: 0.6rem;
}
.part9m{
  height: 8.46rem;
  background: url('../images/part9m_bg.png') no-repeat;
  background-size: 100%;
  padding-top: 7.5rem;
}
.part9m_bt{
  
}
.part10m{
  height: 6.1rem;
  background: #546EFF;
}
.part10m_con{
  text-align: center;
  margin-top: 0.4rem;
}
.part10m_con img{
  width: 5.9rem;
  height: 3.98rem;
}
.part11m{
  height: 5.52rem;
  background: #F2F7FF;
  padding-top: 0.3rem;
}
.part11m_con{
  width: 6.95rem;
  height: 3.97rem;
  margin: 0 auto;
  margin-top: 0.3rem;
  background: linear-gradient(0deg, #493BFF 0%, #8EAAFE 78%);
  display: flex;
  border-radius: 0.1rem;
  padding: 0.27rem;
}
.part11m_con1{
  width: 2.4rem;
}
.part11m_con1 ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.part11m_con1 ul li{
  width: 2.4rem;
  height: 0.65rem;
  background: #FFFFFF;
  border-radius: 0.15rem;
  font-family: AliMedium;
  font-weight: 500;
  font-size: 0.24rem;
  color: #436BFF;
  line-height: 0.7rem;
  text-align: center;
  margin-bottom: 0.06rem;
}
.part11m_con1 ul li.on{
  background: linear-gradient(-90deg, #748CFD 0%, #748CFD 100%);
  font-size: 0.3rem;
  color: #ffffff;
}
.part11m_con2{
  width: 3.08rem;
  margin-left: 0.57rem;
}
.part11m_box{
  display: none;
}
.part11m_box1 img{
  width: 3.08rem;
  height: 2.7rem;
}
.part11m_box2{
  width: 0.3rem;
  height: 0.05rem;
  background: #F660FF;
  border-radius: 0.02rem;
  margin-top: 0.28rem;
}
.part11m_box3{
  width: 3.18rem;
  height: 0.52rem;
  font-family: AliMedium;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  margin-top: 0.2rem;
  text-align: center;
}
.part11m_box.on{
  display: block;
}