@charset "UTF-8";
a, p, h1, h2, h3, h4, h5, h6, img, li, span, button {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  line-height: 1;
  border: 0;
}

body,
html {
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
  overflow-x: hidden;
}

.part_title {
  line-height: 1;
  display: flex;
}

.part_title img {
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
}

.part_title .txt .p1 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

.part_title .txt .p1 span {
  color: #ff8232;
}

.part_title .txt .p2 {
  font-size: 14px;
  color: #999;
  margin-top: 11px;
}

.maxWidth {
  width: 1200px;
  margin: auto;
  position: relative;
}

.nav {
  height: 100px;
}

.nav .logo {
  float: left;
  width: 133px;
  margin: 34px 0 0 0;
}

.nav ul {
  height: 35px;
  float: left;
  margin: 47px 0 0 40px;
  padding-left: 15px;
}

.nav ul li {
  float: left;
  margin: 0 25px 0 0;
}

.nav ul li a {
  font-size: 18px;
  line-height: 18px;
  color: #454545;
}

.nav ul li a:hover {
  color: #e94d19;
}

.nav .top_tel {
  float: right;
  font-size: 18px;
  line-height: 25px;
  color: #e94d19;
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}

.nav .top_tel img {
  vertical-align: top;
  margin: 0px 5px 0 0;
}

.nav .top_tel p {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  font-weight: normal;
}

.banner {
  width: 100%;
  height: 450px;
  background: url(../images/banner.jpg) no-repeat;
  background-position: center center;
  text-align: center;
}

.banner .title {
  padding-top: 108px;
}

.banner .tips {
  width: 653px;
  height: 52px;
  line-height: 52px;
  margin: 42px auto 0;
  background-color: rgba(248, 255, 174, 0.3);
  border-radius: 26px;
  border: solid 1px #f9ffb1;
  font-size: 22px;
  color: #fff;
}

.banner .tips span {
  font-size: 25px;
  font-weight: bold;
  color: #f9ffb1;
}

.banner .head {
  position: absolute;
  left: 224px;
  bottom: -10px;
  z-index: 9;
}

.part1 {
  padding-top: 90px;
  height: 864px;
  background: url(../images/part1.jpg) no-repeat;
  background-position: center center;
}

.part1 .cont {
  margin-top: 38px;
}

.part1 .cont ul {
  display: flex;
  flex-wrap: wrap;
}

.part1 .cont ul li {
  width: 240px;
  height: 238px;
  text-align: center;
  position: relative;
}

.part1 .cont ul li img {
  margin-top: 26px;
}

.part1 .cont ul li h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 20px 0 10px 0;
}

.part1 .cont ul li .yp {
  font-size: 18px;
  color: #999;
}

.part1 .cont ul li .box {
  display: none;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(255, 0, 0, 0.9) 0%, rgba(255, 130, 50, 0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.part1 .cont ul li .box .p1 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}

.part1 .cont ul li .box .jiage {
  width: 154px;
  height: 71px;
  margin: 10px auto 0;
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0.6);
}

.part1 .cont ul li .box .jiage .p2 {
  width: 100%;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.77);
  border-radius: 4px;
  font-size: 17px;
  color: #333;
  line-height: 32px;
}

.part1 .cont ul li .box .jiage .p3 {
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  margin-top: 9px;
}

.part1 .cont ul li .box .p4 {
  font-size: 12px;
  color: #fff;
  opacity: 0.8;
  margin-top: 8px;
}

.part1 .cont ul li .box .a1 {
  display: block;
  width: 160px;
  height: 28px;
  line-height: 28px;
  background-color: #fffdb9;
  border-radius: 14px;
  font-size: 14px;
  color: #6a6600;
  margin: 16px auto 0;
}

.part1 .cont ul li .box .a2 {
  display: block;
  font-size: 14px;
  color: #fffdb9;
  text-decoration: underline;
  margin-top: 9px;
}

