* {
  box-sizing: border-box;
  outline: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
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;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
:root {
  --main-color: #095cab;
  --sub-color: #d60c03;
  --font-family-D-DIN-B: "D-DINExp-Bold";
  --font-family-D-DIN-R: "D-DINExp";
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: var(--main-color);
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  width: auto;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #616161;
  outline: none;
}
html,
body {
  position: relative;
  background: #fff;
}
html {
  font-size: 10px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px !important;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 8px!important;
  }
}
@font-face {
  font-family: "Roboto-Bold_0";
  src: url('../fonts/Roboto-Bold_0.eot');
  src: url('../fonts/Roboto-Bold_0.woff');
  src: url('../fonts/Roboto-Bold_0.otf');
  src: url('../fonts/Roboto-Bold_0.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DINExp-Bold";
  src: url('../fonts/D-DINExp-Bold.woff');
  src: url('../fonts/D-DINExp-Bold.otf');
  src: url('../fonts/D-DINExp-Bold.eot');
  src: url('../fonts/D-DINExp-Bold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DINExp";
  src: url('../fonts/D-DINExp.woff');
  src: url('../fonts/D-DINExp.otf');
  src: url('../fonts/D-DINExp.eot');
  src: url('../fonts/D-DINExp.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--main-color);
}
::-webkit-scrollbar-thumb:active {
  background-color: var(--main-color);
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -15rem;
  width: 1px;
  z-index: -1;
  position: absolute;
}
.circle {
  width: 11rem;
  height: 11rem;
  display: inline-block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s ease-out 0s infinite;
  background-color: rgba(227, 185, 41, 0.5);
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-radius: 50%;
  background-color: rgba(227, 185, 41, 0.5);
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  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;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.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;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  animation-name: fadeInUp3;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.scrollArrow {
  animation-name: scrollArrow;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
/* 载入效果 */
@keyframes titFadeup1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
}
@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.titFadeup1 {
  animation: titFadeup1 1.1s ease-in-out both 0.1s;
}
.titFadeup2 {
  animation: titFadeup1 1.1s ease-in-out both 0.2s;
}
.fadeInup1 {
  animation: fadeInup 1.1s ease-in-out both 0.2s;
}
.fadeInup2 {
  animation: fadeInup 1.1s ease-in-out both 0.3s;
}
.fadeInup3 {
  animation: fadeInup 1.1s ease-in-out both 0.4s;
}
.fadeInUpimg {
  animation: imgScale 1.2s ease-in-out both 0.2s;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan2 {
  animation-name: xuanzhuan2;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "微软雅黑", arial;
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 144rem;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 40px!important;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px!important;
    padding: 0 20px!important;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}
.header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  position: absolute;
  background-color: #fff;
  transition: all 500ms linear;
}
.header .listbox {
  position: relative;
  display: flex;
  align-items: center;
  height: 10rem;
  justify-content: flex-end;
}
.header .logo {
  /* top: 0; */
  left: 0;
  z-index: 10;
  position: absolute;
}
.header .logo img {
  max-height: 5rem;
}
.header .logo .img2 {
  display: none;
}
.header .rightInfo {
  display: flex;
  align-items: center;
}
.header .searchBtn {
  z-index: 2;
  margin-right: 2rem;
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1;
}
.header .searchBtn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.5s;
}
.header .searchBtn svg {
  fill: #080404;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s;
}
.header .searchBtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  background: var(--sub-color);
}
.header .searchBtn:hover svg {
  fill: #fff !important;
}
.header .language a {
  color: #333;
  display: flex;
  align-items: center;
}
.header .language svg {
  width: 2rem;
  height: 2rem;
  fill: #333;
  margin-right: 0.5rem;
}
@media (max-width: 1024px) {
  .header {
    top: 0!important;
    left: 0!important;
    width: 100%;
    height: 60px!important;
    z-index: 999;
    background: #fff !important;
    padding-top: 0!important;
    position: fixed!important;
  }
  .header .rightInfo {
    display: none;
  }
  .header .listbox {
    height: 60px!important;
  }
  .header .logo {
    left: 20px;
  }
  .header .logo img {
    max-height: 70px;
  }
  .header .logo .img1 {
    display: none;
  }
  .header .logo .img2 {
    display: block;
  }
}
@media (max-width: 640px){
	.header .logo img {
        max-height: 36px;
    }
}
.header-ny {
  top: auto;
  left: auto;
  position: relative;
}
.fixed {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  position: fixed;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.fixed .logo .img-1 {
  display: none;
}
.fixed .logo .img-2 {
  display: inline-block;
}
.common-nav .listNav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.common-nav .listNav > li {
  margin: 0 2rem;
  text-align: center;
  position: relative;
}
.common-nav .listNav > li .icon {
  margin-left: 0.5rem;
  vertical-align: top;
  margin-top: 0.8rem;
  width: 0.9rem;
  height: 0.9rem;
  transform: rotate(45deg);
  display: inline-block;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.common-nav .listNav > li > a {
  z-index: 1;
  color: #333;
  font-size: 1.8rem;
  height: 7rem;
  line-height: 3rem;
  padding: 2rem 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.common-nav .listNav > li > a > span {
  display: inline-block;
  overflow: hidden;
  height: 3rem;
  line-height: 3rem;
  position: relative;
}
.common-nav .listNav > li > a .txt-1 {
  display: block;
  transition: 0.5s;
}
.common-nav .listNav > li > a .txt-2 {
  display: block;
  transform: translateY(100%);
  transition: 0.5s;
}
.common-nav .listNav > li > a:after {
  left: 50%;
  content: "";
  width: 0;
  height: 0.2rem;
  bottom: -1.5rem;
  position: absolute;
  background: var(--main-color);
  transition: all 500ms ease;
}
.common-nav .listNav > li:hover > a,
.common-nav .listNav > li.active > a {
  color: var(--main-color);
}
.common-nav .listNav > li:hover > a:after,
.common-nav .listNav > li.active > a:after {
  left: 0;
  width: 100%;
  opacity: 1;
}
.common-nav .listNav > li:hover > a > span::after,
.common-nav .listNav > li.active > a > span::after {
  width: 100%;
}
.common-nav .listNav > li:hover > a .txt-1,
.common-nav .listNav > li.active > a .txt-1 {
  transform: translateY(-100%);
}
.common-nav .listNav > li:hover > a .txt-2,
.common-nav .listNav > li.active > a .txt-2 {
  transform: translateY(-100%);
}
.common-nav .listNav > li:hover > a:hover:after,
.common-nav .listNav > li.active > a:hover:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
.common-nav .listNav > li.active > a {
  color: var(--main-color);
}
.common-nav .listNav > li.active > a:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
.common-nav .listNav > li:last-child > a span {
  padding-right: 0;
}
.common-nav .listNav > li > .child {
  display: block;
  min-width: 32rem;
  text-align: left;
  position: absolute;
  z-index: 999;
  top: 8rem;
  left: 50%;
  transform-origin: 0 0;
  transform: scaleY(0) translateX(-50%);
  transition: transform 0.2s;
  color: #333;
}
.common-nav .listNav > li > .child::before {
  content: "";
  top: -1rem;
  left: 50%;
  z-index: 3;
  position: absolute;
  transform: translateX(-50%);
  border-bottom: solid 1rem #fff;
  border-left: solid 1rem transparent;
  border-right: solid 1rem transparent;
}
.common-nav .listNav > li > .child a {
  color: #666;
}
.common-nav .listNav > li > .child > .list {
  border-radius: 1rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
  padding: 3rem 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
}
.common-nav .listNav > li > .child > .list a {
  width: 100%;
  display: block;
  color: #666;
  height: auto;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding: 1rem 2rem;
  position: relative;
}
.common-nav .listNav > li > .child > .list a:hover {
  color: var(--main-color);
}
.common-nav .listNav > li > .child > .list-2 {
  display: flex;
  flex-wrap: wrap;
  padding: 6rem 2rem 6rem 2rem;
  background: #fafafa;
}
.common-nav .listNav > li > .child > .list-2 > li {
  width: 50%;
  padding: 0 6rem;
}
.common-nav .listNav > li > .child > .list-2 .title {
  font-size: 1.8rem;
  color: var(--main-color);
  border-bottom: 1px var(--main-color) solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.common-nav .listNav > li > .child > .list-2 .title a {
  color: var(--main-color);
  display: block;
  line-height: 3rem;
  height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.common-nav .listNav > li > .child > .list-2 .list a {
  color: #212121;
  font-size: 1.8rem;
  line-height: 3.6rem;
  height: 3.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.common-nav .listNav > li > .child > .list-2 .list a:hover {
  color: var(--main-color);
}
.common-nav .listNav > li > .child.child-2 {
  width: 80rem;
}
.common-nav .listNav > li > .child.child-2 > .list {
  display: flex;
  flex-wrap: wrap;
}
.common-nav .listNav > li > .child.child-2 > .list li {
  min-width: 50%;
}
.common-nav .listNav > li > .child.show {
  display: block;
  transform: scaleY(1) translateX(-50%);
}
.common-nav .listNav > li > .child .list {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .common-nav {
    display: none;
  }
}
.banner {
  height: 100vh;
  clear: both;
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner .pc {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
}
.banner .pc img {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  max-height: initial;
  max-width: initial;
  width: 100%;
  object-fit: cover;
}
.banner .ph {
  position: relative;
  display: none;
  text-align: center;
}
.banner .ph img {
  width: 100%;
  width: auto;
  height: auto;
}
.banner .ph:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .text {
  left: 0;
  width: 100%;
  color: #fff;
  top: 50%;
  z-index: 3;
  text-align: left;
  position: absolute;
  transform: translateY(-45%);
}
.banner .title {
  z-index: 10;
  font-size: 7rem;
  line-height: 1.2;
  position: relative;
  margin-top: -9.5rem;
}
.banner .title-2 {
  margin-top: 3rem;
  max-width: 68rem;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 100;
}
.banner .title-3 {
  margin-left: -4rem;
  position: relative;
  font-size: 21.4rem;
  line-height: 21rem;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Roboto-Bold_0";
}
.banner .more {
  margin-top: 6rem;
}
.banner .more a {
  color: #fff;
  transition: all 500ms ease;
  position: relative;
  padding: 0 1rem;
  font-size: 2.4rem;
  text-align: center;
  height: 4.5rem;
  line-height: 4.3rem;
  min-width: 14rem;
  border-radius: 0.5rem;
  border: solid 1px #fff;
  display: inline-block;
  background: #095cab;
}
.banner .more a::after {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  right: -0.3rem;
  bottom: -0.5rem;
  position: absolute;
  background: #2d74c7;
  border-radius: 0.5rem;
  transition: all 500ms ease;
}
.banner .more a:hover {
  background: var(--sub-color);
}
.banner .more a:hover::after {
  background: rgba(255, 255, 255, 0.3);
}
.banner .item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner .item .tu {
  width: 49%;
}
.banner .item .tu img {
  max-height: 60rem;
}
.banner .item .nr {
  width: 46%;
}
.banner .item .nr .t-1 {
  color: #000;
  font-weight: 700;
  font-size: 3.6rem;
  padding-bottom: 2rem;
}
.banner .item .nr .t-1 span {
  color: var(--sub-color);
}
.banner .item .nr .t-2 {
  color: #333;
  padding-left: 3rem;
  position: relative;
  font-size: 2.4rem;
  margin-top: 1.2rem;
}
.banner .item .nr .t-2:before {
  left: 0;
  content: "";
  top: 1.5rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  background: var(--main-color);
  transform: rotate(45deg);
}
.banner .button-common {
  margin-top: 7rem;
}
.banner .swiper-pagination {
  width: 100%;
  bottom: 5rem;
  text-align: center;
}
.banner .swiper-pagination-bullet {
  border-radius: 0;
  background: #a1a1a1;
  opacity: 1;
  border-radius: 50%;
  vertical-align: middle;
  transition: all 500ms ease;
  margin: 0 1rem;
  width: 1rem;
  height: 1rem;
}
.banner .swiper-pagination-bullet-active {
  width: 3.4rem;
  border-radius: 0.5rem;
  background: var(--main-color);
}
.banner .swiper-slide-active .pc {
  animation: 5s scrollArrow1 ease;
}
.banner .swiper-slide-active .title-3 {
  animation: 1.5s fadeInUp2 ease;
}
.banner .swiper-slide-active .title {
  animation: 1.6s fadeInDown2 ease;
}
.banner .swiper-slide-active .title-2 {
  animation: 1.7s fadeInUp2 ease;
}
.banner .swiper-slide-active .more {
  animation: 1.8s fadeInUp2 ease;
}
@media (max-width: 1024px) {
  .banner {
    padding-top: 0;
    margin-top: 60px;
    height: auto;
  }
  .banner .swiper-pagination {
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
  }
  .banner .text .title {
    font-size: 22px;
    line-height: 1.2;
    margin-top: -60px;
  }
  .banner .text .title-2 {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  .banner .text .title-3 {
    margin-left: 0;
    font-size: 100px;
    line-height: 100px;
  }
  .banner .text .more {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .banner .button-common {
    display: none;
  }
  .banner .text {
    transform: translateY(-50%);
  }
  .banner .item {
    display: block;
  }
  .banner .item .tu {
    margin: 0 auto;
    width: 60%;
  }
  .banner .item .nr {
    width: 100%;
  }
  .banner .item .nr .t-1 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }
  .banner .item .nr .t-2 {
    display: none;
  }
}
.common-title {
  color: #333;
  font-size: 4rem;
  line-height: 4.5rem;
  font-weight: 700;
}
@media (max-width: 640px) {
  .common-title {
    font-size: 18px;
    line-height: 1.5;
  }
}
.common-btn a {
  color: #fff;
  height: 5.2rem;
  line-height: 5.2rem;
  border-radius: 3rem;
  min-width: 18rem;
  display: inline-block;
  text-align: center;
  background: var(--main-color);
  transition: all 500ms ease;
}
.common-btn a:hover {
  background: var(--sub-color);
}
.index-about {
  color: #fff;
  min-height: 96rem;
  padding: 10rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-about .pic {
  display: none;
}
.index-about .common-title {
  color: #fff;
}
.index-about .common-btn {
  margin-top: 11rem;
}
.index-about .list {
  display: flex;
  justify-content: space-between;
}
.index-about .left {
  width: 15%;
}
.index-about .right {
  width: 75%;
}
.index-about .right .title {
  vertical-align: top;
  line-height: 4rem;
  font-size: 3.2rem;
}
.index-about .right .title span {
  top: 2rem;
  left: -4rem;
  position: relative;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
  font-size: 10rem;
}
.index-about .right .text {
  padding-top: 2.5rem;
  line-height: 3.2rem;
}
.index-about .numlist {
  padding-top: 6rem;
}
.index-about .numlist ul {
  display: flex;
  justify-content: space-between;
}
.index-about .numlist li .item {
  display: flex;
  align-items: flex-end;
}
.index-about .numlist li .icon {
  width: 5rem;
  height: 5rem;
}
.index-about .numlist li .icon img {
  max-height: 5rem;
}
.index-about .numlist li .box {
  padding-left: 2rem;
}
.index-about .numlist li .box .counter {
  font-size: 4.8rem;
  line-height: 5rem;
  font-family: var(--font-family-D-DIN-B);
}
.index-about .numlist li .box sup {
  vertical-align: top;
  font-size: 2rem;
  font-family: var(--font-family-D-DIN-B);
}
@media (max-width: 1024px) {
  .index-about {
    color: #666;
    min-height: auto;
    background-image: none !important;
    padding: 40px 0;
  }
  .index-about .list {
    display: block;
  }
  .index-about .common-title {
    color: #666;
  }
  .index-about .common-btn {
    display: none;
  }
  .index-about .left,
  .index-about .right {
    width: 100%;
  }
  .index-about .left {
    padding-bottom: 10px;
  }
  .index-about .right .title {
    color: #999;
    font-size: 20px;
  }
  .index-about .right .text {
    line-height: 26px;
  }
  .index-about .pic {
    display: block;
    margin-top: 30px;
  }
  .index-about .numlist {
    padding-top: 30px;
  }
  .index-about .numlist li .icon {
    display: none;
  }
  .index-about .numlist li .t-1 {
    color: var(--main-color);
  }
}
@media (max-width: 500px) {
  .index-about .numlist {
    padding-top: 15px;
  }
  .index-about .numlist ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .index-about .numlist li {
    width: 50%;
    padding-top: 15px;
  }
}
.index-product {
  overflow: hidden;
  padding: 10rem 0;
}
.index-product .container {
  max-width: 192rem;
}
.index-product .common-title {
  margin: 0 auto;
  max-width: 144rem;
}
.index-product .list {
  margin: 0 -17rem;
  position: relative;
}
.index-product .list .item {
  margin-top: 6rem;
  padding: 4rem;
  padding-bottom: 5rem;
  border-radius: 2rem;
  transition: all 500ms ease;
  background: #f4f4f4;
}
.index-product .list .item .tit {
  color: #333;
  font-weight: 400;
  font-size: 1.8rem;
  height: 3rem;
  line-height: 3rem;
  transition: all 334ms ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-product .list .picbox {
  margin: 0 auto;
  margin-top: 6rem;
  max-width: 27rem;
  position: relative;
}
.index-product .list .picbox::after {
  opacity: 0;
  content: "";
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 26.5rem;
  height: 26.5rem;
  border-radius: 50%;
  position: absolute;
  transition: all 500ms ease;
  background-color: var(--main-color);
  transform: translate(-55%, -50%) scale(0.5);
}
.index-product .list .pic {
  z-index: 3;
  position: relative;
}
.index-product .list .pic::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.index-product .list .more {
  margin-top: 3rem;
  text-align: right;
}
.index-product .list .more span {
  color: #333;
  transition: all 500ms ease;
  border-radius: 3rem;
  text-align: center;
  min-width: 14rem;
  height: 4.4rem;
  line-height: 4.2rem;
  display: inline-block;
  border: solid 1px #999;
}
.index-product .list .more i {
  padding-left: 1rem;
  font-weight: 700;
  font-family: "宋体";
  font-style: normal;
}
.index-product .swiper-button-prev,
.index-product .swiper-button-next {
  top: -4rem;
  margin-top: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  color: #333;
  transition: all 500ms ease;
  border: solid 1px #e1e1e1;
}
.index-product .swiper-button-prev::after,
.index-product .swiper-button-next::after {
  font-size: 1.4rem;
  font-weight: 700;
}
.index-product .swiper-button-prev:hover,
.index-product .swiper-button-next:hover {
  color: #fff;
  background: var(--main-color);
  border-color: var(--main-color);
}
.index-product .swiper-button-prev {
  left: auto;
  right: 21%;
}
.index-product .swiper-button-next {
  right: 18%;
}
@media (min-width: 1025px) {
  .index-product .list .item:hover {
    border-radius: 50%;
  }
  .index-product .list .item:hover .picbox::after {
    opacity: 1;
    transform: translate(-55%, -50%) scale(1);
  }
  .index-product .list .item:hover .tit {
    color: var(--main-color);
  }
  .index-product .list .item:hover .more span {
    color: #fff;
    border-color: var(--main-color);
    background: var(--main-color);
  }
}
@media (max-width: 1024px) {
  .index-product {
    padding-bottom: 40px;
    padding-top: 0;
  }
  .index-product .list {
    margin-left: 0;
    margin-right: 0;
  }
  .index-product .swiper-button-prev {
    right: 7rem;
  }
  .index-product .swiper-button-next {
    right: 0;
  }
}
.index-news {
  padding: 10rem 0;
  background: #f4f4f4;
}
.index-news .common-title {
  text-align: center;
}
.index-news .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem;
}
.index-news .list li {
  position: relative;
  padding: 0 2rem;
  margin-top: 5rem;
  width: 33.333%;
}
.index-news .list li .nr {
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
}
.index-news .list li .tag {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}
.index-news .list li .tag span {
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 3.8rem;
  padding: 0 2rem;
  border-top-left-radius: 2rem;
  background: var(--main-color);
}
.index-news .list li .pic {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  overflow: hidden;
  position: relative;
}
.index-news .list li .pic img {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  transition: all 700ms ease;
}
.index-news .list li .pic::after {
  content: "";
  display: block;
  padding-bottom: 66.07929515%;
}
.index-news .list li .text {
  padding: 3rem;
  padding-bottom: 4rem;
}
.index-news .list li .text .t-1 {
  color: #333;
  font-size: 1.8rem;
  height: 3rem;
  line-height: 3rem;
  transition: all 334ms ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .list li .text .t-2 {
  margin-top: 1rem;
  color: #666;
  height: 5.6rem;
  line-height: 2.8rem;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .list li .text .t-3 {
  color: #666;
  display: flex;
  align-items: center;
  margin-top: 3rem;
  justify-content: space-between;
}
.index-news .list li .text .t-3 span {
  display: flex;
  align-items: center;
  transition: all 334ms ease;
}
.index-news .list li .text .t-3 svg {
  width: 2rem;
  height: 2rem;
  fill: #666;
  margin-left: 1rem;
  transition: all 334ms ease;
}
.index-news .list li .text .t-3 img {
  max-height: 1.6rem;
  margin-right: 0.5rem;
}
.index-news .list li:last-child .nr {
  padding: 0 3rem;
  padding-top: 6.1rem;
  padding-bottom: 3rem;
}
.index-news .list li:last-child .item {
  padding-left: 0;
  padding-bottom: 2.6rem;
  border-bottom: solid 1px #d9d9d9;
  position: relative;
}
.index-news .list li:last-child .item:last-child {
  border-bottom: 0;
}
.index-news .list li:last-child .text {
  margin-top: 2rem;
  padding-bottom: 0;
  padding-left: 0;
}
.index-news .list li:last-child .text .t-3 {
  top: 0;
  left: 0;
  position: absolute;
  margin-top: 0;
  order: 1;
}
.index-news .list li:last-child .text .t-3 .more {
  display: none;
}
@media (min-width: 1025px) {
  .index-news .list .item:hover .pic img {
    transform: scale(1.05);
  }
  .index-news .list .item:hover .t-1 {
    color: var(--main-color);
  }
  .index-news .list .item:hover .t-3 .more {
    color: var(--main-color);
  }
  .index-news .list .item:hover .t-3 .more svg {
    fill: var(--main-color);
  }
}
@media (max-width: 1024px) {
  .index-news {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .index-news .list li {
    width: 50%;
  }
  .index-news .list li .tag span {
    font-size: 14px;
  }
  .index-news .list li .text .t-1 {
    font-size: 15px;
    height: 24px;
    line-height: 24px;
  }
  .index-news .list li:last-child {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .index-news .list li {
    width: 100%;
    margin-top: 30px;
  }
}
.index-contact {
  overflow: hidden;
  padding: 10rem 0 7rem 0;
}
.index-contact .container {
  max-width: 192rem;
}
.index-contact .common-title {
  text-align: center;
}
.index-contact .info {
  margin: 0 auto;
  text-align: center;
  max-width: 110rem;
  line-height: 3.2rem;
  padding-top: 2rem;
}
.index-contact .list {
  margin-top: 5rem;
  display: flex;
}
.index-contact .list .form-warp {
  z-index: 3;
  width: 40.5%;
  position: relative;
  padding-left: 24rem;
}
.index-contact .list .form-warp .nr {
  width: 107%;
  background: #fff;
  padding: 6rem;
  border-radius: 2rem;
  box-shadow: 0 0 5rem rgba(0, 65, 127, 0.1);
}
.index-contact .list .form-warp .title {
  line-height: 4rem;
  font-size: 3.2rem;
  color: var(--main-color);
}
.index-contact .list .form-warp .title-2 {
  padding-top: 1.5rem;
  line-height: 2.8rem;
}
.index-contact .list .form-item li {
  margin-top: 2rem;
}
.index-contact .list .form-item li .text-red {
  top: 2rem;
  left: 1.5rem;
  color: var(--sub-color);
  position: absolute;
}
.index-contact .list .form-item li .text-input,
.index-contact .list .form-item li .text-textarea {
  position: relative;
}
.index-contact .list .form-item li .text-input textarea,
.index-contact .list .form-item li .text-textarea textarea,
.index-contact .list .form-item li .text-input input,
.index-contact .list .form-item li .text-textarea input {
  color: #666;
  width: 100%;
  font-size: 1.6rem;
  font-family: "微软雅黑";
  padding: 0 2.5rem;
  height: 6rem;
  line-height: 5.8rem;
  border-radius: 0.5rem;
  border: solid 1px #e1e1e1;
}
.index-contact .list .form-item li .text-input textarea,
.index-contact .list .form-item li .text-textarea textarea {
  height: 16rem;
  line-height: 2.6rem;
  padding-top: 1rem;
}
.index-contact .list .form-item li.text-button {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
}
.index-contact .list .form-item li.text-button .btn-1,
.index-contact .list .form-item li.text-button .btn-2 {
  width: 47%;
  text-align: center;
  height: 5.2rem;
  line-height: 5rem;
  border-radius: 3rem;
  transition: all 500ms ease;
}
.index-contact .list .form-item li.text-button .btn-1 {
  color: #fff;
  background: var(--main-color);
  border: solid 1px var(--main-color);
}
.index-contact .list .form-item li.text-button .btn-1:hover {
  border-color: #196cbb;
  background: #196cbb;
}
.index-contact .list .form-item li.text-button .btn-2 {
  color: #666;
  border: solid 1px #e1e1e1;
}
.index-contact .list .form-item li.text-button .btn-2:hover {
  color: #333;
  border-color: #333;
}
.index-contact .list .ditubox {
  width: 58.5%;
  position: relative;
}
.index-contact .list .ditu-ph {
  display: none;
}
.index-contact .list .add {
  position: absolute;
}
.index-contact .list .add .circle {
  width: 3.4rem;
  height: 3.4rem;
  position: relative;
}
.index-contact .list .add .circle::before {
  background: rgba(255, 255, 255, 0.9);
}
.index-contact .list .add .circle::after {
  background: rgba(255, 255, 255, 0.2);
}
.index-contact .list .add-1 {
  left: 46.7rem;
  top: 50rem;
}
.index-contact .list .add-2 {
  left: 65rem;
  top: 50rem;
}
.index-contact .list .add-3 {
  left: 65rem;
  top: 66rem;
}
.index-contact .list .add-4 {
  left: 72.6rem;
  top: 46rem;
}
.index-contact .list .item {
  z-index: 9;
  top: 21rem;
  left: 31rem;
  position: absolute;
  padding: 3rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.9);
}
.index-contact .list .item::after {
  content: "";
  bottom: -10rem;
  right: -5rem;
  width: 1px;
  background: #fff;
  height: 20rem;
  position: absolute;
  transform: rotate(-55deg);
}
.index-contact .list .item .t-1 {
  font-size: 2rem;
  color: var(--main-color);
  border-bottom: solid 1px #cbd0d5;
  padding-bottom: 1rem;
}
.index-contact .list .item .t-2 {
  padding-left: 2rem;
  margin-top: 1rem;
  position: relative;
  max-width: 36rem;
}
.index-contact .list .item .t-2 img {
  top: 0.3rem;
  left: 0;
  position: absolute;
  max-height: 1.6rem;
}
@media (max-width: 1024px) {
  .index-contact {
    padding: 40px 0;
  }
  .index-contact .info {
    max-width: 100%;
    line-height: 24px;
  }
  .index-contact .list {
    margin-top: 30px;
    display: block;
  }
  .index-contact .list .form-warp {
    width: 100%;
    padding-left: 0;
  }
  .index-contact .list .form-warp .nr {
    width: 100%;
    padding: 30px;
  }
  .index-contact .list .ditubox {
    width: 100%;
    margin-top: 30px;
  }
  .index-contact .list .ditu {
    display: none;
  }
  .index-contact .list .ditu-ph {
    display: block;
  }
}
.footer {
  color: #fff;
  padding-top: 7rem;
  background: #095cab;
}
@media (max-width: 1024px) {
  .footer {
    padding: 40px 0;
  }
}
.footer-bottom {
  padding-bottom: 2rem;
}
.footer-bottom .footer-left {
  float: left;
  width: 27%;
}
.footer-bottom .footer-left .tel {
  color: #fff;
  font-size: Infinityrem;
  padding-left: 6.5rem;
  position: relative;
}
.footer-bottom .footer-left .tel img {
  top: 0;
  left: 0;
  position: absolute;
  max-height: 5.4rem;
}
.footer-bottom .footer-left .tel a {
  color: #fff;
  line-height: 3rem;
  font-size: 2.8rem;
  font-family: var(--font-family-D-DIN-B);
}
.footer-bottom .footer-left .f3 {
  margin-top: 4rem;
}
.footer-bottom .footer-left .f3 p {
  margin-top: 1rem;
}
.footer-bottom .footer-left .f3 .t1 {
  font-size: 1.4rem;
  padding-left: 2.5rem;
  position: relative;
}
.footer-bottom .footer-left .f3 .t1 img {
  top: 0.4rem;
  left: 0;
  position: absolute;
  max-height: 1.6rem;
}
.footer-bottom .footer-left .f3 .t1 a {
  color: #666;
}
.footer-bottom .socialMedia {
  padding-top: 3.5rem;
  padding-bottom: 11rem;
}
.footer-bottom .socialMedia .list li {
  width: auto;
  border: 0;
  padding-top: 0;
  padding-left: 0.5rem;
  display: inline-block;
}
.footer-bottom .socialMedia .list li:first-child {
  padding-left: 0;
}
.footer-bottom .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer-bottom .socialMedia .list .icon {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: solid 1px #d1d3d4;
  transition: all 500ms ease;
  background-size: Infinityrem !important;
}
.footer-bottom .socialMedia .list .icon img {
  width: 100%;
  max-height: 3.8rem;
}
.footer-bottom .socialMedia .list .icon:hover {
  background: rgba(255, 255, 255, 0.1);
}
.footer-bottom .socialMedia .list .down {
  display: none;
  color: #666;
  align-items: center;
  width: 12.2rem;
  cursor: initial;
  position: absolute;
  bottom: -12rem;
  left: 0;
  margin-left: -4rem;
}
.footer-bottom .socialMedia .list .down::after {
  content: "";
  left: 50%;
  top: -0.8rem;
  position: absolute;
  transform: translateX(-50%);
  border-bottom: solid 1rem #fff;
  border-left: solid 1rem transparent;
  border-right: solid 1rem transparent;
}
.footer-bottom .socialMedia .list .down .txt {
  margin-right: 1rem;
}
.footer-bottom .socialMedia .list .down .ewm {
  width: 11.4rem;
  position: relative;
}
.footer-bottom .socialMedia .list .down .ewm img {
  width: 100%;
  max-height: 12.4rem;
}
.footer-bottom .socialMedia .list .active .down {
  display: flex;
}
.footer-bottom .socialMedia .list .box:hover .icon {
  opacity: 1;
}
.footer-bottom .socialMedia .list .box:hover .down {
  display: flex;
}
.footer-bottom .socialMedia .list .cur .down {
  display: block;
}
.footer-bottom .footer-list {
  float: right;
  width: 70%;
}
.footer-bottom .footer-list ul {
  min-height: 19rem;
}
.footer-bottom .footer-list ul li {
  width: 18%;
  float: left;
  font-weight: 700;
  font-size: 1.8rem;
}
.footer-bottom .footer-list ul li a {
  color: #ffffff;
  display: block;
  padding-bottom: 3rem;
}
.footer-bottom .footer-list ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-bottom .footer-list ul li ul li {
  font-weight: normal;
  position: relative;
  width: 100% !important;
}
.footer-bottom .footer-list ul li ul li a {
  font-size: 1.4rem;
  display: block;
  padding-bottom: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer-bottom .footer-list ul li ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-bottom .footer-list ul li:nth-child(3){
	width: 13%;
}
.footer-bottom .footer-list ul li:last-child {
  width: 15%;
}
@media (max-width: 1024px) {
  .footer-bottom {
    padding-top: 0;
    padding-left: 20px;
  }
  .footer-bottom .flogo img {
    max-height: 60px;
  }
  .footer-bottom .footer-left .f3 .t1 {
    font-size: 14px;
  }
  .footer-bottom .footer-left {
    width: 100%;
    font-size: 14px;
    float: none;
  }
  .footer-bottom .footer-left .f1 img,
  .footer-bottom .footer-left .f3 .t1 img {
    max-height: 16px;
    margin-right: 5px;
  }
  .footer-bottom .footer-left .wxbox dl {
    max-width: 80px;
  }
  .footer-bottom .footer-left .tel {
    font-size: 14px;
    padding-left: 65px;
  }
  .footer-bottom .footer-left .tel img {
    max-height: 54px;
  }
  .footer-bottom .footer-list {
    display: none;
  }
  .footer-bottom .socialMedia {
    padding-bottom: 20px;
  }
  .footer-bottom .socialMedia .list .icon {
    width: 40px;
    height: 40px;
    background-size: 38px!important;
  }
  .footer-bottom .socialMedia .list .icon img {
    max-height: 38px;
  }
}
.footer-copyright {
  border-top: solid 1px rgba(255, 255, 255, 0.4);
  font-size: 1.4rem;
  padding: 1.5rem 0;
  text-align: center;
  border-top: solid 1px rgba(255, 255, 255, 0.15);
}
@media (max-width: 1024px) {
  .footer-copyright {
    text-align: left;
    font-size: 12px;
    padding: 15px 0 0 0;
  }
  .footer-copyright a {
    float: none;
  }
}
.inside-banner {
  position: relative;
}
.inside-banner .pc img {
  width: 100%;
}
.inside-banner .ph {
  display: none;
}
.inside-banner .text {
  top: 44%;
  left: 0;
  width: 100%;
  z-index: 9;
  position: absolute;
}
.inside-banner .title {
  color: #fff;
  font-size: 4.8rem;
  line-height: 5rem;
}
.inside-banner .title-2 {
  color: #fff;
  font-size: 1.8rem;
  padding-top: 2.5rem;
}
@media (max-width: 1024px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .text {
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .inside-banner .pc {
    display: none;
  }
  .inside-banner .ph {
    display: block;
  }
  .inside-banner .text {
    text-align: center;
  }
  .inside-banner .title {
    font-size: 26px;
    line-height: 40px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  }
  .inside-banner .title-2 {
    font-size: 16px;
    padding-top: 0;
    display: none;
  }
}
.common-menu {
  z-index: 9;
  font-size: 1.8rem;
  height: 8rem;
  line-height: 8rem;
  margin-top: -8rem;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
}
.common-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.common-menu li {
  position: relative;
}
.common-menu li a {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 3rem;
}
.common-menu li img {
  margin-right: 1rem;
  max-height: 2.6rem;
}
.common-menu li::after {
  top: 50%;
  content: "";
  width: 1px;
  height: 2.4rem;
  position: absolute;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
}
.common-menu li:first-child::after {
  display: none;
}
.common-menu .active a {
  background: rgba(9, 92, 191, 0.8);
}
@media (max-width: 1024px) {
  .common-menu {
    display: none;
  }
}
.common-warp {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.common-current {
  text-align: right;
  height: 7rem;
  line-height: 7rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.common-current span {
  color: var(--main-color);
}
.common-current img {
  max-height: 2rem;
  margin-right: 1rem;
  margin-top: 2.4rem;
}
@media (max-width: 1024px) {
  .common-current {
    display: none;
  }
}
.about-1 {
  padding-top: 3rem;
}
.about-1 .pic img {
  width: 100%;
}
.about-1 .list {
  display: flex;
  justify-content: space-between;
}
.about-1 .left {
  width: 30%;
  padding-top: 12rem;
}
.about-1 .left .t-1 {
  text-transform: uppercase;
  color: var(--main-color);
  line-height: 12rem;
  font-size: 12rem;
  font-family: var(--font-family-D-DIN-R);
}
.about-1 .left .t-2 {
  padding-top: 2rem;
  color: var(--main-color);
  line-height: 12rem;
  font-size: 12rem;
  text-align: right;
  font-family: var(--font-family-D-DIN-B);
}
.about-1 .right {
  width: 61%;
  line-height: 1.5;
}
.about-1 .right .title {
  color: #333;
  font-size: 4rem;
}
.about-1 .right .text {
  padding-top: 2rem;
}
.about-1 .right .text p {
  padding-top: 3rem;
}
@media (max-width: 1024px) {
  .about-1 {
    padding-top: 40px;
  }
  .about-1 .list {
    display: block;
  }
  .about-1 .left {
    display: flex;
    width: 100%;
    padding-top: 0px;
  }
  .about-1 .left .t-1 {
    font-size: 40px;
    line-height: 50px;
  }
  .about-1 .left .t-2 {
    padding-left: 10px;
    text-align: left;
    padding-top: 0;
    font-size: 40px;
    line-height: 50px;
  }
  .about-1 .right {
    width: 100%;
    line-height: 26px;
    padding-bottom: 30px;
  }
  .about-1 .right .text {
    padding-top: 0;
  }
  .about-1 .right .title {
    font-size: 24px;
  }
}
.subsidiary-company {
  padding-top: 2rem;
  padding-bottom: 10rem;
}
.subsidiary-company .common-title {
  text-align: center;
}
.subsidiary-company #certify {
  z-index: 10;
  margin-top: 6rem;
  position: relative;
}
.subsidiary-company #certify .swiper-slide {
  margin: 0 auto;
  width: 80.5rem;
  border-radius: 2rem;
}
.subsidiary-company #certify .item {
  border-radius: 2rem;
  position: relative;
}
.subsidiary-company #certify .pic {
  position: relative;
  border-radius: 2rem;
}
.subsidiary-company #certify .pic img {
  border-radius: 2rem;
}
.subsidiary-company #certify .pic::before {
  content: "";
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  transition: all 500ms ease;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.subsidiary-company #certify .text {
  padding-top: 2.5rem;
  text-align: center;
}
.subsidiary-company #certify .text .t-1 {
  opacity: 0;
  font-size: 2.2rem;
  color: #333;
}
.subsidiary-company #certify .swiper-slide-active .pic::before {
  background: rgba(0, 0, 0, 0);
}
.subsidiary-company #certify .swiper-slide-active .text .t-1 {
  opacity: 1;
}
@media (max-width: 1700px) {
  .subsidiary-company #certify .swiper-slide {
    width: 78.5rem;
  }
}
@media (max-width: 1440px) {
  .subsidiary-company #certify .swiper-slide {
    width: 50rem;
  }
}
@media (max-width: 1024px) {
  .subsidiary-company {
    padding: 40px 0;
  }
  .subsidiary-company #certify {
    margin-top: 30px;
    padding-top: 0px;
    font-size: 15px;
  }
}
.culture-1 {
  padding-top: 2rem;
  padding-bottom: 10rem;
}
.culture-1 .common-title {
  text-align: center;
}
.culture-1 .list {
  margin-top: 6rem;
}
.culture-1 .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.6rem;
}
.culture-1 .list li {
  width: 11.66667%;
  padding: 0 0.6rem;
}
.culture-1 .list li .item {
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 2rem;
  justify-content: center;
  border-radius: 2rem;
  height: 65rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.culture-1 .list li .item::before {
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 2rem;
  background: rgba(0, 0, 0, 0.1);
}
.culture-1 .list li .text {
  z-index: 2;
  position: relative;
  text-align: center;
}
.culture-1 .list li .t-1 {
  font-size: 2.8rem;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-shadow: 0 0 1px #fff;
}
.culture-1 .list li .t-2 {
  display: none;
  font-size: 2rem;
  padding-top: 1rem;
}
.culture-1 .list .active {
  width: 65%;
}
.culture-1 .list .active .item::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
}
.culture-1 .list .active .t-1 {
  font-size: 3.6rem;
  writing-mode: inherit;
}
.culture-1 .list .active .t-2 {
  display: block;
}
@media (max-width: 1024px) {
  .culture-1 {
    padding: 40px 0;
  }
  .culture-1 .list {
    margin-top: 30px;
  }
  .culture-1 .list li .item {
    height: 240px;
  }
}
@media (max-width: 640px) {
  .culture-1 .list {
    margin: 0 -5px;
    margin-top: 30px;
  }
  .culture-1 .list li {
    padding: 5px;
    width: 50% !important;
  }
  .culture-1 .list li .item {
    height: 180px !important;
  }
  .culture-1 .list li .item::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)) !important;
  }
  .culture-1 .list li .t-1 {
    font-size: 20px !important;
    writing-mode: inherit !important;
  }
  .culture-1 .list li .t-2 {
    font-size: 12px !important;
    display: block !important;
  }
}
.culture-2 {
  font-size: 5.6rem;
  display: flex;
  align-items: center;
  height: 70rem;
  background: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.culture-2 .title {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 1px #fff;
}
.culture-2 .title span {
  padding: 0 18rem;
  display: inline-block;
}
@media (max-width: 1024px) {
  .culture-2 {
    height: auto;
    font-size: 30px;
    padding: 100px 0;
  }
  .culture-2 .title span {
    padding: 0 20px;
  }
}
.culture-3 {
  padding: 10rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.culture-3 .common-title {
  text-align: center;
}
.culture-3 .list {
  padding: 0 8rem;
}
.culture-3 .list ul {
  display: flex;
  flex-wrap: wrap;
}
.culture-3 .list li {
  width: 25%;
  position: relative;
  margin-top: 9rem;
  text-align: center;
}
.culture-3 .list li::before {
  top: 6rem;
  left: 80%;
  content: "";
  width: 40%;
  height: 1px;
  position: absolute;
  background: #d1d4d4;
}
.culture-3 .list li .icon {
  position: relative;
}
.culture-3 .list li .icon img {
  border-radius: 50%;
  background-color: #fff;
  max-height: 11.6rem;
}
.culture-3 .list li .icon::after {
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  width: 17.2rem;
  height: 17.2rem;
  transition: all 1000ms ease;
  transform: translate(-50%, -50%);
  background: url(../images/culture-10.png) no-repeat center center;
  background-size: cover;
}
.culture-3 .list li .tit {
  color: #333;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 5rem;
}
.culture-3 .list li:last-child::before {
  display: none;
}
.culture-3 .list li:hover .icon::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.culture-3 .list-2 {
  margin-top: 9rem;
}
.culture-3 .list-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem;
  margin-top: 6rem;
}
.culture-3 .list-2 li {
  width: 33.3333%;
  padding: 0 2rem;
}
.culture-3 .list-2 li .item {
  padding: 4rem;
  border-radius: 2rem;
  background: #fff;
  transition: all 700ms ease;
}
.culture-3 .list-2 li .pic {
  display: flex;
  justify-content: space-between;
}
.culture-3 .list-2 li .icon img {
  max-height: 4.4rem;
  transition: all 500ms ease;
}
.culture-3 .list-2 li .num {
  line-height: 3rem;
  color: var(--main-color);
  font-size: 2.4rem;
  font-family: var(--font-family-D-DIN-B);
}
.culture-3 .list-2 li .tit {
  color: #333;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 4rem;
}
.culture-3 .list-2 li:hover .item {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
.culture-3 .list-2 li:hover .icon img {
  transform: scale(1.04);
}
@media (max-width: 1024px) {
  .culture-3 {
    padding: 40px 0;
  }
  .culture-3 .list {
    padding-left: 0;
    padding-right: 0;
  }
  .culture-3 .list li {
    margin-top: 40px;
  }
  .culture-3 .list li .icon::after {
    width: 12rem;
    height: 12rem;
  }
  .culture-3 .list li .tit {
    font-size: 16px;
    margin-top: 10px;
  }
  .culture-3 .list-2 {
    margin-top: 40px;
  }
  .culture-3 .list-2 ul {
    margin: 0 -10px;
    margin-top: 30px;
  }
  .culture-3 .list-2 li {
    padding: 0 10px;
  }
  .culture-3 .list-2 li .item {
    padding: 30px 20px;
  }
  .culture-3 .list-2 li .tit {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .culture-3 .list li::before {
    top: 30px;
  }
  .culture-3 .list li .tit {
    font-size: 14px;
  }
  .culture-3 .list li .icon::after {
    width: 60px;
    height: 60px;
  }
  .culture-3 .list li .icon img {
    max-height: 60px;
  }
  .culture-3 .list-2 li {
    width: 100%;
    margin-top: 20px;
  }
  .culture-3 .list-2 li:first-child {
    margin-top: 0;
  }
  .culture-3 .list-2 li:first-child .item {
    padding: 30px;
  }
}
.culture-4 {
  padding: 10rem 0;
}
.culture-4 .common-title {
  color: #fff;
}
.culture-4 .bg {
  color: #fff;
  border-radius: 2rem;
  height: 65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.culture-4 .t-1 {
  font-size: 2.8rem;
  font-weight: 700;
  padding-top: 4rem;
}
.culture-4 .t-1 span {
  line-height: 3rem;
  vertical-align: top;
  display: inline-block;
}
.culture-4 .t-2 {
  font-size: 2rem;
  padding-top: 2rem;
}
@media (max-width: 1024px) {
  .culture-4 {
    padding: 40px 0;
  }
  .culture-4 .bg {
    padding: 50px 20px;
    height: auto;
  }
  .culture-4 .t-1 {
    font-size: 18px;
    padding-top: 10px;
  }
  .culture-4 .t-2 {
    font-size: 14px;
    text-align: left;
  }
}
.contact-1 {
  padding-top: 2rem;
  padding-bottom: 10rem;
}
.contact-1 .common-title {
  text-align: center;
}
.contact-1 .info {
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: center;
  padding: 0 10rem;
  padding-top: 2.5rem;
}
.contact-1 .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem;
}
.contact-1 .list li {
  padding: 0 2rem;
  padding-top: 4rem;
  width: 33.333%;
}
.contact-1 .list li .item {
  border-radius: 2rem;
  background: #f5f5f5;
}
.contact-1 .list li .pic {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.contact-1 .list li .pic img {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.contact-1 .list li .text {
  padding: 3rem;
}
.contact-1 .list li .text .t-1 {
  color: #333;
  font-size: 2rem;
  padding-bottom: 1.5rem;
}
.contact-1 .list li .text .t-2 {
  font-family: var(--font-family-D-DIN-R);
  margin-top: 0.7rem;
  padding-left: 2.5rem;
  position: relative;
  font-size: 1.5rem;
}
.contact-1 .list li .text .t-2 img {
  left: 0;
  top: 0.4rem;
  position: absolute;
  max-height: 1.6rem;
}
@media (max-width: 1024px) {
  .contact-1 {
    padding: 40px 0;
  }
  .contact-1 .common-title {
    text-align: left;
  }
  .contact-1 .common-title span {
    display: block;
  }
  .contact-1 .info {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  .contact-1 .list li {
    display: flex;
    width: 50%;
  }
  .contact-1 .list li .item {
    min-width: 100%;
    min-height: 100%;
  }
  .contact-1 .list li .text .t-2 img {
    top: 4px;
    max-height: 16px;
  }
}
@media (max-width: 500px) {
  .contact-1 .list li {
    width: 100%;
  }
}
.newslist {
  margin-top: -3rem;
  position: relative;
  padding-bottom: 10rem;
}
.newslist .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem;
}
.newslist .list li {
  position: relative;
  padding: 0 2rem;
  margin-top: 4rem;
  width: 33.333%;
}
.newslist .list li .item {
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
}
.newslist .list li .pic {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  overflow: hidden;
  position: relative;
}
.newslist .list li .pic img {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  transition: all 700ms ease;
}
.newslist .list li .pic::after {
  content: "";
  display: block;
  padding-bottom: 66.07929515%;
}
.newslist .list li .text {
  padding: 3rem;
  padding-bottom: 4rem;
}
.newslist .list li .text .t-1 {
  color: #333;
  font-size: 1.8rem;
  height: 3rem;
  line-height: 3rem;
  transition: all 334ms ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.newslist .list li .text .t-2 {
  margin-top: 1rem;
  color: #666;
  height: 5.6rem;
  line-height: 2.8rem;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.newslist .list li .text .t-3 {
  color: #666;
  display: flex;
  align-items: center;
  margin-top: 3rem;
  justify-content: space-between;
}
.newslist .list li .text .t-3 span {
  display: flex;
  align-items: center;
  transition: all 334ms ease;
}
.newslist .list li .text .t-3 svg {
  width: 2rem;
  height: 2rem;
  fill: #666;
  margin-left: 1rem;
  transition: all 334ms ease;
}
.newslist .list li .text .t-3 img {
  max-height: 1.6rem;
  margin-right: 0.5rem;
}
@media (min-width: 1025px) {
  .newslist .list .item:hover .pic img {
    transform: scale(1.05);
  }
  .newslist .list .item:hover .t-1 {
    color: var(--main-color);
  }
  .newslist .list .item:hover .t-3 .more {
    color: var(--main-color);
  }
  .newslist .list .item:hover .t-3 .more svg {
    fill: var(--main-color);
  }
}
@media (max-width: 1024px) {
  .newslist {
    margin-top: 0;
    padding: 10px 0 40px 0;
  }
  .newslist .list li {
    width: 50%;
  }
}
@media (max-width: 580px) {
  .newslist .list li {
    width: 100%;
  }
}
.newsshow {
  padding-top: 2rem;
  padding-bottom: 10rem;
}
.newsshow .list {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.newsshow .leftbox {
  width: 66%;
  color: #4c4c4c;
  line-height: 3rem;
  padding: 7rem;
  background: #fff;
}
.newsshow .leftbox h1 {
  color: #212121;
  width: 90%;
  line-height: 5rem;
  font-size: 3.2rem;
}
.newsshow .leftbox .hezi {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  color: #7a7a7a;
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
  border-bottom: solid 1px #cdcccc;
}
.newsshow .leftbox .info {
  font-size: 1.4rem;
}
.newsshow .leftbox .info span {
  padding-left: 2rem;
}
.newsshow .leftbox .share {
  display: flex;
  align-items: center;
}
.newsshow .leftbox .share a {
  padding: 0 1rem;
  display: inline-block;
}
.newsshow .leftbox .share svg {
  height: 2.6rem;
  width: 2.6rem;
  fill: #666;
  vertical-align: middle;
}
.newsshow .leftbox .box {
  padding-top: 3rem;
}
.newsshow .rightbox {
  width: 30%;
  background: #fff;
  padding: 7rem 3.5rem;
}
.newsshow .list-2 {
  left: 0;
  top: 4rem;
  position: sticky;
}
.newsshow .list-2 .title {
  color: #212121;
  font-size: 2.8rem;
  font-weight: 700;
  padding-bottom: 3rem;
  border-bottom: solid 1px #cdcccc;
}
.newsshow .list-2 ul {
  padding-top: 1rem;
}
.newsshow .list-2 li:first-child {
  border-top: 0;
  padding-top: 2rem;
}
.newsshow .list-2 li {
  padding: 2.5rem 0;
  border-top: solid 1px #e0e0e0;
}
.newsshow .list-2 li .box {
  display: flex;
  justify-content: space-between;
}
.newsshow .list-2 li .box:hover .pic img {
  transform: scale(1.1);
}
.newsshow .list-2 li .box:hover .title {
  color: var(--main-color);
}
.newsshow .list-2 li .box:hover .more {
  color: #fff;
  border-color: var(--main-color);
  background: var(--main-color);
}
.newsshow .list-2 li .pic {
  width: 38%;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.newsshow .list-2 li .pic:after {
  content: '';
  display: block;
  padding-bottom: 66.07929515%;
}
.newsshow .list-2 li .pic img {
  transition: 0.5s;
  border-radius: 1rem;
}
.newsshow .list-2 li .text {
  width: 62%;
  padding-left: 1.5rem;
}
.newsshow .list-2 li .time {
  display: flex;
  align-items: center;
  color: #7a7a7a;
  font-size: 1.4rem;
}
.newsshow .list-2 li .time img {
  margin-right: 0.5rem;
  max-height: 1.6rem;
}
.newsshow .list-2 li .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.8rem;
  height: 5.6rem;
  color: #212121;
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  .newsshow {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .newsshow .list {
    margin-top: 0;
    display: block;
  }
  .newsshow .leftbox,
  .newsshow .rightbox {
    width: 100%;
  }
  .newsshow .rightbox {
    padding: 30px;
  }
  .newsshow .leftbox {
    padding: 30px;
  }
  .newsshow .leftbox h1 {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
  }
  .newsshow .leftbox .info {
    padding-top: 0;
  }
  .newsshow .leftbox .picbox {
    padding-top: 30px;
  }
  .newsshow .leftbox .hezi {
    display: block;
    font-size: 14px;
    padding-top: 20px;
  }
  .newsshow .leftbox .share {
    margin-top: 10px;
    line-height: 30px;
  }
  .newsshow .leftbox .share img {
    max-height: 30px;
  }
  .newsshow .list-2 .title {
    font-size: 16px;
  }
  .newsshow .list-2 ul {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .newsshow .list-2 li {
    border: 0;
    padding: 10px 0!important;
    width: 49%;
  }
  .newsshow .list-2 li .text {
    padding-top: 0px;
  }
  .newsshow .list-2 li .nr {
    align-items: center;
  }
  .newsshow .list-2 li .time {
    font-size: 12px;
  }
  .newsshow .list-2 li .title {
    font-size: 15px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
  .newsshow .list-2 li .txt {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .newsshow .list-2 li {
    width: 100%;
  }
}
.prolist {
  padding-bottom: 10rem;
}
.prolist li:first-child {
  margin-top: 0;
}
.prolist li {
  margin-top: 6rem;
  position: relative;
}
.prolist li .pic {
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}
.prolist li .pic::after {
  content: "";
  display: block;
  padding-bottom: 38.19444444%;
}
.prolist li .pic img {
  border-radius: 2rem;
  transition: all 1000ms ease;
}
.prolist li .text {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 9;
  color: #fff;
  padding-left: 10rem;
  transform: translateY(-50%);
  position: absolute;
}
.prolist li .title {
  font-size: 4rem;
}
.prolist li .more {
  margin-top: 8rem;
}
.prolist li .more span {
  text-align: center;
  padding: 0 1.5rem;
  min-width: 18rem;
  display: inline-block;
  height: 5.2rem;
  line-height: 5rem;
  border-radius: 3rem;
  transition: all 500ms ease;
  background: var(--main-color);
}
@media (min-width: 1025px) {
  .prolist li:hover .pic img {
    transform: scale(1.05);
  }
  .prolist li:hover .more span {
    background: var(--sub-color);
  }
}
@media (max-width: 1024px) {
  .prolist {
    padding: 40px 0;
  }
  .prolist li {
    margin-top: 30px;
  }
  .prolist li .pic::before {
    z-index: 2;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
  }
  .prolist li .title {
    font-size: 26px;
  }
  .prolist li .more {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .prolist li .pic {
    border-radius: 5px;
  }
  .prolist li .pic img {
    border-radius: 5px;
  }
  .prolist li .text {
    color: #333;
    top: auto;
    left: auto;
    text-align: center;
    padding-left: 0;
    padding-top: 30px;
    position: relative;
    transform: translate(0);
  }
  .prolist li .title {
    font-size: 20px;
  }
  .prolist li .more span {
    color: #fff;
    min-width: 100px;
  }
}
.prolist-2 {
  padding-top: 3rem;
}
.prolist-2 .container {
  max-width: 144rem;
}
.prolist-2 .common-title {
  text-align: center;
}
.prolist-2 .list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
.prolist-2 .list li {
  padding: 0 2rem;
  padding-top: 4rem;
  width: 33.333%;
}
.prolist-2 .list .item {
  margin-top: 0;
  padding: 3.5rem;
  padding-top: 4rem;
  height: 45.3rem;
}
.prolist-2 .list .picbox {
  max-width: 23rem;
  margin-top: 4rem;
}
.prolist-2 .list .picbox::after {
  width: 23rem;
  height: 23rem;
}
@media (max-width: 1024px) {
  .prolist-2 {
    padding: 40px 0;
  }
  .prolist-2 .list li {
    width: 50%;
  }
  .prolist-2 .list li .item .tit {
    text-align: center;
  }
  .prolist-2 .list li .more {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .prolist-2 .list li {
    padding-top: 20px;
    width: 100%;
  }
}
.proshow {
  background: #f4f4f4;
  padding-bottom: 10rem;
}
.proshow .list {
  display: flex;
}
.proshow .left {
  width: 48.5%;
  position: relative;
  background: url(../images/proshow-bg.jpg) no-repeat;
}
.proshow .left .pic {
  position: relative;
}
.proshow .left .pic::after {
  content: "";
  display: block;
  padding-bottom: 79.28571429%;
}
.proshow .right {
  padding-left: 8rem;
  width: 50%;
  display: flex;
  align-items: center;
}
.proshow .right .title {
  color: #333;
  font-size: 4rem;
}
.proshow .right .text {
  height: 20rem;
  overflow: auto;
  line-height: 3.2rem;
  margin-top: 3rem;
}
.proshow .right .button {
  margin-top: 4rem;
}
.proshow .right .button a {
  margin-right: 1.5rem;
  height: 5.2rem;
  line-height: 5rem;
  text-align: center;
  min-width: 18rem;
  border-radius: 3rem;
  color: var(--main-color);
  border: solid 1px var(--main-color);
  display: inline-block;
  transition: all 500ms ease;
}
.proshow .right .button img {
  max-height: 2rem;
  margin-bottom: 0.5rem;
  vertical-align: middle;
  margin-right: 1rem;
}
@media (min-width: 1025px) {
  .proshow .right .button a:hover {
    color: #fff;
    background: var(--main-color);
  }
  .proshow .right .button a:hover img {
    filter: brightness(0) invert(1);
  }
}
@media (max-width: 1024px) {
  .proshow {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .proshow .list {
    display: block;
  }
  .proshow .left {
    width: 100%;
  }
  .proshow .right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .proshow .right .title {
    font-size: 20px;
  }
  .proshow .right .text {
    line-height: 26px;
    height: auto;
    margin-top: 10px;
  }
}
.proshow-menu {
  margin-bottom: 1rem;
  background: #fff;
  height: 8rem;
  line-height: 8rem;
  box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.proshow-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.proshow-menu li {
  width: 15%;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
}
.proshow-menu li::after {
  bottom: 0;
  left: 0;
  opacity: 0;
  content: "";
  width: 100%;
  height: 0.3rem;
  position: absolute;
  transition: all 500ms ease;
  background: var(--main-color);
}
.proshow-menu li a {
  color: #333;
  display: block;
}
.proshow-menu .active a {
  color: var(--main-color);
  font-weight: 700;
}
.proshow-menu .active::after {
  opacity: 1;
}
@media (max-width: 1024px) {
  .proshow-menu li {
    font-size: 15px;
    width: 33.333%;
  }
}
.proshow-2 {
  background: #fff;
  position: relative;
}
.proshow-2 .container {
  padding: 8rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #d9d9d9;
}
.proshow-2 .left {
  width: 30%;
}
.proshow-2 .left .title {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 2.6rem;
  font-weight: 700;
}
.proshow-2 .left .title img {
  margin-right: 3rem;
  max-height: 9rem;
  border-radius: 50%;
  max-height: 100%;
  background: #f0f0f0;
}
.proshow-2 .right {
  width: 62.5%;
}
.proshow-2 .right .table td {
  width: 50%;
  padding: 1.2rem;
  padding-left: 4rem;
  border: solid 1px #e1e1e1;
}
.proshow-2 .right .table td:first-child {
  color: #333;
  background: #f1f1f1;
}
.proshow-2 .right .text {
  color: #333;
}
.proshow-2 .right .text p {
  padding-top: 3rem;
}
@media (max-width: 1024px) {
  .proshow-2 .container {
    display: block;
    padding: 30px 20px !important;
  }
  .proshow-2 .left {
    width: 100%;
  }
  .proshow-2 .left .title {
    font-size: 20px;
  }
  .proshow-2 .left .title img {
    display: none;
  }
  .proshow-2 .right {
    width: 100%;
  }
  .proshow-2 .right .text p {
    padding-top: 15px;
  }
  .proshow-2 .table {
    margin-top: 30px;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
  }
  .proshow-2 .table table {
    width: 640px;
  }
}
.product-xg {
  padding-top: 9rem;
  background: #fff;
}
.product-xg .container {
  max-width: 144rem;
}
.product-xg .list {
  margin-left: 0;
  margin-right: 0;
}
.product-xg .list li {
  padding-left: 0;
  padding-right: 0;
}
.investorn {
  padding-bottom: 10rem;
  min-height: 40rem;
}
.investorn .container {
  position: relative;
}
.investorn .list {
  z-index: 3;
  float: right;
  margin-top: -19rem;
  color: #fff;
  position: relative;
  max-width: 53rem;
  width: 100%;
  padding: 5rem;
  border-radius: 2rem;
  font-family: var(--font-family-D-DIN-R);
  background: var(--main-color);
}
.investorn .list .t-1 {
  display: flex;
  font-size: 1.8rem;
  justify-content: space-between;
  padding-bottom: 2rem;
}
.investorn .list .t-2 {
  padding: 3.5rem 0;
  border-top: solid 1px rgba(255, 255, 255, 0.15);
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  display: flex;
  font-size: 1.8rem;
  justify-content: space-between;
}
.investorn .list .t-2 span {
  display: block;
}
.investorn .list .t-2 p:first-child {
  font-size: 8.4rem;
  line-height: 9rem;
}
.investorn .list .t-3 {
  padding-top: 2rem;
}
.investorn .list-2 {
  position: relative;
  margin-top: 8rem;
}
.investorn .list-2 .submenu {
  top: -1rem;
  display: flex;
  right: 0;
  position: absolute;
}
.investorn .list-2 .submenu span {
  padding-left: 2rem;
}
.investorn .list-2 .submenu a {
  display: inline-block;
  transition: all 500ms ease;
  padding: 0 1.5rem;
  height: 5.2rem;
  line-height: 5rem;
  text-align: center;
  min-width: 18rem;
  border-radius: 3rem;
  border: solid 1px #e1e1e1;
}
.investorn .list-2 .submenu .active a,
.investorn .list-2 .submenu a:hover {
  color: #fff;
  border-color: var(--main-color);
  background: var(--main-color);
}
.investorn .list-2 ul {
  padding-top: 3rem;
}
.investorn .list-2 li {
  border-bottom: solid 1px #d9d9d9;
  line-height: 9.5rem;
  height: 9.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.investorn .list-2 li a {
  color: #333;
  font-size: 2.2rem;
  transition: all 500ms ease;
}
.investorn .list-2 li span {
  color: #666;
  float: right;
  font-size: 1.8rem;
  padding-left: 1rem;
  font-family: var(--font-family-D-DIN-R);
}
.investorn .list-2 li img {
  margin-right: 2rem;
  margin-top: 3.4rem;
  max-height: 2.6rem;
}
.investorn .list-2 li:hover a {
  color: var(--main-color);
}
@media (max-width: 1024px) {
  .investorn {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .investorn .list {
    padding: 30px;
    max-width: 100%;
    margin-top: auto;
    float: none;
  }
  .investorn .list .t-2 {
    padding: 20px 0;
  }
  .investorn .list .t-2 p:first-child {
    font-size: 40px;
    line-height: 40px;
  }
  .investorn .list-2 {
    margin-top: 40px;
  }
  .investorn .list-2 .submenu {
    top: 10px;
	position: relative;
  }
  .investorn .list-2 .submenu a {
    min-width: 90px;
    display: inline-block;
    height: 30px;
    line-height: 28px;
	overflow:hidden;
  }
  .investorn .list-2 li a {
    font-size: 15px;
  }
  .investorn .list-2 li img {
    margin-right: 10px;
  }
}
.pagelable {
  color: #333;
  margin-top: 8rem;
  font-size: 1.8rem;
}
.pagelable a {
  color: #333;
  padding-right: 2rem;
  display: inline-block;
}
.pagelable a:hover {
  color: var(--main-color);
}
.pagelable span {
  font-weight: 700;
}
.pagenews {
  position: relative;
  padding-top: 1.5rem;
  margin-top: 2rem;
  border-top: solid 1px #eee;
}
.pagenews ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pagenews li {
  width: 42%;
}
.pagenews li .tag {
  display: flex;
  align-items: center;
}
.pagenews li .tag img {
  max-height: 1.8rem;
}
.pagenews li .tit {
  height: 2rem;
  line-height: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.pagenews li:first-child .tag img {
  margin-right: 1rem;
}
.pagenews li:last-child {
  text-align: right;
}
.pagenews li:last-child .tag {
  justify-content: flex-end;
}
.pagenews li:last-child .tag img {
  margin-left: 1rem;
}
.pagenews .fanhui {
  left: 50%;
  width: 13%;
  line-height: 2rem;
  top: 2.4rem;
  text-align: center;
  position: absolute;
  transform: translateX(-40%);
}
.pagenews .fanhui img {
  max-height: 1.5rem;
}
@media (max-width: 1024px) {
  .pagenews ul {
    display: block;
  }
  .pagenews li {
    width: 100%;
    padding-top: 15px;
    text-align: left!important;
  }
  .pagenews li .tag {
    justify-content: flex-start !important;
  }
  .pagenews li .tag i {
    display: none;
  }
  .pagenews li .tit {
    height: 30px;
    line-height: 30px;
  }
  .pagenews .fanhui {
    display: none;
    left: auto;
    width: 100%;
    top: auto;
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
    transform: translateX(0);
    position: relative;
  }
}
.common-page {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 8rem;
}
.common-page a {
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 3.8rem;
  border-radius: 100%;
  margin: 0 0.5rem;
  color: #666;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #ddd;
}
.common-page a:hover,
.common-page .cur {
  color: #fff;
  border-color: transparent;
  background: var(--main-color);
}
.common-page .prev,
.common-page .next {
  width: auto;
  min-width: 10.6rem;
  position: relative;
  border-radius: 30px;
}
.common-page .prev:before {
  content: "<";
  margin-right: 0.6rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.common-page .next:after {
  content: ">";
  margin-left: 0.6rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .common-page {
    padding-top: 40px;
  }
  .common-page .prev,
  .common-page .next {
    padding: 0 10px;
    width: auto;
    min-width: auto;
  }
  .common-page a {
    margin: 0;
    width: 24px;
    height: 24px;
    line-height: 22px;
  }
}
.message {
  padding: 10rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.message .common-title {
  text-align: center;
}
.message .info {
  text-align: center;
  padding-top: 2rem;
}
.message .list {
  margin-top: 6rem;
  padding: 7rem 5.5rem;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  border-radius: 2rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.08);
  position: relative;
}
.message .list li {
  padding: 0 1.5rem;
  width: 33.333%;
  position: relative;
  padding-bottom: 2.5rem;
}
.message .list .li1 {
  width: 100%;
}
.message .list .li2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.message .list .li2 .box {
  width: 44%;
  position: relative;
}
.message .list .li2 .code {
  right: 1px;
  top: 1px;
  position: absolute;
}
.message .list .li2 .code img {
  border-radius: 0.5rem;
  max-height: 4.8rem;
}
.message .box {
  position: relative;
}
.message .name {
  z-index: 9;
  left: 1.5rem;
  top: 1.5rem;
  position: absolute;
}
.message .name img {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  max-height: 1.6rem;
}
.message .name i {
  color: #f30;
  font-style: normal;
}
.message .input-form,
.message .textarea-form {
  border: none;
  color: #666;
  width: 100%;
  font-family: "微软雅黑";
  vertical-align: middle;
  padding-left: 10rem;
  height: 5rem;
  line-height: 4.8rem;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  transition: all 500ms ease;
  border: #d6d5d3 solid 1px;
}
.message .input-form:focus,
.message .textarea-form:focus {
  border-color: var(--main-color);
}
.message .textarea-form {
  width: 100%;
  line-height: 3rem;
  height: 14rem;
  padding: 1rem 0;
  padding-left: 25rem;
  padding-right: 1.5rem;
}
.message .textarea-form:focus {
  border-color: var(--main-color);
}
.message .submit a {
  color: #fff;
  border-radius: 3rem;
  display: inline-block;
  min-width: 15rem;
  text-align: center;
  line-height: 5.5rem;
  height: 5.5rem;
  font-size: 1.6rem;
  border: none;
  background: var(--main-color);
}
.message .submit a:hover {
  background: var(--main-color);
}
@media (max-width: 1024px) {
  .message {
    padding: 40px 0;
  }
  .message .info {
    display: none;
  }
  .message .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .message .name {
    top: 14px;
  }
  .message .name img {
    max-height: 20px;
  }
  .message .input-form,
  .message .textarea-form {
    font-size: 14px;
    height: 50px;
    line-height: 49px;
    padding-left: 100px;
  }
  .message .textarea-form {
    height: 100px;
    line-height: 24px;
    padding-top: 10px;
  }
  .message .submit {
    font-size: 16px;
    margin-top: 20px;
  }
  .message .submit a {
    min-width: 100%;
  }
  .message .list {
    padding: 0;
    box-shadow: inherit;
    background: transparent;
    margin-top: 30px;
  }
  .message .list li {
    width: 100%;
  }
  .message .list .li2 {
    padding-bottom: 0;
    display: block;
  }
  .message .list .li2 .box {
    width: 100%;
  }
  .message .list .li2 .code img {
    max-height: 48px;
  }
}
.job-1 {
  padding-top: 2rem;
  padding-bottom: 10rem;
}
.job-1 .common-title {
  text-align: center;
}
.job-1 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.job-1 li {
  width: 20%;
  padding: 0 1rem;
  margin-top: 6rem;
}
.job-1 li .item {
  color: #fff;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  height: 70rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.job-1 li .t-1 img {
  max-height: 8rem;
}
.job-1 li .t-2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-top: 2rem;
}
.job-1 li .t-3 {
  display: none;
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-top: 2rem;
}
.job-1 .active {
  width: 60%;
}
.job-1 .active .t-3 {
  display: block;
}
@media (max-width: 1024px) {
  .job-1 {
    padding: 40px 0;
  }
  .job-1 li {
    margin-top: 30px;
  }
  .job-1 li .item {
    height: 300px;
  }
  .job-1 li .t-2 {
    font-size: 18px;
    margin-top: 10px;
  }
  .job-1 li .t-3 {
    margin-top: 10px !important;
    font-size: 14px;
    line-height: 20px;
    display: block !important;
  }
}
@media (max-width: 520px) {
  .job-1 li {
    width: 100%  !important;
  }
  .job-1 li .item {
    height: 220px !important;
  }
}
.job-2 {
  overflow: hidden;
  position: relative;
  padding-bottom: 10rem;
}
.job-2::before {
  top: 0;
  left: 0;
  content: "";
  z-index: 10;
  position: absolute;
  width: 23.6rem;
  height: 100%;
  background: #fff;
}
.job-2 .list {
  margin-top: 6rem;
}
.job-2 .list .swiper-container {
  overflow: inherit;
}
.job-2 .list li .item {
  padding: 0 5rem;
  padding-top: 3rem;
  text-align: center;
  height: 37rem;
  border-radius: 2rem;
  background: #f7f7f7;
}
.job-2 .list li .num {
  text-align: right;
  color: var(--main-color);
  font-family: var(--font-family-D-DIN-R);
}
.job-2 .list li .icon {
  margin-top: 1rem;
}
.job-2 .list li .icon img {
  max-height: 10rem;
}
.job-2 .list li .t-1 {
  color: #333;
  font-weight: 700;
  margin-top: 2rem;
  font-size: 2.8rem;
}
.job-2 .list li .t-2 {
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media (max-width: 1024px) {
  .job-2 {
    padding-bottom: 40px;
  }
  .job-2::before {
    display: none;
  }
  .job-2 .list {
    margin-top: 30px;
  }
  .job-2 .list .swiper-container {
    overflow: hidden;
  }
}
.join {
  background: #f7f7f7;
  padding: 10rem 0;
}
.join .common-title {
  text-align: center;
}
.join dl {
  margin-top: 2.5rem;
}
.join dl:first-child {
  margin-top: 6rem;
}
.join dt {
  position: relative;
  padding: 2.5rem 0;
  padding-left: 6rem;
  padding-right: 2.5rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.join dt::after {
  font-weight: 700;
  font-family: "宋体";
  font-size: 2.6rem;
  line-height: 4.2rem;
  text-align: center;
  right: 2.5rem;
  top: 2rem;
  position: absolute;
  content: "+";
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background: #e6edf5;
}
.join dt .p-1 {
  color: #333;
  font-weight: 700;
  font-size: 2rem;
  width: 70%;
}
.join dt .p-2 {
  padding-right: 7.5rem;
  position: relative;
}
.join dt .p-2::before {
  content: "";
  margin-right: 2rem;
  vertical-align: middle;
  display: inline-flex;
  width: 0.2rem;
  height: 2rem;
  background: #999999;
}
.join dd {
  height: 0;
  overflow: hidden;
  background: #fff;
}
.join dd .xx-1 {
  display: flex;
  flex-wrap: wrap;
}
.join dd .xx-1 P {
  width: 33.333%;
  margin-top: 1.5rem;
}
.join dd .xx-1 span {
  color: #333;
}
.join dd .xx-2 {
  line-height: 3.6rem;
  padding-top: 3rem;
}
.join dd .xx-2 .t-1 {
  color: #333;
  font-weight: 700;
}
.join dd .button {
  margin-top: 3rem;
}
.join dd .button a {
  color: #fff;
  text-align: center;
  line-height: 4.4rem;
  padding: 0 2rem;
  min-width: 16rem;
  border-radius: 3rem;
  display: inline-block;
  background: var(--main-color);
}
.join dd .button img {
  margin-left: 1rem;
  margin-top: 1.3rem;
  max-height: 2rem;
}
.join .cur dt {
  color: #fff;
  background: var(--main-color);
}
.join .cur dt .p-1 {
  color: #fff;
}
.join .cur dt .p-2::before {
  background: #fff;
}
.join .cur dt::after {
  content: "-";
  color: var(--main-color);
  background: #fff;
}
.join .cur dd {
  height: auto !important;
  padding: 6rem;
  padding-top: 2rem;
}
@media (max-width: 1024px) {
  .join {
    padding: 40px 0;
  }
  .join dl:first-child {
    margin-top: 30px;
  }
  .join dt {
    padding-left: 20px;
  }
  .join dt .p-1 {
    font-size: 16px;
  }
  .join dd .button a {
    line-height: 40px;
    min-width: 120px;
  }
  .join .cur dd {
    padding: 0 20px;
    padding-bottom: 40px;
    padding-top: 10px;
  }
}
@media (max-width: 520px) {
  .join dt {
    display: block;
  }
  .join dt .p-2::before {
    display: none;
  }
  .join dt::after {
    top: 20px;
    font-size: 20px;
    font-weight: 100;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .join dd .xx-1 P {
    width: 50%;
    font-size: 13px;
  }
  .join dd .xx-2 {
    line-height: 26px;
    font-size: 14px;
  }
  .join dd .xx-2 .t-1 {
    font-size: 16px;
  }
}
.honor-1 {
  padding-top: 2rem;
  padding-bottom: 10rem;
}
.honor-1 .common-title {
  text-align: center;
}
.honor-1 .list {
  margin-top: 5rem;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.honor-1 .list::before {
  z-index: 9;
  top: 3rem;
  right: 0;
  content: "";
  width: 50%;
  position: absolute;
  height: 3rem;
  background: rgba(255, 255, 255, 0.4);
}
.honor-1 .list::after {
  z-index: 9;
  bottom: 9rem;
  right: 0;
  content: "";
  width: 50%;
  position: absolute;
  height: 3rem;
  background: rgba(255, 255, 255, 0.4);
}
.honor-1 .picbox {
  width: 45%;
}
.honor-1 .textbox {
  width: 50%;
  color: #333;
  font-size: 1.8rem;
  padding-right: 2rem;
  text-align: center;
  position: relative;
}
.honor-1 .textbox .tit {
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
}
.honor-1 .textbox .tit::before {
  content: "";
  opacity: 0;
  vertical-align: middle;
  width: 4.8rem;
  height: 6.6rem;
  display: inline-block;
  background: url(../images/honor-line2.png) no-repeat center center;
  background-size: cover;
  display:none;
}
.honor-1 .textbox .tit::after {
  content: "";
  opacity: 0;
  width: 4.8rem;
  height: 6.6rem;
  vertical-align: middle;
  display: inline-block;
  background: url(../images/honor-line3.png) no-repeat center center;
  background-size: cover;
  display:none;
}
.honor-1 .textbox .swiper-container {
  height: 48rem;
}
.honor-1 .textbox .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor-1 .textbox .swiper-scrollbar {
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
}
.honor-1 .textbox .swiper-scrollbar-drag {
  width: 2px;
  background: var(--main-color);
}
.honor-1 .textbox .swiper-slide-active .tit {
  font-weight: 700;
  font-size: 2.4rem;
}
.honor-1 .textbox .swiper-slide-active .tit::before {
  opacity: 1;
}
.honor-1 .textbox .swiper-slide-active .tit::after {
  opacity: 1;
}
@media (max-width: 1024px) {
  .honor-1 {
    padding: 40px 0;
  }
  .honor-1 .list {
    display: block;
    margin-top: 30px;
    flex-direction: inherit;
  }
  .honor-1 .textbox,
  .honor-1 .picbox {
    width: 100%;
  }
  .honor-1 .picbox {
    padding: 0 100px;
  }
  .honor-1 .textbox {
    font-size: 16px;
    padding-right: 0;
  }
  .honor-1 .textbox .swiper-slide-active .tit {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .honor-1 .list::before {
    width: 100%;
  }
  .honor-1 .list::after {
    display: none;
    width: 100%;
  }
  .honor-1 .textbox {
    font-size: 15px;
  }
  .honor-1 .textbox .tit::before,
  .honor-1 .textbox .tit::after {
    display: none;
  }
  .honor-1 .textbox .swiper-slide-active .tit {
    font-size: 16px;
  }
  .honor-1 .textbox .swiper-container {
    height: 300px;
  }
  .honor-1 .picbox {
    padding: 0 40px;
    margin-top: 30px;
  }
}
.honor-2 {
  overflow: hidden;
  padding: 10rem 0;
  height: 76.9rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.honor-2::after {
  content: "";
  top: 38.5rem;
  width: 100%;
  left: 0;
  z-index: 1;
  position: absolute;
  height: 17rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/honor-line.png);
}
.honor-2 .common-title {
  text-align: center;
}
.honor-2 .swiper-container {
  z-index: 3;
  overflow: inherit;
}
.honor-2 dl {
  z-index: 3;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 9rem;
}
.honor-2 dt {
  width: 41.5%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  position: relative;
}
.honor-2 dt::before {
  content: "";
  right: -6.5rem;
  bottom: 0;
  width: 6.5rem;
  height: 5rem;
  position: absolute;
  background: url(../images/honor-sj.png) no-repeat;
  background-size: cover;
}
.honor-2 dd {
  width: 58.5%;
  padding-left: 3rem;
}
.honor-2 dd .t-1 img,
.honor-2 dd .t-3 img {
  max-height: 2rem;
}
.honor-2 dd .t-2 {
  padding: 2rem 0;
  font-size: 2.8rem;
  color: var(--main-color);
}
.honor-2 dd .t-3 {
  text-align: right;
}
.honor-2 .btnDiv {
  display: flex;
  align-items: center;
  margin-top: 17rem;
}
.honor-2 .swiper-button-prev,
.honor-2 .swiper-button-next {
  width: 5rem;
  height: 5rem;
  top: auto;
  left: auto;
  right: auto;
  color: #333;
  border-radius: 50%;
  margin-top: auto;
  position: relative;
  transition: all 500ms ease;
  border: solid 1px #d3d6d7;
}
.honor-2 .swiper-button-prev::after,
.honor-2 .swiper-button-next::after {
  font-weight: 700;
  font-size: 1.4rem;
}
.honor-2 .swiper-button-prev:hover,
.honor-2 .swiper-button-next:hover {
  color: #fff;
  border-color: var(--main-color);
  background: var(--main-color);
}
.honor-2 .swiper-button-prev {
  margin-right: 2rem;
}
.honor-2 .swiper-button-next {
  margin-right: 6rem;
}
.honor-2 .swiper-pagination-progressbar {
  height: 1px;
  width: 86.7%;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
}
.honor-2 .swiper-pagination-progressbar-fill {
  background: #095cab;
}
@media (max-width: 1024px) {
  .honor-2 {
    padding: 40px 0;
    height: auto;
  }
  .honor-2::after {
    top: 280px;
  }
  .honor-2 .swiper-container {
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .honor-2::after {
    top: 240px;
    height: 60px;
  }
  .honor-2 dd .t-2 {
    font-size: 15px;
  }
  .honor-2 .btnDiv {
    justify-content: center;
    margin-top: 80px;
  }
  .honor-2 .swiper-pagination {
    display: none;
  }
  .honor-2 .swiper-button-prev,
  .honor-2 .swiper-button-next {
    margin: 0 10px;
  }
}
#searchPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
#searchPopup .searchBox {
  color: #fff;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 13rem;
  opacity: 0;
  padding-right: 0;
  position: absolute;
  transition: all 0.5s;
}
#searchPopup .searchBox.fadeIn {
  top: 10rem;
  opacity: 1;
  z-index: 999;
}
#searchPopup .searchBox .container {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  transform: translateX(0rem);
}
#searchPopup .searchBox input {
  border-radius: 3rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  width: 30%;
  padding: 0 2.5rem;
  font-size: 1.6rem;
  height: 6rem;
  line-height: 5.8rem;
}
#searchPopup .searchBox input:focus {
  color: #333;
}
#searchPopup .searchBox .btn {
  border-radius: 3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 6rem;
  width: 6rem;
  background: var(--main-color);
  text-align: center;
  display: inline-block;
}
#searchPopup .searchBox .btn svg {
  width: 3rem;
  height: 3rem;
  margin: 1.5rem;
}
#searchPopup .searchBox .btn .cls-1 {
  fill: #fff;
}
#searchPopup .searchBox .btn .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
#searchPopup .searchBox .btn:hover {
  background: var(--main-color);
}
#searchPopup .searchBox .close {
  display: none;
}
#searchPopup .searchBox2.fadeIn {
  top: 9.5rem;
}
@media screen and (max-width: 1024px) {
  #searchPopup .searchBox {
    top: 80px;
  }
  #searchPopup .searchBox .container {
    transform: translateX(0);
  }
  #searchPopup .searchBox input {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  #searchPopup .searchBox .btn {
    right: 15px;
    height: 36px;
    width: 36px;
  }
  #searchPopup .searchBox .btn svg {
    width: 20px;
    height: 20px;
    margin: 8px auto 0 auto;
  }
}
.verifyDiv {
  width: 30%;
  vertical-align: middle;
  position: relative;
}
.verify {
  height: 5rem;
  background-color: #e8e8e8;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
  border: 1px #e5e5e5 solid;
  background: #fff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 2rem 2rem;
  z-index: 2;
  cursor: move;
}
.verify .suc-drag-btn {
  background: #fff url(../images/drag-success.svg) no-repeat center center;
  background-size: 2rem 2rem;
}
.verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 5rem;
  line-height: 4.8rem;
  background-color: #7ac23c;
  color: #fff;
  text-align: center;
}
.verify .fix-tips,
.verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #666;
  z-index: 1;
  font-size: 1.5rem;
  line-height: 4.8rem;
  padding-left: 5rem;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 5rem;
}
.verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000000;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 132rem;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.navPhoneBtn {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  padding-top: 7px;
  border: solid 1px #666;
  display: inline-block;
  cursor: pointer;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  margin: 0 auto;
  display: block;
  width: 18px;
  height: 3px;
  margin-bottom: 3px;
  position: relative;
  background: #666;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  animation: fadeIn2 1.8s linear infinite;
  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);
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width 0.5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navPhoneBtn {
    display: block;
    right: 20px!important;
    margin-right: 0px;
    position: absolute;
  }
}
.common-navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}
.common-navM .navMCon {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  background-color: #fff;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 9999999;
  top: 0;
  bottom: 0;
  right: auto;
  right: -100%;
  transition: all 0.5s;
}
.common-navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
}
.common-navM.open .transparent {
  display: block;
}
.common-navM.open .closeBtn {
  display: block;
}
.common-navM.open .navMCon {
  left: 0;
}
@media (max-width: 1024px) {
  .common-navM.open .navMCon {
    left: auto;
    right: 0;
  }
}
.common-navM .mSearch {
  margin-top: 40px;
}
.common-navM .closeBtn {
  opacity: 1!important;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #666 !important;
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 20px;
}
.common-navM .closeBtn:before,
.common-navM .closeBtn:after {
  content: "";
  display: block;
  background: #666;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.common-navM .closeBtn:before {
  width: 20px;
  height: 1px;
}
.common-navM .closeBtn:after {
  width: 1px;
  height: 20px;
}
.common-navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.common-navM .navMWrap > .list {
  padding-top: 10rem;
}
.common-navM .navMWrap > .list em {
  font-style: initial;
}
.common-navM .navMWrap > .list .title {
  padding: 5px 0 5px 10px;
  text-indent: 0;
  position: relative;
}
.common-navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
}
.common-navM .navMWrap > .list .title .icon:before,
.common-navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
  transition: all 0.3s ease;
}
.common-navM .navMWrap > .list .title .icon:before {
  height: 10px;
  width: 10px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
}
.common-navM .navMWrap > .list .title em {
  font-style: initial;
}
.common-navM .navMWrap > .list .has .title .icon {
  display: block;
}
.common-navM .navMWrap > .list .active > .title .icon:before {
  transform: rotate(90deg);
}
.common-navM .navMWrap > .list > li > .title {
  font-size: 18px;
}
.common-navM .navMWrap > .list > li > .title a {
  color: #333;
}
.common-navM .navMWrap > .list > li > .child > .list > li {
  text-indent: 15px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .child .title {
  padding-left: 20px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .title {
  padding-left: 20px;
  position: relative;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .title:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999;
  position: absolute;
  top: 12px!important;
  left: 10px;
}
.common-navM .navMWrap > .list .tb {
  width: 20px;
  height: 20px;
  display: inline-flex;
  position: absolute;
  top: 7px;
  left: 0;
}
@media (max-width: 1024px) {
  .common-navM .navMWrap > .list {
    padding-top: 20px;
  }
}
.common-navM .child {
  padding: 0 0 20px 0;
  display: none;
  position: relative;
}
.common-navM .child a {
  font-size: 15px;
  color: #666;
  display: block;
  line-height: 20px;
  padding: 5px 0;
  transition: all 0.5s;
  position: relative;
}
.common-navM .child a:hover {
  color: #000;
  margin-left: 10px;
}
.common-navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  display: none;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.common-navM .mSearch .btn {
  width: 26px;
  height: 26px;
  font-size: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.common-navM .mSearch .btn .icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.common-navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 40px 5px 15px;
  border-radius: 2px;
  font-size: 14px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .common-navM .mSearch {
    display: flex;
  }
}
.common-navM .other {
  padding: 10px;
}
.common-navM .read {
  padding-top: 10px;
  padding-bottom: 10px;
}
.common-navM .read .btn-1 {
  display: inline-flex;
  align-items: center;
  padding: 0 5px;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  background: linear-gradient(to right, #bf2d32, #a61f24);
  color: #fff;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.common-navM .read .btn-1 .icon-1 {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
.common-navM .read .btn-1 .icon-2 {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #fff url(../images/arrow-right-1.png) no-repeat center center;
  background-size: 20px;
  margin-left: 20px;
}
.common-navM .list > li > .child > .list {
  padding-top: 20px;
  font-family: var(--font-famil-2);
}
.common-navM .list > li > .child > .list > li > .title {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
}
.common-navM .list > li > .child > .list > li > .title::before {
  top: 18px!important;
}
.common-navM .languageBtn {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
  display: none;
}
.common-navM .languageBtn > div {
  width: auto;
}
.common-navM .languageBtn .col-2 {
  width: 50%;
}
.common-navM .languageBtn .col-3 {
  width: 33.33333333%;
}
.common-navM .languageBtn .col-4 {
  width: 25%;
}
.common-navM .languageBtn .col-5 {
  width: 20%;
}
.common-navM .languageBtn .col-6 {
  width: 16.66666667%;
}
.common-navM .languageBtn a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  border: 1px #eee solid;
  margin-right: -1px;
  margin-top: -1px;
  background: #fff;
}
@media (max-width: 1024px) {
  .common-navM .languageBtn {
    display: flex;
  }
}
.inside-map {
  padding: 7rem 0;
}
.inside-map .title {
  margin-top: 2rem;
  padding-bottom: 1rem;
}
.inside-map .drop a {
  padding-right: 2rem;
  display: inline-block;
}
.popbox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.popbox .close {
  top: 3rem;
  right: 4rem;
  position: absolute;
}
.popbox .close svg {
  width: 3.4rem;
  height: 3.4rem;
  fill: #666;
}
.popbox .close:hover svg {
  fill: var(--main-color);
}
.popbox .nr {
  width: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  max-width: 100rem;
  padding: 5rem;
  background: #fff;
  border-radius: 1rem;
  transform: translate(-50%, -50%);
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
}
.popbox .nr .title {
  color: #0f0f0f;
  font-size: 2.4rem;
}
.popbox .nr .info {
  padding-top: 2rem;
  padding-bottom: 5rem;
  border-bottom: solid 1px #cacaca;
  display: flex;
  flex-wrap: wrap;
}
.popbox .nr .info span {
  width: 35%;
  display: flex;
  align-items: center;
  padding-top: 1rem;
}
.popbox .nr .info img {
  margin-right: 0.5rem;
  max-height: 2rem;
}
.popbox .nr .text {
  overflow: auto;
  height: 35rem;
  padding-right: 1rem;
  line-height: 3.2rem;
}
.popbox .nr .text .t-1 {
  color: #000;
  font-size: 2rem;
  padding-top: 3rem;
}
.popbox .button {
  margin-top: 6rem;
  text-align: center;
}
.popbox .button a {
  color: #fff;
  line-height: 4.8rem;
  display: inline-block;
  height: 4.8rem;
  min-width: 16rem;
  border-radius: 3rem;
  background: var(--main-color);
  transition: all 500ms ease;
}
.popbox .button img {
  margin-bottom: 0.1rem;
  vertical-align: middle;
  max-height: 2rem;
  margin-right: 1rem;
}
.popbox .button a:hover {
  background: var(--sub-color);
}
@media (max-width: 1024px) {
  .popbox .nr {
    border-radius: 0;
    max-width: 100%;
  }
  .popbox .nr .info span {
    width: 100%;
  }
}
