@-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;
}
@media (max-width: 991px) {
  .head_box .w {
    width: 100%;
    margin: 0;
  }
}
.client_ul li a {
  text-align: center;
  width: calc(100% - 30px);
}
@media (max-width: 1200px) {
  .client_ul li {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .client_ul li {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .client_ul li {
    width: 50%;
    margin-bottom: 18px;
  }
  .client_ul li a {
    margin: 0 10px;
  }
  .client_ul {
    margin-bottom: 30px;
  }
  .client {
    padding-top: 0px;
  }
}
.solve_client_ul {
  width: calc(100% + 26px);
  margin-left: -13px;
  margin-bottom: 80px;
  display: inline-block;
}
.solve_client_ul li {
  float: left;
  width: 25%;
  margin-bottom: 28px;
}
.solve_client_ul li a {
  background: #fff;
  margin: 0 13px;
  display: inline-block;
  line-height: 36px;
  transition: 0.2s;
  box-shadow: -6px 0px 26px 6px rgba(17, 17, 49, 0.05);
  text-align: center;
  width: calc(100% - 26px);
  padding: 10px 0 15px;
}
.solve_client_ul li a h3 {
  font-size: 18px;
}
.solve_client_ul li a img {
  height: 140px;
}
.solve_client_ul li a:hover {
  box-shadow: -6px 0px 26px 6px rgba(17, 17, 49, 0.1);
}
@media (max-width: 1450px) {
  .solve_client_ul li a img {
    height: 120px;
  }
}
@media (max-width: 1200px) {
  .solve_client_ul li a img {
    height: auto;
  }
}
@media (max-width: 991px) {
  .solve_client_ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .solve_client_ul li a h3 {
    font-size: 14px;
  }
  .solve_client_ul li a {
    margin: 0 5px;
    padding: 10px 0;
  }
  .solve_client_ul {
    margin-bottom: 30px;
  }
}
.advantages {
  background: #f2f4fa;
  padding-bottom: 60px;
}
.advantages .title_index h3 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 0;
  padding-top: 20px;
}
.advantages ul {
  width: calc(100% + 26px);
  margin-left: -13px;
  margin-bottom: 80px;
}
.advantages ul li {
  float: left;
  width: 25%;
  margin-bottom: 28px;
}
.advantages ul li a {
  min-height: 430px;
  background: #fff;
  margin: 0 13px;
  display: inline-block;
  line-height: 36px;
  transition: 0.2s;
  text-align: center;
  width: calc(100% - 26px);
  padding: 45px 34px;
}
.advantages ul li a h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-top: 15px;
}
.advantages ul li a h3::after {
  background: #3253da;
  content: ' ';
  display: inline-block;
  width: 45px;
  height: 3px;
  margin-bottom: 18px;
  margin-top: 18px;
}
.advantages ul li a p {
  line-height: 30px;
  text-align: left;
}
.advantages ul li a:hover {
  box-shadow: -6px 0px 26px 6px rgba(17, 17, 49, 0.1);
}
@media (max-width: 991px) {
  .advantages ul li {
    width: 50%;
  }
  .advantages ul li a {
    padding: 20px;
  }
  .advantages ul li a h3 {
    font-size: 18px;
  }
  .advantages ul li a h3::after {
    margin: 8px 0;
  }
}
@media (max-width: 767px) {
  .advantages .title_index h3 {
    font-size: 20px;
  }
  .advantages ul li {
    width: 100%;
  }
  .advantages ul li a {
    height: auto !important;
  }
}
.news_body {
  padding: 20px 30px;
  display: inline-block;
}
.news_body h4 {
  color: #333;
  font-size: 20px;
  width: 100%;
  padding-bottom: 9px;
  display: inline-block;
  transition: 0.2s;
}
.news_body p {
  color: #868585;
  font-size: 14px;
  width: 100%;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: 0.2s;
}
.news_body span {
  color: #868585;
  font-size: 14px;
  width: 100%;
  display: inline-block;
  padding-top: 9px;
  transition: 0.2s;
}
.news_list1 {
  float: left;
  width: 44%;
  position: relative;
}
.news_list1 a {
  background: #fff;
  display: inline-block;
  transition: 0.2s;
}
.news_list1:hover {
  color: #fff;
}
.news_list1:hover a {
  background: #3253da;
  color: #fff;
  box-shadow: 0 0 10px 3px rgba(19, 55, 159, 0.08);
}
.news_list1:hover a h4 {
  color: #fff;
}
.news_list1:hover a p {
  color: #fff;
}
.news_list1:hover a span {
  color: #fff;
}
.news_list1 b {
  position: absolute;
  right: 22px;
  bottom: 18px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.news_list1 .news_body {
  height: 173px;
}
.news_list2 {
  float: right;
  width: 54.5%;
  margin-bottom: 9px;
  position: relative;
}
.news_list2 a {
  padding: 15px;
  background: #fff;
  display: inline-block;
  transition: 0.2s;
  width: 100%;
}
.news_list2 .news_img {
  overflow: hidden;
  float: left;
  width: 230px;
}
.news_list2 .news_img img {
  width: 100%;
  height: 139px;
}
.news_list2 .news_body {
  width: calc(100% - 240px);
  float: left;
  padding: 10px 0 10px 20px;
}
.news_list2:hover {
  color: #fff;
}
.news_list2:hover a {
  background: #3253da;
  color: #fff;
  box-shadow: 0 0 10px 3px rgba(19, 55, 159, 0.08);
}
.news_list2:hover a h4 {
  color: #fff;
}
.news_list2:hover a p {
  color: #fff;
}
.news_list2:hover a span {
  color: #fff;
}
.news_list2 b {
  position: absolute;
  right: 26px;
  bottom: 23px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 1450px) {
  .news_list1 .news_body {
    height: 192px;
  }
  .more_box {
    padding-top: 40px;
  }
}
@media (max-width: 1200px) {
  .news_list1 a {
    width: 100%;
  }
  .news_list1 .news_body {
    width: 100%;
    height: 160px;
  }
  .news_list1 {
    position: relative;
  }
  .news_list2 .news_img img {
    height: 100px;
  }
  .news_list2 .news_img {
    width: 160px;
  }
  .news_list2 .news_body {
    width: calc(100% - 170px);
  }
  .news_list2 .news_body {
    padding: 0 0 0 15px;
  }
  .news_body span {
    padding-top: 4px;
  }
  .news_body h4 {
    padding-bottom: 4px;
  }
}
@media (max-width: 991px) {
  .news_list1 .news_body {
    height: auto;
  }
  .news_list2 {
    width: 100%;
  }
  .news_list1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .news_list_box {
    -webkit-background-size: cover;
    background-size: cover;
  }
  .news_body {
    padding: 10px;
  }
  .news_body h4 {
    padding-bottom: 0;
  }
  .news_list2 a {
    padding: 10px;
    width: 100%;
  }
  .news_img img {
    height: auto;
  }
  .news_list2 .news_img {
    width: 120px;
  }
  .news_list2 .news_img img {
    height: auto;
  }
  .news_list2 .news_body {
    width: calc(100% - 130px);
    padding: 0 0 0 10px;
  }
  .news_body span {
    padding-top: 0;
  }
}
.sev_box1 {
  float: left;
  color: #fff;
  padding-top: 60px;
}
.sev_box1 h3 {
  font-size: 38px;
  line-height: 40px;
  padding-bottom: 14px;
  display: inline-block;
}
.sev_box1 p {
  font-size: 16px;
}
.sev_box2 {
  float: right;
  padding-top: 78px;
}
.sev_box2 a {
  width: 210px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #3354da;
  background: #fff;
  display: inline-block;
}
@media (max-width: 1200px) {
  .sev_box1 h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .sev_box1 {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .sev_box {
    height: 280px;
    background-size: cover;
  }
  .sev_box1 h3 {
    padding-bottom: 8px;
  }
  .sev_box1 {
    width: 100%;
    text-align: center;
  }
  .sev_box2 {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  .sev_box2 a {
    width: 180px;
    height: 50px;
    line-height: 50px;
  }
}
.foot_nav {
  background: #e8eaeb;
  padding: 48px 0;
}
.foot_nav dl {
  width: 166px;
}
.foot_nav a {
  color: #94a4bb;
}
.foot_nav dt a {
  font-size: 16px;
  font-weight: bold;
  color: #282828;
  margin-bottom: 24px;
  display: inline-block;
}
.foot_nav dd a {
  font-size: 14px;
  color: #878788;
  line-height: 30px;
  display: inline-block;
  transition: 0.2s;
}
.foot_nav dd a:hover {
  color: #000;
}
.foot_nav .foot_nav1 {
  float: right;
  display: flex;
  flex-wrap: wrap;
}
.foot_nav .foot_nav2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 14px;
  display: inline-block;
  font-weight: bold;
  width: 100%;
}
.foot_nav .foot_nav3 {
  font-size: 13px;
  color: #94a4bb;
  line-height: 26px;
  display: inline-block;
}
.foot_nav .foot_nav4 {
  float: left;
  width: 460px;
}
.foot_nav .foot_nav5 {
  float: left;
  width: 38%;
  text-align: center;
  padding-top: 10px;
}
.foot_nav .foot_nav5 span {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #94a4bb;
  line-height: 35px;
}
.foot_nav .foot_nav5_1 {
  float: left;
}
.foot_nav .foot_nav5_2_box {
  float: left;
  width: 60%;
}
.foot_nav .foot_nav5_2 {
  border-top: 1px solid #c2c3c4;
  border-bottom: 1px solid #c2c3c4;
  margin-left: 30px;
  margin-top: 30px;
  float: left;
  color: #878788;
  font-size: 15px;
  padding: 7px;
  text-align: left;
}
.foot_nav .foot_nav5_3 {
  padding-left: 30px;
  float: left;
  padding-top: 26px;
  width: 100%;
}
.foot_nav .foot_nav5_3 a {
  background: #ffffff;
  width: 46px;
  display: block;
  line-height: 46px;
  height: 46px;
  color: #c4c6c8;
  float: left;
  -wekit-border-radius: 46px;
  -max-border-radius: 46px;
  border-radius: 46px;
  margin-right: 32px;
  font-size: 24px;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.foot_nav .foot_nav5_3 a i {
  position: relative;
  margin-top: -4px;
}
.foot_nav .foot_nav5_3 a:hover {
  background: #0e6cb4;
  color: #ffffff;
}
.foot_p {
  line-height: 30px;
  padding: 8px 0;
  color: #868687;
  background: #d3d6d9;
  text-align: right;
}
.foot_p a {
  color: #6e7b90;
}
@media (max-width: 1450px) {
  .foot_nav dl {
    width: 130px;
  }
  .foot_nav .foot_nav4 {
    width: 360px;
  }
}
@media (max-width: 1200px) {
  .foot_nav dl {
    width: 20%;
    height: 220px;
  }
  .foot_nav .foot_nav4 {
    width: 50%;
  }
}
.addt2 {
  display: none;
}
@media (max-width: 767px) {
  .foot_nav dl {
    width: 33.3%;
    height: auto;
    text-align: center;
    border-top: 0;
    padding-top: 12px;
    position: relative;
  }
  .foot_nav .foot_nav4 {
    width: 100%;
    text-align: center;
    padding-top: 25px;
  }
  .foot_nav .foot_nav5 {
    width: 100%;
    text-align: center;
  }
  .foot_nav .foot_nav1,
  .foot_nav dt a {
    margin-bottom: 12px;
  }
  .foot_nav .foot_nav2 {
    margin-bottom: 4px;
  }
}
@media (max-width: 1600px) {
  .foot_nav .foot_nav5 {
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .foot_nav .foot_nav5 {
    width: 100%;
  }
  .foot_nav1 {
    width: 100%;
    text-align: center;
  }
  .foot_nav .foot_nav5_3 a {
    margin-right: 20px;
  }
}
.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: #fff;
}
.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: #0e6cb4;
  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;
  padding-top: 50px;
}
.news_show {
  background: #fff;
  padding: 30px 82px 40px;
}
.jzk_show_t {
  text-align: center;
  width: 100%;
  font-size: 24px;
  padding-top: 20px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .jzk_show_t {
    font-size: 18px;
    line-height: 24px;
  }
}
.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;
}
.jzk_show_c p {
  padding-bottom: 10px;
  line-height: 1.5;
}
table p {
  padding: 0;
}
.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 12px 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;
  }
}
.recommendx1 {
  padding-bottom: 70px;
}
.recommendx1 .swiper-container {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .recommendx1 .swiper-container {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .recommendx1 {
    padding-bottom: 20px;
  }
}
.recommendx2 {
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  border-bottom: 3px solid #f6f9fdcc;
}
.recommendx2 img {
  height: 228px;
  width: 100%;
}
@media (max-width: 1440px) {
  .recommendx2 img {
    height: 151px;
  }
}
@media (max-width: 1200px) {
  .recommendx2 img {
    height: 182px;
  }
}
@media (max-width: 991px) {
  .recommendx2 {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .recommendx2 img {
    height: 190px;
  }
}
@media (max-width: 767px) {
  .recommendx2 {
    padding-bottom: 20px;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 15px;
  }
  .recommendx2 img {
    height: auto;
  }
}
.recommendx2 .swiper-container {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .recommendx2 .swiper-container {
    padding-bottom: 40px;
  }
}
.recommendx2 .news_img {
  overflow: hidden;
}
.recommendx1_sw .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #d3d7d2;
}
@media (max-width: 767px) {
  .recommendx1_sw .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.recommendx1_sw .swiper-pagination-bullet-active {
  background: #07689f;
}
.news_index-t {
  display: inline-block;
  width: 100%;
  line-height: 1;
  padding-top: 45px;
}
@media (max-width: 767px) {
  .news_index-t {
    padding-top: 23px;
  }
}
.news_index-t .fl {
  float: left;
  color: #1064ab;
  font-size: 48px;
}
@media (max-width: 1200px) {
  .news_index-t .fl {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .news_index-t .fl {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .news_index-t .fl {
    font-size: 20px;
    padding-top: 4px;
  }
}
.news_index-t .fr {
  float: right;
  font-size: 16px;
  text-transform: capitalize;
  color: #1064ab;
  padding-top: 20px;
}
.news_index-t .fr iconpark-icon {
  margin-left: 8px;
  font-size: 22px;
  position: relative;
  top: 5px;
  display: inline-block;
}
@media (max-width: 1200px) {
  .news_index-t .fr {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .news_index-t .fr {
    padding-top: 0px;
    font-size: 14px;
  }
}
.recommendx1 {
  display: inline-block;
  width: 100%;
}
.news_pape_list {
  margin-top: 39px;
  display: inline-block;
  width: 100%;
  background: #f6f9fd;
}
@media (max-width: 1200px) {
  .news_pape_list {
    margin-top: 29px;
  }
}
@media (max-width: 991px) {
  .news_pape_list {
    margin-top: 19px;
  }
}
@media (max-width: 767px) {
  .news_pape_list {
    margin-top: 15px;
  }
}
.news_pape_list li {
  display: inline-block;
  float: left;
  position: relative;
}
.news_pape_list .news_img {
  overflow: hidden;
  width: 316px;
  float: left;
}
.news_pape_list .news_img img {
  width: 316px;
  height: 217px;
}
@media (max-width: 1600px) {
  .news_pape_list .news_img {
    width: 300px;
  }
  .news_pape_list .news_img img {
    width: 300px;
    height: 206px;
  }
}
@media (max-width: 1440px) {
  .news_pape_list .news_img {
    width: 260px;
  }
  .news_pape_list .news_img img {
    width: 260px;
    height: 206px;
  }
}
@media (max-width: 1200px) {
  .news_pape_list .news_img {
    width: 100%;
  }
  .news_pape_list .news_img img {
    width: 100%;
    height: 316px;
  }
}
.news_pape_list .news_body2 {
  width: 400px;
  padding-left: 23px;
  padding-top: 20px;
  float: left;
}
@media (max-width: 1600px) {
  .news_pape_list .news_body2 {
    width: 360px;
  }
}
@media (max-width: 1440px) {
  .news_pape_list .news_body2 {
    padding-top: 10px;
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .news_pape_list .news_body2 {
    width: 100%;
    padding-bottom: 20px;
  }
}
.news_pape_list .news_body2 h4 {
  text-transform: capitalize;
  font-size: 24px;
  padding-bottom: 13px;
  padding-top: 10px;
  color: #1d1d1d;
  font-weight: bold;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
@media (max-width: 767px) {
  .news_pape_list .news_body2 h4 {
    font-size: 18px;
    padding-bottom: 6px;
    padding-top: 6px;
    line-height: 22px;
  }
}
.news_pape_list .news_body2 p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 26px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_pape_list .news_body2 span {
  font-size: 14px;
  color: #333;
}
.news_pape_list img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  filter: scale(1);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
  cursor: pointer;
}
.news_pape_list a:hover .news_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  filter: scale(1.1);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
  cursor: pointer;
}
.news_pape_list a:hover .news_body2 h4 {
  color: #0e6cb4;
}
.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;
  }
}
.functional_ul {
  width: 100%;
  float: left;
  border-bottom: 1px solid #7985bb;
  line-height: 56px;
  margin-bottom: 110px;
}
.functional_ul li {
  float: left;
  width: calc(100% / 7);
  opacity: 0.6;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
}
.functional_ul li span {
  display: inline-block;
}
.functional_ul .hv {
  opacity: 1;
}
.functional_ul .hv span {
  border-bottom: 2px solid #fff;
}
.functiona1 {
  float: right;
  margin-top: 30px;
}
.functiona2 {
  float: left;
  width: 50%;
  margin-right: 5%;
}
.functiona2 h3 {
  color: #fff;
  font-size: 24px;
  width: 100%;
  padding-bottom: 9px;
}
.functiona2 span {
  width: 50px;
  height: 3px;
  background: #ffffff;
  display: inline-block;
  margin-bottom: 24px;
  margin-top: 24px;
}
.functiona2 .p {
  color: #fff;
  line-height: 36px;
  font-size: 16px;
}
.more_box3 {
  text-align: left;
  padding-top: 40px;
}
.more_box3 a {
  width: 150px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid #e1e6f0;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  transition: 0.2s;
}
.more_box3 a:hover {
  background: #fff;
  color: #3354da;
}
.functional_s .swiper-container {
  float: left;
  width: 100%;
}
@media (max-width: 1450px) {
  .functiona2 {
    width: 45%;
  }
}
@media (max-width: 1200px) {
  .functiona2 {
    width: 50%;
    margin-right: 0;
  }
  .functiona1 {
    width: 47%;
  }
}
@media (max-width: 991px) {
  .functiona2 {
    width: 50%;
    margin-right: 0;
  }
  .functiona1 {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .functiona2 {
    width: 100%;
  }
  .functiona1 {
    width: 100%;
    text-align: center;
  }
  .functiona1 img {
    max-width: 80%;
  }
  .functional {
    -webkit-background-size: cover;
    background-size: cover;
    height: auto;
    padding-bottom: 30px;
  }
  .functional_ul {
    margin-bottom: 30px;
    line-height: 40px;
    border: none;
  }
  .functional_ul li {
    width: 33.3%;
  }
  .functional_ul li span {
    border-bottom: 2px solid #1c2f8a;
  }
  .functiona2 span {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .more_box3 {
    padding: 20px 0;
  }
  .functiona2 h3 {
    font-size: 18px;
  }
  .functional .title_index {
    padding: 20px 0 10px;
  }
}
.enterprise {
  margin-top: 60px;
}
.enterprise a {
  transition: 0.2s;
  text-align: left;
  position: relative;
  width: 100%;
  display: inline-block;
}
.enterprise a h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-top: 15px;
  line-height: 30px;
}
.enterprise a h3::after {
  background: #3253da;
  content: ' ';
  display: inline-block;
  width: 45px;
  height: 3px;
  margin-bottom: 18px;
  margin-top: 20px;
}
.enterprise a p {
  line-height: 36px;
  font-size: 16px;
}
.enterprise li:nth-child(2) .enterprise1 {
  float: right;
}
.enterprise li:nth-child(2) .enterprise2 {
  right: initial;
  left: 0;
}
.enterprise li {
  margin-bottom: 40px;
}
.enterprise1 {
  float: left;
  width: 55%;
}
.enterprise1 img {
  width: 100%;
}
.enterprise2 {
  padding: 46px 50px;
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 10px 3px rgba(19, 55, 159, 0.08);
  width: 49%;
  position: absolute;
  right: 0;
  top: 45px;
  transition: 0.2s;
}
.enterprise2:hover {
  box-shadow: -10px 0px 30px 10px rgba(89, 108, 166, 0.15);
}
@media (max-width: 1450px) {
  .enterprise2 {
    top: 20px;
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .enterprise2 {
    top: 20px;
    width: 80%;
  }
  .enterprise li {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .enterprise1 {
    width: 100%;
  }
  .enterprise2 {
    top: 20px;
    width: 100%;
    position: initial;
  }
}
@media (max-width: 767px) {
  .enterprise2 {
    padding: 13px 20px 20px;
  }
  .enterprise li {
    margin-bottom: 30px;
  }
  .enterprise a h3 {
    font-size: 18px;
  }
  .enterprise a h3::after {
    margin-top: 12px;
    margin-bottom: 4px;
  }
  .enterprise a p {
    line-height: 30px;
  }
  .enterprise {
    margin-top: 30px;
  }
}
.grow ul {
  width: calc(100% + 26px);
  margin-left: -13px;
  margin-bottom: 80px;
  display: inline-block;
}
.grow li {
  float: left;
  width: 25%;
  margin-bottom: 28px;
}
.grow li a {
  background: #f2f4fa;
  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: 20px 10px;
}
.grow li a img {
  width: 100%;
}
.grow li a:hover {
  box-shadow: 0 0 10px 3px rgba(19, 55, 159, 0.2);
}
@media (max-width: 991px) {
  .grow li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .grow li a {
    margin: 0 6px;
    width: calc(100% - 12px);
  }
  .grow li a h3 {
    padding: 10px 10px;
  }
}
.job_box {
  width: 100%;
  float: left;
  padding-top: 50px;
}
.job_box ul {
  margin-bottom: 80px;
}
.job_box li {
  margin-bottom: 10px;
}
.job_box .job_box_t {
  height: 50px;
  background: #efefef;
  line-height: 50px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s;
}
.job_box .job_box_t b {
  width: 8px;
  height: 8px;
  background: #121212;
  border-radius: 8px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 9px;
  position: relative;
  top: -2px;
  transition: 0.2s;
}
.job_box .job_box_t h3 {
  font-size: 18px;
  color: #121212;
  float: left;
  transition: 0.2s;
}
.job_box .job_box_t span {
  float: right;
  width: 25px;
  height: 25px;
  margin-top: 23px;
  margin-right: 20px;
}
.job_box .job_box_t span::after {
  width: 25px;
  height: 2px;
  content: ' ';
  display: block;
  transition: 0.2s;
  background: #0e6cb4;
  position: absolute;
}
.job_box .job_box_t span::before {
  width: 25px;
  height: 2px;
  content: ' ';
  display: block;
  transition: 0.2s;
  background: #0e6cb4;
  position: absolute;
  transform: rotate(90deg);
}
.job_box .job_box_body {
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #0e6cb4;
  border-top: none;
  font-size: 16px;
  line-height: 36px;
  display: none;
}
.job_box .hv .job_box_t {
  background: #0e6cb4;
}
.job_box .hv .job_box_t b {
  background: #fff;
}
.job_box .hv .job_box_t h3 {
  color: #fff;
}
.job_box .hv .job_box_t span::after {
  background: #fff;
}
.job_box .hv .job_box_t span::before {
  background: #fff;
  transform: rotate(0deg);
}
.job_box li:first-child .job_box_body {
  display: block;
}
.job_box1 {
  height: 50px;
  background: #f0f3f7;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .job_box .job_box_body {
    padding: 15px 20px;
    line-height: 30px;
  }
  .job_box1 {
    margin-top: 30px;
  }
  .job_box .job_box_t h3 {
    font-size: 16px;
  }
}
.sev_s_t {
  padding-top: 78px;
  padding-bottom: 49px;
  text-align: center;
}
.sev_s_t h3 {
  font-size: 40px;
  color: #333;
  line-height: 60px;
}
.sev_s_t p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
}
.sev_s1_js1 li a {
  min-height: 260px;
}
.sev_s1 {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-bottom: 80px;
  display: inline-block;
}
.sev_s1 li {
  float: left;
  width: 33.3%;
}
.sev_s1 li a {
  background: #fff;
  margin: 0 15px;
  display: inline-block;
  transition: 0.2s;
  text-align: center;
  width: calc(100% - 30px);
  padding: 43px;
  box-shadow: -10px 0px 30px 10px rgba(89, 108, 166, 0.15);
}
.sev_s1 li a h3 {
  font-size: 16px;
  line-height: 60px;
}
.sev_s1 li a img {
  width: 100%;
}
.sev_s1 li a:hover {
  margin-top: -18px;
}
.sev_s1 .sev_s1_1 {
  float: left;
  width: 100%;
}
.sev_s1 .sev_s1_1 img {
  float: right;
  width: 70px;
}
.sev_s1 .sev_s1_1 h3 {
  float: left;
  padding-top: 43px;
  font-size: 24px;
  line-height: 1;
}
.sev_s1 .sev_s1_2 {
  float: left;
  width: 100%;
  display: inline-block;
  line-height: 30px;
  color: #666;
  font-size: 16px;
  text-align: left;
}
.sev_s1 b {
  width: 45px;
  height: 3px;
  background: #3253da;
  display: inline-block;
  float: left;
  margin-top: 30px;
  margin-bottom: 26px;
}
.sev_s1 .sev_s1_3 {
  float: left;
  width: 100px;
}
.sev_s1 .sev_s1_3 img {
  width: 75px;
}
.sev_s1 .sev_s1_4 {
  float: left;
  width: calc(100% - 105px);
  text-align: left;
}
.sev_s1 .sev_s1_4 h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1;
}
.sev_s1 .sev_s1_4 p {
  color: #333;
  font-size: 16px;
}
.sev_s1 .sev_s1_4 span {
  color: #3253da;
  font-weight: bold;
}
@media (max-width: 1450px) {
  .sev_s1 li a {
    padding: 30px 20px;
    height: 160px;
  }
}
@media (max-width: 991px) {
  .sev_s_t h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .sev_s1 .sev_s1_3 img {
    width: 60px;
  }
  .sev_s1 .sev_s1_4 h3 {
    margin-bottom: 8px;
  }
  .sev_s_t {
    padding-top: 28px;
    padding-bottom: 19px;
  }
  .sev_s1 li a {
    width: 92%;
    height: auto !important;
    padding: 20px;
    margin: 0 4% 20px;
  }
  .sev_s1 li {
    width: 100%;
  }
  .sev_s1 .sev_s1_1 img {
    width: 55px;
  }
  .sev_s1 .sev_s1_1 h3 {
    font-size: 20px;
  }
  .sev_s1 b {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sev_s1 .sev_s1_2 {
    line-height: 24px;
  }
  .sev_s1 {
    margin-bottom: 30px;
  }
  .sev_s_t h3 {
    font-size: 20px;
  }
}
.success_box {
  background: #f2f4fa;
  padding-bottom: 100px;
}
.success_box a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
  margin-right: 25px;
  margin-bottom: 13px;
}
.success_box a h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 12px;
  position: absolute;
  left: 30px;
  bottom: 69px;
  z-index: 10;
  transition: 0.2s;
}
.success_box a p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  position: absolute;
  left: 30px;
  bottom: -70px;
  z-index: 10;
  transition: 0.2s;
  height: 56px;
}
.success_box a:nth-child(3n) {
  margin-right: 0;
}
.success_box a::after {
  content: ' ';
  display: inline-block;
  opacity: 0;
  background: #061d78;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.2s;
  z-index: 5;
}
.success_box a:hover h3 {
  bottom: 130px;
}
.success_box a:hover p {
  bottom: 70px;
  opacity: 1;
}
.success_box a:hover::after {
  opacity: 0.6;
}
.success_box1 {
  width: 100%;
  padding-right: 345px;
  float: left;
  position: relative;
}
a.success_box2 {
  position: absolute;
  right: 0;
  margin-right: 0;
}
@media (max-width: 1450px) {
  .success_box a {
    width: 32.3%;
    margin-right: 1%;
  }
  a.success_box2 {
    width: 25%;
  }
  .success_box1 {
    padding-right: 310px;
  }
}
@media (max-width: 1200px) {
  a.success_box2 {
    width: 24.5%;
  }
  .success_box1 {
    padding-right: 245px;
  }
}
@media (max-width: 991px) {
  a.success_box2 {
    width: 24.8%;
  }
  .success_box1 {
    padding-right: 200px;
  }
  .success_box {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  a.success_box2 {
    width: 100%;
    position: initial;
  }
  .success_box1 {
    padding-right: 0;
  }
  .success_box a img {
    width: 100%;
  }
  .success_box a {
    width: 100%;
    margin-right: 0;
  }
  .success_box {
    padding-bottom: 30px;
  }
  .success_box a h3,
  .success_box a:hover h3 {
    font-size: 18px;
    left: 10px;
  }
  .success_box a p,
  .success_box a:hover p {
    font-size: 14px;
    left: 10px;
    bottom: 20px;
  }
  .success_box a:hover::after {
    display: none;
  }
}
.contact_map {
  width: 100%;
  height: 460px;
  margin-top: 60px;
  float: left;
  position: relative;
}
.contact_map #mapDiv {
  width: 100%;
  height: 460px;
}
.por {
  position: relative;
}
.contact_box {
  background: #fff;
  position: relative;
  width: 90%;
  top: -155px;
  z-index: 9;
  margin: 0 5%;
  padding: 46px;
  box-shadow: -10px 0px 30px 10px rgba(89, 108, 166, 0.15);
}
.contact_t {
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.contact_t::after {
  content: ' ';
  display: inline-block;
  width: 70px;
  height: 3px;
  background: #0e6cb4;
  margin-top: 30px;
  margin-bottom: 45px;
}
.contact_1 {
  float: left;
  font-size: 16px;
  color: #333;
  width: calc(100% - 150px);
  margin-top: 30px;
}
.contact_1 img {
  margin-right: 9px;
  margin-top: -2px;
}
.contact_1 span {
  display: inline-block;
  margin-right: 90px;
  line-height: 40px;
}
.contact_2 {
  float: right;
  text-align: center;
  width: 134px;
}
.contact_2 span {
  font-size: 16px;
  line-height: 30px;
}
.contact_from {
  width: 90%;
  margin: 0 5%;
}
.contact_from input {
  width: 100%;
  float: left;
  height: 50px;
  margin-bottom: 19px!important;
  background: #f3f9fb;
  border: 1px solid #6abcdf;
  border-radius: 3px;
  margin-right: 48px;
  padding-left: 22px;
}
.contact_from .single-input-box {
  width: 33.3%;
  float: left;
  padding-right: 30px;
}
.contact_from .single-input-box1 {
  width: 100%;
  padding-right: 0px;
}
.contact_from .input1 {
  padding-right: 0px;
}
.contact_from .input1 input {
  margin-right: 0;
  width: 100%;
}
.contact_from textarea {
  height: 159px;
  background: #f3f9fb;
  border: 1px solid #6abcdf;
  border-radius: 3px;
  width: 100%;
  padding: 18px;
}
.contact_from .button1 {
  text-align: center;
  padding-top: 40px;
}
.contact_from .button1 button {
  width: 400px;
  height: 50px;
  line-height: 50px;
  background: #0e6cb4;
  border-radius: 3px;
  display: inline-block;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s;
}
.contact_from .button1 button:hover {
  background: #0e6cb4;
}
@media (max-width: 1450px) {
  .contact_from input {
    width: 325px;
  }
}
@media (max-width: 1200px) {
  .contact_from input {
    width: 31.3%;
    margin-right: 2.5%;
  }
}
@media (max-width: 767px) {
  .contact_box {
    top: initial;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0;
    padding: 20px 16px;
    margin-top: 30px;
    position: initial;
  }
  .contact_1 {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
  .contact_1 span {
    margin-right: 0;
  }
  .contact_2 {
    width: 100%;
  }
  .contact_2 span {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .contact_t::after {
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .contact_t {
    font-size: 20px;
  }
  .contact_from .button1 button {
    width: 100%;
  }
  .contact_from .button1 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .contact_from input {
    margin-right: 0;
    width: 100%;
    margin-bottom: 9px;
  }
}
.pagination {
  padding-left: 0;
  text-align: center;
  list-style: none;
  border-radius: 0.25rem;
  margin-bottom: 40px;
  font-size: 0;
}
.pagination li {
  display: inline-block;
  font-size: 16px;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0e6cb4;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0e6cb4;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.jzk_btn {
  background: #0e6cb4;
  color: #fff;
  border: none;
  padding: 4px 20px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  float: right;
  margin-top: 15px;
  margin-bottom: 20px;
}
.jzk_input {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 12px;
  font-size: 14px;
}
.jzk_textarea {
  display: block;
  width: 100%;
  height: 120px;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 12px;
  font-size: 14px;
}
.jzk_messages .jzk_btn2 {
  width: 100%;
  line-height: 34px;
}
.jzk_chapter_l span {
  width: auto;
}
.jzk_chapter_l {
  text-align: right;
}
.jzk_chapter_l:first-child {
  text-align: left;
}
.jzk_show_c {
  line-height: 1.5;
}
@media (max-width: 1600px) {
  .jzk_banner .w h3 {
    top: 190px;
    left: 40px;
  }
  .jzk_banner .w span {
    top: 215px;
    left: 40px;
  }
  .jzk_banner .w p {
    top: 340px;
    left: 40px;
  }
  .jzk_banner .k_1 {
    top: 280px;
    left: 40px;
  }
  .jzk_banner .k_2 {
    top: 460px;
    left: 40px;
  }
  .jzk_banner .k_3 {
    top: 460px;
    left: 235px;
  }
}
@media (max-width: 1400px) {
  .jzk_banner .w h3 {
    font-size: 30px;
  }
  .jzk_banner .w span {
    font-size: 20px;
    top: 198px;
  }
  .jzk_banner .k_1 {
    top: 250px;
  }
  .jzk_banner .w p {
    top: 290px;
  }
  .jzk_banner .k_2 {
    top: 400px;
  }
  .jzk_banner .k_3 {
    top: 400px;
  }
}
@media (max-width: 1200px) {
  .jzk_banner .w h3 {
    top: 150px;
    left: 20px;
  }
  .jzk_banner .w span {
    top: 175px;
    left: 20px;
  }
  .jzk_banner .w p {
    top: 240px;
    left: 20px;
  }
  .jzk_banner .k_1 {
    top: 220px;
    left: 20px;
  }
  .jzk_banner .k_2 {
    top: 360px;
    left: 20px;
  }
  .jzk_banner .k_3 {
    top: 360px;
    left: 235px;
  }
  .jzk_banner {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .jzk_banner .w h3 {
    top: 128px;
    left: 10px;
  }
  .jzk_banner .w span {
    top: 135px;
    left: 10px;
  }
  .jzk_banner .w p {
    top: 200px;
    left: 10px;
  }
  .jzk_banner .k_1 {
    top: 180px;
    left: 10px;
  }
  .jzk_banner .k_2 {
    top: 290px;
    left: 10px;
  }
  .jzk_banner .k_3 {
    top: 290px;
    left: 200px;
  }
  .jzk_banner .w img {
    width: 100%;
    max-width: 100%;
    position: initial;
    margin-left: 0;
    left: 0;
  }
  .jzk_banner .k_3 span img {
    width: 90px;
    position: initial;
    margin-left: 0;
  }
  .jzk_banner .k_3 span {
    position: absolute;
    left: 0;
    top: initial;
    bottom: 40px;
    background: #fff;
    padding: 10px 5px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    display: none;
  }
  .jzk_banner .k_3 span h4 {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    display: none;
  }
  .jzk_banner .k_3:hover span {
    display: block;
  }
}
@media (max-width: 767px) {
  .jzk_banner .w h3 {
    font-size: 18px;
    top: 78px;
    left: 0;
  }
  .jzk_banner .w span {
    font-size: 14px;
    top: 95px;
    left: 0;
  }
  .jzk_banner .k_1 {
    top: 120px;
    left: 0;
  }
  .jzk_banner .w p {
    font-size: 14px;
    top: 130px;
    left: 0;
    line-height: 24px;
    width: auto;
  }
  .jzk_banner .k_2 {
    width: 110px;
    height: 34px;
    line-height: 34px;
    top: 200px;
    font-size: 14px;
    left: 0;
  }
  .jzk_banner .k_3 {
    width: 110px;
    height: 34px;
    line-height: 34px;
    top: 200px;
    font-size: 14px;
    left: 120px;
  }
}
.ctitle {
  position: relative;
  z-index: 9;
}
.ctitle span {
  color: #d9dbec;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  padding-bottom: 15px;
  display: inline-block;
}
.ctitle h2 {
  line-height: 36px;
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}
.ctitle .r {
  position: absolute;
  right: 0;
  top: 70px;
  color: #fff;
  font-size: 18px;
  float: right;
}
@media (max-width: 1200px) {
  .ctitle span {
    font-size: 38px;
    line-height: 38px;
    padding-bottom: 15px;
  }
  .ctitle h2 {
    line-height: 26px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .ctitle span {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 5px;
  }
  .ctitle h2 {
    line-height: 18px;
    font-size: 18px;
  }
  .ctitle .r {
    padding-top: 10px;
    position: inherit;
    top: 0;
    font-size: 13px;
  }
}
.more_a {
  text-align: center;
  padding: 65px 0 0;
  display: inline-block;
  width: 100%;
}
.more_a a {
  -wekit-border-radius: 50px;
  -max-border-radius: 50px;
  border-radius: 50px;
  background-color: #3d5bff;
  box-shadow: 0px 10px 20px 0px rgba(61, 91, 255, 0.3);
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 0 40px;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.more_a a:hover {
  background-color: #417aff;
}
.more_a a.t {
  background: #fff;
  color: #3d5bff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .more_a {
    padding: 30px 0 0;
  }
  .more_a a {
    -wekit-border-radius: 38px;
    -max-border-radius: 38px;
    border-radius: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 20px;
  }
}
.scroll_top {
  width: 48px;
  height: 48px;
  background: #0e6cb4;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  border-radius: 50%;
  position: fixed;
  right: 2.6vw;
  bottom: 2.6vw;
  z-index: 9999;
  text-align: center;
  line-height: 48px;
}
.scroll_top::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #0e6cb4;
  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(2);
  }
}
@media (max-width: 991px) {
  .scroll_top {
    width: 30px;
    height: 30px;
    line-height: 30px;
    bottom: 45px;
  }
}
.index_t {
  width: 100%;
  text-align: center;
}
.index_t p {
  font-size: 20px;
  color: #888888;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 10px 0 30px;
}
.partners_box {
  background: url(/images/bg4.png) no-repeat top center;
  background-size: cover;
  padding: 80px 0 80px;
}
.partners_box li {
  display: inline-block;
  float: left;
  padding: 8px;
}
.partners_box li a {
  display: inline-block;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.partners_box li a:hover {
  box-shadow: 0px 0px 25px rgba(0, 134, 209, 0.5);
}
.partners_box li a:hover i {
  transition: all 0.5s ease;
  margin-left: 22px;
}
@media (max-width: 1600px) {
  .partners_box li {
    width: 20%;
  }
}
@media (max-width: 1200px) {
  .partners_box li {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .partners_box li {
    width: 33.3%;
  }
  .index_t img {
    height: 60px;
  }
  .index_t p {
    font-size: 16px;
    padding: 10px 0 20px;
  }
}
.head_rix_ul {
  position: absolute;
  right: 50px;
  width: 216px;
  top: 150px;
  z-index: 999;
  text-align: center;
}
.head_rix_ul3 {
  display: inline-block;
  background: #ffffff;
  padding: 8px;
  -wekit-border-radius: 12px;
  -max-border-radius: 12px;
  border-radius: 12px;
  line-height: 40px;
  box-shadow: 0px 2px 4px 0px rgba(19, 17, 67, 0.13);
  display: none;
}
.head_rix_ul3 a {
  margin-right: 10px;
  width: 90%;
  padding-left: 10%;
  display: inline-block;
  text-align: left;
}
.head_rix_ul3 a img {
  width: 20px;
  margin-right: 5px;
}
.head_rix_ul3 a:hover {
  color: #ea4609;
}
.head_rix_ul2 {
  text-align: center;
  display: inline-block;
  font-size: 0;
  display: none;
}
.head_rix_ul2 img {
  width: 128px;
  height: 128px;
  background: #ffffff;
  padding: 8px;
  -wekit-border-radius: 12px;
  -max-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0px 2px 4px 0px rgba(19, 17, 67, 0.13);
}
.head_rix_ul1 {
  display: inline-block;
  background: #ffffff;
  height: 50px;
  line-height: 50px;
  width: 500px;
  box-shadow: 0px 2px 4px 0px rgba(19, 17, 67, 0.13);
}
.head_rix_ul1 input {
  height: 50px;
  line-height: 50px;
  background: none;
  border: none;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
.head_rix_ul1 button {
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  font-size: 18px;
  position: absolute;
  background: #0e6cb4;
  color: #ffffff;
  right: 0;
  top: 0;
  cursor: pointer;
}
.index_case_r {
  position: relative;
}
.index_case_rl {
  position: absolute;
  right: 224px;
  top: 34px;
}
.index_case_rl a {
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  height: 36px;
  -wekit-border-radius: 36px;
  -max-border-radius: 36px;
  border-radius: 36px;
  color: #bfbfbf;
  line-height: 36px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
  margin-left: 16px;
}
.index_case_rl a:hover {
  color: #fa5011;
  border: 1px solid #fa5011;
}
@media (max-width: 1200px) {
  .index_case_rl a {
    padding: 0 10px;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
  }
  .index_case_rl {
    position: absolute;
    right: 124px;
    top: 23px;
  }
}
.index_case .swiper-pagination {
  display: none;
}
@media (max-width: 767px) {
  .foot_nav .foot_nav1,
  .foot_nav dt a {
    margin-bottom: 4px;
  }
  .scroll_top {
    width: 30px;
    height: 30px;
    line-height: 30px;
    bottom: 75px;
  }
  #player2 > * {
    height: 200px !important;
  }
  .index_case .w {
    padding: 20px 20px 40px 20px;
  }
  .index_case .swiper-button-prev {
    display: none;
  }
  .index_case .swiper-button-next {
    display: none;
  }
  .index_case_l img {
    height: 50px;
  }
  .index_case .index_case_r {
    display: none;
  }
  .index_case .swiper-pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .index_case .swiper-pagination span {
    margin: 0 3px;
  }
  .index_case .swiper-pagination-bullet-active {
    background: #ea4609;
  }
  .index_case li a {
    box-shadow: 0px 6px 2px 5px rgba(200, 210, 229, 0.16), 0px 8px 5.6px 1.4px rgba(200, 210, 229, 0.15), 0px 14px 1.4px 3.6px rgba(200, 210, 229, 0.15);
  }
  .index_case .index_case_l p {
    padding: 6px 0 5px;
  }
  .index_case {
    padding: 50px 0;
  }
  .adv_box li {
    padding: 0 18px 20px 0;
    width: 100%;
  }
  .adv_box li .adv_l {
    width: 18%;
    margin-right: 3%;
    float: left;
  }
  .index_newsx .index_case_r {
    width: 100%;
  }
  .index_case .index_case_l p {
    font-size: 13px;
  }
  .index_about_r {
    border-bottom: none;
    padding-bottom: 0;
  }
  .adv_box li {
    padding: 0 0px 30px 0;
    width: 100%;
  }
  .adv_box li .adv_r {
    width: 79%;
  }
  .adv_box li .adv_r h4 {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .ant_box ul {
    text-align: center;
    font-size: 0;
  }
  .ant_box li {
    display: inline-block;
    float: initial;
  }
  .index_aboutl img {
    height: 45px;
  }
  .index_case_l img {
    height: 45px;
  }
  .index_t img {
    height: 45px;
  }
  .adv_box {
    padding: 40px 0 20px;
  }
  .index_newsx {
    padding: 48px 0;
  }
  .index_case_r img {
    display: none;
  }
  .index_newsx .index_t {
    border-bottom: none;
    width: 100%;
    float: left;
    padding-bottom: 0px;
    margin-bottom: 22px;
  }
  .index_case_rl {
    position: inherit;
    right: 0;
    top: 0;
  }
  .index_case_rl a {
    margin-left: 6px;
  }
  .partners_box ul {
    padding-top: 20px;
  }
  .partners_box {
    padding: 20px 0 30px;
  }
  .partners_box li {
    padding: 4px;
    width: 50%;
  }
  .foot_nav .foot_nav5_1 {
    width: 100%;
  }
  .foot_nav .foot_nav5_2_box {
    width: 100%;
  }
  .foot_nav .foot_nav5_2 {
    margin: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .foot_nav .foot_nav5_3 {
    padding-left: 0;
    text-align: center;
  }
  .foot_nav .foot_nav5_3 a {
    margin: 0 8px;
    float: initial;
    display: inline-block;
  }
  .foot_p {
    text-align: center;
  }
  .foot_nav dl {
    padding-bottom: 10px;
  }
  .foot_nav .foot_nav5_1 img {
    height: 120px;
  }
}
.head_ipwap {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
}
.head_ipwap img {
  margin-right: 12px;
}
.head_ipwap a {
  color: #ffffff;
}
.mbtn {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 0px;
  right: 0%;
  z-index: 50;
  background: linear-gradient(135deg, #1d7cc5, #0e6cb4) center center no-repeat;
  display: none;
}
@media (max-width: 991px) {
  .mbtn {
    display: block;
  }
}
.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;
}
.wap_nav_box {
  line-height: 40px;
  display: none;
  width: 100%;
  height: calc(100vh - 56px);
  position: fixed;
  left: 0%;
  right: 0;
  z-index: 99999;
  top: 56px;
  overflow-y: auto;
  background: linear-gradient(135deg, #1d7cc5, #0e6cb4) center center no-repeat;
  -webkit-transition: all 0.5s;
}
.wap_nav_box iconpark-icon {
  margin-right: 10px;
}
.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, #1d7cc5, rgba(255, 255, 255, 0.5)) center center no-repeat;
}
.wap_nav_box li > a {
  color: #ffffff;
  font-size: 18px;
  width: 100%;
  display: inline-block;
  font-weight: 500;
  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);
}
.pape_title {
  line-height: 1;
  padding-bottom: 73px;
}
.pape_title h3 {
  font-size: 45px;
  color: #000;
}
.pape_title p {
  padding: 10px 0;
  font-size: 20px;
  text-transform: uppercase;
}
.pape_news_t ul {
  width: 100%;
}
.pape_news_t ul li {
  float: left;
}
.pape_news_t ul .hv a {
  background: #0e6cb4;
  color: #ffffff;
  border: 1px dashed #0e6cb4;
}
.pape_news_t a {
  border: 1px dashed #0e6cb4;
  margin-right: 21px;
  margin-bottom: 12px;
  -wekit-border-radius: 38px;
  -max-border-radius: 38px;
  border-radius: 38px;
  padding: 0 13px;
  min-width: 123px;
  text-align: center;
  line-height: 38px;
  height: 38px;
  display: inline-block;
  font-size: 18px;
  color: #0e6cb4;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.pape_news_t a:hover {
  background: #0e6cb4;
  color: #ffffff;
  border: 1px dashed #0e6cb4;
}
.pape_news_ul {
  width: calc(100% + 20px);
  position: relative;
  margin-left: -10px;
  display: inline-block;
  text-align: center;
  padding-top: 70px;
}
.pape_news_ul ul {
  display: flex;
  flex-wrap: wrap;
}
.pape_news_ul li {
  float: left;
  padding: 0 10px;
  width: 20%;
  margin-bottom: 40px;
}
.pape_news_ul a {
  width: 100%;
  overflow: hidden;
  line-height: 44px;
  display: inline-block;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.pape_news_ul a img {
  width: 100%;
  overflow: hidden;
}
.pape_news_ul a h3 {
  font-size: 18px;
  line-height: 36px;
}
.pape_body {
  padding: 65px 0;
}
@media (max-width: 1200px) {
  .pape_body {
    padding: 45px 0;
  }
  .pape_title {
    line-height: 1;
    padding-bottom: 53px;
    background-size: auto 30px !important;
  }
  .pape_title h3 {
    font-size: 35px;
  }
  .pape_title p {
    padding: 10px 0;
    font-size: 16px;
  }
  .pape_news_t a {
    margin-right: 11px;
    -wekit-border-radius: 38px;
    -max-border-radius: 38px;
    border-radius: 38px;
    min-width: 113px;
    line-height: 38px;
    height: 38px;
    font-size: 14px;
  }
  .pape_news_ul {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-top: 50px;
  }
  .pape_news_ul li {
    float: left;
    padding: 0 10px;
    width: 33.3%;
    margin-bottom: 30px;
  }
  .pape_news_ul a {
    font-size: 14px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .pape_news_t a {
    margin-right: 11px;
    -wekit-border-radius: 30px;
    -max-border-radius: 30px;
    border-radius: 30px;
    min-width: 100px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
  }
  .pape_body {
    padding: 35px 0;
  }
  .pape_title {
    line-height: 1;
    padding-bottom: 23px;
    background-size: auto 20px !important;
  }
  .pape_title h3 {
    font-size: 25px;
  }
  .pape_title p {
    padding: 10px 0;
    font-size: 14px;
  }
  .pape_news_ul {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-top: 50px;
  }
  .pape_news_ul li {
    float: left;
    padding: 0 10px;
    width: 50%;
    margin-bottom: 20px;
  }
  .pape_news_ul a {
    line-height: 24px;
  }
  .pape_news_ul a h3 {
    font-size: 14px;
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .pape_news_t a {
    margin-right: 6px;
    -wekit-border-radius: 30px;
    -max-border-radius: 30px;
    border-radius: 30px;
    min-width: 100px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.k_lc {
  height: auto;
  overflow: hidden;
  position: relative;
  padding-top: 60px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.k_lc ul {
  margin: 0 8px;
  display: inline-block;
  position: relative;
}
.clear {
  clear: both;
  display: inline-block;
  width: 100%;
  height: 1px;
}
.k_lc ul::after {
  content: ' ';
  display: inline-block;
  border-right: 1px solid #d9a962;
  position: absolute;
  z-index: 8;
  top: 0;
  bottom: 60px;
  left: 16px;
}
.k_lc li {
  display: inline-block;
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 8px;
  position: relative;
  z-index: 9;
  box-shadow: 0px 2px 6px #cacaca;
  margin-bottom: 38px;
}
.k_lc li h3 {
  width: 100%;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  color: #fff;
  border-radius: 8px 8px 0 0;
  padding-left: 32px;
  background: url(/images/a10.png) #0e6cb4 no-repeat 8px center;
  -webkit-background-size: 16px;
  background-size: 16px;
}
.k_lc li p {
  padding: 6px 12px;
  color: #666;
  font-size: 16px;
}
.k_lc li p {
  padding: 20px 30px;
  color: #666;
  font-size: 16px;
}
.pape_news_t {
  width: 100%;
  display: inline-block;
}
@media (max-width: 991px) {
  .k_lc {
    padding-top: 20px;
    width: 100%;
  }
  .k_lc li h3 {
    width: 100%;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding-left: 32px;
    background: url(/images/a10.png) #0e6cb4 no-repeat 8px center;
    -webkit-background-size: 16px;
    background-size: 16px;
  }
  .k_lc li p {
    padding: 12px 18px;
    color: #666;
    font-size: 16px;
  }
  .job_box {
    padding-top: 20px;
  }
  .job_box ul {
    margin-bottom: 20px;
  }
  .contact_box2 {
    padding-top: 30px;
  }
  .contact_from .single-input-box {
    width: 100%;
    float: left;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .contact_map {
    margin-top: 10px;
  }
  .index_newsx {
    padding: 28px 0;
  }
  .pape_news_ul li {
    width: 100%;
  }
  .foot_nav {
    padding: 36px 0;
  }
  .foot_nav dt a {
    font-size: 14px;
  }
  .pape_news_ul {
    padding-top: 20px;
  }
}
.title_index span {
  font-size: 50px;
  color: #000000;
  text-transform: uppercase;
  font-family: 'BEBAS';
  line-height: 70px;
  margin-bottom: 40px;
  display: inline-block;
}
@media (max-width: 991px) {
  .title_index span {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .title_index span {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 8px;
  }
}
.title_index b {
  font-weight: 300;
  color: #abcd03;
}
.title_index h3 {
  font-size: 36px;
  color: #333333;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .title_index h3 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .title_index h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.index23831_about {
  padding: 90px 0;
}
.index23831_about .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .index23831_about .w {
    display: block;
  }
}
.index23831_about .w:after {
  content: '';
  display: none;
}
.index23831_about_l {
  width: 47%;
  display: block;
}
@media (max-width: 1200px) {
  .index23831_about_l {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .index23831_about_l {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .index23831_about_l {
    margin-bottom: 0px;
  }
}
.index23831_about_l .title_index {
  text-align: left;
}
.index23831_about_r {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  width: 48%;
  position: relative;
  cursor: pointer;
}
.index23831_about_r:hover {
  transition: all 0.4s ease 0s !important;
  -webkit-transform: all 0.4s ease 0s !important;
  box-shadow: -6px 0px 26px 6px rgba(17, 17, 49, 0.6);
}
.index23831_about_r img {
  width: 100%;
}
@media (max-width: 1200px) {
  .index23831_about_r {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index23831_about_r {
    margin-bottom: 15px;
  }
}
.index23831_about_r i {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  font-size: 70px;
  color: #ffffff;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .index23831_about_r i {
    font-size: 40px;
  }
}
.index23831_about_d {
  line-height: 28px;
  color: #666666;
  font-size: 18px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .index23831_about_d {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .index23831_about_d {
    margin-bottom: 13px;
  }
}
.increase23831 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .increase23831 {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .increase23831 li {
    width: 50%;
    float: left;
    padding-bottom: 20px;
  }
}
.increase23831 strong {
  font-size: 48px;
  color: #0e6cb4;
  display: inline-block;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 767px) {
  .increase23831 strong {
    font-size: 28px;
  }
}
.increase23831 h3 {
  display: block;
  line-height: 1;
  font-family: 'BEBAS';
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .increase23831 h3 {
    margin-bottom: 8px;
  }
}
.increase23831 span {
  color: #949798;
  font-size: 17px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .increase23831 span {
    font-size: 14px;
  }
}
.increase23831 p {
  font-size: 16px;
  color: #666666;
}
@media (max-width: 767px) {
  .increase23831 p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .index23831_about {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .index23831_about_l .title_index {
    padding: 10px 0;
  }
  .index23831_about {
    padding: 15px 0;
  }
}
.index_23831_btn {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .index_23831_btn {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .index_23831_btn {
    margin-bottom: 20px;
  }
}
.index_23831_btn a {
  width: 154px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(to right, #0086d1, #015ca5);
  position: relative;
}
@media (max-width: 991px) {
  .index_23831_btn a {
    width: 124px;
    height: 43px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .index_23831_btn a {
    margin-bottom: 15px;
    width: 114px;
    height: 38px;
  }
}
.index_23831_btn a i {
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 8px;
  transition: all 0.5s ease;
}
.index_23831_btn a:hover {
  box-shadow: 0px 0px 25px rgba(0, 134, 209, 0.5);
}
.index_23831_btn a:hover i {
  transition: all 0.5s ease;
  margin-left: 22px;
}
.index_2392_btn {
  margin-top: 15px;
}
.index_2392_btn a {
  width: 124px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 15px;
  color: #0e6cb4;
  background: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .index_2392_btn a {
    width: 124px;
    height: 43px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .index_2392_btn a {
    width: 114px;
    height: 38px;
  }
}
.index_2392_btn a i {
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 8px;
  transition: all 0.5s ease;
}
.index_2392_btn a:hover {
  box-shadow: 0px 0px 25px rgba(0, 134, 100, 0.5);
}
.index_2392_btn a:hover i {
  transition: all 0.5s ease;
  margin-left: 22px;
}
.index2391_video {
  display: none;
}
.index2391_video.on {
  display: block;
}
.index2391_video_bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
}
.index2391_video_content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 121;
}
@media (max-width: 767px) {
  .index2391_video_content {
    width: 90%;
  }
}
.index2391_close {
  cursor: pointer;
  position: fixed;
  right: 0;
  top: -35px;
}
.index2391_close span {
  color: #fff;
  font-size: 25px;
}
.index2391_video video {
  width: 100%;
}
.index2391_search {
  display: none;
}
.index2391_search.on {
  display: block;
}
.index2391_search_bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
}
.index2391_search_content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 121;
}
.index2391_search_close {
  cursor: pointer;
  position: fixed;
  right: 0;
  top: -35px;
}
.index2391_search_close span {
  color: #fff;
  font-size: 25px;
}
.index2391_search video {
  width: 100%;
}
.foot2391 {
  background: #223a46;
  padding: 51px 0px;
}
.foot2391 > .w {
  display: flex;
  justify-content: space-between;
}
.foot2391 > .w:after {
  content: '';
  display: none;
}
@media (max-width: 1440px) {
  .foot2391 > .w {
    display: block;
  }
  .foot2391 > .w:after {
    content: '';
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .foot2391 {
    padding: 21px 0px;
  }
  .foot2391 .w {
    display: inline-block;
  }
}
@media (max-width: 1440px) {
  .foot2391_l {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .foot2391_l {
    text-align: center;
    padding-bottom: 12px;
  }
  .foot2391_l a {
    display: inline-block;
  }
}
.foot2391_r {
  text-align: right;
  font-size: 14px;
  color: #bdddf6;
}
@media (max-width: 1440px) {
  .foot2391_r {
    width: 100%;
  }
}
.foot2391_r dd {
  text-align: right;
  font-size: 14px;
  color: #bdddf6;
  margin-bottom: 8px;
}
.foot2391_r dd span {
  display: inline-block;
  padding: 0 18px;
}
.foot2391_r dd span:last-child {
  display: none;
}
.foot2391_r a {
  color: #bdddf6;
}
.foot2391_r a:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .foot2391_r {
    text-align: center;
  }
  .foot2391_r dd {
    text-align: center;
  }
}
.index2391_news {
  background: url(/images/bg3.png) no-repeat top center;
  background-size: cover;
  padding: 100px 0 80px;
}
@media (max-width: 991px) {
  .index2391_news {
    padding: 40px 0 30px;
  }
}
.index2391_news .w:after {
  content: '';
  display: none;
}
.index2391_news_body {
  width: 100%;
  display: flex;
  margin-top: 45px;
  justify-content: space-between;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0px 16px 37px rgba(0, 64, 116, 0.1);
}
@media (max-width: 1200px) {
  .index2391_news_body {
    display: inline-block;
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .index2391_news_body {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .index2391_news_body {
    margin-top: 0px;
  }
}
.index2391_news_l {
  width: 40%;
  overflow: hidden;
}
.index2391_news_l img {
  width: 100%;
}
@media (max-width: 1200px) {
  .index2391_news_l {
    width: 100%;
  }
}
.index2391_news_r {
  position: relative;
  width: 60%;
  padding: 0px 50px;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 0px 20px 20px 0px;
}
.index2391_news_r .index_23831_btn {
  position: absolute;
  left: -120px;
  bottom: 0;
  z-index: 8;
  margin-bottom: 0;
}
.index2391_news_r .index_23831_btn a {
  border-bottom-left-radius: 18px;
}
@media (max-width: 1200px) {
  .index2391_news_r .index_23831_btn {
    position: initial;
    margin: 20px 0;
  }
  .index2391_news_r .index_23831_btn a {
    border-bottom-left-radius: 100px;
  }
}
@media (max-width: 767px) {
  .index2391_news_r .index_23831_btn {
    margin: 0px 0;
  }
}
@media (max-width: 1200px) {
  .index2391_news_r {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .index2391_news_r {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .index2391_news_r {
    padding: 0px 10px;
  }
}
.index2391_news_r h3 {
  font-size: 18px;
  color: #474c4e;
  font-weight: bolder;
  width: 90%;
  overflow: hidden;
  transition: all 0.5s ease;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index2391_news_r h3 {
    font-size: 14px;
  }
}
.index2391_news_r dd {
  font-size: 28px;
  color: #474c4e;
  font-family: 'BEBAS';
  width: 10%;
  position: relative;
  display: flex;
  align-items: center;
  align-items: flex-end;
  transition: all 0.5s ease;
  line-height: 1;
}
@media (max-width: 1440px) {
  .index2391_news_r dd {
    width: 13%;
  }
}
@media (max-width: 767px) {
  .index2391_news_r dd {
    width: 16%;
    font-size: 22px;
  }
}
.index2391_news_r dd span {
  font-size: 18px;
  color: #949798;
  display: inline-block;
  transition: all 0.5s ease;
}
.index2391_news_r dd:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0px;
  height: 3px;
  background: #015ca5;
  left: -40px;
  top: 14px;
  transition: all 0.5s ease;
}
.index2391_news_r > a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfe0e0;
  height: 80px;
  padding: 0px 50px;
  transition: all 0.5s ease;
}
@media (max-width: 1600px) {
  .index2391_news_r > a {
    height: 70px;
  }
}
@media (max-width: 1440px) {
  .index2391_news_r > a {
    height: 60px;
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .index2391_news_r > a {
    padding: 0px 10px;
  }
}
.index2391_news_r > a:nth-last-child(2) {
  border-bottom: none;
}
.index2391_news_r > a:hover {
  padding: 0px 30px;
}
.index2391_news_r > a:hover dd {
  color: #015ca5;
  transition: all 0.5s ease;
}
.index2391_news_r > a:hover dd span {
  color: #015ca5;
  transition: all 0.5s ease;
}
.index2391_news_r > a:hover h3 {
  color: #015ca5;
  transition: all 0.5s ease;
}
.index2391_news_r > a:hover dd:before {
  width: 34px;
  transition: all 0.5s ease;
}
/*图片变大*/
.img_big {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  filter: scale(1);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
  cursor: pointer;
}
.img_big:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  filter: scale(1.1);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
  cursor: pointer;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.index2392_box {
  padding: 100px 0px 180px;
  background: #eef5fd;
}
@media (max-width: 1200px) {
  .index2392_box {
    padding: 80px 0px 120px;
  }
}
@media (max-width: 991px) {
  .index2392_box {
    padding: 60px 0px 100px;
  }
}
@media (max-width: 767px) {
  .index2392_box {
    padding: 30px 0px 50px;
  }
}
.index2392_box:after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.index2392_box .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index2392_box .w.hv {
  display: block;
}
.index2392_box .w:after {
  content: '';
  display: none;
}
@media (max-width: 1200px) {
  .index2392_box .w {
    display: block;
  }
  .index2392_box .w:after {
    clear: both;
    width: 100%;
    content: ' ';
    display: block;
  }
}
.index2392_box .index2392_list {
  margin-bottom: 180px;
  position: relative;
  flex-direction: row-reverse;
}
.index2392_box .index2392_list .index2392_bottom {
  right: inherit;
  left: 0;
}
.index2392_box .index2392_list:last-child {
  margin-bottom: 0;
}
.index2392_box .index2392_list:nth-child(2n) {
  flex-direction: row;
}
.index2392_box .index2392_list:nth-child(2n) .index2392_bottom {
  right: 0;
  left: inherit;
}
@media (max-width: 1200px) {
  .index2392_box .index2392_list {
    margin-bottom: 30px;
  }
}
.index2392_box .index2392_img {
  width: 62%;
  border-radius: 15px;
  overflow: hidden;
  float: left;
}
@media (max-width: 1200px) {
  .index2392_box .index2392_img {
    width: 100%;
  }
}
.index2392_box .index2392_txt {
  float: left;
  width: 38%;
  padding-bottom: 140px;
  font-size: 44px;
  line-height: 1.5;
  color: #0e6cb4;
  padding-left: 80px;
}
@media (max-width: 1200px) {
  .index2392_box .index2392_txt {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 20px;
  }
  .index2392_box .index2392_txt > p {
    font-size: 34px;
    padding: 30px 50px;
  }
}
@media (max-width: 991px) {
  .index2392_box .index2392_txt {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .index2392_box .index2392_txt > p {
    font-size: 34px;
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .index2392_box .index2392_txt {
    line-height: 1.2;
  }
  .index2392_box .index2392_txt > p {
    font-size: 18px;
    padding: 16px 18px;
  }
}
.index2392_box .index2392_bottom {
  background: #015ca5;
  position: absolute;
  right: 0;
  width: 737px;
  border-radius: 10px;
  padding: 35px 50px;
  bottom: -70px;
  color: #ffffff;
}
.index2392_box .index2392_bottom h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .index2392_box .index2392_bottom h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.index2392_box .index2392_bottom p {
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index2392_box .index2392_bottom p {
    line-height: 1.5;
  }
}
@media (max-width: 1200px) {
  .index2392_box .index2392_bottom {
    position: initial;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .index2392_box .index2392_bottom {
    padding: 25px 40px;
  }
}
@media (max-width: 767px) {
  .index2392_box .index2392_bottom {
    padding: 20px 30px;
    padding: 15px 20px;
  }
}
.index2392_boxpb {
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .index2392_boxpb {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .index2392_boxpb {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .index2392_boxpb {
    padding-bottom: 0px;
  }
}
.fu_list_04 {
  display: none;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 20px;
}
.fu_list_04.hv {
  display: flex;
}
.fu_list_04 li {
  width: 33.3%;
  padding-bottom: 22px;
}
.fu_list_04 li .flio_b {
  margin-top: 20px;
  font-size: 14px;
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ebebeb;
  transition: all 0.5s ease;
}
.fu_list_04 li a {
  position: relative;
  display: block;
  margin: 0 16px;
  background: #ffffff;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.fu_list_04 li a:hover {
  background: #0e6cb4;
}
.fu_list_04 li a:hover h3 {
  color: #ffffff;
}
.fu_list_04 li a:hover p {
  color: #ffffff;
}
.fu_list_04 li a:hover span {
  color: #ffffff;
}
.fu_list_04 li a:hover i {
  color: #ffffff;
}
.fu_list_04 h3 {
  width: 100%;
  font-size: 22px;
  color: #333333;
  font-weight: 300;
  padding-bottom: 12px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fu_list_04 li i {
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 8px;
}
.fu_list_04 li img {
  width: 100%;
}
.fu_list_04 .item_b {
  border-top: none;
  padding: 30px 30px 0 30px;
}
.fu_list_04 .item_b p {
  font-size: 14px;
  color: #999;
  line-height: 23px;
  display: inline-block;
  height: 62px;
}
.fu_list_04 .item_b span {
  color: #a9a9a9;
}
@media (max-width: 1200px) {
  .fu_list_04 li {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .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;
  }
}
.index_newsx {
  padding: 98px 0;
}
.index_newsx .index_case_t,
.index_newsx .recommend2 {
  width: 100%;
  float: left;
}
.index_newsx .recommend2 img {
  -wekit-border-radius: 20px;
  -max-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.index_newsx .index_t {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  float: left;
  padding-bottom: 35px;
  margin-bottom: 42px;
}
.index_newsx .index_case_l {
  text-align: left;
  float: left;
  width: 40%;
}
.index_newsx .index_case_r {
  text-align: right;
  float: right;
  width: 60%;
}
.index_newsx b {
  color: #ea4609;
  font-size: 15px;
  background: #feede6;
  padding: 0 8px;
  font-weight: 500;
  margin: 16px 0 24px;
  display: inline-block;
  line-height: 25px;
  -wekit-border-radius: 6px 0 6px 0;
  -max-border-radius: 6px 0 6px 0;
  border-radius: 6px 0 6px 0;
}
.index_newsx h4 {
  color: #0f0f0f;
  font-size: 24px;
  padding-bottom: 24px;
}
.index_newsx p {
  color: #888888;
  font-size: 16px;
  line-height: 1.8;
}
.index_newsx .swiper-button-next {
  position: absolute;
  left: 32.3%;
  top: 35%;
  width: 60px;
  height: 60px;
  background: url(/images/e1.png) 0 0 no-repeat;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.index_newsx .swiper-button-next:hover {
  background: url(/images/e2.png) 0 0 no-repeat;
}
.index_newsxli ul {
  display: flex;
  flex-wrap: wrap;
}
.index_newsxli li {
  width: 33.3%;
  float: left;
  margin-bottom: 50px;
  padding: 0 15px;
}
@media (max-width: 1600px) {
  .index_case_l img {
    height: 70px;
  }
  .index_case li dl dd {
    font-size: 24px;
  }
  .index_case li dl {
    padding-top: 17px;
    margin-top: 17px;
    margin-left: 10px;
    margin-right: 10px;
    border-top: 1px solid #cccccc;
  }
  .index_case li dl b {
    margin-right: 8px;
  }
  .index_case li h4 {
    padding-top: 20px;
    font-size: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .index_case li p {
    font-size: 15px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .index_newsx h4 {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .index_newsxli li {
    width: 50%;
    float: left;
    margin-bottom: 50px;
    padding: 0 15px;
  }
  .index_newsx b {
    margin: 8px 0 14px;
  }
  .index_newsx h4 {
    font-size: 18px;
    padding-bottom: 6px;
  }
  .index_newsx p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .index_newsxli li {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding: 0;
  }
  .index_newsx .swiper-button-next {
    display: none;
  }
  .index_case .index_case_l {
    width: 100%;
  }
  .index_case .index_case_r {
    width: 100%;
    text-align: right;
  }
  .index_case .index_case_r img {
    height: 40px;
  }
  .index_case .swiper-button-next {
    right: 20px;
    top: -180px;
    width: 69px;
    height: 30px;
    background-size: 67px 28px;
  }
  .index_case .swiper-button-prev {
    right: 100px;
    top: -180px;
    width: 69px;
    height: 30px;
    background-size: 67px 28px !important;
  }
  .index_case .swiper-button-prev:hover {
    background-size: 67px 28px !important;
  }
  .index_case .swiper-button-next:hover {
    background-size: 67px 28px !important;
  }
  .index_newsx .index_case_l {
    width: 100%;
  }
}
.pape_cccl p {
  font-size: 16px;
  padding-bottom: 10px;
}
.jzk_product_show .jzk_product_l {
  width: 44%;
  float: left;
  text-align: center;
}
.jzk_product_show .jzk_product_l .swiper-button-prev,
.jzk_product_show .jzk_product_l .swiper-button-next {
  background: none;
  font-size: 48px;
  color: #5dacd6;
}
.jzk_product_show .jzk_product_l .gallery-thumbs .swiper-slide {
  text-align: center;
  padding-top: 12px;
}
.jzk_product_show .jzk_product_r {
  width: 50%;
  margin-left: 3%;
  float: left;
}
.jzk_product_show .jzk_product_r .jzk_t {
  font-size: 20px;
  padding-top: 30px;
}
.jzk_product_show .jzk_product_r .jzk_c {
  font-size: 14px;
  padding: 20px 0;
  padding-top: 40px;
}
.jzk_tag {padding-top: 40px;}
.jzk_product_show .jzk_product_r .jzk_c li {
  color: #333;
  border-bottom: #d9d9d9 1px dashed;
  line-height: 36px;
}
.jzk_product_show .jzk_product_r .jzk_b {
  font-size: 24px;
  color: #F40;
  font-weight: bold;
}
.jzk_product_show .jzk_product_r .jzk_b span {
  color: #aaaaab;
  font-size: 14px;
  font-weight: 500;
  padding-right: 12px;
}
.jzk_product_show .jzk_product_r .jzk_d {
  padding-top: 15px;
}
.jzk_product_show .jzk_product_r .jzk_d a,
.jzk_product_show .jzk_product_r .jzk_d button {
  background: #0c85f2;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  -o-border-radius: 19px;
  -ms-border-radius: 19px;
  -khtml-border-radius: 19px;
  border-radius: 19px;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 6px 20px;
  margin-right: 8px;
  border: none;
}
.jzk_product_show .jzk_product_r .jzk_d i {
  padding-right: 6px;
}
.jzk_product_show .jzk_product_r .jzk_d a.jzk_r,
.jzk_product_show .jzk_product_r .jzk_d button.jzk_r {
  background: #ffd145;
}
.jzk_product_show:after {
  content: ' ';
  clear: both;
  width: 100%;
  display: block;
}
.jzk_product_show {
  padding-top: 10px;
}
.jzk_product_show1 {
  padding-top: 30px;
}
.jzk_product_showb {
  padding: 20px;
}
.jzk_product_showb .jzk_b {
  display: none;
}
.jzk_product_showb .jzk_b:first-child {
  display: block;
}
.jzk_product_showtag {
  border-bottom: #0c85f2 1px solid;
}
.jzk_product_showtag a {
  color: #333;
  width: 100px;
  text-align: center;
  font-size: 14px;
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}
.jzk_product_showtag .jzk_hover {
  border-bottom: #0c85f2 2px solid;
}
.gallery-thumbs .swiper-slide {
  opacity: 1;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide-thumb-active img {
  border: 3px #ffd145 solid;
}
@media (max-width: 991px) {
  .jzk_product_show .jzk_product_l {
    width: 100%;
  }
  .jzk_product_show .jzk_product_r {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }
  .jzk_product_show .jzk_product_r .jzk_c {
    padding: 10px 0;
  }
  .jzk_index3 .jzk_img_big img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .jzk_product_showb {
    padding: 10px;
  }
  .jzk_tag {
    padding-bottom: 10px;
    height: auto;
    overflow: hidden;
  }
  .jzk_product_show1 {
    padding-top: 15px;
  }
}
.jzk_product_show .jzk_product_r {
  width: 50%;
  margin-left: 3%;
  float: left;
}
.jzk_product_show .jzk_product_r .jzk_t {
  font-size: 28px;
  color: #006fbb;
  line-height: 1.2;
}
table thead th {
  background-color: #5182bb;
  color: #fff;
  border-bottom-width: 0;
}
/* Column Style */
table {
  margin-top: 20px;
}
@media (max-width: 991px) {
  table {
    margin-top: 10px;
  }
}
table td {
  color: #000;
}
/* Heading and Column Style */
table tr,
table th,
table td {
  border-width: 1px;
  border-style: solid;
  border-color: #91c6ec;
}
/* Padding and font style */
table td,
table th {
  padding: 5px 10px;
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
}
.list-paddingleft-2 {
  padding-top: 15px;
}
.list-paddingleft-2 li {
  padding-left: 15px;
  position: relative;
}
.list-paddingleft-2 li:after {
  content: ' ';
  display: inline-block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 5px;
  top: 16px;
  background: #0e6cb4;
}
@media (max-width: 991px) {
  .list-paddingleft-2 {
    padding-top: 5px;
  }
}
.jzk_product_show .jzk_product_r .jzk_c {
  font-size: 14px;
  padding: 20px 0;
}
.jzk_product_show .jzk_product_r .jzk_c li {
  color: #333;
  border-bottom: #d9d9d9 1px dashed;
  line-height: 36px;
}
.jzk_product_show .jzk_product_r .jzk_b {
  font-size: 24px;
  color: #F40;
  font-weight: bold;
}
.jzk_product_show .jzk_product_r .jzk_b span {
  color: #aaaaab;
  font-size: 14px;
  font-weight: 500;
  padding-right: 12px;
}
.jzk_product_show .jzk_product_r .jzk_d {
  padding-top: 15px;
}
.jzk_product_show .jzk_product_r .jzk_d a,
.jzk_product_show .jzk_product_r .jzk_d button {
  background: #0c85f2;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  -o-border-radius: 19px;
  -ms-border-radius: 19px;
  -khtml-border-radius: 19px;
  border-radius: 19px;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 6px 20px;
  margin-right: 8px;
  border: none;
}
.jzk_product_show .jzk_product_r .jzk_d i {
  padding-right: 6px;
}
.jzk_product_show .jzk_product_r .jzk_d a.jzk_r,
.jzk_product_show .jzk_product_r .jzk_d button.jzk_r {
  background: #ffd145;
}
.jzk_product_show:after {
  content: ' ';
  clear: both;
  width: 100%;
  display: block;
}
.jzk_product_show {
  padding-top: 10px;
}
.jzk_product_show1 {
  padding-top: 30px;
}
.jzk_product_showb {
  padding: 20px;
}
.jzk_product_showb .jzk_b {
  display: none;
}
.jzk_product_showb .jzk_b:first-child {
  display: block;
}
.jzk_product_showtag {
  border-bottom: #0c85f2 1px solid;
}
.jzk_product_showtag a {
  color: #333;
  width: 100px;
  text-align: center;
  font-size: 14px;
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}
.jzk_product_showtag .jzk_hover {
  border-bottom: #0c85f2 2px solid;
}
.gallery-thumbs .swiper-slide {
  opacity: 1;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide-thumb-active img {
  border: 3px #ffd145 solid;
}
@media (max-width: 991px) {
  .jzk_product_show .jzk_product_l {
    width: 100%;
  }
  .jzk_product_show .jzk_product_r {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }
  .jzk_product_show .jzk_product_r .jzk_c {
    padding: 10px 0;
  }
  .jzk_index3 .jzk_img_big img {
    width: 100%;
  }
}
.jzk_tag a {
  padding-right: 15px;
}
.jzk_tag a i {
  padding-right: 5px;
}
@media (max-width: 767px) {
  .jzk_product_showb {
    padding: 10px;
  }
  .jzk_tag {
    padding-bottom: 10px;
    height: auto;
    overflow: hidden;
  }
  .jzk_product_show1 {
    padding-top: 15px;
  }
}
.jzk_show li {
  line-height: 36px;
}
@media (max-width: 991px) {
  .jzk_show li {
    line-height: 2;
  }
}
.foot2391_b {
  border-top: 1px solid #2a4857;
}
.foot2391_b .foot2391_bl {
  padding-top: 24px;
  float: left;
}
@media (max-width: 991px) {
  .foot2391_b .foot2391_bl {
    padding-top: 14px;
    width: 100%;
    text-align: center;
  }
}
.foot2391_b .foot2391_bl a {
  background: #0e6cb4;
  width: 42px;
  display: block;
  line-height: 42px;
  height: 42px;
  color: #fff;
  text-align: center;
  float: left;
  -wekit-border-radius: 46px;
  -max-border-radius: 46px;
  border-radius: 46px;
  margin-right: 12px;
  font-size: 18px;
  transition: all 0.2s ease 0s;
  -webkit-transform: all 0.2s ease 0s;
}
@media (max-width: 991px) {
  .foot2391_b .foot2391_bl a {
    float: initial;
    display: inline-block;
    margin: 0 5px 10px;
  }
}
@media (max-width: 767px) {
  .foot2391_b .foot2391_bl a {
    width: 32px;
    line-height: 32px;
    height: 32px;
    margin: 0 2px 6px;
    font-size: 14px;
  }
}
.foot2391_b .foot2391_bl a iconpark-icon {
  position: relative;
  top: 2px;
}
.foot2391_b .foot2391_bl a:nth-child(1) {
  background: #007fb1;
}
.foot2391_b .foot2391_bl a:nth-child(2) {
  background: #3b5998;
}
.foot2391_b .foot2391_bl a:nth-child(3) {
  background: #3f729b;
}
.foot2391_b .foot2391_bl a:nth-child(4) {
  background: #cd332d;
}
.foot2391_b .foot2391_bl a:nth-child(5) {
  background: #d14836;
}
.foot2391_b .foot2391_bl a:nth-child(6) {
  background: #bd081c;
}
.foot2391_b .foot2391_bl a:hover {
  background: #fff;
}
.foot2391_b .foot2391_bl a:hover iconpark-icon {
  color: #0e6cb4;
}
.foot2391_b .foot2391_br {
  padding: 36px 0;
  color: #d8d8d8;
  float: right;
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 991px) {
  .foot2391_b .foot2391_br {
    width: 100%;
    text-align: center;
    padding: 16px 0 0px;
  }
}
.foot2391_b .foot2391_br a {
  color: #d8d8d8;
}
.foot2391_b .foot2391_bl_up {
  position: relative;
}
.foot2391_b .foot2391_bl_up span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  z-index: 9;
  opacity: 0;
  bottom: -200px;
  transition: all 0.2s ease 0s;
  -webkit-transform: all 0.2s ease 0s;
}
.foot2391_b .foot2391_bl_up span img {
  width: 130px;
  max-width: initial;
  height: 130px;
  border-radius: 12px;
  overflow: hidden;
}
.foot2391_b .foot2391_bl_up:hover span {
  opacity: 1;
  padding-bottom: 20px;
  bottom: 40px;
}
.foot2391 {
  overflow: hidden;
}
.foot2391_lp {
  color: #feffff;
  line-height: 30px;
  padding: 20px 0 40px;
}
@media (max-width: 991px) {
  .foot2391_lp {
    padding: 10px 0 20px;
  }
}
.foot2391_lp iconpark-icon,
.foot2391_lp .fa {
  color: #9abae5;
  margin-right: 14px;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.foot2391_lul {
  width: 1060px;
  color: #feffff;
  line-height: 30px;
  padding: 20px 0 40px;
  text-align: center;
  float: right;
}
@media (max-width: 1440px) {
  .foot2391_lul {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .foot2391_lul {
    padding: 0px;
    border: 1px solid #2c4552;
    border-top: none;
  }
}
.foot2391_lul dl {
  padding-left: 35px;
  text-align: center;
  width: 20%;
  float: left;
}
@media (max-width: 1440px) {
  .foot2391_lul dl {
    padding-left: 0px;
    margin: 0 1.5%;
    width: 17%;
  }
}
@media (max-width: 991px) {
  .foot2391_lul dl {
    margin: 0 ;
    width: 100%;
  }
}
.foot2391_lul a {
  color: #ffffff;
}
.foot2391_lul dt a {
  font-size: 18px;
  text-transform: uppercase;
  background: #1064ab;
  transition: all 0.2s ease 0s;
  -webkit-transform: all 0.2s ease 0s;
  border-radius: 10px;
  height: 45px;
  line-height: 45px;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.foot2391_lul dt a:hover {
  background: #2a81ca;
}
@media (max-width: 991px) {
  .foot2391_lul dt a {
    margin-bottom: 0px;
    border-radius: initial;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    background: none;
    border-top: 1px solid #2c4552;
  }
}
@media (max-width: 991px) {
  .foot2391_lul dt a {
    margin-bottom: 0px;
  }
}
.foot2391_lul dd {
  text-align: center;
}
@media (max-width: 991px) {
  .foot2391_lul dd {
    display: none;
  }
}
.foot2391_lul dd a {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  padding: 3px 0;
  display: inline-block;
}
.foot2391_lul dd a:hover {
  color: #aaceed;
}
.recommendx2_t {
  text-align: center;
  color: #000000;
  text-transform: capitalize;
  line-height: 1;
  font-size: 48px;
  padding: 70px 0 ;
}
@media (max-width: 1200px) {
  .recommendx2_t {
    font-size: 38px;
    padding: 50px 0 ;
  }
}
@media (max-width: 991px) {
  .recommendx2_t {
    font-size: 28px;
    padding: 30px 0 ;
  }
}
@media (max-width: 767px) {
  .recommendx2_t {
    font-size: 18px;
    padding: 20px 0 ;
  }
}
.recommendx3 {
  background: #f6f9fd;
  text-align: center;
  overflow: hidden;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .recommendx3 {
    padding: 15px 4%;
  }
}
.recommendx3 ul {
  display: inline-block;
  width: calc(100% + 26px);
  margin-left: -13px;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .recommendx3 ul {
    width: calc(100% + 18px);
    margin-left: -9px;
    padding-bottom: 0px;
  }
}
.recommendx3 li {
  width: calc(20% - 26px);
  margin: 0 13px;
  padding-bottom: 50px;
  float: left;
}
@media (max-width: 1200px) {
  .recommendx3 li {
    width: calc(25% - 26px);
  }
  .recommendx3 li:nth-last-child(-n + 2) {
    display: none;
  }
}
@media (max-width: 991px) {
  .recommendx3 li {
    width: calc(33.33% - 26px);
  }
  .recommendx3 li:nth-last-child(-n + 2) {
    display: inline-block;
  }
  .recommendx3 li:nth-last-child(1) {
    display: none;
  }
}
@media (max-width: 767px) {
  .recommendx3 li {
    width: calc(50% - 18px);
    margin: 0 9px;
    padding-bottom: 10px;
  }
  .recommendx3 li:nth-last-child(-n + 2) {
    display: none;
  }
}
.recommendx3 h3 {
  font-size: 16px;
  color: #202020;
  padding-top: 34px;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .recommendx3 h3 {
    padding-top: 24px;
    padding-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .recommendx3 h3 {
    padding-top: 18px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .recommendx3 h3 {
    padding-top: 8px;
    padding-bottom: 6px;
  }
}
.recommendx3 span {
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  background: #202020;
  line-height: 28px;
  padding: 0 17px;
  border-radius: 28px;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
@media (max-width: 767px) {
  .recommendx3 span {
    line-height: 24px;
    padding: 0 10px;
    border-radius: 24px;
    font-size: 13px;
  }
}
.recommendx3 a .img {
  overflow: hidden;
  border-radius: 11px;
}
.recommendx3 a .img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  filter: scale(1);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
  cursor: pointer;
}
.recommendx3 a:hover span {
  background: #0e6cb4;
}
.recommendx3 a:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  filter: scale(1.1);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
  cursor: pointer;
}
.index_bottom_from2_t {
  font-size: 48px;
  padding: 32px 0;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1200px) {
  .index_bottom_from2_t {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .index_bottom_from2_t {
    font-size: 20px;
    padding: 22px 0;
  }
}
.index_bottom_from {
  background: url(/images/b3.png) center 0 no-repeat;
  height: 539px;
}
@media (max-width: 767px) {
  .index_bottom_from {
    height: auto;
    padding: 15px 0 35px;
    background: #edeef0;
  }
}
.index_bottom_from .index_bottom_from2 {
  float: right;
  width: 709px;
  height: 539px;
  background: #ffffff;
  padding: 0 42px ;
}
@media (max-width: 1200px) {
  .index_bottom_from .index_bottom_from2 {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .index_bottom_from .index_bottom_from2 {
    width: 100%;
    padding: 0 2px ;
    background: none;
    height: auto;
  }
}
.index_bottom_from .index_bottom_from2 input,
.index_bottom_from .index_bottom_from2 textarea {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  width: 100%;
  display: inline-block;
  margin-bottom: 17px!important;
}
.index_bottom_from .index_bottom_from2 input {
  line-height: 60px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .index_bottom_from .index_bottom_from2 input {
    line-height: 40px;
  }
}
.index_bottom_from .index_bottom_from2 button {
  background: #0e6cb4;
  width: 100%;
  color: #ffffff;
  border: none;
  cursor: pointer;
  text-align: center;
  font-size: 28px;
  line-height: 60px;
  text-transform: capitalize;
  display: inline-block;
}
@media (max-width: 767px) {
  .index_bottom_from .index_bottom_from2 button {
    font-size: 16px;
    line-height: 40px;
  }
}
.index_bottom_from .index_bottom_from2 textarea {
  line-height: 30px;
  padding-left: 12px;
  padding-top: 10px;
  height: 130px;
}
@media (max-width: 767px) {
  .index_bottom_from .index_bottom_from2 textarea {
    line-height: 324px;
    padding-left: 8px;
    padding-top: 8px;
  }
}
.pape_l {
  float: left;
  width: 24%;
}
.pape_r {
  float: right;
  width: 74%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .pape_l {
    width: 100%;
  }
  .pape_r {
    width: 100%;
    padding: 0;
  }
}
.pape_tx {
  padding: 20px 0px 20px 0px;
  color: #fff;
  margin: 0px;
  display: block;
  font-weight: 100;
  font-size: 20px;
  text-align: center;
  background: #0e6cb4;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .pape_tx {
    padding: 10px 0px 10px 0px;
    font-size: 18px;
  }
}
.pape_tx2 {
  padding: 20px;
  background: #efefef;
  color: #0e6cb4;
  margin: 0px;
  display: block;
  font-weight: 100;
  font-size: 20px;
  text-transform: capitalize;
  border-bottom: 1px solid #e2e2e2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pape_tx2 {
    padding: 10px 0px 4px 0px;
  }
}
.pape_txcontact {
  margin-bottom: 20px
;
}
.pape_l_ul {
  line-height: 27px;
  padding: 0;
  margin-bottom: 20px;
}
.pape_l_ul .layui-icon-addition {
  float: right;
  width: 10%;
  cursor: pointer;
}
.pape_l_ul .layui-icon-addition:hover {
  color: #0e6cb4;
}
.pape_l_ul a {
  display: inline-block;
  padding: 0 15px;
  width: 90%;
  float: left;
  text-transform: capitalize;
  font-size: 16px;
}
.pape_l_ul a:hover {
  color: #0e6cb4;
}
.pape_l_ul a span {
  color: #0e6cb4;
  padding-right: 8px;
}
.pape_l_ul a i.layui-icon-right {
  color: #0e6cb4;
  padding-right: 4px;
  font-size: 10px;
}
.pape_l_ul li {
  background: #fff;
  color: #555;
  padding: 12px 40px 12px 30px;
  border: 1px solid #E5E5E5;
  margin-bottom: 2px;
  padding: 8px 0px;
}
.pape_l_ul li:after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.pape_l_ul dl {
  width: 100%;
  float: left;
  display: none;
  padding: 3px 0 3px 16px;
}
.pape_l_ul dl dd {
  padding: 3px 0;
}
.pape_l_ul dl a {
  color: #969494;
  font-size: 14px;
}
.pape_l_ul dl a:hover {
  color: #0e6cb4;
}
.index_porx {
  padding: 30px 0;
  text-align: center;
}
.index_porx ul {
  position: relative;
  margin-left: -15px;
  width: calc(100% + 30px);
}
.index_porx li {
  background: #efefef;
  padding: 10px  ;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-left: 15px;
  width: calc(33.3% - 30px);
}
.index_porx li a .img {
  background: #ffffff;
}
.index_porx h4 {
  font-size: 20px;
  padding: 20px 0 10px;
}
a .img {
  overflow: hidden;
  display: inline-block;
}
a .img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  filter: scale(1);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
  cursor: pointer;
}
a:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  filter: scale(1.1);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
  cursor: pointer;
}
.zyxq {
  width: 100%;
  float: left;
  margin-top: 27px;
}
@media (max-width: 767px) {
  .zyxq {
    margin-top: 16px;
  }
}
.zyxq li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f2f2f2;
}
.zyxq li a {
  width: 100%;
  display: inline-block;
}
.zyxq .zyxq_1 {
  float: left;
  margin-right: 25px;
  width: 250px;
}
.zyxq .zyxq_2 {
  float: left;
  width: calc(100% - 375px);
}
.zyxq h3 {
  color: #3E3E3E;
  font-size: 20px;
  font-weight: bold;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}
.zyxq p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.8;
  width: 100%;
  display: inline-block;
  color: #656565;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-top: 3px;
}
.zyxq span {
  color: #8B8B8B;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.zyxq li:hover h3 {
  margin-left: 12px;
  color: #0e6cb4;
}
@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;
  }
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}
.ovh {
  overflow: hidden;
  height: 100%;
}
.page23917_banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 120px;
}
@media (max-width: 991px) {
  .page23917_banner {
    margin-top: 56px;
  }
}
.page23917_banner .w {
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .page23917_banner .w {
    width: 92%;
    margin: 0;
  }
}
.page23917_banner b {
  padding: 0 13px;
  font-weight: 500;
}
.page23917_banner a {
  color: #ffffff;
}
.page23917_banner h3 {
  font-size: 36px;
  color: #fff;
  width: 100%;
  display: inline-block;
  padding-bottom: 12px;
}
.page23917_banner h3 b {
  color: #fff;
  font-weight: 500;
}
.page23917_banner span {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 991px) {
  .page23917_banner h3 {
    font-size: 26px;
    padding-bottom: 12px;
  }
  .page23917_banner span {
    font-size: 18px;
    line-height: 22px;
  }
  .page23917_banner img {
    position: relative;
    left: 50%;
    transform: translateX(-60%);
    height: 220px;
    max-width: initial;
  }
}
.head_logo_page {
  display: none;
}
.head_box_page {
  top: 0px;
  height: 120px;
  padding: 13px 0;
  background: #ffffff;
  box-shadow: -6px 0px 26px 6px rgba(17, 17, 49, 0.1);
}
.head_box_page .head_logo {
  display: none;
}
.head_box_page .head_logo_page {
  display: inline-block;
}
.head_box_page .head_logo_page img {
  height: 100px;
}
@media (max-width: 991px) {
  .head_box_page {
    line-height: 56px;
    height: 56px;
    padding: 0;
  }
  .head_box_page .head_logo_page {
    display: inline-block;
  }
  .head_box_page .head_logo_page img {
    height: 56px;
  }
}
.head_box_page .head_ul li > a {
  color: #000000;
}
.head_box_page .head_ul li.hv > a,
.head_box_page .head_ul li > a:hover {
  background: #0e6cb4;
  color: #ffffff;
  border-radius: 17px;
}
.head_box_page .head_rix2023930 .p {
  color: #000000;
}
.tac {
  text-align: center;
}
.index_porx2 {
  padding: 30px 0;
}
.index_porx2 ul p {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .index_porx2 ul p {
    padding-top: 5px;
  }
}
.index_porx2 ul h4 {
  padding-top: 8px;
  text-align: center;
}
.index_porx2 ul .img {
  position: relative;
  display: inline-block;
}
.index_porx2 ul a:hover .span_to {
  top: 40%;
  opacity: 1;
}
.index_porx2 ul a {
  display: inline-block;
  transition: 0.3s;
  margin-bottom: 8px;
  width: 100%;
}
.index_porx2 ul a img {
  width: 100%;
}
.index_porx2 ul a .img {
  width: 100%;
}
@media (max-width: 767px) {
  .index_porx2 ul a {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.index_porx2 ul a:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.index_porx2 ul .span_to {
  top: 0%;
  opacity: 0;
  left: 50%;
  transition: 0.3s;
  transform: translateX(-50%);
  position: absolute;
  display: inline-block;
  background: #323232;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  transition: 0.2s;
}
.index_porx2 ul .span_to:hover {
  background: #3473b6;
  color: #fff;
}
.online {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 199;
}
@media (max-width: 991px) {
  .online {
    display: none;
  }
}
.online ul li {
  height: 54px;
  width: 54px;
  background-color: #1070c1;
  position: relative;
  border-radius: 5px;
  transition: all 0.2s ease 0s;
  -webkit-transform: all 0.2s ease 0s;
}
.online ul li ~ li {
  margin-top: 5px;
}
.online ul li a {
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.2s ease 0s;
  -webkit-transform: all 0.2s ease 0s;
}
.online ul li em {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
}
.online ul li i {
  font-size: 25px;
  vertical-align: middle;
}
.online ul li span {
  display: none;
  font-size: 16px;
  white-space: nowrap;
  transition: all 0.2s ease 0s;
  -webkit-transform: all 0.2s ease 0s;
}
.online ul li a:hover {
  width: 190px;
  padding-left: 15px;
  background: #1e7ccc;
}
.online ul li a:hover span {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
}
.contact_ul101223 ul {
  height: auto;
  overflow: hidden;
  display: flex;
}
@media (max-width: 991px) {
  .contact_ul101223 ul {
    display: inline-block;
  }
  .contact_ul101223 ul:nth-child(2n) {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .contact_ul101223 ul {
    width: 100%;
  }
}
.contact_ul101223 li {
  width: 25%;
  float: left;
  border-right: 1px solid #f5f5f5;
  padding: 30px 20px;
  text-align: center;
}
.contact_ul101223 li:last-child {
  border-right: 0;
}
@media (max-width: 991px) {
  .contact_ul101223 li {
    width: 50%;
  }
  .contact_ul101223 li:nth-child(2n) {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .contact_ul101223 li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #f5f5f5;
  }
  .contact_ul101223 li:last-child {
    border-bottom: 0;
  }
}
.contact_ul101223 li span {
  background: #1e7ccc;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
}
.contact_ul101223 li h6 {
  font-size: 17px;
  color: #333;
  font-family: 'MyriadPro-Bold';
  margin: 15px 0 0;
}
.contact_ul101223 li p {
  color: #666;
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 24px;
}
.pc_img {
  display: inline-block;
}
.wap_img {
  display: none;
}
@media (max-width: 991px) {
  .pc_img {
    display: none;
  }
  .wap_img {
    display: inline-block;
  }
}
.contact_box2 {
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .contact_box2 {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .contact_box2 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact_box2 {
    margin-top: 20px;
  }
}




.index_porx {
  padding: 30px 0;
  text-align: center;
}
.index_porx ul {
  position: relative;
  margin-left: -15px;
  width: calc(100% + 30px);
}
@media (max-width: 991px) {
  .index_porx ul {
    width: calc(100% + 10px);
    margin-left: -6px;
  }
}
.index_porx li {
  background: #efefef;
  padding: 10px  ;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-left: 15px;
  width: calc(33.3% - 30px);
}
@media (max-width: 991px) {
  .index_porx li {
    width: calc(50% - 12px);
    margin-bottom: 12px;
    margin-right: 6px;
    margin-left: 6px;
  }
}
.index_porx li a .img {
  display: block;
  background: #ffffff;
}
.index_porx li a .img img {
  width: 100%;
  height: 257px;
}
@media (max-width: 991px) {
  .index_porx li a .img img {
    height: 157px;
  }
}
.index_porx h4 {
  font-size: 20px;
  padding: 20px 0 10px;
}
@media (max-width: 991px) {
  .index_porx h4 {
    font-size: 14px;
    padding: 10px 0 8px;
  }
}



/*# sourceMappingURL=css.css.map */