@charset "utf-8";

/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 100px;
}

body {
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
}
html {
  　　font-size: 62.5%; /* 10÷16=62.5% */
}

* {
  word-wrap: break-word;
}
img {
  border: 0;
  vertical-align: middle;
}

a img,
img {
  -ms-interpolation-mode: bicubic;
}.a_text_c{text-align: center;}
.img-responsive {
  max-width: 100%;
  height: auto;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #4188cc;
}
a:link {
  text-decoration: none;
}
body {
  　　font-size: 12px;

  　　font-size: 1.2rem; /* 12÷10=1.2 */

  overflow-x: hidden;

  background-repeat: no-repeat;

  background-size: cover;

  width: 100%;
  margin: 0px;
  padding: 0px;
}

body,
html {
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 320px;
}

ul,
ul li,
dl,
dl dt,
dl dd {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.f_faminly {
  font-family: "微软雅黑";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearboth {
  clear: both;
}

.bigzm {
  text-transform: uppercase;
}

.b_cursor {
  border: 0px;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

input {
  outline: 0;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #888888;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #888888;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}
img {
  border: 0;
  vertical-align: middle;

  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 16px;
}

.fs18 {
  font-size: 17px;
}

.fs20 {
  font-size: 20px;
}

ul li {
  list-style-type: none;
  float: left;
}

.container {
  width: 100% !important;

  max-width: 1200px;

  max-width: 1170px\9;
}

.container1 {
  width: 100%;
}

.i_con1 {
  width: 100%;
  margin: 0px auto;
  display: block;
  overflow: hidden;
}

/*loading加载*/
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #466f9e;
  z-index: 10000000;
}
.loading-img {
  width: 231px;
  position: absolute;
  height: 47px;
  left: 50%;
  top: 50%;
  margin-left: -115.5px;
  margin-top: -23.5px;
  -webkit-animation: rotateplane 1.4s infinite ease-in-out;
  animation: rotateplane 1.4s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
  0% {
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }

  50% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes rotateplane {
  0% {
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }

  50% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.gd_ewm {
  position: fixed;
  top: 60%;
  z-index: 666;
  height: 162px;
  width: 260px;
}
.gd_ewm .close_ewm {
  position: absolute;
  left: 4%;
  bottom: -70px;
  z-index: 669;
}
.gd_ewm .ewm {
  text-align: center;
  display: none;
  background: url(../images/ewm_bg.jpg) no-repeat right center;
  z-index: 667;
  background-size: cover;
  left: 20px;
  width: 184px;
  top: 100px;
  float: right;
  position: relative;
  height: 106px;
}
.gd_ewm .ewm img {
  width: 58%;
  padding: 8%;
}
.dh_img1:hover {
  transform: scale(0.62);
  transition: all ease-in-out 0.5s;
  cursor: pointer;
}
.dh_img1 {
  transform: scale(0.6);
  transition: all ease-in-out 0.5s;
  cursor: pointer;
  width: 200px;
  height: 270px;
  background: url(../images/a.png) no-repeat; /*背景图颜色#ccc不平铺*/
  animation: dh1 3s step-start infinite; /*调用关键帧*/
  position: absolute;
  left: -24px;
  top: 0;
  z-index: 668;
}

@keyframes dh1 {
  0% {
    background-position: 0px 0px;
  }
  7% {
    background-position: -200px 0px;
  }
  14% {
    background-position: -400px 0px;
  }
  21% {
    background-position: -600px 0px;
  }
  28% {
    background-position: -800px 0px;
  }
  35% {
    background-position: -1000px 0px;
  }
  42% {
    background-position: -1200px 0px;
  }
  49% {
    background-position: -1400px 0px;
  }
  56% {
    background-position: -1600px 0px;
  }
  63% {
    background-position: -1800px 0px;
  }
  70% {
    background-position: -2000px 0px;
  }
  77% {
    background-position: -2200px 0px;
  }
  84% {
    background-position: -2400px 0px;
  }
  91% {
    background-position: -2600px 0px;
  }
  98% {
    background-position: -2800px 0px;
  }
  100% {
    background-position: 0px 0px;
  }
}

/*头部*/
.index {
  position: relative;
  background-color: #fff;
  z-index: 9;
}
.banner {
  position: relative !important;
  width: 100%;
  margin: 0 auto !important;
  overflow: hidden;

  top: 0;
  left: 0;
  right: 0;
}

#banner {
  width: 100%;
  position: relative;
}

.clearpadding {
  padding: 0px;
  margin: 0px;
}
.i_bg1 {
  background-color: #1f70be;
}
.i_bg2 {
  border-bottom: 1px solid #e6e6e6;
}
.header {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.header.fixedmenu {
  top: -30px;
  position: fixed;
}
.header.fixednav {
  position: relative;
}
.header.fixednav.fixedmenu {
  position: fixed;
}

/*导航start*/
.header_div {
  width: 100%;
  height: 84px;
  padding: 0 8%;
  left: 0px;
  top: 0px;
  position: fixed;
  z-index: 10000;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}

.header_div .i_logo {
  width: 20%;
  padding-top: 18px;
  padding-left: 3%;
}

.header_div .i_logo img {
  width: auto;
  height: 48px;
}
.header_div.fixedmenu,
.header_div.fixedmenu1.fixedmenu {
  position: fixed;
  background: #fff;
  height: 84px;
}

.header_div.fixedmenu1 {
  position: relative;
}

.menu_nav {
  width: 70%;
  float: right;
}
.menu_nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu_nav ul li {
  position: relative;
}
.menu_nav ul li .nav_a {
  width: 100%;
  height: 84px;
  line-height: 84px;
  color: #333;
  display: inline-block;
  font-size: 16px;
  position: relative;
  transition: all 0.3s ease;
}
.menu_nav ul li .nav_a:hover,
.menu_nav ul li .nav_a.activetopm {
  color: #1fa687;
  text-decoration: none;
}
.menu_nav ul li .nav_a:after {
  width: 0px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0px;
  content: "";
  margin-left: -32px;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.menu_nav ul li .nav_a:after {
  width: 0px;
  height: 3px;
  background-color: #1fa687;
  position: absolute;
  left: 50%;
  bottom: 0px;
  content: "";
  margin-left: -32px;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.menu_nav ul li .nav_a:hover:after,
.menu_nav ul li .nav_a.activetopm:after {
  width: 64px;
}
.menu_nav ul li .twodiv {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #1f1f1f;
  padding: 15px 0px;
  z-index: 1111;
  display: none;
  text-align: center;
}
.menu_nav ul li .twodiv a {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 15px;
  margin: 0px 50px;
  display: inline-block;
}
.menu_nav ul li .twodiv a:hover {
  text-decoration: none;
  color: #ffe300;
}
.menu_nav ul li dl {
  width: 185px;
  position: absolute;
  left: 50%;
  border: 1px solid #f2f2f2;
  margin-left: -70px;
  box-shadow: 3px 10px 13px 0px rgba(200, 200, 200, 0.25);
  top: 100%;
  background-color: #fff;
  z-index: 1;
  display: none;
}
.menu_nav ul li dl dd {
  width: 100%;
  float: left;
}
.menu_nav ul li dl dd a {
  width: 100%;
  height: 47px;
  padding: 0 19px;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  line-height: 47px;
  text-align: left;
  color: #333;
  font-size: 16px;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  float: left;
}
.menu_nav ul li dl dd a:hover,
.menu_nav ul li dl dd a.active {
  color: #fff;
  text-decoration: none;
  background-color: #1fa687;
}

.menu_nav ul li .nav_out_link {
  height: 47px;
  padding: 10px 20px;
  border-radius: 24px;
  display: inline-block;
  border: 1px solid #1fa687;
  font-size: 16px;
  color: #1fa687;
}
.menu_nav ul li .nav_out_link i {
  width: 25px;
  height: 25px;
  margin-right: 8px;
  display: inline-block;
}
.menu_nav ul li .nav_out_link i img {
  width: 100%;
  height: 100%;
}
.menu_nav ul li:last-child {
  margin-right: 0px;
}
.i_b {
  width: 8%;
}
.i_ss {
  width: 21%;
  padding: 0px 3%;
  height: 84px;
  float: left;
}
.i_ss_t {
  width: 100%;
  height: 84px;
  float: left;
  line-height: 84px;
  background: url(../images/s_tb1s.png) left center no-repeat;
  cursor: pointer;
}
.fixhead .i_ss_t {
  width: 100%;
  height: 84px;
  float: left;
  line-height: 84px;
  background: url(../images/s_tb1.png) left center no-repeat;
  cursor: pointer;
}
.i_ss_c {
  width: 100%;
  animation: fadeInDown linear 0.35s forwards;
  height: 84px;
  position: absolute;
  right: 0px;
  top: 100%;
  background-color: #f1f2f3;
  padding: 0px;
  display: none;
}
.i_ss_c .ipt1 {
  width: 40%;
  height: 60px;
  background-color: #fff;
  border: 1px solid #fff;
  line-height: 44px;
  border: 0px;
  margin: 10px 0 10px 20%;
  padding-left: 40px;
  color: #333;
  font-size: 14px;
  font-family: "微软雅黑";
}
.i_ss_c .ipt2 {
  width: 6%;
  height: 84px;
  background: url(../images/s_tb1.png) center no-repeat;
  border: 0px;
  background-size: 20px;
}
.i_ss_c .ipt2:hover {
  background: url(../images/tb_01sz.png) center no-repeat;
  border: 0px;
  background-size: 20px;
}
.i_ss_t .s1 {
  height: 84px;
  line-height: 84px;
  display: inline-block;
  padding-left: 28px;
  background: url(../images/s_tb1.png) left center no-repeat;
  font-size: 14px;
  color: #3;
}
.i_banben {
  padding: 0px 10px;
  position: relative;
  border: 3px solid #ff0000;
}
.i_banben_t {
  height: 90px;
  background: url(../images/top-search1.png) right center no-repeat;
  padding-right: 28px;
  cursor: pointer;
}
.i_banben_t .s1 {
  height: 90px;
  line-height: 90px;
  display: inline-block;
  padding-left: 28px;
  background: url(../images/top-china.png) left center no-repeat;
  font-size: 14px;
  color: #3;
}
.i_banben_c {
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 90px;
  padding: 10px 5px;
  display: none;
}
.i_banben_c li {
  width: 100%;
  float: left;
}
.i_banben_c li a {
  width: 100%;
  padding: 10px 0px;
  line-height: 1.5;
  color: #333;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.i_banben_c li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #4dacda;
}

.i_banben1 {
  height: 84px;
  position: relative;
  width: 30%;
  float: left;
}
.i_banben_t1 {
  height: 84px;
  padding: 0px 20px;
  background: url(../images/top-search1.png) right center no-repeat;
  padding-right: 28px;
  cursor: pointer;
}
.i_banben_t1 .s1 {
  height: 84px;
  line-height: 84px;
  display: inline-block;
  font-size: 14px;
  color: #3;
}
.i_banben_c1 {
  width: 90px;
  animation: fadeInDown linear 0.35s forwards;
  background-color: #fff;
  position: absolute;
  left: 0px;
  padding: 0px 5px;
  display: none;
}
.i_banben_c1 li {
  width: 100%;
  float: left;
}
.i_banben_c1 li a {
  width: 100%;
  padding: 10px 0px;
  line-height: 1.5;
  color: #333;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.i_banben_c1 li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #4dacda;
}
.home_nav {
  width: 28%;
  height: 84px;
  background: #1f70be;
  float: right;
}
.i_logo_img {
  width: 29%;
  padding-top: 19px;
}
.i_logo_img img {
  height: 54px;
  width: auto;
}

.i_logo_ul {
  width: 48%;
}
.i_logo_ul .nav_menu {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.i_logo_ul .nav_menu li {
  width: 20%;
  height: 80px;
  float: left;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.i_logo_ul .nav_menu li .a_nav {
  width: 100%;
  position: relative;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  color: #333333;
  font-size: 16px;
}
.i_logo_ul .nav_menu li .a_nav:hover,
.i_logo_ul .nav_menu li .a_nav.active,
.i_logo_ul .nav_menu li .a_nav.active1 {
  color: #1f70be;
  text-decoration: none;
}
.i_logo_ul .nav_menu li .a_nav:after {
  content: "";
  width: 0px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  margin-left: 0px;
}
.i_logo_ul .nav_menu li .a_nav:hover:after,
.i_logo_ul .nav_menu li .a_nav.active:after,
.i_logo_ul .nav_menu li .a_nav.active1:after {
  width: 36px;
  margin-left: -18px;
}
.i_logo_ul .nav_menu li dl {
  width: 160px;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 100%;
  background-color: #005bac;
  z-index: 111;
  display: none;
}
.i_logo_ul .nav_menu li dl dd {
  width: 100%;
  float: left;
}
.i_logo_ul .nav_menu li dl dd a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  float: left;
}
.i_logo_ul .nav_menu li dl dd a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117bd5;
}
.i_gwx {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.i_gwx_t {
  background: url(../images/tb_01.png) left center no-repeat;
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
}
.i_gwx_c {
  width: 136px;
  height: 136px;
  position: absolute;
  left: 50%;
  margin-left: -68px;
  top: 100%;
  padding: 12px;
  z-index: 11;
  display: none;
}
.i_gwx_c .img {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 0px;
  background: #fff;
}
.i_gwx_c .img img {
  width: 112px;
  height: 112px;
}
.i_gwx_c .img:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  left: 50%;
  top: -8px;
  margin-left: -8%;
}

/*首页BANNER START*/
.i_picchange {
  width: 100%;
  height: calc(85vh);
  position: relative;
}
.home-swiper .swiper-slide .text {
  position: absolute;
  width: 74%;
  left: 50%;
  top: 40%;
  z-index: 3;
  text-align: center;
  color: #fff;
  text-align: center;
}
.home-swiper .swiper-slide .text img {
  max-width: 100%;
  width: auto;
  margin: 0px auto;
}
.home-swiper .swiper-slide .text .text_cn {
  line-height: 1.6;
  word-break: break-word;
  font-family: "微软雅黑";
  font-weight: bolder;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  font-size: 56px;
  opacity: 0;
  line-height: 65px;
  webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  filter: alpha(opacity=0);
  transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0.5s;
  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0.5s;
  transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0.5s;
}
.home-swiper .swiper-slide.swiper-slide-active .text .text_cn {
  font-family: "微软雅黑";
  opacity: 1;
  filter: alpha(opacity=100);
  webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-swiper .swiper-slide .text .text_en {
  margin-top: 10px;
  webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0.5s;
  -webkit-transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0.5s;
  transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0.5s;
}
.home-swiper .swiper-slide.swiper-slide-active .text .text_en {
  font-size: 36px;
  font-family: "Microsoft Yahei", "微软雅黑";
  opacity: 1;
  filter: alpha(opacity=100);
  webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-swiper .swiper-slide .text .show_more {
  display: block ruby;
  font-family: "Microsoft Yahei", "微软雅黑", arial;
  margin-top: 80px;
  webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0.5s;
  -webkit-transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0.5s;
  transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0.5s;
  transition: all ease-in-out 0.5s;
  filter: alpha(opacity=0);
}
.home-swiper .swiper-slide.swiper-slide-active .text .show_more {
  text-align: center;
  transition: all ease-in-out 0.5s;
  font-family: "Microsoft Yahei", "微软雅黑";
  opacity: 1;
  filter: alpha(opacity=100);
  webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-swiper .swiper-slide.swiper-slide-active .text .show_more:hover a {
  transition: all ease-in-out 0.5s;
  padding-left: 25px;
  color: #fff;
  background: url(../images/morebg.png) no-repeat 70%;
}
.text .show_more a {
  opacity: 1;
  filter: alpha(opacity=100);
  border: 1px solid #fff;
  text-align: left;
  width: 160px;
  padding-left: 20px;
  height: 46px;
  transition: all ease-in-out 0.5s;
  line-height: 46px;
  font-size: 14px;
  color: #fff;
  background: url(../images/morebg.png) no-repeat 82%;
  display: block;
}
.home-swiper {
  width: 100%;
  height: 100%;
  background: #000;
}
.home-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  width: 100%;
  position: relative;
}
.home-swiper .swiper-slide .s1 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
}
.home-swiper .swiper-slide-active .s1 {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-animation: hvr-bob 1s ease 1;
  animation: hvr-bob 3s ease 1;
}
.home-swiper .swiper-slide .s1 img {
  width: 100%;
  height: 100% !important;
  display: none;
}

@-webkit-keyframes hvr-bob {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
@keyframes hvr-bob {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}

.home-swiper .home_next {
  width: 60px;
  height: 100px;
  background: url(../images/banner_right.png) no-repeat;
}
.home-swiper .home_next:hover,
.home-swiper .home_prev:hover {
  background-color: rgb(0, 0, 0, 0.2);
}
.home-swiper .home_prev {
  width: 60px;
  height: 100px;
  background: url(../images/banner_left.png) no-repeat;
}
.home-swiper .home-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  background: rgba(255, 255, 255, 1);
  -moz-border-radius: 8px; /* Gecko browsers */
  -webkit-border-radius: 8px; /* Webkit browsers */
  border-radius: 8px; /* W3C syntax */
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  margin: 0px 8px !important;
}
.home-swiper
  .home-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c42e2a;
  width: 40px;
  height: 8px;
  background: #fff;
}
.home-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.home-swiper .swiper-slide-active img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-animation: hvr-bob 5s ease 1;
  animation: hvr-bob 5s ease 1;
}
@-webkit-keyframes hvr-bob {
  0% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes hvr-bob {
  0% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0% !important;
}

.home-banner[data-v-7cc6b67b] {
  height: 38vw;
  position: relative;
  margin-top: 50px;
}
.home-banner[data-v-7cc6b67b] {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.home-banner h1[data-v-7cc6b67b],
.home-banner p[data-v-7cc6b67b] {
  color: #fff;
}

.linear-g[data-v-7cc6b67b] {
  background-image: linear-gradient(90deg, #012b5d 30%, rgba(10, 74, 117, 0));
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.ocean[data-v-7cc6b67b] {
  height: 0.5%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}

.wave[data-v-7cc6b67b],
.wave2[data-v-7cc6b67b] {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAwIiBoZWlnaHQ9IjE5OCI+DQogIDxwYXRoIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTS4wMDUgMTIxQzMxMSAxMjEgNDA5Ljg5OC0uMjUgODExIDBjNDAwIDAgNTAwIDEyMSA3ODkgMTIxdjc3SDBzLjAwNS00OCAuMDA1LTc3eiIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgMTYwMCAwKSIvPg0KPC9zdmc+DQo=)
    repeat-x;

  position: absolute;
  bottom: 0;
  width: 6400px;
  height: 130px;
  -webkit-animation: wave-data-v-7cc6b67b 7s
    cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  animation: wave-data-v-7cc6b67b 7s cubic-bezier(0.36, 0.45, 0.63, 0.53)
    infinite;
  transform: translateZ(0);
  overflow: hidden;
  z-index: 2;
}

.wave2[data-v-7cc6b67b] {
  -webkit-animation: wave-data-v-7cc6b67b 16s
    cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  animation: wave-data-v-7cc6b67b 16s cubic-bezier(0.36, 0.45, 0.63, 0.53)
    infinite;
  opacity: 0.7;
}

@-webkit-keyframes wave-data-v-7cc6b67b {
  0% {
    margin-left: 0;
  }
  to {
    margin-left: -1600px;
  }
}

@keyframes wave-data-v-7cc6b67b {
  0% {
    margin-left: 0;
  }
  to {
    margin-left: -1600px;
  }
}

/*首页banner end*/
/* PAGE-MENU */
.fullnavr {
  width: 110px;
  display: block;
  position: fixed;
  top: 50%;
  left: 40px;
  z-index: 1;
  webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background: url(../images/s_tb12.png) left center repeat-y;
}
#pagemenu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 1005;
}
#pagemenu li {
  position: relative;
  width: 100%;
  float: left;
}
#pagemenu li a {
  width: 100%;
  background: url(../images/s_tb11.png) left center no-repeat;
  padding: 12px 0px 12px 29px;
  display: inline-block;
  float: left;
  font-size: 15px;
}
#pagemenu li a .s1 {
  width: 100%;
  height: 24px;
  line-height: 24px;
  color: #fff;
  display: inline-block;
  text-align: center;
}
#pagemenu li.active a {
  background: url(../images/s_tb10s.png) left center no-repeat;
}
#pagemenu li.active a .s1 {
  background-color: #28d223;
  -moz-border-radius: 12px; /* Gecko browsers */
  -webkit-border-radius: 12px; /* Webkit browsers */
  border-radius: 12px; /* W3C syntax */
}
#pagemenu li a.disnone {
  display: none;
}
.mousehover {
  width: 30px;
  height: 41px;
  background: url(../images/tb_01.png) no-repeat;
  background-size: 30px;
  position: absolute;
  left: 50%;
  margin-left: -25.5px;
  bottom: 55px;
  z-index: 1000;
}

/*手机导航*/

/* CSS Document */
.phone_nav {
  display: none;
}
.phone_nav.fixedmenu {
  position: fixed;
  top: 0px;
  background-color: #fff;
  left: 0px;
  z-index: 100000;
  -moz-box-shadow: 0px 0px 10px #e5e5e5; /*firefox*/
  -webkit-box-shadow: 0px 0px 10px #e5e5e5; /*webkit*/
  box-shadow: 0px 0px 10px #e5e5e5; /*opera或ie9*/
}
.phone_logo {
  padding: 10px 0px;
}
.phone_logo .p1 img {
  width: auto;
  height: 30px;
}

@media screen and (max-width: 1200px) {
  .phone_logo .p1 {
    display: block;
    width: 100%;
    display: inline-block;
    position: relative;
  }

  /*.header{ display:none;}*/

  .phone_logo {
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
  }
  .phone_nav {
    display: block;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 100000;
    background-color: #fff;
  }
  /*导航按钮*/
  .phone_nav .nav_but_box {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    z-index: 1;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
  }
  .phone_nav .nav_but {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 2px;
    z-index: 2;
    margin: 13px 0 0 5px;
    background: #1f70be;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  .phone_nav .nav_but:before,
  .nav_but:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    background: #1f70be;
    transition-property: margin, -webkit-transform;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
  }
  .phone_nav .nav_but:before {
    margin-top: -5px;
  }
  .phone_nav .nav_but:after {
    margin-top: 5px;
  }

  /*栏目名称*/

  .phone_nav .nav_main {
    height: 100%;
    position: fixed;
    left: 0;
    opacity: 0;
    width: 0;
    transition: all 0.4s ease 0.3s;
    -webkit-transition: all 0.4s ease 0.3s;
    background-color: #fff;
    overflow: hidden;
  }
  .phone_nav .nav_main ul {
    padding: 0 20px;
    margin-top: 40px;
  }
  .phone_nav .nav_main li a {
  background-position: left;
  color: #333;
  height: 46px;
  width: 100%;
  line-height: 46px;
  display: inline-block;
  background-size: 32px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: bold;
}
  .phone_nav .nav_main li dl{background-color: #f9f9f9; padding:2% 5%; margin-bottom: 5%;}
  .phone_nav .nav_main li  dd a{ font-weight:inherit;line-height: 40px; height: 40px;}
.phone_nav .nav_main li a.active,
.phone_nav .nav_main .ul li a.active {
  color: #1fa687;
}
  .phone_nav .nav_main .ss {
    border: 1px solid #fff;
    margin-top: 20px;
  }
  .phone_nav .nav_main .ss .p2 {
    float: right;
  }
  .phone_nav .nav_main .ss .p2 input {
    border: 0;
    width: 34px;
    height: 34px;
  }
  .phone_nav .nav_main .ss .p1 {
    display: block;
    margin: 0 34px 0 5px;
  }
  .phone_nav .nav_main .ss .p1 input {
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: none;
    border: 0;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #fff;
  }
  .phone_nav .nav_main li b {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0px;
    width: 50%;
    height: 50px;
    background: url("../images/lmfooter_bottom.png") center right no-repeat;
    z-index: 99;
  }
  .phone_nav .nav_main .ul {
    padding: 0 0 0px 40px;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s;
    -webkit-transition: max-height 0.4s;
  }
  .phone_nav .nav_main .ul li {
    padding: 0;
    border-bottom: 0;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
  .phone_nav .nav_main .ul li a {
    padding: 0;
    height: auto;
    line-height: 30px;
    font-weight: normal;
  }
  .phone_nav .nav_main .b_one .ul {
    max-height: 300px;
    padding: 0 0 0px 20px;
    margin-bottom: 10px;
  }
  .phone_nav .nav_main li {
    width: 100%;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    border-bottom: 1px solid rgba(225, 225, 225, 0.5);
    padding: 0 20px;
    position: relative;
  }
  .phone_nav .nav_main li:nth-of-type(1) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
  }
  .phone_nav .nav_main li:nth-of-type(2) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
  }
  .phone_nav .nav_main li:nth-of-type(3) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
  }
  .phone_nav .nav_main li:nth-of-type(4) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
  }
  .phone_nav .nav_main li:nth-of-type(5) {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
  }
  .phone_nav .nav_main li:nth-of-type(6) {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
  }
  .phone_nav .nav_main li:nth-of-type(7) {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
  }
  .phone_nav .nav_main li:nth-of-type(8) {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
  }
  .phone_nav .nav_main li:nth-of-type(9) {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
  }
  .phone_nav .nav_main li:nth-of-type(10) {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
  }

  /*打开样式*/
  .phone_nav_one {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
  }
  .phone_nav_one .nav_main {
    opacity: 1;
    width: 100%;
    overflow: inherit;
  }
  .phone_nav_one .nav_but {
    background: rgba(0, 0, 0, 0);
  }
  .phone_nav_one .nav_but:before {
    margin-top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .phone_nav_one .nav_but:after {
    margin-top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .phone_nav_one .nav_but_box {
    opacity: 0.8;
  }
  .phone_nav_one .nav_main li {
    width: 100%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}

@media screen and (max-width: 470px) {
  /*--768-0--*/

  .phone_logo {
    padding: 10px 10px;
  }
  .phone_nav .nav_main ul {
    height:90vh;
  }
  .phone_nav .nav_main .b_one .ul {
    height: auto;
  }
  .nav_main li img{width: 25px; margin-right:10px;}
}
@media screen and (max-width: 758px) {
  /*--768-0--*/
  /*.phone_nav .nav_but_box{ top:34px; right:10px;}*/
  .phone_nav .nav_main ul {
    margin-top: 20px;
    height: 90vh;
    overflow-y: auto;
    box-sizing: border-box;
  }
  .phone_nav .nav_main .b_one .ul {
    height: auto;
  }
}
/*手机导航*/

.i_ssbn {
  width: 40px;
  height: 100%;
  background: url(../images/tb_01s.png) center no-repeat;
  background-size: 17px;
  position: absolute;
  top: 0px;
  right: 40px;
  z-index: 10000;
}
.i_ssbn .i_ssbn_t {
  height: 100%;
}
.i_ssbn span {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.i_ssbn_div {
  width: 200px;
  display: none;
  background-color: #fff;
  z-index: 10000;
  position: absolute;
  right: 0px;
  top: 100%;
  box-shadow: 0px 5px 20px 0px #d9d9d9;
}
.i_ssbn_div .ipt1 {
  width: 80%;
  height: 40px;
  line-height: 40px;
  text-indent: 15px;
  border: 0px;
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: #b9b9b9;
  font-size: 0.16rem;
}
.i_ssbn_div .ipt2 {
  width: 20%;
  height: 40px;
  background: url(../images/tb_01szs.png) center no-repeat;
  background-color: #005bac;
  border: 0px;
  background-size: 15px;
}
.i_ssbn_div input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b9b9b9;
}
.i_ssbn_div input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b9b9b9;
}
.i_ssbn_div input:-ms-input-placeholder {
  color: #b9b9b9;
}
.i_ssbn_div input::-webkit-input-placeholder {
  color: #b9b9b9;
}
/*首页内容部分*/
.ui_div {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.ui_div0 {
  width: 100%;
  padding: 0px;
  display: block;
  overflow: hidden;
  position: relative;
}
.ui_div_center {
  width: 100%;
}
.ui_div_con {
  width: 100%;
  max-width: 1500px;
  margin: 0px auto;
}
.ui_div_con1 {
  width: 80%;
  max-width: 1500px;
  margin: 0px auto;
}
.ui_div_con2 {
  width: 80%;
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
}
.about_l {
  width: 36.7%;
  margin-right: 2.54%;
}
.about_l img {
  width: 100%;
  height: auto;
}
.about_r {
  flex: 1;
}
.index_about {
  display: flex;
  align-items: flex-start;
  margin: 3% auto 6%;
  width: 78.125%;
}
.about_r .about_content {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.more1 {
  font-size: 14px;
  transition: all ease-in-out 0.5s;
  width: 140px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding-left: 30px;
  background: linear-gradient(90deg, #0f5b8e, #2da74d);
  display: block;
  border-radius: 20px;
}
.more1 img {
  margin-left: 13px;
}
.more1:hover {
  box-shadow: 3px 10px 13px 0px rgba(65, 136, 204, 0.25);
  background: #0f5b8e;
  color: #fff;
  transition: background linear 0.5s;
  font-size: 14px;
}
.custom .custom_en {
  font-size: 2.5vw;
  font-weight: bold;
  color: #20a787;
  text-transform: uppercase;
  background: linear-gradient(90deg, #0f5b8e, #2da74d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.custom .custom_cn {
  font-size: 1.87vw;
  color: #333333;
  margin-bottom: 30px;
}
.about_r .custom .custom_en ，.about_r .custom .custom_en{ text-align: left;}
.promotional_video .custom,.index_new .custom{text-align: center;}
.INTRODUCTION {
  display: block;
  overflow: hidden;
  clear: both;
  background: url(../images/service-bg.png) center no-repeat;
  background-size: cover;
  padding: 5% 2% 8%;
}
.b_custom {
  font-size: 2.6vw;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4.3vw;
}
.b_custom .b_c_cn {
  font-size: 2vw;
  font-weight: normal;
}
.my_service_swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.my_service_swiper .swiper-slide p {
  font-size: 1.25vw;
  color: #ffffff;
  margin-top: 2vw;
  text-align: center;
}
.ui_div_con .service-pagination {
  width: 100%;
  margin-top: 1.57vw;
  transform: translate3d(-50%, 0, 0);
  left: 50%;
}
.ui_div_con .service-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.3;
  margin-left: 20px;
}
.ui_div_con .service-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0px;
}
.ui_div_con .service-pagination .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  opacity: 1;
}
/*首页新闻*/
.new_qh .custom_en {
  font-weight: bold;
  font-size: 48px;
  color: #1b63a4;
  text-transform: initial;
}
.home_business {
  width: 100%;
  margin-top: 50px;
}
.home_business .business_name {
  line-height: 50px;
  width: 23%;
  float: left;
}
.home_business .business_name a {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 40px;
  height: 160px;
  background-color: #fff;
}
.home_business .business_name a.c1,
.home_business .business_name a:hover {
  color: #4895de;
  box-shadow: 3px 10px 13px 0px rgba(65, 136, 204, 0.25);
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
.home_business .business_name a:before {
  transition: all 0.5s;
  position: absolute;
  content: "";
  width: 0px;
  background: #fff;
  height: 100%;
  left: 0;
}
.home_business .business_name a:hover:before,
.home_business .business_name a.c1:before {
  transition: all 0.5s;
  position: absolute;
  content: "";
  width: 8%;
  background: #4188cc;
  height: 100%;
  left: 0;
}
.home_business .business_name a img {
  margin-top: 10px;
}
.home_business .ws_img_con {
  width: 73%;
  height: 500px;
  float: right;
  background: no-repeat left top;
  border-radius: 10px;
}
.home_business_name {
  width: 30px;
  padding: 100px 20px 0px 180px;
  font-size: 38px;
  color: #fff;
  float: left;
  writing-mode: tb-rl;
}

.home_business ul {
  width: 78%;
  float: right;
  padding: 100px 5% 10px 5%;
}
.home_business li {
  width: 100%;
  display: block;
  line-height: 40px;
  color: #333333;
  padding: 20px;
  font-size: 16px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
  width: 49%;
  float: left;
  margin-right: 2%;
}
.home_business li .in_img {
  width: 130px;
  height: 130px;
  transform: scale(1);
  transition: all ease-in-out 0.5s;
  float: left;
  border-radius: 10px;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.home_business li .in_img img {
  transition: all ease-in-out 0.35s;
  transform: scale(1);
  width: 100%;
}
.home_business li:hover .in_img img {
  transform: scale(1.2);
  transition: all ease-in-out 0.5s;
}
.home_business li:nth-child(2n) {
  margin-right: 0;
}
.home_business li .in_con {
  width: calc(100% - 150px);
  float: right;
  display: block;
}
.home_business li a {
  color: #333333;
  display: block;
  line-height: 40px;
  color: #333333;
  font-size: 16px;
}
.home_business li a .time {
  float: right;
  color: #999999;
  width: 100px; /* font-family: DINCond;*/
  transition: all ease-in-out 0.5s;
}
.home_business li a .h_name {
  overflow: hidden;
  height: 90px;
  padding-top: 5%;
}
.home_business li:hover a .h_name {
  color: #4188cc;
}
.home_business li .more {
  display: block;
  font-size: 14px;
  transition: all ease-in-out 0.5s;
  width: 40px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding-left: 30px;
  background: #fff url(../images/more-jt.png) no-repeat center center;
  display: block;
  border-radius: 20px;
}
.home_business li:hover .more {
  box-shadow: 3px 10px 13px 0px rgba(65, 136, 204, 0.25);
  color: #fff;
  transition: all ease-in-out 0.5s;
  background: #4895de url(../images/more-jt.png) no-repeat 80% center !important;
  font-size: 14px;
}
.home_business li .more .more_wz {
  display: none;
  opacity: 0;
  width: 0%;
  transition: all ease-in-out 1.5s;
}
.home_business li:hover .more {
  display: block;
  width: 80%;
  max-width: 140px;
  transition: all ease-in-out 0.5s;
}
.home_business li:hover .more .more_wz {
  display: block;
  width: 80%;
  transition: all ease-in-out 0.5s;
  font-size: 14px;
  opacity: 1;
}
.home_business_more {
  padding-top: 30px;
  clear: both;
}
.home_business_more a {
  color: #4895de;
  padding-top: 16px;
  position: absolute;
  right: 50px;
  top: 40px;
  color: #fff;
}
.home_business_more a:hover {
  color: #4895de;
  padding-top: 16px;
}
.none {
  display: none;
}
.block {
  display: block;
}

/*/首页滚动新闻中心 start/*/

.cus_q a {
  color: #333;
  height: 40px;
  line-height: 40px;
  margin: 0px 20px;
  font-size: 16px;
}
.cus_q a.c1 {
  color: #006ecc;
  border-bottom: 2px solid #4188cc;
  height: 40px;
  display: inline-block;
}
.cus_q {
  width: calc(100% - 80px);
  text-align: right;
}
.index_new {
  background: url(../images/news-bg.png) no-repeat center center;
  padding: 4% 0;
}
.n_box8 {
  width: 100%;
  padding: 1% 0%;
  display: block;
}
.n_box8_c {
  width: 100%;
  margin: 10px 0px 0 0;
  position: relative;
}
.n_box8 .ny_wmscy_con31 {
  width: 100%;
  overflow: hidden;
}
.n_box8 .ny_wmscy_con31 .swiper-slide {
  width: 100%;
  color: #333333;
  height: auto;
  position: relative;

  background: #fff;
}
.n_box8 .ny_wmscy_con31 .swiper-slide .div {
  width: 100%;
  display: inline-block;
  position: relative;
  color: #666666;
  font-size: 16px;
  text-align: center;
}
.n_box8 .ny_wmscy_con31 .swiper-slide .div:hover {
  text-decoration: none;
  color: #666666;
}
.n_box8 .ny_wmscy_con31 .swiper-slide .div .a_img {
  width: 100%;
  height: 100%;
  margin: 0 3% 0 0;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.n_box8 .ny_wmscy_con31 .swiper-slide:hover .div .a_img {
  width: 100%;
  margin: 0 3% 0 0;
  display: inline-block;
  overflow: hidden;
  display: block;
}
.n_box8 .ny_wmscy_con31 .swiper-slide .div .a_img .new_topbg {
  display: none;
  background: url(../images/new_bg.png);
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 32;
}
.n_box8 .ny_wmscy_con31 .swiper-slide:hover .div .a_img .new_topbg {
  display: block;
}
.n_box8 .ny_wmscy_con31 .swiper-slide .div .a_img_con {
  width: 100%;
  height: 100%;
  padding: 10% 6% 30px 6%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 33;
}
.n_box8 .ny_wmscy_con31 .swiper-slide .div .a_img img {
  width: 100%;
  transition: all ease-in-out 0.2s;
  opacity: 0;
}
.n_box8 .ny_wmscy_con31 .swiper-slide .div:hover .a_img {
  background-color: #000;
  transition: all ease-in-out 0.2s;
}
.n_box8 .ny_wmscy_con31 .swiper-slide .div:hover .a_img img {
  filter: alpha(Opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  transform: scale(1.1);
  transition: all ease-in-out 0.5s;
}
.n_box8 .ny_wmscy_con31 .swiper-slide .div .a_text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  overflow: hidden;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}
.n_box8 .ny_wmscy_con31 .swiper-slide:hover .div .a_text {
  color: #1f70be;
}
.n_box8 .ny_wmscy_con31 .swiper-slide .div .a_text_c {
  width: 100%;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  text-align: left;
}
.n_box8 .ny_wmscy_con31 .swiper-slide .div .a_text_b {
  color: #fff;
  width: 100%;
  text-align: left;
  margin-top: auto;
}
.n_box8 .ny_wmscy_con31 .swiper-slide .div .a_text_b .s1 {
  width: 90px;
  transition: all ease-in-out 0.5s;
  text-align: left;
  background: url(../images/more_bg.png) no-repeat right center;
  color: #4188cc;
  font-size: 14px;
  display: inline-block;
}
.n_box8 .ny_wmscy_con31 .swiper-slide .div .a_text_b .s2 {
  color: #ccc;
}
.n_box8 .ny_wmscy_con31 .swiper-slide .div:hover .a_text_b .s2 {
  color: #fff;
}
.n_box8 .ny_wmscy_con31 .swiper-slide .div:hover .a_text_b .s1 {
  width: 110px;
  transition: all ease-in-out 0.5s;
  background: url(../images/more-jt.png) no-repeat right center;
  color: #fff;
  text-decoration: none;
}
.n_box8 .ny_wmscy_con31 .swiper-slide:hover .div .a_text {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  height: auto;
}
.n_box8 .ny_wmscy_con31 .swiper-slide:hover .div .a_text_c {
  color: #fff;
  display: none;
}
.n_box8
  .ny_wmscy_con31.swiper-container-horizontal
  > .swiper-pagination-bullets,
.n_box8 .swiper-pagination-custom,
.n_box8 .swiper-pagination-fraction {
  bottom: 0px;
}
.n_box8 .wmscy-pagination31 {
  margin-top: 40px;
  position: relative;
  margin: 20px 0;
}
.n_box8 .wmscy-pagination31 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  float: left;
  background-color: #a5a5a5;
  opacity: 1;
  position: relative;
  margin: 0px;
}
.n_box8 .wmscy-pagination31 .swiper-pagination-bullet-active:after {
  width: 14px;
  height: 14px;
  background-color: #4188cc;
  position: absolute;
  -moz-border-radius: 100%;
  margin: 0px; /* Gecko browsers */
  -webkit-border-radius: 100%; /* Webkit browsers */
  border-radius: 100%; /* W3C syntax */
  margin-left: -7px;
  margin-top: -0px;
  content: "";
}
.n_box8 .n_box8_c .wmscy_next31 {
  width: 25px;
  height: 25px;
  background: url(../images/img28.jpg) no-repeat;
  right: 0;
  top: 102px;
  background-size: 100%;
  outline: 0;
}
.n_box8 .n_box8_c .wmscy_next31:hover {
  background: url(../images/img28s.jpg) no-repeat;
}
.n_box8 .n_box8_c .wmscy_prev31 {
  width: 25px;
  height: 25px;
  background: url(../images/img27.jpg) no-repeat;
  left: calc(100% - 56px);
  top: 102px;
  background-size: 100%;
  outline: 0;
}
.n_box8 .n_box8_c .wmscy_prev31:hover {
  background: url(../images/img27s.jpg) no-repeat;
}
.n_box8 .swiper-button-next,
.n_box8 .swiper-button-prev {
  position: absolute;
  margin-top: -180px;
}

/*/首页滚动新闻中心end/*/

/*footer 开始*/

.i_ff {
  color: #fff;
}
.i_fbg {
  background: #000;
  padding: 26px 0 12px;
  text-align: center;
  display: block;
  overflow: hidden;
}
.i_ff .ui_div1 {
  width: 100%;
}

/* Footer Top */
.footer_t {
  padding: 0 10%;
  margin: auto;
  display: flex;
  align-items: center;
  background-color: #055491;
}
.footer_logo {
  width: 11vw;
  margin-right: 6%;
}
.footer_logo img {
  max-width: 80%;
  padding: 10px 0;
}
.footer_t .footer_menu_nav {
  flex: 1;
}
.footer_t .footer_menu_nav ul {
  display: flex;
}
.footer_t .footer_menu_nav ul li {
  display: inline-block;
  margin-right: 5%;
}
.footer_t .footer_menu_nav ul li a {
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}
.footer_t .footer_menu_nav ul li a:hover {
  color: #1fa687;
}

.footer_c {
  background: url(../images/footer_bg.png) no-repeat center center;
  background-size: cover;
  width: 100%;
}

/* Footer Middle */
.footer_m {
  padding: 2% 10% 2.5%;
  display: flex;
  line-height: 0;
}
.footer_m_left {
  display: flex;
  gap: 26px;
  margin-right: 5%;
}
.qrcode_item {
  text-align: center;
}
.qrcode_item img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.qrcode_item p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.footer_m_right {
  display: flex;
  gap: 40px;
}
.contact_block p {
  color: #fff;
  font-size: 0.8vw;
  margin-bottom: 8px;
  line-height: 1.5;
}

/* Footer Bottom */
.footer_b {
  padding: 0 10% 32px;
}
.footer_b_title {
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.2vw;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.footer_b_content {
  display: flex;
}
.footer_b_content div {
  margin-right: 13%;
}
.footer_b_content div:last-child {
  margin-right: 0;
}
.footer_b_content p {
  color: #fff;
  font-size: 0.8vw;
  margin: 0;
  line-height: 1.5;
}
.i_footer_b a {
  color: #fff;
  font-size: 0.8vw;
}
.i_box7 {
  width: 100%;
}

.bshare-custom a {
  width: 26px !important;
  padding: 0px !important;
  height: 26px !important; /*background:none !important;*/
}
.bshare-sinaminiblog {
  background: url(../images/tb_13.png) no-repeat !important;
}
.bshare-weixin {
  background: url(../images/tb_12.png) no-repeat !important;
}
/*footer 结束*/
.wx_top {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.wx_top.activshow {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.i_con1 {
  width: 100%;
  margin: 0px auto;
}
.n_banner {
  width: 100%;
  overflow: hidden;
  background-position: center center;
  margin-top: 84px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.n_banner img {
  width: 100%;
}
.n_banner .pcbanner {
  display: block;
}

.pc_amenu {
  width: 100%;
  position: relative;
  left: 0px;
  bottom: 0px;
  box-shadow: 3px 10px 13px 0px rgba(200, 200, 200, 0.25);
  background: #0f5e8d;
  display: block;
  overflow: hidden;
  text-align: center;
}
.pc_amenu ul {
  display: flex;
  justify-content: center;
}
.pc_amenu ul li {
  margin-right: 2%;
  font-size: 20px;
  color: #ffffff;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pc_amenu ul li:last-child {
  margin-right: 0;
}
.pc_amenu ul li.active {
  background-color: #21a346;
  color: #ffffff;
}
.about_show {
  display: none;
}
.about_show.active {
  display: block;
}

/* 公司简介部分样式 */
.about_show.tab1 {
  padding: 88px 0 216px;
  max-width: 78.125%;
  margin: auto;
}
.about_show.tab2 {
  padding-top: 88px;
}
.about_show.tab3 {
  padding-top: 88px;
}
.about_show.tab4 {
  padding: 88px 0 158px;
  max-width: 78.125%;
  margin: auto;
}
.about_show.tab5 {
  padding: 88px 0 75px;
  max-width: 78.125%;
  margin: auto;
}
.about_show.tab6 {
  padding-top: 88px;
}
.about_header {
  max-width: 78.125%;
  margin: auto;
  margin-bottom: 53px;
}
.about_header.tab1 {
  max-width: 100%;
}
.about_header.tab4 {
  max-width: 100%;
}
.about_header.tab5 {
  max-width: 100%;
}

.about_header h2 {
  font-weight: bold;
  font-size: 48px;
  color: #20a787;
  background: linear-gradient(90deg, #0f5b8e, #2da74d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about_header h3 {
  font-weight: 400;
  font-size: 36px;
  color: #333333;
  margin: 0;
}

.about_content {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5%;
}

.about_con_left {
  width: 100%;
  margin-right: 0;
}
.about_con_right {
  width: 100%;
  display: none;
}

.about_text {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 11.3%;
}

.about_image_l {
  width: 100%;
}

.about_image_l img {
  width: 100%;
  height: auto;
}
.about_image_r {
  width: 100%;
}

.about_image_r img {
  width: 100%;
  height: auto;
}
.service_box {
  width: 97%;
  margin: auto;
}
.service_box img {
  width: 100%;
  height: auto;
}
.dev_history_box {
  width: 100%;
  background: url(../images/about_tab2_bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 75px 7%;
  position: relative; display: flex;

  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* 自适应列数 */

  gap: 10px;
}
.dev_history_box.honors {
  padding: 3.94% 10.93% 4.2%;
}
.dev_history_box .swiper-slide {
  width: auto;
  height: 100%;
  cursor: pointer;
  transition: all 0.5s ease;
  box-sizing: border-box;
  border-top: 10px solid transparent;
  display: flex;
}
.dev_history_box .swiper-slide:hover {
  border-top: 10px solid #21a346;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.3);
}
.honors .swiper-slide {
  border: none;
}
.honors .swiper-slide:hover {
  box-shadow: none;
  border: none;
}
.honors .honors_item {
  padding: 26px 30px 44px;
}
.honors .honors_item img {
  width: 100%;
  height: auto;
}
.dev_history_box .dev_history_item,
.dev_history_box.honors .honors_item {
  padding: 5%;
  background-color: #fff;
}
.dev_history_box .dev_history_item h2 {
  font-weight: bold;
  font-size: 2.4vw;
  color: #21a346;
  display: flex;
  align-items: flex-end;
}
.dev_history_box .dev_history_item h2 span {
  font-weight: bold;
  font-size: 1.2vw;
  color: #ffffff;
  display: inline-block;
  background-color: #21a346;
  border-radius: 50%;
  width: 1.8vw;
  height: 1.8vw;
  padding: 2px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.8vw;
  margin-left: 5px;
}
.dev_history_box .dev_history_item p {
  font-weight: 400;
  font-size: 0.8vw;
  color: #333333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.dev_history_box .dev_his_prev,
.honors .honors_prev {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 2.61vw;
  width: 2.7vw;
  height: 2.7vw;
  background-color: #0f5e8d;
  text-align: center;
  line-height: 2.7vw;
  transition: all 0.3s ease;
}
.dev_history_box .dev_his_prev:hover {
  background-color: #21a346;
}
.honors .honors_prev:hover {
  background-color: #21a346;
}
.dev_history_box .dev_his_prev img,
.honors .honors_prev img {
  width: 16px;
  height: 16px;
}
.dev_history_box .dev_his_next,
.honors .honors_next {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 2.61vw;
  width: 2.7vw;
  height: 2.7vw;
  background-color: #0f5e8d;
  text-align: center;
  line-height: 2.7vw;
  transition: all 0.3s ease;
}
.dev_history_box .dev_his_next:hover {
  background-color: #21a346;
}
.honors .honors_next:hover {
  background-color: #21a346;
}
.dev_history_box .dev_his_next img,
.honors .honors_next img {
  width: 16px;
  height: 16px;
}

/* tab3 专家团队样式 */
.expert_box {
  width: 100%;
  background: url(../images/about_tab2_bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 58px 0 68px;
}
.team-tabs {
  margin-bottom: 30px;
  text-align: left;
  max-width: 78.125%;
  margin: 0 auto 30px;
}

.team-tab {
  background: #fff;
  padding: 12px 25px;
  margin-right: 18px;
  cursor: pointer;
  border-radius: 2px;
  font-weight: 400;
  font-size: 18px;
  color: #333;
  transition: all 0.3s ease;
  outline: none;
  border: none;
}

.team-tab:hover {
  background: #f5f5f5;
}

.team-tab.active {
  background: #21a346;
  color: #fff;
}

.team-container {
  max-width: 78.125%;
  margin: 0 auto 46px;
}

.team-list {
  display: none;
  width: 100%;
}

.team-list.active {
  display: block;
}
.team_expert.active {
  display: grid;
  /* 定义3列，每列宽度1fr（等分剩余空间） */
  grid-template-columns: 1fr 1fr;
  /* 定义2行，每行高度100px */
  grid-template-rows: auto auto;
  /* 单元格间距（行间距 列间距） */
  gap: 21px;
}

.team-item {
  width: 100%;
  padding: 4% 5.5% 6.5% 4.8%;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.team-photo {
  width: 8.5vw;
  height: 8.5vw;
}

.team-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.team-info {
  width: 71%;
  text-align: left;
}

.team-info h4 {
  font-weight: bold;
  font-size: 1.25vw;
  color: #000000;
}

.team-info p {
  font-weight: 400;
  font-size: 0.85vw;
  color: #333333;
  line-height: 1.5;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 分页样式 */
.team-pagination {
  text-align: center;
  margin-top: 46px;
  clear: both;
  width: 100%;
}

.page-btn {
  background: #fff;
  border: 1px solid #ddd;
  padding: 6px 12px;
  margin: 0 3px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
}

.page-btn:hover {
  background: #f5f5f5;
}

.page-btn.active {
  background: #1fa288;
  color: #fff;
}

.page-btn.next-page {
  padding: 6px 20px;
}

.team-pagination span {
  margin: 0 10px;
  color: #999;
}

/* 清除浮动 */
.team-container::after {
  content: "";
  display: table;
  clear: both;
}

.tech_box {
  width: 100%;
  text-align: center;
}
.tech_box img:first-child {
  width: 100%;
  height: auto;
  margin-bottom: 21px;
}
.tech_box img:nth-child(2) {
  width: 95%;
  height: auto;
}

.remote_con_box,
.company_news_box {
  padding-top: 3%;
}
.remote_con_header,
.news_header {
  max-width: 78.125%;
  margin: auto;
  margin-bottom: 3%;
}

.remote_con_header h2,
.news_header h2 {
  font-weight: bold;
  font-size: 48px;
  color: #20a787;
  background: linear-gradient(90deg, #0f5b8e, #2da74d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0;
  margin-bottom: 1%;
  text-transform: uppercase;
}

.remote_con_header h3,
.news_header h3 {
  font-weight: 400;
  font-size: 36px;
  color: #333333;
  margin: 0;
}

.a_menu {
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
  position: absolute;
  z-index: 1;
  top: 50%;
  color: #fff;
  -moz-transform: translate(0%, 0%);
  transform: translate(0%, -50%);
}
.a_menu .a_menu_a {
  padding: 0px 30px;
  margin: 0px;
  margin: 0px 20px 10px 0;
  border: 1px solid #fff;
  height: 50px;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  display: inline-block;
  overflow: hidden;
  text-align: right;
  line-height: 45px;
  border-radius: 25px;
  color: #333;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.a_menu a:hover,
.a_menu a.activetm1 {
  color: #fff;
  text-decoration: none;
  background: #1451a0;
  border: 1px solid #1451a0;
}
.a_menu_name {
  width: 78.125%;
  margin: auto;
}
.a_menu_name.detail {
  width: 100%;
  padding: 0 23%;
  margin: auto;
  display: flex;
  align-items: center;
}
.a_menu_name .a_menu_cn {
  font-size: 1.825vw;
  width: 100%;
  font-weight: bold;
  text-align: left;
  z-index: 33;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.a_menu_name img {
  width: 23.1%;
  height: auto;
}
.a_where {
  width: 30%;
  line-height: 50px;
  float: left;
}
.a_where img {
  width: 14px !important;
  margin-right: 2px;
}
.a_where a {
  padding: 0px 5px;
  font-size: 14px;
}
.a_where a:hover {
  padding: 0px 5px;
  color: #2f72ce;
}

.block {
  display: block;
}
.none {
  display: none;
}

.a_menu_a_x {
  display: none;
  font-size: 14px;
  margin: 0px 5%;
}
.a_menu_a_x dd a {
  padding: 5px 0;
  line-height: 20px;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #0658b4;
}
.a_menu_a_x dd:last-child a {
  border: none;
}

/* 远程会诊服务页面样式 */
.remote_con_box {
  padding-top: 88px;
}

.remote_text_content {
  max-width: 100%;
}

.remote_content_section {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.remote_content_section.reverse {
  flex-direction: row-reverse;
}

.remote_content_image {
  width: 50%;
}
.remote_content_image img {
  width: 100%;
  height: auto;
}

.remote_content_text {
  width: 50%;
  padding: 40px;
}

.remote_content_text h3 {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  margin-bottom: 33px;
}

.remote_content_text p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
}

.expert_show_box .expert_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3%;
  width: 3.29vw;
  height: 3.29vw;
  background-color: #1ca585;
  text-align: center;
  line-height: 3.29vw;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.expert_show_box .expert_prev:hover {
  background-color: rgba(28, 165, 133, 0.5);
}
.expert_show_box .expert_prev img {
  width: 16px;
  height: 16px;
}
.expert_show_box .expert_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  width: 3.29vw;
  height: 3.29vw;
  background-color: #1ca585;
  text-align: center;
  line-height: 3.29vw;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.expert_show_box .expert_next:hover {
  background-color: rgba(28, 165, 133, 0.5);
}
.expert_show_box .expert_next img {
  width: 16px;
  height: 16px;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .remote_content_section,
  .remote_content_section.reverse {
    flex-direction: column;
  }

  .remote_content_image,
  .remote_content_text {
    width: 100%;
  }
}

.wapbanner {
  display: none;
}

.expert_show_box {
  padding: 5% 7% 8%;
  background-color: #fff;
  position: relative;
}
.expert_show_box .expert_show_box_title {
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  text-align: center;
  margin-bottom: 59px;
  margin-top: 0;
}
.expert_show_box .expert_item .expert_img {
  width: 100%;
}
.expert_show_box .expert_item .expert_img img {
  width: 100%;
  height: auto;
}
.expert_show_box .expert_item .expert_text {
  background-color: #1ca585;
  color: #fff;
  width: 100%;
  padding: 10px 15px; height: 160px;
}
.expert_show_box .expert_item .expert_text .text_top {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  justify-content: center;
}
.expert_show_box .expert_item .expert_text .text_top h3 {
  font-size: 1.25vw;
  color: #fff;
}
.expert_show_box .expert_item .expert_text .text_top span {
  font-size: 2.6vw;
  margin: 0 10px;font-weight: lighter;
}
.expert_show_box .expert_item .expert_text .text_top p {
  font-size: 0.75vw;
  width: 50%;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.expert_show_box .expert_item .expert_text .text_bottom p {
  font-size: 0.75vw;
  text-align: center;
}

.company_news_box .news_container {
  width: 100%;
  background-color: #f1f2f3;
  padding: 3% 0;
}
.company_news_box .news_container .new_list_box {
  width: 78.125%;
  margin: auto;
}
.company_news_box .news_container .new_list_box .news_item a {
  padding: 2%;
  display: flex;
  width: 100%;
  background-color: #fff;
  margin-bottom: 2%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.company_news_box .news_container .new_list_box .news_item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.company_news_box .news_container .new_list_box .news_item:last-child {
  margin-bottom: 0;
}
.company_news_box .news_container .new_list_box .news_item .news_img {
  width: 30%;
  margin-right: 3%;
}
.company_news_box .news_container .new_list_box .news_item .news_img.video {
  position: relative;
}
.company_news_box .news_container .new_list_box .news_item .news_img img {
  width: 100%;
  height: auto;
}
.company_news_box .news_container .new_list_box .news_item .news_text {
  width: 67%;
}
.company_news_box .news_container .new_list_box .news_item .news_text h3 {
  font-weight: bold;
  font-size: 16px; text-align: left;
  color: #333333;
  margin-bottom: 4%;
  margin-top: 10px;
}
.company_news_box .news_container .new_list_box .news_item .news_text p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-bottom: 3%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.company_news_box
  .news_container
  .new_list_box
  .news_item
  .news_text
  .detail_btn {
  width: 6.75vw;
  height: 2.1vw;
  line-height: 2.1vw;
  text-align: center;
  background: #21a346;
  border-radius: 20px;
  font-weight: 400;
  font-size: 0.85vw;
  color: #ffffff;
  transition: all 0.3s ease;
}
.company_news_box
  .news_container
  .new_list_box
  .news_item
  .news_text
  .detail_btn:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}
/* 宣传视频样式 */
.promotional_video {
  width: 100%;
  padding: 4% 0;
  background-color: #fff;
}

.video-container {
  width: 78.5%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 43px;
}

.video-item {
  width: calc(100% - 43px);
  cursor: pointer;
}

.video-cover {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f0f0f0;
}

.video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.8vw;
  height: 3.8vw;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.play-button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75vw 0 0.75vw 1.3vw;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 5px;
}

.video-item:hover .play-button,
.company_news_box .news_container .new_list_box .news_item:hover .play-button {
  background-color: rgba(0, 0, 0, 0.6);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-title {
  text-align: left;
  margin-top: 2.5%;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}

/* 视频弹窗样式 */
.video-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  background-color: #000;
  border-radius: 8px;
  overflow: hidden;
  width: 60%;
}

.close-button {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #fff;
  font-size: 1.5vw;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  width: 1.8vw;
  height: 1.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.close-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#modalVideo {
  width: 100%;
  height: auto;
  max-height: 80vh;
}

/* 联系我们页面样式 */
.contact_main {
  width: 100%;
  margin: 0 auto;
}

.contact_info {
  margin-bottom: 20px;
  width: 100%;
  padding: 3.1% 2.85% 4% 4.25%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

.contact_info h3 {
  font-size: 1.25vw;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10.8%;
  margin-top: 0;
}

.service-hotline,
.company-address {
  font-size: 0.84vw;
  font-weight: 400;
  color: #000000;
}
.service-hotline {
  margin-bottom: 2.5%;
}

.qrcode-section {
  display: flex;
}

.qrcode-item {
  text-align: center;
  margin-right: 2%;
}

.qrcode-item:last-child {
  margin-right: 0;
}

.qrcode-item img {
  width: 6.25vw;
  height: 6.25vw;
  margin-bottom: 15px;
}

.qrcode-item p {
  font-size: 0.84vw;
  font-weight: 400;
  color: #333333;
}

.contact-sections {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.contact-section {
  width: 24%;
  padding: 2%;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 2%;
}

.contact-section h4 {
  font-size: 1.25vw;
  font-weight: 400;
  color: #000000;
  margin-bottom: 15px;
}

.contact-section p {
  font-size: 0.84vw;
  font-weight: 400;
  color: #000000;
  margin: 5px 0;
}

.online-message {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 40px;
}

.online-message h4 {
  font-size: 1.25vw;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-bottom: 5px;
}

.message-en {
  font-size: 1.25vw;
  color: #cccccc;
  text-align: center;
  margin-bottom: 25px;
}

.message-form .form-row {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.message-form .input-container {
  position: relative;
  width: 48%;
}

.message-form .input-container.textarea-container {
  width: 100%;
}

.message-form .input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #999;
  pointer-events: none;
}

.message-form .form-row:nth-child(2) .input-icon {
  top: 22.5%;
}

.message-form .input-icon img {
  width: 1.05vw;
  height: auto;
}

.message-form .form-control {
  width: 100%;
  padding: 20px 15px 20px 45px;
  border: 1px solid #e5e5e5;
  font-size: 0.84vw;
  box-sizing: border-box;
}

.message-form textarea.form-control {
  width: 100%;
  padding: 15px 15px 15px 45px;
  resize: vertical;
  min-height: 120px;
}

.submit-btn {
  width: 100%;
  padding: 15px;
  background-color: #055491;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-btn:hover {
  background-color: #004085;
}

.detail_box {
  width: 100%;
  padding: 4% 23% 8%;
}
.detail_container {
  width: 100%;
  padding-bottom: 3.8%;
  border-bottom: 1px solid #d0d3dc;
}
.detail_container p {
  font-weight: 400;
  font-size: 0.8vw;
  color: #333333;
  line-height: 1.5;
}
.detail_container img {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
.detail_container .video-item {
  width: 100%;
}
.detail_footer {
  margin-top: 3.12%;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.detail_footer .pre_page{
  margin-bottom: 1%;
}
.wenhuaul{width: 100%; padding-bottom:4%;}
.wenhuaul li{float: left;width: 100%;margin-bottom: 2%;background-color: #fff;}
.wenhuaul li .img{float: right;width: 50%;position: relative;overflow: hidden;}
.wenhuaul li .img img{display: block;width: 100%;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.wenhuaul li:hover img{transform: scale(1.1) !important;}
.wenhuaul li .text{float: left;width: 50%;}


.wenhuaul li .text .p3{overflow-y:auto;box-sizing: border-box; height: 240px;
font-size: 16px;
 color: #333333;
 line-height: 34px;
 padding: 0px 10px;

 }
.wenhuaul li .text .p3::-webkit-scrollbar {
  width: 1px;
  border-radius: 1px;
  height: 1px;
  background: none;
}
.wenhuaul li .text .p3::-webkit-scrollbar-track {
  border-radius: 1px;
  width: 1px!important;
  background-color:#eee;
}
.wenhuaul li .text .p3::-webkit-scrollbar-thumb {
  width: 1px;
  height: 1px;
  border-radius: 1px;
  background-color: #005bac;
}
.qiyewh{/*! max-width: 1400px; *//*! background: #fff; */margin: 0 auto;/*! padding: 3% 0; */width: 78.125%;}
.npagecontent{/*! max-width:1400px; */ margin:0px auto;background: #f1f2f3;width: 100%;padding: 3% 0;}
.wenhuaul li:nth-child(2n+1) .img{float: left;}
.wenhuaul li .text{box-sizing: border-box;padding: 2% 3%;}
.wenhuaul li .text .p1{font-size: 30px;color: #005bac;}
.wenhuaul li .text .p2{font-size: 30px;color: #333;margin-top: 15px;margin-bottom: 10px;}
.wenhuaul li .text .p3{font-size:16px;color: #333;line-height: 24px;}

.tuwenul{display: inline-block;width: 100%;padding: 50px 0;position: relative;overflow: hidden;}
.tuwenul li{float: left;width: 25%;box-sizing: border-box;padding: 0 10px;position: relative; }
.tuwenul li a{display: block;width: 100%;position: relative;padding: 48px 0;}
.tuwenul li .img{position: relative;overflow: hidden;}
.tuwenul li .img img{display: block;width: 100%;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.tuwenul li .text{padding-top: 15px; }
.tuwenul li .text .p1{font-size: 16px;color: #333333; height: 60px; line-height: 30px; overflow: hidden;}
.tuwenul li .text .p2{margin-top: 10px; font-size: 14px;color: #666666;line-height: 24px;height: 72px;overflow: hidden; display: none;}
.tuwenul li a:after{position: absolute;height: 2px;width: 0%;bottom: 0;left: 0;content: "";background-color: #cccccc;-webkit-transition:all 0.5s ; transition:all 0.5s;}
.tuwenul li a:before{position: absolute;height: 2px;width: 100%;bottom: 0;left: 0;content: "";background-color: #cccccc;-webkit-transition:all 0.5s ; transition:all 0.5s;}

.tuwenul li a:hover::after{width: 100%;background-color: #005bac;}
.tuwenul li a:hover .img img{transform: scale(1.1);}
.footer{border-top: 1px solid #efefef; background-color: #fff;}
.moreajax{text-align: center;font-size: 16px;color: #666666;line-height: 60px;margin-bottom: 20px;cursor: pointer;}
.moreajax img{width: 20px;position: relative;top: 3px;margin-left: 5px;}
.honors{display: block;}
.honors ul{width: 100%; display:block; overflow:hidden;}
.honors ul li{width: 31.333%; margin: 1%; float: left; text-align:center; border:1px solid  #f2f2f2; background: #fff;
}
.honors ul li img{width: 100%;}
.honors ul li .honors_name{height: 60px; line-height: 30px; font-size:16px}

.n_jdxm li img{width: 100%;}
.jdxm-swiper {width: 100%;height: 100%;}
.jdxm-swiper.swiper-container{ overflow:inherit;}
.jdxm-swiper .swiper-slide{width:100%;-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.85);
	transform: scale(0.85);}
.jdxm-swiper .swiper-slide .div{padding:0 0 0% 0; background-color:#fff; color:#666666; font-size:16px;  /* W3C syntax */-webkit-transition:all 0.5s;transition:all 0.5s;}
.jdxm-swiper .swiper-slide .div:hover{ color:#666;}
.jdxm-swiper .swiper-slide .div .a_img{width:100%; display:inline-block; overflow:hidden;
-webkit-transition:all 0.5s;transition:all 0.5s;}
.jdxm-swiper .swiper-slide .div .a_img img{width:100%; float:left;}




.jdxm-swiper .swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
}
.jdxm-swiper .swiper-slide-active .div,.swiper-slide-duplicate-active .div{-moz-border-radius: 10px;      /* Gecko browsers */
-webkit-border-radius:10px;   /* Webkit browsers */
border-radius:10px;            /* W3C syntax */}
.jdxm-swiper .swiper-slide.swiper-slide-prev .div{ background:none; background-color:#fff;}
.jdxm-swiper .swiper-slide.swiper-slide-prev .div .a_img{ float:right;}

.jdxm-pagination .swiper-pagination-bullet{width:20px;  height:20px; margin:0px 1.5% !important; 
transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;  
opacity:1; position:relative;-moz-border-radius:0px;      /* Gecko browsers */
-webkit-border-radius: 0px;   /* Webkit browsers */
border-radius:0px;            /* W3C syntax */
filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   
opacity:1; background-color:#eee; border-radius: 50%;}
.jdxm-pagination .swiper-pagination-bullet-active{ 
animation: rotation 5s linear infinite; 
border-radius: 50%; 
	background-color: #1fa687;width:20px;  height:20px;filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   opacity:1;}
.jdxm-swiper.swiper-container-horizontal>.jdxm-pagination.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ width:100%;  text-align:left; bottom:-20px;  text-align: center;}

.jdxm-swiper .jdxm_prev{width:50px; border-radius: 6px; height:50px; background:#ccc url(../images/tb_36.png) center center no-repeat;  position:absolute; left:-1%; top:50%; margin-top:-42px;-webkit-transition:all 0.5s;transition:all 0.5s;}
.jdxm-swiper .jdxm_prev:hover{background:url(../images/tb_36.png) center center no-repeat; background-color:#1fa687;}
.jdxm-swiper .jdxm_next{width:50px;border-radius: 6px; height:50px;background:#ccc url(../images/tb_37.png) center center no-repeat;  position:absolute; right:-1%; top:50%; margin-top:-42px;-webkit-transition:all 0.5s;transition:all 0.5s;}
.jdxm-swiper .jdxm_next:hover{background:url(../images/tb_37.png) center center no-repeat; background-color:#1fa687;}
.n_jdxm{padding: 0 3%; /*! overflow: hidden; */}
.video_list .new_list_box .news_item a{display:block;}
.company_news_box .video_list .new_list_box .news_item .news_img{width:100%; margin-right:0;}
.company_news_box .video_list .new_list_box .news_item .news_text{width:100%; margin-right:0; padding: 3%;}
.video_list .new_list_box{display: grid;  grid-template-columns: repeat(4, 1fr);  gap: 16px;}
.video_list .news_item{display: flex;  flex-direction: column;  text-align: center; background:#fff;}
.company_news_box .news_container.video_list .new_list_box .news_item a{display:block;}
.index_about .about_r .custom .custom_en.index_about ，.about_r .custom .custom_en{text-align:left !important;}
