* {
  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: #e60012;
}
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,
body {
  position: relative;
  scroll-behavior: smooth;
}
html {
  font-size: 100px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 100px;
  }
}
html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px!important;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px!important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px!important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px!important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -1rem;
  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, -10px, 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: 'POPPINS-REGULAR';
  src: url('../fonts/POPPINS-REGULAR.eot');
  src: url('../fonts/POPPINS-REGULAR.oft');
  src: url('../fonts/POPPINS-REGULAR.ttf');
  src: url('../fonts/POPPINS-REGULAR.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-BOLD';
  src: url('../fonts/POPPINS-BOLD.eot');
  src: url('../fonts/POPPINS-BOLD.oft');
  src: url('../fonts/POPPINS-BOLD.ttf');
  src: url('../fonts/POPPINS-BOLD.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.oft');
  src: url('../fonts/Oswald-Bold.ttf');
  src: url('../fonts/Oswald-Bold.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {font-family: 'HarmonyOS_Sans_Bold';
    src: url('../fonts/HarmonyOS_Sans_Bold.ttf');
    src:url('../fonts/HarmonyOS_Sans_Bold.ttf');
	format('truetype');
}
@font-face {font-family: 'HKGrotesk-Light';
    src: url('../fonts/HKGrotesk-Light.otf');
    src:url('../fonts/HKGrotesk-Light.otf')format('opentype');
}
@font-face {font-family: 'MONTSERRAT-BOLD';
    src: url('../fonts/MONTSERRAT-BOLD_0.OTF');
    src:url('../fonts/font/MONTSERRAT-BOLD_0.OTF') format('opentype');
}
@font-face {font-family: 'HarmonyOS_Sans_SC_Bold';
    src: url('../fonts/HarmonyOS_Sans_SC_Bold.ttf');
    src:url('../fonts/HarmonyOS_Sans_SC_Bold.ttf') format('truetype');
}
@font-face {font-family: 'HarmonyOS_Sans_SC_Regular';
    src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');
    src:url('../fonts/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
}

body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  font-family: 'POPPINS-REGULAR', 'HarmonyOS_Sans_SC_Regular', 'HarmonyOS_Sans_SC_Light';
  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: 16rem;
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px!important;
    padding: 0 20px!important;
  }
}
.button a,
.button span {
  z-index: 2;
  color: #fff;
  overflow: hidden;
  text-align: center;
  height: 0.46rem;
  font-size: 0.14rem;
  border-radius: 0.3rem;
  display: inline-block;
  min-width: 1.5rem;
  line-height: 0.44rem;
  background: #e60012;
  position: relative;
  border: solid 1px #e60012;
}
.button img {
  width: auto;
  height: auto;
  max-height: 0.2rem;
  margin-left: 0.05rem;
  margin-bottom: 0.03rem;
  vertical-align: middle!important;
}
@media (max-width: 1024px) {
  .button a,
  .button span {
    font-size: 14px;
    min-width: 120px;
    height: 32px!important;
    line-height: 30px!important;
  }
  .button img {
    max-height: 20px;
    margin-left: 5px;
    margin-bottom: 3px;
  }
}
.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%;
  }
}
.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: #666;
  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;
    right: 20px;
    margin-right: 0px;
    position: absolute;
  }
}
.circle {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s ease-out 0s infinite;
  background: #e60012;
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #e60012;
  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);
  }
}
.header {
  top: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}
.header > .container {
  display: flex;
  height: 1rem;
  align-items: center;
  max-width: 17.8rem;
  justify-content: space-between;
}
.header .logo {
  z-index: 1;
  display: flex;
  align-items: center;
  height: 1rem;
  transition: all .5s;
  padding-right: 0.8rem;
  border-right: solid 1px rgba(255, 255, 255, 0.15);
}
.header .logo a {
  display: block;
}
.header .logo img {
  width: auto;
  height: auto;
  max-height: 0.27rem;
  vertical-align: middle;
  position: relative;
}
.header .logo .img2 {
  display: none;
}
.header .infobox {
  display: flex;
  align-items: center;
}
.header .lan {
  padding: 0 0.4rem;
  height: 1rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-left: solid 1px rgba(255, 255, 255, 0.15);
}

.header .lan a{
	color: #fff;
    font-size: 0.2rem;
    font-family: "POPPINS-REGULAR";
}

.header .searchBtn {
  padding: 0 0.4rem;
  height: 1rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-left: solid 1px rgba(255, 255, 255, 0.15);
  border-right: solid 1px rgba(255, 255, 255, 0.15);
}
.header .searchBtn img {
  max-height: 0.2rem;
}
.header .searchBtn .img2 {
  display: none;
}
.header .tel {
  color: #fff;
  font-size: 0.28rem;
  margin-left: 0.4rem;
  font-family: "POPPINS-REGULAR";
}
.header .tel img {
  margin-top: 0.08rem;
  margin-right: 0.1rem;
  max-height: 0.24rem;
}
.header .tel .img2 {
  display: none;
}
@media (max-width: 1024px) {
  .header {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background: #fff!important;
    height: 60px!important;
    z-index: 99!important;
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2) !important;
  }
  .header .container {
    height: 60px;
    padding-left: 0;
    max-width: 640px;
    position: relative;
  }
  .header .logo {
    padding-right: 0;
    height: auto;
    border: 0;
  }
  .header .logo img {
    max-height: 20px;
  }
  .header .logo .img1 {
    display: none;
  }
  .header .logo .img2 {
    display: inline-block;
  }
  .header .infobox {
    display: none;
  }
}
.nav ul {
  display: flex;
}
.nav ul > li {
  margin: 0 0.6rem;
  font-size: 0.15rem;
  transition: all 500ms ease;
}
.nav ul > li > a {
  color: #fff;
  display: block;
  position: relative;
  line-height: 1rem;
  transition: all 334ms linear;
}
.nav ul > li > a:after {
  left: 50%;
  bottom: 0;
  content: "";
  width: 0%;
  opacity: 0;
  height: 0.03rem;
  position: absolute;
  background: #fff;
  transition: all 334ms ease;
}
.nav ul > li span {
  display: block;
  position: relative;
}
.nav ul > li .subnav {
  left: 50%;
  z-index: 9;
  color: #333333;
  top: 1rem;
  position: absolute;
  background: #fff;
  width: 1.4rem;
  transform: scaleY(0) translateX(-50%);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  padding: 0.2rem;
  line-height: 0.3rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
  transform-origin: 0 0;
  transition: transform .2s;
}
.nav ul > li .subnav a {
  display: block;
  position: relative;
  padding: 0.1rem 0;
  border-top: solid 1px #eee;
}
.nav ul > li .subnav a:first-child {
  border-top: 0;
}
.nav ul > li .subnav a:hover {
  color: #e60012;
}
.nav ul > li .subnav a:hover i {
  border-top: solid 1px #e60012;
  border-right: solid 1px #e60012;
}
.nav ul > li .subnav i {
  top: 0.23rem;
  width: 0.08rem;
  height: 0.08rem;
  right: 0rem;
  position: absolute;
  transition: all 500ms ease;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
}
.nav ul > li .subnav.show {
  transform: scaleY(1) translateX(-50%);
}
.nav ul > li .subpro {
  left: 50%;
  z-index: 10;
  padding: 0;
  font-size: 0.16rem;
  text-align: left;
  display: none;
  background: #fff;
  transform: translateX(-50%);
  width: 11.2rem;
  position: absolute;
}
.nav li:hover > a:after,
.nav .active > a:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
.nav .box {
  display: flex;
  flex-wrap: wrap;
}
.nav .left {
  width: 25%;
  padding: 0.2rem;
  padding-bottom: 1rem;
  background: #ebebeb;
}

.nav .left .class-con{
	display:none;
}

.nav .left .class-con.show{
	display:block;
}

.nav .left .bt {
  color: #212121;
  font-weight: 700;
  font-size: 0.2rem;
  padding-top: 0.2rem;
}
.nav .left .nr {
  color: #474747;
  margin-top: 0.15rem;
  line-height: 0.26rem;
}
.nav .left .button {
  margin-top: 0.4rem;
}
.nav .left .button a {
  min-width: 1.4rem;
  height: 0.46rem;
  line-height: 0.46rem;
}
.nav .right {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
  background: #fff;
}
.nav .right ul {
  width: 33.333%;
  display: block;
  position: relative;
  background: #f5f5f5;
  min-height: 100%;
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
}
.nav .right li {
  margin: 0;
  padding: 0;
  font-size: 0.16rem;
}
.nav .close {
  padding-right: 0.3rem;
  padding-top: 0.4rem;
  text-align: right;
  background: #fff;
  width: 15%;
}
.nav .close img {
  max-height: 0.14rem;
}
.nav .drop-1 a {
  position: relative;
  display: block;
  padding: 0.1rem 0.25rem;
}
.nav .drop-1 a:hover {
  color: #212121;
  font-weight: 700;
  background: #ebebeb;
}
.nav .drop-1 i {
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  position: absolute;
  font-style: normal;
  display: inline-block;
}
.nav .drop-1 i:after {
  content: "";
  opacity: 0;
  vertical-align: middle;
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  transition: all 500ms ease;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
}
.nav .drop-1:hover > a {
  color: #212121;
  background: #ebebeb;
  font-weight: 700;
}
.nav .drop-1:hover > a i:after {
  opacity: 1;
}
.nav .drop-1:hover .drop-2 {
  display: block;
}
.nav .cur2 {
  border: 1px #FF0000 solid;
}
.nav .drop-2-sub.cur > a {
  font-weight: 700;
  color: #212121;
}
.nav .drop-2-sub.cur > a i:after {
  opacity: 1;
}
.nav .drop-2-sub:hover .drop-3 {
  display: block;
}
.nav .drop-2-sub:hover > a {
  font-weight: 700;
  color: #212121;
}
.nav .drop-2-sub:hover > a i:after {
  opacity: 1;
}
.nav .drop-1.show,
.nav .drop-2.show,
.nav .drop-3.show {
  display: block;
}
.nav .drop-2 {
  height: 100%;
  background: #fafafa;
  padding-top: 0.4rem;
}
.nav .drop-2 a:hover {
  background: transparent!important;
}
.nav .drop-3 {
  background: #fff;
  height: 100%;
  padding-top: 0.4rem;
}
.nav .drop-2{
  top: 0;
  width: 100%;
  left: 100%;
  display: none;
  position: absolute;
}
.nav .drop-3 {
  top: 0;
  width: 150%;
  left: 100%;
  display: none;
  position: absolute;
}
.nav .drop-4 {
  display: block;
  position: relative;
}
.nav .drop-4 > a {
  text-decoration: underline;
}
.nav .drop-4 .protu {
  left: 58%;
  top: 0rem;
  opacity: 0;
  transform: scale(0.8);
  transition: all 500ms ease;
  width: 0.97rem;
  position: absolute;
}
.nav .drop-4 .protu img {
  max-height: 0.6rem;
}
.nav .drop-4:hover .protu {
  opacity: 1;
  transform: scale(1);
}
.nav .cur .drop-1 > a {
  font-weight: 700;
  color: #212121;
  background: #ebebeb;
}
.nav .cur .drop-1 > a i:after {
  opacity: 1;
}
@media (max-width: 1024px) {
  .nav {
    display: none;
  }
}
.fixed,
.header-nr {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: fixed;
  border-color: #f1f1f1;
  background: #fff;
}
.fixed .logo .img1,
.header-nr .logo .img1,
.fixed .searchBtn .img1,
.header-nr .searchBtn .img1,
.fixed .tel .img1,
.header-nr .tel .img1 {
  display: none;
}
.fixed .logo .img2,
.header-nr .logo .img2,
.fixed .searchBtn .img2,
.header-nr .searchBtn .img2,
.fixed .tel .img2,
.header-nr .tel .img2 {
  display: inline-block;
}
.fixed .nav ul > li > a,
.header-nr .nav ul > li > a {
  color: #333;
}
.fixed .nav ul > li > a:after,
.header-nr .nav ul > li > a:after {
  background: #e60012;
}
.fixed .nav li:hover > a,
.header-nr .nav li:hover > a,
.fixed .nav .active > a,
.header-nr .nav .active > a {
  color: #e60012;
}
.fixed .tel,
.header-nr .tel {
  color: #333;
}

.fixed .lan a,
.header-nr .lan a {
  color: #333;
}

.fixed .logo,
.header-nr .logo {
  border-color: #f1f1f1;
}
.fixed .searchBtn,
.header-nr .searchBtn {
  border-color: #f1f1f1;
}

.fixed .lan,
.header-nr .lan {
  border-color: #f1f1f1;
}

