* {
  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: rgba(47, 143, 187, 1);
}

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: -1.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, 20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp3 {
  animation-name: fadeInUp3;
}

@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown3 {
  animation-name: fadeInDown3;
}

@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown2 {
  animation-name: fadeInDown2;
}

@keyframes fadeInLeft {
  from {
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft2 {
  animation-name: fadeInLeft2;
}

@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight2 {
  animation-name: fadeInRight2;
}

.scrollArrow {
  animation-name: scrollArrow;
}

.scrollArrow1 {
  animation-name: scrollArrow1;
}

@keyframes titFadeup1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
}

@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }

  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(-100%);
    opacity: 0;
  }
}

@keyframes imgScale {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.titFadeup1 {
  animation: titFadeup1 1.1s ease-in-out both 0.1s;
}

.titFadeup2 {
  animation: titFadeup1 1.1s ease-in-out both 0.2s;
}

.fadeInup1 {
  animation: fadeInup 1.1s ease-in-out both 0.2s;
}

.fadeInup2 {
  animation: fadeInup 1.1s ease-in-out both 0.3s;
}

.fadeInup3 {
  animation: fadeInup 1.1s ease-in-out both 0.4s;
}

.fadeInUpimg {
  animation: imgScale 1.2s ease-in-out both 0.2s;
}

@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }

  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}

.xuanzhuan {
  animation-name: xuanzhuan;
}

@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }

  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}

.xuanzhuan2 {
  animation-name: xuanzhuan2;
}

/*
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/montserrat-regular.eot');
  src: url('../fonts/Montserrat-Regular.oft');
  src: url('../fonts/Montserrat-Regular.ttf');
  src: url('../fonts/montserrat-regular.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OPPOSANS-B';
  src: url('../fonts/opposans-b.eot');
  src: url('../fonts/OPPOSANS-B.oft');
  src: url('../fonts/OPPOSANS-B.ttf');
  src: url('../fonts/opposans-b.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}*/
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 0.18rem;
  position: relative;
  line-height: 1.5;
  font-family: "微软雅黑", "arial";
  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);
}

.button a,
.button span {
  z-index: 2;
  color: #fff;
  font-size: 0.18rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 0.46rem;
  display: inline-block;
  min-width: 1.4rem;
  line-height: 0.44rem;
  border-radius: 0.3rem;
  transition: all 500ms linear;
  background: rgba(47, 143, 187, 1);
  border: solid 1px rgba(47, 143, 187, 1);
}

@media (max-width: 1024px) {

  .button a,
  .button span {
    min-width: 120px;
    font-size: 14px !important;
    height: 36px !important;
    line-height: 34px !important;
  }

  .button img {
    max-height: 20px;
    margin-left: 5px;
    margin-bottom: 3px;
  }
}

.button a:hover,
.button span:hover {
  border-color: rgba(47, 143, 187, 1);
  background: rgba(47, 143, 187, 1);
}

.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%;
  }
}

.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 94%;
  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: 14.4rem;
  height: auto;
}

@media (max-width: 1024px) {
  .inside-banner .bannerBox,
  .container {
    max-width: 640px !important;
    padding: 0 20px !important;
  }
}

.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;
  background: rgba(47, 143, 187, 1);
}

.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(47, 143, 187, 1);
  opacity: 0;
}

@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.2, 0.2);
  }

  5% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 500ms ease;
  position: absolute;
}

.header>.container {
  max-width: 16rem;
  position: relative;
  display: flex;
  height: 1rem;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  z-index: 1;
  transition: all .5s;
}

.header .logo a {
  display: block;
}

.header .logo img {
  width: auto;
  height: auto;
  max-height: 0.78rem;
  vertical-align: middle;
  position: relative;
}

.header .logo .img2 {
  display: none;
}

.header .right {
  display: flex;
  align-items: center;
}

.header .tel {
  color: #fff;
  /* padding-left: 0; */
  padding: 0 0.25rem;
  line-height: 0.44rem;
  font-size: 0.24rem;
  border-radius: 0.3rem;
  background: linear-gradient(90deg, #2F8FBB, #19274F);
  border-radius: 22px;
  font-family: "Montserrat-Regular";
  display: flex;
  align-items: center;
  gap: 0 .06rem;
}

.header .tel img {
  max-height: 0.44rem;
  vertical-align: middle;
}

.header .tel span {
  /* margin-left: -0.1rem; */
}

.header .searchBtn {
  z-index: 2;
  margin-left: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  transition: all 500ms ease;
  z-index: 1;
}

.header .searchBtn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.5s;
}

.header .searchBtn svg {
  fill: #fff;
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s;
}

.header .searchBtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  background: rgba(47, 143, 187, 1);
}

.header .searchBtn:hover svg {
  fill: #fff !important;
}

@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 .img1 {
    display: none;
  }

  .header .logo .img2 {
    display: inline-block;
  }

  .header .logo img {
    max-height: 50px;
  }

  .header .right {
    display: none;
  }
}

.header-ny,
.fixed {
  z-index: 100;
  background: #fff;
  position: relative;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.header-ny .logo .img1,
.fixed .logo .img1 {
  display: none;
}

.header-ny .logo .img2,
.fixed .logo .img2 {
  display: inline-block;
}

.header-ny .nav li>a,
.fixed .nav li>a {
  color: rgba(26, 39, 79, 1);
}

.header:hover .nav li.active>a,
.header:hover .nav li:hover>a,
.header-ny .nav .active>a,
.fixed .nav .active>a {
  color: rgba(47, 143, 187, 1);
}

.header-ny .searchBtn svg,
.fixed .searchBtn svg {
  fill: #adadad;
}

.header:hover {
  background: #fff;
}

.header:hover .logo .img1 {
  display: none;
}

.header:hover .logo .img2 {
  display: inline-block;
}

.header:hover .nav li>a {
  color: #212121;
}

.header:hover .nav li:after {
  /* display: none; */
}

.header:hover .nav li>a:hover {
  /* color: rgba(47, 143, 187, 1); */
}

.header:hover .searchBtn svg {
  fill: #adadad;
}

.fixed {
  top: 0;
  left: 0;
  width: 100%;
  position: sticky;
  z-index: 9999;
}

.nav {
  padding-right: 0.5rem;
}

.nav li {
  /* padding: 0 .2rem; */
  font-size: 0.161rem;
  display: inline-block;
  position: relative;
  transition: all 500ms ease;
  line-height: 1rem;
}

.nav li:not(:last-child) {
  margin-right: .1rem;
}

.nav li:after {
  content: "";
  left: 50%;
  opacity: 0;
  bottom: 0;
  width: 0;
  height: 0.02rem;
  background: rgba(47, 143, 187, 1);
  position: absolute;
  transition: all 500ms ease;
}

.nav li>a {
  color: #fff;
  display: block;
  transition: all 334ms linear;
  padding: 0 .2rem;
}

.nav li .subnav {
  left: 50%;
  z-index: 9;
  border-radius: 0.1rem;
  min-width: 1.6rem;
  top: 1.1rem;
  position: absolute;
  background: #fff;
  padding: 0.2rem 0;
  line-height: 0.3rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
  color: #333333;
  text-align: center;
  z-index: 999;
  transform-origin: 0 0;
  transform: scaleY(0) translateX(-50%);
  transition: transform .2s;
}

.nav li .subnav a {
  font-size: 0.17rem;
  display: block;
  padding: 0.05rem 0.2rem;
}

.nav li .subnav a:hover {
  color: rgba(47, 143, 187, 1);
}

.nav li .subnav.show {
  transform: scaleY(1) translateX(-50%);
}

.nav li:hover:after,
.nav .active:after {
  width: 100%;
  left: 0;
  opacity: 1;
}

@media (max-width: 1240px) {
  .nav li>a {
    padding: 0 15px;
  }
}

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

.banner {
  height: 100%;
  z-index: 9;
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  text-align: center;
  position: relative;
}

.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%;
  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 {
  top: 50%;
  left: 0;
  width: 100%;
  text-align: left;
  position: absolute;
  transform: translateY(-50%);
}

.banner .f52 {
  color: #fff;
  font-weight: 700;
  font-size: 0.52rem;
  line-height: 0.8rem;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.35);
}

.banner .f52 span {
  display: block;
}

.banner .button {
  margin-top: 0.55rem;
}

.banner .swiper-slide-active .f52 {
  animation: 1.5s titFadeup1 ease;
}

.banner .swiper-slide-active .button {
  animation: 1.6s titFadeup1 ease;
}

@media (max-width: 1024px) {
  .banner {
    height: auto;
    margin-top: 60px;
  }

  .banner .pc {
    display: none;
  }

  .banner .ph {
    display: block;
  }

  .banner .text {
    text-align: center;
  }
}

@media (max-width: 580px) {
  .banner .f52 {
    font-size: 20px;
    line-height: 30px;
  }
}

.fp-table {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.fp-flex {
  display: flex;
  align-items: center;
  height: 100vh;
}

@media (max-width: 1024px) {
  .fp-flex {
    height: auto;
  }
}

.index-title {
  color: #282828;
  text-align: center;
  font-size: 0.36rem;
  line-height: 0.4rem;
}

.index-title span {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .index-title {
    font-size: 26px;
    line-height: 30px;
  }
}

.index-why {
  background: linear-gradient(to bottom, #f5fcff, #ffffff, #ffffff, #ffffff);
  position: relative;
}

.index-why .container {
  position: relative;
}

.index-why .index-title {
  padding-top: 1rem;
}

.index-why .siderfor {
  margin-top: 0.7rem;
}

.index-why .siderfor .swiper-slide {
  padding-bottom: 0.2rem;
  padding-right: 0.2rem;
}

.index-why .siderfor .item {
  position: relative;
}

.index-why .siderfor .item .pic {
  width: 55.5%;
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
}

.index-why .siderfor .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 60.90909091%;
}

.index-why .siderfor .item .pic img {
  transition: all 1000ms ease;
}

.index-why .siderfor .item .text {
  width: 44.5%;
  float: right;
  background: #fff;
  z-index: 3;
  min-height: 5.2rem;
  margin-top: 0.8rem;
  width: calc(44.5% + 1.6rem);
  position: relative;
  margin-left: -1.6rem;
  text-align: justify;
  padding: 0.4rem 0.8rem 0 0.6rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}

.index-why .siderfor .item .text .title {
  height: 0.8rem;
  padding-left: 1rem;
  position: relative;
  margin-bottom: 0.3rem;
}

.index-why .siderfor .item .text .title .num {
  bottom: 0;
  left: 0;
  color: rgba(47, 143, 187, 1);
  font-size: 0.7rem;
  line-height: 0.7rem;
  width: 0.9rem;
  font-weight: 700;
  position: absolute;
  text-shadow: 0 0 1px rgba(47, 143, 187, 1);
  font-family: "OPPOSANS-B";
}

.index-why .siderfor .item .text .title .num:before {
  top: 0;
  right: 0.24rem;
  content: "";
  width: 1px;
  height: 0.2rem;
  position: absolute;
  transform: rotate(35deg);
  border-left: solid 1px rgba(47, 143, 187, 1);
}

.index-why .siderfor .item .text .title .num:after {
  bottom: -0.1rem;
  left: 0.1rem;
  content: "";
  width: 1px;
  height: 0.2rem;
  position: absolute;
  transform: rotate(35deg);
  border-left: solid 1px rgba(47, 143, 187, 1);
}

.index-why .siderfor .item .text .title .cn {
  color: #333333;
  font-size: 0.3rem;
  font-weight: 700;
  padding-top: 0.1rem;
}

.index-why .siderfor .item .text .title .en {
  color: #cfcfcf;
  font-size: 0.18rem;
  font-family: arial;
}

.index-why .siderfor .item .text .info {
  line-height: 0.36rem;
  text-align: justify;
}

.index-why .siderfor .item .text .p-1 {
  color: #1d2c38;
  font-size: 0.2rem;
  padding-left: 0.2rem;
  margin-bottom: 0.2rem;
  position: relative;
}

.index-why .siderfor .item .text .p-1:before {
  content: "";
  top: 0.13rem;
  left: 0;
  position: absolute;
  width: 0.12rem;
  height: 0.12rem;
  background: url(../images/arrow.png) no-repeat top center;
  background-size: cover;
}

.index-why .sidernav {
  left: 49%;
  width: 43%;
  z-index: 2;
  bottom: 1rem;
  position: absolute;
}

.index-why .sidernav li span {
  color: #333;
  height: 0.5rem;
  cursor: pointer;
  padding: 0 0.3rem;
  line-height: 0.48rem;
  border-radius: 0.3rem;
  display: block;
  text-align: center;
  font-size: 0.2rem;
  border: solid 1px #b8b8b8;
}

.index-why .sidernav .swiper-slide-thumb-active span {
  color: #fff;
  background: rgba(47, 143, 187, 1);
  border-color: rgba(47, 143, 187, 1);
}

.index-why .swiper-slide-active .pic {
  animation: 2s fadeInLeft2 ease;
}

.index-why .swiper-slide-active .text {
  animation: 2s fadeInRight2 ease;
}

@media (max-width: 1024px) {
  .index-why {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .index-why .index-title {
    padding-top: 0;
  }

  .index-why .siderfor .item .pic {
    width: 100%;
    float: none;
  }

  .index-why .siderfor .item .text {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 0;
    box-shadow: none;
    min-height: auto;
    padding: 30px 0;
  }

  .index-why .siderfor .swiper-slide {
    padding-right: 0;
    padding-bottom: 0;
  }

  .index-why .siderfor .item .text .info {
    line-height: 24px;
  }

  .index-why .siderfor .item .text .p-1 {
    font-size: 15px;
  }

  .index-why .siderfor {
    margin-top: 30px;
  }

  .index-why .sidernav {
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }

  .index-why .sidernav li span {
    font-size: 15px;
    height: 40px;
    line-height: 38px;
    min-width: 100%;
  }
}

.index-hhyy {
  position: relative;
}

.index-hhyy .list li {
  /* min-height: 100vh; */
  display: flex;
  /* align-items: center; */
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 2.04rem 0 2.88rem;
}

.index-hhyy .list li .item {
  padding: 0.5rem;
  max-width: 6.6rem;
  background: rgba(6, 31, 57, .7);
}

.index-hhyy .list li .index-title {
  text-align: left;
  color: #fff;
}

.index-hhyy .list li .txt {
  color: #fff;
  height: 1.15rem;
  font-size: 0.16rem;
  margin-top: 0.2rem;
  line-height: 0.23rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}

.index-hhyy .list li .button {
  margin-top: 0.4rem;
}

.index-hhyy .list li .button a {
  font-size: 0.16rem;
}

.index-hhyy .list li .button img {
  display: none;
}

.index-hhyy .list .swiper-slide-active .index-title {
  animation: 2s fadeInUp2 ease;
}

.index-hhyy .list .swiper-slide-active .txt,
.index-hhyy .list .swiper-slide-active .button {
  animation: 2s fadeInDown2 ease;
}

.index-hhyy .list-2 {
  z-index: 9;
  width: 100%;
  bottom: 0rem;
  position: absolute;
  background: rgba(0, 0, 0, 0.32);
}

.index-hhyy .list-2 .container {
  margin-left: -1px;
  max-width: 100%;
}

.index-hhyy .list-2 li:first-child {
  border-left: solid 1px rgba(255, 255, 255, 0.6);
}

.index-hhyy .list-2 li {
  cursor: pointer;
  text-align: center;
  position: relative;
  justify-content: center;
  transition: background-color 500ms ease;
}

.index-hhyy .list-2 li .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
  border: solid 1px rgba(255, 255, 255, 0.28);
  border-left: 0;
  border-bottom: 0;
}

.index-hhyy .list-2 li .icon {
  position: relative;
}

.index-hhyy .list-2 li .icon img {
  margin-right: 0.1rem;
  max-height: 0.4rem;
}

.index-hhyy .list-2 li .tit {
  color: #fff;
  font-weight: 700;
  font-size: 0.24rem;
}

.index-hhyy .list-2 li:hover .item,
.index-hhyy .list-2 .swiper-slide-thumb-active .item {
  background: rgba(47, 143, 187, 1);
}

.index-hhyy .list-2 li:hover .item:before,
.index-hhyy .list-2 .swiper-slide-thumb-active .item:before {
  display: none;
}

@media (max-width: 1024px) {
  .index-hhyy .list li {
    /* padding-top: 80px; */
    height: auto;
    /* height: 400px; */
    padding: 1.7rem 0 1rem;
  }

  .index-hhyy .list li .item {
    padding: 20px;
    max-width: 100%;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.3);
  }

  .index-hhyy .list li .button {
    margin-top: 30px;
  }

  .index-hhyy .list-2 {
    display: none;
  }
}

.index-product {
  overflow: hidden;
  position: relative;
  background: linear-gradient(to bottom, #f5fcff, #ffffff, #ffffff, #ffffff);
}

.index-product .index-title {
  padding-top: 1rem;
}

.index-product .list {
  padding: 0 1rem;
  margin-top: 0.2rem;
}

.index-product .list .container {
  position: relative;
}

.index-product .list .item {
  cursor: pointer;
  padding: 0 0.2rem;
  text-align: center;
}

.index-product .list .tit {
  font-size: 0.22rem;
  color: #616161;
  font-weight: 700;
}

.index-product .list .swiper-slide-thumb-active .tit {
  color: rgba(47, 143, 187, 1);
  text-decoration: underline;
}

.index-product .list-2 {
  padding-top: 0.2rem;
  margin: 0 -0.1rem;
}

.index-product .list-2 .swiper-container {
  padding: 0.2rem 0;
}

.index-product .list-2 .hezi {
  display: flex;
  flex-wrap: wrap;
}

.index-product .list-2 .box {
  width: 33.333%;
  padding: 0 0.1rem;
}

.index-product .list-2 .nr {
  width: 100%;
}

.index-product .list-2 .wrap:first-child {
  margin-bottom: 0.2rem;
}

.index-product .list-2 .item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding: 0.3rem;
  padding-bottom: 0.4rem;
  padding-right: 0.1rem;
  background: #f4f4f6;
  border-radius: 0.2rem;
  transition: all 500ms ease;
}

