.dif {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@-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: #006666;
}
body,
html {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
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;
}
.img {
  overflow: hidden;
  display: inline-block;
}
.img img {
  -webkit-transition: 0.2s all linear 0s;
  transition: 0.2s all linear 0s;
}
.img:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.imgx {
  display: inline-block;
}
.imgx img {
  -webkit-transition: 0.2s all linear 0s;
  transition: 0.2s all linear 0s;
}
.imgx:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.jzk_banner .swiper-pagination {
  bottom: 25px;
}
.jzk_banner .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  outline: none;
}
@media (min-width: 1200px) {
  .jzk_banner,
  html,
  body,
  .jzk_banner img,
  .pc_img,
  .wap_img {
    width: 100%;
  }
}
.jzk_banner .swiper-slide {
  overflow: hidden;
}
.jzk_banner .swiper-slide img {
  width: 100%;
  transform: scale(1.1);
  object-fit: cover;
  transition: all 2.5s linear;
}
.jzk_banner .swiper-slide-active img {
  transform: scale(1);
  transition: all 2.5s linear;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #1e7070 !important;
}
.head_logo img {
  -webkit-transition: 0.2s all linear 0s;
  transition: ease all 0.2s;
}
.head_logo {
  height: 95px;
  line-height: 95px;
}
@media (max-width: 1200px) {
  .head_logo {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .head_logo {
    height: 60px;
    line-height: 60px;
  }
}
.head_box {
  width: 100%;
  position: fixed;
  display: block;
  z-index: 10000;
  left: 0;
  top: 0;
  z-index: 999;
}
.head_box.hv {
  background: #fff;
  position: fixed;
  z-index: 10000;
  box-shadow: 0 2px 4px 0 rgba(19, 17, 67, 0.13);
  transition: 0.2s;
}
.head_box.hv .head_ul li.hvv a {
  background: #006666;
  color: #ffffff;
}
.head_box.hv .head_ul li a:hover {
  background: #006666;
  color: #ffffff;
}
.head_box.hv a {
  color: #333333;
}
.head_logo {
  float: left;
}
.head_ip {
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.head_ip img {
  margin-right: 12px;
  margin-top: -4px;
}
.head_ul {
  float: right;
  width: 770px;
  margin-top: 34px;
}
@media (max-width: 1200px) {
  .head_ul {
    margin-top: 15px;
  }
}
.head_ul ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.head_ul li.hvv {
  background: #fff;
  color: #006666;
}
.head_ul li.hvv a {
  border-top: 2px solid #006666;
  color: #006666;
  font-weight: bold;
}
.head_box:after {
  content: ' ';
  display: inline-block;
  width: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  top: 95px;
  border-top: 1px solid #72afc1;
}
@media (max-width: 1200px) {
  .head_box:after {
    top: 56px;
    border-top: 1px solid #006666;
  }
}
@media (max-width: 991px) {
  .head_box:after {
    top: 60px;
    border-top: 1px solid #006666;
  }
}
.head_ul li {
  color: #fff;
  width: 20% ;
  z-index: 999;
  margin-right: 2px;
  height: 62px;
  -webkit-transition: 0.1s all linear 0s;
  transition: ease all 0.1s;
}
.head_ul li a {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 62px;
  line-height: 62px;
  display: inline-block;
}
.head_ul li.hv {
  background: #fff;
  color: #006666;
}
.head_ul li.hv a {
  border-top: 2px solid #006666;
  color: #006666;
  font-weight: bold;
}
.head_ul li a {
  width: 100%;
  color: #333333;
  font-size: 16px;
  display: inline-block;
  position: relative;
  z-index: 9;
  text-align: center;
}
.jzk_toggle_01 {
  display: none;
  width: 26px;
  z-index: 2;
  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: #fff;
  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: #fff;
  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;
}
.head_ul_sub {
  width: 930px;
  float: right;
  display: none;
  line-height: 3;
  padding: 20px 0px 40px;
  position: relative;
  z-index: 99999;
}
.head_ul_sub .head_ul_sub_img {
  width: 344px;
}
.head_ul_sub .head_ul_sub_img a {
  display: inline-block;
  border: 6px solid #eeeeee;
}
.head_ul_sub .head_ul_sub_img img {
  width: 331px;
  height: 183px;
}
.head_ul_sub ul {
  width: 100%;
  position: relative;
  z-index: 10;
}
.head_ul_sub li {
  justify-content: center;
  width: 100%;
  display: none;
  line-height: 39px;
}
.head_ul_sub li.hv {
  display: flex;
}
.head_ul_sub dl {
  display: block;
  width: 30%;
  text-align: center;
  margin-right: 3%;
}
.head_ul_sub a {
  font-size: 16px;
}
.head_ul_sub a:hover {
  color: #006666;
}
.head_ul_sub dd b img {
  padding-left: 22px;
  position: relative;
  margin-top: -2px;
}
.head_ul_sub dd b:hover a {
  color: #2f75e7;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.w:after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
@media (max-width: 1600px) {
  .w {
    width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 1450px) {
  .w {
    width: 1190px;
  }
}
@media (max-width: 1200px) {
  .w {
    width: 950px;
  }
}
@media (max-width: 991px) {
  .w {
    width: 92%;
    margin: 0 4%;
  }
}
.foot_nav {
  background: #333333;
  padding: 26px 0 18px;
}
@media (max-width: 1200px) {
  .foot_nav {
    padding: 16px 0 11px;
  }
}
.foot_nav .foot_nav_l {
  padding-top: 20px;
  font-size: 16px;
  color: #cccccc;
  float: left;
  width: 70%;
}
@media (max-width: 1200px) {
  .foot_nav .foot_nav_l {
    width: 80%;
    padding-top: 30px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .foot_nav .foot_nav_l {
    width: 100%;
    text-align: center;
  }
}
.foot_nav .foot_nav_l a {
  color: #cccccc;
  display: inline-block;
}
.foot_nav .foot_nav_l span {
  padding: 0 8px;
}
@media (max-width: 767px) {
  .foot_nav .foot_nav_l {
    padding-top: 0px;
  }
  .foot_nav .foot_nav_l a {
    width: 33.3%;
    padding-bottom: 8px;
    float: left;
  }
  .foot_nav .foot_nav_l span {
    display: none;
  }
}
.foot_nav .foot_p {
  width: 100%;
  float: left;
  line-height: 30px;
  color: #cccccc;
  text-align: left;
  font-size: 16px;
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .foot_nav .foot_p {
    line-height: 1.5;
    font-size: 14px;
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .foot_nav .foot_p {
    text-align: center;
    padding-bottom: 20px;
  }
}
.foot_nav .foot_p a {
  color: #cccccc;
}
.foot_nav .foot_nav5 {
  float: right;
  text-align: center;
  width: 150px;
  padding-top: 10px;
  margin-left: 15px;
}
.foot_nav .foot_nav5 img {
  width: 120px;
  height: 120px;
}
.foot_nav .foot_nav5 span {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #cccccc;
  line-height: 35px;
}
@media (max-width: 991px) {
  .foot_nav .foot_nav5 {
    width: 100%;
    margin-left: 0px;
  }
}
.pape_banner {
  position: relative;
}
.pape_banner_text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  text-align: center;
  top: 170px;
}
.pape_banner_text h3 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  padding-bottom: 12px;
}
.pape_banner_text p {
  color: #fff;
  font-size: 16px;
}
.pape_nav {
  height: 70px;
  line-height: 70px;
  background: #f7f8fa;
}
.pape_nav ul {
  display: table;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
.pape_nav li {
  display: table-cell;
}
.pape_nav a {
  font-size: 18px;
  color: #333;
  display: inline-block;
  width: 100%;
  transition: 0.2s;
}
.pape_nav .hv a,
.pape_nav a:hover {
  background: #3253DA;
  color: #fff;
}
.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: 1450px) {
  .pape_banner_text {
    top: 50%;
  }
}
@media (max-width: 991px) {
  .pc_img {
    display: none;
  }
  .wap_img {
    display: block;
  }
  .pape_banner_text {
    top: 30%;
  }
  .pape_banner_text h3 {
    font-size: 20px;
    padding-bottom: 0;
    line-height: 40px;
  }
  .pape_banner_text p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pape_nav a {
    font-size: 14px;
  }
  .pape_nav {
    line-height: 50px;
    height: 50px;
  }
  .pape_banner_text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.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 0 40px;
}
.jzk_show_t {
  text-align: center;
  width: 100%;
  font-size: 24px;
  padding-top: 20px;
  line-height: 40px;
}
.jzk_show_q {
  font-size: 14px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 10px;
  color: #A8A8A8;
  border-bottom: 1px dashed #e8e8e8;
  margin-bottom: 30px;
}
.jzk_show_q span {
  padding: 0 8px;
  color: #A8A8A8;
}
.jzk_show_q i {
  padding-right: 8px;
}
.jzk_show_c {
  padding-bottom: 100px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.jzk_show_c p {
  padding-bottom: 30px;
}
.jzk_show_qxb {
  padding-top: 15px;
  border-top: 1px dashed #e8e8e8;
  margin-top: 15px;
  padding-bottom: 20px;
}
.jzk_show_qxb a {
  color: #333;
  font-size: 14px;
  text-align: left;
  line-height: 34px;
  display: inline-block;
  float: left;
}
.jzk_show_qxb a:nth-child(2) {
  float: right;
}
@media (max-width: 1200px) {
  .news_show {
    padding: 30px 62px 40px;
  }
}
@media (max-width: 991px) {
  .news_show {
    padding: 30px 32px 40px;
  }
}
@media (max-width: 767px) {
  .news_show {
    padding: 10px 5px 20px;
  }
  .jzk_show_q span {
    padding: 0 4px;
  }
  .bread {
    line-height: 20px;
    padding: 15px 0;
  }
  .bread img {
    margin-right: 10px;
  }
  .jzk_show_c {
    padding-bottom: 10px;
  }
  .jzk_show_qxb a:nth-child(2) {
    float: left;
  }
  .jzk_show_t {
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding-top: 20px;
    line-height: 30px;
  }
  .jzk_show_q {
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #A8A8A8;
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 15px;
  }
  .jzk_show_c p {
    padding-bottom: 10px;
    font-size: 14px;
  }
}
.news_pape_list {
  margin-top: 50px;
}
.news_pape_list li {
  width: 100%;
  display: inline-block;
  float: left;
  border-bottom: 1px solid #e1e6f0;
  padding-bottom: 24px;
  margin-bottom: 40px;
  position: relative;
}
.news_pape_list li a {
  overflow: hidden;
  display: inline-block;
}
.news_pape_list li:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background: #3253DA;
  bottom: 0;
  transition: 1s;
}
.news_pape_list li:hover:after {
  width: 100%;
}
.news_pape_list .news_img {
  float: left;
  width: 400px;
}
.news_pape_list .news_img img {
  width: 390px;
  height: 230px;
}
.news_pape_list .news_body {
  width: calc(100% - 410px);
  float: left;
  padding: 10px 0 10px 20px;
}
.news_pape_list .news_body h4 {
  font-size: 24px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.news_pape_list .news_body p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news_pape_list .news_body span {
  float: right;
  width: auto;
  padding: 0;
}
.news_pape_list .news_body b {
  float: left;
  color: #2E2E2E;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  overflow: hidden;
}
.news_pape_list .news_body b font {
  overflow: hidden;
  width: 0;
  opacity: 0;
  transition: 0.2s;
  display: inline-block;
}
.news_pape_list .news_body b img {
  transition: 0.4s;
  vertical-align: middle;
  margin-top: -20px;
  margin-left: -10px;
}
.news_pape_list li a:hover b img {
  padding-left: 11px;
  margin-left: 0px;
}
.news_pape_list li a:hover font {
  width: auto;
  opacity: 1;
}
.news_pape_list li a:hover .news_body h4 {
  color: #3253DA;
}
.sev_show {
  text-align: center;
  padding-bottom: 60px;
}
.sev_pape_box {
  background: #f9fbfd;
}
@media (max-width: 1200px) {
  .news_body h4 {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 991px) {
  .news_body h4 {
    font-size: 16px;
    word-break: initial;
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
  }
  .news_body p {
    display: none;
  }
  .news_pape_list .news_img {
    width: 100%;
  }
  .news_pape_list .news_img img {
    height: auto;
    width: 100%;
  }
  .news_pape_list .news_body {
    width: 100%;
    padding-left: 10px;
  }
  .news_pape_list .news_body h4 {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 0;
  }
  .news_pape_list .news_body p {
    margin-bottom: 20px;
  }
  .news_pape_list li {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
}
.adv_bd_x {
  position: relative;
}
.adv_bd_s {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: 0.3s all linear 0s;
  transition: ease all 0.3s;
}
.adv_bd_s.hv {
  opacity: 1;
  z-index: 999;
}
.index_btn {
  border-left: 1px solid #d5d5d5;
  display: inline-block;
  padding: 50px 40px 0 40px;
}
.index_btn:after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.index_btn li {
  width: 50%;
  text-align-last: center;
  margin-bottom: 24px;
  float: left;
}
.index_btn li img {
  box-shadow: 0 10px 15px 0 rgba(0, 96, 251, 0.4);
  -wekit-border-radius: 10px;
  -max-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.2s all linear 0s;
  transition: ease all 0.2s;
}
.index_btn li:hover img {
  box-shadow: 0 10px 15px 0 rgba(0, 96, 251, 0.6);
  transform: translate3d(0, -6px, 0px);
}
.scroll_top {
  width: 48px;
  height: 48px;
  background: #029477;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  border-radius: 50%;
  position: fixed;
  right: 2.6vw;
  bottom: 35px;
  z-index: 9999;
  text-align: center;
  line-height: 48px;
}
.scroll_top:hover {
  background: #07a485;
}
.scroll_top::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #029477;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: -1;
  animation: con linear 2s infinite;
}
@keyframes con {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
@media (max-width: 991px) {
  .scroll_top {
    width: 30px;
    height: 30px;
    line-height: 30px;
    bottom: 55px;
  }
}
@media (max-width: 1600px) {
  .index_btn li {
    width: 46%;
    margin: 0 2% 24px;
  }
  .adv_bd a h3 {
    font-size: 16px;
  }
}
@media (max-width: 1450px) {
  .head_ul {
    width: 730px;
  }
  .head_ul_sub {
    width: 730px;
  }
  .adv_bd a h3 {
    font-size: 14px;
  }
  .adv_bd a img {
    width: 24px;
    margin-right: 3px;
  }
  #player > * {
    height: 360px!important;
  }
  #player2 > *,
  #player3 > * {
    height: 220px!important;
  }
  .adv_bd {
    margin-bottom: 18px;
  }
  .adv_bd_box {
    padding: 18px;
    height: 342px;
  }
  .pao {
    bottom: 16px;
  }
  .recommend img {
    margin-bottom: 3px;
  }
  .recommend .swiper-container {
    padding-top: 0;
  }
  .index_news_li {
    float: left;
    width: 44%;
    margin-right: 6%;
  }
  .index_news_li img {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .head_ul {
    width: 630px;
  }
  .head_ul_sub {
    width: 630px;
  }
  .head_ul li a {
    font-size: 15px;
    height: 42px;
    line-height: 42px;
  }
  .head_ul li {
    height: 42px;
  }
  .head_logo img {
    height: 30px;
  }
  .adv_t2 img {
    height: 60px;
  }
  .adv_t1 {
    font-size: 26px;
  }
  #player > * {
    height: 345px!important;
  }
  .index_news_d {
    font-size: 16px;
  }
  .index_news_t span {
    margin-right: 6px;
  }
  .foot_nav dl {
    width: 100px;
  }
  .foot_nav .foot_nav5 img {
    width: 130px;
    height: 130px;
  }
  .foot_nav .foot_nav5 {
    width: 130px;
  }
}
.wap_nav_box {
  display: none;
}
@media (max-width: 991px) {
  .foot_nav_box {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .foot_nav .foot_nav5 {
    width: 50%;
    margin-left: 0;
    display: inline-block;
    text-align: center;
  }
  .head_ul {
    display: none;
  }
  .adv_l {
    width: 100%;
  }
  .adv_r {
    width: 100%;
    margin-top: 20px;
  }
  #player2 > *,
  #player3 > * {
    height: 300px!important;
  }
  .adv_bd_box {
    padding: 18px;
    height: 442px;
  }
  .index_btn {
    border-left: none;
  }
  .head_box {
    line-height: 60px;
  }
  .head_box .w {
    width: 100%;
    margin: 0;
    padding-left: 15px;
  }
  .head_logo img {
    height: 34px;
  }
  .mbtn {
    position: fixed;
    width: 60px;
    height: 60px;
    top: 0px;
    right: 0%;
    z-index: 50;
    background: linear-gradient(135deg, #55c694, #029477) center center no-repeat;
  }
  .mbtn span {
    top: 29px;
    left: 20px;
    width: 20px;
  }
  .mbtn span,
  .mbtn span:after,
  .mbtn span:before {
    position: absolute;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .advertise {
    padding: 44px 0 44px;
  }
  .mbtn span:after,
  .mbtn span:before {
    content: "";
    left: 0;
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  .mbtn span:before {
    top: -6px;
    width: 14px;
  }
  .mbtn span:after {
    top: 6px;
    width: 12px;
  }
  .mbtn.active span {
    background-color: transparent;
  }
  .mbtn.active span:before {
    -webkit-transform: translateY(6px) rotate(-45deg);
  }
  .mbtn.active span:after {
    -webkit-transform: translateY(-6px) rotate(45deg);
  }
  .mbtn.active span:after,
  .mbtn.active span:before {
    width: 20px;
  }
  .head_box.hv a {
    color: #fff;
  }
  .wap_nav_box {
    display: none;
    width: 100%;
    height: calc(100vh - 60px);
    position: fixed;
    left: 0%;
    right: 0;
    z-index: 20;
    top: 60px;
    overflow-y: auto;
    background: linear-gradient(135deg, #55c694, #029477) center center no-repeat;
    -webkit-transition: all 0.5s;
  }
  .wap_nav_box .wap_nav_son {
    display: none;
  }
  .wap_nav_box .has_son > a {
    width: 100%;
    display: inline-block;
  }
  .wap_nav_box .has_son > a::after {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -10px;
    background: url(../../images/arrow-right.png) no-repeat;
    background-size: cover;
    content: '';
    -webkit-transition: all 0.35s;
  }
  .wap_nav_box .has_son.hv > a::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .wap_nav_box li {
    position: relative;
  }
  .wap_nav_box li::after {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0%;
    bottom: 0%;
    content: '';
    background: linear-gradient(135deg, #55c694, rgba(255, 255, 255, 0.5)) center center no-repeat;
  }
  .wap_nav_box li > a {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding: 10px 5%;
  }
  .wap_nav_box dt a {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    width: 100%;
    color: #ffffff;
    margin-bottom: 5px;
  }
  .wap_nav_box .wap_nav_son {
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    padding: 0 5% 12px;
    line-height: 30px;
  }
  .wap_nav_box dl {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .wap_nav_box dl:last-child {
    border-bottom: none;
  }
  .wap_nav_box dd {
    display: inline-block;
    margin-right: 15px;
  }
  .wap_nav_box dd i {
    margin-right: 3px;
  }
  .wap_nav_box dd a {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
  }
  .mbtn.hv span {
    background-color: transparent;
  }
  .mbtn.hv span:after,
  .mbtn.hv span:before {
    width: 20px;
  }
  .mbtn.hv span:before {
    -webkit-transform: translateY(6px) rotate(-45deg);
  }
  .mbtn.hv span:after {
    -webkit-transform: translateY(-6px) rotate(45deg);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .foot_nav .foot_nav5 {
    width: 100%;
    padding-top: 15px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .head_logo img {
    height: 24px;
  }
}
@media (max-width: 767px) {
  .advertise {
    padding: 24px 0 24px;
  }
  .adv_t1 {
    font-size: 20px;
  }
  #player > * {
    height: 245px!important;
  }
  .jzk_banner .swiper-pagination {
    bottom: 12px;
  }
  .adv_bd a img {
    display: none;
    text-align: center;
  }
  .adv_bd a {
    text-align: center;
    width: 33.3%;
  }
  .adv_bd {
    margin-bottom: 12px;
  }
  .adv_bd_box {
    overflow: hidden;
    height: auto;
    padding: 10px;
    padding-bottom: 40px;
  }
  .adv_bd_box:after {
    clear: both;
    width: 100%;
    display: block;
    content: ' ';
  }
  .adv_bd_s.hv {
    display: block;
  }
  .adv_bd_s {
    position: inherit;
    display: none;
  }
  #player2 > *,
  #player3 > * {
    height: 200px!important;
  }
  .index_news_li {
    width: 100%;
    margin-right: 0%;
  }
  .index_btn {
    padding: 10px 0 0 0;
  }
  .index_btn li {
    margin: 0 2% 16px;
  }
  .index_news {
    padding: 30px 0;
  }
  .adv_r {
    margin-top: 10px;
  }
  .foot_nav_box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .foot_nav dt a {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .foot_nav dd a {
    font-weight: 500;
    font-size: 13px;
  }
  .foot_nav dl {
    width: 33.3%;
    padding-bottom: 20px;
    text-align: center;
  }
  .foot_nav {
    padding-top: 24px;
  }
  .foot_nav .pb {
    padding-bottom: 20px;
  }
  .foot_nav5:nth-child(1) {
    padding-left: 30px;
  }
  .foot_nav5:nth-child(2) {
    padding-right: 30px;
  }
  .foot_p {
    line-height: 24px;
    font-size: 14px;
  }
  .wap_nav_box dd i {
    margin-right: 1px;
  }
  .wap_nav_box dd {
    margin-right: 10px;
  }
  .head_box.hv .head_logo img {
    height: 24px;
  }
  .head_box.hv {
    line-height: 60px;
  }
  .head_box.hv .head_ul li {
    line-height: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .jzk_banner .swiper-pagination {
    bottom: 4px;
  }
  .jzk_banner .swiper-pagination > * {
    width: 24px;
    height: 3px;
    border-radius: 3px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .foot_nav5:nth-child(1) {
    padding-right: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .foot_nav5:nth-child(2) {
    padding-right: 0;
  }
}
.k_panav {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
.k_panav li {
  display: inline-block;
  margin-bottom: 10px;
}
.k_panav li a:hover,
.k_panav li a.hover {
  background: #4281ea;
  border: 1px solid #4281ea;
  color: #fff;
}
.k_panav a {
  display: inline-block;
}
.k_panav a {
  border: 1px solid #ebebeb;
  -wekit-border-radius: 2px;
  -max-border-radius: 2px;
  border-radius: 2px;
  min-width: 48px;
  line-height: 48px;
  height: 48px;
  color: #333333;
  margin: 0 5px;
  padding: 0 16px;
  display: inline-block;
  font-size: 14px;
}
.k_panav span {
  display: inline-block;
}
.k_panav span {
  background: #eeeff3;
  line-height: 48px;
  min-width: 48px;
  height: 48px;
  color: #000;
  border: 1px solid #ebebeb;
  -wekit-border-radius: 2px;
  -max-border-radius: 2px;
  border-radius: 2px;
  margin: 0 5px;
  padding: 0 16px;
  display: inline-block;
  font-size: 14px;
}
.k_panav a:hover,
.k_panav li a.hover {
  background: #478dfc;
  border: 1px solid #4281ea;
  color: #fff;
}
@media (max-width: 767px) {
  .k_panav {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .k_panav a {
    min-width: 40px;
    line-height: 40px;
    height: 40px;
    padding: 0 11px;
    margin: 0 3px;
  }
  .k_panav span {
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    color: #000;
    border: 1px solid #ebebeb;
    -wekit-border-radius: 2px;
    -max-border-radius: 2px;
    border-radius: 2px;
    margin: 0 3px;
    padding: 0 11px;
  }
}
.jzk_pagebox {
  padding-bottom: 60px;
  padding-top: 48px;
}
.pape_title {
  background: url(../../images/b4.png) no-repeat left top;
  border-bottom: 1px solid #dbd2c0;
  height: 81px;
  padding-left: 82px;
  padding-top: 46px;
}
.pape_title h3 {
  color: #062369;
  font-size: 24px;
  display: block;
  float: left;
  margin-right: 17px;
  font-weight: bold;
}
.pape_title span {
  margin-top: 3px;
  color: #a99980;
  background: #f7f6f2;
  text-transform: uppercase;
  padding: 0 8px;
  display: inline-block;
  height: 23px;
  line-height: 23px;
}
.zyxq {
  padding: 0 185px;
  float: left;
  margin-top: 27px;
}
.zyxq .t_time {
  margin: 8px;
  height: 78px;
  width: 78px;
  text-align: center;
  background: #f3f3f3;
  color: #4682fa;
  float: left;
  margin-right: 47px;
}
.zyxq .t_time span {
  padding-top: 12px;
  padding-bottom: 6px;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #4682fa;
}
.zyxq .t_time p {
  padding-top: 0;
  margin-top: 0;
  font-size: 12px;
  line-height: 12px;
  color: #4682fa;
}
.zyxq li {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f2f2f2;
}
.zyxq .zyxq_1 {
  float: left;
  margin-right: 25px;
  width: 350px;
}
.zyxq .zyxq_2 {
  float: left;
  width: calc(100% - 134px);
}
.zyxq h3 {
  color: #3E3E3E;
  font-size: 20px;
  font-weight: 500;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0;
  transition: 0.3s;
}
.zyxq i {
  width: 31px;
  transition: 0.3s;
  height: 5px;
  background: #4583fa;
  content: ' ';
  display: inline-block;
}
.zyxq p {
  margin: 0;
  padding-top: 2px;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  display: inline-block;
  color: #9b9b9b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 8px;
}
.zyxq span {
  color: #8B8B8B;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.zyxq li:hover h3 {
  color: #4682fa;
}
.zyxq li:hover i {
  color: #4682fa;
}
@media (max-width: 1200px) {
  .zyxq .zyxq_1 {
    float: left;
    margin-right: 25px;
    width: 250px;
  }
  .zyxq .zyxq_2 {
    float: left;
    width: calc(100% - 275px);
  }
}
@media (max-width: 767px) {
  .zyxq .zyxq_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .zyxq li {
    padding-bottom: 18px;
    margin-bottom: 18px;
    display: inline-block;
    flex-wrap: initial;
    width: 100%;
  }
  .zyxq li a {
    display: inline-block;
    width: 100%;
  }
  .zyxq .zyxq_2 {
    width: 100%;
  }
  .zyxq {
    position: relative;
    width: 100%;
  }
  .zyxq p {
    padding-top: 0;
  }
  .zyxq h3 {
    font-size: 18px;
  }
}
.zyxq_top {
  padding: 0 145px;
  float: left;
  margin-top: 50px;
}
.zyxq_top li {
  box-shadow: 0 0 10px 0 rgba(24, 47, 67, 0.1);
  display: flex;
  flex-wrap: wrap;
  padding: 21px 28px;
  margin-bottom: 25px;
}
.zyxq_top .zyxq_1 {
  float: left;
  margin-right: 25px;
  width: 443px;
  position: relative;
}
.zyxq_top .zyxq_1 .news_hot {
  position: absolute;
  left: 20px;
  top: -25px;
  z-index: 9;
}
.zyxq_top .zyxq_2 {
  float: right;
  margin-right: 60px;
  padding-top: 30px;
  width: calc(100% - 580px);
}
.zyxq_top .zyxq_2 .t_time {
  padding-bottom: 18px;
}
.zyxq_top .zyxq_2 .t_time b {
  color: #5e5e5e;
  font-size: 25px;
  display: inline-block;
}
.zyxq_top .zyxq_2 .t_time span {
  display: inline-block;
  color: #8d8d8d;
  font-size: 16px;
}
.zyxq_top .mre {
  background: #4583fa;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 37px;
  -wekit-border-radius: 37px;
  -max-border-radius: 37px;
  border-radius: 37px;
  float: right;
  padding: 0 20px;
  display: inline-block;
  margin-top: 20px;
}
.zyxq_top .mre:hover {
  background: #5a7ffa;
}
.zyxq_top h3 {
  color: #3E3E3E;
  font-size: 20px;
  font-weight: 500;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0;
  transition: 0.3s;
}
.zyxq_top i {
  width: 31px;
  transition: 0.3s;
  height: 5px;
  background: #4583fa;
  content: ' ';
  display: inline-block;
}
.zyxq_top p {
  margin: 0;
  padding-top: 2px;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  display: inline-block;
  color: #9b9b9b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 8px;
}
.zyxq_top li:hover h3 {
  color: #4682fa;
}
.zyxq_top li:hover i {
  color: #4682fa;
}
@media (max-width: 1450px) {
  .zyxq_top {
    padding: 0 55px;
  }
  .zyxq {
    padding: 0 85px;
  }
}
@media (max-width: 1200px) {
  .zyxq_top .zyxq_1 {
    float: left;
    margin-right: 25px;
    width: 250px;
  }
  .zyxq_top .zyxq_2 {
    float: left;
    width: calc(100% - 300px);
    margin-right: 20px;
    padding-top: 10px;
  }
  .zyxq_top .zyxq_2 .t_time {
    padding-bottom: 8px;
  }
  .zyxq_top h3 {
    font-size: 18px;
  }
  .zyxq .zyxq_2 {
    float: left;
    width: calc(100% - 175px);
  }
  .zyxq_top p {
    margin: 0;
    padding-top: 2px;
    font-size: 14px;
    line-height: 20px;
  }
  .zyxq h3 {
    font-size: 18px;
  }
  .zyxq p {
    margin: 0;
    padding-top: 2px;
    font-size: 14px;
    line-height: 20px;
  }
  .k_pape_nav_k1,
  .k_pape_nav_k1 .k2 a {
    height: 65px;
    line-height: 65px;
  }
}
.course_title2dd .swiper-slide {
  width: auto;
}
@media (max-width: 767px) {
  .zyxq_top .zyxq_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .zyxq_top li {
    padding-bottom: 18px;
    margin-bottom: 18px;
    display: inline-block;
    flex-wrap: initial;
    width: 100%;
  }
  .zyxq_top li a {
    display: inline-block;
    width: 100%;
  }
  .zyxq_top .zyxq_2 {
    width: 100%;
  }
  .zyxq_top {
    position: relative;
    width: 100%;
  }
  .zyxq_top p {
    padding-top: 0;
  }
  .zyxq_top h3 {
    font-size: 18px;
  }
  .zyxq_top {
    padding: 0 10px;
  }
  .zyxq {
    padding: 0 10px;
  }
  .zyxq_top li {
    padding: 10px;
  }
  .zyxq_top .zyxq_1 .news_hot {
    position: absolute;
    left: 15px;
    top: -16px;
    z-index: 9;
  }
  .zyxq_top .mre {
    line-height: 27px;
    -wekit-border-radius: 27px;
    -max-border-radius: 27px;
    border-radius: 27px;
    font-size: 13px;
    padding: 0 15px;
  }
  .zyxq .t_time {
    height: 58px;
    width: 58px;
    margin-right: 17px;
  }
  .zyxq .t_time span {
    padding-top: 4px;
    font-size: 22px;
    padding-bottom: 0px;
  }
  .zyxq .zyxq_2 {
    width: calc(100% - 95px);
  }
  .pape_title {
    background-size: auto 60px;
    height: 61px;
    padding-left: 42px;
    padding-top: 32px;
  }
  .pape_title h3 {
    margin-right: 7px;
    font-size: 18px;
  }
}
.news_show_title {
  text-align: center;
  font-size: 30px;
  color: #2a2a2a;
  line-height: 30px;
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .news_show_title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .news_show_title {
    padding-bottom: 8px;
  }
}
.news_show_desc {
  padding-bottom: 16px;
  text-align: center;
  font-size: 16px;
  color: #8d8d8d;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 767px) {
  .news_show_desc {
    padding-bottom: 8px;
  }
}
.news_show_desc span {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .news_show_desc span {
    margin-right: 20px;
  }
}
.news_show_desc span i {
  margin-right: 9px;
}
.news_show_body {
  padding: 0 260px;
  font-size: 16px;
  color: #1d1d1d;
  line-height: 2;
  padding-top: 30px;
}
.news_show_body p {
  padding-bottom: 10px;
}
@media (max-width: 1450px) {
  .news_show_body {
    padding: 0 160px;
    padding-top: 30px;
  }
}
@media (max-width: 1200px) {
  .news_show_body {
    padding: 0 60px;
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .news_show_body {
    padding: 0 10px;
    padding-top: 15px;
  }
}
.news_bopt {
  padding-top: 68px;
  width: 100%;
  display: inline-block;
}
.news_bopt a {
  color: #525252;
  font-size: 16px;
  float: left;
}
.news_bopt a:hover {
  color: #4181e9;
}
.news_bopt a:nth-child(2) {
  float: right;
}
@media (max-width: 767px) {
  .news_bopt a {
    float: left;
    display: inline-block;
    width: 100%;
  }
}
.pape_culture {
  padding: 51px  0 0;
  background: url(../../images/b2.png) center top no-repeat;
}
.pape_culture_bg {
  min-height: 1200px;
  padding-bottom: 100px;
  background: url(../../images/b3.png) center bottom no-repeat;
}
.pape_culture_t {
  color: #07216b;
  font-weight: bold;
  margin-top: 45px;
  font-size: 23px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .pape_culture_t {
    font-size: 18px;
  }
}
.pape_culture_t:after {
  content: ' ';
  float: left;
  margin-right: 12px;
  display: inline-block;
  width: 7px;
  height: 23px;
  background: #2f75e7;
}
.pape_culture_body {
  color: #484848;
  font-size: 18px;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .pape_culture_body {
    font-size: 13px;
  }
}
.pape_culture_bc {
  margin: 0 200px;
  background: url(../../images/v3.png) left 14px no-repeat;
  color: #484848;
  font-size: 16px;
  line-height: 2;
  padding-left: 43px;
  padding-bottom: 50px;
}
.pape_culture_bc .h3 {
  color: #07216b;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 23px;
}
.pape_culture_bc img {
  padding-bottom: 10px;
}
@media (max-width: 1450px) {
  .pape_culture_bc {
    margin: 0 100px;
  }
}
@media (max-width: 1200px) {
  .pape_culture_bc {
    margin: 0 50px;
  }
}
@media (max-width: 767px) {
  .pape_culture_bc {
    margin: 0 ;
    background: url(../../images/v3.png) left 12px no-repeat;
    background-size: 20px;
    padding-left: 23px;
    padding-bottom: 30px;
    font-size: 13px;
  }
  .pape_culture_bc .h3 {
    font-size: 18px;
  }
}
.pape_honor {
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  .pape_honor {
    padding: 30px 0 0;
  }
}
.honor_1 {
  color: #987d48;
  font-size: 18px;
  padding-left: 88px;
  padding-top: 18px;
  letter-spacing: 2px;
}
.honor_2 {
  position: relative;
  background: url(../../images/x2.png) center center no-repeat;
  height: 650px;
  z-index: 9;
  color: #555555;
  font-size: 24px;
}
.honor_2 span {
  padding-top: 10px;
  display: inline-block;
  color: #b9a682;
  font-size: 16px;
}
.honor_2 strong {
  color: #b9a682;
  font-size: 32px;
  letter-spacing: -1px;
  padding-right: 3px;
}
.honor_3 {
  position: absolute;
  left: 0;
  top: 200px;
  right: 0;
  text-align: center;
  z-index: 10;
}
.honor_4 {
  position: absolute;
  right: 959px;
  top: 96px;
  text-align: right;
  z-index: 10;
}
.honor_5 {
  position: absolute;
  left: 959px;
  top: 96px;
  text-align: left;
  z-index: 10;
}
.honor_6 {
  position: absolute;
  right: 959px;
  top: 213px;
  text-align: right;
  z-index: 10;
}
.honor_7 {
  position: absolute;
  left: 959px;
  top: 213px;
  text-align: left;
  z-index: 10;
}
.honor_8 {
  position: absolute;
  right: 959px;
  top: 330px;
  text-align: right;
  z-index: 10;
}
.honor_9 {
  position: absolute;
  left: 959px;
  top: 330px;
  text-align: left;
  z-index: 10;
}
.honor_10 {
  position: absolute;
  right: 959px;
  top: 440px;
  text-align: right;
  z-index: 10;
}
.honor_11 {
  position: absolute;
  left: 959px;
  top: 440px;
  text-align: left;
  z-index: 10;
}
.honor_12 {
  position: absolute;
  left: 0;
  top: 535px;
  right: 0;
  text-align: center;
  z-index: 10;
}
.certify {
  position: relative;
  padding-bottom: 0;
  padding-top: 60px;
  margin: 0 140px;
}
.certify .swiper-container {
  padding-bottom: 60px;
}
.certify .swiper-slide {
  width: 280px;
  -wekit-border-radius: 12px;
  -max-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 2px 6px #cacaca;
  -moz-box-shadow: 0px 2px 6px #cacaca;
  box-shadow: 0px 2px 6px #cacaca;
}
.certify .swiper-slide img {
  display: block;
  width: 280px;
}
.certify .swiper-slide p {
  line-height: 40px;
  padding-top: 0;
  text-align: center;
  color: #333333;
  font-size: 18px;
  margin: 0;
}
.certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
}
.certify .swiper-slide-active p {
  font-size: 22px;
  color: #017dbd;
  font-weight: bold;
}
.certify .swiper-button-next {
  background: url(../../images/l1.png) no-repeat left top;
  width: 18px;
  height: 45px;
  outline: none;
  margin-top: -22px;
  top: 50%;
}
.certify .swiper-button-prev {
  background: url(../../images/l2.png) no-repeat left top;
  width: 18px;
  height: 45px;
  outline: none;
  margin-top: -22px;
  top: 50%;
}
@media (max-width: 991px) {
  .certify {
    background-size: contain;
    padding-top: 30px;
  }
  .certify .swiper-slide {
    width: 230px;
  }
  .certify .swiper-slide img {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .certify .swiper-slide {
    width: 140px;
  }
  .certify .swiper-slide img {
    width: 140px;
  }
}
.honor_bottom {
  background: url(../../images/honnor_bg.png) no-repeat center bottom;
}
.honor_bottom .w {
  min-height: 413px;
  padding-bottom: 49px;
  position: relative;
}
.honor_bottom ul {
  padding: 20px;
}
.honor_bottom li {
  display: inline-block;
  padding-bottom: 20px;
}
.honor_bottom li a {
  padding-left: 21px;
  line-height: 1  ;
  font-size: 18px;
  padding-right: 40px;
  background: url(../../images/g2.png) no-repeat left center;
  color: #ffffff;
}
.honor_bottom_1 {
  width: 252px;
  height: 424px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.honor_bottom_2 {
  width: 78%;
  margin: 75px 11% 0;
  float: left;
  min-height: 284px;
  z-index: 9;
  padding: 40px 80px;
  background: #538bea;
  color: #ffffff;
  -wekit-border-radius: 13px;
  -max-border-radius: 13px;
  border-radius: 13px;
}
.honor_bottom_t {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 20px 30px 20px;
  margin-bottom: 36px;
  border-bottom: 1px solid #346ecf;
}
@media (max-width: 1450px) {
  .honor_2 {
    font-size: 18px;
  }
  .honor_4 {
    right: 800px;
    top: 96px;
  }
  .honor_5 {
    left: 800px;
    top: 96px;
  }
  .honor_6 {
    right: 800px;
    top: 213px;
  }
  .honor_7 {
    left: 800px;
    top: 213px;
  }
  .honor_8 {
    right: 800px;
    top: 330px;
  }
  .honor_9 {
    left: 800px;
    top: 330px;
  }
  .honor_10 {
    right: 800px;
    top: 440px;
  }
  .honor_11 {
    left: 800px;
    top: 440px;
  }
  .honor_12 {
    top: 535px;
  }
  .honor_bottom_2 {
    margin: 75px 0 0 16%;
    padding: 20px 20px 20px  80px ;
  }
  .honor_bottom li a {
    padding-right: 15px;
  }
  .honor_bottom_t {
    margin-bottom: 15px;
  }
  .certify {
    margin: 0 10px;
  }
}
@media (max-width: 1200px) {
  .certify {
    margin: 0 50px;
  }
  .certify .swiper-slide img,
  .certify .swiper-slide {
    width: 230px;
  }
  .honor_4 {
    right: 560px;
    top: 96px;
  }
  .honor_5 {
    left: 560px;
    top: 96px;
  }
  .honor_6 {
    right: 560px;
    top: 213px;
  }
  .honor_7 {
    left: 560px;
    top: 213px;
  }
  .honor_8 {
    right: 560px;
    top: 330px;
  }
  .honor_9 {
    left: 560px;
    top: 330px;
  }
  .honor_10 {
    right: 560px;
    top: 440px;
  }
  .honor_11 {
    left: 560px;
    top: 440px;
  }
}
@media (max-width: 991px) {
  .certify {
    margin: 0 50px;
  }
  .certify .swiper-slide img,
  .certify .swiper-slide {
    width: 220px;
  }
  .certify .swiper-button-next {
    margin-top: -34px;
  }
  .certify .swiper-button-prev {
    margin-top: -34px;
  }
}
@media (max-width: 767px) {
  .certify .swiper-slide img,
  .certify .swiper-slide {
    width: 170px;
  }
  .honor_bottom_1 {
    display: none;
  }
  .honor_bottom_2 {
    width: 100%;
    margin: 25px 0 0 0%;
    padding: 15px;
  }
  .certify {
    margin: 0 10px;
  }
  .certify .swiper-button-next {
    display: none;
  }
  .certify .swiper-button-prev {
    display: none;
  }
  .honor_bottom_t {
    font-size: 18px;
  }
  .honor_bottom ul {
    padding: 10px;
  }
  .honor_bottom li a {
    font-size: 14px;
  }
  .honor_3,
  .honor_4,
  .honor_5,
  .honor_6,
  .honor_6,
  .honor_7,
  .honor_8,
  .honor_9,
  .honor_10,
  .honor_11,
  .honor_12 {
    position: inherit;
    left: inherit;
    right: inherit;
    top: inherit;
    padding-bottom: 20px;
    text-align: center;
  }
  .honor_1 {
    padding-left: 0;
    font-size: 14px;
    letter-spacing: 0;
  }
  .honor_2 {
    background-size: contain;
    padding-top: 25px;
    height: auto;
    font-size: 14px;
    line-height: 1;
  }
  .honor_2 span {
    font-size: 14px;
  }
  .honor_2 strong {
    font-size: 18px;
  }
  .honor_3 img {
    width: 120px;
  }
}
.medical_top {
  background: #f7f7f7;
  padding: 9px 0;
}
.medical_top a {
  display: inline-block;
  float: left;
  width: 25%;
  padding: 0 5px;
}
.medical_1 {
  background: #e5f4ff;
  font-size: 18px;
  margin-top: 45px;
  margin-bottom: 40px;
  padding: 20px 26px;
  -wekit-border-radius: 4px;
  -max-border-radius: 4px;
  border-radius: 4px;
}
.medical_2 {
  padding-bottom: 10px;
  color: #987d48;
}
.medical_3 {
  color: #454545;
  line-height: 1.5;
}
.medical_4 {
  padding-left: 40px;
  padding-bottom: 31px;
}
.medical_4 .at {
  color: #07216b;
}
.medical_4 .at h3 {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
}
.medical_4 .at span {
  font-size: 18px;
}
.medical_4 p {
  color: #a4a8be;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.medical_5 {
  padding: 0 40px 60px;
  font-size: 16px;
  line-height: 2;
}
.medical_5:after {
  display: inline-block;
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
@media (max-width: 991px) {
  .medical_top a {
    width: 50%;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .medical_top a {
    width: 100%;
    padding-bottom: 10px;
  }
  .medical_5 {
    padding: 0 10px 40px;
    font-size: 14px;
  }
  .medical_1 {
    background: #e5f4ff;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 40px;
    padding: 20px 26px;
    -wekit-border-radius: 4px;
    -max-border-radius: 4px;
    border-radius: 4px;
  }
  .medical_4 {
    padding-left: 10px;
    padding-bottom: 21px;
  }
  .medical_4 span {
    font-size: 14px;
  }
  .medical_4 p {
    color: #a4a8be;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
  }
}
.pape_about_l {
  float: left;
  width: 58%;
}
.pape_about_r {
  float: right;
}
.pape_about_t {
  margin-left: 15px;
  margin-top: 70px;
  font-weight: bold;
  font-size: 23px;
  color: #07216b;
}
.pape_about_t i {
  background: #2f75e7;
  width: 7px;
  height: 23px;
  display: inline-block;
  margin-right: 12px;
  float: left;
}
.pape_about_d {
  padding-top: 30px;
  padding-bottom: 60px;
  margin-left: 15px;
  font-size: 18px;
  line-height: 2;
  color: #484848;
}
.pape_about_f {
  background: #f8f8f8;
  padding: 40px 20px;
}
.pape_about_f:after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.pape_about_f_li {
  float: left;
  padding-left: 37px;
}
.pape_about_f_img {
  float: left;
}
.pape_about_f_r {
  padding-left: 11px;
  float: left;
}
.pape_about_f_r_1 h3 {
  display: inline-block;
  color: #2f75e7;
  font-size: 33px;
  font-weight: bold;
}
.pape_about_f_r_1 b {
  color: #2f75e7;
  font-size: 33px;
  font-weight: 500;
}
.pape_about_f_r_1 span {
  font-size: 12px;
  color: #454545;
}
.pape_about_f_r_2 {
  font-size: 12px;
  line-height: 1;
}
.pape_about_f_r_3 {
  font-size: 12px;
  color: #bbbbbb;
  text-transform: uppercase;
}
.pape_about_cv {
  float: left;
  width: 100%;
  padding-bottom: 80px;
}
.pape_about_cv1 {
  padding-top: 20px;
  line-height: 2;
  font-size: 18px;
  margin: 0 15px;
}
@media (max-width: 1450px) {
  .pape_about_f {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .pape_about_l {
    width: 100%;
  }
  .pape_about_r {
    width: 100%;
    display: none;
  }
}
@media (max-width: 767px) {
  .pape_about_cv {
    float: left;
    width: 100%;
    padding-bottom: 20px;
  }
  .pape_about_f {
    background: #f8f8f8;
    padding: 20px 10px 0;
  }
  .pape_about_f_li {
    float: left;
    width: 50%;
    padding-left: 0px;
    padding-bottom: 20px;
  }
  .pape_about_r {
    width: 100%;
    display: block;
    padding-top: 20px;
    text-align: center;
  }
  .pape_about_r img {
    width: 80%;
  }
  .pape_about_t {
    font-size: 18px;
    margin-top: 20px;
    margin-left: 0px;
  }
  .pape_about_d {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 2;
  }
  .pape_about_f_img {
    padding-bottom: 4px;
  }
  .pape_about_f_img img {
    width: 40px;
  }
  .pape_about_f_img,
  .pape_about_f_r {
    width: 100%;
    text-align: center;
  }
  .pape_about_f_li {
    text-align: center;
  }
  .pape_about_f_r_1 h3 {
    font-size: 20px;
  }
  .pape_about_f_r {
    padding-left: 0;
    float: left;
  }
  .pape_about_f_r_1 b {
    font-size: 21px;
  }
  .pape_about_cv1 {
    font-size: 14px;
  }
}
.profile_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.profile1 {
  padding: 0;
  padding-bottom: 60px;
  padding-top: 50px;
  background: none;
  margin: 0 100px;
}
.profile2 {
  border-radius: 20px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
  background: #ffffff;
  border: 3px solid #e6dfc8;
  position: relative;
  padding: 43px 65px 15px;
  width: 48%;
  float: left;
  margin: 50px 1% 0;
}
.profile3 {
  position: absolute;
  left: 0;
  top: 0;
}
.profile4 {
  font-size: 16px;
  line-height: 1.75;
  padding-left: 24px;
  margin: 0 0 24px;
  background: url(../../images/a2.png) 0 4px no-repeat;
}
.profile5 {
  color: #877148;
  font-size: 14px;
  margin-left: 24px;
  padding-left: 20px;
  line-height: 1.75;
  margin-bottom: 20px;
  border-left: 1px solid #e0e0e0;
}
.profile6 {
  background: url(../../images/a3.png) center top no-repeat;
  height: 651px;
  padding-top: 79px;
}
.profile7 {
  float: left;
  width: 50%;
  padding-right: 50px;
}
.profile11 {
  float: left;
  width: 50%;
  padding-left: 50px;
  border-left: 1px solid #8894b6;
}
.pro_t {
  color: #f9f9f9;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 36px;
}
.pro_t img {
  margin-right: 20px;
}
.pro_b {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.75;
}
.pro_b p {
  padding-bottom: 20px;
}
.profile10 {
  padding: 0;
  background: none;
  margin: 0 150px;
}
@media (max-width: 1200px) {
  .profile2 {
    width: 100%;
    margin: 20px 0;
  }
  .profile7 {
    width: 100%;
    padding: 0;
  }
  .profile11 {
    width: 100%;
    padding: 0;
    padding-top: 30px;
    border: none;
  }
  .profile6 {
    height: auto;
    background-size: cover;
    padding-bottom: 30px;
  }
  .pro_t {
    color: #f9f9f9;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .profile1 {
    margin: 0 50px;
  }
  .profile10 {
    margin: 0 50px;
  }
}
@media (max-width: 767px) {
  .profile1 {
    margin: 0 0px;
  }
  .profile10 {
    padding: 0;
    background: none;
    margin: 0 0px;
  }
  .profile2 {
    padding: 43px 10px 10px;
  }
  .pro_t img {
    width: 46px;
  }
  .pro_b {
    font-size: 14px;
  }
  .profile1 {
    padding: 0;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.index_ttt {
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .index_ttt {
    padding-bottom: 20px;
  }
}
.index_ttt h3 {
  color: #000000;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .index_ttt h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .index_ttt h3 {
    font-size: 18px;
  }
}
.index_ttt h3:after {
  content: '  ';
  vertical-align: middle;
  display: inline-block;
  background: #cccccc;
  width: 33px;
  height: 1px;
}
@media (max-width: 767px) {
  .index_ttt h3:after {
    width: 24px;
  }
}
.index_ttt h3:before {
  vertical-align: middle;
  content: '  ';
  display: inline-block;
  background: #cccccc;
  width: 33px;
  height: 1px;
}
@media (max-width: 767px) {
  .index_ttt h3:before {
    width: 24px;
  }
}
.index_ttt h3 span {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .index_ttt h3 span {
    padding: 0 11px;
  }
}
.index_about {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .index_about {
    padding: 30px 0;
  }
}
.index_about_bq {
  text-align: center;
  color: #666666;
  line-height: 26px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .index_about_bq {
    font-size: 13px;
    line-height: 1.5;
  }
  .index_about_bq br {
    display: none;
  }
}
.index_about_ul {
  display: inline-block;
  padding: 48px 0 0;
  width: 100%;
}
.index_about_ul li {
  display: inline-block;
  width: 16.66%;
  padding: 0 1px;
  float: left;
}
@media (max-width: 991px) {
  .index_about_ul li {
    width: 33.33%;
    margin-bottom: 2px;
  }
}
.index_about_ul li:nth-child(2n) a {
  background: #55c694;
}
.index_about_ul li:nth-child(2n) a:hover {
  background: #5dcc9b;
}
.index_about_ul li a {
  padding-top: 42px;
  width: 100%;
  text-align: center;
  display: inline-block;
  background: #029477;
  -webkit-transition: 0.1s all linear 0s;
  transition: ease all 0.1s;
}
@media (max-width: 1200px) {
  .index_about_ul li a {
    padding-top: 22px;
  }
}
.index_about_ul li a:hover {
  background: #0aa284;
}
.index_about_ul li a:hover img {
  animation: fadenum 1s ;
  animation-iteration-count: 2;
}
.index_about_ul li a img {
  -webkit-transition: 0.1s all linear 0s;
  transition: ease all 0.1s;
}
@media (max-width: 1200px) {
  .index_about_ul li a img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .index_about_ul li a img {
    width: 65px;
  }
}
.index_about_ul span {
  padding: 48px 0 40px;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .index_about_ul span {
    padding: 28px 0 24px;
  }
}
@media (max-width: 767px) {
  .index_about_ul span {
    padding: 12px 0 14px;
  }
}
@keyframes fadenum {
  100% {
    transform: rotateY(360deg);
  }
}
.index_more {
  text-align: center;
  padding-top: 30px;
  height: 50px;
}
@media (max-width: 767px) {
  .index_more {
    padding-top: 20px;
  }
}
.index_more a {
  font-size: 14px;
  color: #cfb17d;
  border-radius: 3px;
  line-height: 36px;
  height: 36px;
  padding: 0 22px;
  display: inline-block;
  border: 1px solid #cfb17d;
}
@media (max-width: 767px) {
  .index_more a {
    padding: 0 16px;
    line-height: 30px;
    height: 30px;
  }
}
.index_case {
  background: url(../../img/w4.png) center 0 no-repeat;
  padding: 50px 0 80px;
  background-size: cover;
}
@media (max-width: 767px) {
  .index_case {
    padding: 30px 0 40px;
  }
}
.index_case .index_more a {
  background: #ffffff;
  -webkit-transition: 0.1s all linear 0s;
  transition: ease all 0.1s;
}
.index_case .index_more a:hover {
  background: #cfb17d;
  color: #ffffff;
}
.index_case .index_ttt h3:before {
  background: #fff;
}
.index_case .index_ttt h3:after {
  background: #fff;
}
.recommend {
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .recommend {
    padding-bottom: 30px;
  }
}
.recommend .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 10px!important;
  transform: translateX(-50%);
}
.recommend .swiper-pagination span {
  margin: 0 3px;
}
.recommend .swiper-container {
  padding-top: 14px;
}
.recommend .img img {
  width: 286px;
  height: 213px;
}
@media (max-width: 1200px) {
  .recommend .img img {
    width: 267px;
    height: 198px;
  }
}
@media (max-width: 767px) {
  .recommend .img img {
    height: 110px;
  }
}
.recommend li a {
  color: #7d7d7d;
  background: #ffffff;
  display: inline-block;
}
.recommend li h3 {
  font-size: 16px;
  color: #333333;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .recommend li h3 {
    font-size: 14px;
    color: #333333;
    line-height: 1;
    padding: 3px 0 10px;
  }
}
.recommend li span {
  background: #029477;
  color: #ffffff;
  height: 26px;
  line-height: 26px;
  padding: 0 12px;
  display: inline-block;
  border-radius: 26px;
}
.recommend .swiper-pagination-bullet-active {
  background: #cfb17d !important;
}
.recommend .tb {
  padding: 0 17px 24px;
}
@media (max-width: 767px) {
  .recommend .tb {
    padding: 0 7px 14px;
  }
}
.recommend .tb img {
  padding-left: 7px;
}
.recommend .swiper-pagination {
  bottom: 25px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .recommend .swiper-pagination {
    bottom: 0px!important;
  }
}
.recommend .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 0;
  background: #fff;
  outline: none;
}
@media (max-width: 767px) {
  .recommend .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
  }
}
.kindex_4 ul {
  width: 100%;
  display: none;
  float: left;
}
.kindex_4 ul li {
  background: #fff;
  padding: 18px 0;
  width: 48%;
  margin: 0 1%;
  margin-bottom: 24px;
  float: left;
}
.kindex_4 ul li img {
  width: 220px;
  height: 149px;
}
.kindex_4 ul li .q2 {
  float: left;
  width: 235px;
}
.kindex_4 ul li .q1 {
  float: left;
  width: 330px;
}
.kindex_4 ul li h3 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.kindex_4 ul li span {
  font-size: 14px;
  color: #029477;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.kindex_4 ul li p {
  font-size: 14px;
  color: #999999;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .kindex_4 ul li img {
    width: 175px;
    height: 119px;
  }
  .kindex_4 ul li h3 {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 3px;
  }
  .kindex_4 ul li .q2 {
    float: left;
    width: 185px;
  }
  .kindex_4 ul li .q1 {
    float: left;
    width: 250px;
  }
  .kindex_4 ul li span {
    font-size: 14px;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
  .kindex_4 ul li p {
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .kindex_4 ul li {
    background: #fff;
    padding: 10px 0;
    width: 100%;
    margin: 0 ;
    margin-bottom: 14px;
    float: left;
  }
  .kindex_4 ul li .q2 {
    float: left;
    width: 32%;
  }
  .kindex_4 ul li .q1 {
    float: left;
    width: 68%;
  }
  .kindex_4 ul li img {
    width: 220px;
    height: 149px;
  }
}
@media (max-width: 767px) {
  .kindex_4 ul li {
    background: #fff;
    padding: 10px 0;
    width: 100%;
    margin: 0 ;
    margin-bottom: 14px;
    float: left;
  }
  .kindex_4 ul li .q2 {
    float: left;
    width: 32%;
  }
  .kindex_4 ul li .q1 {
    float: left;
    width: 66%;
    margin-left: 2%;
  }
  .kindex_4 ul li img {
    width: 220px;
    height: 110px;
  }
  .kindex_4 ul li h3 {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .kindex_4 ul {
    padding-bottom: 20px;
  }
  .kindex_4 ul li {
    background: #fff;
    padding: 10px 0 5px;
    width: 100%;
    margin: 0 ;
    margin-bottom: 0px;
    float: left;
  }
  .kindex_4 ul li .q2 {
    float: left;
    width: 32%;
  }
  .kindex_4 ul li .q1 {
    float: left;
    width: 66%;
    margin-left: 2%;
  }
  .kindex_4 ul li img {
    width: 220px;
    height: 80px;
  }
  .kindex_4 ul li h3 {
    font-size: 14px;
    padding-top: 8px;
  }
  .kindex_4 ul li p {
    display: none;
  }
  .kindex_4 ul li span {
    border-bottom: none;
  }
}
.imgzb {
  display: inline-block;
  overflow: hidden;
}
.imgzb img {
  transition: 0.3s;
}
.imgzb:hover img,
.k_tnewxc2 li:hover .imgzb img,
.k_img_k2 li:hover .imgzb img,
.k_img_k1 li:hover .imgzb img,
.kindex_2 li:hover .imgzb img,
.kindex_4 li:hover .imgzb img,
.kindex_5 ul li:hover .imgzb img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
@media (max-width: 996px) {
  body {
    margin-top: 60px;
  }
  .head_box {
    background: #ffffff;
  }
}
.k_pape_nav_k1 {
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #55c694;
}
.k_pape_nav_k1 .k1 {
  text-align: center;
  font-size: 22px;
  padding-right: 19px;
  font-weight: bold;
  float: left;
  position: relative;
  width: 120px;
  height: 60px;
}
.k_pape_nav_k1 .k1 h3 {
  position: absolute;
  z-index: 99;
}
.k_pape_nav_k1 .k1:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #029477;
  width: 5000px;
  z-index: 9;
  content: ' ';
  display: inline-block;
}
.k_pape_nav_k1 .k2 {
  float: left;
  padding-left: 18px;
}
.k_pape_nav_k1 .k2 li {
  float: left;
}
.k_pape_nav_k1 .k2 a {
  font-size: 16px;
  margin: 0 15px;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 9;
}
.k_pape_nav_k1 .k2 li a::after {
  content: ' ';
  display: inline-block;
  height: 3px;
  background: #029477;
  width: 0;
  position: absolute;
  top: 57px;
  left: 0;
  right: 0;
  transition: 0.2s;
  margin: 0 auto;
}
.k_pape_nav_k1 .k2 li:hover a,
.k_pape_nav_k1 .k2 li.hv a {
  font-weight: bold;
}
.k_pape_nav_k1 .k2 li:hover a::after,
.k_pape_nav_k1 .k2 li.hv a::after {
  width: 100%;
}
@media (max-width: 991px) {
  .k_pape_nav_k1 .k2 li a::after {
    display: none!important;
  }
  .k_pape_nav_k1 .k1 {
    display: none;
  }
  .k_pape_nav_k1 .w {
    margin: 0;
    width: 100%;
  }
  .k_pape_nav_k1 {
    height: auto;
  }
  .k_pape_nav_k1 .k2 {
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .k_pape_nav_k1 .k2 li {
    width: 33.33%;
    text-align: center;
    height: 45px;
    line-height: 45px;
  }
  .k_pape_nav_k1 .k2 a {
    padding: 0 ;
    margin: 0;
    height: 45px;
    line-height: 45px;
    width: 100%;
  }
  .k_pape_nav_k1 .k2 li:hover a,
  .k_pape_nav_k1 .k2 li.hv a {
    background: #029477;
  }
}
@media (max-width: 767px) {
  .k_pape_nav_k1 .k2 li:hover a::after,
  .k_pape_nav_k1 .k2 li.hv a::after {
    display: none;
  }
}
.pape_about {
  padding-bottom: 50px;
}
.pape_about:before {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.pape_about .h1 {
  padding-top: 74px;
  padding-bottom: 47px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .pape_about .h1 {
    padding-top: 44px;
    font-size: 18px;
    padding-bottom: 15px;
  }
}
.pape_about .p {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
}
.pape_about .p p {
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .pape_about .p {
    font-size: 14px;
  }
  .pape_about .p p {
    padding-bottom: 10px;
  }
}
.news_list_042 ul {
  width: 100%;
  padding: 50px 0 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .news_list_042 ul {
    padding-top: 20px;
  }
}
.news_list_042 ul li {
  padding: 32px 0;
  float: left;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  border-bottom: 1px dashed #eeeeee;
}
.news_list_042 ul li:hover {
  background: #f7f7f7;
}
@media (max-width: 1600px) {
  .news_list_042 ul li {
    padding: 12px 0 19px;
  }
}
.news_list_042 ul li .fr {
  width: calc(100% - 160px);
  margin-left: 18px;
  float: left;
}
@media (max-width: 1600px) {
  .news_list_042 ul li .fr {
    width: calc(100% - 140px);
    margin-left: 20px;
  }
}
.news_list_042 ul li .fr h3 {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding-bottom: 5px;
  color: #333;
  font-weight: bold;
}
.news_list_042 ul li .fr p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #999999;
  line-height: 1.5;
}
.news_list_042 ul li .fr:hover h3 {
  color: #333333;
}
.news_list_042 ul li .fl {
  width: 120px;
  float: left;
  text-align: right;
  padding-right: 13px;
  border-right: 1px dashed #eeeeee;
}
.news_list_042 ul li .fl span {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  width: 100%;
  line-height: 20px;
  padding-bottom: 10px;
  margin-bottom: 4px;
}
.news_list_042 ul li .fl p {
  font-weight: bold;
  display: inline-block;
  width: 100%;
  color: #666666;
  line-height: 24px;
  font-size: 24px;
}
@media (max-width: 1450px) {
  .news_list_042 ul li {
    padding: 8px 0 12px;
  }
  .news_list_042 ul li .fl {
    width: 60px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .news_list_042 ul li .fl {
    width: 70px;
    margin-left: 0px;
    padding-bottom: 3px;
  }
  .news_list_042 ul li .fl p {
    font-size: 18px;
    line-height: 1.5;
  }
  .news_list_042 ul li .fl span {
    font-size: 14px;
    line-height: 1.5;
  }
  .news_list_042 ul li .fr {
    width: calc(100% - 80px);
    margin-left: 10px;
  }
  .news_list_042 ul li .fr h3 {
    font-size: 15px;
    padding-bottom: 2px;
  }
  .news_list_042 ul li .fr p {
    font-size: 12px;
    line-height: 20px;
  }
}
.k_panav {
  text-align: center;
  padding-bottom: 60px;
}
.k_panav li {
  display: inline-block;
}
.k_panav li a {
  background: #eeeff3;
  line-height: 40px;
  height: 40px;
  color: #333333;
  margin: 0 5px;
  padding: 0 16px;
  display: inline-block;
  font-size: 14px;
}
.k_panav li a:hover,
.k_panav li a.hover {
  background: #029477;
  color: #fff;
}
.k_panav a {
  display: inline-block;
}
.k_panav a {
  background: #029477;
  line-height: 40px;
  height: 40px;
  color: #333333;
  margin: 0 5px;
  padding: 0 16px;
  display: inline-block;
  font-size: 14px;
}
.k_panav span {
  display: inline-block;
}
.k_panav span {
  background: #eeeff3;
  line-height: 40px;
  height: 40px;
  color: #000;
  margin: 0 5px;
  padding: 0 16px;
  display: inline-block;
  font-size: 14px;
}
.k_panav span {
  /* background: #08277f; */
  background: #029477;
  color: #fff;
}
.disabled span{
  background: #eeeff3;
  line-height: 40px;
  height: 40px;
  color: #333333;
  margin: 0 5px;
  padding: 0 16px;
  display: inline-block;
  font-size: 14px;
}
.k_panav a:hover,
.k_panav li a.hover {
  background: #029477;
  color: #fff;
}
.k_panav span:hover,
.k_panav li span.hover {
  background: #029477;
  color: #fff;
}
@media (max-width: 767px) {
  .k_panav li a {
    line-height: 32px;
    height: 32px;
    padding: 0 14px;
    margin: 0 3px;
    margin-bottom: 10px;
  }
  .k_panav {
    padding-bottom: 20px;
  }
}
.recommendx {
  padding-top: 40px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .recommendx {
    padding-top: 20px;
  }
}
.recommendx:before {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.recommendx li {
  float: left;
  width: 25%;
  padding: 10px;
}
@media (max-width: 991px) {
  .recommendx li {
    width: 33.3%;
  }
}
@media (max-width: 425px) {
  .recommendx li {
    width: 50%;
    padding: 5px;
  }
}
.recommendx li a {
  background: #f5f5f5;
}
.grow {
  padding-top: 47px;
}
@media (max-width: 767px) {
  .grow {
    padding-top: 20px;
  }
}
.grow ul {
  width: calc(100% + 26px);
  margin-left: -13px;
  display: flex;
  flex-wrap: wrap;
}
.grow li {
  float: left;
  width: 33.33%;
  margin-bottom: 28px;
}
.grow li a {
  margin: 0 13px;
  display: inline-block;
  line-height: 36px;
  transition: 0.2s;
  text-align: center;
  width: calc(100% - 26px);
}
.grow li a h3 {
  font-size: 16px;
  line-height: 20px;
  padding: 14px 10px;
  float: left;
  width: 100%;
}
.grow li a img {
  width: 359px;
  height: 359px;
  transition: 0.3s;
  vertical-align: middle;
}
.grow li a .imgx_b {
  overflow: hidden;
  display: inline-block;
  float: left;
  width: 100%;
}
.grow li a:hover {
  box-shadow: 0 0 10px 3px rgba(19, 55, 159, 0.2);
}
@media (max-width: 1450px) {
  .grow li a img {
    width: 278px;
    height: 278px;
  }
}
@media (max-width: 991px) {
  .grow li {
    width: 50%;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .grow li {
    margin-bottom: 2px;
  }
  .grow li a img {
    width: 100%;
    height: 184px;
  }
  .grow li a {
    margin: 0 6px;
    width: calc(100% - 12px);
  }
  .grow li a h3 {
    padding: 10px 10px;
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .grow li a img {
    width: 100%;
    height: 124px;
  }
}
.grow2 {
  padding-top: 47px;
}
@media (max-width: 767px) {
  .grow2 {
    padding-top: 20px;
  }
}
.grow2 ul {
  width: calc(100% + 26px);
  margin-left: -13px;
  display: flex;
  flex-wrap: wrap;
}
.grow2 li {
  float: left;
  width: 33.33%;
  margin-bottom: 8px;
}
.grow2 li a {
  margin: 0 13px;
  display: inline-block;
  line-height: 36px;
  transition: 0.2s;
  text-align: center;
  width: calc(100% - 26px);
}
.grow2 li a h3 {
  font-size: 16px;
  line-height: 20px;
  padding: 14px 10px;
  float: left;
  width: 100%;
}
.grow2 li a img {
  width: 367px;
  height: 272px;
  transition: 0.3s;
  vertical-align: middle;
}
.grow2 li a .imgx_b {
  overflow: hidden;
  display: inline-block;
  float: left;
  width: 100%;
}
.grow2 li a:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
@media (max-width: 1450px) {
  .grow2 li a img {
    width: 367px;
    height: 272px;
  }
}
@media (max-width: 1200px) {
  .grow2 li a img {
    width: 367px;
    height: 221px;
  }
}
@media (max-width: 991px) {
  .grow2 li {
    width: 50%;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .grow2 li {
    margin-bottom: 2px;
  }
  .grow2 li a img {
    width: 100%;
    height: 131px;
  }
  .grow2 li a {
    margin: 0 6px;
    width: calc(100% - 12px);
  }
  .grow2 li a h3 {
    padding: 10px 10px;
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .grow2 li a img {
    width: 100%;
    height: 124px;
  }
}
.pape_about_lz {
  padding: 80px 0 0;
  float: left;
  width: 30%;
  line-height: 2;
  font-size: 16px;
}
.pape_about_lz p {
  padding-bottom: 30px;
}
.pape_about_rz {
  padding: 80px 0 0;
  float: right;
  width: 70%;
}
@media (max-width: 991px) {
  .pape_about_lz {
    padding: 80px 0 0;
    float: left;
    width: 40%;
    line-height: 2;
    font-size: 16px;
  }
  .pape_about_lz p {
    padding-bottom: 30px;
  }
  .pape_about_rz {
    padding: 80px 0 0;
    float: right;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .pape_about_lz {
    padding: 30px 0 0;
    float: left;
    width: 100%;
    line-height: 2;
    font-size: 16px;
  }
  .pape_about_lz p {
    padding-bottom: 20px;
  }
  .pape_about_rz {
    padding: 20px 0 0;
    float: right;
    width: 100%;
  }
}
.kx_news2 {
  margin-bottom: 70px;
  background: #f8f8f8;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .kx_news2 {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.kx_news2 img {
  float: left;
  width: 50%;
}
@media (max-width: 1200px) {
  .kx_news2 img {
    width: 100%;
  }
}
.kx_news2 .kx_r {
  float: left;
  width: 50%;
  padding: 70px 42px;
}
@media (max-width: 1450px) {
  .kx_news2 .kx_r {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .kx_news2 .kx_r {
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .kx_news2 .kx_r {
    padding: 15px 15px 50px;
  }
}
.kx_news2 .kx_r h3 {
  color: #000;
  font-size: 24px;
  line-height: 36px;
  width: 100%;
  display: inline-block;
  font-weight: bold;
}
.kx_news2 .kx_r span {
  width: 47px;
  height: 2px;
  display: inline-block;
  background: #029477;
  margin: 22px 0 16px;
}
.kx_news2 .kx_r p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 991px) {
  .kx_news2 .kx_r h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .kx_news2 .kx_r span {
    width: 50px;
    height: 2px;
    display: inline-block;
    background: #aaaaaa;
    margin: 16px 0 10px;
  }
  .kx_news2 .kx_r p {
    font-size: 14px;
  }
}
.wswiper_box {
  position: absolute;
  left: 57%;
  height: 38px;
  bottom: 70px;
}
.wswiper_box .swiper-button-next {
  right: 0;
  width: 38px;
  height: 38px;
  border-right: 1px solid #dcdcdc;
  background: url(../../images/x7.png) 0 0 no-repeat;
  -webkit-transition: 0.1s all linear 0s;
  transition: ease all 0.1s;
}
.wswiper_box .swiper-button-next:hover {
  background: url(../../images/x7z.png) 0 0 no-repeat;
}
.wswiper_box .swiper-button-prev {
  left: 0;
  width: 38px;
  height: 38px;
  background: url(../../images/x8.png) 0 0 no-repeat;
  -webkit-transition: 0.1s all linear 0s;
  transition: ease all 0.1s;
}
.wswiper_box .swiper-button-prev:hover {
  background: url(../../images/x8z.png) 0 0 no-repeat;
}
@media (max-width: 1600px) {
  .wswiper_box {
    left: 58%;
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .wswiper_box {
    position: inherit;
    left: inherit;
    font-size: 0;
    text-align: center;
    width: 100%;
  }
  .wswiper_box .swiper-button-next,
  .wswiper_box .swiper-button-prev {
    position: inherit;
    left: inherit;
    right: inherit;
    display: inline-block;
  }
}
.kindex_4z {
  padding: 0 0 30px;
}
@media (max-width: 767px) {
  .kindex_4z {
    padding: 0 0 15px;
  }
}
.kindex_4z .w {
  padding: 0 60px 40px;
  border-bottom: 1px dashed #e5e5e5;
}
@media (max-width: 767px) {
  .kindex_4z .w {
    padding: 0 0 10px;
  }
}
.kindex_4z ul li {
  width: 100%;
  margin: 0;
}
.kindex_4z ul li .q1 {
  width: calc(100% - 235px);
}
@media (max-width: 767px) {
  .kindex_4z ul li .q1 {
    width: calc(100% - 150px);
  }
}
@media (max-width: 425px) {
  .kindex_4z ul li .q1 {
    width: calc(100% - 130px);
  }
}
.kindex_4z ul li h3 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .kindex_4z ul li h3 {
    font-size: 16px;
  }
}
.kindex_4z ul li span {
  border-bottom: none;
  padding-bottom: 0;
}
.kindex_4z ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: none;
}
#pxb1 {
  margin-top: 95px;
}
@media (max-width: 1200px) {
  #pxb1 {
    margin-top: 57px;
  }
  #pxb1 .head_box:after {
    top: 60px;
  }
}
#pxb1 .head_box {
  background: #ffffff;
}
#pxb1 .head_ul li.hvv a {
  border-top: none;
  color: #219a80;
  background: none;
  font-weight: bold;
}
#pxb1 .head_ul li.hvv {
  background: none;
}
/*# sourceMappingURL=style.css.map */