.banner {
  height: 100%;
  clear: both;
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-slide {
  width: 100% !important;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.banner img {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.banner .pc {
  display: block;
}
.banner .pc img {
  width: auto;
  height: auto;
  max-height: initial;
  max-width: initial;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner .ph {
  display: none;
  text-align: center;
}
.banner .ph img {
  width: auto;
  height: auto;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .text {
  color: #fff;
  top: 2.1rem;
  width: 100%;
  text-align: center;
  position: absolute;
}
.banner .t1 {
  font-size: 0.24rem;
  line-height: 0.3rem;
}
.banner .t2 {
  line-height: 0.6rem;
  font-size: 0.56rem;
  padding-top: 0.25rem;
}
.banner .t3 {
  padding-top: 0.4rem;
}
.banner .t3 a {
  color: #fff;
  font-size: 0.14rem;
  padding: 0 0.2rem;
  height: 0.34rem;
  line-height: 0.32rem;
  border: solid 1px #fff;
  display: inline-block;
  border-radius: 0.3rem;
  transition: all 500ms ease;
}
.banner .t3 i {
  padding-left: 0.15rem;
  font-family: "宋体";
  display: inline-block;
  font-style: normal;
}
.banner .t3 a:hover {
  border-color: #e60012;
  background: #e60012;
}
.banner .swiper-pagination {
  width: 100%;
  bottom: 0.2rem;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  vertical-align: middle;
  background: #fff;
  margin: 0 0.14rem;
}
.banner .swiper-pagination-bullet:before {
  top: 50%;
  left: 50%;
  content: "";
  opacity: 0;
  width: 0.22rem;
  height: 0.22rem;
  position: absolute;
  border-radius: 50%;
  transition: all 700ms ease;
  transform: translate(-50%, -50%) rotate(-90deg);
  border: solid 1px rgba(255, 255, 255, 0.7);
  clip-path: ellipse(0% 0% at 90% 0%);
}
.banner .swiper-pagination-bullet-active:before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(90deg);
  clip-path: ellipse(100% 100% at 90% 0%);
}
.banner .swiper-slide-active .t1 {
  animation: 1.6s titFadeup1 ease;
}
.banner .swiper-slide-active .t2 {
  animation: 1.7s titFadeup1 ease;
}
.banner .swiper-slide-active .t3 {
  animation: 1.8s titFadeup1 ease;
}
@media (max-width: 1024px) {
  .banner {
    margin-top: 60px;
  }
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
    text-align: center;
  }
  .banner .t2 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
  }
  .banner .t3 {
    display: none;
  }
  .banner .t3 a {
    height: 34px;
    line-height: 32px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .banner .text {
    top: 40px;
  }
}
.index-title {
  color: #212121;
  font-weight: 700;
  font-size: 0.42rem;
  text-align: center;
  line-height: 0.5rem;
}
.index-product {
  position: relative;
  overflow: hidden;
  margin-top: 0.9rem;
  padding-bottom: 1.1rem;
}

.index-productph{
	display:none;
}


.index-product .waves {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
}
.index-product .waves canvas {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  bottom: -40%;
}
.index-product .button {
  z-index: 4;
  position: relative;
  text-align: center;
  margin-top: 0.9rem;
}
.index-productph .button {
  margin-top: 0.4rem;
}
.index-product .list {
  margin-top: 0.3rem;
}

.index-product .list .container {
  padding: 0 1.1rem;
  position: relative;
}
.index-productph .list ul{
  overflow:hidden;
}

.index-productph .list ul li{
  width:25%;
  float:left;
}
.index-product .list .item {
  cursor: pointer;
  padding: 0 0.1rem;
  padding-bottom: 0.25rem;
  padding-top: 0.1rem;
  text-align: center;
}
.index-product .list .icon {
  margin: 0 auto;
  width: 0.8rem;
  position: relative;
}
.index-product .list .icon img {
  max-height: 0.8rem;
}
.index-product .list .icon .img2 {
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  position: absolute;
  transform: scale(0.7);
  transition: all 500ms ease;
}
.index-product .list .tit {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  color: #212121;
  font-weight: 700;
}
.index-product .list .swiper-slide-thumb-active {
  background: #e60012;
}
.index-product .list .swiper-slide-thumb-active .tit {
  color: #fff;
}
.index-product .list .swiper-slide-thumb-active .icon .img1 {
  opacity: 0;
}
.index-product .list .swiper-slide-thumb-active .icon .img2 {
  opacity: 1;
  transform: scale(1);
}

.index-productph .list .active {
  background: #e60012;
}
.index-productph .list .active .tit {
  color: #fff;
}
.index-productph .list .active .icon .img1 {
  opacity: 0;
}
.index-productph .list .active .icon .img2 {
  opacity: 1;
  transform: scale(1);
}

.index-product .list-2 {
  padding-top: 0.2rem;
  margin: 0 -0.08rem;
}
.index-product .list-2 .swiper-container {
  overflow: inherit;
}
.index-product .list-2 .hezi {
  display: flex;
  flex-wrap: wrap;
}
.index-product .list-2 .box {
  width: 33.333%;
  padding: 0 0.08rem;
}
.index-product .list-2 .nr {
  width: 100%;
}
.index-product .list-2 .wrap:first-child {
  margin-bottom: 0.16rem;
}
.index-product .list-2 .item {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0.5rem;
  background: #f4f4f6;
  transition: all 500ms ease;
}
.index-productph .list-2 .item {
  padding: 0.2rem;
}
.index-product .list-2 .item .tit {
  color: #212121;
  font-weight: 700;
  font-size: 0.3rem;
}
.index-product .list-2 .item .txt {
  color: #333;
  font-size: 0.18rem;
  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-2 .item .pic {
  overflow: hidden;
  text-align: center;
}

.index-product .list-2 .item .pic img {
  transition: all 500ms ease;
  height:2.3rem;
}
.index-product .list-2 .item .more {
  padding-top: 0.4rem;
  font-weight: 700;
  font-size: 0.14rem;
  color: #e60012;
  text-decoration: underline;
}
.index-product .list-2 .item:hover {
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.index-product .list-2 .item:hover .tit {
  color: #e60012;
}
.index-product .list-2 .item:hover .pic img {
  transform: scale(1.05);
}
.index-product .list-2 .item-1 .nr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-product .list-2 .item-1 .pic {
  margin: 0 auto;
  max-width: 3rem;
  margin-top: 0.2rem;
}
.index-product .list-2 .item-1 .text {
  display: flex;
  flex-direction: column;
}
.index-product .list-2 .item-1 .txt {
  order: 1;
  font-weight: lighter;
  font-size: 0.28rem;
}
.index-product .list-2 .item-1 .tit {
  order: 2;
}
.index-product .list-2 .item-1 .more {
  order: 3;
}
.index-product .list-2 .item-2 .nr {
  flex-direction: row-reverse;
}
.index-product .list-2 .item-2 .nr,
.index-product .list-2 .item-3 .nr {
  display: flex;
  justify-content: space-between;
}
.index-product .list-2 .item-2 .text,
.index-product .list-2 .item-3 .text {
  width: 45%;
}
.index-product .list-2 .item-2 .pic,
.index-product .list-2 .item-3 .pic {
  width: 45%;
}
.index-product .list-2 .item-2 .tit,
.index-product .list-2 .item-3 .tit {
  margin-top: 0.3rem;
  overflow: hidden;
  max-height: 0.6rem;
  line-height: 0.3rem;
}
.index-product .list-2 .item-2 .txt,
.index-product .list-2 .item-3 .txt {
  margin-top: 0.1rem;
}
.index-product .list-2 .item-4 {
  padding: 0 0.2rem;
}
.index-product .list-2 .item-4 .nr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}
.index-product .list-2 .item-4 .pic {
  order: 2;
  margin: 0 auto;
  max-width: 4.3rem;
}
.index-product .list-2 .item-4 .text {
  order: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.index-product .list-2 .item-4 .txt {
  order: 1;
  font-weight: lighter;
}
.index-product .list-2 .item-4 .tit {
  order: 2;
}
.index-product .list-2 .item-4 .more {
  order: 3;
}
.index-product .swiper-button-prev,
.index-product .swiper-button-next {
  top: 0;
  margin-top: 0;
  color: #c8c8c8;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  font-size: 0.16rem;
  margin-top: 1.3rem;
  transition: all 500ms ease;
  border: solid 1px #c8c8c8;
}
.index-product .swiper-button-prev:after,
.index-product .swiper-button-next:after {
  font-size: 0.16rem;
}
.index-product .swiper-button-prev:hover,
.index-product .swiper-button-next:hover {
  color: #fff;
  background: #e60012;
  border-color: #e60012;
}
.index-product .swiper-button-prev {
  left: 1.6rem;
}
.index-product .swiper-button-next {
  right: 1.6rem;
}
.index-product .list-3 .conli{
	display:none;
}
.index-product .list-3 .conli .hezi .box{
	width:50%;
}
.index-product .list-3 .conli.show{
	display:block;
}

@media (max-width: 1024px) {
	.index-product{
		display:none;
	}
	.index-productph{
		display:block;
	}
  .index-product .list .container {
    padding: 0 50px!important;
	overflow:hidden;
  }
  .index-productph .list .container {
    padding: 0 20px!important;
	overflow:hidden;
  }
  .index-product .list .item {
    padding: 0;
  }
  .index-product .list .tit {
    margin-top: 0;
  }
  .index-productph .list .tit {
    line-height: 15px;
    height: 30px;
  }
  .index-product .list .swiper-slide-thumb-active {
    background: #fff;
  }
  .index-product .list .swiper-slide-thumb-active .icon .img1 {
    opacity: 1;
  }
  .index-product .list .swiper-slide-thumb-active .icon .img2 {
    opacity: 0;
  }
  .index-product .list .swiper-slide-thumb-active .tit {
    color: #e60012;
  }
  .index-product .list-2 .item .pic{
	  height:100px;
	}
  .index-product .list-2 .item .pic img {
	  height:100%;
	}
}

@media (max-width: 740px) {
  .index-product .swiper-button-prev,
  .index-product .swiper-button-next {
    margin-top: 80px;
  }
  .index-product .swiper-button-prev {
    left: 20px;
  }
  .index-product .swiper-button-next {
    right: 20px;
  }
  .index-product .list-2 .box {
    width: 100%;
    margin-bottom: 10px!important;
  }
  .index-product .list-2 .item .text {
    text-align: center;
  }
  .index-product .list-2 .item .more {
    font-size: 14px;
  }
  .index-product .list-2 .item .txt {
    font-size: 14px;
    margin-top: 10px;
  }
  .index-product .list-2 .item-2 .nr,
  .index-product .list-2 .item-3 .nr {
    display: block;
  }
  .index-product .list-2 .item-2 .pic,
  .index-product .list-2 .item-3 .pic,
  .index-product .list-2 .item-2 .text,
  .index-product .list-2 .item-3 .text {
    width: 100%;
  }
  .index-product .list-2 .item-4 .pic {
    margin-top: 20px;
  }
}
.index-solution {
  position: relative;
}
.index-solution .swiper-button-prev,
.index-solution .swiper-button-next {
  top: auto;
  margin-top: auto;
  bottom: 1.55rem;
  color: #c8c8c8;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  font-size: 0.16rem;
  margin-top: 1.3rem;
  transition: all 500ms ease;
  border: solid 1px #c8c8c8;
}
.index-solution .swiper-button-prev:after,
.index-solution .swiper-button-next:after {
  font-size: 0.16rem;
}
.index-solution .swiper-button-prev:hover,
.index-solution .swiper-button-next:hover {
  color: #fff;
  background: #e60012;
  border-color: #e60012;
}
.index-solution .swiper-button-prev {
  left: 0.9rem;
}
.index-solution .swiper-button-next {
  right: 0.9rem;
}


.index-solution .swiper-pagination {
  width: 100%;
  display:none;
  bottom: 0.2rem;
}
.index-solution .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  vertical-align: middle;
  background: #fff;
  margin: 0 0.14rem;
}
.index-solution .swiper-pagination-bullet:before {
  top: 50%;
  left: 50%;
  content: "";
  opacity: 0;
  width: 0.22rem;
  height: 0.22rem;
  position: absolute;
  border-radius: 50%;
  transition: all 700ms ease;
  transform: translate(-50%, -50%) rotate(-90deg);
  border: solid 1px rgba(255, 255, 255, 0.7);
  clip-path: ellipse(0% 0% at 90% 0%);
}
.index-solution .swiper-pagination-bullet-active:before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(90deg);
  clip-path: ellipse(100% 100% at 90% 0%);
}

.index-solution .nr {
  max-width: 9.9rem;
  padding-left: 0.6rem;
}
.index-solution .title {
  font-weight: 700;
  line-height: 0.6rem;
  font-size: 0.42rem;
}
.index-solution .title span {
  display: block;
}
.index-solution .text {
  height: 0.72rem;
  margin-top: 0.2rem;
  line-height: 0.36rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-solution .button {
  margin-top: 0.5rem;
}
.index-solution .list {
  position: relative;
}
.index-solution .list:before {
  top: 0;
  z-index: 3;
  content: "";
  width: 1px;
  left: 1.6rem;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.28);
}
.index-solution .list:after {
  top: 0;
  z-index: 3;
  content: "";
  width: 1px;
  right: 1.6rem;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.28);
}
.index-solution .list .item {
  color: #fff;
  padding-top: 1.1rem;
  height: 9rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-solution .list .swiper-slide-active .nr {
  animation: fadeInLeft2 ease 2s;
}
.index-solution .listbox {
  width: 100%;
  z-index: 4;
  bottom: 1.2rem;
  position: absolute;
}
.index-solution .list-2 {
  padding: 0 1.6rem;
  max-width: 19.2rem;
  margin: 0 auto;
}
.index-solution .list-2 .item {
  color: #fff;
  display: flex;
  cursor: pointer;
  align-items: center;
  height: 1.2rem;
  font-size: 0.22rem;
  padding: 0 0.6rem;
  font-weight: 700;
  transition: all 500ms ease;
  background: rgba(18, 24, 28, 0.32);
  border: solid 1px rgba(255, 255, 255, 0.28);
  border-left: 0;
}
.index-solution .list-2 .icon {
  margin-right: 0.25rem;
  height: 0.6rem;
  width: 0.6rem;
}
.index-solution .list-2 .icon img {
  max-width: 0.6rem;
}
.index-solution .list-2 .tit {
  line-height: 0.3rem;
}
.index-solution .list-2 .tit span {
  display: block;
}
.index-solution .list-2 .swiper-container {
  border-left: solid 1px rgba(255, 255, 255, 0.28);
}
.index-solution .list-2 .swiper-slide-thumb-active .item {
  background: #e60012;
}
@media (max-width: 1024px) {
  .index-solution .title span {
    display: inline-block;
  }
  .index-solution .nr {
    max-width: 100%;
    padding: 0 60px;
  }
  .index-solution .list .item {
    display: flex;
    align-items: center;
    height: 360px;
    padding-top: 0;
  }
  .index-solution .list:before,
  .index-solution .list:after {
    display: none;
  }
  .index-solution .list-2 {
    display: none;
  }
  .index-solution .swiper-button-prev,
  .index-solution .swiper-button-next {
    bottom: auto;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
  }
.index-solution .swiper-pagination {
	display:block;
}
}
@media (max-width: 640px) {
  .index-solution .title {
    font-size: 20px;
    line-height: 30px;
  }
  .index-solution .swiper-button-prev {
    left: 20px;
  }
  .index-solution .swiper-button-next {
    right: 20px;
  }
}
.index-about {
  position: relative;
  padding-top: 1rem;
}
.index-about .hezi {
  display: flex;
  justify-content: space-between;
}
.index-about .index-title {
  text-align: left;
}
.index-about .pic img {
  width: 100%;
}
.index-about .circle {
  z-index: 3;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
}
.index-about .circle:before,
.index-about .circle:after {
  width: 1.6rem;
  height: 1.6rem;
  background: #e60012;
}
.index-about .circle i {
  z-index: 4;
  position: relative;
  border-radius: 50%;
  width: 0.7rem;
  height: 0.7rem;
  background: #e60012;
  display: inline-block;
  margin: 0 auto;
  margin-top: 0.45rem;
  animation: ripple 2s ease-out 1s infinite;
}
.index-about .circle i:after {
  content: "";
  margin-top: 0.2rem;
  vertical-align: top;
  display: inline-block;
  border-left: solid 0.2rem #ffffff;
  border-top: solid 0.14rem transparent;
  border-bottom: solid 0.14rem transparent;
}
.index-about .circle img {
  width: auto;
  height: auto;
  margin-top: 0.35rem;
  vertical-align: top;
  max-height: 0.4rem;
}
.index-about .leftbox {
  width: 26%;
}
.index-about .leftbox .text {
  color: #616161;
  line-height: 0.3rem;
  font-size: 0.18rem;
  padding-top: 0.25rem;
}
.index-about .leftbox .button {
  margin-top: 1.2rem;
}
.index-about .rightbox {
  width: 64%;
  color: #333333;
  line-height: 0.32rem;
}
.index-about .rightbox .text {
  font-size: 0.18rem;
}
.index-about .rightbox .text p {
  padding-bottom: 0.05rem;
}
.index-about .rightbox .text p:first-child {
  font-weight: 700;
}
.index-about .rightbox .numlist {
  padding-top: 0.35rem;
}
.index-about .rightbox .numlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-about .rightbox .numlist li {
  color: #616161;
}
.index-about .rightbox .numlist li span {
  line-height: 0.5rem;
  font-size: 0.48rem;
  font-family: "Oswald";
}
.index-about .rightbox .numlist li em {
  vertical-align: top;
  display: inline-block;
  font-style: normal;
}
.index-about .rightbox .numlist li i {
  color: #fff;
  margin-top: 0.23rem;
  vertical-align: top;
  font-size: 0.14rem;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  font-style: normal;
  text-align: center;
  line-height: 0.24rem;
  background: #e60012;
  display: inline-block;
}
.index-about .rightbox .numlist li p:first-child {
  color: #333;
}
@media (max-width: 1024px) {
  .index-about {
    background-image: none!important;
    min-height: auto;
    padding-top: 50px;
  }
  .index-about .hezi {
    display: block;
  }
  .index-about .tu {
    text-align: center;
    display: block;
  }
  .index-about .videbtn {
    display: none;
  }
  .index-about .leftbox {
    width: 100%;
  }
  .index-about .leftbox .text {
    font-size: 15px;
    line-height: 24px;
  }
  .index-about .leftbox .text span {
    display: inline;
  }
  .index-about .leftbox .text p {
    padding-bottom: 5px;
  }
  .index-about .leftbox .button {
    display: none;
  }
  .index-about .rightbox {
    width: 100%;
    font-size: 15px;
    padding: 30px 0 0 0;
    line-height: 26px;
  }
  .index-about .rightbox .text {
    font-size: 15px;
  }
  .index-about .rightbox .numlist {
    padding-bottom: 0px;
    padding-top: 30px;
  }
}
@media (max-width: 640px) {
  .index-about .rightbox .numlist li {
    width: 50%;
    padding-bottom: 20px;
  }
  .index-about .rightbox .index-more {
    padding-top: 0;
  }
}
.index-news {
  padding: 1rem 0;
}
.index-news .container {
  overflow: hidden;
}
.index-news .index-title {
  text-align: left;
}
.index-news .list {
  position: relative;
}
.index-news .list:after {
  right: -1px;
  top: 0;
  z-index: 2;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
}
.index-news .hezi {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.6rem;
  border-bottom: solid 1px #ddd;
}
.index-news .item {
  padding: 0.7rem 0.55rem;
  padding-bottom: 0.45rem;
  border-right: solid 1px #ddd;
}
.index-news .time {
  font-weight: 700;
  color: #212121;
}
.index-news .time img {
  margin-right: 0.05rem;
  margin-top: 0.05rem;
  max-height: 0.16rem;
}
.index-news .tit {
  transition: all 500ms ease;
  color: #212121;
  font-weight: 700;
  height: 0.72rem;
  margin-top: 0.2rem;
  line-height: 0.36rem;
  font-size: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .more {
  color: #212121;
  margin-top: 0.4rem;
}
.index-news .more i {
  font-style: normal;
  font-family: "宋体";
  padding-left: 0.1rem;
  font-weight: 700;
}
.index-news .pic {
  overflow: hidden;
  margin-top: 0.5rem;
  position: relative;
}
.index-news .pic img {
  transition: all 700ms ease;
}
.index-news .pic:after {
  content: "";
  display: block;
  padding-bottom: 58.76777251%;
}
.index-news .item:hover .tit,
.index-news .item:hover .more {
  color: #e60012;
}
.index-news .item:hover .pic img {
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .index-news .item {
    padding-bottom: 0;
  }
  .index-news .time img {
    max-height: 16px;
  }
}
.footer {
  color: rgba(255, 255, 255, 0.58);
  background: #21272e;
  padding-top: 0.7rem;
  overflow: hidden;
  position: relative;
}
.footer a {
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.58);
}
.footer a:hover {
  color: #fff;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
}
.footer li {
  width: 14%;
  padding-left: 0.1rem;
}
.footer li h3 {
  color: #fff;
  padding-bottom: 0.2rem;
}
.footer li h3 a {
  color: #fff;
  font-size: 0.18rem;
}
.footer li h3 a:hover {
  color: #fff;
}
.footer li .drop a {
  display: block;
}
.footer li:first-child {
  width: 42.5%;
  padding-left: 0;
}
.footer li:first-child .logo img {
  max-height: 0.3rem;
}
.footer li:last-child {
  width: 5.5%;
}
.footer li:nth-child(2) {
  width: 36%;
}
.footer li:nth-child(2) .drop {
  display: flex;
  flex-wrap: wrap;
}
.footer li:nth-child(2) .drop a {
  width: 50%;
  padding-right: 0.1rem;
}
.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: #e60012;
  background: #e60012;
}
.footer .contact {
  width: 30%;
  position: relative;
}
.footer .contact .tel {
  margin-bottom: 0.3rem;
  margin-top: 0.5rem;
  padding-left: 0.7rem;
  position: relative;
}
.footer .contact .tel img {
  top: 0;
  left: 0;
  border-radius: 0.1rem;
  position: absolute;
  max-height: 0.54rem;
  border: solid 1px #ffffff;
}
.footer .contact .phone {
  font-weight: 700;
  font-family: "POPPINS-REGULAR";
}
.footer .contact .phone a {
  color: #fff;
  font-size: 0.28rem;
}
.footer .contact .t1 {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  padding-left: 0.3rem;
  position: relative;
}
.footer .contact .t1 img {
  left: 0;
  top: 0.04rem;
  position: absolute;
  max-height: 0.2rem;
}
.footer .contact .t1 a {
  color: rgba(255, 255, 255, 0.58);
}
.footer .contact .t1 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer .copy {
  color: rgba(255, 255, 255, 0.48);
  padding: 0.1rem 0;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.footer .copy span {
  padding: 0 0.2rem;
  display: inline-block;
}
.footer .copy a {
  margin-top: 0;
  display: inline-block;
  float: right;
}
.footer .socialMedia {
  line-height: 0.4rem;
  padding-top: 0.3rem;
  padding-bottom: 0.8rem;
}
.footer .socialMedia .bt {
  color: #8a8a8a;
  font-weight: 700;
  font-size: 0.16rem;
}
.footer .socialMedia .list li {
  width: auto;
  border: 0;
  padding-top: 0;
  margin-top: 0.15rem;
  padding-left: 0.15rem;
  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%;
  opacity: 0.5;
  border: solid 0.01rem #ffffff;
  transition: all 500ms ease;
  background-size: 0.5rem !important;
}
.footer .socialMedia .list .icon img {
  width: 100%;
  max-height: 0.38rem;
}
.footer .socialMedia .list .icon:hover {
  opacity: 1;
  background: #e60012;
  border-color: #e60012;
}
.footer .socialMedia .list .down {
  display: none;
  color: #666;
  background: #fff;
  padding: 0.1rem;
  align-items: center;
  width: 1.34rem;
  cursor: initial;
  position: absolute;
  left: 50%;
  margin-left: -0.1rem;
  top: -1.5rem;
  z-index: 9;
}
.footer .socialMedia .list .down:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.1rem;
  position: absolute;
  border-top: 0.1rem solid #ffffff;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
}
.footer .socialMedia .list .down .txt {
  margin-right: 0.1rem;
}
.footer .socialMedia .list .down .ewm {
  background: #fff;
  position: relative;
}
.footer .socialMedia .list .down .ewm img {
  width: 100%;
  max-height: 1.34rem;
}
.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: block;
}
.footer .socialMedia .list .down {
  left: 0;
  margin-left: -0.38rem;
}
@media (max-width: 1024px) {
  .footer {
    font-size: 14px;
  }
  .footer ul {
    padding: 0 20px;
  }
  .footer li {
    display: none;
    padding-bottom: 40px;
  }
  .footer li:first-child {
    width: 100%;
  }
  .footer li:first-child .logo {
    margin-bottom: 30px;
  }
  .footer li:first-child .logo img {
    max-height: 30px;
  }
  .footer .contact {
    padding-bottom: 0;
    margin-top: 0;
    width: 100%;
    display: block;
  }
  .footer .contact .tel,
  .footer .contact .t1 {
    margin-top: 10px;
    font-size: 15px;
    padding-left: 30px;
  }
  .footer .contact .tel img,
  .footer .contact .t1 img {
    max-height: 22px;
  }
  .footer .contact .tel {
    padding-left: 70px;
  }
  .footer .contact .tel img {
    top: 0px;
    max-height: 54px;
  }
  .footer .socialMedia {
    padding-bottom: 0;
  }
  .footer .socialMedia .list .icon {
    width: 38px;
    height: 38px;
  }
  .footer .socialMedia .list .icon img {
    max-height: 38px;
  }
  .footer .copy {
    font-size: 12px;
  }
  .footer .copy span {
    padding-left: 0;
  }
  .footer .copy a {
    float: none;
    padding-left: 0px;
  }
  .footer .copy .ipc {
    padding-right: 0;
    display: block;
  }
}
.inside-banner {
  position: relative;
}
.inside-banner .pic img {
  width: 100%;
}
.inside-banner .box {
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 100%;
  transform: translate(-50%, -18%);
  position: absolute;
}
.inside-banner .cn {
  color: #fff;
  font-size: 0.5rem;
}

.inside-banner .en {
  color: #fff;
  font-size: 0.28rem;
  font-family: "POPPINS-REGULAR";
}
.inside-banner .info {
  padding-top: 0.4rem;
  line-height: 0.32rem;
  color: rgba(255, 255, 255, 0.5);
}

.inside-banner2 .pic {
  position:relative;
}

.inside-banner2 .pic:before {
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0,0,0,0.5)
}