.index-product .list-2 .item .tit {
  color: #212121;
  font-weight: 700;
  font-size: 0.24rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.index-product .list-2 .item .txt1 {
  color: #666;
  height: 0.9rem;
  margin-top: 0.1rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
}

.index-product .list-2 .item .txt1 span {
  display: block;
  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;
  max-height: 240px;
}

.index-product .list-2 .item .more {
  color: #666;
  margin-top: 0.3rem;
  font-size: 0.14rem;
  font-weight: lighter;
  border-radius: 0.3rem;
  display: inline-block;
  text-align: center;
  min-width: 1.16rem;
  height: 0.36rem;
  line-height: 0.34rem;
  transition: all 334ms linear;
  border: solid 1px #6f6f6f;
}

.index-product .list-2 .item .more span {
  padding-left: 0.1rem;
  font-family: "宋体";
}

@media (min-width: 1025px) {
  .index-product .list-2 .item:hover {
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }

  .index-product .list-2 .item:hover .tit {
    color: rgba(47, 143, 187, 1);
  }

  .index-product .list-2 .item:hover .pic img {
    transform: scale(1.05);
  }

  .index-product .list-2 .item:hover .more {
    color: #fff;
    border-color: rgba(47, 143, 187, 1);
    background: rgba(47, 143, 187, 1);
  }
}

.index-product .list-2 .item-2 .nr,
.index-product .list-2 .item-3 .nr {
  display: flex;
  align-items: center;
  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: 48%;
}

.index-product .list-2 .item-1 {
  padding: 0 0.2rem;
}

.index-product .list-2 .item-1 .nr {
  display: flex;
  padding-top: 0.6rem;
  flex-direction: column;
  justify-content: space-between;
}

.index-product .list-2 .item-1 .pic {
  order: 2;
  margin: 0 auto;
  margin-top: 0.3rem;
  max-width: 3.5rem;
}

.index-product .list-2 .item-1 .text {
  display: block;
  text-align: center;
}

.index-product .list-2 .item-1 .tit {
  font-size: 0.26rem;
}

.index-product .swiper-button-prev,
.index-product .swiper-button-next {
  top: 0;
  opacity: 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: rgba(47, 143, 187, 1);
  border-color: rgba(47, 143, 187, 1);
}

.index-product .swiper-button-prev {
  left: 1.6rem;
}

.index-product .swiper-button-next {
  right: 1.6rem;
}

@media (max-width: 1024px) {
  .swiper-pagination {
    opacity: 0;
  }

  .bscoll {
    display: none;
  }

  .index-product {
    padding: 40px 0 10px 0;
  }

  .index-product .index-title {
    padding-top: 0;
  }

  .index-product .list {
    padding: 0 30px;
  }

  .index-product .list .container {
    padding: 0px !important;
  }

  .index-product .list .item {
    padding: 0;
  }

  .index-product .list .tit {
    margin-top: 0;
  }

  .index-product .swiper-button-prev,
  .index-product .swiper-button-next {
    opacity: 1;
  }

  .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: rgba(47, 143, 187, 1);
  }

  .index-product .list-2 .box {
    width: 50%;
  }

  .index-product .list-2 .item-1 .nr {
    padding-top: 0.35rem;
  }

  .index-product .list-2 .box:nth-child(3) {
    width: 100%;
    display: flex;
    padding: 0;
    margin-top: 0.2rem;
    justify-content: space-between;
  }

  .index-product .list-2 .box:nth-child(3) .wrap {
    width: 50%;
    padding: 0 0.1rem;
    margin-bottom: 0;
  }

  .index-product .list-2 .text {
    width: 49% !important;
  }

  .index-product .list-2 .item-1 .text {
    width: 100% !important;
  }
}

