﻿@-weibit-keyframes musicMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cc {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yy {
  box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
}
.notext {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
}
.fd {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.fbj {
  display: flex;
  flex-wrap: wrap;
}
.pac {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
a {
  text-decoration: none;
  color: #2f2e3f;
}
a:hover {
  text-decoration: none;
  color: #000;
}
body,
html {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
img {
  max-width: 100%;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
/*超出部分出现滚动条*/
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 10px;
}
/*IOS滚动条*/
.table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.table-container table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table-container table tr td,
table tr th {
  padding-left: 3px;
}
@media (max-width: 767px) {
  .table-container table tr td,
  .table-container table tr th {
    white-space: nowrap;
  }
}





/* 遮罩层样式 */
.zzbg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
  display: none;
}
.result-title {
  border-bottom: 1px solid #dcdcdc;
  font-size: 20px;
  height: 50px;
  line-height: 40px;
  margin-bottom: 20px;

}
.certificate-result_1 .result-title{
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dcdcdc;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  height: 50px;
  line-height: 40px;
  margin-bottom: 20px;


}
.certificate-form {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 10px 0px rgba(1, 68, 211, 0.1);
    width: 600px;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 220px;
}
@media (max-width: 767px) {
  .certificate-form {
    width: 96%;
    margin-left: 2%;
    margin-bottom:30px;
  }
  .certificate-form .layui-input-block {
      width: 96%;
      margin-left: 2%;
  }
}
.certificate-form .layui-form-label{
  width: 110px;
}
@media (max-width: 767px) {
  .certificate-form .layui-form-label{

    display: none;
  }
}
.certificate-form .form-title{
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;padding-bottom: 20px;
}
.certificate-form .layui-btn-normal{
  width: 100%;
  font-size: 18px;
  background: #0144d3;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .certificate-form .layui-btn-normal {
    font-size: 14px;
  }
}
.layui-form-radio>i:hover, .layui-form-radioed>i {
  color: #0144d3;
}
.certificate-form .layui-input{
  border-radius: 6px;
}
.certificate-result_1 .result-icon{
  padding: 0 20px;
  top: -9px;
}
.scroll_top {
  position: fixed;
  bottom: 100px;
  right: 30px;
  background: #2164ed;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  cursor: pointer;
  outline: 0;
  z-index: 99999;
  display: none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.scroll_top:hover {
  background: #596fff;
}
.scroll_top .fa {
  font-size: 20px;
}
.scroll_top svg {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .scroll_top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: #2164ed;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
    z-index: 99999;
    display: none;
  }
}
.jzk_banner .swiper-pagination {
  bottom: 20px;
}
.jzk_banner .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  outline: none;
}
.head_box {
  background: #f4f4f9;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 999;
  transition: 0.2s;
}
body {
  margin-top: 90px;
}
.head_box.hv {
  position: fixed;
  z-index: 10000;
  height: 74px;
  line-height: 74px;
  box-shadow: 0px 2px 4px 0px rgba(19, 17, 67, 0.13);
}
.head_box.hv a {
  color: #333333;
}
.head_logo {
  float: left;
}
.head_logo img {
  height: 36px;
}
.head_search {
  float: right;
}
.head_ul {
  float: right;
  margin-right: 40px;
}
.head_ul > ul > li {
  position: relative;
  z-index: 9;
  margin: 0 12px;
}
.head_ul li {
  float: left;
  color: #333333;
}
.head_ul li a {
  padding: 0 15px;
  color: #333333;
  font-size: 18px;
  display: inline-block;
  position: relative;
  z-index: 9;
  text-align: center;
}
.head_ul li a::after {
  width: 0;
  height: 2px;
  background: #2164ed;
  content: ' ';
  display: inline-block;
  transition: 0.2s;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.head_ul li.hv a::after,
.head_ul li:hover a::after {
  width: calc(100% - 30px);
  opacity: 1;
  bottom: 24px;
}
.head_box.hv .head_ul li.hv a::after,
.head_box.hv .head_ul li:hover a::after {
  bottom: 14px;
}
.layui_search img {
  opacity: 0.4;
}
.layui_search form {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 28px;
  border: 1px solid #aaaaaa;
  border-radius: 30px;
  position: relative;
}
.layui_search input {
  background: none;
  border: none;
  font-size: 14px;
  color: #8B8B8B;
  padding-left: 14px;
  width: 260px;
}
.layui_search button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: none;
  cursor: pointer;
  padding-right: 10px;
  padding-top: 0px;
}
.head_nav_right > div {
  display: none;
}
.head_nav_right > div:first-child {
  display: block;
}
.head_nav_left span {
  padding: 0!important;
}
.head_nav_son {
  position: absolute;
  display: none;
  left: 0;
  top: 92px;
  width: 193px;
  padding-left: 56px;
  background: url(../image/lit.png) center top no-repeat;
  z-index: 10;
  line-height: 2;
}
.head_nav_son a {
  padding: 0!important;
}
.head_nav_son dt {
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 21px;
  text-align: left;
  padding-top: 20px;
  display: inline-block;
}
.head_nav_son dt a {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}
.head_nav_son dt span {
  width: 100%;
  display: block;
}
.head_nav_son dd a {
  font-size: 14px;
}
.head_nav_son dd a:hover {
  color: #2164ed;
}
.head_nav_son:after {
  width: 100%;
  content: ' ';
  height: 40px;
  position: absolute;
  left: 0;
  bottom: -40px;
  display: inline-block;
  background: url(../image/lib.png) center bottom no-repeat;
}
.head_box.hv .head_nav_son {
  top: 76px;
}
.jzk_toggle_01 {
  display: none;
  width: 26px;
  z-index: 9999;
  border-radius: 50%;
  margin: 0 10px;
  position: absolute;
  top: 33px;
  right: 10px;
  cursor: pointer;
  -webkit-transition-duration: 0.66s;
  transition-duration: 0.66s;
  -webkit-transition-timing-function: swing;
  transition-timing-function: swing;
}
.jzk_toggle_01 .jzk_icon_01 {
  width: 26px;
  height: 2px;
  background-color: #5a5a5a;
  border-radius: 2px;
  position: absolute;
  top: -5px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.jzk_toggle_01 .jzk_icon_01:before,
.jzk_toggle_01 .jzk_icon_01:after {
  width: 26px;
  height: 2px;
  background-color: #5a5a5a;
  border-radius: 2px;
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: swing;
  transition-timing-function: swing;
}
.jzk_toggle_01 .jzk_icon_01:before {
  top: -9px;
}
.jzk_toggle_01 .jzk_icon_01:after {
  top: 9px;
}
.jzk_open .jzk_toggle_01 {
  box-shadow: none;
}
.jzk_open .jzk_toggle_01 .jzk_icon_01:before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.jzk_open .jzk_toggle_01 .jzk_icon_01:after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.jzk_open .jzk_toggle_01 .jzk_icon_01 {
  width: 0;
}
.head_box.hv .jzk_toggle_01 .jzk_icon_01 {
  background-color: #5a5a5a;
}
.head_box.hv .jzk_toggle_01 .jzk_icon_01:before,
.head_box.hv .jzk_toggle_01 .jzk_icon_01:after {
  background-color: #5a5a5a;
}
@media (max-width: 991px) {
  .head_box.hv {
    height: 56px;
    line-height: 56px;
  }
}
.addt {
  position: absolute;
  right: 0;
  top: 8px;
  width: 48px;
  height: 58px;
  padding-top: 15px;
  padding-right: 10px;
  display: none;
  z-index: 9999;
}
.addt::after {
  width: 18px;
  height: 2px;
  content: ' ';
  display: block;
  transition: 0.2s;
  background: #bacfc0;
  position: absolute;
}
.addt::before {
  width: 18px;
  height: 2px;
  content: ' ';
  display: block;
  transition: 0.2s;
  background: #bacfc0;
  position: absolute;
  transform: rotate(90deg);
}
.addt.hv::after {
  background: #bacfc0;
}
.addt.hv::before {
  background: #bacfc0;
  transform: rotate(0deg);
}
.head_ul li.hv dl a::after,
.head_ul li:hover dl a::after {
  display: none;
}
.head_box.hv .head_ul li.hv a::after,
.head_box.hv .head_ul li:hover a::after {
  background: #2164ed;
}
@media (max-width: 1450px) {
  .head_nav_left {
    width: 240px;
  }
}
@media (max-width: 1200px) {
  .head_nav_left {
    width: 220px;
  }
  .head_nav_right {
    width: 730px;
  }
  .head_ul li a {
    padding: 0 10px;
  }
  .head_ul li.hv a::after,
  .head_ul li:hover a::after {
    width: 80%;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  body {
    margin-top: 56px;
  }
  .jzk_toggle_01 {
    display: block;
  }
  .head_nav_left .nf {
    display: none!important;
  }
  .head_nav_left_a {
    padding-top: 0;
    width: 33.3%;
    float: left;
  }
  .head_nav_left_a a {
    text-align: center!important;
  }
  .head_nav_left {
    width: 100%;
  }
  .head_nav_right {
    border-left: none;
    padding: 5px 0 10px 0;
  }
  .head_nav_right {
    width: 100%;
  }
  .head_ip {
    display: none;
  }
  .head_ul {
    float: right;
  }
  .head_ul {
    margin-left: 0 ;
    width: 100%;
    background: #fff;
    max-height: 500px;
    overflow-y: scroll ;
    padding: 10px 0;
    box-shadow: 0px 5px 42px 0px rgba(0, 14, 27, 0.3);
    display: none;
  }
  .head_ul li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ebeff9;
  }
  .head_ul li a {
    width: 100%;
    color: #333333;
    font-size: 16px;
  }
  .head_box {
    line-height: 56px;
    height: 56px;
  }
  .head_logo img {
    height: 30px!important;
  }
  .addt {
    display: block;
  }
  .jzk_banner .swiper-pagination {
    bottom: 12px;
  }
  .head_ul li a::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .head_nav_left_a {
    width: 100%;
  }
}
.w {
  width: 1300px;
  margin: 0 auto;
}
.w:after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
@media (max-width: 1450px) {
  .w {
    width: 1190px;
  }
}
@media (max-width: 1200px) {
  .w {
    width: 950px;
  }
}
@media (max-width: 991px) {
  .w {
    width: 92%;
    margin: 0 4%;
  }
}
.title_index {
  padding-bottom: 29px;
}
.title_index h3 {
  font-size: 28px;
  color: #333;
  line-height: 1;
  margin-bottom: 4px;
  font-weight: bold;
}
.title_index span {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  text-transform: capitalize;
}
.title_index2 {
  text-align: center;
  padding: 50px 0 60px;
}
.title_index2 h3 {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  margin-bottom: 28px;
}
.title_index2 span {
  font-size: 15px;
  color: #868585;
  line-height: 30px;
}
.title_index2 b {
  width: 70px;
  height: 3px;
  background: #2164ed;
  display: inline-block;
  margin-bottom: 20px;
}
.title_index2 p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
.title_index2 .p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
@media (max-width: 1200px) {
  .title_index {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .title_index {
    padding: 0px 0 20px;
  }
  .title_index h3 {
    margin-bottom: 0;
    font-size: 22px;
  }
  .title_index span {
    margin-bottom: 0;
    font-size: 22px;
  }
  .title_index2 h3 {
    font-size: 30px;
    color: #333;
    line-height: 40px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .title_index2 h3 {
    font-size: 20px;
  }
  .title_index2 p {
    line-height: 30px;
    font-size: 14px;
  }
  .title_index2 p br {
    display: none;
  }
  .title_index2 {
    padding: 20px 0 30px;
  }
  .title_index h3 {
    margin-top: 20px;
    line-height: 30px;
  }
  .title_index span {
    font-size: 14px;
  }
}
.more_box {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 80px;
}
.more_box a {
  width: 165px;
  text-align: center;
  line-height: 45px;
  font-size: 12px;
  color: #fff;
  background: #2164ed;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  transition: 0.2s;
}
.more_box a svg {
  margin: 0 0 0 8px;
  position: relative;
  top: 3px;
}
.more_box a:hover {
  background: #3a61ff;
}
.more_box2 {
  text-align: left;
  padding-top: 40px;
}
.more_box2 a {
  width: 165px;
  text-align: left;
  line-height: 45px;
  font-size: 12px;
  color: #2164ed;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
}
.more_box2 a svg {
  margin: 0 0 0 8px;
  position: relative;
  top: 1px;
}
@media (max-width: 1200px) {
  .more_box {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .more_box {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .more_box {
    padding-top: 16px;
  }
}
.foot_nav {
  padding: 24px 0 8px;
  border-bottom: 1px solid #e7edfc;
  border-top: 1px solid #eeeeee;
  font-size: 16px;
}
.foot_nav .foot_nav1 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: bold;
}
.foot_nav .foot_nav2 {
  color: #333333;
  margin-bottom: 14px;
  display: inline-block;
  width: 100%;
  line-height: 1.8;
}
.foot_nav .foot_nav5 {
  padding-top: 45px;
  float: left;
  width: 22%;
}
.foot_nav .foot_nav4 {
  padding-top: 45px;
  float: left;
  width: 30.7%;
}
.foot_nav .foot_nav6 {
  float: left;
  width: 15.3%;
  text-align: center;
}
.foot_nav .foot_nav6 span {
  display: inline-block;
  width: 100%;
  color: #666666;
}
.foot_p {
  line-height: 30px;
  padding: 32px 0;
  color: #999999;
  text-align: center;
}
.foot_p a {
  color: #999999;
}
.pape_banner {
  position: relative;
  overflow: hidden;
}
.pape_banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 70px;
}
.pape_banner_text h3 {
  color: #0144d2;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  font-style: italic;
}
.pape_banner_text p {
  color: #0144d2;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  padding-top: 8px;
  letter-spacing: 1px;
}
.pape_nav {
  background: #fff;
  position: relative;
  z-index: 99;
  margin-bottom: 78px;
}
.pape_nav ul {
  display: flex;
  -js-display: flex;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  border-right: 1px solid #0144d3;
  border-top: 1px solid #0144d3;
  border-bottom: 1px solid #0144d3;
}
.pape_nav li {
  border-left: 1px solid #0144d3;
  width: 50%;
}
.pape_nav a {
  font-size: 24px;
  color: #0144d3;
  height: 65px;
  line-height: 65px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  transition: 0.2s;
  position: relative;
}
.pape_nav .hv a,
.pape_nav a:hover {
  color: #fff;
  background: #0144d3;
}
.pape_body {
  background: #f7f8fb;
}
.client_ul_b {
  margin-bottom: 0px;
}
.client_b {
  padding-top: 0;
}
.client_b .title_index {
  padding-bottom: 30px;
}
.pc_img {
  display: block;
}
.wap_img {
  display: none;
  width: 100%;
}
.wap_img img {
  width: 100%;
}
@media (max-width: 991px) {
  .pc_img {
    display: none;
  }
  .wap_img {
    display: block;
  }
}
@media (max-width: 767px) {
  .pape_nav a {
    font-size: 14px;
  }
  .pape_nav {
    line-height: 50px;
    height: 50px;
  }
}
.bread {
  color: #A8A8A8;
  font-size: 16px;
  line-height: 63px;
}
.bread a {
  color: #A8A8A8;
  font-size: 16px;
}
.bread img {
  margin-right: 20px;
}
.news_bg {
  background: #f7f8fa;
  padding-bottom: 60px;
}
.news_show {
  background: #fff;
  padding: 30px 122px 40px;
}
.jzk_show_t {
  text-align: center;
  width: 100%;
  font-size: 28px;
  padding-top: 0px;
  line-height: 1.8;
  color: #0144d3;
}
.jzk_show_q {
  text-align: center;
  padding-bottom: 50px;
  color: #333333;
  padding-top: 20px;
}
.jzk_show_q span {
  padding: 0 8px;
  color: #333333;
}
.jzk_show_q i {
  padding-right: 8px;
}
.jzk_show_c {
  color: #333;
  line-height: 1.8;
}
.jzk_show_c p {
  padding-bottom: 20px;
}
.pagination_nav {
  text-align: center;
  padding: 40px 0 60px;
}
.pagination_nav li {
  display: inline-block;
  padding: 0 3px;
  height: 40px;
}
.pagination_nav li a,
.pagination_nav li span {
  display: inline-block;
  color: #333333;
  border: 1px solid #e1e6f0;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  padding: 0 16px;
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  border-radius: 4px;
}
.pagination_nav li.active a,
.pagination_nav li.active a:hover,
.pagination_nav li.active span {
  color: #fff;
  background: #0144d3;
  border: 1px solid #f7f8fb;
}
@media (max-width: 767px) {
  .pagination_nav {
    text-align: center;
    padding: 10px 0 40px;
  }
  .pagination_nav li {
    display: inline-block;
    padding: 0 2px;
  }
  .pagination_nav li a,
  .pagination_nav li span {
    display: inline-block;
    color: #333333;
    border: 1px solid #e1e6f0;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    padding: 0 11px;
    -webkit-transition: 0.3s all ease 0s;
    transition: 0.3s all ease 0s;
  }
}
.zoomImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  background: url(data:image/gif;base64,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) #f2f2f2 no-repeat center;
}
.zoomImg:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: 0.25;
  pointer-events: none;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 3;
}
.zoomImg img {
  width: 100%;
  transition: 0.2s ease-in-out;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.zoomImg.noms:before {
  display: none;
}
.imgfix img {
  display: none\0;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@media (min-width: 1025px) {
  .zoomImg:hover:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
  }
  .zoomImg:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  a:hover .zoomImg:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
  }
  a:hover .zoomImg img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.k_index3 {
  padding-top: 39px;
  padding-bottom: 60px;
}
.k_index3 .k_1 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  border-left: 3px solid #0a3e7e;
  padding-left: 6px;
  margin-bottom: 17px;
  float: left;
  width: 580px;
}
.k_index3 .k_1 a {
  float: right;
  color: #960;
  font-size: 14px;
  display: inline-block;
  background: #ede0d2;
  text-align: center;
  width: 56px;
  height: 22px;
  line-height: 22px;
  border-radius: 22px;
}
.k_index3 .k_1 h3 {
  float: left;
  font-weight: bold;
}
.k_index3 .k_3 {
  float: right;
  width: 53.1%;
}
.k_index3 .k_2 {
  width: 42.3%;
  float: left;
  border-radius: 7px;
  overflow: hidden;
}
.k_index3 .k_2 .swiper-pagination {
  width: auto;
  right: 15px;
  left: initial;
  bottom: 12px;
}
.k_index3 .k_2 .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
  width: 12px;
  height: 12px;
}
.k_index3 .k_2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}
.k_index3 .k_2 .swiper-button-next i {
  color: #fff;
}
.k_index3 .k_2 .swiper-button-prev i {
  color: #fff;
}
.k_index3 .k_2 .swiper-slide {
  position: relative;
}
.k_index3 .k_2 h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  line-height: 50px;
  padding-left: 18px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k_3 .title_index {
  padding-bottom: 12px;
  padding-top: 12px;
}
.news_lst {
  border-top: 1px solid #eeeeee;
  padding: 10px 0;
  float: left;
  width: 100%;
}
.news_lst li {
  font-size: 18px;
  color: #333;
  line-height: 46px;
  padding: 0 ;
  display: inline-block;
  float: left;
  width: 100%;
}
.news_lst li a {
  display: inline-block;
  width: 100%;
  float: left;
}
.news_lst li h3 {
  float: left;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 110px);
}
.news_lst li span {
  float: right;
  color: #adadad;
}
.pape_news li:nth-child(4n) {
  padding-bottom: 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .news_lst li h3 {
    font-size: 14px;
    width: calc(100% - 80px);
  }
  .news_lst li span {
    font-size: 14px;
  }
  .news_lst {
    padding: 10px 0;
  }
  .news_lst li {
    padding: 0 8px;
    line-height: 32px;
  }
  .pape_news li:nth-child(4n) {
    padding-bottom: 6px;
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 6px;
  }
}
.pape_text {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  padding-bottom: 70px;
}
.news_lst_pape {
  border-top: none;
  margin-bottom: 40px;
}
.news_lst_pape li {
  font-size: 16px;
  line-height: 60px;
  background: #f6f6f6;
}
.news_lst_pape li a {
  padding: 0 30px ;
}
.news_lst_pape li a span {
  color: #333333;
}
.news_lst_pape li h3 {
  width: calc(100% - 140px);
}
.news_lst_pape li:nth-child(2n) {
  background: none;
}
.fu_tab_01 {
  text-align: center;
  margin-bottom: 30px;
}
.fu_tab_01 li {
  width: 130px;
  height: 45px;
  cursor: pointer;
  line-height: 43px;
  color: #4B4B4B;
  margin: 0 10px;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: 0.2s all ease 0s;
  transition: 0.2s all ease 0s;
  border: 1px solid #E1E6F0;
}
.fu_tab_01 li:hover,
.fu_tab_01 li.fu_active {
  background: #2164ed;
  border: 1px solid #2164ed;
  color: #fff;
}
@media (max-width: 991px) {
  .fu_tab_01 {
    margin-bottom: 15px;
  }
  .fu_tab_01 li {
    width: 110px;
    height: 34px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .fu_tab_01 li {
    padding: 0 8px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    color: #4B4B4B;
    margin: 0 3px 7px;
    display: inline-block;
  }
}
.advantage {
  background: #f4f4f9;
  padding-bottom: 80px;
  padding-top: 80px;
}
.fu_tab_box {
  margin-left: -10px;
  margin-right: -10px;
}
.fu_list_04 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.fu_list_04 li {
  width: 33.3%;
  padding-bottom: 22px;
}
.fu_list_04 li a {
  position: relative;
  display: block;
  margin: 0 10px;
}
.fu_list_04 h3 {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fu_list_04 li a:hover h3 {
  color: #2164ed;
}
.fu_list_04 li i {
  font-style: normal;
  font-size: 14px;
  color: #2164ed;
  border: 1px solid #2164ed;
  border-radius: 5px;
  padding: 0 6px;
  line-height: 22px;
  height: 22px;
  float: right;
}
.fu_list_04 li img {
  width: 100%;
}
.fu_list_04 .item_b {
  border-top: none;
  padding: 16px 17px;
  background: #fff url(../image/lir.png) right bottom no-repeat;
}
.fu_list_04 .item_b p {
  font-size: 14px;
  color: #797979;
  line-height: 20px;
  display: inline-block;
  height: 62px;
}
.fu_list_04 .item_b span {
  color: #666666;
  padding-bottom: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .fu_list_04 li {
    width: 50%;
  }
  .fu_list_04 h3 {
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
  .fu_list_04 li {
    width: 100%;
  }
  .fu_list_04 h3 {
    line-height: 20px;
    font-size: 16px;
  }
  .fu_list_04 p {
    font-size: 14px;
  }
  .fu_list_04 .item_b {
    padding: 10px;
  }
}
.mrx {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.mrx img {
  margin-left: 16px;
  transition: all 0.2s ease;
}
.mrx a:hover {
  color: #2164ed;
}
.mrx a:hover img {
  margin-left: 10px;
}
.jianjie {
  background: #f8fcfe url(../image/bg2.png) center 0 no-repeat;
  padding: 67px 0 79px ;
}
.jianjie .title_index {
  padding-top: 9px;
}
.jianjie_l {
  width: 48.8%;
  float: left;
  position: relative;
}
.jianjie_l .jianjie_a {
  position: absolute;
  left: 0;
}
.jianjie_c {
  line-height: 1.8;
  padding-left: 8px;
  padding-top: 18px;
}
.jianjie_r {
  width: 42.3%;
  float: right;
}
.pape_pl {
  float: left;
  width: 27.6%;
  background: #e9edf7;
  padding: 20px;
  z-index: 9;
}
.pape_plt {
  background: #0144d3 url(../image/p2.png) 20px center no-repeat;
  padding-left: 205px;
  color: #ffffff;
  font-weight: bold;
  height: 95px;
  line-height: 95px;
}
.pape_plt h2 {
  font-size: 24px;
}
.pape_plul a {
  color: #0144d3;
  width: 100%;
  padding: 14px 20px 8px;
  display: inline-block;
  background: #fff url(../image/p3.png) 288px center no-repeat;
  -webkit-transition: 0.1s all ease 0s;
  transition: 0.1s all ease 0s;
}
.pape_plul h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.pape_plul span {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  zoom: 0.8;
}
.pape_plul li {
  padding-top: 10px;
}
.pape_plul li.hv a {
  color: #ffffff;
  background: #0144d3 url(../image/p4.png) 288px center no-repeat;
}
.pape_plul a:hover {
  color: #ffffff;
  background: #0144d3 url(../image/p4.png) 288px center no-repeat;
}
.pape_pr {
  float: right;
  width: 70.7%;
}
.pape_about {
  padding: 20px;
  background: #e9edf7;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.pape_aboutt {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding-bottom: 20px;
  width: 100%;
  float: left;
}
.pape_aboutc2 {
  padding: 38px 0;
  width: 100%;
  float: left;
}
.pape_aboutc2 .pape_aboutcl {
  color: #a8b6e9;
  line-height: 1;
  width: 19.7%;
  float: left;
  padding-left: 30px;
}
.pape_aboutc2 .pape_aboutcl h3 {
  font-weight: bold;
  font-size: 60px;
}
.pape_aboutc2 .pape_aboutcl span {
  font-size: 40px;
  text-transform: uppercase;
}
.pape_aboutc2 .pape_aboutcr {
  line-height: 1.8;
  float: left;
  width: 80.3%;
}
.pape_aboutc2 .pape_aboutcr p {
  padding-bottom: 12px;
}
.pape_aboutc2 .pape_aboutcr2 {
  padding-left: 45px;
  border-left: 1px solid #fff;
}
@media (max-width: 1450px) {
  .head_ul > ul > li {
    margin: 0 12px;
  }
  .pape_plt {
    -webkit-background-size: auto 30px;
    background-size: auto 30px;
    padding-left: 170px;
  }
  .pape_plul a,
  .pape_plul li.hv a {
    background-position: 260px center;
  }
}
@media (max-width: 1200px) {
  .jianjie_r {
    width: 48.3%;
  }
  .jianjie_c {
    padding-top: 0;
  }
  .k_index3 .k_2 {
    width: 52%;
  }
  .k_index3 .k_3 {
    width: 45%;
  }
  .news_lst li h3 {
    font-size: 16px;
  }
  .layui_search img {
    padding-top: 3px;
  }
  .layui_search input {
    width: 180px;
  }
  .head_ul {
    margin-right: 20px;
  }
  .pape_pl {
    width: 33%;
    padding: 15px;
  }
  .pape_about {
    padding: 15px;
  }
  .pape_pr {
    float: right;
    width: 65%;
  }
  .pape_aboutc2 .pape_aboutcl {
    padding-left: 10px;
  }
  .pape_plul a,
  .pape_plul li.hv a {
    background-position: 250px center;
  }
  .pape_aboutc2 .pape_aboutcl h3 {
    font-size: 50px;
  }
  .pape_aboutc2 .pape_aboutcl span {
    font-size: 32px;
  }
  body,
  html {
    font-size: 14px;
  }
  .pape_aboutc2 {
    padding: 20px 0;
  }
  .foot_nav .foot_nav5 {
    padding-right: 12px;
    width: 25%;
    padding-top: 20px;
  }
  .foot_nav .foot_nav4 {
    width: 25%;
    padding-top: 20px;
  }
  .foot_nav {
    font-size: 14px;
  }
  .pape_nav a {
    font-size: 20px;
  }
  .pape_nav {
    margin-bottom: 50px;
  }
}
.fu_list_04 li:nth-child(4) {
  display: none;
}
@media (max-width: 991px) {
  .fu_list_04 li:nth-child(4) {
    display: inline-block;
  }
  .jianjie_c {
    padding-left: 0;
  }
  .head_ul li a {
    font-size: 14px;
  }
  .jzk_open .head_ul {
    margin-left: -4%;
    margin-right: -4%;
    width: 108%;
  }
  .layui_search button img {
    padding-top: 4px;
  }
  .layui_search {
    padding-right: 30px;
  }
  .head_ul {
    margin-right: 0;
    padding: 0;
  }
  .head_nav_son {
    position: initial;
    width: 100%;
    margin: 0;
    background: #f9f9f9;
    padding: 10px 0;
  }
  .head_nav_son dt {
    width: 100%;
    text-align: center;
    border-bottom: none;
    margin-bottom: 20px;
    padding-top: 10px;
    display: none;
  }
  .head_nav_son dt img {
    display: none;
  }
  .head_nav_son dt span {
    text-align: center;
  }
  .head_ul > ul > li {
    margin: 0;
  }
  .head_nav_son:after {
    display: none;
  }
  .pape_banner_text h3 {
    font-size: 20px;
  }
  .pape_banner_text p {
    font-size: 12px;
    letter-spacing: 0px;
  }
  .pape_banner_text {
    padding-left: 20px;
  }
  .pape_pl {
    width: 100%;
    margin-bottom: 15px;
  }
  .pape_pr {
    width: 100%;
  }
  .advantage {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .pape_plt {
    height: 65px;
    line-height: 65px;
  }
  .pape_plul li a {
    padding: 10px 10px 3px;
    background: #fff;
  }
  .pape_plul li.hv a {
    background: #0144d3;
  }
  .pape_nav a {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  .pape_nav {
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .pape_banner_text p {
    padding-top: 0;
  }
  .pape_banner_text {
    padding-left: 0;
    margin-left: 0;
  }
  .jzk_show_t {
    font-size: 20px;
  }
  .jzk_show_q {
    padding-bottom: 20px;
    padding-top: 0px;
  }
  .pape_text {
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 1.3;
  }
  .news_lst_pape li {
    font-size: 14px;
    line-height: 40px;
  }
  .news_lst_pape li h3 {
    font-size: 14px;
  }
  .news_lst_pape li a {
    padding: 0 10px;
  }
  .k_index3 .k_2 h3 {
    font-size: 14px;
  }
}
.head_search_s {
  display: none;
}
@media (max-width: 767px) {
  .fu_list_04 {
    margin-bottom: 0;
  }
  .jianjie_l .jianjie_a {
    position: inherit;
    padding-bottom: 15px;
    top: inherit!important;
  }
  .jianjie {
    padding: 20px 0;
  }
  .jianjie_l {
    padding-bottom: 20px;
  }
  .jianjie_l {
    width: 100%;
  }
  .jianjie_r {
    width: 100%;
  }
  .mrx {
    font-size: 14px;
  }
  .k_index3 .k_2 {
    width: 100%;
  }
  .k_index3 .k_3 {
    width: 100%;
  }
  .news_lst_pape {
    margin-bottom: 20px;
  }
  .pagination_nav {
    padding: 0px 0 30px;
  }
  .pagination_nav li {
    height: 32px;
  }
  .pagination_nav li a {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
  }
  .jzk_show_t {
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 10px;
  }
  .jzk_show_q {
    padding-bottom: 10px;
    padding-top: 0px;
  }
  .pape_plt {
    background: #0144d3;
    padding-left: 0px;
    text-align: center;
    height: 45px;
    line-height: 45px;
  }
  .head_box {
    height: 54px;
    line-height: 54px;
    padding: 0;
  }
  .head_box ul {
    height: 44px;
    font-size: 14px;
    line-height: 44px;
  }
  .layui_search {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    left: 0;
    top: 56px;
    right: 0;
    background: #ffffff;
    text-align: center;
    display: none;
  }
  .layui_search form {
    width: 85%;
  }
  .head_search_s {
    display: block;
    padding-right: 50px ;
    padding-top: 18px;
  }
  .advantage {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .foot_nav .foot_nav5 {
    width: 100%;
  }
  .pape_aboutcl {
    display: none;
  }
  .pape_aboutc2 .pape_aboutcr {
    width: 100%;
  }
  .pape_aboutc2 .pape_aboutcr2 {
    padding-left: 0;
    border-left: none;
  }
  .foot_nav .foot_nav4 {
    width: 33.3%;
  }
  .foot_nav .foot_nav6 {
    width: 33.3%;
  }
  .pape_plul span {
    display: none;
  }
  .pape_plul h3 {
    font-size: 14px;
  }
  .pape_plul li a {
    padding: 10px;
  }
  .pape_plt h2 {
    font-size: 18px;
  }
  .pape_pl {
    padding: 12px;
  }
  .pape_about {
    padding: 12px;
  }
  .pape_plul li {
    padding-top: 8px;
  }
  .pape_aboutc2 .pape_aboutcr {
    font-size: 14px;
  }
  .pape_aboutc2 .pape_aboutcr2 img {
    width: 100px;
  }
  .title_index h3 {
    margin-top: 0;
  }
  .title_index {
    padding: 0px 0 10px;
  }
  .k_index3 {
    padding-top: 19px;
    padding-bottom: 20px;
  }
  .jzk_show_t {
    padding-top: 20px;
  }
}
@media (max-width: 425px) {
  .foot_nav .foot_nav4 {
    width: 100%;
    padding-top: 10px;
  }
  .foot_nav .foot_nav6 {
    width: 100%;
  }
  .foot_nav .foot_nav2 {
    margin-bottom: 5px;
  }
  .foot_p {
    line-height: 1.6;
    padding: 20px 0;
  }
  .foot_nav .foot_nav5 {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .foot_nav .foot_nav5 img {
    height: 35px!important;
  }
  .pape_aboutt {
    padding-bottom: 12px;
  }
}
.nav-menu {
  padding: 60px 0;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .nav-menu {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-menu {
    padding: 20px 0 0;
  }
}

.menu-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-list li {
  flex: 1;
  text-align: left;
  padding: 0 10px;
  position: relative;
}

.menu-list li:not(:last-child):after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #e5e5e5;
}

@media (max-width: 991px) {
  .menu-list {
    flex-wrap: wrap;
  }

  .menu-list li {
    width: 50%;
    flex: none;
    margin-bottom: 20px;
  }

  .menu-list li:nth-child(2n):after {
    display: none;
  }

  .menu-list li:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .menu-list li {
    width: 100%;
  }

  .menu-icon {
    width: 40px;
    height: 40px;
  }

  .menu-list li:after {
    display: none;
  }
}

.menu-item {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.menu-list li a:hover .menu-item {
  transform: translateY(-5px);
}
.menu-list li a:hover span{
  color: #0144d3;font-weight: bold;
}

.menu-icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  flex-shrink: 0;
}

.menu-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menu-content {
  flex: 1;
}

.menu-list li span {
  display: block;
  font-size: 24px;
  margin-bottom: 1px;
  color: #333;font-weight: bold;
}
.nonebg {
  background: none;
}
.advantage2 {
 padding-top: 0;
}
.menu-text {
  font-size: 13px;
  color: #999;
  text-transform:capitalize;
}

@media (max-width: 1200px) {
  .menu-list {
    flex-wrap: wrap;
  }

  .menu-list li {
    width: 33.33%;
    flex: none;
    margin-bottom: 20px;
  }

  .menu-list li:nth-child(3n):after {
    display: none;
  }

  .menu-list li:nth-child(n+4) {
    margin-top: 20px;
  }

  .menu-icon {
    width: 45px;
    height: 45px;
  }

  .menu-list li span {
    font-size: 20px;
  }

  .menu-text {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .menu-list li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 15px;
  }

  .menu-list li:nth-child(3n):after {
    display: none;
  }

  .menu-list li:nth-child(2n):after {
    display: none;
  }

  .menu-list li:nth-child(n+3) {
    margin-top: 0;
  }

  .menu-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .menu-list li span {
    font-size: 16px;
  }

  .menu-text {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .nav-menu {
    padding: 20px 0;
  }

  .menu-list li {
    margin-top: 0 1% 18px 1%;
    width: 48%;
    /* 阴影 */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 10px;
  }

  .menu-icon {
    width: 35px;
    height: 35px;
    margin-right: 8px;
  }

  .menu-list li span {
    font-size: 16px;
  }
  .menu-text {
    line-height: 1;
  }
}

/* 新闻列表样式 */
.news-container {
}

.news-list li {
  background: #eeeeee;
  margin-bottom: 29px;
  transition: all 0.3s ease;
}

.news-list li:hover {
}

.news-list li a {
  display: flex;
  align-items: center;
  padding: 40px;
}

.news-img {
  width: 200px;
  height: 140px;
  flex-shrink: 0;
  margin-right: 40px;
  overflow: hidden;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.news-list li:hover .news-img img {
  transform: scale(1.05);
}

.news-content {
  flex: 1;
}

.news-content h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.4;
}

.news-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .news-content p {
    font-size: 14px;
  }
  .news-content h3 {
    font-size: 16px;
  }
  .news-img {
    margin-right: 30px;
  }
}

.news-arrow {
  width: 40px;
  flex-shrink: 0;
  opacity:1;
  float: right;
  transition: all 0.3s ease;
}

.news-arrow img {
  width: 100%;
}

.news-list li:hover .news-arrow {
  opacity: 1;
  transform: translateX(5px);
}

/* 响应式布局 */
@media (max-width: 991px) {
  .news-img {
    width: 200px;
    height: 112px;
    margin-right: 20px;
  }

  .news-content {
    padding-right: 20px;
  }

  .news-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .news-list li a {
    flex-wrap: wrap;
    padding: 15px;
  }

  .news-img {
    width: 100%;
    height: 140px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .news-content {
    width: calc(100% - 40px);
    padding-right: 0;
    padding-bottom: 12px;
  }

  .news-arrow {
    width: 30px;
    display: none;
  }
}



		/* 弹出层样式 */
		.certificate-result {
			padding: 30px 40px 30px 40px;
      display: none;
      box-shadow: 0px 8px 10px 0px rgba(1, 68, 211, 0.1);
      position: fixed;
      top: 50%;
      border-radius: 8px;
      width: 510px;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1000;
      background:url(../images/bg_xc.png) #fff;
      background-size: contain;
		}
		.certificate-result .layui-icon-close{
      position: absolute;right: 30px;top: 30px;cursor: pointer;
      font-size: 24px;
      color: #999;
      transition: all 0.3s;
		}
		.certificate-result .layui-icon-close:hover{
      color: #333;
      transform: rotate(90deg);
		}
		.result-icon {
			text-align: center;
			margin-bottom: 20px;
      position: absolute;
      left: 12px ;
      top:0;
		}

		.result-icon img {
		}

		.result-content {
			padding:10px 20px 20px;
			border-radius: 4px;
		}

		.result-item {
			margin-bottom: 12px;
			line-height: 1.8;
			display: flex;
		}

		.result-item:last-child {
			margin-bottom: 0;
		}

		.result-item label {
			color: #666;
			width: 85px;
			text-align: right;
			margin-right: 10px;
      white-space: nowrap;
		}

		.result-item span {
			color: #333;
			flex: 1;
      padding: 0 8px;border-radius: 3px;
			background: #f8f9fc;
		}

		/* 弹出层标题样式 */
		.layui-layer-title {
			border-bottom: 1px solid #eee !important;
			padding: 15px 40px !important;
			height: auto !important;
			line-height: 1.5 !important;
		}

		/* 关闭按钮样式 */
		.layui-layer-close {
			right: 15px !important;
			top: 14px !important;
		}
    @media screen and (max-width: 767px) {
      .certificate-result {
        width: 94%;
        left: 3%;
        transform: none;
        top: 50%;
        transform: translate(0, -50%);
      }
    }

/* 弹出层样式 */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.popup-container {
  position: relative;
  max-width: 460px;
  width: 90%;
  animation: popupShow 0.3s ease;
}

@keyframes popupShow {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.popup-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
  color: #999;
  z-index: 10;
  transition: all 0.3s;
}

.popup-close:hover {
  color: #333;
  transform: rotate(90deg);
}

/* 响应式调整 */
@media screen and (max-width: 767px) {
  .popup-container {
    width: 85%;
    margin: 0 20px;
  }

  .certificate-result {
    padding: 25px 20px;
  }

  .result-content {
    padding:8px 15px 15px;
  }
}

/* 调整placeholder文字颜色 */
.certificate-form .layui-input::-webkit-input-placeholder {
  color: #bbb;
  font-size: 14px;
}
.certificate-form .layui-input::-moz-placeholder {
  color: #bbb;
  font-size: 14px;
}
.certificate-form .layui-input:-ms-input-placeholder {
  color: #bbb;
  font-size: 14px;
}
.certificate-form .layui-input::placeholder {
  color: #bbb;
  font-size: 14px;
}

.form-note {
    margin-top: 20px;
    color: #999;
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
    position: relative;
    height: 0;
    top: 50px;
    white-space: nowrap;
    left: -40px;
}
@media screen and (min-width: 992px) {
  .certificate-form2 {
    width: 470px;
  }
  .certificate-form .layui-form {
    margin-right:0;
}
.certificate-form2 .layui-input-block {
  margin-left: 100px;
}
.certificate-form2 .layui-form-label {
  width: 100px;
}
}


.certificate-result_2 .result-item span {
  color: #333;
  flex: 1;
  padding: 4px 12px;
  border-radius: 3px;
  background: #f8f9fc;
  line-height: 1.8;
  display: flex;
  align-items: center;
}
.certificate-result_2 .result-item span {
background: none;align-items:baseline;
}
.certificate-result_2 .result-item {
position: relative;     margin-bottom: 6px;
}
.certificate-result_2 .result-item img {
position: absolute;
right: 0;
bottom: 0;
max-width: inherit;z-index: 9;
}


.certificate-result_3 .result-item span {
  color: #333;
  flex: 1;
  padding: 4px 12px;
  border-radius: 3px;
  background: #f8f9fc;
  line-height: 1.8;
  display: flex;
  align-items: center;
}
.certificate-result_3 .result-item span {
background: none;align-items:baseline;
}
.certificate-result_3 .result-item {
position: relative;     margin-bottom: 6px;
}
.certificate-result_3 .result-item img {
position: absolute;
right: 0;
bottom: 0;
max-width: inherit;z-index: 9;
}

/* 课程试听页面样式 */
.audition-section {
    overflow: hidden;
}

.audition-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.audition-left {
    flex: 1;
    padding-right: 40px;
}

.audition-left h2 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4;
}

.audition-left p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
}

.audition-btns {
    margin-top: 20px;
}

.btn-listen {
    display: inline-block;
    align-items: center;
    background: #4cd964;
    color: #fff;text-align: center;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 8px;
    background-color: rgb(75, 212, 156);
    width: 140px;
    height: 46px;
}

.btn-listen:hover {
    background: #44c559;
    color: #fff;
    transform: translateY(-2px);
}

.btn-listen img {
    margin-right: 8px;
}

/* 移除之前的 btn-more 相关样式 */
.btn-more {
    display: none;
}

@media screen and (max-width: 767px) {
    .btn-listen {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .btn-listen img {
        width:24px;
        margin-right: 6px;
    }
}

.audition-right {
    width: 420px;
    position: relative;
}

.right-image-wrapper {
    position: relative;
    width: 100%;
}

.main-image {
    width: 100%;
}

.secondary-image {
    position: absolute;
    width: 60%;
    right: -30px;
    bottom: -30px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    z-index: 2;
}

/* 响应式适配 */
@media screen and (max-width: 991px) {
    .audition-section {
        padding: 40px 0;
    }

    .audition-content {
        flex-direction: column;
        gap: 30px;
    }

    .audition-left {
        padding-right: 0;
    }

    .audition-left h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .audition-right {
        width: 100%;
    }

    .secondary-image {
        width: 50%;
        right: -15px;
        bottom: -15px;
    }
}

@media screen and (max-width: 767px) {
    .audition-section {
        padding: 30px 0;
    }

    .audition-left h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .audition-left p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .audition-btns {
        margin-top: 25px;
    }

    .audition-btns a {
      width: 120px;
        padding: 0 10px;
        height: 36px;border-radius: 4px;
        line-height: 36px;
        font-size: 14px;
    }

    .secondary-image {
        width: 45%;
        right: -10px;
        bottom: -10px;
    }
}

/* 课程列表样式 */
.course-list-section {
    padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .course-list-section {
    padding: 20px 0 40px;
  }
}

.course-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.course-table th,
.course-table td {
    padding: 20px;
    text-align: left;
}

.course-table th {
    background: #0144d3;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.course-table td {
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    color: #333;
}

.course-table tr:nth-child(even) {
    background: #f6f6f6;
}

/* 响应式布局 */
@media screen and (max-width: 767px) {
    .course-table {
        display: block;
        overflow-x: auto; /* 允许横向滚动 */
        white-space: nowrap; /* 防止文字换行 */
        -webkit-overflow-scrolling: touch; /* iOS流畅滚动 */
    }

    .course-table th,
    .course-table td {
        padding: 12px 15px;
        font-size: 14px;
    }

    .course-table th:first-child,
    .course-table td:first-child {
        min-width: 60px;
    }

    .course-table th:nth-child(2),
    .course-table td:nth-child(2) {
        min-width: 200px;
    }

    .course-table th:nth-child(3),
    .course-table td:nth-child(3) {
        min-width: 80px;
    }

    .course-table th:last-child,
    .course-table td:last-child {
        min-width: 100px;
    }

    .play-btn {
        padding: 6px 12px;
        font-size: 12px;
    }

    .play-btn img {
        width: 14px;
        height: 14px;
        margin-right: 4px;
    }
}

/* 超小屏幕适配 */
@media screen and (max-width: 480px) {
    .course-table th,
    .course-table td {
        padding: 10px;
        font-size: 13px;
    }

    .course-table th:first-child,
    .course-table td:first-child {
        min-width: 50px;
    }

    .course-table th:nth-child(2),
    .course-table td:nth-child(2) {
        min-width: 160px;
    }
}

/* 播放按钮样式 */
.play-btn {
    display: flex;
    text-align: center;
    transition: all 0.3s ease;
    border-width: 2px;
    border-color: rgb(216, 216, 216);
    border-style: solid;
    border-radius: 6px;
    margin: 0 auto;
    width: 116px;
    height: 32px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}

.play-btn:hover {
    background: #6edba2;
    color: #fff;
    border-color: #6edba2;
}

.play-btn img {
    vertical-align: middle;
    margin-right: 9px;
}

/* 响应式适配 */
@media screen and (max-width: 767px) {
    .play-btn {
        width: auto; /* 自适应宽度 */
        height: 28px;
        line-height: 28px;
        padding: 0 12px;
        font-size: 13px;
        border: none; /* 移除边框 */
        background: #4cd964; /* 添加背景色 */
        color: #fff;
        border-radius: 4px;
    }

    .play-btn:hover {
        background: #44c559;
    }

    .play-btn img {
        width: 14px;
        height: 14px;
        margin-right: 4px;
    }
}

/* 移除表格中原有的按钮样式 */
.course-table td:last-child {
    width: 80px;
}

/* 更多按钮样式 */
.more-section {
    text-align: center;
    padding-bottom: 80px;
}

.more-btn {
    display: inline-block;
    width: 140px;
    height: 46px;
    line-height: 46px;
    background-color: #0144d3;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
}

.more-btn:hover {
    background-color: #0050f3;
    color: #fff;
}

/* 响应式适配 */
@media screen and (max-width: 767px) {
    .more-section {
        padding-bottom: 40px;
    }

    .more-btn {
        width: 100px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        border-radius: 4px;
    }
}

/* 名师讲座列表样式 */
.teacher-section {
    padding: 60px 0;
    background: #f4f8fe;
}

.section-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.teacher-list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    gap: 30px;
    justify-content: flex-start; /* 改为左对齐 */
}
.teacher-section .more-section {
  padding-bottom: 0;
}
.teacher-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    width: calc(50% - 15px);
    margin: 0;
    box-shadow: 3.41px 3.657px 3px 0px rgba(244, 248, 254, 0.88);
}

.teacher-avatar {
    width: 160px;
    height: 200px;
    flex-shrink: 0;
    overflow: hidden;
}

.teacher-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease; /* 添加过渡效果 */
}

/* 添加悬停效果 */
.teacher-item:hover .teacher-avatar img {
    transform: scale(1.05); /* 放大5% */
}

.teacher-info {
    flex: 1;
    padding-top: 10px;
}

.teacher-info h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

.teacher-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

/* 响应式适配 */
@media screen and (max-width: 1200px) {
    .teacher-item {
        width: 100%; /* 小屏幕下改为单列 */
    }
}

@media screen and (max-width: 767px) {
    .teacher-section {
        padding: 30px 0;
    }

    .section-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .teacher-list {
        gap: 15px;
    }

    .teacher-item {
        flex-direction: column;
        padding: 15px;
        gap: 15px;
    }

    .teacher-avatar {
        width: 180px;
        height: 212px;
        margin: 0 auto;
    }

    .teacher-info {
        padding-top: 0;
    }

    .teacher-info h3 {
        font-size: 18px;
        margin-bottom: 10px;
        text-align: center;
    }

    .teacher-info p {
        font-size: 13px;
    }
}

/* 添加以下样式 */
.teacher-item {
    display: none; /* 默认隐藏所有讲师 */
}

.teacher-item.show {
    display: flex; /* 显示带有show类的讲师 */
}

/* 更多按钮的过渡效果 */
.more-btn {
    transition: all 0.3s ease;
}

.more-btn.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

/* 添加课程列表显示控制样式 */
.course-table tr {
    display: none; /* 默认隐藏所有行 */
}

.course-table tr.show {
    display: table-row; /* 显示带有show类的行 */
}

/* 表头始终显示 */
.course-table thead tr {
    display: table-row;
}