@charset "utf-8";
:root {
  --main-color: #e94f25;
  --Roboto-Regular: Roboto-Regular;
  --Roboto-Bold: Roboto-Bold;
  --Roboto-Light: Roboto-Light;
  --Oswald-Medium: Oswald-Medium;
  --Oswald-Regular: Oswald-Regular;
  --Ubuntu-Bold: Ubuntu-Bold;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html {
  font-size: 1px;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
@media (max-width: 1730px) {
  html {
    font-size: 0.901042px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.824479px;
  }
}
@media (max-width: 1530px) {
  html {
    font-size: 0.792708px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.741146px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 0.702604px;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 0.699479px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.657813px;
  }
}
body {
  font-family: var(--Roboto-Regular), 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
  font-size: 14rem;
  color: #666666;
  line-height: 1.1;
  width: 100%;
  background: #fff;
  margin: 0 auto !important;
  word-break: break-word;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea,
select {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: var(--Roboto-Regular), 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666666;
  outline: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  transition: 0.5s;
}
.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  object-fit: cover;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
@font-face {
  font-family: Roboto-Regular;
  src: url('../font/Roboto-Regular.woff2') format('woff2'), url('../font/Roboto-Regular.woff') format('woff'), url('../font/Roboto-Regular.ttf') format('truetype'), url('../font/Roboto-Regular.eot') format('embedded-opentype'), url('../font/Roboto-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto-Bold;
  src: url('../font/Roboto-Bold.woff2') format('woff2'), url('../font/Roboto-Bold.woff') format('woff'), url('../font/Roboto-Bold.ttf') format('truetype'), url('../font/Roboto-Bold.eot') format('embedded-opentype'), url('../font/Roboto-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto-Light;
  src: url('../font/Roboto-Light.woff2') format('woff2'), url('../font/Roboto-Light.woff') format('woff'), url('../font/Roboto-Light.ttf') format('truetype'), url('../font/Roboto-Light.eot') format('embedded-opentype'), url('../font/Roboto-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Oswald-Medium;
  src: url('../font/Oswald-Medium.woff2') format('woff2'), url('../font/Oswald-Medium.woff') format('woff'), url('../font/Oswald-Medium.ttf') format('truetype'), url('../font/Oswald-Medium.eot') format('embedded-opentype'), url('../font/Oswald-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Oswald-Regular;
  src: url('../font/Oswald-Regular.woff2') format('woff2'), url('../font/Oswald-Regular.woff') format('woff'), url('../font/Oswald-Regular.ttf') format('truetype'), url('../font/Oswald-Regular.eot') format('embedded-opentype'), url('../font/Oswald-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Ubuntu-Bold;
  src: url('../font/Ubuntu-Bold.woff2') format('woff2'), url('../font/Ubuntu-Bold.woff') format('woff'), url('../font/Ubuntu-Bold.ttf') format('truetype'), url('../font/Ubuntu-Bold.eot') format('embedded-opentype'), url('../font/Ubuntu-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInLeft3 {
  0% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft3 {
  animation-name: fadeInLeft3;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
.sitemap .site-bottom {
  font-size: 18rem;
  line-height: 30rem;
  color: #666;
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top1 {
  font-size: 24rem;
  color: #000;
  font-family: var(--Ubuntu-Bold);
}
.sitemap li .top1 .txt-2 {
  display: none;
}
.sitemap li .top1:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .subnav {
  margin-top: 15rem;
}
.sitemap li .subnav a {
  font-size: 19rem;
  color: #333;
  margin-right: 20rem;
  padding: 5rem 0;
  display: block;
  float: left;
}
.sitemap li .subnav a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .subnav p {
  display: block;
  width: 100%;
  overflow: hidden;
}
.sitemap li .subnav .hover {
  padding: 10rem 20rem;
}
.sitemap li .subnav .hover a {
  color: #333;
}
.sitemap li .subnav .hover a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .subnav .dot a {
  font-size: 16rem;
  color: #666;
}
.sitemap li .subnav .dot a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 155777;
  transition: 0.5s;
  left: 0;
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1520rem;
}
.height {
  height: 1px;
  position: absolute;
  top: -94rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 94rem;
}
.more a,
.more p {
  font-size: 16rem;
  line-height: 36rem;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 0 22rem;
  background-color: var(--main-color);
  border-radius: 18rem;
  position: relative;
  overflow: hidden;
}
.more a b,
.more p b {
  display: block;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.more a:after,
.more p:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -120%;
  -webkit-transition: 1s;
  transition: 1s;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 60%);
  opacity: 0.8;
}
@media (min-width: 1025px) {
  .more a:hover:after {
    left: 100%;
  }
}
.more1 a,
.more1 p {
  width: auto;
  display: inline-block;
  vertical-align: top;
  line-height: 37rem;
  border-radius: 8rem;
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  color: var(--main-color);
  padding: 0 20rem;
  text-align: center;
  border: solid 1px var(--main-color);
}
@media (min-width: 1025px) {
  .more1 a:hover {
    background: var(--main-color);
    color: #fff;
  }
}
.header {
  height: 94rem;
  width: 100%;
  transition: 0.7s;
  position: relative;
  z-index: 1;
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.7s;
  padding-top: 28rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  /* width: 176rem; */
  z-index: 5;
  transition: 0.5s;
}
.header .logo a .lg2 {
  display: none;
}
.header .header-right {
  float: right;
  margin-right: -93rem;
}
.header .header-right .menu {
  float: right;
  position: relative;
  width: 36px;
  height: 36px;
  margin-top: 12px;
  display: none;
}
.header .header-right .menu .navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
}
.header .header-right .menu .navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: var(--main-color);
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header .header-right .menu .navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.header .header-right .lan {
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-top: 26rem;
}
.header .header-right .lan span {
  display: block;
  line-height: 42rem;
  background: url(../images/arrow.png) no-repeat right center;
  background-size: 7rem;
  transition: 0.7s;
  padding: 0 12rem;
  font-size: 16rem;
  color: #fff;
}
.header .header-right .lan span img {
  width: 25rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5rem;
}
.header .header-right .lan ul {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  padding: 15rem 10rem 10rem 10rem;
  color: #fff;
  display: none;
  z-index: -1;
  box-shadow: 0rem 14rem 21rem 0rem rgba(84, 84, 84, 0.18);
}
.header .header-right .lan ul li a {
  display: block;
  color: #666;
  text-align: center;
  font-size: 16rem;
  line-height: 36rem;
}
.header .header-right .anniu {
  float: right;
  position: relative;
  margin-top: 26rem;
}
.header .header-right .anniu > a {
  display: block;
  font-size: 16rem;
  line-height: 42rem;
  color: #ffffff;
  background-color: var(--main-color);
  border-radius: 21rem;
  padding: 0 21rem;
}
.header .header-right .anniu > a img {
  width: 22rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15rem;
}
.header .header-right .anniu .ahover {
  position: absolute;
  top: 47rem;
  left: -105rem;
  width: 394rem;
  border-radius: 4rem;
  padding: 30rem 25rem;
  background-color: #ffffff;
  display: none;
}
.header .header-right .header-search {
  float: right;
  position: relative;
  margin-left: 13rem;
  /*搜索*/
}
.header .header-right .header-search .pull-right {
  position: relative;
  z-index: 778;
}
.header .header-right .header-search .pull-right a {
  display: block;
  overflow: hidden;
  height: 94rem;
  transition: 0.7s;
  background: url(../images/search.png) no-repeat center center;
  background-size: 23rem !important;
  width: 75rem;
}
.header .header-right .header-search .search .search-main {
  top: 100%;
  right: 0;
  z-index: 777;
  width: 300rem;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .header-right .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 16rem;
  color: #666;
  height: 50rem;
  vertical-align: top;
  padding: 0 60rem 0 30rem;
  -webkit-appearance: none;
  background: none;
}
.header .header-right .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50rem;
  height: 50rem;
  line-height: 50rem;
  position: absolute;
  background: var(--main-color) url(../images/search.png) no-repeat center center;
  background-size: 23rem !important;
}
.ahover {
  border-radius: 4rem;
  padding: 30rem 25rem;
  background-color: #ffffff;
}
.ahover .bt {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  margin-bottom: 11rem;
  color: #333333;
}
.ahover ul li {
  margin-bottom: 6rem;
}
.ahover ul li .box {
  position: relative;
  padding-left: 147rem;
}
.ahover ul li .box span {
  font-size: 14rem;
  line-height: 36rem;
  color: #666666;
  font-family: var(--Roboto-Light);
  position: absolute;
  top: 0;
  left: 0;
}
.ahover ul li .box span font {
  color: #ff0000;
}
.ahover ul li .box input,
.ahover ul li .box textarea {
  height: 30rem;
  background-color: #ffffff;
  border: solid 1px #c3c3c3;
  width: 100%;
  padding: 0 10rem;
  font-family: var(--Roboto-Light);
  font-size: 12rem;
  color: #666666;
}
.ahover ul li .box textarea {
  padding: 5rem 10rem;
  height: 67rem;
}
.ahover ul li .more a {
  width: 100%;
  display: block;
}
.nav {
  transition: 0.2s;
  float: right;
  position: relative;
  margin-right: 58rem;
}
.nav ul {
  z-index: 1;
}
.nav ul li {
  float: left;
  margin-left: 50rem;
  position: relative;
}
.nav ul li a {
  display: inline-block;
  vertical-align: top;
  font-size: 20rem;
  color: #ffffff;
  height: 94rem;
  line-height: 94rem;
  transition: 0.7s;
  position: relative;
  cursor: pointer;
}
.nav ul li a > span {
  display: inline-block;
  overflow: hidden;
  height: 94rem;
  line-height: 94rem;
  position: relative;
}
.nav ul li a .txt-1 {
  display: block;
  transition: 0.5s;
}
.nav ul li a .txt-2 {
  display: block;
  transform: translateY(100%);
  transition: 0.5s;
}
.nav ul li i {
  width: 12rem;
  height: 94rem;
  margin-left: 5rem;
  display: inline-block;
  vertical-align: top;
  background: url(../images/jt1.png) no-repeat center center;
  background-size: 100%;
}
.nav ul li .subnav {
  width: 300rem;
  background: #f7f7f7;
  box-shadow: -11rem 12rem 29rem 0rem rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -150rem;
  padding: 24rem 28rem;
  display: none;
  z-index: 333;
}
.nav ul li .subnav ul {
  margin: 0;
  padding: 0;
}
.nav ul li .subnav ul li {
  margin: 0;
  width: 100%;
  padding: 0;
  position: static;
  margin-bottom: 7rem;
}
.nav ul li .subnav ul li a {
  font-size: 16rem;
  line-height: 36rem;
  height: 36rem;
  border-radius: 28rem;
  color: #333 !important;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  display: block;
}
.nav ul li .subnav ul li a:after {
  display: none;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover > a {
    text-decoration: underline;
    color: var(--main-color) !important;
  }
}
.nav ul li:hover a span {
  text-decoration: underline;
  color: var(--main-color) !important;
}
.nav ul li:hover a .txt-1 {
  transform: translateY(-100%);
}
.nav ul li:hover a .txt-2 {
  transform: translateY(-100%);
}
.nav ul li:nth-child(1) {
  margin-left: 0;
}
.nav ul .active a {
  text-decoration: underline;
  color: var(--main-color) !important;
}
.nav ul .active a > span {
  text-decoration: underline;
  color: var(--main-color);
}
.nav ul .active a .txt-1 {
  transform: translateY(-100%);
}
.nav ul .active a .txt-2 {
  transform: translateY(-100%);
}
#tanchu {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999999999999;
  width: 390rem;
  display: none;
}
#tanchu .close {
  position: absolute;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  top: -40rem;
  right: -40rem;
  text-align: center;
  background: #ffffff url(../images/closed.png) no-repeat center center;
  background-size: 12rem;
  cursor: pointer;
  z-index: 3333;
}
#video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999999999999;
  display: none;
}
#video .close {
  position: absolute;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  top: -40rem;
  right: -40rem;
  text-align: center;
  background: #ffffff url(../images/closed.png) no-repeat center center;
  background-size: 12rem;
  cursor: pointer;
  z-index: 3333;
}
#video video {
  display: block;
  max-width: 100%;
  max-height: 100vh;
}
.headerfix,
.header:hover,
.header1 {
  background: #fff;
}
.headerfix .logo a .lg1,
.header:hover .logo a .lg1,
.header1 .logo a .lg1 {
  display: none;
}
.headerfix .logo a .lg2,
.header:hover .logo a .lg2,
.header1 .logo a .lg2 {
  display: block;
}
.headerfix .nav ul li a,
.header:hover .nav ul li a,
.header1 .nav ul li a {
  color: #212121;
}
.headerfix .nav ul li i,
.header:hover .nav ul li i,
.header1 .nav ul li i {
  background: url(../images/jt.png) no-repeat center center;
  background-size: 100%;
}
.headerfix .header-right .lan span,
.header:hover .header-right .lan span,
.header1 .header-right .lan span {
  background: url(../images/lan1.png) no-repeat center center;
  background-size: 23rem;
}
.headerfix .header-right .header-search .pull-right a,
.header:hover .header-right .header-search .pull-right a,
.header1 .header-right .header-search .pull-right a {
  background: url(../images/search1.png) no-repeat center center;
  background-size: 23rem !important;
}
.headerfix .header-right .lan span,
.header:hover .header-right .lan span,
.header1 .header-right .lan span {
  background: url(../images/arrow1.png) no-repeat right center;
  background-size: 7rem;
  color: #333;
}
.headerfix {
  box-shadow: 0rem 6rem 42rem 0rem rgba(3, 74, 155, 0.14);
}
#menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  background: #ffffff;
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 62px 8px;
}
#menu .lan {
  text-align: center;
  margin-bottom: 10px;
}
#menu .lan a {
  color: #666;
  font-size: 16px;
  margin: 0 5px 10px 5px;
}
#menu .lan .active {
  color: var(--main-color);
}
#menu .search {
  background: #f1f1f1;
  position: relative;
}
#menu .search .form-control {
  width: 100%;
  height: 40px;
  border: 0;
  background: none;
  padding: 0 20px;
  color: #666;
  font-size: 16px;
  font-family: var(--Roboto-Light);
}
#menu .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: url(../images/search1.png) no-repeat center center;
  background-size: 15px !important;
  padding: 0;
  margin: 0;
}
#menu ul .subnav {
  display: none;
}
#menu ul ul {
  padding: 0;
  margin: 0 -5px;
}
#menu ul ul li {
  width: 100%;
  float: left;
  padding: 0 5px;
  border: 0;
}
#menu ul ul li a {
  padding: 0;
  padding-right: 48px;
  font-family: var(--Roboto-Bold);
  font-weight: normal;
}
#menu ul ul li i {
  right: 5px;
}
#menu ul ul li ul {
  display: none;
}
#menu ul {
  overflow: hidden;
  padding: 0 0 0 10px;
}
#menu ul li {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
#menu ul li i {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  color: #e01121;
  text-align: center;
  background: url(../images/jt.png) no-repeat center center;
  background-size: 13px;
}
#menu ul li a {
  font-size: 18px;
  color: #333;
  display: block;
  line-height: 30px;
  padding: 10px 0;
  padding-right: 48px;
  font-family: var(--Poppins-Bold);
  position: relative;
}
#menu ul li a span.txt-2 {
  display: none;
}
#menu ul li ul li a {
  font-size: 16px;
  color: #555;
  line-height: 24px;
  margin: 10px 0;
  font-family: var(--Poppins-Regular);
}
#menu ul li ul li ul li a {
  font-size: 14px;
}
#menu ul li ul li ul li ul li a {
  font-size: 14px;
  font-weight: normal;
}
#menu ul li:nth-child(1):before {
  display: none;
}
#menu .close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 17px;
  top: 18px;
  border-radius: 50%;
  background: url(../images/closed.png) no-repeat center center;
  background-size: 15px;
}
#menu.show1 {
  right: 0;
}
.phone {
  display: none;
}
.center {
  text-align: center;
}
.home-span {
  font-family: var(--Roboto-Light);
  font-size: 32rem;
  color: #333333;
}
.home-title {
  font-family: var(--Roboto-Bold);
  font-size: 50rem;
  color: #000000;
}
.home-title span {
  color: var(--main-color);
}
.home-p {
  font-size: 20rem;
  color: #666666;
}
.white {
  color: #ffffff;
}
.banner {
  position: relative;
}
.swiper-renewal-main {
  position: relative;
  overflow: hidden;
  margin-top: -15vh;
  /* .swiper-button-prev,
	.swiper-button-next {
		width: 52rem;
		height: 52rem;
		border: 0;
		background: url(../images/zuo.png) no-repeat center center;
		background-size: 38rem;
		border-radius: 0;
		margin-top: -26rem;
		z-index: 33;
		left: 5%;
		&:after {
			display: none;
		}
	}
	.swiper-button-next {
		right: 5%;
		left: auto;
		background: url(../images/you.png) no-repeat center center;
		background-size: 38rem;
	} */
}
.swiper-renewal-main .img1 {
  display: none;
}
.swiper-renewal-main .swiper-slide img,
.swiper-renewal-main .swiper-slide video {
  display: block;
  width: 100%;
  object-fit: cover;
}
.swiper-renewal-main .img {
  position: relative;
  overflow: hidden;
}
.swiper-renewal-main .img video {
  height: 115vh;
}
.swiper-renewal-main .banner-hover {
  color: #fff;
  position: absolute;
  bottom: 138rem;
  left: 0;
  width: 100%;
  font-size: 0;
  z-index: 33;
}
.swiper-renewal-main .banner-hover .p {
  font-size: 34rem;
  line-height: 54rem;
  margin-bottom: 32rem;
  font-family: var(--Poppins-Bold);
  color: #ffffff;
  text-shadow: 0rem 6rem 48rem rgba(5, 17, 32, 0.35);
}
.swiper-renewal-main .banner-hover .p p {
  position: relative;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .p {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .more {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.swiper-renewal-main .swiper-pagination {
  bottom: auto;
  position: relative;
  left: auto;
  display: inline-block;
  vertical-align: middle;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
  width: 8rem;
  height: 8rem;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 6rem;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  content: '';
  background: #fff;
  left: 0;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
  width: 80rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4rem;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active::after {
  -webkit-animation: swiperbanner 5s linear;
  animation: swiperbanner 5s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.swiper-renewal-main .swiper-pagination .stopya::after {
  -webkit-animation: swiperbanner1 0s linear;
  animation: swiperbanner1 0s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.swiper-renewal-main .btn {
  bottom: 25rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 22;
}
.swiper-renewal-main .main_slide_handler {
  display: inline-block;
  vertical-align: middle;
}
.swiper-renewal-main a.slide_btn {
  width: 40rem;
  height: 20rem;
  background: url(../images/control-light.svg) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
@-webkit-keyframes swiperbanner {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes swiperbanner {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes swiperbanner1 {
  0% {
    width: 100%;
  }
  to {
    width: 1%;
  }
}
@keyframes swiperbanner1 {
  0% {
    width: 100%;
  }
  to {
    width: 1%;
  }
}
.home-about {
  padding: 100rem 0 78rem 0;
  background: #fff;
  position: relative;
}
.home-about #particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.home-about .nr {
  position: relative;
  z-index: 33;
}
.home-about .right {
  float: right;
  width: 53%;
}
.home-about .right img {
  border-radius: 12rem;
  display: block;
}
.home-about .left {
  float: left;
  width: 42%;
  padding-top: 7rem;
}
.home-about .left .home-title {
  margin: 15rem 0 21rem 0;
}
.home-about .left .p {
  font-family: var(--Roboto-Light);
  font-size: 18rem;
  line-height: 32rem;
  height: 160rem;
  margin-bottom: 60rem;
  overflow: hidden;
  color: #666666;
}
.home-youshi {
  padding: 60rem 0;
  background: var(--main-color);
}
.youshi {
  font-size: 0;
}
.youshi li {
  width: 33.33333333%;
  padding: 0 20rem 0 108rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.youshi li::after {
  content: '';
  display: block;
  width: 1px;
  height: 43rem;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -21rem;
}
.youshi li .box {
  float: none;
}
.youshi li .num {
  font-size: 36rem;
  line-height: 65rem;
  color: #fff;
  font-family: var(--Oswald-Medium);
}
.youshi li .num span {
  font-size: 80rem;
}
.youshi li .num em {
  font-style: normal;
  font-size: 32rem;
  line-height: 30rem;
}
.youshi li .h3 {
  font-size: 18rem;
  margin-top: 10rem;
  color: #fff;
  font-family: var(--Roboto-Light);
}
.youshi li:nth-child(1) {
  padding-left: 0;
}
.youshi li:nth-child(2) {
    width: 40%;
    padding-left: 180rem;
}
.youshi li:nth-child(3) {
    float: right;
    padding: 0;
    width: 12%;
}

.youshi li:last-child:after {
  display: none;
}
.home-title1 {
  text-align: center;
  font-size: 0;
}
.home-title1:before,
.home-title1:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15rem;
  height: 46rem;
  margin: 0 12rem;
  -webkit-animation: mymove 1.5s ease infinite 1s;
  animation: mymove 1.5s ease infinite 1s;
}
.home-title1:before {
  background: url(../images/dj3.png) no-repeat center center;
  background-size: 100%;
  margin-left: 0;
}
.home-title1:after {
  background: url(../images/xj3.png) no-repeat center center;
  background-size: 100%;
  margin-right: 0;
}
.home-title1 h3 {
  font-size: 0;
  line-height: 46rem;
  display: inline-block;
  font-family: var(--Roboto-Bold);
  vertical-align: top;
  text-align: center;
  color: #333333;
}
.home-title1 h3 span {
  color: var(--main-color);
}
.home-title1 h3:before,
.home-title1 h3:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 20rem;
  height: 46rem;
  margin: 0 12rem;
  -webkit-animation: mymove 1.5s ease infinite 0.8s;
  animation: mymove 1.5s ease infinite 0.8s;
}
.home-title1 h3:before {
  background: url(../images/dj2.png) no-repeat center center;
  background-size: 100%;
  margin-left: 0;
}
.home-title1 h3:after {
  background: url(../images/xj2.png) no-repeat center center;
  background-size: 100%;
  margin-right: 0;
}
.home-title1 h3 p {
  display: inline-block;
  vertical-align: top;
  font-size: 50rem;
}
.home-title1 h3 p:before,
.home-title1 h3 p:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 28rem;
  height: 46rem;
  margin: 0 12rem;
  -webkit-animation: mymove 1.5s ease infinite 0.5s;
  animation: mymove 1.5s ease infinite 0.5s;
}
.home-title1 h3 p:before {
  background: url(../images/dj1.png) no-repeat center center;
  background-size: 100%;
  margin-left: 0;
}
.home-title1 h3 p:after {
  background: url(../images/xj1.png) no-repeat center center;
  background-size: 100%;
  margin-right: 0;
}
.home-title2 h3 {
  color: #fff;
}
@keyframes mymove {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes mymove {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes bmove1 {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bmove1 {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.home-product {
  padding: 102rem 0 101rem 0;
  background-color: #f9f9f9;
}
.home-product .home-bottom {
  padding-top: 61rem;
}
.swiper-pro {
  position: relative;
  overflow: hidden;
}
.swiper-pro .item {
  width: 25%;
  float: left;
  margin-right: 27rem;
}
.swiper-pro .item .box {
  border-radius: 14rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #fff;
  transition: 0.5s;
}
.swiper-pro .item .pic {
  background: url(../images/pbg.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 14rem 14rem 0rem 0rem;
}
.swiper-pro .item .pic:after {
  padding-bottom: 90%;
}
.swiper-pro .item .text {
  padding: 7rem 25rem 33rem 25rem;
}
.swiper-pro .item .text .bt {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-family: var(--Roboto-Bold);
  font-size: 24rem;
  line-height: 36rem;
  color: #333333;
  margin-bottom: 7rem;
}
.swiper-pro .item .text .p {
  font-size: 16rem;
  line-height: 33rem;
  margin-bottom: 38rem;
  height: 108rem;
  overflow: hidden;
  color: #666666;
  font-family: var(--Roboto-Light);
}
.swiper-pro .item .text .p span {
  font-family: var(--Roboto-Regular);
  color: #333333;
}
.swiper-pro .item .text .more1 p {
  width: 100%;
}
@media (min-width: 1025px) {
  .swiper-pro .item:hover .box {
    border: 1px solid var(--main-color);
  }
  .swiper-pro .item:hover .pic img {
    transform: scale(1.05);
  }
  .swiper-pro .item:hover .text {
    background: var(--main-color);
  }
  .swiper-pro .item:hover .text .bt {
    color: #fff;
  }
  .swiper-pro .item:hover .text .p {
    color: #fff;
  }
  .swiper-pro .item:hover .text .p span {
    color: #fff;
  }
  .swiper-pro .item:hover .text .more1 p {
    color: #fff;
    border: 1px solid #fff;
  }
}
.home-factories {
  padding: 98rem 0 68rem 0;
}
.home-factories .home-bottom {
  padding-top: 45rem;
}
.factorieslist {
  margin: 0 -12rem;
}
.factorieslist li {
  width: 33.33333333%;
  float: left;
  padding: 0 12rem;
  margin-bottom: 25rem;
}
.factorieslist li .box {
  background-color: #ffffff;
  box-shadow: 0rem 0rem 19rem 0rem rgba(7, 108, 182, 0.13);
  border-radius: 8rem;
  overflow: hidden;
}
.factorieslist li .pic:after {
  padding-bottom: 56.55737705%;
}
.factorieslist li .pic .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/video.png) no-repeat center center;
  background-size: 56rem;
  z-index: 44;
}
.factorieslist li .text {
  padding: 13rem 23rem;
}
.factorieslist li .span {
  font-size: 14rem;
  line-height: 27rem;
  background: url(../images/date.png) no-repeat center left;
  padding-left: 24rem;
  background-size: 15rem;
  color: #898e9d;
}
.factorieslist li .bt {
  font-family: var(--Roboto-Bold);
  font-size: 18rem;
  line-height: 29rem;
  color: #282828;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .factorieslist li:hover .box {
    background-color: var(--main-color);
    box-shadow: 0rem 0rem 19rem 0rem rgba(7, 108, 182, 0.13);
  }
  .factorieslist li:hover .pic img {
    transform: scale(1.1);
  }
  .factorieslist li:hover .pic .hover {
    background: rgba(233, 79, 37, 0.3) url(../images/video.png) no-repeat center center;
    background-size: 56rem;
  }
  .factorieslist li:hover .span {
    background: url(../images/date1.png) no-repeat center left;
    background-size: 15rem;
    color: #fff;
  }
  .factorieslist li:hover .bt {
    color: #fff;
  }
}
.home-case {
  padding: 95rem 0 87rem 0;
  background: #121212;
  position: relative;
  overflow: hidden;
}
.home-case .home-bottom {
  padding-top: 44rem;
}
.home-case .swiper-case {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.home-case .swiper-pagination {
  text-align: center;
  width: 100%;
  bottom: 20rem;
}
.home-case .swiper-pagination .swiper-pagination-bullet {
  width: 12rem;
  height: 2rem;
  background: #979797;
  border-radius: 0;
  opacity: 1;
  margin: 0 4rem;
}
.home-case .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.home-case .swiper-button-prev:after,
.home-case .swiper-button-next:after {
  font-size: 20rem;
  color: #fff;
}
.caselist .item .pic:after {
  padding-bottom: 53.33333333%;
}
.caselist .item .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.caselist .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 20rem;
  padding-top: 54rem;
  z-index: 3;
  opacity: 0;
  transition: 0.5s;
}
.caselist .item .text .bt {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-family: var(--Roboto-Bold);
  font-size: 34rem;
  color: #ffffff;
}
.caselist .item .text .span {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 28rem;
  height: 56rem;
  width: 74%;
  margin: 0 auto;
  margin-top: 10rem;
  margin-bottom: 21rem;
  overflow: hidden;
  color: #ffffff;
}
.caselist .item .text .more3 p {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .caselist .item:hover .pic img {
    transform: scale(1.1);
  }
}
.caselist .swiper-slide-active .pic:before {
  background: rgba(0, 0, 0, 0.6);
}
.caselist .swiper-slide-active .text {
  opacity: 1;
}
.home-faq {
  padding: 94rem 0 74rem 0;
  background: #f9f9f9;
}
.home-faq .home-title {
  color: var(--main-color);
}
.home-faq .home-bottom {
  padding-top: 34rem;
}
.home-faq .home-bottom dl {
  overflow: hidden;
  margin-bottom: 20rem;
  background-color: #eff0f1;
}
.home-faq .home-bottom dt {
  overflow: hidden;
  cursor: pointer;
  font-size: 28rem;
  color: #333333;
  line-height: 34rem;
  padding: 23rem 37rem;
  font-family: var(--Roboto-Bold);
  transition: all 0.5s;
  position: relative;
}
.home-faq .home-bottom dt span {
  display: block;
  padding-left: 47rem;
  position: relative;
}
.home-faq .home-bottom dt span b {
  position: absolute;
  top: 0;
  left: 0;
}
.home-faq .home-bottom dt:after,
.home-faq .home-bottom dt:before {
  width: 14rem;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 50%;
  right: 29rem;
  display: block;
  content: '';
  transform: translateY(-50%);
}
.home-faq .home-bottom dt:before {
  width: 2px;
  height: 14rem;
  right: 35rem;
}
.home-faq .home-bottom dd {
  height: 0;
  font-size: 16rem;
  line-height: 24rem;
  color: #ffffff;
  overflow: hidden;
}
.home-faq .home-bottom dd .nr {
  padding: 18rem 29rem 25rem 86rem;
  position: relative;
}
.home-faq .home-bottom .cur {
  background-color: #e95128;
}
.home-faq .home-bottom .cur dt {
  padding-bottom: 0rem;
  color: #fff;
}
.home-faq .home-bottom .cur dt:before {
  display: none;
}
.home-faq .home-bottom .cur dt:after {
  background: #fff;
}
.home-faq .home-bottom .cur dd {
  height: auto;
}
.home-news {
  padding: 99rem 0 94rem 0;
  overflow: hidden;
}
.home-news .home-p {
  margin-bottom: 10rem;
}
.home-news .home-top {
  float: left;
  width: 50%;
}
.home-news .top_2 {
  float: right;
}
.home-news .se_top .top_2 {
  margin-top: 45rem;
  cursor: pointer;
  text-align: center;
}
.home-news .se_top .top_2 .swiper {
  text-align: center;
}
.home-news .se_top .top_2 .swiper .swiper-wrapper {
  display: block;
}
.home-news .se_top .top_2 .swiper .swiper-slide {
  color: #7a7a7a;
  transition: 0.4s;
}
.home-news .se_top .top_2 .swiper .swiper-slide {
  width: 160rem;
  margin: 0 0 0 18rem;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.home-news .se_top .top_2 .swiper .swiper-slide .title {
  position: relative;
}
.home-news .se_top .top_2 .swiper .swiper-slide .title .bt {
  display: block;
  vertical-align: middle;
  font-size: 16rem;
  line-height: 38rem;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  border-radius: 30rem;
  text-align: center;
  border: solid 1px #5d4e63;
}
.home-news .se_top .top_2 .swiper .swiper-slide .none {
  display: none;
}
.home-news .se_top .top_2 .swiper .active .title .bt {
  color: #fff;
  background: var(--main-color);
  border: solid 1px var(--main-color);
}
.home-news .se_bot {
  position: relative;
  overflow: hidden;
}
.home-news .se_bot .info {
  padding: 48rem 0 0 0;
  position: relative;
  overflow: hidden;
}
.newslist .item {
  float: left;
  width: 33.33333333%;
  margin-right: 60rem;
}
.newslist .item .box {
  border-radius: 8rem;
  border: solid 1px #f1f1f1;
  overflow: hidden;
}
.newslist .item .box .text {
  padding: 27rem 26rem 19rem 26rem;
}
.newslist .item .box .btn {
  overflow: hidden;
}
.newslist .item .box .btn span {
  width: 130rem;
  line-height: 26rem;
  border-radius: 14rem;
  text-align: center;
  border: solid 1px #333333;
  float: left;
  max-width: 43%;
}
.newslist .item .box .btn b {
  font-weight: normal;
  width: 56%;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  text-align: right;
  float: right;
  line-height: 28rem;
  color: rgba(147, 147, 147, 0.55);
}
.newslist .item .box .bt {
  font-size: 24rem;
  line-height: 38rem;
  height: 76rem;
  overflow: hidden;
  font-family: var(--Roboto-Bold);
  color: #333333;
  margin-top: 20rem;
  margin-bottom: 29rem;
}
.newslist .item .box .more2 p {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  color: #666;
}
.newslist .item .pic:after {
  padding-bottom: 61.27659574%;
}
@media (min-width: 1025px) {
  .newslist .item:hover .box {
    background: var(--main-color);
    border: solid 1px var(--main-color);
  }
  .newslist .item:hover .box .btn {
    color: #fff;
  }
  .newslist .item:hover .box .btn span {
    border: solid 1px #fff;
  }
  .newslist .item:hover .box .btn b {
    color: #fff;
  }
  .newslist .item:hover .box .bt {
    color: #fff;
  }
  .newslist .item:hover .box .more2 p {
    color: #fff;
  }
  .newslist .item:hover .pic img {
    transform: scale(1.05);
  }
}
.home-contact {
  text-align: center;
  padding: 154rem 0 161rem 0;
  background: url(../images/bg2.jpg) no-repeat center center;
  background-size: cover;
 
}
.home-contact .p {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 28rem;
  margin: 13rem 0 53rem 0;
  color: #ffffff;
}
.footer {
  background-color: #0d0d0d;
}
@media (min-width: 1025px) {
  .footer a:hover {
    text-decoration: underline;
  }
}
.footer .footer-top {
  padding: 78rem 0 31rem 0;
}
.footer .footer-top ul {
  float: left;
  width: 79%;
}
.footer .footer-top ul li {
  width: 25%;
  float: left;
}
.footer .footer-top ul li a {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  margin-bottom: 21rem;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #fff;
  padding-right: 5rem;
}
.footer .footer-top ul li a .txt-2 {
  display: none;
}
@media (min-width: 1025px) {
  .footer .footer-top ul li a:hover {
    text-decoration: underline;
  }
}
.footer .footer-top ul li ul {
  width: 100%;
}
.footer .footer-top ul li ul li {
  width: 100%;
}
.footer .footer-top ul li ul li a {
  font-size: 16rem;
  line-height: 36rem;
  margin: 0;
  font-family: var(--Roboto-Light);
}
.footer .footer-top ul .fo1 {
  width: 18.5%;
}
.footer .footer-top ul .fo2 {
  width: 29%;
}
.footer .footer-top ul .fo3 {
  width: 22.5%;
}
.footer .footer-top ul .fo4 {
  width: 13%;
}
.footer .footer-top ul .fo5 {
  width: 14%;
}
.footer .footer-top .footer-contact {
  float: right;
  width: 21%;
}
.footer .footer-top .footer-contact .bt {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  margin-bottom: 26rem;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #fff;
}
.footer .footer-top .footer-contact .jsh {
  font-size: 16rem;
  line-height: 29rem;
  color: rgba(255, 255, 255, 0.98);
}
.footer .footer-top .footer-contact .jsh p {
  padding-left: 29rem;
  margin-bottom: 17rem;
}
.footer .footer-top .footer-contact .jsh p a {
  color: rgba(255, 255, 255, 0.98);
}
.footer .footer-top .footer-contact .jsh .f1 {
  background: url(../images/f1.png) no-repeat left 3rem;
  background-size: 16rem;
}
.footer .footer-top .footer-contact .jsh .f2 {
  background: url(../images/f2.png) no-repeat left 3rem;
  background-size: 14rem;
}

.footer .footer-top .footer-contact .jsh .f2.f2-1{
	background:none;
}

.footer .footer-top .footer-contact .jsh .f3 {
  background: url(../images/f3.png) no-repeat left 3rem;
  background-size: 19rem;
}
.footer .footer-top .footer-contact .jsh .f4 {
  background: url(../images/f4.png) no-repeat left 6rem;
  background-size: 18rem;
}
.footer .footer-bottom {
  padding: 32rem 0 0 0;
  background-color: #151515;
}
.footer .footer-bottom .left {
  float: left;
}
.footer .footer-bottom .right {
  float: right;
}
.footer .footer-bottom .ft {
  border-bottom: 1px solid #363636;
  padding-bottom: 21rem;
}
.footer .footer-bottom .ft .left a {
  width: 31rem;
  height: 31rem;
  margin-right: 29rem;
  display: block;
  float: left;
  background-image: linear-gradient(#ffffff, #ffffff);
  border-radius: 5rem;
}
.footer .footer-bottom .ft .left .s1 {
  background: #ffffff url(../images/sh1.png) no-repeat center center;
  background-size: 100%;
}
.footer .footer-bottom .ft .left .s2 {
  background: #ffffff url(../images/sh2.png) no-repeat center center;
  background-size: 100%;
}
.footer .footer-bottom .ft .left .s3 {
  background: #ffffff url(../images/sh3.png) no-repeat center center;
  background-size: 100%;
}
.footer .footer-bottom .ft .left .s4 {
  background: #ffffff url(../images/sh4.png) no-repeat center center;
  background-size: 100%;
}
.footer .footer-bottom .ft .left .s5 {
  background: #ffffff url(../images/sh5.png) no-repeat center center;
  background-size: 100%;
}
.footer .footer-bottom .ft .left .s6 {
  background: #ffffff url(../images/sh6.png) no-repeat center center;
  background-size: 100%;
}
.footer .footer-bottom .ft .left .s7 {
  background: #ffffff url(../images/sh7.png) no-repeat center center;
  background-size: 100%;
}
.footer .footer-bottom .ft .right a {
  line-height: 29rem;
  font-size: 18rem;
  color: #ffffff;
  display: block;
  padding-right: 40rem;
  background: url(../images/top.png) no-repeat center right;
  background-size: 26rem;
}
.footer .footer-bottom .fb {
  font-size: 14rem;
  line-height: 22rem;
  padding: 13rem 0;
  color: #fffffe;
}
.footer .footer-bottom .fb .left a {
  text-decoration: underline;
  color: #fffffe;
}
.footer .footer-bottom .fb .left span {
  margin-right: 40rem;
  display: inline-block;
  vertical-align: top;
}
.footer .footer-bottom .fb .right a {
  color: #fffffe;
}
.float {
  position: fixed;
  top: 50%;
  right: 10rem;
  z-index: 22;
}
.float ul li {
  margin-bottom: 10rem;
}
.float ul li a {
  display: block;
  width: 40rem;
  height: 40rem;
  position: relative;
}
.float ul li a .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 40rem;
  background-color: var(--main-color);
}
.float ul li a .hover {
  position: absolute;
  top: 0;
  right: -150rem;
  width: 150rem;
  line-height: 40rem;
  text-align: center;
  color: #fff;
  background-color: var(--main-color);
  opacity: 0;
  font-family: var(--Oswald-Regular);
  font-size: 17rem;
}
.float ul li.oj:hover .pic {
  left: -143rem;
}
.float ul li.oj:hover .hover {
  right: 0;
  opacity: 1;
}
@media (max-width: 1200px) {
  .float {
    display: none;
  }
}
.inbanner {
  color: #fff;
  position: relative;
  overflow: hidden;
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.inbanner img,
.inbanner video {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inbanner .img {
  position: relative;
  overflow: hidden;
}
.inbanner .img img {
  -webkit-animation: wave 2s alternate;
  animation: wave 2s alternate;
}
.inbanner .img1 {
  position: relative;
  overflow: hidden;
  display: none;
}
.inbanner .item {
  position: relative;
  overflow: hidden;
}
.inbanner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 55;
  padding-top: 94rem;
}
.inbanner .banner-hover .home-span {
  -webkit-animation: fadeInUp2 1s alternate;
  animation: fadeInUp2 1s alternate;
}
.inbanner .banner-hover .bt {
  margin-bottom: 15rem;
  font-family: var(--Roboto-Bold);
  font-size: 50rem;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.inbanner .banner-hover .p {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 36rem;
  color: #ffffff;
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.inbanner .banner-hover .p a {
  color: #ffffff;
}
.inbanner .banner-hover .p b {
  font-weight: normal;
}
.content {
  padding: 99rem 0;
  min-height: 600rem;
}
.fact-search {
  position: relative;
  margin-bottom: 26rem;
}
.fact-search .sbtn {
  width: 154rem;
  line-height: 55rem;
  font-size: 16rem;
  color: #fff;
  padding: 0 17rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #e94f25 url(../images/search.png) no-repeat 85% center;
  background-size: 24rem;
}
.fact-search input {
  width: 100%;
  height: 55rem;
  padding: 0 20rem 0 170rem;
  background: #ffffff;
  border: solid 1px #e3e2e2;
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  color: #212121;
}
.second-nav {
  margin-bottom: 69rem;
}
.second-nav ul {
  margin: 0 -1rem;
}
.second-nav ul li {
  float: left;
  width: 16.66666667%;
  padding: 0 1rem;
  text-align: center;
}
.second-nav ul li a {
  display: block;
  padding: 0 10rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  line-height: 50rem;
  color: #fefeff;
  background-color: #2f343a;
}
@media (min-width: 1025px) {
  .second-nav ul li:hover a {
    background: var(--main-color);
    color: #fff;
  }
}
.second-nav ul .active a {
  background: var(--main-color);
  color: #fff;
}
.second-nav4 ul li {
  width: 25%;
}

.second-nav1 {
  margin-bottom:0;
  margin-top:30rem;
}

.news .newslist {
  margin: 0 -26rem;
}
.news .newslist .item {
  width: 33.33333333%;
  float: left;
  margin-right: 0;
  padding: 0 26rem;
  margin-bottom: 50rem;
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58;
}
.page em {
  font-style: normal;
  font-size: 18px;
}
.page a {
  color: #888;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  width: 30px;
  line-height: 30px;
  text-transform: uppercase;
  height: 30px;
  border-radius: 40px;
  margin: 0 8px;
  padding: 0 5px;
  font-family: var(--Roboto-Light);
  vertical-align: top;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.page a span {
  display: block;
  height: 30px;
}
.page a.cur,
.page a:hover {
  color: var(--main-color);
}
.page a.prev,
.page a.next {
  color: #858585;
}
.page a.prev {
  margin-right: 5px;
}
.page a.prev span {
  background: url(../images/prev-01.png) no-repeat center center;
  background-size: 6px;
}
.page a.prev:hover {
  color: #fff;
}
.page a.prev:hover span {
  background: url(../images/prev-02.png) no-repeat center center;
  background-size: 6px;
}
.page a.next {
  margin-left: 5px;
}
.page a.next span {
  background: url(../images/next-01.png) no-repeat center center;
  background-size: 6px;
}
.page a.next:hover {
  color: #fff;
}
.page a.next:hover span {
  background: url(../images/next-02.png) no-repeat center center;
  background-size: 6px;
}
@media (max-width: 768px) {
  .page a,
  .page em {
    display: none;
    font-size: 14px;
  }
  .page a.prev,
  .page a.next {
    display: inline-block;
  }
}
.case-nav ul li {
  width: 20%;
  float: left;
  text-align: center;
}
.case-nav ul li .pic {
  width: 60rem;
  margin: 0 auto;
}
.case-nav ul li .pic .mh {
  display: none;
}
.case-nav ul li .bt {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  line-height: 32rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  padding: 0 5rem;
  color: #333333;
}
@media (min-width: 1025px) {
  .case-nav ul li:hover .pic .m {
    display: none;
  }
  .case-nav ul li:hover .pic .mh {
    display: block;
  }
  .case-nav ul li:hover .bt {
    color: var(--main-color);
  }
}
.case-nav ul .active .pic .m {
  display: none;
}
.case-nav ul .active .pic .mh {
  display: block;
}
.case-nav ul .active .bt {
  color: var(--main-color);
}
.case .home-bottom {
  padding-top: 71rem;
}
.caselist1 {
  margin: 0 -20rem;
}
.caselist1 .item {
  width: 50%;
  float: left;
  padding: 0 20rem;
  margin-bottom: 34rem;
}
.caselist1 .item .box {
  position: relative;
}
.caselist1 .item .pic:after {
  padding-bottom: 52.84552846%;
}
.caselist1 .item .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  transition: 0.5s;
}
.caselist1 .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 21rem;
  padding-bottom: 10rem;
  z-index: 55;
}
.caselist1 .item .text .bt {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #ffffff;
}
.caselist1 .item .text .more2 p {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 30rem;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .caselist1 .item:hover .pic img {
    transform: scale(1.1);
  }
  .caselist1 .item:hover .pic:before {
    opacity: 1;
  }
}
@keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
.contact {
  padding: 0 !important;
  overflow: inherit;
}
.contact .contact-info {
  border-radius: 24rem 24rem 0rem 0rem;
  margin-top: -50rem;
  position: relative;
  z-index: 4;
  padding: 0 55rem 84rem 55rem;
  background: #fff;
}
.contact .contact-info .contact-bottom {
  padding-top: 109rem;
}
.contact .contact-info .left {
  float: left;
  width: 49%;
}
.contact .contact-info .left .p {
  font-family: var(--Roboto-Regular);
  line-height: 40rem;
  margin-top: 41rem;
  color: #000000;
  font-size: 20rem;
}
.contact .contact-info .left .p b {
  font-family: var(--Roboto-Bold);
  font-weight: normal;
  font-size: 24rem;
}
.contact .contact-info .left .p p {
  margin-bottom: 16rem;
}
.contact .contact-info .left .img {
  width: 644rem;
  height: 623rem;
  margin-left: -373rem;
  position: relative;
  left: 50%;
  top: 0;
  margin-top: -18rem;
}
.contact .contact-info .left .img .hide {
  display: none;
}
.contact .contact-info .left .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.contact .contact-info .left .img .globalMap {
  width: 100%;
  height: 623rem;
  position: relative;
  z-index: 66;
}
.contact .contact-info .left .img .area {
  position: absolute;
  -webkit-transition: transform 2s linear;
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  -o-transition: transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}
.contact .contact-info .left .img .area i {
  width: 18rem;
  height: 24rem;
  background: url(../images/dot.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  -webkit-animation: 10s ease mymove infinite;
  animation: 10s ease mymove infinite;
}
.contact .contact-info .left .img .area span {
  display: block;
  line-height: 22rem;
  background-color: var(--main-color);
  border-radius: 8rem;
  color: #fff;
  font-size: 14rem;
  padding: 0 5rem;
}
.contact .contact-info .left .img .area .dot {
  position: relative;
  font-size: 17rem;
  line-height: 30rem;
  letter-spacing: 4rem;
  color: #ffffff;
  display: block;
  padding: 0 6rem 0 8rem;
  text-align: center;
  z-index: 1;
}
.contact .contact-info .left .img .m01 {
  top: 46%;
  left: 39.5%;
  text-align: right;
}
.contact .contact-info .left .img .m02 {
  top: 50%;
  left: 32.5%;
  text-align: right;
}
.contact .contact-info .left .img .m03 {
  top: 60%;
  left: 41.5%;
  text-align: right;
}
.contact .contact-info .left .img .m04 {
  text-align: right;
  top: 64%;
  left: 50%;
}
.contact .contact-info .left .img .m05 {
  top: 63.7%;
  left: 65.5%;
}
.contact .contact-info .left .img .m06 {
  top: 61.7%;
  left: 67.5%;
}
.contact .contact-info .left .img .m06 span {
  display: inline-block;
  vertical-align: middle;
}
.contact .contact-info .left .img .m07 {
  top: 54.7%;
  left: 60.5%;
}
.contact .contact-info .left .img .m07 span {
  display: inline-block;
  vertical-align: middle;
}
.contact .contact-info .left .img .m08 {
  top: 47.7%;
  left: 75.5%;
}
.contact .contact-info .left .img .m08 span {
  margin-top: -15rem;
  margin-left: 20rem;
}
.contact .contact-info .left .img .m09 {
  top: 46.7%;
  left: 73.7%;
}
.contact .contact-info .left .img .m09 span {
  display: inline-block;
  vertical-align: top;
  margin-top: -16rem;
}
.contact .contact-info .left .img .m010 {
  top: 41.7%;
  left: 56.7%;
  text-align: right;
}
.contact .contact-info .left .img .m011 {
  top: 46.7%;
  left: 58.7%;
  text-align: center;
}
.contact .contact-info .right {
  float: right;
  width: 45.7%;
}
.contact .contact-info .right ul li {
  padding-bottom: 34rem;
  margin-bottom: 36rem;
  border-bottom: solid 1px #d7d7d9;
}
.contact .contact-info .right ul li .box {
  position: relative;
  min-height: 60rem;
  padding-left: 83rem;
  padding-top: 2rem;
}
.contact .contact-info .right ul li .box .pic {
  width: 60rem;
  position: absolute;
  top: 0;
  left: 0;
}
.contact .contact-info .right ul li .h3 {
  font-family: var(--Roboto-Bold);
  font-size: 24rem;
  color: #000000;
  margin-bottom: 6rem;
}
.contact .contact-info .right ul li .p {
  font-size: 18rem;
  line-height: 30rem;
  color: #131313;
}
.contact .contact-info .right ul li .p a {
  color: #131313;
}
.contact01 {
  padding: 99rem 0 69rem 0;
  background: url(../images/bg3.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.contact01 .contact-bottom {
  padding-top: 58rem;
}
.contact01 .contact-bottom ul {
  margin: 0 -6rem;
}
.contact01 .contact-bottom ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 6rem;
  margin-bottom: 12rem;
}
.contact01 .contact-bottom ul li .box {
  position: relative;
}
.contact01 .contact-bottom ul li .box font {
  position: absolute;
  top: 0;
  left: 10rem;
  font-size: 19rem;
  line-height: 48rem;
  color: #ed2d2d;
}
.contact01 .contact-bottom ul li input,
.contact01 .contact-bottom ul li textarea {
  width: 100%;
  height: 48rem;
  border: solid 1px #d1d1d1;
  padding: 0 20rem;
  font-family: var(--Roboto-Light);
  font-size: 18rem;
  background-color: #ffffff;
}
.contact01 .contact-bottom ul li textarea {
  height: 142rem;
  padding: 11rem 20rem;
}
.contact01 .contact-bottom ul li .span {
  float: left;
  position: relative;
}
.contact01 .contact-bottom ul li .span input {
  float: left;
  width: 660rem;
  height: 55rem;
  border-radius: 4rem;
  background-color: #f9f9f9;
  border: solid 1rem #e1e4e6;
}
.contact01 .contact-bottom ul li .span a.code {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.contact01 .contact-bottom ul li .submit {
  float: left;
}
.contact01 .contact-bottom ul li .submit a {
  display: block;
  float: left;
  width: 201rem;
  line-height: 55rem;
  font-size: 16rem;
  color: #ffffff;
  background: var(--main-color);
  text-align: center;
  border-radius: 5rem;
  margin-left: 24rem;
}
@media (min-width: 1025px) {
  .contact01 .contact-bottom ul li .submit a:hover {
    text-decoration: underline;
  }
}
.contact01 .contact-bottom ul li .submit .reset {
  background: #ffffff;
  color: #666666;
}
.home-title2 {
  font-family: var(--Roboto-Bold);
  font-size: 50rem;
  color: #000000;
}
.home-title2 .line {
  width: 85rem;
  height: 6rem;
  margin-top: 25rem;
  background-color: #ffe4dd;
  border-radius: 3rem;
  position: relative;
}
.home-title2 .line:after {
  content: '';
  display: block;
  width: 15rem;
  height: 15rem;
  background-color: var(--main-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7.5rem;
  z-index: 33;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(80rem);
    transform: translateX(80rem);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes MOVE-BG {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(80rem);
    transform: translateX(80rem);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.news-show {
  padding-bottom: 0 !important;
}
.h1 {
  text-align: center;
  font-size: 38rem;
  color: #333333;
  font-family: var(--Roboto-Bold);
}
.h2 {
  text-align: center;
  font-size: 14rem;
  line-height: 26rem;
  margin-top: 7rem;
  color: #222222;
}
.h2 span {
  margin: 0 10rem;
}
.news-info {
  font-size: 18rem;
  line-height: 32rem;
  color: #666666;
  padding: 17rem 0 21rem 0;
}
.news-info p {
  margin-bottom: 15rem;
}
.news-info1 {
  padding: 47rem 0 45rem 0;
}
.news-info1 p {
  margin-bottom: 20rem;
}
.lable {
  font-size: 16rem;
  padding-bottom: 24rem;
  color: #333333;
}
.lable span {
  color: var(--main-color);
}
.lable a {
  color: #666666;
  margin-right: 20rem;
}
@media (min-width: 1025px) {
  .lable a:hover {
    color: #333;
    text-decoration: underline;
  }
}
.list-page-news {
  border-top: solid 1px #d9d9d9;
  margin-bottom: 27rem;
}
.list-page-news ul {
  overflow: hidden;
}
.list-page-news ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}
.list-page-news ul li a {
  display: block;
  line-height: 28rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-size: 16rem;
  color: #666666;
  position: relative;
  padding: 12rem 0;
  padding-left: 91rem;
}
.list-page-news ul li a span {
  line-height: 28rem;
  color: #333;
  position: absolute;
  top: 12rem;
  left: 0;
  width: 65rem;
  background: url(../images/prev.png) no-repeat center right;
  background-size: 9rem;
}
@media (min-width: 1025px) {
  .list-page-news ul li:hover a {
    color: var(--main-color);
    text-decoration: underline;
  }
}
.list-page-news ul li:nth-child(2) a span {
  background: url(../images/next.png) no-repeat center right;
  background-size: 9rem;
}
.return {
  overflow: hidden;
  float: right;
}
.return a {
  font-size: 16rem;
  color: #fff;
  text-align: center;
  width: 206rem;
  line-height: 46rem;
  background: var(--main-color);
  display: block;
}
@media (min-width: 1025px) {
  .return a:hover {
    color: #fff;
    background: #1e2d65;
  }
}
.related {
  padding: 95rem 0 99rem 0;
  overflow: hidden;
}
.related .mySwiper4 {
  position: relative;
  overflow: hidden;
  margin-top: 38rem;
}
.related .swiper-product {
  margin-top: 57rem;
}
.related-case {
  margin-top: 120rem;
}
.inside-1 {
  padding-bottom: 105rem;
  position: relative;
}
.inside-1 .con {
  position: relative;
}
.inside-1 .leftAsideMDiv {
  width: 23.3%;
  float: left;
  background-color: #f9f9f9;
  display: block;
  border-top: 6rem solid var(--main-color);
  position: sticky;
  top: 100rem;
}
.inside-1 .leftAsideMDiv .title1 {
  font-family: var(--Roboto-Bold);
  font-size: 26rem;
  line-height: 36rem;
  letter-spacing: 1rem;
  color: var(--main-color);
  padding: 15rem 35rem;
  background: #f2efef;
}
.inside-1 .leftAsideMDiv .title1 img {
  width: 58rem;
  margin-right: 10rem;
  display: inline-block;
  vertical-align: middle;
}
.inside-1 .classifyAside {
  font-size: 18rem;
  position: relative;
  z-index: 1;
  padding: 0 37rem;
}
.inside-1 .classifyAside .list > li {
  overflow: hidden;
  border-bottom: 1px #c4c9cc solid;
}
.inside-1 .classifyAside .list > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.inside-1 .classifyAside .list > li .title {
  position: relative;
  z-index: 1;
}
.inside-1 .classifyAside .list > li .title > a {
  display: flex;
  line-height: 36rem;
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  color: #333;
  padding: 15rem 29rem 15rem 0;
  position: relative;
  display: block;
}
.inside-1 .classifyAside .list > li .title > a:hover {
  color: var(--main-color);
}
.inside-1 .classifyAside .list > li .title > a:hover .icon {
  background: var(--main-color);
}
.inside-1 .classifyAside .list > li .title > a:hover .icon::before {
  border-color: #fff;
}
.inside-1 .classifyAside .list .icon {
  cursor: pointer;
  width: 22rem;
  height: 22rem;
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -11rem;
  right: 0;
}
.inside-1 .classifyAside .list .icon:after,
.inside-1 .classifyAside .list .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--main-color);
  content: '';
  display: block;
}
.inside-1 .classifyAside .list .icon:after {
  width: 14rem;
  height: 2rem;
  margin-top: -1rem;
  margin-left: -7rem;
}
.inside-1 .classifyAside .list .icon:before {
  width: 2rem;
  height: 14rem;
  margin-left: -1rem;
  margin-top: -7rem;
}
.inside-1 .classifyAside .list .active .title a {
  color: var(--main-color);
}
.inside-1 .classifyAside .list .active .title .icon:before {
  display: none;
}
.inside-1 .classifyAside .list .active .child {
  display: block;
}
.inside-1 .classifyAside .list .child {
  display: none;
  border-top: solid 1px #e3e3e3;
}
.inside-1 .classifyAside .list .child .list > li {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  position: relative;
  border-bottom: solid 1px #e3e3e3;
  z-index: 1;
}
.inside-1 .classifyAside .list .child .list > li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-family: var(--Roboto-Light);
  font-size: 18rem;
  color: #333;
  line-height: 28rem;
  padding: 10rem 0 10rem 0;
  position: relative;
}
.inside-1 .classifyAside .list .child .list > li a:hover {
  color: var(--main-color);
}
    .inside-1 .classifyAside .list .child .list > li.active a {
        color: var(--main-color);
    }
.inside-1 .classifyAside .list .child .list > li:nth-last-child(1) {
  border-bottom: 0;
}
.inside-1 .rightCon {
  flex: 1;
  width: 74.5%;
  float: right;
}
.inside-1 .rightCon .productlist {
  margin: 0 -28rem;
}
.inside-1 .rightCon .productlist .item {
  width: 33.33333333%;
  float: left;
  margin-right: 0;
  margin-bottom: 26rem;
  padding: 0 14rem;
}
.inside-1 .rightCon .productlist .item .box {
  background-color: #f9f9f9;
}
.product-show {
  padding: 0 !important;
}
.current {
  font-size: 16rem;
  line-height: 36rem;
  padding: 12rem 0;
  color: #333333;
}
.current a {
  color: #333333;
}
.current b {
  font-weight: normal;
}
.product-top {
  padding-bottom: 53rem;
  min-height: 839rem;
  background: url(../images/pbg.png) no-repeat top center;
  background-size: cover;
}
.product-top .nr {
  display: flex;
  flex-wrap: wrap;
  padding-top: 35rem;
}
.product-top .right {
  float: left;
  width: 59%;
  padding-bottom: 104rem;
}
.product-top .right .bt {
  font-family: var(--Roboto-Bold);
  font-size: 38rem;
  color: #e94f25;
}
.product-top .right .span {
  font-size: 20rem;
  margin-top: 18rem;
  margin-bottom: 37rem;
  color: #000000;
}
.product-top .right .p {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 30rem;
  color: #000000;
  margin-bottom: 21rem;
  overflow: hidden;
}
.product-top .right .p p {
  margin-bottom: 10rem;
}
.product-top .right .p b {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  color: #000000;
}
.product-top .right .bn a {
  font-family: var(--Roboto-Light);
  font-size: 18rem;
  color: #333333;
  border-radius: 30rem;
  line-height: 36rem;
  padding: 0 20rem;
  border: solid 1px #333333;
  display: inline-block;
  vertical-align: top;
  margin-right: 26rem;
}
@media (min-width: 1025px) {
  .product-top .right .bn a:hover {
    background: var(--main-color);
    color: #fff;
    border: solid 1px var(--main-color);
  }
}
.product-top .left {
  float: right;
  width: 41%;
  padding-top: 83rem;
  padding-right: 57rem;
}
.product-bottom .se {
  border-bottom: 1px solid #d6dade;
}
.product-bottom .se ul li {
  float: left;
  margin-right: 121rem;
}
.product-bottom .se ul li:last-child{
	margin-right:0;
}
.product-bottom .se ul li a {
  display: block;
  font-size: 20rem;
  line-height: 49rem;
  color: #333333;
  position: relative;
}
.product-bottom .se ul li a:after {
  content: '';
  display: block;
  width: 0;
  height: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  background: var(--main-color);
}
.product-bottom .se ul .active a:after {
  width: 100%;
}
.product-bottom .show {
  padding: 60rem 0 39rem 0;
}
.product-bottom .show .info {
  display: none;
  font-size: 18rem;
  line-height: 37rem;
  color: #333333;
}
.product-bottom .show .table td {
  font-size: 16rem;
  line-height: 24rem;
  color: #333333;
  text-align: center;
  border: solid 1px #c3c3c3;
  min-width:100px;
  padding: 15rem;
}
.product-bottom .show .table .firstRow td {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  line-height: 41rem;
  color: var(--main-color);
  background-color: #f9f9f9;
}
.product-bottom .show .table .title {
  text-align: left;
  font-family: var(--Roboto-Bold);
}
.product-bottom .show .table .title1 {
  text-align: center;
  font-family: var(--Roboto-Bold);
}
.related-pro {
  margin-top: 78rem;
}
.home-interested {
  background: url(../images/bg4.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  position: relative;
}
.home-interested .home-title {
  font-size: 42rem;
  line-height: 58rem;
}
.home-interested .right {
  padding: 88rem 0 107rem 0;
  width: 49%;
  float: right;
}
.home-interested .list-form {
  margin-left: -15rem;
  margin-right: -15rem;
  padding-top: 55rem;
}
.home-interested .list-form li {
  width: 100%;
  clear: both;
  padding: 0 15rem 15rem 15rem;
}
.home-interested .list-form li:last-child {
  padding-bottom: 0;
}
.home-interested .list-form .col-2 {
  width: 50%;
  float: left;
  clear: none;
}
.home-interested .list-form .box {
  display: block;
  position: relative;
}
.home-interested .list-form .xh {
  color: #f20808;
  font-size: 16rem;
  position: absolute;
  z-index: 9;
  top: 12rem;
  left: 10rem;
}
.home-interested .list-form .text-form,
.home-interested .list-form .textarea-form {
  width: 100%;
  border-radius: 4rem;
  box-shadow: 0 0 0 1rem #000000;
  border: 0;
  background: transparent;
  color: #666666;
  padding-left: 20rem;
  font-size: 16rem;
  appearance: none;
  transition: 0.5s;
}
.home-interested .list-form .text-form::-webkit-input-placeholder,
.home-interested .list-form .textarea-form::-webkit-input-placeholder {
  color: #666666;
}
.home-interested .list-form .text-form:-ms-input-placeholder,
.home-interested .list-form .textarea-form:-ms-input-placeholder {
  color: #666666;
}
.home-interested .list-form .text-form:-moz-placeholder,
.home-interested .list-form .textarea-form:-moz-placeholder {
  color: #666666;
}
.home-interested .list-form .text-form:placeholder,
.home-interested .list-form .textarea-form:placeholder {
  color: #666666;
}
.home-interested .list-form .text-form:focus,
.home-interested .list-form .textarea-form:focus {
  color: #000;
  box-shadow: 0 0 0 1rem var(--main-color) inset, 0 0 10rem var(--main-color);
}
.home-interested .list-form .text-form {
  height: 48rem;
}
.home-interested .list-form .textarea-form {
  padding-top: 8rem;
  padding-bottom: 15rem;
  height: 149rem;
  line-height: 30rem;
  vertical-align: top;
}
.home-interested .list-form .btnDiv {
  padding-top: 15rem;
}
.home-interested .list-form .more a {
  line-height: 48rem;
  padding: 0 51rem;
  border-radius: 30rem;
}
.about {
  padding: 0 !important;
}
.about01 {
  padding: 80rem 0 83rem 0;
  position: relative;
}
.about01 .second-nav ul li a {
  line-height: 64rem;
}
.about01 .nr {
  position: relative;
}
.about01 .left {
  float: right;
  width: 49%;
}
.about01 .left .pic:after {
  padding-bottom: 54.76839237%;
}
.about01 .left .list {
  width: 100%;
  margin: 0 auto;
  padding: 0 30rem;
  margin-top: 11rem;
  position: relative;
}
.about01 .left .list .swiper {
  position: relative;
  overflow: hidden;
}
.about01 .left .list ul .swiper-slide-thumb-active {
  border: 1px solid var(--main-color);
}
.about01 .left .list .swiper-button-next,
.about01 .left .list .swiper-button-prev {
  width: 14rem;
  line-height: 71rem;
  height: 71rem;
  top: 0;
  transform: none;
  text-align: center;
  background: #adb0b3;
  left: 0;
  margin: 0;
}
.about01 .left .list .swiper-button-next:after,
.about01 .left .list .swiper-button-prev:after {
  font-size: 16rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .about01 .left .list .swiper-button-next:hover,
  .about01 .left .list .swiper-button-prev:hover {
    background: var(--main-color);
  }
}
.about01 .left .list .swiper-button-next {
  left: auto;
  right: 0;
}
.about01 .left .slider-nav {
  position: relative;
  z-index: 1;
}
.about01 .left .slider-nav .swiper-slide {
  position: relative;
}
.about01 .left .slider-nav .swiper-slide img {
  width: 100%;
  object-fit: cover;
}
.about01 .right {
  float: left;
  width: 48%;
}
.about01 .right .home-title {
  font-size: 42rem;
  margin-top: -15rem;
  margin-bottom: 25rem;
}
.about01 .right .p {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 30rem;
  height: 420rem;
  overflow: auto;
  color: #666666;
}
.about01 .youshi {
  padding-top: 26rem;
}
.about01 .youshi li:after {
  height: 23px;
  background-color: #c1d0e4;
  margin-top: -11px;
}
.about01 .youshi li .box {
  position: relative;
  padding-left: 95rem;
}
.about01 .youshi li .box .pic {
  width: 80rem;
  position: absolute;
  top: 0;
  left: 0;
}
.about01 .youshi li .num span {
  font-size: 50rem;
}
.about01 .youshi li .num {
  color: var(--main-color);
  line-height: 47rem;
}
.about01 .youshi li .h3 {
  font-size: 16rem;
  color: #333;
}
.about01 .youshi li:nth-child(2) {
  width: 31.4%;
  padding-left: 84rem;
}
.about01 .youshi li:nth-child(3) {
  width: 23%;
  padding-left: 62rem;
}
.about01 .youshi li:nth-child(4) {
  width: 15%;
}
.about02 {
  padding: 95rem 0 88rem 0;
  overflow: hidden;
  background-color: #121212;
  position: relative;
}
.about02 .home-title {
  font-size: 42rem;
  margin-bottom: 25rem;
}
.about02 .p {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 24rem;
  color: #ffffff;
}
.about02 .nr {
  position: relative;
}
.about02 .swiper-pagination {
  height: 5rem;
  width: 100%;
  border-radius: 3rem;
  background: #4d4d4d;
}
.about02 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--main-color);
  border-radius: 3rem;
}
.swiper-about {
  position: relative;
  margin: 0 110rem;
  width: 62%;
  margin-top: 53rem;
}
.swiper-about .box {
  padding-top: 94rem;
  transition: 0.5s;
}
.swiper-about .pic:after {
  padding-bottom: 53.17124736%;
}
.swiper-about .text {
  padding-top: 10rem;
  position: relative;
}
.swiper-about .bt {
  font-family: var(--Roboto-Bold);
  font-size: 24rem;
  line-height: 41rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #e94f25;
}
.swiper-about .span {
  font-family: var(--Roboto-Bold);
  font-size: 72rem;
  color: rgba(255, 255, 255, 0);
  text-stroke: 1px #ffffff;
  -webkit-text-stroke: 1px #ffffff;
  position: absolute;
  bottom: 28rem;
  right: 40rem;
}
.swiper-about .swiper-slide-active .box {
  padding-top: 0;
  padding-bottom: 94rem;
}
.swiper-about .swiper-slide-active .bt {
  font-size: 30rem;
}
.swiper-about .swiper-slide-active .text {
  padding-top: 24rem;
}
.about03 {
  padding: 97rem 0 84rem 0;
  position: relative;
  overflow: hidden;
  background: url(../images/bg5.jpg) no-repeat center center;
  background-size: cover;
}
.about03 .home-title {
  font-size: 42rem;
  margin-bottom: 25rem;
}
.about03 .about-bottom {
  padding-top: 90rem;
}
.swiper-history {
  text-align: center;
  margin: 0 auto;
  width: 80%;
  position: relative;
}
.swiper-history .bt {
  font-size: 42rem;
  line-height: 166rem;
  font-family: var(--Ubuntu-Bold);
  color: #333333;
  margin-bottom: 59rem;
}
.swiper-history .p {
  font-size: 20rem;
  line-height: 41rem;
  min-height: 82rem;
  overflow: hidden;
  color: #333333;
  opacity: 0;
  transition: 0.5s;
}
.swiper-history .swiper-slide-next {
  text-align: left;
}
.swiper-history .swiper-slide-prev {
  text-align: right;
}
.swiper-history .swiper-slide-active .bt {
  font-size: 210rem;
  color: var(--main-color);
}
.swiper-history .swiper-slide-active .p {
  opacity: 1;
}
.swiper-history .swiper-button-prev,
.swiper-history .swiper-button-next {
  width: 55rem;
  height: 55rem;
  background: #a8abab;
  border-radius: 4rem;
  border: solid 1rem #f7fafd;
  margin-top: 0;
  z-index: 33;
  left: 0;
  top: 60rem;
}
.swiper-history .swiper-button-prev:after,
.swiper-history .swiper-button-next:after {
  font-size: 20rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .swiper-history .swiper-button-prev:hover,
  .swiper-history .swiper-button-next:hover {
    background: var(--main-color);
  }
}
.swiper-history .swiper-button-next {
  right: 0;
  left: auto;
}
.about04 {
  padding: 95rem 0 84rem 0;
  background-color: #121212;
  position: relative;
}
.about04 .home-title {
  font-size: 42rem;
  margin-bottom: 20rem;
}
.about04 .p {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 28rem;
  color: #ffffff;
}
.about04 .list {
  padding: 16rem 0 58rem 0;
}
.about04 .list ul li {
  float: left;
  margin-right: 178rem;
}
.about04 .list ul li .bt {
  font-size: 28rem;
  font-family: var(--Roboto-Bold);
  line-height: 51rem;
  color: #e94f25;
}
.about04 .list ul li .span {
  font-size: 20rem;
  color: #ffffff;
  line-height: 51rem;
  font-family: var(--Roboto-Light);
}
.about04 .about-bottom {
  position: relative;
}
.about04 .about-bottom .swiper-button-prev,
.about04 .about-bottom .swiper-button-next {
  width: 55rem;
  height: 55rem;
  background: #5c5d5e;
  border-radius: 4rem;
  border: solid 1rem #f7fafd;
  margin-top: -27rem;
  z-index: 33;
  left: -80rem;
}
.about04 .about-bottom .swiper-button-prev:after,
.about04 .about-bottom .swiper-button-next:after {
  font-size: 20rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .about04 .about-bottom .swiper-button-prev:hover,
  .about04 .about-bottom .swiper-button-next:hover {
    background: var(--main-color);
  }
}
.about04 .about-bottom .swiper-button-next {
  right: -80rem;
  left: auto;
}
.swiper-honor {
  position: relative;
  overflow: hidden;
}
.swiper-honor .box {
  box-shadow: inset 0rem 3rem 7rem 0rem #000000;
  padding: 4rem;
}
.swiper-honor .pic img {
  width: 100%;
}
.swiper-honor .pic:after {
  padding-bottom: 143.84615385%;
}
.swiper-honor .item {
  width: 20%;
  float: left;
}
@media (min-width: 1025px) {
  .swiper-honor .item:hover .pic img {
    transform: scale(1.1);
  }
}
.about05 {
  padding: 88rem 0;
  background: #fff;
  position: relative;
}
.about05 .home-title {
  font-size: 42rem;
  margin-bottom: 20rem;
}
.about05 .p {
  font-size: 16rem;
  color: #333333;
}
.about05 .pc {
  width: 80%;
  margin: 0 auto;
}
#certify {
  position: relative;
  margin-top: 57rem;
  overflow: hidden;
}
#certify .swiper {
  position: relative;
  left: 50%;
  width: 1600px;
  margin-left: -800px;
}
#certify .swiper-button-prev,
#certify .swiper-button-next {
  width: 55rem;
  height: 55rem;
  background: #5c5d5e;
  border-radius: 4rem;
  border: solid 1rem #f7fafd;
  margin-top: -27rem;
  z-index: 33;
  left: 180rem;
}
#certify .swiper-button-prev:after,
#certify .swiper-button-next:after {
  font-size: 20rem;
  color: #fff;
}
@media (min-width: 1025px) {
  #certify .swiper-button-prev:hover,
  #certify .swiper-button-next:hover {
    background: var(--main-color);
  }
}
#certify .swiper-button-next {
  right: 180rem;
  left: auto;
}
#certify .swiper-slide .pic img {
  width: 100%;
}
#certify .swiper-slide .pic:after {
  padding-bottom: 57.32801595%;
}
#certify .swiper-slide .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#certify .swiper-slide .bt {
  text-align: center;
  font-size: 20rem;
  margin-top: 10rem;
  color: #2d3132;
  display: none;
}
#certify .swiper-slide-active .bt {
  display: block;
}
#certify .swiper-slide-active .pic:before {
  background: rgba(0, 0, 0, 0);
}
#certify .swiper-slide img {
  display: block;
}
.about06 {
  padding: 96rem 0 99rem 0;
  background-color: #f0f0f0;
  position: relative;
}
.about06 .home-title {
  font-size: 42rem;
  margin-bottom: 20rem;
}
.about06 .pp {
  font-family: var(--Roboto-Light);
  font-size: 16rem;
  line-height: 30rem;
  padding-top: 52rem;
  color: #666666;
}
.about06 .pp p {
  margin-bottom: 15rem;
}
.about06 .list {
  padding-top: 43rem;
}
.about06 .list ul {
  margin: 0 -15rem;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
.about06 .list ul li {
  width: 33.33333333%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15rem;
}
.about06 .list ul li .box {
  padding: 53rem 33rem;
  background-color: #121212;
  border-radius: 12rem;
  position: relative;
  height: 100%;
}
.about06 .list ul li .box .num {
  font-family: var(--Roboto-Light);
  font-size: 24rem;
  color: #fff;
  position: absolute;
  top: 24rem;
  right: 30rem;
}
.about06 .list ul li .box .num:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 13rem;
  height: 1rem;
  background-color: #fff;
}
.about06 .list ul li .pic {
  width: 90rem;
}
.about06 .list ul li .text {
  padding-top: 20rem;
}
.about06 .list ul li .bt {
  font-family: var(--Roboto-Bold);
  font-size: 28rem;
  line-height: 41rem;
  margin-bottom: 11rem;
  color: #fff;
}
.about06 .list ul li .p {
  font-size: 18rem;
  line-height: 32rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .about06 .list ul li:hover .box {
    background: var(--main-color);
  }
}
@media (max-width: 1600px) {
  #certify .swiper {
    width: 1400px;
    margin-left: -700px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  .sitemap .site-bottom {
    font-size: 14px;
    line-height: 25px;
  }
  .sitemap li {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sitemap li .top1 {
    font-size: 20px;
  }
  .sitemap li .subnav {
    margin-top: 15px;
  }
  .sitemap li .subnav a {
    font-size: 15px;
    margin-right: 20px;
    padding: 5px 0;
  }
  .sitemap li .subnav .hover {
    padding: 10px 20px;
  }
  .sitemap li .subnav .dot a {
    font-size: 14px;
  }
  .container {
    max-width: 750px;
    padding: 0 15px;
    width: 100%;
  }
  .height {
    top: -60px;
  }
  .height1 {
    height: 60px;
  }
  .more a,
  .more p {
    font-size: 12px;
    line-height: 32px;
    padding: 0 22px;
    border-radius: 18px;
  }
  .more1 a,
  .more1 p {
    line-height: 32px;
    border-radius: 8px;
    font-size: 12px;
    padding: 0 20px;
  }
  .header {
    height: 60px;
    background: #fff;
  }
  .header .logo {
    padding-top: 12px;
  }
  .header .logo a .lg1 {
    display: none;
  }
  .header .logo a .lg2 {
    display: block;
  }
  .header .logo a img {
    width: 115px;
  }
  .header .header-right {
    margin-right: 0;
  }
  .header .header-right .menu {
    display: block;
  }
  .header .header-right .lan {
    display: none;
  }
  .header .header-right .anniu {
    display: none;
  }
  .header .header-right .header-search {
    display: none;
  }
  .ahover {
    display: none;
  }
  .nav {
    display: none;
  }
  #video {
    width: 90%;
  }
  #video .close {
    width: 28px;
    height: 28px;
    top: -20px;
    right: -20px;
    background: #ffffff url(../images/closed.png) no-repeat center center;
    background-size: 12px;
  }
  .headerfix {
    box-shadow: 0px 6px 42px 0px rgba(3, 74, 155, 0.14);
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  .home-span {
    font-size: 16px;
  }
  .home-title {
    font-size: 26px;
  }
  .home-p {
    font-size: 14px;
  }
  .banner {
    margin-top: 60px;
  }
  .swiper-renewal-main {
    margin-top: 0;
  }
  .swiper-renewal-main .img1 {
    display: block;
  }
  .swiper-renewal-main .img {
    display: none;
  }
  .home-about {
    padding: 40px 0;
  }
  .home-about .right {
    width: 100%;
  }
  .home-about .right img {
    border-radius: 6px;
  }
  .home-about .left {
    width: 100%;
    padding-top: 10px;
  }
  .home-about .left .home-title {
    margin: 7px 0 11px 0;
  }
  .home-about .left .p {
    font-size: 14px;
    line-height: 25px;
    height: auto;
    max-height: 100px;
    margin-bottom: 20px;
  }
  .home-youshi {
    padding: 40px 0 20px 0;
  }
  .youshi {
    margin: 0 -14px !important;
  }
  .youshi li {
    width: 50%;
    padding: 0 14px !important;
    margin-bottom: 20px;
  }
  .youshi li::after {
    display: none;
  }
  .youshi li .box {
    float: none;
  }
  .youshi li .num {
    font-size: 18px;
    line-height: 35px;
  }
  .youshi li .num span {
    font-size: 40px;
  }
  .youshi li .num em {
    font-size: 16px;
    line-height: 30px;
  }
  .youshi li .h3 {
    font-size: 13px;
    margin-top: 0;
  }
  .youshi li:nth-child(1) {
    width: 50%;
  }
  .youshi li:nth-child(2) {
    width: 50%;
  }
  .youshi li:nth-child(3) {
    width: 50%;
  }
  .youshi li:nth-child(4) {
    width: 50%;
  }
  .home-title1:before,
  .home-title1:after {
    display: none;
  }
  .home-title1 h3 {
    line-height: 36px;
  }
  .home-title1 h3:before,
  .home-title1 h3:after {
    display: none;
  }
  .home-title1 h3 p {
    font-size: 26px;
  }
  .home-title1 h3 p:before,
  .home-title1 h3 p:after {
    display: none;
  }
  .home-product {
    padding: 40px 0;
  }
  .home-product .home-bottom {
    padding-top: 25px;
  }
  .swiper-pro .item {
    width: 50%;
    margin-right: 15px;
  }
  .swiper-pro .item .box {
    border-radius: 7px;
  }
  .swiper-pro .item .pic {
    border-radius: 7px 7px 0px 0px;
  }
  .swiper-pro .item .text {
    padding: 7px 15px 13px 15px;
  }
  .swiper-pro .item .text .bt {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 7px;
  }
  .swiper-pro .item .text .p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 18px;
    height: 100px;
  }
  .swiper-pro .item .text .more1 p {
    width: 100%;
  }
  .home-factories {
    padding: 40px 0;
  }
  .home-factories .home-bottom {
    padding-top: 25px;
  }
  .factorieslist {
    margin: 0 -6px;
  }
  .factorieslist li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 15px;
  }
  .factorieslist li .box {
    box-shadow: 0px 0px 19px 0px rgba(7, 108, 182, 0.13);
    border-radius: 4px;
  }
  .factorieslist li .pic .hover {
    background-size: 28px;
  }
  .factorieslist li .text {
    padding: 6px 12px;
  }
  .factorieslist li .span {
    font-size: 12px;
    line-height: 22px;
    padding-left: 20px;
    background-size: 12px;
  }
  .factorieslist li .bt {
    font-size: 16px;
    line-height: 29px;
  }
  .home-case {
    padding: 40px 0;
  }
  .home-case .home-bottom {
    padding-top: 25px;
  }
  .home-case .swiper-case {
    width: 100%;
  }
  .home-case .swiper-pagination {
    bottom: 10px;
  }
  .home-case .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 2px;
    margin: 0 4px;
  }
  .home-case .swiper-button-prev:after,
  .home-case .swiper-button-next:after {
    font-size: 20px;
  }
  .caselist .item .pic:before {
    background: rgba(0, 0, 0, 0.3);
  }
  .caselist .item .text {
    padding: 0 20px;
    padding-top: 20px;
    opacity: 1;
  }
  .caselist .item .text .bt {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .caselist .item .text .span {
    display: none;
  }
  .caselist .item .text .more3 p {
    font-size: 12px;
  }
  .home-faq {
    padding: 40px 0;
  }
  .home-faq .home-bottom {
    padding-top: 25px;
  }
  .home-faq .home-bottom dl {
    margin-bottom: 10px;
  }
  .home-faq .home-bottom dt {
    font-size: 16px;
    line-height: 34px;
    padding: 10px 15px 15px 15px;
  }
  .home-faq .home-bottom dt span {
    padding-left: 26px;
    padding-right: 20px;
  }
  .home-faq .home-bottom dt:after,
  .home-faq .home-bottom dt:before {
    width: 14px;
    height: 2px;
    top: 50%;
    right: 19px;
  }
  .home-faq .home-bottom dt:before {
    width: 2px;
    height: 14px;
    right: 25px;
  }
  .home-faq .home-bottom dd {
    font-size: 14px;
    line-height: 24px;
  }
  .home-faq .home-bottom dd .nr {
    padding: 9px 9px 9px 41px;
  }
  .home-faq .home-bottom .cur dt {
    padding-bottom: 0px;
  }
  .home-news {
    padding: 40px 0;
  }
  .home-news .home-p {
    margin-bottom: 10px;
  }
  .home-news .home-top {
    width: 100%;
  }
  .home-news .se_top .top_2 {
    margin-top: 15px;
    width: 100%;
  }
  .home-news .se_top .top_2 .swiper .swiper-slide {
    width: 110px;
    margin: 0 0 0 9px;
  }
  .home-news .se_top .top_2 .swiper .swiper-slide .title .bt {
    font-size: 12px;
    line-height: 32px;
    border-radius: 30px;
  }
  .home-news .se_bot .info {
    padding: 25px 0 0 0;
  }
  .newslist .item {
    float: left;
    width: 50%;
    margin-right: 26px;
  }
  .newslist .item .box {
    border-radius: 4px;
    border: solid 1px #f1f1f1;
  }
  .newslist .item .box .text {
    padding: 14px;
  }
  .newslist .item .box .btn span {
    width: 100px;
    line-height: 26px;
    border-radius: 14px;
    max-width: 43%;
    font-size: 12px;
  }
  .newslist .item .box .btn b {
    width: 56%;
    line-height: 28px;
  }
  .newslist .item .box .bt {
    font-size: 18px;
    line-height: 32px;
    height: 64px;
    margin-top: 10px;
    margin-bottom: 14px;
  }
  .newslist .item .box .more2 p {
    font-size: 12px;
  }
  .home-contact {
    padding: 50px 0;
  }
  .home-contact .p {
    font-size: 14px;
    line-height: 28px;
    margin: 8px 0 23px 0;
  }
  .footer .footer-top {
    padding: 41px 0;
  }
  .footer .footer-top ul {
    display: none;
  }
  .footer .footer-top .footer-contact {
    width: 100%;
  }
  .footer .footer-top .footer-contact .bt {
    font-size: 20px;
    margin-bottom: 26px;
  }
  .footer .footer-top .footer-contact .jsh {
    font-size: 14px;
    line-height: 29px;
  }
  .footer .footer-top .footer-contact .jsh p {
    padding-left: 29px;
    margin-bottom: 8px;
  }
  .footer .footer-top .footer-contact .jsh .f1 {
    background: url(../images/f1.png) no-repeat left 3px;
    background-size: 16px;
  }
  .footer .footer-top .footer-contact .jsh .f2 {
    background: url(../images/f2.png) no-repeat left 3px;
    background-size: 14px;
  }
  .footer .footer-top .footer-contact .jsh .f3 {
    background: url(../images/f3.png) no-repeat left 3px;
    background-size: 19px;
  }
  .footer .footer-top .footer-contact .jsh .f4 {
    background: url(../images/f4.png) no-repeat left 6px;
    background-size: 18px;
  }
  .footer .footer-bottom {
    padding: 20px 0 0 0;
    text-align: center;
  }
  .footer .footer-bottom .left {
    float: none;
  }
  .footer .footer-bottom .right {
    float: none;
  }
  .footer .footer-bottom .ft {
    border-bottom: 1px solid #363636;
    padding-bottom: 11px;
  }
  .footer .footer-bottom .ft .left a {
    width: 29px;
    height: 29px;
    margin-right: 9px;
    border-radius: 5px;
  }
  .footer .footer-bottom .ft .right {
    float: right;
  }
  .footer .footer-bottom .ft .right a {
    line-height: 29px;
    font-size: 14px;
    display: inline-block;
    padding-right: 40px;
    background: url(../images/top.png) no-repeat center right;
    background-size: 26px;
  }
  .footer .footer-bottom .fb {
    font-size: 14px;
    line-height: 22px;
    padding: 8px 0;
  }
  .footer .footer-bottom .fb .left span {
    margin: 0 5px;
  }
  .inbanner {
    margin-top: 60px;
  }
  .inbanner .img {
    display: none;
  }
  .inbanner .img1 {
    display: block;
  }
  .inbanner .banner-hover {
    padding-top: 0;
  }
  .inbanner .banner-hover .bt {
    margin-bottom: 8px;
    font-size: 26px;
  }
  .inbanner .banner-hover .p {
    font-size: 14px;
    line-height: 25px;
  }
  .content {
    padding: 40px 0;
    min-height: 600px;
  }
  .fact-search {
    margin-bottom: 26px;
  }
  .fact-search .sbtn {
    width: 124px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 17px;
    background: #e94f25 url(../images/search.png) no-repeat 85% center;
    background-size: 12px;
  }
  .fact-search input {
    height: 45px;
    padding: 0 20px 0 140px;
    font-size: 14px;
  }
  .second-nav {
    margin-bottom: 25px;
  }
  
  .second-nav1 {
    margin-top: 25px;
  }
  
  
  .second-nav ul {
    margin: 0 -1px;
  }
  .second-nav ul li {
    width: 50%;
    padding: 0 1px;
    margin-bottom: 2px;
  }
  .second-nav ul li a {
    padding: 0 10px;
    font-size: 16px;
    line-height: 40px;
  }
  .second-nav4 ul li {
    width: 50%;
  }
  .news .newslist {
    margin: 0 -6px;
  }
  .news .newslist .item {
    width: 50%;
    margin-right: 0;
    padding: 0 6px;
    margin-bottom: 15px;
  }
  .case-nav ul li {
    width: 25%;
    margin-bottom: 10px;
  }
  .case-nav ul li .pic {
    width: 40px;
  }
  .case-nav ul li .bt {
    font-size: 16px;
    line-height: 32px;
    padding: 0 5px;
  }
  .case .home-bottom {
    padding-top: 25px;
  }
  .caselist1 {
    margin: 0 -6px;
  }
  .caselist1 .item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 15px;
  }
  .caselist1 .item .text {
    padding: 0 15px;
    padding-bottom: 6px;
  }
  .caselist1 .item .text .bt {
    font-size: 16px;
  }
  .caselist1 .item .text .more2 p {
    font-size: 14px;
    line-height: 30px;
  }
  .contact .contact-info {
    border-radius: 12px 12px 0px 0px;
    margin-top: 0;
    padding: 0 0 24px 0;
  }
  .contact .contact-info .contact-bottom {
    padding-top: 25px;
  }
  .contact .contact-info .left {
    width: 100%;
  }
  .contact .contact-info .left .p {
    line-height: 30px;
    margin-top: 21px;
    font-size: 16px;
  }
  .contact .contact-info .left .p b {
    font-size: 18px;
  }
  .contact .contact-info .left .p p {
    margin-bottom: 8px;
  }
  .contact .contact-info .left .img {
    width: 100%;
    height: auto;
    margin-left: 0;
    left: auto;
    top: auto;
    margin-top: 0;
  }
  .contact .contact-info .left .img .hide {
    display: block;
  }
  .contact .contact-info .left .img img {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  .contact .contact-info .left .img .globalMap {
    height: auto;
    display: none;
  }
  .contact .contact-info .left .img .area {
    display: none;
  }
  .contact .contact-info .right {
    width: 100%;
  }
  .contact .contact-info .right ul li {
    padding-bottom: 14px;
    margin-bottom: 16px;
  }
  .contact .contact-info .right ul li .box {
    min-height: 60px;
    padding-left: 43px;
    padding-top: 2px;
  }
  .contact .contact-info .right ul li .box .pic {
    width: 30px;
  }
  .contact .contact-info .right ul li .h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .contact .contact-info .right ul li .p {
    font-size: 14px;
    line-height: 25px;
  }
  .contact01 {
    padding: 40px 0;
  }
  .contact01 .contact-bottom {
    padding-top: 25px;
  }
  .contact01 .contact-bottom ul {
    margin: 0 -6px;
  }
  .contact01 .contact-bottom ul li {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 12px;
  }
  .contact01 .contact-bottom ul li .box {
    width: 100%;
  }
  .contact01 .contact-bottom ul li .box font {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 14px;
    line-height: 48px;
  }
  .contact01 .contact-bottom ul li input,
  .contact01 .contact-bottom ul li textarea {
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
  }
  .contact01 .contact-bottom ul li textarea {
    height: 142px;
    padding: 11px 20px;
  }
  .contact01 .contact-bottom ul li .span input {
    float: left;
    width: 300px;
    height: 40px;
    border-radius: 4px;
    background-color: #f9f9f9;
    border: solid 1px #e1e4e6;
    font-size: 12px;
  }
  .contact01 .contact-bottom ul li .span a.code img {
    height: 40px;
  }
  .contact01 .contact-bottom ul li .submit {
    float: left;
    margin-top: 20px;
    width: 100%;
  }
  .contact01 .contact-bottom ul li .submit a {
    width: 121px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 0;
    margin-right: 20px;
  }
  .home-title2 {
    font-size: 26px;
  }
  .home-title2 .line {
    width: 85px;
    height: 3px;
    margin-top: 15px;
    border-radius: 3px;
  }
  .home-title2 .line:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .h1 {
    font-size: 26px;
  }
  .h2 {
    font-size: 14px;
    line-height: 26px;
    margin-top: 7px;
  }
  .h2 span {
    margin: 0 10px;
  }
  .news-info {
    font-size: 14px;
    line-height: 25px;
    padding: 17px 0 21px 0;
  }
  .news-info p {
    margin-bottom: 7px;
  }
  .news-info1 {
    padding: 47px 0 45px 0;
  }
  .news-info1 p {
    margin-bottom: 10px;
  }
  .lable {
    font-size: 14px;
    padding-bottom: 24px;
  }
  .lable a {
    margin-right: 15px;
  }
  .list-page-news {
    border-top: solid 1px #d9d9d9;
    margin-bottom: 17px;
  }
  .list-page-news ul li {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
  }
  .list-page-news ul li a {
    line-height: 28px;
    font-size: 14px;
    padding: 12px 0;
    padding-left: 91px;
  }
  .list-page-news ul li a span {
    line-height: 28px;
    top: 12px;
    width: 65px;
    background: url(../images/prev.png) no-repeat center right;
    background-size: 9px;
  }
  .list-page-news ul li:nth-child(2) a span {
    background: url(../images/next.png) no-repeat center right;
    background-size: 9px;
  }
  .return a {
    font-size: 14px;
    width: 160px;
    line-height: 42px;
  }
  .related {
    padding: 40px 0;
  }
  .related .mySwiper4 {
    margin-top: 25px;
  }
  .related .swiper-product {
    margin-top: 25px;
  }
  .related-case {
    margin-top: 60px;
  }
  .inside-1 {
    padding-bottom: 45px;
  }
  .inside-1 .leftAsideMDiv {
    display: none;
  }
  .inside-1 .rightCon {
    width: 100%;
  }
  .inside-1 .rightCon .productlist {
    margin: 0 -6px;
  }
  .inside-1 .rightCon .productlist .item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 0 6px;
  }
  .current {
    font-size: 14px;
    line-height: 30px;
    padding: 7px 0;
  }
  .product-top {
    padding-bottom: 0;
    min-height: 0;
    background: url(../images/bg6.jpg) no-repeat top center;
    background-size: cover;
  }
  .product-top .nr {
    display: block;
    padding-top: 35px;
  }
  .product-top .right {
    width: 100%;
    padding-bottom: 0;
  }
  .product-top .right .bt {
    font-size: 26px;
  }
  .product-top .right .span {
    font-size: 16px;
    margin-top: 9px;
    margin-bottom: 15px;
  }
  .product-top .right .p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 11px;
  }
  .product-top .right .p p {
    margin-bottom: 9px;
  }
  .product-top .right .p b {
    font-size: 16px;
  }
  .product-top .right .bn a {
    font-size: 14px;
    border-radius: 30px;
    line-height: 32px;
    padding: 0 20px;
    margin-right: 13px;
    margin-bottom: 13px;
  }
  .product-top .left {
    width: 100%;
    padding-top: 23px;
    padding-right: 0;
  }
  .product-bottom .se {
    border-bottom: 1px solid #d6dade;
  }
  .product-bottom .se ul li {
    margin-right: 30px;
  }
  .product-bottom .se ul li a {
    font-size: 16px;
    line-height: 42px;
  }
  .product-bottom .se ul li a:after {
    height: 3px;
  }
  .product-bottom .show {
    padding: 40px 0 39px 0;
  }
  .product-bottom .show .info {
    font-size: 14px;
    line-height: 25px;
    color: #333333;
  }
  .product-bottom .show .table {
    /* overflow: auto; */
  }
  .product-bottom .show .table table {
    /* width: 1000px; */
  }
  .product-bottom .show .table td {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px;
  }
  .product-bottom .show .table .firstRow td {
    font-size: 14px;
    line-height: 20px;
  }
  .related-pro {
    margin-top: 40px;
  }
  .home-interested:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .home-interested .home-title {
    font-size: 24px;
    line-height: 38px;
  }
  .home-interested .right {
    padding: 40px 0;
    width: 100%;
    position: relative;
    z-index: 33;
  }
  .home-interested .list-form {
    margin-left: -6px;
    margin-right: -6px;
    padding-top: 25px;
  }
  .home-interested .list-form li {
    width: 100%;
    padding: 0 6px 10px 6px;
  }
  .home-interested .list-form .col-2 {
    width: 100%;
  }
  .home-interested .list-form .xh {
    font-size: 14px;
    top: 12px;
    left: 10px;
  }
  .home-interested .list-form .text-form,
  .home-interested .list-form .textarea-form {
    border-radius: 4px;
    box-shadow: 0 0 0 1px #000000;
    padding-left: 20px;
    font-size: 14px;
  }
  .home-interested .list-form .text-form:focus,
  .home-interested .list-form .textarea-form:focus {
    box-shadow: 0 0 0 1px var(--main-color) inset, 0 0 10px var(--main-color);
  }
  .home-interested .list-form .text-form {
    height: 44px;
  }
  .home-interested .list-form .textarea-form {
    padding-top: 8px;
    padding-bottom: 15px;
    height: 149px;
    line-height: 30px;
    vertical-align: top;
  }
  .home-interested .list-form .btnDiv {
    padding-top: 15px;
  }
  .home-interested .list-form .more a {
    line-height: 44px;
    padding: 0 41px;
    border-radius: 30px;
  }
  .about01 {
    padding: 40px 0;
  }
  .about01 .second-nav ul li a {
    line-height: 44px;
  }
  .about01 .left {
    width: 100%;
  }
  .about01 .left .list {
    display: none;
  }
  .about01 .right {
    width: 100%;
  }
  .about01 .right .home-title {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .about01 .right .p {
    font-size: 14px;
    line-height: 25px;
    height: auto;
    overflow: hidden;
  }
  .about01 .youshi {
    padding-top: 16px;
  }
  .about01 .youshi li .box {
    padding-left: 55px;
  }
  .about01 .youshi li .box .pic {
    width: 40px;
  }
  .about01 .youshi li:after {
    height: 23px;
    background-color: #c1d0e4;
    margin-top: -11px;
  }
  .about01 .youshi li .num span {
    font-size: 30px;
  }
  .about01 .youshi li .num {
    line-height: 40px;
  }
  .about01 .youshi li .h3 {
    font-size: 14px;
  }
  .about01 .youshi li:nth-child(2) {
    width: 50%;
  }
  .about01 .youshi li:nth-child(3) {
    width: 50%;
  }
  .about01 .youshi li:nth-child(4) {
    width: 50%;
  }
  .about02 {
    padding: 40px 0;
  }
  .about02 .home-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .about02 .p {
    font-size: 14px;
    line-height: 24px;
  }
  .about02 .swiper-pagination {
    height: 5px;
    width: 100%;
    border-radius: 3px;
  }
  .about02 .swiper-pagination .swiper-pagination-progressbar-fill {
    border-radius: 3px;
  }
  .swiper-about {
    margin: 0;
    width: 100%;
    margin-top: 25px;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .swiper-about .box {
    padding-top: 0;
  }
  .swiper-about .text {
    padding-top: 10px;
  }
  .swiper-about .bt {
    font-size: 20px;
    line-height: 41px;
  }
  .swiper-about .span {
    font-size: 36px;
    bottom: 48px;
    right: 20px;
  }
  .swiper-about .swiper-slide-active .box {
    padding-top: 0;
    padding-bottom: 0;
  }
  .swiper-about .swiper-slide-active .bt {
    font-size: 20px;
  }
  .swiper-about .swiper-slide-active .text {
    padding-top: 24px;
  }
  .about03 {
    padding: 40px 0;
  }
  .about03 .home-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .about03 .about-bottom {
    padding-top: 25px;
  }
  .swiper-history {
    width: 100%;
    overflow: hidden;
  }
  .swiper-history .bt {
    font-size: 24px;
    line-height: 100px;
    margin-bottom: 20px;
  }
  .swiper-history .p {
    font-size: 14px;
    line-height: 25px;
    min-height: 50px;
  }
  .swiper-history .swiper-slide-active .bt {
    font-size: 105px;
  }
  .swiper-history .swiper-button-prev,
  .swiper-history .swiper-button-next {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    top: 35px;
  }
  .swiper-history .swiper-button-prev:after,
  .swiper-history .swiper-button-next:after {
    font-size: 16px;
  }
  .about04 {
    padding: 40px 0;
  }
  .about04 .home-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .about04 .p {
    font-size: 14px;
    line-height: 24px;
  }
  .about04 .list {
    padding: 8px 0 28px 0;
  }
  .about04 .list ul li {
    margin-right: 28px;
  }
  .about04 .list ul li .bt {
    font-size: 20px;
    line-height: 41px;
  }
  .about04 .list ul li .span {
    font-size: 16px;
    line-height: 41px;
  }
  .about04 .about-bottom .swiper-button-prev,
  .about04 .about-bottom .swiper-button-next {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    left: 10px;
  }
  .about04 .about-bottom .swiper-button-prev:after,
  .about04 .about-bottom .swiper-button-next:after {
    font-size: 16px;
  }
  .about04 .about-bottom .swiper-button-next {
    right: 10px;
    left: auto;
  }
  .swiper-honor .box {
    box-shadow: inset 0px 3px 7px 0px #000000;
    padding: 4px;
  }
  .swiper-honor .item {
    width: 50%;
  }
  .about05 {
    padding: 40px 0;
  }
  .about05 .home-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .about05 .p {
    font-size: 14px;
  }
  .about05 .phone {
    padding: 0 15px;
  }
  #certify1 {
    position: relative;
    margin-top: 25px;
    overflow: hidden;
  }
  #certify1 .swiper {
    position: relative;
  }
  #certify1 .swiper-button-prev,
  #certify1 .swiper-button-next {
    width: 35px;
    height: 35px;
    background: #5c5d5e;
    border-radius: 4px;
    border: solid 1px #f7fafd;
    margin-top: -27px;
    z-index: 33;
    left: 10px;
  }
  #certify1 .swiper-button-prev:after,
  #certify1 .swiper-button-next:after {
    font-size: 16px;
    color: #fff;
  }
  #certify1 .swiper-button-next {
    right: 10px;
    left: auto;
  }
  #certify1 .swiper-slide .pic:after {
    padding-bottom: 57.32801595%;
  }
  #certify1 .swiper-slide .bt {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    color: #2d3132;
    display: none;
  }
  #certify1 .swiper-slide-active .bt {
    display: block;
  }
  #certify1 .swiper-slide-active .pic:before {
    background: rgba(0, 0, 0, 0);
  }
  #certify1 .swiper-slide img {
    display: block;
  }
  .about06 {
    padding: 40px 0;
  }
  .about06 .home-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .about06 .pp {
    font-size: 14px;
    line-height: 25px;
    padding-top: 22px;
  }
  .about06 .pp p {
    margin-bottom: 8px;
  }
  .about06 .list {
    padding-top: 0;
  }
  .about06 .list ul {
    margin: 0 -6px;
    display: block;
  }
  .about06 .list ul li {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 15px;
  }
  .about06 .list ul li .box {
    padding: 23px;
    border-radius: 6px;
  }
  .about06 .list ul li .box .num {
    font-size: 18px;
    top: 24px;
    right: 30px;
  }
  .about06 .list ul li .box .num:before {
    width: 13px;
    height: 1px;
  }
  .about06 .list ul li .pic {
    width: 45px;
  }
  .about06 .list ul li .text {
    padding-top: 10px;
  }
  .about06 .list ul li .bt {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 6px;
  }
  .about06 .list ul li .p {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 520px) {
  .youshi li .num span {
    font-size: 36px;
  }
  .home-news .se_top .top_2 .swiper .swiper-slide {
    width: 110px;
    margin: 0 0 7px 7px;
  }
  .newslist .item {
    width: 100%;
  }
  .inbanner .banner-hover .p {
    display: none;
  }
  .inbanner img,
  .inbanner video {
    height: 25vh;
  }
  .case-nav ul li {
    width: 33.3333%;
  }
  .case-nav ul li .bt {
    font-size: 14px;
  }
  .caselist1 .item {
    width: 100%;
  }
  .news .newslist .item {
    width: 100%;
  }
}