@media (max-width: 580px) {

  .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 .wrap:first-child {
    margin-bottom: 0px !important;
  }

  .index-product .list-2 .box {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0px !important;
  }

  .index-product .list-2 .box:first-child {
    margin-bottom: 20px !important;
  }

  .index-product .list-2 .box:nth-child(3) {
    display: block;
  }

  .index-product .list-2 .box:nth-child(3) .wrap {
    width: 100% !important;
  }

  .index-product .list-2 .text {
    width: 100% !important;
  }

  .index-product .list-2 .item {
    padding: 10px 20px !important;
    padding-bottom: 40px !important;
    margin-bottom: 20px !important;
  }

  .index-product .list-2 .item .text {
    text-align: center;
  }

  .index-product .list-2 .item .more {
    font-size: 14px;
    height: 36px;
    line-height: 34px;
    padding: 0 15px;
  }

  .index-product .list-2 .item .txt1 {
    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-about {
  background: linear-gradient(to bottom, #e9f7fc, #f3fafc);
}

.index-about .list {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}

.index-about .index-title {
  z-index: 3;
  text-align: left;
  position: relative;
}

.index-about .index-en {
  margin-top: -0.7rem;
  position: relative;
  font-weight: 700;
  color: transparent;
  font-size: 0.74rem;
  line-height: 0.8rem;
  text-transform: uppercase;
  -webkit-text-stroke: #cee1e2 1px;
}

.index-about .left {
  width: 47%;
  font-size: 0.2rem;
  line-height: 0.34rem;
}

.index-about .left .tit {
  color: #4c4c4c;
  margin-top: 0.1rem;
  font-size: 0.3rem;
  font-weight: 700;
}

.index-about .left .txt {
  padding-top: 0.3rem;
}

.index-about .left .button {
  margin-top: 0.4rem;
}

.index-about .right {
  width: 48.7%;
  position: relative;
}

.index-about .videbtn {
  top: 50%;
  left: 50%;
  z-index: 3;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}

.index-about .circle {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  background: rgba(6, 94, 53, 0.3);
}

.index-about .circle i {
  z-index: 4;
  position: relative;
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  background: rgba(47, 143, 187, 1);
  display: inline-block;
  margin: 0 auto;
  margin-top: 0.3rem;
}

.index-about .circle:before {
  opacity: 1;
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  background: rgba(6, 94, 53, 0.2);
}

.index-about .circle i:after {
  content: "";
  margin-top: 0.15rem;
  vertical-align: top;
  display: inline-block;
  border-left: solid 0.26rem #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 .numlist {
  color: #fff;
  margin-top: 0.7rem;
  border-radius: 0.1rem;
  background: rgba(47, 143, 187, 1);
}

.index-about .numlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index-about .numlist li {
  font-size: 0.2rem;
  padding: 0.4rem 0.7rem;
}

.index-about .numlist li .counter {
  font-size: 0.66rem;
  line-height: 0.7rem;
  font-family: "Montserrat-Regular";
}

.index-about .numlist li em,
.index-about .numlist li i {
  font-style: normal;
  display: inline-block;
}

.index-about .numlist li em {
  font-size: 0.66rem;
  line-height: 0.7rem;
}

@media (max-width: 1024px) {
  .index-about {
    padding: 40px 0;
  }

  .index-about .list {
    padding-top: 0;
    display: block;
  }

  .index-about .left,
  .index-about .right {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  .index-about .right {
    margin-top: 30px;
  }

  .index-about .numlist {
    margin-top: 30px;
  }

  .index-about .numlist ul {
    justify-content: flex-start;
    padding: 20px;
  }

  .index-about .numlist li {
    width: 33.333%;
    font-size: 14px;
    padding: 0;
  }

  .index-about .numlist li .counter {
    font-size: 24px;
    line-height: 30px;
  }

  .index-about .numlist li em {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 600px) {
  .index-about .numlist {
    padding: 10px 0;
  }

  .index-about .numlist ul {
    justify-content: flex-start;
  }

  .index-about .numlist li {
    padding: 10px 0;
    font-size: 12px;
  }

  .index-about .numlist li .counter {
    font-size: 18px;
  }

  .index-about .numlist li em {
    font-size: 18px;
  }
}

.index-sbzs {
  overflow: hidden;
  background: linear-gradient(to bottom, #e9f7fc, #f2fafc, #f2fafc, #f2fafc);
}

.index-sbzs .container {
  max-width: 19.2rem !important;
}

.index-sbzs .index-title {
  margin-top: 1rem;
}

.index-sbzs .text {
  color: #282828;
  font-size: 0.22rem;
  text-align: center;
  padding-top: 0.2rem;
}

.index-sbzs .item {
  position: relative;
  height: 5.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.index-sbzs .item:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 0.3rem;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
}

.index-sbzs .item .t-1 {
  color: #fff;
  bottom: 0.35rem;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 0 0.2rem;
  font-weight: 700;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.26rem;
  position: absolute;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.index-sbzs .sblist {
  height: 5.8rem;
  position: relative;
  margin-top: 0.45rem;
}

.index-sbzs .sblist ul {
  display: flex;
}

.index-sbzs .sblist li {
  width: 13.875%;
  padding: 0 0.1rem;
  transition: all 700ms ease;
}

.index-sbzs .sblist li .item {
  border-radius: 0.3rem;
}

.index-sbzs .sblist li video {
  border-radius: 0.3rem;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.index-sbzs .sblist li:first-child {
  padding-left: 0;
}

.index-sbzs .sblist li:last-child {
  padding-right: 0;
}

.index-sbzs .sblist li.active {
  width: 44.5% !important;
}

.index-sbzs .sblist li.active video {
  opacity: 1;
}

.index-sbzs .sblist .prev,
.index-sbzs .sblist .next {
  top: 50%;
  z-index: 4;
  cursor: pointer;
  width: 0.8rem;
  height: 0.8rem;
  transform: translateY(-50%);
  position: absolute;
}

.index-sbzs .sblist .prev {
  left: 0.2rem;
  background: url(../images/prev.png) no-repeat top left;
  background-size: cover;
}

.index-sbzs .sblist .prev:hover {
  background: url(../images/next-3.png) no-repeat top left;
  background-size: cover;
}

.index-sbzs .sblist .next {
  right: 0.2rem;
  background: url(../images/prev-3.png) no-repeat top left;
  background-size: cover;
}

.index-sbzs .sblist .next:hover {
  background: url(../images/next.png) no-repeat top left;
  background-size: cover;
}

@media (max-width: 1024px) {
  .index-sbzs {
    padding: 40px 0;
  }

  .index-sbzs .container {
    max-width: 640px !important;
  }

  .index-sbzs .index-title {
    margin-top: 0;
  }

  .index-sbzs .sblist {
    height: 160px;
  }

  .index-sbzs .sblist li {
    padding: 0 1px;
  }

  .index-sbzs .sblist li .item {
    height: 160px;
    border-radius: 5px;
  }

  .index-sbzs .sblist li .item:before {
    border-radius: 5px;
  }

  .index-sbzs .sblist .prev {
    left: 0;
  }

  .index-sbzs .sblist .next {
    right: 0;
  }

  .index-sbzs .sblist .prev,
  .index-sbzs .sblist .next {
    top: 40%;
  }
}

.app-one {
  padding-top: 0.4rem;
}

.app-one a {
  display: block;
  position: relative;
  padding-left: 8.36rem;
  min-height: 3.69rem;
}

.app-one a .left {
  float: left;
  width: 7.3rem;
  position: absolute;
  top: 0;
  left: 0;
}

.app-one a .left .pic {
  z-index: 33;
  overflow: hidden;
  position: relative;
  border-radius: 0.1rem;
}

.app-one a .left .pic img {
  transition: all 700ms ease;
  width: 100%;
}

.app-one a .left .pic:after {
  content: "";
  display: block;
  padding-bottom: 49.8630137%;
}

.app-one a .left:after {
  content: '';
  display: block;
  width: 7.55rem;
  height: 3.61rem;
  background: url(../images/apbg.png) no-repeat top right;
  background-size: cover;
  border-radius: 0rem 0rem 0.18rem 0rem;
  position: absolute;
  bottom: -0.26rem;
  right: -0.26rem;
  z-index: 1;
}

.app-one a .right {
  padding-top: 0.5rem;
}

.app-one a .span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: 700;
  font-size: 0.24rem;
  color: rgba(47, 143, 187, 1);
  margin-bottom: 0.1rem;
}

.app-one a .bt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #212121;
  height: 0.72rem;
  line-height: 0.36rem;
  font-size: 0.26rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.app-one a .jsh {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 0.28rem;
  height: 0.56rem;
  margin-bottom: 0.4rem;
  color: #666666;
}

.app-one a .btnbox {
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.app-one a .button span {
  height: 0.42rem;
  line-height: 0.4rem;
  min-width: 1.3rem;
  font-size: 0.15rem;
}

@media (min-width: 1025px) {
  .app-one a:hover .left .pic img {
    transform: scale(1.05);
  }

  .app-one a:hover .left .bt {
    color: rgba(47, 143, 187, 1);
  }

  .app-one a:hover .left .more p span {
    margin-left: 10rem;
  }
}

@media (max-width: 1024px) {
  .app-one a {
    padding-left: 0;
  }

  .app-one a .left {
    float: none;
    width: 100%;
    top: auto;
    left: auto;
    position: relative;
  }

  .app-one a .left:after {
    display: none;
  }

  .app-one a .right {
    padding-top: 15px;
  }

  .app-one a .span {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .app-one a .bt {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .app-one a .jsh {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
}

.index-news .fp-space {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}

.index-news .tabnav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.index-news .tabnav li {
  padding-left: 0.15rem;
}

.index-news .tabnav li a {
  text-align: center;
  padding: 0 0.1rem;
  min-width: 1.4rem;
  height: 0.48rem;
  line-height: 0.46rem;
  display: inline-block;
  border: solid 1px #cdcece;
  border-radius: 0.3rem;
  transition: all 500ms ease;
  font-size: 0.18rem;
  font-weight: lighter;
}

.index-news .tabnav .cur a {
  color: #fff;
  border-color: rgba(47, 143, 187, 1);
  background: rgba(47, 143, 187, 1);
}

.index-news .tabcot {
  display: none;
}

.index-news .tabcot.show {
  display: block;
}

.index-news .index-title {
  text-align: left;
}

.index-news .list {
  margin-top: 0.65rem;
}

.index-news .list ul {
  display: flex;
  flex-wrap: wrap;
}

.index-news .list li {
  padding: 0 0.13rem;
  width: 33.333%;
}

.index-news .list li .box {
  display: flex;
  background: #fff;
  position: relative;
  justify-content: space-between;
  border-radius: 0.1rem;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.index-news .list li .pic {
  width: 40%;
  height: 2rem;
  position: relative;
  background-size: cover !important;
  border-radius: 0.2rem;
  background-repeat: no-repeat;
  background-position: top center;
  transition: all 500ms ease;
}

.index-news .list li .pic:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  border-radius: 0.1rem;
  background: rgba(2, 33, 18, 0.5);
  transition: all 500ms ease;
}

.index-news .list li .text {
  width: 60%;
  background: rgba(47, 143, 187, 1);
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}

.index-news .list li .nr {
  background: #fff;
  height: 2rem;
  padding-left: 0.2rem;
  padding-right: 0.3rem;
  padding-top: 0.25rem;
  border-top-right-radius: 0.09rem;
  border-bottom-right-radius: 0.6rem;
}

.index-news .list li .tag {
  color: rgba(47, 143, 187, 1);
}

.index-news .list li .tit {
  color: #202121;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 0.3rem;
  height: 0.3rem;
  margin-top: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.index-news .list li .txt {
  color: #7a7a7a;
  margin-top: 0.2rem;
  height: 0.52rem;
  font-size: 0.18rem;
  line-height: 0.26rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

@media (min-width: 1025px) {
  .index-news .list li:hover .box {
    display: block;
  }

  .index-news .list li:hover .pic {
    width: 100%;
    border-radius: 0.1rem;
  }

  .index-news .list li:hover .pic:before {
    opacity: 1;
  }

  .index-news .list li:hover .text {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    background: transparent;
  }

  .index-news .list li:hover .tag,
  .index-news .list li:hover .tit,
  .index-news .list li:hover .txt {
    color: #fff;
  }

  .index-news .list li:hover .nr {
    padding: 0.2rem 0.4rem;
    background: transparent;
  }
}

@media (max-width: 1024px) {
  .index-news {
    padding: 40px 0;
  }

  .index-news .fp-space {
    padding-top: 0;
    display: block;
  }

  .index-news .index-title {
    text-align: center;
  }

  .index-news .tabnav {
    display: none;
  }

  .index-news .list li {
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }

  .index-news .list li .nr {
    padding-left: 20px;
  }

  .index-news .list li .tit {
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
  }

  .index-news .list li .txt {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 0;
  }

  .index-news .list li:first-child {
    margin-top: 0;
  }
}

.fp-viewing-section2 .logo .img1,
.fp-viewing-section4 .logo .img1,
.fp-viewing-section5 .logo .img1,
.fp-viewing-section6 .logo .img1,
.fp-viewing-section7 .logo .img1 {
  display: none;
}

.fp-viewing-section2 .logo .img2,
.fp-viewing-section4 .logo .img2,
.fp-viewing-section5 .logo .img2,
.fp-viewing-section6 .logo .img2,
.fp-viewing-section7 .logo .img2 {
  display: inline-block;
}

.fp-viewing-section2 .nav li>a,
.fp-viewing-section4 .nav li>a,
.fp-viewing-section5 .nav li>a,
.fp-viewing-section6 .nav li>a,
.fp-viewing-section7 .nav li>a {
  color: #212121;
}

.fp-viewing-section2 .searchBtn svg,
.fp-viewing-section4 .searchBtn svg,
.fp-viewing-section5 .searchBtn svg,
.fp-viewing-section6 .searchBtn svg,
.fp-viewing-section7 .searchBtn svg {
  fill: #adadad;
}

.fp-viewing-section1 .container,
.fp-viewing-section2 .container,
.fp-viewing-section3 .container,
.fp-viewing-section4 .container,
.fp-viewing-section5 .container,
.fp-viewing-section6 .container,
.fp-viewing-section7 .container,
.fp-viewing-section8 .container {
  max-width: 16rem;
}

.fp-viewing-section8 .header {
  opacity: 0;
}

.fromlist {
  width: 69.37%;
}

.fromlist ul {
  display: flex;
  flex-wrap: wrap;
}

.fromlist li:first-child {
  padding-left: 0;
}

.fromlist li {
  width: 23.9%;
  padding-left: 0.1rem;
}

.fromlist li .iinput {
  border: 0;
  width: 100%;
  font-size: 0.15rem;
  font-family: "微软雅黑";
  padding: 0 0.2rem;
  height: 0.46rem;
  line-height: 0.46rem;
  border-radius: 0.05rem;
  background: #fff;
}

.fromlist li .iinput::placeholder {
  color: rgba(204, 204, 204, 1)
}

.fromlist li .file-upload input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.fromlist li .file-upload {
  position: relative;
  display: flex;
  align-items: center;
}

.fromlist li .custom-btn {
  padding: 0 0.2rem;
  width: 100%;
  font-size: 0.18rem;
  cursor: pointer;
  height: 0.46rem;
  line-height: 0.46rem;
  color: rgba(255, 255, 255, 0.38);
  border-radius: 0.05rem;
  background-color: #373b43;
  transition: background-color 0.3s;
}

.fromlist li .custom-btn:hover {
  background-color: rgba(47, 143, 187, 1);
}

.fromlist li .btn {
  color: #fff;
  min-width: 100%;
  text-align: center;
  font-size: 0.18rem;
  padding: 0 0.3rem;
  height: 0.46rem;
  line-height: 0.46rem;
  display: inline-block;
  border-radius: 0.1rem;
  background: #2F8FBB;
  font-weight: bold;
}

.fromlist li .btn img {
  margin-top: 0.14rem;
  margin-right: 0.08rem;
  max-height: 0.18rem;
}

.fromlist li:nth-child(3) {
  width: 35%;
}

.fromlist li:last-child {
  width: 17.2%;
}

.footer {
  background: rgba(7, 14, 22, 1);
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.48);
}

.footer .container {
  max-width: 16rem;
}

.footer .mess {
  color: #fff;
  display: flex;
  align-items: center;
  padding-top: 0.7rem;
  padding-bottom: 0.2rem;
  justify-content: space-between;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.footer .mess .left .t1 {
  font-size: 0.24rem;
  font-weight: 700;
}

.footer .list ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.42rem;
}

.footer .list li {
  width: 9.5%;
  position: relative;
  padding-left: 0.1rem;
}

.footer .list li h3 {
  color: #fff;
  padding-bottom: 0.2rem;
}

.footer .list li h3 a {
  color: #fff;
  font-size: 0.18rem;
  font-weight: 400;
  transition: all 334ms ease;
}

.footer .list li h3 a:hover {
  color: rgba(47, 143, 187, 1);
}

.footer .list li .drop a {
  color: rgba(204, 204, 204, 1);
  display: block;
  font-size: 0.16rem;
  padding-top: 0.14rem;
  transition: all 334ms ease;
}

.footer .list li .drop a:hover {
  color: rgba(47, 143, 187, 1);
}

.footer .list li:last-child {
  width: 6%;
}

.footer .list .gzh {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}

.footer .list .gzh dl {
  width: 25%;
  text-align: center;
}

.footer .list .gzh dd {
  padding-top: 0.05rem;
  font-size: .14rem;
}

.footer .list .gzh dt img {
  max-height: 1.1rem;
  width: 1.1rem;
}

.footer .list .contact {
  /* width: 36%; */
  padding-right: 1rem;
  position: relative;
  flex: 1;
}

.footer .list .contact .tel {
  margin-bottom: 0.25rem;
  padding-left: 0 !important;
  position: relative;
  font-size: .18rem;
}

.footer .list .contact .tel img {
  top: 0;
  left: 0;
  border-radius: 0.1rem;
  position: absolute;
  max-height: 0.54rem;
  border: solid 1px #ffffff;
}

.footer .list .contact .phone {
  font-weight: 700;
  font-family: "Montserrat-Regular";
}

.footer .list .contact .phone a {
  color: #fff;
  font-size: 0.24rem;
}

.footer .list .contact .t1 {
  color: #fff;
  margin-top: 0.2rem;
  font-size: 0.18rem;
  padding-left: 0.3rem;
  position: relative;
}

.footer .list .contact .t1 img {
  left: 0;
  top: 0.04rem;
  position: absolute;
  max-height: 0.2rem;
}

.footer .list .contact .t1 a {
  color: rgba(255, 255, 255, 1);
}

.footer .list .contact .t1 a:hover {
  color: #fff;
  text-decoration: underline;
  opacity: 1;
}

.footer .copy {
  margin-top: 0.5rem;
  font-size: 0.14rem;
  padding: 0.1rem 0;
  color: #a5a5a8;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.footer .copy .container {
  display: flex;
  justify-content: space-between;
}

.footer .copy a {
  color: #a5a5a8;
}

.footer .copy a:hover {
  color: #fff;
}

.footer .copy span {
  padding: 0 0.2rem;
  display: inline-block;
}

@media (max-width: 1024px) {
  .footer {
    font-size: 14px;
  }

  .footer .mess {
    display: block;
  }

  .footer .fromlist {
    padding-top: 20px;
    width: 100%;
  }

  .footer .fromlist ul {
    display: block;
  }

  .footer .fromlist li {
    padding-left: 0;
    padding-bottom: 15px;
    width: 100% !important;
    display: block;
  }

  .footer .fromlist li .iinput,
  .footer .fromlist li .custom-btn,
  .footer .fromlist li .btn {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  .footer .fromlist li .iinput img,
  .footer .fromlist li .custom-btn img,
  .footer .fromlist li .btn img {
    max-height: 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 .list ul {
    padding-top: 30px;
  }

  .footer .list .contact {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 0;
    width: 100%;
    display: block;
  }

  .footer .list .contact .tel,
  .footer .list .contact .t1 {
    margin-top: 10px;
    font-size: 15px;
    padding-left: 30px;
  }

  .footer .list .contact .tel img,
  .footer .list .contact .t1 img {
    max-height: 22px;
  }

  .footer .list .contact .tel {
    padding-left: 70px;
  }

  .footer .list .contact .tel img {
    top: 0px;
    max-height: 54px;
  }

  .footer .copy {
    font-size: 12px;
  }

  .footer .copy .container {
    display: block;
  }

  .footer .copy span {
    padding-left: 0;
  }

  .footer .copy a {
    float: none;
    padding-left: 0px;
  }

  .footer .copy .ipc {
    padding-right: 0;
    display: block;
  }
}

.inside-banner {
  text-align: center;
  position: relative;
}
.inside-banner .bannerBox{
  position:absolute;
  max-width: 10.24rem;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.inside-banner .tu img {
  width: 100%;
}
.inside-banner .bannerBox .title{
font-weight: bold;
font-size: .36rem;
color: #FFFFFF;
line-height: 1;
text-align: left;
}
@media (max-width: 1024px) {
  .inside-banner {
    /* margin-top: 60px; */
  }
}

.inside-about {
  position: relative;
  padding-bottom: 1.4rem;
  background: #fff;
}

.inside-about .container {
  max-width: 16rem;
}

.inside-about .list {
  padding-top: 0.5rem;
}

@media (max-width: 1024px) {
  .inside-about {
    padding-bottom: 40px;
  }

  .inside-about .right {
    margin-bottom: 30px;
  }
}

.inside-qywh {
  color: #fff;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 1rem 0;
}

.inside-qywh .container {
  max-width: 16rem;
}

.inside-qywh .index-title {
  color: #fff;
}

.inside-qywh .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.15rem;
  padding-top: 1.3rem;
}

.inside-qywh .list li:first-child span {
  display: block;
}

.inside-qywh .list li {
  padding: 0 0.15rem;
  line-height: 0.36rem;
  text-align: center;
}

.inside-qywh .list li .icon img {
  max-height: 0.6rem;
  transition: all 500ms linear;
}

.inside-qywh .list li .tit {
  font-size: 0.24rem;
  margin-top: 0.6rem;
  font-weight: 700;
  transition: all 500ms linear;
}

.inside-qywh .list li .txt {
  margin-top: 0.3rem;
  transition: all 500ms linear;
}

.inside-qywh .list li:hover .icon img {
  transform: scale(1.1);
}

@media (max-width: 1024px) {
  .inside-qywh {
    padding: 50px 0;
  }

  .inside-qywh .list ul {
    padding-top: 20px;
  }

  .inside-qywh .list li {
    padding-top: 20px;
    width: 50%;
  }

  .inside-qywh .list li .tit {
    margin-top: 20px;
  }

  .inside-qywh .list li .txt {
    margin-top: 15px;
  }
}

@media (max-width: 640px) {
  .inside-qywh .list li {
    width: 100%;
  }
}

.inside-ygfc {
  position: relative;
  padding: 1rem 0;
}

.inside-ygfc .container {
  max-width: 16rem;
  position: relative;
}

.inside-ygfc .list {
  margin-top: 0.4rem;
}

.inside-ygfc .box {
  margin: 0 -0.15rem;
  overflow: hidden;
}

.inside-ygfc .text {
  color: #282828;
  padding-top: 0.15rem;
  font-size: 0.24rem;
  text-align: center;
}

.inside-ygfc .text span {
  color: rgba(47, 143, 187, 1);
}

.inside-ygfc .item {
  width: 25%;
  float: left;
  border-radius: 0.2rem;
  padding: 0.05rem 0.1rem;
  position: relative;
}

.inside-ygfc .item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  background-size: cover;
}

.inside-ygfc .item:hover .pic img {
  transform: scale(1.1);
}

.inside-ygfc .item:first-child {
  width: 50%;
}

.inside-ygfc .item:first-child a {
  width: 100%;
  height: 100%;
}

.inside-ygfc .item:first-child .txt {
  font-size: 0.24rem;
  bottom: 0.4rem;
}

.inside-ygfc .pic {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
}

.inside-ygfc .pic:after {
  content: '';
  display: block;
  padding-bottom: 53%;
}

.inside-ygfc .pic img {
  border-radius: 0.2rem;
  width: 100%;
  object-fit: cover;
  transition: all 500ms ease;
}

.inside-ygfc .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  height: 0.3rem;
  font-weight: 700;
  font-size: 0.18rem;
  padding: 0 0.4rem;
  bottom: 0.3rem;
  line-height: 0.3rem;
  position: absolute;
}

@media (max-width: 1024px) {
  .inside-ygfc {
    padding: 50px 0;
  }

  .inside-ygfc .txt {
    font-size: 14px;
    padding: 0 20px;
    bottom: 15px;
  }

  .inside-ygfc .item:first-child {
    width: 100% !important;
  }

  .inside-ygfc .item {
    width: 50% !important;
  }
}

@media (max-width: 420px) {
  .inside-ygfc .txt {
    font-size: 12px;
    bottom: 15px;
  }
}

.history {
  background: #f2fafc;
  overflow: hidden;
  position: relative;
  padding: 0.9rem 0 0.6rem 0;
}

.history .container {
  overflow: hidden;
}

.history .textC {
  color: #282828;
  padding-top: 0.1rem;
  font-size: 0.24rem;
  text-align: center;
}

.history .textC span {
  padding: 0 0.15rem;
}

.history .textC em {
  color: rgba(47, 143, 187, 1);
  font-style: normal;
  font-weight: 700;
}

.history .swiper-button-prev,
.history .swiper-button-next {
  opacity: 1;
  cursor: pointer;
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  z-index: 999;
  top: 0.45rem;
  transition: all 500ms ease;
  border-radius: 50%;
}

.history .swiper-button-prev:after,
.history .swiper-button-next:after {
  font-size: 0;
}

.history .swiper-button-prev {
  left: 0rem;
  background: url(../images/prev.png) no-repeat top left;
  background-size: cover;
}

.history .swiper-button-prev:hover {
  background: url(../images/next-3.png) no-repeat top left;
  background-size: cover;
}

.history .swiper-button-next {
  right: 0rem;
  background: url(../images/prev-3.png) no-repeat top left;
  background-size: cover;
}

.history .swiper-button-next:hover {
  background: url(../images/next.png) no-repeat top left;
  background-size: cover;
}

.history .nr {
  position: relative;
}

.history .conTabs {
  margin-top: 0.5rem;
}

.history .conTabs .hezi {
  padding-right: 0.15rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.history .conTabs .swiper-slide {
  width: 100%;
}

.history .conTabs .swiper-container {
  overflow: inherit;
}

.history .conTabs .pic {
  width: 56%;
  padding-right: 0.15rem;
  position: relative;
  border-radius: 0.2rem;
  transform: skew(-5deg);
}

.history .conTabs .pic span {
  z-index: 3;
  position: relative;
}

.history .conTabs .pic img {
  border-radius: 0.2rem;
}

.history .conTabs .pic:after {
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  bottom: -0.15rem;
  position: absolute;
  border-radius: 0.2rem;
  background: rgba(47, 143, 187, 1);
}

.history .conTabs .text {
  width: 30%;
  padding: 0.4rem 0;
  position: relative;
  z-index: 1;
}

.history .conTabs .text .text {
  position: relative;
}

.history .conTabs .text .yearDiv {
  font-weight: 700;
  font-size: 0.46rem;
  color: rgba(47, 143, 187, 1);
  margin-bottom: 0.4rem;
}

.history .conTabs .text .year {
  font-family: "Montserrat-Regular";
  font-size: 0.6rem;
  line-height: 1;
  font-weight: 700;
  margin-right: 0.1rem;
  position: relative;
}

.history .conTabs .text .p-1 {
  color: #333333;
  font-size: 0.24rem;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
  position: relative;
}

.history .menuTabs {
  padding: 0 0.6rem;
  padding-bottom: 0.1rem;
  margin-top: 0.6rem;
  position: relative;
}

.history .menuTabs:before {
  content: "";
  height: 1px;
  left: 0;
  width: 100%;
  top: 0.62rem;
  position: absolute;
  margin: auto;
  display: block;
  background: linear-gradient(to right, #ecf3f5, #b4b8b9, #ecf3f5);
}

.history .menuTabs .list .year {
  line-height: 1;
  text-align: center;
  padding-bottom: 0.4rem;
}

.history .menuTabs .list .swiper-slide {
  width: 10%;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  float: left;
}

.history .menuTabs .list .box {
  padding-top: 0.2rem;
  cursor: pointer;
  position: relative;
}

.history .menuTabs .list .box:hover {
  color: rgba(47, 143, 187, 1);
}

.history .menuTabs .list .icon {
  bottom: 0;
  left: 50%;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.history .menuTabs .list .icon:before {
  content: "";
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background: #c3dbd4;
  border: 3px #c3dbd4 solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all .5s;
}

.history .menuTabs .list .icon:after {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #c1c1c1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.history .menuTabs .swiper-slide-thumb-active {
  margin-top: -0.06rem;
  font-weight: 700;
  color: rgba(47, 143, 187, 1);
  font-size: 0.24rem;
}

.history .menuTabs .swiper-slide-thumb-active .icon:before {
  transform: translate(-50%, -50%) scale(1);
}

.history .menuTabs .swiper-slide-thumb-active .icon:after {
  width: 0.08rem;
  height: 0.08rem;
  background: rgba(47, 143, 187, 1);
}

@media (max-width: 1024px) {
  .history {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .history .conTabs .swiper-container {
    overflow: hidden;
    padding-bottom: 15px;
  }

  .history .conTabs .text .yearDiv {
    margin-bottom: 0;
  }

  .history .conTabs .pic {
    transform: skew(0);
  }

  .history .swiper-button-prev,
  .history .swiper-button-next {
    top: 40px;
  }

  .history .swiper-button-prev {
    left: 0;
  }

  .history .swiper-button-next {
    right: 0;
  }
}

@media (max-width: 640px) {
  .history .conTabs .hezi {
    display: block;
  }

  .history .conTabs .pic {
    width: 100%;
  }

  .history .conTabs .text {
    width: 100%;
    text-align: center;
  }

  .history .menuTabs {
    margin-top: 0;
  }
}

.inside-ditu {
  position: relative;
  padding: 0.9rem 0 0 0;
}

.inside-ditu .textC {
  color: #282828;
  padding-top: 0.1rem;
  font-size: 0.24rem;
  text-align: center;
}

.inside-ditu .textC span {
  padding: 0 0.15rem;
}

.inside-ditu .textC em {
  color: rgba(47, 143, 187, 1);
  font-style: normal;
  font-weight: 700;
}

.inside-ditu .mapbox {
  margin: 0 auto;
  margin-top: 0.6rem;
  max-width: 14.4rem;
  position: relative;
}

.inside-ditu .map-ph {
  display: none;
}

.inside-ditu .circle {
  width: 0.7rem;
  height: 0.7rem;
  position: relative;
}

.inside-ditu .add {
  display: flex;
  line-height: 0.7rem;
  color: rgba(47, 143, 187, 1);
  position: absolute;
}

.inside-ditu .add1 {
  top: 2.3rem;
  left: 2rem;
}

.inside-ditu .add2 {
  top: 3.05rem;
  left: 1.6rem;
}

.inside-ditu .add3 {
  top: 4.3rem;
  left: 2.9rem;
}

.inside-ditu .add4 {
  top: 5.5rem;
  left: 3.15rem;
}

.inside-ditu .add5 {
  top: 1.5rem;
  left: 6.5rem;
}

.inside-ditu .add6 {
  top: 1.8rem;
  left: 6.2rem;
}

.inside-ditu .add7 {
  top: 2.05rem;
  left: 6.4rem;
}

.inside-ditu .add8 {
  top: 2.35rem;
  left: 6.45rem;
}

.inside-ditu .add9 {
  top: 2.15rem;
  left: 7.1rem;
}

.inside-ditu .add10 {
  top: 3.3rem;
  left: 9.1rem;
}

.inside-ditu .add11 {
  top: 2.9rem;
  left: 9.8rem;
  line-height: 0.45rem;
}

.inside-ditu .add12 {
  top: 2.1rem;
  left: 10.8rem;
}

.inside-ditu .add13 {
  top: 2.4rem;
  left: 10.9rem;
}

.inside-ditu .add14 {
  line-height: 0.4rem;
  font-weight: 700;
  color: rgba(47, 143, 187, 1);
  top: 3rem;
  left: 11.1rem;
}

.inside-ditu .add14 img {
  max-height: 0.5rem;
}

@media (max-width: 1024px) {
  .inside-ditu .mapbox {
    display: none;
  }

  .inside-ditu .map-ph {
    display: block;
    margin-top: 30px;
  }

  #TTalk {
    display: none
  }
}

.inside-hzhb {
  position: relative;
  padding: 0.9rem 0 0.6rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.inside-hzhb .container {
  max-width: 16rem;
}

.inside-hzhb .text {
  color: #282828;
  text-align: center;
  font-size: 0.24rem;
  padding-top: 0.2rem;
}

.inside-hzhb .ditu {
  margin-top: 0.45rem;
  position: relative;
  text-align: center;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inside-hzhb .tu img {
  max-height: 4.2rem;
  animation: 10s xuanzhuan linear infinite;
}

.inside-hzhb .pic {
  position: absolute;
}

.inside-hzhb .pic img {
  border-radius: 50%;
  box-shadow: -0.05rem 0 0.1rem rgba(0, 36, 74, 0.13);
}

.inside-hzhb .pic-1 {
  top: 0.2rem;
  left: 0.45rem;
}

.inside-hzhb .pic-1 img {
  max-height: 1.05rem;
}

.inside-hzhb .pic-2 {
  top: 0rem;
  left: 3.46rem;
}

.inside-hzhb .pic-2 img {
  max-height: 1.14rem;
}

.inside-hzhb .pic-3 {
  top: 1.6rem;
  left: 0.6rem;
}

.inside-hzhb .pic-3 img {
  max-height: 1.88rem;
}

.inside-hzhb .pic-4 {
  top: 1.55rem;
  left: 2.95rem;
}

.inside-hzhb .pic-4 img {
  max-height: 1.46rem;
}

.inside-hzhb .pic-5 {
  top: 0.6rem;
  left: 5.45rem;
}

.inside-hzhb .pic-5 img {
  max-height: 1.1rem;
}

.inside-hzhb .pic-6 {
  top: 2rem;
  left: 5rem;
}

.inside-hzhb .pic-6 img {
  max-height: 1.1rem;
}

.inside-hzhb .pic-7 {
  top: 4.7rem;
  left: 0rem;
}

.inside-hzhb .pic-7 img {
  max-height: 1.26rem;
}

.inside-hzhb .pic-8 {
  top: 3.94rem;
  left: 1.76rem;
}

.inside-hzhb .pic-8 img {
  max-height: 1.5rem;
}

.inside-hzhb .pic-9 {
  top: 3.7rem;
  left: 3.92rem;
}

.inside-hzhb .pic-9 img {
  max-height: 1.34rem;
}

.inside-hzhb .pic-10 {
  top: 6.04rem;
  left: 1.55rem;
}

.inside-hzhb .pic-10 img {
  max-height: 1.8rem;
}

.inside-hzhb .pic-11 {
  top: 5.43rem;
  left: 3.72rem;
}

.inside-hzhb .pic-11 img {
  max-height: 1.1rem;
}

.inside-hzhb .pic-12 {
  top: 5.94rem;
  left: 5.36rem;
}

.inside-hzhb .pic-12 img {
  max-height: 1.4rem;
}

.inside-hzhb .pic-13 {
  top: 0rem;
  left: 7.8rem;
}

.inside-hzhb .pic-13 img {
  max-height: 1.32rem;
}

.inside-hzhb .pic-14 {
  top: 0.1rem;
  left: 10.6rem;
}

.inside-hzhb .pic-14 img {
  max-height: 1.2rem;
}

.inside-hzhb .pic-15 {
  top: 1.52rem;
  left: 9.82rem;
}

.inside-hzhb .pic-15 img {
  max-height: 1.16rem;
}

.inside-hzhb .pic-16 {
  top: 0.66rem;
  left: 12.1rem;
}

.inside-hzhb .pic-16 img {
  max-height: 1.8rem;
}

.inside-hzhb .pic-17 {
  top: -0.16rem;
  left: 14.2rem;
}

.inside-hzhb .pic-17 img {
  max-height: 1.2rem;
}

.inside-hzhb .pic-18 {
  top: 2.55rem;
  left: 11.2rem;
}

.inside-hzhb .pic-18 img {
  max-height: 1.4rem;
}

.inside-hzhb .pic-19 {
  top: 1.75rem;
  left: 14.3rem;
}

.inside-hzhb .pic-19 img {
  max-height: 1.2rem;
}

.inside-hzhb .pic-20 {
  top: 4.06rem;
  left: 10.16rem;
}

.inside-hzhb .pic-20 img {
  max-height: 1.34rem;
}

.inside-hzhb .pic-21 {
  top: 4.15rem;
  left: 12.04rem;
}

.inside-hzhb .pic-21 img {
  max-height: 1.84rem;
}

.inside-hzhb .pic-22 {
  top: 3.36rem;
  left: 14.3rem;
}

.inside-hzhb .pic-22 img {
  max-height: 1.6rem;
}

.inside-hzhb .pic-23 {
  top: 5.7rem;
  left: 9.96rem;
}

.inside-hzhb .pic-23 img {
  max-height: 1.6rem;
}

.inside-hzhb .pic-24 {
  top: 6.6rem;
  left: 7.76rem;
}

.inside-hzhb .pic-24 img {
  max-height: 1.34rem;
}

.inside-hzhb .pic-25 {
  top: 6.48rem;
  left: 12.14rem;
}

.inside-hzhb .pic-25 img {
  max-height: 1.44rem;
}

.inside-hzhb .pic-26 {
  top: 5.65rem;
  left: 14.17rem;
}

.inside-hzhb .pic-26 img {
  max-height: 1.44rem;
}

@media (max-width: 1024px) {
  .inside-hzhb .ditu {
    height: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .inside-hzhb .tu {
    display: none;
  }

  .inside-hzhb .pic {
    margin-top: -1px;
    margin-left: -1px;
    border: solid 1px #eee;
    padding: 0 10px;
    background: #fff;
    width: 16.66666667% !important;
    left: auto !important;
    top: auto !important;
    position: relative;
  }

  .inside-hzhb .pic img {
    box-shadow: none;
    border-radius: 0;
    max-height: initial !important;
  }
}

@media (max-width: 500px) {
  .inside-hzhb .pic {
    width: 25% !important;
  }
}

.inside-honor {
  overflow: hidden;
  position: relative;
  padding: 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.inside-honor:after {
  left: 0;
  content: "";
  bottom: 0.8rem;
  width: 100%;
  position: absolute;
  /*background: url(../images/honor-line.png) repeat-x top center;*/
  background-size: cover;
  height: 1.8rem;
}

.inside-honor .container {
  max-width: 19.2rem;
}

.inside-honor .text {
  color: #282828;
  margin-top: 0.15rem;
  font-size: 0.22rem;
  text-align: center;
}

.inside-honor .list {
  width: 120%;
  position: relative;
  margin-left: -10%;
  margin-top: 0.5rem;
}

.inside-honor .item {
  margin-bottom: 0.1rem;
}

.inside-honor .item .pic{
  text-align: center;
}

.inside-honor .item .tit {
  color: #333;
  overflow: hidden;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.22rem;
}

.inside-honor .swiper-button-prev,
.inside-honor .swiper-button-next {
  opacity: 1;
  cursor: pointer;
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  z-index: 999;
  margin-top: -1rem;
  transition: all 500ms ease;
  border-radius: 50%;
}

.inside-honor .swiper-button-prev:after,
.inside-honor .swiper-button-next:after {
  font-size: 0;
}

.inside-honor .swiper-button-prev {
  left: 11% !important;
  background: url(../images/next-3.png) no-repeat top left;
  background-size: cover;
}

.inside-honor .swiper-button-prev:hover {
  background: url(../images/next-3.png) no-repeat top left;
  background-size: cover;
}

.inside-honor .swiper-button-next {
  right: 13% !important;
  background: url(../images/next.png) no-repeat top left;
  background-size: cover;
}

.inside-honor .swiper-button-next:hover {
  background: url(../images/prev-3.png) no-repeat top left;
  background-size: cover;
}

.inside-honor .swiper-pagination-progressbar {
  position: relative;
  height: 0.06rem;
  max-width: 14rem;
  margin: 0 auto;
  background: #d5e0e1;
  margin-top: 0.8rem;
}

.inside-honor .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: rgba(47, 143, 187, 1);
}

@media (max-width: 1024px) {
  .inside-honor {
    padding: 40px 0;
  }

  .inside-honor:after {
    bottom: 30px;
  }

  .inside-honor .container {
    max-width: 640px !important;
  }

  .inside-honor .list {
    width: 100%;
    margin-left: 0;
  }

  .inside-honor .item .tit {
    font-size: 16px;
  }

  .inside-honor .swiper-button-prev {
    left: 0 !important;
  }

  .inside-honor .swiper-button-next {
    right: 0 !important;
  }
}

.inside-box {
  background: #f6f6f6;
}

.inside-box .container {
  display: flex;
  justify-content: space-between;
}

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

.inside-box-2 .inside-current {
  width: 100%;
  text-align: left;
}

.inside-box-3 .container {
  max-width: 16rem;
}

.inside-menu {
  width: 70%;
  height: 0.8rem;
  line-height: 0.8rem;
}

.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
}

.inside-menu li {
  width: 16.66666667%;
  text-align: center;
}

.inside-menu li a {
  color: #333;
  display: block;
}

.inside-menu li img {
  margin-right: 0.05rem;
  max-height: 0.3rem;
  margin-top: 0.26rem;
}

.inside-menu li .img-2 {
  display: none;
}

.inside-menu li:hover,
.inside-menu .cur {
  background: rgba(47, 143, 187, 1);
}

.inside-menu li:hover a,
.inside-menu .cur a {
  color: #fff;
}

.inside-menu li:hover .img-2,
.inside-menu .cur .img-2 {
  display: inline-block;
}

.inside-menu li:hover .img-1,
.inside-menu .cur .img-1 {
  display: none;
}

.inside-current {
  width: 25%;
  font-size: 0.16rem;
  height: 0.66rem;
  line-height: 0.66rem;
  font-weight: lighter;
  font-weight: normal;
  text-align: right;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.inside-current span {
  color: rgba(47, 143, 187, 1);
}

.inside-current img {
  margin-bottom: 0.03rem;
  margin-right: 0.1rem;
  vertical-align: middle;
  max-height: 0.2rem;
}

@media (max-width: 1024px) {
  .inside-current {
    font-size: 14px;
  }

  .inside-current img {
    max-height: 20px;
  }
}

.inside-news {
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
  overflow: hidden;
}

.inside-news .topnews {
  border-radius: 0.15rem;
  box-shadow: 2px 0 10px rgba(51, 51, 51, 0.1);
  background: #fff;
  position: relative;
}

.inside-news .topnews li:hover .tit {
  color: rgba(47, 143, 187, 1);
}

.inside-news .topnews li:hover .pic img {
  transform: scale(1.05);
}

.inside-news .topnews .pic {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
}

.inside-news .topnews .pic img {
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  transition: all 700ms ease;
}

.inside-news .topnews .pic:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.inside-news .topnews .text {
  width: 50%;
  float: left;
  padding: 0.4rem 0.5rem;
}

.inside-news .topnews .time {
  color: rgba(47, 143, 187, 1);
  font-family: arial;
}

.inside-news .topnews .time span {
  font-weight: 700;
  font-size: 0.48rem;
}

.inside-news .topnews .tit {
  color: #333;
  font-weight: 700;
  margin-top: 0.1rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.inside-news .topnews .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  color: #7a7a7a;
  font-size: 0.18rem;
  margin-top: 0.2rem;
  height: 0.6rem;
  line-height: 0.3rem;
}

.inside-news .topnews .button {
  margin-top: 0.3rem;
}

.inside-news .topnews .button span {
  min-width: 1.3rem;
  font-size: 0.15rem;
}

.inside-news .topnews .swiper-pagination-progressbar {
  bottom: -0.7rem;
  top: auto;
  width: 100%;
  height: 0.02rem;
  background: #e1e1e1;
  max-width: 8rem;
  left: 50%;
  transform: translateX(-50%);
}

.inside-news .topnews .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: rgba(47, 143, 187, 1);
}

.inside-news .topnews .swiper-button-prev,
.inside-news .topnews .swiper-button-next {
  top: auto;
  z-index: 10;
  width: 0.34rem;
  height: 0.34rem;
  border: solid 1px #e3e3e3;
  border-radius: 50%;
  opacity: 1 !important;
  bottom: -0.85rem;
}

.inside-news .topnews .swiper-button-prev:after,
.inside-news .topnews .swiper-button-next:after {
  opacity: 0;
}

.inside-news .topnews .swiper-button-prev {
  left: 18%;
  background: url(../images/prev-2.png) no-repeat center center #ffffff;
  background-size: cover;
}

.inside-news .topnews .swiper-button-next {
  right: 18%;
  background: url(../images/next-2.png) no-repeat center center #ffffff;
  background-size: cover;
}

.inside-news .topnews .swiper-button-prev:hover {
  border-color: rgba(47, 143, 187, 1);
  background: url(../images/prev-h.png) no-repeat center center rgba(47, 143, 187, 1);
  background-size: cover;
}

.inside-news .topnews .swiper-button-next:hover {
  border-color: rgba(47, 143, 187, 1);
  background: url(../images/next-h.png) no-repeat center center rgba(47, 143, 187, 1);
  background-size: cover;
}

.inside-news .listNews {
  padding-top: 1.2rem;
}

.inside-news .listNews ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.22rem;
}

.inside-news .listNews li {
  width: 33.333%;
  margin-top: 0.6rem;
  padding: 0 0.22rem;
}

.inside-news .listNews li .pic {
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
  position: relative;
  overflow: hidden;
}

.inside-news .listNews li .pic:after {
  content: '';
  display: block;
  padding-bottom: 50%;
}

.inside-news .listNews li .pic img {
  transition: .5s;
}

.inside-news .listNews li .box {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0.05rem 0 0.35rem rgba(0, 0, 0, 0.08);
  display: block;
}

.inside-news .listNews li .box:hover .pic img {
  transform: scale(1.1);
}

.inside-news .listNews li .box:hover .title {
  color: rgba(47, 143, 187, 1);
}

.inside-news .listNews li .box:hover .more {
  color: #fff;
  border-color: rgba(47, 143, 187, 1);
  background: rgba(47, 143, 187, 1);
}

.inside-news .listNews li .text {
  padding: 0.2rem;
  padding-bottom: 0.45rem;
  text-align: left;
}

.inside-news .listNews li .time {
  color: #212121;
  border-radius: 0.03rem;
  padding: 0 0.15rem;
  font-size: 0.15rem;
  line-height: 0.26rem;
  background: #e1ebe6;
  display: inline-block;
}

.inside-news .listNews li .time img {
  margin-right: 0.05rem;
  margin-top: 0.05rem;
  max-height: 0.16rem;
}

.inside-news .listNews li .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: 700;
  font-size: 0.22rem;
  line-height: 0.3rem;
  height: 0.6rem;
  color: #2e2e2e;
  margin-top: 0.2rem;
}

.inside-news .listNews li .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 0.18rem;
  height: 0.26rem;
  color: #7a7a7a;
  overflow: hidden;
  margin-top: 0.2rem;
  line-height: 0.26rem;
}

.inside-news .listNews li .more {
  transition: all 500ms ease;
  margin-top: 0.3rem;
  font-size: 0.14rem;
  text-align: center;
  height: 0.38rem;
  line-height: 0.36rem;
  min-width: 1.2rem;
  display: inline-block;
  border: solid 1px #a1a1a1;
  border-radius: 0.3rem;
}

.inside-news .listNews.swiper-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.inside-news .listNews.swiper-wrapper li {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1024px) {
  .inside-news .listNews li {
    margin-bottom: 0;
    padding: 0 10px 20px 10px;
  }

  .inside-news .listNews li .text {
    padding: 20px;
    padding-bottom: 40px;
  }

  .inside-news .listNews li .time {
    line-height: 22px;
    padding: 0 10px;
  }

  .inside-news .listNews li .time img {
    margin-top: 5px;
    max-height: 12px;
    margin-right: 5px;
  }

  .inside-news .listNews li .title {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
  }

  .inside-news .listNews li .txt {
    height: 52px;
    line-height: 26px;
  }

  .inside-news .listNews li .more {
    font-size: 14px;
    height: 36px;
    line-height: 34px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .inside-news .listNews li {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .inside-news {
    padding: 40px 0;
  }

  .inside-news .topnews .pic {
    width: 100%;
    float: none;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .inside-news .topnews .text {
    width: 100%;
    float: none;
    padding: 20px;
    padding-bottom: 40px;
  }

  .inside-news .topnews .tit {
    margin-top: 0;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
  }

  .inside-news .topnews .txt {
    margin-top: 10px;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }

  .inside-news .topnews .button {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    min-width: 120px;
    margin-top: 30px;
  }

  .inside-news .topnews .swiper-button-prev,
  .inside-news .topnews .swiper-button-next {
    width: 34px;
    height: 34px;
    bottom: -60px;
  }

  .inside-news .topnews .swiper-button-prev {
    left: 0;
  }

  .inside-news .topnews .swiper-button-next {
    right: 0;
  }

  .inside-news .topnews .swiper-pagination-progressbar {
    bottom: -45px;
  }

  .inside-news .listNews li {
    width: 50%;
  }

  .inside-news .listNews li .time {
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
  }

  .inside-news .listNews li .time img {
    max-height: 14px;
    margin-top: 4px;
    margin-right: 5px;
  }

  .inside-news .listNews li .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }

  .inside-news .listNews li .txt {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }

  .inside-news .listNews li .button {
    font-size: 14px;
    height: 36px;
    line-height: 34px;
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .inside-news .listNews {
    margin-left: 0;
    margin-right: 0;
  }

  .inside-news .listNews ul {
    margin-left: 0;
    margin-right: 0;
  }

  .inside-news .listNews li {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.inside-newsshow {
  padding-bottom: 1.5rem;
  padding-top: 0.4rem;
  background: #f5f5f5;
}

.inside-newsshow .inside-current {
  width: 100%;
  text-align: left;
}

.inside-newsshow .list {
  display: flex;
  justify-content: space-between;
}

.inside-newsshow .leftbox {
  width: 66%;
  padding: 0.6rem 0.55rem;
  background: #fff;
}

.inside-newsshow .leftbox h1 {
  color: #212121;
  line-height: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.36rem;
}

.inside-newsshow .leftbox h2,
.inside-newsshow .leftbox h3 {
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
}

.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;
  margin-bottom: 0.6rem;
}

.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: 0.2rem;
  background: #f4faf8;
  margin-top: 0.2rem;
}

.inside-newsshow .leftbox .picbox p {
  margin-top: 0.1rem;
}

.inside-newsshow .rightbox {
  width: 32%;
  background: #fff;
  padding: 0.7rem 0.35rem;
}

.inside-newsshow .list-2 {
  left: 0;
  top: 0.4rem;
  position: sticky;
}

.inside-newsshow .list-2 .title {
  color: #212121;
  font-size: 0.22rem;
  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;
  padding-top: 0.2rem;
}

.inside-newsshow .list-2 li {
  padding-top: 0.4rem;
  border-top: solid 1px #e0e0e0;
}

.inside-newsshow .list-2 li .pic {
  position: relative;
  overflow: hidden;
}

.inside-newsshow .list-2 li .pic:after {
  content: '';
  display: block;
  padding-bottom: 50%;
}

.inside-newsshow .list-2 li .pic img {
  transition: .5s;
}

.inside-newsshow .list-2 li .box {
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
}

.inside-newsshow .list-2 li .box:hover .pic img {
  transform: scale(1.1);
}

.inside-newsshow .list-2 li .box:hover .title {
  color: rgba(47, 143, 187, 1);
}

.inside-newsshow .list-2 li .box:hover .more {
  color: #fff;
  border-color: rgba(47, 143, 187, 1);
  background: rgba(47, 143, 187, 1);
}

.inside-newsshow .list-2 li .text {
  text-align: left;
  padding: 0.2rem;
  padding-bottom: 0.3rem;
}

.inside-newsshow .list-2 li .time {
  color: #212121;
  border-radius: 0.03rem;
  padding: 0 0.15rem;
  font-size: 0.15rem;
  line-height: 0.26rem;
  background: #e1ebe6;
  display: inline-block;
}

.inside-newsshow .list-2 li .time img {
  margin-right: 0.05rem;
  margin-top: 0.05rem;
  max-height: 0.16rem;
}

.inside-newsshow .list-2 li .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
  color: #2e2e2e;
  margin-top: 0.1rem;
  border-bottom: 0;
}

.inside-newsshow .list-2 li .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 0.18rem;
  height: 0.52rem;
  color: #7a7a7a;
  overflow: hidden;
  margin-top: 0.1rem;
  line-height: 0.26rem;
}

.inside-newsshow .list-2 li .more {
  transition: all 500ms ease;
  margin-top: 0.3rem;
  font-size: 0.14rem;
  text-align: center;
  height: 0.38rem;
  line-height: 0.36rem;
  min-width: 1.2rem;
  display: inline-block;
  border: solid 1px #a1a1a1;
  border-radius: 0.3rem;
}

@media (max-width: 1024px) {
  .inside-newsshow {
    background: transparent;
    padding-bottom: 40px;
  }

  .inside-newsshow .list {
    display: block;
  }

  .inside-newsshow .leftbox,
  .inside-newsshow .rightbox {
    width: 100%;
  }

  .inside-newsshow .rightbox {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0px;
  }

  .inside-newsshow .leftbox {
    padding: 30px 0;
  }

  .inside-newsshow .leftbox .picbox {
    padding-top: 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 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }

  .inside-newsshow .list-2 li {
    border: 0 !important;
    padding: 0 10px !important;
    padding-top: 30px !important;
    width: 33.333%;
  }

  .inside-newsshow .list-2 li .text {
    padding: 0;
    padding-top: 20px;
  }

  .inside-newsshow .list-2 li .nr {
    align-items: center;
  }

  .inside-newsshow .list-2 li .time {
    font-size: 12px;
  }

  .inside-newsshow .list-2 li .title {
    font-size: 15px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }

  .inside-newsshow .list-2 li .txt {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .inside-newsshow .list-2 li {
    width: 100%;
  }
}

.inside-application {
  padding-top: 0.3rem;
  padding-bottom: 1rem;
}

.inside-application .more {
  margin-top: 0.95rem;
  text-align: center;
}

.inside-application .more a {
  color: #333;
  font-size: 0.15rem;
  height: 0.46rem;
  line-height: 0.44rem;
  display: inline-block;
  min-width: 1.5rem;
  border: solid 1px #adadad;
  border-radius: 0.3rem;
  transition: all 500ms ease;
}

.inside-application .more i {
  width: 0.12rem;
  height: 0.12rem;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  margin-left: 0.1rem;
  margin-top: 0.13rem;
  border-right: solid 1px #3d3d3d;
  border-bottom: solid 1px #3d3d3d;
  transform: rotate(45deg);
}

.inside-application .more:hover a {
  color: rgba(47, 143, 187, 1);
  border-color: rgba(47, 143, 187, 1);
}

.inside-application .more:hover i {
  border-color: rgba(47, 143, 187, 1);
}

.inside-application li {
  margin-top: 0.8rem;
  position: relative;
}

.inside-application li .box {
  display: flex;
  align-items: center;
  background: #f5f6fa;
}

.inside-application li .pic {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.inside-application li .pic:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.inside-application li .pic img {
  transition: all 700ms ease;
}

.inside-application li .text {
  width: 50%;
  padding: 0.4rem 0.65rem;
}

.inside-application li .icon img {
  max-height: 0.6rem;
}

.inside-application li .tit {
  font-weight: 700;
  height: 0.4rem;
  font-size: 0.3rem;
  line-height: 0.4rem;
  margin-top: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.inside-application li .tit a {
  color: #333;
}

.inside-application li .txt {
  color: #666;
  text-align: justify;
  font-size: 0.2rem;
  height: 1.8rem;
  line-height: 0.36rem;
  margin-top: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}

.inside-application li .buttonB {
  display: flex;
  margin-top: 0.35rem;
}

.inside-application li .button-2 {
  margin-left: 0.2rem;
}

.inside-application li .button-2 a {
  color: rgba(47, 143, 187, 1);
  background: transparent;
}

.inside-application li:nth-child(2n) .box {
  flex-direction: row-reverse;
}

.inside-application li:hover .tit a {
  color: rgba(47, 143, 187, 1);
  transition: all 500ms ease;
}

.inside-application li:hover .pic img {
  transform: scale(1.1);
}

@media (max-width: 1024px) {
  .inside-application {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .inside-application li:first-child {
    margin-top: 0;
  }

  .inside-application li {
    margin-top: 30px;
    border-radius: 0;
  }

  .inside-application li .icon {
    display: none;
  }

  .inside-application li .tit {
    margin-top: 0;
  }

  .inside-application li .txt {
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
  }

  .inside-application li .text {
    padding: 15px 30px;
  }

  .inside-application li a {
    display: block;
  }

  .inside-application li .box {
    display: block;
  }

  .inside-application li .pic {
    width: 100%;
    border-radius: 0 !important;
  }

  .inside-application li .pic img {
    border-radius: 0 !important;
  }

  .inside-application li .text {
    width: 100%;
    padding: 30px !important;
  }

  .inside-application .more {
    margin-top: 30px;
  }

  .inside-application .more a {
    padding: 0 25px;
    font-size: 15px;
    height: 40px;
    line-height: 38px;
  }

  .inside-application .more i {
    width: 10px;
    height: 10px;
    margin-top: 10px;
  }
}

.inside-job {
  color: #7a7a7a;
  padding-bottom: 1.2rem;
  padding-top: 1rem;
}

.inside-job .search {
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 7.8rem;
  position: relative;
}

.inside-job .iinput {
  width: 80%;
}

.inside-job .iinput input {
  width: 100%;
  color: #666;
  font-size: 0.18rem;
  padding: 0 0.15rem;
  height: 0.5rem;
  line-height: 0.48rem;
  border: solid 1px #c2c2c2;
  font-family: "微软雅黑";
  border-right: 0;
  border-radius: 0.1rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.inside-job .iinput input::placeholder {
  color: #999;
}

.inside-job .btn {
  width: 20%;
  color: #fff;
  line-height: 0.48rem;
  text-align: center;
  display: inline-block;
  background: rgba(47, 143, 187, 1);
  transition: all 500ms ease;
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}

.inside-job .btn svg {
  fill: #fff;
  margin-right: 0.1rem;
  margin-bottom: 0.02rem;
  vertical-align: middle;
}

.inside-job .btn:hover {
  background: #07703d;
}

.inside-job .list {
  padding-top: 0.4rem;
}

.inside-job .list dl {
  display: flex;
  margin-top: 0.3rem;
}

.inside-job .list dt {
  width: 10%;
  text-shadow: 0 0 1px #7a7a7a;
}

.inside-job .list dd {
  width: 90%;
}

.inside-job .list dd a {
  color: #7a7a7a;
  transition: all 500ms ease;
  margin-bottom: 0.1rem;
  margin-right: 0.33rem;
  display: inline-block;
  text-shadow: 0 0 1px #7a7a7a;
}

.inside-job .list dd a:hover,
.inside-job .list dd .cur {
  color: rgba(47, 143, 187, 1);
  text-decoration: underline;
}

.inside-job .list-2 {
  padding-top: 0.5rem;
}

.inside-job .list-2 .bt {
  text-shadow: 0 0 1px #7a7a7a;
}

.inside-job .list-2 li:hover .item {
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.inside-job .list-2 li:hover .left .t1 {
  text-decoration: underline;
}

.inside-job .list-2 li {
  margin-top: 0.35rem;
}

.inside-job .list-2 li .item {
  display: flex;
  color: #7a7a7a;
  background: #f8f8f8;
  border-radius: 0.15rem;
  padding: 0.3rem 0.5rem;
  justify-content: space-between;
  transition: all 500ms ease;
}

.inside-job .list-2 li .left {
  width: 70%;
}

.inside-job .list-2 li .left .t1 {
  margin-bottom: 0.2rem;
  font-size: 0.24rem;
  color: rgba(47, 143, 187, 1);
  text-shadow: 0 0 1px #7a7a7a;
}

.inside-job .list-2 li .left .t2 span {
  width: 20%;
  text-shadow: 0 0 1px #7a7a7a;
  display: inline-block;
}

.inside-job .list-2 li .left .t2 span:last-child {
  margin-right: 0;
}

.inside-job .list-2 li .left img {
  margin-right: 0.05rem;
  margin-top: 0.04rem;
  max-height: 0.2rem;
}

.inside-job .list-2 li .right {
  text-align: right;
}

.inside-job .list-2 li .right span {
  display: block;
}

.inside-job .list-2 li .right span:first-child {
  text-shadow: 0 0 1px #7a7a7a;
  margin-bottom: 0.2rem;
  font-size: 0.24rem;
  color: rgba(47, 143, 187, 1);
}

@media (max-width: 1024px) {
  .inside-job {
    padding: 40px 0;
  }

  .inside-job .search {
    max-width: 100%;
  }

  .inside-job .iinput input {
    font-size: 15px;
    height: 40px;
    line-height: 38px;
  }

  .inside-job .btn {
    line-height: 38px;
  }

  .inside-job .list dt {
    width: 15%;
  }

  .inside-job .list dd {
    width: 85%;
  }

  .inside-job .list-2 li .left .t2 {
    display: flex;
    flex-wrap: wrap;
  }

  .inside-job .list-2 li .left .t2 span {
    padding-right: 10px;
  }

  .inside-job .list-2 li .left img {
    max-height: 20px;
    margin-top: 0;
    margin-right: 5px;
  }
}

@media (max-width: 640px) {
  .inside-job .iinput {
    width: 75%;
  }

  .inside-job .btn {
    width: 25%;
  }

  .inside-job .list dt {
    width: 30%;
  }

  .inside-job .list dd {
    width: 70%;
  }

  .inside-job .list-2 li .item {
    display: block;
  }

  .inside-job .list-2 li .left {
    width: 100%;
  }

  .inside-job .list-2 li .left .t2 span {
    width: 25%;
  }

  .inside-job .list-2 li .right {
    text-align: left;
    margin-top: 20px;
    display: none;
  }
}

@media (max-width: 480px) {
  .inside-job .list-2 li .left .t2 span {
    width: 50%;
    padding: 5px 0;
  }
}

.inside-zznl {
  position: relative;
  padding: 1rem 0;
}

.inside-zznl .table {
  margin-top: 0.5rem;
}

.inside-zznl .table th {
  color: #fff;
  font-weight: normal;
  font-size: 0.24rem;
  text-align: left;
  background: rgba(47, 143, 187, 1);
}

.inside-zznl .table th,
.inside-zznl .table td {
  padding: 0.18rem 0.65rem;
  border-left: solid 1px #b7c7bf;
}

.inside-zznl .table td {
  color: #474747;
  font-size: 0.2rem;
  background: #ebf5f0;
  padding-bottom: 0.14rem;
  padding-top: 0.14rem;
}

.inside-zznl .table td:first-child {
  vertical-align: top;
}

.inside-zznl .table th:first-child,
.inside-zznl .table td:first-child {
  border-left: 0;
}

.inside-zznl .table .bg td {
  background: #fafafa;
}

@media (max-width: 1024px) {
  .inside-zznl {
    padding: 40px 0;
  }

  .inside-zznl .table {
    margin-top: 30px;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    overflow-x: auto;
  }

  .inside-zznl .table table {
    width: 1200px;
  }
}

.inside-pcb {
  position: relative;
  padding: 1rem 0;
  background: #f7f7f7;
}

.inside-pcb .table {
  border-bottom: solid 1px #b7c7bf;
  margin-top: 0.5rem;
}

.inside-pcb .table th {
  color: #fff;
  font-weight: normal;
  font-size: 0.24rem;
  background: rgba(47, 143, 187, 1);
}

.inside-pcb .table th,
.inside-pcb .table td {
  text-align: center;
  padding: 0.18rem 0.65rem;
}

.inside-pcb .table td {
  color: #474747;
  padding-bottom: 0.14rem;
  padding-top: 0.14rem;
  font-size: 0.2rem;
  background: #ebf5f0;
}

.inside-pcb .table th:first-child,
.inside-pcb .table td:first-child {
  border-right: solid 1px #b7c7bf;
}

.inside-pcb .table .bg td {
  background: #fafafa;
}

.inside-pcb .table .bg-bai td {
  background: #fff;
}

.inside-pcb .table .border-1 {
  border-bottom: solid 1px #b7c7bf;
}

.inside-pcb .table .border-2 td {
  border: 0;
}

@media (max-width: 1024px) {
  .inside-pcb {
    padding: 40px 0;
  }

  .inside-pcb .table {
    margin-top: 30px;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    overflow-x: auto;
  }

  .inside-pcb .table table {
    width: 1200px;
  }
}

.inside-product {
  padding-bottom: 1rem;
  padding-top: 0.4rem;
}

.inside-product .leftbox {
  width: 23.12%;
  float: left;
  left: 0;
  top: 1.1rem;
  position: sticky;
  background: rgba(47,143,187,0.04);
  border: 1px solid #E6E6E6;
  /* border-bottom-left-radius: 0.2rem; */
  /* border-bottom-right-radius: 0.2rem; */
  /* box-shadow: 0.04rem 0.04rem 0.24rem rgba(4, 37, 21, 0.12); */
}

.inside-product .rightbox {
  float: right;
  width: 77%;
}

.inside-product .rightbox .bt-2 {
  color: #fff;
  font-weight: 700;
  line-height: 0.52rem;
  text-align: center;
  background: rgba(47, 143, 187, 1);
}

.inside-product .hezi {
  display: flex;
  justify-content: space-between;
  /* padding-right: 0; */
  padding-top: 0.2rem;
}

.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: rgba(47, 143, 187, 1);
}

.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 {
  padding: 0 0.3rem .25rem;
  min-height: 5rem;
  border-top: solid 0.06rem rgba(47, 143, 187, 1);
}

.inside-product .pronav ul {
  padding-top: 0.2rem;
}

.inside-product .pronav li {
  position: relative;
  font-size: 0.16rem;
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  border-top: solid 1px rgba(230, 230, 230, 1);
}

.inside-product .pronav li a {
  color: #292929;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .16rem;
}
.inside-product .pronav li a svg{
  display:block;
}
.inside-product .pronav li:hover a svg path,
.inside-product .pronav li.cur a svg path{
  fill:rgba(47, 143, 187, 1);
}
.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: rgba(47, 143, 187, 1);
}

@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;
  }
}

@media (max-width: 420px) {
  .inside-product .inside-prolist li .box {
    padding: 20px;
  }
}

.inside-product-1 {
  background: #f7fcfa;
  border-radius: 0.2rem;
  box-shadow: 0.04rem 0.04rem 0.24rem rgba(4, 37, 21, 0.12);
}

.inside-product-1 .nr1 {
  background: #fff;
  padding: 0.5rem;
  text-align: center;
  border-bottom: solid 1px #f0f0f0;
}

.inside-product-1 .nr1 .t-1 {
  color: rgba(47, 143, 187, 1);
  font-size: 0.3rem;
  font-weight: 700;
}

.inside-product-1 .nr1 .t-2 {
  color: #757575;
  padding-top: 0.1rem;
}

.inside-product-1 .nr2 {
  padding: 0.5rem 0.4rem;
}

.inside-product-1 .nr2 dl {
  line-height: 0.36rem;
  padding-bottom: 0.4rem;
}

.inside-product-1 .nr2 dt,
.inside-product-1 .nr2 .title {
  font-size: 0.22rem;
  color: rgba(47, 143, 187, 1);
  font-weight: 700;
  padding-bottom: 0.1rem;
}

.inside-product-1 .nr2 .t-1 {
  padding-left: 0.35rem;
  position: relative;
}

.inside-product-1 .nr2 .t-1 img {
  left: 0;
  top: 0.07rem;
  max-height: 0.24rem;
  position: absolute;
}

.inside-product-1 .nr2 .list {
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}

.inside-product-1 .nr2 .list li {
  width: 37%;
  padding: 0 0.1rem;
}

.inside-product-1 .nr2 .list li .item {
  background: #fff;
  border-radius: 0.1rem;
}

.inside-product-1 .nr2 .list li .pic {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}

.inside-product-1 .nr2 .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 73.36956522%;
}

.inside-product-1 .nr2 .list li .pic img {
  transition: all 700ms ease;
}

.inside-product-1 .nr2 .list li .tit {
  color: #474747;
  font-weight: 700;
  text-align: center;
  height: 0.56rem;
  line-height: 0.56rem;
  overflow: hidden;
}

.inside-product-1 .nr2 .list li:hover .pic img {
  transform: scale(1.1);
}

.inside-product-1 .nr2 .list-2 {
  margin-top: 0.1rem;
  position: relative;
  padding: 0 0.7rem;
}

.inside-product-1 .nr2 .list-2 li .item {
  background: rgba(47, 143, 187, 1);
  border-radius: 0.1rem;
}

.inside-product-1 .nr2 .list-2 li .pic {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}

.inside-product-1 .nr2 .list-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 74.91289199%;
}

.inside-product-1 .nr2 .list-2 li .pic img {
  transition: all 700ms ease;
}

.inside-product-1 .nr2 .list-2 li .tit {
  color: #fff;
  text-align: center;
  height: 0.56rem;
  line-height: 0.56rem;
  overflow: hidden;
}

.inside-product-1 .nr2 .list-2 li:hover .pic img {
  transform: scale(1.1);
}

.inside-product-1 .nr2 .list-2 .swiper-button-prev,
.inside-product-1 .nr2 .list-2 .swiper-button-next {
  width: 0.5rem;
  height: 0.5rem;
}

.inside-product-1 .nr2 .list-2 .swiper-button-prev:after,
.inside-product-1 .nr2 .list-2 .swiper-button-next:after {
  font-size: 0;
}

.inside-product-1 .nr2 .list-2 .swiper-button-prev {
  left: 0;
  background: url(../images/next-3.png) no-repeat left center;
  background-size: cover;
}

.inside-product-1 .nr2 .list-2 .swiper-button-next {
  right: 0;
  background: url(../images/next.png) no-repeat left center;
  background-size: cover;
}

.inside-product-1 .nr2 .list-3 {
  margin-top: 0.5rem;
}

.inside-product-1 .nr2 .list-3 li {
  margin-top: 0.4rem;
  position: relative;
}

.inside-product-1 .nr2 .list-3 li .box {
  color: #474747;
  background: #fff;
  padding: 0.25rem;
  margin-left: 0.3rem;
  border-radius: 0.1rem;
}

.inside-product-1 .nr2 .list-3 li .t-3 {
  left: 0;
  top: -0.15rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.26rem;
  position: absolute;
  width: 0.64rem;
  height: 0.58rem;
  color: #fff;
  line-height: 0.58rem;
  background: url(../images/qa.png) no-repeat left top;
  background-size: cover;
}

.inside-product-1 .nr2 .list-3 li .t-4 {
  font-weight: 700;
  padding-left: 0.22rem;
}

.inside-product-1 .nr2 .list-3 li .t-5 {
  margin-top: 0.15rem;
}

.inside-product-1 .nr2 .list-4 {
  margin-top: 0.5rem;
}

.inside-product-1 .nr2 .list-4 .red-asterisk {
  color: #f30;
  left: 0.15rem;
  top: 0.14rem;
  position: absolute;
}

.inside-product-1 .nr2 .list-4 .fromlist {
  margin-top: 0.15rem;
}

.inside-product-1 .nr2 .list-4 .fromlist li p {
  position: relative;
}

.inside-product-1 .nr2 .list-4 .fromlist li .iinput,
.inside-product-1 .nr2 .list-4 .fromlist li .custom-btn {
  background: #fff;
  color: #666;
  padding: 0 0.25rem;
  padding-right: 0.1rem;
  transition: all 500ms ease;
  border: solid 1px #eeeeee;
}

.inside-product-1 .nr2 .list-4 .fromlist li .custom-btn {
  color: #999;
  padding-left: 0.1rem;
}

.inside-product-1 .nr2 .list-4 .fromlist li .file-upload {
  position: relative;
}

.inside-product-1 .nr2 .list-4 .fromlist li .file-upload .red-asterisk {
  left: 0.22rem;
}

.inside-product-1 .nr2 .list-5 {
  margin-top: 0.3rem;
  color: #474747;
}

.inside-product-1 .nr2 .list-5 a {
  color: #474747;
}

.inside-product-1 .nr2 .list-5 a:hover {
  color: rgba(47, 143, 187, 1);
}

.inside-product-1 .nr2 .list-5 p {
  position: relative;
  margin-bottom: 0.15rem;
}

.inside-product-1 .nr2 .list-5 p img {
  margin-top: 0.05rem;
  margin-right: 0.05rem;
  max-height: 0.2rem;
}

.inside-product-1 .nr3 {
  padding: 0 0.4rem;
}

.inside-product-1 .nr3 .bt {
  color: rgba(47, 143, 187, 1);
  font-weight: 700;
  font-size: 0.22rem;
}

.inside-product-1 .nr3 .table {
  margin-top: 0.3rem;
  border-bottom: solid 1px #b7c7bf;
}

.inside-product-1 .nr3 .table th {
  color: #fff;
  font-weight: normal;
  font-size: 0.2rem;
  text-align: left;
  background: rgba(47, 143, 187, 1);
}

.inside-product-1 .nr3 .table th,
.inside-product-1 .nr3 .table td {
  padding: 0.14rem 1.1rem;
  padding-right: 0.1rem;
  border-left: solid 1px #b7c7bf;
}

.inside-product-1 .nr3 .table td {
  color: #474747;
  background: #ebf5f0;
  padding-bottom: 0.14rem;
  padding-top: 0.14rem;
}

.inside-product-1 .nr3 .table td:first-child {
  vertical-align: top;
}

.inside-product-1 .nr3 .table th:first-child,
.inside-product-1 .nr3 .table td:first-child {
  border-left: 0;
  padding-left: 0.65rem;
}

.inside-product-1 .nr3 .table .bg td {
  background: #fafafa;
}

@media (max-width: 1024px) {
  .inside-product-1 .nr2 .title {
    font-size: 18px;
    line-height: 24px;
  }

  .inside-product-1 .nr2 .list li {
    width: 50%;
  }

  .inside-product-1 .nr3 .bt {
    font-size: 18px;
  }

  .inside-product-1 .nr3 .table {
    margin-top: 20px;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    overflow-x: auto;
  }

  .inside-product-1 .nr3 .table table {
    width: 640px;
  }

  .inside-product-1 .nr2 .list-4 .fromlist ul {
    display: block;
  }

  .inside-product-1 .nr2 .list-4 .fromlist li {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }

  .inside-product-1 .nr2 .list-4 .fromlist li .iinput,
  .inside-product-1 .nr2 .list-4 .fromlist li .custom-btn,
  .inside-product-1 .nr2 .list-4 .fromlist li .btn {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
  }

  .inside-product-1 .nr2 .list-4 .fromlist li .iinput img,
  .inside-product-1 .nr2 .list-4 .fromlist li .custom-btn img,
  .inside-product-1 .nr2 .list-4 .fromlist li .btn img {
    max-height: 20px;
  }

  .inside-product-1 .nr2 .list-5 p img {
    max-height: 20px;
    margin-top: 3px;
    margin-right: 5px;
  }
}

.inside-sx {
  box-shadow: 0.04rem 0.04rem 0.24rem rgba(4, 37, 21, 0.12);
  border-radius: 0.2rem;
  background: #f7fcfa;
  margin-top: 0.4rem;
}

.inside-sx .bt {
  color: #262626;
  background: #fff;
  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: rgba(47, 143, 187, 1);
}

.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: 10%;
  color: #242424;
}

.inside-sx .list dd {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}

.inside-sx .list dd span {
  width: 16%;
  color: #757575;
  display: inline-block;
  margin-bottom: 0.1rem;
}

.inside-sx .list dd input[type="checkbox"] {
  accent-color: rgba(47, 143, 187, 1);
}

.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: 100%;
  }

  .inside-sx .list dd {
    width: 100%;
    padding-top: 10px;
  }

  .inside-sx .list dd span {
    width: 50%;
    margin-right: 0;
  }
}

.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 li .item {
  background: #f7fcfa;
  box-shadow: 0.04rem 0.04rem 0.24rem rgba(4, 37, 21, 0.12);
  border-radius: 0.2rem;
}

.inside-prolist li .box {
  display: flex;
  align-items: center;
  padding: 0.4rem;
  padding-top: 0.3rem;
  padding-right: 0.3rem;
  justify-content: space-between;
}

.inside-prolist li .text {
  z-index: 3;
  width: 45%;
  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: rgba(47, 143, 187, 1);
  transition: all 500ms ease;
}

.inside-prolist li .text .txt {
  font-size: 0.2rem;
  color: #666;
  display: flex;
  margin-bottom: 5px;
}

.inside-prolist li .text .button {
  padding-top: 0.3rem;
}

.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 .pic {
  width: 50%;
  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: rgba(47, 143, 187, 1);
  background: rgba(47, 143, 187, 1);
}

.inside-prolist li:hover .pic img {
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .inside-prolist li {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .inside-prolist li .box {
    padding: 20px;
    padding-right: 0;
  }

  .inside-prolist li .text .txt {
    font-size: 12px;
  }
}

.inside-xg-product {
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
}

.inside-xg-product ul {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}

.inside-xg-product li {
  padding-left: 0;
  padding-right: 0;
}

.inside-xg-product li .item {
  border-radius: 0;
  box-shadow: none;
  background: #f8f8f8;
  margin-bottom: 0.8rem;
}

.inside-xg-product .swiper-pagination {
  width: 100%;
  bottom: 0rem;
}

.inside-xg-product .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  vertical-align: middle;
  background: #ccc;
  margin: 0 0.14rem !important;
}

.inside-xg-product .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(47, 143, 187, 1);
  clip-path: ellipse(0% 0% at 90% 0%);
}

.inside-xg-product .swiper-pagination-bullet-active {
  background: rgba(47, 143, 187, 1);
}

.inside-xg-product .swiper-pagination-bullet-active:before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(90deg);
  clip-path: ellipse(100% 100% at 90% 0%);
}

.inside-probox-1 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  padding-bottom: 0.9rem;
}

.inside-probox-1 .container {
  display: flex;
  justify-content: space-between;
}

.inside-probox-1 .left {
  width: 43.75%;
  margin-top: 0.5rem;
}

.inside-probox-1 .right {
  width: 51.75%;
  margin-top: 0.5rem;
  padding-top: .2rem;
}

.inside-probox-1 .right h1 {
  color: rgba(47, 143, 187, 1);
  font-size: 0.36rem;
}

.inside-probox-1 .right .nr {
  padding-top: 0.05rem;
  font-size: .16rem;
  line-height: .26rem;
  color: rgba(102, 102, 102, 1);
}

.inside-probox-1 .right .txt {
  font-size: 0.2rem;
  padding-bottom: 0.1rem;
}

.inside-probox-1 .right .txt span {
  color: #333;
}

.inside-probox-1 .right .btnbox {
  display: flex;
  margin-top: 0.25rem;
}

.inside-probox-1 .right .button {
  margin-right: 0.3rem;
}

.inside-probox-1 .right .button a {
  height: 0.46rem;
  /* line-height: 0.46rem; */
  min-width: 0;
  display: inline-flex;
  padding: 0 .2rem;
  font-size: .2rem;
  border-radius: 0;
  gap: 6px;
  align-items: center;
}

.inside-probox-1 .right .button img {
  margin-left: 0;
  /* margin-top: 0.08rem; */
  /* margin-right: 0.1rem; */
  /* max-height: 0.24rem; */
  max-width: .26rem;
}

.inside-probox-1 .list {
  border: 1px solid #E6E6E6;
  background: #fff;
}

.inside-probox-1 .list .pic {
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.inside-probox-1 .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 57.40714286%;
}

.inside-probox-1 .list-2 {
  padding: 0 0.3rem;
  position: relative;
  margin-top: 0.2rem;
}

.inside-probox-1 .list-2 .pic {
  background: #fff;
  margin-right: 1px;
  margin-bottom: 1px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: solid 1px #d1d1d1;
  /* padding: .1rem; */
}

.inside-probox-1 .list-2 .pic:after {
  content: "";
  display: block;
  padding-bottom: 79.85714286%;
}

.inside-probox-1 .swiper-button-prev,
.inside-probox-1 .swiper-button-next {
  opacity: 1;
  color: rgba(128, 128, 128, 1);
  transition: all 500ms ease;
}

.inside-probox-1 .swiper-button-prev:after,
.inside-probox-1 .swiper-button-next:after {
  font-size: 0.18rem;
  font-weight: bold;
}

.inside-probox-1 .swiper-button-prev:hover:after,
.inside-probox-1 .swiper-button-next:hover:after {
  color: rgba(47, 143, 187, 1);
}

.inside-probox-1 .swiper-button-prev {
  left: 0;
  width: auto;
}

.inside-probox-1 .swiper-button-next {
  right: 0;
  width: auto;
}

.inside-probox-1 .swiper-slide-thumb-active .pic {
  border-color: rgba(47, 143, 187, 1);
}

@media (max-width: 1024px) {
  .inside-probox-1 {
    padding-top: 40px;
  }

  .inside-probox-1 .container {
    display: block;
  }

  .inside-probox-1 .left,
  .inside-probox-1 .right {
    width: 100%;
  }

  .inside-probox-1 .left {
    margin-top: 0;
  }

  .inside-probox-1 .right {
    padding-left: 30px;
    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 {
    font-size: 15px;
  }

  .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-proshow-2 {
  padding: 1rem 0;
}

.inside-proshow-2 .left {
  width: 66%;
  float: left;
  padding: 0.7rem 0.5rem;
  padding-bottom: 1.2rem;
  background: #f6f8f8;
  border-radius: 0.2rem;
}

.inside-proshow-2 .right {
  width: 30.5%;
  float: right;
  left: 0;
  top: 1.1rem;
  position: sticky;
  padding: 0.5rem 0.3rem;
  padding-right: 0.1rem;
  background: #f6f8f8;
  border-radius: 0.2rem;
}

.inside-proshow-2 .title {
  padding-bottom: 0.25rem;
  border-bottom: solid 1px #d8dada;
  color: #282828;
  font-weight: 700;
  font-size: 0.32rem;
  line-height: 0.4rem;
  position: relative;
  padding-left: 0.2rem;
}

.inside-proshow-2 .title:before {
  left: 0;
  top: 0.08rem;
  content: "";
  width: 0.04rem;
  height: 0.3rem;
  position: absolute;
  background: rgba(47, 143, 187, 1);
}

.inside-proshow-2 .nr1 {
  color: #474747;
  font-size: 0.2rem;
  line-height: 0.36rem;
}

.inside-proshow-2 .nr1 .text {
  margin-top: 0.3rem;
}

.inside-proshow-2 .nr2 {
  padding-top: 0.7rem;
}

.inside-proshow-2 .mess {
  display: flex;
  background: #fff;
  margin-top: 0.4rem;
  justify-content: space-between;
  border: solid 1px rgba(47, 143, 187, 1);
}

.inside-proshow-2 .mess .pic {
  width: 39%;
}

.inside-proshow-2 .mess .formlist {
  width: 61%;
  color: #474747;
  padding: 0.4rem;
}

.inside-proshow-2 .mess .title-2 img {
  margin-right: 0.05rem;
  margin-top: 0.04rem;
  max-height: 0.22rem;
}

.inside-proshow-2 .mess ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inside-proshow-2 .mess li {
  margin-top: 0.15rem;
  width: 48.5%;
}

.inside-proshow-2 .mess li label {
  display: block;
  margin-bottom: 0.05rem;
}

.inside-proshow-2 .mess li em {
  color: #f30;
  font-style: normal;
}

.inside-proshow-2 .mess li input,
.inside-proshow-2 .mess li textarea {
  width: 100%;
  color: #666;
  font-size: 0.16rem;
  font-family: "微软雅黑";
  padding: 0 0.1rem;
  height: 0.36rem;
  line-height: 0.34rem;
  border: solid 1px #ddd;
  border-radius: 0.03rem;
}

.inside-proshow-2 .mess .itextarea {
  width: 100%;
}

.inside-proshow-2 .mess .itextarea textarea {
  height: 0.8rem;
}

.inside-proshow-2 .mess .submitBtn a {
  color: #fff;
  text-align: center;
  height: 0.4rem;
  border-radius: 0.3rem;
  line-height: 0.4rem;
  min-width: 1.4rem;
  display: inline-block;
  background: rgba(47, 143, 187, 1);
  transition: all 500ms ease;
}

.inside-proshow-2 .mess .submitBtn a:hover {
  background: #076638;
}

.inside-proshow-2 .list1 .title {
  border-bottom: 0;
}

.inside-proshow-2 .list1 li {
  padding: 0.15rem 0;
}

.inside-proshow-2 .list1 li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

.inside-proshow-2 .list1 li .pic {
  width: 46%;
  padding: 0 0.2rem;
  overflow: hidden;
  background: #fff;
  text-align: center;
  position: relative;
}

.inside-proshow-2 .list1 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.inside-proshow-2 .list1 li .pic img {
  transition: all 500ms ease;
}

.inside-proshow-2 .list1 li .text {
  width: 54%;
  padding-left: 0.25rem;
}

.inside-proshow-2 .list1 li .tit {
  color: #000;
  margin: 0.1rem 0 0.05rem 0;
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.inside-proshow-2 .list1 li .txt {
  color: #666;
  line-height: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.inside-proshow-2 .list1 li .more {
  color: #212121;
  margin-top: 0.14rem;
}

.inside-proshow-2 .list1 li:hover .pic img {
  transform: scale(1.1);
}

.inside-proshow-2 .list1 li:hover .tit {
  color: rgba(47, 143, 187, 1);
}

.inside-proshow-2 .list2 {
  padding-right: 0.5rem;
  padding-top: 0.4rem;
}

.inside-proshow-2 .list2 .title {
  border-bottom: 0;
}

.inside-proshow-2 .list2 .t-1 {
  color: #333;
  margin-bottom: 0.1rem;
  padding-left: 0.3rem;
  position: relative;
}

.inside-proshow-2 .list2 .t-1 img {
  top: 0rem;
  left: 0;
  color: #333;
  position: absolute;
  max-height: 0.2rem;
}

.inside-proshow-2 .list2 .t-1 span {
  padding-left: 0.5rem;
}

.inside-proshow-2 .list2 .wx {
  border-radius: 0.1rem;
  padding: 0.1rem;
  margin: 0 auto;
  margin-top: 0.3rem;
  text-align: center;
  background: #fff;
  max-width: 1.8rem;
}

.inside-proshow-2 .list2 .wx img {
  max-height: 1.6rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .4rem;
}

.product-card {
  background: #FFFFFF;
  box-shadow:
    0px 3px 6px -5px rgba(36, 36, 36, 0.31),
    /* 底部阴影 */
    3px 3px 6px -5px rgba(36, 36, 36, 0.15),
    /* 右侧阴影 */
    -3px 3px 6px -5px rgba(36, 36, 36, 0.15),
    /* 左侧阴影 */
    0px -3px 6px -5px rgba(36, 36, 36, 0.15);
    /* 上方阴影 */
  padding: .2rem;
  display: block;
}
.product-card .product-img-box{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.91rem;
}
.product-card .product-img-box img{
  max-width: 100%;
  max-height: 100%;
}
.product-card .product-name{
font-weight: bold;
font-size: .18rem;
color: #262626;
line-height: .26rem;
margin-top: .14rem;
text-align: center;
transition: all .3s;
}
.product-card:hover .product-name{
  color: rgba(47, 143, 187, 1);
}
@media (max-width: 1024px) {
  .inside-proshow-2 {
    padding: 40px 0;
  }

  .inside-proshow-2 .nr1 {
    font-size: 15px;
    line-height: 24px;
  }

  .inside-proshow-2 .left {
    width: 100%;
    padding: 0;
    background: #fff;
    padding-bottom: 40px;
  }

  .inside-proshow-2 .right {
    display: none;
  }

  .inside-proshow-2 .mess {
    display: block;
  }

  .inside-proshow-2 .mess .title-2 img {
    max-height: 22px;
    margin-top: 0;
    margin-right: 5px;
  }

  .inside-proshow-2 .mess .pic {
    display: none;
  }

  .inside-proshow-2 .mess .formlist {
    width: 100%;
  }

  .inside-proshow-2 .mess li input,
  .inside-proshow-2 .mess li textarea {
    line-height: 34px;
    height: 36px;
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .inside-proshow-2 .mess {
    border: 0;
  }

  .inside-proshow-2 .mess li {
    width: 100%;
  }

  .inside-proshow-2 .mess .formlist {
    padding: 0;
  }
}

.inside-psbshow-1 {
  padding: 1.2rem 0;
}

.inside-psbshow-1 .container {
  display: flex;
  justify-content: space-between;
}

.inside-psbshow-1 .left {
  width: 49%;
}

.inside-psbshow-1 .right {
  width: 51%;
  padding-left: 0.7rem;
}

.inside-psbshow-1 .right .bt {
  font-size: 0.42rem;
  color: #212121;
}

.inside-psbshow-1 .right .t-1 {
  color: #212121;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  line-height: 0.4rem;
  padding-left: 0.2rem;
  font-size: 0.32rem;
  position: relative;
}

.inside-psbshow-1 .right .t-1:before {
  content: "";
  top: 0.06rem;
  left: 0;
  width: 0.04rem;
  height: 0.3rem;
  position: absolute;
  background: rgba(47, 143, 187, 1);
}

.inside-psbshow-1 .right .t-2 {
  line-height: 0.36rem;
  position: relative;
  padding-left: 0.2rem;
}

.inside-psbshow-1 .right .t-2:before {
  content: "";
  left: 0;
  top: 0.16rem;
  position: absolute;
  border-radius: 50%;
  width: 0.06rem;
  height: 0.06rem;
  background: #666666;
}

.inside-psbshow-1 .right .button {
  margin-top: 0.4rem;
}

.inside-psbshow-1 .right .button a {
  padding: 0 0.3rem;
}

.inside-psbshow-1 .right .button img {
  margin-top: 0.14rem;
  max-height: 0.18rem;
  margin-right: 0.1rem;
}

@media (max-width: 1024px) {
  .inside-psbshow-1 {
    padding: 40px 0;
  }

  .inside-psbshow-1 .container {
    display: block;
  }

  .inside-psbshow-1 .left,
  .inside-psbshow-1 .right {
    width: 100%;
    float: none;
  }

  .inside-psbshow-1 .right {
    padding: 30px 0;
    padding-bottom: 0;
  }
}

.inside-prbshow-2 {
  background: #f8f8f8;
  padding: 0.4rem 0 1.2rem 0;
}

.inside-prbshow-2 .list li {
  display: flex;
  padding: 0.6rem 0;
  align-items: flex-start;
  justify-content: space-between;
  border-top: solid 1px #c7c7c7;
}

.inside-prbshow-2 .list li .text {
  width: 59%;
}

.inside-prbshow-2 .list li .text .t-1 {
  padding-bottom: 0.2rem;
  font-size: 0.32rem;
  color: rgba(47, 143, 187, 1);
}

.inside-prbshow-2 .list li .text .t-2 {
  margin-top: 0.2rem;
}

.inside-prbshow-2 .list li .pic {
  width: 29%;
}

.inside-prbshow-2 .list li:first-child {
  border-top: 0;
}

@media (max-width: 580px) {
  .inside-prbshow-2 .list li {
    padding: 30px 0;
    display: block;
  }

  .inside-prbshow-2 .list li .text {
    width: 100%;
  }

  .inside-prbshow-2 .list li .pic {
    width: 100%;
    margin-top: 30px;
  }
}

.inside-pagenews-2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  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-ksjh {
  padding: 1rem 0;
}

.inside-ksjh .text {
  padding-top: 0.3rem;
  line-height: 0.42rem;
  font-size: 0.22rem;
  color: #474747;
  text-align: center;
}

.inside-ksjh .list {
  display: flex;
  margin-top: 0.5rem;
  justify-content: space-between;
}

.inside-ksjh .left {
  width: 49%;
}

.inside-ksjh .left .item .tit:first-child {
  margin-top: 0;
}

.inside-ksjh .left .item .tit {
  border-radius: 0.03rem;
  margin-top: 0.2rem;
  padding: 0.2rem 0.3rem;
  border: solid 1px #dddddd;
  padding-right: 0.4rem;
  cursor: pointer;
  color: rgba(47, 143, 187, 1);
  font-weight: 700;
  font-size: 0.22rem;
  position: relative;
}

.inside-ksjh .left .item .tit:before {
  content: "";
  right: 0.3rem;
  top: 0.36rem;
  position: absolute;
  height: 0.02rem;
  width: 0.14rem;
  background: rgba(47, 143, 187, 1);
}

.inside-ksjh .left .item .tit:after {
  content: "";
  top: 0.3rem;
  right: 0.36rem;
  width: 0.02rem;
  height: 0.14rem;
  position: absolute;
  background: rgba(47, 143, 187, 1);
  transition: all 500ms ease;
}

.inside-ksjh .left .item .txt {
  padding: 0 0.34rem;
  display: none;
  overflow: auto;
  height: 2.6rem;
  font-size: 0.2rem;
  line-height: 0.36rem;
  border: solid 1px #dddddd;
  border-top: 0;
}

.inside-ksjh .left .item .active {
  border-bottom: #fff;
}

.inside-ksjh .left .item .active:after {
  display: none;
}

.inside-ksjh .left .item:first-child {
  margin-top: 0;
}

.inside-ksjh .right {
  width: 48.2%;
  position: relative;
}

.inside-ksjh .right .tabcot {
  display: none;
}

.inside-ksjh .right .tabcot.show {
  display: block;
}

.inside-ksjh .right .pic {
  border: solid 1px #c7c7c7;
}

.inside-ksjh .right .videbtn {
  top: 50%;
  left: 50%;
  z-index: 3;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}

.inside-ksjh .right .circle {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
}

.inside-ksjh .right .circle:before,
.inside-ksjh .right .circle:after {
  width: 1.2rem;
  height: 1.2rem;
  background: rgba(47, 143, 187, 1);
}

.inside-ksjh .right .circle i {
  z-index: 4;
  position: relative;
  border-radius: 50%;
  width: 0.7rem;
  height: 0.7rem;
  background: rgba(47, 143, 187, 1);
  display: inline-block;
  margin: 0 auto;
  margin-top: 0.25rem;
  animation: ripple 2s ease-out 1s infinite;
}

.inside-ksjh .right .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;
}

.inside-ksjh .right .circle img {
  width: auto;
  height: auto;
  margin-top: 0.35rem;
  vertical-align: top;
  max-height: 0.4rem;
}

@media (max-width: 1024px) {
  .inside-ksjh {
    padding: 40px 0;
  }

  .inside-ksjh .list {
    display: block;
  }

  .inside-ksjh .left,
  .inside-ksjh .right {
    width: 100%;
  }

  .inside-ksjh .right {
    margin-top: 30px;
  }
}

.inside-zxpl {
  color: #fff;
  padding: 1.1rem 0;
  background-color: #065635;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.inside-zxpl .index-title {
  color: #fff;
}

.inside-zxpl .text {
  padding-top: 0.3rem;
  font-size: 0.22rem;
  text-align: center;
}

.inside-zxpl .tabnav {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  max-width: 9.2rem;
  margin-top: 0.7rem;
  border-bottom: solid 1px #fff;
}

.inside-zxpl .tabnav li a {
  color: #fff;
  display: block;
  position: relative;
  font-size: 0.22rem;
  padding-bottom: 0.15rem;
}

.inside-zxpl .tabnav li a:after {
  content: "";
  left: 50%;
  width: 0;
  height: 0.04rem;
  bottom: -0.02rem;
  position: absolute;
  background: #fff;
  transition: all 500ms ease;
}

.inside-zxpl .tabnav .swiper-slide-thumb-active a:after {
  left: 0;
  width: 100%;
}

.inside-zxpl .tabbox {
  position: relative;
}

.inside-zxpl .nr {
  display: flex;
  margin-top: 0.4rem;
  justify-content: space-between;
}

.inside-zxpl .pic,
.inside-zxpl .textC {
  border-radius: 0.2rem;
}

.inside-zxpl .pic {
  position: relative;
  width: 47.9%;
}

.inside-zxpl .pic:after {
  content: "";
  display: block;
  padding-bottom: 66.66666667%;
}

.inside-zxpl .pic img {
  border-radius: 0.2rem;
}

.inside-zxpl .textC {
  color: #666;
  width: 52.1%;
  background: #fff;
  padding: 0.2rem 0.55rem;
  display: flex;
  align-items: center;
}

.inside-zxpl .tit {
  color: #212121;
  font-weight: 700;
  font-size: 0.26rem;
}

.inside-zxpl .txt {
  font-size: 0.2rem;
  line-height: 0.36rem;
  margin-top: 0.3rem;
}

.inside-zxpl .swiper-button-prev,
.inside-zxpl .swiper-button-next {
  opacity: 1;
  transition: all 500ms ease;
  position: absolute;
  height: 0.8rem;
  width: 0.8rem;
}

.inside-zxpl .swiper-button-prev:after,
.inside-zxpl .swiper-button-next:after {
  color: transparent;
}

.inside-zxpl .swiper-button-prev {
  left: -1.4rem;
  background: url(../images/prev.png) no-repeat top left;
  background-size: cover;
}

.inside-zxpl .swiper-button-prev:hover {
  opacity: 0.6;
}

.inside-zxpl .swiper-button-next {
  right: -1.4rem;
  background: url(../images/prev-3.png) no-repeat top left;
  background-size: cover;
}

.inside-zxpl .swiper-button-next:hover {
  opacity: 0.6;
}

@media (max-width: 1300px) {
  .tabnav {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .inside-zxpl {
    padding: 40px 0;
  }

  .inside-zxpl .tabnav {
    max-width: 100%;
  }

  .inside-zxpl .nr {
    display: block;
  }

  .inside-zxpl .pic,
  .inside-zxpl .textC {
    width: 100%;
  }

  .inside-zxpl .textC {
    padding: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .inside-zxpl .pic img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .inside-zxpl .tit {
    font-size: 16px;
  }

  .inside-zxpl .txt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    height: 1.32rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .inside-zxpl .swiper-button-prev,
  .inside-zxpl .swiper-button-next {
    top: 30%;
  }

  .inside-zxpl .swiper-button-prev {
    left: 0;
  }

  .inside-zxpl .swiper-button-next {
    right: 0;
  }
}

.inside-sbzs {
  position: relative;
  padding: 1rem 0;
}

.inside-sbzs .tabnav-2 {
  margin-top: 0.2rem;
}

.inside-sbzs .tabnav-2 ul {
  display: flex;
  justify-content: center;
}

.inside-sbzs .tabnav-2 li {
  padding: 0 0.2rem;
}

.inside-sbzs .tabnav-2 li a {
  color: #7a7a7a;
  border-radius: 0.3rem;
  text-align: center;
  line-height: 0.46rem;
  height: 0.48rem;
  display: block;
  min-width: 1.4rem;
  border: solid 1px #dadada;
}

.inside-sbzs .tabnav-2 .cur a {
  color: #fff;
  border-color: rgba(47, 143, 187, 1);
  background: rgba(47, 143, 187, 1);
}

.inside-sbzs .tabcot-2 {
  display: none;
}

.inside-sbzs .tabcot-2.show {
  display: block;
}

.inside-sbzs .tabcot-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}

.inside-sbzs .tabcot-2 li {
  padding: 0 0.2rem;
  padding-top: 0.4rem;
  width: 33.3333%;
}

.inside-sbzs .tabcot-2 li .pic {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}

.inside-sbzs .tabcot-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 67.18061674%;
}

.inside-sbzs .tabcot-2 li .pic img {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  transition: all 700ms ease;
}

.inside-sbzs .tabcot-2 li .tit {
  color: #fff;
  padding: 0 0.1rem;
  font-weight: 700;
  font-size: 0.22rem;
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
  background: rgba(47, 143, 187, 1);
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}

.inside-sbzs .tabcot-2 li:hover .pic img {
  transform: scale(1.1);
}

@media (max-width: 1024px) {
  .inside-sbzs {
    padding: 40px 0;
  }

  .inside-sbzs .tabnav-2 {
    margin-top: 20px;
  }

  .inside-sbzs .tabbox-2 {
    margin-top: 10px;
  }

  .inside-sbzs .tabcot-2 ul {
    margin: 0 -10px;
  }

  .inside-sbzs .tabcot-2 li {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }
}

@media (max-width: 500px) {
  .inside-sbzs .tabcot-2 li {
    width: 50%;
  }
}

.inside-contact {
  padding: 1.1rem 0;
}

.inside-contact .container {
  display: flex;
  max-width: 16rem;
  justify-content: space-between;
}

.inside-contact .index-title {
  text-align: left;
}

.inside-contact .left {
  width: 36%;
}

.inside-contact .list li {
  margin-top: 0.3rem;
}

.inside-contact .list li .t1 img {
  margin-top: 0.02rem;
  margin-right: 0.05rem;
  max-height: 0.22rem;
}

.inside-contact .list li .t2 {
  margin-top: 0.05rem;
  font-size: 0.2rem;
  color: #333333;
}

.inside-contact .list li .t2 a {
  color: #333;
}

.inside-contact .list li .tel {
  font-weight: 700;
  line-height: 0.46rem;
  font-size: 0.36rem;
  font-family: "Montserrat-Regular";
}

.inside-contact .list li .tel a {
  color: rgba(47, 143, 187, 1);
}

.inside-contact .list-2 {
  margin: 0 -0.1rem;
  padding-top: 0.3rem;
  display: flex;
}

.inside-contact .list-2 dl {
  width: 25%;
  padding: 0 0.1rem;
  text-align: center;
  font-size: 0.16rem;
}

.inside-contact .list-2 dt img {
  max-height: 1rem;
}

.inside-contact .ditu {
  width: 57%;
}

@media (max-width: 1024px) {
  .inside-contact {
    padding: 40px 0;
  }

  .inside-contact .container {
    display: block;
  }

  .inside-contact .container .list li .t1 img {
    margin-top: 0;
    margin-right: 5px;
    max-height: 22px;
  }

  .inside-contact .container .list li .t2 {
    font-size: 16px;
    margin-top: 5px;
  }

  .inside-contact .left,
  .inside-contact .ditu {
    width: 100%;
  }

  .inside-contact .ditu {
    margin-top: 30px;
  }
}

.inside-fwwl {
  padding-bottom: 1.1rem;
}

.inside-fwwl .container {
  max-width: 16rem;
}

.inside-fwwl .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}

.inside-fwwl .list li {
  width: 33.333%;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}

.inside-fwwl .list li .item {
  display: flex;
  padding: 0.3rem;
  padding-right: 0.1rem;
  padding-top: 0.5rem;
  min-height: 3.2rem;
  border-radius: 0.15rem;
  box-shadow: 0 0 0.29rem rgba(0, 0, 0, 0.1);
}

.inside-fwwl .list li .icon {
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
  display: inline-block;
  background: rgba(47, 143, 187, 1);
}

.inside-fwwl .list li .icon img {
  max-height: 0.84rem;
}

.inside-fwwl .list li .text {
  width: 80%;
  color: #858585;
  font-size: 0.21rem;
  padding-left: 0.3rem;
}

.inside-fwwl .list li .t1 {
  color: #333;
  padding-bottom: 0.1rem;
  margin-top: 0.15rem;
  font-size: 0.23rem;
  font-weight: 700;
}

.inside-fwwl .list li .t2 {
  padding-right: 0.15rem;
  margin-top: 0.1rem;
}

.inside-fwwl .list li .t2 a {
  color: #858585;
}

@media (max-width: 1024px) {
  .inside-fwwl {
    padding-bottom: 40px;
  }

  .inside-fwwl .list li {
    width: 100%;
  }

  .inside-fwwl .list li .item {
    padding: 30px;
    padding-right: 10px;
    min-height: auto;
  }

  .inside-fwwl .list li .icon {
    display: none;
    width: 60px;
    height: 60px;
  }

  .inside-fwwl .list li .icon img {
    max-height: 60px;
  }

  .inside-fwwl .list li .text {
    padding-left: 0px;
  }
}

.inside-message {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0.8rem 0 1rem 0;
  overflow: hidden;
  position: relative;
}

.inside-message ul {
  margin: 0 -0.2rem;
  overflow: hidden;
  padding-top: 0.4rem;
}

.inside-message li {
  width: 50%;
  float: left;
  margin-top: 0.2rem;
  padding: 0 0.2rem;
}

.inside-message li .box {
  position: relative;
}

.inside-message li label {
  display: block;
  color: #333;
  font-size: 0.2rem;
  margin-bottom: 0.15rem;
}

.inside-message li label i {
  font-style: normal;
  color: #e90212;
}

.inside-message li span {
  display: block;
}

.inside-message li input[type="text"],
.inside-message li textarea[type="text"],
.inside-message li select {
  background: #fff;
  width: 100%;
  height: 0.5rem;
  font-size: 0.18rem;
  outline: 0;
  color: #333;
  border-radius: 0.05rem;
  padding: 0.1rem 0.2rem;
  font-family: "微软雅黑";
  border: 1px solid #dedede;
}

.inside-message li input:focus,
.inside-message li textarea:focus,
.inside-message li select:focus {
  border: 1px solid rgba(47, 143, 187, 1);
}

.inside-message li textarea[type="text"] {
  height: 1.4rem;
  width: 100%;
}

.inside-message li select {
  appearance: none;
  background: url(../images/arrow-bot.jpg) no-repeat center right;
}

.inside-message li input[type="checkbox"] {
  accent-color: rgba(47, 143, 187, 1);
}

.inside-message li .tag {
  color: #999;
  display: inline-block;
  font-weight: normal;
}

.inside-message li #submit {
  min-width: 1.8rem;
  height: 0.5rem;
  padding: 0;
  line-height: 0.48rem;
  display: inline-block;
  color: #fff;
  border: 0;
  font-size: 0.18rem;
  border-radius: 0.3rem;
  background: rgba(47, 143, 187, 1);
  transition: all 500ms ease;
}

.inside-message li #submit:hover {
  background: #07703d;
}

.inside-message .last,
.inside-message .li2 {
  width: 100%;
}

.inside-message .li2 {
  overflow: hidden;
}

.inside-message .li2 .xuxiang {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}

.inside-message .li2 span {
  width: 25%;
  padding: 0 0.2rem;
}

.inside-message .li2 select {
  color: #777;
}

.inside-message .textarea {
  width: 100%;
  height: auto;
}

.inside-message .tijiao {
  display: flex;
  width: 100%;
}

.inside-message .tijiao .box {
  width: 30%;
}

.inside-message .tijiao .btnbox {
  padding-left: 1rem;
}

@media (max-width: 1024px) {
  .inside-message li label {
    font-size: 14px;
  }

  .inside-message li input[type="text"],
  .inside-message li textarea[type="text"],
  .inside-message li select {
    font-size: 14px;
    height: 40px;
    line-height: 38px;
  }

  .inside-message li .tag {
    font-size: 14px;
  }

  .inside-message .textarea textarea[type="text"] {
    height: 100px;
  }

  .inside-message li #submit {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .inside-message li {
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  .inside-message .li2 .xuxiang span {
    width: 50%;
    margin-top: 15px;
  }

  .inside-message .tijiao {
    display: block;
  }

  .inside-message .tijiao .box {
    width: 100%;
  }

  .inside-message .tijiao .btnbox {
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
}

.inside-message-2 {
  background: #f3f3f3;
  position: relative;
  padding: 1rem 0;
}

.inside-message-2 .container {
  z-index: 3;
  position: relative;
  max-width: 16rem;
}

.inside-message-2 .index-title {
  text-align: center;
}

.inside-message-2 .index-title:after {
  left: 50%;
  transform: translateX(-50%);
}

.inside-message-2 .text {
  color: #8c8c8c;
  text-align: center;
  margin-top: 0.05rem;
  font-size: 0.18rem;
}

.inside-message-2 .nr {
  margin-top: 0.5rem;
}

.inside-message-2 .list {
  margin: 0 -0.06rem;
  position: relative;
}

.inside-message-2 li {
  width: 33.33333333%;
  float: left;
  position: relative;
  padding: 0 0.06rem 0.18rem 0.06rem;
}

.inside-message-2 .box {
  position: relative;
}

.inside-message-2 .red {
  position: absolute;
  z-index: 9;
  left: 0.2rem;
  top: 0.28rem;
  color: #c70204;
}

.inside-message-2 .red img {
  max-height: 0.22rem;
}

.inside-message-2 .error {
  color: #fff;
  padding: 0 0.06rem;
  background: #ff0000;
  border-bottom-left-radius: 0.2rem;
  position: absolute;
  right: 0;
  top: 0;
}

.inside-message-2 .input-form,
.inside-message-2 .textarea-form,
.inside-message-2 select {
  border: none;
  color: #333;
  transition: all 500ms ease;
  border: solid 1px #fff;
  border-radius: 0.05rem;
  font-family: "微软雅黑";
  vertical-align: middle;
  padding-left: 0.55rem;
  padding-right: 0.2rem;
  height: 0.8rem;
  line-height: 0.78rem;
  font-size: 0.18rem;
  width: 100%;
}

.inside-message-2 .input-form:focus,
.inside-message-2 .textarea-form:focus,
.inside-message-2 select:focus {
  border: rgba(47, 143, 187, 1) solid 1px;
}

.inside-message-2 select {
  color: #666;
  background: url(../images/arrow-6.png) no-repeat center right #ffffff;
  appearance: none;
}

.inside-message-2 .textarea-form {
  line-height: 0.3rem;
  width: 100%;
  padding-right: 0.9rem;
  height: 1.4rem;
  padding: 0.25rem 0.9rem 0.1rem 0.55rem;
}

.inside-message-2 .textarea-form:focus {
  border: rgba(47, 143, 187, 1) solid 1px;
}

.inside-message-2 .submit {
  width: 100%;
  text-align: center;
  margin-top: 0.32rem;
}

.inside-message-2 .submit a {
  color: #fff;
  width: 100%;
  border-radius: 0.05rem;
  display: inline-block;
  max-width: 1.6rem;
  text-align: center;
  line-height: 0.5rem;
  background: rgba(47, 143, 187, 1);
  height: 0.5rem;
  border: none;
}

.inside-message-2 .submit a:hover {
  background: #07703d;
}

@media (max-width: 1024px) {
  .inside-message-2 {
    padding: 40px 0;
  }

  .inside-message-2 .nr {
    padding: 0;
  }

  .inside-message-2 .input-form,
  .inside-message-2 .textarea-form,
  .inside-message-2 select {
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    padding: 0 20px;
    padding-left: 40px;
  }

  .inside-message-2 .red {
    top: 15px;
    left: 10px;
  }

  .inside-message-2 .red img {
    max-height: 22px;
  }

  .inside-message-2 .textarea-form {
    height: 120px;
    padding-left: 40px;
    padding-top: 0px;
  }
}

@media (max-width: 640px) {
  .inside-message-2 li {
    width: 100% !important;
  }

  .inside-message-2 .verifyDiv {
    width: 100%;
    margin-right: 0;
  }

  .inside-message-2 .btn .col-2 {
    width: 100%;
    float: none;
  }

  .inside-message-2 .submit {
    float: none;
    max-width: 100%;
    font-size: 14px;
    margin-top: 10px;
  }

  .inside-message-2 .submit a {
    min-width: 100%;
  }
}

.inside-job-show {
  padding: 0.8rem 0 1.2rem 0;
}

.inside-job-show .leftbox {
  padding: 0 1.2rem;
}

.inside-job-show .leftbox .bt {
  color: rgba(47, 143, 187, 1);
  font-size: 0.32rem;
  position: relative;
}

.inside-job-show .leftbox .bt-2 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  color: #7a7a7a;
  line-height: 0.3rem;
  font-size: 0.26rem;
  position: relative;
}

.inside-job-show .leftbox .bt-2:before {
  content: "";
  width: 0.06rem;
  height: 0.3rem;
  vertical-align: top;
  margin-right: 0.1rem;
  display: inline-block;
  background: rgba(47, 143, 187, 1);
}

.inside-job-show .leftbox .txt {
  padding: 0.2rem 0;
  color: #adadad;
  display: flex;
  justify-content: space-between;
}

.inside-job-show .leftbox .nr .name {
  color: #7a7a7a;
}

.inside-job-show .leftbox .nr .name span {
  padding-right: 0.7rem;
}

.inside-job-show .leftbox .nr .name img {
  margin-right: 0.05rem;
  margin-top: 0.05rem;
  max-height: 0.2rem;
}

.inside-job-show .leftbox .nr .time {
  padding-top: 0.4rem;
}

.inside-job-show .leftbox .btn {
  margin-top: 0.5rem;
}

.inside-job-show .leftbox .btn a {
  color: #fff;
  text-align: center;
  height: 0.48rem;
  padding: 0 0.2rem;
  line-height: 0.48rem;
  min-width: 1.8rem;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
  transition: all 500ms ease;
  background: rgba(47, 143, 187, 1);
}

.inside-job-show .leftbox .btn a:hover {
  background: #076638;
}

.inside-job-show .leftbox .btn img {
  margin-right: 0.05rem;
  margin-top: 0.12rem;
  max-height: 0.26rem;
}

.inside-job-show .leftbox .item-1 {
  border-bottom: solid 1px #c2c4d2;
}

.inside-job-show .leftbox .item-2 {
  padding-top: 0.2rem;
  line-height: 0.36rem;
}

.inside-job-show .leftbox .item-2 .t1 {
  padding-top: 0.3rem;
}

@media (max-width: 1024px) {
  .inside-job-show .leftbox {
    padding-left: 0;
    padding-right: 0;
  }

  .inside-job-show .leftbox .nr .name span {
    padding-right: 10px;
  }
}

.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.5rem;
  line-height: 0.5rem;
  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;
  text-align: center;
  position: absolute;
  transform: translateX(-40%);
}

.inside-pagenews .fanhui a {
  color: rgba(47, 143, 187, 1);
}

.inside-pagenews .fanhui img {
  max-height: 0.15rem;
}

@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 {
    display: none;
    left: auto;
    width: 100%;
    top: auto;
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
    transform: translateX(0);
    position: relative;
  }
}

.inside-page {
  font-size: 12px;
  text-align: center;
  padding-top: 0.8rem;
}

.inside-page a {
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.38rem;
  border-radius: 100%;
  margin: 0 0.05rem;
  font-size: 12px;
  color: #202020;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #e3ecf2;
}

.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  background: rgba(47, 143, 187, 1);
  border-color: rgba(47, 143, 187, 1);
}

.inside-page .prev,
.inside-page .next {
  min-width: 1.06rem;
  position: relative;
  border-radius: 30px;
}

.inside-page .prev:before {
  content: "<";
  margin-right: 0.06rem;
  font-family: "鐎瑰缍�";
  display: inline-block;
  font-weight: 700;
}

.inside-page .next:after {
  content: ">";
  margin-left: 0.06rem;
  font-family: "鐎瑰缍�";
  display: inline-block;
  font-weight: 700;
}

.inside-page span {
  padding-left: 0.2rem;
  font-size: 0.14rem;
}

.inside-page span input {
  color: #666;
  width: 0.6rem;
  padding: 0 0.1rem;
  height: 0.24rem;
  text-align: center;
  font-family: arial;
}

@media (max-width: 1024px) {
  .inside-page {
    padding-top: 30px;
  }

  .inside-page a {
    margin: 0;
    width: 20px;
    height: 20px;
    line-height: 18px;
  }
}

#searchPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}

#searchPopup .searchBox {
  color: #fff;
  padding-right: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 1.3rem;
  opacity: 0;
  transition: all .5s;
}

#searchPopup .searchBox.fadeIn {
  top: 1rem;
  opacity: 1;
  z-index: 999;
}

#searchPopup .searchBox .container {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  transform: translateX(0rem);
}

#searchPopup .searchBox input {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  width: 40%;
  padding: 0 10px;
  font-size: 0.14rem;
  height: 0.6rem;
  line-height: 0.58rem;
}

#searchPopup .searchBox input:focus {
  color: #333;
}

#searchPopup .searchBox .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 0.6rem;
  width: 0.6rem;
  background: rgba(47, 143, 187, 1);
  text-align: center;
  display: inline-block;
}

#searchPopup .searchBox .btn svg {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.15rem;
}