.part1 .cont ul li:hover .box {
  display: block;
}

.part1 .cont .form1 {
  width: 1224px;
  height: 144px;
  background: url(../images/part_form.png) no-repeat;
  margin: 20px 0 0 -24px;
  overflow: hidden;
}

.part1 .cont .form1 form {
  margin: 47px 0 0 267px;
}

.part1 .cont .form1 form .group {
  display: inline-block;
  margin-right: 17px;
}

.part1 .cont .form1 form .group input {
  width: 200px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.68);
  box-shadow: 0px 0px 4px 0px rgba(255, 65, 34, 0.68);
  border-radius: 21px;
  border: none;
  font-size: 16px;
  color: #e54135;
  padding-left: 15px;
}

.part1 .cont .form1 form .group input::-webkit-input-placeholder {
  color: #e54135;
}

.part1 .cont .form1 form .group input::-moz-placeholder {
  color: #e54135;
}

.part1 .cont .form1 form .group input:-moz-placeholder {
  color: #e54135;
}

.part1 .cont .form1 form .group input:-ms-input-placeholder {
  color: #e54135;
}

.part1 .cont .form1 form .from1_btn {
  width: 214px;
  height: 45px;
  background-image: linear-gradient(0deg, #ff2524 0%, #ffb37a 100%);
  box-shadow: 0px 0px 4px 0px rgba(255, 65, 34, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 21px;
  font-size: 21px;
  color: #fff;
}

.part2 {
  width: 100%;
  height: 442px;
  background: url(../images/part2.jpg) no-repeat;
  background-position: center center;
  overflow: hidden;
}

.part2 .poter {
  position: absolute;
  top: 57px;
  left: 9px;
}

.part2 .txt {
  width: 575px;
  margin-left: 580px;
  padding-top: 65px;
}

.part2 .txt .p1 {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  text-align: justify;
}

.part2 .txt .p2 {
  font-size: 25px;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
  position: relative;
  transform-style: preserve-3d;
}

.part2 .txt .p2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 103px;
  height: 9px;
  background-color: #ffd3bc;
  transform: translateZ(-1px);
}

.part2 .txt .px {
  width: 475px;
  height: 103px;
  margin: 25px auto 0;
  background: url(../images/part2_pkvs.png) no-repeat;
}

.part2 .txt .px .vs {
  float: left;
}

.part2 .txt .px .vs h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.part2 .txt .px .vs p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-top: 2px;
}

.part2 .txt .px .vs:nth-of-type(1) {
  margin: 10px 0 0 24px;
}

.part2 .txt .px .vs:nth-of-type(2) {
  margin: 10px 0 0 88px;
}

.part3 {
  margin-top: 90px;
}

.part3 .p3nav {
  width: 100%;
  height: 52px;
  margin-top: 49px;
  background-color: #fff0e6;
  border-radius: 26px;
  overflow: hidden;
}

.part3 .p3nav ul {
  display: flex;
  margin-top: 10px;
}

.part3 .p3nav ul li {
  width: 25%;
  height: 30px;
  border-right: solid 1px #ffd6d6;
}

.part3 .p3nav ul li p {
  width: 276px;
  height: 40px;
  border-radius: 23px;
  margin: -5px auto 0;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}

.part3 .p3nav ul .active p {
  background-image: linear-gradient(79deg, rgba(255, 71, 58, 0.79) 0%, rgba(255, 129, 49, 0.79) 100%);
  color: #fff;
  font-weight: bold;
}

.part3 .p3nav ul li:last-of-type {
  border-right: 0;
}

.part3 .cont .contxt {
  width: 1147px;
  text-align: justify;
  font-size: 14px;
  line-height: 23px;
  color: #333;
  margin: 30px auto 0;
  text-indent: 28px;
  position: relative;
  text-align: center
}

.part3 .cont .contxt .dd {
  position: absolute;
  left: 9px;
  top: 5px;
}

.part3 .cont .contxt span {
  color: #ff2313;
}

