@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: #3c3c3c;
}
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 2.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: 7%;
  float: left;
}
.footer .foot-top .foot-ul li:last-child {
  margin-right: 0;
}
.footer .foot-top .foot-ul li:last-child .p1 {
  font-size: 1.725rem;
}
.footer .foot-top .foot-ul li:last-child h3{
  font-size: 1.625rem; margin-bottom: 1rem;
}
.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: #9d9d9d;
  display: block;
  line-height: 2;
}
.footer .foot-top .foot-a > a:hover {
  color: #cd3301;
}
.footer .foot-top .p2 {
  font-size: 1.75rem;
  letter-spacing: 0.0625rem;
  color: #cd3301;
}
.footer .foot-bot {
  padding: 0.875rem 0;
  background: #242424;
  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: #6b696a;
  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: #6b696a;
}
.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: #991e23;
  color: #fff;
  background: #991e23;
}
.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: #6b696a;
  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: #6b696a;
}
.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: #6b696a;
  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:rgba(0,0,0,0.8);
  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:1.5625rem;
  margin-left:1.5625rem;
  float: left;
}
#header .na-ul > li > a {
  font-size: 1.25rem;
  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: #991e23;
  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: #ff000a;
}
#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;
}
header .lanuage {
  padding: 0 1.125rem;
  position: relative;
  margin-right: 1.25rem;
  margin-left: 3.5625rem;
}header .lanuage:hover ul {
    display: block;
}
header .lanuage ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    line-height: 1.875rem;
    text-align: center;
    padding: 0.625rem 0;
    display: none;
}
header .lanuage ul li a {
    justify-content: center;
}header .lanuage ul li:hover a {
    color: #991e23;
}
header .lanuage::before {
  left: 0;
}
header .lanuage::after {
  right: 0;
}
header .lanuage::before,
header .lanuage::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1rem;
  background: rgba(255, 255, 255, 1);
}
header .lanuage .iconfont {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  display: block;
  margin-right: 0.375rem;
}
header .lanuage a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1rem;
}
header .lanuage ul li a{
    color: #333;
}


.lunbo .swiper-slide {
  height: 100vh;
}
.lunbo .lunbo-wz {
  width: 100%;
}
.lunbo .lunbo-wz .div3 {
  margin-top: 2.68rem;
}
.lunbo .lunbo-wz .div2 {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  margin-top: 1.75rem;
}
.lunbo .lunbo-wz .div1 {
  margin-top: 0.625rem;
  line-height: 1;
  /* or 150% */
  font-weight: 700;
  font-size: 3.75rem;
  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;
  color: #6b696a;
  letter-spacing: 0;
}
.head-miao {
  font-weight: 400;
  font-size: 1.20rem;
  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: #6b696a;
  color: #fff;
  border-radius: 0.625rem;
}
.more.br a {
  display: inline-block;
  border-radius: 0.3125rem;
  padding: 0 2.1875rem;
  line-height: 3.125rem;
  font-weight: 500;
  font-size: 1rem;
  background: #fff;
  color: #991e23;
  border-radius: 0.625rem;
  border: 1px solid #991e23;
}
.wen-en {
  font-size: 16.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 6.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: #6b696a;
  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: 1.25rem 1.25rem 4.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;margin-top: 1rem;
}
.pro-div .tile::after {
  content: '';
  position: absolute;
  background: #6b696a;
  width: 2.375rem;
  height: 0.125rem;
  left: 0;
  bottom: 0;
}
.pro-div .tile a {
  color: #000000;
}
.pro-div .jiantou {
  bottom: -1.8625rem;
  right: 2.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: 6.25rem;
  height: 3.875rem;
  background: #6b696a;
  border-radius: 0.625rem;
  display: inline-block;
  text-align: center;
  line-height: 3.75rem;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.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: 0px solid #fff;
}
.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;
  background: #f9f9f9;
}
.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: 3.75rem 0 2.5625rem;
  text-indent: 1.875rem;
}
.index-about .shu-ul {
  margin-top: 4.0625rem;
}
.index-about .shu-ul li {
  float: left;
  width: 33.33%;
}
.index-about .shu-ul li .p1 {
  color: #991e23;
}
.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: #991e23;
}
.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: 0.0375rem;
  border-bottom-left-radius: 0.0375rem;
}
.index-about .wen-en {
  left: -18%;
  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: 0;
  top: 93%;
  width: 100%;
  height: 0.8875rem;
  background: #991e23;
}
.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: #6b696a;
  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: #6b696a;
  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: #991e23;
  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: #991e23;
  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-pkgl {
  padding: 6.625rem 0 9.375rem;
  background: #f3f3f4;
}
/* 外层容器 */
.index-pkgl .equip-swiper-wrap{
  position:relative;
  width:100%;
  margin:3rem auto;
}
.index-pkgl .equip-swiper{
  overflow:hidden;
}
.index-pkgl .swiper-slide{
  display:flex;
  align-items: flex-start;
}
.index-pkgl .slide-img-box{
  width:50%;
}
.index-pkgl .slide-img{
  width:100%;
  object-fit:cover;
}
/* 右侧文本区域 */
.index-pkgl .slide-text{
  width:46%;
  margin-left:4%;
  position:relative;
  padding-top:10px;
}
.index-pkgl .slide-text h2{
  font-size:2.25rem;
  color:#111;
  font-weight:bold;
  margin-bottom:12px;
}
/* 标题下红色短横线 */
.index-pkgl .title-line{
  width:40px;
  height:3px;
  background:#991e23;
  margin-bottom:24px;
}
.index-pkgl .slide-desc{
  font-size:1.25rem;
  color:#666;
  line-height:1.8;
  letter-spacing:1px;
}
/* CSS绘制红色大引号 ” */
.index-pkgl .quote-mark{
  color:#991e23;
  line-height:1;
  margin-top: 1rem;
}
.index-pkgl .quote-mark i{font-size: 4.28rem;}