#searchPopup .searchBox .btn .cls-1 {
  fill: #fff;
}

#searchPopup .searchBox .btn .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

#searchPopup .searchBox .btn:hover {
  background: rgba(47, 143, 187, 1);
}

#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 {
  vertical-align: middle;
  position: relative;
}

.verify {
  height: 0.5rem;
  background-color: #e5e5e5;
  position: relative;
}

.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../fonts/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(../fonts/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: #999999;
  z-index: 1;
  font-size: 0.18rem;
  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.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: rgba(47, 143, 187, 1);
  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: #777;
  display: block;
  font-size: 15px;
  line-height: 32px;
  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: rgba(47, 143, 187, 1);
}

.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;
}

#privacyPopup {
  z-index: 10000;
  position: fixed;
  width: 800px;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

#privacyPopup .dialog_header {
  width: 100%;
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
}

#privacyPopup .dialog_header .title {
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}

#privacyPopup .dialog_header .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 22pxpx;
  color: #c5c5c5;
  cursor: pointer;
}

#privacyPopup .privacy_policy_title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}

#privacyPopup .p-1 {
  font-size: 20px;
}

#privacyPopup .p-2 {
  font-size: 16px;
}

#privacyPopup .privacy_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 580px;
  padding: 20px 30px;
  overflow: auto;
}