.part3 .cont .p3cont1 {
  text-align: center;
}

.part3 .cont .p3cont1 ul {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.part3 .cont .p3cont1 ul li {
  width: 346px;
  height: 80px;
  border-radius: 5px;
  border: solid 1px #ffc7a3;
}

.part3 .cont .p3cont1 ul li .p1 {
  width: 34px;
  height: 80px;
  background-color: #ff2313;
  border-radius: 4px;
  padding-top: 9px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  color: #fff;
  text-align: center;
  float: left;
}

.part3 .cont .p3cont1 ul li .p2 {
  width: 288px;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  text-align: justify;
  margin: 12px 0 0 15px;
  float: left;
}

.part3 .cont .p3cont1 ul li:nth-of-type(2) {
  margin: 0 32px;
}

.part3 .cont .p3cont1 .teacher {
  margin-top: 30px;
}

.part3 .cont .p3cont2 {
  text-align: center;
}

.part3 .cont .p3cont2 .liucheng {
  margin-top: 30px;
}

.part3 .cont .p3cont3 .p3Swiper1 {
  width: 1084px;
  margin: 30px auto 0;
  overflow: hidden;
  position: relative;
}

.part3 .cont .p3cont3 .p3Swiper1 .swiper-slide {
  width: 250px;
  height: 290px;
  position: relative;
  cursor: pointer;
}

.part3 .cont .p3cont3 .p3Swiper1 .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
}

.part3 .cont .p3cont3 .p3Swiper1 .swiper-slide p.txt {
  width: 100%;
  height: 42px;
  background-image: linear-gradient(79deg, #ff473a 0%, #ff8131 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
}

.part3 .cont .p3cont3 .p3Swiper1 .swiper-slide p.txt span {
  font-size: 18px;
  font-weight: bold;
}

.part3 .cont .p3cont3 .p3Swiper1 .swiper-slide .box {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.part3 .cont .p3cont3 .p3Swiper1 .swiper-slide .box p {
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
}

.part3 .cont .p3cont3 .p3Swiper1 .swiper-slide:hover p.txt {
  display: none;
}

.part3 .cont .p3cont3 .p3Swiper1 .swiper-slide:hover .box {
  display: block;
}

.part3 .cont .p3cont3 .p3Swiper1 .prev {
  display: block;
  width: 42px;
  height: 42px;
  background: url(../images/part3_jobsPrev.png) no-repeat;
  position: absolute;
  top: 125px;
  left: 10px;
  z-index: 99;
}

.part3 .cont .p3cont3 .p3Swiper1 .next {
  display: block;
  width: 42px;
  height: 42px;
  background: url(../images/part3_jobsNext.png) no-repeat;
  position: absolute;
  top: 125px;
  right: 10px;
  z-index: 99;
}

.part3 .cont .p3cont4 .ul1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
}

.part3 .cont .p3cont4 .ul1 li {
  width: 370px;
  height: 105px;
  border-radius: 5px;
  border: solid 1px #ffc7a3;
}

.part3 .cont .p3cont4 .ul1 li .p1 {
  width: 100%;
  height: 34px;
  background-color: #ff8232;
  border-radius: 4px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}

.part3 .cont .p3cont4 .ul1 li .p2 {
  width: 336px;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  margin: 5px auto 0;
}

.part3 .cont .p3cont4 .fwpz {
  height: 299px;
  background-color: #fff0e6;
  border-radius: 2px;
  margin-top: 55px;
}

.part3 .cont .p3cont4 .fwpz .ul2 {
  width: 589px;
  height: 272px;
  background-color: #fff;
  float: left;
  margin: 13px 0 0 11px;
}

.part3 .cont .p3cont4 .fwpz .ul2 li {
  float: left;
  width: 50%;
  height: 136px;
  cursor: pointer;
  border-right: solid 1px #ffcaa6;
  border-bottom: solid 1px #ffcaa6;
}

.part3 .cont .p3cont4 .fwpz .ul2 li p {
  width: 56px;
  height: 56px;
  margin: 24px auto 0;
  border: dashed 1px #fff0e6;
  border-radius: 50%;
}

.part3 .cont .p3cont4 .fwpz .ul2 li p span {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #fff0e6;
  border-radius: 50%;
  margin: 5px auto 0;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  font-weight: bold;
  color: #999;
}

.part3 .cont .p3cont4 .fwpz .ul2 li h4 {
  font-size: 16px;
  font-weight: normal;
  color: #999;
  text-align: center;
  margin-top: 15px;
}

.part3 .cont .p3cont4 .fwpz .ul2 .active p {
  border: dashed 1px #ff8232;
}

.part3 .cont .p3cont4 .fwpz .ul2 .active p span {
  background-color: #ff8232;
  color: #fff;
}

.part3 .cont .p3cont4 .fwpz .ul2 .active h4 {
  font-weight: bold;
  color: #333;
}

.part3 .cont .p3cont4 .fwpz .ul2 li:nth-of-type(2),
.part3 .cont .p3cont4 .fwpz .ul2 li:nth-of-type(4) {
  border-right: 0;
}

.part3 .cont .p3cont4 .fwpz .ul2 li:nth-of-type(3),
.part3 .cont .p3cont4 .fwpz .ul2 li:nth-of-type(4) {
  border-bottom: 0;
}

.part3 .cont .p3cont4 .fwpz .ul3 {
  width: 589px;
  height: 272px;
  background: url(../images/part3_course.png) no-repeat;
  float: left;
  margin: 13px 0 0 0;
}

.part3 .cont .p3cont4 .fwpz .ul3 li {
  display: none;
  color: #fff;
  padding: 0 60px;
  text-align: center;
}

.part3 .cont .p3cont4 .fwpz .ul3 li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 72px;
}