/* 自定义左右按钮 */
.index-pkgl .equip-swiper-wrap .swiper-button-prev,
.index-pkgl .equip-swiper-wrap .swiper-button-next{
  background:rgba(0,0,0,0);
  color:#6b696a;
}

.index-pkgl .equip-swiper-wrap .swiper-button-prev i,
.index-pkgl .equip-swiper-wrap .swiper-button-next i{
  font-size:2.28rem;
}
.index-pkgl .equip-swiper-wrap .swiper-button-prev{
  right:40px;
  left: unset;
  bottom:18px;
  top:unset;height: unset;
}
.index-pkgl .equip-swiper-wrap .swiper-button-next{
  right:1px;
  bottom:18px;
  top:unset;
  height: unset;
}

/* 简单适配移动端 */
@media(max-width:992px){
  .index-pkgl .swiper-slide{
    grid-template-columns:1fr;
  }
  .index-pkgl .slide-img{height:320px;}
  .index-pkgl .quote-mark{top:120px;font-size:120px;}
  .index-pkgl .equip-swiper-wrap .swiper-button-prev{left:30%;}
  .index-pkgl .equip-swiper-wrap .swiper-button-next{left:55%;}
}

.index-new {
  background: #F9F9F9;
  padding: 6.625rem 0 9.375rem;
}
.index-new .new-ul li {
  float: left;
  cursor: pointer;
  font-size: 1rem;
  color: #6b696a;
  padding: 0.875rem 2.375rem;
  border-radius: 0.625rem;
  border: 1px solid #6b696a;
  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: #991e23;
  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: #991e23;
  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 #991e23;
}
.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: #6b696a;
  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: 0.875rem;
  position: relative;
  padding-left: 2.825rem;
}
.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: #77B85B !important;
  font-size: 1.45rem;
}
.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.125rem;
  line-height: 1.5;
  color: #FFFFFF;
}
.ban .wz-positon a {
  color: #FFFFFF;
}
.ban .wz-positon a:hover {
  color: #991e23;
}
.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: #991e23;
  color: #fff;
}

.two-nav-ul.green li:hover a,
.two-nav-ul.green li.active a {
  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;
  margin-top: 1.25rem;
}
.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 #991e23;
  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: #991e23;
}
.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: #991e23;
}
.industry-ul-list li {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  overflow: hidden;
  margin-bottom: 6.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: #6b696a;
}
.industry-ul-list li .left .box-center .title a {
  color: #000000;
}
.industry-ul-list li .left .box-center .miao {
  font-weight: 400;
  font-size: 1.25rem;
  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: 6;
}
.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: contain;
}
.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: #6b696a;
  margin-bottom: 2.5rem;
}
.contact-top .contact-xfs .p1 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  /* or 130% */
  color: #6b696a;
  margin-bottom: 1.375rem;
}
.contact-top .contact-xfs .div1 {
  font-size: 1.25rem;
  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: #6b696a;
  color: #fff;
  border-radius: 0.625rem;
}
.relBd-info-code{width: 100%;}
.relBd-info-code ul{justify-content: left;}
.relBd-info-code li{width: auto;margin-right: 2rem;text-align: center;}
.relBd-info-code li:last-child{margin-right: 0;}
.relBd-info-code li .img{width:10rem;height: 10rem;margin: 0 auto;border: 1px solid #c7d7e6;}
.relBd-info-code li .img img{max-height: 100%;}


.job {
  padding: 18px 0
}

.job .title {
  color: #f9680d;
  font-weight: 700;
  font-size: 40px
}

.job .tips {
  font-size: 16px;
  color: #606060;
  line-height: 32px;
  padding: 10px 0
}

.job dl {
  overflow: hidden;
  margin: 28px auto 38px auto
}

.job dl dt {
  display: block
}

.job dl dt span {
  display: block;
  float: left;
  font-weight: normal;
  width: 17%
}

.job dl dt span img {
  vertical-align: middle;
  margin-right: 3px
}

.job dl dt .name {
  width: 27%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 52px
}

.job dl dt .time {
  text-align: center
}

.job dl dt .address {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center
}

.job dl dt .people {
  width: 16%;
  text-align: center
}

.job dl dt .operating {
  width: 14%;
  text-align: center
}

.job dl .list0 {
  line-height: 60px;
  height: 60px;
  background: #6b696a;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #fff
}

.job dl .list0 span {
  color: #fff
}

.job dl .list_dt {
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  transition: width 2s;
  overflow:hidden;
  border-bottom: 1px solid #e6e6e6
}

.job dl .list_dt .subnav {
  display: block
}

.job .list_dt {
  background: #fff url(../images/joba.png) no-repeat 95% center;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -webkit-transition: all .5s linear
}

.job .list_dt span {
  transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -webkit-transition: all .5s linear
}

.job .list_dt:hover {
  background: #666 url(../images/jobah.png) no-repeat 95% center;
  color: #fff
}

.job #open {
  background: #666 url(../images/jobah.png) no-repeat 95% center;
  color: #fff
}