#privacyPopup .privacy_footer {
  width: 100%;
  padding: 20px 0 0 0;
  text-align: center;
}

#privacyPopup .close_btn {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  min-width: 160px;
  height: 40px;
  background: #189468;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#privacyPopup .close_btn:before {
  content: "";
  display: block;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transition: all .8s;
  transition: all .8s;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

#privacyPopup .close_btn:hover {
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
}

#privacyPopup .close_btn:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

@media screen and (max-width: 1023px) {
  #privacyPopup {
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 0;
    margin-left: 0;
  }
}

.floatRigth {
  z-index: 10;
  right: 0px;
  top: 53%;
  position: fixed;
  transform: translateY(-50%);
}

.floatRigth .caigou {
  color: #fff;
  top: -35%;
  right: 0;
  position: absolute;
  transition: all 700ms linear;
  text-align: center;
  font-size: 0.13rem;
  width: 1.4rem;
  padding: 0.1rem;
  background: rgba(47, 143, 187, 1);
  border-radius: 0.1rem;
  z-index: 9997;
}

.floatRigth .caigou:hover {
  width: 2.2rem;
}

.floatRigth .pic {
  border-radius: 50%;
  box-shadow: 0 0 0.4rem rgba(5, 45, 25, 0.24);
  position: relative;
  margin: 0 auto;
  margin-top: -0.45rem;
  width: 0.5rem;
  height: 0.5rem;
}