.part3 .cont .p3cont4 .fwpz .ul3 li span {
  display: block;
  width: 22px;
  height: 3px;
  background-color: #ff8232;
  margin: 13px auto 10px;
}

.part3 .cont .p3cont4 .fwpz .ul3 li p {
  font-size: 16px;
  line-height: 27px;
}

.part3 .cont .p3cont4 .fwpz .ul3 .ul3active {
  display: block;
}

.part4 {
  margin-top: 140px;
}

.part4 .p4nav {
  margin-top: 36px;
}

.part4 .p4nav ul {
  display: flex;
  align-items: center;
 
}

.part4 .p4nav ul li {
  width: 550px;
  height: 90px;
  border-radius: 35px 0px 35px 0px;
  border: solid 1px #999;
  padding-left: 37px;
  cursor: pointer;
}

.part4 .p4nav ul li h4 {
  font-size: 22px;
  font-weight: bold;
  color: #666;
  margin-top: 23px;
}

.part4 .p4nav ul li p {
  font-size: 16px;
  color: #999;
  margin-top: 6px;
}

.part4 .p4nav ul .active {
  background: url(../images/part4_nav.png) no-repeat;
  border: 0;
}

.part4 .p4nav ul .active h4 {
  color: #fff;
}

.part4 .p4nav ul .active p {
  color: #fff;
}

.part4 .cont .p4conts {
  display: none;
}

.part4 .cont .p4cont1 {
  display: block;
  width: 100%;
  height: 230px;
  background: url(../images/part4_dcfw.png) no-repeat;
  margin-top: 44px;
  padding: 40px 0 0 307px;
}

.part4 .cont .p4cont1 p {
  width: 864px;
  font-size: 18px;
  line-height: 31px;
  color: #666;
  text-align: justify;
  text-indent: 36px;
  position: relative;
}

.part4 .cont .p4cont1 p::after {
  content: "";
  position: absolute;
  top: 11.5px;
  left: 17px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #ff8232;
}

.part4 .cont .p4cont2 {
  align-items: center;
  margin-top: 35px;
}