.inside-banner .cn2 {
  /* text-shadow: 1px 2px 3px #000; */
  font-size: 0.48rem;
  font-weight: 700;
}
.inside-banner .info2 {
  font-size: 0.24rem;
  color: #fff;
  /* text-shadow: 1px 2px 3px #000; */
}

.inside-banner .info span {
  display: block;
  font-size: 0.22rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .box {
    display: none;
  }
}
.inside-box {
  background: #f6f6f6;
}
.inside-box .container {
  display: flex;
  justify-content: space-between;
}
.inside-current {
  width: 25%;
  text-align: right;
  font-size: 0.16rem;
  font-weight: normal;
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-current span {
  color: #e60012;
}
.inside-current img {
  margin-bottom: 0.06rem;
  vertical-align: middle;
  margin-right: 0.1rem;
  max-height: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-current {
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
  .inside-current img {
    margin-bottom: 6px;
    max-height: 20px;
  }
}
.inside-current-2 {
  width: 100%;
}
.inside-title {
  color: #333;
  font-size: 0.42rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1024px) {
  .inside-title {
    font-size: 22px;
  }
}
.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.1rem;
  vertical-align: middle;
  max-height: 0.26rem;
}
.inside-menu li .ic2 {
  display: none;
}
.inside-menu li:hover,
.inside-menu .cur {
  background: #e60012;
}
.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 {
  position: relative;
}
.inside-menu-3 li .icon img {
  max-height: 0.3rem;
}
.inside-menu-3 .expand {
  font-size: 0.14rem;
  top: 0.3rem;
  right: -0.8rem;
  position: absolute;
}
.inside-menu-3 .expand i {
  width: 0.12rem;
  height: 0.12rem;
  margin-top: 0.02rem;
  vertical-align: top;
  margin-right: 0.1rem;
  display: inline-block;
  border-right: solid 1px #9e9e9e;
  border-top: solid 1px #9e9e9e;
  transform: rotate(135deg);
  transition: all 500ms ease;
}
.inside-menu-3 .expand a {
  color: #999;
}
.inside-menu-3 .expand:hover a {
  color: #e60012;
}
.inside-menu-3 .expand:hover i {
  border-right: solid 1px #e60012;
  border-top: solid 1px #e60012;
}
.inside-news {
  padding: 1rem 0 1.2rem 0;
}
.inside-news .subdrop {
  text-align: center;
  padding-bottom: 0.4rem;
  font-size: 0.18rem;
}
.inside-news .subdrop a {
  color: #333;
  padding: 0 0.3rem;
  display: inline-block;
}
.inside-news .subdrop a:hover,
.inside-news .subdrop .cur {
  color: #e60012;
  font-weight: 700;
}
.inside-news .list:after {
  right: -15px;
}
.inside-news .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.7rem;
  margin-right: 0;
}
.inside-news .list li {
  width: 33.333%;
  border-top: solid 1px #dddddd;
}
.inside-news .item {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
@media (max-width: 1024px) {
  .inside-news {
    padding-top: 40px;
  }
  .inside-news .list ul {
    margin: 0 -15px;
  }
  .inside-news .list li {
    width: 50%;
  }
  .inside-news .item {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .inside-news .list ul {
    margin-left: 0;
    margin-right: 0;
  }
  .inside-news .list li {
    width: 100%;
  }
  .inside-news .list .item {
    border-right: 0;
  }
}
.inside-newsshow {
  padding: 1rem 0;
  background: #f5f5f5;
}
.inside-newsshow .inside-current {
  width: 100%;
  text-align: left;
}
.inside-newsshow .container {
  max-width: 14.7rem;
}
.inside-newsshow .list {
  padding-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.inside-newsshow .leftbox {
  width: 65%;
  padding: 0.6rem;
  background: #fff;
}
.inside-newsshow .leftbox h1 {
  color: #212121;
  line-height: 0.5rem;
  font-size: 0.36rem;
}
.inside-newsshow .leftbox .hezi {
  display: flex;
  align-items: center;
  padding-top: 0.3rem;
  padding-bottom: 0.45rem;
  justify-content: space-between;
  border-bottom: solid 1px #cdcccc;
}
.inside-newsshow .leftbox .info {
  color: #7a7a7a;
}
.inside-newsshow .leftbox .info span {
  padding-left: 0.2rem;
}
.inside-newsshow .leftbox .share a {
  padding-left: 0.2rem;
  display: inline-block;
}
.inside-newsshow .leftbox .share img {
  max-height: 0.3rem;
}
.inside-newsshow .leftbox .picbox {
  padding-top: 0.9rem;
  line-height:2.5;
}
.inside-newsshow .rightbox {
  width: 31%;
  background: #fff;
  padding: 0.8rem 0.35rem;
}
.inside-newsshow .list-2 {
  left: 0;
  top: 1.2rem;
  position: sticky;
}
.inside-newsshow .list-2 .title {
  color: #212121;
  font-size: 0.2rem;
  font-weight: 700;
  padding-bottom: 0.3rem;
  border-bottom: solid 1px #cdcccc;
}
.inside-newsshow .list-2 ul {
  padding-top: 0.1rem;
}
.inside-newsshow .list-2 li:first-child {
  border-top: 0;
}
.inside-newsshow .list-2 li {
  padding: 0.25rem 0;
  border-top: solid 1px #cdcccc;
}
.inside-newsshow .list-2 li .nr {
  display: flex;
  justify-content: space-between;
}
.inside-newsshow .list-2 li .pic {
  width: 42%;
  overflow: hidden;
  position: relative;
}
.inside-newsshow .list-2 li .pic img {
  transition: all 700ms ease;
}
.inside-newsshow .list-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 58.75%;
}
.inside-newsshow .list-2 li .text {
  width: 58%;
  padding-left: 0.2rem;
}
.inside-newsshow .list-2 li .time {
  color: #7a7a7a;
  font-size: 0.14rem;
}
.inside-newsshow .list-2 li .tit {
  margin-top: 0.1rem;
  font-weight: 700;
  color: #212121;
  height: 0.58rem;
  line-height: 0.28rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-newsshow .list-2 li:hover .pic img {
  transform: scale(1.1);
}
.inside-newsshow .list-2 li:hover .tit {
  color: #e60012;
}
@media (max-width: 1024px) {
  .inside-newsshow .list {
    display: block;
  }
  .inside-newsshow .leftbox,
  .inside-newsshow .rightbox {
    width: 100%;
  }
  .inside-newsshow .rightbox {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .inside-newsshow .leftbox {
    padding: 30px;
  }
  .inside-newsshow .leftbox .hezi {
    display: block;
  }
  .inside-newsshow .leftbox .share {
    margin-top: 10px;
    line-height: 30px;
  }
  .inside-newsshow .leftbox .share img {
    max-height: 30px;
  }
  .inside-newsshow .list-2 .title {
    font-size: 16px;
  }
  .inside-newsshow .list-2 li .text {
    padding-left: 20px;
  }
  .inside-newsshow .list-2 li .nr {
    align-items: center;
  }
  .inside-newsshow .list-2 li .time {
    font-size: 12px;
  }
}
.inside-pagenews {
  position: relative;
  padding-top: 0.25rem;
  margin-top: 0.6rem;
  border-top: solid 1px #eee;
}
.inside-pagenews ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-pagenews li {
  width: 44%;
}
.inside-pagenews li .tag i {
  color: #666;
  font-weight: 700;
  font-family: "宋体";
  display: inline-block;
  font-style: normal;
}
.inside-pagenews li .tit {
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-pagenews li:first-child .tag i {
  margin-right: 0.1rem;
}
.inside-pagenews li:last-child {
  text-align: right;
}
.inside-pagenews li:last-child .tag i {
  margin-left: 0.1rem;
}
.inside-pagenews .fanhui {
  left: 50%;
  width: 10%;
  top: 0.34rem;
  font-size: 0.14rem;
  text-align: center;
  position: absolute;
  transform: translateX(-40%);
}
.inside-pagenews .fanhui a {
  color: #e60012;
}
@media (max-width: 1024px) {
  .inside-pagenews ul {
    display: block;
  }
  .inside-pagenews li {
    width: 100%;
    padding-top: 15px;
    text-align: left!important;
  }
  .inside-pagenews li .tag i {
    display: none;
  }
  .inside-pagenews li .tit {
    height: 30px;
    line-height: 30px;
  }
  .inside-pagenews .fanhui {
    left: auto;
    width: 100%;
    top: auto;
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
    transform: translateX(0);
    position: relative;
  }
}
.inside-product {
  padding: 1rem 0;
  background: #f7f7f7;
}
.inside-product .container {
  display: flex;
  justify-content: space-between;
}
.inside-product .leftbox {
  width: 22.5%;
}
.inside-product .rightbox {
  width: 73.5%;
}
.inside-product .rightbox .bt-2 {
  color: #fff;
  font-weight: 700;
  line-height: 0.52rem;
  text-align: center;
  background: #e60012;
}
.inside-product .hezi {
  display: flex;
  justify-content: space-between;
  padding-right: 0.16rem;
  padding-top: 0.38rem;
}
.inside-product .title {
  color: #292929;
  font-weight: 700;
  font-size: 0.28rem;
  line-height: 0.3rem;
}
.inside-product .search {
  padding-top: 0.04rem;
}
.inside-product .search svg {
  width: 0.24rem;
  height: 0.24rem;
  fill: #e60012;
}
.inside-product .searchbox {
  display: none;
  padding-right: 0.16rem;
  margin-top: 0.3rem;
}
.inside-product .searchbox input {
  width: 100%;
  padding: 0 0.15rem;
  height: 0.4rem;
  line-height: 0.38rem;
  border: solid 1px #ddd;
  font-family: "微软雅黑";
}
.inside-product .pronav {
  left: 0;
  top: 1.2rem;
  position: sticky;
  background: #fff;
  padding: 0 0.2rem;
  min-height: 5rem;
  border-top: solid 0.05rem #e60012;
}
.inside-product .pronav ul {
  padding-top: 0.15rem;
}
.inside-product .pronav li {
  position: relative;
  font-size: 0.18rem;
  padding-top: 0.12rem;
  padding-bottom: 0.12rem;
  border-top: dashed 1px #c4c9cc;
}
.inside-product .pronav li a {
  color: #292929;
  display: block;
}
.inside-product .pronav li i {
  right: 0.16rem;
  position: absolute;
  font-style: normal;
  font-family: "宋体";
  font-weight: 700;
}
.inside-product .pronav li:first-child {
  border-top: 0;
}
.inside-product .pronav li:hover a,
.inside-product .pronav .cur a {
  font-weight: 700;
  color: #e60012;
}
@media (max-width: 1024px) {
  .inside-product {
    padding-top: 30px;
  }
  .inside-product .container {
    display: block;
  }
  .inside-product .leftbox {
    display: none;
  }
  .inside-product .rightbox {
    width: 100%;
  }
  .inside-product .rightbox .bt-2 {
    line-height: 40px;
    font-size: 16px;
  }
}
.inside-sx {
  background: #fff;
  border: solid 1px #f1f1f1;
}
.inside-sx .bt {
  color: #262626;
  background: #fcfcfc;
  line-height: 0.48rem;
  position: relative;
  padding: 0 0.36rem;
  border-bottom: solid 1px #f0f0f0;
}
.inside-sx .bt:after {
  content: "";
  left: 0.36rem;
  position: absolute;
  width: 0.64rem;
  height: 0.02rem;
  bottom: -1px;
  background: #e60012;
}
.inside-sx .list {
  padding: 0 0.36rem;
  padding-top: 0.1rem;
  padding-bottom: 0.4rem;
}
.inside-sx .list dl {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.2rem;
}
.inside-sx .list dt {
  width: 8%;
  color: #242424;
}
.inside-sx .list dd {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
.inside-sx .list dd span {
  width: 15%;
  color: #757575;
  display: inline-block;
}
.inside-sx .list dd input[type="checkbox"] {
  accent-color: #e60012;
}
.inside-sx .list dd input[type="checkbox"] {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
  border-radius: 0.05rem;
  border: solid 1px #cacaca;
  outline: none;
  cursor: pointer;
}
.inside-sx .list .show-more-btn {
  margin-top: 0.2rem;
  cursor: pointer;
  position: relative;
}
.inside-sx .list .show-more-btn:after {
  content: "";
  vertical-align: top;
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  margin-top: 0.05rem;
  margin-left: 0.05rem;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  .inside-sx .bt {
    line-height: 46px;
    padding: 0 30px;
  }
  .inside-sx .list dt {
    width: 20%;
  }
  .inside-sx .list dd {
    width: 80%;
  }
  .inside-sx .list dd span {
    width: auto;
    margin-right: 10px;
  }
}
@media (max-width: 540px) {
  .inside-sx .list dt {
    width: 30%;
  }
  .inside-sx .list dd {
    width: 70%;
  }
}
.inside-prolist ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-prolist li {
  width: 50%;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}

.inside-prolist #prolist1 li{
	width: 25%;
}

.inside-prolist #prolist1 li .text{
	width: 100%;
	text-align: center;
}

.inside-prolist #prolist1 li .text .tit{
	width: 100%;
	text-align: left;
}

.inside-prolist #prolist1 .box{
	padding-right: 0.5rem;
}

.inside-prolist #prolist1 li .pic{
	width: 100%;
}

.inside-prolist li .item {
  background: #fff;
}
.inside-prolist li .box {
  display: flex;
  align-items: center;
  padding: 0.3rem;
  justify-content: space-between;
}
.inside-prolist li .text {
  z-index: 3;
  width: 50%;
  position: relative;
}
.inside-prolist li .text .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  width: 140%;
  position: relative;
  line-height: 0.6rem;
  height: 0.6rem;
  font-weight: 700;
  color: #212121;
  font-size: 0.26rem;
  margin-bottom: 0.35rem;
}
.inside-prolist li .text .tit:before {
  content: "";
  width: 2.1rem;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #d6d6d6;
}
.inside-prolist li .text .tit:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 0.4rem;
  height: 0.02rem;
  position: absolute;
  background: #e60012;
  transition: all 500ms ease;
}
.inside-prolist li .text .txt {
  display: flex;
  margin-bottom: 5px;
}
.inside-prolist li .text .txt span {
  color: #666;
  width: 50%;
}
.inside-prolist li .text .txt span:first-child {
  color: #333;
}
.inside-prolist li .text .button {
  padding-top: 0.3rem;
  display: inline-block;
}
.inside-prolist li .text .button span {
  color: #616161;
  border-color: #ededed;
  background: #ededed;
  height: 0.4rem;
  line-height: 0.38rem;
  min-width: 1.3rem;
  transition: all 500ms ease;
}