.floatRigth .pic img {
  border-radius: 50%;
  max-height: 0.5rem;
}

.floatRigth .from .input {
  display: flex;
  justify-content: space-between;
}

.floatRigth .from p {
  margin-top: 0.05rem;
}

.floatRigth .from p:first-child {
  font-weight: 700;
}

.floatRigth .from input {
  width: 100%;
  border: 0;
  color: #666;
  font-size: 0.13rem;
  border-radius: 0.05rem;
  padding: 0 0.1rem;
  font-family: "微软雅黑";
  height: 0.3rem;
  line-height: 0.3rem;
}

.floatRigth .from input.btn {
  width: 30%;
  display: none;
  background: #fff;
  font-weight: 700;
  color: rgba(47, 143, 187, 1);
}


.floatRigth .caigou:hover .from .btn {
  display: block;
}

.floatRigth img {
  vertical-align: top;
}

.floatRigth ul {
  position: relative;
  margin-top: 0.65rem;
  margin-left: 0.7rem;
  z-index: 9998;
}

.floatRigth li {
  width: 0.6rem;
  height: 0.6rem;
  margin-bottom: 0.1rem;
  position: relative;
}

.floatRigth li:last-child {
  margin-bottom: 0;
}

.floatRigth .box {
  display: block;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.12);
  color: #2b2b2b;
  font-size: 0.12rem;
  text-align: center;
  line-height: 12px;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  padding: 0.05rem 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
}

