/* CSS Document */
.public_title {
  font-size: 32px;
  color: #25262c;
  padding: 0 0 36px 0;
  text-align: center;
  line-height: 40px;
  background: url("../image/title_icon01.png") no-repeat center bottom;
}

.public_title span.blue {
  color: #22286e;
}

.public_title span.yellow {
  color: #d19d5c;
}

.public_title_white {
  color: #fff;
  background: url("../image/title_icon02.png") no-repeat center bottom;
}

/*底部悬浮表单*/
.bottom_float {
  position: fixed;
  width: 100%;
  height: 80px;
  background: url("../image/bottom_float_bg.png") no-repeat center;
  left: 0;
  bottom: 0;
  z-index: 99;
  color: #fff;
}

.bottomSpace {
  padding: 0 0 80px 0;
  height: auto;
}

.bottom_float .close-btn {
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.bottom_float h1 {
  font-size: 16px;
  padding: 8px 0 5px 0;
  line-height: 22px;
}

.bottom_float h3 {
  font-weight: normal;
  font-size: 14px;
}

.bottom_float .date_text {
  padding: 20px 24px 0 0;
  font-size: 15px;
  line-height: 22px;
}

.bottom_float .date-item {
  width: 55px;
  height: 60px;
  text-align: center;
  line-height: 66px;
  font-size: 32px;
  margin: 10px 0 0 0;
  background: url("../image/date_icon.png") no-repeat center;
}

.bottom_float .text {
  font-size: 24px;
  padding: 44px 5px 0 5px;
}

.bottom_float .arrow {
  margin: 45px 65px 0 15px;
}

.bottom_float .btn-item {
  display: inline-block;
  width: 180px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: #d19d5c;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  font-size: 18px;
  color: #fff;
  margin: 18px 0 0 0;
}

.bottom_float .btn-item:hover {
  opacity: 0.8;
}

/*右侧悬浮*/
.side_float {
  top: 50%;
  position: fixed;
  left: 1px;
  z-index: 100;
  width: 100px;
  margin: -166px 0 0 0;
}

.side_float .side_content {
  width: 100px;
  background: url("../image/side_content_bg.jpg") repeat-y center top;
  min-height: 100px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin: 0 auto;
}

.side_float .top_ele {
  height: 70px;
  border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  background: url("../image/side_top_repeat.jpg") repeat-y center top;
}

.side_float .top_pic {
  top: -22px;
  left: 50%;
  margin: 0 0 0 -46px;
  width: 115px;
}

.side_float .bottom_pic {
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -75px;
}

.side_float .btn-title {
  display: block;
  width: 86px;
  height: 30px;
  margin: 0 auto 5px auto;
  background: url("../image/side-btn-hover.png") no-repeat center;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}

.side_float .btn-item {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  display: block;
}

.side_float .btn-item:hover {
  color: #ffd52e;
}

.side_float img.line {
  display: block;
  margin: 0 auto;
}

.side_float .phone_infor {
  padding: 10px 0 0 0;
}

.side_float .phone_infor p {
  font-size: 13px;
  color: #ffffff;
  padding: 5px 0 8px 0;
}

.side_float .side_icon01 {
  right: -10px;
  top: 135px;
}

/*.side_float .side_icon02 {
    left: 19px;
    bottom: 130px;
}*/

/*banner*/
.afp_pc .banner {
  height: 560px;
  overflow: hidden;
}

.afp_pc .banner .swiper-slide a {
  display: block;
  height: 560px;
}

.afp_pc .swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px !important;
  background: none;
  border: solid 1px #d19d5c;
  cursor: pointer;
  opacity: 1;
}

.afp_pc .swiper-container .swiper-pagination-bullet-active {
  background: #d19d5c;
}

.afp_pc .swiper-container .swiper-pagination {
  bottom: 26px;
}

