* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.h1,
.h2,
.h3,
.h4 {
  margin: 0;
}
.over1 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over2 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over3 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over4 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over8 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title {
  text-align: center;
  font-size: 32px;
  color: #333;
}
.sub_title {
  text-align: center;
  padding: 20px 0;
}
ul,
li {
  list-style: none;
}
body {
  overflow-x: hidden;
}
a,
.link {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
  object-fit: cover;
}
.cover_box .cover {
  width: 100%;
}
.cover {
  width: 100%;
}
.box_shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.box_radius {
  border-radius: 4px;
}
.title {
  font-size: 30px;
  font-weight: 400;
  color: #000;
}
.font_weight {
  font-weight: 600;
}
.lead {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
.uppercase {
  text-transform: uppercase;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.btn:focus {
  border: none !important;
  outline: none !important;
}
.demo_page {
  text-align: center;
}
.demo_page .layui-laypage a:hover {
  color: #333;
}
.demo_page a,
.demo_page span {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
body {
  padding-top: 152px;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  opacity: 0.2;
}
body::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.medium-zoom-image--opened {
  z-index: 10;
}
.layui-input:focus {
  box-shadow: 0 0 0 1px rgba(121, 181, 85, 0.3);
}
.layui-textarea:focus {
  box-shadow: 0 0 0 1px rgba(121, 181, 85, 0.3);
}
.modal .modal-dialog {
  width: 420px;
  top: 50%;
  transform: translateY(-50%) !important;
}
.modal .modal-dialog .modal-title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.paging .nav_box {
  text-align: center;
}
.paging .nav_box .pagination {
  display: flex;
  justify-content: center;
}
.paging .nav_box .pagination li {
  display: inline-block;
  margin: 0 3px;
}
.paging .nav_box .pagination li a {
  color: #79b554;
}
.paging .nav_box .pagination .active a {
  background-color: #79b554;
  border-color: #79b554;
  color: #fff;
}
.more .link {
  width: 170px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9F9F9F;
  background: #fff;
  transition: all 0.7s ease-in-out;
}
.more .link .text {
  font-size: 18px;
  color: #9F9F9F;
}
.more .link .iconfont {
  font-size: 18px;
  color: #9F9F9F;
  padding-left: 4px;
}
.more .link:hover {
  background: #79b554;
  border-color: #79b554;
  box-shadow: 0 0 3px rgba(121, 181, 85, 0.5);
  transform: scale(1.1);
}
.more .link:hover .text {
  color: #fff;
}
.more .link:hover .iconfont {
  color: #fff;
}
.consult .btn {
  width: 190px;
  height: 52px;
  border-radius: 26.5px;
  background: #79b554;
  text-align: center;
  line-height: 52px;
  font-size: 22px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 20;
}
.header .head {
  background: #79B555;
}
.header .head .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px;
}
.header .head .wrap .h1 {
  font-size: 14px;
  color: #fff;
}
.header .head .wrap .right_box {
  display: flex;
  align-items: center;
}
.header .head .wrap .right_box .login {
  padding: 0 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .head .wrap .right_box .login .iconfont {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.header .head .wrap .right_box .login .text {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding-left: 6px;
}
.header .head .wrap .right_box .language_box {
  padding: 0 30px;
  position: relative;
}
.header .head .wrap .right_box .language_box .select_box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .head .wrap .right_box .language_box .select_box .cover {
  width: 20px;
}
.header .head .wrap .right_box .language_box .select_box .text {
  font-size: 14px;
  line-height: 24px;
  padding: 0 5px;
  color: #fff;
}
.header .head .wrap .right_box .language_box .select_box .iconfont {
  font-size: 12px;
  line-height: 22px;
  color: #fff;
}
.header .head .wrap .right_box .language_box .list {
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: none;
  z-index: 10;
  border: 2px solid #79b554;
  box-shadow: 0 0 3px rgba(121, 181, 85, 0.3);
}
.header .head .wrap .right_box .language_box .list .li .link {
  padding: 10px;
  display: flex;
  align-items: center;
}
.header .head .wrap .right_box .language_box .list .li .link .cover_box {
  width: 20px;
}
.header .head .wrap .right_box .language_box .list .li .link .text {
  font-size: 14px;
  color: #000;
  padding-left: 5px;
}
.header .head .wrap .right_box .language_box .list .active {
  background: #79b554;
}
.header .head .wrap .right_box .language_box .list .active .link .text {
  color: #fff;
}
.header .nav {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav .logo {
  width: 140px;
}
.header .nav .right_box {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .nav .right_box .list {
  display: flex;
  justify-content: end;
}
.header .nav .right_box .list .li {
  padding: 0 20px;
}
.header .nav .right_box .list .li .link {
  font-size: 16px;
  color: #000;
}
.header .nav .right_box .list .li .link:hover {
  color: #79B555;
}
.header .nav .right_box .list .active .link {
  color: #79B555;
}
.header .nav .right_box .menu {
  cursor: pointer;
  width: 26px;
  height: 16px;
  position: relative;
  display: none;
}
.header .nav .right_box .menu .lis {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease;
  border-radius: 2px;
  background: #333;
  transform-origin: 50% 50%;
}
.header .nav .right_box .menu .lis:nth-child(1) {
  top: 0;
}
.header .nav .right_box .menu .lis:nth-child(2) {
  width: 60%;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
}
.header .nav .right_box .menu .lis:nth-child(3) {
  top: 98%;
}
.header .nav .right_box .active .lis:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .nav .right_box .active .lis:nth-child(2) {
  display: none;
}
.header .nav .right_box .active .lis:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.login_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 30;
  display: none;
}
.login_popup .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1300px;
  width: 100%;
  height: 665px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 80px;
}
.login_popup .content .clear {
  position: absolute;
  top: 20px;
  right: 20px;
}
.login_popup .content .clear .iconfont {
  font-size: 32px;
  font-weight: 500;
  cursor: pointer;
}
.login_popup .content .head_tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login_popup .content .head_tabs .h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  flex: 1;
  cursor: pointer;
  user-select: none;
}
.login_popup .content .head_tabs .active {
  font-size: 34px;
  color: #79B555;
}
.login_popup .content .form {
  width: 450px;
}
.login_popup .content .box {
  margin: 30px 0;
  border-radius: 45px;
}
.login_popup .content .box .input {
  height: 50px;
  border-radius: 45px;
  padding: 0 20px;
}
.login_popup .content .box .btn {
  width: 100%;
  height: 50px;
  border-radius: 45px;
  font-size: 22px;
  color: #fff;
  background: linear-gradient(360deg, #538435 0%, #79b555 100%);
}
.login_popup .content .box .btn .text {
  display: none;
}
.login_popup .content .box .btn .active {
  display: block;
}
.login_popup .content .btn_box {
  margin-top: 30px;
}
.login_popup .content .desc {
  font-size: 16px;
  color: #BCBCBC;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.login_popup .content .desc .text {
  display: none;
}
.login_popup .content .desc .active {
  display: block;
}
.login_popup .content .desc:hover {
  color: #79B555;
}
.login_popup .content .tabs {
  display: none;
}
.login_popup .content .tabs .code_wrap {
  display: flex;
}
.login_popup .content .tabs .code_wrap .left_code {
  text-align: center;
}
.login_popup .content .tabs .code_wrap .left_code .desc_box {
  padding: 14px 0;
}
.login_popup .content .tabs .code_wrap .left_code .desc_box .iconfont {
  color: #79B555;
  font-weight: 500;
  font-size: 18px;
}
.login_popup .content .tabs .code_wrap .left_code .desc_box .text {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.login_popup .content .tabs .code_wrap .code_content {
  padding-left: 20px;
}
.login_popup .content .tabs .code_wrap .code_content .head_portrait {
  display: flex;
  align-items: center;
}
.login_popup .content .tabs .code_wrap .code_content .head_portrait .head_img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.login_popup .content .tabs .code_wrap .code_content .head_portrait .right_head {
  padding-left: 10px;
}
.login_popup .content .tabs .code_wrap .code_content .head_portrait .right_head .name {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.login_popup .content .tabs .code_wrap .code_content .head_portrait .right_head .desc {
  font-size: 14px;
  color: #000;
}
.login_popup .content .tabs .code_wrap .code_content .mobile_box {
  margin-top: 10px;
}
.login_popup .content .tabs .code_wrap .code_content .mobile_box .name {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.login_popup .content .tabs .code_wrap .code_content .mobile_box .val {
  font-size: 14px;
  color: #3853A4;
}
.login_popup .content .active {
  display: block;
}
.title {
  text-align: left;
  font-size: 38px;
  color: #000;
  font-weight: 600;
}
.subhead {
  font-size: 18px;
  color: #9E9E9E;
  margin: 10px 0;
}
.img_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.container_padding {
  padding: 100px 0;
}
.common_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layui-layer-photos-toolbar {
  display: flex;
  justify-content: center;
}
.layui-layer-photos-toolbar h3 {
  height: 100px;
  line-height: 52px;
  flex: none;
}
.layui-layer-photos-toolbar a {
  width: 100px;
}
.line {
  width: 50px;
  height: 4px;
  border-radius: 4px;
  background: #79b554;
  transition: all 1s ease-in-out;
  margin-top: 3px;
}
.up_down .content {
  padding: 50px 0;
  border-top: 1px solid #EEEEEE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.up_down .content .left .box {
  padding: 10px 0;
}
.up_down .content .left .box .name {
  font-size: 18px;
  color: #000;
}
.up_down .content .left .box .link {
  width: auto;
  font-size: 18px;
  color: #A4A3A3;
}
.up_down .content .left .box:hover .name,
.up_down .content .left .box:hover .link {
  color: #79b554;
}
.up_down .content .right .link {
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 45px;
  color: #fff;
  font-size: 16px;
  background: #79b554;
}
.tabs_head {
  display: flex;
  justify-content: center;
}
.tabs_head .item {
  cursor: pointer;
  font-size: 18px;
  color: #A1A1A1;
  border: 1px solid #A1A1A1;
  border-radius: 45px;
  padding: 15px 40px;
  background: #fff;
  margin: 0 20px;
  user-select: none;
}
.tabs_head .active {
  background: #79b554;
  border-color: #79b554;
  color: #fff;
  box-shadow: 0 0 3px rgba(121, 181, 85, 0.5);
}
.certificate_query .content {
  padding: 20px 40px 20px 0;
}
.certificate_query .content .lead {
  font-size: 16px;
  line-height: 32px;
  color: #000;
}
.certificate_query .content .query_box {
  width: 170px;
  height: 44px;
  line-height: 44px;
  border-radius: 45px;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  background: #79b554;
  text-align: center;
  cursor: pointer;
}
.certificate_query .right_wrap .box .link {
  border: 2px solid #fff;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.certificate_query .right_wrap .box .link .icon .iconfont {
  font-size: 36px;
  color: #79b554;
}
.certificate_query .right_wrap .box .link .h3 {
  margin: 18px 0;
  font-size: 22px;
  color: #000;
  font-weight: 500;
}
.certificate_query .right_wrap .box .link .lead {
  font-size: 16px;
  line-height: 26px;
  color: #AAAAAA;
}
.certificate_query .right_wrap .box .link:hover {
  border-color: #79b554;
  box-shadow: 0 0 3px rgba(121, 181, 85, 0.5);
}
.certificate_query .right_wrap .box .link:hover .lead {
  color: #000;
}
.index .banner {
  position: relative;
}
.index .banner .index_banner .item {
  position: relative;
}
.index .banner .index_banner .item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 100%;
  padding: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 40px;
  text-align: center;
}
.index .banner .index_banner .item .content .h2 {
  font-size: 44px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}
.index .banner .index_banner .item .content .lead {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-top: 14px;
  letter-spacing: 1px;
}
.index .banner .index_banner .item .content .banner_consult {
  margin-top: 20px;
}
.index .banner .index_banner .item .content .banner_consult .btn {
  margin: auto;
  background: #79b554;
  border-radius: 45px;
  font-size: 22px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  min-width: 190px;
  padding: 0 40px;
  color: #fff;
}
.index .notice_content {
  position: relative;
  z-index: 10;
}
.index .notice_content .content {
  height: 110px;
  transform: translateY(-50%);
  background: #fff;
  padding: 0 30px;
  margin: 0;
}
.index .notice_content .content .item {
  height: 100%;
}
.index .notice_content .content .item .notice {
  height: 100%;
  display: flex;
  align-items: center;
}
.index .notice_content .content .item .notice .name {
  font-size: 16px;
  color: #79b554;
}
.index .notice_content .content .item .notice .notice_banner {
  flex: 1;
  height: 50px;
}
.index .notice_content .content .item .notice .notice_banner .item .lead {
  line-height: 50px;
}
.index .notice_content .content .search_box {
  display: flex;
  align-items: center;
}
.index .notice_content .content .search_box .search_form {
  width: 100%;
  position: relative;
}
.index .notice_content .content .search_box .search_form .search_input {
  height: 55px;
  border-radius: 45px;
  font-size: 16px;
  color: #000;
  background: #F9F9F9;
  padding-left: 20px;
}
.index .notice_content .content .search_box .search_form .layui-input-affix {
  width: 55px;
  height: 55px;
  line-height: 55px;
}
.index .notice_content .content .search_box .search_form .layui-input-affix .layui-icon {
  font-size: 26px;
  color: #79b554;
}
.index .notice_content .content .search_box .search_form .search_list {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 20px;
  display: none;
}
.index .notice_content .content .search_box .search_form .search_list::-webkit-scrollbar {
  width: 8px;
}
.index .notice_content .content .search_box .search_form .search_list::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  opacity: 0.2;
}
.index .notice_content .content .search_box .search_form .search_list::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 5px;
}
.index .notice_content .content .search_box .search_form .search_list::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.index .notice_content .content .search_box .search_form .search_list .title {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.index .notice_content .content .search_box .search_form .search_list .title span {
  display: none;
}
.index .notice_content .content .search_box .search_form .search_list .title .active {
  display: block;
}
.index .notice_content .content .search_box .search_form .search_list .ul {
  padding-top: 10px;
}
.index .notice_content .content .search_box .search_form .search_list .ul .li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.index .notice_content .content .search_box .search_form .search_list .ul .li .link {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  display: -webkit-box;
}
.index .notice_content .content .search_box .search_form .search_list .ul .li .link:hover {
  color: #79b554;
}
.index .about_us {
  padding: 10px 0 30px;
}
.index .about_us .content {
  padding-right: 50px;
}
.index .about_us .content p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-bottom: 0;
}
.index .about_us .content .lead {
  margin-top: 50px;
}
.index .about_us .more {
  margin-top: 50px;
}
.index .about_us .more .link {
  background: #79b554;
}
.index .about_us .more .link .text {
  color: #fff;
}
.index .about_us .more .link .iconfont {
  color: #fff;
}
.index .about_us .cover_box {
  position: relative;
}
.index .about_us .cover_box .cover {
  height: 430px;
}
.index .about_us .cover_box::after {
  content: '';
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 460px;
  height: 240px;
  background: #619144;
  z-index: -1;
}
.index .about_us .course_history {
  height: 200px;
  position: relative;
  margin-top: 70px;
}
.index .about_us .course_history::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #959595;
  transform: translateY(-50%);
}
.index .about_us .course_history .course_history_swiper .item {
  height: 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.index .about_us .course_history .course_history_swiper .item .h3 {
  font-size: 48px;
  color: #000;
  font-weight: 600;
}
.index .about_us .course_history .course_history_swiper .item .circle {
  margin: 25px 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.index .about_us .course_history .course_history_swiper .item .circle .heart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #6B6B6B;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.index .about_us .course_history .course_history_swiper .item .lead {
  color: #6B6B6B;
}
.index .about_us .course_history .course_history_swiper .swiper-slide-active .h3 {
  color: #79b554;
}
.index .about_us .course_history .course_history_swiper .swiper-slide-active .circle {
  background: rgba(121, 181, 85, 0.5);
}
.index .about_us .course_history .course_history_swiper .swiper-slide-active .circle .heart {
  background: #79b554;
}
.index .about_us .course_history .course_history_swiper .swiper-slide-active .lead {
  color: #79b554;
}
.index .serve .more .link {
  background: none;
}
.index .serve .more .link:hover {
  background: #79b554;
}
.index .serve .list {
  margin-top: 50px;
}
.index .serve .list .item {
  border: 2px solid #fff;
  padding: 60px 40px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.index .serve .list .item .icon {
  text-align: center;
}
.index .serve .list .item .icon .iconfont {
  display: inline-block;
  font-size: 50px;
  color: #000;
  transition: all 1s ease-in;
}
.index .serve .list .item .title {
  font-size: 22px;
  margin: 30px 0 20px;
  font-weight: 500;
  text-align: center;
}
.index .serve .list .item .desc {
  height: 100px;
}
.index .serve .list .item .desc .lead {
  font-size: 16px;
  line-height: 30px;
  color: #707070;
}
.index .serve .list .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: url(../img/index_serve_cover.png) no-repeat center;
}
.index .serve .list .item:hover {
  background: #79b554;
  border-color: #79b554;
  transform: translateY(-10px);
}
.index .serve .list .item:hover .icon .iconfont {
  color: #fff;
  transform: rotateY(180deg);
}
.index .serve .list .item:hover .title {
  color: #fff;
}
.index .serve .list .item:hover .desc .lead {
  color: #fff;
}
.index .honor_certificate {
  position: relative;
}
.index .honor_certificate .common_head {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1300px;
  width: 100%;
  padding: 0 15px;
  z-index: 3;
}
.index .honor_certificate .certificate_swiper_pc {
  display: block;
}
.index .honor_certificate .certificate_swiper_pc .cover_box .cover {
  height: 1100px;
}
.index .honor_certificate .certificate_swiper_h5 {
  display: none;
}
.index .news .common_head .left .title {
  color: #fff;
}
.index .news .common_head .left .subhead {
  color: #fff;
}
.index .news .common_head .more .link {
  background: none;
  border-color: #fff;
}
.index .news .common_head .more .link .text {
  color: #fff;
}
.index .news .common_head .more .link .iconfont {
  color: #fff;
}
.index .news .list {
  margin-top: 50px;
}
.index .news .list .index_news_swiper .item {
  position: relative;
  height: 490px;
}
.index .news .list .index_news_swiper .item .cover_box {
  height: 100%;
}
.index .news .list .index_news_swiper .item .cover_box .cover {
  height: 100%;
}
.index .news .list .index_news_swiper .item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.6);
  padding: 25px 20px;
}
.index .news .list .index_news_swiper .item .content .date {
  font-size: 16px;
  color: #fff;
}
.index .news .list .index_news_swiper .item .content .lead {
  letter-spacing: 1px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-top: 6px;
}
.index .news .list .content_list {
  height: 490px;
}
.index .news .list .content_list .box {
  margin-bottom: 20px;
}
.index .news .list .content_list .box .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 25px;
  background: #fff;
}
.index .news .list .content_list .box .link .date {
  width: 100px;
  height: 100px;
  background: #F9F9F9;
  padding: 10px;
  flex: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
}
.index .news .list .content_list .box .link .date .day {
  font-size: 38px;
  color: #9D9D9D;
  font-weight: 500;
}
.index .news .list .content_list .box .link .date .time {
  font-size: 16px;
  color: #9D9D9D;
  padding-top: 6px;
}
.index .news .list .content_list .box .link .right_content {
  flex: 1;
  padding-left: 25px;
}
.index .news .list .content_list .box .link .right_content .title {
  font-size: 20px;
  color: #000;
  transition: all 0.5s ease-in-out;
}
.index .news .list .content_list .box .link .right_content .lead {
  margin-top: 12px;
  font-size: 14px;
  color: #919191;
  line-height: 28px;
}
.index .news .list .content_list .box:last-child {
  margin-bottom: 0;
}
.index .news .list .content_list .active .link .date {
  background: #79b554;
}
.index .news .list .content_list .active .link .date .day {
  color: #fff;
}
.index .news .list .content_list .active .link .date .time {
  color: #fff;
}
.index .news .list .content_list .active .link .right_content .title {
  color: #79b554;
}
.index .cooperative_partner .list {
  margin-top: 50px;
}
.index .cooperative_partner .list .cover_box {
  margin-bottom: 30px;
  cursor: crosshair;
  color: #000;
  overflow: hidden;
  border: 1px solid #fff;
  transition: all 0.6s ease-in-out;
}
.index .cooperative_partner .list .cover_box .cover {
  transition: all 1s ease-in-out;
}
.index .cooperative_partner .list .cover_box:hover {
  box-shadow: 0 0 5px rgba(121, 181, 85, 0.5);
  border-color: #79b554;
  transform: translateY(-10px);
}
.index .cooperative_partner .list .cover_box:hover .cover {
  transform: scale(1.1);
}
.footer {
  background: #262626;
}
.footer .top {
  padding: 34px 50px 10px;
}
.footer .top .common_title {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.footer .top .line {
  margin: 6px 0 20px;
}
.footer .top .contact_us {
  padding-right: 50px;
}
.footer .top .contact_us .mobile {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.footer .top .contact_us .list {
  margin-top: 10px;
}
.footer .top .contact_us .list .li {
  display: flex;
  margin-bottom: 12px;
}
.footer .top .contact_us .list .li .iconfont {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.footer .top .contact_us .list .li .val {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding-left: 6px;
}
.footer .top .right {
  padding-left: 80px;
}
.footer .top .right .list_wrap .list .li {
  margin-bottom: 20px;
}
.footer .top .right .list_wrap .list .li .link {
  font-size: 14px;
  color: #fff;
}
.footer .top .right .list_wrap .list .li .link:hover {
  color: #79b554;
}
.footer .top .right .right_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .top .right .right_wrap .list_code {
  display: flex;
}
.footer .top .right .right_wrap .list_code .item .cover {
  width: 135px;
  height: 135px;
}
.footer .top .right .right_wrap .list_code .item .lead {
  margin: 10px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.footer .top .right .right_wrap .list_code .item:first-child {
  margin-right: 35px;
}
.footer .copyright {
  background: #141414;
  padding: 16px 5px;
  text-align: center;
}
.footer .copyright .text {
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  padding-right: 50px;
}
.footer .copyright .link {
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  width: auto;
}
.common_banner {
  position: relative;
}
.common_banner .cover_box {
  overflow: hidden;
}
.common_banner .cover_box .cover {
  min-height: 550px;
}
.common_banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1300px;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 0 15px;
}
.common_banner .content .wrap {
  width: 70%;
}
.common_banner .content .h3 {
  font-size: 46px;
  color: #fff;
}
.common_banner .content .lead {
  font-size: 26px;
  color: #fff;
  line-height: 42px;
  letter-spacing: 1px;
  margin-top: 20px;
}
.about_us .desc .cover_wrap {
  position: relative;
  width: 510px;
}
.about_us .desc .cover_wrap .cover1 {
  width: 410px;
  height: 488px;
}
.about_us .desc .cover_wrap .cover1 .cover {
  height: 100%;
}
.about_us .desc .cover_wrap .cover2 {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 250px;
  height: 360px;
}
.about_us .desc .cover_wrap .cover2 .cover {
  height: 100%;
}
.about_us .desc .content {
  padding-left: 80px;
  padding-top: 30px;
}
.about_us .desc .content .title {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.about_us .desc .content .wrap {
  margin-top: 30px;
}
.about_us .desc .content .lead,
.about_us .desc .content p {
  font-size: 16px;
  color: #000;
  text-indent: 2em;
  line-height: 30px;
  margin-bottom: 10px;
}
.about_us .culture {
  background: #FBFBFB;
}
.about_us .culture .head {
  text-align: center;
}
.about_us .culture .head .title {
  font-size: 32px;
  color: #000;
  text-align: center;
}
.about_us .culture .content {
  padding: 46px 0;
}
.about_us .culture .content .lead {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.about_us .culture .left_box {
  padding: 20px 50px 20px 0;
}
.about_us .culture .left_box .lead {
  font-size: 14px;
  color: #000;
  line-height: 28px;
}
.about_us .culture .right_box {
  position: relative;
  padding: 0;
}
.about_us .culture .right_box .culture_swiper .cover_box .cover {
  height: 280px;
}
.about_us .culture .right_box .culture_pageing {
  position: absolute;
  left: -250px;
  bottom: 0;
  width: 250px;
  height: 70px;
  background: #79b554;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.about_us .culture .right_box .culture_pageing .icon {
  cursor: pointer;
  padding: 0 30px;
}
.about_us .culture .right_box .culture_pageing .icon .iconfont {
  font-size: 20px;
  color: #fff;
}
.about_us .culture .right_box .culture_pageing .cp_content {
  flex: 1;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.about_us .culture .right_box .culture_pageing .cp_content .across {
  padding: 0 4px;
}
.about_us .development_history {
  padding: 130px 0;
  background-repeat: no-repeat;
}
.about_us .development_history .h3 {
  font-size: 38px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.about_us .development_history .subhead {
  font-size: 18px;
  color: #DFDFDF;
  text-align: center;
  margin: 20px 0;
}
.about_us .development_history .wrap {
  margin-top: 80px;
  background: #fff;
  padding: 30px 80px;
}
.about_us .development_history .wrap .date_swiper .item {
  text-align: center;
  font-size: 18px;
  color: #5E5E5E;
  letter-spacing: 1px;
  height: 100px;
  position: relative;
  padding-bottom: 20px;
}
.about_us .development_history .wrap .date_swiper .item .date {
  height: 60px;
  line-height: 60px;
  display: inline-block;
  cursor: pointer;
}
.about_us .development_history .wrap .date_swiper .item .dot {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #c1c1c1;
  border-radius: 50%;
  margin: auto;
  transition: all 0.3s ease-in;
}
.about_us .development_history .wrap .date_swiper .swiper-slide-active {
  color: #000;
  font-weight: 600;
  font-size: 22px;
}
.about_us .development_history .wrap .date_swiper .swiper-slide-active .dot {
  bottom: 15px;
  width: 20px;
  height: 20px;
  background: #79b554;
}
.about_us .development_history .wrap .date_swiper .swiper-slide-active .dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  background: #79b554;
  opacity: 0.1;
  border-radius: 50%;
}
.about_us .development_history .wrap .date_swiper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25px;
  height: 1px;
  background: #CCCCCC;
}
.about_us .development_history .wrap .content_swiper {
  padding: 50px 0 30px;
}
.about_us .development_history .wrap .content_swiper .item {
  cursor: pointer;
  padding: 20px;
}
.about_us .development_history .wrap .content_swiper .item .date {
  font-size: 30px;
  color: #545454;
  font-weight: 500;
  margin-bottom: 20px;
}
.about_us .development_history .wrap .content_swiper .item .lead {
  font-size: 14px;
  color: #9F9F9F;
  line-height: 30px;
  height: 120px;
}
.about_us .development_history .wrap .content_swiper .swiper-slide-active {
  padding: 30px 20px 40px;
  transform: translateY(-10px);
  background: #79b554;
}
.about_us .development_history .wrap .content_swiper .swiper-slide-active .date {
  color: #fff;
  font-weight: 500;
}
.about_us .development_history .wrap .content_swiper .swiper-slide-active .lead {
  font-size: 16px;
  color: #fff;
}
.about_us .honor .head {
  text-align: center;
}
.about_us .honor .head .title {
  text-align: center;
}
.about_us .honor .honor_content {
  margin-top: 80px;
}
.about_us .honor .honor_content .data_desc .name {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.about_us .honor .honor_content .data_desc .list {
  padding-top: 10px;
  display: flex;
}
.about_us .honor .honor_content .data_desc .list .box {
  padding: 0 30px;
}
.about_us .honor .honor_content .data_desc .list .box .top .num {
  font-size: 34px;
  color: #000;
  font-weight: 600;
}
.about_us .honor .honor_content .data_desc .list .box .top .add {
  font-size: 24px;
  color: #000;
}
.about_us .honor .honor_content .data_desc .list .box .text {
  font-size: 14px;
  color: #818181;
}
.about_us .honor .honor_content .data_desc .list .box:first-child {
  padding-left: 0;
}
.about_us .honor .honor_content .honor_swiper {
  margin-top: 40px;
}
.about_us .honor .honor_content .honor_swiper .item {
  cursor: pointer;
  padding: 20px;
  position: relative;
}
.about_us .honor .honor_content .honor_swiper .item::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.6s;
}
.about_us .honor .honor_content .honor_swiper .item:hover::before {
  left: 0;
  top: 0;
  opacity: 1;
}
.about_us .team_introduction .head {
  text-align: center;
}
.about_us .team_introduction .head .title {
  text-align: center;
}
.about_us .team_introduction .content {
  margin-top: 100px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.about_us .team_introduction .content::after {
  content: '';
  position: absolute;
  top: -30px;
  left: -30px;
  width: 700px;
  height: 470px;
  background-color: #DCE2E8;
  z-index: -1;
}
.about_us .team_introduction .content .wrap {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 50px;
  height: 620px;
}
.about_us .team_introduction .content .top_list {
  position: relative;
}
.about_us .team_introduction .content .top_list .item {
  display: none;
}
.about_us .team_introduction .content .top_list .item .cover_box {
  width: 330px;
  height: 380px;
  transform: translateY(-120px);
}
.about_us .team_introduction .content .top_list .item .cover_box .cover {
  height: 100%;
}
.about_us .team_introduction .content .top_list .item .right_content .name {
  font-size: 28px;
  color: #000;
  font-weight: 600;
}
.about_us .team_introduction .content .top_list .item .right_content .desc {
  font-size: 18px;
  color: #686868;
  padding: 10px 0;
}
.about_us .team_introduction .content .top_list .item .right_content .lead {
  margin: 30px 0;
  font-size: 16px;
  color: #000;
  line-height: 26px;
}
.about_us .team_introduction .content .top_list .active {
  display: block;
}
.about_us .team_introduction .content .top_list .arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.about_us .team_introduction .content .top_list .arrow .icon {
  padding: 20px;
  cursor: pointer;
}
.about_us .team_introduction .content .top_list .arrow .icon .iconfont {
  font-size: 26px;
  color: #B2B2B2;
}
.about_us .team_introduction .content .top_list .arrow .icon:hover .iconfont {
  color: #79b554;
}
.about_us .team_introduction .content .top_list .arrow .icon:first-child {
  padding-left: 0;
}
.about_us .team_introduction .content .bottom_list {
  transform: translateY(-80px);
}
.about_us .team_introduction .content .bottom_list .team_swiper .item {
  border: 10px solid #fff;
  cursor: pointer;
}
.about_us .team_introduction .content .bottom_list .team_swiper .item .cover_box .cover {
  height: 190px;
}
.about_us .team_introduction .content .bottom_list .team_swiper .active {
  border-color: #79b554;
}
.service .main .list .item {
  padding: 100px 0;
}
.service .main .list .item .box {
  padding: 0 30px;
}
.service .main .list .item .box .cover_box {
  overflow: hidden;
  height: 420px;
}
.service .main .list .item .box .cover_box .cover {
  height: 100%;
  transition: all 0.6s ease-in-out;
}
.service .main .list .item .box .cover_box:hover {
  box-shadow: 0 0 5px rgba(121, 181, 85, 0.5);
}
.service .main .list .item .box .cover_box:hover .cover {
  transform: scale(1.1);
}
.service .main .list .item .box .content {
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service .main .list .item .box .content .title {
  font-size: 30px;
  color: #000;
  font-weight: 600;
}
.service .main .list .item .box .content .line {
  margin: 10px 0;
}
.service .main .list .item .box .content .lead,
.service .main .list .item .box .content p {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  text-indent: 2em;
  margin: 30px 0;
}
.service .main .list .item:nth-child(even) {
  background: #FBFBFB;
}
.service .main .list .item:nth-child(even) .row {
  display: flex;
  flex-flow: row-reverse;
}
.services_details ul {
    list-style: initial;
}
.services_details .main .details_banner .wrap {
  display: flex;
  justify-content: center;
}
.services_details .main .details_banner .wrap .icon_box {
  width: 60px;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services_details .main .details_banner .wrap .icon_box .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}
.services_details .main .details_banner .wrap .icon_box .icon .iconfont {
  font-size: 40px;
  color: #D8D8D8;
  cursor: pointer;
}
.services_details .main .details_banner .wrap .icon_box .icon .iconfont:hover {
  color: #79b554;
}
.services_details .main .details_banner .wrap .details_swiper {
  width: 600px;
  margin: 0 20px;
}
.services_details .main .details_banner .wrap .details_swiper .item .cover_box {
  overflow: hidden;
  text-align: center;
  max-width: 600px;
}
.services_details .main .details_banner .wrap .details_swiper .item .cover_box .cover {
  
}
.services_details .main .introduce .container_padding {
    padding-top: 0;
}
.services_details .main .introduce .title {
  font-size: 28px;
}
.services_details .main .introduce .line {
  margin: 10px 0;
}
.services_details .main .introduce .subhead {
  font-size: 20px;
  color: #000;
  margin: 30px 0;
  font-weight: 500;
}
.services_details .main .introduce .tabs .introduce_tabs_head {
  overflow: hidden;
  background: #fff;
}
.services_details .main .introduce .tabs .introduce_tabs_head .box {
  cursor: pointer;
  padding: 0 20px;
  font-size: 16px;
  line-height: 26px;
  color: #515151;
  text-align: center;
  position: relative;
  user-select: none;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.services_details .main .introduce .tabs .introduce_tabs_head .box:nth-child(even)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 50%;
  background: #DFDFDF;
  transform: translateY(-50%);
}
.services_details .main .introduce .tabs .introduce_tabs_head .box:nth-child(even)::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50%;
  background: #DFDFDF;
  transform: translateY(-50%);
}
.services_details .main .introduce .tabs .introduce_tabs_head .active {
  background: #79b554;
  color: #fff;
}
.services_details .main .introduce .tabs .tabs_content {
  display: none;
  margin-top: 50px;
}
.services_details .main .introduce .tabs .tabs_content .cover_box {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.services_details .main .introduce .tabs .tabs_content li {
    list-style: initial;
}
/*.services_details .main .introduce .tabs .tabs_content .content,*/
/*.services_details .main .introduce .tabs .tabs_content p,*/
/*.services_details .main .introduce .tabs .tabs_content span,*/
/*.services_details .main .introduce .tabs .tabs_content div, li {*/
/*  font-size: 16px;*/
/*  color: #5A5A5A;*/
/*  line-height: 30px;*/
/*}*/
.services_details .main .introduce .tabs .active {
  display: block;
}
.news {
  background: #FBFBFB;
}
.news .main .list {
  padding: 80px 0 20px;
  display: none;
}
.news .main .list .item {
  margin-bottom: 50px;
  border: 1px solid #fff;
  transition: all 1s ease-in-out;
}
.news .main .list .item .link {
  padding: 25px;
  background: #fff;
}
.news .main .list .item .link .cover_box {
  overflow: hidden;
}
.news .main .list .item .link .cover_box .cover {
  transition: all 1s ease-in-out;
}
.news .main .list .item .link .content {
  padding: 30px 0;
}
.news .main .list .item .link .content .title {
  font-size: 24px;
  color: #000;
}
.news .main .list .item .link .content .date {
  margin: 14px 0 20px;
  font-size: 18px;
  color: #A1A1A1;
}
.news .main .list .item .link .content .lead,
.news .main .list .item .link .content p {
  font-size: 16px;
  color: #A1A1A1;
  line-height: 28px;
}
.news .main .list .item:hover {
  box-shadow: 0 0 3px rgba(121, 181, 85, 0.5);
  border-color: #79b554;
}
.news .main .list .item:hover .cover {
  transform: scale(1.1);
}
.news .main .list .item:hover .content .title {
  color: #79b554;
}
.news .main .active {
  display: block;
}
.details {
  background: #FBFBFB;
}
.details .main .title {
  font-size: 34px;
  color: #000;
  text-align: center;
  line-height: 48px;
}
.details .main .author {
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 50px;
}
.details .main .author span {
  font-size: 16px;
  color: #B5B5B5;
  line-height: 28px;
  padding: 0 30px;
}
.details .main .content p,
.details .main .content div,
.details .main .content span.lead {
  font-size: 16px;
  line-height: 28px;
  color: #464646;
  text-indent: 2em;
  margin-bottom: 10px;
}
.details .main .content .cover_box {
  margin: 10px 10px 0;
  width: 45%;
  display: inline-block;
}
.download {
  background: #FBFBFB;
}
.download .main .search_wrap {
  margin-top: 70px;
  margin-bottom: 50px;
  padding: 25px;
  background: #fff;
}
.download .main .search_wrap .search .search_form {
  width: 100%;
}
.download .main .search_wrap .search .search_form .search_input {
  height: 55px;
  border-radius: 45px;
  font-size: 16px;
  color: #000;
  background: #F9F9F9;
  padding-left: 20px;
}
.download .main .search_wrap .search .search_form .layui-input-affix {
  width: 55px;
  height: 55px;
  line-height: 55px;
}
.download .main .search_wrap .search .search_form .layui-input-affix .layui-icon {
  font-size: 26px;
  color: #79b554;
}
.download .main .search_wrap .history {
  display: flex;
  align-items: center;
}
.download .main .search_wrap .history .name {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  white-space: nowrap;
}
.download .main .search_wrap .history .list {
  height: 55px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.download .main .search_wrap .history .list .li {
  padding: 0 12px;
}
.download .main .search_wrap .history .list .li .link {
  font-size: 16px;
  color: #606060;
  white-space: nowrap;
}
.download .main .search_wrap .history .list .li .link:hover {
  color: #79b554;
}
.download .main .list {
  margin-bottom: 50px;
}
.download .main .list .item {
  margin-bottom: 30px;
}
.download .main .list .item .head {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  cursor: pointer;
}
.download .main .list .item .head .left .title {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.download .main .list .item .head .left .date {
  font-size: 18px;
  color: #A1A1A1;
  padding-top: 10px;
}
.download .main .list .item .head .icon .iconfont {
  display: inline-block;
  font-size: 24px;
  color: #707070;
  transition: all 0.6s ease-in-out;
}
.download .main .list .item .active .left .title {
  color: #79b554;
}
.download .main .list .item .active .icon .iconfont {
  transform: rotate(-180deg);
}
.download .main .list .item .ul {
  padding: 0;
  display: none;
}
.download .main .list .item .ul .li_box {
  padding: 0;
}
.download .main .list .item .ul .li {
  padding: 20px 40px;
  margin: 30px 0;
  background: #fff;
  transition: all 0.4s ease-in-out;
}
.download .main .list .item .ul .li .li_left {
  display: flex;
  align-items: center;
}
.download .main .list .item .ul .li .li_left .icon {
  width: 85px;
  flex: none;
}
.download .main .list .item .ul .li .li_left .content {
  padding-left: 50px;
  padding-top: 10px;
}
.download .main .list .item .ul .li .li_left .content .title {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.download .main .list .item .ul .li .li_left .content .subhead {
  font-size: 16px;
  color: #A1A1A1;
}
.download .main .list .item .ul .li .li_left .content .subhead .size {
  padding-right: 30px;
}
.download .main .list .item .ul .li .download_btn {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.download .main .list .item .ul .li .download_btn .link {
  background: #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  padding: 10px 0;
  font-size: 16px;
  color: #858585;
}
.download .main .list .item .ul .li .download_btn .link .text {
  padding-right: 10px;
}
.download .main .list .item .ul .li .download_btn .link .iconfont {
  font-size: 16px;
}
.download .main .list .item .ul .li .download_btn .link:hover {
  background: #79b554;
  color: #fff;
}
.download .main .list .item .ul .li:hover {
  background: #f5f5f5;
}
.consult {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  display: none;
}
.consult .wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.consult .wrap .content {
  width: 460px;
  height: 580px;
  padding: 50px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.consult .wrap .content .clear {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  cursor: pointer;
}
.consult .wrap .content .clear .iconfont {
  font-size: 26px;
  color: #fff;
}
.consult .wrap .content .portrait {
  display: flex;
  align-items: center;
}
.consult .wrap .content .portrait .cover_box {
  width: 60px;
  height: 60px;
}
.consult .wrap .content .portrait .portrait_content {
  padding-left: 10px;
}
.consult .wrap .content .portrait .portrait_content .name {
  font-size: 20px;
  color: #fff;
}
.consult .wrap .content .portrait .portrait_content .desc {
  font-size: 12px;
  color: #fff;
  padding-top: 3px;
}
.consult .wrap .content .code {
  padding: 30px 0;
  text-align: center;
}
.consult .wrap .content .code .cover_box {
  width: 250px;
  margin: auto;
}
.consult .wrap .content .code .lead {
  padding-top: 10px;
}
.consult .wrap .content .code .lead .iconfont {
  font-size: 20px;
  color: #09BB07;
}
.consult .wrap .content .code .lead .text {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  padding-left: 3px;
}
.consult .wrap .content .desc {
  text-align: center;
  font-size: 14px;
  color: #C1C1C1;
}
.consult .wrap .content .desc .text {
  position: relative;
}
.consult .wrap .content .desc .text::after,
.consult .wrap .content .desc .text::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
  height: 1px;
  background: #CCCCCC;
}
.consult .wrap .content .desc .text::after {
  left: -100%;
}
.consult .wrap .content .desc .text::before {
  right: -100%;
}
.consult .wrap .content .mobile {
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-top: 30px;
}
.consult .wrap .content .mobile .num {
  color: #3853A4;
}
.consult_open {
  display: block;
}
.consult_open .wrap {
  opacity: 1;
}
.certificate .main .form_wrap {
  padding: 100px 0 50px;
}
.certificate .main .form_wrap .title {
  text-align: center;
  font-size: 38px;
  color: #000;
  font-weight: 600;
}
.certificate .main .form_wrap .subhead {
  font-size: 18px;
  line-height: 30px;
  color: #B8B8B8;
  text-align: center;
}
.certificate .main .form_wrap .form_box {
  padding-top: 50px;
}
.certificate .main .form_wrap .form_box .li .item {
  margin-bottom: 30px;
}
.certificate .main .form_wrap .form_box .li .item .name {
  font-size: 18px;
  color: #000;
  padding-left: 10px;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 10px;
}
.certificate .main .form_wrap .form_box .li .item .name::after {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  color: #FF0000;
  font-size: 18px;
}
.certificate .main .form_wrap .form_box .li .item .name .span {
  font-size: 16px;
  color:rgba(117, 117, 117, 1)
}
.certificate .main .form_wrap .form_box .li .item .layui-input {
  height: 55px;
  border: 1px solid #DCDCDC;
}
.certificate .main .form_wrap .form_box .li .item .layui-form-select dl {
  top: 55px;
}
.certificate .main .form_wrap .form_box .li .item .layui-form-select dl dd.layui-this {
  color: #79b554;
}
.certificate .main .form_wrap .form_box .btn_box .certificate_btn {
  background: #79b554;
  padding: 0 30px;
  min-width: 120px;
}
.certificate .main .form_wrap .form_box .btn_box .certificate_reset {
  background: #C2C2C2;
  min-width: 120px;
}
.certificate .main .query_result {
  background: #FBFBFB;
}
.certificate .main .query_result .head .title {
  font-size: 30px;
}
.certificate .main .query_result .head .line {
  margin-top: 5px;
}
.certificate .main .query_result .list {
  padding-top: 50px;
}
.certificate .main .query_result .list .item {
  margin-bottom: 30px;
}
.certificate .main .query_result .list .item .link {
  padding: 20px;
  background: #fff;
  transition: all 0.6s ease-in;
}
.certificate .main .query_result .list .item .link .cover_box {
  border: 3px solid #79b554;
  height: 260px;
  overflow: hidden;
}
.certificate .main .query_result .list .item .link .cover_box .cover {
  height: 100%;
  transition: all 0.6s ease-in;
}
.certificate .main .query_result .list .item .link .lead {
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
}
.certificate .main .query_result .list .item .link:hover {
  box-shadow: 0 0 6px rgba(121, 181, 85, 0.5);
}
.certificate .main .query_result .list .item .link:hover .cover {
  transform: scale(1.1);
}
.certificate_details .main .wrap {
  max-width: 1000px;
  width: 100%;
  background: #fff;
  padding: 40px;
  margin: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.certificate_details .main .wrap .title {
  font-size: 30px;
  text-align: center;
}
.certificate_details .main .wrap .cover_box {
  margin-top: 40px;
  border: 8px solid #79b554;
}
.certificate_details .main .btn_box {
  margin-top: 70px;
  text-align: center;
}
.certificate_details .main .btn_box .btn {
  display: inline-block;
  height: 50px;
  margin: 0 30px;
}
.certificate_details .main .btn_box .btn .link {
  min-width: 170px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.certificate_details .main .btn_box .btn .download_btn {
  background: #79b554;
}
.certificate_details .main .btn_box .btn .result_btn {
  background: #BCBCBC;
}
.verification_code {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.verification_code .wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.verification_code .wrap .content {
  width: 750px;
  padding: 50px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.verification_code .wrap .content .clear {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  cursor: pointer;
}
.verification_code .wrap .content .clear .iconfont {
  font-size: 26px;
  color: #000;
}
.verification_code .wrap .content .title {
  margin-top: 20px;
  font-size: 24px;
  color: #000;
  text-align: center;
}
.verification_code .wrap .content .lead {
  font-size: 20px;
  color: #000;
  text-align: center;
  margin: 20px 0;
}
.verification_code .wrap .content .form_box {
  margin-top: 40px;
}
.verification_code .wrap .content .form_box .form .form_content {
  display: flex;
  justify-content: center;
}
.verification_code .wrap .content .form_box .form .input {
  margin: 0 20px;
  width: 80px;
  height: 80px;
  font-size: 40px;
  padding: 0;
  text-align: center;
}
.verification_code .wrap .content .form_box .form .btn_box {
  margin-top: 40px;
  text-align: center;
}
.verification_code .wrap .content .form_box .form .btn_box .download_btn {
  background: #79b554;
  min-width: 180px;
  height: 50px;
  font-size: 18px;
  padding: 0;
}
.verification_open {
  display: block;
}
.verification_open .wrap {
  opacity: 1;
}
.consult_message {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.consult_message .wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.consult_message .wrap .content {
  max-width: 1200px;
  width: 100%;
  padding: 50px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.consult_message .wrap .content .clear {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  cursor: pointer;
}
.consult_message .wrap .content .clear .iconfont {
  font-size: 26px;
  color: #000;
}
.consult_message .wrap .content .title {
  font-size: 24px;
  color: #000;
  text-align: center;
}
.consult_message .wrap .content .form_wrap {
  margin-top: 40px;
}
.consult_message .wrap .content .form_wrap .form .item {
  margin-bottom: 30px;
}
.consult_message .wrap .content .form_wrap .form .input {
  height: 60px;
  font-size: 16px;
  padding: 0 30px;
}
.consult_message .wrap .content .form_wrap .form .textarea {
  padding: 20px 30px;
  font-size: 16px;
}
.consult_message .wrap .content .form_wrap .form .btn_box {
  margin-top: 30px;
}
.consult_message .wrap .content .form_wrap .form .btn_box .btn {
  background: #79b554;
  min-width: 180px;
  height: 50px;
  font-size: 18px;
  padding: 0;
}
.message_open {
  display: block;
}
.message_open .wrap {
  opacity: 1;
}
.invite .main .wrap {
  border: 1px solid #F3F4F6;
  border-top: 5px solid #79b554;
}
.invite .main .wrap .head {
  display: flex;
  background: #EEEEEE;
}
.invite .main .wrap .head .hd {
  width: 20%;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.invite .main .wrap .list .li .item {
  background: #F3F4F6;
  display: flex;
  border: 1px solid #EEEEEE;
  cursor: pointer;
}
.invite .main .wrap .list .li .item .td {
  width: 20%;
  font-size: 16px;
  color: #000;
  text-align: center;
  height: 90px;
  line-height: 90px;
  user-select: none;
}
.invite .main .wrap .list .li .content {
  padding: 20px 60px;
  font-size: 16px;
  line-height: 28px;
  white-space: pre-line;
  display: none;
}
.invite .main .wrap .list .li .content .btn {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  background: #79b554;
  width: 170px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  padding: 0;
}
.invite .main .wrap .list .li:nth-child(even) .item {
  background: #fff;
}
.contact_us .introduction .title {
  font-size: 40px;
  line-height: 60px;
  color: #000;
  font-weight: 500;
}
.contact_us .introduction .desc {
  margin-top: 40px;
  font-size: 20px;
  line-height: 34px;
  color: #747474;
}
.contact_us .introduction .lead {
  font-size: 16px;
  line-height: 32px;
  color: #C1C1C1;
  word-break: keep-all;
}
.contact_us .introduction .map_wrap {
  margin-top: 30px;
}
.contact_us .introduction .map_wrap .row {
  margin: 0;
  padding: 0;
}
.contact_us .introduction .map_wrap .row .box {
  padding: 0;
}
.contact_us .introduction .map_wrap .row .box .map {
  height: 520px;
  background: #ccc;
}
.contact_us .introduction .map_wrap .row .box .content {
  height: 520px;
  background: #F5F6F8;
  padding: 50px 70px;
}
.contact_us .introduction .map_wrap .row .box .content .name {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #E9E9E9;
  padding: 25px 0;
}
.contact_us .introduction .map_wrap .row .box .content .mobile {
  font-size: 40px;
  color: #484848;
  font-weight: 600;
  padding: 25px 0 30px;
}
.contact_us .introduction .map_wrap .row .box .content .ul .li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.contact_us .introduction .map_wrap .row .box .content .ul .li .iconfont {
  font-size: 20px;
  line-height: 28px;
  color: #484848;
  font-weight: 500;
}
.contact_us .introduction .map_wrap .row .box .content .ul .li .text {
  font-size: 16px;
  line-height: 28px;
  color: #484848;
  padding-left: 6px;
  user-select: none;
}
.contact_us .introduction .map_wrap .row .box .content .bottom_box {
  padding-top: 50px;
}
.contact_us .introduction .map_wrap .row .box .content .bottom_box .bb_box {
  display: inline-block;
  margin-right: 50px;
  cursor: pointer;
}
.contact_us .introduction .map_wrap .row .box .content .bottom_box .bb_box .wx {
  width: 25px;
}
.contact_us .introduction .map_wrap .row .box .content .bottom_box .bb_box .email {
  width: 25px;
}
.contact_us .introduction .map_wrap .row .box .content .bottom_box .bb_box .text {
  font-size: 16px;
  color: #000;
  padding-left: 4px;
}
.contact_us .introduction .map_wrap .row .box .content .bottom_box .bb_box:hover .text {
  color: #79b554;
}
.contact_us .message_box {
  background: #F8F8F8;
}
.contact_us .message_box .head .title {
  font-size: 36px;
  color: #000;
  font-weight: 600;
}
.contact_us .message_box .head .lead {
  font-size: 20px;
  color: #ABABAB;
  line-height: 30px;
  margin-top: 10px;
}
.contact_us .message_box .form {
  margin-top: 50px;
}
.contact_us .message_box .form .item {
  margin-bottom: 20px;
}
.contact_us .message_box .form .input {
  height: 60px;
  font-size: 16px;
  padding: 0 20px;
}
.contact_us .message_box .form .textarea {
  padding: 20px 20px;
  font-size: 16px;
}
.contact_us .message_box .form .btn_box {
  margin-top: 20px;
}
.contact_us .message_box .form .btn_box .btn {
  background: #79b554;
  min-width: 180px;
  height: 50px;
  font-size: 18px;
  padding: 0;
}
.contact_us .message_box .right {
  padding-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.contact_us .message_box .right .cover_box {
  width: 380px;
  height: 380px;
}
.contact_us .message_box .right .cover_box .cover {
  height: 100%;
}
.contact_us .message_box .right .text {
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-top: 20px;
}
.case {
  background: #FBFBFB;
}
.case .main .list {
  margin-top: 70px;
}
.case .main .list .item {
  margin-bottom: 30px;
}
.case .main .list .item .link {
  background: #fff;
  padding: 20px;
  transition: all 0.6s ease-in-out;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.case .main .list .item .link .cover_box {
  overflow: hidden;
  height: 280px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.case .main .list .item .link .cover_box .cover {
  height: 100%;
  transition: all 1s ease-in-out;
}
.case .main .list .item .link .content {
  padding-top: 15px;
  height: 110px;
}
.case .main .list .item .link .content .name {
  font-size: 18px;
  color: #000;
  line-height: 32px;
  font-weight: 500;
}
.case .main .list .item .link .content .date {
  font-size: 16px;
  color: #B2B2B2;
  margin-top: 10px;
}
.case .main .list .item .link:hover {
  box-shadow: 0 0 6px rgba(121, 181, 85, 0.3);
  transform: translateY(-10px);
}
.case .main .list .item .link:hover .cover {
  transform: scale(1.1);
}
.case .main .list .item .link:hover .content .name {
  color: #79b554;
}
.fixed_nav {
  position: fixed;
  right: -70px;
  top: 50%;
  z-index: 100;
  transition: all 0.8s ease-in-out;
}
.fixed_nav .content {
  display: flex;
  align-items: center;
}
.fixed_nav .content .left_arrow {
  width: 24px;
  height: 70px;
  background: #79b554;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixed_nav .content .left_arrow .iconfont {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.fixed_nav .content .clear {
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #79b554;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.fixed_nav .content .clear .iconfont {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.fixed_nav .content .list {
  position: relative;
}
.fixed_nav .content .list .li {
  display: block;
  width: 70px;
  height: 70px;
  padding: 10px 0;
  text-align: center;
  background: #79b554;
  cursor: pointer;
  position: relative;
  transition: all 0.6s ease-in-out;
}
.fixed_nav .content .list .li .icon .iconfont {
  font-size: 16px;
  color: #fff;
}
.fixed_nav .content .list .li .text {
  font-size: 12px;
  color: #fff;
  padding-top: 6px;
}
.fixed_nav .content .list .li .code_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  padding: 6px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  z-index: -1;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
.fixed_nav .content .list .li .code_box .cover_box {
  height: 100%;
}
.fixed_nav .content .list .li .code_box .cover_box .cover {
  height: 100%;
}
.fixed_nav .content .list .li .code_box_active {
  left: -70px;
}
.fixed_nav .content .list .li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 1px;
  background: #fff;
  opacity: 0.3;
}
.fixed_nav .content .list .li:hover .code_box {
  left: -80px;
  opacity: 1;
}
.fixed_nav_active {
  right: 10px;
}
.fixed_nav_active .content .left_arrow {
  display: none;
}
