@charset "utf-8";
:root {
  --main-color: #0076bc;
  --index-color: #083d8a;
  --hover-color: #228e3b;
  --Poppins-Regular: Poppins-Regular;
  --Poppins-Bold: Poppins-Bold;
  --POPPINS-SEMIBOLD: POPPINS-SEMIBOLD;
  --Poppins-Medium: Poppins-Medium;
  --Oswald-Bold: Oswald-Bold;
  --Montserrat-Medium: Montserrat-Medium;
  --Oswald-Light: Oswald-Light;
}
*,
*: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(--Poppins-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;
  text-transform: capitalize;
}
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(--Poppins-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;
}
.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;
}
@-webkit-keyframes mymove {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes mymove {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes mymoveTop {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.8;
  }
}
@keyframes mymoveTop {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.8;
  }
}
@-webkit-keyframes mymoveBottom {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0.8;
  }
}
@keyframes mymoveBottom {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0.8;
  }
}
@font-face {
  font-family: Poppins-Bold;
  src: url('../font/Poppins-Bold.woff2') format('woff2'), url('../font/Poppins-Bold.woff') format('woff'), url('../font/Poppins-Bold.ttf') format('truetype'), url('../font/Poppins-Bold.eot') format('embedded-opentype'), url('../font/Poppins-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins-Regular;
  src: url('../font/Poppins-Regular.woff2') format('woff2'), url('../font/Poppins-Regular.woff') format('woff'), url('../font/Poppins-Regular.ttf') format('truetype'), url('../font/Poppins-Regular.eot') format('embedded-opentype'), url('../font/Poppins-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins-Medium;
  src: url('../font/Poppins-Medium.woff2') format('woff2'), url('../font/Poppins-Medium.woff') format('woff'), url('../font/Poppins-Medium.ttf') format('truetype'), url('../font/Poppins-Medium.eot') format('embedded-opentype'), url('../font/Poppins-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: POPPINS-SEMIBOLD;
  src: url('../font/POPPINS-SEMIBOLD.woff2') format('woff2'), url('../font/POPPINS-SEMIBOLD.woff') format('woff'), url('../font/POPPINS-SEMIBOLD.ttf') format('truetype'), url('../font/POPPINS-SEMIBOLD.eot') format('embedded-opentype'), url('../font/POPPINS-SEMIBOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Oswald-Bold;
  src: url('../font/Oswald-Bold.woff2') format('woff2'), url('../font/Oswald-Bold.woff') format('woff'), url('../font/Oswald-Bold.ttf') format('truetype'), url('../font/Oswald-Bold.eot') format('embedded-opentype'), url('../font/Oswald-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Oswald-Light;
  src: url('../font/Oswald-Light.woff2') format('woff2'), url('../font/Oswald-Light.woff') format('woff'), url('../font/Oswald-Light.ttf') format('truetype'), url('../font/Oswald-Light.eot') format('embedded-opentype'), url('../font/Oswald-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Medium;
  src: url(../font/Montserrat-Medium.otf);
}
.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 li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top1 {
  font-size: 20rem;
  color: #333;
  font-weight: bold;
}
.sitemap li .top1:hover {
  color: var(--main-color);
}
.sitemap li .bot {
  margin-top: 15rem;
}
.sitemap li .bot a {
  float: left;
  font-size: 16rem;
  color: #666;
  margin-right: 20rem;
}
.sitemap li .bot a:hover {
  color: var(--main-color);
}
.sitemap li .bot p {
  display: block;
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10rem;
}
#container {
  background: url(../index.jpg) no-repeat top center;
  background-size: 100%;
}
.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: 1600rem;
}
.donghua-line {
  width: 100%;
  height: 2px;
  background: #000;
  position: fixed;
  top: 49%;
  z-index: 9999999;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  animation: mymove 0.5s 1;
  -webkit-animation: mymove 0.5s 1;
}
.donghua-line-2::before {
  content: '';
  height: 50vh;
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 999999;
  animation: mymoveTop 1s 0.5s 1;
  -webkit-animation: mymoveTop 1s 0.5s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.donghua-line-2::after {
  content: '';
  height: 50vh;
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 999999;
  animation: mymoveBottom 1s 0.5s 1;
  -webkit-animation: mymoveBottom 1s 0.5s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1023px) {
  .donghua-line {
    display: none;
  }
  .donghua-line-2 {
    display: none;
  }
}
.height {
  height: 1px;
  position: absolute;
  /* top: -98rem; */
  left: 0;
  width: 100%;
}
.height1 {
  height: 110rem;
}
.header {
  height: 110rem;
  width: 100%;
  transition: 0.7s;
  position: relative;
  z-index: 1;
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.7s;
  padding-top: 20rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 232rem;
  z-index: 5;
  transition: 0.5s;
}
.header .logo a .lg2 {
  display: none;
}
.header .header-right {
  float: right;
  margin-right: -24rem;
}
.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-right: 18rem;
}
.header .header-right .lan h3 {
  background: url(../images/lan.png) no-repeat 10% center;
  background-size: 22rem;
}
.header .header-right .lan span {
  display: block;
  width: 60rem;
  height: 110rem;
  background: url(../images/jt1.png) no-repeat 90% center;
  background-size: 12rem;
  transition: 0.7s;
}
.header .header-right .lan span img {
  width: 19rem;
  display: block;
}
.header .header-right .lan ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 230rem;
  background: #fff;
  padding: 20rem;
  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: #333;
  text-align: center;
  font-size: 16rem;
  line-height: 36rem;
}
@media (min-width: 1025px) {
  .header .header-right .lan ul li a:hover {
    color: var(--main-color);
  }
}
.header .header-right .header-search {
  float: right;
  position: relative;
  /*搜索*/
}
.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: 110rem;
  transition: 0.7s;
  background: url(../images/search.png) no-repeat center center;
  background-size: 20rem !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: url(../images/search1.png) no-repeat center center;
  background-size: 20rem !important;
}
.header .bg {
  width: 100%;
  height: 230rem;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}
.nav {
  transition: 0.2s;
  float: right;
  padding-right: 27rem;
  position: relative;
  margin-right: 54rem;
}
.nav:after {
  content: '';
  display: block;
  width: 1px;
  height: 16rem;
  background-color: rgba(204, 204, 204, 0.8);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8rem;
  z-index: 33;
}
.nav ul {
  z-index: 1;
}
.nav ul li {
  float: left;
  padding: 0 34rem;
  position: relative;
}
.nav ul li a {
  display: block;
  font-size: 18rem;
  color: #fff;
  height: 110rem;
  line-height: 110rem;
  transition: 0.7s;
	font-weight: bold;
  position: relative;
  cursor: pointer;
}
.nav ul li a > span {
  display: inline-block;
  overflow: hidden;
  height: 110rem;
  line-height: 110rem;
  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 .subnav {
  width: 200rem;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -100rem;
  display: none;
  z-index: 333;
}
.nav ul li .subnav ul {
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow: hidden;
}
.nav ul li .subnav ul li {
  margin: 0;
  width: 100%;
  padding: 0;
}
.nav ul li .subnav ul li a {
  font-size: 14rem;
  line-height: 22rem;
  height: auto;
  padding: 5rem;
  color: #212121 !important;
  margin: 0;
  text-decoration: none;
  text-align: center;
}
.nav ul li .subnav ul li a:after {
  display: none;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover a {
    color: var(--hover-color) !important;
  }
}
.nav ul li:hover a {
  text-decoration: underline;
}
.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;
}
.header .nav ul .active a {
  color: var(--hover-color);
}
.nav ul .active a .txt-1 {
  transform: translateY(-100%);
}
.nav ul .active a .txt-2 {
  transform: translateY(-100%);
}
.headerFixed {
  box-shadow: 0rem 7rem 38rem 0rem rgba(31, 33, 32, 0.06);
}
.headerFixed,
.header:hover,
.header1 {
  background: #fff;
}
.headerFixed .logo a .lg2,
.header:hover .logo a .lg2,
.header1 .logo a .lg2 {
  display: block;
}
.headerFixed .logo a .lg1,
.header:hover .logo a .lg1,
.header1 .logo a .lg1 {
  display: none;
}
.headerFixed .nav ul li a,
.header:hover .nav ul li a,
.header1 .nav ul li a {
  color: #212121;
}
.headerFixed .nav ul li:hover a,
.header:hover .nav ul li:hover a,
.header1 .nav ul li:hover a {
  color: var(--hover-color);
}
.headerFixed .nav ul .active a,
.header:hover .nav ul .active a,
.header1 .nav ul .active a {
  color: var(--hover-color);
}
.headerFixed .nav ul li a > span::after,
.header:hover .nav ul li a > span::after,
.header1 .nav ul li a > span::after {
  background-color: var(--hover-color);
}
.headerFixed .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: 20rem !important;
}
.headerFixed .header-right .lan span,
.header:hover .header-right .lan span,
.header1 .header-right .lan span {
  background: url(../images/jt.png) no-repeat 90% center;
  background-size: 12rem;
}
.headerFixed .header-right .lan h3,
.header:hover .header-right .lan h3,
.header1 .header-right .lan h3 {
  background: url(../images/lan1.png) no-repeat 10% center;
  background-size: 22rem;
}
.headerfix {
  /* margin-top: -98rem; */
}
.banner {
  position: relative;
}
.banner .scroll_down {
  position: absolute;
  left: 160rem;
  bottom: 80rem;
  z-index: 1;
}
.banner .scroll_down .txt {
  font-size: 14rem;
  color: #fff;
}
.banner .scroll_down .line {
  display: block;
  width: 3px;
  height: 66rem;
  position: absolute;
  top: 40rem;
  left: 0;
  overflow: hidden;
}
.banner .scroll_down .line:before {
  height: 100%;
  background: rgba(255, 255, 255, 0.57);
  opacity: 0.3;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  position: absolute;
  width: 2px;
}
.banner .scroll_down .line:after {
  background: #fff;
  left: 0px;
  top: 0;
  content: '';
  position: absolute;
  width: 2px;
  -webkit-animation: about_scroll-down-line 3s infinite;
  -o-animation: about_scroll-down-line 3s infinite;
  animation: about_scroll-down-line 3s infinite;
}
@keyframes about_scroll-down-line {
  0%,
  20% {
    height: 30%;
    top: -45%;
  }
  80%,
  100% {
    height: 30%;
    top: 145%;
  }
}
.swiper-renewal-main {
  position: relative;
  overflow: hidden;
  /* .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 {
  clip-path: none;
  opacity: 0;
  z-index: 0;
  transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;
}
.swiper-renewal-main .swiper-slide img,
.swiper-renewal-main .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-renewal-main .swiper-slide-prev {
  clip-path: polygon(0% -150%, 100% -150%, 100% -20%, 0% 0%);
  opacity: 0;
  transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;
  z-index: 3;
}
.swiper-renewal-main .swiper-slide-active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 150%);
  opacity: 1;
  transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;
  z-index: 2;
}
.swiper-renewal-main .swiper-slide-next {
  z-index: 1;
}
.swiper-renewal-main .img {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.swiper-renewal-main .banner-hover {
  color: #fff;
  position: absolute;
  top: 34.5%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  font-size: 0;
  z-index: 33;
  padding-top: 80rem;
}
.swiper-renewal-main .banner-hover .bt {
  font-family: var(--Oswald-Bold);
  font-size: 68rem;
  line-height: 92rem;
  margin-bottom: 32rem;
  color: #ffffff;
}
.swiper-renewal-main .banner-hover .tu img {
  width: 55rem;
}
.swiper-renewal-main .banner-hover .ul {
  position: relative;
  overflow: hidden;
  height: 765rem;
  background: url(../images/line.png) no-repeat center 45%;
  background-size: 100%;
}
.swiper-renewal-main .banner-hover .ul .item {
  float: left;
  position: absolute;
  width: 330rem;
  overflow: hidden;
  padding-left: 38rem;
}
.swiper-renewal-main .banner-hover .ul .item:before {
  content: '';
  display: block;
  width: 43rem;
  height: 43rem;
  background: url(../images/dot0.png) no-repeat center center;
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.swiper-renewal-main .banner-hover .ul .item:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 17rem;
  left: 20rem;
  z-index: 1;
}
.swiper-renewal-main .banner-hover .ul .item .bt {
  font-size: 38rem;
  font-family: var(--Poppins-Bold);
  line-height: 41rem;
  color: #ffffff;
  margin-bottom: 0;
}
.swiper-renewal-main .banner-hover .ul .item .p {
  font-size: 15rem;
  line-height: 22rem;
  margin-bottom: 6rem;
  color: #ffffff;
}
.swiper-renewal-main .banner-hover .ul .item .pic {
  border: solid 1rem #ffffff;
  width: 88%;
}
.swiper-renewal-main .banner-hover .ul .item .pic:after {
  padding-bottom: 54.47470817%;
}
@media (min-width: 1025px) {
  .swiper-renewal-main .banner-hover .ul .item:hover .pic img {
    transform: scale(1.1);
  }
}
.swiper-renewal-main .banner-hover .ul .item1 {
  top: 17%;
  left: 0;
  padding-bottom: 129rem;
}
.swiper-renewal-main .banner-hover .ul .item2 {
  top: 55.5%;
  left: 13%;
  padding-top: 48rem;
}
.swiper-renewal-main .banner-hover .ul .item2:before {
  top: 0;
  bottom: auto;
}
.swiper-renewal-main .banner-hover .ul .item2:after {
  top: 17rem;
  bottom: auto;
}
.swiper-renewal-main .banner-hover .ul .item3 {
  top: 8%;
  left: 29%;
  padding-bottom: 128rem;
}
.swiper-renewal-main .banner-hover .ul .item4 {
  top: 44%;
  left: 42.5%;
  padding-top: 53rem;
}
.swiper-renewal-main .banner-hover .ul .item4:before {
  top: 0;
  bottom: auto;
}
.swiper-renewal-main .banner-hover .ul .item4:after {
  top: 17rem;
  bottom: auto;
}
.swiper-renewal-main .banner-hover .ul .item5 {
  top: 5%;
  left: 57%;
  padding-bottom: 74rem;
}
.swiper-renewal-main .banner-hover .ul .item6 {
  top: 38.3%;
  right: 10.8%;
  padding-top: 52rem;
}
.swiper-renewal-main .banner-hover .ul .item6:before {
  top: 0;
  bottom: auto;
}
.swiper-renewal-main .banner-hover .ul .item6:after {
  top: 17rem;
  bottom: auto;
}
.swiper-renewal-main .banner-hover .ul .item7 {
  top: 0;
  right: 0;
  padding-bottom: 93rem;
}
.swiper-renewal-main .banner-hover1 .info {
  padding: 0 25rem;
}
.swiper-renewal-main .left-area {
  left: 34rem;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 333;
}
.swiper-renewal-main .left-area .line {
  width: 15rem;
  height: 2px;
  margin: 14rem 0;
  transition: all 0.5s ease;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  display: block;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.swiper-renewal-main .left-area .active {
  width: 30rem;
  background: #fff;
}
.swiper-renewal-main .btn-area {
  position: absolute;
  right: 160rem;
  bottom: 40rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  z-index: 1;
}
.swiper-renewal-main .btn-area .main_slide_handler {
  display: inline-block;
  vertical-align: middle;
}
.swiper-renewal-main .btn-area a.slide_btn {
  width: 40rem;
  height: 20rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.swiper-renewal-main .btn-area a.slide_btn.stop {
  background: url(../images/btn-slider-stop.png) no-repeat center;
  background-size: 8rem;
}
.swiper-renewal-main .btn-area a.slide_btn.play {
  background: url(../images/btn-slider-play.png) no-repeat center;
  background-size: 12rem;
}
.swiper-renewal-main .swiper-pagination {
  position: static;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 12rem !important;
  vertical-align: middle;
  background: transparent;
  opacity: 1;
  outline: none;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet .tit {
  font-size: 15rem;
  color: #fff;
  text-align: left;
  opacity: 0.6;
  transition: all 0.5s ease;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active .tit {
  opacity: 1;
}
.swiper-renewal-main .swiper-pagination-bullet-active .timer,
.swiper-renewal-main .swiper-pagination-bullet .timer {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  margin-top: 10rem;
  background: transparent;
  opacity: 1;
}
.swiper-renewal-main .swiper-pagination-bullet .timer::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.34;
  content: '';
}
.swiper-renewal-main .swiper-pagination-bullet .process {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  content: '';
  background: #fff;
  left: 0;
}
.swiper-renewal-main .swiper-pagination-bullet-active .process {
  -webkit-animation: swiperbanner 10s linear;
  animation: swiperbanner 10s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.swiper-renewal-main .stopya .process {
  -webkit-animation: swiperbanner1 0s linear;
  animation: swiperbanner1 0s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-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%;
  }
}
#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;
  font-family: var(--Roboto-Bold);
  font-weight: normal;
}
#menu ul {
  overflow: hidden;
  padding: 0 0 0 10px;
}
#menu ul li {
  position: relative;
  padding-right: 48px;
  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;
  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-title {
  font-family: var(--Oswald-Bold);
  font-size: 46rem;
  letter-spacing: 1.7rem;
  color: #212121;
}
.home-p {
  font-size: 16rem;
  letter-spacing: 1.1rem;
  color: #666;
}
.white {
  color: #ffffff;
}
.home-app {
  padding: 89rem 0 75rem 0;
}
.home-app .list {
  margin: 0 -97rem;
}
.home-app .list.list2 {
  padding: 0 8rem;
}
.home-app .list li {
  padding: 0 8rem;
  float: left;
  width: 18%;
  transition: 0.5s;
}
.home-app .list li .box {
  height: 546rem;
  overflow: hidden;
  position: relative;
}
.home-app .list li .box .txt_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.42);
}
.home-app .list li .box .pic {
  width: 70rem;
  margin-bottom: 92rem;
}
.home-app .list li .box .bt {
  font-size: 30rem;
  font-family: var(--Oswald-Bold);
  color: #ffffff;
}
.home-app .list li .box .bt span {
  display: none;
}
.home-app .list li .box .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #ffffff;
  transition: 0.5s;
}
.home-app .list li .box .pp {
  font-size: 15rem;
  line-height: 28rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
}
.home-app .list li .box .pp a {
  color: #ffffff;
}
.home-app .list li .box .pp a:hover {
  color: #40f96b;
}
.home-app .list li .box .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20rem;
}
.home-app .list li .box .hover .bt {
  margin-bottom: 29rem;
}
.home-app .list li .box .hover .p {
  height: 84rem;
  overflow: hidden;
}
.home-app .list li .box .text {
  position: absolute;
  bottom: 12rem;
  left: 0;
  right: 36rem;
  width: 808rem;
  opacity: 0;
  padding: 0 60rem;
}
.home-app .list li .box .text .p {
  font-size: 15rem;
  margin-top: 20rem;
}
.home-app .list li .box .text .pp {
  margin-top: 13rem;
}
.home-app .list li .box .text .bt {
  font-size: 34rem;
  margin-top: 17rem;
}
.home-app .list .active {
  width: 46%;
}
.home-app .list .active .box .txt_box {
  background: url(../images/bg.png) no-repeat top left;
  background-size: cover;
}
.home-app .list .active .box .hover {
  display: none;
}
.home-app .list .active .box .text {
  opacity: 1;
  bottom: 47rem;
  transition: all 0.8s ease;
}
.youshi {
  padding-top: 70rem;
}
.youshi li {
  float: left;
  width: 29.5%;
  position: relative;
  text-align: center;
  border-right: 1px solid #eeeeee;
  padding: 24rem 0 36rem 0;
}
.youshi li .num {
  font-size: 52rem;
  line-height: 60rem;
  color: var(--main-color);
  font-family: var(--Montserrat-Medium);
}
.youshi li .num span {
  display: inline-block;
  font-size: 52rem;
  vertical-align: middle;
}
.youshi li .num em {
  font-size: 16rem;
  line-height: 34rem;
  font-style: normal;
  display: inline-block;
  vertical-align: text-bottom;
}
.youshi li .num i {
  font-size: 54rem;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
}
.youshi li .h3 {
  font-size: 18rem;
  margin-top: 8rem;
  color: #616161;
}
.youshi li:nth-child(1) {
  width: 19.5%;
}
.youshi li:nth-child(1) .box {
  float: left;
}
.youshi li:nth-child(4) {
  width: 21.5%;
  border-right: 0;
}
.youshi li:nth-child(4) .box {
  float: right;
}
.more a,
.more p {
  float: left;
  position: relative;
  display: block;
  line-height: 54rem;
  color: #fff;
  font-size: 16rem;
  padding: 0 74rem 0 30rem;
  z-index: 0;
  border-radius: 2rem;
}
.more a::before,
.more p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1);
  border: 1px solid rgba(255, 255, 255, 0.26);
  transition: all 0.5s ease;
  z-index: 0;
}
.more a::after,
.more p::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  background: #fff;
  transition: all 0.5s ease;
  z-index: -1;
}
.more a i,
.more p i {
  position: absolute;
  right: 22rem;
  top: 50%;
  background: url(../images/jt2h.png) no-repeat center center;
  background-size: 100%;
  width: 8rem;
  height: 100%;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .more a:hover {
    color: var(--main-color);
  }
  .more a:hover::before {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
  .more a:hover::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  .more a:hover i {
    background: url(../images/jt2.png) no-repeat center center;
    background-size: 100%;
  }
}
.home-about {
  position: relative;
  background: url(../images/bg10-1.jpg) no-repeat center / cover;
  background-attachment: fixed;
}
.home-about .text {
  padding: 132rem 0 133rem 0;
  position: relative;
  z-index: 1;
  width: 47%;
}
.home-about .text .home-title {
  margin-top: 26rem;
}
.home-about .text .p {
  font-size: 16rem;
  line-height: 36rem;
  color: #ffffff;
  margin-top: 48rem;
}
.home-about .text .more {
  margin-top: 90rem;
}
.home-news {
  padding: 111rem 0 103rem 0;
}
.home-news .home-bottom {
  padding-top: 52rem;
}
.home-news .btn {
  position: relative;
  width: 82.5%;
  height: 2px;
  margin: 12rem auto;
}
.home-news .btn .swiper-pagination {
  position: relative;
  width: 100%;
  height: 2px;
}
.home-news .btn .swiper-pagination-progressbar-fill {
  background: var(--main-color);
}
.home-news .btn .swiper-button-prev,
.home-news .btn .swiper-button-next {
  width: auto;
  height: auto;
  transform: translateY(-50%);
  margin-top: 0;
  background: none;
  color: #999999;
}
.home-news .btn .swiper-button-prev:after,
.home-news .btn .swiper-button-next:after {
  font-size: 24rem;
}
@media (min-width: 1025px) {
  .home-news .btn .swiper-button-prev:hover,
  .home-news .btn .swiper-button-next:hover {
    color: var(--main-color);
  }
}
.home-news .btn .swiper-button-prev {
  left: -50px;
}
.home-news .btn .swiper-button-next {
  right: -50px;
}
.swiper-news {
  position: relative;
  overflow: hidden;
  padding-bottom: 87rem;
}
.swiper-news .item {
  width: 33.33333333%;
  float: left;
  margin-right: 46rem;
}
@media (min-width: 1025px) {
  .swiper-news .item:hover .pic img {
    transform: scale(1.1);
  }
  .swiper-news .item:hover .bt {
    color: var(--hover-color);
  }
}
.swiper-news .pic:after {
  padding-bottom: 62.22664016%;
}
.swiper-news .pic .span {
  font-size: 14rem;
  min-width: 131rem;
  height: 39rem;
  background: var(--index-color);
  line-height: 39rem;
  padding: 0 10rem;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
}
.swiper-news .text {
  padding-top: 42rem;
}
.swiper-news .date {
  font-size: 14rem;
  color: #212121;
}
.swiper-news .bt {
  font-size: 24rem;
  line-height: 38rem;
  height: 114rem;
  overflow: hidden;
  color: #2e2e2e;
  margin-top: 20rem;
  margin-bottom: 15rem;
}
.swiper-news .p {
  font-size: 15rem;
  line-height: 31rem;
  color: #7a7a7a;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.home-partner {
  padding: 50rem 0;
  background: #f8f8f8;
}
.home-partner .swiper-partner {
  position: relative;
  overflow: hidden;
}
.home-partner .swiper-partner .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.home-partner .swiper-partner .swiper-slide {
  width: 160rem;
  position: relative;
  margin-right: 100rem;
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: opacity 0.3s cubic-bezier(0.38, 0, 0, 1);
  transition: opacity 0.3s cubic-bezier(0.38, 0, 0, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.home-partner .swiper-partner .swiper-slide:hover {
  opacity: 1;
}
.home-partner .swiper-partner .pic:after {
  padding-bottom: 37.5%;
}
.home-video {
  overflow: hidden;
  position: relative;
  height: 100vh;
}

.home-video iframe {
  height: 90vh;
  display: block;
}


.home-video .text {
  position: relative;
  height: 100%;
}
.home-video .text video {
  width: auto;
  height: auto;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}
.home-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  overflow: hidden;
}
.home-video .overlay .img_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-video .overlay .box {
  position: absolute;
  left: 0;
  right: 0;
  top: 65%;
  text-align: center;
  z-index: 4;
}
.home-video .overlay .box .span {
  font-size: 14rem;
  color: var(--main-color);
  font-weight: bold;
}
.home-video .overlay .box .tit {
  margin-top: 24rem;
  font-size: 36rem;
  line-height: 52rem;
  color: #212121;
}
.home-video .overlay .box .arrow {
  margin-top: 24rem;
  width: 100%;
  height: 24rem;
  background: url(../images/jt.png) no-repeat center center;
  background-size: 20rem;
}
.home-video .overlay .box .arrow .iconfont {
  font-size: 140em;
}
.home-video .play_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 77;
}
.home-video .play_overlay .play_btn {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  z-index: 66;
  transform: translate(-50%, -50%);
}
.home-video .play_overlay .play_btn .icon {
  width: 100%;
  height: 100%;
  background: url(../images/play_button.png) center / contain no-repeat;
}
.home-video .play_overlay .play_btn:before,
.home-video .play_overlay .play_btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  content: '';
  z-index: -1;
}
.home-video .play_overlay .play_btn::before {
  animation: scale 2s ease-out infinite;
  background: #fff;
  opacity: 0.5;
  animation-delay: 0;
}
.home-video .play_overlay .play_btn::after {
  animation: scale2 2s ease-out infinite;
  background: #fff;
  opacity: 0.3;
  animation-delay: 0;
}
@keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(7);
    opacity: 0;
  }
}
@keyframes scale2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(10);
    opacity: 0;
  }
}
.home-link {
  padding: 53rem 0 37rem 0;
  background-color: #f7f7f7;
}
.home-link .left {
  float: left;
}
.home-link .left img {
  width: 168rem;
  display: inline-block;
  vertical-align: top;
}
.home-link .left .text {
  display: inline-block;
  vertical-align: top;
  padding-left: 52rem;
}
.home-link .left .span {
  font-size: 14rem;
  line-height: 19rem;
  color: #474747;
}
.home-link .left .bt {
  font-size: 42rem;
  line-height: 55rem;
  font-family: var(--Poppins-Bold);
  color: var(--index-color);
}
.home-link .right {
  float: right;
  margin-top: 15rem;
}
.home-link .right ul li {
  float: left;
  margin-left: 20rem;
  padding-left: 20rem;
  position: relative;
}
.home-link .right ul li:after {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  height: 25rem;
  width: 1px;
  background: #dcdcdc;
}
.home-link .right ul li a {
  display: block;
  width: 108rem;
  height: 27rem;
}
.home-link .right ul .link1:after {
  display: none;
}
.home-link .right ul .link1 a {
  background: url(../images/youtobe.png) no-repeat center center;
  background-size: 100%;
}
@media (min-width: 1025px) {
  .home-link .right ul .link1 a:hover {
    background: url(../images/youtobe1.png) no-repeat center center;
    background-size: 100%;
  }
}
.home-link .right ul .link2 a {
  background: url(../images/linked.png) no-repeat center center;
  background-size: 100%;
}
@media (min-width: 1025px) {
  .home-link .right ul .link2 a:hover {
    background: url(../images/linked1.png) no-repeat center center;
    background-size: 100%;
  }
}
.home-link .right ul .link3 a {
  width: 135rem;
  background: url(../images/facebook.png) no-repeat center center;
  background-size: 100%;
}
@media (min-width: 1025px) {
  .home-link .right ul .link3 a:hover {
    background: url(../images/facebook1.png) no-repeat center center;
    background-size: 100%;
  }
}
.footer {
  background-color: #525a66;
}
.footer .footer-top {
  padding-top: 53rem;
}
.footer .footer-top .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 65rem;
}
.footer .footer-top .left {
  width: 24%;
  float: left;
}
.footer .footer-top .flogo img {
  display: block;
  width: 250rem;
}
.footer .footer-top .footer-search {
  width: 100%;
  position: relative;
  margin: 25rem 0;
}
.footer .footer-top .footer-search input {
  width: 100%;
  border: none;
  background: #646a76;
  text-indent: 13rem;
  box-sizing: border-box;
  height: 58rem;
  line-height: 58rem;
  font-size: 16rem;
  color: #fff;
}
.footer .footer-top .footer-search input::-webkit-input-placeholder {
  color: #aaa;
}
.footer .footer-top .footer-search input::-moz-placeholder {
  color: #aaa;
}
.footer .footer-top .footer-search input:-moz-placeholder {
  color: #aaa;
}
.footer .footer-top .footer-search input:-ms-input-placeholder {
  color: #aaa;
}
.footer .footer-top .footer-search a {
  width: 20rem;
  height: 22rem;
  background: url(../images/search.png) no-repeat center;
  background-size: 100%;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 24rem;
  top: 50%;
  margin-top: -11rem;
  cursor: pointer;
  display: block;
}
.footer .footer-top .footer-contact {
  color: #808080;
  font-size: 15rem;
  line-height: 34rem;
  color: rgba(255, 255, 255, 0.48);
}
.footer .footer-top .footer-contact > div {
  padding-left: 28rem;
}
.footer .footer-top .footer-contact .email {
  background: url(../images/email.png) no-repeat left 10rem;
  background-size: 14rem;
}
.footer .footer-top .footer-contact .tel {
  background: url(../images/tel.png) no-repeat left 9rem;
  background-size: 15rem;
}
.footer .footer-top .footer-contact .add {
  background: url(../images/add.png) no-repeat left 10rem;
  background-size: 13rem;
}
.footer .footer-top .right {
  width: 64.5%;
  float: right;
  padding-top: 19rem;
}
.footer .footer-top .right ul li {
  float: left;
  width: 20%;
}
.footer .footer-top .right ul li a {
  font-size: 20rem;
  font-family: var(--POPPINS-SEMIBOLD);
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  padding-right: 10rem;
  color: #ffffff;
  display: block;
  margin-bottom: 32rem;
}
.footer .footer-top .right ul li a .txt-2 {
  display: none;
}
@media (min-width: 1025px) {
  .footer .footer-top .right ul li a:hover {
    color: var(--hover-color);
  }
}
.footer .footer-top .right ul li ul li {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer .footer-top .right ul li ul li a {
  margin: 0;
  font-family: var(--Poppins-Regular);
  font-size: 15rem;
  line-height: 36rem;
  color: rgba(255, 255, 255, 0.48);
}
.footer .footer-top .right ul .fo1 {
  width: 19%;
}
.footer .footer-top .right ul .fo2 {
  width: 23%;
}
.footer .footer-top .right ul .fo3 {
  width: 17%;
}
.footer .footer-top .right ul .fo4 {
  width: 21%;
}
.footer .footer-bottom {
  font-size: 14rem;
  padding: 12rem 0;
  line-height: 25rem;
  color: rgba(255, 255, 255, 0.48);
}
.footer .footer-bottom a {
  color: rgba(255, 255, 255, 0.48);
  padding: 0 10rem;
}
@media (min-width: 1025px) {
  .footer .footer-bottom a:hover {
    color: var(--hover-color);
  }
}
.footer .footer-bottom .left {
  float: left;
}
.footer .footer-bottom .right {
  float: right;
}
#Privacy {
  z-index: 10000;
  position: fixed;
  width: auto;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#Privacy video {
  display: block;
  max-width: 100%;
  max-height: 100vh;
}
#Privacy .close {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  right: -80px;
  text-align: center;
  line-height: 80px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  background: #000;
}
@media (max-width: 768px) {
  #Privacy {
    width: 100%;
  }
}
.current {
  text-align: center;
  width: 100%;
  transition: all 0.7s ease;
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e0e0e0;
}
.current .sumary {
  line-height: 22rem;
  color: #000;
  padding-right: 30rem;
  border-right: 1px solid #e5e5e5;
  font-size: 16rem;
  display: inline-block;
  margin-top: 14rem;
}
@media (min-width: 1025px) {
  .current .sumary:hover {
    color: var(--index-color);
  }
}
.current .list {
  display: inline-block;
}
.current .list li {
  color: #5d5d5d;
  font-size: 15rem;
  display: inline-block;
  margin: 0 15rem;
}
.current .list li a {
  line-height: 50rem;
  display: block;
  position: relative;
}
.current .list li a:after {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--index-color);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
@media (min-width: 1025px) {
  .current .list li:hover a {
    color: var(--index-color);
  }
  .current .list li:hover a::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.current .list li.active a {
  color: var(--index-color);
}
.current .list li.active a::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.current1 {
  position: fixed;
  z-index: 10000;
  top: 110rem;
  width: 100%;
}
.inbanner {
  color: #fff;
  position: relative;
}
.inbanner img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inbanner .img {
  position: relative;
  overflow: hidden;
}
.inbanner .img1 {
  position: relative;
  overflow: hidden;
  display: none;
}
.inbanner .item {
  position: relative;
  overflow: hidden;
}
.inbanner .item iframe {
  height: 90vh;
  display: block;
}
.inbanner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 5;
  text-align: center;
}
.inbanner .banner-hover .bt {
  font-family: var(--Oswald-Bold);
  font-size: 46rem;
  line-height: 92rem;
  color: #ffffff;
  text-shadow: 0rem 4rem 6rem rgba(1, 10, 30, 0.28);
  text-transform: uppercase;
  -webkit-animation: fadeInUp2 1s alternate;
  animation: fadeInUp2 1s alternate;
}
.content {
  padding: 81rem 0;
  min-height: 600rem;
}
.news .left {
  float: left;
  width: 76%;
}
.news .left .select_btn {
  display: none;
  line-height: 46px;
  font-size: 18px;
  border: 1px solid #ddd;
  padding: 0 50px;
}
.news .left .form_box {
  margin-bottom: 73rem;
}
.news .left .form_box .form_item {
  float: left;
  width: 28%;
  margin-left: 5%;
  border-bottom: 1px solid var(--index-color);
  position: relative;
}
.news .left .form_box .form_item .span {
  display: block;
  width: 100%;
  height: 50rem;
  line-height: 50rem;
  border: none;
  margin: 0;
  box-sizing: content-box;
  font-size: 15rem;
  color: #5d5d5d;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.news .left .form_box .form_item .span:after {
  content: '';
  width: 6rem;
  height: 6rem;
  background: url(../images/news_icon2.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3rem;
}
.news .left .form_box .form_item .sel_inp {
  display: block;
  width: 100%;
  height: 50rem;
  line-height: 50rem;
  border: none;
  margin: 0;
  box-sizing: content-box;
  font-size: 15rem;
  color: #5d5d5d;
  padding: 0;
}
.news .left .form_box .form_item input {
  width: 80%;
  font-size: 15rem;
  height: 50rem;
  color: #5d5d5d;
}
.news .left .form_box .form_item input:-webkit-input-placeholder {
  color: #5d5d5d;
}
.news .left .form_box .form_item input:-webkit-input-placeholder {
  color: #5d5d5d;
}
.news .left .form_box .form_item input:-moz-placeholder {
  color: #5d5d5d;
}
.news .left .form_box .form_item input:-moz-placeholder {
  color: #5d5d5d;
}
.news .left .form_box .form_item input:-ms-input-placeholder {
  color: #5d5d5d;
}
.news .left .form_box .form_item .searth_btn {
  height: 50rem;
  border: none;
  text-align: center;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.news .left .form_box .form_item .searth_btn .icon {
  display: inline-block;
  width: 13rem;
  height: 13rem;
  background: url(../images/search1.png) no-repeat center;
  background-size: 100%;
}
.news .left .form_box .form_item .hover {
  width: 101%;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.news .left .form_box .form_item .hover li {
  font-size: 15rem;
  color: #5d5d5d;
  line-height: 30rem;
  padding-left: 10rem;
  box-sizing: border-box;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .news .left .form_box .form_item .hover li:hover {
    color: var(--index-color);
  }
}
.news .left .form_box .form_item:first-child {
  margin-left: 0;
}
.news .right {
  float: right;
  width: 22%;
  position: sticky;
  top: 120rem;
}
.news .right .title {
  background: var(--index-color);
  color: #fff;
  line-height: 62rem;
  padding-left: 26rem;
  box-sizing: border-box;
  font-size: 20rem;
}
.news .right .item {
  border: 1px solid #ececec;
  border-top: none;
  margin-bottom: 24rem;
  box-sizing: border-box;
}
.news .right .item .item_con {
  padding: 30rem 20rem 13rem 30rem;
  box-sizing: border-box;
  font-size: 0;
  background: #fff;
}
.news .right .item .item_con .keyList span,
.news .right .item .item_con .keyList a {
  font-size: 15rem;
  line-height: 30rem;
  color: #5d5d5d;
  border: 1px solid #c7c7c7;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 30rem;
  overflow: hidden;
  padding: 0 22rem;
  margin-right: 5rem;
  margin-bottom: 17rem;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media (min-width: 1025px) {
  .news .right .item .item_con .keyList span:hover,
  .news .right .item .item_con .keyList a:hover {
    background: #ea5515;
    color: #fff;
    border-color: #ea5515;
  }
}
.news .right .item .item_con .xwList ul li {
  margin-bottom: 24rem;
}
.news .right .item .item_con .xwList ul li .span {
  font-size: 12rem;
  color: #5d5d5d;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.news .right .item .item_con .xwList ul li .bt {
  font-size: 14rem;
  margin-top: 10rem;
  line-height:25rem;
  color: #5d5d5d;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .news .right .item .item_con .xwList ul li:hover .bt {
    color: var(--hover-color);
  }
}
.news .right .item .item_con .contact-list {
  font-size: 15rem;
  line-height: 30rem;
  color: #5d5d5d;
}
.news .right .item .item_con .contact-list a {
  color: #5d5d5d;
}
.news .right .item .item_con .t {
  font-size: 15rem;
  line-height: 30rem;
  color: #5d5d5d;
  margin-bottom: 10rem;
}
.news .right .item .item_con .sub {
  position: relative;
}
.news .right .item .item_con .sub input {
  border: 1px solid #ececec;
  width: 100%;
  line-height: 60rem;
  box-sizing: border-box;
  text-indent: 25rem;
  padding: 0;
  height: 60rem;
  font-size: 15rem;
  color: #5d5d5d;
}
.news .right .item .item_con .sub input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.news .right .item .item_con .sub input::-moz-placeholder {
  color: #b3b3b3;
}
.news .right .item .item_con .sub input:-moz-placeholder {
  color: #b3b3b3;
}
.news .right .item .item_con .sub input:-ms-input-placeholder {
  color: #b3b3b3;
}
.news .right .item .item_con .sub button {
  outline: none;
  border: none;
  padding: 0 12rem;
  box-sizing: border-box;
  line-height: 48rem;
  background: #777;
  cursor: pointer;
  position: absolute;
  right: 6rem;
  top: 50%;
  margin-top: -24rem;
  color: #fff;
}
.news .right .item2 .item_con {
  padding: 23rem 20rem 20rem 30rem;
}
.news .right .item3 .item_con {
  padding: 23rem 20rem 30rem 30rem;
}
.m_select {
  display: none;
}
.m_select .form_box {
  margin-bottom: 73px;
}
.m_select .form_box .form_item {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--index-color);
  position: relative;
}
.m_select .form_box .form_item .span {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  margin: 0;
  box-sizing: content-box;
  font-size: 15px;
  color: #5d5d5d;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.m_select .form_box .form_item .span:after {
  content: '';
  width: 6px;
  height: 6px;
  background: url(../images/news_icon2.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}
.m_select .form_box .form_item .sel_inp {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  margin: 0;
  box-sizing: content-box;
  font-size: 15px;
  color: #5d5d5d;
  padding: 0;
}
.m_select .form_box .form_item input {
  width: 80%;
  font-size: 15px;
  height: 50px;
  color: #5d5d5d;
}
.m_select .form_box .form_item input:-webkit-input-placeholder {
  color: #5d5d5d;
}
.m_select .form_box .form_item input:-webkit-input-placeholder {
  color: #5d5d5d;
}
.m_select .form_box .form_item input:-moz-placeholder {
  color: #5d5d5d;
}
.m_select .form_box .form_item input:-moz-placeholder {
  color: #5d5d5d;
}
.m_select .form_box .form_item input:-ms-input-placeholder {
  color: #5d5d5d;
}
.m_select .form_box .form_item .searth_btn {
  height: 50px;
  border: none;
  text-align: center;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.m_select .form_box .form_item .searth_btn .icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../images/search1.png) no-repeat center;
  background-size: 100%;
}
.m_select .form_box .form_item .hover {
  width: 101%;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.m_select .form_box .form_item .hover li {
  font-size: 15px;
  color: #5d5d5d;
  line-height: 30px;
  padding-left: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .m_select .form_box .form_item .hover li:hover {
    color: var(--index-color);
  }
}
.m_select .form_box .form_item:first-child {
  margin-left: 0;
}
.m_select.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px;
  background: #fff;
  width: 100vw;
  height: 100vh;
  z-index: 13;
  box-sizing: border-box;
}
.m_select.active .close {
  text-align: right;
  margin-bottom: 10px;
}
.m_select .item {
  margin-top: 50px;
}
.m_select .item .title {
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
.m_select .item .item_con > span {
  font-size: 15px;
  line-height: 30px;
  color: #5d5d5d;
  border: 1px solid #c7c7c7;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 30px;
  overflow: hidden;
  padding: 0 22px;
  margin-right: 5px;
  margin-bottom: 17px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.m_select .item .item_con > span:hover {
  background: #ea5515;
  color: #fff;
  border-color: #ea5515;
}
.m_select .item .item_con div > span {
  margin-bottom: 22px;
}
.newslist {
  padding-bottom: 35rem;
}
.newslist li {
  margin-bottom: 40rem;
}
.newslist li .box {
  background-color: #ffffff;
  box-shadow: 0rem 4rem 27rem 1rem rgba(2, 14, 33, 0.14);
  transition: all 0.5s ease;
}
.newslist li .pic {
  width: 33.3%;
  float: left;
  position: relative;
}
.newslist li .pic:after {
  padding-bottom: 62.22664016%;
}
.newslist li .text {
  width: 66.6%;
  padding: 0 62rem;
  padding-top: 41rem;
  float: left;
  position: relative;
}
.newslist li .span {
  font-size: 14rem;
  color: var(--index-color);
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  transition: all 0.5s ease;
}
.newslist li .bt {
  font-size: 24rem;
  line-height: 42rem;
  margin-top: 10rem;
  margin-bottom: 14rem;
  color: #2e2e2e;
  transition: all 0.5s ease;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.newslist li .p {
  font-size: 15rem;
  line-height: 30rem;
  height: 60rem;
  margin-bottom: 13rem;
  overflow: hidden;
  color: #7a7a7a;
  transition: all 0.5s ease;
}
.newslist li .date {
  font-size: 14rem;
  color: #212121;
  transition: all 0.5s ease;
}
@media (min-width: 1025px) {
  .newslist li:hover .box {
    background: var(--hover-color);
  }
  .newslist li:hover .pic img {
    transform: scale(1.1);
  }
  .newslist li:hover .span {
    color: #fff;
  }
  .newslist li:hover .bt {
    color: #fff;
  }
  .newslist li:hover .p {
    color: #fff;
  }
  .newslist li:hover .date {
    color: #fff;
  }
}
.page {
  font-size: 18rem;
  color: #838383;
  text-align: center;
  margin-top: 10px;
}
.page a,
.page span {
  color: #000;
  display: inline-block;
  border: 1px solid #e8e8e8;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  line-height: 34rem;
  margin-right: 7px;
  font-size: 18rem;
}
.page .next,
.page .count {
  margin-left: 0;
}
.page span.page_current {
  color: #fff;
  background: var(--index-color);
  border-color: var(--index-color);
}

.page span.count {
  border: 0;
  background: 0;
  color: #000;
}
.page a,
.page span {
  width: auto;
  padding: 0 12px;
}
.page .prev {
  margin-right: 10px;
  background: none;
}
.page span.ellipsis {
  border-color: transparent;
  padding: 0;
}
.page .prev i {
  transform: rotateZ(180deg);
}
.page .prev {
  width: 36px;
  height: 36px;
  background: url(../images/prev.png) no-repeat center;
  background-size: cover;
  padding: 0;
}
.page .next {
  width: 36px;
  height: 36px;
  background: url(../images/next.png) no-repeat center;
  background-size: cover;
  padding: 0;
}
@media (min-width: 1025px) {
  .page a:hover,
  .page .prev:hover {
    color: #fff;
    background: var(--index-color);
    border-color: var(--index-color);
  }
  .page .prev:hover {
    background: var(--index-color) url(../images/prev1.png) no-repeat center;
    background-size: cover;
  }
  .page .next:hover {
    background: var(--index-color) url(../images/next1.png) no-repeat center;
    background-size: cover;
  }
}
.news-show {
  padding: 81rem 0 156rem 0;
}
.news-show .left {
  padding-right: 60rem;
}
.h01 {
  font-size: 36rem;
  line-height: 60rem;
  color: #2e2e2e;
}
.h02 {
  font-size: 15rem;
  margin-top: 22rem;
  margin-bottom: 42rem;
  color: #666666;
}
.h02 span {
  margin-right: 50rem;
}
.share {
  text-align: center;
  position: relative;
  margin-top: 30rem;
  margin-bottom: 48rem;
}
.share .line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #dddddd;
  top: 0;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.share li {
  position: relative;
  z-index: 2;
  background: #fff;
  display: inline-block;
  padding: 0 22rem;
  margin: 0 -2rem;
}
.share li a {
  opacity: 0.7;
}
@media (min-width: 1025px) {
  .share li:hover a {
    opacity: 1;
  }
}
.news-info {
  font-size: 18rem;
  line-height: 30rem;
  padding-bottom: 75rem;
  border-bottom: 1px solid #dfdfdf;
  color: #7a7a7a;
}
.news-info img {
  display: block;
}
.news-info .p1 {
  font-size: 24rem;
  line-height: 42rem;
  margin-bottom: 20rem;
  color: #ca2613;
}
.news-info .p2 {
  font-size: 18rem;
  line-height: 26rem;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 36rem;
  vertical-align: top;
  padding-right: 23rem;
  background-color: #ca2613;
}
.news-info .p2 span {
  padding: 11rem 23rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 23rem;
  background-color: #fdd585;
}
.news-info .p3 {
  font-size: 0;
  margin: 0 -15rem;
}
.news-info .p3 span {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15rem;
  margin-bottom: 30rem;
}
.news-info .p4 {
  text-align: center;
  color: #feeece;
  font-size: 40rem;
  font-family: var(--Poppins-Bold);
}
.news-info .p5 {
  font-size: 24rem;
  padding: 11rem 23rem;
  line-height: 31rem;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  background-color: #ca2613;
}
.news-info .p6 {
  padding-left: 25rem;
  margin-bottom: 20rem;
  position: relative;
}
.news-info .p6:before {
  content: '';
  display: block;
  width: 11rem;
  height: 41rem;
  background-color: #ca2613;
  display: inline-block;
  vertical-align: top;
  margin-top: 8rem;
  position: absolute;
  top: 0;
  left: 0;
}
.news-info .p6 span {
  font-size: 18rem;
  line-height: 26rem;
  color: #ffffff;
  padding: 15rem 23rem;
  display: inline-block;
  vertical-align: top;
  background-color: #ca2613;
}
.list-page {
  text-align: center;
  width: 100%;
  margin-top: 34rem;
}
.list-page .return {
  display: inline-block;
  color: #fff;
  padding: 0 50rem;
  line-height: 40rem;
  margin-top: 12rem;
  background: var(--index-color);
}
.list-page .prev,
.list-page .next {
  width: 36%;
}
.list-page .prev .el,
.list-page .next .el {
  margin-top: 17rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.list-page .prev a:hover,
.list-page .next a:hover {
  color: var(--index-color);
}
.list-page .prev {
  text-align: left;
  float: left;
}
.list-page .prev span {
  padding-left: 20rem;
  background: url(../images/prev-01.png) no-repeat center left;
  background-size: 8rem;
}
.list-page .next {
  text-align: right;
  float: right;
}
.list-page .next span {
  padding-right: 20rem;
  background: url(../images/next-01.png) no-repeat center right;
  background-size: 8rem;
}
.contact {
  padding: 0 !important;
}
.contact01 {
  padding: 115rem 0 141rem 0;
  position: relative;
}
.contact01 .left {
  width: 55%;
  float: left;
  position: relative;
  z-index: 1;
  padding-top: 10rem;
  padding-left: 20rem;
}
.contact01 .left .f3 {
  padding-bottom: 6rem;
}
.contact01 .left .f3 span {
  display: block;
  font-size: 24rem;
  line-height: 36rem;
  color: #083d8a;
  padding-left: 32rem;
}
.contact01 .left .f3 p {
  color: #c3c3c3;
  font-family: var(--Poppins-Bold);
  font-size: 32rem;
  line-height: 46rem;
  color: #333333;
  padding-top: 21rem;
  min-height: 41rem;
  margin-bottom: 37rem;
}
.contact01 .left .f3 a {
  color: #333333;
}
.contact01 .left .f3 span.l1 {
  background: url(../images/f1.png) no-repeat left 6rem;
  background-size: 20rem;
}
.contact01 .left .f3 span.l2 {
  background: url(../images/f2.png) no-repeat left 6rem;
  background-size: 20rem;
}
.contact01 .left .f3 span.l3 {
  background: url(../images/f3.png) no-repeat left 6rem;
  background-size: 15rem;
}
.contact01 .left .f3 span.l4 {
  background: url(../images/f4.png) no-repeat left 6rem;
  background-size: 20rem;
}
.contact01 .left .share {
  margin-top: 0;
  margin-bottom: 0;
}
.contact01 .left .share a {
  display: block;
  float: left;
  width: 76rem;
  height: 76rem;
  background-color: #f0f5f5;
  margin-right: 20rem;
  border-radius: 50%;
}
.contact01 .left .share .s1 {
  background: #f0f5f5 url(../images/sh1.png) no-repeat center center;
  background-size: 32rem;
}
@media (min-width: 1025px) {
  .contact01 .left .share .s1:hover {
    background: var(--hover-color) url(../images/sh1h.png) no-repeat center center;
    background-size: 32rem;
  }
}
.contact01 .left .share .s2 {
  background: #f0f5f5 url(../images/sh2.png) no-repeat center center;
  background-size: 28rem;
}
@media (min-width: 1025px) {
  .contact01 .left .share .s2:hover {
    background: var(--hover-color) url(../images/sh2h.png) no-repeat center center;
    background-size: 28rem;
  }
}
.contact01 .left .share .s3 {
  background: #f0f5f5 url(../images/sh3.png) no-repeat center center;
  background-size: 16rem;
}
@media (min-width: 1025px) {
  .contact01 .left .share .s3:hover {
    background: var(--hover-color) url(../images/sh3h.png) no-repeat center center;
    background-size: 16rem;
  }
}
.contact01 .right {
  float: right;
  width: 45%;
  position: relative;
  z-index: 3;
}
.contact01 .right img {
  display: block;
  border-radius: 20rem;
}
.contact01 .right #mapContainer {
  display: block;
  border-radius: 20rem;
  height: 560rem;
}
.contact01 .cbox {
  font-size: 0;
  text-align: center;
  border-radius: 10rem;
  border: solid 1px rgba(8, 61, 138, 0.5);
  margin-top: 84rem;
  padding: 40rem 45rem;
  background: #ffffff url(../images/bg9.png) no-repeat top center;
  background-size: cover;
}
.contact01 .cbox li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.contact01 .cbox li span {
  font-size: 15rem;
  line-height: 35rem;
  color: #083d8a;
  min-width: 95rem;
  padding: 0 20rem;
  background-color: rgba(8, 61, 138, 0.12);
  border-radius: 18rem;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20rem;
}
.contact01 .cbox li .b {
  font-family: var(--POPPINS-SEMIBOLD);
  font-size: 20rem;
  line-height: 30rem;
  color: #083d8a;
}
.contact01 .cbox li .b b {
  display: block;
  font-size: 14rem;
  font-weight: normal;
}
.more1 a,
.more1 p {
  width: 192rem;
  line-height: 56rem;
  background-color: #083d8a;
  border-radius: 2rem;
  font-size: 16rem;
  color: #ffffff;
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.more1 a:after,
.more1 p:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  -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) {
  .more1 a:hover:after {
    left: 100%;
  }
}
.contact02 {
  padding: 0 0 110rem 0;
  position: relative;
}
.contact02 .home-title {
  float: left;
  color: var(--index-color);
}
.message .span {
  font-size: 16rem;
  color: #666666;
}
.message .list {
  float: right;
  width: 68%;
  padding-right: 63rem;
}
.message .list ul {
  font-size: 0;
  margin: 0 -7rem;
}
.message .list ul li {
  width: 33.33333333%;
  display: inline-block;
  vertical-align: top;
  padding: 0 7rem;
  margin-bottom: 15rem;
}
.message .list ul li .box {
  position: relative;
  cursor: pointer;
}
.message .list ul li .span {
  font-size: 20rem;
  line-height: 90rem;
  display: block;
  color: #525252;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 53;
  padding-right: 9rem;
  width: 111rem;
  padding-left: 31rem;
}
.message .list ul li .span:after {
  content: '';
  position: absolute;
  height: 30rem;
  width: 1px;
  right: 0;
  top: 50%;
  z-index: 333;
  margin-top: -15rem;
  background-color: #87aaac;
}
.message .list ul li input,
.message .list ul li textarea,
.message .list ul li select {
  width: 100%;
  height: 90rem;
  border: none;
  background-color: #f1f5f5;
  border-radius: 10rem;
  font-size: 20rem;
  color: #666;
  padding: 0 30rem;
  font-family: var(--Poppins-Regular);
  position: relative;
  cursor: pointer;
}
.message .list ul li .input {
  padding-left: 114rem;
}
.message .list ul li .input1 {
  padding-left: 188rem;
}
.message .list ul li select::-ms-expand {
  display: none;
}
.message .list ul li select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/jt5.png) no-repeat scroll 91% center;
  background-size: 12rem;
  float: right;
  padding-left: 220rem;
}
.message .list ul li select option {
  padding: 0 20rem;
}
.message .list ul li .choose {
  outline: none;
  padding-left: 221rem;
  background: #f1f5f5 url(../images/jt5.png) no-repeat scroll 91% center;
  background-size: 12rem;
  z-index: 3;
}
.message .list ul li .option {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 90rem;
  z-index: 1;
  background-color: #f1f5f5;
}
.message .list ul li .option li {
  width: 100%;
}
.message .list ul li .option li a {
  font-size: 18rem;
  line-height: 36rem;
  padding: 0 30rem;
  color: #333;
  display: block;
}
@media (min-width: 1025px) {
  .message .list ul li .option li a:hover {
    color: var(--hover-color);
  }
}
.message .list ul li .span1 {
  width: 160rem;
}
.message .list ul li .choose1 {
  outline: none;
  padding-left: 0;
  background: #f1f5f5 url(../images/jt5.png) no-repeat scroll 91% center;
  background-size: 12rem;
  z-index: 3;
}
.message .list ul li .option1 {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 90rem;
  z-index: 1;
  background-color: #f1f5f5;
}
.message .list ul li .option1 ol {
  height: 360rem;
  overflow: auto;
}
.message .list ul li .option1 li {
  width: 100%;
  display: block;
}
.message .list ul li .option1 li a {
  font-size: 18rem;
  line-height: 36rem;
  padding: 0 30rem;
  color: #333;
  display: block;
}
@media (min-width: 1025px) {
  .message .list ul li .option1 li a:hover {
    color: var(--hover-color);
  }
}
.message .list ul li ul,
.message .list ul li li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.message .list ul li p {
  font-size: 14rem;
  line-height: 30rem;
  color: #949494;
}
.message .list ul li textarea {
  height: 210rem;
  padding: 11rem 30rem;
}
.message .list ul li .more1 a {
  margin: 0;
  display: block;
  margin-top: 30rem;
}
.message .list ul li .more1 a span {
  color: #fff;
}
.support {
  padding: 114rem 0;
}
.support-list {
  width: 93.5%;
  margin: 0 auto;
}
.support-list .item {
  margin-bottom: 113rem;
  overflow: hidden;
  position: relative;
}
.support-list .item .box {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
}
.support-list .item .left {
  width: 67%;
  margin-right: -204rem;
  margin-left: 0;
  overflow: hidden;
  position: relative;
}
.support-list .item .sup-img {
  overflow: hidden;
  position: relative;
}
.support-list .item .sup-img .img_box {
  z-index: 1;
  position: relative;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.support-list .item .sup-img .img_box:before {
  content: '';
  margin-top: 65.03496503%;
  display: block;
}
.support-list .item .sup-img .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  position: absolute;
  top: 0;
  left: 0;
}
.support-list .item .sup-text {
  width: 48%;
  padding: 108rem 32rem 108rem 70rem;
  position: relative;
  z-index: 5;
  background: var(--index-color);
}
.support-list .item .sup-text .en {
  font-family: var(--Oswald-Light);
  font-size: 18rem;
  letter-spacing: 1rem;
  color: #ffffff;
}
.support-list .item .sup-text .bt {
  font-family: var(--Oswald-Bold);
  font-size: 38rem;
  line-height: 72rem;
  color: #ffffff;
  margin-bottom: 23rem;
  margin-top: 13rem;
}
.support-list .item .sup-text .bt img {
  width: 20rem;
  margin-left: 20rem;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
}
.support-list .item .sup-text .p {
  font-size: 16rem;
  line-height: 30rem;
  color: #ffffff;
}
.support-list .item0 .box {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.support-list .item0 .left {
  margin-left: -204rem;
  margin-right: 0;
}
.history {
  padding: 86rem 0;
  overflow: hidden;
}
.swiper-history {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 90rem;
  padding-bottom: 70rem;
}
.swiper-history .item .box {
  padding-left: 56rem;
  position: relative;
}
.swiper-history .item .box:before {
  content: '';
  display: block;
  width: 11rem;
  height: 11rem;
  background-color: #2c64a6;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.swiper-history .item .box:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  position: absolute;
  top: 0;
  left: 5rem;
  z-index: 1;
}
.swiper-history .item .pic:after {
  padding-bottom: 57.60233918%;
}
.swiper-history .item .bt {
  font-size: 34rem;
  margin-bottom: 7rem;
  font-family: var(--Poppins-Bold);
  color: #2c64a6;
}
.swiper-history .item .p {
  font-size: 18rem;
  line-height: 30rem;
  height: 150rem;
  margin-bottom: 20rem;
  overflow: hidden;
  color: #666666;
}
.history {
  position: relative;
  overflow: hidden;
}
.history::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200rem;
  background: linear-gradient(to left, transparent, #ffffff);
  z-index: 8;
}
.history::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 200rem;
  background: linear-gradient(to right, transparent, #ffffff);
  z-index: 8;
}
.history .li {
  position: relative;
  overflow: hidden;
}
.history .li:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #e9e9e9;
  position: absolute;
  top: 22rem;
  left: 0;
}
.mySwiper1 {
  width: 1600rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.mySwiper1 .swiper-button-prev,
.mySwiper1 .swiper-button-next {
  width: 46rem;
  height: 46rem;
  line-height: 46rem;
  border-radius: 50%;
  background-color: #e9e9e9;
  transform: translateY(-50%);
  margin-top: -10rem;
  color: #999999;
}
.mySwiper1 .swiper-button-prev:after,
.mySwiper1 .swiper-button-next:after {
  font-size: 24rem;
}
@media (min-width: 1025px) {
  .mySwiper1 .swiper-button-prev:hover,
  .mySwiper1 .swiper-button-next:hover {
    color: var(--main-color);
  }
}
.mySwiper1 .swiper-button-prev {
  left: 0;
}
.mySwiper1 .swiper-button-next {
  right: 0;
}
.mySwiper1 .bt {
  font-size: 18rem;
  font-family: var(--Poppins-Bold);
  color: #909090;
  padding-top: 48rem;
  text-align: center;
  position: relative;
}
.mySwiper1 .bt:after {
  content: '';
  display: block;
  width: 9rem;
  height: 9rem;
  background-color: #909090;
  border-radius: 50%;
  position: absolute;
  top: 18rem;
  left: 50%;
  margin-left: -4rem;
}
.mySwiper1 .swiper-slide-thumb-active .bt {
  color: var(--index-color);
}
.about {
  padding: 0 !important;
}
.about01 {
  padding: 86rem 0 75rem 0;
  background-color: #f8f8f8;
}
.about01 .left {
  width: 50%;
  float: right;
  position: relative;
}
.about01.about01-1 {
  background-color: #fff;
}

.about01.about01-1 .left {
  float: left;
}

.about01 .left:after {
  content: '';
  display: block;
  position: absolute;
  top: 46rem;
  left: 26rem;
  width: 100%;
  height: 97%;
  background: var(--index-color);
  z-index: 1;
  display:none;
}
.about01 .left .swiper-about {
  position: relative;
  overflow: hidden;
  z-index: 33;
}
.about01 .left .swiper-about .pic:after {
  padding-bottom: 50.86772487%;
}
.about01 .left .swiper-about3 .pic:after {
  padding-bottom: 65.86772487%;
}

.about01 .left .swiper-about .box .txt{
	text-align: center;
	font-size: 20rem;
	margin-top: 20rem;
	font-weight: bold;
}

.about01 .left .swiper-about4 .box .txt{
	font-size: 16rem;
}

.about01 .left .swiper-about .swiper-pagination-bullet {
  background: #f5f5f7;
  opacity: 1;
}
.about01 .left .swiper-about .swiper-pagination-bullet-active {
  background: var(--index-color);
}
.about01 .right {
  width: 49%;
  float: left;
}
.about01.about01-1 .right {
  float: right;
}
.about01 .right .p {
  font-size: 16rem;
  line-height: 30rem;
  margin-top: 33rem;
  color: #666666;
}
.about01 .right .p p {
  margin-bottom: 12rem;
}
.about02 .youshi {
  padding-bottom: 54rem;
}
.about04 {
  padding-top: 100rem;
  padding-bottom: 96rem;
  background-color: #f8f8f8;
  position: relative;
}
.about04 .titleBox {
  position: relative;
}
.about04 .titleBox .home-title {
  float: left;
}
.about04 .titleBox .btn {
  position: absolute;
  top: 6rem;
  right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about04 .titleBox .btn a {
  width: 50rem;
  height: 50rem;
  border: 2px solid #a9a9a9;
  color: #a9a9a9;
  margin-left: 10rem;
  border-radius: 50%;
  float: left;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
}
.about04 .titleBox .btn a:after {
  font-size: 20rem;
}
@media (min-width: 1025px) {
  .about04 .titleBox .btn a:hover {
    background: var(--hover-color);
    border: 2px solid var(--hover-color);
  }
  .about04 .titleBox .btn a:hover:after {
    color: #fff;
  }
}
.about04 .honorlist1 {
  margin-top: 67rem;
  overflow: hidden;
  position: relative;
}
.about04 .aboutHonor {
  margin: 0px -10rem;
  position: relative;
}
.about04 .aboutHonor .li {
  width: 25.5%;
  float: left;
  height: 100%;
  padding: 0 10rem;
  margin-bottom: 20rem;
}
.about04 .aboutHonor .li .box {
  padding-top: 69%;
  position: relative;
  border-radius: 30rem;
  background-image: url(../images/img_117.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about04 .aboutHonor .li .pic {
  position: absolute;
  left: 50%;
  bottom: 55px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70%;
  text-align: center;
}
@media (max-width:1400px){
	.about04 .aboutHonor .li .pic {
	  bottom: 45px;
	}	
}
.about04 .aboutHonor .li .pic:after {
  padding-bottom: 68.75%;
}
.about04 .aboutHonor .li .pic img {
  max-width: 100%;
  vertical-align: middle;
}
.about04 .aboutHonor .li .listTitle {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  color: #fff;
  font-size: 18rem;
  display: -webkit-box;
  line-height: 22rem;
  height: 52rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
}
.about04 .aboutHonor .li .listTitle p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 20rem 0 51rem;
}
.about04 .aboutHonor .li:nth-child(1) {
  width: 49%;
  position: relative;
}
.about04 .aboutHonor .li:nth-child(1) .box {
  padding-top: 73%;
  background-image: url(../images/img_116.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about04 .aboutHonor .li:nth-child(1) .pic {
  width: 600rem;
  bottom: 90rem;
}
.about04 .aboutHonor .li:nth-child(1) .listTitle {
  font-weight: 600;
}
.about03 {
  padding: 81rem 0 127rem 0;
}
.about03 .about-bottom {
  padding-top: 52rem;
}
.about03 .about-bottom ul {
  margin: 0 -24rem;
}
.about03 .about-bottom ul li {
  float: left;
  width: 33.33333333%;
  padding: 0 24rem;
}
.about03 .about-bottom ul li .box {
  overflow: hidden;
  position: relative;
}
.about03 .about-bottom ul li .pic:after {
  padding-bottom: 62.22664016%;
}
.about03 .about-bottom ul li .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg3.png) no-repeat bottom center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 33;
}
.about03 .about-bottom ul li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 222;
  padding: 0 25rem;
  padding-bottom: 19rem;
}
.about03 .about-bottom ul li .text .span {
  font-size: 14rem;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  margin-bottom: 9rem;
}
.about03 .about-bottom ul li .text .bt {
  font-size: 24rem;
  line-height: 35rem;
  max-height: 140rem;
  overflow: hidden;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .about03 .about-bottom ul li:hover .pic img {
    transform: scale(1.1);
  }
}
.product {
  padding: 0 !important;
}
.product01 {
  padding: 100rem 0 97rem 0;
}
.product01 .pro-bottom {
  padding-top: 84rem;
}
.product01 .pro-bottom .bt {
  font-family: var(--Oswald-Bold);
  font-size: 46rem;
  margin-bottom: 41rem;
  color: #212121;
}
.product01 .pro-bottom .p {
  font-size: 16rem;
  line-height: 30rem;
  color: #666666;
}
.product01 .nr {
  position: relative;
}
.product01 .nr .swiper-button-prev,
.product01 .nr .swiper-button-next {
  width: 50rem;
  height: 81%;
  top: 0;
  margin-top: 0;
  background: none;
  color: #999999;
}
.product01 .nr .swiper-button-prev:after,
.product01 .nr .swiper-button-next:after {
  font-size: 40rem;
}
@media (min-width: 1025px) {
  .product01 .nr .swiper-button-prev:hover,
  .product01 .nr .swiper-button-next:hover {
    color: var(--main-color);
  }
}
.product01 .nr .swiper-button-prev {
  left: -50rem;
}
.product01 .nr .swiper-button-next {
  right: -50rem;
}
.swiper-product {
  overflow: hidden;
  position: relative;
  padding-bottom: 31rem;
}
.swiper-product .item {
  width: 25%;
}
.swiper-product .item a {
  display: block;
}
@media (min-width: 1025px) {
  .swiper-product .item a:hover .pic:before {
    background: rgba(8, 61, 138, 0.5) url(../images/bg4h.png) no-repeat bottom center;
    background-size: 100%;
  }
  .swiper-product .item a:hover .text .icon {
    opacity: 1;
  }
}
.swiper-product .pic:after {
  padding-bottom: 64%;
}
.swiper-product .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(8, 61, 138, 0.2) url(../images/bg4.png) no-repeat bottom center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 33;
}
.swiper-product .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 222;
  padding: 0 45rem;
  padding-bottom: 53rem;
}
.swiper-product .text .icon {
  position: relative;
  width: 23px;
  height: 40px;
  cursor: pointer;
  background: url(../images/banner_mouse_ico.png) no-repeat -23px 0px;
  -webkit-animation: nudgeMouse 1.6s linear infinite;
  animation: nudgeMouse 1.6s linear infinite;
  display: block;
  margin: 0 auto;
  margin-bottom: 20rem;
  opacity: 0;
}
.swiper-product .text .icon:after,
.swiper-product .text .icon:before {
  content: '';
  position: absolute;
}
.swiper-product .text .icon:before {
  width: 23px;
  height: 40px;
  background: url(../images/banner_mouse_ico.png) no-repeat 0px 0px;
  -webkit-animation: colorSlide 1.6s linear infinite;
  animation: colorSlide 1.6s linear infinite;
  top: 0;
  left: 0;
}
.swiper-product .text .icon:after {
  background-color: #ffffff;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 1.6s linear infinite;
  animation: trackBallSlide 1.6s linear infinite;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.swiper-product .text .bt {
  font-size: 18rem;
  line-height: 30rem;
  height: 60rem;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
}
.swiper-product .swiper-slide-active .pic:before {
  background: rgba(8, 61, 138, 0.5) url(../images/bg4h.png) no-repeat bottom center;
  background-size: 100%;
}
.swiper-product .swiper-slide-active .text .icon {
  opacity: 1;
}
.swiper-product .swiper_btns_box {
  text-align: center;
  margin-top: 20rem;
  font-size: 0;
}
.swiper-product .swiper-pagination {
  bottom: 0;
}
.swiper-product .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: #555;
  border-radius: 0;
  margin-right: 10rem;
  transition: all 0.5s ease;
}
.swiper-product .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-product .swiper-pagination .swiper-pagination-bullet-active {
  width: 20rem;
  border-radius: 0;
  background: var(--index-color);
}
@-webkit-keyframes colorSlide {
  0% {
    height: 0;
  }
  90% {
    height: 40px;
  }
}
@keyframes colorSlide {
  0% {
    height: 0;
  }
  90% {
    height: 40px;
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  34% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(4px);
    transform: scale(0.9) translateY(4px);
  }
  68% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(16px);
    transform: scale(0.4) translateY(16px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  34% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(4px);
    transform: scale(0.9) translateY(4px);
  }
  68% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(16px);
    transform: scale(0.4) translateY(16px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
}
.float-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  margin-left: -53px;
  margin-top: -22px;
  pointer-events: none;
}
.product02 {
  position: relative;
  overflow: hidden;
  padding: 79rem 0;
  background: url(../images/bg5.jpg) no-repeat top center;
  background-size: cover;
}

.product02:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 160rem;
  height: 100%;
  background: linear-gradient(to right, #ffffff, transparent);
  z-index: 10;
}
.product02 .nr {
  position: relative;
  overflow: hidden;
  padding-top: 61rem;
}

.product02 .swiper-wrapper{
	display: block;
} 

.product02 .swiper-dots {
  text-align: center;
  margin-top: 47rem;
}
.product02 .swiper-dots .swiper-dot {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: #555;
  margin-right: 10rem;
  transition: all 0.5s ease;
}
.product02 .swiper-dots .swiper-dot:last-child {
  margin-right: 0;
}
.product02 .swiper-dots .swiper-dot.active {
  width: 20rem;
  background: var(--index-color);
}
.product02 .swiper .controls {
  display: none;
}
.product02 .swiper .swiper-slide:first-child {
  /* padding-left: 8.35%; */
}
.product02 .swiper .swiper-slide {
  /* width: 72.5%; */
  /* padding-left: 8.35%; */
}



.product02 .swiper .swiper-slide::after {
  left: initial;
  right: 0;
  bottom: 5%;
  z-index: -1;
}
.product02 .swiper .swiper-slide::after {
  display: none;
}
.product02 .swiper .swiper-slide-active .item .img_box .pic {
  filter: grayscale(0);
  opacity: 1;
}
.product02 .item {
    padding-bottom: 0;
    margin-bottom: 50rem;
    overflow: hidden;
}

.product02 .fangxiang2 .item .intro_box{
  width: 100%;
  padding-left:0;
}


.product02 .fangxiang2 .item .img_box{
  width: 100%;
}

.product02 .item .intro_box {
  float: right;
  width: 44.5%;
  margin-top: 12rem;
  padding-left: 49rem;
}
.product02 .item .intro_box .bt {
  font-family: var(--POPPINS-SEMIBOLD);
  font-size: 22rem;
  line-height: 30rem;
  /* min-height:90rem; */
  /* max-height: 150rem; */
  overflow: hidden;
  margin-bottom: 16rem;
  color: #333333;
}
.product02 .item .intro_box .controls {
  line-height: 36rem;
}
.product02 .item .intro_box .span {
  font-family: var(--Poppins-Medium);
  font-size: 20rem;
  line-height: 24rem;
  margin-bottom: 18rem;
  /*text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;*/
  color: #333333;
}
.product02 .item .intro_box .p {
  font-size: 15rem;
  line-height: 24rem;
  /* height: 144rem; */
  overflow: hidden;
  color: #616161;
}
.product02 .item .intro_box .p span {
  display: block;
}
.product02 .item .img_box {
  float: left;
  width: 55.5%;
}
.product02 .item .img_box .pic {
  /* filter: grayscale(100%) opacity(0.6); */
}

.product02 .fangxiang2 .item .img_box .pic img{
	width: 100%;
	height: auto;
	object-fit: fill;
}

.product02 .fangxiang2 .item .img_box .pic:after {
    padding-bottom: 42.764706%;
}

.product02 .item .img_box .pic:after {
  padding-bottom: 61.76470588%;
}
.product02 .item .arrow_line {
  position: absolute;
  right: 0;
  bottom: 27rem;
  width: 35%;
  height: 12rem;
  z-index: -1;
  font-size: 0;
}
.product02 .item .arrow_line::before {
  content: '';
  position: relative;
  top: -7rem;
  display: inline-block;
  width: 90%;
  height: 1px;
  margin-right: 10rem;
  background: var(--index-color);
}
.product02 .item .arrow_line .arrow {
  display: inline-block;
  width: 11rem;
  height: 16rem;
  background: url(../images/product4_arrow.png) no-repeat center / contain;
}
.product02 .item .arrow_line .unu,
.product02 .item .arrow_line .doi,
.product02 .item .arrow_line .trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;
}
.product02 .item .arrow_line .unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-delay: alternate;
}
.product02 .item .arrow_line .doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
}
.product02 .item .arrow_line .trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.3s;
  animation-direction: alternate;
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.advantages {
  padding: 0 !important;
}
.adv01 {
  padding: 76rem 0 89rem 0;
  background: #fff;
  position: relative;
}
.adv01 .home-title {
  font-size: 56rem;
}
.adv01 .p {
  font-size: 16rem;
  line-height: 30rem;
  margin-top: 32rem;
  color: #666666;
}
.adv02 {
  padding: 76rem 0 0 0;
  background: url(../images/bg6.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.adv02 .about-top {
  position: relative;
  margin-bottom: 75rem;
}
.adv02 .about-top .swiper-button-prev,
.adv02 .about-top .swiper-button-next {
  width: 68rem;
  height: 68rem;
  line-height: 68rem;
  text-align: center;
  background-color: #083d8a;
  border-radius: 10rem;
  margin-top: 0;
  top: 10rem;
  right: 58rem;
  left: auto;
  overflow: hidden;
}
.adv02 .about-top .swiper-button-prev:after,
.adv02 .about-top .swiper-button-next:after {
  font-size: 20rem;
  color: #fff;
  position: relative;
  z-index: 444;
}
.adv02 .about-top .swiper-button-prev:before,
.adv02 .about-top .swiper-button-next:before {
  background-color: var(--hover-color);
  border-radius: 10rem;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.38, 0, 0, 1);
  transition: -webkit-transform 1s cubic-bezier(0.38, 0, 0, 1);
  transition: transform 1s cubic-bezier(0.38, 0, 0, 1);
  transition: transform 1s cubic-bezier(0.38, 0, 0, 1), -webkit-transform 1s cubic-bezier(0.38, 0, 0, 1);
  -webkit-transform: translate3d(-102%, 0, 0);
  transform: translate3d(-102%, 0, 0);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .adv02 .about-top .swiper-button-prev:hover:before,
  .adv02 .about-top .swiper-button-next:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
  }
}
.adv02 .about-top .swiper-button-prev {
  right: 138rem;
}
.adv02 .about-top .swiper-button-prev:before {
  -webkit-transform: translate3d(102%, 0, 0);
  transform: translate3d(102%, 0, 0);
}
@media (min-width: 1025px) {
  .adv02 .about-top .swiper-button-prev:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
  }
}
.adv02 .swiper-tech {
  position: relative;
  z-index: 55;
}
.adv02 .swiper-tech .item {
  width: 33.33333333%;
  float: left;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: transform 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: transform 0.8s cubic-bezier(0.43, 0.195, 0.02, 1), -webkit-transform 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.adv02 .swiper-tech .item .box {
  width: 312rem;
  display: block;
  margin: 0 auto;
}
.adv02 .swiper-tech .swiper-slide-active {
  -webkit-transform: translate3d(0, -24%, 0);
  transform: translate3d(0, -24%, 0);
}
.adv02 .swiper-tech .pic:after {
  padding-bottom: 64.1025641%;
}
.adv02 .swiper-tech .bt {
  text-align: center;
  font-size: 24rem;
  line-height: 72rem;
  color: #212121;
}
.adv02 .swiper-tech .swiper-slide.swiper-slide-prev,
.adv02 .swiper-tech .swiper-slide.swiper-slide-next {
  -webkit-transform: translate3d(0, 108%, 0);
  transform: translate3d(0, 108%, 0);
}
.adv02 .group {
  height: 630rem;
  position: relative;
  z-index: 55;
}
.adv02 .group .imgBox {
  width: 1310rem;
  height: 1310rem;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 1;
}
.adv02 .group .imgBox .ripple {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #009944;
  opacity: 0.8;
  -webkit-animation: roll 22s linear infinite;
  animation: roll 22s linear infinite;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.adv02 .group .imgBox .ripple .arrow {
  position: absolute;
  color: #009944;
  font-size: 14rem;
  width: 15rem;
  height: 15rem;
  background: url(../images/dot.png) no-repeat center center;
  background-size: 100%;
}
.adv02 .group .imgBox .ripple .arrow:nth-of-type(1) {
  left: 20%;
  top: 9%;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.adv02 .group .imgBox .ripple .arrow:nth-of-type(2) {
  right: 20%;
  top: 9%;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.adv02 .group .imgBox .ripple .arrow:nth-of-type(3) {
  right: 20%;
  bottom: 9%;
  -webkit-transform: rotate(138deg);
  -ms-transform: rotate(138deg);
  transform: rotate(138deg);
}
.adv02 .group .imgBox .ripple .arrow:nth-of-type(4) {
  left: 20%;
  bottom: 9%;
  -webkit-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  transform: rotate(220deg);
}
.adv02 .group .imgBox .ripple .arrow:nth-of-type(5) {
  right: -0.5%;
  bottom: 50%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.adv02 .group .imgBox .ripple .arrow:nth-of-type(6) {
  left: -0.5%;
  bottom: 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.adv02 .group .imgBox .mySwiper2 {
  width: 747rem;
  height: 747rem;
  background-color: #062c66;
  border: solid 1px #009944;
  border-radius: 50%;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}
.adv02 .group .imgBox .mySwiper2 .item {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: transform 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: transform 0.8s cubic-bezier(0.43, 0.195, 0.02, 1), -webkit-transform 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.adv02 .group .imgBox .mySwiper2 .swiper-slide-active {
  opacity: 1;
}
.adv02 .group .imgBox .mySwiper2 .box {
  position: relative;
}
.adv02 .group .imgBox .mySwiper2 .pic img {
  filter: blur(4px);
}
.adv02 .group .imgBox .mySwiper2 .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(8, 61, 138, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 33;
}
.adv02 .group .imgBox .mySwiper2 .text {
  position: absolute;
  top: 150rem;
  left: 0;
  width: 68%;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 333;
}
.adv02 .group .imgBox .mySwiper2 .p {
  font-size: 16rem;
  line-height: 30rem;
  color: #ffffff;
}
@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes roll {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.adv03 {
  padding: 208rem 0 119rem 0;
  position: relative;
  overflow: hidden;
  background: url(../images/bg7.jpg) no-repeat top center;
  background-size: cover;
}
.adv03 .nr {
  width: 93%;
  margin: 0 auto;
}
.adv03 .swiper {
  position: relative;
  z-index: 8;
}
.adv03 .swiper .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
}
.adv03 .swiper .swiper-slide.swiper-slide-active .part:before {
  opacity: 0;
}
.adv03 .swiper .swiper-slide.swiper-slide-active .part:after {
  opacity: 0;
}
.adv03 .item {
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  width: 100%;
}
.adv03 .item .part {
  display: flex;
  flex-wrap: wrap;
}
.adv03 .item .part:before {
  content: "";
  position: absolute;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  width: 46.5%;
  left: 0;
  top: 0;
  border-radius: 20rem;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.5s cubic-bezier(0.38, 0, 0, 1);
  transition: opacity 0.5s cubic-bezier(0.38, 0, 0, 1);
}
.adv03 .item .part:after {
  content: "";
  position: absolute;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  width: 53.5%;
  right: 0;
  top: 0;
  border-radius: 20rem;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.5s cubic-bezier(0.38, 0, 0, 1);
  transition: opacity 0.5s cubic-bezier(0.38, 0, 0, 1);
}
.adv03 .item .left {
  float: left;
  width: 46.5%;
  border-radius: 20rem;
  overflow: hidden;
}
.adv03 .item .left .pic:after {
  padding-bottom: 67.25146199%;
}
.adv03 .item .right {
  float: left;
  width: 53.5%;
  padding: 90rem 57rem;
  border-radius: 20rem;
  background-color: #fff;
}
.adv03 .item .right .bt {
  font-family: var(--Oswald-Bold);
  font-size: 32rem;
  color: #212121;
  margin-bottom: 41rem;
}
.adv03 .item .right .p {
  font-size: 18rem;
  line-height: 30rem;
  color: #666666;
}
.adv03 .adv-bottom {
  position: relative;
  width: 93%;
  margin: 0 auto;
  margin-top: -35rem;
  z-index: 333;
  padding-left: 31rem;
}
.adv03 .adv-bottom .h3 {
  font-family: var(--Oswald-Bold);
  font-size: 60rem;
  line-height: 72rem;
  color: #ffffff;
  float: left;
}
.adv03 .adv-bottom .swiper-button-prev,
.adv03 .adv-bottom .swiper-button-next {
  width: 68rem;
  height: 68rem;
  line-height: 68rem;
  text-align: center;
  background-color: #fff;
  border-radius: 10rem;
  margin-top: 0;
  top: 70rem;
  right: 0;
  left: auto;
  overflow: hidden;
}
.adv03 .adv-bottom .swiper-button-prev:after,
.adv03 .adv-bottom .swiper-button-next:after {
  font-size: 20rem;
  color: var(--index-color);
  position: relative;
  z-index: 444;
}
.adv03 .adv-bottom .swiper-button-prev:before,
.adv03 .adv-bottom .swiper-button-next:before {
  background-color: var(--hover-color);
  border-radius: 10rem;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.38, 0, 0, 1);
  transition: -webkit-transform 1s cubic-bezier(0.38, 0, 0, 1);
  transition: transform 1s cubic-bezier(0.38, 0, 0, 1);
  transition: transform 1s cubic-bezier(0.38, 0, 0, 1), -webkit-transform 1s cubic-bezier(0.38, 0, 0, 1);
  -webkit-transform: translate3d(-102%, 0, 0);
  transform: translate3d(-102%, 0, 0);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .adv03 .adv-bottom .swiper-button-prev:hover:after,
  .adv03 .adv-bottom .swiper-button-next:hover:after {
    color: #fff;
  }
  .adv03 .adv-bottom .swiper-button-prev:hover:before,
  .adv03 .adv-bottom .swiper-button-next:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
  }
}
.adv03 .adv-bottom .swiper-button-prev {
  right: 88rem;
}
.adv03 .adv-bottom .swiper-button-prev:before {
  -webkit-transform: translate3d(102%, 0, 0);
  transform: translate3d(102%, 0, 0);
}
@media (min-width: 1025px) {
  .adv03 .adv-bottom .swiper-button-prev:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
  }
}
.adv04 {
  padding: 103rem 0 131rem 0;
  position: relative;
}
.adv04 .adv-bottom {
  padding-top: 78rem;
}
.adv04 .left {
  float: left;
  width: 44%;
  padding-top: 20rem;
}
.adv04 .left .bt {
  font-family: var(--Oswald-Bold);
  font-size: 32rem;
  line-height: 48rem;
  margin-bottom: 25rem;
  color: #212121;
}
.adv04 .left .p {
  font-size: 16rem;
  line-height: 36rem;
  color: #666666;
}
.adv04 .right {
  float: right;
  width: 50%;
}
.adv04 .right ul {
  margin: 0 -20rem;
}
.adv04 .right ul li {
  width: 33.33333333%;
  padding: 0 20rem;
  float: left;
  text-align: center;
}
.adv04 .right ul li .img {
  position: relative;
  width: 150rem;
  height: 150rem;
  margin: 0 auto;
  padding: 18rem;
}
.adv04 .right ul li .img .icon {
  width: 100%;
  height: 100%;
  background: url(../images/play_button.png) center / contain no-repeat;
}
.adv04 .right ul li .img:before,
.adv04 .right ul li .img:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: '';
  z-index: -1;
}
.adv04 .right ul li .img::before {
  animation: scale 2s ease-out infinite;
  border: solid 1px var(--index-color);
  opacity: 0.5;
  animation-delay: 0;
}
.adv04 .right ul li .img::after {
  animation: scale2 2s ease-out infinite;
  background: #fff;
  border: solid 1px var(--index-color);
  opacity: 0.3;
  animation-delay: 0;
}
.adv04 .right ul li .pic {
  width: 114rem;
  background-color: var(--index-color);
  border-radius: 50%;
  margin: 0 auto;
}
.adv04 .right ul li .bt {
  font-size: 18rem;
  line-height: 30rem;
  font-family: var(--Poppins-Bold);
  margin-top: 11rem;
  color: #212121;
}
.adv-list {
  margin-top: 98rem;
}
.adv-list .list {
  margin: 0 -17rem;
}
.adv-list .list li {
  padding: 0 17rem;
  float: left;
  width: 41%;
  transition: 0.5s;
}
.adv-list .list li .box {
  height: 540rem;
  border-radius: 40rem;
  overflow: hidden;
  position: relative;
}
.adv-list .list li .box .pic {
  width: 70rem;
  margin-bottom: 92rem;
}
.adv-list .list li .box .bt {
  font-size: 24rem;
  font-family: var(--Poppins-Bold);
  line-height: 36rem;
  color: #ffffff;
}
.adv-list .list li .box .text {
  position: absolute;
  bottom: 36rem;
  left: 0;
  right: 36rem;
  width: 100%;
  padding: 0 47rem;
}
.adv-list .list .active {
  width: 59%;
}
.adv05 {
  padding: 94rem 0 98rem 0;
  background: url(../images/bg5.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
.adv05 .left {
  float: left;
  width: 47%;
}
.adv05 .left .p {
  font-size: 16rem;
  line-height: 30rem;
  margin-top: 39rem;
  margin-bottom: 73rem;
  color: #666666;
}
.adv05 .left ul {
  padding-left: 23rem;
}
.adv05 .left ul li {
  padding-bottom: 40rem;
  position: relative;
  cursor: pointer;
}
.adv05 .left ul li:after {
  position: absolute;
  top: 0;
  left: 40rem;
  width: 1px;
  height: 100%;
  background: var(--index-color);
  content: '';
  z-index: 1;
}
.adv05 .left ul li .box {
  position: relative;
  z-index: 4;
}
.adv05 .left ul li .img {
  width: 81rem;
  border: solid 1px var(--index-color);
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
}
.adv05 .left ul li .img .h {
  display: none;
}
.adv05 .left ul li .text {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  padding-left: 20rem;
}
.adv05 .left ul li .bt {
  font-size: 22rem;
  font-family: var(--Poppins-Bold);
  line-height: 30rem;
  color: #083d8a;
}
@media (min-width: 1025px) {
  .adv05 .left ul li:hover .img {
    background: var(--index-color);
  }
  .adv05 .left ul li:hover .img .pic {
    display: none;
  }
  .adv05 .left ul li:hover .img .h {
    display: block;
  }
}
.adv05 .left ul li:nth-last-child(1) {
  padding-bottom: 0;
}
.adv05 .right {
  float: right;
  width: 53%;
  position: relative;
}
.adv05 .right img {
  display: block;
}
.adv05 .right .img1 {
  width: 969rem;
  margin-left: -34rem;
  margin-top: -18rem;
}
.adv05 .right .img2,
.adv05 .right .img3,
.adv05 .right .img4 {
  width: 264rem;
  height: 99rem;
  position: absolute;
}
.adv05 .right .img2 .box,
.adv05 .right .img3 .box,
.adv05 .right .img4 .box {
  height: 99px;
}
.adv05 .right .img2 {
  top: 43rem;
  left: 160rem;
}
.adv05 .right .img3 {
  top: 200rem;
  left: 80rem;
}
.adv05 .right .img4 {
  top: 365rem;
  left: -2rem;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  .sitemap li {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sitemap li .top1 {
    font-size: 20px;
  }
  .sitemap li .bot {
    margin-top: 15px;
  }
  .sitemap li .bot a {
    font-size: 16px;
    margin-right: 20px;
  }
  .sitemap li .bot p {
    margin-top: 10px;
  }
  .container {
    max-width: 750px;
    padding: 0 15px;
    width: 100%;
  }
  .height {
    top: -60px;
  }
  .height1 {
    height: 60px;
  }
  .header {
    height: 60px;
    background: #fff;
  }
  .header .logo {
    padding-top: 9px;
  }
  .header .logo a img {
    width: 167px;
  }
  .header .logo a .lg1 {
    display: none;
  }
  .header .logo a .lg2 {
    display: block;
  }
  .header .header-right {
    margin-right: 0;
  }
  .header .header-right .menu {
    display: block;
  }
  .header .header-right .lan {
    display: none;
  }
  .header .header-right .header-search {
    display: none;
  }
  .nav {
    display: none;
  }
  .headerfix {
    margin-top: 0;
    box-shadow: 0px 7px 38px 0px rgba(31, 33, 32, 0.06);
  }
  .banner .scroll_down {
    left: 20px;
    bottom: 80px;
  }
  .banner .scroll_down .txt {
    font-size: 0;
  }
  .banner .scroll_down .line {
    display: block;
    width: 3px;
    height: 66px;
    position: absolute;
    top: 40px;
    left: 0;
    overflow: hidden;
  }
  .banner .scroll_down .line:before {
    height: 100%;
    background: rgba(255, 255, 255, 0.57);
    opacity: 0.3;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    position: absolute;
    width: 2px;
  }
  .banner .scroll_down .line:after {
    background: #fff;
    left: 0px;
    top: 0;
    content: '';
    position: absolute;
    width: 2px;
    -webkit-animation: about_scroll-down-line 3s infinite;
    -o-animation: about_scroll-down-line 3s infinite;
    animation: about_scroll-down-line 3s infinite;
  }
  .swiper-renewal-main {
    margin-top: 60px;
  }
  .swiper-renewal-main .img {
    display: none;
  }
  .swiper-renewal-main .img1 {
    display: block;
  }
  .swiper-renewal-main .banner-hover {
    padding-top: 0;
  }
  .swiper-renewal-main .banner-hover .bt {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 16px;
  }
  .swiper-renewal-main .banner-hover .tu img {
    width: 35px;
  }
  .swiper-renewal-main .banner-hover .ul {
    display: none;
  }
  .swiper-renewal-main .banner-hover1 .info {
    padding: 0 25px;
  }
  .swiper-renewal-main .left-area {
    display: none;
  }
  .swiper-renewal-main .btn-area {
    right: 20px;
    bottom: 20px;
  }
  .swiper-renewal-main .btn-area .main_slide_handler {
    display: none;
  }
  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px !important;
    width: 48px;
  }
  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet .tit {
    font-size: 0;
  }
  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active .tit {
    opacity: 1;
  }
  .swiper-renewal-main .swiper-pagination-bullet-active .timer,
  .swiper-renewal-main .swiper-pagination-bullet .timer {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background: transparent;
    opacity: 1;
  }
  .swiper-renewal-main .swiper-pagination-bullet .timer::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.34;
    content: '';
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  .home-title {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .home-p {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .home-app {
    padding: 40px 0;
  }
  .home-app .list {
    margin: 0;
  }
	.home-app .list.list2 {
	  padding: 0;
	}
  .home-app .list li {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .home-app .list li .box {
    height: 24vh;
  }
  .home-app .list li .box .txt_box {
    background: url(../images/bg.png) no-repeat top left;
    background-size: cover;
  }
  .home-app .list li .box .pic {
    display: none;
  }
  .home-app .list li .box .bt {
    font-size: 24px;
  }
  .home-app .list li .box .bt span {
    display: none;
  }
  .home-app .list li .box .p {
    font-size: 14px;
    line-height: 24px;
  }
  .home-app .list li .box .hover {
    padding: 20px;
  }
  .home-app .list li .box .hover .bt {
    margin-bottom: 10px;
  }
  .home-app .list li .box .hover .p {
    height: 48px;
  }
  .home-app .list li .box .text {
    opacity: 0;
  }
  .home-app .list .active {
    width: 100%;
  }
  .home-app .list .active .box .txt_box {
    background: url(../images/bg.png) no-repeat top left;
    background-size: cover;
  }
  .home-app .list .active .box .hover {
    display: block;
  }
  .home-app .list .active .box .text {
    opacity: 0;
  }
  .youshi {
    padding-top: 20px;
  }
  .youshi li {
    width: 50%;
    border-right: 1px solid #eeeeee;
    padding: 16px 0;
    margin-bottom: 20px;
  }
  .youshi li .num {
    font-size: 32px;
    line-height: 40px;
  }
  .youshi li .num span {
    font-size: 32px;
  }
  .youshi li .num em {
    font-size: 14px;
    line-height: 24px;
  }
  .youshi li .num i {
    font-size: 34px;
  }
  .youshi li .h3 {
    font-size: 14px;
    margin-top: 8px;
  }
  .youshi li:nth-child(1) {
    width: 50%;
  }
  .youshi li:nth-child(1) .box {
    float: none;
  }
  .youshi li:nth-child(2) {
    border-right: 0;
  }
  .youshi li:nth-child(4) {
    width: 50%;
    border-right: 0;
  }
  .youshi li:nth-child(4) .box {
    float: none;
  }
  .more a,
  .more p {
    line-height: 38px;
    font-size: 14px;
    padding: 0 45px 0 20px;
    border-radius: 2px;
  }
  .more a i,
  .more p i {
    right: 19px;
    top: 50%;
    width: 8px;
  }
  .home-about {
    background: url(../images/bg10.jpg) no-repeat center / cover;
    background-attachment: fixed;
  }
  .home-about .text {
    padding: 50px 0;
    width: 100%;
  }
  .home-about .text .home-title {
    margin-top: 16px;
  }
  .home-about .text .p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 18px;
  }
  .home-about .text .more {
    margin-top: 20px;
  }
  .home-news {
    padding: 40px 0;
  }
  .home-news .home-bottom {
    padding-top: 25px;
  }
  .home-news .btn {
    width: 50.5%;
    height: 2px;
    margin: 12px auto;
  }
  .home-news .btn .swiper-pagination {
    height: 2px;
  }
  .home-news .btn .swiper-button-prev:after,
  .home-news .btn .swiper-button-next:after {
    font-size: 18px;
  }
  .home-news .btn .swiper-button-prev {
    left: -50px;
  }
  .home-news .btn .swiper-button-next {
    right: -50px;
  }
  .swiper-news {
    padding-bottom: 35px;
  }
  .swiper-news .item {
    width: 50%;
    margin-right: 15px;
  }
  .swiper-news .pic .span {
    font-size: 14px;
    min-width: 131px;
    height: 39px;
    line-height: 39px;
    padding: 0 10px;
  }
  .swiper-news .text {
    padding-top: 20px;
  }
  .swiper-news .date {
    font-size: 12px;
  }
  .swiper-news .bt {
    font-size: 18px;
    line-height: 30px;
    height: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .swiper-news .p {
    font-size: 14px;
    line-height: 24px;
  }
  .home-partner {
    padding: 30px 0;
  }
  .home-partner .swiper-partner .swiper-slide {
    width: 120px;
    margin-right: 50px;
  }
  .home-video {
    height: auto;
  }
  .home-video .text {
    position: relative;
    height: 100%;
  }
  .home-video .text video {
    width: auto;
    height: auto;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
  }
  .home-video .overlay {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    opacity: 1;
  }
  .home-video .overlay .img_logo {
    display: none;
  }
  .home-video .overlay .box {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: 30px 0;
  }
  .home-video .overlay .box .span {
    font-size: 14px;
  }
  .home-video .overlay .box .tit {
    margin-top: 14px;
    font-size: 22px;
    line-height: 42px;
  }
  .home-video .overlay .box .arrow {
    margin-top: 14px;
    height: 24px;
    background-size: 20px;
  }
  .home-video .play_overlay .play_btn {
    width: 60px;
    height: 60px;
  }
  .home-video .play_overlay .play_btn:before,
  .home-video .play_overlay .play_btn:after {
    width: 24px;
    height: 24px;
  }
  .home-link {
    padding: 30px 0;
  }
  .home-link .left img {
    width: 108px;
    display: block;
  }
  .home-link .left .text {
    padding-left: 0;
    padding-top: 10px;
  }
  .home-link .left .span {
    font-size: 12px;
    line-height: 19px;
  }
  .home-link .left .bt {
    font-size: 22px;
    line-height: 35px;
  }
  .home-link .right {
    margin-top: 0;
  }
  .home-link .right ul li {
    margin-left: 10px;
    padding-left: 10px;
    float: none;
  }
  .home-link .right ul li:after {
    display: none;
  }
  .home-link .right ul li a {
    width: 84px;
    height: 33px;
  }
  .home-link .right ul .link3 a {
    width: 84px;
  }
  .footer .footer-top {
    padding-top: 53px;
    display: none;
  }
  .footer .footer-top .container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 65px;
  }
  .footer .footer-top .left {
    width: 24%;
    float: left;
  }
  .footer .footer-top .flogo img {
    display: block;
    width: 250px;
  }
  .footer .footer-top .footer-search {
    width: 100%;
    position: relative;
    margin: 25px 0;
  }
  .footer .footer-top .footer-search input {
    width: 100%;
    border: none;
    background: #646a76;
    text-indent: 13px;
    box-sizing: border-box;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    color: #fff;
  }
  .footer .footer-top .footer-search input::-webkit-input-placeholder {
    color: #aaa;
  }
  .footer .footer-top .footer-search input::-moz-placeholder {
    color: #aaa;
  }
  .footer .footer-top .footer-search input:-moz-placeholder {
    color: #aaa;
  }
  .footer .footer-top .footer-search input:-ms-input-placeholder {
    color: #aaa;
  }
  .footer .footer-top .footer-search a {
    width: 20px;
    height: 22px;
    background: url(../images/search.png) no-repeat center;
    background-size: 100%;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    display: block;
  }
  .footer .footer-top .footer-contact {
    color: #808080;
    font-size: 15px;
    line-height: 34px;
    color: rgba(255, 255, 255, 0.48);
  }
  .footer .footer-top .footer-contact > div {
    padding-left: 28px;
  }
  .footer .footer-top .footer-contact .email {
    background: url(../images/email.png) no-repeat left 10px;
    background-size: 14px;
  }
  .footer .footer-top .footer-contact .tel {
    background: url(../images/tel.png) no-repeat left 9px;
    background-size: 15px;
  }
  .footer .footer-top .footer-contact .add {
    background: url(../images/add.png) no-repeat left 10px;
    background-size: 13px;
  }
  .footer .footer-top .right {
    width: 64.5%;
    float: right;
    padding-top: 19px;
  }
  .footer .footer-top .right ul li {
    float: left;
    width: 20%;
  }
  .footer .footer-top .right ul li a {
    font-size: 20px;
    font-family: var(--POPPINS-SEMIBOLD);
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    padding-right: 10px;
    color: #ffffff;
    display: block;
    margin-bottom: 32px;
  }
  .footer .footer-top .right ul li a .txt-2 {
    display: none;
  }
  .footer .footer-top .right ul li ul li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .footer .footer-top .right ul li ul li a {
    margin: 0;
    font-family: var(--Poppins-Regular);
    font-size: 15px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.48);
  }
  .footer .footer-top .right ul .fo1 {
    width: 19%;
  }
  .footer .footer-top .right ul .fo2 {
    width: 23%;
  }
  .footer .footer-top .right ul .fo3 {
    width: 17%;
  }
  .footer .footer-top .right ul .fo4 {
    width: 21%;
  }
  .footer .footer-bottom {
    font-size: 12px;
    padding: 12px 0;
    line-height: 25px;
    text-align: center;
  }
  .footer .footer-bottom a {
    padding: 0 10px;
  }
  .footer .footer-bottom .left {
    float: none;
  }
  .footer .footer-bottom .right {
    float: none;
  }
  #Privacy .close {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    line-height: 42px;
    font-size: 20px;
  }
  .current {
    display: none;
  }
  .inbanner .img {
    display: none;
  }
  .inbanner .img1 {
    display: block;
    height: 200px;
  }
  .inbanner .item iframe {
    height: 100vh;
    display: block;
  }
  .inbanner .banner-hover .bt {
    font-size: 23px;
    line-height: 42px;
    display: block !important;
    text-shadow: 0px 4px 6px rgba(1, 10, 30, 0.28);
  }
  .content {
    padding: 40px 0;
    min-height: 600px;
  }
  .news .left {
    width: 100%;
  }
  .news .left .select_btn {
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
  .news .left .form_box {
    display: none;
  }
  .news .right {
    width: 100%;
    position: relative;
    top: auto;
    padding-top: 20px;
  }
  .news .right .title {
    line-height: 52px;
    padding-left: 26px;
    font-size: 18px;
  }
  .news .right .item {
    margin-bottom: 15px;
  }
  .news .right .item .item_con {
    padding: 20px 20px 13px 20px;
  }
  .news .right .item .item_con .keyList span,
  .news .right .item .item_con .keyList a {
    font-size: 14px;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 22px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .news .right .item .item_con .xwList ul li {
    margin-bottom: 20px;
  }
  .news .right .item .item_con .xwList ul li .span {
    font-size: 12px;
  }
  .news .right .item .item_con .xwList ul li .bt {
    font-size: 14px;
	line-height:24px;
    margin-top: 10px;
  }
  .news .right .item .item_con .contact-list {
    font-size: 14px;
    line-height: 30px;
  }
  .news .right .item .item_con .t {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .news .right .item .item_con .sub input {
    line-height: 50px;
    text-indent: 25px;
    padding: 0;
    height: 50px;
    font-size: 14px;
  }
  .news .right .item .item_con .sub button {
    padding: 0 12px;
    line-height: 38px;
    right: 6px;
    margin-top: -19px;
  }
  .news .right .item2 .item_con {
    padding: 23px 20px 20px 30px;
  }
  .news .right .item3 .item_con {
    padding: 23px 20px 30px 30px;
  }
  .newslist {
    padding-bottom: 15px;
  }
  .newslist li {
    margin-bottom: 20px;
  }
  .newslist li .box {
    box-shadow: 0px 4px 27px 1px rgba(2, 14, 33, 0.14);
  }
  .newslist li .pic {
    width: 100%;
  }
  .newslist li .pic img {
    width: 100%;
  }
  .newslist li .text {
    width: 100%;
    padding: 22px;
  }
  .newslist li .span {
    font-size: 14px;
  }
  .newslist li .bt {
    font-size: 20px;
    line-height: 35px;
    margin-top: 5px;
    margin-bottom: 7px;
  }
  .newslist li .p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 10px;
  }
  .newslist li .date {
    font-size: 14px;
  }
  .page {
    font-size: 18px;
    margin-top: 10px;
  }
  .page .num,
  .page .sl {
    display: none;
  }
  .page a,
  .page span {
    color: #000;
    display: inline-block;
    border: 1px solid #e8e8e8;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-right: 7px;
    font-size: 18px;
  }
  .page .next,
  .page .count {
    margin-left: 0;
  }
  .page span.current {
    color: #fff;
    background: var(--index-color);
    border-color: var(--index-color);
  }
  .page span.count {
    border: 0;
    background: 0;
    color: #000;
  }
  .page a,
  .page span {
    width: auto;
    padding: 0 12px;
  }
  .page .prev {
    margin-right: 10px;
    background: none;
  }
  .page span.ellipsis {
    border-color: transparent;
    padding: 0;
  }
  .page .prev i {
    transform: rotateZ(180deg);
  }
  .page .prev {
    width: 36px;
    height: 36px;
    background: url(../images/prev.png) no-repeat center;
    background-size: cover;
    padding: 0;
  }
  .page .next {
    width: 36px;
    height: 36px;
    background: url(../images/next.png) no-repeat center;
    background-size: cover;
    padding: 0;
  }
  .news-show {
    padding: 40px 0;
  }
  .news-show .left {
    padding-right: 0;
  }
  .h01 {
    font-size: 24px;
    line-height: 40px;
  }
  .h02 {
    font-size: 14px;
    margin-top: 11px;
    margin-bottom: 22px;
  }
  .h02 span {
    margin-right: 20px;
  }
  .share {
    margin-top: 20px;
    margin-bottom: 28px;
  }
  .share li {
    padding: 0 12px;
    margin: 0 -2px;
  }
  .news-info {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dfdfdf;
  }
  .news-info .p1 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .news-info .p2 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
    padding: 13px;
  }
  .news-info .p2 span {
    padding: 13px;
    display: block;
    margin-right: 0;
    margin-bottom: 13px;
  }
  .news-info .p3 {
    font-size: 0;
    margin: 0 -6px;
  }
  .news-info .p3 span {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 10px;
  }
  .news-info .p4 {
    font-size: 26px;
  }
  .news-info .p5 {
    font-size: 16px;
    padding: 8px 14px;
    line-height: 31px;
  }
  .news-info .p6 {
    padding-left: 25px;
    margin-bottom: 10px;
  }
  .news-info .p6:before {
    width: 6px;
    height: 21px;
    margin-top: 8px;
  }
  .news-info .p6 span {
    font-size: 16px;
    line-height: 26px;
    padding: 5px 23px;
  }
  .list-page {
    width: 100%;
    margin-top: 24px;
  }
  .list-page .return {
    padding: 0 20px;
    line-height: 30px;
    margin-top: 0;
  }
  .list-page .prev,
  .list-page .next {
    width: 36%;
  }
  .list-page .prev .el,
  .list-page .next .el {
    margin-top: 17px;
    display: none;
  }
  .list-page .prev span {
    padding-left: 20px;
    line-height: 30px;
    background: url(../images/prev-01.png) no-repeat center left;
    background-size: 8px;
  }
  .list-page .next span {
    padding-right: 20px;
    line-height: 30px;
    background: url(../images/next-01.png) no-repeat center right;
    background-size: 8px;
  }
  .support {
    padding: 40px 0;
  }
  .support-list {
    width: 100%;
  }
  .support-list .item {
    margin-bottom: 20px;
  }
  .support-list .item .box {
    display: block;
  }
  .support-list .item .left{
	  width:100% !important;
	  margin:0 !important;
  }
  .support-list .item .sup-img {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .support-list .item .sup-text {
    width: 100%;
    padding: 30px;
  }
  .support-list .item .sup-text .en {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .support-list .item .sup-text .bt {
    font-size: 22px;
    line-height: 42px;
    margin-bottom: 13px;
    margin-top: 7px;
  }
  .support-list .item .sup-text .bt img {
    width: 20px;
    margin-left: 10px;
  }
  .support-list .item .sup-text .p {
    font-size: 14px;
    line-height: 24px;
  }
  .support-list .item0 .box {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .support-list .item0 .sup-img {
    margin-left: 0;
    margin-right: 0;
  }
  .history {
    padding: 40px 15px;
  }
  .swiper-history {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .swiper-history .item .box {
    padding-left: 56px;
  }
  .swiper-history .item .box:before {
    width: 11px;
    height: 11px;
  }
  .swiper-history .item .box:after {
    width: 1px;
    left: 5px;
  }
  .swiper-history .item .bt {
    font-size: 22px;
    margin-bottom: 7px;
  }
  .swiper-history .item .p {
    font-size: 14px;
    line-height: 24px;
    height: auto;
    margin-bottom: 10px;
  }
  .history {
    overflow: hidden;
  }
  .history::before {
    display: none;
  }
  .history::after {
    display: none;
  }
  .history .li {
    position: relative;
    overflow: hidden;
  }
  .history .li:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e9e9e9;
    position: absolute;
    top: 22px;
    left: 0;
  }
  .mySwiper1 {
    width: 100%;
  }
  .mySwiper1 .swiper-button-prev,
  .mySwiper1 .swiper-button-next {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: -10px;
  }
  .mySwiper1 .swiper-button-prev:after,
  .mySwiper1 .swiper-button-next:after {
    font-size: 20px;
  }
  .mySwiper1 .swiper-button-prev {
    left: 0;
  }
  .mySwiper1 .swiper-button-next {
    right: 0;
  }
  .mySwiper1 .bt {
    font-size: 15px;
    padding-top: 48px;
  }
  .mySwiper1 .bt:after {
    width: 9px;
    height: 9px;
    top: 18px;
    left: 50%;
    margin-left: -4px;
  }
  .about01 {
    padding: 40px 0;
  }
  .about01 .left {
    width: 100%;
  }
  .about01 .left:after {
    background: none;
  }
  .about01 .right {
    width: 100%;
    padding-top: 20px;
  }
  .about01 .right .p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 13px;
  }
  .about01 .right .p p {
    margin-bottom: 6px;
  }
  
	.about01 .left .swiper-about .box .txt{
		font-size: 16px;
		margin-top: 20px;
	}  
  
  
  .about02 .youshi {
    padding-bottom: 24px;
  }
  .about04 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about04 .titleBox .btn {
    top: 0;
  }
  .about04 .titleBox .btn a {
    width: 30px;
    height: 30px;
    border: 1px solid #a9a9a9;
    margin-left: 10px;
    border-radius: 50%;
    float: left;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin-top: 0;
  }
  .about04 .titleBox .btn a:after {
    font-size: 16px;
  }
  .about04 .honorlist1 {
    margin-top: 25px;
  }
  .about04 .aboutHonor {
    margin: 0px -5px;
  }
  .about04 .aboutHonor .li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .about04 .aboutHonor .li .box {
    padding-top: 75%;
    border-radius: 15px;
  }
  .about04 .aboutHonor .li .pic {
    left: 50%;
    bottom: 30px;
    width: 72%;
  }
  .about04 .aboutHonor .li .listTitle {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
  }
  .about04 .aboutHonor .li .listTitle p {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 20px 0 30px;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
  }
  .about04 .aboutHonor .li:nth-child(1) {
    width: 100%;
  }
  .about04 .aboutHonor .li:nth-child(1) .box {
    padding-top: 90%;
  }
  .about04 .aboutHonor .li:nth-child(1) .pic {
    width: 100%;
    bottom: 60px;
  }
  .about04 .aboutHonor .li:nth-child(1) .listTitle {
    font-weight: 600;
  }
  .about03 {
    padding: 40px 0;
  }
  .about03 .about-bottom {
    padding-top: 25px;
  }
  .about03 .about-bottom ul {
    margin: 0 -6px;
  }
  .about03 .about-bottom ul li {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .about03 .about-bottom ul li .pic img {
    width: 100%;
  }
  .about03 .about-bottom ul li .text {
    padding: 0 20px;
    padding-bottom: 19px;
  }
  .about03 .about-bottom ul li .text .span {
    font-size: 12px;
    margin-bottom: 9px;
  }
  .about03 .about-bottom ul li .text .bt {
    font-size: 18px;
    line-height: 32px;
    max-height: 128px;
  }
  .product01 {
    padding: 40px 0;
  }
  .product01 .pro-bottom {
    padding-top: 25px;
  }
  .product01 .pro-bottom .bt {
    font-size: 24px;
    margin-bottom: 21px;
  }
  .product01 .pro-bottom .p {
    font-size: 14px;
    line-height: 24px;
  }
  .product01 .nr {
    padding: 0 30px;
  }
  .product01 .nr .swiper-button-prev,
  .product01 .nr .swiper-button-next {
    width: 30px;
    height: 81%;
    top: 0;
    margin-top: 0;
  }
  .product01 .nr .swiper-button-prev:after,
  .product01 .nr .swiper-button-next:after {
    font-size: 20px;
  }
  .product01 .nr .swiper-button-prev {
    left: 0;
  }
  .product01 .nr .swiper-button-next {
    right: 0;
  }
  .swiper-product {
    padding-bottom: 31px;
  }
  .swiper-product .item {
    width: 50%;
  }
  .swiper-product .pic:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(8, 61, 138, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 33;
  }
  .swiper-product .text {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
    width: 100%;
    z-index: 222;
    padding: 0 45px;
    padding-bottom: 0;
  }
  .swiper-product .text .icon {
    width: 23px;
    height: 40px;
    margin-bottom: 10px;
    display: none;
  }
  .swiper-product .text .icon:before {
    width: 23px;
    height: 40px;
  }
  .swiper-product .text .icon:after {
    width: 4px;
    height: 4px;
  }
  .swiper-product .text .bt {
    font-size: 14px;
    line-height: 30px;
    height: 60px;
  }
  .swiper-product .swiper-slide-active .pic:before {
    background: rgba(8, 61, 138, 0.5);
  }
  .swiper-product .swiper_btns_box {
    margin-top: 20px;
  }
  .swiper-product .swiper-pagination {
    bottom: 0;
  }
  .swiper-product .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #555;
    border-radius: 0;
    margin-right: 10px;
    transition: all 0.5s ease;
  }
  .swiper-product .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .swiper-product .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
  .float-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    margin-left: -53px;
    margin-top: -22px;
    pointer-events: none;
  }
  .product02 {
    padding: 40px 0;
    overflow: hidden;
  }
  .product02:before {
    display: none;
  }
  .product02 .nr {
    padding: 0 15px;
    max-width: 750px;
    margin: 0 auto;
    padding-top: 25px;
  }
  .product02 .swiper-dots {
    margin-top: 47px;
  }
  .product02 .swiper-dots .swiper-dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #555;
    margin-right: 10px;
    transition: all 0.5s ease;
  }
  .product02 .swiper-dots .swiper-dot:last-child {
    margin-right: 0;
  }
  .product02 .swiper-dots .swiper-dot.active {
    width: 20px;
    background: var(--index-color);
  }
  .product02 .swiper .controls {
    display: none;
  }
  .product02 .swiper .swiper-slide:first-child {
    padding-left: 0;
  }
  .product02 .swiper .swiper-slide {
    width: auto;
    padding-left: 0;
  }
  .product02 .swiper .swiper-slide::after {
    left: initial;
    right: 0;
    bottom: 5%;
    z-index: -1;
  }
  .product02 .swiper .swiper-slide::after {
    display: none;
  }
  .product02 .swiper .swiper-slide-active .item .img_box .pic {
    filter: grayscale(0);
    opacity: 1;
  }
  .product02 .item {
    padding-bottom: 0;
  }
  .product02 .item .intro_box {
    width: 100%;
    margin-top: 12px;
    max-height: inherit;
    padding-left: 0;
  }
  .product02 .item .intro_box .bt {
    font-size: 18px;
    line-height: 32px;
    height: auto;
    max-height: 96px;
    margin-bottom: 8px;
  }
  .product02 .item .intro_box .controls {
    line-height: 36px;
  }
  .product02 .item .intro_box .span {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 9px;
  }
  .product02 .item .intro_box .p {
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    margin-bottom: 10px;
  }
  .product02 .item .img_box {
    width: 100%;
  }
  .product02 .item .img_box .pic img {
    width: 100%;
  }
  .product02 .item .arrow_line {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 12px;
    z-index: -1;
    font-size: 0;
  }
  .product02 .item .arrow_line::before {
    content: '';
    position: relative;
    top: -7px;
    display: inline-block;
    width: 90%;
    height: 1px;
    margin-right: 10px;
  }
  .product02 .item .arrow_line .arrow {
    width: 11px;
    height: 16px;
    background: url(../images/product4_arrow.png) no-repeat center / contain;
  }
  .adv01 {
    padding: 40px 0;
  }
  .adv01 .home-title {
    font-size: 24px;
  }
  .adv01 .p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  .adv02 {
    padding: 40px 0 0 0;
  }
  .adv02 .about-top {
    margin-bottom: 95px;
  }
  .adv02 .about-top .swiper-button-prev,
  .adv02 .about-top .swiper-button-next {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 10px;
    top: auto;
    right: 0;
    left: auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
  }
  .adv02 .about-top .swiper-button-prev:after,
  .adv02 .about-top .swiper-button-next:after {
    font-size: 16px;
  }
  .adv02 .about-top .swiper-button-prev:before,
  .adv02 .about-top .swiper-button-next:before {
    border-radius: 10px;
  }
  .adv02 .about-top .swiper-button-prev {
    right: auto;
  }
  .adv02 .about-top .right {
    position: absolute;
    top: 315px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 333;
  }
  .adv02 .home-title {
    text-align: center;
  }
  .adv02 .swiper-tech {
    width: 160%;
    margin: 0 auto;
    margin-left: -80%;
    left: 50%;
  }
  .adv02 .swiper-tech .item {
    width: 33.33333333%;
  }
  .adv02 .swiper-tech .item .box {
    width: 312px;
  }
  .adv02 .swiper-tech .bt {
    font-size: 16px;
    line-height: 42px;
  }
  .adv02 .group {
    height: 500px;
    position: relative;
    z-index: 55;
  }
  .adv02 .group .imgBox {
    width: 1000px;
    height: 1000px;
    left: 50%;
    right: auto;
    margin-left: -500px;
  }
  .adv02 .group .imgBox .ripple .arrow {
    font-size: 14px;
    width: 15px;
    height: 12px;
  }
  .adv02 .group .imgBox .mySwiper2 {
    width: 500px;
    height: 500px;
    left: 50%;
    right: auto;
    margin-left: -250px;
  }
  .adv02 .group .imgBox .mySwiper2 .pic img {
    filter: blur(4px);
  }
  .adv02 .group .imgBox .mySwiper2 .text {
    position: absolute;
    top: 70px;
    left: 0;
    width: 68%;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 333;
  }
  .adv02 .group .imgBox .mySwiper2 .p {
    font-size: 14px;
    line-height: 24px;
  }
  .adv04 {
    padding: 40px 0;
  }
  .adv04 .adv-bottom {
    padding-top: 25px;
  }
  .adv04 .left {
    width: 100%;
    padding-top: 0;
  }
  .adv04 .left .bt {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .adv04 .left .p {
    font-size: 14px;
    line-height: 24px;
  }
  .adv04 .right {
    width: 100%;
    padding-top: 20px;
  }
  .adv04 .right ul {
    margin: 0 -6px;
  }
  .adv04 .right ul li {
    width: 33.33333333%;
    padding: 0 6px;
  }
  .adv04 .right ul li .img {
    width: 100px;
    height: 100px;
    padding: 8px;
  }
  .adv04 .right ul li .img:before,
  .adv04 .right ul li .img:after {
    width: 16px;
    height: 16px;
  }
  .adv04 .right ul li .pic {
    width: 84px;
  }
  .adv04 .right ul li .bt {
    font-size: 14px;
    line-height: 27px;
    margin-top: 6px;
  }
  .adv-list {
    margin-top: 20px;
  }
  .adv-list .list {
    margin: 0 -6px;
  }
  .adv-list .list li {
    padding: 0 6px;
    margin-bottom: 20px;
    width: 100%;
  }
  .adv-list .list li .box {
    height: 25vh;
    border-radius: 20px;
  }
  .adv-list .list li .box .pic {
    width: 40px;
    margin-bottom: 22px;
  }
  .adv-list .list li .box .bt {
    font-size: 20px;
    line-height: 36px;
  }
  .adv-list .list li .box .text {
    bottom: 26px;
    left: 0;
    right: 36px;
    padding: 0 27px;
  }
  .adv-list .list .active {
    width: 100%;
  }
  .adv05 {
    padding: 40px 0;
  }
  .adv05 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .adv05 .left .p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 19px;
    margin-bottom: 33px;
  }
  .adv05 .left ul {
    padding-left: 0;
  }
  .adv05 .left ul li {
    padding-bottom: 20px;
  }
  .adv05 .left ul li:after {
    left: 20px;
    height: 151%;
  }
  .adv05 .left ul li .img {
    width: 41px;
  }
  .adv05 .left ul li .text {
    width: 80%;
    padding-left: 10px;
  }
  .adv05 .left ul li .bt {
    font-size: 16px;
    line-height: 30px;
  }
  .adv05 .left ul li:nth-last-child(1):after {
    display: none;
  }
  .adv05 .right {
    width: 100%;
  }
  .adv05 .right .img {
    display: none;
  }
  .float-cursor {
    display: none !important;
  }
  .contact01 {
    padding: 40px 0;
  }
  .contact01 .left {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
  .contact01 .left .f3 {
    padding-bottom: 6px;
  }
  .contact01 .left .f3 span {
    font-size: 16px;
    line-height: 36px;
    padding-left: 32px;
  }
  .contact01 .left .f3 p {
    font-size: 26px;
    line-height: 46px;
    padding-top: 11px;
    min-height: 41px;
    margin-bottom: 17px;
  }
  .contact01 .left .f3 span.l1 {
    background: url(../images/f1.png) no-repeat left 6px;
    background-size: 20px;
  }
  .contact01 .left .f3 span.l2 {
    background: url(../images/f2.png) no-repeat left 6px;
    background-size: 20px;
  }
  .contact01 .left .f3 span.l3 {
    background: url(../images/f3.png) no-repeat left 6px;
    background-size: 15px;
  }
  .contact01 .left .f3 span.l4 {
    background: url(../images/f4.png) no-repeat left 6px;
    background-size: 15px;
  }
  .contact01 .left .share {
    margin-bottom: 40px;
  }
  .contact01 .left .share a {
    width: 76px;
    height: 76px;
    margin-right: 20px;
  }
  .contact01 .left .share .s1 {
    background: #f0f5f5 url(../images/sh1.png) no-repeat center center;
    background-size: 32px;
  }
  .contact01 .left .share .s2 {
    background: #f0f5f5 url(../images/sh2.png) no-repeat center center;
    background-size: 28px;
  }
  .contact01 .left .share .s3 {
    background: #f0f5f5 url(../images/sh3.png) no-repeat center center;
    background-size: 16px;
  }
  .contact01 .right {
    width: 100%;
  }
  .contact01 .right img {
    border-radius: 20px;
  }
  .contact01 .right #mapContainer {
    display: block;
    border-radius: 20px;
    height: 340px;
  }
  .contact01 .cbox {
    border-radius: 10px;
    margin-top: 24px;
    padding: 20px;
  }
  .contact01 .cbox li {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact01 .cbox li span {
    font-size: 13px;
    line-height: 35px;
    min-width: 95px;
    padding: 0 5px;
    background-color: rgba(8, 61, 138, 0.12);
    border-radius: 18px;
    margin-bottom: 10px;
  }
  .contact01 .cbox li .b {
    font-size: 18px;
    line-height: 30px;
  }
  .contact01 .cbox li .b b {
    font-size: 12px;
  }
  .more1 a,
  .more1 p {
    width: 142px;
    line-height: 46px;
    border-radius: 2px;
    font-size: 14px;
  }
  .contact02 {
    padding: 0 0 40px 0;
  }
  .message .span {
    font-size: 14px;
  }
  .message .list {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
  .message .list ul {
    font-size: 0;
    margin: 0 -3px;
  }
  .message .list ul li {
    width: 100% !important;
    padding: 0 3px;
    margin-bottom: 15px;
  }
  .message .list ul li .box {
    position: relative;
    cursor: pointer;
  }
  .message .list ul li .span {
    font-size: 16px;
    line-height: 60px;
    display: block;
    color: #525252;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 53;
    padding-right: 9px;
    width: 111px;
    padding-left: 31px;
  }
  .message .list ul li .span:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 1px;
    right: 0;
    top: 50%;
    z-index: 333;
    margin-top: -15px;
    background-color: #87aaac;
  }
  .message .list ul li input,
  .message .list ul li textarea,
  .message .list ul li select {
    width: 100%;
    height: 60px;
    border: none;
    background-color: #f1f5f5;
    border-radius: 10px;
    font-size: 16px;
    color: #666;
    padding: 0 30px;
    font-family: var(--Poppins-Regular);
    position: relative;
    cursor: pointer;
  }
  .message .list ul li .input {
    padding-left: 30px;
  }
  .message .list ul li .input1 {
    padding-left: 170px;
  }
  .message .list ul li select::-ms-expand {
    display: none;
  }
  .message .list ul li select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/jt5.png) no-repeat scroll 91% center;
    background-size: 12px;
    float: right;
    padding-left: 30px;
  }
  .message .list ul li select option {
    padding: 0 20px;
  }
  .message .list ul li .choose {
    outline: none;
    padding-left: 140px;
    background: #f1f5f5 url(../images/jt5.png) no-repeat scroll 91% center;
    background-size: 12px;
    z-index: 3;
  }
  .message .list ul li .option {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 90px;
    z-index: 1;
    background-color: #f1f5f5;
  }
  .message .list ul li .option li {
    width: 100%;
  }
  .message .list ul li .option li a {
    font-size: 15px;
    line-height: 36px;
    padding: 0 30px;
    color: #333;
    display: block;
  }
  .message .list ul li .span1 {
    width: 160px;
  }
  .message .list ul li .choose1 {
    outline: none;
    padding-left: 0;
    background: #f1f5f5 url(../images/jt5.png) no-repeat scroll 91% center;
    background-size: 12px;
    z-index: 3;
  }
  .message .list ul li .option1 {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 90px;
    z-index: 1;
    background-color: #f1f5f5;
  }
  .message .list ul li .option1 ol {
    height: 360px;
    overflow: auto;
  }
  .message .list ul li .option1 li {
    width: 100%;
    display: block;
  }
  .message .list ul li .option1 li a {
    font-size: 15px;
    line-height: 36px;
    padding: 0 30px;
    color: #333;
    display: block;
  }
  .message .list ul li ul,
  .message .list ul li li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .message .list ul li p {
    font-size: 14px;
    line-height: 30px;
    color: #949494;
  }
  .message .list ul li textarea {
    height: 210px;
    padding: 11px 30px;
  }
  .message .list ul li .more1 a {
    margin: 0;
    display: block;
  }
  .message .list ul li .more1 a span {
    color: #fff;
  }
  .adv03 {
    padding: 40px 0;
  }
  .adv03 .nr {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .adv03 .swiper .swiper-wrapper {
    display: grid;
    grid-auto-flow: column;
  }
  .adv03 .swiper .swiper-slide.swiper-slide-active .part:before {
    opacity: 0;
  }
  .adv03 .swiper .swiper-slide.swiper-slide-active .part:after {
    opacity: 0;
  }
  .adv03 .item {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    width: 100%;
  }
  .adv03 .item .part {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
  }
  .adv03 .item .part:before {
    display: none;
  }
  .adv03 .item .part:after {
    display: none;
  }
  .adv03 .item .left {
    width: 100%;
    border-radius: 0px;
  }
  .adv03 .item .right {
    width: 100%;
    padding: 23px;
    border-radius: 0px;
  }
  .adv03 .item .right .bt {
    font-size: 26px;
    margin-bottom: 21px;
  }
  .adv03 .item .right .p {
    font-size: 14px;
    line-height: 24px;
  }
  .adv03 .adv-bottom {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    padding-left: 0;
  }
  .adv03 .adv-bottom .h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .adv03 .adv-bottom .swiper-button-prev,
  .adv03 .adv-bottom .swiper-button-next {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 10px;
    top: 35px;
    right: 0;
  }
  .adv03 .adv-bottom .swiper-button-prev:after,
  .adv03 .adv-bottom .swiper-button-next:after {
    font-size: 16px;
  }
  .adv03 .adv-bottom .swiper-button-prev {
    right: 48px;
  }
}
@media (max-width: 520px) {
  .youshi li .num span {
    font-size: 26px;
  }
  .youshi li .num {
    font-size: 26px;
  }
  .home-video .overlay .box {
    padding: 30px 20px;
  }
  .home-video .overlay .box .tit {
    font-size: 18px;
    line-height: 32px;
  }
  .swiper-product .item {
    width: 100%;
  }
  .product02 .item .arrow_line {
    width: 100%;
  }
  .product02 .item .arrow_line::before {
    width: 50%;
  }
  .support-list .item .sup-text .bt {
    font-size: 18px;
    line-height: 32px;
  }
  .support-list .item .sup-text .bt img {
    width: 10px;
    margin-left: 10px;
  }
  .support-list .item .sup-text {
    padding: 22px;
  }
  .adv-list .list li .box .bt {
    font-size: 18px;
    line-height: 32px;
  }
  .adv-list .list li .box .text {
    bottom: 15px;
    padding: 0px 23px;
  }
  .adv02 .group .imgBox .mySwiper2 {
    border-radius: 0;
  }
  .adv02 .group .imgBox .mySwiper2 .text {
    top: 20px;
    width: 69%;
  }
  .adv02 .group .imgBox .mySwiper2 .p {
    font-size: 13px;
  }
}
.home-main {
  overflow: hidden;
}
.home-map {
  background: url(../images/bg8.jpg) no-repeat top center;
  background-size: cover;
  padding: 90rem 0 50rem 0;
}
.home-map .home-bottom {
  margin-top: -59rem;
}
.home-map .right .img {
  width: 1462px;
  height: 945px;
  position: relative;
  margin: 0 auto;
}
.home-map .right .img .hide {
  display: none;
}
.home-map .right .img img {
  position: absolute;
  top: 127px;
  left: 0;
  width: 100%;
}
.home-map .right .img .globalMap {
  width: 100%;
  height: 818px;
  position: relative;
  z-index: 66;
}
.home-map .right .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;
}
.home-map .right .img .area i {
  width: 64rem;
  height: 64rem;
  background: url(../images/do.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  -webkit-animation: 1s ease mymove1 infinite;
  animation: 1s ease mymove1 infinite;
}
.home-map .right .img .area span {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
  font-size: 14px;
  padding: 0 5px;
}
.home-map .right .img .m0 span {
  font-size: 13px;
}
.home-map .right .img .area .dot {
  position: relative;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 4px;
  color: #ffffff;
  display: block;
  padding: 0 6px 0 8px;
  text-align: center;
  z-index: 1;
}
.home-map .right .img .m01 {
  top: 42.6%;
  left: 24.2%;
}
.home-map .right .img .m02 {
  top: 72%;
  left: 28.5%;
}
.home-map .right .img .m03 {
  top: 40.7%;
  left: 46.6%;
}
.home-map .right .img .m04 {
  top: 46.7%;
  left: 44%;
}
.home-map .right .img .m05 {
  top: 76%;
  left: 51%;
}
.home-map .right .img .m06 {
  top: 62.7%;
  left: 53%;
}
.home-map .right .img .m07 {
  top: 72%;
  left: 73%;
}
.home-map .right .img .m08 {
  top: 45%;
  right: 11.5%;
}
.home-map .right .img .m09 {
  top: 85%;
  left: 83%;
}
.home-map .right .img .m010 {
  top: 50%;
  right: 13.4%;
}
.home-map .right .img .m011 {
  top: 31%;
  right: 20.7%;
}
.home-map .right .img .m012 {
  top: 59.6%;
  right: 23%;
}
.home-map .right .img .m013 {
  top: 51%;
  right: 18.5%;
}

.home-map .right .img .m014 {
	top: 88%;
	left: 52%;
}
.home-map .right .img .m015 {
	top: 24.7%;
	left: 52.6%;
}
.home-map .right .img .m016 {
	top: 74%;
	left: 78.5%;
}
.home-map .right .img .m017 {
	top: 37.7%;
	left: 66%;
}
.home-map .right .img .m018 {
	top: 71%;
	left: 73%;
}
.home-map .right .img .m019 {
	top: 50%;
	right: 15.4%;
}
.home-map .right .img .m020 {
	top: 57.6%;
	right: 19.5%;
}
.home-map .right .img .m021 {
	top: 51%;
	right: 17%;
}
.home-map .right .img .m022 {
	top: 48%;
	right: 16%;
}
.home-map .right .img .m023 {
	top: 58.6%;
	right: 18.5%;
}
.home-map .right .img .m024 {
	top: 44%;
	right: 21.7%;
}
.home-map .right .img .m025 {
	top: 40.7%;
	left: 67%;
}
.home-map .right .img .m026 {
	top: 47%;
	right: 18.7%;
}
.home-map .right .img .m027 {
	top: 56.6%;
	right: 18%;
}

.home-map .right .img .m013 i {
  width: 84rem;
  height: 84rem;
  background: url(../images/do1.png) no-repeat center center;
  background-size: 100%;
}
.home-map .right svg {
  position: relative;
  z-index: 1;
}
.home-map .right .map-lines {
  position: absolute;
  top: 282px;
  right: 200px;
  z-index: 10;
  fill: none;
  width: 885px;
  height: 446px;
  -webkit-stroke: #b3dbff;
  -moz-stroke: #b3dbff;
  -ms-stroke: #b3dbff;
  -o-stroke: #b3dbff;
  stroke: #b3dbff;
  -webkit-stroke-width: 4px;
  -moz-stroke-width: 4px;
  -ms-stroke-width: 4px;
  -o-stroke-width: 4px;
  stroke-width: 4px;
}
.home-map .right svg:not(:root) {
  overflow: hidden;
}
.home-map .right .map-line1 {
  stroke-dashoffset: 885px;
  stroke-dasharray: 885px;
  animation: animation-line 10.04s ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.home-map .right .map-line2 {
  stroke-dashoffset: -885px;
  stroke-dasharray: -885px;
  animation: animation-line 10.04s ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.home-map .right .map-line--6 {
  animation-delay: 1.94s;
}
@keyframes animation-line {
  0% {
    stroke-dashoffset: 885px;
  }
  14.28571% {
    stroke-dashoffset: 0;
  }
  61.42857% {
    stroke-dashoffset: 0;
  }
  85.71429% {
    stroke-dashoffset: -885px;
  }
  to {
    stroke-dashoffset: -885px;
  }
}
@-webkit-keyframes animation-line {
  0% {
    -webkit-stroke-dashoffset: 885px;
  }
  14.28571% {
    -webkit-stroke-dashoffset: 0;
  }
  61.42857% {
    -webkit-stroke-dashoffset: 0;
  }
  85.71429% {
    -webkit-stroke-dashoffset: -885px;
  }
  to {
    -webkit-stroke-dashoffset: -885px;
  }
}
@-moz-keyframes animation-line {
  0% {
    -moz-stroke-dashoffset: 885px;
  }
  14.28571% {
    -moz-stroke-dashoffset: 0;
  }
  61.42857% {
    -moz-stroke-dashoffset: 0;
  }
  85.71429% {
    -moz-stroke-dashoffset: -885px;
  }
  to {
    -moz-stroke-dashoffset: -890px;
  }
}
@-o-keyframes animation-line {
  0% {
    -o-stroke-dashoffset: 890px;
  }
  14.28571% {
    -o-stroke-dashoffset: 0;
  }
  61.42857% {
    -o-stroke-dashoffset: 0;
  }
  85.71429% {
    -o-stroke-dashoffset: -890px;
  }
  to {
    -o-stroke-dashoffset: -890px;
  }
}
@keyframes mymove1 {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove1 {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1600px) {
  .home-map .right .img {
    transform: scale(0.8);
    left: 50%;
    margin-left: -731px;
  }
  .home-map .home-bottom {
    margin-top: -159rem;
  }
}
@media (max-width: 1200px) {
  .home-map .right .img {
    transform: scale(1);
    left: auto;
    margin-left: 0;
    width: 100%;
    height: auto;
  }
  .home-map .right .img .globalMap {
    display: none;
  }
  .home-map .right .map-lines {
    display: none;
  }
  .home-map .right .img img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    display: none;
  }
  .home-map .right .img .hide {
    display: block;
  }
  .home-map .home-bottom {
    margin-top: 25px;
  }
  .home-map {
    padding: 40px 0;
  }
}
.home-zhici {
  background: #fafafa;
  padding: 100rem 0;
}
.home-zhici .home-bottom {
  border-radius: 20rem;
  margin-top: 47rem;
  padding: 57rem 64rem 80rem 64rem;
  border: solid 3rem #ffffff;
  background: url(../images/zbg.png) no-repeat top center;
  background-size: cover;
  font-size: 18rem;
  line-height: 36rem;
  color: #4d4d4d;
}
.home-zhici .home-bottom span {
  font-size: 20rem;
  color: #083d8a;
}
.home-zhici .home-bottom .nr {
  padding: 17rem 52rem;
  background: url(../images/fuhao.png) no-repeat top left;
  background-size: 43rem;
}
.home-zhici .home-bottom p {
  margin-bottom: 10rem;
}
.home-zhici .home-bottom .img img {
  float: right;
  margin-right: 70rem;
  display: block;
  width: 267rem;
}
@media (max-width: 1200px) {
  .home-zhici {
    padding: 40px 0;
  }
  .home-zhici .home-bottom {
    border-radius: 20px;
    margin-top: 25px;
    padding: 20px;
    border: solid 2px #ffffff;
    font-size: 14px;
    line-height: 26px;
  }
  .home-zhici .home-bottom span {
    font-size: 16px;
  }
  .home-zhici .home-bottom .nr {
    padding: 25px 0 0 0;
    background: url(../images/fuhao.png) no-repeat top left;
    background-size: 23px;
  }
  .home-zhici .home-bottom p {
    margin-bottom: 10px;
  }
  .home-zhici .home-bottom .img img {
    margin-right: 0;
    width: 137px;
  }

}


.swiper-renewal-main .banner-hover .ul .item8 {
  top: 34.5%;
  right: -9%;
  padding-top: 48rem;
}

.swiper-renewal-main .banner-hover .ul .item8:before {
  top: 0;
  bottom: auto;
}

.swiper-renewal-main .banner-hover .ul .item8:after {
  top: 17rem;
  bottom: auto;
}

.home-zi .home-title {
  float: left;
  line-height: 100rem;
  font-size: 23rem;
  margin-right: 40rem;
}

.home-zi a {
  float: left;
  margin-right: 30rem;
}

.home-zi img {
  height: 100rem;
  display: block;
}

@media(max-width:1200px) {
  .home-zi .home-title {
    float: left;
    line-height: 30px;
    font-size: 23px;
    margin-right: 0;
    width:100%;
  }
  .home-zi a {
    margin-right: 10px;
  }

  .home-zi img {
    height: 50px;
  }
}

.cylist {
  float: left;
  width: 15%;
  position: sticky;
  top: 80rem;
}

.cylist ul li {
  margin-bottom: 12rem;
}

.cylist ul li a {
  display: block;
  line-height: 51rem;
  border-radius: 4rem;
  font-size: 16rem;
  padding-left: 40rem;
  padding-right: 10rem;
  color: #f0f0f0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2) url(../images/dot2.png) no-repeat 14rem center;
  background-size: 10rem;
}

@media (min-width: 1025px) {
  .cylist ul li:hover a {
    background: #009944 url(../images/dot2h.png) no-repeat 14rem center;
    background-size: 10rem;
  }
}

.cylist ul .active a {
  background: #009944 url(../images/dot2h.png) no-repeat 14rem center;
  background-size: 10rem;
}

.chanye {
  padding: 105rem 0 102rem 0;
  background: url(../images/bbg.jpg) no-repeat center center;
  background-size: cover;
}

.chanye-right {
  float: right;
  width: 78.5%;
}

.chanye-right .chanye-logo {
  font-size: 30rem;
  margin-bottom: 44rem;
  font-weight: bold;
  letter-spacing: -1rem;
  color: #ffffff;
}

.chanye-right .chanye-logo a {
  color: #ffffff;
}

.chanye-right .chanye-logo img {
  max-width: 181rem;
  margin-right: 20rem;
  display: inline-block;
  vertical-align: middle;
}

.chanye-right .chanye-info {
  font-size: 16rem;
  line-height: 36rem;
  color: rgba(247, 248, 247, 0.9);
}

.chanye-right .chanye-info p {
  margin-bottom: 13rem;
}

.chanye-right .chanye-list {
  padding-top: 30rem;
  padding-bottom: 64rem;
  overflow: hidden;
}

.chanye-right .chanye-list ul {
  margin: 0 -15rem;
}

.chanye-right .chanye-list ul li {
  width: 33.333333333%;
  float: left;
  padding: 0 15rem;
}

.chanye-right .chanye-list ul li .pic {}

.chanye-right .chanye-list ul li .pic:after {
  padding-bottom: 56.41025641025641%;
}

.chanye-right .chanye-more {
  width: 200rem;
  background: #078755;
  padding: 10rem;
}

.chanye-right .chanye-more a {
  display: block;
  text-align: center;
  font-size: 16rem;
  border: solid 2rem rgba(255, 255, 255, 0.16);
  line-height: 44rem;
  letter-spacing: 1rem;
  color: #ffffff;
}

@media (min-width: 1025px) {
  .chanye-right .chanye-more:hover {
    background-color: #009944;
  }
}


@media(max-width:1200px){
  .cylist {
    width: 100%;
    position: relative;
    top:auto;
  }

  .cylist ul li {
    margin-bottom: 12px;
  }

  .cylist ul li a {
    display: block;
    line-height: 51px;
    border-radius: 4px;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 10px;
    color: #f0f0f0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2) url(../images/dot2.png) no-repeat 14px center;
    background-size: 10px;
  }
  .cylist ul .active a {
    background: #009944 url(../images/dot2h.png) no-repeat 14px center;
    background-size: 10px;
  }

  .chanye {
    padding: 40px 0;
  }

  .chanye-right {
    width:100%;
    padding-top:10px;
  }

  .chanye-right .chanye-logo {
    font-size: 20px;
    margin-bottom: 14px;
    letter-spacing: -1px;
  }

  .chanye-right .chanye-logo img {
    max-width: 181px;
    margin-right: 20px;
    margin-bottom:10px;
  }

  .chanye-right .chanye-info {
    font-size: 14px;
    line-height: 26px;
  }

  .chanye-right .chanye-info p {
    margin-bottom: 13px;
  }

  .chanye-right .chanye-list {
    padding-top: 20px;
    padding-bottom: 14px;
  }

  .chanye-right .chanye-list ul {
    margin: 0 -5px;
  }

  .chanye-right .chanye-list ul li {
    padding: 0 5px;
    width:100%;
    margin-bottom:10px;
  }



  .chanye-right .chanye-more {
    width: 150px;
    padding: 6px;
  }

  .chanye-right .chanye-more a {
    font-size: 14px;
    border: solid 2px rgba(255, 255, 255, 0.16);
    line-height:30px;
    letter-spacing: 1px;
  }
}


.swiper-product-list .pic:after{
	padding-bottom: 68%;
}
.swiper-product .pic:before{
	background: none;
}
.swiper-product-list .swiper-slide-active .pic:before{
	background: none;
}
.swiper-product-list .item a:hover .pic:before{
	background: none;
}
.swiper-product-list .text{
	padding-bottom: 80rem;
}

.news-info1 .getmore{
	margin-top:30rem;
}

.news-info1 table tr.firstRow td{
	border:1px solid #fff!important;
	padding:20px;
	font-weight:700;
	font-size:24rem;
	text-align:center;
	color:#fff;
	background:#083d8a
}

.news-info1 table tr td{
	border:1px solid #e0e0e0!important;
	padding:10px;
	color:#333;
	width: 0%;
}

.news-info1 table tr:nth-child(2) td{
	font-weight:700;
	color:#083d8a;
}

@media (max-width: 1200px) {
	.news-info1 table tr.firstRow td{
		font-size: 16px;
	}	
	.news-info1 .table-div{
		max-height:500px;
		overflow-x:auto;
		overflow-y:hidden;
	}

	.news-info1 .table-div table{
		width:800px;
	}

	.news-info1 .getmore{
		margin-top:30px;
	}
}


.float {
    position: fixed;
    bottom: 10%;
    right: 15rem;
    z-index: 9999
}

.float ul li {
    width: 53rem;
    height: 53rem;
    text-align: center;
    position: relative;
    margin: 5rem 0
}

.float ul li .box {
    background: var(--hover-color);
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1)
    }

    5% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.float ul li svg {
    width: 26rem;
    height: 53rem;
    fill: #fff;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 33;
}


.float ul li .hover {
    position: absolute;
    top: 0;
    right: 0;
    width:200rem;
    background: var(--hover-color);
    opacity: 0;
    border-radius: 30rem;
    line-height: 53rem;
    font-size: 18rem;
    padding-right: 53rem;
    padding-left: 30rem;
    color: #fff;
    transition: 0.5s;
    text-align: center
}

.float ul li:hover .pic .m {
    display: none
}

.float ul li:hover .pic .mh {
    display: block
}

.float ul li:hover .box {
    background: var(--hover-color)
}

.float ul li:hover .hover {
  
   opacity: 1;
    box-shadow: 0 0 20rem 0 rgba(0, 0, 0, 0.1);
}