.part4 .cont .p4cont2 .left {
  margin-left: 20px;
}

.part4 .cont .p4cont2 .txt {
  width: 614px;
  margin-left: 36px;
  position: relative;
}

.part4 .cont .p4cont2 .txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 1px;
  height: 100%;
  background-color: #ff8232;
  opacity: 0.2;
}

.part4 .cont .p4cont2 .txt h3 {
  width: 100%;
  height: 37px;
  border-left: 3px solid #ff8232;
  background-image: linear-gradient(90deg, rgba(255, 130, 50, 0.11) 0%, rgba(255, 255, 255, 0.11) 100%);
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 37px;
  margin-bottom: 38px;
}

.part4 .cont .p4cont2 .txt .item {
  margin-top: 25px;
}

.part4 .cont .p4cont2 .txt .item .p1 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  border-left: 3px solid #ff8232;
  padding-left: 15px;
}

.part4 .cont .p4cont2 .txt .item .p2 {
  font-size: 16px;
  color: #666;
  line-height: 1.3;
  padding-left: 18px;
  margin-top: 20px;
}

.part4 .cont .p4cont3 .p1 {
  width: 955px;
  height: 49px;
  background-color: #ffe7d8;
  border-radius: 25px;
  text-align: center;
  line-height: 49px;
  font-size: 16px;
  color: #333;
  margin: 40px auto 0;
}

.part4 .cont .p4cont3 .p1 span {
  color: #ff2313;
}

