* {
  box-sizing: border-box;
  outline: 0;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  height: 0;
  background: #d2d5dc;
  transition: all 500ms ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background: #0eb486;
}
*,
*: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;
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #0eb486;
}
ol,
ul {
  list-style: none;
}
img {
  width: auto;
  height: auto;
  border: 0;
  max-width: 100%;
}
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: #999;
  outline: none;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
html {
  font-size: 100px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 100px;
  }
}
html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px!important;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px!important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px!important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px!important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -1.5rem;
  z-index: -1;
  position: absolute;
}
/*清楚浮动*/
.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;
}
.ellipsis6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}
.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: .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 {
  0% {
    opacity: 0;
    height: 0;
  }
  50% {
    height: 100%;
  }
  100% {
    opacity: 1;
    height: 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(30%);
    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;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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.98);
  }
  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 wline {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 100%;
  }
}
.wline {
  animation-name: wline;
}
@font-face {
  font-family: 'POPPINS-REGULAR';
  src: url('../fonts/POPPINS-REGULAR.otf');
  src: url('../fonts/POPPINS-REGULAR.eot');
  src: url('../fonts/POPPINS-REGULAR.ttf');
  src: url('../fonts/POPPINS-REGULAR.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-LIGHT';
  src: url('../fonts/POPPINS-LIGHT.otf');
  src: url('../fonts/POPPINS-LIGHT.eot');
  src: url('../fonts/POPPINS-LIGHT.ttf');
  src: url('../fonts/POPPINS-LIGHT.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-BOLD';
  src: url('../fonts/POPPINS-BOLD.otf');
  src: url('../fonts/POPPINS-BOLD.eot');
  src: url('../fonts/POPPINS-BOLD.ttf');
  src: url('../fonts/POPPINS-BOLD.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.otf');
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.ttf');
  src: url('../fonts/Oswald-Bold.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OPPOSANS-B';
  src: url('../fonts/OPPOSANS-B.otf');
  src: url('../fonts/OPPOSANS-B.eot');
  src: url('../fonts/OPPOSANS-B.ttf');
  src: url('../fonts/OPPOSANS-B.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  font-family: "POPPINS-REGULAR";
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
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: 16.2rem;
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px!important;
    padding: 0 20px!important;
  }
}
.circle {
  width: 0.4rem;
  height: 0.4rem;
  display: 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: #dbf4ed;
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #60ceaf;
  opacity: 0;
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes ripple2 {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.05);
  }
}
.button a {
  color: #fff;
  font-family: "POPPINS-BOLD";
  padding: 0 0.15rem;
  min-width: 2.2rem;
  height: 0.62rem;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 0.62rem;
}
.button a:before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  border-radius: 0.6rem;
  position: absolute;
  background: #0eb486;
}
.button a:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -0.1rem;
  width: 2.4rem;
  height: 0.8rem;
  border-radius: 0.6rem;
  opacity: 0;
  animation: ripple2 3s alternate 0s infinite;
  background: rgba(14, 180, 134, 0.4);
}
.button span {
  z-index: 2;
  position: relative;
  display: inline-block;
}
@media (max-width: 1024px) {
  .button a {
    min-width: 140px;
    height: 40px;
    line-height: 40px;
  }
}
.header {
  left: 0;
  top: 0.4rem;
  width: 100%;
  z-index: 99;
  transition: all 334ms ease;
  position: fixed;
}
.header .listbox {
  position: relative;
  display: flex;
  align-items: center;
  height: 0.8rem;
  transition: all 500ms ease;
  justify-content: space-between;
}
.header .logo {
  width: 20%;
  transition: all 500ms linear;
}
.header .logo img {
  max-height: 0.6rem;
}
.header .logo .img2 {
  display: none;
}
.header .rightInfo {
  display: flex;
  align-items: center;
  transition: all 500ms ease;
}
.header .language {
  margin-bottom: 2px;
  margin-left: 0.3rem;
  position: relative;
}
.header .language > a {
  color: #fff;
  display: flex;
  align-items: center;
}
.header .language .drop {
  left: 50%;
  border-radius: 0.1rem;
  transform: translateX(-50%);
  width: 1.3rem;
  top: 0.3rem;
  z-index: 100;
  padding: 0.3rem 0;
  display: none;
  position: absolute;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
}
.header .language .drop:before {
  content: "";
  top: -0.06rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  border-bottom: solid 0.08rem #ffffff;
  border-left: solid 0.08rem transparent;
  border-right: solid 0.08rem transparent;
}
.header .language .drop a {
  color: #666;
  display: block;
  text-align: center;
}
.header .language .drop a:hover {
  color: #0eb486;
}
.header .language:hover .drop {
  display: block;
}
.header .btn {
  margin-left: 0.4rem;
}
.header .btn a {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 0 0.15rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.3rem;
  display: inline-block;
  background: #0eb486;
  transition: all 500ms ease;
}
.header .btn a:hover {
  background: #0fc693;
}
.header .searchBtn {
  z-index: 2;
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.3rem;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  transition: all 500ms ease;
  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: #557f73;
  width: 0.3rem;
  height: 0.3rem;
  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: #0eb486;
}
.header .searchBtn:hover svg {
  fill: #fff !important;
}
@media (max-width: 1024px) {
  .header {
    top: 0!important;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 99;
    padding-top: 0!important;
    background: #fff;
    position: fixed!important;
  }
  .header .rightInfo {
    display: none;
  }
  .header .listbox {
    height: 60px;
  }
  .header .logo {
    width: auto;
    transition: all 500ms linear;
  }
  .header .logo img {
    max-height: 50px;
  }
  .header .logo .img1 {
    display: none;
  }
  .header .logo .img2 {
    display: inline-block;
  }
}
.fixed,
.header-ny {
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0.03rem 0 0.21rem rgba(0, 0, 0, 0.3);
  padding-bottom: 0.3rem;
  padding-top: 0.4rem;
  position: fixed;
  background: #fff;
}
.fixed .logo .img1,
.header-ny .logo .img1 {
  display: none;
}
.fixed .logo .img2,
.header-ny .logo .img2 {
  display: inline-block;
}
.header-ny {
  top: auto;
  left: auto;
  position: relative;
}
.fixed {
  position: fixed!important;
}
.fixed .common-nav .listNav > li > a {
  height: 1rem;
  padding: 0.4rem 0;
}
.fixed .common-nav .listNav > li > .child {
  background: #fff;
  top: 1.1rem;
}
#searchPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
#searchPopup .searchBox {
  color: #fff;
  padding-right: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 1.3rem;
  opacity: 0;
  transition: all .5s;
}
#searchPopup .searchBox.fadeIn {
  top: 1rem;
  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 {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  width: 40%;
  padding: 0 10px;
  font-size: 0.14rem;
  height: 0.6rem;
  line-height: 0.58rem;
}
#searchPopup .searchBox input:focus {
  color: #333;
}
#searchPopup .searchBox .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 0.6rem;
  width: 0.6rem;
  background: #0eb486;
  text-align: center;
  display: inline-block;
}
#searchPopup .searchBox .btn svg {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.15rem;
}
#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: #0eb486;
}
#searchPopup .searchBox .close {
  display: none;
}
#searchPopup .searchBox2.fadeIn {
  top: 0.95rem;
}
@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;
  }
}
.common-nav {
  font-family: "POPPINS-BOLD";
  transition: all 500ms ease;
}
.common-nav .listNav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.common-nav .listNav > li {
  margin-left: 0.6rem;
  text-align: center;
  position: relative;
}
.common-nav .listNav > li.li-static {
  position: static;
}
.common-nav .listNav > li i {
  margin-left: 0.05rem;
  vertical-align: top;
  margin-top: 0.1rem;
  width: 0.09rem;
  height: 0.09rem;
  transform: rotate(45deg);
  display: inline-block;
  border-right: solid 1px rgba(255, 255, 255, 0.45);
  border-bottom: solid 1px rgba(255, 255, 255, 0.45);
}
.common-nav .listNav > li > a {
  z-index: 1;
  font-size: 0.2rem;
  color: #000;
  height: 0.8rem;
  line-height: 0.3rem;
  padding: 0.25rem 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.common-nav .listNav > li > a:after {
  opacity: 0;
  left: 50%;
  content: "";
  bottom: 0.27rem;
  width: 0;
  background: #333;
  height: 0.02rem;
  position: absolute;
  transition: all 500ms linear;
}
.common-nav .listNav > li > a > span {
  display: inline-block;
  overflow: hidden;
  height: 0.3rem;
  line-height: 0.3rem;
  position: relative;
}
.common-nav .listNav > li > a .txt-1 {
  display: block;
  transition: .5s;
}
.common-nav .listNav > li > a .txt-2 {
  display: block;
  transform: translateY(100%);
  transition: .5s;
}
.common-nav .listNav > li > a img {
  margin-top: 0.05rem;
  max-height: 0.22rem;
}
.common-nav .listNav > li:hover > a:after,
.common-nav .listNav > li.active > a:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
.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:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
.common-nav .listNav > li:last-child > a span {
  padding-right: 0;
}
.common-nav .listNav > li > .child {
  font-family: "POPPINS-REGULAR";
  display: block;
  width: 3rem;
  text-align: left;
  position: absolute;
  z-index: 999;
  top: 0.8rem;
  left: 50%;
  transform-origin: 0 0;
  transform: scaleY(0) translateX(-50%);
  transition: transform .2s;
  color: #333;
}
.common-nav .listNav > li > .child a {
  color: #666;
}
.common-nav .listNav > li > .child > .list {
  font-size: 0.17rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  padding: 0.3rem 0.2rem;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.common-nav .listNav > li > .child > .list a {
  width: 100%;
  display: block;
  color: #212121;
  height: auto;
  line-height: 0.24rem;
  padding: 0.1rem 0.25rem;
  border-radius: 0.1rem;
  position: relative;
}
.common-nav .listNav > li > .child > .list a:hover {
  text-decoration: none;
  background: #fff;
  color: #0eb486;
}
.common-nav .listNav > li > .child > .list-2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0.6rem 0.2rem 0.6rem 0.2rem;
  background: #fafafa;
}
.common-nav .listNav > li > .child > .list-2 > li {
  width: 50%;
  padding: 0 0.6rem;
}
.common-nav .listNav > li > .child > .list-2 .title {
  font-size: 0.18rem;
  color: #0eb486;
  border-bottom: 1px #0eb486 solid;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
}
.common-nav .listNav > li > .child > .list-2 .title a {
  color: #0eb486;
  display: block;
  line-height: 0.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: 0.18rem;
  line-height: 0.36rem;
  height: 0.36rem;
  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: #0eb486;
}
.common-nav .listNav > li > .child.child-2 {
  width: 8rem;
}
.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%);
}
@media screen and (max-width: 1024px) {
  .common-nav {
    display: none;
  }
}
.bannerbox {
  z-index: 9;
  position: relative;
}
.bannerbox .txtbox {
  z-index: 3;
  width: 100%;
  left: 0;
  bottom: 2.5rem;
  position: absolute;
}
.bannerbox .nr2 {
  display: flex;
  text-align: left;
  font-size: 0.2rem;
  line-height: 0.32rem;
  padding-left: 1rem;
  justify-content: space-between;
}
.bannerbox .nr2 .t-2 {
  width: 35%;
  color: #10241e;
  position: relative;
  padding-right: 0.7rem;
}
.bannerbox .nr2 .t-2 span {
  right: 0;
  top: 0;
  position: absolute;
  padding-right: 0.05rem;
  line-height: 0.6rem;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  width: 0.63rem;
  height: 0.63rem;
  display: inline-block;
  background: #dcebe7;
  transition: all 500ms ease;
}
.bannerbox .nr2 .t-2 img {
  vertical-align: middle;
  max-height: 0.24rem;
}
.bannerbox .nr2 .t-2 span:hover {
  transform: scale(1.1);
}
.bannerbox .nr2 .t-3 {
  width: 50%;
  color: #fff;
}
@media (max-width: 1024px) {
  .bannerbox .txtbox {
    display: none;
  }
}
.sky {
  left: 0;
  z-index: 1;
  opacity: 0.5;
  bottom: 1.3rem;
  position: absolute;
  width: 100%;
  height: 5.09rem;
  overflow: hidden;
}
.cloud {
  position: absolute;
  background: url(../images/obl2.png) no-repeat top center;
  background-size: contain;
  width: 12.92rem;
  height: 5.09rem;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.cloud1 {
  top: 30px;
  animation-name: moveCloud1;
  animation-duration: 30s;
}
.cloud2 {
  top: 70px;
  animation-name: moveCloud2;
  animation-duration: 40s;
}
.cloud3 {
  top: 50px;
  animation-name: moveCloud3;
  animation-duration: 50s;
}
@keyframes moveCloud1 {
  0% {
    left: -150px;
  }
  100% {
    left: 100%;
  }
}
@keyframes moveCloud2 {
  0% {
    left: -150px;
  }
  100% {
    left: 200%;
  }
}
@keyframes moveCloud3 {
  0% {
    left: 1000px;
  }
  100% {
    left: -100%;
  }
}
.banner {
  clear: both;
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.banner .pc {
  display: block;
}
.banner .pc img {
  width: auto;
  height: auto;
  max-height: initial;
  max-width: initial;
  width: 100%;
  object-fit: cover;
}
.banner .ph {
  display: none;
  text-align: center;
}
.banner .ph img {
  width: 100%;
  width: auto;
  height: auto;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .text {
  z-index: 10;
  left: 0;
  width: 100%;
  color: #fff;
  top: 3.6rem;
  position: absolute;
}
.banner .text .nr {
  text-align: left;
  padding-left: 2.9rem;
}
.banner .text .nr .t-1 {
  color: #fff;
  font-weight: normal;
  font-size: 0.68rem;
  line-height: 0.8rem;
  text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5);
  font-family: "POPPINS-BOLD";
}
.banner .text .nr .button {
  margin-top: 0.5rem;
}
.banner .swiper-slide .pc img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}
.banner .swiper-slide-active .pc img,
.banner .swiper-slide-duplicate-active .pc img {
  transition: 6s linear;
  transform: scale(1, 1);
}
.banner .swiper-pagination {
  width: 100%;
  z-index: 3;
  bottom: 0.7rem;
}
.banner .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.04rem;
  border-radius: 0;
  margin: 0 0.08rem;
  background: #fff;
  opacity: 1;
  transition: all .1s linear;
}
.banner .swiper-pagination-bullet-active {
  background: #0eb486;
}
.banner .swiper-slide-active .t-1 {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-slide-active .t-2 {
  animation: 1.7s titFadeup1 ease;
}
.banner .swiper-slide-active .t-3 {
  animation: 1.8s titFadeup1 ease;
}
.banner .swiper-slide-active .button {
  animation: 1.6s titFadeup1 ease;
}
@media (max-width: 1024px) {
  .banner {
    margin-top: 60px;
    height: auto;
  }
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
  }
  .banner .text {
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
  }
  .banner .text .nr {
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .banner .text .nr .t-1 {
    line-height: 40px;
    font-size: 30px;
  }
}
.index-title {
  position: relative;
  color: #464646;
  line-height: 0.8rem;
  font-size: 0.68rem;
  font-family: "POPPINS-BOLD";
}
.index-title .gy-gray {
  color: #0eb486;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.index-title .gy-black {
  color: #464646;
}
.index-case {
  overflow: hidden;
  margin-top: 1.4rem;
}
.index-case .text {
  margin: 0 auto;
  display: flex;
  padding-top: 0.5rem;
  justify-content: space-between;
  max-width: 14.4rem;
  position: relative;
}
.index-case .text:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0.02rem;
  position: absolute;
  background: #464646;
  animation: wline 2s alternate;
}
.index-case .text .index-title {
  width: 60%;
}
.index-case .text .brief {
  width: 35%;
  color: #333;
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.index-case .container {
  margin: 0 auto;
  max-width: 19.2rem;
}
.index-case .list {
  width: 115%;
  padding-left: 0.2rem;
  margin-top: 0.9rem;
}
.index-case .list .pic {
  border-radius: 0.2rem;
  overflow: hidden;
}
.index-case .list .pic img {
  border-radius: 0.2rem;
  transition: all 700ms linear;
  transform-origin: top center;
}
.index-case .list .pic:hover img {
  transform: scale(1.05);
}
.index-case .list .tit {
  color: #333;
  margin-top: 0.3rem;
  font-size: 0.2rem;
  text-transform: uppercase;
  font-family: "POPPINS-BOLD";
}
.index-case .numlist {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  justify-content: space-between;
  max-width: 14.4rem;
}
.index-case .numlist .circle {
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.index-case .numlist .circle img {
  z-index: 9;
  border-radius: 50%;
  margin-top: 0.2rem;
  vertical-align: middle;
  position: relative;
  max-height: 0.76rem;
  background: #2fbe96;
}
.index-case .numlist .right {
  color: #333;
  font-size: 0.2rem;
  font-family: "POPPINS-BOLD";
}
.index-case .numlist .right p:first-child {
  padding-bottom: 0.1rem;
}
.index-case .numlist .right .counter {
  line-height: 0.9rem;
  font-size: 0.9rem;
  color: #0eb486;
  font-family: "OPPOSANS-B";
}
.index-case .numlist .right em {
  line-height: 0.5rem;
  font-size: 0.5rem;
  color: #0eb486;
  vertical-align: top;
  display: inline-block;
  font-style: normal;
  font-family: "OPPOSANS-B";
}
@media (max-width: 1024px) {
  .index-case .text {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 640px;
    display: block;
  }
  .index-case .text h2 {
    width: 100%;
  }
  .index-case .text .brief {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    padding-top: 30px;
  }
  .index-case .list {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .index-case {
    margin-top: 40px;
  }
  .index-case .text:before {
    display: none;
  }
  .index-case .text h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.index-list {
  margin-top: 1rem;
}
.index-list .container {
  max-width: 19.2rem;
}
.index-list ul {
  display: flex;
  flex-wrap: wrap;
}
.index-list li {
  padding: 0 0.35rem;
  width: 33.333%;
}
.index-list li .picbox {
  position: relative;
}
.index-list li .pic {
  overflow: hidden;
  position: relative;
}
.index-list li .pic img {
  transform-origin: center center;
  transition: all 1000ms linear;
}
.index-list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 79.85865724%;
}
.index-list li .pic:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.index-list li .tit {
  top: 50%;
  left: 50%;
  z-index: 4;
  font-size: 0.42rem;
  color: #0eb486;
  font-family: "POPPINS-BOLD";
  position: absolute;
  transform: translate(-50%, -50%);
}
.index-list li .txt {
  color: #333;
  padding: 0 0.5rem;
  margin-top: 0.8rem;
  font-size: 0.18rem;
  text-align: center;
}
.index-list li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .index-list li:first-child {
    padding-top: 0;
  }
  .index-list li {
    padding-top: 40px;
    width: 100%;
  }
  .index-list li .txt {
    padding: 0;
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .index-list li {
    padding-left: 0;
    padding-right: 0;
  }
}
.index-list-2 {
  padding-top: 1.4rem;
}
.index-list-2 .container {
  max-width: 19.2rem;
}
.index-list-2 .bigimg {
  position: relative;
}
.index-list-2 .bigimg .swiper-slide {
  position: relative;
}
.index-list-2 .bigimg .swiper-slide:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.index-list-2 .bigimg .swiper-pagination {
  color: #fff;
  top: 0.95rem;
  height: 0.5rem;
  left: 50%;
  font-size: 0.3rem;
  width: 14.4rem;
  transform: translateX(-50%);
  text-align: left;
  position: absolute;
}
.index-list-2 .bigimg .swiper-slide-active .text .tit {
  animation: 1.6s titFadeup1 linear;
}
.index-list-2 .bigimg .swiper-slide-active .text .txt {
  animation: 1.7s titFadeup1 linear;
}
.index-list-2 .bigimg .text {
  top: 50%;
  left: 50%;
  z-index: 10;
  color: #fff;
  width: 14.4rem;
  transform: translate(-50%, -50%);
  position: absolute;
}
.index-list-2 .bigimg .text .tit {
  line-height: 0.7rem;
  font-size: 0.54rem;
  font-family: "POPPINS-BOLD";
}
.index-list-2 .bigimg .text .txt {
  margin-top: 0.1rem;
  font-size: 0.4rem;
}
.index-list-2 .bigimg .text .circle {
  vertical-align: middle;
  line-height: 0.96rem;
  margin-top: 0.2rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.index-list-2 .bigimg .text .circle:before {
  opacity: 0!important;
}
.index-list-2 .bigimg .text .circle:after {
  background: #0eb486;
}
.index-list-2 .bigimg .text .circle img {
  z-index: 3;
  vertical-align: middle;
  position: relative;
}
.index-list-2 .smallimg {
  margin: 0 auto;
  margin-top: 0.16rem;
  max-width: 7rem;
}
.index-list-2 .smallimg .pic {
  position: relative;
}
.index-list-2 .smallimg .pic:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  transition: all 500ms ease;
  background: rgba(255, 255, 255, 0.5);
}
.index-list-2 .smallimg .swiper-slide-thumb-active .pic:before {
  background: rgba(255, 255, 255, 0);
}
@media (max-width: 1024px) {
  .index-list-2 {
    padding-top: 50px;
  }
  .index-list-2 .container {
    padding-right: 0!important;
    padding-left: 0!important;
    max-width: 100%!important;
  }
  .index-list-2 .bigimg .swiper-pagination {
    display: none;
  }
  .index-list-2 .bigimg .text {
    text-align: center;
    max-width: 100%!important;
  }
  .index-list-2 .bigimg .text .circle {
    display: none;
  }
  .index-list-2 .bigimg .text .tit {
    font-size: 22px;
    line-height: 30px;
  }
  .index-list-2 .bigimg .text .txt {
    font-size: 14px;
  }
  .index-list-2 .smallimg {
    padding: 0 20px!important;
    max-width: 640px;
  }
}
@media (max-width: 400px) {
  .index-list-2 .container {
    padding-right: 20px!important;
    padding-left: 20px!important;
  }
  .index-list-2 .smallimg {
    padding: 0!important;
  }
}
.index-hzkh {
  margin-top: 1rem;
}
.index-hzkh .container {
  padding: 0 0.5rem;
  max-width: 19.2rem;
}
.index-hzkh .pic {
  height: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.1rem;
  background: #eef0f0;
  position: relative;
  border: solid 1px #e7e9f0;
  transition: all 500ms ease;
}
.index-hzkh .pic:hover {
  background: #fff;
}
.index-news {
  background: linear-gradient(to bottom, #ffffff, #c5e3f0);
  margin-top: 0.9rem;
}
.index-news .title {
  color: #464646;
  text-align: center;
  font-size: 0.68rem;
  line-height: 0.8rem;
  font-family: "POPPINS-BOLD";
}
.index-news .item {
  border-radius: 0.2rem;
  background: #fff;
  margin-top: 0.6rem;
  transition: all 500ms ease;
}
.index-news .pic {
  overflow: hidden;
  position: relative;
  border-radius: 0.2rem;
}
.index-news .pic img {
  transition: all 700ms linear;
  border-radius: 0.2rem;
}
.index-news .pic:after {
  content: "";
  display: block;
  padding-bottom: 67.19367589%;
}
.index-news .text {
  padding: 0.3rem;
}
.index-news .text .tit {
  color: #333;
  font-family: "POPPINS-BOLD";
  font-size: 0.22rem;
  line-height: 0.32rem;
  height: 0.96rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.index-news .text .txt {
  color: #666;
  height: 0.56rem;
  line-height: 0.28rem;
  margin-top: 0.1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .text .time {
  margin-top: 0.25rem;
  font-family: "POPPINS-BOLD";
}
.index-news .text .time img {
  color: #666;
  margin-right: 0.05rem;
  margin-top: 0.03rem;
  max-height: 0.16rem;
}
@media (min-width: 1025px) {
  .index-news .item:hover {
    background: #0eb486;
  }
  .index-news .item:hover .pic img {
    transform: scale(1.05);
  }
  .index-news .item:hover .tit,
  .index-news .item:hover .txt,
  .index-news .item:hover .time {
    color: #fff;
  }
  .index-news .item:hover .tit img,
  .index-news .item:hover .txt img,
  .index-news .item:hover .time img {
    display: none;
  }
}
@media (max-width: 1024px) {
  .index-news .text .time img {
    margin-top: 1px;
    max-height: 16px;
  }
}
.footer {
  padding-top: 1.44rem;
  font-size: 0.18rem;
  position: relative;
  background-color: #c5e3f0;
  min-height: 16rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.footer .share {
  color: #464646;
  text-align: center;
}
.footer .title {
  font-size: 0.5rem;
  line-height: 0.6rem;
  font-family: "POPPINS-BOLD";
}
.footer .tag {
  font-size: 0.22rem;
}
.footer .fx {
  margin-top: 0.8rem;
}
.footer .fx a {
  line-height: 1.06rem;
  vertical-align: middle;
  margin: 0 0.2rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  transition: all 500ms linear;
  border: solid 1px #0eb486;
  display: inline-block;
}
.footer .fx img {
  vertical-align: middle;
  max-height: 0.32rem;
}
.footer .fx a:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.5);
}
.footer .message {
  display: flex;
  margin-top: 6.7rem;
  justify-content: space-between;
}
.footer .message .tit {
  height: 0.54rem;
  font-family: "POPPINS-BOLD";
  font-size: 0.34rem;
  color: #464646;
  align-items: center;
  display: flex;
}
.footer .message .tit img {
  margin-right: 0.25rem;
  border-radius: 50%;
  max-height: 0.5rem;
  background: #0eb486;
}
.footer .message .search {
  position: relative;
  width: 50%;
}
.footer .message .search input {
  border: 0;
  width: 100%;
  color: #7a7a7a;
  font-size: 0.16rem;
  border-radius: 0.1rem;
  padding-left: 0.3rem;
  height: 0.54rem;
  line-height: 0.54rem;
  background: rgba(139, 160, 154, 0.2);
}
.footer .message .search .btn {
  right: 0;
  top: 0;
  line-height: 0.5rem;
  vertical-align: middle;
  width: 0.54rem;
  height: 0.54rem;
  text-align: center;
  position: absolute;
  border-radius: 0.1rem;
  background: #0eb486;
}
.footer .message .search .btn img {
  vertical-align: middle;
  max-height: 0.2rem;
}
.footer .list {
  padding-top: 0.45rem;
}
.footer .list ul {
  display: flex;
  justify-content: space-between;
}
.footer .list li h3 {
  padding-bottom: 0.05rem;
  font-weight: normal;
}
.footer .list li h3 a {
  color: #464646;
  font-size: 0.2rem;
  font-family: "POPPINS-BOLD";
}
.footer .list li h3 a:hover {
  color: #0eb486;
}
.footer .list li .drop a {
  color: #6f7775;
  display: block;
  margin-top: 0.1rem;
}
.footer .list li .drop a:hover {
  color: #0eb486;
}
.footer .contact {
  margin-top: 0.5rem;
  padding: 0.3rem 0;
  border-bottom: solid 1px rgba(150, 166, 162, 0.3);
  border-top: solid 1px rgba(150, 166, 162, 0.3);
}
.footer .contact ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer .contact li {
  width: 25%;
  padding: 0 0.3rem;
}
.footer .contact li .item {
  display: flex;
  align-items: center;
  position: relative;
}
.footer .contact li .item img {
  margin-right: 0.2rem;
  max-height: 0.34rem;
}
.footer .contact li:first-child {
  width: 50%;
  padding-right: 2.2rem;
}
.footer .copy {
  color: #fff;
  margin-top: 0.4rem;
  font-weight: 700;
  font-size: 0.14rem;
  padding: 0.2rem 0;
  text-align: center;
  background: #0eb486;
}
.footer .copy a {
  color: #fff;
  padding-left: 0.4rem;
  display: inline-block;
}
.footer .copy a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .footer {
    min-height: auto;
    font-size: 16px;
  }
  .footer .message {
    margin-top: 60px;
    display: block;
  }
  .footer .message .tit {
    color: #fff;
    font-size: 18px;
  }
  .footer .message .search {
    margin-top: 20px;
    width: 100%;
  }
  .footer .message .search input {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.9);
  }
  .footer .message .search .btn {
    width: 54px;
    height: 54px;
    line-height: 50px;
  }
  .footer .message .search .btn img {
    max-height: 20px;
  }
  .footer .list {
    display: none;
  }
  .footer .contact ul {
    display: block;
  }
  .footer .contact li {
    margin-top: 10px;
    padding-right: 0!important;
    width: 100%!important;
  }
  .footer .contact li .item img {
    max-height: 34px;
  }
  .footer .copy {
    font-size: 12px;
  }
  .footer .copy a {
    display: none;
  }
}
@media (max-width: 640px) {
  .footer .fx a {
    margin: 0 5px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    background: rgba(255, 255, 255, 0.7);
  }
}
.footer-ny {
  background-color: #F7F7F7;
}
.inside-banner {
  position: relative;
}
.inside-banner img {
  width: 100%;
}
.inside-banner .text {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 9;
  position: absolute;
  transform: translateY(-70%);
}
.inside-banner .title {
  color: #fff;
  max-width: 8.9rem;
  line-height: 0.76rem;
  font-size: 0.68rem;
  font-family: "POPPINS-BOLD";
  font-weight: normal;
  text-shadow: 0.05rem 0 0.08rem rgba(0, 0, 0, 0.3);
}
.inside-banner .ph {
  display: none;
}
@media (max-width: 1024px) {
  .inside-banner {
    height: auto;
  }
  .inside-banner img {
    height: auto;
  }
  .inside-banner .pc {
    display: none;
  }
  .inside-banner .ph {
    display: block;
  }
}
@media (max-width: 640px) {
  .inside-banner .title {
    max-width: 100%;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    display: none;
    font-family: "POPPINS-REGULAR";
  }
  .inside-banner .text {
    transform: translateY(-20%);
  }
}
.inside-banner-2 .title {
  max-width: 9.6rem;
}
.inside-current {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #82858f;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.7rem;
  height: 0.7rem;
}
.inside-current img {
  margin-right: 0.1rem;
  margin-top: 0.24rem;
  max-height: 0.2rem;
}
.inside-current span {
  color: #ccc;
  font-family: "宋体";
  padding: 0 0.2rem;
  display: inline-block;
}
.inside-current a {
  color: #82858f;
}
.inside-current a:hover {
  color: #0eb486;
}
@media (max-width: 1024px) {
  .inside-current {
    display: none;
  }
}
.inside-current-2 {
  z-index: 4;
  margin-top: -0.7rem;
  position: relative;
}
.inside-bg {
  background: linear-gradient(to bottom, #ffffff 1%, #f1f1f1);
}
.inside-bg-fff {
  background: #fff;
}
.inside-title {
  color: #464646;
  font-weight: normal;
  font-size: 0.68rem;
  line-height: 0.78rem;
  font-family: "POPPINS-BOLD";
}
@media (max-width: 1024px) {
  .inside-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.inside-menu {
  padding-top: 1rem;
  font-family: "POPPINS-BOLD";
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.6rem;
}
.inside-menu li {
  padding-right: 0.3rem;
}
.inside-menu li a {
  background: #fff;
  font-size: 0.18rem;
  border-radius: 0.6rem;
  padding: 0 0.34rem;
  height: 0.62rem;
  line-height: 0.6rem;
  border: solid 1px #464646;
  display: inline-block;
  transition: all 500ms ease;
}
.inside-menu .cur a,
.inside-menu li:hover a {
  color: #fff;
  border-color: #0eb486;
  background: #0eb486;
}
.inside-menu li:last-child {
  padding-right: 0;
}
.inside-menu .line {
  height: 1px;
  width: 100%;
  background: #7b7b7b;
}
@media (max-width: 1024px) {
  .inside-menu {
    display: none;
  }
}
.inside-newsTop {
  text-align: center;
  margin-top: 0.6rem;
}
.inside-newsTop .container {
  padding-bottom: 0.4rem;
  border-bottom: solid 1px #f1f1f1;
}
.inside-newsTop .item {
  margin-bottom: 0.3rem;
  position: relative;
}
.inside-newsTop .text {
  top: 50%;
  left: 0;
  color: #fff;
  width: 100%;
  text-align: left;
  font-family: "POPPINS-BOLD";
  line-height: 0.5rem;
  font-size: 0.34rem;
  position: absolute;
  transform: translateY(-50%);
}
.inside-newsTop .text p {
  margin-left: 1.1rem;
  max-width: 7rem;
}
.inside-newsTop .pic {
  border-radius: 0.1rem;
}
.inside-newsTop .pic img {
  border-radius: 0.1rem;
}
.inside-newsTop .swiper-button-prev,
.inside-newsTop .swiper-button-next {
  top: auto;
  color: #505050;
  transition: all 500ms ease;
  margin: 0 0.2rem;
  display: inline-block;
  margin-top: auto;
  position: relative;
}
.inside-newsTop .swiper-button-prev:after,
.inside-newsTop .swiper-button-next:after {
  font-size: 0.12rem;
}
.inside-newsTop .swiper-button-prev:hover,
.inside-newsTop .swiper-button-next:hover {
  color: #252525;
}
.inside-newsTop .swiper-pagination {
  display: inline-block;
  position: relative;
}
.inside-newsTop .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0.1rem;
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  border: solid 1px #a9a9a9;
}
.inside-newsTop .swiper-pagination-bullet-active {
  border-color: #252525;
  background: #252525;
}
@media (max-width: 1024px) {
  .inside-newsTop .text {
    padding: 0 30px;
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    overflow: auto;
    text-align: center;
  }
  .inside-newsTop .text p {
    margin-left: 0;
    max-width: 100%;
  }
}
.inside-news {
  margin-top: 0.6rem;
}
.inside-news .list {
  overflow: hidden;
}
.inside-news .list ul {
  display: flex;
  flex-wrap: wrap;
  transition: all 500ms linear;
}
.inside-news .list li {
  overflow: hidden;
  width: 33.3333%;
  position: relative;
  transition: all 500ms linear;
  padding: 0.4rem 0.5rem;
  border-left: solid 1px #ececec;
  margin-left: -1px;
}
.inside-news .list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.inside-news .list li .time {
  color: #9e9e9e;
  font-size: 0.13rem;
}
.inside-news .list li .tit {
  margin-top: 0.1rem;
  color: #030f1b;
  font-size: 0.24rem;
  height: 1.2rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.inside-news .list li .pic {
  margin-top: 0.2rem;
  overflow: hidden;
  position: relative;
}
.inside-news .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 54.66666667%;
}
.inside-news .list li .pic img {
  transition: all 700ms ease;
}
.inside-news .list li .txt {
  color: #888;
  overflow: hidden;
  font-size: 0.16rem;
  height: 0.96rem;
  line-height: 0.24rem;
  margin-top: 0.2rem;
}
.inside-news .list li .arrow {
  margin-top: 0.3rem;
}
.inside-news .list li .arrow img {
  max-height: 0.21rem;
}
.inside-news .list li .arrow .img2 {
  display: none;
}
.inside-news .list li .txthover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  color: #fff;
  opacity: 0;
  transform: scale(0.9);
  padding: 0 0.5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.45rem;
  position: absolute;
  transition: all 700ms ease;
  background: linear-gradient(to bottom, #3173c0, #2161ad);
}
.inside-news .list li .txthover .time,
.inside-news .list li .txthover .tit,
.inside-news .list li .txthover .txt {
  color: #fff;
}
.inside-news .list li .txthover .tit {
  margin-top: 0.3rem;
}
.inside-news .list li .txthover .txt {
  font-size: 0.15rem;
  overflow: hidden;
  height: 1.68rem;
  margin-top: 0.5rem;
}
.inside-news .list li .txthover .arrow {
  margin-top: 1.2rem;
}
.inside-news .list li .txthover .tu {
  bottom: -0.5rem;
  opacity: 0.2;
  right: 0rem;
  position: absolute;
}
.inside-news .list li .txthover .tu img {
  max-height: 2.2rem;
}
@media (min-width: 1025px) {
  .inside-news li:hover {
    padding-bottom: 0;
    background: linear-gradient(to bottom, #24ac86, #53c6a6);
    padding-top: 0.75rem;
  }
  .inside-news li:hover .pic {
    display: none;
  }
  .inside-news li:hover .time,
  .inside-news li:hover .tit,
  .inside-news li:hover .txt {
    color: #fff;
  }
  .inside-news li:hover .tit {
    height: 1.5rem;
    margin-top: 0.2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
  }
  .inside-news li:hover .txt {
    height: 1.44rem;
    margin-top: 0.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
  }
  .inside-news li:hover .arrow {
    margin-top: 0.6rem;
  }
  .inside-news li:hover .arrow .img1 {
    display: none;
  }
  .inside-news li:hover .arrow .img2 {
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  .inside-news {
    padding: 50px 0;
    margin-top: 0;
  }
  .inside-news .list ul {
    margin: 0 -15px;
  }
  .inside-news .list li {
    width: 50%;
    padding: 15px;
  }
  .inside-news .list li .time {
    font-size: 12px;
  }
  .inside-news .list li .tit {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
  }
  .inside-news .list li .txt {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .inside-news .list li .pic {
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  .inside-news .list li {
    width: 100%;
    border: 0;
    margin-left: 0;
    padding-top: 0;
  }
}
.inside-case {
  margin-top: 0.3rem;
  background: transparent;
}
.inside-case .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.inside-case .list li {
  padding: 0 0.25rem;
  width: 33.333%;
}
@media (max-width: 640px) {
  .inside-case .list li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .inside-case .list li {
    width: 100%;
  }
}
.inside-download {
  padding-top: 0.8rem;
}
.inside-download .list {
  padding-top: 0.7rem;
}
.inside-download .leftNav {
  top: 0;
  left: 0;
  width: 16%;
  float: left;
  margin-bottom: 0.3rem;
  padding-bottom: 1.5rem;
  box-shadow: 0 0.1rem 0.04rem 0 rgba(0, 0, 0, 0.03);
  background: #fff;
  position: sticky;
}
.inside-download .leftNav li {
  position: relative;
}
.inside-download .leftNav li:after {
  content: "";
  right: 0;
  top: 0;
  opacity: 0;
  height: 50%;
  width: 0.02rem;
  position: absolute;
  background: #0eb486;
  transition: all 500ms ease;
}
.inside-download .leftNav li a {
  color: #222;
  transition: all 500ms ease;
  font-size: 0.2rem;
  display: block;
  padding: 0.2rem 0;
  padding-right: 0.1rem;
  padding-left: 0.35rem;
}
.inside-download .leftNav .active:after,
.inside-download .leftNav li:hover:after {
  opacity: 1;
  height: 100%;
}
.inside-download .leftNav .active a,
.inside-download .leftNav li:hover a {
  background: #f6f6f6;
}
.inside-download .rightNr {
  width: 82.6%;
  float: right;
}
.inside-download .rightNr li {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-top: 0.2rem;
  position: relative;
  box-shadow: 0.03rem 0 0.09rem rgba(0, 0, 0, 0.03);
  height: 1rem;
  line-height: 1rem;
  font-family: "POPPINS-BOLD";
  font-size: 0.2rem;
  padding-left: 0.4rem;
  padding-right: 0.7rem;
  background: #fff;
}
.inside-download .rightNr li a {
  color: #3c3c3c;
  transition: all 500ms ease;
}
.inside-download .rightNr li .icon {
  margin-top: 0.22rem;
  height: 0.52rem;
  vertical-align: top;
  display: inline-block;
  margin-right: 0.5rem;
}
.inside-download .rightNr li .icon img {
  vertical-align: top;
  max-height: 0.52rem;
}
.inside-download .rightNr li .dow {
  top: 0.4rem;
  right: 0.45rem;
  width: 0.22rem;
  height: 0.22rem;
  position: absolute;
  transition: all 500ms ease;
  background: url(../images/dow.png) no-repeat center center;
  background-size: cover;
}
.inside-download .rightNr li:first-child {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .inside-download .rightNr li:hover a {
    color: #0eb486;
  }
  .inside-download .rightNr li:hover .dow {
    background: url(../images/dow-h.png) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .inside-download {
    padding-top: 30px;
  }
  .inside-download .list {
    padding-top: 30px;
  }
  .inside-download .leftNav {
    box-shadow: none;
    width: 100%;
    float: none;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
  }
  .inside-download .leftNav li {
    margin-top: -1px;
    border: solid 1px #eee;
  }
  .inside-download .rightNr {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .inside-download .rightNr li {
    padding-right: 40px;
    padding-left: 20px;
  }
  .inside-download .rightNr li .icon {
    margin-right: 10px;
  }
  .inside-download .rightNr li .dow {
    right: 10px;
  }
}
.inside-support {
  padding-top: 0.8rem;
}
.inside-support .list {
  margin-top: 0.7rem;
  display: flex;
  justify-content: space-between;
}
.inside-support .list dt {
  width: 51%;
}
.inside-support .list dd {
  line-height: 0.3rem;
  font-size: 0.18rem;
  width: 45%;
}
.inside-support .list dd .item {
  padding: 0.5rem 0;
}
.inside-support .list dd .t-1 {
  color: #464646;
  font-size: 0.28rem;
  font-family: "POPPINS-BOLD";
}
.inside-support .list dd .t-2 {
  margin-top: 0.2rem;
}
.inside-support .list-2 {
  margin-bottom: 1.1rem;
  margin-top: 1rem;
  background: #fff;
  box-shadow: 0.08rem 0 0.65rem rgba(0, 0, 0, 0.14);
}
.inside-support .list-2 ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.7rem;
  padding-bottom: 0.4rem;
  justify-content: space-between;
}
.inside-support .list-2 li {
  width: 25%;
  color: #5e5e5e;
  position: relative;
  font-size: 0.18rem;
  text-transform: uppercase;
  padding: 0 1rem;
}
.inside-support .list-2 li:before {
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  background: #e7e7e7;
  height: 1.3rem;
  position: absolute;
}
.inside-support .list-2 li .counter {
  color: #0eb486;
  font-size: 0.7rem;
  line-height: 0.7rem;
  font-family: "POPPINS-BOLD";
}
.inside-support .list-2 li p:first-child {
  text-align: center;
}
.inside-support .list-2 li em {
  margin-top: -0.2rem;
  position: relative;
  font-size: 0.16rem;
  font-family: "POPPINS-BOLD";
  padding: 0 0.14rem;
  border-radius: 0.3rem;
  line-height: 0.32rem;
  background: #f6f6f6;
  vertical-align: top;
  display: inline-block;
  font-style: normal;
}
.inside-support .list-3 {
  text-align: center;
}
.inside-support .list-3 span {
  vertical-align: top;
  display: inline-block;
}
.inside-support .list-3 .icon {
  margin-top: 0.04rem;
  max-height: 0.42rem;
}
.inside-support .list-3 .bt {
  color: #c9c9c9;
  padding-left: 0.1rem;
  line-height: 0.28rem;
  width: 0.5rem;
  font-size: 0.2rem;
}
.inside-support .list-3 .tel {
  position: relative;
  margin-left: 0.6rem;
  line-height: 0.5rem;
  font-size: 0.5rem;
  color: #0eb486;
  font-family: "OPPOSANS-B";
}
.inside-support .list-3 .tel:before {
  top: 0.05rem;
  left: -0.1rem;
  content: "";
  width: 1px;
  position: absolute;
  height: 0.45rem;
  background: #e7e7e7;
}
.inside-support .list-4 {
  margin-top: 1.5rem;
}
.inside-support .list-4 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.inside-support .list-4 li {
  width: 50%;
  display: flex;
  padding: 0.1rem;
}
.inside-support .list-4 li .item {
  color: #464646;
  position: relative;
  border-radius: 0.1rem;
  padding: 0.4rem;
  min-height: 100%;
  background: #ebf6f2;
  padding-left: 1.4rem;
}
.inside-support .list-4 li .icon {
  top: 0.4rem;
  left: 0.4rem;
  position: absolute;
}
.inside-support .list-4 li .icon img {
  max-height: 0.7rem;
  transition: all 700ms ease;
}
.inside-support .list-4 li .tit {
  line-height: 0.4rem;
  font-size: 0.3rem;
  font-weight: normal;
  font-family: "POPPINS-BOLD";
}
.inside-support .list-4 li .txt {
  padding-top: 0.3rem;
  font-size: 0.18rem;
}
.inside-support .list-4 li .txt span {
  font-family: "POPPINS-BOLD";
}
.inside-support .list-4 li:hover .icon img {
  transform: rotateY(180deg);
}
@media (max-width: 1024px) {
  .inside-support {
    padding-top: 30px;
  }
  .inside-support .list {
    display: block;
    margin-top: 30px;
  }
  .inside-support .list dt,
  .inside-support .list dd {
    width: 100%;
  }
  .inside-support .list dd {
    padding-top: 15px;
    font-size: 14px;
    line-height: 26px;
  }
  .inside-support .list dd .item {
    padding: 15px 0;
  }
  .inside-support .list-2 {
    margin: 40px 0 50px 0;
  }
  .inside-support .list-2 ul {
    padding: 20px 0;
  }
  .inside-support .list-2 li {
    width: 50%;
    font-size: 12px;
    padding: 0 20px;
    margin: 15px 0;
  }
  .inside-support .list-2 li:before {
    display: none;
  }
  .inside-support .list-4 {
    margin-top: 50px;
  }
  .inside-support .list-4 li {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .inside-support .list-4 li .txt {
    font-size: 14px;
  }
  .inside-support .list-4 li:first-child {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .inside-support .list-3 .tel {
    font-size: 20px;
  }
}
.inside-about {
  position: relative;
  padding-top: 0.8rem;
}
.inside-about .tag {
  margin-top: -0.1rem;
  float: right;
  color: #3c3c3c;
  width: 6rem;
  font-size: 0.22rem;
  line-height: 0.32rem;
  font-family: "POPPINS-BOLD";
}
.inside-about .name {
  color: #464646;
  margin-top: -0.1rem;
  font-family: "POPPINS-BOLD";
  font-size: 0.28rem;
  line-height: 0.48rem;
}
.inside-about .text {
  font-size: 0.18rem;
  line-height: 0.32rem;
}
.inside-about .text p {
  padding-top: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-about {
    padding-top: 30px;
  }
  .inside-about .tag {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    float: none;
  }
  .inside-about .name {
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
  }
  .inside-about .text {
    font-size: 14px;
    line-height: 26px;
  }
}
.inside-video {
  margin-top: 1rem;
  position: relative;
}
.inside-video .pic img {
  width: 100%;
}
.inside-video .videobtn {
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 1rem;
  height: 1rem;
  position: absolute;
  transform: translate(-50%, -50%);
}
.inside-video .circle {
  width: 1rem;
  height: 1rem;
  display: block;
  text-align: center;
  position: absolute;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.inside-video .circle i {
  z-index: 5;
  vertical-align: top;
  margin-top: 0.4rem;
  display: inline-block;
  text-align: center;
  position: relative;
  border-left: solid 0.2rem #ffffff;
  border-top: solid 0.12rem transparent;
  border-bottom: solid 0.12rem transparent;
}
.inside-video .circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #0eb486;
  opacity: 0;
  animation: ripple 3s ease-out 0s infinite;
}
.inside-video .circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #0eb486;
  opacity: 0;
  animation: ripple 4s ease-out 1s infinite;
}
.inside-honor {
  position: relative;
  padding-top: 1.3rem;
  padding-bottom: 1.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-honor:after {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5rem;
  position: absolute;
  background: url(../images/honor-line.png) repeat-x center center;
  background-size: cover;
}
.inside-honor .inside-title {
  text-align: center;
}
.inside-honor .list {
  position: relative;
  padding: 0 1rem;
  margin-top: 1.3rem;
}
.inside-honor .list .item {
  padding: 0.2rem;
  position: relative;
  background: #fff;
  transition: all 500ms ease;
  padding-bottom: 0.7rem;
}
.inside-honor .list .item:hover {
  background: #0eb486;
}
.inside-honor .list .item:hover .icon .img1 {
  display: none;
}
.inside-honor .list .item:hover .icon .img2 {
  display: inline-block;
}
.inside-honor .list .icon {
  text-align: right;
}
.inside-honor .list .icon img {
  max-height: 0.24rem;
}
.inside-honor .list .icon .img2 {
  display: none;
}
.inside-honor .list .pic {
  margin: 0 auto;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  margin-top: 0.4rem;
  max-width: 1.92rem;
  position: relative;
}
.inside-honor .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 132.29166667%;
}
.inside-honor .swiper-button-prev,
.inside-honor .swiper-button-next {
  transition: all 500ms ease;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
}
.inside-honor .swiper-button-prev:after,
.inside-honor .swiper-button-next:after {
  opacity: 0;
}
.inside-honor .swiper-button-prev {
  background: url(../images/prev-h.png) no-repeat center center #ffffff;
  background-size: cover;
}
.inside-honor .swiper-button-prev:hover {
  background: url(../images/prev.png) no-repeat center center #0eb486;
  background-size: cover;
}
.inside-honor .swiper-button-next {
  background: url(../images/next-h.png) no-repeat center center #ffffff;
  background-size: cover;
}
.inside-honor .swiper-button-next:hover {
  background: url(../images/next.png) no-repeat center center #0eb486;
  background-size: cover;
}
@media (max-width: 1024px) {
  .inside-honor {
    padding-top: 50px;
  }
  .inside-honor .swiper-button-prev,
  .inside-honor .swiper-button-next {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .inside-honor .list {
    padding: 0px 20px;
    margin-top: 40px;
  }
}
.inside-product {
  padding-top: 0.45rem;
}
.inside-product .inside-proNav {
  width: 21%;
  float: left;
  padding: 0.2rem;
  padding-top: 0.3rem;
  border-top: solid 0.04rem #0eb486;
  background: #f7f7f7;
  position: sticky;
}
.inside-product .inside-proNav .bt {
  color: #333;
  font-size: 0.3rem;
  font-weight: normal;
  font-family: "POPPINS-BOLD";
}
@media (max-width: 1024px) {
  .inside-product .inside-proNav {
    display: none;
  }
}
.classifyPro {
  font-size: 0.18rem;
  padding-top: 0.15rem;
}
.classifyPro li {
  margin-top: 0.1rem;
}
.classifyPro .title {
  background: #fff;
  transition: .3s;
  height: 0.5rem;
  position: relative;
  line-height: 0.5rem;
}
.classifyPro .title a {
  padding: 0 0.2rem;
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  color: #333333;
  height: 0.5rem;
  font-family: "POPPINS-BOLD";
}
.classifyPro .title span {
  z-index: 2;
  display: block;
  position: relative;
}
.classifyPro .has > .title a {
  display: block;
}
.classifyPro .list .icon {
  top: 0rem;
  right: 0.14rem;
  position: absolute;
}
.classifyPro .list .icon:before {
  content: "+";
  vertical-align: top;
  display: inline-block;
  font-size: 0.2rem;
  color: #0eb486;
  font-style: normal;
}
.classifyPro .down,
.classifyPro .has:hover {
  position: relative;
}
.classifyPro .down > .title,
.classifyPro .has:hover > .title {
  background: #0eb486;
}
.classifyPro .down > .title a,
.classifyPro .has:hover > .title a {
  color: #fff;
}
.classifyPro .down > .title a:before,
.classifyPro .has:hover > .title a:before {
  opacity: 1;
}
.classifyPro .down > .title:before,
.classifyPro .has:hover > .title:before {
  opacity: 1;
}
.classifyPro .down .icon:before,
.classifyPro .has:hover .icon:before {
  content: "";
  height: 0.02rem;
  width: 0.16rem;
  background: #fff;
  margin-top: 0.25rem;
}
.classifyPro .list .list li {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-top: 0;
  height: 0.5rem;
  line-height: 0.49rem;
  border-top: solid 1px #ededed;
}
.inside-prolist {
  width: 77.5%;
  float: right;
}
.inside-prolist ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
  margin-top: -0.3rem;
  position: relative;
}
.inside-prolist li {
  padding: 0 0.15rem;
  padding-top: 0.3rem;
  width: 33.333%;
}
.inside-prolist li .item {
  border: solid 1px #e0dede;
}
.inside-prolist li .pic {
  overflow: hidden;
  position: relative;
}
.inside-prolist li .pic:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.inside-prolist li .pic img {
  transition: all 700ms linear;
}
.inside-prolist li .text {
  padding: 0.3rem;
  padding-top: 0.2rem;
}
.inside-prolist li .tit {
  color: #333;
  font-family: "POPPINS-BOLD";
  height: 0.64rem;
  font-size: 0.22rem;
  line-height: 0.32rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-prolist li .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  color: #666;
  height: 0.84rem;
  line-height: 0.28rem;
  margin-top: 0.2rem;
}
.inside-prolist li .more {
  font-size: 0.18rem;
  margin-top: 0.4rem;
  color: #0eb486;
}
.inside-prolist li .more img {
  margin-left: 0.1rem;
  margin-top: 0.06rem;
  max-height: 0.12rem;
}
@media (min-width: 1025px) {
  .inside-prolist li:hover .tit {
    text-decoration: underline;
  }
  .inside-prolist li:hover .pic img {
    transform: scale(1.05);
  }
}
@media (max-width: 1024px) {
  .inside-prolist {
    padding-top: 30px;
    width: 100%;
    float: none;
  }
  .inside-prolist li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .inside-prolist li {
    width: 100%;
  }
}
.inside-proshow-1 {
  padding-top: 0.2rem;
}
.inside-proshow-1 .list {
  margin-top: 0.4rem;
}
.inside-proshow-1 .list .left {
  float: left;
  width: 69%;
}
.inside-proshow-1 .list .left ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.07rem;
}
.inside-proshow-1 .list .left li {
  width: 50%;
  padding: 0 0.07rem;
  padding-bottom: 0.14rem;
}
.inside-proshow-1 .list .left li .item {
  position: relative;
}
.inside-proshow-1 .list .left li .videobtn {
  top: 50%;
  left: 50%;
  z-index: 3;
  position: absolute;
  transform: translate(-50%, -50%);
}
.inside-proshow-1 .list .left li .videobtn img {
  max-height: 0.6rem;
}
.inside-proshow-1 .list .right {
  right: 0;
  top: 0;
  padding: 0 0.3rem;
  padding-top: 0.4rem;
  padding-bottom: 1.5rem;
  position: sticky;
  width: 29.5%;
  float: right;
  margin-bottom: 0.14rem;
  background: #f7f7f7;
}
.inside-proshow-1 .list .right .nr1 {
  padding-bottom: 0.1rem;
}
.inside-proshow-1 .list .right .nr1 h3 {
  color: #333;
  font-weight: normal;
  line-height: 0.4rem;
  font-size: 0.3rem;
  font-family: "POPPINS-BOLD";
}
.inside-proshow-1 .list .right .nr1 h3 span {
  display: block;
}
.inside-proshow-1 .list .right .nr1 .p-1 {
  color: #333;
  margin-top: 0.3rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.inside-proshow-1 .list .right .nr2 {
  margin-top: 0.5rem;
}
.inside-proshow-1 .list .right .nr2 h4 {
  color: #333;
  font-size: 0.2rem;
  font-weight: normal;
  font-family: "POPPINS-BOLD";
}
.inside-proshow-1 .list .right .nr2 .p-1 {
  color: #333;
  margin-top: 0.2rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.inside-proshow-1 .list .right .btn,
.inside-proshow-1 .list .right .tel {
  font-family: "POPPINS-BOLD";
  margin-top: 0.3rem;
}
.inside-proshow-1 .list .right .btn a,
.inside-proshow-1 .list .right .tel a {
  color: #464646;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.6rem;
  height: 0.62rem;
  display: block;
  border-radius: 0.6rem;
  border: solid 1px #464646;
  transition: all 500ms ease;
}
.inside-proshow-1 .list .right .btn:hover a,
.inside-proshow-1 .list .right .tel:hover a {
  color: #fff;
  background: #0eb486;
  border-color: #0eb486;
}
@media (max-width: 1024px) {
  .inside-proshow-1 {
    padding-top: 100px;
  }
  .inside-proshow-1 .list {
    margin-top: 0;
  }
  .inside-proshow-1 .list .left,
  .inside-proshow-1 .list .right {
    right: auto;
    top: auto;
    width: 100%;
    float: none;
    position: relative;
  }
  .inside-proshow-1 .list .right {
    padding: 40px 30px;
  }
  .inside-proshow-1 .list .right .btn a,
  .inside-proshow-1 .list .right .tel a {
    font-size: 15px;
    height: 52px;
    line-height: 50px;
  }
  .inside-proshow-1 .list .right .nr1 .p-1 {
    font-size: 16px;
    line-height: 26px;
  }
  .inside-proshow-1 .list .right .nr2 h4 {
    font-size: 16px;
  }
  .inside-proshow-1 .list .right .nr2 .p-1 {
    font-size: 14px;
    line-height: 26px;
  }
}
.inside-promenu {
  left: 0;
  top: 1.5rem;
  z-index: 7;
  position: sticky;
  font-family: "POPPINS-BOLD";
  margin-top: 1.3rem;
  background: #f4f5f5;
  height: 0.7rem;
  line-height: 0.69rem;
  border-bottom: solid 1px #d3d3d3;
}
.inside-promenu ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-promenu li {
  width: 25%;
  position: relative;
  transition: all 500ms ease;
  border-left: solid 1px #f4f5f5;
  border-right: solid 1px #f4f5f5;
  font-size: 0.18rem;
  text-align: center;
}
.inside-promenu li a {
  display: block;
}
.inside-promenu li:after {
  opacity: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  position: absolute;
  background: #fff;
}
.inside-promenu .cur {
  font-size: 0.2rem;
  background: #fff;
  border-color: #d3d3d3;
}
.inside-promenu .cur a {
  color: #0eb486;
}
.inside-promenu .cur:after {
  opacity: 1;
}
@media (max-width: 1024px) {
  .inside-promenu {
    top: auto;
    left: auto;
    margin-top: 50px;
    position: relative;
  }
}
@media (max-width: 640px) {
  .inside-promenu {
    background: transparent;
    border-bottom: 0;
    height: auto;
    line-height: 60px;
  }
  .inside-promenu li {
    margin-left: -1px;
    margin-top: -1px;
    background: transparent;
    border: solid 1px #eee!important;
    font-size: 14px;
    width: 50%;
  }
  .inside-promenu li:after {
    display: none;
  }
}
.inside-proshow-2 {
  position: relative;
  padding-top: 1rem;
}
.inside-proshow-2 .inside-title {
  text-align: center;
}
.inside-proshow-2 .list {
  padding: 0 0.3rem;
}
.inside-proshow-2 .list ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-proshow-2 .list li {
  text-align: center;
  padding: 0 0.3rem;
  margin-top: 0.6rem;
  width: 33.3333%;
}
.inside-proshow-2 .list li .tit {
  color: #030f1b;
  font-size: 0.22rem;
  font-family: "POPPINS-BOLD";
  margin-top: 0.3rem;
}
.inside-proshow-2 .list li .txt {
  color: #333;
  margin-top: 0.15rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
@media (max-width: 1024px) {
  .inside-proshow-2 {
    padding-top: 40px;
  }
  .inside-proshow-2 .list {
    padding-left: 0;
    padding-right: 0;
  }
  .inside-proshow-2 .list li {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .inside-proshow-2 .list li .tit {
    font-size: 18px;
  }
  .inside-proshow-2 .list li .txt {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 500px) {
  .inside-proshow-2 .list li {
    margin-top: 30px;
  }
  .inside-proshow-2 .list li .tit,
  .inside-proshow-2 .list li .txt {
    text-align: left;
  }
}
.inside-proshow-3 {
  position: relative;
  padding-top: 1.4rem;
}
.inside-proshow-3 .inside-title {
  text-align: center;
}
.inside-proshow-3 .table {
  padding-top: 0.6rem;
}
.inside-proshow-3 .table tr {
  border-top: solid 1px #ebebeb;
}
.inside-proshow-3 .table tr:first-child {
  border-top: 0;
}
.inside-proshow-3 .table td {
  font-size: 0.18rem;
  color: #464646;
  border: solid 1px #ebebeb;
  padding: 0.15rem 0.3rem;
}
.inside-proshow-3 .table td:nth-child(1),
.inside-proshow-3 .table td:nth-child(3) {
  width: 16%;
  font-size: 0.16rem;
}
@media (max-width: 1024px) {
  .inside-proshow-3 {
    padding-top: 50px;
  }
  .inside-proshow-3 .table {
    margin-top: 30px;
    padding-top: 0px;
    border-top: solid 1px #ebebeb;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    overflow-x: auto;
  }
  .inside-proshow-3 .table table {
    width: 1200px;
  }
  .inside-proshow-3 .table td {
    font-size: 14px!important;
  }
}
.inside-proshow-4 {
  padding-top: 1.4rem;
  position: relative;
}
.inside-proshow-4 .container {
  position: relative;
}
.inside-proshow-4 .circle {
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  position: absolute;
  transform: translate(-50%, -50%);
}
.inside-proshow-4 .circle i {
  z-index: 4;
  margin-top: 0.35rem;
  vertical-align: top;
  border-left: solid 0.2rem #ffffff;
  border-top: solid 0.14rem transparent;
  border-bottom: solid 0.14rem transparent;
  display: inline-block;
  position: relative;
}
@media (max-width: 1024px) {
  .inside-proshow-4 {
    padding-top: 60px;
  }
}
.inside-xgproduct {
  position: relative;
  margin-top: 1rem;
  width: 100%;
  float: none;
}
.inside-xgproduct .inside-title {
  text-align: center;
}
.inside-xgproduct ul {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}
.inside-xgproduct li {
  padding-left: 0;
  padding-right: 0;
}
.inside-xgproduct li .item {
  margin-top: 0.5rem;
  margin-bottom: 1px;
}
@media (max-width: 1024px) {
  .inside-xgproduct {
    margin-top: 0;
    padding-top: 50px;
  }
}
.inside-contact {
  padding-top: 0.8rem;
}
.inside-contact .list {
  padding-top: 0.3rem;
}
.inside-contact .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.inside-contact .list li {
  width: 50%;
  display: flex;
  padding: 0 0.15rem;
  padding-top: 0.3rem;
}
.inside-contact .list li .item {
  width: 100%;
  color: #030f1b;
  font-size: 0.18rem;
  min-height: 100%;
  position: relative;
  padding: 0.3rem 0.4rem;
  padding-left: 1rem;
  border-radius: 0.1rem;
  background: #eef0f0;
  transition: all 500ms ease;
}
.inside-contact .list li .icon {
  top: 0.32rem;
  left: 0.4rem;
  position: absolute;
}
.inside-contact .list li .icon img {
  max-height: 0.28rem;
}
.inside-contact .list li .tit {
  font-family: "POPPINS-BOLD";
  font-size: 0.22rem;
}
.inside-contact .list li .txt {
  font-size: 0.22rem;
  padding-top: 0.1rem;
}
.inside-contact .list li .txt a {
  color: #030f1b;
}
.inside-contact .list li:hover .item {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  background: #fff;
}
.inside-contact .list li:first-child .txt {
  font-size: 0.18rem;
}
@media (max-width: 1024px) {
  .inside-contact {
    padding-top: 30px;
  }
  .inside-contact .list {
    padding-top: 0;
  }
  .inside-contact .list li .icon img {
    max-height: 28px;
  }
}
@media (max-width: 640px) {
  .inside-contact .list li {
    width: 100%;
  }
}
.inside-message {
  position: relative;
  padding-top: 1.5rem;
}
.inside-message .container {
  display: flex;
  justify-content: space-between;
}
.inside-message .left {
  width: 27%;
}
.inside-message .left .t-1 {
  padding-top: 0.2rem;
  color: #0eb486;
  font-size: 0.24rem;
}
.inside-message .left .t-2 {
  color: #3c4349;
  padding-top: 0.4rem;
  line-height: 0.28rem;
  font-size: 0.18rem;
}
.inside-message .left .t-3 {
  color: #0eb486;
  padding-top: 1.8rem;
  font-size: 0.24rem;
  font-family: "POPPINS-BOLD";
}
.inside-message .right {
  width: 65%;
}
.inside-message .right li {
  margin: 0 -0.06rem;
  margin-top: 0.12rem;
}
.inside-message .right li .bd {
  padding: 0 0.06rem;
}
.inside-message .right li textarea::-webkit-input-placeholder,
.inside-message .right li input::-webkit-input-placeholder {
  color: #5f6e7b;
}
.inside-message .right li textarea:-moz-placeholder,
.inside-message .right li input:-moz-placeholder {
  color: #5f6e7b;
  opacity: 1;
}
.inside-message .right li textarea::-moz-placeholder,
.inside-message .right li input::-moz-placeholder {
  color: #5f6e7b;
  opacity: 1;
}
.inside-message .right li textarea:-ms-input-placeholder,
.inside-message .right li input:-ms-input-placeholder {
  color: #5f6e7b;
}
.inside-message .right li .iinput,
.inside-message .right li .itextarea {
  padding: 0 0.3rem;
  width: 100%;
  border: 0;
  color: #5f6e7b;
  font-size: 0.2rem;
  border-radius: 0.05rem;
  height: 0.9rem;
  line-height: 0.9rem;
  background: #f1f5f5;
  font-family: "POPPINS-REGULAR";
}
.inside-message .right li .itextarea {
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  line-height: 0.3rem;
  height: 2.4rem;
}
.inside-message .right .liw-2,
.inside-message .right .liw-3 {
  flex-wrap: wrap;
  display: flex;
}
.inside-message .right .liw-2 .bd,
.inside-message .right .liw-3 .bd {
  width: 33.333%;
}
.inside-message .right .liw-2 .iinput,
.inside-message .right .liw-3 .iinput {
  text-align: center;
}
.inside-message .right .liw-2 .bd-2 .iinput,
.inside-message .right .liw-3 .bd-2 .iinput {
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important;
}
.inside-message .right .liw-2 {
  display: flex;
}
.inside-message .right .liw-2 .bd {
  width: 50%;
  display: flex;
}
.inside-message .right .liw-2 .bd-2 {
  width: 68%;
}
.inside-message .right .liw-2 .iinput {
  text-align: left;
}
.inside-message .right .form_item {
  width: 100%;
  border: 0;
  color: #5f6e7b;
  cursor: pointer;
  font-size: 0.2rem;
  border-radius: 0.05rem;
  height: 0.9rem;
  line-height: 0.9rem;
  background: #f1f5f5;
  font-family: "POPPINS-REGULAR";
  position: relative;
}
.inside-message .right .form_item:hover {
  color: #fff;
  background: #134436;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.inside-message .right .form_item label {
  position: absolute;
  left: 0.3rem;
}
.inside-message .right .form_item label:after {
  content: "";
  width: 1px;
  margin-left: 0.2rem;
  margin-top: 0.26rem;
  vertical-align: top;
  display: inline-block;
  background: #c0c6ca;
  height: 0.35rem;
  background: #c3c9cd;
}
.inside-message .right .form_item .span {
  padding-left: 1.8rem;
  display: block;
  position: relative;
}
.inside-message .right .form_item.phone {
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
  width: 32%;
}
.inside-message .right .form_item.phone .span {
  position: relative;
  padding-left: 0.3rem;
}
.inside-message .right .form_item.phone .span:after {
  content: "";
  width: 1px;
  margin-left: 0.3rem;
  margin-top: 0.26rem;
  vertical-align: top;
  display: inline-block;
  background: #c0c6ca;
  height: 0.35rem;
  background: #c3c9cd;
}
.inside-message .right .form_item.phone .hover {
  height: 2.5rem;
}
.inside-message .right .form_item.phone .hover ul {
  height: 2rem;
  overflow: auto;
}
.inside-message .right .form_item.phone .hover li {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.inside-message .right .form_item .hover {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  padding: 0.2rem 0;
  border-radius: 0.05rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #134436;
  z-index: 2;
}
.inside-message .right .form_item .hover li {
  margin: 0;
  color: #fff;
  line-height: 0.2rem;
  padding: 0.17rem 0;
  font-size: 0.2rem;
  padding-left: 0.3rem;
}
.inside-message .right .form_item .hover li:hover {
  color: #0eb486;
}
.inside-message .right .btn {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
}
.inside-message .right .rest,
.inside-message .right .submit {
  margin-bottom: 0.2rem;
  font-family: "POPPINS-BOLD";
  color: #464646;
  font-size: 0.18rem;
  border-radius: 0.6rem;
  background: transparent;
  min-width: 1.9rem;
  height: 0.62rem;
  line-height: 0.6rem;
  border: solid 1px #464646;
  transition: all 500ms ease;
}
.inside-message .right .rest:hover,
.inside-message .right .submit:hover {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.inside-message .right .submit {
  color: #fff;
  margin-left: 0.15rem;
  border-color: #0eb486;
  background: #0eb486;
}
@media (max-width: 1024px) {
  .inside-message {
    padding-top: 70px;
  }
  .inside-message .container {
    display: block;
  }
  .inside-message .left,
  .inside-message .right {
    width: 100%;
  }
  .inside-message .left .t-1 {
    font-size: 16px;
  }
  .inside-message .left .t-2 {
    font-size: 14px;
    line-height: 26px;
    padding-top: 20px;
  }
  .inside-message .left .t-3 {
    font-size: 16px;
    padding-top: 30px;
  }
  .inside-message .right li {
    margin-top: 0;
  }
  .inside-message .right li .bd {
    margin-top: 12px;
    width: 100%!important;
  }
  .inside-message .right .liw-3 .iinput {
    text-align: left;
  }
}
@media (max-width: 640px) {
  .inside-message .right {
    text-align: center;
  }
  .inside-message .right .btn {
    display: block;
  }
  .inside-message .verifyDiv {
    width: 100%;
    margin-bottom: 30px;
  }
}
.inside-job {
  position: relative;
  padding-bottom: 1.2rem;
  padding-top: 0.7rem;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.inside-job .tu {
  top: 0;
  left: 0;
  position: absolute;
}
.inside-job .tu img {
  width: 100%;
}
.inside-job .container {
  display: flex;
  justify-content: space-between;
}
.inside-job .left {
  z-index: 9;
  width: 47%;
  position: relative;
}
.inside-job .left .t-1 {
  color: #333;
  margin-top: 0.5rem;
  line-height: 0.6rem;
  font-size: 0.5rem;
}
.inside-job .left .t-2 {
  color: #333;
  padding-bottom: 0.3rem;
  margin-top: 0.9rem;
  font-size: 0.32rem;
  line-height: 0.42rem;
}
.inside-job .left .t-3 {
  width: 80%;
  line-height: 0.3rem;
  font-size: 0.18rem;
  margin-top: 0.2rem;
}
.inside-job .right {
  width: 53%;
  margin-top: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-job .container {
    display: block;
  }
  .inside-job .left,
  .inside-job .right {
    width: 100%;
  }
  .inside-job .left .t-2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
  }
  .inside-job .left .t-3 {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
  }
}
.jobSearch {
  overflow: hidden;
  background-color: #0eb486;
  color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.jobSearch .container {
  position: relative;
  padding-right: 2.4rem;
}
.jobSearch .text {
  max-width: 9.8rem;
}
.jobSearch .title {
  font-size: 0.48rem;
  font-weight: 700;
}
.jobSearch .info {
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.jobSearch .btnDiv {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.jobSearch .btnDiv .circle1 {
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 0.1rem rgba(255, 255, 255, 0.1) solid;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
}
.jobSearch .btnDiv .circle1::before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  border: 0.1rem rgba(255, 255, 255, 0.1) solid;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jobSearch .btnDiv .circle1::after {
  content: "";
  display: block;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  border: 0.1rem rgba(255, 255, 255, 0.1) solid;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jobSearch .btnDiv a {
  font-size: 0.18rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.8rem;
  line-height: 0.5rem;
  border-radius: 0.25rem;
  text-align: center;
  padding: 0 0.1rem;
  background: #fff;
  color: #09281f;
}
.jobSearch .btnDiv a .icon {
  width: 0.24rem;
  height: 0.24rem;
  display: inline-flex;
  margin-right: 0.03rem;
}
.jobSearch .btnDiv a svg {
  width: 100%;
  height: 100%;
  fill: #989898;
}
.jobSearch .btnDiv a:hover {
  background: #fff;
  color: #0eb486;
}
.jobSearch .btnDiv a:hover svg {
  fill: #0eb486;
}
.jobSearch:hover .btnDiv .circle1 {
  width: 120vw;
  height: 120vw;
}
@media screen and (max-width: 1024px) {
  .jobSearch {
    padding: 40px 0;
  }
  .jobSearch .container {
    padding-right: 0;
  }
  .jobSearch .text {
    width: 100%;
    max-width: 100%;
  }
  .jobSearch .title {
    font-size: 24px;
    line-height: 1;
  }
  .jobSearch .info {
    font-size: 14px;
    line-height: 1.5;
  }
  .jobSearch .btnDiv {
    position: static;
    transform: translateY(0);
    padding-top: 20px;
  }
  .jobSearch .btnDiv > a {
    padding: 0 15px;
    min-width: 140px;
    line-height: 40px;
    border-radius: 20px;
  }
  .jobSearch .btnDiv > a .icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
}
.job {
  background: linear-gradient(to bottom, #f7f7f7 80%, #c5e3f0);
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.job .list {
  display: flex;
  flex-wrap: wrap;
}
.job .list li {
  width: 100%;
}
.job .list .liDiv {
  width: 100%;
  margin-bottom: 0.5rem;
}
.job .list .liDiv:last-child {
  margin-bottom: 0;
}
.job .list .liDiv:last-child {
  margin-bottom: 0;
}
.job .list .box {
  display: block;
  min-height: 100%;
  background-color: #fff;
  padding-bottom: 0.2rem;
  padding: 0 0.6rem 0.6rem 0.6rem;
  position: relative;
}
.job .list .title {
  color: #000;
  text-transform: uppercase;
  font-size: 0.32rem;
  line-height: 0.4rem;
  margin-bottom: 0.3rem;
  padding-right: 0.5rem;
  position: relative;
}
.job .list .hd {
  padding-top: 0.5rem;
  display: block;
  position: relative;
}
.job .list .hd .icon {
  transition: transform .5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background-color: #efefef;
  position: absolute;
  top: 0.5rem;
  right: 0;
  color: #0eb486;
}
.job .list .hd .icon svg {
  width: 0.16rem;
  height: 0.16rem;
}
.job .list .hd:hover .title {
  color: #0eb486;
}
.job .list .hd:hover .icon {
  background-color: #0eb486;
  color: #fff;
}
.job .list .hd .info {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.16rem;
  line-height: 2;
  color: #666666;
}
.job .list .hd .info .div-1 {
  width: 100%;
  display: flex;
  border-bottom: 1px #e1e1e1 solid;
  padding-top: 0.15rem;
  padding-bottom: 0.1rem;
}
.job .list .hd .info .span-1 {
  display: inline-block;
  width: 1.4rem;
}
.job .list .hd .info .span-2 {
  display: inline-block;
  flex: 1;
  padding-left: 0.2rem;
}
.job .list .bd {
  display: none;
  padding-top: 0.6rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 2;
}
.job .list .bd .bt {
  color: #222222;
  font-weight: 400;
  font-size: 0.22rem;
  margin-bottom: 0.15rem;
}
.job .list .bd .p-1 {
  color: #333;
}
.job .list .text p {
  padding-bottom: 0.1rem;
}
.job .list .send {
  padding-top: 0.2rem;
}
.job .list .send a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  line-height: 0.68rem;
  border-radius: 0.6rem;
  background: #0eb486;
  padding: 0 0.3rem;
  text-align: center;
  font-size: 0.18rem;
}
.job .list .send a:hover {
  opacity: .8;
}
.job .list .send a .icon {
  max-height: 0.26rem;
  margin-right: 0.1rem;
}
.job .list .active .box {
  box-shadow: 0rem 0.01rem 0.05rem #dddddd;
}
.job .list .active .hd .icon {
  transform: rotate(-90deg);
  background-color: #0eb486;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .job {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .job .page-more {
    padding-top: 50px;
  }
  .job .nr {
    margin-top: 0;
    padding-left: 0;
  }
  .job .list {
    padding-left: 0;
  }
  .job .list .box {
    padding: 20px 20px;
    border-radius: 5px;
  }
  .job .list .hd {
    padding: 0px 0 20px 0;
  }
  .job .list .hd .icon {
    width: 36px;
    height: 36px;
    top: 0px;
  }
  .job .list .hd .icon svg {
    width: 15px;
    height: 15px;
  }
  .job .list .hd .title {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .job .list .hd .title::after {
    width: 2px;
    height: 16px;
    top: 7px;
  }
  .job .list .hd .info {
    padding-left: 10px;
    font-size: 14px;
  }
  .job .list .hd .info .div-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .job .list .hd .info .span-1 {
    width: 90px;
  }
  .job .list .liDiv {
    margin-bottom: 20px;
  }
  .job .list .bd {
    font-size: 14px;
    padding: 20px 10px 20px 10px;
  }
  .job .list .bd .bt {
    font-size: 16px;
  }
  .job .list .send {
    padding-top: 0;
  }
  .job .list .send a {
    min-width: 160px;
    line-height: 46px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 30px;
  }
  .job .list .active .box {
    box-shadow: 0 0 5px 0 #dddddd inset;
  }
}
.inside-newsshow {
  overflow: hidden;
  z-index: 9;
  color: #333;
  position: relative;
  background: #f7f7f7;
  padding: 0.2rem 0 1rem 0;
}
.inside-newsshow .container {
  z-index: 9;
  position: relative;
}
.inside-newsshow h1 {
  color: #051121;
  font-size: 0.46rem;
  line-height: 0.6rem;
  font-weight: normal;
  font-family: "POPPINS-BOLD";
}
.inside-newsshow .info {
  color: #1d3654;
  font-size: 0.14rem;
  font-weight: lighter;
  padding: 0.4rem 0;
}
.inside-newsshow .info span {
  padding: 0 0.2rem;
}
.inside-newsshow .share {
  width: 5%;
  float: left;
  margin-top: 0.2rem;
  font-size: 0.2rem;
  text-align: left;
  padding-bottom: 0.65rem;
}
.inside-newsshow .share p {
  color: #1d3654;
}
.inside-newsshow .share li {
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  margin-top: 0.2rem;
  line-height: 0.38rem;
  border-radius: 100%;
  background: #666e86;
  transition: all 500ms ease;
}
.inside-newsshow .share li img {
  max-height: 0.24rem;
  vertical-align: middle;
}
.inside-newsshow .share li a {
  display: block;
}
.inside-newsshow .share li:hover {
  background: #001b45;
}
.inside-newsshow .right {
  width: 90%;
  float: right;
  padding-right: 0.9rem;
  margin-top: 0.2rem;
}
.inside-newsshow .text {
  font-size: 0.2rem;
  line-height: 0.36rem;
}
.inside-newsshow .text .t-1 {
  font-family: "POPPINS-BOLD";
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
}
.inside-newsshow .text .t-2 {
  padding-bottom: 0.2rem;
}
.inside-newsshow .return {
  float: right;
  margin-top: 0.5rem;
}
.inside-newsshow .return a {
  text-align: center;
  min-width: 1.24rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  display: inline-block;
  background: #666e86;
}
.inside-newsshow .return:hover a {
  background: #0eb486;
}
@media (max-width: 1024px) {
  .inside-newsshow {
    padding: 100px 0 50px 0;
  }
  .inside-newsshow h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-newsshow .share {
    display: none;
  }
  .inside-newsshow .return {
    display: none;
  }
  .inside-newsshow .info {
    font-size: 12px;
    padding: 15px 0;
  }
  .inside-newsshow .right {
    width: 100%;
    float: none;
    padding-right: 0;
    font-size: 14px;
  }
  .inside-newsshow .text {
    padding-left: 0;
    font-size: 16px;
    line-height: 26px;
    padding-right: 0;
  }
  .inside-newsshow .text .pic {
    padding-top: 20px;
    padding-bottom: 30px;
    display: block;
  }
  .inside-newsshow .text .pic img {
    margin-left: 0;
    float: none!important;
  }
  .inside-newsshow .tag {
    font-size: 14px;
    padding-top: 20px;
  }
  .inside-newsshow .tag a {
    padding: 0 10px;
  }
  .inside-newsshow .text .font28 {
    font-size: 20px;
    padding: 30px 0 10px 0;
  }
}
.inside-tag {
  color: #333;
  font-size: 0.24rem;
  padding-top: 1rem;
}
.inside-tag a {
  color: #656565;
  padding-right: 0.4rem;
  display: inline-block;
}
.inside-tag a:hover {
  color: #0eb486;
}
@media (max-width: 1024px) {
  .inside-tag {
    padding-top: 30px;
  }
}
.inside-pagelist {
  font-size: 0.2rem;
  border-top: solid 0.02rem #d6d6d6;
  border-bottom: solid 0.02rem #d6d6d6;
  margin-top: 0.5rem;
}
.inside-pagelist li {
  color: #222;
  font-size: 0.24rem;
  overflow: hidden;
  height: 0.7rem;
  line-height: 0.69rem;
  border-top: solid 2px #ececec;
}
.inside-pagelist li span {
  width: 12%;
  display: inline-block;
  position: relative;
}
.inside-pagelist li span:after {
  content: "";
  top: 48%;
  right: 0.3rem;
  position: absolute;
  vertical-align: middle;
  border-left: solid 0.05rem transparent;
  border-right: solid 0.05rem transparent;
  border-bottom: solid 0.06rem #222222;
}
.inside-pagelist li a {
  color: #333;
}
.inside-pagelist li:hover a {
  color: #0eb486;
}
.inside-pagelist li:first-child {
  border-top: 0;
}
.inside-pagelist li:last-child span:after {
  border-bottom: 0;
  border-left: solid 0.05rem transparent;
  border-right: solid 0.05rem transparent;
  border-top: solid 0.06rem #222222;
}
@media (max-width: 1024px) {
  .inside-pagelist {
    margin-top: 40px;
  }
  .inside-pagelist li {
    overflow: hidden;
    height: 50px;
    padding: 0 0px;
    line-height: 49px;
  }
  .inside-pagelist li a {
    padding-left: 20px;
  }
  .inside-pagelist li span:after {
    display: none;
  }
}
.inside-xg-news {
  background: linear-gradient(to bottom, #f7f7f7, #ffffff);
  margin-top: 0;
}
.inside-xg-news .title {
  color: #464646;
  font-family: "POPPINS-BOLD";
  font-weight: normal;
  text-align: center;
  font-size: 0.5rem;
}
.inside-xg-news .list ul {
  flex-wrap: nowrap;
}
.inside-xg-news .list li {
  border: 0;
  margin-left: 0;
  height: 6.2rem;
}
@media (max-width: 1024px) {
  .inside-xg-news {
    padding-top: 0;
    padding-bottom: 0;
  }
  .inside-xg-news .list {
    margin-top: 30px;
  }
  .inside-xg-news .list ul {
    margin-left: 0;
    margin-right: 0;
  }
  .inside-xg-news .list li {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.inside-page {
  font-size: 12px;
  text-align: center;
  padding-top: 0.8rem;
}
.inside-page a {
  width: 0.4rem;
  height: 0.4rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 0.4rem;
  border-radius: 100%;
  margin: 0 0.05rem;
  font-size: 12px;
  color: #666;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #b5b5b5;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: #0eb486;
  background: #0eb486;
}
.inside-page .prev,
.inside-page .next {
  width: 1.06rem;
  position: relative;
  border-radius: 30px;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 0.06rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 0.06rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page span {
  padding-left: 0.2rem;
  font-size: 0.14rem;
}
.inside-page span input {
  color: #666;
  width: 0.6rem;
  padding: 0 0.1rem;
  height: 0.24rem;
  text-align: center;
  font-family: arial;
}
@media (max-width: 1024px) {
  .inside-page {
    padding: 30px 0 0 0;
  }
  .inside-page .prev,
  .inside-page .next {
    width: auto;
    border-radius: 0;
  }
  .inside-page a {
    width: auto;
    height: auto;
    padding: 0 5px;
    border-radius: 0;
    margin: 0;
  }
  .inside-page span {
    display: none;
  }
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #999;
  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:nth-last-child(2) {
  width: 15px!important;
  transform: rotate(0);
  transition: width .5s ease;
}
.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 .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 {
  background-color: #fff;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: auto;
  right: -100%;
  transition: all .5s;
}
.common-navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 70px;
}
.common-navM.open .transparent {
  display: block;
}
.common-navM.open .closeBtn {
  display: block;
}
.common-navM.open .navMCon {
  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 {
  font-family: "POPPINS-LIGHT";
}
.common-navM .navMWrap > .list em {
  font-style: initial;
}
.common-navM .navMWrap > .list .title {
  padding: 10px 0 10px 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: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
  transition: all .3s ease;
}
.common-navM .navMWrap > .list .title .icon:before {
  width: 10px;
  height: 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 > .child > .list > li {
  text-indent: 24px;
  font-size: 16px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .child {
  font-size: 14px;
}
.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: 26px;
  left: 10px;
}
.common-navM .navMWrap > .list .tb {
  width: 20px;
  height: 20px;
  display: inline-flex;
  position: absolute;
  top: 7px;
  left: 0;
}
.common-navM .child {
  padding: 0 0 20px 0;
  display: none;
  position: relative;
}
.common-navM .child a {
  color: #666;
  display: block;
  line-height: 28px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.common-navM .child a:hover {
  color: #000;
  margin-left: 10px;
}
.common-navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  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;
}
.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: #ffffff 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;
}
.common-navM .list > li > .child > .list > li > .title {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.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;
}
.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;
}
.verifyDiv {
  width: 40%;
  vertical-align: middle;
  position: relative;
}
.verify {
  height: 0.5rem;
  background-color: #f3f3f3;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  z-index: 2;
  cursor: move;
}
.verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
}
.verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0.5rem;
  line-height: 0.48rem;
  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: #394e6a;
  z-index: 1;
  font-size: 0.14rem;
  line-height: 0.5rem;
  padding-left: 0.5rem;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
@media (max-width: 1024px) {
  .verify {
    height: 50px;
  }
  .verify .fix-tips,
  .verify .verify-msg {
    font-size: 14px;
    line-height: 50px;
  }
  .verify .drag-btn {
    width: 50px;
    height: 50px;
  }
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.2rem;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.inside-map {
  padding: 0.6rem 0;
}
.inside-map li {
  font-size: 0.2rem;
  padding: 0.1rem 0;
}
.inside-map .list {
  display: flex;
  flex-wrap: wrap;
}
.inside-map .list li {
  font-size: 0.18rem;
  padding-right: 0.3rem;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.classifyPro .list .list li.cur > a {
    color: #0eb486;
}


.jobSearch .btnDiv {
    width: 1.8rem;
}

.jobSearch input {
    border: 0;
    font-size: 0.18rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    line-height: 0.5rem;
    border-radius: 0.25rem;
    text-align: left;
    padding: 0 0.1rem;
    padding-left: 0.45rem;
    background: #fff;
    color: #09281f;
}


.jobSearch label {
    top: 0.15rem;
    left: 0.15rem;
    position: absolute;
}

.jobSearch svg {
    fill: #999;
}


@media(max-width:1024px) {
    .jobSearch .btnDiv {
        display: none;
    }
}