.inside-1 .rightCon .rightcontent {
	margin-bottom: 10rem;
	font-size: 18rem;
    line-height: 32rem;
    color: #666666;
	padding-bottom: 20rem;
}

.inside-1 .rightCon .rightcontent .home-title {
	font-size: 28rem;
}


.inside-1 .leftAside-message {
	padding: 30rem 20rem;
	padding-bottom: 50rem;
}
.inside-1 .leftAside-message li{
	margin-bottom: 10rem;
}
.inside-1 .leftAside-message .box .pic{
	width: 13%;
	display: inline-block;
}
.inside-1 .leftAside-message .box .text{
	width: 86%;
    font-size: 16rem;
    line-height: 1.5;
    display: inline-block;
    float: right;
	padding-left: 10rem;
}
.inside-1 .leftAside-message .box .text img{
	max-width: 40rem;
	max-height: 40rem;
	margin-right: 10rem;
}
.inside-1 .leftAside-message .box .text a{
	line-height: 40rem;
}

.inside-1 .rightCon .contact01{
	background: none;
    padding-top: 10rem;
}
.inside-1 .rightCon .contact01 .contact-bottom{
	padding-top: 18rem;
}
.inside-1 .rightCon .home-title2{
	margin-top:40rem;
	font-size: 36rem;
}
.inside-1 .rightCon .contact01 .contact-bottom ul li .span a.code{
	right: auto;
	left: -190rem;
}
.inside-1 .leftAside-message .tel{
	min-height: 80rem;
}
.inside-1 .leftAside-message .tel .box .text a{
	display: block;
}