.inside-prolist li .text .span {
    display: inline-block;
    padding-top: 0.4rem;
    vertical-align: top;
    float: right;
}

.inside-prolist li .text .span input[type="checkbox"]{
	width: 0.18rem;
	height: 0.18rem;
	margin-right: 0.1rem;
	border-radius: 0.05rem;
	border: solid 1px #cacaca;
	outline: none;
	cursor: pointer;
}

.inside-prolist li .text .span input[type="checkbox"] {
    accent-color: #e60012;
}

.inside-prolist li .pic {
  width: 48%;
  overflow: hidden;
  position: relative;
}
.inside-prolist li .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-prolist li .pic img {
  transition: all 700ms ease;
}
.inside-prolist li:hover .text .tit:after {
  width: 2.1rem;
}
.inside-prolist li:hover .text .button span {
  color: #fff;
  border-color: #e60012;
  background: #e60012;
}
.inside-prolist li:hover .pic img {
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .inside-prolist li {
    width: 100%;
  }
  .inside-prolist #prolist1 li{
	  width: 50%;
  }
}
@media (max-width: 420px) {
  .inside-prolist li .box {
    padding: 20px;
    padding-right: 0;
  }
  .inside-prolist li .text .txt {
    font-size: 12px;
  }
  .inside-prolist #prolist1 .box{
	padding: 20px;
  }
}
.inside-probox-1 {
  display: flex;
  position: relative;
  margin-bottom: 0.8rem;
  padding-bottom: 0.9rem;
  justify-content: space-between;
  border-bottom: solid 1px #f3f3f3;
}
.inside-probox-1 .left {
  width: 46%;
}
.inside-probox-1 .right {
  width: 47%;
}
.inside-probox-1 .right h1 {
  color: #212121;
  font-size: 0.36rem;
}
.inside-probox-1 .right .nr {
  padding-top: 0.3rem;
}
.inside-probox-1 .right .txt {
  padding-bottom: 0.1rem;
}
.inside-probox-1 .right .txt span:first-child {
  width: 20%;
  color: #333;
  display: inline-block;
}
.inside-probox-1 .right .btnbox {
  display: flex;
  margin-top: 0.4rem;
}
.inside-probox-1 .right .button {
  margin-right: 0.2rem;
}
.inside-probox-1 .right .button a {
  height: 0.42rem;
  line-height: 0.4rem;
  min-width: 1.4rem;
  display: inline-block;
}
.inside-probox-1 .right .button img {
  margin-left: 0;
  margin-bottom: 0.04rem;
  margin-right: 0.1rem;
  max-height: 0.24rem;
}
.inside-probox-1 .right .button:last-child {
  margin-right: 0;
}
.inside-probox-1 .right .button:last-child a {
  color: #333;
  background: transparent;
}
.inside-probox-1 .right .button:last-child a:hover {
  color: #e60012;
}
.inside-probox-1 .list {
  border: solid 1px #f3f3f3;
  overflow: hidden;
  position: relative;
}
.inside-probox-1 .list .pic {
  background: #fff;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.inside-probox-1 .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 75.47169811%;
}
.inside-probox-1 .list-2 {
  padding: 0 0.5rem;
  position: relative;
  margin-top: 0.3rem;
}
.inside-probox-1 .list-2 .pic {
  margin-right: 1px;
  margin-bottom: 1px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: solid 1px #fff;
}
.inside-probox-1 .list-2 .pic:after {
  content: "";
  display: block;
  padding-bottom: 75.47169811%;
}
.inside-probox-1 .swiper-button-prev,
.inside-probox-1 .swiper-button-next {
  opacity: 1;
  transition: all 500ms ease;
  line-height: 0.2rem;
  margin-top: -0.12rem;
  border-radius: 50%;
  border: solid 1px #cecece;
  width: 0.26rem;
  height: 0.26rem;
  font-size: 0rem;
}
.inside-probox-1 .swiper-button-prev:after,
.inside-probox-1 .swiper-button-next:after {
  display: none;
}
.inside-probox-1 .swiper-button-prev svg,
.inside-probox-1 .swiper-button-next svg {
  height: 0.2rem;
  width: 0.2rem;
  color: #ccc;
}
.inside-probox-1 .swiper-button-prev:hover,
.inside-probox-1 .swiper-button-next:hover {
  border-color: #e60012;
}
.inside-probox-1 .swiper-button-prev:hover svg,
.inside-probox-1 .swiper-button-next:hover svg {
  color: #e60012;
}
.inside-probox-1 .swiper-button-prev {
  left: 0;
}
.inside-probox-1 .swiper-button-next {
  right: 0;
}
.inside-probox-1 .swiper-slide-thumb-active .pic {
  border-color: #e60012;
}
@media (max-width: 1024px) {
  .inside-probox-1 {
    display: block;
  }
  .inside-probox-1 .left,
  .inside-probox-1 .right {
    width: 100%;
  }
  .inside-probox-1 .right {
    margin-top: 30px;
  }
  .inside-probox-1 .right .button a {
    padding: 0 15px;
  }
  .inside-probox-1 .right .button img {
    max-height: 24px;
  }
  .inside-probox-1 .right .txt span:first-child {
    width: 28%;
  }
  .inside-probox-1 .swiper-button-prev,
  .inside-probox-1 .swiper-button-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 18px;
  }
  .inside-probox-1 .swiper-button-prev svg,
  .inside-probox-1 .swiper-button-next svg {
    width: 16px;
    height: 16px;
  }
}
.inside-probox-2 ul {
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-probox-2 li {
  width: 50%;
  padding: 0 0.1rem;
  padding-top: 0.2rem;
}
.inside-probox-2 li .item {
  min-height: 100%;
  background: #f3f3f3;
  border-radius: 0.2rem;
  padding: 0.2rem 0.4rem;
  transition: all 500ms ease;
}
.inside-probox-2 li .tit {
  padding: 0 0.15rem;
  color: #212121;
  font-weight: 700;
  font-size: 0.22rem;
}
.inside-probox-2 li .txt {
  line-height: 0.28rem;
  font-size: 0.14rem;
  padding-top: 0.05rem;
}
.inside-probox-2 li:hover .item {
  background: #fff;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .inside-probox-2 ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .inside-probox-2 li {
    padding: 0 10px;
    padding-top: 20px;
  }
  .inside-probox-2 li .item {
    padding: 30px;
  }
  .inside-probox-2 li .tit {
    padding: 0;
    font-size: 16px;
  }
  .inside-probox-2 li .txt {
    font-size: 14px;
    padding-top: 10px;
  }
}
@media (max-width: 480px) {
  .inside-probox-2 li {
    width: 100%;
  }
}
.inside-probox-3 {
  margin-top: 0.6rem;
}
.inside-probox-3 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.inside-probox-3 li {
  width: 25%;
  padding: 0 0.1rem;
  padding-top: 0.2rem;
}
.inside-probox-3 li .item {
  min-height: 100%;
  text-align: center;
  border-radius: 0.2rem;
  background: #F3F3F3;
  padding: 0.4rem;
  padding-bottom: 0.25rem;
}
.inside-probox-3 li .icon img {
  max-height: 1.4rem;
}
.inside-probox-3 li .tit {
  padding: 0 0.15rem;
  color: #212121;
  font-weight: 700;
  font-size: 0.2rem;
  min-width: 1.8rem;
  display: inline-block;
  background: #fff;
  margin-top: 0.3rem;
  line-height: 0.4rem;
  border-radius: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-probox-3 ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .inside-probox-3 li {
    width: 50%;
    padding: 0 10px;
    padding-top: 20px;
  }
  .inside-probox-3 li .tit {
    font-size: 15px;
    line-height: 40px;
    min-width: 80px;
  }
}
.inside-probox-4 {
  margin-top: 0.6rem;
}
.inside-probox-4 .table td {
  color: #212121;
  border: solid 1px #d1d1d1!important;
  padding: 0.1rem 0;
  padding-left: 0.3rem;
  padding-right: 0.1rem;
}
.inside-probox-4 .table td:first-child {
  max-width: 14.5%;
}
@media (max-width: 1024px) {
  .inside-probox-4 .table {
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    overflow-x: auto;
  }
  .inside-probox-4 .table table {
    width: 1200px;
  }
  .inside-probox-4 .table td {
    padding: 10px;
    padding-left: 30px;
  }
}
.inside-probox-5 {
  margin-top: 0.6rem;
}
.inside-probox-5 ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-probox-5 li {
  width: 25%;
  text-align: center;
  padding: 0 0.55rem;
  padding-top: 0.5rem;
}
.inside-probox-5 li .tit {
  color: #212121;
  font-size: 0.2rem;
  padding-top: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-probox-5 li {
    padding: 0 10px;
    padding-top: 30px;
  }
}
@media (max-width: 580px) {
  .inside-probox-5 li {
    width: 50%;
  }
}
.inside-xgproduct {
  background: #f3f3f3;
  padding: 0.9rem 0 1rem 0;
}
.inside-xgproduct .index-title {
  padding-bottom: 0.3rem;
  position: relative;
}
.inside-xgproduct .index-title:after {
  content: "";
  bottom: 0;
  left: 50%;
  width: 0.4rem;
  height: 0.04rem;
  position: absolute;
  transform: translateX(-50%);
  background: #e60012;
}
.inside-xgproduct .list {
  position: relative;
  margin-top: 0.8rem;
}
.inside-xgproduct .list .item {
  padding: 0.2rem;
  padding-bottom: 0.4rem;
  text-align: center;
  background: #fff;
}
.inside-xgproduct .list .item .pic {
  margin: 0 auto;
  max-width: 2.6rem;
  overflow: hidden;
  position: relative;
}
.inside-xgproduct .list .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-xgproduct .list .item .pic img {
  transition: all 700ms ease;
}
.inside-xgproduct .list .item .tit {
  margin-top: 0.1rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  color: #212121;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-xgproduct .list .item:hover .pic img {
  transform: scale(1.1);
}
.inside-xgproduct .list .item:hover .tit {
  color: #e60012;
}
.inside-xgproduct .list .swiper-button-prev,
.inside-xgproduct .list .swiper-button-next {
  color: #b7b6b6;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  font-size: 0.16rem;
  background: #fff;
  transition: all 500ms ease;
  border: solid 1px #939292;
}
.inside-xgproduct .list .swiper-button-prev:after,
.inside-xgproduct .list .swiper-button-next:after {
  font-size: 0.16rem;
}
.inside-xgproduct .list .swiper-button-prev:hover,
.inside-xgproduct .list .swiper-button-next:hover {
  border-color: #e60012;
  background: #e60012;
}
.inside-xgproduct .list .swiper-button-prev:hover:after,
.inside-xgproduct .list .swiper-button-next:hover:after {
  color: #fff;
}
.inside-xgproduct .list .swiper-button-prev {
  left: -1rem;
}
.inside-xgproduct .list .swiper-button-next {
  right: -1rem;
}
@media (max-width: 1024px) {
  .inside-xgproduct .list .swiper-button-prev {
    left: 20px;
  }
  .inside-xgproduct .list .swiper-button-next {
    right: 20px;
  }
}
.inside-solution {
  padding-bottom: 1rem;
  padding-top: 0.3rem;
}
.inside-solution li {
  margin-top: 0.7rem;
  background: #f5f6fa;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.inside-solution li .leftbox {
  width: 49%;
}
.inside-solution li .leftbox .pic {
  position: relative;
  overflow: hidden;
}
.inside-solution li .leftbox .pic img {
  transition: all 700ms ease;
}
.inside-solution li .leftbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 62.82051282%;
}
.inside-solution li .rightbox {
  width: 51%;
  padding: 0 0.9rem;
}
.inside-solution li .rightbox .icon {
  overflow: hidden;
  height: 0.6rem;
  width: 0.6rem;
  position: relative;
}
.inside-solution li .rightbox .icon img {
  max-height: 0.6rem;
}
.inside-solution li .rightbox .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: translateY(0.2rem);
  transition: all 500ms ease;
}
.inside-solution li .rightbox .tit {
  color: #282828;
  margin-top: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.26rem;
  font-weight: 700;
  transition: all 500ms ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-solution li .rightbox .txt {
  color: #666;
  margin-top: 0.3rem;
  height: 1.5rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.inside-solution li .rightbox .button {
  margin-top: 0.3rem;
}
.inside-solution li .rightbox .button span {
  font-size: 0.16rem;
}
.inside-solution li:nth-child(2n) {
  flex-direction: row-reverse;
}
.inside-solution li:hover .rightbox .icon .img1 {
  opacity: 0;
  transform: translateY(0);
}
.inside-solution li:hover .rightbox .icon .img2 {
  opacity: 1;
  transform: scale(1);
}
.inside-solution li:hover .rightbox .tit {
  color: #e60012;
}
.inside-solution li:hover .rightbox .button span:before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.inside-solution .more {
  margin-top: 0.8rem;
  text-align: center;
}
.inside-solution .more a {
  height: 0.42rem;
  line-height: 0.4rem;
  min-width: 1.4rem;
  border-radius: 0.3rem;
  display: inline-block;
  border: solid 1px #ccc;
  transition: all 500ms ease;
}
.inside-solution .more img {
  margin-left: 0.05rem;
  margin-top: 0.14rem;
  max-height: 0.14rem;
}
.inside-solution .more i {
  margin-top: 0.15rem;
  margin-left: 0.1rem;
  vertical-align: top;
  width: 0.08rem;
  height: 0.08rem;
  font-style: normal;
  display: inline-block;
  transform: rotate(135deg);
  border-right: solid 1px #333;
  border-top: solid 1px #333;
}
.inside-solution .more a:hover {
  color: #e60012;
  border-color: #e60012;
}
.inside-solution .more a:hover i {
  border-right: solid 1px #e60012;
  border-top: solid 1px #e60012;
}
.inside-solution .swiper-pagination {
  width: 100%;
  bottom: 0.2rem;
}
.inside-solution .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.14rem;
}
.inside-solution .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  vertical-align: middle;
  background: #fff;
}
.inside-solution .swiper-pagination-bullet:before {
  top: 50%;
  left: 50%;
  content: "";
  opacity: 0;
  width: 0.22rem;
  height: 0.22rem;
  position: absolute;
  border-radius: 50%;
  transition: all 700ms ease;
  transform: translate(-50%, -50%) rotate(-90deg);
  border: solid 1px rgba(255, 255, 255, 0.7);
  clip-path: ellipse(0% 0% at 90% 0%);
}
.inside-solution .swiper-pagination-bullet-active:before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(90deg);
  clip-path: ellipse(100% 100% at 90% 0%);
}
@media (max-width: 1024px) {
  .inside-solution {
    padding-top: 0;
  }
  .inside-solution li {
    display: block;
  }
  .inside-solution li .leftbox,
  .inside-solution li .rightbox {
    width: 100%;
  }
  .inside-solution li .rightbox {
    padding: 30px;
  }
}
.inside-case li .rightbox .tit {
  margin-top: 0;
}
.inside-case li .rightbox .tit a {
  color: #282828;
}
.inside-case li .rightbox .txt {
  margin-top: 0.2rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-case li .rightbox .button a {
  line-height: 0.4rem;
  height: 0.42rem;
  font-size: 0.16rem;
}
.inside-case li .rightbox .bt {
  padding-top: 0.4rem;
  font-size: 0.18rem;
  color: #282828;
  font-weight: 700;
}
.inside-case li:hover .leftbox .pic img {
  transform: scale(1.1);
}
.inside-case li:hover .rightbox .tit a {
  color: #e60012;
}
.inside-case li:hover .button a:before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.inside-case .list {
  padding: 0 0.2rem;
  position: relative;
  margin-top: 0.2rem;
}
.inside-case .list .pic {
  overflow: hidden;
  position: relative;
}
.inside-case .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 81.81818182%;
}
.inside-case .list .pic img {
  transition: all 700ms ease;
}
.inside-case .list .pic:hover img {
  transform: scale(1.05);
}
.inside-case .swiper-button-prev,
.inside-case .swiper-button-next {
  color: #000;
}
.inside-case .swiper-button-prev:after,
.inside-case .swiper-button-next:after {
  font-size: 0.16rem;
  transition: all 500ms ease;
}
.inside-case .swiper-button-prev:hover:after,
.inside-case .swiper-button-next:hover:after {
  font-size: 0.3rem;
  color: #e60012;
}
.inside-case .swiper-button-prev {
  left: -0.4rem;
}
.inside-case .swiper-button-next {
  right: -0.4rem;
}
@media (max-width: 1024px) {
  .inside-case li .rightbox .bt {
    font-size: 15px;
  }
  .inside-case .swiper-button-prev {
    left: -20px;
  }
  .inside-case .swiper-button-next {
    right: -20px;
  }
}
.inside-case-1 li {
  background: #fff;
  align-items: flex-start;
}
.inside-case-1 li .rightbox .tag {
  padding-bottom: 0.25rem;
}
.inside-case-1 li .rightbox .jj {
  line-height: 0.2rem;
  margin-top: 0.2rem;
  position: relative;
  color: #e60012;
}
.inside-case-1 li .rightbox .jj:before {
  content: "";
  vertical-align: top;
  width: 0.04rem;
  height: 0.2rem;
  background: #e60012;
  margin-right: 0.15rem;
  display: inline-block;
}
.inside-case-1 li .rightbox .txt {
  height: auto;
  margin-top: 0.4rem;
  -webkit-line-clamp: inherit;
}
.inside-case-1 li .rightbox .button {
  margin-top: 0.6rem;
}
.inside-case-1 li .rightbox .button img {
  margin-right: 0.1rem;
  max-height: 0.24rem;
}
@media (max-width: 640px) {
  .inside-case-1 {
    padding-bottom: 30px;
  }
  .inside-case-1 li .rightbox .button a {
    font-size: 14px;
  }
  .inside-case-1 li .rightbox .button img {
    max-height: 24px;
  }
}
.inside-caseshow {
  padding: 0.8rem 0;
  background: #f8f8f8;
}
.inside-caseshow .ctitle {
  color: #e60012;
  font-weight: 700;
  font-size: 0.24rem;
}
.inside-caseshow .ctext {
  padding-bottom: 0.6rem;
  line-height: 0.3rem;
  border-bottom: solid 1px #e7e7e7;
  padding-top: 0.2rem;
}
.inside-caseshow .ctitle-2 {
  color: #e60012;
  font-weight: 700;
}
.inside-caseshow .ctext-2 {
  line-height: 0.3rem;
}
.inside-caseshow .inside-prolist {
  padding-top: 0.5rem;
  margin-bottom: 0.7rem;
  position: relative;
}
.inside-caseshow .inside-prolist ul {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}
.inside-caseshow .inside-prolist li {
  padding-left: 0;
  padding-right: 0;
}
.inside-caseshow .inside-prolist li .item {
  margin-bottom: 0.7rem;
}