.floatRigth .title {
  display: block;
  line-height: 0.2rem;
}

.floatRigth .icon {
  line-height: 0.24rem;
  text-align: center;
  color: #fff;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  position: relative;
}

.floatRigth .icon img {
  width: auto;
  height: auto;
  max-height: 0.3rem;
}

.floatRigth .hoverDiv {
  cursor: initial;
  border-radius: 0.1rem;
  border: 1px rgba(47, 143, 187, 1) solid;
  background-color: #fff;
  width: 1.3rem;
  color: #333;
  font-size: 0.16rem;
  line-height: 0.38rem;
  padding: 10px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 100%;
  transition: all .5s;
  transform-origin: bottom right;
  transform: scale(0);
}

.floatRigth .hoverDivC {
  padding-left: 0;
  text-align: center;
  position: relative;
}

.floatRigth .hoverTel {
  color: rgba(47, 143, 187, 1);
  font-size: 0.2rem;
}

.floatRigth .ewm {
  width: 1.6rem;
  height: 1.6rem;
  text-align: left;
  padding: 0.05rem;
}

.floatRigth .box:hover {
  box-shadow: 0 0 0 1px rgba(47, 143, 187, 1);
  background: #f1f8ff;
}

.floatRigth .box:hover .hoverDiv {
  right: 100%;
  transform: scale(1);
}

