* {
  margin: 0;
  padding: 0;
}
.tac {
  text-align: center;
}
.ma0 {
  margin: 0 auto;
}
a {
  text-decoration: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper img {
  display: block;
}
html,
body {
  width: 100%;
  height: 100%;
}
.wrapper {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.container {
  width: 1200px;
}
.part_tit {
  width: 901px;
  padding: 60px 0 40px 0;
  margin: 0 auto;
}
.part_tit img {
  width: 100%;
}
.container > .btn {
  width: 450px;
  height: 60px;
  border-radius: 100px;
  font-size: 24px;
  margin-top: 40px;
}
.part1 {
  height: 500px;
  background: url(../images/part1_bg.png) center top no-repeat;
  background-size: cover;
  position: relative;
}
.part1 .container {
  height: 100%;
  position: relative;
}
.part1 .container img {
  position: absolute;
  top: 155px;
  left: 252px;
}
.blue_yellow {
  background: linear-gradient(180deg, #6ad0fe 0%, #26b6f9 100%);
  border-radius: 100px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.blue_yellow:hover {
  background: linear-gradient(180deg, #ffd78a 0%, #ffbb37 100%);
}
.yellow_blue {
  background: linear-gradient(180deg, #ffd78a 0%, #ffbb37 100%);
  border-radius: 100px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.yellow_blue:hover {
  background: linear-gradient(180deg, #6ad0fe 0%, #26b6f9 100%);
}
.yellow_blue_ {
  background: linear-gradient(180deg, #ffc95c 0%, #ff9700 100%);
  border-radius: 100px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.yellow_blue_:hover {
  background: linear-gradient(180deg, #6ad0fe 0%, #26b6f9 100%);
}
.part2 {
  height: 495px;
  background: #f2fbfe;
}
.part2 .part_tit {
  width: 1200px;
}
.part2 .cons {
  justify-content: space-between;
}
.part2 .li {
  width: 280px;
  height: 274px;
  position: relative;
}
.part2 .btn {
  width: 240px;
  height: 40px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 20px;
}
.part3 {
  height: 679px;
  background: #fff;
}
.part3 .part_tit {
  width: 994px;
}
.part4 {
  height: 265px;
  background: url(../images/part4_bg.png) center top no-repeat;
  background-size: cover;
}
.part4 .part_cont {
  flex-wrap: wrap;
  padding-top: 40px;
}
.part4 .li {
  width: 212px;
  height: 80px;
  background: #ffffff;
  border-radius: 10px;
  font-size: 19px;
  color: #666666;
  line-height: 28px;
  margin-right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.part4 .li:nth-child(5n) {
  margin-right: 0;
}
.part4 .mb25 {
  margin-bottom: 25px;
}
.part4 .li:hover {
  background: linear-gradient(180deg, #ffd78a 0%, #ffbb37 100%);
  color: #fff;
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.part5 {
  height: 827px;
  background: #fff;
}
.part5 .part_tit {
  width: 910px;
}
.part6 {
  height: 871px;
  background: #f2fbfe;
}
.part6 .part_tit {
  width: 1078px;
}
.part7 {
  height: 896px;
  background: #fff;
}
.part7 .part_tit {
  width: 994px;
}
.part7 .li {
  width: 178px;
  height: 126px;
  margin-right: 27px;
  cursor: pointer;
}
.part7 .li:last-child {
  margin-right: 0;
}
.part7 .li:nth-child(1) {
  background: url(../images/part7_1.png) no-repeat;
  background-size: 100%;
}
.part7 .li:nth-child(1).active {
  background: url(../images/part7_on_1.png) no-repeat;
  background-size: 100%;
}
.part7 .li:nth-child(2) {
  background: url(../images/part7_2.png) no-repeat;
  background-size: 100%;
}
.part7 .li:nth-child(2).active {
  background: url(../images/part7_on_2.png) no-repeat;
  background-size: 100%;
}
.part7 .li:nth-child(3) {
  background: url(../images/part7_3.png) no-repeat;
  background-size: 100%;
}
.part7 .li:nth-child(3).active {
  background: url(../images/part7_on_3.png) no-repeat;
  background-size: 100%;
}
.part7 .li:nth-child(4) {
  background: url(../images/part7_4.png) no-repeat;
  background-size: 100%;
}
.part7 .li:nth-child(4).active {
  background: url(../images/part7_on_4.png) no-repeat;
  background-size: 100%;
}
.part7 .li:nth-child(5) {
  background: url(../images/part7_5.png) no-repeat;
  background-size: 100%;
}
.part7 .li:nth-child(5).active {
  background: url(../images/part7_on_5.png) no-repeat;
  background-size: 100%;
}
.part7 .li:nth-child(6) {
  background: url(../images/part7_6.png) no-repeat;
  background-size: 100%;
}
.part7 .li:nth-child(6).active {
  background: url(../images/part7_on_6.png) no-repeat;
  background-size: 100%;
}
.part7 .tab_con {
  margin-top: 30px;
}
.part7 .tab_con .con {
  display: none;
}
.part8 {
  height: 1058px;
  background: url(../images/part8_bg.png) center top no-repeat;
  background-size: cover;
}
.part8 .part_tit {
  width: 742px;
}
.part9 {
  height: 265px;
  background: url(../images/part9_bg.png) center top no-repeat;
  background-size: cover;
}
.part9 .container {
  width: 1290px;
  height: 184px;
  padding-top: 41px;
  position: relative;
}
.part9 .btn {
  width: 236px;
  height: 56px;
  border-radius: 30px;
  position: absolute;
  right: 101px;
  bottom: 40px;
}
.part10 {
  height: 1093px;
  background: #f2fbfe;
}
.part10 .part_tit {
  width: 1036px;
}
.part10 .li {
  width: 280px;
  height: 120px;
  background: #ffffff;
  border-radius: 10px;
  margin-right: 26px;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  cursor: pointer;
}
.part10 .li.active {
  background: linear-gradient(180deg, #5fccff 4%, #25b6f8 100%);
  color: #ffffff;
}
.part10 .li:last-child {
  margin-right: 0;
}
.part10 .tab_con {
  margin-top: 30px;
  padding: 0 25px;
}
.part10 .tab_con .part_tit {
  width: 1001px;
}
.part10 .tab_con .con {
  height: 626px;
  display: none;
}
.part10 .tab_con .con:nth-child(1) {
  background: url(../images/part10_con_1.png) center top no-repeat;
  background-size: cover;
}
.part10 .tab_con .con:nth-child(2) {
  background: url(../images/part10_con_2.png) center top no-repeat;
  background-size: cover;
}
.part10 .tab_con .con:nth-child(3) {
  background: url(../images/part10_con_3.png) center top no-repeat;
  background-size: cover;
}
.part10 .tab_con .con:nth-child(4) {
  background: url(../images/part10_con_4.png) center top no-repeat;
  background-size: cover;
}
.part11 {
  background: #fff;
  padding-bottom: 60px;
}
.part11 .part_tit {
  width: 994px;
}
.part11 .part_cont img {
  margin: 0 auto;
}
.part11 .tab_icon {
  margin-top: 60px;
}
.part11 .li {
  width: 360px;
  height: 257px;
  background: linear-gradient(180deg, #5fccff 4%, #25b6f8 100%);
  border-radius: 20px;
  text-align: center;
  color: #fff;
  margin-right: 20px;
  padding-top: 30px;
}
.part11 .li img {
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.part11 .li img:hover {
  transform: rotate(360deg);
}
.part11 .li b {
  display: inline-block;
  font-size: 24px;
  padding: 19px 0 10px 0;
}
.part11 .li p {
  font-size: 18px;
}
.part11 .li:last-child {
  margin-right: 0;
}