.inside-caseshow .inside-prolist .swiper-button-prev,
.inside-caseshow .inside-prolist .swiper-button-next {
  top: 30%;
  margin-top: 0;
  color: #c8c8c8;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  font-size: 0.16rem;
  margin-top: 1.3rem;
  transition: all 500ms ease;
  border: solid 1px #c8c8c8;
}
.inside-caseshow .inside-prolist .swiper-button-prev:after,
.inside-caseshow .inside-prolist .swiper-button-next:after {
  font-size: 0.16rem;
}
.inside-caseshow .inside-prolist .swiper-button-prev:hover,
.inside-caseshow .inside-prolist .swiper-button-next:hover {
  color: #fff;
  background: #e60012;
  border-color: #e60012;
}
.inside-caseshow .inside-prolist .swiper-button-prev {
  left: 0;
}
.inside-caseshow .inside-prolist .swiper-button-next {
  right: 0;
}

.inside-caseshow .swiper-pagination {
  width: 100%;
  bottom: 0rem;
}
.inside-caseshow .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  vertical-align: middle;
  background: #ccc;
  margin: 0 0.14rem;
}
.inside-caseshow .swiper-pagination-bullet:before {
  top: 50%;
  left: 50%;
  content: "";
  opacity: 0;
  width: 0.22rem;
  height: 0.22rem;
  position: absolute;
  border-radius: 50%;
  transition: all 700ms ease;
  transform: translate(-50%, -50%) rotate(-90deg);
  border: solid 1px #e60012;
  clip-path: ellipse(0% 0% at 90% 0%);
}
.inside-caseshow .swiper-pagination-bullet-active {
  background: #e60012;
}
.inside-caseshow .swiper-pagination-bullet-active:before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(90deg);
  clip-path: ellipse(100% 100% at 90% 0%);
}
@media (max-width: 1024px) {
  .inside-caseshow .ctext {
    line-height: 26px;
  }
}
.inside-pagenews-2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.6rem;
  padding-top: 0.6rem;
  justify-content: space-between;
  border-top: solid 1px #e7e7e7;
}
.inside-pagenews-2 ul {
  width: 80%;
}
.inside-pagenews-2 li {
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media (max-width: 1024px) {
  .inside-pagenews-2 {
    display: block;
  }
  .inside-pagenews-2 ul {
    width: 100%;
  }
  .inside-pagenews-2 li {
    height: 30px;
    line-height: 30px;
  }
  .inside-pagenews-2 .button {
    margin-top: 30px;
  }
}
.inside-contact {
  padding-top: 0.9rem;
  padding-bottom: 1.4rem;
}
.inside-contact .index-title {
  text-align: center;
}
.inside-contact .lxfs {
  margin-top: 0.65rem;
  font-size: 0.14rem;
  position: relative;
  z-index: 1;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
  color: #333;
}
.inside-contact .lxfs .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}
.inside-contact .lxfs li {
  width: 25%;
  padding: 0 0.3rem;
  position: relative;
}
.inside-contact .lxfs .box {
  background-color: #fff;
  box-shadow: 0 0.26rem 1.47rem 0 rgba(10, 26, 46, 0.22);
  padding: 0.4rem 0.7rem 0.8rem 0.4rem;
  min-height: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.inside-contact .lxfs .en {
  font-size: 0.12rem;
  white-space: nowrap !important;
  color: #e60012;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: 0.4rem;
  left: 90%;
  transform: rotate(90deg);
  transform-origin: left top;
}
.inside-contact .lxfs .pic {
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  border: 1px #e60012 solid;
  margin-bottom: 0.4rem;
  position: relative;
  z-index: 1;
  transition: all .5s;
}
.inside-contact .lxfs .pic img {
  max-height: 0.68rem;
}
.inside-contact .lxfs .title {
  font-size: 0.21rem;
}
.inside-contact .lxfs .info {
  font-family: "POPPINS-REGULAR";
  font-size: 0.28rem;
  padding-top: 0.1rem;
  color: #222222;
}
.inside-contact .lxfs .info a {
  color: #222222;
}
.inside-contact .lxfs .info a:hover {
  color: #fff;
  text-decoration: underline;
}
.inside-contact .lxfs .icon-1 {
  display: block;
  position: absolute;
  bottom: -0.3rem;
  right: -0.2rem;
}
.inside-contact .lxfs .icon-1 img {
  max-height: 1.7rem;
}
.inside-contact .lxfs .icon-1 .img-2 {
  display: none;
}
.inside-contact .lxfs .box:hover {
  background: #e60012;
  color: #fff;
}
.inside-contact .lxfs .box:hover .title {
  color: #fff;
}
.inside-contact .lxfs .box:hover .info {
  color: #fff;
}
.inside-contact .lxfs .box:hover .info a {
  color: #fff;
}
.inside-contact .lxfs .box:hover .en {
  color: #fff;
}
.inside-contact .lxfs .box:hover .pic {
  border-color: #fff;
}
.inside-contact .lxfs .box:hover .icon-1 .img-1 {
  display: none;
}
.inside-contact .lxfs .box:hover .icon-1 .img-2 {
  display: block;
}
@media screen and (max-width: 1024px) {
  .inside-contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .inside-contact .lxfs {
    margin-top: 40px;
    font-size: 14px;
  }
  .inside-contact .lxfs .list {
    margin-left: 0;
    margin-right: 0;
  }
  .inside-contact .lxfs li {
    width: 100%;
    padding: 0 0 20px 0;
    position: relative;
  }
  .inside-contact .lxfs li:last-child {
    padding-bottom: 0;
  }
  .inside-contact .lxfs .box {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    border-radius: 10px;
    padding: 20px;
    min-height: 100%;
  }
  .inside-contact .lxfs .pic {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
  }
  .inside-contact .lxfs .pic img {
    max-height: 60px;
  }
  .inside-contact .lxfs .text {
    flex: 1;
    padding-left: 20px;
  }
  .inside-contact .lxfs .title {
    font-size: 16px;
    margin: 0 0 5px 0;
  }
  .inside-contact .lxfs .info {
    border: none;
    font-size: 16px;
    min-height: initial;
    padding-top: 0;
  }
  .inside-contact .lxfs .en {
    display: none;
    transform: none;
    left: 100px;
    top: 0;
  }
  .inside-contact .lxfs .icon-1 img {
    max-height: 90px;
  }
}
.inside-message {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.inside-message .index-title {
  text-align: center;
}
.inside-message .list-form {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.6rem;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}
.inside-message .list-form li {
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.2rem;
}
.inside-message .list-form .col-2 {
  width: 50%;
}
.inside-message .list-form .box {
  display: flex;
  flex-wrap: wrap;
}
.inside-message .list-form .title-form {
  color: #303530;
  font-weight: 700;
  font-size: 0.18rem;
  line-height: 0.2rem;
  width: 0.9rem;
  display: block;
  text-align: justify;
  text-align-last: justify;
  padding-top: 0.2rem;
}
.inside-message .list-form .title-form em {
  color: #e60012;
  font-style: normal;
}
.inside-message .list-form .editDiv {
  flex: 1;
  padding-left: 0.4rem;
}
.inside-message .list-form .xh {
  color: #ff0000;
  margin-right: 0.05rem;
  font-style: initial;
}
.inside-message .list-form input[type="text"],
.inside-message .list-form textarea {
  width: 100%;
  border: 0;
  font-size: 0.16rem;
  background: transparent;
  border-bottom: 1px #d1d2d2 solid;
  vertical-align: top;
}
.inside-message .list-form input[type="text"]::-webkit-input-placeholder,
.inside-message .list-form textarea::-webkit-input-placeholder {
  color: #dcdcdc;
}
.inside-message .list-form input[type="text"]::-moz-placeholder,
.inside-message .list-form textarea::-moz-placeholder {
  color: #dcdcdc;
}
.inside-message .list-form input[type="text"]:-moz-placeholder,
.inside-message .list-form textarea:-moz-placeholder {
  color: #dcdcdc;
}
.inside-message .list-form input[type="text"]:-ms-input-placeholder,
.inside-message .list-form textarea:-ms-input-placeholder {
  color: #dcdcdc;
}
.inside-message .list-form input[type="text"]:placeholder,
.inside-message .list-form textarea:placeholder {
  color: #dcdcdc;
}
.inside-message .list-form input[type="text"]:focus,
.inside-message .list-form textarea:focus {
  color: #000;
  border-color: #e60012;
}
.inside-message .list-form input[type="text"] {
  line-height: 0.2rem;
  padding-top: 0.2rem;
  padding-bottom: 0.1rem;
}
.inside-message .list-form textarea {
  height: 1.6rem;
  line-height: 0.2rem;
  padding-top: 0.2rem;
  padding-bottom: 0.1rem;
  border: 1px #d4d4d4 solid;
  padding: 0.2rem 0.2rem 0.1rem 0.2rem;
}
.inside-message .list-form .yzh {
  padding-top: 0.2rem;
  width: 100%;
}
.inside-message .list-form .yzh .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-message .list-form .zxnr .box {
  display: block;
}
.inside-message .list-form .zxnr .title-form {
  margin-bottom: 0.2rem;
}
.inside-message .list-form .zxnr .editDiv {
  padding-left: 0;
}
.inside-message .list-form .verify {
  font-size: 0.16rem;
  height: 0.5rem;
  background-color: #fff;
  box-shadow: 0 0 0 1px #eaeaea inset;
  position: relative;
}
.inside-message .list-form .verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px #eaeaea solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 0.2rem;
  z-index: 2;
  cursor: move;
}
.inside-message .list-form .verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 0.3rem;
}
.inside-message .list-form .verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.5rem;
  line-height: 0.5rem;
  width: 0;
  background-color: #7ac23c;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.inside-message .list-form .verify .fix-tips,