.part4 .cont .p4cont3 .ul1 {
  width: 100%;
  height: 46px;
  margin-top: 48px;
  padding-bottom: 16px;
  border-bottom: solid 2px rgba(255, 130, 50, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.part4 .cont .p4cont3 .ul1 li {
  width: 46px;
  height: 46px;
  border-radius: 46px;
  margin: 0 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.part4 .cont .p4cont3 .ul1 li img:nth-of-type(1) {
  display: block;
}

.part4 .cont .p4cont3 .ul1 li img:nth-of-type(2) {
  display: none;
}

.part4 .cont .p4cont3 .ul1 li.l1active {
  background-image: linear-gradient(79deg, #ff473a 0%, #ff8131 100%);
  position: relative;
}

.part4 .cont .p4cont3 .ul1 li.l1active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  width: 29px;
  height: 2px;
  background-image: linear-gradient(79deg, #ff473a 0%, #ff8131 100%);
}

.part4 .cont .p4cont3 .ul1 li.l1active img:nth-of-type(2) {
  display: block;
}

.part4 .cont .p4cont3 .ul1 li.l1active img:nth-of-type(1) {
  display: none;
}

.part4 .cont .p4cont3 .ul2 {
  margin-top: 45px;
}

.part4 .cont .p4cont3 .ul2 li {
  display: none;
}

.part4 .cont .p4cont3 .ul2 li h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.part4 .cont .p4cont3 .ul2 li h3 span {
  font-size: 15px;
  font-weight: normal;
  color: #999;
}

.part4 .cont .p4cont3 .ul2 li dl {
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.part4 .cont .p4cont3 .ul2 li dl dd {
  width: 346px;
  height: 186px;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(122, 1, 0, 0.15);
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
}

.part4 .cont .p4cont3 .ul2 li dl dd p {
  background-image: linear-gradient(135deg, #ff473a, #ff8131);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}

.part4 .cont .p4cont3 .ul2 li dl dd .p2 {
  font-size: 34px;
  font-weight: bold;
  margin-top: 32px;
}

.part4 .cont .p4cont3 .ul2 li dl dd .p2 span {
  font-size: 14px;
}

.part4 .cont .p4cont3 .ul2 li dl dd .p3 {
  display: block;
  width: 150px;
  height: 18px;
  margin: -16px auto 0;
  background-color: #ffe3d0;
  background-image: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  border-radius: 20px;
}

.part4 .cont .p4cont3 .ul2 li dl dd .p4 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}

.part4 .cont .p4cont3 .ul2 li dl dd .p5 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}

.part4 .cont .p4cont3 .ul2 li dl dd img {
  display: block;
  margin: 17px auto 0;
}

.part4 .cont .p4cont3 .ul2 li dl dd:hover {
  background-image: linear-gradient(79deg, #ff473a 0%, #ff8131 100%);
  box-shadow: none;
}

.part4 .cont .p4cont3 .ul2 li dl dd:hover p {
  background-image: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  color: #fff;
}

.part4 .cont .p4cont3 .ul2 li dl dd:hover .p3 {
  background-image: linear-gradient(79deg, #ff8131 0%, #ff9c5e 100%);
}

.part4 .cont .p4cont3 .ul2 .l2active {
  display: block;
}

.part5 {
  width: 100%;
  height: 721px;
  margin-top: 30px;
  padding-top: 70px;
  background: url(../images/part5.jpg) no-repeat;
}

.part5 .part_title .txt .p1 {
  color: #fff;
}

.part5 .part_title .txt .p2 {
  color: #fff;
}

.part5 .cont {
  width: 100%;
  height: 491px;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px #ff9d77;
  border-radius: 7px;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}

.part5 .cont .xuefei {
  position: absolute;
  top: 44px;
  right: 73px;
}

.part5 .cont .form2 {
  width: 352px;
  height: 403px;
  background: url(../images/part5_formbg.png) no-repeat;
  margin: 44px 0 0 83px;
  overflow: hidden;
  position: relative;
}

.part5 .cont .form2 h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 106px;
  top: 32px;
}

.part5 .cont .form2 h3 span {
  font-size: 29px;
}

.part5 .cont .form2 form {
  margin-top: 120px;
}

.part5 .cont .form2 form .group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.part5 .cont .form2 form .group p {
  font-size: 15px;
  letter-spacing: -1px;
  color: #333333;
  margin-right: 13px;
}

.part5 .cont .form2 form .group p span {
  visibility: hidden;
}

.part5 .cont .form2 form .group input {
  padding-left: 15px;
  width: 241px;
  height: 37px;
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  color: #333333;
  outline: none;
}

.part5 .cont .form2 form .group select {
  padding-left: 15px;
  width: 241px;
  height: 37px;
  background: url(../images/part5_sanjiao.png) no-repeat;
  background-position: 220px center;
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  color: #333333;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
}

.part5 .cont .form2 form .from2_btn {
  width: 309px;
  height: 50px;
  background-image: linear-gradient(0deg, #ff7007 0%, #ff863d 50%, #ff8d50 100%);
  border-radius: 22px;
  border: 0;
  display: block;
  margin: 20px auto 0;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.41);
}

.part6 {
  margin-top: 70px;
}

.part6 .title {
  width: 1060px;
  height: 121px;
  margin: auto;
  background: url(../images/part6_text.png) no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.part6 .title p {
  text-align: center;
  font-size: 19px;
  line-height: 30px;
  color: #333333;
}

.part6 .title p span {
  font-size: 30px;
  font-weight: bold;
}

.part6 .p6nav ul {
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 23px;
}

.part6 .p6nav ul li {
  width: 50%;
  height: 60px;
  float: left;
  background-color: #ffeae0;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #333333;
  cursor: pointer;
}

.part6 .p6nav ul .p6active {
  background-image: linear-gradient(79deg, #ff473a 0%, #ff8131 100%);
  color: #fff;
  font-weight: bold;
}

.part6 .cont .cc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.part6 .cont .cc li {
  box-shadow: 0px 7px 20px 7px rgba(217, 217, 217, 0.36);
  margin-bottom: 29px;
}

.part6 .cont .c2 {
  display: none;
}

footer {
  height: 118px;
  font-size: 12px;
  line-height: 34px;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .content {
  text-align: center;
  color: #999999;
}

footer .content a {
  color: #999999;
}
