* {
  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: 1290px;
  margin: 0 auto;
}
.container {
  width: 1200px;
}
.part_tit {
  padding: 60px 0;
  margin: 0 auto;
}
.part_tit img {
  width: 100%;
}
.btn {
  width: 450px;
  height: 60px;
  border-radius: 30px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 60px;
  color: #ffffff;
}
.red_yellow {
  background: linear-gradient(180deg, #ff9070 0%, #ff6e44 100%);
}
.red_yellow:hover {
  background: linear-gradient(180deg, #ffb21e 0%, #ff9134 100%);
}
.yellow_red {
  background: linear-gradient(180deg, #ffb21e 0%, #ff9134 100%);
}
.yellow_red:hover {
  background: linear-gradient(180deg, #ff9070 0%, #ff6e44 100%);
}
.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: 140px;
  left: 187px;
}
.part2 {
  height: 838px;
  background: #ffffff;
}
.part2 .part_tit {
  width: 940px;
}
.part3 {
  height: 730px;
  background: #fff6e7;
}
.part3 .part_tit {
  width: 874px;
}
.part4 {
  height: 883px;
  background: url(../images/part4_bg.png) center top no-repeat;
  background-size: cover;
}
.part4 .part_tit {
  width: 772px;
}
.part5 {
  height: 1063px;
  background: #fff6e7;
}
.part5 .part_tit {
  width: 814px;
}
.part6 {
  height: 593px;
  background: #ffffff;
}
.part6 .part_tit {
  width: 898px;
}
.part7 {
  height: 1197px;
  background: url(../images/part7_bg.png) center top no-repeat;
  background-size: 100% cover;
  position: relative;
}
.part7 .part_tit {
  width: 923px;
}
.part7 .part_cont {
  position: relative;
}
.part7 .part_cont .btns {
  width: 1200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 150px 52px 56px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.part7 .li {
  width: 345px;
  height: 229px;
  position: relative;
  margin-right: 30px;
  margin-bottom: 30px;
}
.part7 .li:nth-child(3n) {
  margin-right: 0;
}
.part7 .li:nth-child(7) {
  margin-bottom: 0;
}
.part7 .li:nth-child(8) {
  margin-bottom: 0;
}
.part7 .li:nth-child(9) {
  margin-bottom: 0;
}
.part7 .btns .btn {
  width: 185px;
  height: 42px;
  position: absolute;
  bottom: 16px;
  left: 30px;
  font-size: 20px;
  font-weight: normal;
}
.part8 {
  background: #fff;
  padding-bottom: 60px;
}
.part8 .part_tit {
  width: 666px;
}
.part8 table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  background: #fff;
}
.part8 table tr th {
  height: 55px;
  background: #ff9134;
  color: #fff;
  font-size: 20px;
}
.part8 table tr td {
  border: 1px solid #ff9134;
  height: 47px;
  color: #333;
  font-size: 18px;
}
.part8 table tr.spe td {
  background: #fdf4f1;
}
.part8 table tr td h2 {
  font-size: 18px;
}
.part8 table tr td h2 span {
  color: #ff9134;
}
.part8 table tr td p {
  line-height: 32px;
  text-align: left;
  padding: 0 20px;
}
.part8 table tr td p span {
  color: #ff9134;
}
.part8 table tr td a {
  font-size: 20px;
  width: 150px;
  height: 42px;
  margin: 0 auto;
  border-radius: 21px;
}
.part8 td img {
  width: 109px;
  height: 70px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 0;
}
.part8 td.padding {
  padding: 10px 20px;
  text-align: left;
}
.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: 543px;
  background: #fff;
}
.part10 .part_tit {
  width: 898px;
}
.part10 .part_cont {
  position: relative;
}
.part10 .part_cont .btns {
  width: 1200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.part10 .li {
  width: 280px;
  height: 302px;
  position: relative;
  margin-right: 15px;
}
.part10 .li:last-child {
  margin-right: 0;
}
.part10 .btns .btn {
  width: 200px;
  height: 60px;
  position: absolute;
  bottom: 35px;
  left: 40px;
}
.part11 {
  height: 997px;
  background: url(../images/part11_bg.png) center top no-repeat;
  background-size: cover;
}
.part11 .part_tit {
  width: 1107px;
}
.part12 {
  height: 947px;
  background: #fff;
}
.part12 .part_tit {
  width: 730px;
}
.part12 .li {
  width: 178px;
  height: 126px;
  margin-right: 27px;
  cursor: pointer;
}
.part12 .li:last-child {
  margin-right: 0;
}
.part12 .li:nth-child(1) {
  background: url(../images/part12_1.png) no-repeat;
  background-size: 100%;
}
.part12 .li:nth-child(1).active {
  background: url(../images/part12_on_1.png) no-repeat;
  background-size: 100%;
}
.part12 .li:nth-child(2) {
  background: url(../images/part12_2.png) no-repeat;
  background-size: 100%;
}
.part12 .li:nth-child(2).active {
  background: url(../images/part12_on_2.png) no-repeat;
  background-size: 100%;
}
.part12 .li:nth-child(3) {
  background: url(../images/part12_3.png) no-repeat;
  background-size: 100%;
}
.part12 .li:nth-child(3).active {
  background: url(../images/part12_on_3.png) no-repeat;
  background-size: 100%;
}
.part12 .li:nth-child(4) {
  background: url(../images/part12_4.png) no-repeat;
  background-size: 100%;
}
.part12 .li:nth-child(4).active {
  background: url(../images/part12_on_4.png) no-repeat;
  background-size: 100%;
}
.part12 .li:nth-child(5) {
  background: url(../images/part12_5.png) no-repeat;
  background-size: 100%;
}
.part12 .li:nth-child(5).active {
  background: url(../images/part12_on_5.png) no-repeat;
  background-size: 100%;
}
.part12 .li:nth-child(6) {
  background: url(../images/part12_6.png) no-repeat;
  background-size: 100%;
}
.part12 .li:nth-child(6).active {
  background: url(../images/part12_on_6.png) no-repeat;
  background-size: 100%;
}
.part12 .tab_con {
  margin-top: 30px;
}
.part12 .tab_con .con {
  display: none;
}
.part13 {
  height: 1300px;
  background: #fff6e7;
}
.part13 .part_tit {
  width: 886px;
}
.part14 {
  height: 1078px;
  background: #fff;
}
.part14 .part_tit {
  width: 646px;
}
.part15 {
  height: 1133px;
  background: #fff6e7;
}
.part15 .part_tit {
  width: 940px;
}
.part15 .li {
  width: 280px;
  height: 120px;
  background: #ffffff;
  border-radius: 10px;
  margin-right: 26px;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  cursor: pointer;
}
.part15 .li.active {
  background: linear-gradient(180deg, #ffb21e 0%, #ff9134 100%);
  color: #ffffff;
}
.part15 .li:last-child {
  margin-right: 0;
}
.part15 .tab_con {
  margin-top: 30px;
  padding: 0 25px;
}
.part15 .tab_con .part_tit {
  width: 1001px;
}
.part15 .tab_con .con {
  height: 626px;
  display: none;
}
.part15 .tab_con .con:nth-child(1) {
  background: url(../images/part15_con_1.png) center top no-repeat;
  background-size: cover;
}
.part15 .tab_con .con:nth-child(2) {
  background: url(../images/part15_con_2.png) center top no-repeat;
  background-size: cover;
}
.part15 .tab_con .con:nth-child(3) {
  background: url(../images/part15_con_3.png) center top no-repeat;
  background-size: cover;
}
.part15 .tab_con .con:nth-child(4) {
  background: url(../images/part15_con_4.png) center top no-repeat;
  background-size: cover;
}
.part16 {
  background: #fff;
  padding-bottom: 60px;
}
.part16 .part_tit {
  width: 898px;
}
.part16 .part_cont img {
  margin: 0 auto;
}
.part16 .part_cont .btn {
  width: 450px;
  height: 60px;
  margin-top: 40px;
}
.part16 .tab_icon {
  margin-top: 60px;
}
.part16 .li {
  width: 360px;
  height: 257px;
  background: linear-gradient(180deg, #ffb21e 0%, #ff9134 100%);
  border-radius: 20px;
  text-align: center;
  color: #fff;
  margin-right: 20px;
  padding-top: 30px;
}
.part16 .li img {
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.part16 .li img:hover {
  transform: rotate(360deg);
}
.part16 .li b {
  display: inline-block;
  font-size: 24px;
  padding: 19px 0 10px 0;
}
.part16 .li p {
  font-size: 18px;
}
.part16 .li:last-child {
  margin-right: 0;
}