.inside-message .list-form .verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #333;
  z-index: 1;
  background: #e8e8e8;
  line-height: 0.5rem;
  padding-left: 0.5rem;
  text-align: center;
}
.inside-message .list-form .verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.inside-message .list-form .verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
.inside-message .list-form .verifyDiv {
  flex: 1;
  max-width: 4.4rem;
  vertical-align: middle;
  position: relative;
}
.inside-message .list-form .btnDiv {
  padding-left: 0.2rem;
}
.inside-message .list-form .submitBtn {
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e60012;
  color: #fff;
  font-weight: 700;
  border-radius: 0.3rem;
  font-size: 0.16rem;
  min-width: 1.8rem;
  padding: 0 0.3rem;
  line-height: 0.5rem;
  position: relative;
  z-index: 1;
}
.inside-message .list-form .submitBtn:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: .5s;
}
.inside-message .list-form .submitBtn img {
  margin-left: 0.15rem;
  max-height: 0.2rem;
}
.inside-message .list-form .submitBtn:hover {
  color: #fff;
}
.inside-message .list-form .submitBtn:hover::after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .inside-message {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .inside-message .nr {
    margin-top: 20px;
  }
  .inside-message .list-form {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 0;
  }
  .inside-message .list-form li {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .inside-message .list-form .col-2 {
    width: 100%;
  }
  .inside-message .list-form .editDiv {
    flex: auto;
    width: 100%;
    padding: 0;
  }
  .inside-message .list-form .title-form {
    padding-top: 0;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    text-align-last: left;
  }
  .inside-message .list-form input[type="text"],
  .inside-message .list-form textarea {
    line-height: 40px;
    font-size: 14px;
  }
  .inside-message .list-form textarea {
    height: 160px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .inside-message .list-form .yzh {
    width: 100%;
    padding-bottom: 0;
  }
  .inside-message .list-form .verifyDiv {
    width: 100%;
    max-width: 100%;
    flex: initial;
  }
  .inside-message .list-form .verify {
    font-size: 14px;
    height: 50px;
    max-width: 100%;
  }
  .inside-message .list-form .verify .drag-btn {
    width: 50px;
    height: 50px;
    background-size: 10px;
  }
  .inside-message .list-form .verify .suc-drag-btn {
    background-size: 10px;
  }
  .inside-message .list-form .verify .drag-progress {
    width: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
  }
  .inside-message .list-form .verify .fix-tips,
  .inside-message .list-form .verify .verify-msg {
    line-height: 50px;
    padding-left: 30px;
    text-align: center;
    font-size: 12px;
  }
  .inside-message .list-form .verify .verify-msg {
    padding-left: 0;
    padding-right: 30px;
  }
  .inside-message .list-form .btnDiv {
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }
  .inside-message .list-form .submitBtn {
    border-radius: 10px;
    min-width: 120px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 14px;
  }
  .inside-message .list-form .submitBtn svg {
    width: 16px;
    height: 16px;
    margin-left: 10px;
  }
}
.contact-map {
  position: relative;
}
.contact-map .pic {
  text-align: center;
}
.contact-map .pic a {
  display: block;
}
.contact-map .pic img {
  width: 100%;
}
.contact-map .textDiv {
  font-size: 0.2rem;
  line-height: 1.5;
  position: absolute;
  top: 30%;
  right: 39.58333333%;
}
.contact-map .textDiv .container {
  width: 100%;
  max-width: 100%;
}
.contact-map .nr {
  width: 7.4rem;
  padding: 0.4rem 0.2rem 0.4rem 0.4rem;
  box-shadow: 0 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  color: #333;
  font-size: 0.18rem;
  border-radius: 0.2rem;
  background-size: 100%;
  display: flex;
  position: relative;
}
.contact-map .nr::after {
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 0.3rem 0 0.3rem 0.4rem;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: -0.4rem;
  top: 0;
  bottom: 0;
}
.contact-map .div-1 {
  margin-bottom: 0.1rem;
}
.contact-map .div-1:last-child {
  margin-bottom: 0;
}
.contact-map .text {
  flex: 1;
  padding-right: 0.4rem;
}
.contact-map .img {
  width: 3.65rem;
}
.contact-map .title {
  margin-bottom: 0.1rem;
}
.contact-map .title b {
  font-size: 0.3rem;
}
.contact-map .a-1 {
  font-size: 0.22rem;
  color: #e60012;
}
.contact-map .a-1:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .contact-map {
    padding-bottom: 40px;
  }
  .contact-map .textDiv {
    position: static;
    transform: translateX(0);
  }
  .contact-map .nr {
    margin-top: 40px;
    width: auto;
    height: auto;
    background: none;
    padding: 40px 25px;
    transform: translateX(0);
    font-size: 14px;
    display: block;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    border-radius: 10px;
  }
  .contact-map .text {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .contact-map .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contact-map .title b {
    font-size: 20px;
  }
  .contact-map .img {
    width: 100%;
  }
  .contact-map .img img {
    width: 100%;
  }
  .contact-map .div-1 {
    margin-bottom: 10px;
  }
  .contact-map .a-1 {
    font-size: 16px;
  }
}
/* 关于我们 */
.ab1 {
  display: flex;
  font-size: 0.18rem;
  /*background-position: left top;
  background-attachment: fixed;*/
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 0.9rem;
  padding-top: 1.3rem;
}
.ab1 .index-title {
  text-align: left;
  padding-bottom: 0.15rem;
}
.ab1 .nr {
  line-height: 0.32rem;
  padding-right: 1.6rem;
}
.ab1 .nr .t1 {
  color: #333;
  font-weight: 700;
}
.ab1 .nr p {
  padding-bottom: 0.1rem;
}
.ab1 .numlist {
  padding-top: 0.5rem;
}
.ab1 .numlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ab1 .numlist li {
  color: #616161;
}
.ab1 .numlist li span {
  line-height: 0.5rem;
  font-size: 0.48rem;
  font-family: "Oswald";
}
.ab1 .numlist li em {
  vertical-align: top;
  display: inline-block;
  font-style: normal;
}
.ab1 .numlist li i {
  color: #fff;
  margin-top: 0.23rem;
  vertical-align: top;
  font-size: 0.14rem;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  font-style: normal;
  text-align: center;
  line-height: 0.24rem;
  background: #e60012;
  display: inline-block;
}
.ab1 .numlist li p:first-child {
  color: #333;
}
@media (max-width: 1024px) {
  .ab1 {
    display: block;
    font-size: 15px;
    padding: 50px 0;
    max-width: 640px;
    margin: 0 auto;
    padding: 50px 20px;
    background-image: none!important;
  }
  .ab1 .nr {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .ab1 .numlist li {
    width: 50%;
    padding-top: 0.2rem;
  }
}
.ab1 .txt {
  width: 52%;
  transition: all 0.1s;
  position: relative;
}
@media (max-width: 1024px) {
  .ab1 .txt {
    width: 100%;
  }
}
.ab1 .txt .tit1 {
  color: #212121;
  font-size: 0.42rem;
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
  margin-bottom: 0.4rem;
  font-family: "POPPINS-REGULAR";
}
.ab1 .txt .tit1 span {
  padding-right: 0.3rem;
  display: inline-block;
  font-weight: 700;
  color: #e60012;
  padding-left: 0.2rem;
  font-family: "POPPINS-BOLD";
}
.ab1 .txt .tit1 .solid {
  height: 2px;
  width: 0px;
  background: url(../images/b_line.png);
  background-size: 100% 100%;
  transition: all 0.5s;
}
.ab1.on .txt .tit1 .solid {
  width: calc(100%);
}
.ab2 {
  padding-bottom: 1.5rem;
  padding-top: 0.9rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.ab2 .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  margin-top: 0.5rem;
  padding: 0.6rem 0.7rem;
  border-radius: 0.1rem;
}
.ab2 .list .pic {
  width: 42%;
  border-radius: 50%;
  position: relative;
  border: solid 0.03rem #e60012;
}
.ab2 .list .pic img {
  border-radius: 50%;
}
.ab2 .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ab2 .list .text {
  width: 58%;
  padding-left: 0.8rem;
}
.ab2 .list .name {
  font-weight: 700;
  color: #333333;
  font-size: 0.28rem;
}
.ab2 .list .ms {
  margin-top: 0.1rem;
}
.ab2 .list .ms span {
  color: #fff;
  padding: 0 0.15rem;
  border-radius: 0.05rem;
  line-height: 0.3rem;
  display: inline-block;
  background: #e60012;
}
.ab2 .list .txt {
  font-size: 0.18rem;
  line-height: 0.32rem;
  padding-top: 0.3rem;
}
.ab2 .list-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.48rem;
  padding-left: 0.5rem;
  padding-right: 0.3rem;
}
.ab2 .list-2 .title {
  width: 20%;
  color: #e60012;
  font-size: 0.36rem;
  font-weight: 700;
}
.ab2 .list-2 .text {
  width: 80%;
  color: #333;
  padding-right: 0.7rem;
  margin-top: 0.3rem;
  line-height: 0.32rem;
  font-size: 0.18rem;
  position: relative;
}
.ab2 .list-2 .line-1 img,
.ab2 .list-2 .line-2 img {
  max-height: 0.6rem;
}
.ab2 .list-2 .line-1 {
  top: -0.3rem;
  left: -0.6rem;
  position: absolute;
}
.ab2 .list-2 .line-2 {
  right: 0rem;
  bottom: -0.3rem;
  position: absolute;
}
@media (max-width: 1024px) {
  .ab2 .list .txt {
    font-size: 14px;
    line-height: 26px;
  }
  .ab2 .list-2 {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .ab2 .list-2 .text {
    width: 100%;
    padding-right: 0;
    font-size: 14px;
    line-height: 26px;
  }
  .ab2 .list-2 .title {
    width: 100%;
  }
  .ab2 .list-2 .line-1,
  .ab2 .list-2 .line-2 {
    display: none;
  }
}
@media (max-width: 580px) {
  .ab2 .list .item {
    padding: 20px;
  }
  .ab2 .list .text {
    padding-left: 20px;
  }
}
.honor {
  position: relative;
  padding: 1rem 0;
}
.honor .index-title {
  text-align: left;
}
.honor .container {
  position: relative;
}
.honor .box {
  margin: 0 -0.11rem;
  overflow: hidden;
}
.honor .item {
  width: 25.35%;
  float: left;
  padding: 0.11rem;
  position: relative;
}
.honor .item a {
  display: block;
  width: 100%;
  height: 2.72rem;
  border-radius: 0.2rem;
  background: url(../images/honor-bg-2.jpg) no-repeat center center;
  background-size: cover;
}
.honor .item:first-child {
  width: 49.3%;
}
.honor .item:first-child a {
  height: 5.65rem;
  background: url(../images/honor-bg.jpg) no-repeat center center;
  background-size: cover;
}
.honor .item:first-child .pic {
  max-width: 4.54rem;
  padding-top: 1.3rem;
}
.honor .item:first-child .pic img {
  max-height: 3.04rem;
}
.honor .item:first-child .txt {
  bottom: 0.3rem;
}
.honor .pic {
  margin: 0 auto;
  padding-top: 0.5rem;
  max-width: 2.38rem;
}
.honor .pic img {
  max-height: 1.64rem;
}
.honor .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  left: 0;
  font-size: 0.18rem;
  padding: 0 0.3rem;
  bottom: 0.22rem;
  width: 100%;
  z-index: 1;
  color: #fff;
  text-align: center;
  height: 0.3rem;
  line-height: 0.3rem;
  position: absolute;
}
.honor .swiper-container {
  margin-top: 0.5rem;
}
.honor .swiper-button-prev,
.honor .swiper-button-next {
  top: 0;
  margin-top: 0.05rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: solid 0.02rem #c2c2c2;
}
.honor .swiper-button-prev:after,
.honor .swiper-button-next:after {
  color: #c5c5c5;
  font-weight: 700;
  font-size: 12px;
}
.honor .swiper-button-prev:hover,
.honor .swiper-button-next:hover {
  border-color: #e60012;
}
.honor .swiper-button-prev:hover:after,
.honor .swiper-button-next:hover:after {
  color: #e60012;
}
.honor .swiper-button-prev {
  left: auto;
  right: 0.6rem;
}
.honor .swiper-button-next {
  right: 0;
}
@media (max-width: 1024px) {
  .honor {
    padding: 50px 0;
  }
  .honor .swiper-button-prev,
  .honor .swiper-button-next {
    margin-top: 0px;
  }
  .honor .swiper-button-prev {
    right: 60px;
  }
  .honor .swiper-button-next {
    right: 20px;
  }
  .honor .swiper-container {
    margin-top: 30px;
  }
  .honor .txt {
    font-size: 14px;
    padding: 0 20px;
    bottom: 15px;
  }
  .honor .item:first-child {
    width: 100%!important;
  }
  .honor .item {
    width: 50%!important;
  }
}
@media (max-width: 420px) {
  .honor .txt {
    font-size: 12px;
    bottom: 15px;
  }
}
.ab3 {
  cursor: none;
  overflow: hidden;
  padding: 0.9rem 0;
  background: linear-gradient(to bottom, #f7f7f7, #ffffff);
}
.ab3 .container {
  max-width: 19.2rem;
}
.ab3 .list {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1rem;
}
.ab3 .list .item {
  position: relative;
}
.ab3 .list .item:hover .pic img {
  transform: scale(1.1);
}
.ab3 .list .pic {
  overflow: hidden;
  border-radius: 0.2rem;
  position: relative;
}
.ab3 .list .pic:before {
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  border-radius: 0.2rem;
  background: rgba(0, 0, 0, 0.7);
}
.ab3 .list .pic img {
  border-radius: 0.2rem;
  transition: all 700ms ease;
}
.ab3 .list .text {
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  padding: 0.3rem 0.35rem;
}
.ab3 .list .icon img {
  max-height: 0.4rem;
}
.ab3 .list .tit {
  font-size: 0.32rem;
  line-height: 0.4rem;
  margin-top: 0.1rem;
  padding-bottom: 0.3rem;
}
.ab3 .list .txt {
  font-size: 0.14rem;
  padding-left: 0.15rem;
  margin-bottom: 0.1rem;
  position: relative;
}
.ab3 .list .txt:before {
  left: 0;
  top: 0.1rem;
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  background: #fff;
  position: absolute;
  border-radius: 50%;
}
.ab3 .list .swiper-button-prev,
.ab3 .list .swiper-button-next {
  top: auto;
  opacity: 0.5;
  bottom: 0;
  margin-top: auto;
  width: 0.36rem;
  height: 0.36rem;
  background: #dedee2;
  border-radius: 50%;
  color: #616163;
  transition: all 500ms ease;
}
.ab3 .list .swiper-button-prev:after,
.ab3 .list .swiper-button-next:after {
  font-size: 0.14rem;
  font-weight: 700;
}
.ab3 .list .swiper-button-prev:hover,
.ab3 .list .swiper-button-next:hover {
  opacity: 1;
}
.ab3 .list .swiper-button-prev {
  left: auto;
  right: 1.9rem;
}
.ab3 .list .swiper-button-next {
  right: 1.4rem;
}
.ab3 .list-2 {
  overflow: hidden;
}
.ab3 .list-2 .container {
  max-width: 16rem;
}
.ab3 .list-2 ul {
  display: flex;
  flex-wrap: wrap;
  width: 105%;
  margin-left: -3%;
}
.ab3 .list-2 li {
  width: 16.66666667%;
  padding: 0 0.1rem;
  padding-top: 0.8rem;
  text-align: center;
}
.ab3 .list-2 li .icon {
  margin: 0 auto;
  border-radius: 50%;
  max-width: 1.5rem;
  border: solid 1px #b3b3b3;
}
.ab3 .list-2 li .icon img {
  max-height: 1.5rem;
  transition: all 500ms ease;
}
.ab3 .list-2 li .tit {
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
  margin-top: 0.2rem;
}
.ab3 .list-2 li:hover .icon img {
  transform: scale(1.1);
}
.ab3 .list-3 {
  margin-top: 0.8rem;
}
.ab3 .list-3 .container {
  display: flex;
  align-items: center;
  max-width: 16rem;
  justify-content: space-between;
}
.ab3 .list-3 .mapbox {
  position: relative;
}
.ab3 .list-3 .phmap {
  display: none;
}
.ab3 .list-3 .left {
  width: 68.5%;
}
.ab3 .list-3 .left .add {
  color: #3d3d3d;
  font-size: 0.15rem;
  line-height: 0.4rem;
  position: absolute;
}
.ab3 .list-3 .left .add .circle {
  margin-right: 0.1rem;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.ab3 .list-3 .left .add1 {
  top: 3.9rem;
  left: 8.2rem;
}
.ab3 .list-3 .left .add2 {
  top: 4rem;
  left: 8.2rem;
  line-height: 0.6rem;
}
.ab3 .list-3 .left .add2 .circle {
  margin-right: 0.25rem;
}
.ab3 .list-3 .left .add3 {
  top: 4.5rem;
  left: 8.3rem;
}
.ab3 .list-3 .left .add3 .circle {
  margin-right: 0.2rem;
}
.ab3 .list-3 .left .add4 {
  top: 6.6rem;
  left: 7.4rem;
  line-height: 0.8rem;
}
.ab3 .list-3 .right {
  width: 27%;
  line-height: 0.32rem;
  padding-right: 0.7rem;
}
.ab3 .list-3 .right ul {
  padding: 0.5rem 0.55rem;
  background: #f5f5f5;
}
.ab3 .list-3 .right li {
  padding: 0.25rem 0;
  border-top: solid 0.04rem #e60012;
}
.ab3 .list-3 .right li .add {
  color: #e60012;
  font-size: 0.24rem;
  font-weight: 700;
  padding-bottom: 0.1rem;
}
.ab3 .list-3 .right li:first-child {
  padding-top: 0;
  border-top: 0;
}
@media (max-width: 1024px) {
  .ab3 .list {
    padding-left: 0;
  }
  .ab3 .list .txt {
    padding-left: 15px;
    font-size: 13px;
  }
  .ab3 .list .txt:before {
    content: "";
    width: 4px;
    height: 4px;
    top: 7px;
  }
  .ab3 .list .swiper-button-prev,
  .ab3 .list .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .ab3 .list .swiper-button-prev {
    right: 60px;
  }
  .ab3 .list .swiper-button-next {
    right: 0;
  }
  .ab3 .list-2 ul {
    width: 100%;
    margin-left: 0;
  }
  .ab3 .list-3 .container {
    display: block;
  }
  .ab3 .list-3 .left,
  .ab3 .list-3 .right {
    width: 100%;
    padding-right: 0;
  }
  .ab3 .list-3 .right {
    margin-top: 30px;
  }
  .ab3 .list-3 .mapbox {
    display: none;
  }
  .ab3 .list-3 .phmap {
    display: block;
  }
}
@media (max-width: 640px) {
  .ab3 .list-2 li {
    width: 33.333%;
    padding-top: 30px;
  }
}
.float-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  margin-left: -53px;
  margin-top: -22px;
  pointer-events: none;
}
.ab3 .c-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 1.2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transition: transform .4s;
  color: #fff;
  transform: scale(0);
  cursor: pointer;
}
@media (max-width: 767px) {
  .ab3 .c-arrow {
    display: none;
  }
}
.ab3 .c-arrow img,
.ab3 .c-arrow svg {
  width: 40%;
  height: 40%;
}
.ab3 .c-arrow img path,
.ab3 .c-arrow svg path {
  fill: #fff;
  transition: all 0.4s;
}
.ab3 .c-arrow.on {
  transform: scale(1);
}
.ab3 .c-arrow.on2 img,
.ab3 .c-arrow.on2 svg {
  transform: rotate(180deg);
}
.ab5 {
  padding-top: 0;
  background: #fff;
}
.inside-page {
  font-size: 0.12rem;
  text-align: center;
  padding-top: 1rem;
}
.inside-page a {
  color: #333;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  border-radius: 100%;
  margin: 0 0.05rem;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #e3e3e3;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: #e60012;
  background: #e60012;
}
.inside-page .prev,
.inside-page .next {
  min-width: 1.1rem;
  position: relative;
  border-radius: 30px;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 0.15rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 0.15rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .inside-page {
    padding: 30px 0 0 0;
  }
  .inside-page .prev,
  .inside-page .next {
    width: auto;
    border-radius: 0;
  }
  .inside-page a {
    width: auto;
    height: auto;
    padding: 0 5px;
    border-radius: 0;
    margin: 0;
  }
  .inside-page span {
    display: none;
  }
}
#searchPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
#searchPopup .searchBox {
  color: #fff;
  padding-right: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 1.3rem;
  opacity: 0;
  transition: all .5s;
}
#searchPopup .searchBox.fadeIn {
  top: 1rem;
  opacity: 1;
  z-index: 999;
}
#searchPopup .searchBox .container {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  transform: translateX(0rem);
}
#searchPopup .searchBox input {
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  width: 40%;
  padding: 0 10px;
  font-size: 0.14rem;
  height: 0.6rem;
  line-height: 0.58rem;
}
#searchPopup .searchBox input:focus {
  color: #333;
}
#searchPopup .searchBox .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 0.6rem;
  width: 0.6rem;
  background: #e60012;
  text-align: center;
  display: inline-block;
}
#searchPopup .searchBox .btn svg {
  fill: #fff;
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.15rem;
}
#searchPopup .searchBox .btn .cls-1 {
  fill: #fff;
}
#searchPopup .searchBox .btn .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
#searchPopup .searchBox .btn:hover {
  background: #e60012;
}
#searchPopup .searchBox .close {
  display: none;
}
#searchPopup .searchBox2.fadeIn {
  top: 0.95rem;
}
@media screen and (max-width: 1024px) {
  #searchPopup .searchBox {
    top: 80px;
  }
  #searchPopup .searchBox .container {
    transform: translateX(0);
  }
  #searchPopup .searchBox input {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  #searchPopup .searchBox .btn {
    right: 15px;
    height: 36px;
    width: 36px;
  }
  #searchPopup .searchBox .btn svg {
    width: 20px;
    height: 20px;
    margin: 8px auto 0 auto;
  }
}
.verifyDiv {
  width: 30%;
  vertical-align: middle;
  position: relative;
}
.verify {
  height: 0.5rem;
  background-color: #dcdee3;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  z-index: 2;
  cursor: move;
}
.verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
}
.verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0.5rem;
  line-height: 0.48rem;
  background-color: #7ac23c;
  color: #fff;
  text-align: center;
}
.verify .fix-tips,
.verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #333;
  z-index: 1;
  font-size: 0.14rem;
  line-height: 0.5rem;
  padding-left: 0.5rem;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.2rem;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/onlineClose-2.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.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: #e60012;
  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;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
}
.navM .erji {
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
}
.navM .erji a {
  color: #999;
  display: block;
}
.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: #e60012;
}
.inside-map {
  padding: 0.8rem 0;
}
.inside-map li {
  padding: 0.15rem 0;
}
.inside-map li a {
  font-weight: 700;
}
.inside-map .subnav {
  padding-top: 0.15rem;
}
.inside-map .subnav a {
  padding-right: 0.1rem;
  font-weight: normal;
  display: inline-block;
}

