@charset "utf-8";
:root {
  --main-color: #ff0008;
  --hover-color: #263c92;
  --AlimamaShuHeiTi: AlimamaShuHeiTi;
  --Montserrat-Medium: Montserrat-Medium;
  --POPPINS-SEMIBOLD: POPPINS-SEMIBOLD;
  --Poppins-Bold: Poppins-Bold;
  --Oswald-Bold: Oswald-Bold;
  --Oswald-Regular: Oswald-Regular;
}
*,
*: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;
}
@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: 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
  font-size: 14rem;
  color: #666666;
  line-height: 1.1;
  width: 100%;
  background: #fff;
  margin: 0 auto !important;
  word-break: break-word;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea,
select {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: var(--MiSans-Regular);
}
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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1600rem;
}
.container01 {
  margin-right: auto;
  margin-left: auto;
  width: 1440rem;
}
#privacyPopup {
  z-index: 10000;
  position: fixed;
  width: auto;
  background: #fff;
  top: 50%;
  left: 50%;
  width: 800rem;
  transform: translate(-50%, -50%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#privacyPopup video {
  display: block;
  max-width: 100%;
}
#privacyPopup .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 42px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 768px) {
  #privacyPopup {
    width: 100%;
  }
}
.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;
}
@keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-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;
}
@font-face {
  font-family: AlimamaShuHeiTi;
  src: url('../font/AlimamaShuHeiTi.woff2') format('woff2'), url('../font/AlimamaShuHeiTi.woff') format('woff'), url('../font/AlimamaShuHeiTi.ttf') format('truetype'), url('../font/AlimamaShuHeiTi.eot') format('embedded-opentype'), url('../font/AlimamaShuHeiTi.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: 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: Oswald-Regular;
  src: url('../font/Oswald-Regular.woff2') format('woff2'), url('../font/Oswald-Regular.woff') format('woff'), url('../font/Oswald-Regular.TTF') format('truetype'), url('../font/Oswald-Regular.eot') format('embedded-opentype'), url('../font/Oswald-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 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: 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;
}
#Privacy {
  z-index: 10000;
  position: fixed;
  width: 800px;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  margin-top: -264px;
  margin-left: -400px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#Privacy .dialog_header {
  width: 100%;
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
}
#Privacy .dialog_header .title {
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}
#Privacy .dialog_header .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #c5c5c5;
  cursor: pointer;
}
#Privacy .privacy_policy_title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
#Privacy .p-1 {
  font-size: 20px;
}
#Privacy .p-2 {
  font-size: 16px;
}
#Privacy .privacy_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 400px;
  padding: 20px 30px;
  overflow: auto;
}
#Privacy .privacy_footer {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
#Privacy .close_btn {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  min-width: 200px;
  height: 40px;
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #Privacy {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }
}
.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;
}
.fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 155777;
  transition: 0.5s;
  left: 0;
}
.active .home-title {
  -webkit-animation: fadeInDown2 2s alternate;
  animation: fadeInDown2 2s alternate;
}
.active .home-p {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.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;
}
.height {
  height: 1px;
  position: absolute;
  top: -85rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 85rem;
}
#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(--Montserrat-Regular);
}
#menu .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: var(--main-color) 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-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: 16px;
  color: #333;
  font-family: var(--Montserrat-Bold);
  display: block;
  line-height: 38px;
  padding: 5px 0;
  position: relative;
}
#menu ul li ul li a {
  font-size: 14px;
  color: #555;
  font-family: var(--Montserrat-Regular);
  line-height: 24px;
  margin: 10px 0;
}
#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;
}
.header {
  height: 85rem;
  width: 100%;
  transition: 0.7s;
  position: relative;
  z-index: 1;
  background: #fff;
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.7s;
  padding-top: 22rem;
  margin-left: -100rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 352rem;
  z-index: 5;
  transition: 0.5s;
}
.header .logo a .lg2 {
  display: none;
}
.header .header-right {
  float: right;
  margin-right: -122rem;
}
.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 .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: 85rem;
  transition: 0.7s;
  background: url(../images/search.png) no-repeat center center;
  background-size: 20rem !important;
  font-family: var(--MiSans-Bold);
  font-size: 16rem;
  line-height: 35rem;
  letter-spacing: 1rem;
  color: #ffffff;
  width: 60rem;
}
.header .header-right .header-search .search .search-main {
  top: 100%;
  right: 0;
  z-index: 777;
  width: 300rem;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .header-right .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 16rem;
  color: #666;
  height: 50rem;
  vertical-align: top;
  padding: 0 60rem 0 30rem;
  -webkit-appearance: none;
  background: none;
}
.header .header-right .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50rem;
  height: 50rem;
  line-height: 50rem;
  position: absolute;
  background: var(--main-color) url(../images/search1.png) no-repeat center center;
  background-size: 20rem !important;
}
.header .header-right .lan {
  float: right;
  cursor: pointer;
  position: relative;
}
.header .header-right .lan:after {
  content: '';
  display: block;
  width: 1px;
  height: 16rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8rem;
  background: #d6d6d6;
}
.header .header-right .lan span {
  display: block;
  width: 60rem;
  height: 85rem;
  background: url(../images/world.png) no-repeat center center;
  background-size: 24rem;
  transition: 0.7s;
}
.header .header-right .lan ul {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #ffffff;
  padding: 10rem;
  color: #333;
  display: none;
  z-index: 333333;
  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: 20rem;
  line-height: 36rem;
}
.header .header-right .tel {
  float: right;
  width: 213rem;
  height: 48rem;
  background-color: var(--hover-color);
  border-radius: 22rem;
  margin-top: 19rem;
}
.header .header-right .tel p {
  padding: 3rem;
  padding-left: 44rem;
  background: url(../images/dianhua.png) no-repeat center left;
  background-size: 100%;
}
.header .header-right .tel a {
  display: block;
  font-size: 16rem;
  line-height: 20rem;
  color: #ffffff;
}
.nav {
  transition: 0.2s;
  float: right;
  padding-right: 58rem;
}
.nav ul {
  z-index: 1;
}
.nav ul li {
  text-align: center;
  float: left;
  margin-left: 84rem;
  position: relative;
}
.nav ul li a {
  display: block;
  font-size: 18rem;
  color: #212121;
  line-height: 85rem;
  transition: 0.7s;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-family: var(--MiSans-Bold);
}
.nav ul li a i {
  height: 77rem;
  width: 11rem;
  background: url(../images/arrow.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 10rem;
}
.nav ul li .subnav {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200rem;
  margin-left: -100rem;
  display: none;
  z-index: 333;
  box-shadow: -1rem 1rem 10rem 0rem rgba(51, 51, 51, 0.1);
}
.nav ul li .subnav ul {
  overflow: hidden;
  float: none;
  padding: 10rem;
  text-align: center;
  font-size: 0;
  background-color: #fff;
}
.nav ul li .subnav ul li {
  margin: 0;
  padding: 0;
  float: none;
  display: block;
  vertical-align: top;
  width: 100%;
}
.nav ul li .subnav ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-size: 15rem;
  font-weight: normal;
  color: #666 !important;
  text-decoration: none;
  padding: 0 20rem;
  line-height: 50rem;
}
.nav ul li .subnav ul li .pic {
  background-color: #ccc;
}
.nav ul li .subnav ul li .pic:after {
  padding-bottom: 75%;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover a {
    background: var(--main-color) !important;
    color: #fff !important;
  }
}
.nav ul li:hover a {
  color: var(--main-color);
}
.nav ul .active a {
  color: var(--main-color);
}
.headerfix {
  box-shadow: -1rem 1rem 10rem 0rem rgba(51, 51, 51, 0.1);
}
.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 {
  height: auto;
}
.swiper-renewal-main .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.swiper-renewal-main .swiper-slide video {
  max-width: 100%;
  height: 100vh;
  object-fit: cover;
}
.swiper-renewal-main .banner-hover {
  color: #fff;
  position: absolute;
  top: 114rem;
  left: 0;
  width: 100%;
  font-size: 0;
}
.swiper-renewal-main .banner-hover .info {
  padding: 0 23rem;
}
.swiper-renewal-main .banner-hover .bt {
  font-family: var(--AlimamaShuHeiTi);
  font-size: 40rem;
  line-height: 60rem;
  margin-bottom: 39rem;
  color: #ffffff;
  text-align: center;
}
.swiper-renewal-main .banner-hover .more a {
  border: 1px solid #fff;
  background: none;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .swiper-renewal-main .banner-hover .more a:hover {
    background: var(--hover-color);
    border: 1px solid var(--hover-color);
  }
}
.swiper-renewal-main .swiper-slide-active .banner-hover .bt {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .more {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.swiper-renewal-main .banner-hover01 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 0;
  transform: translateY(-50%);
}
.swiper-renewal-main .banner-hover01 .bt {
  font-family: var(--AlimamaShuHeiTi);
  font-size: 54rem;
  line-height: 76rem;
  margin-bottom: 39rem;
  color: #ffffff;
}
.swiper-renewal-main .banner-hover01 .p {
  font-size: 20rem;
  letter-spacing: 2rem;
  font-family: var(--AlimamaShuHeiTi);
  color: #ffffff;
  margin-bottom: 116rem;
}
.swiper-renewal-main .banner-hover01 .more a {
  border: 1px solid #fff;
  background: none;
}
.swiper-renewal-main .banner-hover03 {
  color: #fff;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  font-size: 0;
  transform: translateY(-50%);
}
.swiper-renewal-main .banner-hover03 .bt {
  font-family: var(--AlimamaShuHeiTi);
  font-size: 54rem;
  line-height: 76rem;
  margin-bottom: 39rem;
  color: #ffffff;
}
.swiper-renewal-main .banner-hover03 .p {
  font-size: 20rem;
  letter-spacing: 2rem;
  font-family: var(--AlimamaShuHeiTi);
  color: #ffffff;
  margin-bottom: 116rem;
}
.swiper-renewal-main .banner-hover03 .more a {
  border: 1px solid #fff;
  background: none;
}

@media (min-width: 1025px) {
  .swiper-renewal-main .banner-hover01 .more a:hover {
    background: var(--hover-color);
    border: 1px solid var(--hover-color);
  }
  
   .swiper-renewal-main .banner-hover03 .more a:hover {
    background: var(--hover-color);
    border: 1px solid var(--hover-color);
  }
}
.swiper-renewal-main .swiper-slide-active .banner-hover01 .bt {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover01 .p {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover01 .more {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover03 .bt {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover03 .p {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover03 .more {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.swiper-renewal-main .banner-hover02 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 0;
  transform: translateY(-50%);
}
.swiper-renewal-main .banner-hover02 .bt {
  font-family: var(--AlimamaShuHeiTi);
  font-size: 38rem;
  line-height: 80rem;
  margin-bottom: 56rem;
  color: #ffffff;
}
.swiper-renewal-main .banner-hover02 .bt span {
  font-size: 66rem;
}
.swiper-renewal-main .banner-hover02 .more a {
  border: 1px solid #fff;
  background: none;
}
@media (min-width: 1025px) {
  .swiper-renewal-main .banner-hover02 .more a:hover {
    background: var(--hover-color);
    border: 1px solid var(--hover-color);
  }
}
.swiper-renewal-main .swiper-slide-active .banner-hover02 .bt {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover02 .more {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.swiper-renewal-main .swiper-pagination {
  bottom: auto;
  position: relative;
  left: auto;
  display: inline-block;
  vertical-align: middle;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
  width: 8rem;
  height: 8rem;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 6rem;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  content: '';
  background: #fff;
  left: 0;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
  width: 80rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4rem;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active::after {
  -webkit-animation: swiperbanner 5s linear;
  animation: swiperbanner 5s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.swiper-renewal-main .swiper-pagination .stopya::after {
  -webkit-animation: swiperbanner1 0s linear;
  animation: swiperbanner1 0s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.swiper-renewal-main .btn {
  bottom: 25rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 22;
}
.swiper-renewal-main .main_slide_handler {
  display: inline-block;
  vertical-align: middle;
}
.swiper-renewal-main a.slide_btn {
  width: 40rem;
  height: 20rem;
  background: url(../images/control-light.svg) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
@-webkit-keyframes swiperbanner {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes swiperbanner {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes swiperbanner1 {
  0% {
    width: 100%;
  }
  to {
    width: 1%;
  }
}
@keyframes swiperbanner1 {
  0% {
    width: 100%;
  }
  to {
    width: 1%;
  }
}
.home-title {
  position: relative;
}
.home-title .p {
  font-weight: bold;
  font-size: 74rem;
  line-height: 72rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  z-index: 1;
  letter-spacing: 2rem;
  color: rgba(116, 164, 196, 0);
  text-stroke: 1px #d6e0eb;
  -webkit-text-stroke: 1px #d6e0eb;
}
.home-title .h3 {
  font-size: 42rem;
  color: #212121;
  line-height: 72rem;
  letter-spacing: 2rem;
  position: relative;
  z-index: 33;
}
.home-title .h3 span {
  font-weight: bold;
}
.home-title1 {
  text-align: center;
}
.home-about {
  padding: 87rem 0 0 0;
  background: #eff9fb;
  overflow: hidden;
}
.home-about .left {
  float: left;
  width: 30%;
}
.home-about .left .home-title {
  margin-bottom: 131rem;
}
.home-about .right {
  float: right;
  width: 55%;
  padding-top: 4rem;
}
.home-about .right .jsh {
  font-size: 18rem;
  line-height: 36rem;
  margin-bottom: 23rem;
  color: rgba(51, 51, 51, 0.9);
}
.home-about .video {
  margin-top: 53rem;
  position: relative;
}
.home-about .video a {
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: url(../images/bofang.png) no-repeat center center;
  background-size: 60rem;
}
.home-about .video a img {
  display: block;
}
.home-about .video a:after {
  content: '';
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: url(../images/bofang.png) no-repeat center center;
  background-size: 60rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 44;
}
.more a,
.more p {
  display: block;
  width: 148rem;
  line-height: 46rem;
  background: var(--hover-color);
  border-radius: 23rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 14rem;
  color: #fff;
}
.more a span,
.more p span {
  display: block;
  position: relative;
  z-index: 3;
}
@media (min-width: 1025px) {
  .more a:hover {
    background: var(--main-color);
  }
}
.more1 a,
.more1 p {
  color: #333333;
  border: 1px solid #333333;
  background: none;
  transition: 0.5s;
}
.more1 a:before,
.more1 p:before {
  display: none;
}
@media (min-width: 1025px) {
  .more1 a:hover {
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
  }
}
.youshi li {
  float: left;
  width: 28%;
  position: relative;
}
.youshi li .box {
  float: left;
}
.youshi li .num {
  font-size: 66rem;
  line-height: 60rem;
  color: var(--hover-color);
}
.youshi li .num span {
  display: inline-block;
  font-size: 66rem;
  vertical-align: text-bottom;
  letter-spacing: -1rem;
  font-family: var(--Montserrat-Medium);
}
.youshi li .num em,
.youshi li .num i {
  font-size: 20rem;
  font-style: normal;
  display: inline-block;
  vertical-align: text-bottom;
}
.youshi li .h3 {
  font-size: 18rem;
  color: #616161;
}
.youshi li:nth-child(2) {
  width: 46%;
}
.youshi li:nth-child(3) {
  float: right;
  width: 26%;
  padding-right: 0;
}
.youshi li:nth-child(3):after {
  display: none;
}
.home-why {
  padding: 84rem 0;
  overflow: hidden;
}
.home-why .home-bottom {
  padding-top: 37rem;
}
.home-why .mySwiper2 {
  position: relative;
}
.home-why .mySwiper2 .swiper-slide {
  width: 880rem;
}
.home-why .mySwiper2 .text {
  padding: 0 33rem;
  position: absolute;
  bottom: 30rem;
  left: 0;
  width: 100%;
  z-index: 33;
}
.home-why .mySwiper2 .text .bt {
  font-size: 30rem;
  margin-bottom: 10rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-weight: bold;
  color: #333333;
}
.home-why .mySwiper2 .text .p {
  font-size: 18rem;
  line-height: 30rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #616161;
}
.home-why .pic:after {
  padding-bottom: 57.95454545%;
}
.home-why .li {
  border-bottom: 1px solid #b3b2b2;
  margin-bottom: 46rem;
}
.home-why .mySwiper1 {
  overflow: hidden;
  position: relative;
}
.home-why .mySwiper1 .swiper-slide {
  width: auto;
  font-size: 22rem;
  font-weight: bold;
  line-height: 30rem;
  height: 50rem;
  letter-spacing: 1rem;
  color: #333333;
  cursor: pointer;
}
.home-why .mySwiper1 .swiper-slide:after {
  content: '';
  display: block;
  width: 0;
  height: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--main-color);
}
.home-why .mySwiper1 .swiper-slide-thumb-active:after {
  width: 100%;
}
.home-case {
  padding-bottom: 102rem;
}
.home-case .container {
  width: 1820rem;
}
.home-case .show {
  margin-bottom: 53rem;
}
.home-case .more a {
  margin: 0 auto;
}
.home-case .list {
  margin-bottom: 30rem;
}
.home-case .list ul {
  text-align: center;
}
.home-case .list ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 57rem;
}
.home-case .list ul li a {
  font-size: 22rem;
  font-weight: bold;
  line-height: 46rem;
  color: #292929;
}
.home-case .box {
  background-image: linear-gradient(0deg, #ffffff 0%, #fafafa 0%, #f5f5f5 0%, #f4f5f6 0%, #f3f5f6 0%, #e5e9ec 100%);
  border-radius: 10rem;
}
.home-case .box .text {
  padding: 0 32rem;
}
.home-case .box .bt {
  font-size: 30rem;
  font-weight: bold;
  margin-bottom: 9rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #333333;
}
.home-case .box .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #666666;
}
@media (min-width: 1025px) {
  .home-case .box:hover .more p {
    background: var(--hover-color);
    color: #fff;
    border: 1px solid var(--hover-color);
  }
}
.home-case .left {
  float: left;
  width: 35.2%;
}
.home-case .left .box {
  text-align: center;
  height: 699rem;
}
.home-case .left .text {
  padding-top: 91rem;
}
.home-case .left .p {
  margin-bottom: 50rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.home-case .left .more p {
  margin: 0 auto;
}
.home-case .left .pic {
  margin-top: 20rem;
}
.home-case .left .pic:after {
  padding-bottom: 65.5%;
}
.home-case .right {
  float: right;
  width: 64.8%;
}
.home-case .right .box {
  height: 335rem;
}
.home-case .right .item {
  padding-left: 29rem;
  width: 50%;
  float: left;
}
.home-case .right .right-top {
  margin-bottom: 29rem;
}
.home-case .right .right-top .pic:after {
  padding-bottom: 52%;
}
.home-case .right .right-top .text {
  position: relative;
  margin-top: -53rem;
}
.home-case .right .right-top .text .bt {
  margin-bottom: 7rem;
}
.home-case .right .right-top .text .more {
  position: absolute;
  top: 16rem;
  right: 32rem;
}
.home-case .right .right-top .text .more p {
  width: 128rem;
}
.home-case .right .right-top .text .p {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.home-case .right .right-bottom .pic {
  float: left;
  width: 55%;
}
.home-case .right .right-bottom .pic:after {
  padding-bottom: 109%;
}
.home-case .right .right-bottom .text {
  float: right;
  width: 45%;
  padding-top: 61rem;
}
.home-case .right .right-bottom .more p {
  width: 128rem;
}
.home-case .right .right-bottom .p {
  height: 112rem;
  margin-bottom: 10rem;
}
.home-honor {
  padding: 83rem 0 104rem 0;
  position: relative;
  overflow: hidden;
  background: url('../images/abg1.jpg') no-repeat top center;
  background-size: cover;
}
.home-honor .home-bottom {
  padding-top: 54rem;
  padding-bottom: 88rem;
  margin-bottom: 6rem;
  position: relative;
  overflow: hidden;
}
.home-honor .home-bottom:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -9rem;
  width: 100%;
  height: 129rem;
  background: url('../images/11.png') no-repeat;
  background-size: 100% auto;
}
.home-honor .ns_bot .pu_progressbar {
  position: relative;
  width: 62%;
  margin: 0 auto;
  background: rgba(38, 60, 146, 0.08);
  height: 6rem;
  border-radius: 10rem;
  overflow: hidden;
}
.home-honor .ns_bot .pu_progressbar .swiper-pagination-progressbar-fill {
  background: var(--hover-color);
  border-radius: 30rem;
}
.mySwiper5 {
  position: relative;
  overflow: inherit;
}
.mySwiper5 .pic:after {
  padding-bottom: 131.25%;
}
.home-app {
  padding: 88rem 0 0 0;
  overflow: hidden;
  position: relative;
}
.home-app .home-bottom {
  position: relative;
  margin-top: 34rem;
}
.home-app .home-bottom .swiper-button-next,
.home-app .home-bottom .swiper-button-prev {
  color: #fff;
}
.home-app .home-bottom .list {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1600rem;
  margin-left: -800rem;
  z-index: 55;
  height: 100%;
}
.home-app .home-bottom .list ul li {
  width: 16.66666667%;
  float: left;
}
.home-app .home-bottom .list ul li a {
  display: block;
  height: 752rem;
  overflow: hidden;
  position: relative;
}
.home-app .home-bottom .list ul li a .box {
  position: absolute;
  bottom: 66rem;
  left: 0;
  width: 100%;
}
.home-app .home-bottom .list ul li .pic {
  width: 111rem;
  margin: 0 auto;
}
.home-app .home-bottom .list ul li .bt {
  text-align: center;
  font-size: 24rem;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  padding: 0 10rem;
}
.home-app .home-bottom .list ul .swiper-slide-thumb-active a {
  background-color: rgba(38, 60, 146, 0.8);
}
.home-app .home-bottom .list ul .swiper-slide-thumb-active a .box {
  padding-bottom: 196rem;
  bottom: 133rem;
  background: url(../images/jia.png) no-repeat bottom center;
  background-size: 52rem;
}
.home-app .home-bottom .list ul .swiper-slide-thumb-active a .box .pic {
  margin: 0 auto 44rem auto;
}
.home-app .home-bottom .right {
  position: relative;
  z-index: 1;
}
.home-app .home-bottom .right .swiper-slide {
  height: 752rem;
  position: relative;
}
.home-app .home-bottom .right .swiper-slide img {
  width: 100%;
  display: none;
}
.home-app .home-bottom .right .swiper-slide:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 33;
  background: url(../images/bg2.png) no-repeat bottom center;
}
.home-app .home-bottom .right .swiper-slide .bt {
  display: none;
}
.home-service {
  padding: 63rem 0 0 0;
  background: url(../images/bg9.jpg) no-repeat center center;
}
.home-service .home-bottom {
  height: 709rem;
  margin-top: -20rem;
  position: relative;
}
.home-service .img {
  width: 1463rem;
  height: 709rem;
  margin-left: -731rem;
  position: relative;
  left: 50%;
  top: 0;
}
.home-service .img .hide {
  display: none;
}
.home-service .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home-service .img .globalMap {
  width: 100%;
  height: 709rem;
  position: relative;
  z-index: 66;
}
.home-service .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-service .img .area i {
  width: 69rem;
  height: 69rem;
  background: url(../images/dot.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  -webkit-animation: 10s ease mymove infinite;
  animation: 10s ease mymove infinite;
}
.home-service .img .area span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16rem;
  line-height: 26rem;
  color: #3d2502;
}
.home-service .img .area .dot {
  position: relative;
  font-size: 17rem;
  line-height: 30rem;
  letter-spacing: 4rem;
  color: #ffffff;
  display: block;
  padding: 0 6rem 0 8rem;
  text-align: center;
  z-index: 1;
}
.home-service .img .m01 {
  top: 16%;
  left: 3%;
  text-align: right;
}
.home-service .img .m02 {
  top: 11%;
  left: 16%;
}
.home-service .img .m03 {
  top: 32%;
  left: 19%;
}
.home-service .img .m04 {
  text-align: right;
  top: 29.7%;
  left: 10%;
}
.home-service .img .m05 {
  top: 32.4%;
  left: 24.5%;
}
.home-service .img .m06 {
  top: 21%;
  left: 35%;
}
.home-service .img .m07 {
  top: 30%;
  left: 41%;
}
.home-service .img .m08 {
  top: 41%;
  left: 32%;
}
.home-service .img .m09 {
  top: 51%;
  left: 33%;
}
.home-service .img .m010 {
  top: 19%;
  left: 75.5%;
}
.home-service .img .m011 {
  top: 40.3%;
  left: 80.5%;
}
.home-service .img .m012 {
  top: 79.8%;
  left: 86%;
}
.home-service .img .m013 {
  top: 34.8%;
  left: 40%;
}
.home-service .img .m013 i {
  width: 27rem;
  height: 27rem;
  border-radius: 50%;
  background: #ffffff url(../images/zlogo.png) no-repeat center center;
  background-size: 100%;
}
.home-news {
  padding: 65rem 0 57rem 0;
  background: url(../images/bg3.jpg) no-repeat center center;
  background-size: cover;
}
.home-news .home-bottom {
  padding-top: 40rem;
}
.newsSwiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 64rem;
}
@media (min-width: 1025px) {
  .newsSwiper .item:hover .pic img {
    transform: scale(1.1);
  }
  .newsSwiper .item:hover .box {
    box-shadow: -3rem 4rem 35rem 0rem rgba(0, 0, 0, 0.14);
  }
  .newsSwiper .item:hover .box .text .bt {
    color: var(--hover-color);
  }
  .newsSwiper .item:hover .box .text .more2 p {
    color: var(--hover-color);
  }
}
.newsSwiper .pic:after {
  padding-bottom: 57.37704918%;
}
.newsSwiper .h3 {
  position: absolute;
  bottom: 20rem;
  left: 20rem;
  font-size: 12rem;
  width: 111rem;
  height: 22rem;
  background-color: #263c92;
  line-height: 22rem;
  text-align: center;
  letter-spacing: 1rem;
  color: #ffffff;
}
.newsSwiper .text {
  padding: 26rem 20rem 36rem 29rem;
  background-color: #ffffff;
}
.newsSwiper .text .bt {
  font-size: 20rem;
  margin-bottom: 32rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #2e2e2e;
}
.newsSwiper .text .jsh {
  font-size: 16rem;
  line-height: 31rem;
  height: 62rem;
  margin-bottom: 33rem;
  overflow: hidden;
  color: #7a7a7a;
}
.newsSwiper .text .more2 p {
  font-size: 16rem;
  line-height: 29rem;
  letter-spacing: 1rem;
  color: rgba(0, 46, 93, 0.6);
  background: url(../images/more2.png) no-repeat center right;
  background-size: 33rem;
}
.newsSwiper .swiper-pagination {
  bottom: 0;
}
.newsSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 11rem;
  height: 11rem;
  background: #cbcbcb;
  border-radius: 50%;
  margin: 0 6rem;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.newsSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #263c92;
}
.footer {
  background: #14171e;
  background-size: cover;
}
.footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.footer .input {
  position: relative;
  padding-top: 62rem;
  padding-bottom: 45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .input .h3 {
  font-size: 24rem;
  font-weight: bold;
  float: left;
  line-height: 45rem;
  width: 8%;
  color: #fff;
}
.footer .input .list {
  position: relative;
  float: right;
  padding-right: 110rem;
  width: 69%;
}
.footer .input .list .li {
  width: 33.33333333%;
  float: left;
  padding-right: 10rem;
}
.footer .input input {
  width: 100%;
  height: 45rem;
  padding: 0 10rem 0 16rem;
  font-size: 14rem;
  color: #7a7a7a;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1rem rgba(60, 60, 60, 0.2);
}
.footer .input input::-webkit-input-placeholder {
  color: #7a7a7a;
}
.footer .input input:-moz-placeholder {
  color: #7a7a7a;
  opacity: 1;
}
.footer .input input::-moz-placeholder {
  color: #7a7a7a;
  opacity: 1;
}
.footer .input input:-ms-input-placeholder {
  color: #7a7a7a;
}
.footer .input a {
  width: 120rem;
  line-height: 45rem;
  font-size: 16rem;
  text-align: center;
  background-color: var(--hover-color);
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #fff;
}
@media (min-width: 1025px) {
  .footer .input a:hover {
    background: var(--main-color);
    color: #fff;
  }
}
.footer-bottom {
  padding-top: 90rem;
  padding-bottom: 80rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom .footer-left {
  float: left;
  width: 23%;
}
.footer-bottom .footer-left .f1 {
  background: url(../images/f01.png) no-repeat top left;
  background-size: 54rem;
  padding-left: 72rem;
}
.footer-bottom .footer-left .f1 span {
  font-size: 16rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer-bottom .footer-left .f1 p {
  font-family: var(--POPPINS-SEMIBOLD);
  font-size: 32rem;
  line-height: 49rem;
  color: #ffffff;
}
.footer-bottom .footer-left .f1 p a {
  color: #ffffff;
  display: block;
}
.footer-bottom .footer-left .f3 {
  font-size: 14rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24rem;
}
.footer-bottom .footer-left .f3 p {
  padding-left: 28rem;
  margin-bottom: 11rem;
}
.footer-bottom .footer-left .f3 a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-bottom .footer-left .f3 .dh {
  background: url(../images/dh.png) no-repeat left 5rem;
  background-size: 15rem;
}
.footer-bottom .footer-left .f3 .yx {
  background: url(../images/yx.png) no-repeat left 5rem;
  background-size: 14rem;
}
.footer-bottom .footer-left .f3 .cz {
  background: url(../images/cz.png) no-repeat left 5rem;
  background-size: 15rem;
}
.footer-bottom .footer-left .f3 .dz {
  background: url(../images/dz.png) no-repeat left 4rem;
  background-size: 13rem;
}
.footer-bottom .footer-left .socialMedia {
  margin-top: 31rem;
}
.footer-bottom .footer-left .socialMedia span {
  display: inline-block;
  font-size: 14rem;
  vertical-align: top;
  line-height: 38rem;
  margin-right: 5rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer-bottom .footer-left .socialMedia .list {
  display: inline-block;
  vertical-align: top;
}
.footer-bottom .footer-left .socialMedia .list li {
  display: inline-block;
  padding: 0 3rem 0 0;
}
.footer-bottom .footer-left .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer-bottom .footer-left .socialMedia .list .icon {
  border: solid 1px #fff;
  display: block;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  background-size: 38rem !important;
  opacity: 0.6;
}
@media (min-width: 1025px) {
  .footer-bottom .footer-left .socialMedia .list .icon:hover {
    opacity: 1;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
  }
}
.footer-bottom .footer-left .socialMedia .list .icon-1 {
  background: url(../images/sp1.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-2 {
  background: url(../images/sp2.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-3 {
  background: url(../images/sp3.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .icon-4 {
  background: url(../images/sp4.png) no-repeat center center;
}
.footer-bottom .footer-left .socialMedia .list .down {
  display: none;
  color: #666;
  font-size: 14rem;
  align-items: center;
  width: 120rem;
  cursor: initial;
  padding-bottom: 20rem;
  position: absolute;
  top: 100%;
  left: 0;
}
.footer-bottom .footer-left .socialMedia .list .down .txt {
  margin-right: 10rem;
}
.footer-bottom .footer-left .socialMedia .list .down .ewm {
  width: 119rem;
  position: relative;
}
.footer-bottom .footer-left .socialMedia .list .active .down {
  display: flex;
}
.footer-bottom .footer-left .socialMedia .list .box:hover .icon {
  opacity: 1;
}
.footer-bottom .footer-list {
  float: right;
  width: 69%;
}
.footer-bottom .footer-list ul li {
  width: 19%;
  float: left;
}
.footer-bottom .footer-list ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #ffffff;
  max-width: 100%;
  font-size: 18rem;
  font-weight: bold;
  letter-spacing: 1rem;
  padding-right: 5rem;
  padding-bottom: 34rem;
}
.footer-bottom .footer-list ul li ul li {
  width: 100% !important;
}
.footer-bottom .footer-list ul li ul li a {
  font-size: 16rem;
  line-height: 36rem;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  position: relative;
}
.footer-bottom .footer-list ul li:nth-child(2) {
  width: 18%;
}
.footer-bottom .footer-list ul li:nth-child(3) {
  width: 19%;
}
.footer-bottom .footer-list ul li:nth-child(4) {
  width: 18%;
}
.footer-bottom .footer-list ul li:nth-child(5) {
  width: 17%;
}
.footer-bottom .footer-list ul li:nth-child(6) {
  width: 8%;
  float: right;
}
.footer-copyright {
  padding: 14rem 0;
  font-size: 14rem;
  line-height: 22rem;
  color: rgba(255, 255, 255, 0.48);
}
.footer-copyright a {
  color: rgba(255, 255, 255, 0.48);
}
.float {
  position: fixed;
  bottom: 30rem;
  right: 15rem;
  z-index: 200;
}
.float ul li {
  width: 58px;
  height: 58px;
  background-color: var(--hover-color);
  box-shadow: 0rem 0rem 12rem 1rem rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding-top: 5px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.float ul li .pic {
  width: 30px;
  margin: 0 auto;
}
.float ul li .bt {
  color: #fff;
}
.float ul li .hover {
  position: absolute;
  top: 0;
  right: 58px;
  width: 127px;
  display: none;
}
.float ul li .dianhu {
  font-size: 16rem;
}
.float ul li .dianhu a {
  color: #fff;
}
.float ul li .hover1 {
  position: absolute;
  top: 0;
  right: 58rem;
  width: 147rem;
  background: var(--hover-color);
  padding: 12rem 10rem;
  min-height: 58rem;
  display: none;
  font-size: 16rem;
  color: #fff;
  line-height: 32rem;
}
.float ul li:hover .bt {
  color: var(--main-color);
}
.float ul li:hover .hover {
  display: block;
}
.float ul li:hover .hover1 {
  display: block;
}
.float ul li.dis {
  opacity: 1;
}
.float ul li.last {
  display: none;
  height: 40rem;
  padding: 0;
}
.float ul li.last .pic {
  height: 40rem;
}
.float1 ul li.last {
  display: block;
}
.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 .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-69%);
  z-index: 5;
}
.inbanner .banner-hover .bt {
  font-size: 42rem;
  font-family: var(--AlimamaShuHeiTi);
  margin-bottom: 25rem;
  color: #ffffff;
  -webkit-animation: fadeInUp2 1s alternate;
  animation: fadeInUp2 1s alternate;
}
.inbanner .banner-hover .span {
  font-size: 16rem;
  letter-spacing: 1rem;
  color: #ffffff;
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.inbanner .banner-hover01 {
  text-align: center;
}
.inbanner .banner-hover01 .span {
  font-size: 32rem;
  font-weight: bold;
  letter-spacing: 2rem;
  color: #ffffff;
}
.current {
  position: absolute;
  bottom: 12rem;
  width: 100%;
  left: 0;
}
.current span {
  font-size: 14rem;
  line-height: 20rem;
  color: #fff;
  background: url(../images/home.png) no-repeat center left;
  background-size: 17rem;
  padding-left: 19rem;
}
.current span a {
  color: #fff;
  padding: 0 6rem;
}
.current span b {
  font-weight: normal;
}
.content {
  padding: 97rem 0;
}
.news {
  overflow: hidden;
}
.news-one {
  position: relative;
  overflow: hidden;
  margin-bottom: 44rem;
  background: #fff;
  box-shadow: -1rem 1rem 10rem 0rem rgba(51, 51, 51, 0.1);
}
.news-one .list {
  position: relative;
  z-index: 5;
}
.news-one .list li .box {
  position: relative;
  min-height: 390rem;
  padding-left: 759rem;
  padding-right: 23rem;
  padding-top: 49rem;
}
.news-one .list li .box .pic {
  width: 680rem;
  position: absolute;
  top: 0;
  left: 0;
}
.news-one .list li .box .pic img {
  transition: 0.5s;
}
.news-one .list li .box .pic:after {
  padding-bottom: 57.35294118%;
}
.news-one .list li .box .text .date {
  font-size: 18rem;
  color: var(--hover-color);
  font-family: arial;
  font-weight: bold;
  margin-bottom: 37rem;
}
.news-one .list li .box .text .date span {
  font-size: 48rem;
  margin-right: 7rem;
}
.news-one .list li .box .text .bt {
  font-size: 24rem;
  font-weight: bold;
  color: #212121;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  margin-bottom: 20rem;
}
.news-one .list li .box .text .jsh {
  font-size: 16rem;
  line-height: 30rem;
  color: #7a7a7a;
  margin-bottom: 58rem;
  height: 60rem;
  letter-spacing: 0.2rem;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .news-one .list li:hover .pic img {
    transform: scale(1.04);
  }
  .news-one .list li:hover .text .bt {
    color: var(--main-color);
  }
  .news-one .list li:hover .text .more p {
    background: var(--main-color);
    color: #fff;
  }
}
.btn1 {
  position: relative;
  height: 34rem;
  margin-bottom: 87rem;
}
.btn1 .swiper-button-prev:after,
.btn1 .swiper-button-next:after {
  content: '';
}
.btn1 .swiper-button-prev,
.btn1 .swiper-button-next {
  border: 1px solid #dedede;
  border-radius: 50%;
  width: 34rem;
  height: 34rem;
  z-index: 5;
  top: auto;
  bottom: 0;
  margin: 0;
}
.btn1 .swiper-button-prev {
  background: url('../images/left1.png') no-repeat center center !important;
  left: 18%;
  background-size: 17rem !important;
}
@media (min-width: 1025px) {
  .btn1 .swiper-button-prev:hover {
    border: 1px solid var(--hover-color);
  }
}
.btn1 .swiper-button-next {
  background: url('../images/right1.png') no-repeat center center !important;
  right: 18%;
  background-size: 17rem !important;
  margin-left: auto;
}
@media (min-width: 1025px) {
  .btn1 .swiper-button-next:hover {
    border: 1px solid var(--hover-color);
  }
}
.btn1 .swiper-pagination {
  height: 2px;
  width: 56%;
  left: 22%;
  top: 16rem;
  background: #e1e1e1;
}
.btn1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--hover-color);
}
.newsSwiper1 {
  margin: 0 -18rem;
  padding-bottom: 20rem;
}
.newsSwiper1 .item {
  width: 33.33333333%;
  float: left;
  padding: 0 18rem;
  margin-bottom: 42rem;
}
.newsSwiper1 .item .box {
  box-shadow: -3rem 4rem 35rem 0rem rgba(0, 0, 0, 0.14);
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58;
}
.page em {
  font-style: normal;
  font-size: 18px;
}
.page a {
  color: #222222;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  min-width: 40px;
  line-height: 40px;
  text-transform: uppercase;
  height: 40px;
  border-radius: 40px;
  margin: 0 8px;
  padding: 0 5px;
  background-color: #fff;
  vertical-align: top;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-box-shadow: 0 0 0 1px #e6e6e6;
}
.page a span {
  display: block;
}
.page a.cur,
.page a:hover {
  background-color: var(--hover-color);
  -webkit-box-shadow: 0 0 0 1px #f5f5f7;
  color: #fff;
}
.page a.prev,
.page a.next {
  color: #858585;
}
.page a.prev {
  padding-left: 24px;
  margin-right: 5px;
  width: 106px;
}
.page a.prev span {
  background: url(../images/prev-01.png) no-repeat left center;
  background-size: 6px;
}
.page a.prev:hover {
  color: #fff;
}
.page a.prev:hover span {
  background: url(../images/prev-02.png) no-repeat left center;
  background-size: 6px;
}
.page a.next {
  padding-right: 24px;
  margin-left: 5px;
  width: 106px;
}
.page a.next span {
  background: url(../images/next-01.png) no-repeat right center;
  background-size: 6px;
}
.page a.next:hover {
  color: #fff;
}
.page a.next:hover span {
  background: url(../images/next-02.png) no-repeat right center;
  background-size: 6px;
}
@media (max-width: 768px) {
  .page a,
  .page em {
    display: none;
    font-size: 14px;
  }
  .page a.prev,
  .page a.next {
    display: inline-block;
  }
}
.current1 {
  position: relative;
  bottom: auto;
  left: auto;
  padding: 13rem 0;
}
.current1 span {
  color: #999999;
  background: url(../images/home1.png) no-repeat center left;
  background-size: 17rem;
}
.current1 span a {
  color: #999;
}
.news-show {
  background: #f0f3f5;
}
.news-show {
  padding: 49rem 0 0 0;
}
.news-show .h01 {
  font-size: 24rem;
  line-height: 59rem;
  color: #212121;
  margin-bottom: 22rem;
  font-weight: bold;
  position: relative;
}
.news-show .h01:after {
  content: '';
  display: block;
  width: 6rem;
  height: 34rem;
  background-color: #0076bc;
  position: absolute;
  top: 10rem;
  left: -69rem;
}
.news-show .h02 {
  font-size: 15rem;
  line-height: 29rem;
  color: #999999;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 38rem;
  margin-bottom: 38rem;
  text-align: center;
  overflow: hidden;
}
.news-show .h02 span {
  padding-left: 30rem;
  margin-right: 24rem;
  margin-left: 25rem;
}
.news-show .h02 .date {
  padding: 0;
  float: left;
  margin: 0;
}
.news-show .h02 .ren {
  background: url(../images/ren.png) no-repeat center left;
  background-size: 16rem;
  float: right;
}
.news-show .h02 .liulan {
  background: url(../images/liulan.png) no-repeat center left;
  background-size: 19rem;
  float: right;
}
.news-show .left {
  padding: 52rem 69rem 106rem 69rem;
  background: #fff;
}
.news-show .left .jsh {
  padding-bottom: 72rem;
  font-size: 18rem;
  line-height: 34rem;
  color: #404040;
}
.news-show .left .l {
  overflow: hidden;
  text-align: right;
  margin-bottom: 64rem;
}
.news-show .left .l span {
  float: left;
  line-height: 30rem;
}
.news-show .left p {
  margin-bottom: 10rem;
}
.news-show .left .share {
  text-align: right;
  overflow: hidden;
  float: left;
}
.news-show .left .share .dib {
  display: inline-block;
  font-size: 16rem;
}
.news-show .left .bdshare-button-style0-16 {
  float: right;
}
.news-show .left .bdshare-button-style0-16 a {
  background-size: 100% 100% !important;
  background-position: center !important;
  width: 30rem !important;
  height: 30rem !important;
  padding-left: 0 !important;
  margin: 0 3rem !important;
  display: block;
  float: left;
}
.news-show .left .bdshare-button-style0-16 .bds_tqq {
  background-image: url(../images/share-qq.png) !important;
}
.news-show .left .bdshare-button-style0-16 .bds_weixin {
  background-image: url(../images/share-weixin.png) !important;
}
.news-show .left .bdshare-button-style0-16 .bds_tqz {
  background-image: url(../images/share-qzone.png) !important;
}
.news-show .left .bdshare-button-style0-16 .bds_tsina {
  background-image: url(../images/share-weibo.png) !important;
}
.inside-pagenews li {
  font-size: 16rem;
  overflow: hidden;
  line-height: 31rem;
  border-bottom: dashed 1rem #ddd;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.inside-pagenews li span {
  color: #fff;
  font-size: 16rem;
  padding: 0 6rem;
  text-align: center;
  width: 70rem;
  background-color: #a2a2a2;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.inside-pagenews li a {
  display: block;
  padding-left: 83rem;
  position: relative;
  padding-right: 75rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .inside-pagenews li a:hover {
    color: var(--hover-color);
  }
}
.inside-pagenews li i {
  float: right;
  font-size: 14rem;
  padding-left: 20rem;
  font-style: normal;
  position: absolute;
  top: 0;
  right: 0;
}
.inside-pagenews li:nth-last-child(1) {
  border-bottom: 0;
}
.tag {
  color: #333333;
  font-size: 14rem;
  margin-top: 18rem;
  padding-top: 4rem;
  padding-right: 90rem;
  line-height: 30rem;
  position: relative;
  border-top: solid 1rem var(--hover-color);
}
.tag a {
  color: #333;
  padding: 0 10rem;
  display: inline-block;
  vertical-align: top;
  max-width: 160rem;
  margin-right: 26rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  line-height: 30rem;
}
@media (min-width: 1025px) {
  .tag a:hover {
    color: var(--hover-color);
  }
}
.tag .fh {
  right: 0;
  top: 0;
  width: 90rem;
  height: 30rem;
  line-height: 30rem;
  text-align: center;
  position: absolute;
  background: var(--hover-color);
}
.tag .fh a {
  color: #fff;
  margin: 0;
}
.related-news {
  padding: 98rem 0 60rem 0;
  overflow: hidden;
  position: relative;
}
.related-news .newsSwiper {
  margin-top: 54rem;
}
.contact {
  padding: 0 !important;
}
.contact01 {
  padding: 132rem 0 131rem 0;
}
.contact01 .left {
  width: 34%;
  float: left;
  position: relative;
  z-index: 1;
  padding-top: 23rem;
}
.contact01 .left .flist {
  padding-top: 65rem;
}
.contact01 .left .flist p {
  font-size: 18rem;
  line-height: 23rem;
  color: #666;
  background-size: 23rem !important;
  margin-bottom: 11rem;
  display: block;
}
.contact01 .left .flist p span {
  display: block;
  padding-left: 35rem;
  margin-bottom: 5rem;background-size: 22rem !important;
}
.contact01 .left .flist h3 a {
  font-size: 36rem;
  color: #263c92;
  color: var(--hover-color);
  font-family: var(--Poppins-Bold);
  
}
.contact01 .left .flist .f1 span {
  background: url(../images/c1.png) no-repeat left 1rem;
}
.contact01 .left .flist .f2 {
  margin-bottom: 38rem;
  margin-top: 33rem;
}
.contact01 .left .flist .f2 span {
  background: url(../images/c2.png) no-repeat left 1rem;
}
.contact01 .left .flist .f3 span {
  background: url(../images/c3.png) no-repeat left 1rem;
}
.contact01 .left .flist .f4 {
  margin-bottom: 38rem;
}
.contact01 .left .flist .f4 span {
  background: url(../images/c4.png) no-repeat left 0;
}
.contact01 .right {
  float: right;
  width: 64%;
  position: relative;
  z-index: 3;
}
.contact02 {
  padding: 75rem 0;
  background: #f3f3f3;
  position: relative;
}
.contact02 .inside-message {
  margin-top: 43rem;
}
.contact02 .inside-message .list {
  position: relative;
  margin: 0 -11rem;
}
.contact02 .inside-message li {
  width: 33.33333333%;
  float: left;
  padding: 0 11rem 23rem 11rem;
  position: relative;
}
.contact02 .inside-message .box {
  position: relative;
}
.contact02 .input-form,
.contact02 select,
.contact02 textarea {
  height: 78rem;
  width: 100%;
  border: none;
  border-radius: 6rem;
  background: #fff;
  font-size: 18rem;
  padding-left: 50rem;
  padding-right: 10rem;
  color: #333;
}
.contact02 .input-form::-webkit-input-placeholder,
.contact02 select::-webkit-input-placeholder,
.contact02 textarea::-webkit-input-placeholder {
  color: #333;
}
.contact02 .input-form:-moz-placeholder,
.contact02 select:-moz-placeholder,
.contact02 textarea:-moz-placeholder {
  color: #333;
  opacity: 1;
}
.contact02 .input-form::-moz-placeholder,
.contact02 select::-moz-placeholder,
.contact02 textarea::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.contact02 .input-form:-ms-input-placeholder,
.contact02 select:-ms-input-placeholder,
.contact02 textarea:-ms-input-placeholder {
  color: #333;
}
.contact02 .red {
  position: absolute;
  top: 25rem;
  left: 19rem;
  font-size: 16rem;
  color: #333333;
}
.contact02 .red img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10rem;
  margin-top: 3rem;
  width: 22rem;
  border: 0;
}
.contact02 .red font {
  color: #ff0000;
}
.contact02 .span {
  color: #ff0000;
  display: block;
}
.contact02 .span span {
  font-size: 16rem;
  color: #08060b;
}
.contact02 .span img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10rem;
  margin-top: 2rem;
  border: 0;
}
.contact02 textarea {
  padding-top: 27rem;
  height: 225rem;
}
.contact02 .more3 a {
  margin: 0 auto;
}
.more3 a,
.more3 p {
  width: 160rem;
  line-height: 57rem;
  background-color: var(--hover-color);
  border-radius: 4rem;
  font-size: 16rem;
  letter-spacing: 1rem;
  display: block;
  color: #ffffff;
  text-align: center;
}
.more3 a span,
.more3 p span {
  width: 24rem;
  height: 57rem;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/more1.png) no-repeat center center;
  background-size: 100%;
  margin-left: 20rem;
}
@media (min-width: 1025px) {
  .more3 a:hover {
    background: var(--main-color);
  }
}
.app {
  overflow: hidden;
  padding: 130rem 0;
}
.app ul li {
  position: relative;
  margin-bottom: 74rem;
}
.app ul li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f4f5;
}
.app ul li .pic {
  float: left;
  width: 50%;
}
.app ul li .pic:after {
  padding-bottom: 62.95264624%;
}
.app ul li .img {
  width: 80rem;
}
.app ul li .text {
  width: 50%;
  float: right;
  padding-left: 97rem;
}
.app ul li .text .bt {
  font-size: 26rem;
  font-weight: bold;
  line-height: 43rem;
  margin-top: 30rem;
  letter-spacing: 1rem;
  color: #282828;
}
.app ul li .text .span {
  font-size: 22rem;
  line-height: 32rem;
  letter-spacing: 1rem;
  margin-bottom: 72rem;
  font-weight: bold;
  color: #dfe1e2;
  text-transform: uppercase;
}
.app ul li .text .more p {
  width: 166rem;
  border-radius: 0;
  font-size: 16rem;
}
.app ul li .text .more p i {
  width: 23rem;
  background: url(../images/more3.png) no-repeat center center;
  background-size: 100%;
  height: 46rem;
  margin-left: 16rem;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1025px) {
  .app ul li:hover .pic img {
    transform: scale(1.05);
  }
  .app ul li:hover .more p {
    background: var(--main-color);
    color: #fff;
  }
}
.app ul li:nth-child(2n) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.app ul li:nth-child(2n) .text {
  padding-left: 87rem;
}
.app-show01 .left {
  float: left;
  width: 50%;
}
.app-show01 .right {
  float: right;
  width: 50%;
}
.app-show {
  padding: 0 !important;
}
.apbt {
  font-size: 42rem;
  font-weight: bold;
  color: #333333;
}
.apbt1 {
  text-align: center;
}
.app-show01 {
  padding: 121rem 0 109rem 0;
  background: url(../images/apbg1.jpg) no-repeat top center;
  background-size: cover;
}
.app-show01 .left {
  float: left;
  width: 41%;
  padding-top: 42rem;
}
.app-show01 .left .jsh {
  font-size: 18rem;
  line-height: 36rem;
  margin-bottom: 83rem;
  color: #333333;
  margin-top: 44rem;
}
.app-show01 .left .more a img {
  width: 18rem;
  display: inline-block;
  vertical-align: middle;
}
.app-show01 .right {
  float: right;
  width: 52%;
  border-radius: 12rem;
}
.app-show01 .right img {
  display: block;
  border-radius: 10px;
}
.app-show02 {
  padding: 86rem 0 80rem 0;
  background: url(../images/apbg.png) no-repeat center center;
  background-size: cover;
}
.app-show02 .apbt {
  color: #ffffff;
}
.app-show02 .list {
  padding-top: 56rem;
}
.app-show02 .list ul {
  margin: 0 -20rem;
}
.app-show02 .list ul li {
  width: 33.33333333%;
  padding: 0 20rem;
  float: left;
  text-align: center;
  margin-bottom: 40rem;
}
.app-show02 .list ul li .box {
  height: 250rem;
  padding: 39rem 50rem;
  background-color: #fdfdfd;
  border-radius: 28rem;
  transition: 0.5s;
}
.app-show02 .list ul li .pic {
  width: 51rem;
  margin: 0 auto;
}
.app-show02 .list ul li .text {
  padding-top: 11rem;
}
.app-show02 .list ul li .text .bt {
  font-size: 24rem;
  margin-bottom: 16rem;
  font-weight: bold;
  color: #333333;
}
.app-show02 .list ul li .text .jsh {
  font-size: 16rem;
  line-height: 28rem;
  color: #666666;
}
@media (min-width: 1025px) {
  .app-show02 .list ul li:hover .box {
    box-shadow: -3rem 4rem 35rem 0rem rgba(0, 0, 0, 0.14);
    margin-top: -10rem;
    margin-bottom: 10rem;
  }
}
.app-show03 {
  padding: 100rem 0 60rem 0;
  background: url(../images/apbg2.jpg) no-repeat bottom center;
  background-size: cover;
}
.app-show03 .apjsh {
  font-size: 18rem;
  line-height: 36rem;
  margin-top: 39rem;
  text-align: center;
  color: #333333;
}
.app-show03 .app-bottom {
  padding-top: 33rem;
  padding-bottom: 241rem;
  position: relative;
  overflow: hidden;
}
.appswiper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 72rem;
}
.appswiper .box {
  padding: 59rem 40rem 59rem 40rem;
  background: #fff;
  border-radius: 20rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.appswiper .pic {
  width: 101rem;
  margin: 0 auto;
}
.appswiper .pic:after {
  padding-bottom: 60%;
}
.appswiper .text {
  text-align: center;
}
.appswiper .text .bt {
  font-size: 22rem;
  font-weight: bold;
  line-height: 36rem;
  margin-top: 7rem;
  color: #212121;
}
.appswiper .text .jsh {
  font-size: 16rem;
  line-height: 28rem;
  color: #666666;
  height: 0;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .appswiper ul li:hover .box {
    padding: 40rem;
  }
  .appswiper ul li:hover .text .jsh {
    margin-top: 15rem;
    height: auto;
  }
}
.appswiper .swiper-button-prev,
.appswiper .swiper-button-next {
  width: 35rem;
  height: 35rem;
  border: 0;
  background: #e9eaf1;
  border-radius: 50%;
  margin-top: -26rem;
  z-index: 33;
  left: 47%;
  bottom: 0;
  top: auto;
}
.appswiper .swiper-button-prev:after,
.appswiper .swiper-button-next:after {
  font-size: 20rem;
  color: #b5b6bb;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .appswiper .swiper-button-prev:hover,
  .appswiper .swiper-button-next:hover {
    background: #dddee4;
  }
  .appswiper .swiper-button-prev:hover:after,
  .appswiper .swiper-button-next:hover:after {
    color: #616264;
  }
}
.appswiper .swiper-button-next {
  right: 47%;
  left: auto;
}
.app-show04 {
  padding: 87rem 0;
}
.support {
  padding: 0 !important;
}
.support01 {
  padding: 115rem 0 106rem 0;
  position: relative;
}
.support01 .support-bottom {
  padding-top: 60rem;
}
.support01 .left {
  float: left;
  width: 47%;
}
.support01 .left ul li .box {
  border-radius: 3rem;
  border: solid 1px #dddddd;
  padding: 29rem 33rem;
  margin-bottom: 23rem;
  min-height: 116rem;
}
.support01 .left ul li .box .bt {
  font-size: 20rem;
  margin-bottom: 10rem;
  font-weight: bold;
  color: #263c92;
}
.support01 .left ul li .box .p {
  font-size: 16rem;
  line-height: 24rem;
  color: #666666;
}
.support01 .right {
  float: right;
  width: 49%;
}
.support02 {
  padding: 106rem 0 84rem 0;
  background-color: #f8f8f8;
  position: relative;
}
.support02 .left {
  float: left;
  width:50%;
}
.support02 .left img {
  display: block;
}
.support02 .text {
  float: right;
  width: 42%;
  padding-top: 15rem;
}
.support02 .text .p {
  font-size: 18rem;
  line-height: 32rem;
  margin-bottom: 93rem;
  margin-top: 38rem;
  color: #666666;
}
.support02 .text .p p {
  margin-bottom: 13rem;
}
.support02 .text .more a {
  border-radius: 0;
  width: 166rem;
}
.support02 .text .more a i {
  width: 8rem;
  height: 46rem;
  margin-left: 20rem;
  display: inline-block;
  vertical-align: top;
  background: url(../images/Shape.png) no-repeat center center;
  background-size: 100%;
}
.support03 {
  padding: 102rem 0;
  position: relative;
}
.support03 .left {
  float: right;
  width: 49%;
}
.support03 .text {
  float: left;
  width: 42%;
  padding-top: 61rem;
}
.support03 .text .apbt {
  line-height: 64rem;
}
.support03 .text .p {
  font-size: 18rem;
  line-height: 52rem;
  letter-spacing: 1rem;
  color: #666666;
  margin-top: 48rem;
}
.support03 .text .p p {
  border-bottom: 1px solid #dddddd;
}
.support03 .text .more a {
  border-radius: 0;
  width: 166rem;
}
.support03 .text .more a i {
  width: 8rem;
  height: 46rem;
  margin-left: 20rem;
  display: inline-block;
  vertical-align: top;
  background: url(../images/Shape.png) no-repeat center center;
  background-size: 100%;
}
.support04 {
  padding-bottom: 115rem;
  position: relative;
}
.support04 .alist {
  padding-top: 41rem;
}
.support04 .alist ul {
  margin: 0 -18rem;
}
.support04 .alist ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 18rem;
}
.support04 .alist ul li .box {
  border-radius: 3rem;
  border: solid 1px #dddddd;
  padding: 82rem 61rem 59rem 61rem;
}
.support04 .alist ul li .box .pic {
  width: 60rem;
  margin: 0 auto;
}
.support04 .alist ul li .box .text {
  text-align: center;
  padding-top: 58rem;
}
.support04 .alist ul li .box .text .bt {
  font-size: 20rem;
  margin-bottom: 21rem;
  font-weight: bold;
  color: #333333;
}
.support04 .alist ul li .box .text .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #666666;
}
.product {
  padding: 0 !important;
}
.product01 {
  padding: 79rem 0;
  background: #f5f7fa;
}
.product01 .label {
  overflow: hidden;
}
.product01 .label label {
  position: relative;
  margin-right: 50rem;
  float: left;
}
.product01 .label label .bt {
  user-select: none;
  position: relative;
  cursor: pointer;
  padding: 0 10rem 0 28rem;
  font-size: 16rem;
  line-height: 30rem;
  color: #474747;
}
.product01 .label label .bt:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7rem;
  width: 16rem;
  height: 16rem;
  background-color: #ffffff;
  border-radius: 4rem;
  border: solid 1px #cccccc;
  transition: all 0.15s ease;
}
.product01 .label label input {
  position: absolute;
  top: 0;
  left: -20rem;
  cursor: pointer;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.product01 .label label input:checked {
  border: 0 !important;
  background: none;
}
.product01 .label label input:checked + .bt:after {
  background: var(--main-color);
  border: solid 1px var(--main-color);
}
.product01 .shaixuan {
  padding: 46rem 50rem 72rem 50rem;
  background: #fff;
}
.product01 .shaixuan .s-top {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 27rem;
}
.product01 .shaixuan .s-top h3 {
  float: left;
  font-size: 30rem;
  line-height: 48rem;
  color: #474747;
}
.product01 .shaixuan .s-top .search1 {
  float: right;
  border-radius: 4rem;
  overflow: hidden;
  position: relative;
}
.product01 .shaixuan .s-top .search1 input {
  width: 499rem;
  height: 48rem;
  border: solid 1px #e0dede;
  background: none;
  font-size: 14rem;
  color: #7a7a7a;
  padding: 0 20rem;
}
.product01 .shaixuan .s-top .search1 a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100rem;
  line-height: 48rem;
  text-align: center;
  font-size: 14rem;
  color: #ffffff;
  background-color: #263c92;
}
.product01 .shaixuan .duoxuan {
  padding-top: 40rem;
  overflow: hidden;
  padding-bottom: 10rem;
}
.product01 .shaixuan .duoxuan ul li {
  margin-bottom: 21rem;
}
.product01 .shaixuan .duoxuan ul li .box {
  position: relative;
  padding-left: 103rem;
}
.product01 .shaixuan .duoxuan ul li span {
  font-size: 24rem;
  display: block;
  line-height: 30rem;
  color: #474747;
  position: absolute;
  top: 0;
  left: 0;
}
.product01 .shaixuan .anniu {
  text-align: center;
}
.product01 .shaixuan .anniu a {
  width: 162rem;
  line-height: 50rem;
  background-color: var(--hover-color);
  border: solid 1px var(--hover-color);
  border-radius: 8rem;
  font-size: 16rem;
  margin: 0 18rem;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.product01 .shaixuan .anniu a img {
  width: 18rem;
  margin-right: 8rem;
  display: inline-block;
  vertical-align: text-top;
  margin-top: 3rem;
}
@media (min-width: 1025px) {
  .product01 .shaixuan .anniu a:hover {
    background: var(--main-color);
    border: solid 1px var(--main-color);
    color: #fff;
  }
}
.product01 .shaixuan .anniu .sx {
  background: #fff;
  color: #474747;
  border: solid 1px #b8b8b8;
}
.product02 {
  padding: 84rem 0;
}
.plist {
  margin: 0 -21rem;
  padding-bottom: 21rem;
}
.plist .item {
  width: 33.33333333%;
  float: left;
  padding: 0 21rem;
  margin-bottom: 40rem;
}
.plist .item .box {
  background-image: linear-gradient(0deg, #ffffff 0%, #fafafa 0%, #f5f5f5 0%, #f4f5f6 0%, #f3f5f6 0%, #e5e9ec 100%);
  border-radius: 10rem;
  padding: 63rem 21rem 12rem 21rem;
  text-align: center;
}
.plist .item .box .bt {
  font-size: 22rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
.plist .item .box .bt a {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #333333;
  display: block;
}
.plist .item .box .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #666666;
}
.plist .item .p {
  margin-bottom: 30rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.plist .item .an {
  text-align: center;
}
.plist .item .an .more {
  display: inline-block;
  vertical-align: top;
  padding: 0 10rem;
}
.plist .item .an .more a {
  width: 105rem;
  line-height: 41rem;
}
.plist .item .an .more .zx {
  width: 123rem;
}
.plist .item .an .more .zx img {
  width: 18rem;
  margin-right: 5rem;
  display: inline-block;
  vertical-align: text-top;
  margin-top: 2rem;
}
.plist .item .pic {
  margin-top: 20rem;
}
.plist .item .pic:after {
  padding-bottom: 65.5%;
}
.swiperapp {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-top: 35rem;
}
.swiperapp .item {
  padding: 0;
}
.product-show {
  padding: 0 !important;
}
.product-show01 {
  padding: 55rem 0 133rem 0;
}
.product-show01 .left {
  float: left;
  width: 53%;
}
.product-show01 .left .swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 37rem;
}
.product-show01 .left .swiper .swiper-slide .pic {
  background-image: linear-gradient(0deg, #ffffff 0%, #fafafa 0%, #f5f5f5 0%, #f4f5f6 0%, #f3f5f6 0%, #e5e9ec 100%);
  border-radius: 10rem;
}
.product-show01 .left .swiper .swiper-slide .pic:after {
  padding-bottom: 65.13157895%;
}
.product-show01 .left .swiper .swiper-slide .pic:before {
  content: '';
  display: block;
  width: 30rem;
  height: 30rem;
  background: #cccccc url(../images/search1.png) no-repeat center center;
  background-size: 16rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-show01 .left .swiper .swiper-pagination {
  bottom: 0;
  top: auto;
  width: 150rem;
  left: 50%;
  margin-left: -75rem;
  background: #dedede;
}
.product-show01 .left .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--hover-color);
}
.product-show01 .right {
  float: right;
  width: 42%;
  padding-top: 15rem;
}
.product-show01 .right .bt {
  font-size: 40rem;
  margin-bottom: 25rem;
  font-weight: bold;
  color: #333333;
}
.product-show01 .right .ul {
  margin-bottom: 20rem;
}
.product-show01 .right .ul .li {
  font-size: 16rem;
  min-width: 84rem;
  line-height: 34rem;
  border-radius: 4rem;
  margin-right: 9rem;
  border: solid 1px #263c92;
  color: #263c92;
  float: left;
  text-align: center;
}
.product-show01 .right .jsh {
  font-size: 16rem;
  line-height: 28rem;
  color: #666666;
  overflow: hidden;
  margin-bottom: 100rem;
}
.product-show01 .right .jsh p {
  margin-bottom: 12rem;
}
.product-show01 .right .anniu a.zixun {
  width: 147rem;
  line-height: 52rem;
  background-color: var(--hover-color);
  border: solid 1px var(--hover-color);
  border-radius: 4rem;
  font-size: 16rem;
  margin-right: 18rem;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  overflow:hidden;
  text-align: center;
}
.product-show01 .right .anniu a.zixun img {
  width: 18rem;
  margin-right: 8rem;
  display: inline-block;
  vertical-align: text-top;
  margin-top: 3rem;
}
@media (min-width: 1025px) {
  .product-show01 .right .anniu a.zixun:hover {
    background: var(--main-color);
    border: solid 1px var(--main-color);
    color: #fff;
  }
}
.product-show01 .right .anniu p {
  background: #fff;
  color: #474747;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 370rem;
  height: 54rem;
  border-radius: 4rem;
  border: solid 1px #263c92;
  font-size: 14rem;
  overflow:hidden;
  color: #666666;
}
.product-show01 .right .anniu p span {
  font-size: 20rem;
  font-weight: bold;
  line-height: 32rem;
  color: #263c92;
  display:block;
}
.product-show01 .right .anniu p span a{
  color: #263c92;
}
.product-show02 {
  padding: 73rem 0;
  background-color: #f2f4f5;
  position: relative;
  overflow: hidden;
}
.product-show02 .ps-bottom {
  padding-top: 35rem;
}
.product-show02 .swiperapp1 {
  position: relative;
  padding-bottom: 62rem;
  overflow: hidden;
}
.product-show02 .swiperapp1 .pic {
  border-radius: 16rem;
}
.product-show02 .swiperapp1 .pic:after {
  padding-bottom: 62.95264624%;
}
.product-show02 .swiperapp1 .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/pbg.png) no-repeat bottom center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 33;
}
.product-show02 .swiperapp1 .bt {
  font-size: 18rem;
  width: 100%;
  line-height: 40rem;
  padding: 0 20rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 44;
}
@media (min-width: 1025px) {
  .product-show02 .swiperapp1 .swiper-slide:hover .pic img {
    transform: scale(1.1);
  }
}
.product-show02 .swiperapp1 .swiper-pagination {
  bottom: 0;
  top: auto;
  width: 150rem;
  left: 50%;
  margin-left: -75rem;
  background: #dedede;
}
.product-show02 .swiperapp1 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--hover-color);
}
.product-show03 {
  padding: 82rem 0 5rem 0;
  position: relative;
}
.product-show03 .home-shenqing {
  position: relative;
  margin: 0 auto;
  margin-top: 40rem;
  background: #fff;
  border: 1px solid var(--hover-color);
  border-bottom: 6rem solid var(--hover-color);
}
.product-show03 .home-shenqing .img {
  width: 44.8%;
  float: left;
}
.product-show03 .home-shenqing .img img {
  display: block;
}
.product-show03 .home-shenqing .form {
  float: right;
  width: 50%;
  padding-right: 52rem;
  padding-top: 45rem;
}
.product-show03 .home-shenqing .form .h3 {
  font-size: 30rem;
  font-weight: bold;
  color: #333333;
}
.product-show03 .home-shenqing .form .p {
  font-size: 18rem;
  line-height: 32rem;
  color: #1d2c38;
  margin-top: 6rem;
  margin-bottom: 27rem;
  overflow: hidden;
}
.product-show03 .home-shenqing .form .p p {
  background: url(../images/dui.png) no-repeat center left;
  background-size: 30rem;
  padding-left: 43rem;
}
.product-show03 .home-shenqing .form ul {
  margin: 0 -13rem;
}
.product-show03 .home-shenqing .form ul li {
  float: left;
  width: 50%;
  padding: 0 13rem;
  margin-bottom: 16rem;
}
.product-show03 .home-shenqing .form ul li .box {
  position: relative;
}
.product-show03 .home-shenqing .form ul li label {
  font-size: 18rem;
  line-height: 32rem;
  margin-bottom: 9rem;
  display: block;
  color: #1d2c38;
}
.product-show03 .home-shenqing .form ul li label font {
  color: #c70303;
}
.product-show03 .home-shenqing .form ul li .input,
.product-show03 .home-shenqing .form ul li textarea {
  height: 50rem;
  border-radius: 4rem;
  border: solid 1px #c7c7c7;
  width: 100%;
  padding: 0 10rem;
  background: none;
  font-size: 16rem;
}
.product-show03 .home-shenqing .form ul li textarea {
  padding: 10rem;
  height: 123rem;
}
.product-show03 .home-shenqing .form ul li .more a,
.product-show03 .home-shenqing .form ul li .more p {
  width: 210rem;
  border-radius: 0;
}
.dkb.kak {
  height: 2500rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  overflow: visible;
}
.dkb.kak video {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.huav {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  width: 100%;
}
.huavv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.kmmu {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
}
.kmmux {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.kmmuy1 {
  position: absolute;
  top: 50%;
  margin-top: -4000rem;
  left: 50%;
  margin-left: -4000rem;
  width: 8000rem;
  height: 8000rem;
  border-radius: 50%;
  box-shadow: 0rem 0rem 9999rem 9999rem #ffffff;
  transition: all 1s ease-out;
}
.kmmuy2 {
  position: absolute;
  top: 50%;
  margin-top: -750rem;
  left: 50%;
  margin-left: -750rem;
  width: 1500rem;
  height: 1500rem;
  border-radius: 50%;
  box-shadow: 0rem 0rem 9999rem 9999rem #ffffff;
  transition: all 1s ease-out;
}
.kmmuy3 {
  position: absolute;
  top: 50%;
  margin-top: -650rem;
  left: 50%;
  margin-left: -650rem;
  width: 1300rem;
  height: 1300rem;
  border-radius: 50%;
  box-shadow: 0rem 0rem 9999rem 9999rem #ffffff;
  transition: all 1s ease-out;
}
.kmmuy4 {
  position: absolute;
  top: 50%;
  margin-top: -600rem;
  left: 50%;
  margin-left: -600rem;
  width: 1200rem;
  height: 1200rem;
  border-radius: 50%;
  box-shadow: 0rem 0rem 9999rem 9999rem #ffffff;
  transition: all 1s ease-out;
}
.kmmuy5 {
  position: absolute;
  top: 50%;
  margin-top: -450rem;
  left: 50%;
  margin-left: -450rem;
  width: 900rem;
  height: 900rem;
  border-radius: 50%;
  box-shadow: 0rem 0rem 9999rem 9999rem #ffffff;
  transition: all 1s ease-out;
}
.kmmuy6 {
  position: absolute;
  top: 50%;
  margin-top: -350rem;
  left: 50%;
  margin-left: -350rem;
  width: 700rem;
  height: 700rem;
  border-radius: 50%;
  box-shadow: 0rem 0rem 9999rem 9999rem #ffffff;
  transition: all 1s ease-out;
}
.kmmuy7 {
  position: absolute;
  top: 50%;
  margin-top: -250rem;
  left: 50%;
  margin-left: -250rem;
  width: 500rem;
  height: 500rem;
  border-radius: 50%;
  box-shadow: 0rem 0rem 9999rem 9999rem #ffffff;
  transition: all 1s ease-out;
}
.kmmuy8 {
  position: absolute;
  top: 50%;
  margin-top: -150rem;
  left: 50%;
  margin-left: -150rem;
  width: 300rem;
  height: 300rem;
  border-radius: 50%;
  box-shadow: 0rem 0rem 9999rem 9999rem #ffffff;
  transition: all 1s ease-out;
}
.kmmuy9 {
  position: absolute;
  top: 50%;
  margin-top: -44rem;
  left: 50%;
  margin-left: -44rem;
  width: 88rem;
  height: 88rem;
  border-radius: 50%;
  box-shadow: 0rem 0rem 9999rem 9999rem #ffffff;
  transition: all 1s ease-out;
}
.kmmuy10 {
  position: absolute;
  top: 50%;
  margin-top: -44rem;
  left: 50%;
  margin-left: -44rem;
  width: 88rem;
  height: 88rem;
  border-radius: 50%;
  box-shadow: 0rem 0rem 9999rem 9999rem #ffffff;
  transition: all 1s ease-out;
}
.kmmuy11 {
  position: absolute;
  top: 50%;
  margin-top: -44rem;
  left: 50%;
  margin-left: -44rem;
  width: 88rem;
  height: 88rem;
  border-radius: 50%;
  box-shadow: 0rem 0rem 9999rem 9999rem #ffffff;
  transition: all 1s ease-out;
}
.kmmuy12 {
  position: absolute;
  top: 50%;
  margin-top: -44rem;
  left: 50%;
  margin-left: -44rem;
  width: 88rem;
  height: 88rem;
  border-radius: 50%;
  box-shadow: 0rem 0rem 9999rem 9999rem #ffffff;
  transition: all 1s ease-out;
}
.kmmuy13 {
  position: absolute;
  top: 50%;
  margin-top: -44rem;
  left: 50%;
  margin-left: -44rem;
  width: 88rem;
  height: 88rem;
  border-radius: 50%;
  box-shadow: 0rem 0rem 9999rem 9999rem #ffffff;
  transition: all 1s ease-out;
}
.kmmuy14 {
  position: absolute;
  top: 50%;
  margin-top: -44rem;
  left: 50%;
  margin-left: -44rem;
  width: 88rem;
  height: 88rem;
  border-radius: 50%;
  box-shadow: 0rem 0rem 9999rem 9999rem #ffffff;
  transition: all 1s ease-out;
}
.kmmuy15 {
  position: absolute;
  top: 50%;
  margin-top: -44rem;
  left: 50%;
  margin-left: -44rem;
  width: 88rem;
  height: 88rem;
  border-radius: 50%;
  box-shadow: 0rem 0rem 9999rem 9999rem #ffffff;
  transition: all 1s ease-out;
}
.kmkk {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
}
.kmkkk {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.kmkzz {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0%;
  margin-top: -44rem;
}
#xlogo {
  border-radius: 50%;
}
.kzlogo1 {
  opacity: 0;
}
.kzlogo2 {
  opacity: 0;
}
.kzlogo3 {
  opacity: 0;
}
.kzlogo4 {
  opacity: 0;
}
.kzlogo5 {
  opacity: 0;
}
.kzlogo6 {
  opacity: 0;
}
.kzlogo7 {
  opacity: 0;
  transition: all 1s ease-out;
}
.kzlogo8 {
  opacity: 0;
  transition: all 1s ease-out;
}
.kzlogo9 {
  width: 88rem;
  margin: 0 auto;
  opacity: 1;
  transition: all 1s ease-out;
}
.kzlogo10 {
  width: 88rem;
  margin: 0 auto;
  opacity: 1;
  transition: all 1s ease-out;
}
.kzlogo11 {
  width: 88rem;
  margin: 0 auto;
  opacity: 1;
  transition: all 1s ease-out;
}
.kzlogo12 {
  width: 88rem;
  margin: 0 auto;
  opacity: 1;
  transition: all 1s ease-out;
}
.kzlogo13 {
  width: 88rem;
  margin: 0 auto;
  opacity: 1;
  transition: all 1s ease-out;
}
.kzlogo14 {
  width: 88rem;
  margin: 0 auto;
  opacity: 1;
  transition: all 1s ease-out;
}
.kzlogo15 {
  width: 88rem;
  margin: 0 auto;
  opacity: 1;
  transition: all 1s ease-out;
}
.kzlogo1 img {
  width: 100%;
  display: block;
}
.kzlz1 {
  opacity: 0;
}
.kzlz2 {
  opacity: 0;
}
.kzlz3 {
  opacity: 0;
}
.kzlz4 {
  opacity: 0;
}
.kzlz5 {
  opacity: 0;
}
.kzlz6 {
  opacity: 0;
}
.kzlz7 {
  opacity: 0;
}
.kzlz8 {
  opacity: 0;
}
.kzlz9 {
  width: 100%;
  text-align: center;
  color: 212121;
  font-size: 22rem;
  line-height: 2;
  margin-top: 40rem;
  opacity: 0;
}
.kzlz10 {
  width: 100%;
  text-align: center;
  color: 212121;
  font-size: 22rem;
  line-height: 2;
  margin-top: 40rem;
  opacity: 1;
}
.kzlz11 {
  width: 100%;
  text-align: center;
  color: 212121;
  font-size: 22rem;
  line-height: 2;
  margin-top: 40rem;
  opacity: 1;
}
.kzlz12 {
  width: 100%;
  text-align: center;
  color: 212121;
  font-size: 22rem;
  line-height: 2;
  margin-top: 40rem;
  opacity: 1;
}
.kzlz13 {
  width: 100%;
  text-align: center;
  color: 212121;
  font-size: 22rem;
  line-height: 2;
  margin-top: 40rem;
  opacity: 1;
}
.kzlz14 {
  width: 100%;
  text-align: center;
  color: 212121;
  font-size: 22rem;
  line-height: 2;
  margin-top: 40rem;
  opacity: 1;
}
.kzlz15 {
  width: 100%;
  text-align: center;
  color: 212121;
  font-size: 22rem;
  line-height: 2;
  margin-top: 40rem;
  opacity: 1;
}
.about {
  padding: 0 !important;
}
.about01 {
  padding: 89rem 0 123rem 0;
  background: #f5f9fa url(../images/abg.png) no-repeat bottom center;
  background-size: 100%;
  position: relative;
}
.about01 .about-bottom {
  padding-top: 25rem;
}
.about01 .jsh {
  font-size: 18rem;
  line-height: 36rem;
  color: rgba(51, 51, 51, 0.9);
}
.about01 .jsh p {
  margin-bottom: 13rem;
}
.about01 .youshi {
  padding-left: 42rem;
  padding-top: 35rem;
}
.about01 .youshi li .h3 {
  margin-top: 10rem;
}
.about01 .youshi li:nth-child(1) {
  width: 35%;
}
.about01 .youshi li:nth-child(3) {
  width: 19%;
}
.about02 {
  padding: 72rem 0 95rem 0;
  position: relative;
}
.about02 {
  background: url(../images/abg2.jpg) no-repeat center center;
  background-size: 100%;
  position: relative;
}
.about02 .about-bottom {
  position: relative;
  height: 765rem;
  margin-top: 82rem;
}
.about02 .about-bottom .about-list1 {
  position: absolute;
  top: 0;
  left: 435rem;
  width: 18%;
  height: 100%;
  overflow: hidden;
  padding: 100rem 0;
}
.about02 .about-bottom .about-list1:after {
  content: '';
  display: block;
  border-right: 1px dashed #bfbfbf;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 37rem;
}
.about02 .mySwiper2 {
  position: relative;
  overflow: hidden;
  width: 47%;
  float: right;
  height: 565rem;
  margin: 100rem 0;
}
.about02 .mySwiper2 .swiper-slide {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about02 .mySwiper2 .swiper-slide .box {
  width: 100%;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about02 .mySwiper2 .swiper-slide .box .h1 {
  font-size: 30px;
  color: #e50015;
  font-family: var(--Oswald-Bold);
  display: none;
}
.about02 .mySwiper2 .swiper-slide .box .h1 span {
  font-size: 16px;
  margin-left: 5px;
}
.about02 .mySwiper2 .swiper-slide .box .bt {
  font-size: 18rem;
  font-weight: bold;
  line-height: 52rem;
  color: #333333;
}
.about02 .mySwiper2 .swiper-slide-active .box .bt {
  font-size: 28rem;
  color: #e50015;
  line-height: 1.5;
}
.about02 .mySwiper1 {
  position: relative;
  overflow: hidden;
  height: 565rem;
}
.about02 .mySwiper1 .swiper-slide {
  padding-right: 70rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--Oswald-Regular);
  font-size: 30rem;
  color: #666666;
  line-height: 113rem;
  height: 113rem !important;
  background: url(../images/line2.png) repeat-y top right;
  background-size: 38rem;
  cursor: pointer;
}
.about02 .mySwiper1 .swiper-slide span {
  display: block;
  text-align: right;
  width: 100%;
}
.about02 .mySwiper1 .swiper-slide:after {
  content: '';
  width: 38rem;
  background: #bfbfbf;
  position: absolute;
  top: 50%;
  height: 1px;
  right: 0;
}
.about02 .mySwiper1 .swiper-slide-thumb-active {
  font-family: var(--Oswald-Bold);
  font-size: 80rem;
  color: var(--hover-color);
}
.about02 .swiper-button-next,
.about02 .swiper-button-prev {
  width: 47rem;
  height: 47rem;
  background: #e9e9e9 url('../images/prev2.png') no-repeat center center !important;
  background-size: 20rem !important;
  margin-top: 0;
  border-radius: 50%;
  top: 0;
  left: auto;
  right: 14rem;
  z-index: 66;
  transform: rotate(90deg);
}
.about02 .swiper-button-next:after,
.about02 .swiper-button-prev:after {
  content: '';
  display: none;
}
@media (min-width: 1025px) {
  .about02 .swiper-button-next:hover,
  .about02 .swiper-button-prev:hover {
    background: var(--hover-color) url('../images/prev2h.png') no-repeat center center !important;
    background-size: 20rem !important;
  }
}
.about02 .swiper-button-next {
  top: auto;
  bottom: 0;
  background: #e9e9e9 url('../images/next2.png') no-repeat center center !important;
  background-size: 20rem !important;
}
@media (min-width: 1025px) {
  .about02 .swiper-button-next:hover {
    background: var(--hover-color) url('../images/next2h.png') no-repeat center center !important;
    background-size: 20rem !important;
  }
}
.about03 {
  padding: 89rem 0 151rem 0;
  background: url(../images/cubg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.about03 .about-bottom {
  padding-top: 75rem;
}
.about03 ul li {
  width: 33.33333333%;
  float: left;
  text-align: center;
}
.about03 ul li .pic {
  width: 139rem;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0 auto;
}
.about03 ul li .text {
  padding-top: 33rem;
}
.about03 ul li .text .bt {
  font-size: 20rem;
  font-weight: bold;
  margin-bottom: 29rem;
  color: #263c92;
}
.about03 ul li .text .p {
  font-size: 26rem;
  line-height: 40rem;
  color: #212121;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 750px;
  }
  .container01 {
    width: 100%;
    padding: 0 15px;
    max-width: 750px;
  }
  .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;
  }
  .height {
    top: -60px;
  }
  .height1 {
    height: 60px;
  }
  .header {
    height: 60px;
  }
  .header .logo {
    padding-top: 12px;
    margin-left: 0;
  }
  .header .logo a img {
    width: 188px;
  }
  .header .header-right {
    margin-right: 0;
  }
  .header .header-right .menu {
    display: block;
  }
  .header .header-right .header-search {
    display: none;
  }
  .header .header-right .lan {
    display: none;
  }
  .header .header-right .tel {
    display: none;
  }
  .nav {
    display: none;
  }
  .swiper-renewal-main .img1 {
    display: block;
  }
  .swiper-renewal-main .img {
    display: none;
  }
  .swiper-renewal-main .banner-hover {
    top: 40px;
  }
  .swiper-renewal-main .banner-hover .info {
    padding: 0;
  }
  .swiper-renewal-main .banner-hover .bt {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .swiper-renewal-main .banner-hover01 .bt {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .swiper-renewal-main .banner-hover01 .p {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  .swiper-renewal-main .banner-hover01 .more a {
    border: 1px solid #fff;
    background: none;
  }
  .swiper-renewal-main .banner-hover02 .bt {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 16px;
  }
  .swiper-renewal-main .banner-hover02 .bt span {
    font-size: 30px;
  }
  .swiper-renewal-main .banner-hover02 .more a {
    border: 1px solid #fff;
    background: none;
  }
  
	.swiper-renewal-main .banner-hover03 .bt {
	  font-size: 20px;
	  line-height: 35px;
	  margin-bottom: 16px;
	}
	.swiper-renewal-main .banner-hover03 .p {
		font-size: 14px;
		letter-spacing: 2px;
		margin-bottom: 15px;
	}

  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin: 0 3px;
  }
  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 4px;
  }
  .swiper-renewal-main .btn {
    bottom: 15px;
  }
  .swiper-renewal-main a.slide_btn {
    display: none;
  }
  .home-title .p {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 2px;
    text-stroke: 1px #d6e0eb;
    -webkit-text-stroke: 1px #d6e0eb;
  }
  .home-title .h3 {
    font-size: 22px;
    line-height: 42px;
    letter-spacing: 2px;
  }
  .home-about {
    padding: 40px 0;
  }
  .home-about .left {
    float: left;
    width: 100%;
  }
  .home-about .left .home-title {
    margin-bottom: 21px;
    text-align: center;
  }
  .home-about .left .more {
    display: none;
  }
  .home-about .right {
    float: right;
    width: 100%;
    padding-top: 4px;
  }
  .home-about .right .jsh {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 13px;
  }
  .home-about .video {
    margin-top: 23px;
  }
  .home-about .video a:after {
    background-size: 30px;
  }
  .more a,
  .more p {
    width: 138px;
    line-height: 42px;
    border-radius: 23px;
    font-size: 14px;
  }
  .more1 a,
  .more1 p {
    color: #333333;
    border: 1px solid #333333;
    background: none;
    transition: 0.5s;
  }
  .more1 a:before,
  .more1 p:before {
    display: none;
  }
  .youshi li {
    float: left;
    position: relative;
  }
  .youshi li .box {
    float: left;
  }
  .youshi li .num {
    font-size: 36px;
    line-height: 60px;
    color: var(--hover-color);
  }
  .youshi li .num span {
    display: inline-block;
    font-size: 36px;
    vertical-align: text-bottom;
    letter-spacing: -1px;
    font-family: var(--Montserrat-Medium);
  }
  .youshi li .num em,
  .youshi li .num i {
    font-size: 16px;
  }
  .youshi li .h3 {
    font-size: 14px;
  }
  .youshi li:nth-child(2) {
    width: 46%;
  }
  .youshi li:nth-child(3) {
    float: right;
    width: 26%;
    padding-right: 0;
  }
  .youshi li:nth-child(3):after {
    display: none;
  }
  .home-why {
    padding: 40px 0;
    overflow: hidden;
  }
  .home-why .home-bottom {
    padding-top: 17px;
  }
  .home-why .mySwiper2 .swiper-slide {
    width: 100%;
  }
  .home-why .mySwiper2 .text {
    padding: 0 20px;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 33;
  }
  .home-why .mySwiper2 .text .bt {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .home-why .mySwiper2 .text .p {
    font-size: 14px;
    line-height: 18px;
	text-overflow: initial;
	white-space: normal !important;
  }
  .home-why .li {
    border-bottom: 1px solid #b3b2b2;
    margin-bottom: 26px;
    display: none;
  }
  .home-why .mySwiper1 .swiper-slide {
    width: auto;
    font-size: 16px;
    line-height: 30px;
    height: 50px;
    letter-spacing: 1px;
    color: #333333;
  }
  .home-why .mySwiper1 .swiper-slide:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--main-color);
  }
  .home-why .mySwiper1 .swiper-slide-thumb-active:after {
    width: 100%;
  }
  .home-case {
    padding-bottom: 40px;
  }
  .home-case .container {
    width: 100%;
  }
  .home-case .show {
    margin-bottom: 23px;
  }
  .home-case .more a {
    margin: 0 auto;
  }
  .home-case .list {
    margin-bottom: 20px;
  }
  .home-case .list ul {
    text-align: center;
  }
  .home-case .list ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 17px;
  }
  .home-case .list ul li a {
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
    color: #292929;
  }
  .home-case .box {
    background-image: linear-gradient(0deg, #ffffff 0%, #fafafa 0%, #f5f5f5 0%, #f4f5f6 0%, #f3f5f6 0%, #e5e9ec 100%);
    border-radius: 10px;
  }
  .home-case .box .text {
    padding: 0 32px;
  }
  .home-case .box .bt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 9px;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    color: #333333;
  }
  .home-case .box .p {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
  }
  .home-case .left {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .home-case .left .box {
    text-align: center;
    height: auto;
  }
  .home-case .left .text {
    padding-top: 31px;
    padding-bottom: 30px;
  }
  .home-case .left .p {
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
  }
  .home-case .left .more p {
    margin: 0 auto;
  }
  .home-case .left .pic {
    margin-top: 20px;
  }
  .home-case .right {
    float: right;
    width: 100%;
  }
  .home-case .right .box {
    height: auto;
    overflow: hidden;
  }
  .home-case .right .item {
    padding-left: 0;
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .home-case .right .right-top {
    margin-bottom: 0;
  }
  .home-case .right .right-top .pic:after {
    padding-bottom: 65.5%;
  }
  .home-case .right .right-top .text {
    position: relative;
    margin-top: 0;
    padding-bottom: 30px;
  }
  .home-case .right .right-top .text .bt {
    margin-bottom: 7px;
  }
  .home-case .right .right-top .text .more {
    position: relative;
    top: auto;
    right: auto;
  }
  .home-case .right .right-top .text .more p {
    width: 128px;
  }
  .home-case .right .right-top .text .p {
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .home-case .right .right-bottom .pic {
    float: left;
    width: 100%;
  }
  .home-case .right .right-bottom .pic:after {
    padding-bottom: 65.5%;
  }
  .home-case .right .right-bottom .text {
    float: right;
    width: 100%;
    padding-top: 31px;
    padding-bottom: 30px;
  }
  .home-case .right .right-bottom .more p {
    width: 128px;
  }
  .home-case .right .right-bottom .p {
    height: 112px;
    margin-bottom: 10px;
  }
  .home-honor {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    background: url('../images/abg1.jpg') no-repeat top center;
    background-size: cover;
  }
  .home-honor .home-bottom {
    padding-top: 24px;
    padding-bottom: 28px;
    margin-bottom: 6px;
    position: relative;
    overflow: hidden;
  }
  .home-honor .home-bottom:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 100%;
    height: 129px;
    background: none;
  }
  .home-honor .ns_bot .pu_progressbar {
    position: relative;
    width: 62%;
    margin: 0 auto;
    background: rgba(38, 60, 146, 0.08);
    height: 6px;
    border-radius: 10px;
    overflow: hidden;
  }
  .home-honor .ns_bot .pu_progressbar .swiper-pagination-progressbar-fill {
    background: var(--hover-color);
    border-radius: 30px;
  }
  .mySwiper5 {
    position: relative;
    overflow: inherit;
  }
  .home-app {
    padding: 40px 0 0 0;
    overflow: hidden;
    position: relative;
  }
  .home-app .home-bottom {
    margin-top: 24px;
  }
  .home-app .home-bottom .swiper-button-next,
  .home-app .home-bottom .swiper-button-prev {
    color: #fff;
  }
  .home-app .home-bottom .list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    z-index: 55;
    height: 130px;
    display: none;
  }
  .home-app .home-bottom .list ul li {
    width: 100%;
    float: left;
  }
  .home-app .home-bottom .list ul li a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .home-app .home-bottom .list ul li a .box {
    position: absolute;
    bottom: 66px;
    left: 0;
    width: 100%;
  }
  .home-app .home-bottom .list ul li .pic {
    width: 60px;
    margin: 0 auto;
  }
  .home-app .home-bottom .list ul li .bt {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    padding: 0 10px;
  }
  .home-app .home-bottom .list ul .swiper-slide-thumb-active a {
    background: none;
  }
  .home-app .home-bottom .list ul .swiper-slide-thumb-active a .box {
    padding-bottom: 0;
    bottom: 33px;
    background: none;
  }
  .home-app .home-bottom .list ul .swiper-slide-thumb-active a .box .pic {
    margin: 0 auto 14px auto;
  }
  .home-app .home-bottom .right {
    position: relative;
    z-index: 1;
  }
  .home-app .home-bottom .right .swiper-slide {
    height: auto;
    position: relative;
    background: none !important;
  }
  .home-app .home-bottom .right .swiper-slide img {
    width: 100%;
    display: block;
  }
  .home-app .home-bottom .right .swiper-slide a {
    display: block;
    overflow: hidden;
  }
  .home-app .home-bottom .right .swiper-slide:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 33;
    background: url(../images/bg2.png) no-repeat bottom center;
  }
  .home-app .home-bottom .right .swiper-slide .bt {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    padding: 0 10px;
    z-index: 333;
    width: 100%;
  }
  .home-service {
    padding: 40px 0;
    background: url(../images/bg9.jpg) no-repeat center center;
  }
  .home-service .home-bottom {
    height: auto;
    margin-top: 0;
    position: relative;
  }
  .home-service .img {
    width: 100%;
    height: auto;
    margin-left: 0;
    position: relative;
    left: auto;
    top: auto;
  }
  .home-service .img .hide {
    display: block !important;
  }
  .home-service .img img {
    display: none;
    position: relative;
    top: auto;
    left: auto;
  }
  .home-service .img .globalMap {
    display: none;
  }
  .home-news {
    padding: 40px 0;
    background: url(../images/bg3.jpg) no-repeat center center;
    background-size: cover;
  }
  .home-news .home-bottom {
    padding-top: 20px;
  }
  .newsSwiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 44px;
  }
  .newsSwiper .h3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 12px;
    width: 111px;
    height: 22px;
    background-color: #263c92;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
  }
  .newsSwiper .text {
    padding: 19px;
    background-color: #ffffff;
  }
  .newsSwiper .text .bt {
    font-size: 16px;
    margin-bottom: 12px;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    color: #2e2e2e;
  }
  .newsSwiper .text .jsh {
    font-size: 14px;
    line-height: 31px;
    height: 62px;
    margin-bottom: 13px;
    overflow: hidden;
    color: #7a7a7a;
  }
  .newsSwiper .text .more2 p {
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 1px;
    color: rgba(0, 46, 93, 0.6);
    background: url(../images/more2.png) no-repeat center right;
    background-size: 33px;
  }
  .newsSwiper .swiper-pagination {
    bottom: 0;
  }
  .newsSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #cbcbcb;
    border-radius: 50%;
    margin: 0 6px;
    position: relative;
    overflow: hidden;
    opacity: 1;
  }
  .newsSwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #263c92;
  }
  .footer {
    background: #14171e;
    background-size: cover;
  }
  .footer .input {
    position: relative;
    padding-top: 22px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer .input .h3 {
    font-size: 18px;
    font-weight: bold;
    float: left;
    line-height: 45px;
    width: 100%;
    color: #fff;
  }
  .footer .input .list {
    position: relative;
    float: right;
    padding-right: 0;
    width: 100%;
  }
  .footer .input .list .li {
    width: 100%;
    float: none;
    overflow: hidden;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .footer .input input {
    width: 100%;
    height: 45px;
    padding: 0 10px 0 16px;
    font-size: 14px;
    color: #7a7a7a;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(60, 60, 60, 0.2);
  }
  .footer .input input::-webkit-input-placeholder {
    color: #7a7a7a;
  }
  .footer .input input:-moz-placeholder {
    color: #7a7a7a;
    opacity: 1;
  }
  .footer .input input::-moz-placeholder {
    color: #7a7a7a;
    opacity: 1;
  }
  .footer .input input:-ms-input-placeholder {
    color: #7a7a7a;
  }
  .footer .input a {
    width: 120px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    background-color: var(--main-color);
    position: relative;
    top: auto;
    right: auto;
    display: block;
    color: #fff;
  }
  .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-bottom .footer-left {
    float: left;
    width: 100%;
  }
  .footer-bottom .footer-left .f1 {
    background: url(../images/f01.png) no-repeat top left;
    background-size: 54px;
    padding-left: 72px;
  }
  .footer-bottom .footer-left .f1 span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
  }
  .footer-bottom .footer-left .f1 p {
    font-family: var(--POPPINS-SEMIBOLD);
    font-size: 26px;
    line-height: 49px;
    color: #ffffff;
  }
  .footer-bottom .footer-left .f1 p a {
    color: #ffffff;
    display: block;
  }
  .footer-bottom .footer-left .f3 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 24px;
  }
  .footer-bottom .footer-left .f3 p {
    padding-left: 28px;
    margin-bottom: 11px;
  }
  .footer-bottom .footer-left .f3 a {
    color: rgba(255, 255, 255, 0.6);
  }
  .footer-bottom .footer-left .f3 .dh {
    background: url(../images/dh.png) no-repeat left 5px;
    background-size: 15px;
  }
  .footer-bottom .footer-left .f3 .yx {
    background: url(../images/yx.png) no-repeat left 5px;
    background-size: 14px;
  }
  .footer-bottom .footer-left .f3 .cz {
    background: url(../images/cz.png) no-repeat left 5px;
    background-size: 15px;
  }
  .footer-bottom .footer-left .f3 .dz {
    background: url(../images/dz.png) no-repeat left 4px;
    background-size: 13px;
  }
  .footer-bottom .footer-left .socialMedia {
    margin-top: 31px;
  }
  .footer-bottom .footer-left .socialMedia span {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    line-height: 38px;
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.6);
  }
  .footer-bottom .footer-left .socialMedia .list {
    display: inline-block;
    vertical-align: top;
  }
  .footer-bottom .footer-left .socialMedia .list li {
    display: inline-block;
    padding: 0 3px 0 0;
  }
  .footer-bottom .footer-left .socialMedia .list .box {
    display: block;
    cursor: pointer;
    position: relative;
  }
  .footer-bottom .footer-left .socialMedia .list .icon {
    border: solid 1px #fff;
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-size: 38px !important;
    opacity: 0.6;
  }
  .footer-bottom .footer-left .socialMedia .list .icon-1 {
    background: url(../images/sp1.png) no-repeat center center;
  }
  .footer-bottom .footer-left .socialMedia .list .icon-2 {
    background: url(../images/sp2.png) no-repeat center center;
  }
  .footer-bottom .footer-left .socialMedia .list .icon-3 {
    background: url(../images/sp3.png) no-repeat center center;
  }
  .footer-bottom .footer-left .socialMedia .list .icon-4 {
    background: url(../images/sp4.png) no-repeat center center;
  }
  .footer-bottom .footer-left .socialMedia .list .down {
    display: none;
    color: #666;
    font-size: 14px;
    align-items: center;
    width: 120px;
    cursor: initial;
    padding-bottom: 20px;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .footer-bottom .footer-left .socialMedia .list .down .txt {
    margin-right: 10px;
  }
  .footer-bottom .footer-left .socialMedia .list .down .ewm {
    width: 119px;
    position: relative;
  }
  .footer-bottom .footer-left .socialMedia .list .active .down {
    display: flex;
  }
  .footer-bottom .footer-list {
    float: right;
    width: 69%;
    display: none;
  }
  .footer-bottom .footer-list ul li {
    width: 19%;
    float: left;
  }
  .footer-bottom .footer-list ul li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    color: #ffffff;
    max-width: 100%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-right: 5px;
    padding-bottom: 34px;
  }
  .footer-bottom .footer-list ul li ul li {
    width: 100% !important;
  }
  .footer-bottom .footer-list ul li ul li a {
    font-size: 16px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    position: relative;
  }
  .footer-bottom .footer-list ul li:nth-child(2) {
    width: 18%;
  }
  .footer-bottom .footer-list ul li:nth-child(3) {
    width: 19%;
  }
  .footer-bottom .footer-list ul li:nth-child(4) {
    width: 18%;
  }
  .footer-bottom .footer-list ul li:nth-child(5) {
    width: 17%;
  }
  .footer-bottom .footer-list ul li:nth-child(6) {
    width: 8%;
    float: right;
  }
  .footer-copyright {
    padding: 14px 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: rgba(255, 255, 255, 0.48);
  }
  .footer-copyright a {
    color: rgba(255, 255, 255, 0.48);
  }
  .footer-copyright .fr {
    float: none;
  }
  .float {
    display: none;
  }
  .inbanner img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .inbanner .img {
    position: relative;
    overflow: hidden;
    display: none;
  }
  .inbanner .img1 {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .inbanner .item {
    position: relative;
    overflow: hidden;
  }
  .inbanner .item .current {
    display: none;
  }
  .inbanner .banner-hover {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-69%);
    z-index: 5;
    text-align: center;
  }
  .inbanner .banner-hover .bt {
    font-size: 24px;
    font-family: var(--AlimamaShuHeiTi);
    margin-bottom: 10px;
    color: #ffffff;
    -webkit-animation: fadeInUp2 1s alternate;
    animation: fadeInUp2 1s alternate;
  }
  .inbanner .banner-hover .span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    -webkit-animation: fadeInUp2 2s alternate;
    animation: fadeInUp2 2s alternate;
    display: none;
  }
  .inbanner .banner-hover01 {
    text-align: center;
  }
  .inbanner .banner-hover01 .span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffffff;
  }
  .current {
    position: absolute;
    bottom: 12px;
    width: 100%;
    left: 0;
  }
  .current span {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: url(../images/home.png) no-repeat center left;
    background-size: 17px;
    padding-left: 19px;
  }
  .current span a {
    color: #fff;
    padding: 0 6px;
  }
  .current span b {
    font-weight: normal;
  }
  .content {
    padding: 40px 0;
  }
  .news {
    overflow: hidden;
  }
  .news-one {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    background: #fff;
    box-shadow: -1px 1px 10px 0px rgba(51, 51, 51, 0.1);
  }
  .news-one .list {
    position: relative;
    z-index: 5;
  }
  .news-one .list li .box {
    position: relative;
    min-height: 0;
    padding-left: 0;
    padding: 20px;
  }
  .news-one .list li .box .pic {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
  .news-one .list li .box .text {
    padding-top: 20px;
  }
  .news-one .list li .box .text .date {
    font-size: 14px;
    margin-bottom: 17px;
  }
  .news-one .list li .box .text .date span {
    font-size: 28px;
    margin-right: 7px;
  }
  .news-one .list li .box .text .bt {
    font-size: 16px;
    font-weight: bold;
    color: #212121;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .news-one .list li .box .text .jsh {
    font-size: 14px;
    line-height: 30px;
    color: #7a7a7a;
    margin-bottom: 18px;
    height: 60px;
    letter-spacing: 0.2px;
    overflow: hidden;
  }
  .btn1 {
    position: relative;
    height: 34px;
    margin-bottom: 37px;
  }
  .btn1 .swiper-button-prev:after,
  .btn1 .swiper-button-next:after {
    content: '';
  }
  .btn1 .swiper-button-prev,
  .btn1 .swiper-button-next {
    border: 1px solid #dedede;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    z-index: 5;
    top: auto;
    bottom: 0;
    margin: 0;
    display: none;
  }
  .btn1 .swiper-button-prev {
    background: url('../images/left1.png') no-repeat center center !important;
    left: 18%;
    background-size: 17px !important;
  }
  .btn1 .swiper-button-next {
    background: url('../images/right1.png') no-repeat center center !important;
    right: 18%;
    background-size: 17px !important;
    margin-left: auto;
  }
  .btn1 .swiper-pagination {
    height: 2px;
    width: 56%;
    left: 22%;
    top: 16px;
    background: #e1e1e1;
  }
  .btn1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--hover-color);
  }
  .newsSwiper1 {
    margin: 0 -8px;
    padding-bottom: 20px;
  }
  .newsSwiper1 .item {
    width: 50%;
    float: left;
    padding: 0 8px;
    margin-bottom: 22px;
  }
  .newsSwiper1 .item .box {
    box-shadow: -3px 4px 35px 0px rgba(0, 0, 0, 0.14);
  }
  .current1 {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 13px 0;
  }
  .current1 span {
    color: #999999;
    background: url(../images/home1.png) no-repeat center left;
    background-size: 17px;
  }
  .current1 span a {
    color: #999;
  }
  .news-show {
    background: #f0f3f5;
  }
  .news-show {
    padding: 10px 0 0 0;
  }
  .news-show .h01 {
    font-size: 20px;
    line-height: 49px;
    color: #212121;
    margin-bottom: 12px;
    font-weight: bold;
  }
  .news-show .h01:after {
    content: '';
    display: block;
    width: 3px;
    height: 24px;
    background-color: #0076bc;
    position: absolute;
    top: 12px;
    left: -29px;
  }
  .news-show .h02 {
    font-size: 14px;
    line-height: 29px;
    color: #999999;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 18px;
    margin-bottom: 18px;
    text-align: center;
    overflow: hidden;
  }
  .news-show .h02 span {
    padding-left: 30px;
    margin-right: 14px;
    margin-left: 15px;
  }
  .news-show .h02 .date {
    padding: 0;
    float: left;
    margin: 0;
  }
  .news-show .h02 .ren {
    background: url(../images/ren.png) no-repeat center left;
    background-size: 16px;
    float: left;
  }
  .news-show .h02 .liulan {
    background: url(../images/liulan.png) no-repeat center left;
    background-size: 19px;
    float: left;
  }
  .news-show .left {
    padding: 29px;
    background: #fff;
  }
  .news-show .left .jsh {
    padding-bottom: 22px;
    font-size: 14px;
    line-height: 28px;
    color: #404040;
  }
  .news-show .left .l {
    overflow: hidden;
    text-align: right;
    margin-bottom: 24px;
  }
  .news-show .left .l span {
    float: left;
    line-height: 30px;
  }
  .news-show .left p {
    margin-bottom: 10px;
  }
  .news-show .left .share {
    text-align: right;
    overflow: hidden;
    float: left;
  }
  .news-show .left .share .dib {
    display: inline-block;
    font-size: 16px;
  }
  .news-show .left .bdshare-button-style0-16 {
    float: right;
  }
  .news-show .left .bdshare-button-style0-16 a {
    background-size: 100% 100% !important;
    background-position: center !important;
    width: 30px !important;
    height: 30px !important;
    padding-left: 0 !important;
    margin: 0 3px !important;
    display: block;
    float: left;
  }
  .news-show .left .bdshare-button-style0-16 .bds_tqq {
    background-image: url(../images/share-qq.png) !important;
  }
  .news-show .left .bdshare-button-style0-16 .bds_weixin {
    background-image: url(../images/share-weixin.png) !important;
  }
  .news-show .left .bdshare-button-style0-16 .bds_tqz {
    background-image: url(../images/share-qzone.png) !important;
  }
  .news-show .left .bdshare-button-style0-16 .bds_tsina {
    background-image: url(../images/share-weibo.png) !important;
  }
  .inside-pagenews li {
    font-size: 14px;
    overflow: hidden;
    line-height: 31px;
    border-bottom: dashed 1px #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
  }
  .inside-pagenews li span {
    color: #fff;
    font-size: 14px;
    padding: 0 6px;
    text-align: center;
    width: 70px;
    background-color: #a2a2a2;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .inside-pagenews li a {
    display: block;
    padding-left: 83px;
    position: relative;
    padding-right: 75px;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
  }
  .inside-pagenews li i {
    float: right;
    font-size: 14px;
    padding-left: 20px;
    font-style: normal;
    position: absolute;
    top: 0;
    right: 0;
  }
  .inside-pagenews li:nth-last-child(1) {
    border-bottom: 0;
  }
  .tag {
    color: #333333;
    font-size: 14px;
    margin-top: 18px;
    padding-top: 4px;
    padding-right: 0;
    line-height: 30px;
    position: relative;
  }
  .tag a {
    color: #333;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    max-width: 160px;
    margin-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    line-height: 30px;
  }
  .tag .fh {
    right: auto;
    top: auto;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    display: block;
  }
  .tag .fh a {
    color: #fff;
    margin: 0;
  }
  .related-news {
    padding: 40px 0;
    overflow: hidden;
    position: relative;
  }
  .related-news .newsSwiper {
    margin-top: 24px;
  }
  .contact {
    padding: 0 !important;
  }
  .contact01 {
    padding: 40px 0;
  }
  .contact01 .left {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .contact01 .left .flist {
    padding-top: 15px;
  }
  .contact01 .left .flist p {
    font-size: 15px;
    line-height: 23px;
    color: #666;
    background-size: 23px !important;
    margin-bottom: 11px;
    display: block;
  }
  .contact01 .left .flist p span {
    display: block;
    padding-left: 35px;
    margin-bottom: 5px;background-size: 19px !important;
  }
  .contact01 .left .flist h3 a {
    font-size: 26px;
    color: #263c92;
    color: var(--hover-color);
    font-family: var(--Poppins-Bold);
  }
  .contact01 .left .flist .f1 span {
    background: url(../images/c1.png) no-repeat left 1px;
  }
  .contact01 .left .flist .f2 {
    margin-bottom: 18px;
    margin-top: 13px;
  }
  .contact01 .left .flist .f2 span {
    background: url(../images/c2.png) no-repeat left 1px;
  }
  .contact01 .left .flist .f3 span {
    background: url(../images/c3.png) no-repeat left 1px;
  }
  .contact01 .left .flist .f4 {
    margin-bottom: 18px;
  }
  .contact01 .left .flist .f4 span {
    background: url(../images/c4.png) no-repeat left 1px;
  }
  .contact01 .right {
    float: right;
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .contact02 {
    padding: 40px 0;
    background: #f3f3f3;
    position: relative;
  }
  .contact02 .inside-message {
    margin-top: 23px;
  }
  .contact02 .inside-message .list {
    position: relative;
    margin: 0 -11px;
  }
  .contact02 .inside-message li {
    width: 100% !important;
    float: left;
    padding: 0 11px 23px 11px;
    position: relative;
  }
  .contact02 .inside-message .box {
    position: relative;
  }
  .contact02 .input-form,
  .contact02 select,
  .contact02 textarea {
    height: 58px;
    width: 100%;
    border: none;
    border-radius: 6px;
    background: #fff;
    font-size: 15px;
    padding-left: 50px;
    padding-right: 10px;
    color: #333;
  }
  .contact02 .input-form::-webkit-input-placeholder,
  .contact02 select::-webkit-input-placeholder,
  .contact02 textarea::-webkit-input-placeholder {
    color: #333;
  }
  .contact02 .input-form:-moz-placeholder,
  .contact02 select:-moz-placeholder,
  .contact02 textarea:-moz-placeholder {
    color: #333;
    opacity: 1;
  }
  .contact02 .input-form::-moz-placeholder,
  .contact02 select::-moz-placeholder,
  .contact02 textarea::-moz-placeholder {
    color: #333;
    opacity: 1;
  }
  .contact02 .input-form:-ms-input-placeholder,
  .contact02 select:-ms-input-placeholder,
  .contact02 textarea:-ms-input-placeholder {
    color: #333;
  }
  .contact02 .red {
    position: absolute;
    top: 15px;
    left: 19px;
    font-size: 14px;
    color: #333333;
  }
  .contact02 .red img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 3px;
    width: 22px;
    border: 0;
  }
  .contact02 .red font {
    color: #ff0000;
  }
  .contact02 .span {
    color: #ff0000;
    display: block;
  }
  .contact02 .span span {
    font-size: 14px;
    color: #08060b;
  }
  .contact02 .span img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 2px;
    border: 0;
  }
  .contact02 textarea {
    padding-top: 19px;
    height: 165px;
  }
  .contact02 .more3 a {
    margin: 0 auto;
  }
  .more3 a,
  .more3 p {
    width: 140px;
    line-height: 47px;
    background-color: var(--hover-color);
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    color: #ffffff;
    text-align: center;
  }
  .more3 a span,
  .more3 p span {
    width: 24px;
    height: 47px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/more1.png) no-repeat center center;
    background-size: 100%;
    margin-left: 20px;
  }
  .app {
    overflow: hidden;
    padding: 40px 0;
  }
  .app ul li {
    position: relative;
    margin-bottom: 24px;
  }
  .app ul li .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    background-color: #f2f4f5;
  }
  .app ul li .pic {
    float: left;
    width: 100%;
  }
  .app ul li .img {
    width: 50px;
  }
  .app ul li .text {
    width: 100%;
    float: right;
    padding: 20px !important;
  }
  .app ul li .text .bt {
    font-size: 20px;
    font-weight: bold;
    line-height: 43px;
    margin-top: 0;
    letter-spacing: 1px;
    color: #282828;
  }
  .app ul li .text .span {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #dfe1e2;
    text-transform: uppercase;
  }
  .app ul li .text .more p {
    width: 146px;
    border-radius: 0;
    font-size: 14px;
  }
  .app ul li .text .more p i {
    width: 23px;
    background: url(../images/more3.png) no-repeat center center;
    background-size: 100%;
    height: 46px;
    margin-left: 16px;
    display: inline-block;
    vertical-align: top;
  }
  .app ul li:nth-child(2n) .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .app ul li:nth-child(2n) .text {
    padding-left: 87px;
  }
  .app-show01 .left {
    float: left;
    width: 100%;
  }
  .app-show01 .right {
    float: right;
    width: 100%;
  }
  .app-show {
    padding: 0 !important;
  }
  .apbt {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
  }
  .apbt1 {
    text-align: center;
  }
  .app-show01 {
    padding: 40px 0;
    background: url(../images/apbg1.jpg) no-repeat top center;
    background-size: cover;
  }
  .app-show01 .left {
    float: left;
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .app-show01 .left .jsh {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 23px;
    color: #333333;
    margin-top: 14px;
  }
  .app-show01 .left .more a img {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
  }
  .app-show01 .right {
    float: right;
    width: 100%;
    border-radius: 12px;
  }
  .app-show01 .right img {
    display: block;
  }
  .app-show02 {
    padding: 40px 0;
    background: url(../images/apbg.png) no-repeat center center;
    background-size: cover;
  }
  .app-show02 .apbt {
    color: #ffffff;
  }
  .app-show02 .list {
    padding-top: 20px;
  }
  .app-show02 .list ul {
    margin: 0 -10px;
  }
  .app-show02 .list ul li {
    width: 100%;
    padding: 0 10px;
    float: left;
    text-align: center;
    margin-bottom: 20px;
  }
  .app-show02 .list ul li .box {
    height: auto;
    padding: 30px;
    background-color: #fdfdfd;
    border-radius: 28px;
    transition: 0.5s;
  }
  .app-show02 .list ul li .pic {
    width: 30px;
    margin: 0 auto;
  }
  .app-show02 .list ul li .text {
    padding-top: 11px;
  }
  .app-show02 .list ul li .text .bt {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: bold;
    color: #333333;
  }
  .app-show02 .list ul li .text .jsh {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
  }
  .app-show03 {
    padding: 40px 0;
    background: url(../images/apbg2.jpg) no-repeat bottom center;
    background-size: cover;
  }
  .app-show03 .apjsh {
    font-size: 15px;
    line-height: 30px;
    margin-top: 19px;
    text-align: center;
    color: #333333;
  }
  .app-show03 .app-bottom {
    padding-top: 13px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }
  .appswiper {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 72px;
  }
  .appswiper .box {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    bottom: auto;
    width: 100%;
  }
  .appswiper .pic {
    width: 60px;
    margin: 0 auto;
  }
  .appswiper .text {
    text-align: center;
  }
  .appswiper .text .bt {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 7px;
    color: #212121;
  }
  .appswiper .text .jsh {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    height: auto;
    overflow: hidden;
  }
  .appswiper .swiper-button-prev,
  .appswiper .swiper-button-next {
    width: 35px;
    height: 35px;
    border: 0;
    background: #e9eaf1;
    border-radius: 50%;
    margin-top: -26px;
    z-index: 33;
    left: 37%;
    bottom: 0;
    top: auto;
  }
  .appswiper .swiper-button-prev:after,
  .appswiper .swiper-button-next:after {
    font-size: 20px;
    color: #b5b6bb;
    font-weight: bold;
  }
  .appswiper .swiper-button-next {
    right: 37%;
    left: auto;
  }
  .app-show04 {
    padding: 40px 0;
  }
  .app-show04 .plist .item {
    margin-bottom: 0;
  }
  .support {
    padding: 0 !important;
  }
  .support01 {
    padding: 40px 0;
    position: relative;
  }
  .support01 .support-bottom {
    padding-top: 20px;
  }
  .support01 .left {
    float: left;
    width: 100%;
  }
  .support01 .left ul li .box {
    border-radius: 3px;
    border: solid 1px #dddddd;
    padding: 23px;
    margin-bottom: 13px;
    min-height: 0;
  }
  .support01 .left ul li .box .bt {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #263c92;
  }
  .support01 .left ul li .box .p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
  }
  .support01 .right {
    float: right;
    width: 100%;
  }
  .support02 {
    padding: 40px 0;
    background-color: #f8f8f8;
    position: relative;
  }
  .support02 .left {
    float: left;
	width:100%;
  }
  .support02 .left img {
    display: block;
  }
  .support02 .text {
    float: right;
    width: 100%;
    padding-top: 15px;
  }
  .support02 .text .p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 23px;
    margin-top: 8px;
    color: #666666;
  }
  .support02 .text .p p {
    margin-bottom: 6px;
  }
  .support02 .text .more a {
    border-radius: 0;
    width: 166px;
  }
  .support02 .text .more a i {
    width: 8px;
    height: 46px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/Shape.png) no-repeat center center;
    background-size: 100%;
  }
  .support03 {
    padding: 40px 0;
    position: relative;
  }
  .support03 .left {
    float: right;
    width: 100%;
  }
  .support03 .text {
    float: left;
    width: 100%;
    padding-top: 21px;
  }
  .support03 .text .apbt {
    line-height: 34px;
  }
  .support03 .text .p {
    font-size: 15px;
    line-height: 42px;
    letter-spacing: 1px;
    color: #666666;
    margin-top: 18px;
  }
  .support03 .text .p p {
    border-bottom: 1px solid #dddddd;
  }
  .support03 .text .more a {
    border-radius: 0;
    width: 166px;
  }
  .support03 .text .more a i {
    width: 8px;
    height: 46px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/Shape.png) no-repeat center center;
    background-size: 100%;
  }
  .support04 {
    padding-bottom: 40px;
    position: relative;
  }
  .support04 .alist {
    padding-top: 21px;
  }
  .support04 .alist ul {
    margin: 0 -8px;
  }
  .support04 .alist ul li {
    width: 100%;
    float: left;
    padding: 0 8px;
    margin-bottom: 30px;
  }
  .support04 .alist ul li .box {
    border-radius: 3px;
    border: solid 1px #dddddd;
    padding: 21px;
  }
  .support04 .alist ul li .box .pic {
    width: 40px;
    margin: 0 auto;
  }
  .support04 .alist ul li .box .text {
    text-align: center;
    padding-top: 18px;
  }
  .support04 .alist ul li .box .text .bt {
    font-size: 20px;
    margin-bottom: 11px;
    font-weight: bold;
    color: #333333;
  }
  .support04 .alist ul li .box .text .p {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
  }
  .product {
    padding: 0 !important;
  }
  .product01 {
    padding: 40px 0;
    background: #f5f7fa;
  }
  .product01 .label {
    overflow: hidden;
  }
  .product01 .label label {
    position: relative;
    margin-right: 20px;
    float: left;
  }
  .product01 .label label .bt {
    user-select: none;
    position: relative;
    cursor: pointer;
    padding: 0 10px 0 28px;
    font-size: 14px;
    line-height: 30px;
    color: #474747;
  }
  .product01 .label label .bt:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #cccccc;
    transition: all 0.15s ease;
  }
  .product01 .label label input {
    position: absolute;
    top: 0;
    left: -20px;
    cursor: pointer;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  .product01 .label label input:checked {
    border: 0 !important;
    background: none;
  }
  .product01 .label label input:checked + .bt:after {
    background: var(--main-color);
    border: solid 1px var(--main-color);
  }
  .product01 .shaixuan {
    padding: 20px;
    background: #fff;
  }
  .product01 .shaixuan .s-top {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 17px;
  }
  .product01 .shaixuan .s-top h3 {
    float: left;
    font-size: 24px;
    line-height: 48px;
    width: 100%;
    color: #474747;
  }
  .product01 .shaixuan .s-top .search1 {
    float: right;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
  }
  .product01 .shaixuan .s-top .search1 input {
    width: 100%;
    height: 48px;
    border: solid 1px #e0dede;
    background: none;
    font-size: 14px;
    color: #7a7a7a;
    padding: 0 20px;
  }
  .product01 .shaixuan .s-top .search1 a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #263c92;
  }
  .product01 .shaixuan .duoxuan {
    padding-top: 20px;
    overflow: hidden;
    padding-bottom: 10px;
  }
  .product01 .shaixuan .duoxuan ul li {
    margin-bottom: 11px;
  }
  .product01 .shaixuan .duoxuan ul li .box {
    position: relative;
    padding-left: 0;
  }
  .product01 .shaixuan .duoxuan ul li span {
    font-size: 18px;
    display: block;
    line-height: 30px;
    color: #474747;
    position: relative;
    top: auto;
    left: auto;
  }
  .product01 .shaixuan .anniu {
    text-align: center;
  }
  .product01 .shaixuan .anniu a {
    width: 142px;
    line-height: 40px;
    background-color: var(--hover-color);
    border: solid 1px var(--hover-color);
    border-radius: 8px;
    font-size: 14px;
    margin: 0 4px;
    margin-bottom: 5px;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  .product01 .shaixuan .anniu a img {
    width: 18px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: text-top;
    margin-top: 3px;
  }
  .product01 .shaixuan .anniu .sx {
    background: #fff;
    color: #474747;
    border: solid 1px #b8b8b8;
  }
  .product02 {
    padding: 40px 0;
  }
  .plist {
    margin: 0 -7px;
    padding-bottom: 21px;
  }
  .plist .item {
    width: 50%;
    float: left;
    padding: 0 7px;
    margin-bottom: 20px;
  }
  .plist .item .box {
    background-image: linear-gradient(0deg, #ffffff 0%, #fafafa 0%, #f5f5f5 0%, #f4f5f6 0%, #f3f5f6 0%, #e5e9ec 100%);
    border-radius: 10px;
    padding: 21px;
    text-align: center;
  }
  .plist .item .box .bt {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .plist .item .box .bt a {
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    color: #333333;
    display: block;
  }
  .plist .item .box .p {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
  }
  .plist .item .p {
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
  }
  .plist .item .an {
    text-align: center;
  }
  .plist .item .an .more {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
  }
  .plist .item .an .more a {
    width: 105px;
    line-height: 41px;
    margin-bottom: 5px;
  }
  .plist .item .an .more .zx {
    width: 123px;
  }
  .plist .item .an .more .zx img {
    width: 18px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
    margin-top: 2px;
  }
  .plist .item .pic {
    margin-top: 20px;
  }
  .swiperapp {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-top: 35px;
  }
  .swiperapp .item {
    padding: 0;
  }
  .product-show {
    padding: 0 !important;
  }
  .product-show01 {
    padding: 40px 0;
  }
  .product-show01 .left {
    float: left;
    width: 100%;
  }
  .product-show01 .left .swiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 27px;
  }
  .product-show01 .left .swiper .swiper-slide .pic {
    background-image: linear-gradient(0deg, #ffffff 0%, #fafafa 0%, #f5f5f5 0%, #f4f5f6 0%, #f3f5f6 0%, #e5e9ec 100%);
    border-radius: 10px;
  }
  .product-show01 .left .swiper .swiper-slide .pic:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: #cccccc url(../images/search1.png) no-repeat center center;
    background-size: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .product-show01 .left .swiper .swiper-pagination {
    bottom: 0;
    top: auto;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    background: #dedede;
  }
  .product-show01 .left .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
    background: var(--hover-color);
  }
  .product-show01 .right {
    float: right;
    width: 100%;
    padding-top: 15px;
  }
  .product-show01 .right .bt {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #333333;
  }
  .product-show01 .right .ul {
    margin-bottom: 10px;
  }
  .product-show01 .right .ul .li {
    font-size: 14px;
    min-width: 84px;
    line-height: 34px;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: solid 1px #263c92;
    color: #263c92;
    float: left;
    text-align: center;
  }
  .product-show01 .right .jsh {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .product-show01 .right .jsh p {
    margin-bottom: 12px;
  }
  .product-show01 .right .anniu a.zixun {
    width: 147px;
    line-height: 52px;
    background-color: var(--hover-color);
    border: solid 1px var(--hover-color);
    border-radius: 4px;
    font-size: 14px;
    margin-right: 18px;
    color: #ffffff;
    display: block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 5px;
  }
  .product-show01 .right .anniu a.zixun img {
    width: 18px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: text-top;
    margin-top: 3px;
  }
  .product-show01 .right .anniu p {
    background: #fff;
    color: #474747;
    display: block;
    /* vertical-align: top; */
    text-align: center;
    width: 300px;
    height: 54px;
    border-radius: 4px;
    border: solid 1px #263c92;
    font-size: 14px;
    color: #666666;
  }
  .product-show01 .right .anniu p span {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: #263c92;
    display: block;
  }
  .product-show02 {
    padding: 40px 0;
    background-color: #f2f4f5;
    position: relative;
    overflow: hidden;
  }
  .product-show02 .ps-bottom {
    padding-top: 20px;
  }
  .product-show02 .swiperapp1 {
    position: relative;
    padding-bottom: 22px;
    overflow: hidden;
  }
  .product-show02 .swiperapp1 .pic {
    border-radius: 16px;
  }
  .product-show02 .swiperapp1 .pic:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/pbg.png) no-repeat bottom center;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 33;
  }
  .product-show02 .swiperapp1 .bt {
    font-size: 15px;
    width: 100%;
    line-height: 40px;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 44;
  }
  .product-show02 .swiperapp1 .swiper-pagination {
    bottom: 0;
    top: auto;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    background: #dedede;
  }
  .product-show02 .swiperapp1 .swiper-pagination .swiper-pagination-progressbar-fill {
    background: var(--hover-color);
  }
  .product-show03 {
    padding: 40px 0 5px 0;
  }
  .product-show03 .home-shenqing {
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    background: #fff;
    border: 1px solid var(--hover-color);
    border-bottom: 6px solid var(--hover-color);
  }
  .product-show03 .home-shenqing .img {
    width: 100%;
    float: left;
  }
  .product-show03 .home-shenqing .img img {
    display: block;
    width: 100%;
  }
  .product-show03 .home-shenqing .form {
    float: right;
    width: 100%;
    padding: 20px;
  }
  .product-show03 .home-shenqing .form .h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
  }
  .product-show03 .home-shenqing .form .p {
    font-size: 15px;
    line-height: 32px;
    color: #1d2c38;
    margin-top: 6px;
    margin-bottom: 17px;
    overflow: hidden;
  }
  .product-show03 .home-shenqing .form .p p {
    background: url(../images/dui.png) no-repeat center left;
    background-size: 30px;
    padding-left: 43px;
  }
  .product-show03 .home-shenqing .form ul {
    margin: 0 -13px;
  }
  .product-show03 .home-shenqing .form ul li {
    float: left;
    width: 100%;
    padding: 0 13px;
    margin-bottom: 16px;
  }
  .product-show03 .home-shenqing .form ul li .box {
    position: relative;
  }
  .product-show03 .home-shenqing .form ul li label {
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 0;
    display: block;
    color: #1d2c38;
  }
  .product-show03 .home-shenqing .form ul li label font {
    color: #c70303;
  }
  .product-show03 .home-shenqing .form ul li .input,
  .product-show03 .home-shenqing .form ul li textarea {
    height: 40px;
    border-radius: 4px;
    border: solid 1px #c7c7c7;
    width: 100%;
    padding: 0 10px;
    background: none;
    font-size: 14px;
  }
  .product-show03 .home-shenqing .form ul li textarea {
    padding: 10px;
    height: 123px;
  }
  .product-show03 .home-shenqing .form ul li .more a,
  .product-show03 .home-shenqing .form ul li .more p {
    width: 160px;
    border-radius: 0;
  }
  .dkb.kak {
    height: auto;
  }
  .about {
    padding: 0 !important;
  }
  .about01 {
    padding: 40px 0;
    background: #f5f9fa url(../images/abg.png) no-repeat bottom center;
    background-size: 100%;
    position: relative;
  }
  .about01 .about-bottom {
    padding-top: 20px;
  }
  .about01 .jsh {
    font-size: 15px;
    line-height: 30px;
    color: rgba(51, 51, 51, 0.9);
  }
  .about01 .jsh p {
    margin-bottom: 8px;
  }
  .about01 .youshi {
    padding-left: 0;
    padding-top: 25px;
  }
  .about01 .youshi li .h3 {
    margin-top: 10px;
  }
  .about01 .youshi li:nth-child(1) {
    width: 35%;
  }
  .about01 .youshi li:nth-child(3) {
    width: 19%;
  }
  .about02 {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
  }
  .about02 {
    background: url(../images/abg2.jpg) no-repeat center center;
    background-size: 100%;
    position: relative;
  }
  .about02 .about-bottom {
    position: relative;
    height: auto;
    margin-top: 22px;
  }
  .about02 .about-bottom .about-list1 {
    position: absolute;
    top: 0;
    left: 435px;
    width: 18%;
    height: 100%;
    overflow: hidden;
    padding: 100px 0;
    opacity: 0;
  }
  .about02 .mySwiper2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: right;
    height: auto;
    margin: 0;
  }
  .about02 .mySwiper2 .swiper-slide {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about02 .mySwiper2 .swiper-slide .box {
    width: 100%;
    transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about02 .mySwiper2 .swiper-slide .box .h1 {
    font-size: 30px;
    color: #e50015;
    font-family: var(--Oswald-Bold);
    display: block;
  }
  .about02 .mySwiper2 .swiper-slide .box .h1 span {
    font-size: 16px;
    margin-left: 5px;
  }
  .about02 .mySwiper2 .swiper-slide .box .bt {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    color: #333333;
  }
  .about02 .mySwiper2 .swiper-slide-active .box .bt {
    font-size: 20px;
    color: #333333;
  }
  .about02 .mySwiper1 {
    position: relative;
    overflow: hidden;
    height: 565px;
  }
  .about02 .mySwiper1 .swiper-slide {
    padding-right: 70px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--Oswald-Regular);
    font-size: 30px;
    color: #666666;
    line-height: 113px;
    height: 113px !important;
    background: url(../images/line2.png) repeat-y top right;
    background-size: 38px;
    cursor: pointer;
  }
  .about02 .mySwiper1 .swiper-slide span {
    display: block;
    text-align: right;
    width: 100%;
  }
  .about02 .mySwiper1 .swiper-slide:after {
    content: '';
    width: 38px;
    background: #bfbfbf;
    position: absolute;
    top: 50%;
    height: 1px;
    right: 0;
  }
  .about02 .mySwiper1 .swiper-slide-thumb-active {
    font-family: var(--Oswald-Bold);
    font-size: 80px;
    color: var(--hover-color);
  }
  .about02 .swiper-button-next,
  .about02 .swiper-button-prev {
    width: 47px;
    height: 47px;
    background: #e9e9e9 url('../images/prev2.png') no-repeat center center !important;
    background-size: 20px !important;
    margin-top: 0;
    border-radius: 50%;
    top: 0;
    left: auto;
    right: 14px;
    z-index: 66;
    transform: rotate(90deg);
  }
  .about02 .swiper-button-next:after,
  .about02 .swiper-button-prev:after {
    content: '';
    display: none;
  }
  .about02 .swiper-button-next {
    top: auto;
    bottom: 0;
    background: #e9e9e9 url('../images/next2.png') no-repeat center center !important;
    background-size: 20px !important;
  }
  .about03 {
    padding: 40px 0;
    background: url(../images/cubg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .about03 .about-bottom {
    padding-top: 25px;
  }
  .about03 ul li {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
  }
  .about03 ul li .pic {
    width: 70px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0 auto;
  }
  .about03 ul li .text {
    padding-top: 13px;
  }
  .about03 ul li .text .bt {
    font-size: 16px;
    margin-bottom: 19px;
    color: #263c92;
  }
  .about03 ul li .text .p {
    font-size: 20px;
    line-height: 30px;
    color: #212121;
  }
  .youshi li .num span {
    vertical-align: middle;
  }
  .youshi li .num em,
  .youshi li .num i {
    vertical-align: bottom;
  }
}
@media (max-width: 768px) {
  .swiper-renewal-main .banner-hover .bt {
    font-size: 20px;
  }
  .youshi li {
    width: 100% !important;
    text-align: center;
  }
  .youshi li .box {
    width: 100%;
  }
  .plist .item {
    width: 100%;
  }
  .home-about .video {
    /* height: 83px; */
  }
  
  .product-show01 .right .anniu p{
	  width: 100%;
	  float: left;
  }
}
@media (max-width: 520px) {
  .swiper-renewal-main .banner-hover .bt {
    font-size: 20px;
  }
  .youshi li {
    width: 100% !important;
    text-align: center;
  }
  .youshi li .box {
    width: 100%;
  }
  .plist .item {
    width: 100%;
  }
  .home-about .video {
    /* height: 83px; */
  }
  
  .product-show01 .right .anniu p{
	  width: 100%;
  }
}
