* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000;
}
html,
body {
  width: 100%;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}
.part1 {
  width: 100%;
  height: 600px;
  background: url(../images/banner.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.wrapper img {
  display: block;
}
.flex {
  display: flex;
  align-items: center;
}
.tac {
  text-align: center;
}
.tab_cont {
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 1148px;
  height: 94px;
  background: #fff;
  box-shadow: 0px 0px 7px 0px #9b9a9a;
  border-radius: 10px;
}
.tab_cont .li {
  flex: 1;
  justify-content: space-between;
}
.tab_cont .li .li_con {
  flex: 1;
  overflow: hidden;
  justify-content: center;
}
.tab_cont .li img {
  width: 55px;
  margin-right: 15px;
}
.tab_cont .li p {
  font-family: AlibabaPuHuiTi-Bold;
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
  color: #000a60;
  line-height: 34px;
}
.tab_cont .li .line {
  width: 1px;
  height: 69px;
  background: #939393;
}
.part2 {
  width: 878px;
  margin: 0 auto;
  padding-top: 95px;
  padding-bottom: 45px;
}
.part2 .title {
  font-family: AlibabaPuHuiTi-Heavy;
  font-size: 45px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: 64px;
  letter-spacing: 0px;
  color: #000958;
}
.part2 .cont {
  margin-top: 50px;
  justify-content: space-between;
  align-items: flex-start;
}
.part2 .con {
  position: relative;
}
.time_wrap {
  width: 474px;
  margin-right: 55px;
}
.right_wrap {
  width: 339px;
}
.time_wrap .btn {
  width: 343px;
  height: 57px;
  font-family: AlibabaPuHuiTi-Medium;
  font-size: 37px;
  font-style: italic;
  letter-spacing: -3px;
  background: #fff;
  border-radius: 28px;
  position: absolute;
  left: 74px;
  bottom: 59px;
  justify-content: center;
}
.color_blue {
  color: #5177fc;
}
.color_orange {
  color: #fd5e20;
}
.color_yellow {
  color: #ffc000;
}
.color_blue_ {
  color: #000a63;
}
.right_wrap .btn {
  width: 252px;
  height: 42px;
  font-family: AlibabaPuHuiTi-Medium;
  font-size: 27px;
  font-style: italic;
  background: #fff;
  border-radius: 21px;
  position: absolute;
  bottom: 15px;
  left: 38px;
  letter-spacing: -2px;
  justify-content: center;
}
.part3 {
  width: 100%;
  height: 802px;
  background-color: #e8e8e8;
}
.title_wrap {
  padding: 36px 0;
}
.title_wrap span {
  color: #f73737;
}
.title_wrap .big_title {
  font-size: 45px;
  color: #000958;
  font-style: italic;
}
.title_wrap .small_title {
  font-size: 35px;
  color: #000958;
  font-style: italic;
}
.title_wrap .big_title b {
  font-style: italic;
}
.part3_cont {
  width: 1200px;
  height: 802px;
  /* opacity: 0.42; */
  margin: 0 auto;
}
.part3_cont .cont {
  height: 802px;
  background: url(../images/b1.png) no-repeat center;
}
.part3_cont .con {
  margin-left: 67px;
  margin-top: 75px;
}
.ke_list {
  width: 583px;
  margin-right: 87px;
  flex-wrap: wrap;
}
.ke {
  /* margin-top: 15px; */
}
.ke:nth-child(even) {
  margin-right: 14px;
}
.part3_cont .form {
  width: 422px;
  height: 265px;
  background: url(../images/form1.png) no-repeat;
  background-size: 100% 100%;
}
.part4 img {
  margin: 0 auto;
}
.part4 .small_title {
  border-bottom: 2px solid #000958;
  display: inline;
  padding: 0 60px;
}
.part5 {
  background-color: #e8e8e8;
}
.part5 .big_title {
  color: #5177fc;
}
.part5 .small_title {
  border-bottom: 2px solid #000958;
  display: inline;
}
.part5 img {
  margin: 0 auto;
}
.part5 .btns {
  width: 925px;
  margin: 0 auto;
  padding: 0 117px;
  box-sizing: border-box;
  justify-content: space-between;
  margin-top: -23px;
  margin-bottom: 90px;
}
.part6 {
  height: 986px;
  background: url(../images/b2.png) no-repeat;
  background-size: cover;
  padding-top: 25px;
}
.part6 .small_title {
  border-bottom: 2px solid #000958;
  display: inline;
}
.part6_cont .cont {
  width: 927px;
  margin: 0 auto;
  margin-top: 45px;
}
/* 表单样式 */
.form1 {
  text-align: center;
  padding-top: 50px;
}
.form1 .input_ {
  width: 341px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 7px;
  border: solid 1px #000958;
  margin: 0 auto;
  display: flex;
}
.form1 .input_ span {
  display: inline-block;
  width: 92px;
  height: 100%;
  border-right: 1px solid #000958;
  font-size: 28px;
  font-style: italic;
  letter-spacing: -3px;
  color: #000958;
  text-align: center;
}
.form1 .input_ .input {
  flex: 1;
}
.form1 .input_ input {
  height: 100%;
  border: none;
  outline: none;
}
.form1 #dosubmit {
  width: 171px;
  height: 41px;
  background-color: #ffffff;
  border-radius: 21px;
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  /* line-height: 64px; */
  color: #ffb200;
  border: none;
  margin: 0 auto;
  margin-top: 27px;
  animation: breatheEffect___2Gz5c 3s ease-in-out infinite;
  cursor: pointer;
}
.form2 {
  text-align: center;
  margin-left: 50px;
}
.form2 .input_ {
  width: 370px;
  height: 47px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #000958;
  margin: 0 auto;
  display: flex;
}
.form2 .input_ span {
  display: inline-block;
  /* width: 95px; */
  height: 100%;
  font-size: 23px;
  font-style: italic;
  letter-spacing: -3px;
  color: #000958;
  text-align: center;
  padding-left: 30px;
  line-height: 47px;
}
.form2 .input_ .input {
  flex: 1;
}
.form2 .input_ input {
  width: 95%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 23px;
}
/* .form2 .input_ input ::placeholder {
} */
.form2 #dosubmit {
  width: 228px;
  height: 46px;
  background-color: #000958;
  border-radius: 10px;
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  border: none;
  margin: 0 auto;
  margin-top: 30px;
  animation: breatheEffect___2Gz5c 3s ease-in-out infinite;
  cursor: pointer;
}

/* animate */
.btn {
  animation: breatheEffect___2Gz5c 3s ease-in-out infinite;
  cursor: pointer;
}
@keyframes breatheEffect___2Gz5c {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
}
.Btn___3a_x6 {
  text-align: center;
}
.Btn___3a_x6 p {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  animation: breatheEffect___3faNW 3s ease-in-out infinite;
}
@keyframes breatheEffect___3faNW {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
}
.m3_item_wrap {
  transform: perspective(700px) rotateX(0.03deg) rotateY(-0.03deg);
}