.banner .t4{
    padding-bottom:0.5rem;
}
.banner .t5  span{
    display:block;
}
@media(max-width:1024px){
    .banner .t4{
        padding-bottom:0;
    }
    .banner .t1{
        padding:0 15px;
    }
    .banner .t5  span{
         display:inline-block;
    }
}

.prodb {
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  background: #fff;
  position: sticky;
  z-index: 999;
}
.prodb .container {
  display: flex;
  align-items: center;
  padding: 0.3rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
}
.prodb .nr-1 {
  width: 18%;
  color: #333;
}
.prodb .nr-1 p:first-child {
  font-weight: 700;
}
.prodb .nr-2 {
  width: 68%;
}
.prodb .nr-2 i {
  margin-right: 0.05rem;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
}
.prodb .nr-2 a {
  color: #e60012;
  display: inline-block;
  border-radius: 0.05rem;
  padding: 0 0.1rem;
  line-height: 0.34rem;
  height: 0.36rem;
  font-weight: 700;
  margin-right: 0.1rem;
  transition: all 500ms ease;
  border: solid 1px #e60012;
}

.prodb .nr-2 .biaoqian {
  display: inline-block;
  margin: 0.1rem 0;
}
.prodb .btn a {
  color: #fff;
  padding: 0 0.2rem;
  border-radius: 0.05rem;
  display: inline-block;
  background: #e60012;
  height: 0.38rem;
  line-height: 0.38rem;
  transition: all 500ms ease;
}

