@charset "utf-8";
:root {
  --main-color: #1c509c;
  --Roboto-Bold: Roboto-Bold;
  --Roboto-Regular: Roboto-Regular;
  --Montserrat-Bold: Montserrat-Bold;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html {
  font-size: 1px;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
@media (max-width: 1730px) {
  html {
    font-size: 0.901042px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.824479px;
  }
}
@media (max-width: 1530px) {
  html {
    font-size: 0.792708px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.741146px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 0.702604px;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 0.699479px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.657813px;
  }
}
body {
  font-family: var(--Roboto-Regular), 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
  font-size: 20rem;
  color: #666666;
  line-height: 1.1;
  width: 100%;
  background: #fff;
  margin: 0 auto !important;
  word-break: break-word;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea,
select {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: var(--Roboto-Regular), 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666666;
  outline: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  transition: 0.5s;
}
.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  object-fit: cover;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
@font-face {
  font-family: Roboto-Regular;
  src: url('../font/Roboto-Regular.woff2') format('woff2'), url('../font/Roboto-Regular.woff') format('woff'), url('../font/Roboto-Regular.ttf') format('truetype'), url('../font/Roboto-Regular.eot') format('embedded-opentype'), url('../font/Roboto-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto-Bold;
  src: url('../font/Roboto-Bold.woff2') format('woff2'), url('../font/Roboto-Bold.woff') format('woff'), url('../font/Roboto-Bold.ttf') format('truetype'), url('../font/Roboto-Bold.eot') format('embedded-opentype'), url('../font/Roboto-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Bold;
  src: url('../font/Montserrat-Bold.woff2') format('woff2'), url('../font/Montserrat-Bold.woff') format('woff'), url('../font/Montserrat-Bold.ttf') format('truetype'), url('../font/Montserrat-Bold.eot') format('embedded-opentype'), url('../font/Montserrat-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInLeft3 {
  0% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft3 {
  animation-name: fadeInLeft3;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
.sitemap .site-bottom {
  font-size: 20rem;
  line-height: 30rem;
  color: #666;
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top1 {
  font-size: 24rem;
  color: #000;
  font-weight: bold;
}
.sitemap li .top1 .txt-2 {
  display: none;
}
.sitemap li .top1:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .subnav {
  margin-top: 15rem;
}
.sitemap li .subnav a {
  font-size: 19rem;
  color: #333;
  margin-right: 20rem;
  padding: 5rem 0;
  display: block;
  float: left;
}
.sitemap li .subnav a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .subnav p {
  display: block;
  width: 100%;
  overflow: hidden;
}
.sitemap li .subnav .hover {
  padding: 10rem 20rem;
}
.sitemap li .subnav .hover a {
  color: #333;
}
.sitemap li .subnav .hover a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.sitemap li .subnav .dot a {
  font-size: 20rem;
  color: #666;
}
.sitemap li .subnav .dot a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 155777;
  transition: 0.5s;
  left: 0;
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1600rem;
}
.height {
  height: 1px;
  position: absolute;
  top: -130rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 130rem;
}
.header {
  height: 130rem;
  width: 100%;
  transition: 0.7s;
  position: relative;
  z-index: 1;
}
.header:after {
  content: '';
  display: block;
  background: var(--hover-color);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5rem;
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.7s;
  padding-top: 14rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 108rem;
  z-index: 5;
  transition: 0.7s;
  position: relative;
}
.header .logo a .lg2 {
  display: none;
}
.header .header-right {
  float: right;
}
.header .header-right .menu {
  float: right;
  position: relative;
  width: 36px;
  height: 36px;
  margin-top: 12px;
  display: none;
}
.header .header-right .menu .navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
}
.header .header-right .menu .navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: var(--main-color);
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header .header-right .menu .navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.header .header-right .lan {
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-left: 10rem;
  padding: 42rem 0;
  padding-left: 16rem;
  transition: 0.7s;
}
.header .header-right .lan:after {
  content: '';
  display: block;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  height: 16rem;
  margin-top: -8rem;
  left: 0;
}
.header .header-right .lan span {
  display: block;
  height: 46rem;
  line-height: 46rem;
  background: url(../images/lan.png) no-repeat left center;
  background-size: 20rem;
  transition: 0.7s;
  padding-left: 28rem;
  font-size: 20rem;
  color: #fff;
}
.header .header-right .lan ul {
  position: absolute;
  top: 80rem;
  left: 50%;
  width: 160rem;
  margin-left: -60rem;
  background: var(--main-color);
  padding: 20rem;
  color: #fff;
  display: none;
  z-index: 5544;
  box-shadow: 0rem 14rem 21rem 0rem rgba(84, 84, 84, 0.18);
}
.header .header-right .lan ul li a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 20rem;
  line-height: 36rem;
}
@media (min-width: 1025px) {
  .header .header-right .lan ul li a:hover {
    text-decoration: underline;
  }
}
.header .header-right .header-search {
  float: right;
  position: relative;
  padding: 42rem 0;
  transition: 0.7s;
  /*搜索*/
}
.header .header-right .header-search .pull-right {
  position: relative;
  z-index: 778;
}
.header .header-right .header-search .pull-right a {
  display: block;
  overflow: hidden;
  width: 40rem;
  height: 46rem;
  transition: 0.7s;
  background: url(../images/search.png) no-repeat center center;
  background-size: 20rem !important;
}
.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: 20rem;
  color: #666;
  height: 50rem;
  vertical-align: top;
  padding: 0 60rem 0 30rem;
  -webkit-appearance: none;
  background: none;
}
.header .header-right .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50rem;
  height: 50rem;
  line-height: 50rem;
  position: absolute;
  background: var(--main-color) url(../images/search.png) no-repeat center center;
  background-size: 20rem !important;
}
@media (min-width: 1025px) {
  .header:hover {
    background: #fff;
    box-shadow: 2rem 3rem 7rem 0rem rgba(0, 0, 0, 0.1);
  }
  .header:hover .nav ul li a {
    color: #333333;
  }
  .header:hover .nav ul li:hover a {
    color: var(--main-color);
  }
  .header:hover .nav ul .active a {
    color: var(--main-color);
  }
  .header:hover .header-right .header-search .pull-right a {
    background: url(../images/search1.png) no-repeat center center;
    background-size: 20rem !important;
  }
  .header:hover .header-right .lan span {
    background: url(../images/lan1.png) no-repeat left center;
    background-size: 20rem;
    color: #666;
  }
  .header:hover .header-right .lan:after {
    background: #666;
  }
  .header:hover .logo a .lg1 {
    display: none;
  }
  .header:hover .logo a .lg2 {
    display: inline-block;
    vertical-align: top;
  }
}
.nav {
  transition: 0.2s;
  float: right;
  margin-right: 218rem;
}
.nav ul {
  z-index: 1;
}
.nav ul li {
  float: left;
  margin-left: 31rem;
  position: relative;
}

.nav ul li.navli{
	position: inherit;
}

.nav ul li a {
  display: inline-block;
  vertical-align: top;
  font-size: 24rem;
  color: #ffffff;
  height: 130rem;
  line-height: 130rem;
  transition: 0.7s;
  position: relative;
  cursor: pointer;
  padding: 0 15rem;
}
.nav ul li a > span {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  height: 130rem;
  line-height: 130rem;
  position: relative;
}
.nav ul li a i {
  background: url(../images/jt1.png) no-repeat center center;
  background-size: 8rem;
  width: 12rem;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.nav ul li a .txt-1 {
  display: block;
  transition: 0.5s;
}
.nav ul li a .txt-2 {
  display: block;
  transform: translateY(100%);
  transition: 0.5s;
}
.nav ul li .subnav {
  width: 300rem;
  background: #fff;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  box-shadow: 2rem 3rem 7rem 0rem rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -150rem;
  padding: 24rem 24rem;
  display: none;
  text-align: center;
  z-index: 333;
}
.nav ul li .subnav ul {
  margin: 0;
  padding: 0;
}
.nav ul li .subnav ul li {
  margin: 0;
  width: 100%;
  padding: 0;
  position: static;
}
.nav ul li .subnav ul li a {
  font-size: 20rem;
  line-height: 40rem;
  height: 40rem;
  color: #333 !important;
  margin: 0;
  border-radius: 0;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  display: block;
  background: none;
}
.nav ul li .subnav ul li a:after {
  display: none;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover > a {
    background: var(--main-color) !important;
    color: #fff !important;
  }
}

.nav ul li .subnav2 {
	width: 100%;
	left:0;
	margin-left:0;
}

.nav ul li .subnav2 ul{
    margin-right: auto;
    margin-left: auto;
    width: 1600rem;
}


.nav ul li .subnav2 ul li{
    width: 14.28%;
	text-align:left;
	margin:10rem 0;
}

.nav ul li:hover a {
  color: var(--main-color);
}
.nav ul li:hover a .txt-1 {
  transform: translateY(-100%);
}
.nav ul li:hover a .txt-2 {
  transform: translateY(-100%);
}
.nav ul li:nth-child(1) {
  margin-left: 0;
}
.nav ul .active a {
  color: var(--main-color);
}
.nav ul .active a .txt-1 {
  transform: translateY(-100%);
}
.nav ul .active a .txt-2 {
  transform: translateY(-100%);
}
.headerfix,
.header1 {
  background: #fff;
  box-shadow: 2rem 3rem 7rem 0rem rgba(0, 0, 0, 0.1);
}
.headerfix .nav ul li a,
.header1 .nav ul li a {
  color: #333333;
}
.headerfix .nav ul li:hover a,
.header1 .nav ul li:hover a {
  color: var(--main-color);
}
.headerfix .nav ul .active a,
.header1 .nav ul .active a {
  color: var(--main-color);
}
.headerfix .header-right .header-search .pull-right a,
.header1 .header-right .header-search .pull-right a {
  background: url(../images/search1.png) no-repeat center center;
  background-size: 20rem !important;
}
.headerfix .header-right .lan span,
.header1 .header-right .lan span {
  background: url(../images/lan1.png) no-repeat left center;
  background-size: 20rem;
  color: #666;
}
.headerfix .header-right .lan:after,
.header1 .header-right .lan:after {
  background: #666;
}
.headerfix .logo a .lg1,
.header1 .logo a .lg1 {
  display: none;
}
.headerfix .logo a .lg2,
.header1 .logo a .lg2 {
  display: inline-block;
  vertical-align: top;
}
#menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  background: #ffffff;
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 62px 8px;
}
#menu .lan {
  text-align: center;
  margin-bottom: 10px;
}
#menu .lan a {
  color: #666;
  font-size: 16px;
  margin: 0 5px 10px 5px;
}
#menu .lan .active {
  color: var(--main-color);
}
#menu .search {
  background: #f1f1f1;
  position: relative;
}
#menu .search .form-control {
  width: 100%;
  height: 40px;
  border: 0;
  background: none;
  padding: 0 20px;
  color: #666;
  font-size: 16px;
  font-family: var(--Roboto-Light);
}
#menu .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: url(../images/search1.png) no-repeat center center;
  background-size: 15px !important;
  padding: 0;
  margin: 0;
}
#menu ul .subnav {
  display: none;
}
#menu ul ul {
  padding: 0;
  margin: 0 -5px;
}
#menu ul ul li {
  width: 100%;
  float: left;
  padding: 0 5px;
  border: 0;
}
#menu ul ul li a {
  padding: 0;
  padding-right: 48px;
  font-weight: normal;
}
#menu ul ul li i {
  right: 5px;
}
#menu ul ul li ul {
  display: none;
}
#menu ul ul li .li {
  display: none;
}
#menu ul ul li .li ul {
  display: block;
}
#menu ul {
  overflow: hidden;
  padding: 0 0 0 10px;
}
#menu ul li {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
#menu ul li i {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  color: #e01121;
  text-align: center;
  background: url(../images/jt.png) no-repeat center center;
  background-size: 13px;
}
#menu ul li a {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  display: block;
  line-height: 30px;
  padding: 10px 0;
  padding-right: 48px;
  position: relative;
}
#menu ul li a span.txt-2 {
  display: none;
}
#menu ul li ul li a {
  font-size: 18px;
  color: #555;
  font-weight: normal;
  line-height: 24px;
  margin: 10px 0;
  padding-left: 0;
}
#menu ul li ul li ul li a {
  font-size: 16px;
  position: relative;
}
#menu ul li ul li ul li ul li a {
  font-size: 14px;
  padding-left: 20rem;
  position: relative;
}
#menu ul li ul li ul li ul li a:after {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #555;
}
#menu ul li:nth-child(1):before {
  display: none;
}
#menu .close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 17px;
  top: 18px;
  border-radius: 50%;
  background: url(../images/closed.png) no-repeat center center;
  background-size: 15px;
}
#menu.show1 {
  right: 0;
}
.phone {
  display: none;
}
.center {
  text-align: center;
}
#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;
  line-height: 30px;
}
#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;
  }
}
.home-title {
  font-family: var(--Roboto-Bold);
  font-size: 50rem;
  color: #333333;
}
.white {
  color: #ffffff;
}
.banner {
  position: relative;
}
.swiper-renewal-main {
  position: relative;
  overflow: hidden;
}
.swiper-renewal-main .img1 {
  display: none;
}
.swiper-renewal-main .swiper-slide img,
.swiper-renewal-main .swiper-slide video {
  display: block;
  width: 100%;
  object-fit: cover;
}
.swiper-renewal-main .img {
  position: relative;
  overflow: hidden;
}
.swiper-renewal-main .banner-hover {
  color: #fff;
  position: absolute;
  top: 24%;
  left: 0;
  width: 100%;
  font-size: 0;
  z-index: 33;
  text-align: center;
}
.swiper-renewal-main .banner-hover .bt {
  font-family: var(--Montserrat-Bold);
  font-size: 40rem;
  line-height: 64rem;
  color: #ffffff;
  text-shadow: 3rem 5rem 3rem rgba(30, 106, 163, 0.15);
  text-align: right;
  position: relative;
  padding-right: 33rem;
}
.swiper-renewal-main .banner-hover .bt:after {
  content: '';
  display: block;
  width: 5rem;
  height: 113rem;
  background-color: var(--main-color);
  position: absolute;
  top: 0;
  right: 0;
}

.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 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.swiper-renewal-main .swiper-pagination {
  bottom: 27rem;
  text-align: center;
  width: 100%;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
  width: 88rem;
  height: 4rem;
  background: #ffffff;
  border-radius: 4rem;
  margin: 0 2rem;
  overflow: hidden;
  opacity: 1;
  position: relative;
}
.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 {
  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;
}

.banner .banner-youshi {
	position: absolute;
	z-index: 99;
	bottom: 50rem;
	left: 0;
	width: 100%;
}

.banner .banner-hover2 .title-1 {
	font-family: var(--Montserrat-Bold);
	font-size: 56rem;
	line-height: 64rem;
	color: #ffffff;
	text-shadow: 3rem 5rem 3rem rgba(30, 106, 163, 0.15);
	position: relative;
}

.banner .banner-hover3 .info {
	font-size: 24px;
}
.banner .banner-hover3 {
	text-align: center;
	font-size: 24rem;
}