.afp_pc .banner .gradient {
  background: -moz-linear-gradient(left, #d19d5c 0%, #e2c17f 100%);
  background: -webkit-linear-gradient(left, #d19d5c 0%, #e2c17f 100%);
  background: -o-linear-gradient(left, #d19d5c 0%, #e2c17f 100%);
  background: -ms-linear-gradient(left, #d19d5c 0%, #e2c17f 100%);
  background: linear-gradient(to right, #d19d5c 0%, #e2c17f 100%);
}

.afp_pc .banner .content {
  height: 0;
  z-index: 10;
}

.afp_pc .banner .content .form-box {
  width: 280px;
  height: 336px;
  background: #fff;
  right: -146px;
  top: 100px;
  overflow: hidden;
}

.afp_pc .banner .content .form-box .title {
  height: 90px;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
}

.afp_pc .banner .content .form-box .title p {
  padding: 16px 0 0 0;
}

.afp_pc .banner .form_ele {
  padding: 46px 27px 0 27px;
}

.afp_pc .banner .form_ele .input-item {
  width: 100%;
  height: 36px;
  font-size: 14px;
  color: #212121;
  background: #f2f3f8;
  margin: 0 0 12px 0;
  text-align: center;
}

.afp_pc .banner .form_ele .submit-btn {
  width: 100%;
  height: 36px;
  margin: 12px 0 0 0;
  background: #d19d5c;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  font-size: 14px;
  color: #fff;
}

.afp_pc .banner .form_ele .submit-btn:hover {
  opacity: 0.8;
}

/*关于AFP*/
.about_afp {
  padding: 40px 0;
}

.about_afp .public_title {
  margin: 0 0 30px 0;
}

.about_afp .section01 {
  margin: 0 0 40px 0;
}

.about_afp .section01 .pic {
  width: 344px;
  height: 302px;
  border: solid 12px #d1d2e1;
  margin: 30px 0 0 0;
}

.about_afp .section01 .pic img {
  margin: 66px 0 0 0;
  width: 302px;
}

.about_afp .section01 .infor {
  width: 660px;
}

.about_afp .section01 .infor h1 {
  padding: 0 0 0 18px;
  font-size: 26px;
  color: #22286e;
}

.about_afp .section01 .infor h1:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 26px;
  margin: -11px 0 0 0;
  background: #22286e;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.about_afp .section01 .infor h3 {
  font-size: 16px;
  color: #22286e;
  padding: 20px 0;
}

.about_afp .section01 .infor p {
  font-size: 12px;
  color: #60626f;
  line-height: 24px;
  padding: 0 0 20px 0;
}

.about_afp .section01 .infor .count-item {
  width: 160px;
  height: 114px;
  background: #f2f3f8;
  padding: 0 0 0 156px;
  overflow: hidden;
}

.about_afp .section01 .infor .count-item .icon {
  left: 58px;
  top: 50%;
  width: 75px;
  margin: -39px 0 0 0;
}

.about_afp .section01 .infor .count-item strong {
  font-size: 26px;
  color: #d19d5c;
  display: block;
  padding: 30px 0 15px 0;
  line-height: 100%;
}

.about_afp .section01 .infor .count-item strong span {
  font-size: 22px;
  margin: -2px 0 0 0;
  display: inline-block;
  vertical-align: bottom;
}

.about_afp .section01 .infor .count-item .text {
  font-size: 18px;
  color: #60626f;
}

.about_afp .section01 .infor .data_from {
  font-size: 12px;
  color: #9a97a7;
  padding: 10px 0;
}

.about_afp .section01 .infor a.btn-item {
  display: inline-block;
  padding: 0 36px;
  height: 36px;
  line-height: 36px;
  background: #d19d5c;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  font-size: 14px;
  color: #fff;
}

.about_afp .section01 .infor a.btn-item:hover {
  opacity: 0.8;
}

.about_afp .section02 .pic {
  width: 344px;
  height: 302px;
  border: solid 12px #d1d2e1;
}

.about_afp .section02 .pic img {
  margin: 66px 0 0 0;
  width: 302px;
}

.about_afp .section02 .infor {
  width: 660px;
}

.about_afp .section02 .infor h1 {
  padding: 0 0 0 18px;
  font-size: 26px;
  color: #22286e;
}

.about_afp .section02 .infor h1:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 26px;
  margin: -11px 0 0 0;
  background: #22286e;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.about_afp .section02 .infor h3 {
  font-size: 16px;
  color: #22286e;
  padding: 20px 0;
}

.about_afp .section02 .infor p {
  font-size: 12px;
  color: #60626f;
  line-height: 24px;
  padding: 0 0 20px 0;
}

.about_afp .section02 .infor ul {
  padding: 10px 0 25px 0;
  margin: 0 0 0 -58px;
}

.about_afp .section02 .infor li strong {
  display: block;
  font-size: 18px;
  color: #25262c;
  padding: 16px 0 8px 0;
}

.about_afp .section02 .infor li div {
  font-size: 14px;
  color: #25262c;
}

.about_afp .section02 .infor li {
  width: 175px;
}

.about_afp .section02 .infor a.btn-item {
  display: inline-block;
  padding: 0 36px;
  height: 36px;
  line-height: 36px;
  background: #d19d5c;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  font-size: 14px;
  color: #fff;
}

.about_afp .section02 .infor a.btn-item:hover {
  opacity: 0.8;
}

/*AFP认证*/
.authentication {
  padding: 0 0 40px 0;
  overflow: hidden;
  background: url("../image/authentication_bg.png") no-repeat center top;
}

.authentication .public_title {
  margin: 40px 0 26px 0;
}

.authentication .list-box {
  padding: 0 0 30px 16px;
}

.authentication .list-box .list-item {
  width: 200px;
  height: 200px;
  background: #fff;
  margin: 0 12px 0 0;
  overflow: hidden;
  text-align: center;
}

.authentication .list-box .list-item .title {
  width: 98px;
  height: 50px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  color: #d19d5c;
  margin: 25px auto 16px auto;
  background: url("../image/authentication_icon02.png") no-repeat center;
}

.authentication .list-box .list-item p {
  font-size: 13px;
  color: #25262c;
  padding: 0 0 6px 0;
}

.authentication ul {
  padding: 0px 0 0 166px;
}

.authentication ul li {
  width: 268px;
  padding: 0 0 0 36px;
  line-height: 24px;
  background: url("../image/authentication_icon01.png") no-repeat left center;
  font-size: 16px;
  color: #fff;
  margin: 0 0 25px 0;
}

.authentication .btn-item {
  display: inline-block;
  width: 260px;
  height: 42px;
  line-height: 42px;
  background: #d19d5c;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  font-size: 16px;
  color: #fff;
  margin: 15px 0 0 0;
}

.authentication .btn-item:hover {
  opacity: 0.8;
}

/*AFP学习步骤*/
.step_box {
  padding: 40px 0;
}

.step_box .header_ele {
  width: 1060px;
  min-height: 115px;
  background: #fff url("../image/yuyue_icon03.png") no-repeat 890px 18px;
  margin: 0px auto 40px auto;
  box-shadow: 0 0 10px #ececec;
  -webkit-box-shadow: 0 0 10px #ececec;
  -moz-box-shadow: 0 0 10px #ececec;
}

.step_box .header_ele .pic {
  width: 276px;
}

.step_box .header_ele .gradient {
  background-color: #d19d5c;
  background: -moz-linear-gradient(left, #fe432d 0%, #fe872b 100%);
  background: -webkit-linear-gradient(left, #fe432d 0%, #fe872b 100%);
  background: -o-linear-gradient(left, #fe432d 0%, #fe872b 100%);
  background: -ms-linear-gradient(left, #fe432d 0%, #fe872b 100%);
  background: linear-gradient(to right, #fe432d 0%, #fe872b 100%);
}

.step_box .header_ele .btn-item {
  display: inline-block;
  width: 172px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  font-size: 15px;
  color: #fff;
  right: 26px;
  bottom: 16px;
}

.step_box .header_ele .btn-item:hover {
  opacity: 0.8;
}

.step_box .header_ele .notice_ele {
  width: 506px;
  height: 46px;
  line-height: 46px;
  padding: 0 6px 0 45px;
  background: #f6f2eb;
  margin: 12px 0 0 16px;
}

.step_box .header_ele .notice_ele .icon {
  left: 10px;
  top: 50%;
  margin: -13px 0 0 0;
}

.step_box .header_ele .notice_ele .notice_list {
  font-size: 16px;
  color: #d19d5c;
  line-height: 46px;
  height: 46px;
  overflow: hidden;
}

.step_box .header_ele .notice_des {
  margin: 4px 0 0 23px;
  line-height: 40px;
  font-size: 22px;
  color: #25262c;
  display: inline-block;
  border-bottom: solid 1px #25262c;
}

.step_box .header_ele .notice_des span {
  color: #d19d5c;
}

.step_box .step_item01 .line {
  height: 4px;
  background: url("../image/line.png") no-repeat center;
  margin: 60px 0 60px 0;
}

.step_box .step_item01 ul {
  margin: 0 0 0 -10px;
}

.step_box .step_item01 li {
  width: 194px;
  height: 258px;
  box-shadow: 0 0 10px #e6e6e6;
  -webkit-box-shadow: 0 0 10px #e6e6e6;
  -moz-box-shadow: 0 0 10px #e6e6e6;
  border: solid 1px #e6e6e6;
  margin: 0 42px 0 34px;
}

.step_box .step_item01 li h1 {
  font-size: 18px;
  position: relative;
  color: #25262c;
  padding: 34px 0 14px 0;
  margin: 0 0 20px 0;
}

.step_box .step_item01 li h1:after {
  position: absolute;
  display: block;
  content: " ";
  width: 16px;
  height: 2px;
  background: #d19d5c;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -8px;
}

.step_box .step_item01 li p {
  font-size: 13px;
  color: #60626f;
  line-height: 24px;
}

.step_box .step_item01 li .btn-item {
  display: inline-block;
  left: 50%;
  bottom: 28px;
  width: 160px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background: #d19d5c;
  font-size: 14px;
  color: #fff;
  margin: 0 0 0 -80px;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
}

.step_box .step_item01 li .number {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #9a97a7;
  background: #f2f3f8;
  position: absolute;
  top: -90px;
  left: 50%;
  margin: 0 0 0 -30px;
}

.step_box .step_item01 li .arrow {
  right: -52px;
  top: 50%;
  margin: -16px 0 0 0;
}

.step_box .step_item01 li:last-child .arrow {
  display: none;
}

.step_box .step_item01 li:hover {
  background: #22286e;
}

.step_box .step_item01 li:hover h1,
.step_box .step_item01 li:hover p {
  color: #fff;
}

.step_box .step_item01 li:hover .btn-item {
  background: #fff;
  color: #22286e;
}

.step_box .step_item01 li:hover .number {
  background: #22286e;
  color: #fff;
}

.step_box .step_item01 .btn-item {
  display: inline-block;
  width: 260px;
  height: 42px;
  line-height: 42px;
  background: #d19d5c;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  font-size: 16px;
  color: #fff;
  margin: 50px 0 0 0;
}

.step_box .step_item01 .btn-item:hover {
  opacity: 0.8;
}

.step_box .step_item02 {
  overflow: hidden;
}

.step_box .step_item02 .public_title {
  margin: 50px 0 35px 0;
}

.step_box .step_item02 li {
  width: 374px;
  height: 114px;
  box-shadow: 0 0 10px #e6e6e6;
  -webkit-box-shadow: 0 0 10px #e6e6e6;
  -moz-box-shadow: 0 0 10px #e6e6e6;
  border: solid 1px #e6e6e6;
  margin: 0 10px 28px 144px;
}

.step_box .step_item02 li:hover {
  background: #f2f3f8;
}

.step_box .step_item02 li p {
  padding: 20px 20px 20px 30px;
  font-size: 14px;
  color: #60626f;
  line-height: 24px;
}

.step_box .step_item02 li p.p_ele {
  padding: 35px 30px 20px 30px;
}

.step_box .step_item02 li p span {
  color: #22286e;
  font-weight: bold;
}

.step_box .step_item02 li .side_ele {
  width: 126px;
  height: 74px;
  box-shadow: 0 0 10px #e6e6e6;
  -webkit-box-shadow: 0 0 10px #e6e6e6;
  -moz-box-shadow: 0 0 10px #e6e6e6;
  border: solid 1px #e6e6e6;
  position: absolute;
  left: -128px;
  top: 20px;
  text-align: center;
  border-top-left-radius: 37px;
  -webkit-border-top-left-radius: 37px;
  -moz-border-top-left-radius: 37px;
  border-bottom-left-radius: 37px;
  -webkit-border-bottom-left-radius: 37px;
  -moz-border-bottom-left-radius: 37px;
  color: #25262c;
  text-indent: 10px;
}

.step_box .step_item02 li .side_ele h3 {
  font-size: 18px;
}

.step_box .step_item02 li .side_ele img {
  margin: 10px 0 5px 0;
}

.step_box .step_item02 .btn-item {
  display: inline-block;
  width: 260px;
  height: 42px;
  line-height: 42px;
  background: #d19d5c;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  font-size: 16px;
  color: #fff;
  margin: 25px 0 0 0;
}

.step_box .step_item02 .btn-item:hover {
  opacity: 0.8;
}

/*课程目录*/
.lesson_list {
  background: #f2f3f8;
  padding: 40px 0;
}

.lesson_list .lesson_des {
  font-size: 20px;
  color: #60626f;
  margin: 20px 0 50px 0;
}

.lesson_list .list_content {
  width: 1000px;
  height: 600px;
  background: #e9ecf5;
  margin: 0 auto;
  box-shadow: 0 0 10px #e9eaef;
  -webkit-box-shadow: 0 0 10px #e9eaef;
  -moz-box-shadow: 0 0 10px #e9eaef;
  position: relative;
}

.lesson_list .list_content .side_ele {
  width: 40px;
  height: 260px;
  top: 50%;
  background: #22286e;
  margin: -130px 0 0 0;
}

.lesson_list .list_content .side_ele01 {
  left: -40px;
}

.lesson_list .list_content .side_ele02 {
  right: -40px;
}

.lesson_list .left_ele {
  width: 390px;
  height: 600px;
  overflow: hidden;
}

.lesson_list .left_ele h1 {
  font-size: 26px;
  color: #25262c;
  padding: 50px 0 5px 0;
}

.lesson_list .left_ele h2 {
  font-size: 16px;
  color: #25262c;
}

.lesson_list .left_ele .title {
  padding: 0 0 15px 0;
  text-align: center;
}

.lesson_list .left_ele .title:after {
  position: absolute;
  display: block;
  content: " ";
  width: 30px;
  height: 3px;
  background: #d19d5c;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -15px;
}

.lesson_list .left_ele .tab-box {
  margin: 20px 30px 0 42px;
  border-left: solid 2px #d1d2e1;
  padding: 0 0 0 32px;
}

.lesson_list .left_ele .tab-box li {
  background: #fff;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #60626f;
  font-size: 16px;
  margin: 0 0 24px 0;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.lesson_list .left_ele .tab-box li .number {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #d19d5c;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: -47px;
  top: 50%;
  margin: -13px 0 0 0
}

.lesson_list .left_ele .tab-box li.active,
.lesson_list .left_ele .tab-box li.active .number {
  color: #fff;
  background: #22286e;
}

.lesson_list .left_ele .tab-box .top_pop {
  background: #e9ecf5;
  width: 10px;
  left: -5px;
  top: 0;
  height: 10px;
}

.lesson_list .left_ele .tab-box .bottom_pop {
  background: #e9ecf5;
  width: 10px;
  left: -5px;
  bottom: 0;
  height: 10px;
}


.lesson_list .right_ele {
  width: 610px;
  background: #fff;
  height: 600px;
  overflow: hidden;
}

.lesson_list .right_ele .tabContentItem {
  text-align: center;
  height: 600px;
}

.lesson_list .right_ele .tabContentItem .title .text-box {
  display: inline-block;
  width: 188px;
  height: 50px;
  line-height: 50px;
  border: solid 1px #d19d5c;
  font-size: 24px;
  color: #d19d5c;
  font-weight: bold;
  margin: 45px 0 25px 0;
}

.lesson_list .right_ele .tabContentItem .title .text-box span {
  display: inline-block;
  background: #fff;
  width: 130px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #d19d5c;
  font-weight: normal;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -65px;
}

.lesson_list .right_ele .tabContentItem p {
  line-height: 30px;
  font-size: 16px;
  color: #25262c;
}

.lesson_list .right_ele .tabContentItem .btn-item {
  display: inline-block;
  width: 260px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  font-size: 14px;
  color: #fff;
  background: #d19d5c;
  position: absolute;
  left: 50%;
  bottom: 36px;
  margin: 0 0 0 -130px;
}

.lesson_list .right_ele .tabContentItem .btn-item:hover {
  background: #dead6f;
}

/*AFP培训*/
.afp_train {
  padding: 40px 0;
}

.afp_train .title_des {
  font-size: 20px;
  color: #60626f;
  padding: 16px 0 30px 0;
}

.afp_train ul {
  margin: 0 0 0 -60px;
}

.afp_train li {
  width: 320px;
  height: 356px;
  margin: 0 0 0 60px;
  color: #fff;
}

.afp_train li.item01 {
  background: #49b28c;
}

.afp_train li.item02 {
  background: #4275a5;
}

.afp_train li.item03 {
  background: #c46fa2;
}

.afp_train li .top_pic {
  margin: 30px 0 26px 0;
}

.afp_train li h1 {
  font-size: 24px;
  padding: 0 0 26px 0;
}

.afp_train li p {
  font-size: 15px;
  color: #fff;
  padding: 0 0 8px 0;
}

.afp_train li a.btn-item {
  display: inline-block;
  width: 204px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  text-indent: 36px;
  border: solid 1px #fff;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  bottom: 30px;
  left: 50%;
  margin: 0 0 0 -102px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}

.afp_train li a.btn-item .arrow {
  left: -1px;
  top: -1px;
}

/*师资团队*/
.teacher_list {
  background: url("../image/teacher_bg1646274548222.png") no-repeat center top;
  padding: 40px 0;
  overflow: hidden;
}

.teacher_list .public_title {
  margin: 0px 0 0 0;
}

.teacher_list .title_des {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 18px 0 40px 0;
}

.teacher_list .teacherSlide {
  background: url("../image/teacher_opacity.png");
  padding: 12px;
  margin: 0 0 50px 0;
}

.teacher_list .slide_item {
  background: #fff;
  padding: 30px 40px 30px 320px;
  position: relative;
  min-height: 252px;
}

.teacher_list .slide_item .pic {
  bottom: 0;
  left: 36px;
  /*width: 363px;*/
  width: 240px;
}

.teacher_list .slide_item h1 {
  font-size: 26px;
  color: #25262c;
}

.teacher_list .slide_item .des {
  line-height: 20px;
  font-size: 16px;
  color: #22286e;
  padding: 16px 0 10px 0;
}

.teacher_list .slide_item p {
  font-size: 14px;
  color: #60626f;
  line-height: 20px;
  padding: 24px 0 0 0;
}

.teacher_list .slide_item p strong {
  color: #d19d5c;
}

.teacher_list .slide_item .btn-group {
  bottom: 20px;
  left: 324px;
}

.teacher_list .slide_item .btn-group .btn-item {
  display: inline-block;
  margin: 0 20px 0 0;
  border: solid 1px #d19d5c;
  font-size: 14px;
  width: 158px;
  height: 34px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  text-align: center;
  line-height: 34px;
}

.teacher_list .slide_item .btn-group .btn-item img {
  margin: -3px 5px 0 0;
}

.teacher_list .slide_item .btn-group .btn-item01 {
  background: #fff;
  color: #d19d5c;
}

.teacher_list .slide_item .btn-group .btn-item02 {
  background: #d19d5c;
  color: #fff;
}

.teacher_list .slide_item .btn-group .btn-item:hover {
  opacity: 0.8;
}

/*头像轮播*/
.teacher_list .teacher_header_list {
  padding: 0 100px;
  height: 160px;
  line-height: 160px;
  background: url("../image/teacher_opacity.png");
}

.teacher_list .teacher_header_list .arrow01 {
  display: block;
  width: 20px;
  height: 36px;
  top: 60px;
  left: 45px;
  opacity: 0.7;
  background: url("../image/teacher_arrow01.png") no-repeat center;
}

.teacher_list .teacher_header_list .arrow02 {
  display: block;
  width: 20px;
  height: 36px;
  top: 60px;
  right: 45px;
  opacity: 0.7;
  background: url("../image/teacher_arrow02.png") no-repeat center;
}

.teacher_list .teacher_header_list .arrow:focus {
  outline: none !important;
}

.teacher_list .teacher_header_list .arrow:hover {
  opacity: 1;
}

.teacher_list .teacher_header_list div.active {
  background: #d19d5c;
  text-align: center;
}

.teacher_list .teacher_header_list .swiper-slide img {
  width: 80px;
}


/*一站式学习系统*/
.study_section {
  padding: 40px 0;
}

.study_section .title_des {
  padding: 16px 0 50px 0;
  font-size: 22px;
  color: #60626f;
}

.study_section ul {
  padding: 50px 0 35px 0;
  margin: 0 0 0 -10px;
}

.study_section li {
  width: 242px;
  height: 288px;
  border: solid 1px #e6e6e6;
  overflow: hidden;
  margin: 0 0 0 25px;
}

.study_section li .pic {
  margin: 20px 0 10px 0;
}

.study_section li .infor {
  height: 63px;
  background: #f2f3f8;
  border-top: solid 1px #e6e6e6;
  padding: 15px 0 0 0;
  color: #25262c;
  font-size: 16px;
  line-height: 24px;
}

.study_section li .infor .blue {
  color: #22286e;
}

.study_section li .infor .yellow {
  color: #d19d5c;
}

.study_section .btn-item {
  display: inline-block;
  width: 260px;
  height: 42px;
  line-height: 42px;
  background: #d19d5c;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  font-size: 16px;
  color: #fff;
}

.study_section .btn-item:hover {
  opacity: 0.8;
}

/*表单输入*/
.form_section {
  height: 128px;
  background: url("../image/form_bg.png") no-repeat center;
}

.form_section h1 {
  font-size: 28px;
  color: #ffffff;
  padding: 32px 0 12px 0;
}

.form_section h3 {
  color: #fff;
  font-size: 20px;
}

.form_section h3 strong {
  color: #632c23;
}

.form_section .input-item {
  width: 200px;
  height: 42px;
  margin: 43px 0 0 26px;
  text-indent: 45px;
  font-size: 16px;
  color: #212121;
}

.form_section .input-item01 {
  background: #f6f2eb url("../image/input_icon01.png") no-repeat 14px center;
}

.form_section .input-item02 {
  background: #f6f2eb url("../image/input_icon02.png") no-repeat 14px center;
}

.form_section .btn-item {
  display: inline-block;
  width: 160px;
  height: 42px;
  line-height: 42px;
  background: #d19d5c;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  font-size: 16px;
  color: #fff;
  /* margin: 43px 0 0 10px; */
}

.form_section .btn-item:hover {
  opacity: 0.8;
}

/*服务15年*/
.service_section {
  padding: 40px 0;
}

.service_section ul {
  padding: 30px 0 15px 0;
  margin: 0 0 0 -16px;
}

.service_section li {
  width: 344px;
  height: 160px;
  overflow: hidden;
  margin: 0 0 20px 20px;
}

.service_section li .infor {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  left: 0;
  top: 40px;
}

.service_section li .btn-item {
  display: inline-block;
  width: 88px;
  height: 20px;
  border: solid 1px #fff;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  bottom: 30px;
  left: 50%;
  margin: 0 0 0 -45px;
}

.service_section .btn-box .btn-item {
  display: inline-block;
  width: 260px;
  height: 42px;
  line-height: 42px;
  background: #d19d5c;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  font-size: 16px;
  color: #fff;
}

.service_section .btn-box .btn-item:hover {
  opacity: 0.8;
}

/*报考说明*/
.explain_section {
  padding: 40px 0;
  background: #f2f3f8;
}

.explain_section .btn-box .btn-item {
  display: inline-block;
  width: 260px;
  height: 42px;
  line-height: 42px;
  background: #d19d5c;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  font-size: 16px;
  color: #fff;
}

.explain_section .btn-box .btn-item:hover {
  opacity: 0.8;
}

.explain_section .list_box {
  width: 1010px;
  background: #fff;
  min-height: 180px;
  margin: 30px auto 30px auto;
}

.explain_section .list_box ul {
  width: 251px;
  border-right: solid 1px #25262c;
  height: 136px;
  margin: 24px 0;
}

.explain_section .list_box ul:last-child {
  border-right: none;
}

.explain_section .list_box ul li {
  margin: 0 30px 15px 48px;
  line-height: 30px;
  border-bottom: solid 1px #25262c;
  font-size: 14px;
  color: #25262c;
  position: relative;
}

.explain_section .list_box ul li .icon {
  top: 4px;
  left: -30px;
}

.explain_section .list_box ul li a {
  color: #25262c;
}

.explain_section .list_box ul li:hover,
.explain_section .list_box ul li a:hover {
  color: #d19d5c;
  cursor: pointer;
}

/*收集信息*/
.bottom_form {
  padding: 78px 0;
  background: url("../image/bottom_form_bg1646274444007.png") no-repeat center;
}

.bottom_form .icon {
  top: 50%;
  margin: -85px 0 0 90px;
}

.bottom_form .form_box {
  width: 316px;
  margin: 0 100px 0 0;
  background: #d9dae5;
  padding: 36px 28px;
}

.bottom_form .form_box h1 {
  font-size: 18px;
  color: #212121;
  padding: 0 0 25px 0;
}

.bottom_form .form_box .input-item {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-indent: 16px;
  font-size: 14px;
  color: #212121;
  margin: 0 0 12px 0;
}

.bottom_form .form_box .input-btn {
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #d19d5c;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  font-size: 14px;
  color: #fff;
  margin: 10px 0 0 0;
}

.bottom_form .form_box .input-btn:hover {
  opacity: 0.8;
}


/*划过光束效果*/
.light i {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0;
  left: -150px;
  overflow: hidden;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
}

.light:hover i {
  left: 150%;
  transition: left 1s ease 0s;
}

.dalibao {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .dalibao-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.daxia {
  margin-top: 10px;
}

.dalibao1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pointer1 {
  margin-left: 668px !important;
}

#leyuform {
  margin-left: -88px;
  /* background-color: green; */
  width: 394px;
  height: 246px;
}

.form_ele1 {
  padding: 0 !important;
}

.tit {
  width: 100%;
  height: 300px;
}

.swiper-slide1 {
  width: 1920px !important;
  margin: 0 auto;
}
.btnbox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  /* width: 700px; */
  /* height: 52px; */
  /* background-color: #fff; */
  left:644px;
  bottom: 50px;
}
.btnbox div{
  cursor: pointer;
  width: 280px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  border-radius: 25px;
  font-family: "思源宋体 CN";
  background:linear-gradient(to top,#c69650,#d7a864,#ecc080);
}
.titlebox{
  position: absolute;
  left: 670px;
  top:40px;
  font-weight: 700;
  color: #ffffff;
  height: 148px;
  line-height: 148px;
  font-size: 60px;
  font-family: "思源宋体 CN";
}
.titlebox span,.titlebox i{
  font-size: 100px;
  background:linear-gradient(to bottom, #ffffff 30%,#ecc080) ;
  -webkit-background-clip: text;
  color: transparent;
}
.titlebox i{
  font-size: 60px;
  font-style: normal;
}
.hz{
  position: absolute;
  left: 679px;
  top: 187px;
  /* font-weight: 700; */
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  font-size: 32px;
  font-family: "思源宋体 CN";
}
.zjjs,.afp,.jjcy,.cfa,.qtkc{
  position: absolute;
  left: 420px;
  top: 296px;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  font-size: 28px;
  font-family: "思源宋体 CN";
}
.afp{
  left: 724px;
}
.jjcy{  
  left: 952px;
}
.cfa{
  left: 1164px;
}
.qtkc{
  left: 1368px;
}
.last{
  position: absolute;
  left: 740px;
  bottom: 144px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.last li{
  /* width:95px ; */
  cursor: pointer;
  height: 30px;
  margin-right:108px;
  line-height:30px ;
  font-size: 18px;
  color: #ffffff;
  /* background-color: rgba(255, 255, 255, 0.384); */
}
.swiper-slide1 div{
  cursor: pointer;
}





.course-highlights {
  /* margin-top: 30px; */
  width: 100%;
  height: 300px;
  /* background: url("http://jkapi.jinkaoedu.com/img/2022/07/05/bg@2x1656989251908.jpg") no-repeat;
  background-size: cover;
  background-position: center; */
}

.course-highlights .highlights-title {
  box-sizing: border-box;
  height: 115px;
  line-height: 37px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgb(0, 0, 0);
}

.highlight-item {
  width: 349px !important;
  margin-right: 18px!important;
  transition-duration: 0ms;
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1);
  z-index: -1;
  /* width:346px; */
  height: 119px !important;
  background: rgba(255, 255, 255, 1);
  border-radius: 8px 0px 36px 8px;
  opacity: 0.8;
  padding: 15px 21px;
  overflow: hidden;
  border: 1px solid #50E3C2;
}
.highlight-item .swiper-slide-active1{
  border: 1px solid #0E41B7;
}
.highlight-item p {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(35, 46, 89, 1);
  line-height: 24px;
  margin-bottom: 15px;
}

.highlight-item.swiper-slide-active {
  opacity: 1;
  width: 430px;
  height: 140px;
  background: rgba(255, 255, 255, 1);
  border-radius: 8px 0px 36px 8px;
  padding: 23px 11px;
  border: 1px solid #0E41B7;
  font-family: PingFangSC-Regular, PingFang SC;
}

.highlight-item.swiper-slide-active p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(35, 46, 89, 1);
  line-height: 24px;
  margin-bottom: 21px;
}

.highlight-item .tags span {
  text-align: center;
  display: inline-block;
  margin-right: 12px;
  width: 70px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  font-size: 12px;
}

.tags span:nth-child(1) {
  color: rgba(141, 89, 191, 1);
  background: rgba(248, 240, 255, 1);
  border: 1px solid rgba(235, 214, 255, 1);
}

.tags span:nth-child(2) {
  color: rgba(67, 92, 203, 1);
  background: rgba(237, 240, 255, 1);
  border: 1px solid rgba(216, 223, 255, 1);
}

.tags span:nth-child(3) {
  color: rgba(67, 92, 203, 1);
  background: rgba(238, 246, 255, 1);
  border: 1px solid rgba(203, 227, 255, 1);
}

.category-row .course-ul .course-occupy-img {
  display: block;
  background: url('http://www.huajinjinkao.com/afpppci/static/image/bg_no_more_course@2x.png') no-repeat;
  background-size: contain;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.w-1200 {
  width: 1200px;
  margin: 0 auto;
}