.prodb .btn span {
  font-family: "微软雅黑";
  padding-left: 0.1rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .prodb .container {
    padding: 30px!important;
    display: block;
  }
  .prodb .container .nr-1,
  .prodb .container .nr-2 {
    width: 100%;
  }
  .prodb .container .nr-2 {
    padding-top: 10px;
  }
  .prodb .btn {
    text-align: center;
    margin-top: 20px;
  }
  .prodb .btn a {
    height: 36px;
    line-height: 36px;
  }
}

.inside-table{
	padding: 1rem 0;
}
.inside-table .table{
	display:flex;
	justify-content:space-between;
}

.inside-table .table>p,.inside-table .table>div{
	display:none;
}

.inside-table table td{
    color: #212121;
    border: solid 1px #d1d1d1 !important;
    padding: 0.1rem 0;
    padding-left: 0.3rem;
    padding-right: 0.1rem;
}

.inside-table table tr td:first-child{
    color: #e60012;
	font-weight:700;
}

.floatRight {
	width:40px;
	font-size:16px;
	position:fixed;
	z-index:999;
	right:0;
	bottom:40px;
	-webkit-transition:.5s;
	transition:.5s
}
.floatRight .returnTopBtn {
	opacity:0
}
.floatRight .returnTopBtn.show {
	opacity:1
}
.floatRight .list li {
	padding-bottom:4px
}
.floatRight .list .box {
	width:170px;
	-webkit-transition:.5s;
	transition:.5s;
	display:block;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.floatRight .list .box:hover {
	opacity:.8
}
.floatRight .list .icon {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	width:42px;
	height:42px;
	-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.25);
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.25);
	border-radius:5px;
	background:#e60012
}
.floatRight .list .icon img {
	width:20px;
	height:20px
}
.floatRight .list .txt {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	width:calc(100% - 40px);
	font-family:var(--font-family-3);
	background:#2b2c30;
	line-height:40px;
	text-align:center;
	color:#fff
}
.floatRight .hoverLi .box:hover {
	-webkit-transform:translateX(-130px);
	transform:translateX(-130px)
}
@media screen and (max-width:1023px) {
	.floatRight {
		display:none
	}
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 480px;
	background: #fff;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 0 8px;
	box-shadow: rgba(0,0,0,0.1) 0 0 8px;
	display: none;
	text-align: center;
	overflow: hidden
}

div.zoomMask {
	position: absolute;
	background: url(../images/touming.gif);
	z-index: 1;
	z-index: 9999
}

div.zoomDiv img {
	max-width: initial;
	max-height: initial
}