.banner .banner-hover3 .title-1 {
	font-family: var(--Montserrat-Bold);
	font-size: 56rem;
	line-height: 64rem;
	color: #ffffff;
	text-shadow: 3rem 5rem 3rem rgba(30, 106, 163, 0.15);
	position: relative;
	padding-right: 33rem;
}
.banner .banner-hover3 .title-2 {
	font-family: var(--Montserrat-Bold);
	font-size: 46rem;
	line-height: 64rem;
	color: #ffffff;
	text-shadow: 3rem 5rem 3rem rgba(30, 106, 163, 0.15);
	position: relative;
	padding-right: 33rem;
}
.banner .banner-hover3 .tags {
	border-top: 1px rgba(255, 255, 255, 0.4) solid;
	padding-top: 30rem;
	margin-top: 30rem;
	max-width: 900rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.banner .banner-hover3 .tags>div {
	padding-left: 8rem;
	padding-right: 8rem;
	padding-bottom: 16rem;
}
.banner .banner-hover3 .tags>div span {
	display: block;
	border: 2px #fff solid;
	padding: 0 10rem;
	line-height: 56rem;
	border-radius: 10rem;
	min-width: 216rem;
}

.swiper-slide-active .banner-hover2 .title-1 {
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate;
}

.swiper-slide-active .banner-hover3 .title-1 {
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate;
}
.swiper-slide-active .banner-hover3 .title-2 {
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate;
}
.swiper-slide-active .banner-hover3 .tags {
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate;
}

@media (max-width: 1200px) {
	.banner .banner-hover2 .title-1{
		font-size: 20px;
		line-height: 1.5;
	}

	.banner .banner-hover3 .info {
		font-size: 14px;
	}

	.banner .banner-hover3 .title-1 {
		font-size: 20px;
		line-height: 1.5;
		text-shadow: 3px 5px 3px rgba(30, 106, 163, 0.15);
	}
	.banner .banner-hover3 .title-2 {
		font-size: 18px;
		line-height: 1.5;
		text-shadow: 3px 5px 3px rgba(30, 106, 163, 0.15);
	}
	.banner .banner-hover3 .tags {
		padding-top: 20px;
		margin-top: 20px;
		max-width: 1100px;
	}
	.banner .banner-hover3 .tags>div {
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 8px;
	}
	.banner .banner-hover3 .tags>div span {
		display: block;
		border: 2px #fff solid;
		padding: 0 10px;
		line-height: 32px;
		border-radius: 5px;
		min-width: 100px;
	}
}

.youshi {
  background-color: rgba(27, 77, 150, 0.6);
  border-radius: 20rem;
}
.youshi li {
  width: 25%;
  float: left;
  padding: 0 50rem;
  padding-top: 36rem;
  padding-bottom: 32rem;
}
.youshi li .box {
  position: relative;
}
.youshi li .num {
  font-family: var(--Roboto-Bold);
  font-size: 64rem;
  line-height: 56rem;
  color: #fff;
}
.youshi li .num span {
  display: inline-block;
  vertical-align: bottom;
}
.youshi li .num i {
  font-style: normal;
  display: inline-block;
  vertical-align: bottom;
}
.youshi li .h3 {
  font-size: 15rem;
  line-height: 28rem;
  margin-top: 8rem;
  color: rgba(255, 255, 255, 0.8);
}
.youshi li .pic {
  width: 60rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.youshi li .pic:after {
  padding-bottom: 83.33333333%;
}
@-webkit-keyframes swiperbanner {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes swiperbanner {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 #bae435;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(186, 228, 53, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(186, 228, 53, 0);
  }
}
.fixed_cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  pointer-events: none;
  transition: 0.6s;
  transition-delay: 0.6s;
  mix-blend-mode: exclusion;
}
.fixed_cursor .cursor {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 33333;
  position: relative;
}
.fixed_cursor .cursor .whole {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.fixed_cursor .cursor .whole:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.25s ease-out;
}
.fixed_cursor .cursor .whole:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  border: 1px solid #ece9e8;
  opacity: 0;
  transition: all 0.3s;
}
.fixed_cursor .cursor .whole .bor {
  width: 200%;
  height: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.2);
  border-radius: 50%;
  border: 1px solid #ece9e8;
  opacity: 0.3;
  transition: ease 0.5s;
}
.fixed_cursor .cursor .whole .bor.on {
  transform: translate(-50%, -50%) scale(1);
}
.fixed_cursor .cursor .whole .bor.hide {
  opacity: 0;
}
.fixed_cursor .cursor .whole.on:after {
  transform: scale(0.5);
}
.fixed_cursor .cursor .whole.on:before {
  opacity: 0.3;
  transform: translate(-50%, -50%) scale(1);
}
.fixed_cursor .cursor .content_pro {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  cursor: pointer;
  opacity: 0;
  transition: ease 0.3s;
  z-index: 1;
}
.fixed_cursor .cursor .content_pro:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: var(--main-color);
  z-index: -1;
  filter: blur(10px);
  transform: scale(1.15);
}
.fixed_cursor .cursor .content_pro .cir {
  position: absolute;
  width: 180rem;
  height: 180rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  animation: ants 10s linear infinite;
}
.fixed_cursor .cursor .content_pro .text .end {
  transform: translateY(-3px);
  text-align: right;
}
.fixed_cursor .cursor .content_pro .text .end .overflow {
  width: 28rem;
  height: 28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.fixed_cursor .cursor .content_pro .text .end .iconfont {
  text-align: right;
  position: relative;
  left: 0;
  width: 28rem;
  height: 28rem;
  background: url(../images/icon1.png) no-repeat center center;
  background-size: 100%;
  animation: arrowRun 5s infinite;
}
.fixed_cursor .small {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: fixed;
  top: -3px;
  left: -3px;
}
.fixed_cursor.cut .whole {
  opacity: 0;
  transform: scale(0);
}
.fixed_cursor.cut .content_pro {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.fixed_cursor.fixed_cursor2 {
  mix-blend-mode: unset;
}
.fixed_cursor.fixed_cursor2 .cursor {
  width: 180rem;
  height: 180rem;
}
body:hover .cursor {
  opacity: 1;
}
@keyframes arrowRun {
  0% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7% {
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7.1% {
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  14% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
}
@keyframes arrowRun1 {
  0% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7% {
    transform: translate3d(0, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7.1% {
    transform: translate3d(0, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  14% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
}
@keyframes ants {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.more {
  width: 180rem;
  height: 180rem;
  transition: opacity 0.3s;
  z-index: 33333;
  position: relative;
}
.more .content_pro {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -90rem;
  margin-top: -90rem;
  cursor: pointer;
  transition: ease 0.3s;
  z-index: 1;
}
.more .content_pro:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: var(--main-color);
  z-index: -1;
}
.more .content_pro .cir {
  position: absolute;
  width: 180rem;
  height: 180rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  animation: ants 10s linear infinite;
}
.more .content_pro .text .end {
  text-align: right;
}
.more .content_pro .text .end .overflow {
  width: 28rem;
  height: 28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.more .content_pro .text .end .iconfont {
  text-align: right;
  position: relative;
  left: 0;
  width: 28rem;
  height: 28rem;
  background: url(../images/icon1.png) no-repeat center center;
  background-size: 100%;
  animation: arrowRun 5s infinite;
}
@media (min-width: 1025px) {
  .more:hover .content_pro:after {
    filter: blur(10px);
    transform: scale(1.15);
  }
}
.more1 .content_pro:after {
  background: #fff;
}
.more1 .content_pro .text .end .iconfont {
  background: url(../images/icon2.png) no-repeat center center;
  background-size: 100%;
}
.home-product {
  padding: 97rem 0;
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.home-product .home-bottom {
  padding-top: 50rem;
}
.prolist {
  margin: 0 -20rem;
}
.prolist li {
  width: 50%;
  float: left;
  padding: 0 20rem;
}
.prolist li .box {
  text-align: center;
}
.prolist li .pic {
  border-radius: 25rem;
}
.prolist li .pic:after {
  padding-bottom: 66.66666667%;
}
.prolist li .text {
  padding-top: 27rem;
}
.prolist li .bt {
  font-family: var(--Roboto-Bold);
  font-size: 30rem;
  margin-bottom: 14rem;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.prolist li .span {
  font-size: 20rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .prolist li:hover .pic img {
    transform: scale(1.1);
  }
}
.home-experts {
  padding: 89rem 0 108rem 0;
  background: url(../images/bg3.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  height: 1086rem;
}
.home-experts .home-title {
  line-height: 64rem;
}
.home-experts .home-bottom {
  padding-right: 213rem;
  position: relative;
  margin-top: -40rem;
}
.home-experts .home-bottom .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.home-experts .item .right {
  float: left;
  width: 60%;
  padding-top: 79rem;
}
.home-experts .item .right .bt {
  font-family: var(--Roboto-Bold);
  font-size: 28rem;
  margin-bottom: 22rem;
  color: var(--main-color);
}
.home-experts .item .right .p {
  font-size: 20rem;
  line-height: 40rem;
  color: #333333;
}
.home-experts .item .right .p p {
  padding-left: 30rem;
  background: url(../images/dui.png) no-repeat left 10rem;
  background-size: 20rem;
}
.home-experts .item .left {
  float: right;
  width: 39.8%;
  border-radius: 30rem 30rem 30rem 0;
  overflow: hidden;
}
.home-experts .item .left img {
  display: block;
}
.home-experts .item .left a {
  position: relative;
  display: block;
}
.home-experts .item .left .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 33333;
  width: 68rem;
  height: 68rem;
  border-radius: 50%;
  background: #fff;
}
.home-experts .item .left .playBtn .icon {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent var(--main-color);
  border-width: 10rem 0 10rem 18rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-experts .item .left .playBtn .circle {
  width: 122rem;
  height: 122rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-experts .item .left .playBtn .circle::before {
  content: '';
  display: block;
  width: 122rem;
  height: 122rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 4s ease-out 0s infinite;
}
.home-experts .item .left .playBtn .circle::after {
  content: '';
  display: block;
  width: 122rem;
  height: 122rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 2s ease-out 0s infinite;
}
.home-experts .item1 .left {
  float: left;
  border-radius: 30rem 0 30rem 30rem;
  width: 60.2%;
}
.home-experts .item1 .right {
  float: right;
  width: 34%;
  padding-top: 68rem;
}
.home-experts .item1 .right .bt {
  margin-bottom: 31rem;
}
.home-experts .item1 .jsh ul li {
  margin-bottom: 20rem;
}
.home-experts .item1 .jsh ul li .box {
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-experts .item1 .jsh ul li .pic {
  width: 80rem;
  border-radius: 50%;
  float: left;
  background: url(../images/bg2.png) no-repeat center center;
  background-size: 100%;
}
.home-experts .item1 .jsh ul li .h3 {
  float: left;
  font-size: 20rem;
  line-height: 32rem;
  padding-left: 16rem;
  color: #333333;
  width: 80%;
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.tanchuvideo {
  z-index: 10000;
  position: fixed;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  width: 100%;
  height: 100%;
}
.tanchuvideo .close {
  position: absolute;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  top: 40rem;
  right: 40rem;
  text-align: center;
  background: #ffffff url(../images/closed.png) no-repeat center center;
  background-size: 12rem;
  cursor: pointer;
  z-index: 3333;
}
.tanchuvideo .swiper-video {
  position: relative;
  overflow: hidden;
}
.tanchuvideo .swiper-video .swiper-pagination {
  bottom: 10rem;
  left: 0;
  width: 100%;
}
.tanchuvideo .swiper-video .swiper-pagination-bullet {
  background: #fff;
  margin: 0 4px;
}
.tanchuvideo video {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 768px) {
  .tanchuvideo {
    width: 100%;
    height: auto;
  }
}
.home-case {
  padding: 95rem 0 67rem 0;
  background: #f3f6fa;
  overflow: hidden;
}
.home-case .container {
  width: 1840rem;
}
.home-case .home-bottom {
  padding-top: 50rem;
}
.caselist {
  margin: 0 -15rem;
}
.cases .caselist {
  overflow:hidden;
}
.caselist .item {
  float: left;
  width: 14.285%;
  padding: 0 15rem;
  margin-bottom: 30rem;
  overflow: hidden;
}
.caselist .item .box {
  height: 285rem;
  border-radius: 20rem;
  overflow: hidden;
  position: relative;
}
.caselist .item .box:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 335;
  background: url(../images/bg4.png) repeat-x bottom center;
  transition: 0.5s;
}
.caselist .item .box:after {
  content: '';
  display: block;
  position: absolute;
  width: 21rem;
  height: 21rem;
  bottom: -30rem;
  right: 40rem;
  z-index: 3433;
  background: url(../images/icon1.png) no-repeat center center;
  background-size: 100%;
  transition: 0.5s;
}
.caselist .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 355;
  padding: 0 38rem;
  padding-bottom: 20rem;
}
.caselist .item .bt {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  line-height: 56rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #ffffff;
}
.caselist .item .p {
  font-size: 20rem;
  line-height: 26rem;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  color: rgba(255, 254, 254, 0.7);
}
.caselist .item .bg {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
@media (min-width: 1025px) {
  .caselist .item:hover .box:after {
    bottom: 80%;
  }
  .caselist .item:hover .box:before {
    background-color: rgba(28, 80, 156, 0.5);
  }
  .caselist .item:hover .bg {
    transform: scale(1.1);
  }
  .caselist .item:hover .text {
    padding-bottom: 33rem;
  }
  .caselist .item:hover .p {
    height: 52rem;
  }
}
.caselist .item1 .box {
  height: 599rem;
}
.caselist .item2 {
  width: 50%;
}
.caselist .item2 .box {
  height: 320rem;
}
.home-team {
  padding: 48rem 0;
  position: relative;
  overflow: hidden;
  background: url(../images/bg5.jpg) no-repeat top center;
  background-size: cover;
}
.home-team .home-title {
  position: absolute;
  top: 92rem;
  width: 100%;
  left: 0;
}
.home-team .teamshow {
  padding-right: 200rem;
  padding-top: 145rem;
  padding-bottom: 76rem;
  overflow: hidden;
}
.home-team .pic {
  border-radius: 6rem;
}
.home-team .pic:after {
  padding-bottom: 118.51851852%;
}


.home-team .bt1 {
  font-family: var(--Roboto-Bold);
  font-size: 32rem;
  line-height: 56rem;
  height: 56rem;
  overflow: hidden;
  color: #ffffff;
  width:38.5%;
  position: absolute;
  bottom: -56rem;
  text-align: center;
}

.home-team .swiper-list {
  position: relative;
  /* overflow: hidden; */
}
.home-team .swiper-list .item .box {
  position: relative;
}
.home-team .swiper-list .item .pic {
  border-radius: 20rem;
  width: 38.5%;
  float: left;
}

.home-team .swiper-list .item .text1 {
  float: right;
  width: 56.5%;
  padding-top: 46rem;
  padding-right: 200rem;
}
.home-team .swiper-list .item .text1 .bt {
  font-family: var(--Roboto-Bold);
  font-size: 32rem;
  line-height: 56rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #ffffff;
}
.home-team .swiper-list .item .text1 .span {
  font-size: 20rem;
  margin-bottom: 49rem;
  color: rgba(255, 255, 255, 0.7);
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.home-team .swiper-list .item .text1 .jsh {
  font-size: 20rem;
  line-height: 32rem;
  color: rgba(255, 255, 255, 0.7);
}
.home-team .swiper-list .item .text1 .jsh p {
  padding-left: 19rem;
  background: url(../images/dui1.png) no-repeat left 9rem;
  background-size: 13rem;
}
.home-team .swiper-list .item .text1 .h3 {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  line-height: 32rem;
  margin-bottom: 6rem;
  margin-top: 40rem;
  color: #ffffff;
}
.home-team .swiper-list .item .text1 .p {
  font-size: 20rem;
  line-height: 32rem;
  color: rgba(255, 255, 255, 0.7);
}
.home-team .swiper-list .item .text1 .p p {
  padding-left: 19rem;
  background: url(../images/dui1.png) no-repeat left 9rem;
  background-size: 13rem;
}
.home-team .swiper-list .item .more {
  position: absolute;
  bottom: 63rem;
  right: 63rem;
}
.home-team .home-bottom {
  position: relative;
}
.home-team .teamlist {
  position: absolute;
  top: 0;
  right: 0;
  width: 155rem;
  padding: 34rem 0;
}
.home-team .teamlist .swiper {
  height: 795rem;
  position: relative;
  overflow: hidden;
}
.home-team .teamlist .item {
  height: 185rem;
}
.home-team .teamlist .item .pic {
  border: 1px solid var(--main-color);
}
.home-team .teamlist .swiper-slide-active .pic {
  border: 1px solid #fff;
}
.home-team .teamlist .swiper-button-prev,
.home-team .teamlist .swiper-button-next {
  width: 100%;
  height: 20rem;
  z-index: 5;
  top: auto;
  top: 0;
  margin: 0;
  left: 0;
  opacity: 0.5;
}
.home-team .teamlist .swiper-button-prev:after,
.home-team .teamlist .swiper-button-next:after {
  content: '';
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .home-team .teamlist .swiper-button-prev:hover,
  .home-team .teamlist .swiper-button-next:hover {
    opacity: 1;
  }
}
.home-team .teamlist .swiper-button-prev:after {
  background: url(../images/top.png) no-repeat center center;
  background-size: 20rem;
}
@media (min-width: 1025px) {
  .home-team .teamlist .swiper-button-prev:hover {
    opacity: 1;
  }
}
.home-team .teamlist .swiper-button-next {
  bottom: 0;
  top: auto;
}
.home-team .teamlist .swiper-button-next:after {
  background: url(../images/bottom.png) no-repeat center center;
  background-size: 20rem;
}
@media (min-width: 1025px) {
  .home-team .teamlist .swiper-button-next:hover {
    opacity: 1;
  }
}
.home-main {
  overflow: hidden;
}
.home-partners {
  padding: 125rem 0 71rem 0;
  background: url(../images/bg6.jpg) no-repeat top center;
  background-size: cover;
}
.home-partners .home-bottom {
  margin-top: 49rem;
}
.home-partners .home-bottom .picMarquee-top {
  position: relative;
  overflow: hidden;
  height: 110rem;
  margin-bottom: 30rem;
}
.home-partners .home-bottom .partentlist li {
  width: 220rem;
  height: 110rem;
  float: left;
  margin-right: 30rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 20rem 0rem rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.home-partners .home-bottom .partentlist li a {
  display: block;
  overflow: hidden;
}
.home-partners .home-bottom .partentlist li .pic:after {
  padding-bottom: 50%;
}
.home-partners .home-bottom .partentlist li .pic .mh {
  display: none;
}
@media (min-width: 1025px) {
  .home-partners .home-bottom .partentlist li:hover a {
    background-color: var(--hover-color);
  }
}
.home-articles {
  padding: 98rem 0 100rem 0;
  overflow: hidden;
}
.home-articles .home-top .home-title {
  float: left;
  line-height: 120rem;
}
.home-articles .home-top .right {
  float: right;
}
.home-articles .home-top .more {
  width: 120rem;
  height: 120rem;
}
.home-articles .home-top .more .content_pro {
  margin-left: -60rem;
  margin-top: -60rem;
}
.home-articles .home-top .more .content_pro .cir {
  width: 120rem;
  height: 120rem;
}
.home-articles .home-top .more .content_pro .text .end .overflow {
  width: 21rem;
  height: 21rem;
}
.home-articles .home-top .more .content_pro .text .end .iconfont {
  width: 21rem;
  height: 21rem;
}
.home-articles .home-bottom {
  padding-top: 51rem;
}
.newslist .item {
  width: 33.33333333%;
  float: left;
}
.newslist .item .box {
  background-color: #f8fcfd;
  overflow: hidden;
  border-radius: 20rem;
}
.newslist .item .text {
  padding: 29rem 34rem 35rem 34rem;
}
.newslist .item .bt {
  font-family: var(--Roboto-Bold);
  font-size: 24rem;
  line-height: 40rem;
  height: 80rem;
  overflow: hidden;
  color: #333333;
}
.newslist .item .span {
  font-size: 20rem;
  line-height: 28rem;
  height: 56rem;
  margin-top: 8rem;
  margin-bottom: 25rem;
  color: #666666;
  overflow: hidden;
}
.newslist .item .pic:after {
  padding-bottom: 67.19367589%;
}
.newslist .item .date span {
  float: left;
  font-size: 14rem;
  line-height: 28rem;
  color: #666666;
  background: url(../images/date.png) no-repeat center left;
  background-size: 13rem;
  padding-left: 20rem;
  display: block;
}
.newslist .item .date p {
  float: right;
  font-size: 20rem;
  line-height: 28rem;
  color: var(--main-color);
}
@media (min-width: 1025px) {
  .newslist .item:hover .box {
    background-color: var(--main-color);
  }
  .newslist .item:hover .bt {
    color: #fff;
  }
  .newslist .item:hover .span {
    color: #fff;
  }
  .newslist .item:hover .pic img {
    transform: scale(1.1);
  }
  .newslist .item:hover .date span {
    color: #fff;
    background: url(../images/date1.png) no-repeat center left;
    background-size: 13rem;
  }
  .newslist .item:hover .date p {
    color: var(--main-color);
    opacity: 0;
  }
}
.footer {
  background: url(../images/bg7.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.footer .footer-left {
  float: left;
  width: 33%;
}
.footer .footer-left .img img {
  width: 124rem;
  display: block;
}
.footer .footer-left .p {
  font-size: 20rem;
  line-height: 26rem;
  padding-top: 34rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer .footer-left .p p {
  margin-bottom: 17rem;
}
.footer .footer-center {
  float: left;
  width: 41%;
  padding: 11rem 230rem;
}
.footer .footer-center a {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  line-height: 56rem;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .footer .footer-center a:hover {
    text-decoration: underline;
  }
}
.footer .footer-right {
  float: right;
  width: 26%;
  padding-top: 27rem;
}
.footer .footer-right .bt {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  color: #ffffff;
}
.footer .footer-right .p {
  font-size: 20rem;
  line-height: 26rem;
  margin-top: 30rem;
  margin-bottom: 22rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer .footer-right .search {
  width: 340rem;
  background-color: #ffffff;
  border-radius: 4rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.footer .footer-right .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 20rem;
  color: #666;
  height: 50rem;
  vertical-align: top;
  padding: 0 100rem 0 20rem;
  -webkit-appearance: none;
  background: none;
}
.footer .footer-right .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  display: block;
  height: 50rem;
  line-height: 50rem;
  position: absolute;
  width: 90rem;
  background: var(--main-color);
  border-radius: 4rem;
}
.footer .footer-right .share {
  margin-top: 40rem;
}
.footer .footer-right .share a {
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  float: left;
  margin-right: 8rem;
}
@media (min-width: 1025px) {
  .footer .footer-right .share a:hover {
    background: #ffffff;
  }
}
.footer .footer-top {
  padding: 40rem 0 38rem 0;
}
.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  font-size: 14rem;
  line-height: 25rem;
  padding: 23rem 0;
  color: #ffffff;
}
.footer-copyright a {
  margin: 0 10rem;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .footer-copyright a:hover {
    text-decoration: underline;
  }
}
.float {
  position: fixed;
  right: 40rem;
  bottom: 40rem;
  z-index: 444;
}
.float .more {
  width: 120rem;
  height: 120rem;
}
.float .more .content_pro {
  margin-left: -60rem;
  margin-top: -60rem;
}
.float .more .content_pro .cir {
  width: 120rem;
  height: 120rem;
}
.float .more .content_pro .text .end .overflow {
  width: 29rem;
  height: 31rem;
}
.float .more .content_pro .text .end .iconfont {
  width: 29rem;
  height: 31rem;
}
.float .more .content_pro .text .end .iconfont {
  background: url(../images/icon3.png) no-repeat center center;
  background-size: 100%;
  animation: arrowRun1 5s infinite;
}
.inbanner {
  color: #fff;
  position: relative;
  overflow: hidden;
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.inbanner img,
.inbanner video {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inbanner .img {
  position: relative;
  overflow: hidden;
}
.inbanner .img img {
  -webkit-animation: wave 2s alternate;
  animation: wave 2s alternate;
}
.inbanner .img1 {
  position: relative;
  overflow: hidden;
  display: none;
}
.inbanner .item {
  position: relative;
  overflow: hidden;
}
.inbanner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 5;
}
.inbanner .banner-hover .bt {
  font-family: var(--Roboto-Bold);
  font-size: 48rem;
  margin-bottom: 22rem;
  color: #ffffff;
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.inbanner .banner-hover .current1 {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.current1 {
  font-size: 20rem;
  color: #ffffff;
}
.current1 a {
  color: #ffffff;
}
.current1 b {
  font-weight: normal;
}
.current2 {
  color: #666666;
  padding: 28rem 0;
}
.current2 a {
  color: #666666;
}
.current2 span {
  float: right;
}
.current2 b {
  color: var(--main-color);
}
.content {
  padding: 100rem 0;
  min-height: 600rem;
}
.caselist ul {
  margin: 0 -20rem;
}
.caselist ul li {
  width: 11.11111111%;
  float: left;
  padding: 0 20rem;
}
.caselist ul li .pic {
  width: 87rem;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 20rem 0rem rgba(28, 80, 156, 0.1);
  border-radius: 50%;
}
.caselist ul li .bt {
  text-align: center;
  font-size: 20rem;
  line-height: 30rem;
  height: 60rem;
  margin-top: 13rem;
  overflow: hidden;
  color: #333333;
}
.caselist ul li .pic .mh {
  display: none;
}
@media (min-width: 1025px) {
    .caselist ul li:hover .pic, .caselist ul li.active .pic {
        background: var(--main-color);
    }
        .caselist ul li:hover .pic .mh, .caselist ul li.active .pic .mh {
            display: block;
        }
        .caselist ul li:hover .pic .m, .caselist ul li.active .pic .m {
            display: none;
        }
}
.caselist1 {
  padding-top: 42rem;
  overflow: hidden;
  padding-bottom: 20rem;
}
.caselist1 ul {
  margin: 0 -20rem;
  overflow: hidden;
}
.caselist1 ul li {
  float: left;
  width: 33.33333333%;
  padding: 0 20rem;
  margin-bottom: 31rem;
}
.caselist1 ul li .pic {
  border-radius: 20rem;
}
.caselist1 ul li .pic:after {
  padding-bottom: 67.19367589%;
}
.caselist1 ul li .bt {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  line-height: 32rem;
  height: 64rem;
  margin-top: 22rem;
  overflow: hidden;
  color: #333333;
  text-align: center;
}
@media (min-width: 1025px) {
  .caselist1 ul li:hover .pic img {
    transform: scale(1.1);
  }
  .caselist1 ul li:hover .bt {
    color: var(--main-color);
  }
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58;
}
.page em {
  font-style: normal;
  font-size: 18px;
}
.page a {
  color: #858585;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  min-width: 42px;
  line-height: 40px;
  text-transform: uppercase;
  height: 42px;
  border-radius: 40px;
  margin: 0 8px;
  padding: 0 5px;
  vertical-align: top;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-box-shadow: 0 0 0 1px #ddd;
}
.page a span {
  display: block;
}
.page a.cur,
.page a:hover {
  background: var(--main-color);
  -webkit-box-shadow: 0 0 0 1px var(--main-color);
  color: #fff;
}
.page a.prev,
.page a.next {
  color: #858585;
}
.page a.prev {
  padding-left: 24px;
  margin-right: 5px;
  width: 108px;
}
.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: 108px;
}
.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;
  }
  .page a.prev,
  .page a.next {
    display: inline-block;
  }
}
.team {
  padding: 91rem 0;
}
.team .team-p {
  text-align: center;
  font-size: 20rem;
  line-height: 32rem;
  margin: 0 auto;
  margin-top: 41rem;
  margin-bottom: 53rem;
  width: 82%;
  color: #666666;
}
.swiper-team {
  position: relative;
  overflow: hidden;
  border-radius: 20rem;
}
.swiper-team .pic:after {
  padding-bottom: 37.5%;
}
.teamlist {
  margin: 0 -19rem;
  padding-top: 100rem;
}
.teamlist li {
  width: 25%;
  float: left;
  padding: 0 19rem;
  margin-bottom: 48rem;
}
.teamlist li .pic {
  border-radius: 20rem;
}
.teamlist li .pic img {
  width: 100%;
}
.teamlist li .pic:after {
  padding-bottom: 113.51351351%;
}
.teamlist li .bt {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  line-height: 34rem;
  margin-top: 15rem;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 1025px) {
  .teamlist li:hover .pic img {
    transform: scale(1.1);
  }
  .teamlist li:hover .bt {
    color: var(--main-color);
  }
}
.team-show {
  padding-top: 0;
  background: url(../images/bg8.jpg) no-repeat top center;
  background-size: cover;
}
.team-show .team-info {
  margin-top: 26rem;
}
.team-show .team-info .box {
  position: relative;
}
.team-show .team-info .pic {
  border-radius: 37rem;
  width: 43.1%;
  float: left;
}
.team-show .team-info .pic img {
  width: 100%;
}
.team-show .team-info .pic:after {
  padding-bottom: 118.51851852%;
}
.team-show .team-info .text1 {
  float: right;
  width: 50.5%;
}
.team-show .team-info .text1 .bt {
  font-family: var(--Roboto-Bold);
  font-size: 32rem;
  margin-bottom: 7rem;
  color: var(--main-color);
}
.team-show .team-info .text1 .span {
  font-size: 20rem;
  margin-bottom: 27rem;
  color: #666666;
}
.team-show .team-info .text1 .jsh {
  font-size: 20rem;
  line-height: 32rem;
  color: #666666;
}
.team-show .team-info .text1 .jsh p {
  padding-left: 19rem;
  background: url(../images/dui.png) no-repeat left 9rem;
  background-size: 13rem;
}
.team-show .team-info .text1 .h3 {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  line-height: 32rem;
  margin-bottom: 6rem;
  margin-top: 35rem;
  color: #333333;
}
.team-show .team-info .text1 .p {
  font-size: 20rem;
  line-height: 32rem;
  color: #666666;
}
.team-show .team-info .text1 .p p {
  padding-left: 19rem;
  background: url(../images/dui.png) no-repeat left 9rem;
  background-size: 13rem;
}
.team-show .team-info .text1 .qianming {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 212rem;
}
.team-show .team-info .text1 .qianming img {
  display: block;
}
.blogs {
  padding-top: 0;
  background: url(../images/bg10.png) no-repeat top center;
  background-size: 100%;
}
.news-one {
  position: relative;
  overflow: hidden;
  margin-bottom: 41rem;
  margin-top: 26rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 20rem 0rem rgba(0, 123, 186, 0.1);
  border-radius: 32rem;
}
.news-one .list {
  position: relative;
  z-index: 5;
}
.news-one .list li .box {
  position: relative;
  min-height: 537rem;
  padding-left: 871rem;
  padding-right: 100rem;
  background: url(../images/bg9.png) no-repeat bottom right;
  background-size: 355rem;
}
.news-one .list li .box .pic {
  width: 800rem;
  border-radius: 32rem;
  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: 67.125%;
}
.news-one .list li .box .text {
  padding-top: 93rem;
}
.news-one .list li .box .text .date {
  font-size: 17rem;
  line-height: 28rem;
  color: #999999;
  display: block;
  background: url(../images/date.png) no-repeat center left;
  padding-left: 18rem;
  background-size: 14rem;
  margin-bottom: 12rem;
}
.news-one .list li .box .text .bt {
  font-family: var(--Roboto-Bold);
  font-size: 28rem;
  line-height: 40rem;
  height: 80rem;
  overflow: hidden;
  color: #333333;
  margin-bottom: 14rem;
  margin-top: 29rem;
}
.news-one .list li .box .text .jsh {
  font-size: 20rem;
  line-height: 28rem;
  color: #666666;
  margin-bottom: 29rem;
  height: 112rem;
  overflow: hidden;
}
.news-one .list li .box .text .more3 {
  font-size: 20rem;
  line-height: 28rem;
  color: var(--main-color);
}
@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 .more p {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse512 1.5s infinite;
  }
}
.btn1 {
  position: relative;
  height: 50rem;
  margin: 0 auto;
  margin-bottom: 62rem;
  padding-top: 24rem;
  width: 63%;
}
.btn1 .swiper-button-prev,
.btn1 .swiper-button-next {
  border-radius: 50%;
  width: 50rem;
  height: 50rem;
  z-index: 5;
  top: auto;
  bottom: 0;
  margin: 0;
  border: solid 1px #e6e6e6;
}
.btn1 .swiper-button-prev:after,
.btn1 .swiper-button-next:after {
  content: '';
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .btn1 .swiper-button-prev:hover,
  .btn1 .swiper-button-next:hover {
    background: var(--main-color);
    border: solid 1px var(--main-color);
  }
  .btn1 .swiper-button-prev:hover:after,
  .btn1 .swiper-button-next:hover:after {
    color: #fff;
  }
}
.btn1 .swiper-button-prev {
  left: 0;
}
.btn1 .swiper-button-next {
  right: 0;
  margin-left: auto;
}
.btn1 .swiper-button-prev {
  left: 0;
}
.btn1 .swiper-button-prev:after {
  background: url(../images/left.png) no-repeat center center;
  background-size: 14rem;
}
@media (min-width: 1025px) {
  .btn1 .swiper-button-prev:hover:after {
    background: url(../images/lefth.png) no-repeat center center;
    background-size: 14rem;
  }
}
.btn1 .swiper-button-next {
  right: 0;
  margin-left: auto;
}
.btn1 .swiper-button-next:after {
  background: url(../images/right.png) no-repeat center center;
  background-size: 14rem;
}
@media (min-width: 1025px) {
  .btn1 .swiper-button-next:hover:after {
    background: url(../images/righth.png) no-repeat center center;
    background-size: 14rem;
  }
}
.btn1 .swiper-pagination {
  height: 2px;
  width: 81%;
  left: auto;
  top: auto;
  background: #e1e1e1;
  margin: 0 auto;
  position: relative;
  display: block;
}
.btn1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--main-color);
}
.newslist1 {
  margin: 0 -21rem;
  padding-bottom: 20rem;
}
.newslist1 .item {
  width: 33.33333333%;
  float: left;
  padding: 0 21rem;
  margin-bottom: 40rem;
}
.blogs-show {
  padding-top: 0;
  background: url(../images/bg11.png) no-repeat top center;
  background-size: 100%;
}
@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
    /* 根据需要调整 */
  }
}
.wave-box {
  position: absolute;
  height: 189rem;
  width: 100%;
  z-index: 3;
  bottom: 0;
  left: 0;
}
.wave-box .marquee-box .marquee {
  height: 189rem;
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
.fa_wave svg {
  display: block;
  width: 100%;
  height: 200rem;
  margin: 0px;
}
.parallax > use {
  animation: move-forever 12s linear infinite;
  transform-origin: 50% 50%;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
}
.parallax > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}
.blogs-top {
  position: relative;
}
.blogs-top .ne {
  position: relative;
  z-index: 33;
  padding: 41rem 0 60rem 0;
}
.blogs-top .ne .h1 {
  width: 80%;
  margin-bottom: 35rem;
}
.h1 {
  font-family: var(--Roboto-Bold);
  font-size: 40rem;
  line-height: 64rem;
  color: #333333;
}
.h2 {
  font-size: 20rem;
  line-height: 26rem;
  color: #666666;
  width: 70%;
}
.h2 .share {
  float: right;
}
.h2 .share a {
  width: 34rem;
  height: 34rem;
  display: block;
  float: left;
  margin-right: 8rem;
}
.h2 .share .s1 {
  background: url(../images/f1h.png) no-repeat center center;
  background-size: 100%;
}
.h2 .share .s2 {
  background: url(../images/f2h.png) no-repeat center center;
  background-size: 100%;
}
.h2 .share .s3 {
  background: url(../images/f5h.png) no-repeat center center;
  background-size: 100%;
}
.blogs-bottom {
  padding: 34rem 0;
}
.blogs-bottom .left {
  float: left;
  width: 68%;
}
.blogs-bottom .p {
  font-size: 20rem;
  line-height: 32rem;
  color: #666666;
}
.blogs-bottom .right {
  float: right;
  width: 25%;
  position: sticky;
  top: 150rem;
  margin-top: 37rem;
}
.blogs-bottom .right .related {
  padding: 43rem 35rem;
  box-shadow: 0rem 0rem 30rem 0rem rgba(23, 116, 196, 0.1);
  border-radius: 10rem;
  background: #fff;
  margin-bottom: 40rem;
}
.blogs-bottom .right .home-title {
  font-size: 32rem;
  margin-bottom: 31rem;
  font-family: var(--Montserrat-Bold);
}
.blogs-bottom .right .list ul li {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 27rem;
}
.blogs-bottom .right .list ul li a {
  display: block;
  padding-bottom: 22rem;
}
.blogs-bottom .right .list ul li .date {
  font-size: 20rem;
  margin-bottom: 11rem;
  color: #666666;
}
.blogs-bottom .right .list ul li .bt {
  font-family: var(--Montserrat-Bold);
  font-size: 20rem;
  line-height: 28rem;
  height: 56rem;
  overflow: hidden;
  color: #333333;
}
@media (min-width: 1025px) {
  .blogs-bottom .right .list ul li:hover .bt {
    color: var(--main-color);
  }
}
.pro-btn a {
  display: block;
  font-size: 18rem;
  line-height: 37rem;
  height: 37rem;
  padding-left: 50rem;
  margin: 14rem 0;
  overflow: hidden;
  position: relative;
  color: #666666;
}
.pro-btn a:after {
  content: '';
  display: block;
  width: 37rem;
  height: 37rem;
  border-radius: 50%;
  border: solid 1px #666666;
  position: absolute;
  top: 0;
  left: 0;
}
.pro-btn1{
    display: flex;
    width: 43.1%;
    justify-content: center;
}

.pro-btn1 a {
  margin-right: 50rem;
}
.pro-btn1 a:last-child {
  margin-right: 0;
}

@media (max-width: 1200px) {
	.pro-btn1{
		width: 100%;
	}
}

@media (min-width: 1025px) {
  .pro-btn a:hover {
    color: var(--main-color);
  }
  .pro-btn a:hover:after {
    border: solid 1px var(--main-color);
  }
}
.pro-btn .prev:after {
  background: url(../images/prev.png) no-repeat center center;
  background-size: 100%;
}
@media (min-width: 1025px) {
  .pro-btn .prev:hover:after {
    background: var(--main-color) url(../images/prev1.png) no-repeat center center;
    background-size: 100%;
  }
}
.pro-btn .fanhui:after {
  background: url(../images/fanhui.png) no-repeat center center;
  background-size: 100%;
}
@media (min-width: 1025px) {
  .pro-btn .fanhui:hover:after {
    background: var(--main-color) url(../images/fanhui1.png) no-repeat center center;
    background-size: 100%;
  }
}
.pro-btn .next:after {
  background: url(../images/next.png) no-repeat center center;
  background-size: 100%;
}
@media (min-width: 1025px) {
  .pro-btn .next:hover:after {
    background: var(--main-color) url(../images/next1.png) no-repeat center center;
    background-size: 100%;
  }
}
.contact {
  padding-top: 0;
  background: #f3f6fa url(../images/bg12.jpg) no-repeat bottom left;
  background-size: 100%;
}
.inmain-title {
  font-family: var(--Roboto-Bold);
  font-size: 40rem;
  line-height: 72rem;
  color: #333333;
  position: relative;
  z-index: 55;
}
.contact01 {
  padding: 20rem 0 0 0;
}
.contact01 .contact-info {
  padding-top: 49rem;
  display: flex;
  flex-wrap: wrap;
}
.contact01 .left {
  float: left;
  width: 50%;
  box-shadow: 0rem 0rem 30rem 0rem rgba(19, 80, 44, 0.1);
  border-radius: 20rem;
  border: solid 1rem #ffffff;
  padding: 42rem 68rem;
  position: relative;
  overflow: hidden;
}
.contact01 .left:after {
  content: '';
  display: block;
  filter: blur(20px);
  width: 100%;
  height: 100%;
  background: url(../images/bg12.png) no-repeat bottom left;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.contact01 .left .list {
  padding-top: 54rem;
  position: relative;
  z-index: 55;
}
.contact01 .left .list ul {
  margin: 0 -10rem;
}
.contact01 .left .list ul li {
  width: 50%;
  float: left;
  padding: 0 10rem;
  margin-bottom: 24rem;
}
.contact01 .left .list ul li .span {
  font-size: 20rem;
  line-height: 32rem;
  color: #333333;
  margin-bottom: 6rem;
}
.contact01 .left .list ul li .span font {
  color: #ff0000;
}
.contact01 .left .list ul li input,
.contact01 .left .list ul li textarea {
  width: 100%;
  height: 42rem;
  background-color: #ffffff;
  border-radius: 3rem;
  padding: 0 20rem;
  border: 0;
}
.contact01 .left .list ul li textarea {
  height: 152rem;
  padding: 20rem;
}
.contact01 .left .list ul li .verify-wrap {
  width: 100% !important;
  height: 44rem;
  background-color: #e5e5e5;
  position: relative;
}
.contact01 .left .list ul li .verify-wrap .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 44rem;
  height: 44rem;
  background: #f7f8f9 url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 18rem;
  z-index: 2;
  cursor: move;
  border: 1px solid #e1e1e1;
}
.contact01 .left .list ul li .verify-wrap .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg?t=1) no-repeat center center;
  background-size: 22rem;
  border: 1px solid #e1e1e1;
}
.contact01 .left .list ul li .verify-wrap .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 44rem;
  width: 0;
  background-color: var(--main-color);
  color: #fff;
  font-size: 20rem;
  text-align: center;
  line-height: 42rem;
}
.contact01 .left .list ul li .verify-wrap .fix-tips,
.contact01 .left .list ul li .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #51555c;
  z-index: 1;
  line-height: 42rem;
  font-size: 14rem;
  text-align: center;
  padding-left: 40rem;
}
.contact01 .left .list ul li .verify-wrap .verify-msg {
  background-color: var(--main-color);
  color: #fff;
  display: none;
  padding-left: 0;
  padding-right: 47rem;
}
.contact01 .left .list ul li .more0 {
  float: left;
  margin-right: 20rem;
}

.contact01 .left .list ul li .more0:last-child{
	margin-right:0;
}

.contact01 .left .list ul li .more0 a {
  width: 182rem;
  line-height: 52rem;
  background-color: var(--main-color);
  display: block;
  border-radius: 30rem;
  border: solid 1rem var(--main-color);
  text-align: center;
}
.contact01 .left .list ul li .more0 a span {
  font-size: 20rem;
  line-height: 52rem;
  font-family: var(--Montserrat-Bold);
  color: #fff;
}
@media (min-width: 1025px) {
  .contact01 .left .list ul li .more0 a:hover {
    border: solid 1rem #0d954d;
    background: #0d954d;
  }
  .contact01 .left .list ul li .more0 a:hover span {
    color: #fff;
  }
}
.contact01 .left .list ul li .more2 a {
  background: none;
  border: solid 1rem #0d954d;
}
.contact01 .left .list ul li .more2 a span {
  color: #0d954d;
}
.contact01 .right {
  float: right;
  width: 50%;
  /* padding-top: 44rem;
  padding-left: 71rem; */
}
.contact01 .right .jsh {
  padding-top: 40rem;
  padding-bottom: 28rem;
}
.contact01 .right .jsh .li {
  margin-bottom: 47rem;
}
.contact01 .right .jsh .h3 {
  font-family: var(--Roboto-Bold);
  font-size: 28rem;
  color: #333333;
  margin-bottom: 8rem;
}
.contact01 .right .jsh .pp {
  font-family: var(--Roboto-Bold);
  font-size: 28rem;
  line-height: 42rem;
  color: var(--main-color);
}
.contact01 .right .jsh .pp a {
  color: var(--main-color);
}
.contact01 .right #allmap {
  position: relative;
}
.contact01 .right #allmap img {
  display: block;
}
.contact01 .right #allmap .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(111%, -55%);
  z-index: 33333;
  width: 86rem;
  height: 86rem;
  border-radius: 50%;
  background: var(--main-color);
}
.contact01 .right #allmap .playBtn .icon {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact01 .right #allmap .playBtn .circle {
  width: 140rem;
  height: 140rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact01 .right #allmap .playBtn .circle::before {
  content: '';
  display: block;
  width: 140rem;
  height: 140rem;
  border-radius: 50%;
  background: rgba(28, 80, 156, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 4s ease-out 0s infinite;
}
.contact01 .right #allmap .playBtn .circle::after {
  content: '';
  display: block;
  width: 140rem;
  height: 140rem;
  border-radius: 50%;
  background: rgba(28, 80, 156, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 2s ease-out 0s infinite;
}
.contact01 .p {
  font-size: 20rem;
  padding-top: 9rem;
  line-height: 32rem;
  color: #666666;
  position: relative;
  z-index: 55;
}
.cases-show {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.cases-show .btn-float {
  position: fixed;
  left: 10rem;
  bottom: 40%;
}
.case01 {
  padding-bottom: 96rem;
}
.case01 .case-item {
  margin-top: 26rem;
}
.case-item .nr {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.case-item .left {
  float: left;
  border-radius: 32rem;
  width: 50%;
  /* overflow: hidden; */
}

.case-item .left .swiper-case-img{
	overflow: hidden;
}

.case-item .right {
  float: right;
  width: 50%;
  padding-left: 35rem;
}
.case-item .right .bt {
  font-family: var(--Roboto-Bold);
  font-size: 36rem;
  color: #333333;
}
.case-item .right .span {
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  margin-top: 46rem;
  margin-bottom: 7rem;
  color: #333333;
}
.case-item .right .p {
  font-size: 20rem;
  line-height: 36rem;
  color: #333333;
}
.case-item .right .p b {
  color: #1c509c;
}
.case02 {
  padding: 91rem 0 105rem 0;
  background: url(../images/bg14.jpg) no-repeat center center;
  background-size: cover;
}
.case02 .case-bottom {
  margin-top: 51rem;
}
.case02 .case-bottom ul {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.case02 .case-bottom ul:after {
  content: '';
  display: block;
  width: 90%;
  height: 3rem;
  background-color: #ffffff;
  position: absolute;
  top: 94rem;
  left: 5%;
  z-index: 1;
}
.case02 .case-bottom ul li {
  width: 248rem;
  margin-right: 89rem;
  float: left;
  text-align: center;
  position: relative;
  z-index: 33;
}
.case02 .case-bottom ul li:after {
  content: '';
  display: block;
  width: 13rem;
  height: 20rem;
  background: url(../images/cj.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 85rem;
  right: -19%;
  z-index: 1;
}
.case02 .case-bottom ul li .pic {
  margin: 0 auto;
  width: 187rem;
  background: url(../images/bg13.png) no-repeat center center;
  background-size: cover;
}
.case02 .case-bottom ul li .bt {
  font-size: 20rem;
  line-height: 48rem;
  margin-top: 12rem;
  color: #ffffff;
}
.case02 .case-bottom ul li:nth-last-child(1) {
  margin-right: 0;
}
.case02 .case-bottom ul li:nth-last-child(1):after {
  display: none;
}
.case03 {
  padding: 100rem 0;
}
.case03 .nr {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.case03 .right {
  float: left;
  width: 50%;
}
.case03 .right .home-title {
  margin-bottom: 17rem;
}
.case03 .right .p {
  font-size: 20rem;
  line-height: 46rem;
  color: #333333;
}
.case03 .right .p p {
  padding-left: 30rem;
  background: url(../images/dui.png) no-repeat left 12rem;
  background-size: 20rem;
}
.case03 .right .p b {
  color: var(--main-color);
}
.case03 .left {
  float: right;
  width: 50%;
  border-radius: 32rem;
  overflow: hidden;
}
.case03 .left img {
  display: block;
}
.case04 {
  padding: 205rem 0;
}
.case04 .home-title {
  line-height: 68rem;
}
.case05 .nr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.case06 .right {
  padding-left: 75rem;
}
.company {
  padding-bottom: 0;
  background: url(../images/bg17.jpg) no-repeat top center;
  background-size: 100%;
}
.company01 .nr {
  padding-bottom: 11rem;
}
.company01 .left {
  float: left;
  width: 18%;
}
.company01 .youshi {
  background: none;
  border-radius: 0;
  padding-top: 57rem;
}
.company01 .youshi li {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #c9d4d8;
  padding-bottom: 30rem;
  margin-bottom: 27rem;
}
.company01 .youshi li .num {
  font-size: 72rem;
  line-height: 76rem;
  color: var(--main-color);
}
.company01 .youshi li .h3 {
  font-size: 20rem;
  line-height: 32rem;
  color: #333333;
  margin-top: 0;
}
.company01 .right {
  float: right;
  width: 67.5%;
}
.company01 .right .item {
  margin-bottom: 48rem;
}
.company01 .right .item .bt {
  font-family: var(--Roboto-Bold);
  font-size: 28rem;
  margin-bottom: 23rem;
  color: #333333;
}
.company01 .right .item .p {
  font-size: 20rem;
  line-height: 28rem;
  color: #666666;
}
.company01 .swiper-team .pic:after {
  padding-bottom: 38.75%;
}
.company02 {
  padding: 95rem 0 64rem 0;
}
.company02 .p {
  font-size: 20rem;
  line-height: 32rem;
  padding-top: 39rem;
  margin-bottom: 54rem;
  color: #666666;
}
.company02 .about-bottom .img {
  width: 1485px;
  height: 726px;
  position: relative;
  margin: 0 auto;
  left: 50%;
  margin-left: -742px;
}
.company02 .about-bottom .img .hide {
  display: none;
}
.company02 .about-bottom .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.company02 .about-bottom .img .globalMap {
  width: 100%;
  height: 726px;
  position: relative;
  z-index: 66;
}
.company02 .about-bottom .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;
}
.company02 .about-bottom .img .area .video {
  width: 120px;
  height: 120px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
.company02 .about-bottom .img .area .video .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 33333;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1c509c;
}
.company02 .about-bottom .img .area .video .playBtn .icon {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: none;
  background: url(../images/logo2.png) no-repeat center center;
  background-size: 48px;
}
.company02 .about-bottom .img .area .video .playBtn .circle {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.company02 .about-bottom .img .area .video .playBtn .circle::before {
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(28, 80, 156, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 4s ease-out 0s infinite;
}
.company02 .about-bottom .img .area .video .playBtn .circle::after {
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(28, 80, 156, 0.8);
  position: absolute;
  z-index: -1;
  animation: ripple 2s ease-out 0s infinite;
}
.company02 .about-bottom .img .area span {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 120px;
  padding: 0 5px;
  padding-left: 90px;
}
.company02 .about-bottom .img .m0 span {
  font-size: 13px;
}
.company02 .about-bottom .img .area .dot {
  position: relative;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 4px;
  color: #ffffff;
  display: block;
  padding: 0 6px 0 8px;
  text-align: center;
  z-index: 1;
}
.company02 .about-bottom .img .m01 {
  top: 44.3%;
  left: 15.2%;
}
.company02 .about-bottom .img .m02 {
  top: 57.6%;
  left: 75.5%;
}
.company02 .about-bottom .img .m03 {
  top: 38.8%;
  left: 50.5%;
}
.company02 .about-bottom .img .m04 {
  top: 41.9%;
  left: 57.5%;
}
.company02 .about-bottom .img .m05 {
  top: 44%;
  right: 31%;
}
.company02 .about-bottom .img .m06 {
  top: 49%;
  right: 27.5%;
}
.company02 .about-bottom .img .m08 {
  top: 48%;
  right: 29%;
}
.company02 .about-bottom .img .m07 {
  top: 28.4%;
  right: 28.3%;
}
.company02 .about-bottom .img .m07 .video {
  width: 250px;
  height: 250px;
}
.company02 .about-bottom .img .m07 .video .playBtn {
  width: 90px;
  height: 90px;
}
.company02 .about-bottom .img .m07 .video .playBtn .circle {
  width: 250px;
  height: 250px;
}
.company02 .about-bottom .img .m07 .video .playBtn .circle::before {
  width: 250px;
  height: 250px;
}
.company02 .about-bottom .img .m07 .video .playBtn .circle::after {
  width: 250px;
  height: 250px;
}
.company02 .about-bottom .img .m07 span {
  line-height: 250px;
  padding-left: 0;
}
.company02 .about-bottom svg {
  position: relative;
  z-index: 1;
}
.company02 .about-bottom .map-lines {
  position: absolute;
  top: 196px;
  right: 300px;
  z-index: 10;
  fill: none;
  width: 915px;
  height: 283px;
  -webkit-stroke: #1c509c;
  -moz-stroke: #1c509c;
  -ms-stroke: #1c509c;
  -o-stroke: #1c509c;
  stroke: #1c509c;
  -webkit-stroke-width: 1px;
  -moz-stroke-width: 1px;
  -ms-stroke-width: 1px;
  -o-stroke-width: 1px;
  stroke-width: 1px;
}
.company02 .about-bottom svg:not(:root) {
  overflow: hidden;
}
.company02 .about-bottom .map-line1 {
  stroke-dashoffset: 915px;
  stroke-dasharray: 915px;
  animation: animation-line 10.04s ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.company02 .about-bottom .map-line2 {
  stroke-dashoffset: -915px;
  stroke-dasharray: -915px;
  animation: animation-line 10.04s ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.company02 .about-bottom .map-line--6 {
  animation-delay: 1.94s;
}
@keyframes animation-line {
  0% {
    stroke-dashoffset: 915px;
  }
  14.28571% {
    stroke-dashoffset: 0;
  }
  61.42857% {
    stroke-dashoffset: 0;
  }
  85.71429% {
    stroke-dashoffset: -915px;
  }
  to {
    stroke-dashoffset: -915px;
  }
}
@-webkit-keyframes animation-line {
  0% {
    -webkit-stroke-dashoffset: 915px;
  }
  14.28571% {
    -webkit-stroke-dashoffset: 0;
  }
  61.42857% {
    -webkit-stroke-dashoffset: 0;
  }
  85.71429% {
    -webkit-stroke-dashoffset: -915px;
  }
  to {
    -webkit-stroke-dashoffset: -915px;
  }
}
@-moz-keyframes animation-line {
  0% {
    -moz-stroke-dashoffset: 915px;
  }
  14.28571% {
    -moz-stroke-dashoffset: 0;
  }
  61.42857% {
    -moz-stroke-dashoffset: 0;
  }
  85.71429% {
    -moz-stroke-dashoffset: -915px;
  }
  to {
    -moz-stroke-dashoffset: -915px;
  }
}
@-o-keyframes animation-line {
  0% {
    -o-stroke-dashoffset: 915px;
  }
  14.28571% {
    -o-stroke-dashoffset: 0;
  }
  61.42857% {
    -o-stroke-dashoffset: 0;
  }
  85.71429% {
    -o-stroke-dashoffset: -915px;
  }
  to {
    -o-stroke-dashoffset: -915px;
  }
}
.company03 {
  padding-bottom: 100rem;
}
.company03 .company-bottom {
  padding-top: 49rem;
}
.company03 .list {
  margin: 0 -10rem;
}
.company03 .list li {
  padding: 0 10rem;
  float: left;
  width: 19.7%;
  transition: 0.5s;
}
.company03 .list li .box {
  height: 650rem;
  border-radius: 20rem;
  overflow: hidden;
  position: relative;
}
.company03 .list li .box .txt_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.company03 .list li .box .pic {
  width: 60rem;
  margin: 0 auto;
}
.company03 .list li .box .bt {
  font-size: 20rem;
  margin-top: 16rem;
  color: #ffffff;
}
.company03 .list li .box .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.company03 .list li .box .text {
  position: absolute;
  bottom: 12rem;
  left: 0;
  width: 100%;
  opacity: 0;
  padding: 0 40rem;
}
.company03 .list .active {
  width: 60.6%;
}
.company03 .list .active .box .txt_box {
  background: rgba(0, 0, 0, 0.3);
}
.company03 .list .active .box .hover {
  display: none;
}
.company03 .list .active .box .text {
  opacity: 1;
  bottom: 35rem;
  transition: all 0.8s ease;
}
.company03 .list .active .box .text .pic {
  margin: 0;
}
.company04 {
  padding: 122rem 0 91rem 0;
  position: relative;
  overflow: hidden;
  background: url(../images/bg16.jpg) no-repeat center center;
  background-size: cover;
}
.company04 .home-title {
  margin-bottom: 25rem;
}
.company04 .about-bottom {
  padding-top: 90rem;
}
.swiper-history {
  text-align: center;
  margin: 0 auto;
  width: 66%;
  position: relative;
}
.swiper-history .bt {
  font-size: 40rem;
  line-height: 166rem;
  font-family: var(--Roboto-Bold);
  color: #666666;
  margin-bottom: 59rem;
}
.swiper-history .p {
  font-size: 20rem;
  line-height: 41rem;
  min-height: 123rem;
  overflow: hidden;
  color: #333333;
  opacity: 0;
  transition: 0.5s;
}
.swiper-history .swiper-slide-next {
  text-align: left;
}
.swiper-history .swiper-slide-prev {
  text-align: right;
}
.swiper-history .swiper-slide-active .bt {
  font-size: 240rem;
  color: var(--main-color);
}
.swiper-history .swiper-slide-active .p {
  opacity: 1;
}
.swiper-history .swiper-button-prev,
.swiper-history .swiper-button-next {
  width: 60rem;
  height: 60rem;
  background: #fff;
  border-radius: 50%;
  margin-top: 0;
  z-index: 33;
  left: 0;
  top: 60rem;
}
.swiper-history .swiper-button-prev:after,
.swiper-history .swiper-button-next:after {
  font-size: 20rem;
  color: var(--main-color);
}
@media (min-width: 1025px) {
  .swiper-history .swiper-button-prev:hover,
  .swiper-history .swiper-button-next:hover {
    background: var(--main-color);
  }
  .swiper-history .swiper-button-prev:hover:after,
  .swiper-history .swiper-button-next:hover:after {
    color: #fff;
  }
}
.swiper-history .swiper-button-next {
  right: 0;
  left: auto;
}
@media (max-width: 1400px) {
  .company02 .about-bottom .img {
    transform: scale(0.8);
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  .sitemap .site-bottom {
    font-size: 15px;
    line-height: 25px;
  }
  .sitemap li {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sitemap li .top1 {
    font-size: 18px;
  }
  .sitemap li .subnav {
    margin-top: 10px;
  }
  .sitemap li .subnav a {
    font-size: 14px;
    margin-right: 10px;
    padding: 5px 0;
  }
  .sitemap li .subnav .hover {
    padding: 10px 20px;
  }
  .sitemap li .subnav .dot a {
    font-size: 14px;
  }
  .container {
    max-width: 750px;
    padding: 0 15px;
    width: 100%;
  }
  .height {
    top: -60px;
  }
  .height1 {
    height: 60px;
  }
  .header {
    height: 60px;
    background: #fff;
  }
  .header .logo {
    padding-top: 5px;
  }
  .header .logo a img {
    width: 53px;
  }
  .header .logo a .lg1 {
    display: none;
  }
  .header .logo a .lg2 {
    display: block;
  }
  .header .header-right .menu {
    display: block;
  }
  .header .header-right .lan {
    display: none;
  }
  .header .header-right .header-search {
    display: none;
  }
  .nav {
    display: none;
  }
  .headerfix,
  .header1 {
    background: #fff;
    box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.1);
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  .home-title {
    font-size: 24px;
  }
  .swiper-renewal-main {
    margin-top: 60px;
  }
  .swiper-renewal-main .img {
    display: none;
  }
  .swiper-renewal-main .img1 {
    display: block;
  }
  .swiper-renewal-main .banner-hover {
    top: 14%;
  }
  .swiper-renewal-main .banner-hover .bt {
    font-size: 20px;
    line-height: 35px;
    text-shadow: 3px 5px 3px rgba(30, 106, 163, 0.15);
    padding-right: 15px;
  }
  .swiper-renewal-main .banner-hover .bt:after {
    width: 3px;
    height: 50px;
  }
  .swiper-renewal-main .banner-hover .bt br {
    display: none;
  }
  .swiper-renewal-main .banner-youshi {
    bottom: 50px;
  }
  .swiper-renewal-main .swiper-pagination {
    bottom: 20px;
  }
  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
    width: 44px;
    height: 4px;
    border-radius: 4px;
    margin: 0 2px;
  }
  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
    border-radius: 4px;
  }
  .youshi {
    border-radius: 20px;
    display: none;
  }
  .youshi li {
    width: 50%;
    float: left;
    padding: 0 50px;
    padding-top: 36px;
    padding-bottom: 16px;
  }
  .youshi li .num {
    font-size: 32px;
    line-height: 46px;
  }
  .youshi li .h3 {
    font-size: 13px;
    line-height: 28px;
    margin-top: 4px;
  }
  .youshi li .pic {
    width: 30px;
  }
  .fixed_cursor {
    display: none;
  }
  .more {
    width: 60px;
    height: 60px;
  }
  .more .content_pro {
    margin-left: -30px;
    margin-top: -30px;
  }
  .more .content_pro .cir {
    width: 60px;
    height: 60px;
  }
  .more .content_pro .text .end .overflow {
    width: 11px;
    height: 11px;
  }
  .more .content_pro .text .end .iconfont {
    width: 11px;
    height: 11px;
  }
  .home-product {
    padding: 40px 0;
  }
  .home-product .home-bottom {
    padding-top: 25px;
  }
  .home-product .swiper-prolist {
    position: relative;
    overflow: hidden;
  }
  .home-product .swiper-pagination {
    bottom: 0;
    text-align: center;
    width: 100%;
  }
  .home-product .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin: 0 5px;
    overflow: hidden;
    opacity: 1;
    position: relative;
  }
  .home-product .swiper-pagination .swiper-pagination-bullet:after {
    content: '';
  }
  .home-product .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
  }
  .prolist {
    margin: 0;
  }
  .prolist li {
    width: 100%;
    padding: 0;
  }
  .prolist li .pic {
    border-radius: 15px;
  }
  .prolist li .text {
    padding-top: 14px;
    padding-bottom: 30px;
  }
  .prolist li .bt {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .prolist li .span {
    font-size: 14px;
  }
  .home-experts {
    padding: 40px 0;
    height: auto;
  }
  .home-experts .home-title {
    line-height: 32px;
  }
  .home-experts .home-bottom {
    padding-right: 0;
    margin-top: 25px;
    padding-bottom: 70px;
  }
  .home-experts .home-bottom .btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .home-experts .item {
    margin-bottom: 20px;
  }
  .home-experts .item .right {
    float: left;
    width: 100%;
    padding-top: 15px;
  }
  .home-experts .item .right .bt {
    font-size: 28px;
    margin-bottom: 11px;
  }
  .home-experts .item .right .p {
    font-size: 16px;
    line-height: 30px;
  }
  .home-experts .item .right .p p {
    padding-left: 30px;
    background: url(../images/dui.png) no-repeat left 6px;
    background-size: 20px;
  }
  .home-experts .item .left {
    width: 100%;
    border-radius: 10px 10px 10px 0;
  }
  .home-experts .item .left img {
    width: 100%;
  }
  .home-experts .item .left .playBtn {
    width: 34px;
    height: 34px;
  }
  .home-experts .item .left .playBtn .icon {
    border-width: 5px 0 5px 9px;
  }
  .home-experts .item .left .playBtn .circle {
    width: 61px;
    height: 61px;
  }
  .home-experts .item .left .playBtn .circle::before {
    width: 61px;
    height: 61px;
  }
  .home-experts .item .left .playBtn .circle::after {
    width: 61px;
    height: 61px;
  }
  .home-experts .item1 .left {
    border-radius: 10px 0 10px 10px;
    width: 100%;
  }
  .home-experts .item1 .right {
    width: 100%;
    padding-top: 15px;
  }
  .home-experts .item1 .right .bt {
    margin-bottom: 21px;
  }
  .home-experts .item1 .jsh ul li {
    margin-bottom: 10px;
  }
  .home-experts .item1 .jsh ul li .pic {
    width: 40px;
  }
  .home-experts .item1 .jsh ul li .h3 {
    font-size: 16px;
    line-height: 30px;
    padding-left: 16px;
    width: 80%;
  }
  .tanchuvideo .close {
    width: 38px;
    height: 38px;
    top: 10px;
    right: 10px;
    background: #ffffff url(../images/closed.png) no-repeat center center;
    background-size: 12px;
  }
  .tanchuvideo video {
    height: auto;
  }
  .home-case {
    padding: 40px 0;
  }
  .home-case .container {
    width: 100%;
  }
  .home-case .home-bottom {
    padding-top: 25px;
  }
  .swiper-case {
    position: relative;
    overflow: hidden;
  }
  .caselist {
    margin: 0;
  }
  .caselist .item {
    width: 50%;
    padding: 0;
    margin-bottom: 10px;
  }
  .caselist .item .box {
    height: 285px;
    border-radius: 10px;
  }
  .caselist .item .box:after {
    width: 21px;
    height: 21px;
    bottom: auto;
    top: 20px;
    right: 20px;
  }
  .caselist .item .text {
    padding: 0 20px;
    padding-bottom: 10px;
  }
  .caselist .item .bt {
    font-size: 16px;
    line-height: 46px;
  }
  .home-team {
    padding: 40px 0;
  }
  .home-team .home-title {
    position: relative;
    top: auto;
    width: 100%;
    left: auto;
  }
  .home-team .teamshow {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .home-team .pic {
    border-radius: 6px;
  }
  .home-team .swiper-list .item .box {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-team .swiper-list .item .pic {
    border-radius: 10px;
    width: 38.5%;
  }
  .home-team .swiper-list .item .text1 {
    width: 56.5%;
    padding-top: 0;
    padding-right: 0;
    padding-left: 20px;
  }
  .home-team .swiper-list .item .text1 .bt {
    font-size: 24px;
    line-height: 46px;
  }
  .home-team .swiper-list .item .text1 .span {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .home-team .swiper-list .item .text1 .jsh {
    display: none;
  }
  .home-team .swiper-list .item .text1 .h3 {
    display: none;
  }
  .home-team .swiper-list .item .text1 .p {
    display: none;
  }
  .home-team .swiper-list .item .more {
    bottom: 10px;
    right: 10px;
  }
  .home-team .home-bottom {
    margin-top: 25px;
  }
  .home-team .teamlist {
    display: none;
  }
  .home-partners {
    padding: 40px 0 25px 0;
  }
  .home-partners .home-bottom {
    margin-top: 25px;
  }
  .home-partners .home-bottom .picMarquee-top {
    height: 55px;
    margin-bottom: 15px;
  }
  .home-partners .home-bottom .partentlist li {
    width: 110px;
    height: 55px;
    margin-right: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  }
  .home-partners .home-bottom .partentlist li .pic .mh {
    display: none;
  }
  .home-articles {
    padding: 40px 0;
  }
  .home-articles .home-top .home-title {
    line-height: 60px;
  }
  .home-articles .home-top .more {
    width: 60px;
    height: 60px;
  }
  .home-articles .home-top .more .content_pro {
    margin-left: -30px;
    margin-top: -30px;
  }
  .home-articles .home-top .more .content_pro .cir {
    width: 60px;
    height: 60px;
  }
  .home-articles .home-top .more .content_pro .text .end .overflow {
    width: 11px;
    height: 11px;
  }
  .home-articles .home-top .more .content_pro .text .end .iconfont {
    width: 11px;
    height: 11px;
  }
  .home-articles .home-bottom {
    padding-top: 25px;
  }
  .newslist .item {
    width: 50%;
    float: left;
  }
  .newslist .item .box {
    border-radius: 10px;
  }
  .newslist .item .text {
    padding: 18px;
  }
  .newslist .item .bt {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
  }
  .newslist .item .span {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 12px;
  }
  .newslist .item .date span {
    font-size: 14px;
    line-height: 28px;
    background-size: 13px;
    padding-left: 20px;
  }
  .newslist .item .date p {
    font-size: 14px;
    line-height: 28px;
  }
  .footer .footer-left {
    width: 100%;
  }
  .footer .footer-left .img img {
    width: 62px;
  }
  .footer .footer-left .p {
    font-size: 14px;
    line-height: 25px;
    padding-top: 17px;
  }
  .footer .footer-left .p p {
    margin-bottom: 7px;
  }
  .footer .footer-center {
    display: none;
  }
  .footer .footer-right {
    width: 100%;
    padding-top: 13px;
  }
  .footer .footer-right .bt {
    font-size: 18px;
  }
  .footer .footer-right .p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 11px;
  }
  .footer .footer-right .search {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .footer .footer-right .form-control {
    font-size: 14px;
    height: 50px;
    padding: 0 100px 0 20px;
  }
  .footer .footer-right .btn {
    height: 50px;
    line-height: 50px;
    width: 90px;
    border-radius: 4px;
  }
  .footer .footer-right .share {
    margin-top: 20px;
  }
  .footer .footer-right .share a {
    width: 34px;
    height: 34px;
    margin-right: 8px;
  }
  .footer .footer-top {
    padding: 30px 0;
  }
  .footer-copyright {
    font-size: 14px;
    line-height: 25px;
    padding: 14px 0;
  }
  .footer-copyright a {
    margin: 0 5px;
    display: inline-block;
  }
  .float {
    display: none;
  }
  .inbanner {
    margin-top: 60px;
  }
  .inbanner .img {
    display: none;
  }
  .inbanner .img1 {
    display: block;
  }
  .inbanner .banner-hover .bt {
    font-size: 30px;
    margin-bottom: 11px;
  }
  .current1 {
    font-size: 13px;
  }
  .current2 {
    padding: 14px 0;
  }
  .content {
    padding: 40px 0;
    min-height: 600px;
  }
  .caselist ul {
    margin: 0 -6px;
  }
  .caselist ul li {
    width: 33.33333333%;
    padding: 0 6px;
    margin-bottom: 12px;
  }
  .caselist ul li .pic {
    width: 42px;
    box-shadow: 0px 0px 20px 0px rgba(28, 80, 156, 0.1);
  }
  .caselist ul li .bt {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin-top: 8px;
  }
  .caselist1 {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .caselist1 ul {
    margin: 0 -6px;
  }
  .caselist1 ul li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 15px;
  }
  .caselist1 ul li .pic {
    border-radius: 10px;
  }
  .caselist1 ul li .bt {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    margin-top: 11px;
  }
  .team {
    padding: 40px 0;
  }
  .team .team-p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 21px;
    margin-bottom: 26px;
    width: 100%;
  }
  .swiper-team {
    border-radius: 10px;
  }
  .teamlist {
    margin: 0 -6px;
    padding-top: 20px;
  }
  .teamlist li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .teamlist li .pic {
    border-radius: 10px;
  }
  .teamlist li .bt {
    font-size: 16px;
    line-height: 30px;
    margin-top: 7px;
  }
  .team-show {
    padding-top: 0;
  }
  .team-show .team-info {
    margin-top: 25px;
  }
  .team-show .team-info .pic {
    border-radius: 18px;
    width: 100%;
  }
  .team-show .team-info .text1 {
    width: 100%;
    padding-top: 15px;
  }
  .team-show .team-info .text1 .bt {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .team-show .team-info .text1 .span {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .team-show .team-info .text1 .jsh {
    font-size: 16px;
    line-height: 30px;
  }
  .team-show .team-info .text1 .jsh p {
    padding-left: 30px;
    background: url(../images/dui.png) no-repeat left 6px;
    background-size: 20px;
  }
  .team-show .team-info .text1 .h3 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 6px;
    margin-top: 25px;
  }
  .team-show .team-info .text1 .p {
    font-size: 16px;
    line-height: 30px;
  }
  .team-show .team-info .text1 .p p {
    padding-left: 30px;
    background: url(../images/dui.png) no-repeat left 6px;
    background-size: 20px;
  }
  .team-show .team-info .text1 .qianming {
    position: relative;
    bottom: auto;
    right: auto;
    width: 106px;
    margin-top: 14px;
  }
  .blogs {
    padding-top: 0;
  }
  .news-one {
    margin-bottom: 21px;
    margin-top: 26px;
    box-shadow: 0px 0px 20px 0px rgba(0, 123, 186, 0.1);
    border-radius: 16px;
  }
  .news-one .list li .box {
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
    background-size: 170px;
  }
  .news-one .list li .box .pic {
    width: 100%;
    border-radius: 16px;
    position: relative;
    top: auto;
    left: auto;
  }
  .news-one .list li .box .text {
    padding: 20px;
  }
  .news-one .list li .box .text .date {
    font-size: 13px;
    line-height: 28px;
    padding-left: 18px;
    background-size: 14px;
    margin-bottom: 12px;
  }
  .news-one .list li .box .text .bt {
    font-size: 18px;
    line-height: 30px;
    height: auto;
    max-height: 60px;
    margin-bottom: 7px;
    margin-top: 15px;
  }
  .news-one .list li .box .text .jsh {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
    height: auto;
    max-height: 100px;
  }
  .news-one .list li .box .text .more3 {
    font-size: 14px;
    line-height: 28px;
  }
  .btn1 {
    height: 50px;
    margin-bottom: 21px;
    padding-top: 12px;
    width: 100%;
  }
  .btn1 .swiper-button-prev,
  .btn1 .swiper-button-next {
    display: none;
  }
  .btn1 .swiper-pagination {
    height: 3px;
    width: 100%;
  }
  .newslist1 {
    margin: 0 -6px;
    padding-bottom: 10px;
  }
  .newslist1 .item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .blogs-show {
    padding-top: 0;
  }
  .blogs-top .ne {
    padding: 31px 0 20px 0;
  }
  .blogs-top .ne .h1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .h1 {
    font-size: 28px;
    line-height: 44px;
  }
  .h2 {
    font-size: 14px;
    line-height: 26px;
  }
  .blogs-bottom {
    padding: 14px 0;
  }
  .blogs-bottom .left {
    width: 100%;
  }
  .blogs-bottom .p {
    font-size: 14px;
    line-height: 25px;
  }
  .blogs-bottom .right {
    width: 100%;
    position: relative;
    top: auto;
    margin-top: 17px;
  }
  .blogs-bottom .right .related {
    padding: 25px;
    box-shadow: 0px 0px 30px 0px rgba(23, 116, 196, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .blogs-bottom .right .home-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .blogs-bottom .right .list ul li {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
  }
  .blogs-bottom .right .list ul li a {
    padding-bottom: 10px;
  }
  .blogs-bottom .right .list ul li .date {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .blogs-bottom .right .list ul li .bt {
    font-size: 16px;
    line-height: 28px;
    height: auto;
    max-height: 56px;
  }
  .pro-btn {
    text-align: center;
  }
  .pro-btn a {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 37px;
    height: 37px;
    padding-left: 50px;
    margin: 0;
  }
  .pro-btn a:after {
    content: '';
    display: block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: solid 1px #666666;
    position: absolute;
    top: 0;
    left: 0;
  }
  .contact {
    padding-top: 0;
  }
  .inmain-title {
    font-size: 26px;
    line-height: 42px;
  }
  .contact01 {
    padding: 20px 0 0 0;
  }
  .contact01 .contact-info {
    padding-top: 25px;
  }
  .contact01 .left {
    width: 100%;
    box-shadow: 0px 0px 30px 0px rgba(19, 80, 44, 0.1);
    border-radius: 10px;
    padding: 20px;
  }
  .contact01 .left .list {
    padding-top: 20px;
  }
  .contact01 .left .list ul {
    margin: 0 -5px;
  }
  .contact01 .left .list ul li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 14px;
  }
  .contact01 .left .list ul li .span {
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 6px;
  }
  .contact01 .left .list ul li input,
  .contact01 .left .list ul li textarea {
    height: 42px;
    border-radius: 3px;
    padding: 0 20px;
  }
  .contact01 .left .list ul li textarea {
    height: 152px;
    padding: 20px;
  }
  .contact01 .left .list ul li .verify-wrap {
    width: 100% !important;
    height: 44px;
  }
  .contact01 .left .list ul li .verify-wrap .drag-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
    background: #f7f8f9 url(../images/drag-arrow.svg) no-repeat center center;
    background-size: 18px;
    z-index: 2;
    cursor: move;
    border: 1px solid #e1e1e1;
  }
  .contact01 .left .list ul li .verify-wrap .suc-drag-btn {
    background: #ffffff url(../images/drag-success.svg?t=1) no-repeat center center;
    background-size: 22px;
    border: 1px solid #e1e1e1;
  }
  .contact01 .left .list ul li .verify-wrap .drag-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 0;
    background-color: var(--main-color);
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
  }
  .contact01 .left .list ul li .verify-wrap .fix-tips,
  .contact01 .left .list ul li .verify-msg {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    color: #51555c;
    z-index: 1;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
    padding-left: 40px;
  }
  .contact01 .left .list ul li .verify-wrap .verify-msg {
    background-color: var(--main-color);
    color: #fff;
    display: none;
    padding-left: 0;
    padding-right: 47px;
  }
  .contact01 .left .list ul li .more0 {
    margin-right: 20px;
  }
  .contact01 .left .list ul li .more0 a {
    width: 140px;
    line-height: 44px;
    border-radius: 30px;
  }
  .contact01 .left .list ul li .more0 a span {
    font-size: 14px;
    line-height: 44px;
  }
  .contact01 .right {
    width: 100%;
    padding-top: 24px;
    padding-left: 0;
  }
  .contact01 .right .jsh {
    padding-top: 30px;
    padding-bottom: 18px;
  }
  .contact01 .right .jsh .li {
    margin-bottom: 17px;
  }
  .contact01 .right .jsh .h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .contact01 .right .jsh .pp {
    font-size: 18px;
    line-height: 32px;
  }
  .contact01 .right #allmap img {
    display: block;
  }
  .contact01 .right #allmap .playBtn {
    width: 43px;
    height: 43px;
  }
  .contact01 .right #allmap .playBtn .circle {
    width: 70px;
    height: 70px;
  }
  .contact01 .right #allmap .playBtn .circle::before {
    width: 70px;
    height: 70px;
  }
  .contact01 .right #allmap .playBtn .circle::after {
    width: 70px;
    height: 70px;
  }
  .contact01 .p {
    font-size: 14px;
    padding-top: 9px;
    line-height: 25px;
  }
  .cases-show {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .cases-show .btn-float {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .case01 {
    padding-bottom: 40px;
  }
  .case01 .case-item {
    margin-top: 16px;
  }
  .case-item .nr {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .case-item .left {
    border-radius: 16px;
    width: 100%;
  }
  .case-item .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .case-item .right .bt {
    font-size: 26px;
  }
  .case-item .right .span {
    font-size: 16px;
    margin-top: 23px;
    margin-bottom: 7px;
  }
  .case-item .right .p {
    font-size: 14px;
    line-height: 26px;
  }
  .case02 {
    padding: 40px 0;
  }
  .case02 .case-bottom {
    margin-top: 25px;
  }
  .case02 .case-bottom ul{
	  display:block;
  }
  .case02 .case-bottom ul:after {
    display: none;
  }
  .case02 .case-bottom ul li {
    width: 33.33333333%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .case02 .case-bottom ul li:after {
    display: none;
  }
  .case02 .case-bottom ul li .pic {
    width: 90px;
  }
  .case02 .case-bottom ul li .bt {
    font-size: 16px;
    line-height: 32px;
    margin-top: 6px;
  }
  .case02 .case-bottom ul li:nth-last-child(1) {
    margin-right: 0;
  }
  .case03 {
    padding: 40px 0;
  }
  .case03 .nr {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .case03 .right {
    width: 100%;
    padding-top: 15px;
  }
  .case03 .right .home-title {
    margin-bottom: 10px;
  }
  .case03 .right .p {
    font-size: 16px;
    line-height: 36px;
  }
  .case03 .right .p p {
    padding-left: 30px;
    background: url(../images/dui.png) no-repeat left 8px;
    background-size: 20px;
  }
  .case03 .left {
    width: 100%;
    border-radius: 16px;
  }
  .case04 {
    padding: 100px 0;
  }
  .case04 .home-title {
    line-height: 48px;
  }
  .case05 .nr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .case06 .right {
    padding-left: 0;
  }
  .company {
    padding-bottom: 0;
  }
  .company01 .nr {
    padding-bottom: 0;
  }
  .company01 .left {
    width: 100%;
  }
  .company01 .youshi {
    padding-top: 20px;
    display: block;
  }
  .company01 .youshi li {
    width: 33.33333333%;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-right: 10px;
  }
  .company01 .youshi li .num {
    font-size: 36px;
    line-height: 56px;
  }
  .company01 .youshi li .h3 {
    font-size: 14px;
    line-height: 25px;
  }
  .company01 .right {
    width: 100%;
  }
  .company01 .right .item {
    margin-bottom: 28px;
  }
  .company01 .right .item .bt {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .company01 .right .item .p {
    font-size: 14px;
    line-height: 25px;
  }
  .company01 .swiper-team .pic:after {
    padding-bottom: 38.75%;
  }
  .company02 {
    padding: 40px 0;
  }
  .company02 .p {
    font-size: 14px;
    line-height: 25px;
    padding-top: 20px;
    margin-bottom: 25px;
  }
  .company02 .about-bottom .img {
    width: 100%;
    height: auto;
    left: auto;
    margin-left: 0;
    transform: scale(1);
  }
  .company02 .about-bottom .img .hide {
    display: block;
  }
  .company02 .about-bottom .img img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    display: none;
  }
  .company02 .about-bottom .img .globalMap {
    height: auto;
  }
  .company02 .about-bottom .img .area {
    display: none;
  }
  .company02 .about-bottom svg {
    display: none;
  }
  .company03 {
    padding-bottom: 40px;
  }
  .company03 .company-bottom {
    padding-top: 25px;
  }
  .company03 .list {
    margin: 0 -5px;
  }
  .company03 .list li {
    padding: 0 5px;
    margin-bottom: 10px;
    width: 100%;
  }
  .company03 .list li .box {
    height: 350px;
    border-radius: 10px;
  }
  .company03 .list li .box .txt_box {
    background: rgba(0, 0, 0, 0.3);
  }
  .company03 .list li .box .pic {
    width: 60px;
    margin: 0;
  }
  .company03 .list li .box .bt {
    font-size: 20px;
    margin-top: 16px;
  }
  .company03 .list li .box .hover {
    display: none;
  }
  .company03 .list li .box .text {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    opacity: 1;
    padding: 0 20px;
  }
  .company03 .list .active {
    width: 100%;
  }
  .company03 .list .active .box .txt_box {
    background: rgba(0, 0, 0, 0.3);
  }
  .company03 .list .active .box .hover {
    display: none;
  }
  .company03 .list .active .box .text {
    opacity: 1;
    bottom: 20px;
  }
  .company03 .list .active .box .text .pic {
    margin: 0;
  }
  .company04 {
    padding: 40px 0;
  }
  .company04 .home-title {
    margin-bottom: 0;
  }
  .company04 .about-bottom {
    padding-top: 25px;
  }
  .swiper-history {
    width: 100%;
    overflow: hidden;
  }
  .swiper-history .bt {
    font-size: 24px;
    line-height: 100px;
    margin-bottom: 20px;
  }
  .swiper-history .p {
    font-size: 14px;
    line-height: 25px;
    min-height: 50px;
  }
  .swiper-history .swiper-slide-active .bt {
    font-size: 105px;
  }
  .swiper-history .swiper-button-prev,
  .swiper-history .swiper-button-next {
    width: 35px;
    height: 35px;
    top: 35px;
  }
  .swiper-history .swiper-button-prev:after,
  .swiper-history .swiper-button-next:after {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .caselist .item .box {
    height: 200px;
  }
  .newslist1 .item {
    width: 100%;
  }
}
.visual .home-title {
  margin-bottom: 60rem;
}
.visual .tongdian {
  padding-top: 100rem;
  padding-bottom: 60rem;
}
.visual .tongdian .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20rem;
  margin-right: -20rem;
  padding-top: 50rem;
}
.visual .tongdian .list li {
  width: 25%;
  padding: 0 20rem 40rem 20rem;
}
.visual .tongdian .list .box {
  min-height: 100%;
  display: block;
  text-align: center;
  box-shadow: 0 0 20rem 0 rgba(28, 80, 156, 0.1);
  border-radius: 20rem;
  padding-top: 70rem;
  padding-bottom: 50rem;
  position: relative;
  z-index: 1;
  background: repeating-linear-gradient(-45deg, rgba(28, 80, 156, 0.05), rgba(28, 80, 156, 0.05) 1px, #ffffff 1px, #ffffff 10px);
  transition: 0.5s;
}
.visual .tongdian .list .icon {
  display: block;
  width: 100rem;
  height: 100rem;
  border-radius: 50%;
  position: relative;
  background: var(--main-color);
  position: absolute;
  top: -50rem;
  left: 50%;
  transform: translateX(-50%);
}
.visual .tongdian .list .title {
  font-size: 20rem;
  font-weight: 700;
  color: #333333;
  line-height: 2;
}
.visual .tongdian .list .box:hover {
  transform: translateY(-20rem);
  background: repeating-linear-gradient(-45deg, #2557a0, #2557a0 1px, var(--main-color) 1px, var(--main-color) 10px);
}
.visual .tongdian .list .box:hover .title {
  color: #fff;
}
.visual .fuwu {
  background-color: #e8edf5;
  padding-top: 100rem;
  padding-bottom: 100rem;
}
.visual .fuwu .list li {
  padding-bottom: 60rem;
}
.visual .fuwu .list li:last-child {
  padding-bottom: 0;
}
.visual .fuwu .list li:nth-child(2n) .box {
  flex-direction: row-reverse;
}
.visual .fuwu .list li:nth-child(2n) .text {
  padding-left: 0;
  padding-right: 70rem;
}
.visual .fuwu .list .box {
  display: flex;
  flex-wrap: wrap;
}
.visual .fuwu .list .pic {
  width: 50%;
  border-radius: 20rem;
  overflow: hidden;
  position: relative;
}
.visual .fuwu .list .pic::after {
  content: '';
  display: block;
  padding-bottom: 52.5%;
}
.visual .fuwu .list .pic img {
  transition: 0.5s;
}
.visual .fuwu .list .text {
  overflow: hidden;
  width: 50%;
  padding-left: 70rem;
  padding-top: 50rem;
  padding-bottom: 50rem;
}
.visual .fuwu .list .title {
  color: #333333;
  font-size: 36rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: var(--Roboto-Bold);
  margin-bottom: 30rem;
}
.visual .fuwu .list .info {
  display: flex;
  flex-wrap: wrap;
  color: #333333;
  font-size: 20rem;
  line-height: 2;
  margin-right: -5rem;
}
.visual .fuwu .list .info > div {
  padding-bottom: 10rem;
  padding-left: 30rem;
  padding-right: 5rem;
  position: relative;
}
.visual .fuwu .list .info > div .icon {
  display: inline-flex;
  position: absolute;
  top: 6rem;
  left: 0;
}
.visual .fuwu .list .info > div .icon img {
  width: 24rem;
  height: 24rem;
}
.visual .fuwu .list .info .div-1 {
  width: 100%;
}
.visual .fuwu .list .info .div-2 {
  width: 50%;
}
.visual .fuwu .list .box:hover .pic img {
  transform: scale(1.1);
}
.visual .advantage {
  padding-top: 100rem;
  padding-bottom: 100rem;
}
.visual .advantage .tabs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.visual .advantage .conTabs {
  width: 62.5%;
}
.visual .advantage .conTabs .pic {
  overflow: hidden;
  position: relative;
}
.visual .advantage .conTabs .pic::after {
  padding-bottom: 77.5%;
}
.visual .advantage .menuTabs {
  width: 37.5%;
}
.visual .advantage .listMenu li {
  width: 100%;
  padding-bottom: 25rem;
}
.visual .advantage .listMenu li:last-child {
  padding-bottom: 0;
}
.visual .advantage .listMenu .box {
  display: block;
  padding-top: 30rem;
  padding-bottom: 30rem;
  padding-left: 140rem;
  padding-right: 50rem;
  background-color: #e8edf5;
  position: relative;
  cursor: pointer;
}
.visual .advantage .listMenu .icon {
  display: inline-block;
  width: 80rem;
  height: 80rem;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  top: 30rem;
  left: 40rem;
}
.visual .advantage .listMenu .icon .img-2 {
  display: none;
}
.visual .advantage .listMenu .title {
  color: #333333;
  font-size: 24rem;
  font-weight: 700;
  font-family: var(--Roboto-Bold);
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.visual .advantage .listMenu .titleC {
  line-height: 40rem;
  height: 40rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.visual .advantage .listMenu .info {
  display: none;
  /* 确保初始隐藏 */
  will-change: height;
  /* 提示浏览器优化 */
  transform: translateZ(0);
  /* 启用GPU加速 */
  font-size: 20rem;
  line-height: 28rem;
  position: relative;
}
.visual .advantage .listMenu .info .logo {
  opacity: 0.1;
  width: 220rem;
  position: absolute;
  bottom: -120rem;
  right: 0;
}
.visual .advantage .listMenu .infoC {
  height: 140rem;
  overflow: auto;
}
.visual .advantage .listMenu .box:hover {
  background: var(--main-color);
  color: #fff;
}
.visual .advantage .listMenu .box:hover .title {
  color: #fff;
}
.visual .advantage .listMenu .box:hover .icon {
  background: #fff;
}
.visual .advantage .listMenu .box:hover .icon .img-1 {
  display: none;
}
.visual .advantage .listMenu .box:hover .icon .img-2 {
  display: block;
}
.visual .advantage .listMenu .active .box {
  background: var(--main-color);
  color: #fff;
}
.visual .advantage .listMenu .active .info {
  display: block;
}
.visual .advantage .listMenu .active .title {
  color: #fff;
}
.visual .advantage .listMenu .active .icon {
  background: #fff;
}
.visual .advantage .listMenu .active .icon .img-1 {
  display: none;
}
.visual .advantage .listMenu .active .icon .img-2 {
  display: block;
}
@media screen and (max-width: 1023px) {
  .visual .home-title {
    margin-bottom: 30px;
  }
  .visual .tongdian {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .visual .tongdian .list {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 30px;
  }
  .visual .tongdian .list li {
    width: 50%;
    padding: 0 10px 50px 10px;
  }
  .visual .tongdian .list .box {
    box-shadow: 0 0 20px 0 rgba(28, 80, 156, 0.1);
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .visual .tongdian .list .icon {
    top: -30px;
    width: 60px;
    height: 60px;
  }
  .visual .tongdian .list .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
  }
  .visual .tongdian .list .box:hover {
    transform: translateY(0);
  }
  .visual .fuwu {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .visual .fuwu .list li {
    padding-bottom: 0;
  }
  .visual .fuwu .list li:nth-child(2n) .text {
    padding-right: 0;
  }
  .visual .fuwu .list .pic {
    width: 100%;
    border-radius: 10px;
  }
  .visual .fuwu .list .text {
    overflow: hidden;
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .visual .fuwu .list .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .visual .fuwu .list .info {
    font-size: 16px;
    line-height: 1.5;
    margin-right: -5px;
  }
  .visual .fuwu .list .info > div {
    min-width: 50%;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 5px;
    position: relative;
  }
  .visual .fuwu .list .info > div .icon {
    display: inline-flex;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .visual .fuwu .list .info > div .icon img {
    width: 24px;
    height: 24px;
  }
  .visual .fuwu .list .info .div-1 {
    width: initial;
  }
  .visual .fuwu .list .info .div-2 {
    width: initial;
  }
  .visual .fuwu .list .box:hover .pic img {
    transform: scale(1.1);
  }
  .visual .advantage {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .visual .advantage .tabs {
    flex-direction: reverse;
  }
  .visual .advantage .conTabs {
    width: 100%;
  }
  .visual .advantage .menuTabs {
    width: 100%;
  }
  .visual .advantage .listMenu {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1px;
  }
  .visual .advantage .listMenu li {
    width: 50%;
    padding-left: 1px;
    padding-bottom: 1px;
  }
  .visual .advantage .listMenu li:last-child {
    padding-bottom: 0;
  }
  .visual .advantage .listMenu .box {
    min-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .visual .advantage .listMenu .icon {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    top: 30px;
    left: 10px;
    position: static;
  }
  .visual .advantage .listMenu .icon .img-2 {
    display: none;
  }
  .visual .advantage .listMenu .title {
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .visual .advantage .listMenu .titleC {
    line-height: 20px;
    height: initial;
    max-height: 40px;
    -webkit-line-clamp: 2;
  }
  .visual .advantage .listMenu .info {
    font-size: 14px;
    line-height: 28px;
    position: relative;
  }
  .visual .advantage .listMenu .info .logo {
    opacity: 0.1;
    width: 220px;
    position: absolute;
    bottom: -120px;
    right: 0;
  }
  .visual .advantage .listMenu .infoC {
    height: auto;
    overflow: auto;
    display: none;
  }
  .visual .advantage .listMenu .box:hover {
    background: var(--main-color);
    color: #fff;
  }
  .visual .advantage .listMenu .box:hover .title {
    color: #fff;
  }
  .visual .advantage .listMenu .box:hover .icon {
    background: #fff;
  }
  .visual .advantage .listMenu .box:hover .icon .img-1 {
    display: none;
  }
  .visual .advantage .listMenu .box:hover .icon .img-2 {
    display: block;
  }
  .visual .advantage .listMenu .active .box {
    background: var(--main-color);
    color: #fff;
  }
  .visual .advantage .listMenu .active .info {
    display: block;
  }
  .visual .advantage .listMenu .active .title {
    color: #fff;
  }
  .visual .advantage .listMenu .active .icon {
    background: #fff;
  }
  .visual .advantage .listMenu .active .icon .img-1 {
    display: none;
  }
  .visual .advantage .listMenu .active .icon .img-2 {
    display: block;
  }
}
.factory .home-title {
  margin-bottom: 60rem;
  line-height: 1.1;
}
.factory .sypg {
  padding-top: 110rem;
  padding-bottom: 100rem;
  font-size: 20rem;
  color: #666666;
  line-height: 2;
}
.factory .sypg .con {
  display: flex;
  flex-wrap: wrap;
}
.factory .sypg .left {
  width: 50%;
  padding-top: 35rem;
  padding-right: 100rem;
}
.factory .sypg .info {
  margin-bottom: 50rem;
}
.factory .sypg .right {
  width: 50%;
}
.factory .tedian {
  padding-top: 100rem;
  padding-bottom: 100rem;
  color: #666666;
  font-size: 20rem;
  line-height: 2;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.factory .tedian .home-title {
  margin-bottom: 30rem;
}
.factory .tedian .jsh {
  text-align: center;
  margin-bottom: 30rem;
}
.factory .tedian .list > li {
  padding-bottom: 18rem;
}
.factory .tedian .list > li:last-child {
  padding-bottom: 0;
}
.factory .tedian .list > li > .box {
  display: flex;
  flex-wrap: wrap;
}
.factory .tedian .list .title {
  width: 15.625%;
  background: #e5eaf3;
  color: #333333;
  line-height: 40rem;
  padding: 25rem 0;
  font-size: 20rem;
  font-family: var(--Roboto-Bold);
  padding-left: 40rem;
  position: relative;
  display: flex;
  align-items: center;
}
.factory .tedian .list .title::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12rem 0 12rem 16rem;
  border-color: transparent transparent transparent #e5eaf3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15rem;
}
.factory .tedian .list .title .num {
  line-height: 1;
  font-size: 48rem;
  color: var(--main-color);
  margin-right: 5rem;
  display: inline-block;
}
.factory .tedian .list .title .txt {
  display: inline-block;
  transform: translateY(-2rem);
}
.factory .tedian .list .info {
  width: 84.375%;
  padding-left: 50rem;
  display: flex;
  align-content: center;
}
.factory .tedian .list .info > div {
  width: 100%;
}
.factory .tedian .list .lantu {
  width: 100%;
  min-height: 100%;
  background: var(--main-color);
  color: #fff;
  font-size: 28rem;
  text-align: center;
  font-family: var(--Roboto-Bold);
  display: flex;
  align-items: center;
  justify-content: center;
}
.factory .tedian .list .chicun {
  width: 100%;
  min-height: 100%;
  color: var(--main-color);
  font-family: var(--Roboto-Bold);
  font-size: 20rem;
  text-align: center;
}
.factory .tedian .list .chicun .list-2 {
  min-height: 100%;
}
.factory .tedian .list .chicun .list-2 > li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.factory .tedian .list .zjc {
  font-size: 14rem;
  color: #666666;
  line-height: 20rem;
}
.factory .tedian .list .zjc .list-2 > li {
  padding-left: 15rem;
}
.factory .tedian .list .zjc .list-2 > li > div {
  margin-bottom: 10rem;
}
.factory .tedian .list .fgcl .list-2 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.factory .tedian .list .fgcl .list-2 > li {
  padding-left: 3rem;
  padding-right: 3rem;
  border: none;
}
.factory .tedian .list .fgcl .list-2 .box {
  min-height: 100%;
  font-size: 14rem;
  background: rgba(28, 80, 156, 0.1);
  padding: 10rem 5rem;
  line-height: 18rem;
}
.factory .tedian .list .fgcl .list-2 .box > div {
  margin-bottom: 10rem;
}
.factory .tedian .list-2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.factory .tedian .list-2 > li {
  width: 16.66666667%;
  border-right: 1px #c7c8c9 dashed;
}
.factory .tedian .list-2 > li:last-child {
  border-right: none;
}
.factory .advantage {
  padding-top: 100rem;
  padding-bottom: 100rem;
}
.factory .advantage .tabs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.factory .advantage .conTabs {
  width: 62.5%;
}
.factory .advantage .conTabs .pic {
  overflow: hidden;
  position: relative;
}
.factory .advantage .conTabs .pic::after {
  padding-bottom: 61%;
}
.factory .advantage .menuTabs {
  width: 37.5%;
}
.factory .advantage .listMenu li {
  width: 100%;
  padding-bottom: 25rem;
}
.factory .advantage .listMenu li:last-child {
  padding-bottom: 0;
}
.factory .advantage .listMenu .box {
  display: block;
  padding-top: 30rem;
  padding-bottom: 30rem;
  padding-left: 140rem;
  padding-right: 50rem;
  background-color: #e8edf5;
  position: relative;
  cursor: pointer;
}
.factory .advantage .listMenu .icon {
  display: inline-block;
  width: 80rem;
  height: 80rem;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  top: 30rem;
  left: 40rem;
}
.factory .advantage .listMenu .icon .img-2 {
  display: none;
}
.factory .advantage .listMenu .title {
  color: #333333;
  font-size: 24rem;
  font-weight: 700;
  font-family: var(--Roboto-Bold);
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.factory .advantage .listMenu .titleC {
  line-height: 40rem;
  height: 40rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.factory .advantage .listMenu .info {
  display: none;
  /* 确保初始隐藏 */
  will-change: height;
  /* 提示浏览器优化 */
  transform: translateZ(0);
  /* 启用GPU加速 */
  font-size: 20rem;
  line-height: 28rem;
  position: relative;
}
.factory .advantage .listMenu .info .logo {
  opacity: 0.1;
  width: 220rem;
  position: absolute;
  bottom: -120rem;
  right: 0;
}
.factory .advantage .listMenu .infoC {
  height: 140rem;
  overflow: auto;
}
.factory .advantage .listMenu .box:hover {
  background: var(--main-color);
  color: #fff;
}
.factory .advantage .listMenu .box:hover .title {
  color: #fff;
}
.factory .advantage .listMenu .box:hover .icon {
  background: #fff;
}
.factory .advantage .listMenu .box:hover .icon .img-1 {
  display: none;
}
.factory .advantage .listMenu .box:hover .icon .img-2 {
  display: block;
}
.factory .advantage .listMenu .active .box {
  background: var(--main-color);
  color: #fff;
}
.factory .advantage .listMenu .active .info {
  display: block;
}
.factory .advantage .listMenu .active .title {
  color: #fff;
}
.factory .advantage .listMenu .active .icon {
  background: #fff;
}
.factory .advantage .listMenu .active .icon .img-1 {
  display: none;
}
.factory .advantage .listMenu .active .icon .img-2 {
  display: block;
}
@media screen and (max-width: 1023px) {
  .factory .home-title {
    margin-bottom: 30px;
  }
  .factory .sypg {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
  }
  .factory .sypg .left {
    width: 100%;
    padding: 10px 0 20px 0;
  }
  .factory .sypg .info {
    margin-bottom: 20px;
  }
  .factory .sypg .right {
    width: 100%;
  }
  .factory .tedian {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 14px;
  }
  .factory .tedian .home-title {
    margin-bottom: 20px;
  }
  .factory .tedian .jsh {
    margin-bottom: 20px;
  }
  .factory .tedian .list > li {
    padding-bottom: 14px;
  }
  .factory .tedian .list .title {
    width: 100%;
    line-height: 40px;
    padding: 0;
    font-size: 16px;
    padding-top: 10px;
    padding-left: 10px;
  }
  .factory .tedian .list .title::after {
    display: none;
  }
  .factory .tedian .list .title .num {
    font-size: 32px;
    margin-right: 5px;
  }
  .factory .tedian .list .title .txt {
    display: inline-block;
    transform: translateY(-2rem);
  }
  .factory .tedian .list .info {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .factory .tedian .list .lantu {
    width: 100%;
    min-height: 100%;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 10px;
  }
  .factory .tedian .list .chicun {
    width: 100%;
    font-size: 14px;
  }
  .factory .tedian .list .zjc {
    font-size: 14px;
    line-height: 20px;
  }
  .factory .tedian .list .zjc .list-2 > li {
    padding-left: 5px;
  }
  .factory .tedian .list .zjc .list-2 > li > div {
    margin-bottom: 5px;
  }
  .factory .tedian .list .fgcl .list-2 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .factory .tedian .list .fgcl .list-2 > li {
    padding-left: 3px;
    padding-right: 3px;
    border: none;
  }
  .factory .tedian .list .fgcl .list-2 .box {
    min-height: 100%;
    font-size: 14px;
    background: rgba(28, 80, 156, 0.1);
    padding: 10px 5px;
    line-height: 18px;
  }
  .factory .tedian .list .fgcl .list-2 .box > div {
    margin-bottom: 10px;
  }
  .factory .tedian .list-2 > li {
    width: 50%;
    padding-bottom: 10px;
  }
  .factory .tedian .list-2 > li:nth-child(3n) {
    border-right: none;
  }
  .factory .advantage {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .factory .advantage .tabs {
    flex-direction: reverse;
  }
  .factory .advantage .conTabs {
    width: 100%;
  }
  .factory .advantage .menuTabs {
    width: 100%;
  }
  .factory .advantage .listMenu {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1px;
  }
  .factory .advantage .listMenu li {
    width: 33.33333333%;
    padding-left: 1px;
    padding-bottom: 1px;
  }
  .factory .advantage .listMenu li:last-child {
    padding-bottom: 0;
  }
  .factory .advantage .listMenu .box {
    min-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .factory .advantage .listMenu .icon {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    top: 30px;
    left: 10px;
    position: static;
  }
  .factory .advantage .listMenu .icon .img-2 {
    display: none;
  }
  .factory .advantage .listMenu .title {
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .factory .advantage .listMenu .titleC {
    line-height: 20px;
    height: initial;
    max-height: 40px;
    -webkit-line-clamp: 2;
  }
  .factory .advantage .listMenu .info {
    font-size: 16px;
    line-height: 28px;
    position: relative;
  }
  .factory .advantage .listMenu .info .logo {
    display: none;
    opacity: 0.1;
    width: 100px;
    position: absolute;
    bottom: -120px;
    right: 0;
  }
  .factory .advantage .listMenu .infoC {
    height: auto;
    overflow: auto;
    display: none;
  }
  .factory .advantage .listMenu .box:hover {
    background: var(--main-color);
    color: #fff;
  }
  .factory .advantage .listMenu .box:hover .title {
    color: #fff;
  }
  .factory .advantage .listMenu .box:hover .icon {
    background: #fff;
  }
  .factory .advantage .listMenu .box:hover .icon .img-1 {
    display: none;
  }
  .factory .advantage .listMenu .box:hover .icon .img-2 {
    display: block;
  }
  .factory .advantage .listMenu .active .box {
    background: var(--main-color);
    color: #fff;
  }
  .factory .advantage .listMenu .active .info {
    display: block;
  }
  .factory .advantage .listMenu .active .title {
    color: #fff;
  }
  .factory .advantage .listMenu .active .icon {
    background: #fff;
  }
  .factory .advantage .listMenu .active .icon .img-1 {
    display: none;
  }
  .factory .advantage .listMenu .active .icon .img-2 {
    display: block;
  }
}
.caseRelated {
  background-color: #f3f6fa;
  padding-top: 100rem;
  padding-bottom: 70rem;
  overflow: hidden;
}
.caseRelated .home-title {
  margin-bottom: 0;
}
.caseRelated .caselist1 {
  padding-top: 0;
}
.caseRelated .caselist1 ul {
  overflow: initial;
}
.caseRelated .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 55rem;
  position: relative;
}
.caseRelated .hd .btnDiv {
  width: 124rem;
  position: relative;
}
.caseRelated .swiper-container {
  overflow: initial;
}
.caseRelated .swiper-button-next,
.caseRelated .swiper-button-prev {
  width: 52rem;
  height: 52rem;
  border-radius: 50%;
  border: 1px #e6e6e6 solid;
  color: #999999;
}
.caseRelated .swiper-button-next::after,
.caseRelated .swiper-button-prev::after {
  font-size: 20rem;
  display: none;
}
.caseRelated .swiper-button-next svg,
.caseRelated .swiper-button-prev svg {
  width: 28rem;
  height: 28rem;
}
.caseRelated .swiper-button-next:hover,
.caseRelated .swiper-button-prev:hover {
  border-color: var(--main-color);
  background: var(--main-color);
  color: #fff;
}
.caseRelated .swiper-button-prev {
  left: 0;
  right: initial;
}
.caseRelated .swiper-button-next {
  right: 0;
  left: initial;
}
@media screen and (max-width: 1023px) {
  .caseRelated {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .caseRelated .hd {
    margin-bottom: 30px;
  }
  .caseRelated .hd .btnDiv {
    width: 90px;
  }
  .caseRelated .swiper-button-next,
  .caseRelated .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px #e6e6e6 solid;
    color: #999999;
  }
  .caseRelated .swiper-button-next svg,
  .caseRelated .swiper-button-prev svg {
    width: 16px;
    height: 16px;
  }
  .caseRelated .swiper-button-next::after,
  .caseRelated .swiper-button-prev::after {
    font-size: 14px;
  }
  .caseRelated .swiper-button-next:hover,
  .caseRelated .swiper-button-prev:hover {
    border-color: var(--main-color);
    background: var(--main-color);
    color: #fff;
  }
}

.contact01 .share {
  margin-bottom: 50rem;
}
.contact01 .share a {
  width: 50rem;
  height: 50rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  float: left;
  margin-right: 15rem;
}
@media (min-width: 1025px) {
  .contact01 .share a:hover {
    background: #ffffff;
  }
}

@media (max-width: 1025px) {
	.contact01 .share {
		margin-bottom: 40px;
	}
	.contact01 .share a {
	  width: 40px;
	  height: 40px;
	  margin-right: 10px;
	}
}
.xz-case{
	position:relative;
}

.xz-case .swiper-button-prev,
.xz-case .swiper-button-next {
  width: 20rem;
  height: 30rem;
}
.xz-case .swiper-button-prev:after,
.xz-case .swiper-button-next:after {
  content: '';
  width: 100%;
  height: 100%;
}

.xz-case .swiper-button-prev {
	left:-20rem;
}

.xz-case .swiper-button-next {
	right:-20rem;
}

.xz-case .swiper-button-prev:after {
  background: url(../images/left1.png) no-repeat center center;
  background-size: 20rem;
}

.xz-case .swiper-button-next:after {
  background: url(../images/right1.png) no-repeat center center;
  background-size: 20rem;
}

.xz-case-show {
	position:relative;
}

/*.xz-case-show .swiper-button-prev,
.xz-case-show .swiper-button-next {
  width: 20rem;
  height: 30rem;
}
.xz-case-show .swiper-button-prev:after,
.xz-case-show .swiper-button-next:after {
  content: '';
  width: 100%;
  height: 100%;
}

.xz-case-show .swiper-button-prev {
	left:-20rem;
}

.xz-case-show .swiper-button-next {
	right:-20rem;
}*/

.xz-case-show .swiper-button-prev:after {
  background: url(../images/left1.png) no-repeat center center;
  background-size: 20rem;
}

.xz-case-show .swiper-button-next:after {
  background: url(../images/right1.png) no-repeat center center;
  background-size: 20rem;
}

.case-item .left .pic:after {
    padding-bottom: 67.19367589%;
}

@media (max-width: 1025px) {
	.xz-case .swiper-button-prev,
	.xz-case .swiper-button-next {
	  width: 20px;
	  height: 30px;
	}

	.xz-case .swiper-button-prev {
		left:-20px;
	}

	.xz-case .swiper-button-next {
		right:-20px;
	}

	.xz-case .swiper-button-prev:after {
	  background-size: 20px;
	}

	.xz-case .swiper-button-next:after {
	  background-size: 20px;
	}
	
	.xz-case-show .swiper-button-prev,
	.xz-case-show .swiper-button-next {
	  width: 20px;
	  height: 30px;
	}

	.xz-case-show .swiper-button-prev {
        left: 35%;
        bottom: -15px;
        top: auto;
	}

	.xz-case-show .swiper-button-next {
        right: 35%;
        bottom: -15px;
        top: auto;
	}

	.xz-case-show .swiper-button-prev:after {
	  background-size: 20px;
	}

	.xz-case-show .swiper-button-next:after {
	  background-size: 20px;
	}	
}