.job .list_dd {
  display: none
}

.job .jobsub {
  background-color: #f6f6f6;
  border-top: 0;
  line-height: 24px;
  padding: 38px;
  position: relative;

  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  margin-top: 14px;
}

.job .jobsub h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 12px
}

.job .jobsub .jsh {
  font-size: 14px;
  color: #333
}

.job .jobsub .jsh a {
  color: #f9680d;
  background: url("../images/fasong.png") no-repeat center left;
  padding-left: 23px;
  text-transform: uppercase
}

.job .jobsub p {
  line-height: 26px;
  color: #393939;
  font-size: 14px
}
.job .job-top{ border:1px solid #f0f0f0; box-sizing:border-box; background-color: #f6f6f6; padding:30px 40px; position:relative;}
.job .job-top h1{color:#d90000; font-size:24px; font-weight:normal;}
.job .job-top .job-des{color:#cfcfcf; font-size:14px; margin-top:20px}
.job .job-top .job-des span{color:#8b8b8b; font-size:15px; margin:0 10px;}


@media all and (max-width: 1000px) {
  .job dl {
    width: 100%;
    margin: 10px auto;
  }
  .job dl dt .name {
    width: 33%;
    padding-left: 12px;
  }
  .job dl dt .time {width: 33%;}
  .job dl dt .people {width: 33%;}
  .job dl dt .address{display: none;}
  .job dl dt .operating{display: none;}
  .job .jobsub {
    padding: 18px;
  }
  .job .jobsub p {
    line-height: 26px;
    font-size: 14px;
  }
  .job .job-top .job-des {
    margin-top: 10px;
  }
  .job .job-top .job-des span {
    color: #8b8b8b;
    font-size: 16px;
    margin: 0 10px 0 0;
  }
  .job .job-top {
    padding: 18px;
  }


}

.mt12{margin-top: 12px;}

.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: #6b696a;
}
.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: #6b696a;
  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 #6b696a;
}
.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: #6b696a;
}
.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: #6b696a;
}
.company-profile {
  padding: 8.75rem 0 4.75rem;
}
.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-zgs {
  background: #f2f2f2;
  padding: 3.625rem;
}
.zgs-div {
  border-radius: 0.625rem;
}
.zgs-div .zgs-bot {
  padding: 1.25rem; text-align: center;
}
.zgs-div .zgs-bot .tile {
  font-weight: 500;
  font-size: 1.756rem;
  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);
}
.zgs-div .zgs-bot .data {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 0.75rem;
}
.zgs-div .zgs-bot .playbackcount {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0.75rem;
  color: rgba(0, 0, 0, 0.4);
}
.zgs-div .bo {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 100%;
  background: #FFF;
  text-align: center;
  line-height: 3.25rem;
}
.zgs-div .bo i {
  color: #000;
  font-size: 1.25rem;
  position: relative;
  left: 0.125rem;
}
.zgs-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 */
  border-radius: 0.68rem;
}
.zgs-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);
}
.zgs-div:hover .video-bot .tile {
  color: #991e23;
}