.floatRigth .box:hover .icon svg {
  fill: #fff;
}

.floatRigth .returnTopBtn {
  opacity: 0;
  transition: opacity .5s;
}

.floatRigth .returnTopBtn.show {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .floatRigth {
    display: none;
  }
}

.fp-viewing-section2 .floatRigth .returnTopBtn,
.fp-viewing-section3 .floatRigth .returnTopBtn,
.fp-viewing-section4 .floatRigth .returnTopBtn,
.fp-viewing-section5 .floatRigth .returnTopBtn,
.fp-viewing-section6 .floatRigth .returnTopBtn,
.fp-viewing-section7 .floatRigth .returnTopBtn,
.fp-viewing-section8 .floatRigth .returnTopBtn,
.fp-viewing-section9 .floatRigth .returnTopBtn {
  opacity: 1;
}

.fp-viewing-section6 .floatRigth {
  display: none;
}

.bscoll {
  left: 0;
  width: 100%;
  z-index: 10;
  bottom: 0.3rem;
  position: absolute;
}

.bscoll a {
  color: #fff;
  line-height: 0.3rem;
  display: inline-block;
  font-size: 0.14rem;
  animation: fadeInUp2 2s alternate infinite;
}

.bscoll img {
  max-height: 0.36rem;
}

.inside-tk {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  display: none;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}

.inside-tk .index-title {
  font-size: 0.4rem;
  line-height: 0.5rem;
}

.inside-tk .nr {
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  transform: translate(-50%, -50%);
  padding: 0.3rem 0.7rem;
  padding-bottom: 0.5rem;
  background: #fafafc;
  border-radius: 0.4rem;
  max-width: 14.4rem;
}

.inside-tk .nrC {
  display: flex;
  justify-content: space-between;
}

.inside-tk .gb {
  top: 0.3rem;
  right: 0.7rem;
  position: absolute;
}

.inside-tk .gb img {
  max-height: 0.4rem;
}

.inside-tk .inside-message {
  padding: 0;
  width: 71%;
}

.inside-tk .inside-message ul {
  padding-top: 0;
}

.inside-tk .inside-message li label {
  margin-bottom: 0.1rem;
}

.inside-tk .inside-message li input[type="text"] {
  height: 0.42rem;
  line-height: 0.4rem;
}

.inside-tk .inside-message li textarea[type="text"] {
  height: 0.9rem;
}

.inside-tk .inside-message .file-upload input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.inside-tk .inside-message .tijiao .btnbox {
  padding-left: 0;
}

.inside-tk .inside-message .file-upload {
  position: relative;
  text-align: center;
  line-height: 0.78rem;
  height: 0.8rem;
  width: 2.4rem;
  background: #fff;
  border-radius: 0.05rem;
  border: solid 1px #d4d4d4;
}

.inside-tk .inside-message .custom-btn {
  color: #666;
}

.inside-tk .inside-message .custom-btn span {
  margin-top: -0.02rem;
  vertical-align: top;
  display: inline-block;
  font-size: 0.4rem;
}

.inside-tk .right {
  width: 22%;
  position: relative;
  justify-content: center;
  text-align: center;
}

.inside-tk .right:before {
  top: 0;
  left: -0.3rem;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: linear-gradient(to bottom, #f7f7f9, #e7e7e9, #f7f7f9);
}

.inside-tk .right .t1 {
  color: #212121;
  font-weight: 700;
  font-size: 0.24rem;
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
}
.pagination ul{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.pagination ul li>a{
  width: 36px;
height: 36px;
background: #FFFFFF;
border-radius: 8px;
border: 1px solid #E6E6E6;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
font-size: 18px;
color: #808080;
}
.pagination ul li.active>a,
.pagination ul li:hover>a{
  color: rgba(47, 143, 187, 1);
  border-color: rgba(47, 143, 187, 1);
}
.pagination ul li:hover>a path,
.pagination ul li.active>a path{
  fill: rgba(47, 143, 187, 1);
}
.pagination ul li.prev svg{
  transform: rotate(180deg);
}
.rightbox1 .product-grid{
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .rightbox1 .product-grid,
  .product-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: .25rem;
  }
  .inside-tk .nr {
    padding: 20px;
    border-radius: 0;
  }

  .inside-tk .gb {
    top: 25px;
    right: 20px;
  }

  .inside-tk .nrC {
    display: block;
  }

  .inside-tk .inside-message {
    width: 100%;
  }

  .inside-tk .inside-message ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  .inside-tk .inside-message li {
    width: 50%;
    padding: 0 5px;
    margin-top: 10px;
  }

  .inside-tk .inside-message li input[type="text"] {
    height: 34px;
    line-height: 32px;
  }

  .inside-tk .inside-message .file-upload {
    width: 100%;
  }

  .inside-tk .inside-message .textarea,
  .inside-tk .inside-message .last {
    width: 100%;
  }

  .inside-tk .inside-message .tijiao .btnbox {
    margin-top: 0;
  }

  .inside-tk .right {
    display: none;
  }
}

#previewId {
  width: 250px !important;
  height: auto !important;
}
