* {
  box-sizing: border-box;
  outline: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #00a0e9;
}
ol,
ul {
  list-style: none;
}
img {
  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: #ca8189;
  outline: none;
}
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: -2rem;
  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;
}
.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 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  animation-name: fadeInUp3;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.scrollArrow {
  animation-name: scrollArrow;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
/* 载入效果 */
@keyframes titFadeup1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
}
@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 0;
    -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.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan2 {
  animation-name: xuanzhuan2;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular_0.eot');
  src: url('../fonts/Roboto-Regular_0.oft');
  src: url('../fonts/Roboto-Regular_0.ttf');
  src: url('../fonts/Roboto-Regular_0.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold_0.eot');
  src: url('../fonts/Roboto-Bold_0.oft');
  src: url('../fonts/Roboto-Bold_0.ttf');
  src: url('../fonts/Roboto-Bold_0.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.otf');
  src: url('../fonts/Montserrat-Bold.ttf');
  src: url('../fonts/Montserrat-Bold.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald-Regular";
  src: url("../fonts/Oswald-Regular.eot");
  src: url('../fonts/Oswald-Regular.ttf');
  src: url('../fonts/Oswald-Regular.woff');
  src: url('../fonts/Oswald-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Bold.eot");
  src: url('../fonts/Oswald-Bold.ttf');
  src: url('../fonts/Oswald-Bold.woff');
  src: url('../fonts/Oswald-Bold.otf');
  font-weight: normal;
  font-style: normal;
}
body {
  color: #333841;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  font-family: "微软雅黑";
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.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: 15.2rem;
}
@media (max-width: 1520px) {
  .container {
    padding: 0 0.6rem;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px;
    padding: 0 20px;
  }
}
.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: #333;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  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) {
  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;
    margin-top: 24px;
    margin-right: 0px;
  }
}
.button a,
.button span {
  z-index: 2;
  color: #fff;
  overflow: hidden;
  height: 0.5rem;
  padding: 0 0.24rem;
  border-radius: 0.3rem;
  display: inline-block;
  min-width: 1.54rem;
  line-height: 0.5rem;
  background: #00a0e9;
  position: relative;
  border: solid 1px #00a0e9;
  box-shadow: 0 0 0.17rem rgba(0, 160, 233, 0.25);
}
.button img {
  width: auto;
  height: auto;
  max-height: 0.15rem !important;
  margin-left: 0.2rem;
  margin-bottom: 0.03rem;
  vertical-align: middle!important;
}
.button a:hover::before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.button a:before,
.button span:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 100%;
  top: 0;
  left: -1rem;
  opacity: 0.5;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
}
@keyframes shine {
  0% {
    left: -1rem;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
.circle {
  width: 0.88rem;
  height: 0.88rem;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle i {
  text-align: center;
  display: inline-block;
  z-index: 5;
  position: relative;
  margin-top: 0.34rem;
  border-left: solid 0.14rem #ffffff;
  border-top: solid 0.1rem transparent;
  border-bottom: solid 0.1rem 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: linear-gradient(to right, #00a0e9, #00a0e9);
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #00a0e9;
  opacity: 0;
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.2, 0.2);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.index-warp .footer {
  margin-top: 0.7rem;
}
.header {
  width: 100%;
  transition: background-color 0.5s;
}
.header > .container {
  padding-left: 5.5rem;
  text-align: right;
  position: relative;
}
.header > .container:after {
  content: "";
  display: block;
  clear: both;
}
.header .logo {
  z-index: 1;
  float: left;
  display: block;
  position: absolute;
  top: 0.15rem;
  left: 0rem;
  transition: all .5s;
}
.header .logo img {
  width: auto;
  height: auto;
  max-height: 0.5rem;
  vertical-align: middle;
  position: relative;
}
.header .logo .img2 {
  display: none;
}
@media (max-width: 1024px) {
  .header {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    height: 60px!important;
    background: #fff!important;
    z-index: 99!important;
  }
  .header .container {
    padding-left: 0;
  }
  .header .logo {
    left: 20px;
    top: 15px;
  }
  .header .logo img {
    max-height: 30px;
  }
}
.header-2 {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: fixed;
  backdrop-filter: blur(5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header-2 .nav li > a {
  color: #333;
}
.header-2 .nav li i {
  border-color: #333;
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: fixed;
  backdrop-filter: blur(5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.79);
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav li {
  font-weight: 700;
  font-size: 0.18rem;
  line-height: 0.8rem;
  position: relative;
}
.nav li > a {
  color: #384244;
  transition: color 334ms linear;
}
.nav li i {
  margin-bottom: 0.06rem;
  vertical-align: middle;
  display: inline-block;
  font-style: normal;
  width: 0.08rem;
  height: 0.08rem;
  margin-left: 0.08rem;
  border-right: solid 1px #00a0e9;
  border-bottom: solid 1px #00a0e9;
  transform: rotate(45deg);
  transition: all 334ms linear;
}
.nav li .subnav {
  left: 50%;
  top: 0.8rem;
  position: absolute;
  width: 1.5rem;
  display: none;
  z-index: 10;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
  padding: 0.2rem 0.1rem;
  background: rgba(255, 255, 255, 0.95);
  transform: translateX(-50%);
}
.nav li .subnav a {
  display: block;
  font-weight: normal;
  text-align: center;
  line-height: 0.3rem;
  margin-top: 0.05rem;
  font-size: 0.16rem;
}
.nav li:hover > a,
.nav .active > a {
  color: #00a0e9 !important;
}
.nav li:hover i,
.nav .active i {
  border-right: solid 1px #00a0e9 !important;
  border-bottom: solid 1px #00a0e9 !important;
}
@media (max-width: 1024px) {
  .nav {
    display: none;
  }
}
.banner {
  height: 100vh;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner img {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.banner li {
  float: left;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .pc {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100vh;
  position: relative;
}
.banner .pc img {
  width: 100%;
}
.banner .ph {
  display: none;
}
.banner .txtbox {
  top: 2.1rem;
  left: 0;
  width: 100%;
  z-index: 9;
  text-align: center;
  position: absolute;
}
.banner .t1 {
  color: #384244;
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-weight: 700;
}
.banner .t2 {
  color: #384244;
  font-weight: lighter;
  font-size: 0.28rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}
.banner .button {
  margin-top: 0.7rem;
}
.banner .swiper-slide-active .t1 {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-slide-active .t2 {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-slide-active .button {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-pagination {
  width: 100%;
  opacity: 1;
  text-align: center;
  bottom: 0.5rem;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.13rem;
  background: #00a0e9;
  transition: all 335ms ease;
}
.banner .swiper-pagination-bullet-active {
  height: 0.3rem;
  border-radius: 0.05rem;
  background: #00a0e9;
}
@media (max-width: 1024px) {
  .banner {
    height: auto;
    margin-top: 60px;
  }
  .banner .pc {
    height: auto;
    display: none;
  }
  .banner .ph {
    display: block;
    text-align: center;
  }
  .banner .t1 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner .t2 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .banner .txtbox {
    top: 100px;
  }
  .banner .button {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .banner .swiper-pagination {
    bottom: 20px;
  }
  .banner .txtbox {
    top: 70px;
  }
  .banner .t1 {
    font-size: 19px;
    line-height: 30px;
  }
  .banner .t2 {
    font-size: 13px;
    margin-top: 0;
  }
  .banner .button {
    display: none;
  }
}
@media (max-width: 420px) {
  .banner .txtbox {
    top: 40px;
  }
}
.fp-viewing-section2 .header,
.fp-viewing-section3 .header,
.fp-viewing-section4 .header,
.fp-viewing-section5 .header,
.fp-viewing-section6 .header,
.fp-viewing-section7 .header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}
.fp-flex {
  display: flex;
  align-items: center;
  height: 100vh;
}
@media (max-width: 1024px) {
  .fp-flex {
    overflow: hidden;
    height: auto;
    display: block;
    width: 100%;
    padding: 50px 0;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes circleRotateReverse {
  0% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes circleRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.layer-btn {
  right: 0;
  top: 0;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
}
.layer-btn .mask {
  display: inline-block;
  pointer-events: none;
  background-size: cover;
}
.layer-btn .mask > .lazy {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1.4rem;
  height: 1.4rem;
  background-size: cover;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.layer-btn .mask > svg {
  width: calc(99.45%);
  height: calc(99.45%);
}
.layer-btn .mask > svg path {
  transform-origin: 50% 50%;
}
.layer-btn .mask > svg .p1 {
  animation: circleRotate 4s linear infinite;
}
.layer-btn .mask > svg .p2 {
  animation: circleRotateReverse 4s linear infinite;
}
.layer-btn .mask > svg.cm {
  top: 50%;
  left: 50%;
  z-index: 9;
  position: absolute;
  opacity: 0;
  width: 0.8rem;
  height: 0.8rem;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s;
}
.layer-btn .mask > svg.cr {
  opacity: 1;
  transition: opacity 0.5s;
}
.layer-btn .mask:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0.08rem;
  height: 0.08rem;
  border-top: 1px solid #00d2ff;
  border-right: 1px solid #00d2ff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.layer-btn .mask.noArrow:after {
  opacity: 0;
}
.layer-btn .mask.bc:after {
  border-color: #00a0e9;
  border-width: 1px;
  width: 0.12rem;
  height: 0.12rem;
}
.layer-btn i {
  color: #ffffff;
}
.layer-btn > svg {
  width: 8px;
  display: block;
  margin-top: 5px;
}
.layer-btn:hover .mask > svg.cm {
  opacity: 1;
}
.layer-btn:hover .mask > svg.cr {
  opacity: 1;
}
.index-hezi {
  position: relative;
}
.index-title .en {
  color: #00a0e9;
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-weight: 700;
}
.index-title .cn {
  color: #384244;
  line-height: 0.7rem;
  font-size: 0.5rem;
}
@media (max-width: 1024px) {
  .index-title .en {
    font-size: 24px;
    line-height: 30px;
  }
  .index-title .cn {
    font-size: 20px;
    line-height: 30px;
  }
}
.index-product {
  background-size: cover!important;
}
.index-product .index-hezi {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.index-product .list {
  position: relative;
  margin-top: 0.5rem;
}
.index-product .list .item {
  position: relative;
  text-align: center;
  height: 6.2rem;
  display: flex;
  width: 100%;
  padding: 0.2rem;
  padding-bottom: 0;
  justify-content: center;
  align-items: flex-end;
  border-radius: 0.2rem;
  background-size: cover!important;
}
.index-product .list .text {
  transition: all 500ms ease;
}
.index-product .list a {
  width: 100%;
}
.index-product .list .pic {
  margin: 0 auto;
  margin-top: 0.6rem;
  max-width: 4.1rem;
  position: relative;
}
.index-product .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.index-product .list .pic img {
  transition: all 700ms ease;
}
.index-product .list .tit {
  color: #141414;
  font-weight: 700;
  transition: color 335ms ease;
  font-size: 0.24rem;
  height: 0.36rem;
  line-height: 0.36rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-product .list .txt {
  color: #666;
  font-size: 0.18rem;
  margin-top: 0.1rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-product .list .button {
  margin-top: 0.5rem;
}
.index-product .list .button span {
  color: #00a0e9;
  background: transparent;
  border: solid 1px #00a0e9;
  box-shadow: none;
}
.index-product .list .button .ic2 {
  display: none;
}
.index-product .list .item:hover .tit,
.index-product .list .item:hover .tag {
  color: #00a0e9;
}
.index-product .list .item:hover .pic img {
  transform: scale(0.9);
}
.index-product .list .item:hover .text {
  transform: translateY(0.2rem);
}
.index-product .list .item:hover .button span {
  color: #fff;
  border-color: #00a0e9;
  background: #00a0e9;
}
.index-product .list .item:hover .button .ic1 {
  display: none;
}
.index-product .list .item:hover .button .ic2 {
  display: inline-block;
}
.index-product .list .item:hover .button span::before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
@media (max-width: 1024px) {
  .index-product .index-hezi {
    margin-top: 0;
  }
  .index-product .index-title {
    width: 73%;
  }
  .index-product .layer-btn {
    top: -20px;
  }
  .index-product .list .txt {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }
}
@media (max-width: 480px) {
  .index-product .index-title {
    width: 60%;
  }
  .index-product .layer-btn {
    top: 0;
  }
}
.index-udeeper {
  overflow: hidden;
}
.index-udeeper .container {
  position: relative;
  max-width: 19.2rem;
}
.index-udeeper .item {
  display: flex;
  margin-top: 1.4rem;
  justify-content: space-between;
}
.index-udeeper .leftbox {
  padding-left: 2rem;
  font-size: 0.18rem;
  color: #384244;
  width: 48%;
}
.index-udeeper .leftbox .tit {
  font-size: 0.38rem;
  font-weight: 700;
}
.index-udeeper .leftbox .nr {
  margin-left: -0.6rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.index-udeeper .leftbox .nr dl {
  width: 25%;
  text-align: center;
  margin-top: 0.5rem;
}
.index-udeeper .leftbox .nr dd img {
  max-height: 0.61rem;
}
.index-udeeper .leftbox .nr dt {
  margin-top: 0.1rem;
}
.index-udeeper .leftbox .button {
  margin-top: 0.6rem;
}
.index-udeeper .rightbox {
  width: 52%;
  position: relative;
}
.index-udeeper .swiper-pagination {
  width: 100%;
  left: 0;
}
.index-udeeper .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.1rem;
}
.index-udeeper .swiper-container-horizontal > .swiper-pagination-bullets,
.index-udeeper .swiper-pagination-custom,
.index-udeeper .swiper-pagination-fraction {
  bottom: 0rem;
}
@media (max-width: 1024px) {
  .index-udeeper .container {
    max-width: 640px;
  }
  .index-udeeper .item {
    display: block;
    margin-top: 0;
  }
  .index-udeeper .leftbox {
    padding: 0 20px;
    font-size: 14px;
    width: 100%;
  }
  .index-udeeper .leftbox .nr {
    margin-left: 0;
  }
  .index-udeeper .leftbox .nr dl {
    padding: 0 10px;
  }
  .index-udeeper .rightbox {
    display: none;
  }
}
@media (max-width: 480px) {
  .index-udeeper .leftbox .nr dl {
    width: 33.333%;
  }
}
.index-hhyy {
  position: relative;
}
.index-hhyy .list li {
  height: 100vh;
  padding-top: 1.8rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.index-hhyy .list li .item {
  max-width: 6.7rem;
}
.index-hhyy .list li .txt {
  margin-top: 0.3rem;
  line-height: 0.32rem;
  font-weight: lighter;
}
.index-hhyy .list li .button {
  margin-top: 0.9rem;
}
.index-hhyy .list .swiper-slide-active .index-title .en {
  animation: 2s titFadeup1 ease ;
}
.index-hhyy .list .swiper-slide-active .index-title .cn {
  animation: 2s titFadeup1 ease ;
}
.index-hhyy .list .swiper-slide-active .txt {
  animation: 2s fadeInDown2 ease ;
}
.index-hhyy .list-2 {
  left: 0;
  z-index: 9;
  width: 100%;
  bottom: 0rem;
  position: absolute;
}
.index-hhyy .list-2 li:first-child {
  border-left: solid 1px rgba(255, 255, 255, 0.6);
}
.index-hhyy .list-2 li {
  cursor: pointer;
  text-align: center;
  position: relative;
  padding-right: 1px;
  transition: background-color 500ms ease;
}
.index-hhyy .list-2 li .item {
  margin-left: -2px;
  height: 1.7rem;
  padding-top: 0.4rem;
  background: rgba(0, 160, 233, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.6);
}
.index-hhyy .list-2 li .icon {
  margin: 0 auto;
  max-width: 0.7rem;
  position: relative;
}
.index-hhyy .list-2 li .icon img {
  max-height: 0.71rem;
}
.index-hhyy .list-2 li .icon .ic2 {
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  position: absolute;
  transform: scale(0);
  transition: all 500ms ease;
}
.index-hhyy .list-2 li .tit {
  color: #fff;
  margin-top: 0.05rem;
  font-size: 0.2rem;
}
.index-hhyy .list-2 li:hover .item,
.index-hhyy .list-2 .swiper-slide-thumb-active .item {
  background: #00a0e9;
}
.index-hhyy .list-2 li:hover .item:before,
.index-hhyy .list-2 .swiper-slide-thumb-active .item:before {
  display: none;
}
.index-hhyy .list-2 li:hover .item .icon .ic2,
.index-hhyy .list-2 .swiper-slide-thumb-active .item .icon .ic2 {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1024px) {
  .index-hhyy .list li {
    padding-top: 80px;
    height: auto;
    height: 400px;
  }
  .index-hhyy .list li .item {
    padding: 20px;
    max-width: 100%;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.3);
  }
  .index-hhyy .list li .button {
    margin-top: 30px;
  }
  .index-hhyy .list-2 {
    display: none;
  }
}
.index-news .index-title {
  margin-top: 0.6rem;
}
.index-news .list {
  margin-top: 0.6rem;
}
.index-news .list .pic {
  overflow: hidden;
  position: relative;
}
.index-news .list .pic img {
  transition: all 700ms linear;
}
.index-news .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 61.53846154%;
}
.index-news .list .text {
  overflow: hidden;
  margin-left: -1px;
  border: solid 1px #e4eff6;
  transition: all 700ms ease;
  background: #edf6fb;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  transition: all 500ms ease;
  position: relative;
}
.index-news .list .text:after {
  content: "";
  left: 50%;
  width: 0;
  bottom: 0rem;
  height: 0.03rem;
  position: absolute;
  background: #00a0e9;
  transition: all 500ms ease;
}
.index-news .list .tit,
.index-news .list .txt,
.index-news .list .time {
  padding: 0 0.4rem;
}
.index-news .list .time {
  display: flex;
  color: #888;
  margin-top: 0.2rem;
  padding-top: 0.15rem;
  justify-content: space-between;
  border-top: solid 1px #eaeaea;
}
.index-news .list .time img {
  max-height: 0.21rem;
  margin-top: 0.02rem;
  margin-right: 0.05rem;
}
.index-news .list .tit {
  transition: color 400ms ease;
  color: #333333;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .list .txt {
  color: #888;
  height: 0.56rem;
  line-height: 0.28rem;
  margin-top: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .list .item:hover .pic img {
  transform: scale(1.1);
}
.index-news .list .item:hover .text:after {
  left: 0;
  width: 100%;
}
.index-news .list .item:hover .tit {
  color: #00a0e9;
}
.index-news .list .swiper-container {
  padding-bottom: 0.4rem;
}
.index-news .list .swiper-pagination {
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0.5rem;
}
.index-news .list .swiper-pagination-bullet {
  margin: 0 0.08rem;
  opacity: 1;
  width: 0.08rem;
  height: 0.08rem;
  transition: all 500ms ease;
  background: #00a0e9;
}
.index-news .list .swiper-pagination-bullet-active {
  width: 0.24rem;
  border-radius: 0.05rem;
}
@media (max-width: 1024px) {
  .index-news .layer-btn {
    top: -10px;
  }
  .index-news .index-title {
    margin-top: 0;
  }
  .index-news .list .time img {
    margin-right: 5px;
    margin-top: 2px;
    max-height: 18px;
  }
}
.footer {
  padding-top: 1rem;
  color: #c3c3c3;
  background: #3c424d;
  position: relative;
}
.footer .container {
  position: relative;
}
.footer .layer-btn {
  z-index: 9;
  right: auto;
  left: 50%;
  top: -0.7rem;
  transform: translateX(-50%);
}
.footer .layer-btn .mask > svg {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: opacity 500ms ease;
  transform: translate(-50%, -50%);
}
.footer .layer-btn .mask i {
  font-style: normal;
  background: #fff;
  width: 0.74rem;
  height: 0.74rem;
  border: solid 1px #9ee6fa;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.footer .layer-btn .mask::after {
  width: 0.12rem;
  height: 0.12rem;
}
.footer a {
  color: #c3c3c3;
  transition: color 500ms ease;
}
.footer a:hover {
  color: #fff;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}
.footer li {
  width: 12%;
  padding-top: 0.5rem;
  padding-left: 0.25rem;
}
.footer li h3 {
  color: #fff;
  font-weight: normal;
  padding-bottom: 0.15rem;
}
.footer li h3 a {
  color: #fff;
  font-size: 0.2rem;
}
.footer li h3 a:hover {
  color: #00a0e9;
}
.footer li .drop {
  font-weight: lighter;
}
.footer li .drop a {
  padding-left: 0.1rem;
  position: relative;
  display: block;
  margin-top: 0.15rem;
}
.footer li .drop a:before {
  top: 0.1rem;
  left: 0;
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  position: absolute;
  background: #00a0e9;
}
.footer li:first-child {
  border-left: 0;
  padding-left: 0;
}
.footer li:last-child {
  width: 8%;
}
.footer .li1 {
  width: 20%;
}
.footer .container {
  position: relative;
}
.footer .top {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.footer .top .tu1 {
  width: 20%;
  display: inline-block;
}
.footer .top .tu1 img {
  max-height: 0.61rem;
}
.footer .scrolldb {
  right: 0;
  top: 0.05rem;
  color: rgba(255, 255, 255, 0.6);
  width: 0.46rem;
  height: 0.46rem;
  font-size: 0.14rem;
  text-align: center;
  transition: all 500ms ease;
  border: solid 1px rgba(255, 255, 255, 0.6);
  padding-top: 0.15rem;
  position: absolute;
}
.footer .scrolldb:before {
  top: 0.1rem;
  left: 50%;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  margin-left: -0.04rem;
  position: absolute;
  border-left: solid 1px rgba(255, 255, 255, 0.6);
  border-top: solid 1px rgba(255, 255, 255, 0.6);
  transform: rotate(45deg);
}
.footer .scrolldb:hover {
  border-color: #00a0e9;
  background: #00a0e9;
}
.footer .contact {
  width: 35%;
  color: #fff;
  position: relative;
  padding-left: 0.5rem;
  padding-bottom: 1rem;
}
.footer .contact .logo {
  padding-bottom: 0.15rem;
}
.footer .contact .logo img {
  max-height: 0.51rem;
}
.footer .contact .t1 {
  font-size: 0.14rem;
  color: #c3c3c3;
  padding-left: 0.25rem;
  position: relative;
}
.footer .contact .t1 img {
  left: 0;
  opacity: 0.5;
  top: 0.03rem;
  position: absolute;
  max-height: 0.17rem;
}
.footer .contact .t1 a {
  color: #c3c3c3;
}
.footer .contact .t1 span {
  display: block;
}
.footer .contact .tel {
  color: #00a0e9;
  padding-bottom: 0.1rem;
  font-size: 0.32rem;
}
.footer .contact .tel a {
  color: #fff;
}
.footer .tu {
  right: 0;
  top: -0.5rem;
  position: absolute;
}
.footer .tu img {
  max-height: 3.7rem;
}
.footer .copy {
  color: #a7a7a7;
  padding: 0.15rem 0;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.footer .copy span {
  padding: 0 0.4rem;
  display: inline-block;
}
.footer .sitemap {
  float: right;
}
.footer .socialMedia {
  padding-bottom: 0.8rem;
  margin-top: 0.2rem;
}
.footer .socialMedia .list {
  padding-top: 0.2rem;
}
.footer .socialMedia .list li {
  width: auto;
  border: 0;
  padding-top: 0;
  padding-left: 0.1rem;
  display: inline-block;
}
.footer .socialMedia .list li:first-child {
  padding-left: 0;
}
.footer .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer .socialMedia .list .icon {
  display: block;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  border: solid 1px #fff;
  background-size: 0.38rem !important;
}
.footer .socialMedia .list .icon img {
  width: 100%;
  max-height: 0.38rem;
}
.footer .socialMedia .list .icon:hover {
  border-color: #00a0e9;
  background-color: #00a0e9;
}
.footer .socialMedia .list .down {
  display: none;
  color: #666;
  align-items: center;
  width: 1.22rem;
  cursor: initial;
  position: absolute;
  top: 120%;
  left: 50%;
  margin-left: -0.15rem;
}
.footer .socialMedia .list .down .txt {
  margin-right: 0.1rem;
}
.footer .socialMedia .list .down .ewm {
  width: 1.14rem;
  position: relative;
}
.footer .socialMedia .list .down .ewm img {
  width: 100%;
  max-height: 1.24rem;
}
.footer .socialMedia .list .active .down {
  display: flex;
}
.footer .socialMedia .list .box:hover .icon {
  opacity: 1;
}
.footer .socialMedia .list .box:hover .down {
  display: flex;
}
.footer .socialMedia .list .cur .down {
  display: none;
}
.footer .socialMedia .list .down {
  left: 0;
  margin-left: -0.38rem;
}
@media (max-width: 1024px) {
  .footer li {
    display: none;
  }
  .footer .socialMedia {
    display: none;
  }
  .footer .socialMedia .list .icon {
    width: 38px;
    height: 38px;
  }
  .footer .socialMedia .list .icon img {
    max-height: 38px;
  }
  .footer .contact {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0px!important;
  }
  .footer .contact .t1 {
    padding-left: 20px;
    font-size: 15px;
  }
  .footer .contact .t1 img {
    top: auto;
    left: auto;
    margin-top: 4px;
    margin-right: 5px;
    max-height: 16px;
    position: relative;
  }
  .footer .copy {
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
  }
  .footer .copy span {
    padding-right: 0;
    padding-left: 0;
  }
  .footer .sitemap {
    float: none;
  }
}
.inside-banner {
  text-align: center;
  position: relative;
}
.inside-banner .tu img {
  width: 100%;
}
.inside-banner .txtbox {
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
}
.inside-banner .cn {
  z-index: 3;
  position: relative;
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-weight: 700;
  color: #fff;
}
.inside-banner .en {
  opacity: 0.3;
  color: #5fa1c9;
  position: relative;
  margin-top: -0.9rem;
  font-size: 1.18rem;
  line-height: 1.18rem;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
  text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0;
}
.inside-banner .tag {
  color: #fff;
  font-size: 0.2rem;
  position: relative;
  margin-top: -0.1rem;
}
@media (max-width: 1024px) {
  .inside-banner {
    height: auto;
    margin-top: 60px;
  }
  .inside-banner .cn {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-banner .en,
  .inside-banner .tag {
    display: none;
  }
}
.inside-banner-2 .txtbox {
  top: 25%;
}
.inside-banner-2 .en {
  opacity: 0.8;
}
.inside-banner-2 .cn,
.inside-banner-2 .en,
.inside-banner-2 .tag {
  color: #333841;
}
.inside-box {
  left: 0;
  z-index: 10;
  top: 0.8rem;
  background: #f3f6fb;
}
.inside-box .container {
  display: flex;
  justify-content: space-between;
}
.inside-menu {
  width: 70%;
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-menu li {
  width: 20%;
  transition: all 334ms ease;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.8rem;
}
.inside-menu li a {
  color: #333;
  display: block;
}
.inside-menu li .icon {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.inside-menu li .icon img {
  margin-right: 0.05rem;
  margin-bottom: 0.09rem;
  vertical-align: middle;
  max-height: 0.31rem;
}
.inside-menu li .ic2 {
  display: none;
}
.inside-menu li:hover,
.inside-menu .cur {
  background: #00a0e9;
}
.inside-menu li:hover a,
.inside-menu .cur a {
  color: #fff;
}
.inside-menu li:hover .ic1,
.inside-menu .cur .ic1 {
  display: none;
}
.inside-menu li:hover .ic2,
.inside-menu .cur .ic2 {
  display: inline-block;
}
@media (max-width: 1024px) {
  .inside-menu {
    display: none;
  }
}
.inside-menu-2 li {
  width: 25%;
}
.inside-menu-3 li {
  width: 33.33333333%;
}
.inside-menu-4 li {
  width: 12.5%;
}
.inside-current {
  width: 28%;
  font-size: 0.16rem;
  line-height: 0.8rem;
  text-align: right;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-current img {
  max-height: 0.31rem;
  vertical-align: middle;
  margin-bottom: 0.03rem;
}
.inside-current span,
.inside-current .item1 {
  color: #00a0e9;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .inside-current {
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
  .inside-current img {
    max-height: 24px;
    margin-bottom: 3px;
  }
}
.inside-title {
  color: #333841;
  font-weight: 700;
  font-size: 0.42rem;
}
@media (max-width: 1024px) {
  .inside-title {
    font-size: 23px;
  }
}
.inside-about {
  position: relative;
  padding-top: 1rem;
}
.inside-about .list {
  display: flex;
  justify-content: space-between;
}
.inside-about .left {
  width: 58%;
  color: #888;
}
.inside-about .title .cn {
  z-index: 3;
  position: relative;
  color: #333841;
  font-size: 0.42rem;
  font-weight: 700;
}
.inside-about .title .en {
  color: #fff;
  position: relative;
  margin-top: -0.8rem;
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-family: "Oswald";
  text-transform: uppercase;
  text-shadow: #e1f0fb 1px 0 0, #e1f0fb 0 1px 0, #e1f0fb -1px 0 0, #e1f0fb 0 -1px 0;
}
.inside-about .text p {
  padding-top: 0.3rem;
}
.inside-about .right {
  width: 40%;
}
@media (max-width: 1024px) {
  .inside-about {
    padding: 40px 0;
  }
  .inside-about .list {
    display: block;
  }
  .inside-about .left {
    width: 100%;
  }
  .inside-about .right {
    width: 100%;
    margin-top: 30px;
  }
}
.inside-qywh {
  position: relative;
  padding: 0.8rem 0;
  background: #f3f6fb;
}
.inside-qywh .inside-title {
  text-align: center;
}
.inside-qywh ul {
  display: flex;
}
.inside-qywh li {
  width: 33.333%;
  background: #fff;
  position: relative;
  min-height: 4rem;
  margin-top: 0.9rem;
  padding-top: 0.45rem;
  border-left: solid 1px #e8e8e8;
}
.inside-qywh li:before {
  content: "";
  top: -0.25rem;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 70%;
  opacity: 0;
  position: absolute;
  background: #00a0e9;
  transition: all 500ms ease;
  box-shadow: 0 0 0.3rem rgba(0, 160, 233, 0.3);
}
.inside-qywh li .item {
  z-index: 3;
  position: relative;
  padding-right: 0.6rem;
  padding-left: 1rem;
}
.inside-qywh li .icon {
  position: relative;
}
.inside-qywh li .icon img {
  max-height: 0.51rem;
}
.inside-qywh li .ic2 {
  top: 0;
  left: 0;
  transform: scale(0);
  position: absolute;
  transition: all 500ms ease;
}
.inside-qywh li .tit {
  color: #080808;
  padding-bottom: 0.5rem;
  font-size: 0.24rem;
  font-weight: 700;
  padding-top: 0.2rem;
  position: relative;
}
.inside-qywh li .tit:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 0.3rem;
  height: 0.03rem;
  position: absolute;
  background: #00a0e9;
}
.inside-qywh li .txt {
  color: #7a7a7a;
  font-size: 0.18rem;
  line-height: 0.36rem;
  margin-top: 0.3rem;
}
.inside-qywh li:first-child {
  border-left: 0;
}
@media (min-width: 1025px) {
  .inside-qywh li:hover:before {
    opacity: 1;
    height: 106.5%;
  }
  .inside-qywh li:hover .ic1 {
    opacity: 0;
  }
  .inside-qywh li:hover .ic2 {
    transform: scale(1);
  }
  .inside-qywh li:hover .tit,
  .inside-qywh li:hover .txt {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .inside-qywh li {
    margin-top: 30px;
  }
  .inside-qywh li .item {
    padding: 0 20px;
  }
  .inside-qywh li .tit {
    padding-bottom: 10px;
  }
  .inside-qywh li .txt {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inside-qywh ul {
    display: block;
  }
  .inside-qywh li {
    width: 100%;
    min-height: auto;
    border-left: 0;
    margin-top: 20px;
  }
  .inside-qywh li .item {
    padding: 0 40px;
    padding-bottom: 30px;
  }
}
.history {
  overflow: hidden;
  position: relative;
  max-width: 19.2rem;
  margin: 0 auto;
  padding-top: 0.7rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.history .tu {
  left: 0;
  top: 1.5rem;
  position: absolute;
}
.history .tu img {
  max-height: 7.8rem;
}
.history .tabs {
  padding-top: 0rem;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.history .left {
  color: #222;
  width: 42%;
  padding-top: 1.5rem;
  padding-bottom: 0.8rem;
  text-align: right;
  float: left;
  position: relative;
}
.history .left:before {
  content: "";
  top: -0.5rem;
  right: 0;
  width: 0.21rem;
  height: 100%;
  position: absolute;
  background: url(../images/fzlc-line.png) repeat-y;
  background-size: cover;
}
.history .menuTabs .swiper-container {
  overflow: hidden;
  height: 6rem;
  position: relative;
}
.history .menuTabs .swiper-slide {
  height: auto!important;
}
.history .menuTabs .box {
  height: 1.2rem;
  padding-right: 0.5rem;
  cursor: pointer;
  position: relative;
}
.history .menuTabs .box:before {
  content: "";
  width: 0.4rem;
  height: 1px;
  top: 0.2rem;
  right: -0.18rem;
  position: absolute;
  background: #d6d6d6;
}
.history .menuTabs .date {
  color: #9b9b9b;
  font-size: 0.3rem;
  line-height: 0.4rem;
  transition: all 500ms ease;
  font-family: 'Oswald-Regular';
}
.history .menuTabs .swiper-slide-thumb-active .date {
  color: #00a0e9;
  font-size: 0.89rem;
  line-height: 0.9rem;
  font-family: 'Oswald';
  transform: translateY(-0.3rem);
}
.history .swiper-button-prev,
.history .swiper-button-next {
  left: auto;
  right: 0;
  opacity: 1!important;
  margin-top: 0;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
}
.history .swiper-button-prev:after,
.history .swiper-button-next:after {
  font-size: 0;
}
.history .swiper-button-prev:hover,
.history .swiper-button-next:hover {
  background-color: #ddd;
}
.history .swiper-button-prev {
  top: 0.5rem;
  background: #e9e9e9 url(../images/prev-1-1.png) no-repeat center center;
  background-size: 0.16rem;
}
.history .swiper-button-prev:hover {
  background: #00a0e9 url(../images/prev-1-2.png) no-repeat center center;
  background-size: 0.16rem;
}
.history .swiper-button-next {
  top: auto;
  bottom: 0.5rem;
  background: #e9e9e9 url(../images/next-1-1.png) no-repeat center center;
  background-size: 0.16rem;
}
.history .swiper-button-next:hover {
  background: #00a0e9 url(../images/next-1-2.png) no-repeat center center;
  background-size: 0.16rem;
}
.history .right {
  width: 50%;
  float: right;
  padding-left: 0.7rem;
  padding-top: 1.6rem;
  overflow: hidden;
}
.history .conTabs .title {
  font-size: 0.18rem;
  min-height: 0.55rem;
  margin-bottom: 0.6rem;
}
.history .conTabs .info {
  color: #222222;
  font-size: 0.32rem;
  line-height: 0.5rem;
  font-weight: 700;
  min-height: 1rem;
  margin-bottom: 1.2rem;
}
.history .conTabs .tag {
  font-size: 0.18rem;
}
.history .listDiv .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.06rem;
  margin-right: -0.06rem;
}
.history .listDiv li {
  max-width: 2.3rem;
  padding: 0 0.06rem 0.12rem 0.06rem;
}
.history .listDiv .box {
  display: block;
  border: 1px #ececec solid;
}
@media screen and (max-width: 1024px) {
  .history {
    line-height: 24px;
    padding: 50px 0;
  }
  .history .tu img {
    display: none;
  }
  .history .tabs {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .history .left {
    margin-top: 30px;
    text-align: center;
    padding: 0 30px;
    width: 100%;
    float: none;
  }
  .history .left:before {
    display: none;
  }
  .history .left .item:before {
    display: none;
  }
  .history .right {
    width: 100%;
    padding: 0;
  }
  .history .menuTabs .box {
    height: auto;
    padding: 0 10px;
    margin-top: 0.05rem;
  }
  .history .menuTabs .box:before {
    display: none;
  }
  .history .menuTabs .date {
    font-size: 20px;
    line-height: 30px!important;
    transform: translateY(0) !important;
  }
  .history .menuTabs .swiper-container {
    height: auto;
  }
  .history .menuTabs .swiper-slide-thumb-active .date {
    color: #333;
    font-weight: 700;
    font-size: 20px;
  }
  .history .swiper-button-prev,
  .history .swiper-button-next {
    width: 40px;
    height: 40px;
    background-size: 16px 16px !important;
  }
  .history .swiper-button-prev {
    left: 0;
    top: 0;
    right: auto;
    transform: rotate(-90deg);
  }
  .history .swiper-button-next {
    right: 0;
    left: auto;
    top: 0;
    transform: rotate(-90deg);
  }
  .history .conTabs {
    padding-top: 60px;
    width: 100%;
  }
  .history .conTabs .text {
    font-size: 14px;
  }
  .history .conTabs .title {
    font-size: 16px;
    min-height: auto;
  }
  .history .conTabs .info {
    min-height: auto;
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    height: auto;
    margin-bottom: 20px;
  }
  .history .conTabs .tag {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .history .mySwiper2 {
    padding-left: 0;
    text-align: center;
  }
}
.inside-honor {
  padding-bottom: 1.5rem;
  padding-top: 0.8rem;
  position: relative;
  background-position: top center;
}
.inside-honor .inside-title {
  text-align: center;
}
.inside-honor:after {
  content: "";
  left: 0;
  bottom: 0rem;
  width: 100%;
  position: absolute;
  height: 1.52rem;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: top center;
  background-image: url(../images/honor-bg.png);
}
.inside-honor li {
  text-align: center;
  width: 33.3333%;
}
.inside-honor li .pic {
  margin-top: 0.5rem;
}
.inside-honor li .tit {
  opacity: 0;
  color: #333;
  overflow: hidden;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  text-align: center;
  position: relative;
  margin-top: 1rem;
}
.inside-honor .container {
  max-width: 1520px;
  position: relative;
}
.inside-honor .index-title {
  text-align: center;
}
.inside-honor .bt {
  color: #999999;
  font-size: 0.2rem;
}
.inside-honor .tag {
  color: #555;
  font-size: 0.18rem;
  margin-bottom: 0.5rem;
}
.inside-honor .list {
  padding: 0 1rem;
}
.inside-honor .swiper-button-prev {
  left: -0.3rem;
  width: 1.3rem;
  display: block;
}
.inside-honor .swiper-button-prev:after {
  color: transparent;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  display: inline-block;
  background: url(../images/prev-2.png) no-repeat center center #eaebed;
  background-size: 0.48rem 0.48rem;
}
.inside-honor .swiper-button-prev:hover:after {
  background: url(../images/prev-2h.png) no-repeat center center #00a0e9;
  background-size: 0.48rem 0.48rem;
}
.inside-honor .swiper-button-next {
  right: -0.3rem;
  text-align: right;
  width: 1.3rem;
  display: block;
}
.inside-honor .swiper-button-next:after {
  color: transparent;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  display: inline-block;
  background: url(../images/next-2.png) no-repeat center center #eaebed;
  background-size: 0.48rem 0.48rem;
}
.inside-honor .swiper-button-next:hover:after {
  background: url(../images/next-2h.png) no-repeat center center #00a0e9;
  background-size: 0.48rem 0.48rem;
}
.inside-honor .swiper-wrapper {
  align-items: flex-end;
}
.inside-honor .swiper-slide-active .tit {
  opacity: 1;
}
@media (max-width: 1520px) {
  .inside-honor .container {
    max-width: 1200px;
  }
  .inside-honor .item {
    padding: 0 30px;
  }
}
@media (max-width: 1200px) {
  .inside-honor .swiper-button-prev {
    left: 20px;
  }
  .inside-honor .swiper-button-next {
    right: 20px;
  }
}
@media (max-width: 1024px) {
  .inside-honor .container {
    max-width: 640px;
  }
  .inside-honor .tag {
    font-size: 14px;
  }
  .inside-honor li .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 580px) {
  .inside-honor li {
    width: 100%;
  }
  .inside-honor li .item {
    padding: 0 30px;
  }
  .inside-honor li .pic {
    margin-top: 10px;
  }
}
.inside-news-top {
  padding: 0.8rem 0;
}
.inside-news-top .container {
  position: relative;
}
.inside-news-top .list {
  background: #f5f7fb;
  padding: 0.4rem;
  border-radius: 0.1rem;
}
.inside-news-top .list a {
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}
.inside-news-top .list a:hover .pic img {
  transform: scale(1.1);
}
.inside-news-top .list a:hover .tit {
  color: #00a0e9;
}
.inside-news-top .list a:hover .button span:before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.inside-news-top .list .pic {
  width: 41%;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.inside-news-top .list .pic img {
  transition: all 700ms ease;
}
.inside-news-top .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 61.52542373%;
}
.inside-news-top .list .txtbox {
  width: 55%;
  padding-left: 0.5rem;
}
.inside-news-top .list .time {
  color: #00a0e9;
}
.inside-news-top .list .time img {
  margin-right: 0.1rem;
  margin-bottom: 0.05rem;
  vertical-align: middle;
  max-height: 0.2rem;
}
.inside-news-top .list .tit {
  transition: color 334ms ease;
  color: #333;
  margin-top: 0.15rem;
  font-weight: 700;
  height: 0.32rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-news-top .list .txt {
  color: #666;
  margin-top: 0.3rem;
  height: 1.28rem;
  line-height: 0.32rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.inside-news-top .list .button {
  margin-top: 0.5rem;
}
.inside-news-top .swiper-box {
  position: relative;
}
.inside-news-top .swiper-button-prev,
.inside-news-top .swiper-button-next {
  top: 0.7rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  border: solid 1px #00a0e9;
  background: url(../images/prev.png) no-repeat center center;
  background-size: cover;
  vertical-align: top;
}
.inside-news-top .swiper-button-prev:after,
.inside-news-top .swiper-button-next:after {
  font-size: 0;
}
.inside-news-top .swiper-button-prev {
  left: 3rem;
}
.inside-news-top .swiper-button-next {
  right: 3rem;
  background: url(../images/next.png) no-repeat center center;
  background-size: cover;
}
.inside-news-top .swiper-pagination-progressbar {
  height: 2px;
  margin: 0 auto;
  width: 100%;
  left: 50%;
  bottom: -0.7rem;
  transform: translateX(-50%);
  max-width: 8rem;
  background: #e3e3e3;
}
.inside-news-top .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #00a0e9;
}
@media (max-width: 1024px) {
  .inside-news-top {
    padding: 40px 0;
  }
  .inside-news-top .list .txtbox {
    padding: 15px;
    padding-right: 0;
    padding-left: 30px;
  }
  .inside-news-top .list .button {
    display: none;
  }
  .inside-news-top .list .time {
    font-size: 14px;
  }
  .inside-news-top .list .time img {
    max-height: 13px;
    margin-right: 5px;
  }
  .inside-news-top .list .txt {
    margin-top: 10px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .inside-news-top .swiper-button-prev {
    left: 0px;
    z-index: 11;
    background-color: #fff;
  }
  .inside-news-top .swiper-button-next {
    right: 0px;
    z-index: 11;
    background-color: #fff;
  }
  .inside-news-top .swiper-button-prev,
  .inside-news-top .swiper-button-next {
    top: 55px;
  }
  .inside-news-top .swiper-pagination-progressbar {
    max-width: 85%;
  }
}
@media (max-width: 480px) {
  .inside-news-top .list a {
    display: block;
  }
  .inside-news-top .list .pic {
    width: 100%;
  }
  .inside-news-top .list .txtbox {
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }
}
.inside-news {
  padding-bottom: 1.4rem;
}
.inside-news .list {
  margin-top: 0.4rem;
}
.inside-news .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-news .list li {
  padding: 0 0.2rem;
  margin-top: 0.4rem;
  width: 33.3333%;
}
.inside-news .list .text {
  border: 0;
  margin-left: 0;
}
.inside-news .list .text:after {
  left: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .inside-news {
    padding-bottom: 80px;
  }
  .inside-news .list {
    margin-top: 0;
  }
  .inside-news .list li {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .inside-news .list li {
    width: 100%;
  }
}
.inside-news-show {
  position: relative;
  line-height: 0.3rem;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}
.inside-news-show h1 {
  color: #333;
  font-weight: 700;
  line-height: 0.46rem;
  font-size: 0.36rem;
  text-align: center;
}
.inside-news-show .info {
  color: #999;
  font-size: 0.16rem;
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
  text-align: center;
  padding: 0.1rem 0;
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
}
.inside-news-show .info span {
  padding: 0 0.3rem;
  display: inline-block;
}
.inside-news-show .tu {
  margin-top: 0.15rem;
}
@media (max-width: 1024px) {
  .inside-news-show {
    line-height: 24px;
    padding-bottom: 50px;
  }
  .inside-news-show .info {
    font-size: 12px;
  }
  .inside-news-show .info span {
    padding: 0 10px;
  }
}
.inside-case-show {
  color: #333841;
  padding-top: 0.8rem;
  padding-bottom: 1.5rem;
}
.inside-case-show .list {
  display: flex;
}
.inside-case-show .list .left {
  width: 45%;
  font-size: 0.24rem;
}
.inside-case-show .list .left img {
  left: 0;
  position: absolute;
  top: 0.05rem;
  vertical-align: top;
  max-height: 0.31rem;
}
.inside-case-show .list .left p {
  padding-left: 0.4rem;
  position: relative;
  margin-top: 0.1rem;
}
.inside-case-show .list .left p:first-child {
  margin-top: 0;
}
.inside-case-show .list .right {
  width: 50%;
  display: flex;
  font-size: 0.18rem;
}
.inside-case-show .list .right dl {
  padding: 0 0.15rem;
}
.inside-case-show .list .right dd {
  text-align: center;
}
.inside-case-show .list .right dd img {
  max-height: 0.57rem;
}
.inside-case-show .list .right dt {
  padding-top: 0.1rem;
}
.inside-case-show .list-2 li {
  display: flex;
  padding: 0.4rem;
  margin-top: 0.5rem;
  border-radius: 0.15rem;
  box-shadow: 0 0 0.2rem rgba(7, 108, 182, 0.13);
}
.inside-case-show .list-2 li .left {
  width: 42%;
}
.inside-case-show .list-2 li .right {
  width: 50%;
  color: #7b879a;
  padding-top: 0.2rem;
  padding-left: 0.5rem;
}
.inside-case-show .list-2 li .tit {
  font-weight: 700;
  font-size: 0.24rem;
  color: #00a0e9;
}
.inside-case-show .list-2 li .txt {
  padding-top: 0.15rem;
}
@media (max-width: 1024px) {
  .inside-case-show .list {
    display: block;
  }
  .inside-case-show .list .left {
    width: 100%;
  }
  .inside-case-show .list .right {
    width: 100%;
    font-size: 16px;
    margin-top: 30px;
  }
  .inside-case-show .list-2 li .right {
    width: 58%;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .inside-case-show .list-2 li {
    display: block;
  }
  .inside-case-show .list-2 li .left {
    width: 100%;
  }
  .inside-case-show .list-2 li .right {
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }
}
.inside-product {
  padding-bottom: 1.2rem;
}
.inside-product ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.14rem;
}
.inside-product li {
  width: 33.333%;
  padding: 0 0.14rem;
  margin-top: 0.28rem;
}
@media (max-width: 1024px) {
  .inside-product li {
    width: 50%;
  }
  .inside-product .list .item {
    height: 5.6rem;
  }
  .inside-product .list .pic {
    margin-top: 20px;
  }
}
@media (max-width: 520px) {
  .inside-product .list .item {
    height: 320px;
  }
}
@media (max-width: 420px) {
  .inside-product li {
    width: 100%;
  }
  .inside-product li:first-child {
    margin-top: 0;
  }
  .inside-product .list .item {
    height: 400px;
  }
}
.inside-product-2 {
  padding-top: 0.2rem;
  padding-bottom: 1.4rem;
}
.inside-product-2 li {
  margin-top: 0.5rem;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  height: 4.26rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-product-2 li a {
  display: block;
}
.inside-product-2 li .pic {
  width: 56%;
  right: 0.1rem;
  top: 0.1rem;
  position: absolute;
}
.inside-product-2 li .textleft {
  z-index: 3;
  width: 65%;
  padding-left: 1rem;
  position: relative;
}
.inside-product-2 li .tit {
  transition: color 400ms ease;
  color: #141414;
  font-weight: 700;
  font-size: 0.24rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-product-2 li .txt {
  color: #666;
  font-size: 0.18rem;
  margin-top: 0.1rem;
  height: 0.6rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-product-2 li .button {
  margin-top: 0.6rem;
}
.inside-product-2 li .button span {
  text-align: center;
  min-width: 1.55rem;
  transition: all 700ms ease;
}
.inside-product-2 li .button img {
  margin-left: 0;
}
.inside-product-2 li:hover .tit {
  color: #00a0e9;
}
.inside-product-2 li:hover .button span {
  min-width: 1.4rem;
}
.inside-proshow-1 {
  overflow: hidden;
  min-height: 5rem;
  padding-bottom: 0.8rem;
  background: linear-gradient(15deg, #a8bbdb, #e7eaf6, #a8bbdb);
}
.inside-proshow-1 .inside-current {
  text-align: left;
}
.inside-proshow-1 .list {
  display: flex;
  align-items: center;
  padding-top: 1.1rem;
  justify-content: space-between;
  position: relative;
}
.inside-proshow-1 .textleft {
  line-height: 0.3rem;
  font-size: 0.18rem;
  color: #384244;
  width: 50%;
}
.inside-proshow-1 .textleft .tit {
  padding-top: 0.3rem;
}
.inside-proshow-1 .textleft .txt {
  padding-top: 0.2rem;
}
.inside-proshow-1 .textleft .txt p {
  padding-top: 0.2rem;
}
.inside-proshow-1 .rightbox {
  width: 50%;
}
.inside-proshow-1 .rightbox .pic {
  width: 125%;
}
@media (max-width: 500px) {
  .inside-proshow-1 .list {
    display: block;
  }
  .inside-proshow-1 .textleft {
    width: 100%;
    font-size: 14px;
    line-break: 24px;
  }
  .inside-proshow-1 .rightbox {
    width: 100%;
  }
  .inside-proshow-1 .rightbox .pic {
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
  }
}
.inside-proshow-2 {
  padding: 0.8rem 0;
}
.inside-proshow-2 .inside-title {
  text-align: center;
  color: #00a0e9;
}
.inside-proshow-2 .list {
  padding-top: 0.3rem;
}
.inside-proshow-2 .list li {
  padding: 0.2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-proshow-2 .list li .textleft {
  width: 43%;
}
.inside-proshow-2 .list li .tit {
  color: #141414;
  font-size: 0.24rem;
  font-weight: 700;
}
.inside-proshow-2 .list li .txt {
  font-size: 0.18rem;
  padding-top: 0.1rem;
}
.inside-proshow-2 .list li .pic {
  width: 55%;
}
.inside-proshow-2 .list li:nth-child(2n) {
  flex-direction: row-reverse;
}
.inside-proshow-3 {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 1rem;
  min-height: 6.93rem;
  background-color: #f3f6fb;
}
.inside-proshow-3 .inside-title {
  text-align: left;
  color: #00a0e9;
}
.inside-proshow-3 .text {
  color: #7b879a;
  font-size: 0.18rem;
  padding-top: 0.15rem;
  font-weight: lighter;
}
.inside-proshow-3 .list {
  width: 46%;
  float: right;
}
.inside-proshow-3 ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.2rem;
  justify-content: space-between;
}
.inside-proshow-3 li {
  width: 48.5%;
  margin-top: 0.15rem;
  position: relative;
}
.inside-proshow-3 li label {
  top: 0.13rem;
  left: 0.12rem;
  position: absolute;
  color: #ff0101;
}
.inside-proshow-3 li input,
.inside-proshow-3 li textarea {
  width: 100%;
  color: #435673;
  line-height: 0.46rem;
  height: 0.48rem;
  background: transparent;
  font-size: 0.16rem;
  padding: 0 0.25rem;
  border-radius: 0.05rem;
  background-color: #f3f6fb;
  border: solid 1px #7b879a;
  font-family: "微软雅黑";
  transition: all 500ms ease;
}
.inside-proshow-3 li input:focus,
.inside-proshow-3 li textarea:focus {
  border-color: #666;
}
.inside-proshow-3 li textarea {
  height: 1.4rem;
}
.inside-proshow-3 .li1,
.inside-proshow-3 .li2 {
  width: 100%;
}
.inside-proshow-3 .li3 {
  margin-top: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-proshow-3 {
    padding: 50px 0;
    min-height: auto;
  }
  .inside-proshow-3 .text {
    font-size: 14px;
    padding-top: 15px;
  }
  .inside-proshow-3 .list {
    width: 100%;
    float: none;
  }
  .inside-proshow-3 li input,
  .inside-proshow-3 li textarea {
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }
  .inside-proshow-3 .button1 input {
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
.inside-proshow-4 {
  min-height: 6.07rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-proshow-4 .list {
  display: flex;
  align-items: center;
  padding-top: 0.85rem;
  padding-bottom: 0.5rem;
  justify-content: space-between;
}
.inside-proshow-4 .pic {
  width: 43%;
}
.inside-proshow-4 .right {
  width: 52%;
}
.inside-proshow-4 .right h1 {
  font-size: 0.36rem;
}
.inside-proshow-4 .right .text {
  min-height: 2rem;
  padding-top: 0.2rem;
  color: #666;
}
.inside-proshow-4 .right .text p {
  padding-top: 0.2rem;
}
.inside-proshow-4 .right .button {
  margin-top: 0.3rem;
}
.inside-proshow-4 .right .button img {
  max-height: 0.24rem !important;
}
@media (max-width: 1024px) {
  .inside-proshow-4 {
    background: #eaeef6!important;
  }
  .inside-proshow-4 .list {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media (max-width: 580px) {
  .inside-proshow-4 .list {
    display: block;
  }
  .inside-proshow-4 .pic {
    width: 100%;
  }
  .inside-proshow-4 .right {
    padding: 0 30px;
    width: 100%;
  }
  .inside-proshow-4 .right h1 {
    text-align: center;
  }
}
.inside-proshow-5 {
  padding: 0.8rem 0;
}
.inside-proshow-5 .list {
  display: flex;
  justify-content: space-between;
}
.inside-proshow-5 .table {
  width: 48%;
}
.inside-proshow-5 table,
.inside-proshow-5 td,
.inside-proshow-5 tr {
  border: 0;
  color: #666;
}
.inside-proshow-5 td {
  width: 50%;
  padding: 0.1rem 0;
  padding-left: 0.6rem;
  background: #e0e3ec;
}
.inside-proshow-5 td:first-child {
  font-weight: 700;
}
.inside-proshow-5 .bg1 td {
  background: #f6f8fd;
}
@media (max-width: 1024px) {
  .inside-proshow-5 .list {
    display: block;
  }
  .inside-proshow-5 .table {
    width: 100%;
    margin-top: 20px;
  }
  .inside-proshow-5 .table:first-child {
    margin-top: 0;
  }
}
.inside-proshow-6 {
  color: #666;
  margin-bottom: 0.7rem;
  background: #f3f6fb;
  padding: 0.8rem 0;
}
.inside-proshow-6 .pic {
  text-align: center;
}
.inside-proshow-6 .title {
  font-size: 0.36rem;
  color: #37393c;
  font-weight: 700;
}
.inside-proshow-6 .text {
  padding-top: 0.4rem;
}
.inside-proshow-6 .list {
  padding-top: 0.3rem;
}
.inside-proshow-6 .list ul {
  display: flex;
}
.inside-proshow-6 .list li {
  padding-right: 0.7rem;
  color: #37393c;
  font-size: 0.18rem;
  text-align: center;
}
.inside-proshow-6 .list .icon {
  padding-bottom: 0.1rem;
}
.inside-proshow-6 .list .icon img {
  max-height: 0.51rem;
}
@media (max-width: 1024px) {
  .inside-proshow-6 .title {
    text-align: center;
  }
  .inside-proshow-6 .text {
    text-align: center;
  }
  .inside-proshow-6 .list ul {
    justify-content: center;
  }
  .inside-proshow-6 .list li {
    padding: 0 20px;
    font-size: 16px;
  }
  .inside-proshow-6 .list .icon {
    padding-bottom: 10px;
  }
  .inside-proshow-6 .list .icon img {
    max-height: 50px;
  }
}
.inside-xg-product {
  padding-bottom: 0.9rem;
}
@media (max-width: 1024px) {
  .inside-xg-product {
    padding-bottom: 0;
  }
}
.inside-application {
  padding: 0.8rem 0 1rem 0;
}
.inside-application li:last-child {
  border: 0;
}
.inside-application li {
  padding: 0.4rem 0;
  border-bottom: solid 1px #dedede;
}
.inside-application li .item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  transition: background-color 700ms ease;
}
.inside-application li .pic {
  width: 55%;
  overflow: hidden;
  position: relative;
}
.inside-application li .pic img {
  transition: all 1000ms ease;
}
.inside-application li .pic:after {
  content: "";
  display: block;
  padding-bottom: 48.23529412%;
}
.inside-application li .txtbox {
  width: 45%;
  padding-left: 0.7rem;
}
.inside-application li .icon {
  position: relative;
}
.inside-application li .icon img {
  max-height: 0.81rem;
}
.inside-application li .icon2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
  transform: translateY(20px);
}
.inside-application li .tit {
  color: #2d3132;
  font-weight: 700;
  margin-top: 0.1rem;
  font-size: 0.3rem;
  line-height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-application li .txt {
  color: #666666;
  margin-top: 0.2rem;
  line-height: 0.3rem;
  height: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.inside-application li .button {
  margin-top: 0.4rem;
}
.inside-application li:first-child {
  padding-top: 0;
}
@media (min-width: 1025px) {
  .inside-application li:hover .item {
    background: #00a0e9;
  }
  .inside-application li:hover .pic img {
    transform: scale(1.05);
  }
  .inside-application li:hover .icon .icon1 {
    opacity: 0;
  }
  .inside-application li:hover .icon .icon2 {
    opacity: 1;
    transform: translate(0);
  }
  .inside-application li:hover .txtbox {
    padding-right: 0.4rem;
  }
  .inside-application li:hover .tit,
  .inside-application li:hover .txt {
    color: #fff;
  }
  .inside-application li:hover .button span {
    border-color: #fff;
    background: transparent;
  }
}
@media (max-width: 1024px) {
  .inside-application {
    padding-top: 30px;
  }
  .inside-application li {
    border: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .inside-application li .item {
    display: block;
  }
  .inside-application li .pic {
    width: 100%;
  }
  .inside-application li .txtbox {
    width: 100%;
    padding: 30px 10px 0 10px;
  }
  .inside-application li .txt {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
.inside-job {
  padding: 1rem 0;
  background-position: top center;
  background-repeat: no-repeat;
}
.inside-job .icon {
  text-align: center;
}
.inside-job .icon img {
  max-height: 0.81rem;
}
.inside-job .title {
  font-weight: 700;
  font-size: 0.42rem;
  text-align: center;
  color: #00a0e9;
}
.inside-job .text {
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.36rem;
  padding-top: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-job .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.inside-job-2 {
  overflow: hidden;
  position: relative;
  padding-top: 1rem;
  background: #f6f6f6;
}
.inside-job-2 .inside-title {
  text-align: center;
  padding-bottom: 0.5rem;
}
.inside-job-2 .bg {
  color: #fff;
  background: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-job-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9rem;
}
.inside-job-2 li {
  width: 50%;
  line-height: 0.32rem;
  height: 7.45rem;
  padding: 0 0.9rem;
  padding-bottom: 1.3rem;
  display: flex;
  align-items: flex-end;
  border-left: solid 1px rgba(255, 255, 255, 0.35);
  transition: all 500ms ease;
}
.inside-job-2 li .icon img {
  max-height: 1.31rem;
}
.inside-job-2 li .tit {
  font-weight: 700;
  font-size: 0.3rem;
  margin-top: 0.2rem;
}
.inside-job-2 li .txt {
  display: none;
  margin-top: 0.3rem;
}
.inside-job-2 li .txt p {
  padding-bottom: 0.15rem;
}
.inside-job-2 li:first-child {
  border-left: 0;
}
.inside-job-2 .cur .txt {
  display: block;
}
@media (max-width: 1024px) {
  .inside-job-2 {
    padding: 50px 0 0 0;
  }
  .inside-job-2 .bg {
    padding: 50px 0;
  }
  .inside-job-2 ul {
    margin: 0;
  }
  .inside-job-2 li {
    width: 100%;
    border: 0;
    padding: 0;
    height: auto;
    text-align: center;
    padding-top: 30px;
  }
  .inside-job-2 li .icon img {
    max-height: 60px;
  }
  .inside-job-2 li .txt {
    margin-top: 20px;
    text-align: left;
    display: block!important;
  }
  .inside-job-2 li:first-child {
    padding-top: 0;
  }
}
.inside-job-3 {
  padding: 0.8rem 0;
}
.inside-job-3 .inside-title {
  text-align: center;
}
.inside-job-3 ul {
  padding-top: 0.5rem;
  margin: 0 -0.2rem;
}
.inside-job-3 li {
  float: left;
  line-height: 0.32rem;
  font-size: 0.18rem;
  padding: 0 0.2rem;
  text-align: center;
  width: 33.3333%;
}
.inside-job-3 li .line {
  width: 1px;
  margin: 0 auto;
  height: 0.6rem;
  background: url(../images/line.jpg) no-repeat top center;
}
.inside-job-3 li .tit {
  color: #333;
  font-weight: 700;
  font-size: 0.3rem;
  text-align: center;
  background: #f1f5f8;
  border-radius: 0.05rem;
  line-height: 0.76rem;
}
.inside-job-3 li .txt {
  text-align: center;
  padding: 0 0.25rem;
  margin-top: 0.25rem;
}
.inside-job-3 li .arrow {
  width: 100%;
  max-width: 0.28rem;
  margin: 0 auto;
  margin-top: -0.1rem;
}
.inside-job-3 li .arrow img {
  width: 100%;
  max-height: 0.28rem;
}
.inside-job-3 li .icon {
  width: 100%;
  margin: 0 auto;
  max-width: 1.6rem;
}
.inside-job-3 li .icon img {
  width: 100%;
  max-height: 1.6rem;
}
@media (max-width: 1024px) {
  .inside-job-3 li {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inside-job-3 li {
    width: 100%;
    margin-top: 20px;
  }
  .inside-job-3 li:first-child {
    margin-top: 0;
  }
}
.inside-job-4 {
  padding: 0.2rem 0 1.5rem 0;
}
.inside-job-4 li:first-child {
  color: #fff;
  margin-top: 0;
  padding: 0.05rem 0;
  font-size: 0.2rem;
  font-weight: 700;
  background: #00a0e9;
}
.inside-job-4 li:first-child span:nth-child(3) {
  text-align: center;
}
.inside-job-4 li:first-child:before {
  display: none;
}
.inside-job-4 li,
.inside-job-4 .tit {
  font-size: 0.18rem;
  margin-top: 0.15rem;
  background: #fafafa;
  cursor: pointer;
  text-align: left;
  position: relative;
}
.inside-job-4 li span,
.inside-job-4 .tit span {
  width: 15%;
  float: left;
  text-align: center;
  height: 0.65rem;
  line-height: 0.65rem;
  padding-left: 0.7rem;
  overflow: hidden;
}
.inside-job-4 li span:nth-child(3),
.inside-job-4 .tit span:nth-child(3) {
  width: 35%;
}
.inside-job-4 li span:first-child,
.inside-job-4 .tit span:first-child {
  text-align: left;
}
.inside-job-4 .bt {
  color: #333;
  font-size: 0.18rem;
  padding: 0.3rem 0 0.15rem 0;
  font-weight: 700;
}
.inside-job-4 .tit:nth-child(2) {
  margin-top: 0;
}
.inside-job-4 .txt {
  background: #fff;
  text-align: left;
  display: none;
  color: #666;
  padding: 0.2rem 0.8rem 0.7rem 0.7rem;
  line-height: 0.32rem;
}
.inside-job-4 .active {
  color: #333;
  background: #fafafa;
}
.inside-job-4 .button {
  margin-top: 0.5rem;
  font-size: 0.16rem;
}
.inside-job-4 .button img {
  float: right;
  width: 0.3rem !important;
  margin-top: 0.08rem !important;
  max-height: 0.3rem !important;
}
.inside-job-4 .button a {
  padding: 0 0.4rem;
  min-width: 2.3rem;
}
@media (max-width: 1024px) {
  .inside-job-4 li,
  .inside-job-4 .tit {
    font-size: 12px;
  }
  .inside-job-4 li span,
  .inside-job-4 .tit span {
    padding-left: 20px;
  }
  .inside-job-4 li span:nth-child(1),
  .inside-job-4 .tit span:nth-child(1) {
    width: 30%;
  }
  .inside-job-4 li span:nth-child(2),
  .inside-job-4 .tit span:nth-child(2) {
    display: none;
  }
  .inside-job-4 li span:nth-child(3),
  .inside-job-4 .tit span:nth-child(3) {
    width: 70%;
  }
  .inside-job-4 li span:nth-child(4),
  .inside-job-4 .tit span:nth-child(4) {
    display: none;
  }
  .inside-job-4 li span:nth-child(5),
  .inside-job-4 .tit span:nth-child(5) {
    display: none;
  }
  .inside-job-4 .txt {
    padding: 20px;
    padding-top: 0;
  }
  .inside-job-4 .bt {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .inside-job-4 .btn {
    font-size: 14px;
  }
}
.inside-service-1 {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 19.2rem;
}
.inside-service-1 .pic {
  width: 55%;
  float: left;
}
.inside-service-1 .txtbox {
  width: 40%;
  float: left;
  line-height: 0.36rem;
  font-size: 0.18rem;
  padding-top: 1.1rem;
  padding-left: 1rem;
}
.inside-service-1 .icon {
  width: 0.6rem;
  height: 0.6rem;
}
.inside-service-1 .t1 {
  color: #333;
  font-weight: 700;
  line-height: 0.5rem;
  font-size: 0.4rem;
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}
.inside-service-1 .t2 {
  color: #333;
  font-size: 0.24rem;
  font-weight: 700;
  padding-top: 0.4rem;
  padding-bottom: 0.1rem;
}
@media (max-width: 1024px) {
  .inside-service-1 {
    padding: 50px 0;
  }
  .inside-service-1 .pic {
    display: none;
  }
  .inside-service-1 .txtbox {
    width: 100%;
    float: none;
    font-size: 16px;
    line-height: 24px;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.inside-contact {
  padding: 0.8rem 0;
}
.inside-contact .inside-title span {
  color: #00a0e9;
}
.inside-contact .text {
  font-size: 0.18rem;
  line-height: 0.32rem;
}
.inside-contact .text p {
  padding-top: 0.2rem;
}
.inside-contact .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.23rem;
}
.inside-contact .list li {
  margin-top: 0.6rem;
  padding: 0 0.23rem;
  width: 25%;
}
.inside-contact .list li .item {
  padding: 0.5rem 0.2rem;
  text-align: center;
  border-radius: 0.1rem;
  min-height: 100%;
  background: #f3f6fb;
  transition: all 500ms ease;
  border-bottom: solid 0.09rem #f3f6fb;
}
.inside-contact .list li .icon {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  margin: 0 auto;
  background: #00a0e9;
}
.inside-contact .list li .icon img {
  max-height: 0.62rem;
}
.inside-contact .list li .t1 {
  font-size: 0.2rem;
  font-weight: 700;
  margin-top: 0.3rem;
}
.inside-contact .list li .t2 {
  padding-top: 0.2rem;
  font-size: 0.3rem;
  font-weight: 700;
}
.inside-contact .list li .t2 span {
  font-size: 0.2rem;
}
.inside-contact .list li .t2 a {
  color: #333841;
}
.inside-contact .list li .t3 {
  color: #7b879a;
  font-size: 0.14rem;
  padding-top: 0.5rem;
}
.inside-contact .list li .t4 {
  font-size: 0.18rem;
  margin-top: 0.3rem;
}
.inside-contact .list li:hover .item {
  box-shadow: 0 0 0.29rem rgba(0, 77, 161, 0.3);
  border-color: #00a0e9;
}
@media (max-width: 1024px) {
  .inside-contact .text {
    font-size: 14px;
    line-height: 30px;
  }
  .inside-contact .list ul {
    margin: 0 -10px;
  }
  .inside-contact .list li {
    padding: 0 10px;
    margin-top: 20px;
    width: 50%;
  }
  .inside-contact .list li .t2 {
    font-size: 16px;
  }
  .inside-contact .list li .t3 {
    font-size: 12px;
  }
  .inside-contact .list li .t4 {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .inside-contact .list li {
    width: 100%;
  }
}
.inside-message {
  padding: 0.8rem 0 1.5rem 0;
  background: #f4f7fb;
  position: relative;
}
.inside-message .title {
  color: #333841;
  font-weight: 700;
  font-size: 0.42rem;
}
.inside-message .text {
  color: #666;
  font-size: 0.18rem;
  padding-top: 0.1rem;
}
.inside-message .nr {
  margin-top: 0.6rem;
  padding: 0.6rem;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(220, 237, 255, 0.6);
}
.inside-message .list {
  position: relative;
}
.inside-message li {
  width: 25%;
  float: left;
  padding: 0 0.06rem 18px 0.06rem;
  position: relative;
}
.inside-message .box {
  position: relative;
}
.inside-message .red {
  position: absolute;
  z-index: 9;
  left: 0px;
  top: 0.17rem;
  color: #c70204;
}
.inside-message .red img {
  max-height: 0.21rem;
}
.inside-message .error {
  background: #ff0000;
  color: #fff;
  padding: 0 0.06rem;
  border-bottom-left-radius: 0.2rem;
  position: absolute;
  right: 0;
  top: 0;
}
.inside-message .input-form,
.inside-message .textarea-form,
.inside-message select {
  border: none;
  color: #666;
  font-family: arial;
  vertical-align: middle;
  border: 0;
  transition: all 334ms ease;
  border-bottom: #eaeaea solid 1px;
  padding: 0 0.3rem;
  height: 0.55rem;
  line-height: 0.48rem;
  font-size: 0.16rem;
  width: 100%;
}
.inside-message .input-form:focus,
.inside-message .textarea-form:focus,
.inside-message select:focus {
  border-bottom: #999 solid 1px;
}
.inside-message select {
  color: #8294a3;
  background: url(../images/arrow-8.png) no-repeat center right #ffffff;
  appearance: none;
}
.inside-message .textarea-form {
  line-height: 0.3rem;
  padding: 0.1rem 0.9rem 0.1rem 0.3rem;
  width: 100%;
  padding-right: 0.9rem;
  min-height: 2rem;
}
.inside-message .textarea-form:focus {
  border-bottom: #999 solid 1px;
}
@media (max-width: 1024px) {
  .inside-message .textarea-form {
    min-height: 60px;
  }
}
.inside-message .btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.22rem;
}
.inside-message .submit {
  float: right;
  background: #00a0e9;
  color: #fff;
  width: 100%;
  display: inline-block;
  max-width: 2.7rem;
  text-align: center;
  line-height: 0.55rem;
  height: 0.55rem;
  font-size: 0.16rem;
  border-radius: 0.3rem;
  border: none;
}
.inside-message .submit .icon {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  vertical-align: middle;
  margin-top: -0.03rem;
  margin-right: 0.05rem;
}
.inside-message .submit:hover {
  background: #00a0e9;
}
.inside-message .submit:hover {
  background: #00a0e9;
}
.inside-message .col-2 {
  width: 50%;
  float: left;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .inside-message {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .inside-message .title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .inside-message .list:before {
    display: none;
  }
  .inside-message .nr {
    margin-top: 0;
    padding: 30px;
  }
  .inside-message li {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .inside-message li:last-child {
    padding-bottom: 0;
  }
  .inside-message .red {
    top: 14px;
    left: 0px;
  }
  .inside-message .red img {
    max-height: 20px;
  }
  .inside-message .input-form,
  .inside-message .textarea-form {
    font-size: 14px;
    padding-left: 25px;
    padding-right: 15px;
    line-height: 48px;
    height: 50px;
  }
  .inside-message .textarea-form {
    height: 140px;
  }
  .inside-message .error {
    font-size: 12px;
    padding: 0 6px;
    border-bottom-left-radius: 6px;
  }
  .inside-message .verifyDiv {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .inside-message .verifyDiv {
    margin-right: 0;
    width: 100%;
  }
  .inside-message .btn {
    display: block;
  }
  .inside-message .btn .col-2 {
    width: 100%;
    margin-top: 0.3rem;
  }
  .inside-message .submit {
    float: none;
    max-width: 100%;
    border-radius: 0;
  }
}
.inside-message-2 {
  padding-bottom: 0.8rem;
}
.inside-download {
  padding: 0.6rem 0;
}
.inside-download .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-download .left {
  width: 45%;
}
.inside-download .left .text {
  padding-top: 0.3rem;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 0.48rem;
}
.inside-download .left .button {
  margin-top: 0.9rem;
}
.inside-download .left .button a {
  line-height: 0.56rem;
  height: 0.56rem;
  text-align: center;
  min-width: 2.6rem;
}
.inside-download .left .button img {
  max-height: 0.24rem !important;
}
.inside-download .right {
  width: 50%;
}
@media (max-width: 480px) {
  .inside-download .list {
    display: block;
  }
  .inside-download .left {
    text-align: center;
    width: 100%;
  }
  .inside-download .left .button {
    margin-top: 30px;
  }
  .inside-download .right {
    width: 100%;
    text-align: center;
    padding-top: 40px;
  }
}
.inside-download-2 {
  background: #f3f6fb;
  padding: 0.8rem 0 1.4rem 0;
}
.inside-download-2 .searchbox {
  display: flex;
}
.inside-download-2 .tag {
  color: #2d3132;
  font-weight: 700;
  width: 8%;
  font-size: 0.18rem;
  line-height: 0.55rem;
}
.inside-download-2 .search {
  position: relative;
  width: 92%;
}
.inside-download-2 .search label {
  top: 0.2rem;
  left: 0.24rem;
  position: absolute;
}
.inside-download-2 .search img {
  max-height: 0.18rem;
}
.inside-download-2 .search input {
  font-size: 0.16rem;
  font-family: "微软雅黑";
  padding: 0 0.5rem;
  width: 100%;
  line-height: 0.53rem;
  height: 0.55rem;
  border-radius: 0.05rem;
  border: solid 1px #c9cbcb;
  color: #000;
}
.inside-download-2 .list {
  padding-top: 0.4rem;
}
.inside-download-2 .list li:first-child {
  font-size: 0.24rem;
  font-weight: 700;
}
.inside-download-2 .list li:first-child span:first-child {
  color: #333;
}
.inside-download-2 .list li:hover {
  background: rgba(255, 255, 255, 0.5);
}
.inside-download-2 .list li {
  height: 0.6rem;
  line-height: 0.59rem;
  overflow: hidden;
  transition: all 334ms ease;
  border-bottom: solid 1px #e8e8e8;
}
.inside-download-2 .list li a {
  color: #333841;
  display: block;
}
.inside-download-2 .list li span {
  text-align: center;
  display: inline-block;
  overflow: hidden;
  height: 0.6rem;
  line-height: 0.59rem;
}
.inside-download-2 .list li span:first-child {
  color: #00a0e9;
  text-align: left;
  width: 35%;
}
.inside-download-2 .list li span:first-child img {
  margin-right: 0.1rem;
}
.inside-download-2 .list li span:nth-child(2),
.inside-download-2 .list li span:nth-child(3) {
  width: 28%;
}
.inside-download-2 .list li span:nth-child(4) {
  width: 6%;
}
.inside-download-2 .list li span:nth-child(4) img {
  margin-left: 0.15rem;
}
.inside-download-2 .list li img {
  margin-top: 0.15rem;
  max-height: 0.31rem;
}
@media (max-width: 1024px) {
  .inside-download-2 .searchbox {
    display: block;
  }
  .inside-download-2 .tag {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
  .inside-download-2 .search {
    position: relative;
    width: 100%;
    margin-top: 20px;
    display: block;
  }
  .inside-download-2 .search input {
    font-size: 16px;
    height: 48px;
    line-height: 46px;
    padding-left: 45px;
  }
  .inside-download-2 .search img {
    max-height: 20px;
  }
  .inside-download-2 .search label {
    top: 15px;
    left: 20px;
  }
}
@media (max-width: 680px) {
  .inside-download-2 .list li span:nth-child(2),
  .inside-download-2 .list li span:nth-child(3) {
    display: none;
  }
  .inside-download-2 .list li span:first-child {
    width: 82%;
  }
  .inside-download-2 .list li span:last-child {
    width: 14%;
  }
}
.verify {
  height: 0.55rem;
  background-color: #e5e5e5;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.55rem;
  height: 0.55rem;
  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;
  height: 0.55rem;
  line-height: 0.48rem;
  width: 0;
  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: #999;
  z-index: 1;
  line-height: 0.55rem;
  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;
}
.verifyDiv {
  width: 30%;
  vertical-align: middle;
  float: left;
  margin-right: 0.2rem;
  position: relative;
}
.inside-tag {
  line-height: 0.4rem;
  margin-top: 0.6rem;
}
.inside-tag .f18 {
  color: #333;
}
.inside-tag a {
  color: #fff;
  border-radius: 0.05rem;
  margin: 0 0.05rem;
  padding: 0 0.2rem;
  display: inline-block;
  background: #00a0e9;
  border: 1px solid #00a0e9;
}
.inside-tag a:hover {
  color: #00a0e9;
  background: #fff;
  border: 1px solid #00a0e9;
}
.inside-page-news {
  font-size: 0.18rem;
  margin-top: 0.6rem;
  height: 0.57rem;
  line-height: 0.55rem;
  overflow: hidden;
  position: relative;
  color: #333841;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}
.inside-page-news li {
  width: 45%;
  float: left;
  transition: all 500ms ease;
  padding: 0 0.6rem;
}
.inside-page-news li a {
  color: #333841;
}
.inside-page-news li:nth-child(2) {
  float: right;
}
.inside-page-news .fanhui {
  width: 10%;
  top: 0;
  left: 50%;
  padding: 0;
  height: 100%;
  text-align: center;
  transform: translateX(-50%);
  position: absolute;
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
}
.inside-page-news .fanhui img {
  margin-bottom: 0.03rem;
  vertical-align: middle;
  max-height: 0.2rem;
}
.inside-page-news li:hover {
  color: #fff;
  background: #00a0e9;
}
.inside-page-news li:hover a {
  color: #fff;
}
@media (max-width: 1024px) {
  .inside-page-news {
    margin-top: 30px;
    height: auto;
    border: 0;
    font-size: 14px;
  }
  .inside-page-news li {
    height: 44px;
    overflow: hidden;
    line-height: 43px;
    padding: 0 15px!important;
    width: 100%!important;
    text-align: left!important;
    border-bottom: solid 1px #ddd;
  }
  .inside-page-news .fanhui {
    display: none;
  }
}
.inside-xg-news .title {
  font-weight: 700;
  color: #333841;
  font-size: 0.42rem;
}
.inside-xg-news .list {
  padding-bottom: 0.3rem;
  margin-top: 0.4rem;
}
@media (max-width: 1024px) {
  .inside-xg-news {
    padding-bottom: 40px;
  }
  .inside-xg-news .title {
    font-size: 24px;
  }
}
.inside-page {
  font-size: 0.14rem;
  text-align: center;
  padding-top: 0.6rem;
}
.inside-page a {
  text-align: center;
  line-height: 0.38rem;
  margin: 0 0.1rem;
  color: #666;
  display: inline-block;
  transition: all 500ms ease;
}
.inside-page a:hover,
.inside-page .cur {
  color: #00a0e9;
}
.inside-page .prev,
.inside-page .next {
  position: relative;
}
.inside-page .prev:before {
  content: "<";
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  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 {
    font-size: 14px;
  }
}
.navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.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: 999;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  left: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #00a0e9;
  color: #fff;
  position: absolute;
  z-index: 999;
  right: -40px;
  top: 0;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 15px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 15px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 16px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
}
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon {
  transform: rotate(135deg);
}
.navM .child {
  padding: 10px 0px 20px 0px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
}
.navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.navM .mSearch .btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 10px;
  margin-top: 0;
  right: 0px;
  background: #ccc;
}
.navM .mSearch .btn img {
  max-height: 20px;
  margin-top: 4px;
  vertical-align: middle;
}
.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 30px 5px 15px;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.navM .other {
  padding: 10px;
}
.navM .languageBtn {
  padding: 10px 0;
}
.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #00a0e9;
}
.inside-map {
  padding: 0.7rem 0;
}
.inside-map li {
  padding: 0.1rem 0;
}
.inside-map li a {
  padding-right: 0.15rem;
  display: inline-block;
  font-weight: 700;
}
.inside-map li .subnav {
  margin-top: 0.1rem;
}
.inside-map li .subnav a {
  font-weight: normal;
}
.active.index-product .index-title .en,
.active.index-news .index-title .en {
  animation: 2s titFadeup1 ease ;
}
.active.index-product .index-title .cn,
.active.index-news .index-title .cn {
  animation: 2s titFadeup1 ease ;
}

.index-product .layer-btn .mask:after,
.index-news .layer-btn .mask:after{
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/******产品新增导航*******/
.nav ul li .nav-dropdown{
	width: 12.2rem;
    z-index: 66;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 0.8rem;
	left: -6.1rem;
    text-align: center;
    padding: 0.2rem 0;
    background-color: #ffffff;
}
.nav li.pro:hover .nav-dropdown{
	display:block;
}
.nav ul li .nav-dropdown .container{
	padding: 0 0.2rem;
    width: 100%;
}
.nav ul li .nav-dropdown .nav-bottom{
	padding-top: 0.12rem;
    display: flex;
    flex: wrap;
}
.nav ul li .nav-dropdown .yiji{
	float: left;
    width: 10%;
    border-right: 1px solid #d8e0f0;
}
.nav ul li .nav-dropdown .nav-bottom ul{
	margin: 0;
    padding: 0;
	display: block;
}
.nav ul li .nav-dropdown .nav-bottom ul li{
	margin: 0;
    padding: 0;
    float: none;
	line-height: 0.5rem;
}

.nav ul li .nav-dropdown .erji{
	float: left;
    width: 90%;
}
.nav ul li .nav-dropdown .erji .info{
	display: none;
}
.nav ul li .nav-dropdown .erji .item{
	width: 15%;
    float: left;
    border-right: 1px solid #d8e0f0;
}
.nav ul li .nav-dropdown .erji .sanji{
	width: 80%;
    float: left;
    padding: 0 0.4rem;
}
.nav ul li .nav-dropdown .erji .sanji .nr{
	display: none;
}
.nav ul li .nav-dropdown .erji .sanji .nr .sanji-left{
	width: 50%;
    text-align: left;
	float: left;
	font-size: 0.16rem;
}
.nav ul li .nav-dropdown .erji .sanji .nr .sanji-left .title{
	font-size:0.18rem;
	margin-bottom: 10px;
	color: #000;
}
.nav ul li .nav-dropdown .erji .sanji .nr a:hover .sanji-left .title{
	color: #000;
}
.nav ul li .nav-dropdown .erji .sanji .nr .sanji-left .desc{
	color: #757575;
    line-height: 1.5;
	font-weight: 400;
}
.nav ul li .nav-dropdown .erji .sanji .nr .sanji-right{
	width: 50%;
	float: right;
}
.nav ul li .nav-dropdown .erji .sanji .nr .sanji-right .pic{
	position: relative;
}
.nav ul li .nav-dropdown .erji .sanji .nr .sanji-right .pic:after{
	content: "";
    display: block;
    padding-bottom: 100%;
}

.xz-menu {
	padding:0.3rem 0;
}

.xz-menu .xz-menu-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.xz-menu .xz-menu-list a {
	color: #333;
	display: block;
	text-align: center;
	padding: 0 0.3rem;  
	font-size: 0.18rem;
}
.xz-menu .xz-menu-list .pic {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.xz-menu .xz-menu-list .pic img {
  margin-right: 0.05rem;
  margin-bottom: 0.09rem;
  vertical-align: middle;
  max-height: 0.31rem;
}