.company-con {
  background: #6b696a;
  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: 33.333%;
  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: #6b696a;
}
.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(157, 48, 51, 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: #991e23;
}
.development {
  background: url(../images/fzlc.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: #991e23;
}
.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: #6b696a;
  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 #991e23;
  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: #991e23;
  border: 0.0625rem solid #991e23;
}
.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(../images/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: #6b696a;
}
.development .development-bot .swiper-button-next {
  right: -4.375rem;
}
.development .development-bot .swiper-button-prev {
  left: -4.375rem;
}
.honours {
  background: url(../images/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: #6b696a;
  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: #991e23;
}
.new-div:hover .tile a {
  color: #991e23;
}
.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: #991e23;
}
.pro-div:hover .tile::after {
  background: #991e23;
  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: 1.68rem;
  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: #991e23;
  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: #991e23;
}
.industry-ul-list li:hover .left .box-center .title a {
  color: #991e23;
}
.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: #991e23;
  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 #991e23;
}
.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 #991e23;
}
.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: #991e23;
}
.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: #991e23;
}
.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: #991e23;
}
.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: #991e23;
}
.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: 14rem;
  position: absolute;
  transition: opacity .4s ease;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.log-div img.h {
  opacity: 0;
}
.sticky .log-div img.h {
  opacity: 1;
}
.sticky .log-div img.s {
  opacity: 0;
}

@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: #6b696a;
}
#phone_nav span,
.seaarch_phone span {
  color: #FFF;
}
.index-industry .index-industry-lunbo .industry-wz .industry-nr i {
  color: #FFF;font-size: 2.82rem;
}
.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: #6b696a;
  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: #6b696a;
}
.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: #6b696a;
}
.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 {
  position: absolute;
  z-index: 99;
  width: 10.75rem;
  left: calc(-5.375rem + 50%);
  right: 0;
  margin-left: auto;
  margin-right: auto;
  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: #991e23;
}
#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: #991e23;
  border: 1px solid #991e23;
  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: #991e23;
}
.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: #6b696a;
}
.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: 1.25rem;
  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;
}


.index-lc {
  min-height: 0px;
  background_radio: 2;
  display-radio: 1;
  padding-top: 5%;
  padding-bottom: 4%
}

.index-lc .e_loop-20 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
  justify-content: space-between
}

.index-lc .e_loop-20 .p_loopitem {
  flex: 0 0 33.3%;
  position: relative;
  display-radio: 1
}

.index-lc .e_loop-20 .p_page {
  text-align: center;
  display: none
}

.index-lc .e_loop-20 .p_filter_wrapper {
  width: 100%;
  font-size: 13px
}

.index-lc .e_loop-20 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0
}

.index-lc .e_loop-20 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px
}

.index-lc .e_loop-20 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px
}

.index-lc .e_loop-20 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue
}

.index-lc .e_loop-20 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px
}

.index-lc .e_loop-20 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer
}

.index-lc .e_loop-20 .multSelect {
  font-size: 13px;
  position: relative
}

.index-lc .e_loop-20 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #DCDFE6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white
}

.index-lc .e_loop-20 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545
}

.index-lc .e_loop-20 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px
}

.index-lc .e_loop-20 .multSelect ul,li {
  list-style: none
}

.index-lc .e_loop-20 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px
}

.index-lc .e_loop-20 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff
}

.index-lc .e_loop-20 .multSelect .multSelect-option>div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px
}

.index-lc .e_loop-20 .multSelect .multSelect-option>div.selected {
  color: #409eff
}

.index-lc .e_loop-20 .multSelect .multSelect-option>div:hover {
  color: #409eff;
  background: #f3f6f9
}

.index-lc .e_loop-20 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px
}

.index-lc .e_loop-20 .multSelect .inputWrap>.fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px)
}

.index-lc .e_loop-20 .multSelect .inputWrap>.fa-down svg {
  transform: rotate(-90deg)
}

.index-lc .e_loop-20 .multSelect .inputWrap>.fa-up svg {
  transform: rotate(90deg)
}

.index-lc .e_loop-20 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0
}

.index-lc .e_loop-20 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px
}

.index-lc .e_loop-20 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px
}

.index-lc .e_loop-20 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px
}

.index-lc .e_loop-20 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px
}

.index-lc .e_loop-20 .p_split {
  margin: 0 5px
}

.index-lc .e_loop-20 .p_normal {
  margin-right: 16px
}

.index-lc .e_loop-20 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409EFF;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden
}

.index-lc .e_loop-20 .input-check,.e_loop-20 .input-radio {
  margin: 0 5px;
  vertical-align: text-top
}

.index-lc .e_loop-20 .position-left {
  display: flex
}

.index-lc .e_loop-20 .position-right {
  display: flex;
  flex-direction: row-reverse
}

.index-lc .e_loop-20 .position-bottom {
  display: flex;
  flex-direction: column-reverse
}

.index-lc .e_loop-20 .p_mbutton {
  border: 1px solid #409EFF;
  text-decoration: none;
  color: #409EFF;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden
}

.index-lc .e_loop-20 .p_mbutton:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY( -45deg);
  transform: skewY( 360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1
}

