@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: calc(100vw / 120);
  overflow-x: hidden;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
button {
  /* border: none;
     */
}
.map img {
  max-width: inherit;
}
/* 取消链接高亮 */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100vw;
}
body {
  font-size: 1rem;
}
button:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.px {
  position: fixed;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
input:focus,
textarea:focus {
  outline: none;
}
.overh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ta {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.displaynone {
  display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.book {
  border: 1px solid #000;
}
.db {
  display: block;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.phone-img {
  display: none;
}
.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.tran2 {
  transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 200ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 200ms ease-in-out;
  /* Opera */
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.f48 {
  font-size: 48px;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p15 {
  padding: 15px;
}
.w50 {
  width: 50%;
}
.bd {
  font-weight: bold;
}
.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hide {
  overflow: hidden;
}
.wz {
  font-size: 1rem;
  line-height: 1.6;
}
.container {
  padding: 0 15rem;
  max-width: 100%;
}
footer {
  background: #2D3333;
}
footer .social-share {
  display: inline-block;
}
footer .foot-from {
  margin-top: 2.4375rem;
}
footer .foot-from input {
  width: 20.625rem;
  border-bottom: 1px solid #717171;
  color: #AFAFAF;
  font-size: 0.875rem;
  height: 2.5rem;
  background: transparent;
}
footer .foot-from .btton-tijiao {
  position: absolute;
  right: 0;
  color: #FFF;
  font-size: 0.875rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: transparent;
}
.footer .foot-top {
  padding: 5.5rem 0 1.5rem;
}
.footer .foot-top .p1 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.0625rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
  font-weight: 700;
}
.footer .foot-top .foot-ul li {
  margin-right: 8%;
  float: left;
}
.footer .foot-top .foot-ul li:last-child {
  margin-right: 0;
}
.footer .foot-top .foot-a {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.footer .foot-top .foot-a i {
  font-size: 1rem;
}
.footer .foot-top .foot-a > a {
  color: #FFFFFF;
  display: block;
  line-height: 2;
}
.footer .foot-top .foot-a > a:hover {
  color: #77B85B;
}
.footer .foot-top .p2 {
  font-size: 1.75rem;
  letter-spacing: 0.0625rem;
  color: #77B85B;
}
.footer .foot-bot {
  padding: 0.875rem 0;
  background: #252A2A;
  font-size: 0.9375rem;
  border-top: 0.0625rem solid #6e6e6e;
}
.footer .foot-bot {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
}
/* 手机端样式*/
.sp_logo img {
  margin: auto;
  max-height: 1.875rem;
}
.sjj_nav a {
  letter-spacing: 0 0.125rem;
}
.sp_nav_se span:nth-of-type(1) {
  top: 0.625rem;
  transform: rotate(45deg);
}
.sp_nav_se span:nth-of-type(2) {
  width: 0;
}
.sp_nav_se span:nth-of-type(3) {
  top: 0.625rem;
  transform: rotate(-45deg);
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #eee;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  line-height: 2.5rem;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}
.nav_show {
  top: 0;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 1.875rem;
  margin-top: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 0.0625rem #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 0.0625rem solid #ddd;
  border-bottom: 0.0625rem solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #2658A0;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 0.0625rem #ddd solid;
}
.sjj_nav ul li i {
  position: absolute;
  top: 0.3125rem;
  right: 0rem;
  border-left: 0.0625rem #ddd solid;
  height: 1.875rem;
  padding: 0rem 0.4375rem 0 0.4375rem;
}
.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s;
  position: relative;
  top: -0.3125rem;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav .bot > li {
  margin-left: 0.9375rem;
}
.sjj_nav ul li {
  border-top: 0.0625rem #ddd solid;
  margin-left: 0.625rem;
  position: relative;
  line-height: 2.5rem;
  font-size: 0.875rem;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 0.0625rem #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li a {
  color: #666;
  width: 80%;
}
.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 0.75rem;
}
.sjj_nav ul li i svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #2658A0;
}
.sjj_nav ul li ul li > ul {
  margin-left: 0.625rem;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.75rem;
  line-height: 3.75rem;
  background: #eee;
  border-bottom: 0.0625rem solid #ddd;
}
.sjj_nav .top .fl img {
  height: 2.5rem;
}
.sjj_nav .bot {
  margin-top: 3.75rem;
}
.pagination {
  justify-content: center;
}
.pagination li {
  width: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  border: 1px solid #ddd;
  margin: 0 0.125rem;
  height: 2.5rem;
}
.pagination li.active {
  border-color: #77B85B;
  color: #fff;
  background: #77B85B;
}
.pagination li.active span {
  color: #fff;
}
.sjj_nav ul.bot > li:nth-child(2) {
  border-top: none;
}
.sjj_nav > ul > li:first-child {
  border-top: none;
}
.pagination li a {
  display: block;
}
.container {
  width: 100%;
  max-width: 100%;
}
.sjj_nav ul li a.w80 {
  display: inline-block;
  width: calc(100% - 2.1875rem);
}
.sjj_nav .bot > li:first-child form {
  padding-right: 0.9375rem;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 1.75rem;
  width: 100%;
  font-size: 0.75rem;
  color: #6F6F70;
  line-height: 1.75rem;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child input::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器*/
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input:-moz-placeholder {
  /* Firefox版本4-18*/
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input::-moz-placeholder {
  /* Firefox版本19+*/
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input:-ms-input-placeholder {
  /* IE浏览器*/
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.75rem;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #6F6F70;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0;
  border: none;
}
.fix_ul li {
  border: none;
  background: #686868;
}
.fix_ul li:hover .right_div {
  right: 4.5rem;
  min-height: 4.5rem;
  line-height: 4.5rem;
}
.phone_logo {
  width: 10.625rem;
  line-height: 2.5rem;
  float: left;
}
.sjj_nav a {
  width: 10.625rem;
}
.rightfix1 {
  position: fixed;
  bottom: 10%;
  right: 0.75rem;
  z-index: 9000;
}
.rightfix1 .top {
  margin-bottom: 0.625rem;
}
.rightfix1 .top img {
  width: 4.375rem;
}
.rightfix1 .bot {
  width: 4.375rem;
}
.rightfix1 .bot li {
  background: #77B85B;
  text-align: center;
  margin-bottom: 0.3125rem;
  height: 4.375rem;
  border-radius: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
  padding: 0 0.375rem;
}
.rightfix1 .bot li a {
  padding: 0.9375rem 0 0.625rem;
  display: block;
}
.rightfix1 .bot li a i {
  color: #fff;
  font-size: 1.25rem;
}
.rightfix1 .bot li a .text {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
}
.rightfix1 .bot li:hover {
  background: #2658A0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix1 .bot li:hover a {
  color: #2658A0;
}
.rightfix1 .bot li:hover a i {
  color: #fff;
}
.rightfix1 .bot li:hover .text {
  color: #fff;
}
.rightfix1 .bot li:hover > div {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.rightfix1 .bot li > div {
  width: 9.375rem;
  background-color: #fff;
  padding: 0.625rem;
  min-height: 4.375rem;
  line-height: 3.125rem;
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  top: 0;
  right: 4.375rem;
  position: absolute;
}
@-webkit-keyframes animationMove {
  0% {
    -webkit-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }
  31% {
    -webkit-transform: translateX(-3.125rem);
    transform: translateX(-3.125rem);
  }
  71% {
    -webkit-transform: translateX(10.625rem);
    transform: translateX(10.625rem);
  }
  100% {
    -webkit-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }
}
@-moz-keyframes animationMove {
  0% {
    -moz-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }
  31% {
    -moz-transform: translateX(-3.125rem);
    transform: translateX(-3.125rem);
  }
  71% {
    -moz-transform: translateX(10.625rem);
    transform: translateX(10.625rem);
  }
  100% {
    -moz-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }
}
@-o-keyframes animationMove {
  0% {
    -o-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }
  31% {
    -o-transform: translateX(-3.125rem);
    transform: translateX(-3.125rem);
  }
  71% {
    -o-transform: translateX(10.625rem);
    transform: translateX(10.625rem);
  }
  100% {
    -o-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }
}
@keyframes animationMove {
  0% {
    -webkit-transform: translate(0rem, 0rem) rotate(0deg);
    -moz-transform: translate(0rem, 0rem) rotate(0deg);
    -o-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }
  31% {
    -webkit-transform: translateX(-3.125rem);
    -moz-transform: translateX(-3.125rem);
    -o-transform: translateX(-3.125rem);
    transform: translateX(-3.125rem);
  }
  71% {
    -webkit-transform: translateX(10.625rem);
    -moz-transform: translateX(10.625rem);
    -o-transform: translateX(10.625rem);
    transform: translateX(10.625rem);
  }
  100% {
    -webkit-transform: translate(0rem, 0rem) rotate(0deg);
    -moz-transform: translate(0rem, 0rem) rotate(0deg);
    -o-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }
}
.feng .social-share a .ma-box {
  width: 7.25rem;
  bottom: 110%;
  padding: 0.625rem;
  opacity: 0;
  background: #FFF;
  box-shadow: 0 0 3px 5px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  left: -2.5rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.feng .social-share a .ma-box img {
  width: 100%;
}
.feng .social-share a:hover .ma-box {
  visibility: visible;
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
i {
  font-size: 1rem;
}
.feng .social-share .social-share-icon {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  background: transparent;
  color: rgba(0, 0, 0, 0.3) !important;
  margin: 0 0.25rem;
}
.feng .social-share .social-share-icon:hover {
  background: #2658A0;
  color: #fff !important;
}
.yuans {
  overflow: hidden;
  display: none;
}
.lunbo .swiper-slide img {
  height: 100vh;
  object-fit: cover;
}
.foot-fot1 {
  display: none;
}
@media (min-width: 2000px) {
  #header .nav-div .na-ul > li > a {
    font-size: 1rem;
  }
  .lunbo-wz .div1 {
    font-size: 1.25rem;
  }
  .log-div a img {
    width: 11.9375rem;
  }
  .footer .foot-top .p1 {
    font-size: 0.9rem;
  }
  .footer .foot-top .foot-a {
    font-size: 0.8rem;
  }
  .index-customers .a3_v1 {
    padding: 0 5rem;
  }
  .footer .foot-bot,
  .social-share a {
    font-size: 0.8rem;
  }
  .social-share span {
    font-size: 0.8rem;
  }
  #header {
    line-height: 5.25rem;
  }
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 10rem;
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 8rem;
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 0.875rem;
  }
  .container {
    padding: 0 0.9375rem;
  }
}
@media (max-width: 767) {
  .container {
    padding: 0 0.9375rem;
  }
}
#header {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  font-size: 0.875rem;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  color: #fff;
  line-height: 5.4375rem;
}
#header.sticky {
  background: #2658A0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  line-height: 5rem;
}
#header .xanss {
  color: #CDCDCD;
  display: inline-block;
  margin: 0 0.8125rem;
}
#header .na-ul > li {
  margin-right: 3.125rem;
  float: left;
}
#header .na-ul > li > a {
  font-size: 1rem;
  color: #fff;
  display: block;
  position: relative;
}
#header .na-ul > li > a i {
  font-size: 0.75rem;
  color: #000;
}
#header .na-ul > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  bottom: 0;
  width: 0%;
  background: #77B85B;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header .na-ul > li:hover > a,
#header .na-ul > li.active > a {
  color: #77B85B;
}
#header .na-ul > li:hover > a::after,
#header .na-ul > li.active > a::after {
  width: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header .sousuo i {
  font-size: 1.125rem;
  font-weight: bold;
}
.lunbo .swiper-slide {
  height: 100vh;
}
.lunbo .lunbo-wz {
  width: 100%;
}
.lunbo .lunbo-wz .div2 {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
}
.lunbo .lunbo-wz .div1 {
  margin-top: 0.625rem;
  line-height: 1;
  /* or 150% */
  font-weight: 700;
  font-style: italic;
  font-size: 5rem;
  color: #fff;
}
.lunbo .lunbo-wz .lunbo-ul {
  margin-top: 1.5rem;
}
.lunbo .lunbo-wz .lunbo-ul li {
  float: left;
  color: #fff;
  margin-right: 1.25rem;
  width: 5.625rem;
  height: 5.625rem;
  text-align: center;
  border: 1px dashed #fff;
  font-weight: 700;
  font-size: 1.5rem;
  border-radius: 100%;
  display: table;
}
.lunbo .lunbo-wz .lunbo-ul li > div {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
.lunbo .swiper-button-next {
  background: transparent;
  right: 5%;
}
.lunbo .swiper-button-next i {
  font-size: 2.5rem;
}
.lunbo .swiper-button-prev {
  left: 5%;
  background: transparent;
}
.lunbo .swiper-button-prev i {
  font-size: 2.5rem;
}
.head-hd {
  font-weight: 700;
  font-size: 2.9rem;
  color: #040404;
}
.head-en {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #183E7D;
}
.head-miao {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  /* or 175% */
  text-align: justify;
  color: rgba(0, 0, 0, 0.8);
}
.more a {
  display: inline-block;
  border-radius: 0.3125rem;
  padding: 0 2.1875rem;
  line-height: 3.125rem;
  font-weight: 500;
  font-size: 1rem;
  background: #2658A0;
  color: #fff;
  border-radius: 0.625rem;
}
.wen-en {
  font-size: 18.75rem;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  position: absolute;
}
.white-wz {
  color: #fff;
}
.white-wz a {
  color: #fff;
}
.white-wz > div {
  color: #fff;
}
.index-pro {
  background: #F9F9F9;
  padding: 8.1875rem 0 3.125rem;
  overflow: hidden;
  position: relative;
}
.index-pro .swiper-container {
  padding-bottom: 1.875rem;
}
.index-pro .pro-top .head-miao {
  width: 54%;
}
.index-pro .wen-en {
  width: 100%;
  top: 4.6875rem;
  text-align: center;
  z-index: 2;
  left: 0;
  right: 0;
}
.index-pro .container {
  position: relative;
  z-index: 4;
}
.index-pro:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50%;
  background: #2658A0;
  top: 0;
  left: 0;
  right: 0;
}
.index-pro .index-lunbo-pro {
  margin-top: 3.625rem;
}
.index-pro .more {
  margin-top: 3rem;
}
.pro-div {
  background: #FFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 2.25rem 1.5rem 5.1875rem;
}
.pro-div .tile {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.7;
  padding-bottom: 0.625rem;
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #000000;
}
.pro-div .tile::after {
  content: '';
  position: absolute;
  background: #2658A0;
  width: 2.375rem;
  height: 0.125rem;
  left: 0;
  bottom: 0;
}
.pro-div .tile a {
  color: #000000;
}
.pro-div .jiantou {
  bottom: -1.5625rem;
  right: 3.625rem;
}
.pro-div .miaosu {
  margin-top: 1.875rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
}
.pro-div .miaosu a {
  color: rgba(0, 0, 0, 0.7);
}
.jiantou a {
  width: 3.75rem;
  height: 3.75rem;
  background: #2658A0;
  border-radius: 0.625rem;
  display: inline-block;
  text-align: center;
  line-height: 3.75rem;
}
.jiantou a i {
  color: #FFF;
  font-size: 2.25rem;
}
.index-industry {
  position: relative;
}
.index-industry .industry-wz {
  left: 0;
  right: 0;
  top: 10%;
  z-index: 2;
}
.index-industry .index-industry-lunbo .industry-wz {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 5.9375rem;
  width: 40.3125rem;
  height: 40.3125rem;
  display: table;
  border-radius: 100%;
}
.index-industry .index-industry-lunbo .industry-wz .industry-nr {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 33;
}
.index-industry .index-industry-lunbo .industry-wz .title {
  font-size: 3.125rem;
  line-height: 1.5;
  margin-top: 0.625rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-transform: uppercase;
}
.index-industry .index-industry-lunbo .industry-wz .title a {
  color: #FFF;
}
.index-industry .index-industry-lunbo .industry-wz .wz-hh {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 1.875rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-industry .index-industry-lunbo .industry-wz .wz-hh a {
  color: #FFF;
}
.index-industry .index-industry-lunbo .industry-wz .jiantou {
  margin-top: 3.5625rem;
}
.index-industry .index-industry-lunbo .industry-wz .jiantou a {
  border: 1px solid #fff;
  background: transparent;
}
.index-industry .industry-ul {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7.5rem;
  z-index: 3;
  width: 12%;
}
.index-industry .industry-ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.5;
  /* or 250% */
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
}
.index-industry .industry-ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -1.875rem;
  width: 16px;
  height: 1px;
  background: #fff;
}
.index-industry .industry-ul li.active {
  font-weight: 700;
  font-size: 1.75rem;
}
.index-industry .industry-ul li.active::after {
  width: 3.375rem;
  left: -4.25rem;
}
.index-about {
  padding: 8.75rem 0;
  overflow: hidden;
}
.index-about .left {
  width: 42%;
}
.index-about .baout-img {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 50%;
}
.index-about .head-miao {
  margin: 8.75rem 0 5.5625rem;
  text-indent: 1.875rem;
}
.index-about .shu-ul {
  margin-top: 6.0625rem;
}
.index-about .shu-ul li {
  float: left;
  width: 33.33%;
}
.index-about .shu-ul li .p1 {
  color: #77B85B;
}
.index-about .shu-ul li .p1 span {
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 4.5rem;
  /* identical to box height */
  text-transform: uppercase;
  color: #77B85B;
}
.index-about .shu-ul li .p1 sup {
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  position: relative;
  top: -1.875rem;
}
.index-about .shu-ul li .p2 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  /* identical to box height */
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}
.index-about .baout-img img {
  border-top-left-radius: 4.375rem;
  border-bottom-left-radius: 4.375rem;
}
.index-about .wen-en {
  left: -20%;
  top: 37%;
  line-height: 1;
  transform: rotate(90deg);
  -webkit-text-stroke: 1px rgba(38, 88, 160, 0.2);
}
.index-about .wen-en::after {
  content: '';
  position: absolute;
  left: -3%;
  top: 89%;
  width: 110%;
  height: 2.1875rem;
  background: #2658A0;
}
.new-div {
  background: #FFF;
  padding: 1.875rem;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
}
.new-div .overh {
  border-radius: 0.625rem;
}
.new-div .new-type {
  margin-top: 1rem;
}
.new-div .new-type span {
  color: #2658A0;
  display: inline-block;
  padding: 0.3125rem 0.9375rem;
  background: #E9F2FF;
  border-radius: 4px;
}
.new-div .tile {
  font-weight: 700;
  margin-top: 1.125rem;
  font-size: 1.125rem;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.new-div .tile a {
  color: rgba(0, 0, 0, 0.9);
}
.new-div .miao {
  margin-top: 0.6875rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
  line-height: 1.6;
}
.new-div .miao a {
  color: rgba(0, 0, 0, 0.6);
}
.new-div .rq-div {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 1.625rem;
}
.new-div .rq-div span {
  display: inline-block;
  width: 70%;
  height: 1px;
  position: relative;
  float: right;
  top: 0.625rem;
  background: #2658A0;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.more a {
  position: relative;
  overflow: hidden;
}
.more a span {
  position: relative;
  z-index: 2;
}
.more a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #77B85B;
  left: -100%;
  top: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.more a:hover {
  background: #77B85B;
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.more a:hover::before {
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-new {
  background: #F9F9F9;
  padding: 6.625rem 0 9.375rem;
}
.index-new .new-ul li {
  float: left;
  cursor: pointer;
  font-size: 1rem;
  color: #2658A0;
  padding: 0.875rem 2.375rem;
  border-radius: 0.625rem;
  border: 1px solid #2658A0;
  margin-left: 1.25rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  overflow: hidden;
  position: relative;
}
.index-new .new-ul li span {
  position: relative;
  z-index: 2;
}
.index-new .new-ul li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #77B85B;
  left: -100%;
  top: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-new .new-ul li:hover,
.index-new .new-ul li.active {
  background: #77B85B;
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border: 1px solid #77B85B;
}
.index-new .new-ul li:hover::before,
.index-new .new-ul li.active::before {
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-new .new-bot {
  margin-top: 2.5rem;
}
.index-new .new-div {
  margin-bottom: 1.25rem;
}
.index-new .tui-img-new {
  padding-bottom: 4.125rem;
}
.index-new .tui-img-new .new-type {
  margin-top: 3rem;
}
.index-new .container {
  position: relative;
  z-index: 2;
}
.index-new::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 18.875rem;
  background: #2658A0;
  z-index: 1;
}
.index-new .bg-img {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.index-new .wen-en {
  left: 0;
  line-height: 1;
  bottom: 0;
  z-index: 2;
}
.lx-foot > div {
  margin-bottom: 1.875rem;
  position: relative;
  padding-left: 3.125rem;
}
.lx-foot > div span {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.lx-foot > div span i {
  color: #6C7070 !important;
  font-size: 1.25rem;
}
.feng {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: bold;
}
.ban .ban-wz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  color: #FFF;
}
.ban .ban-wz .p1 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
}
.ban .ban-wz .p2 {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.ban .wz-positon {
  bottom: 0;
  left: 0;
  padding: 1.25rem 0;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #FFFFFF;
}
.ban .wz-positon a {
  color: #FFFFFF;
}
.ban .wz-positon a:hover {
  color: #77B85B;
}
.two-nav-ul {
  border-bottom: 1px solid #0000001A;
}
.two-nav-ul li {
  display: inline-block;
}
.two-nav-ul li a {
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  font-size: 1.125rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  padding: 1.875rem 1.5625rem;
}
.two-nav-ul li:hover a,
.two-nav-ul li.active a {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: #77B85B;
  color: #fff;
}
.contnet {
  background: #F9F9F9;
  padding: 6.1875rem 0;
}
.contnet .head-miao {
  margin-top: 2.1875rem;
}
.contnet .pro-list {
  margin-top: 2.3125rem;
}
.contnet .pro-list .title-pro {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  text-align: center;
  color: #000000;
}
.contnet .pro-list .title-pro a {
  color: #000000;
}
.contnet .pro-div {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}
.contnet .pro-div .jiantou {
  display: none;
}
.contnet .pro-div .title-pro {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.contnet .pro-div img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.contnet .pro-div:hover {
  border: 1px solid #77B85B;
  position: relative;
}
.contnet .pro-div:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.contnet .pro-div:hover .title-pro {
  position: relative;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.contnet .pro-div:hover .title-pro a {
  color: #77B85B;
}
.contnet .pro-div:hover .jiantou {
  display: block;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.contnet .pro-div:hover .jiantou a {
  background: #77B85B;
}
.industry-ul-list li {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.industry-ul-list li .left {
  width: 45%;
  padding: 0 3.4375rem;
  height: 28.125rem;
  display: table;
}
.industry-ul-list li .left .box-center {
  display: table-cell;
  vertical-align: middle;
}
.industry-ul-list li .left .box-center .title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.375rem;
  /* identical to box height */
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #000000;
  position: relative;
}
.industry-ul-list li .left .box-center .title::after {
  content: '';
  position: absolute;
  width: 6rem;
  height: 2px;
  left: 0;
  bottom: -1px;
  background: #2658A0;
}
.industry-ul-list li .left .box-center .title a {
  color: #000000;
}
.industry-ul-list li .left .box-center .miao {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1.5625rem;
  color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.industry-ul-list li .left .box-center .miao a {
  color: rgba(0, 0, 0, 0.7);
}
.industry-ul-list li .left .box-center .more {
  margin-top: 3.125rem;
}
.industry-ul-list li .re-img {
  width: 55%;
}
.industry-ul-list li .re-img img {
  height: 28.125rem;
  object-fit: cover;
}
.industry-ul-list li:nth-child(even) .re-img {
  float: left;
}
.industry-ul-list li:nth-child(even) .left {
  float: right;
}
.video-div {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  margin-bottom: 1.875rem;
  overflow: hidden;
}
.video-div .video-bot {
  padding: 1.25rem;
}
.video-div .video-bot .tile {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.5;
  /* identical to box height */
  text-transform: uppercase;
  height: 3.1rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: rgba(0, 0, 0, 0.9);
}
.video-div .video-bot .data {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 0.75rem;
}
.video-div .video-bot .playbackcount {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0.75rem;
  color: rgba(0, 0, 0, 0.4);
}
.video-div .bo {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 100%;
  background: #FFF;
  text-align: center;
  line-height: 3.25rem;
}
.video-div .bo i {
  color: #000;
  font-size: 1.25rem;
  position: relative;
  left: 0.125rem;
}
.rongs-div {
  margin-bottom: 1.875rem;
}
.rongs-div .overh {
  padding: 0.75rem 1.6875rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  background: #fff;
}
.rongs-div .overh img {
  height: 24.625rem;
  object-fit: cover;
}
.rongs-div .tile {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.8);
}
.contact-top {
  padding: 5.625rem 0;
}
.contact-top .contact-xfs {
  background: #F9F9F9;
  padding: 3.125rem;
}
.contact-top .contact-xfs .xians {
  position: relative;
}
.contact-top .contact-xfs .xians::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 45%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.contact-top .contact-xfs .biaoti {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.375rem;
  /* identical to box height */
  text-transform: uppercase;
  color: #183E7D;
  margin-bottom: 2.5rem;
}
.contact-top .contact-xfs .p1 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  /* or 130% */
  color: #183E7D;
  margin-bottom: 1.375rem;
}
.contact-top .contact-xfs .div1 {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.8);
}
.contact-top .contact-xfs .div1 span {
  display: inline-block;
  width: 14%;
  color: rgba(0, 0, 0, 0.4);
}
.contact-top .contact-del {
  border-radius: 1.875rem;
  overflow: hidden;
  margin-top: 3.75rem;
}
.contact-bot {
  background: #F9F9F9;
  padding: 7.5rem 0;
}
.contact-bot .contact-message {
  margin-top: 3.75rem;
}
.contact-bot .contact-message .input-div {
  margin-bottom: 1.625rem;
}
.contact-bot .contact-message .input-div input {
  width: 100%;
  height: 3.75rem;
  background: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 0.625rem;
  padding-left: 5rem;
  color: #666666;
  font-size: 1rem;
}
.contact-bot .contact-message .input-div .color-span {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.625rem;
  font-size: 1.125rem;
  color: #666666;
}
.contact-bot .contact-message .input-div .color-span sup {
  color: #FF0000;
}
.contact-bot .contact-message textarea {
  width: 100%;
  background: #fff;
  border-radius: 0.625rem;
  border: 1px solid #DCDCDC;
  padding: 0.9375rem;
  height: 8.9375rem;
  color: #666666;
  font-size: 1rem;
}
.contact-bot .contact-message .tijiao {
  display: inline-block;
  margin-top: 1.875rem;
  border: none;
  padding: 0 2.1875rem;
  line-height: 3.125rem;
  font-weight: 700;
  font-size: 1.125rem;
  background: #2658A0;
  color: #fff;
  border-radius: 0.625rem;
}
.new-tui-lunbo {
  margin-top: 3.3125rem;
  position: relative;
}
.new-tui-lunbo .swiper-slide .new-type {
  margin-top: 0;
}
.new-tui-lunbo .swiper-slide .new-div .overh {
  width: 49%;
}
.new-tui-lunbo .swiper-slide .new-div .overh img {
  height: 29.1875rem;
  object-fit: cover;
}
.new-tui-lunbo .swiper-slide .new-div .fr {
  width: 48%;
  height: 29.1875rem;
  display: table;
}
.new-tui-lunbo .swiper-slide .new-div .fr > div {
  display: table-cell;
  vertical-align: middle;
}
.color-page .swiper-pagination {
  width: 100%;
  bottom: -2.5rem;
}
.color-page .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.3rem;
  background: rgba(255, 255, 255, 0.5);
  width: 0.875rem;
  height: 0.875rem;
}
.color-page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}
.new-list-div {
  padding: 1.875rem 0 4.375rem;
}
.new-list-ul li {
  background: #F9F9F9;
  border-radius: 0.625rem;
  margin-top: 2.5rem;
}
.new-list-ul li .new-div {
  background: transparent;
  box-shadow: 0px 0px 0px #000000;
}
.new-list-ul li .new-div .overh {
  width: 28%;
}
.new-list-ul li .new-div .fr {
  width: 68%;
  padding-top: 1.875rem;
}
.show_industry {
  padding: 7.4375rem 0;
}
.show_industry .show_industry-con {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
}
.show_industry .show_industry-con .titles {
  font-weight: 700;
  font-size: 1.375rem;
  margin-bottom: 0.9375rem;
  color: #2658A0;
}
.show_industry .show_industry-con .titles span {
  position: relative;
  top: -0.1875rem;
  margin-right: 0.625rem;
}
.product-recommendations {
  background: #F9F9F9;
  padding: 5.625rem 0;
}
.product-recommendations .product-recommendations-lunbo {
  margin-top: 3.75rem;
}
.product-recommendations .product-recommendations-lunbo .swiper-slide {
  border: 1px solid #0000001A;
}
.product-recommendations .product-recommendations-lunbo .swiper-slide .pro-div {
  padding-bottom: 3rem;
}
.product-recommendations .product-recommendations-lunbo .swiper-slide .pro-div .miaosu {
  margin-top: 0;
}
.product-recommendations .product-recommendations-lunbo .swiper-slide .pro-div .tile::after {
  display: none;
}
.product-recommendations .product-recommendations-lunbo .swiper-slide .tile {
  font-size: 1.125rem;
  text-align: center;
}
.recommendations-p {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.5;
  /* identical to box height */
  color: #000000;
  position: relative;
}
.recommendations-p::after {
  content: '';
  position: absolute;
  background: #2658A0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  bottom: 0;
  width: 4.625rem;
  height: 0.25rem;
}
.show_pro .show-pro-top {
  padding: 7.5rem 0;
}
.show_pro .show-pro-top .left {
  width: 46%;
  border: 1px solid #E6E6E6;
}
.show_pro .show-pro-top .right {
  width: 50%;
  padding-bottom: 1.25rem;
}
.show_pro .show-pro-top .right .title-you {
  color: #000000;
  margin-top: 3.125rem;
  font-weight: 700;
  font-size: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.show_pro .show-pro-top .right .title-you span {
  padding-bottom: 0.4375rem;
  border-bottom: 2px solid #2658A0;
}
.show_pro .show-pro-top .right .nr-you {
  margin-top: 1.375rem;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
}
.show_pro .show-pro-top .right .nr-you span {
  width: 0.25rem;
  height: 0.25rem;
  display: inline-block;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.7);
  margin-right: 0.625rem;
  top: -0.3125rem;
}
.product-parameters {
  background: #F9F9F9;
  padding: 5.1875rem 0;
}
.product-parameters .recommendations-con {
  color: rgba(0, 0, 0, 0.7);
  padding-top: 3.75rem;
  font-size: 1rem;
  line-height: 2;
}
.product-parameters .recommendations-con .pp1-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
  line-height: 1.5;
  /* identical to box height, or 117% */
  color: #000000;
}
.Industry-recommendations {
  background: transparent;
}
.table-responsive .table {
  background: #fff;
}
.table-responsive thead {
  background: #2658A0;
}
.table-responsive .table thead th {
  padding: 1.2rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}
.table-responsive .table td {
  padding: 1.2rem;
}
.Industry-recommendations .swiper-slide {
  border-radius: 0.625rem;
  overflow: hidden;
}
.Industry-recommendations .swiper-slide .pro-div {
  padding: 0;
}
.Industry-recommendations .swiper-slide .pro-div .bot-div {
  padding: 1.5625rem 1rem 2.375rem;
}
.Industry-recommendations .swiper-slide .pro-div .tile {
  text-align: left;
}
.Industry-recommendations .product-recommendations-lunbo .swiper-slide .pro-div {
  padding-bottom: 0;
}
.new-xqq {
  padding: 5.625rem 0;
}
.new-xqq .left {
  width: 68%;
}
.new-xqq .left .title {
  font-weight: 700;
  font-size: 2.25rem;
  color: #000000;
}
.new-xqq .left .data-xw {
  margin-top: 1.5625rem;
  line-height: 2.5rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  padding-bottom: 1rem;
}
.new-xqq .left .data-xw .feng {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
}
.new-xqq .left .new-xq-con {
  padding: 4.0625rem 0;
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.new-xqq .right {
  padding: 1.3125rem;
  background: #F9F9F9;
  width: 30%;
}
.new-xqq .right .rm-p {
  font-weight: 700;
  font-size: 1.625rem;
  color: #000000;
}
.new-xqq .right .ren-ul li {
  padding: 1.25rem 0;
  border-bottom: 1px solid #00000033;
}
.new-xqq .right .ren-ul li .overh {
  margin-bottom: 1rem;
}
.new-xqq .right .ren-data {
  font-weight: 500;
  font-size: 1rem;
  text-align: justify;
  text-transform: uppercase;
  color: #999999;
}
.new-xqq .right .ren-title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 0.3125rem;
  text-align: justify;
  text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: rgba(0, 0, 0, 0.8);
}
.article-div {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.7;
  /* identical to box height, or 167% */
  padding-top: 2rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.article-div > div {
  padding-bottom: 1rem;
}
.article-div a {
  color: rgba(0, 0, 0, 0.5);
}
.article-div a:hover {
  color: #2658A0;
}
.company-profile {
  padding: 11.75rem 0;
}
.company-profile .wen-en {
  font-size: 10rem;
  left: -12%;
}
.company-profile .head-miao {
  margin: 3.4375rem 0 0;
}
.company-profile .wen-en::after {
  display: none;
}
.company-con {
  background: #183E7D;
  padding: 3.625rem;
}
.company-con .shu-ul li {
  width: 25%;
  float: left;
  color: #fff;
}
.company-con .shu-ul li .p1 span {
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 4.5rem;
  /* identical to box height */
  text-transform: uppercase;
  letter-spacing: -0.125rem;
}
.company-con .shu-ul li .p1 sup {
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  position: relative;
  top: -1.875rem;
}
.company-con .shu-ul li .p2 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  /* identical to box height */
  text-transform: uppercase;
}
.corporate-culture {
  padding: 6.5625rem 0 5rem;
}
.corporate-culture .corporate-con {
  margin-top: 3.75rem;
}
.corporate-culture .corporate-con .corporate-ul {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.corporate-culture .corporate-con .corporate-ul li {
  width: 25%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
  position: relative;
  height: 100%;
  cursor: pointer;
}
.corporate-culture .corporate-con .corporate-ul li:first-child {
  border-left: 0;
}
.corporate-culture .corporate-con .corporate-ul li .yaun {
  width: 6.25rem;
  height: 6.25rem;
  text-align: center;
  line-height: 6.25rem;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.corporate-culture .corporate-con .corporate-ul li .yaun i {
  font-size: 3.25rem;
  font-weight: bold;
  color: #2658A0;
}
.corporate-culture .corporate-con .corporate-ul li .pp1 {
  text-align: center;
  margin-top: 1.3125rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
}
.corporate-culture .corporate-con .corporate-ul li::before {
  content: '';
  position: absolute;
  background: rgba(119, 184, 91, 0.9);
  left: 0;
  width: 100%;
  height: 0%;
  transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 200ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 200ms ease-in-out;
  /* Opera */
  bottom: 0;
}
.corporate-culture .corporate-con .corporate-ul li:hover::before {
  height: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.corporate-culture .corporate-con .corporate-ul li:hover .yaun i {
  color: #77B85B;
}
.development {
  background: url(/assets/addons/cms/frontend/img/17.jpg) no-repeat;
  background-size: cover;
  padding: 6.5625rem 0 11.25rem;
}
.development .development-bot {
  padding: 6.25rem 0 2.5rem;
}
.development .development-bot .gallery-top {
  padding-top: 1rem;
}
.development .development-bot .gallery-top .swiper-slide.swiper-slide-active {
  position: relative;
  top: -1rem;
}
.development .development-bot .gallery-top .swiper-slide.swiper-slide-active .deve-div .nian {
  color: #77B85B;
}
.development .development-bot .gallery-top .swiper-slide .deve-div {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #E7E7E7;
  border-radius: 1.25rem;
  padding: 2.4375rem 1.6875rem;
}
.development .development-bot .gallery-top .swiper-slide .deve-div .nian {
  font-size: 2.5rem;
  color: #2658A0;
  line-height: 1;
}
.development .development-bot .gallery-top .swiper-slide .deve-div .neri-d {
  font-size: 1.125rem;
  line-height: 2.125rem;
  margin-top: 0.4375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.8);
}
.development-bot .gallery-top .swiper-slide {
  transition: 300ms;
}
.development .development-bot .gallery-top .swiper-slide.swiper-slide-active .deve-div .neri-d {
  height: 6.375rem;
  -webkit-line-clamp: 3;
}
.development .development-bot .gallery-thumbs {
  margin-top: 4.25rem;
  position: relative;
  padding-top: 1rem;
}
.development .development-bot .gallery-thumbs .swiper-slide {
  text-align: center;
  cursor: pointer;
}
.development .development-bot .gallery-thumbs .swiper-slide .yuan {
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  background: #FFF;
  border-radius: 100%;
  border: 0.0625rem solid #CECCCC;
  position: relative;
}
.development .development-bot .gallery-thumbs .swiper-slide .yuan::after {
  content: '';
  position: absolute;
  width: 1.6875rem;
  height: 1.6875rem;
  border: 3px solid #77B85B;
  border-radius: 100%;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.development .development-bot .gallery-thumbs .swiper-slide .p1 {
  font-size: 1.75rem;
  line-height: 2.125rem;
  color: #FFFFFF;
  margin-top: 1rem;
}
.development .development-bot .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .yuan {
  background: #77B85B;
  border: 0.0625rem solid #77B85B;
}
.development .development-bot .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .yuan::after {
  opacity: 1;
}
.development .development-bot .gallery-thumbs:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 1.625rem;
  height: 0.0625rem;
  background: url(/assets/addons/cms/frontend/img/line.png) no-repeat;
  background-size: 100% 100%;
}
.development .development-bot .swiper-button-next,
.development .development-bot .swiper-button-prev {
  width: 3.75rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.625rem;
  height: 3.75rem;
  line-height: 3.75rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.development .development-bot .swiper-button-next i,
.development .development-bot .swiper-button-prev i {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2658A0;
}
.development .development-bot .swiper-button-next {
  right: -4.375rem;
}
.development .development-bot .swiper-button-prev {
  left: -4.375rem;
}
.honours {
  background: url(/assets/addons/cms/frontend/img/9.png) no-repeat;
  background-size: cover;
  padding: 6.8125rem 0;
}
.honours .container {
  position: relative;
  z-index: 3;
}
.honours:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 10.875rem;
  background: #183E7D;
  z-index: 1;
}
.honours .wen-en {
  left: 10%;
  line-height: 1;
  bottom: 0;
  z-index: 2;
  font-size: 10rem;
}
.honours .honours-div {
  margin-top: 3.75rem;
}
.honours .honours-div .le {
  width: 35%;
  padding-top: 5.25rem;
}
.honours .honours-div .le .head-miao {
  font-size: 1.125rem;
}
.honours .honours-div .le .more {
  margin-top: 3.75rem;
}
.honours .honours-div .re {
  width: 57%;
}
footer .feng .social-share .social-share-icon {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: rgba(255, 255, 255, 0.3) !important;
}
.svg-circle {
  width: 103%;
  height: 103%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.wz-yuan {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.new-div {
  cursor: pointer;
}
.new-div img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-div:hover .rq-div span {
  background: #77B85B;
}
.new-div:hover .tile a {
  color: #77B85B;
}
.pro-div {
  cursor: pointer;
}
.pro-div img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-div .jiantou {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-div:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.pro-div:hover .tile a {
  color: #77B85B;
}
.pro-div:hover .tile::after {
  background: #77B85B;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-div:hover .jiantou {
  right: 4rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-div:hover .jiantou a {
  background: #77B85B;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.industry-ul-list li {
  cursor: pointer;
}
.industry-ul-list li img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.industry-ul-list li .re-img {
  overflow: hidden;
}
.industry-ul-list li:hover .left .box-center .title::after {
  background: #77B85B;
}
.industry-ul-list li:hover .left .box-center .title a {
  color: #77B85B;
}
.industry-ul-list li:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.contact-bot .contact-message .tijiao {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.contact-bot .contact-message .tijiao:hover {
  background: #77B85B;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.rongs-div .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.rongs-div .overh:hover {
  border: 1px solid #77B85B;
}
.rongs-div .overh:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.02);
  -ms-transform: scale(1.02);
  /* IE 9 */
  -moz-transform: scale(1.02);
  /* Firefox */
  -webkit-transform: scale(1.02);
  /* Safari 和 Chrome */
  -o-transform: scale(1.02);
}
.video-div img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.video-div:hover {
  border: 1px solid #77B85B;
}
.video-div:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.video-div:hover .video-bot .tile {
  color: #77B85B;
}
.new-xqq .right .ren-ul li:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.new-xqq .right .ren-ul li:hover .ren-title a {
  color: #77B85B;
}
.product-recommendations-lunbo .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 0.3125rem;
  background: #D9D9D9;
}
.product-recommendations-lunbo .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #77B85B;
}
.product-recommendations-lunbo .swiper-pagination {
  width: 100%;
  bottom: -3rem;
}
.rightfix1 .bot li.tops {
  border-radius: 100%;
}
.rightfix1 .bot li.tops i {
  font-size: 1.875rem;
}
.lunbo .xian-spa {
  display: inline-block;
  width: 0rem;
  height: 0.125rem;
  background: #ccc;
  position: relative;
  top: -0.1875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  margin-left: 0.625rem;
  overflow: hidden;
}
.lunbo .xian-spa::after {
  content: '';
  position: absolute;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: #77B85B;
}
.lunbo .swiper-pagination-bullet {
  margin: 0 2.1875rem;
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  line-height: 2.5rem;
  font-size: 1rem;
  color: #FFFFFF;
}
.lunbo .swiper-pagination {
  bottom: 5%;
  right: 10%;
}
.lunbo .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #CCC;
}
.lunbo .swiper-pagination-bullet.swiper-pagination-bullet-active .xian-spa {
  width: 6.25rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.lunbo .swiper-pagination-bullet.swiper-pagination-bullet-active .xian-spa::after {
  left: 0;
  transition: 5000ms ease-in-out;
  -moz-transition: 5000ms ease-in-out;
  /* Firefox 4*/
  -webkit-transition: 5000ms ease-in-out;
  /* Safari and Chrome*/
  -o-transition: 5000ms ease-in-out;
}
.lunbo-page {
  bottom: 5%;
  left: 10%;
  width: 10%;
}
.lunbo-page .swiper-button-next,
.lunbo-page .swiper-button-prev {
  width: 3.125rem;
  left: auto;
  right: auto;
  text-align: center;
  background: transparent;
  position: relative;
  top: auto;
  margin: 0 1rem;
  border: 1px solid #fff;
  border-radius: 0.625rem;
  height: 3.125rem;
  line-height: 3.125rem;
}
.lunbo-page .swiper-button-next i,
.lunbo-page .swiper-button-prev i {
  font-size: 1rem;
  color: #fff;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 100px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: white;
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.tui-img-new .overh img {
  height: 13.625rem;
}
.log-div img {
  width: 12.875rem;
}
@media (max-width: 1600px) {
  .index-industry .industry-ul {
    width: 14% ;
  }
  .index-about .head-miao {
    margin: 3.75rem 0 2.5625rem;
  }
  .lunbo .lunbo-wz .div1 {
    font-size: 3rem;
  }
}
@media (max-width: 1440px) {
  .index-about .shu-ul li .p1 span {
    font-size: 2.5rem;
  }
  .index-about .head-miao {
    margin: 3.75rem 0 2.5625rem;
  }
  .index-about .wen-en::after {
    top: 95%;
  }
  .rightfix1 {
    right: 3rem;
  }
  .footer .foot-top .foot-ul li {
    margin-right: 6%;
  }
  .head-hd {
    font-size: 2.4rem;
  }
  .index-industry .index-industry-lunbo .industry-wz {
    width: 35.3125rem;
    height: 35.3125rem;
  }
  .ban .ban-wz .p1 {
    font-size: 2.4rem;
  }
  .ban .ban-wz .p2 {
    font-size: 1.3rem;
  }
  .company-con .shu-ul li .p1 span {
    font-size: 2.5rem;
  }
}
.phone {
  background: #2658A0;
}
#phone_nav span,
.seaarch_phone span {
  color: #FFF;
}
.index-industry .index-industry-lunbo .industry-wz .industry-nr img {
  width: 4.375rem;
}
.corporate-img-ul li img {
  height: 38.125rem;
  object-fit: cover;
}
.new-list-ul .new-div img {
  height: 16.875rem;
  object-fit: cover;
}
.rightfix1 {
  display: none;
}
@media (max-width: 990px) {
  .index-industry .index-industry-lunbo .industry-wz .industry-nr {
    padding: 1.25rem;
  }
  .video-img {
    display: none;
  }
  .lunbo .swiper-slide img {
    display: none;
  }
  .index-industry .industry-ul li {
    font-size: 1rem;
  }
  .index-industry .industry-ul li.active {
    font-size: 1.1rem;
  }
  .show_pro .show-pro-top .right .title-you {
    margin-top: 1rem;
  }
  body {
    overflow-x: hidden;
  }
  #header {
    display: none;
  }
  .lunbo .lunbo-wz .div2 {
    font-size: 2.5rem;
  }
  .container {
    padding: 0 15px;
  }
  .lunbo-page {
    display: none;
  }
  .lunbo .swiper-pagination {
    width: 100%;
  }
  .index-about .wen-en {
    display: none;
  }
  .index-about .left {
    width: 100%;
  }
  .index-about .baout-img {
    position: relative;
    width: 100%;
    top: 0%;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  .index-about .baout-img img {
    border-radius: 0;
  }
  .index-pro,
  .index-about,
  .index-new,
  .development {
    padding: 3rem 0;
    overflow: hidden;
  }
  .index-industry-lunbo .swiper-slide > img {
    height: 100vh;
    object-fit: cover;
  }
  .index-industry .index-industry-lunbo .industry-wz {
    width: 25.3125rem;
    height: 25.3125rem;
    padding: 0 0.625rem;
  }
  .index-industry .index-industry-lunbo .industry-wz .title {
    font-size: 1.4rem;
  }
  .index-industry .industry-ul {
    right: 5%;
  }
  .index-industry .index-industry-lunbo .industry-wz .jiantou {
    margin-top: 1rem;
  }
  .index-about .baout-img {
    margin-top: 1rem;
  }
  .index-about .shu-ul {
    margin-top: 1rem;
  }
  .ban .ban-wz .p1 {
    font-size: 1.8rem;
  }
  body {
    padding-top: 3.75rem;
  }
  .development .development-bot {
    padding-top: 1rem;
  }
  .development .development-bot .gallery-thumbs .swiper-slide .p1 {
    font-size: 1rem;
  }
  .development .development-bot .gallery-top .swiper-slide .deve-div .nian {
    font-size: 1.5rem;
  }
  .development .development-bot .gallery-top .swiper-slide.swiper-slide-active .deve-div .neri-d {
    font-size: 1rem;
  }
  .development .development-bot .gallery-top .swiper-slide .deve-div {
    padding: 1rem;
  }
  .development .development-bot .gallery-thumbs {
    margin-top: 2rem;
  }
  .honours .honours-div .le {
    padding-top: 0rem;
  }
  .honours .honours-div,
  .corporate-culture .corporate-con {
    margin-top: 1rem;
  }
  .honours,
  .corporate-culture,
  .contact-bot {
    padding: 3rem 0;
  }
  .corporate-img-ul li img {
    height: 25.125rem;
  }
  .contact-top .contact-xfs .xians::before {
    display: none;
  }
  .contact-top .contact-xfs {
    padding: 2rem;
  }
  .contact-top .contact-del {
    margin-top: 1rem;
  }
  .contact-top .contact-xfs .xians .col-lg-6 {
    margin-bottom: 1rem;
  }
  .contact-top .contact-xfs .biaoti {
    margin-bottom: 1rem;
  }
  .new-xqq .left {
    width: 100%;
  }
  .new-xqq .right {
    width: 100%;
  }
  .new-xqq {
    padding: 3rem 0;
  }
  .new-xqq .left .title {
    font-size: 1.5rem;
  }
  .new-xqq .left .new-xq-con {
    padding: 2rem 0;
  }
  .show_pro .show-pro-top {
    padding: 3rem 0;
  }
}
.video-img {
  display: none;
}
.phone-img {
  display: none;
}
@media (max-width: 767px) {
  .lunbo .swiper-slide .l0 {
    top: 30%;
  }
  .phone-img {
    display: block;
  }
  .lunbo .swiper-slide .video-img .lunbo .swiper-slide > img {
    display: none;
  }
  .lunbo .swiper-slide > .phone-img {
    display: block;
  }
  .lunbo .swiper-slide {
    height: auto;
  }
  .rightfix1 {
    right: 1rem;
  }
  .corporate-img-ul li img {
    height: 35.125rem;
  }
  .corporate-culture .corporate-con .corporate-ul li {
    height: 25%;
  }
  .corporate-culture .corporate-con .corporate-ul li {
    width: 100%;
  }
  .lunbo .swiper-slide img {
    height: calc(100vh - 60px);
  }
  .lunbo .swiper-slide video {
    display: none;
  }
  .rongs-div .overh img {
    height: auto;
  }
  .index-industry .industry-ul li::after {
    display: none;
  }
  .lunbo .lunbo-wz .div1 {
    margin-top: 1rem;
  }
  .contnet .head-miao {
    margin-top: 1rem;
  }
  .lunbo .swiper-pagination-bullet.swiper-pagination-bullet-active .xian-spa {
    width: 2rem;
  }
  .head-hd {
    font-size: 1.5rem;
  }
  .head-en {
    font-size: 1.2rem;
  }
  .index-about .head-miao {
    margin: 1rem;
  }
  .index-industry .industry-ul li {
    font-size: 1rem;
  }
  .index-industry .industry-ul li.active {
    font-size: 1rem;
  }
  .index-industry .industry-ul {
    width: 100%;
    right: 0;
    top: auto;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    bottom: 10%;
  }
  .index-industry .industry-ul li {
    float: left;
    text-align: center;
    width: 30%;
  }
  .index-industry .industry-ul li.active::after {
    left: -1.875rem;
    width: 1rem;
  }
  .lunbo .lunbo-wz .div2 {
    font-size: 1.5rem;
  }
  .lunbo .lunbo-wz {
    width: 100%;
  }
  .index-pro .pro-top .head-miao {
    width: 100%;
  }
  .index-industry .index-industry-lunbo .industry-wz {
    top: 43%;
  }
  .index-new .new-ul li {
    padding: 0.5rem 1rem;
  }
  .more a {
    padding: 0 1rem;
  }
  .pro-div {
    padding: 1rem 1rem 3rem;
  }
  .jiantou a {
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
  }
  .jiantou a i {
    font-size: 1rem;
  }
  .pro-div .jiantou {
    bottom: -0.5625rem;
  }
  .index-pro .more {
    margin-top: 1rem;
  }
  .index-pro .index-lunbo-pro {
    margin-top: 1rem;
  }
  .index-about .shu-ul li .p1 span {
    font-size: 1.5rem;
  }
  .index-about .shu-ul li .p1 sup {
    font-size: 1rem;
    top: 0;
  }
  .ban .wz-positon,
  .two-nav-ul {
    display: none;
  }
  .ban img {
    height: 18.75rem;
    object-fit: cover;
  }
  .contnet {
    padding: 3rem 0;
  }
  .ban .ban-wz .p2 {
    font-size: 1rem;
  }
  .industry-ul-list li .re-img {
    float: left;
    width: 100%;
  }
  .industry-ul-list li .left {
    float: right;
    width: 100%;
    height: auto;
    padding: 2rem 1rem;
  }
  .industry-ul-list li .left .box-center .more {
    margin-top: 1rem;
  }
  .industry-ul-list li {
    border-radius: 0.625rem;
  }
  .industry-ul-list li .left .box-center .title {
    font-size: 1.2rem;
  }
  .corporate-culture .corporate-con .corporate-ul li .yaun {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  .corporate-culture .corporate-con .corporate-ul li .yaun i {
    font-size: 1.5rem;
  }
  .corporate-culture .corporate-con .corporate-ul li .pp1 {
    font-size: 1rem;
  }
  .corporate-img-ul li img {
    height: 50rem;
  }
  .development .development-bot .swiper-button-next {
    right: -0.625rem;
  }
  .development .development-bot .swiper-button-prev {
    left: -0.625rem;
  }
  .development .development-bot .swiper-button-next,
  .development .development-bot .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    top: 40%;
  }
  .honours .honours-div .le {
    width: 100%;
  }
  .honours .honours-div .re {
    width: 100%;
  }
  .honours .honours-div .le .more {
    margin-top: 1rem;
  }
  .company-con .shu-ul li .p1 span {
    font-size: 1.5rem;
  }
  .company-con {
    padding: 2rem 1rem;
  }
  .company-con .shu-ul li .p1 sup {
    top: -1rem;
  }
  .contact-top {
    padding: 3rem 0;
  }
  .contact-top .contact-xfs .biaoti {
    font-size: 1.4rem;
  }
  .contact-top .contact-del {
    border-radius: 0;
  }
  .contact-bot .contact-message {
    margin-top: 1rem;
  }
  .new-tui-lunbo .swiper-slide .new-div .overh {
    width: 100%;
  }
  .new-tui-lunbo .swiper-slide .new-div .overh img {
    height: auto;
  }
  .new-tui-lunbo .swiper-slide .new-div .fr {
    width: 100%;
    height: auto;
    padding: 1rem 0;
  }
  .index-new .new-div {
    padding: 1rem;
  }
  .new-list-ul li .new-div .overh {
    width: 100%;
  }
  .new-list-ul li .new-div .overh img {
    height: auto;
  }
  .new-list-ul li .new-div .fr {
    width: 100%;
    padding-top: 1rem;
  }
  .new-list-ul li .new-div {
    padding: 1rem;
  }
  .new-list-ul li {
    margin-top: 1rem;
    width: 100%;
  }
  .contnet .pro-div {
    margin-bottom: 2rem;
  }
  .show_industry,
  .product-recommendations {
    padding: 3rem 0;
  }
  .recommendations-p {
    font-size: 1.5rem;
  }
  .product-recommendations .product-recommendations-lunbo {
    margin-top: 2rem;
  }
  .pro-div .tile {
    padding-bottom: 0;
  }
  .product-recommendations .product-recommendations-lunbo .swiper-slide .pro-div {
    padding-bottom: 2rem;
  }
  .new-xqq .right .rm-p {
    font-size: 1.2rem;
  }
  .new-xqq .right {
    margin-top: 1rem;
  }
  .show_pro .show-pro-top .left {
    width: 100%;
  }
  .show_pro .show-pro-top .right {
    width: 100%;
    margin-top: 2rem;
  }
  .product-parameters {
    padding: 3rem 0;
  }
  .product-parameters .recommendations-con .pp1-title {
    font-size: 1.1rem;
  }
  .product-parameters .recommendations-con {
    padding-top: 1rem;
  }
  .table-responsive .table thead th {
    padding: 0.5rem;
  }
  .table-responsive .table td {
    padding: 0.5rem;
  }
  .table thead th {
    vertical-align: middle;
  }
  .table-responsive .table {
    min-width: 500px;
  }
  .product-recommendations .product-recommendations-lunbo .swiper-slide .pro-div {
    padding-bottom: 0;
  }
  .lunbo .lunbo-wz .div1 {
    font-size: 2rem;
  }
  .lunbo .lunbo-wz .lunbo-ul li {
    font-size: 1.2rem;
  }
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.foot-fot1 {
  background: #2658A0;
  color: #fff;
}
.foot-fot1 .banquan {
  padding: 1rem;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #2658A0;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 36px;
  max-width: 40%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #2658A0;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.ban .wz-positon span:last-child {
  display: none;
}
#header .na-ul > li {
  position: relative;
}
#header .na-ul > li .er-ul {
  width: 10.75rem;
  left: -86%;
  transition: 200ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
}
#header .na-ul > li .er-ul li {
  margin-right: 0;
  display: block;
  width: 100%;
}
#header .na-ul > li .er-ul li a {
  color: #000;
  display: block;
  text-align: center;
  font-size: 1rem;
}
#header .na-ul > li .er-ul li:hover {
  background: #77B85B;
}
#header .na-ul > li .er-ul li:hover a {
  color: #FFf;
}
#header .na-ul > li:hover .er-ul {
  transition: 400ms ease-in-out;
  transform: scaleY(1);
  opacity: 1;
}
.index-about .shu-ul li:nth-child(3) {
  display: none;
}
.corporate-img-ul li img {
  width: 100%;
  display: none;
}
.corporate-img-ul li.active img {
  display: block;
}
.loadmore {
  text-align: center;
}
.loadmore span {
  color: #77B85B;
  border: 1px solid #77B85B;
  display: inline-block;
  padding: 0.3125rem 1rem;
}
.index-industry .index-industry-lunbo .industry-wz {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-industry .index-industry-lunbo .industry-wz:hover {
  background: rgba(0, 0, 0, 0.6);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-industry .index-industry-lunbo .industry-wz:hover .jiantou a {
  background: #fff;
}
.index-industry .index-industry-lunbo .industry-wz:hover .jiantou a i {
  color: #77B85B;
}
.index-industry-lunbo .swiper-slide > img {
  animation: banner 20s infinite;
}
@keyframes banner {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.index-new .new-bot > div {
  display: none;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #2F5BA9;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}
.ss-list li .xw-nycont span {
  color: #2F5BA9;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
.ny-news-content {
  padding: 5rem 0 7rem;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
@media (max-width: 990px) {
  .foot-fot1 {
    display: block;
  }
}
.baout-img img,
.honours .honours-div .re img {
  width: 100%;
}
.index-industry-lunbo .swiper-slide::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.footer .foot-top .foot-ul li:nth-child(1) {
  display: none;
}
.product-recommendations .product-recommendations-lunbo {
  padding-bottom: 1rem;
}
.rightfix1 .bot li:nth-child(1) > div {
  width: 15rem;
}
.rightfix1 .bot li:nth-child(2) > div {
  width: 180px;
  line-height: 2;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: left;
  padding: 1rem;
}
.rightfix1 .bot li:nth-child(2) > div span {
  color: #2658A0;
}
.corporate-culture .corporate-con .corporate-ul li .z {
  text-align: center;
  width: 90%;
}
.corporate-culture .corporate-con .corporate-ul li .z .pp2 {
  color: #fff;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.7;
}
.corporate-culture .corporate-con .corporate-ul li .yaun {
  display: inline-block;
}
.table-responsive .table td {
  vertical-align: middle;
  font-size: 1.4rem;
}
.table-responsive .table thead th {
  font-size: 1.4rem;
}
.table-responsive .table thead th {
  vertical-align: middle;
}
.pei-div {
  margin-top: 2rem;
}
.peijian-div .overh img {
  height: 14.125rem;
  object-fit: cover;
}
.fancybox-caption__body {
  font-size: 1.5rem;
}