.index-lc .e_loop-20 .p_mbutton::before {
  content: "";
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate( 35deg);
  transform: rotate( 35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2
}

.index-lc .e_loop-20 .p_active .p_mbutton::before {
  display: block
}

.index-lc .e_loop-20 .p_active .p_mbutton::after {
  display: block
}

.index-lc .e_loop-20 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px
}

.index-lc .e_loop-20 .p_filter_result {
  display: none
}

.index-lc .e_loop-20 .p_contclear {
  cursor: pointer;
  display: none
}

.index-lc .e_loop-20 .swiper-container {
  padding-bottom: 30px
}

.index-lc .e_loop-20 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden
}

.index-lc .e_loop-20 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px
}

.index-lc .e_loop-20 .p_imgwrapper img {
  width: 100%;
  object-fit: cover
}

.index-lc .e_loop-20 .p_active .p_imgwrapper {
  border: 1px solid #409eff
}

.index-lc .e_loop-20 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal
}

.index-lc .e_loop-20 .p_inputSearch {
  padding: 0px 17px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 10px
}

.index-lc .e_loop-20 .p_categoryActive {
  color: #409EFF
}

.index-lc .e_loop-20 {
  display-radio: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  margin-top: 3.2rem
}

.index-lc .e_container-21:hover .e_text-25 {
  color: #991e23
}

.index-lc .e_container-21:hover img {
}

.index-lc .e_container-21:hover {
  background: #f3f3f3;
  transform: translate(0,-15px);
  background-color: #f3f3f3
}

.index-lc .e_container-21::before {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0%;
  height: 7px;
  background: #991e23;
  transition: all 0.6s
}

.index-lc .e_container-21:hover::before {
  width: 60%
}

.index-lc .e_container-21 {
  overflow: hidden;
  transition: all 0.6s;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  margin-bottom: 8%;
  background-color: #fcfcfc;
  padding-left: 8%;
  padding-top: 6%;
  padding-bottom: 9%;
  padding-right: 8%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: 230px;
  background_radio: 2;
  border: 1px #e9e9e9 solid;
  margin-left: auto;
  position: relative;
}

.index-lc .e_container-21 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%
}

.index-lc .e_text-23 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 1.2vw;
  font-family: "f87194fd-fedf-4406-9dd9-e76ff99ee838";
  text-transform: capitalize;
  margin-top: 15px;
  text-align: left
}

.index-lc .e_text-25 {
  line-height: 1;
  font-size: 3vw;
  font-family: "f1fab740-482f-45f9-bc1e-00d3db93032b";
  color: rgb(225 225 225);
  position: absolute;
  left: -3%;
  bottom: -5%;
  z-index: 0;
  font_radio: 2;
  display-radio: 1
}



.index-lc .e_container-26 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%
}

.index-lc .e_container-26 .p_item {
  display-radio: 1
}

.index-lc .e_container-26 .cbox-26-1 {
  align-self: center
}

.index-lc .e_text-28 {
  font_radio: 2;
  display-radio: 1;
  text-align: left;
  font-size: 1.3vw;
  margin-bottom: 10px;
  line-height: 1;
  color: rgba(51,51,51,1);
  font-family: "gilroy-extrabold";
  margin-top: 0px
}




.index-lc .e_button-30 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
  color: #ffffff
}

.index-lc .e_button-30::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all .3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px
}

.index-lc .e_button-30:hover::after {
  opacity: 1
}

.index-lc .e_icon-31 {
  width: 42px;
  height: 60px;
  font_radio: 2;
  display-radio: 1;
  color: rgba(27,27,27,1);
  margin-left: 0px;
  margin-right: auto
}

.index-lc .e_icon-31 i {
  font-size: 3.28rem;
  color: #6b696a;
}
.index-lc .e_container-21:hover .e_icon-31 i {
  color: #991e23;
}

@media screen and (max-width: 768px) {
  .index-lc .e_loop-20 .p_loopitem {
    flex-grow:0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1)
  }

  .index-lc .e_container-21 {
    background_radio: 1;
    display-radio: 1;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    min-height: 0px;
    max-height: none;
    height: auto;
    margin-bottom: 20px
  }

  .index-lc .e_container-21 .p_item {
    display-radio: 1;
    min-height: 0px;
    max-height: none;
    height: auto
  }

  .index-lc .e_text-23 {
    font_radio: 2;
    display-radio: 1;
    font-size: 20px
  }

  .index-lc .e_text-28 {
    font_radio: 2;
    display-radio: 1;
    font-size: 26px
  }

  .index-lc .e_text-29 {
    font_radio: 2;
    display-radio: 1;
    line-height: 1.2;
    font-size: 26px
  }

  .index-lc .e_button-30 {
    background_radio: 1;
    border_radio: 1;
    font_radio: 1;
    radius_radio: 1;
    display-radio: 1;
    margin-top: 20px;
    width: 118px
  }

  .index-lc .e_container-26 > .cbox-26-1 {
    saf-auto: auto;
    display: none
  }
}

@media screen and (min-width: 769px) {
  .index-lc .e_loop-20 .p_loopitem {
    flex-grow:0;
    flex-shrink: 0;
    flex-basis: calc(96% / 4)
  }
}

@media screen and (max-width: 1380px) and (min-width: 1024px) {
  .index-lc .e_container-21 {
    min-height:186px
  }

  .index-lc .e_text-25 {
    line-height: 1;
    font-size: 3vw;
    font-family: "f1fab740-482f-45f9-bc1e-00d3db93032b";
    color: rgb(225 225 225);
    position: absolute;
    left: -15%;
    bottom: -21%
  }
}

.adbanner{background: url("../images/adbanner.jpg") no-repeat 100% 100%; height: 16.3rem; padding: 5rem 0;}
.adbanner .adbanner-box{display: flex; justify-content: space-between; align-items: center;}
.adbanner h3{color: #fff; font-size: 2.82rem; font-weight: bold;}
.adbanner p{color: #9a9a9a; font-size: 2.25rem; margin-left: 6rem;}


.cont4 {
  background: url(../images/bj2.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  padding: 5.5rem 0 2.875rem;
}
.cont4 .swiper{overflow: hidden;}
.cont4 .head-hd{text-align: center;}
.cont4 .head-ms{font-size: 1.25rem;color: #373737;margin-top: 1rem;}
@media (max-width: 768px) {
  .cont4 {
    padding: 2rem 0;
  }
}

.cont4 .a4_v1 .mySwiper1 {
  position: relative;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .mySwiper1 {
    margin-top: 1rem;
  }
}

.cont4 .a4_v1 .mySwiper1 .img {
  width: 100%;
  border: 1px solid #DDDDDD;
}

.cont4 .a4_v1 .mySwiper1 .img img {
  width: 100%;
}

.cont4 .a4_v1 .mySwiper1 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .mySwiper1 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.cont4 .a4_v1 .mySwiper1 .swiper-pagination1 span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  background: #b1b0b1;
  border-radius: 0;
  opacity: 1;
  margin: 0 0.3rem;
}

.cont4 .a4_v1 .mySwiper1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #af585a;
}


.relBd-from{width: calc(100% - 1px); margin-top: 3rem;}
.relBd-from ul{margin: -30px 0 0 -34px;}
.relBd-from li{width: calc(50% - 34px);margin: 30px 0 0 34px;}
.relBd-from li.long{width: calc(100% - 34px);}
.relBd-from li.other{margin-top: 20px;}
.relBd-from li .hint{font-size: 14px;color: #4c5664;line-height: 1;height: 28px;}
.relBd-from li .hint span, .relBd-from li .tell span{color: #ff0000;margin-right: 5px;}
.relBd-from li input, .relBd-from li textarea{width: 100%;display: block;background: transparent;border-radius: 10px;height: 50px;font-size: 14px;color: #222;padding: 0 18px;transition: border .4s ease;border: 1px solid #d1d8de;}
.relBd-from li textarea{padding: 14px 18px;height: 110px;}
.relBd-from li input:focus, .relBd-from li textarea:focus{border-color: #75a9dd;}
.relBd-from li .tell{font-size: 14px;color: #999;display: flex;}
.relBd-from li .tell a{transition: color .4s ease;}
.relBd-from li .tell a:hover{color: #328b99;}
.relBd-from-mix{width: 100%;justify-content: space-between;}
.relBd-from-code{width: auto;}
.relBd-from li .relBd-from-code input{width: 280px;}
.relBd-from-code .img{max-width: 160px;display: flex;align-items: center;height: 50px;cursor: pointer;margin-left: 16px;border-radius: 10px;overflow: hidden;}
.relBd-from-code .img img{height: 100%;object-fit: fill;}
.relBd-from li button{padding: 0 54px;height: 50px;border-radius: 0.687rem;background: #991e23;cursor: pointer;line-height: 1;color: #fff;font-size: 16px;transition: all .4s ease;border: 0;}
.relBd-from li button span{position: relative;}
.relBd-from li button i{font-size: 14px;position: absolute;top: 50%;margin-top: -7px;right: -26px;transform: rotate(180deg);transition: transform .4s ease;}
.relBd-from li button:hover{box-shadow: 0 4px 20px rgba(153, 30, 35, 0.3);}
.relBd-from li button:hover i{transform: rotate(180deg) translateX(4px);}


.web_main {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
/* esg */

.index_jump {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.esg_main .layout {
  max-width: 1480px;
  width: 95%;
}

.esg_list {}

.esg_list .layout {
  max-width: 1480px;
  width: 95%;
}

.esg_wrap {
  padding: 13px 0 0;
}
.esg_wrap .pd2{padding: 1rem;}
.esg_wrap .layout {}

.esg_wrap .layout>h2 {
  font-size: 44px;
  color: #092A30;
  font-family: 'HongritaSanSerif-SemiBold';
  text-align: center;
  margin-bottom: 18px;
}

.esg_wrap .layout>p {
  font-size: 18px;
  color: #111111;
  /* max-width: 1080px; */
  font-family: 'HongritaSanSerif-Regular';
  /* text-align: center; */
  margin: 0 auto 100px;
  line-height: 1.6;
}

.esg_wrap .items {}

.esg_wrap .item {
  position: relative;
  margin-bottom: 228px;
}

.esg_wrap .item:hover img{transform: scale(1.1);}
.index_happen_swiper figure:hover img{transform: scale(1.1);}

.esg_wrap .item div {overflow: hidden; border-radius: 0.88rem;}

.esg_wrap .item img {transition: all .3s linear;}

.esg_wrap .item figcaption {
  position: absolute;
  bottom: -52px;
  left: 52px;
  z-index: 2;
  padding: 36px 120px 36px 67px;
  width: calc(100% - 114px);
  border-radius: 00.88rem 2.25rem 0.88rem 0.88rem;
  background: url("../images/esgbg.png") #046603 no-repeat bottom right;
}

.esg_wrap .item figcaption h2 {
  font-size: 40px;
  color: #ccffa0;
  margin-bottom: 16px;
}

.esg_wrap .item figcaption p {
  font-size: 18px;
  color: #cbff9d;
  line-height: 1.6;
}

.esg_policy {
  /*background: url(../images/esg-bg.jpg);*/
  padding: 0 0 125px;
}

.esg_policy .layout {}

.esg_policy .layout>h2 {
  font-size: 44px;
  color: #092A31;
  text-align: center;
  margin-bottom: 72px;
}

.esg_policy .items {}

.esg_policy .item {
  width: 31.7%;
  position: relative;
  z-index: 2;
  box-shadow: 5px 5px 19px #3333;
  border-radius: 12px;
  margin-bottom: 30px;
}

.esg_policy .item:hover div:after {
  transform: translate(50%, 50%);
}


.esg_policy .item:after {
  content: "";
  background: url(../images/esg_2.png);
  width: 32px;
  height: 28px;
  position: absolute;
  right: 24px;
  bottom: 24px;
}

.esg_policy .item::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: 100%;
  z-index: -1;
  border-radius: 12px;
  background: -webkit-linear-gradient(282deg, #9cca68, transparent);
}

.esg_policy .item time {
  font-size: 16px;
  color: #333333;
  font-family: 'HongritaSanSerif-Regular';
  display: block;
  margin-bottom: 9px;
}

.esg_policy .item h2 {
  font-size: 20px;
  color: #092A30;
  font-family: 'HongritaSanSerif-SemiBold';
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 51px;
}

.esg_policy .item .wrap {
  padding: 40px 39px 31px;
  border-radius: 12px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.esg_policy .item .wrap div {}

.esg_policy .item .wrap div img {}

.esg_policy .item div:after {
  content: "";
  width: 200px;
  height: 180px;
  background: #659935;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(100%, 100%);
  transition: all .3s linear;
}

.esg_excell {
  padding: 113px 0 0;
}

.esg_excell h2 {
  font-size: 44px;
  color: #092A30;
  font-family: 'HongritaSanSerif-SemiBold';
  text-align: center;
  margin-bottom: 80px;
}

.new_scroll{cursor:pointer}


.esg_excell .layout{padding:0 46px}
.esg_excell .excell_wrap {
  padding: 10px 0 210px;
}

.esg_excell .excell_wrap .swiper-slide {
  /* padding-bottom: 210px; */
  transition: all .3s linear;
  -webkit-box-reflect: below 10px linear-gradient(transparent, 90%, rgba(255, 255, 255, 0.2));
}

.esg_excell .excell_wrap .swiper-slide:hover{transform: translateY(-10px)}
.esg_excell .excell_wrap .swiper-slide img{width: 100%;}

.esg_excell .excell_control {}

.esg_excell .excell_control div {
  position: absolute;
  width: 20px;
  height: 36px;
  top: 29%;
  transition: all .3s linear;
  filter: brightness(0) opacity(.4);
  cursor: pointer;
}

.esg_excell .excell_control div:hover {
  filter: none
}

.esg_excell .excell_prev {
  left: -40px;
  background: url(../images/esg_0.png);
}

.esg_excell .excell_next {
  right: -40px;
  background: url(../images/esg_9.png);
}

.flex_row {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: wrap;
  justify-content: space-between;
}


/* 技术与研发-研发实力 */
.techsl{width: 100%;}
.techslJj{background: #fff;}
.techslJj-cont{width: 100%;}
.techslJj-cont .title{width: 444px;}
.techslJj-cont .text{width: calc(100% - 444px); font-size: 1.25rem;}
.techslJs{background: #fff url("../images/ipart01_bg.png") no-repeat center/cover;}
.techslJs-loop{width: 100%;position: relative;}
.techslJs-loop .swiper-container{overflow: visible;}
.techslJs-loop .swiper-slide{height: auto;}
.techslJs-link{width: 100%;display: block;background: #fff;height: 100%; border-radius: 2rem;}
.techslJs-link .img{width: 100%;overflow: hidden;}
.techslJs-link .img img{width: 100%;height: 374px;object-fit: cover;}
.techslJs-link .cont{padding: 40px 28px 60px;}
.techslJs-control{width: 100%;align-items: center;}
.techslJs-btn .btn{width: 50px;height: 50px;transition: all .4s ease; border-radius: 50%;user-select: none;cursor: pointer;font-size: 14px;margin-right: 12px;border: 2px solid #bbc5cc;color: #bbc5cc;line-height: 38px;}
.techslJs-btn .btn.next{transform: rotate(180deg);margin-right: 0;}
.techslJs-btn .btn:hover{background: #9d3033;color: #fff;border-color: #9d3033;}
.techslJs-control .swiper-pagination{position: relative;flex: 1;height: 2px;background: #dae4eb;bottom: 0;margin-left: 32px;}
.techslJs-control .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{top: -1px;height: 3px;background: #9d3033;}
.techslTd{background: #fbfcff;}
.techslTd img.bg{width: 1920px;position: absolute;left: 50%;bottom: -8px;margin-left: -960px;max-width: none;}
.techslTd .contain{position: relative;z-index: 4;}
.techslTd-cont{max-width: 1180px;margin: 0 auto;text-align: center;}
.techslTd-cont b{color: #328b99;font-weight: 500;}
.techslTd-wrap{width: 772px;height: 506px;margin-left: auto;margin-right: auto;position: relative;display: flex;align-items: flex-end;justify-content:center;}
.techslTd-main{width: 274px;height: 274px;box-shadow: 0px 0px 80px 0px rgba(5, 69, 134, 0.14);background: #fff;border-radius: 50%;text-align: center;padding: 20px;position: relative;z-index: 6;}
.techslTd-main img{position: absolute;width: 81%;height: 81%;top: 9.5%;left: 9.5%;}
.techslTd-main .title{position: relative;z-index: 4;transform: translate3d(0,0,10px);}
.techslTd-list{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.techslTd-list li{width: 170px;height: 170px;display: flex;align-items: center;justify-content: center;position: absolute;}
.techslTd-list li::before{content: "";position: absolute;width: 100%;height: 100%;animation: zhuanCircle 40s linear infinite;top: 0;left: 0;border-radius: 50%;border: 1px dashed #328b99;}
.techslTd-list li .cont{position: relative;z-index: 4;background: #fff;border-radius: 50%;width: 132px;height: 132px;flex-direction: column;box-shadow: 0px 0px 16px 0px rgba(5, 69, 134, 0.1);}
.techslTd-list li .cont .ico{width: 35px;height: 35px;display: flex;align-items: flex-end;justify-content: center;margin: 0 auto;}
.techslTd-list li .cont .ico img{max-height: 100%;}
.techslTd-list li .cont .title{line-height: 1.2;margin-top: 8px;}
.techslTd-list li:nth-child(2n)::before{animation-name: zhuanCircleFan;}
.techslTd-list li:nth-child(1), .techslTd-list li:nth-child(5){bottom: 11.5%;}
.techslTd-list li:nth-child(2), .techslTd-list li:nth-child(4){top: 13%;}
.techslTd-list li:nth-child(3){top: 0;left: 50%;transform: translateX(-50%);}
.techslTd-list li:nth-child(1){left: 0;}
.techslTd-list li:nth-child(5){right: 0;}
.techslTd-list li:nth-child(2){left: 10%;}
.techslTd-list li:nth-child(4){right: 10%;}
@keyframes zhuanCircle{0%{transform: rotate(0);}100%{transform: rotate(360deg);}}
@keyframes zhuanCircleFan{0%{transform: rotate(0);}100%{transform: rotate(-360deg);}}


.fwlist-div {
  margin-bottom: 1.875rem;
}
.fwlist-div .overh {
  padding: 0.75rem 1.6875rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  background: #fff;
}
.fwlist-div .overh img {
  height: 17.625rem;
  object-fit: cover;
}
.fwlist-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);
}
.fwlist-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 */
}
.fwlist-div .overh:hover {
  border: 1px solid #991e23;
}
.fwlist-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);
}