* {
  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: #1d95d4;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  width: auto;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666;
  outline: none;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
html {
  font-size: 100px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 100px;
  }
}
html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px!important;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px!important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px!important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px!important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -1rem;
  width: 1px;
  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-Bold";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url('../fonts/Montserrat-Bold.ttf');
  src: url('../fonts/Montserrat-Bold.woff');
  src: url('../fonts/Montserrat-Bold.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.eot");
  src: url('../fonts/Montserrat-Light.ttf');
  src: url('../fonts/Montserrat-Light.woff');
  src: url('../fonts/Montserrat-Light.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-ExtraLight";
  src: url("../fonts/Montserrat-ExtraLight.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light_0.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  line-height: 1.5;
  font-family: "Montserrat-Light";
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 16rem;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 40px!important;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px!important;
    padding: 0 20px!important;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #333;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navPhoneBtn {
    display: block;
  }
}
.circle {
  width: 0.88rem;
  height: 0.88rem;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle i {
  text-align: center;
  display: inline-block;
  z-index: 5;
  position: relative;
  margin-top: 0.34rem;
  border-left: solid 0.14rem #ffffff;
  border-top: solid 0.1rem transparent;
  border-bottom: solid 0.1rem transparent;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s ease-out 0s infinite;
  background: linear-gradient(to right, #df1219, #df1219);
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #df1219;
  opacity: 0;
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.2, 0.2);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0.7);
  }
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: absolute;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  transition: background-color 0.5s;
}
.header > .container {
  display: flex;
  align-items: center;
  max-width: 17.2rem;
  justify-content: space-between;
  position: relative;
}
.header > .container:after {
  content: "";
  display: block;
  clear: both;
}
.header .logo {
  position: relative;
}
.header .logo img {
  width: auto;
  height: auto;
  max-height: 0.5rem;
  vertical-align: middle;
  position: relative;
}
.header .logo .img2 {
  display: none;
}
.header .other {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  right: 0rem;
  transition: all .5s;
}
.header .other .otherC {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}
.header .searchBtn {
  margin-right: 0.05rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.22rem;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
  position: relative;
  z-index: 1;
}
.header .searchBtn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #1d95d4;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.5s;
}
.header .searchBtn svg {
  fill: #fff;
  width: 0.28rem;
  height: 0.28rem;
  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);
}
.header .searchBtn:hover svg {
  fill: #fff !important;
}
.header .language {
  font-size: 0.14rem;
  border-radius: 0.3rem;
  background: #df1219;
  margin-left: 0.2rem;
  line-height: 0.43rem;
  display: inline-block;
  position: relative;
}
.header .language img {
  width: auto;
  margin-right: 0.05rem;
  margin-bottom: 0.03rem;
  vertical-align: middle;
  max-height: 0.2rem;
}
.header .language i {
  margin-bottom: 0.08rem;
  vertical-align: middle;
  margin-left: 0.15rem;
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  transform: rotate(45deg);
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.header .language a {
  color: #fff;
  padding: 0 0.18rem;
  display: inline-block;
}
.header .language .drop {
  left: 47%;
  opacity: 0;
  width: 1.4rem;
  top: 0.5rem;
  text-align: center;
  padding: 0.2rem 0;
  position: absolute;
  border-radius: 0.1rem;
  line-height: 0.3rem;
  transform: translateX(-50%) scale(0.9);
  text-transform: initial;
  transition: all 700ms ease;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.95);
}
.header .language .drop:before {
  content: "";
  top: -0.06rem;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  position: absolute;
  border-left: solid 0.08rem transparent;
  border-right: solid 0.08rem transparent;
  border-bottom: solid 0.08rem #ffffff;
}
.header .language .drop a {
  color: #666;
  display: block;
  margin: 0.1rem 0;
  font-size: 0.16rem;
  line-height: 0.3rem;
  position: relative;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  transition: color 500ms ease;
}
.header .language .drop a:hover {
  color: #1d95d4;
}
.header .language .drop a:hover:before {
  background: #1d95d4;
}
.header .language:hover .drop {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
@media (max-width: 1024px) {
  .header {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    z-index: 99;
    position: fixed;
    background: #fff;
    width: 100%;
    height: 60px;
    padding: 0;
  }
  .header > .container {
    padding: 0;
    height: 60px;
    position: relative;
  }
  .header .logo .img1 {
    display: none;
  }
  .header .logo .img2 {
    display: inline-block;
  }
  .header .logo img {
    max-height: 30px;
  }
  .header .nav,
  .header .other {
    display: none;
  }
  .header .navPhoneBtn {
    right: 20px;
    position: absolute;
  }
}
.fixed,
.header-nr {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  position: fixed;
  box-shadow: 0.03rem 0 0.07rem rgba(0, 76, 116, 0.2);
}
.fixed .logo .img1,
.header-nr .logo .img1 {
  display: none;
}
.fixed .logo .img2,
.header-nr .logo .img2 {
  display: inline-block;
}
.fixed .nav li > a,
.header-nr .nav li > a {
  color: #333;
}
.fixed .searchBtn svg,
.header-nr .searchBtn svg {
  fill: #333;
}
.nav {
  font-family: "Montserrat-Bold";
  padding-right: 1rem;
}
.nav ul {
  width: 100%;
  display: flex;
  font-size: 0;
  text-align: center;
  justify-content: space-between;
}
.nav li {
  margin: 0 0.25rem;
  text-align: center;
  float: left;
  position: relative;
}
.nav li:before {
  bottom: 0;
  left: 50%;
  opacity: 0;
  content: "";
  width: 0;
  height: 0.03rem;
  position: absolute;
  background: #1d95d4;
  transition: all 500ms ease;
}
.nav li span {
  display: block;
  font-style: inherit;
  position: relative;
}
.nav li > a {
  color: #fff;
  height: 0.99rem;
  font-size: 0.16rem;
  line-height: 0.99rem;
  text-align: left;
  z-index: 1;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  transition: all .5s;
}
.nav li .subnav {
  left: 0;
  display: none;
  width: auto;
  min-width: 2.6rem;
  top: 0.99rem;
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
  position: absolute;
  text-align: left;
  font-family: "Montserrat-Light";
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
}
.nav li .subnav a {
  color: #666;
  display: block;
  font-weight: normal;
  padding-top: 0.15rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  position: relative;
  padding-left: 0.3rem;
  padding-right: 0.1rem;
  transition: color 500ms ease;
}
.nav li .subnav a:hover {
  color: #1d95d4;
}
.nav li .subnav i {
  width: 5px;
  height: 2px;
  margin-right: 0.05rem;
  vertical-align: middle;
  font-style: normal;
  display: inline-block;
  background: #abacad;
}
.nav li.active:before {
  opacity: 1;
  width: 100%;
  left: 0;
}
.nav li:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
}
.nav li:hover .subnav {
  display: block;
}
@media (max-width: 1200px) {
  .nav li {
    margin: 0 10px;
  }
}
#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;
  max-width: 17.2rem;
  transform: translateX(0rem);
}
#searchPopup .searchBox input {
  border-radius: 0.05rem;
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  width: 40%;
  padding: 0 20px;
  font-size: 0.14rem;
  height: 0.6rem;
  line-height: 0.58rem;
}
#searchPopup .searchBox input:focus {
  color: #333;
}
#searchPopup .searchBox .btn {
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  border-radius: 0.05rem;
  height: 0.6rem;
  width: 0.6rem;
  transition: all 334ms ease;
  background: #1d95d4;
  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: #df1219;
}
#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;
  }
}
.banner {
  height: 100%;
  clear: both;
  z-index: 9;
  width: 100%;
  max-height: 9.6rem;
  overflow: hidden;
  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 video {
  max-width: 100%;
  object-fit: cover;
  vertical-align: top;
}
.banner .pc {
  display: block;
}
.banner .pc img {
  width: auto;
  height: auto;
  max-height: initial;
  max-width: initial;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner .ph {
  display: none;
  text-align: center;
}
.banner .ph img {
  width: auto;
  height: auto;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .button {
  padding-top: 1.2rem;
}
.banner .swiper-slide-active .t1 {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-slide-active .t2 {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-slide-active .btn {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-pagination {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  z-index: 9;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0.03rem;
  height: 0.03rem;
  width: 0.6rem;
  margin: 0 0.05rem;
  transition: all .5s;
  background-color: rgba(255, 255, 255, 0.5);
}
.banner .swiper-pagination-bullet-active {
  background-color: #fff;
}
.banner .text {
  top: 50%;
  left: 0;
  z-index: 9;
  width: 100%;
  color: #fff;
  text-align: left;
  transform: translateY(-50%);
  position: absolute;
}
.banner .t1 {
  text-shadow: 0.05rem 0 0.02rem rgba(0, 0, 0, 0.5);
  font-size: 0.64rem;
  line-height: 0.8rem;
  font-family: "Montserrat-Bold";
}
.banner .t1 span {
  display: block;
  position: relative;
}
.banner .t1 span:after {
  content: "";
  margin-left: 0.25rem;
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
}
.banner .t2 {
  padding-top: 0.25rem;
  font-family: "Roboto";
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.7);
}
.banner .btn {
  padding-top: 1rem;
  font-family: "Montserrat-Bold";
}
.banner .btn a {
  color: #fff;
  font-size: 0.21rem;
  text-align: center;
  height: 0.58rem;
  line-height: 0.58rem;
  min-width: 2.1rem;
  display: inline-block;
  background: #1d95d4;
  border-radius: 0.3rem;
  transition: all 500ms ease;
}
.banner .btn a:hover {
  background: #df1219;
}
.banner .t3{
    font-size:0.8rem;
}

.banner .t3 span{
	font-size:0.64rem;
}

@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 60px;
  }
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
  }
  .banner .text {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .banner .t1 {
    font-size: 20px;
    line-height: 30px;
  }
  .banner .t2 {
    display: none;
  }
  .banner .btn {
    padding-top: 30px;
  }
  .banner .swiper-pagination {
    bottom: 20px;
  }
  .banner .swiper-pagination-bullet {
    width: 20px;
  }
  .banner .t3,
  .banner .t3 span {
    font-size: 20px;
    line-height: 30px;
 }
}
.index-title {
  color: #333;
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.48rem;
  font-family: "Montserrat-Bold";
}
@media (max-width: 1024px) {
  .index-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.index-more {
  padding-top: 0.5rem;
}
.index-more span,
.index-more a {
  color: #fff;
  transition: all 500ms ease;
  text-align: center;
  padding: 0 0.2rem;
  border-radius: 0.3rem;
  height: 0.44rem;
  line-height: 0.42rem;
  min-width: 1.6rem;
  display: inline-block;
  background: #1d95d4;
  border: solid 1px #1d95d4;
}
.index-more img {
  margin-bottom: 0.04rem;
  vertical-align: middle;
  margin-left: 0.1rem;
  max-height: 0.2rem;
}
.index-more:hover span,
.index-more:hover a {
  border-color: #df1219;
  background: #df1219;
}
.index-product {
  padding-top: 1rem;
}
.index-product ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.index-product li {
  width: 50%;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.index-product li .box {
  overflow: hidden;
  position: relative;
  border-radius: 0.2rem;
}
.index-product li .item {
  overflow: hidden;
  height: 4rem;
  border-radius: 0.2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  transition: all 700ms ease;
}
.index-product li .text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: all 500ms ease;
  padding: 0.55rem 0.6rem;
  position: absolute;
}
.index-product li .text a {
  color: #fff;
}
.index-product li .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  font-family: "Montserrat-Bold";
}
.index-product li .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  height: 0.96rem;
  line-height: 0.24rem;
  max-width: 2.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.25rem;
}
.index-product li .index-more span {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.index-product li:hover .index-more span {
  border-color: #df1219;
  background: #df1219;
}
.index-product li:hover .item {
  transform: scale(1.05);
}
.index-product li:hover .text {
  transform: translateY(0.2rem);
}
@media (max-width: 1024px) {
  .index-product {
    padding-top: 50px;
  }
  .index-product li {
    width: 100%;
  }
  .index-product li .text {
    padding: 20px;
  }
  .index-product li .item {
    height: 200px;
  }
  .index-product li .txt {
    margin-top: 10px;
  }
  .index-product li .index-more {
    padding-top: 20px;
  }
}
.index-about {
  padding-top: 1rem;
  min-height: 9.04rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-about .container {
  display: flex;
  justify-content: space-between;
}
.index-about .leftbox {
  width: 22%;
}
.index-about .leftbox .index-title {
  text-align: left;
}
.index-about .leftbox .index-more {
  padding-top: 1.6rem;
}
.index-about .rightbox {
  width: 75%;
}
.index-about .rightbox .text {
  line-height: 0.32rem;
}
.index-about .rightbox .text p {
  padding-bottom: 0.3rem;
}
.index-about .numlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-about .numlist li {
  color: #333;
  font-size: 0.18rem;
}
.index-about .numlist li p:first-child {
  color: #1d95d4;
  font-family: "Montserrat-Bold";
}
.index-about .numlist li em {
  padding-left: 0.1rem;
  font-style: normal;
  font-size: 0.24rem;
  vertical-align: top;
  display: inline-block;
}
.index-about .numlist li .counter {
  line-height: 0.8rem;
  font-size: 0.72rem;
}
.index-about .numlist li:nth-child(2) em {
  padding-bottom: 0.1rem;
  vertical-align: middle;
}
.index-about .pic {
  display: none;
}
@media (max-width: 1024px) {
  .index-about {
    padding-top: 50px;
    min-height: auto;
    background-image: none!important;
  }
  .index-about .container {
    display: block;
  }
  .index-about .leftbox {
    width: 100%;
  }
  .index-about .leftbox .index-more {
    display: none;
  }
  .index-about .leftbox .index-title {
    text-align: center;
  }
  .index-about .rightbox {
    width: 100%;
    padding-top: 20px;
  }
  .index-about .rightbox .text {
    line-height: 26px;
  }
  .index-about .numlist li {
    font-size: 13px;
  }
  .index-about .numlist li .counter {
    font-size: 24px;
    line-height: 30px;
  }
  .index-about .numlist li:nth-child(2) em {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 0rem;
  }
  .index-about .pic {
    display: block;
    margin-top: 40px;
  }
}
@media (max-width: 540px) {
  .index-about .numlist li {
    width: 50%;
    padding-top: 20px;
    text-align: center;
  }
}
.index-support {
  padding: 1rem 0;
}
.index-support .container {
  position: relative;
}
.index-support .text {
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 0 3rem;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
.index-support .tit {
  font-size: 0.48rem;
  line-height: 0.72rem;
  font-family: "Montserrat-Bold";
}
@media (max-width: 1024px) {
  .index-support {
    padding: 30px 0;
  }
  .index-support .text {
    padding: 0 40px;
  }
  .index-support .tit {
    font-size: 18px;
    line-height: 24px;
  }
  .index-support .index-more {
    padding-top: 20px;
  }
}
.index-news {
  padding: 0.8rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-news .container {
  text-align: center;
  position: relative;
}
.index-news .index-title {
  left: 0;
  position: absolute;
}
.index-news .menuTabs {
  padding-bottom: 0.45rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  position: relative;
}
.index-news .menuTabs .listMenu {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.index-news .menuTabs li {
  display: inline-block;
  padding: 0 0.1rem;
}
.index-news .menuTabs .box {
  color: #fff;
  display: block;
  min-width: 1.7rem;
  line-height: 0.4rem;
  height: 0.42rem;
  padding: 0 0.1rem;
  border-radius: 0.3rem;
  text-align: center;
  box-shadow: 0 0 0 1px #fff inset;
  transition: all 500ms linear;
}
.index-news .menuTabs .box:hover {
  background: #1d95d4;
  box-shadow: none;
  color: #fff;
}
.index-news .menuTabs .active .box {
  background: #1d95d4;
  box-shadow: none;
  color: #fff;
}
.index-news .swiper-container {
  overflow: initial;
}
.index-news .swiper-pagination-bullet {
  width: auto;
  background: #fff;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 500ms ease;
}
.index-news .swiper-pagination-bullet-active {
  opacity: 1;
}
.index-news .swiper-container-horizontal > .swiper-pagination-bullets {
  position: relative;
  width: auto;
  display: inline-block;
  bottom: auto;
}
.index-news .conTabs {
  padding-top: 0.55rem;
}
.index-news .item {
  display: none;
}
.index-news .item.show {
  display: block;
}
.index-news .index-title {
  color: #fff;
  top: 0;
}
.index-news .list {
  overflow: hidden;
}
.index-news .list .hezi {
  margin-bottom: 0.1rem;
  text-align: left;
  position: relative;
}
.index-news .list .hezi a {
  display: block;
  color: #2d3132;
}
.index-news .list .pic {
  overflow: hidden;
  position: relative;
}
.index-news .list .pic img {
  width: 100%;
  transition: all 700ms ease;
}
.index-news .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 110.81081081%;
}
.index-news .list .pic:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transform: scale(0.8);
  position: absolute;
  transition: all 500ms ease;
  background: rgba(0, 0, 0, 0.1);
}
.index-news .list .text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 0.3rem;
  padding-bottom: 0.2rem;
  background: #fff;
  position: absolute;
  transition: all 500ms ease;
}
.index-news .list .tag {
  color: #1d95d4;
  font-weight: lighter;
  font-size: 0.14rem;
}
.index-news .list .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 0.9rem;
  font-weight: 700;
  line-height: 0.3rem;
  font-size: 0.2rem;
  margin-top: 0.3rem;
}
.index-news .list .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 0.9rem;
  margin-top: 0.2rem;
  line-height: 0.3rem;
  color: #666;
}
.index-news .list .time {
  display: flex;
  margin-top: 0.4rem;
  padding-top: 0.1rem;
  justify-content: space-between;
  border-top: solid 1px #dbdee1;
}
.index-news .list .time span:first-child {
  color: #1d95d4;
  font-size: 0.52rem;
  line-height: 0.52rem;
}
.index-news .list .time span:nth-child(2) {
  padding-top: 0.05rem;
}
.index-news .list em,
.index-news .list i {
  color: #555;
  font-size: 0.14rem;
  font-style: normal;
  display: block;
  font-family: arial;
}
@media (min-width: 1025px) {
  .index-news .hezi:hover a {
    color: #fff;
  }
  .index-news .hezi:hover .pic img {
    transform: scale(1.05);
  }
  .index-news .hezi:hover .pic:before {
    opacity: 1;
    transform: scale(1);
  }
  .index-news .hezi:hover .text {
    border-bottom: solid 0.03rem #df1219;
    background: transparent;
  }
  .index-news .hezi:hover .txt {
    color: #fff;
  }
  .index-news .hezi:hover .time {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
  }
  .index-news .hezi:hover .time span:first-child,
  .index-news .hezi:hover .time em,
  .index-news .hezi:hover .time i {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .index-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .index-news .index-title {
    left: auto;
    position: relative;
  }
  .index-news .menuTabs {
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .index-news .menuTabs .listMenu {
    justify-content: center;
  }
  .index-news .menuTabs li {
    min-width: auto;
    padding: 0 5px 20px 5px;
  }
  .index-news .menuTabs .box {
    font-size: 14px;
    min-width: auto;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 10px;
  }
}
@media (max-width: 1024px) {
  .index-news {
    padding: 40px 0;
  }
  .index-news .index-title {
    margin-top: 0;
  }
  .index-news .list .pic {
    display: none;
  }
  .index-news .list .text {
    top: auto;
    left: auto;
    position: relative;
  }
  .index-news .list .tag {
    font-size: 12px;
  }
  .index-news .list .tit {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    margin-top: 10px;
  }
  .index-news .list em,
  .index-news .list i {
    font-size: 12px;
  }
  .index-news .button {
    display: none;
  }
}
@media (max-width: 420px) {
  .index-news .menuTabs .listMenu {
    justify-content: flex-start;
  }
  .index-news .menuTabs li {
    width: 50%;
  }
}
.index-map {
  padding-top: 1rem;
}
.index-map .map-ph {
  display: none;
}
.index-map .mapbox {
  margin-top: 0.4rem;
  position: relative;
}
.index-map .mapbox img {
  max-height: 8.1rem;
}
.index-map .circle {
  background: rgba(223, 18, 25, 0.3);
  vertical-align: top;
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  position: relative;
}
.index-map .circle:before,
.index-map .circle:after {
  background: #df1219;
}
.index-map .add {
  color: #333;
  line-height: 0.4rem;
  font-size: 0.12rem;
  vertical-align: top;
  position: absolute;
}
.index-map .add-1 {
  top: 1.95rem;
  left: 9.5rem;
}
.index-map .add-2 {
  top: 2.7rem;
  left: 9rem;
}
.index-map .add-3 {
  top: 4.3rem;
  left: 8.3rem;
}
.index-map .add-4 {
  top: 3.1rem;
  left: 9.5rem;
}
.index-map .add-5 {
  line-height: 0.16rem;
  top: 3.9rem;
  left: 10.8rem;
}
.index-map .add-5 span {
  display: block;
}
.index-map .add-6 {
  top: 3.8rem;
  left: 11.2rem;
}
.index-map .add-7 {
  top: 4.11rem;
  left: 11.6rem;
}
.index-map .add-8 {
  line-height: 0.16rem;
  top: 4.37rem;
  left: 11.8rem;
}
.index-map .add-8 span {
  display: block;
}
.index-map .add-9 {
  top: 4.8rem;
  left: 12.7rem;
}
.index-map .add-10 {
  top: 4.1rem;
  left: 12.76rem;
}
.index-map .add-11 {
  top: 3.1rem;
  left: 13.5rem;
}
.index-map .add-12 {
  line-height: 0.16rem;
  top: 2.8rem;
  left: 13.06rem;
}
.index-map .add-12 span {
  display: block;
}
.index-map .add-13 {
  line-height: 0.16rem;
  top: 3.1rem;
  left: 12.3rem;
}
.index-map .add-13 span {
  display: block;
}
.index-map .add-13 em {
  z-index: 3;
  position: relative;
  display: inline-block;
  font-style: normal;
}
.index-map .add-13 img {
  margin-top: 0.35rem;
  max-height: 0.1rem;
}
.index-map .add-13 .circle {
  width: 0.8rem;
  height: 0.8rem;
}
@media (max-width: 1024px) {
  .index-map {
    padding: 40px 0;
  }
  .index-map .mapbox {
    display: none;
  }
  .index-map .map-ph {
    margin-top: 30px;
    text-align: center;
    display: block;
  }
}
.footer {
  color: #fff;
  font-family: "Montserrat-ExtraLight";
  padding-top: 0.6rem;
  background-color: #0588c0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.footer .container {
  max-width: 17.2rem;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.6rem;
}
.footer li {
  width: 10%;
  padding-left: 0.1rem;
}
.footer li a {
  color: #fff;
}
.footer li h3 {
  padding-bottom: 0.15rem;
}
.footer li h3 a {
  font-size: 0.2rem;
}
.footer li .drop a {
  display: block;
  padding-top: 0.15rem;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
}
.footer li .drop a:hover {
  color: #fff;
}
.footer li:nth-child(3) {
  width: 16%;
}
.footer li:nth-child(5) {
  width: 12%;
}
.footer .first {
  width: 26%;
  padding-left: 0;
  padding-right: 0.7rem;
  color: rgba(255, 255, 255, 0.78);
}
.footer .first .logo {
  padding-bottom: 0.3rem;
}
.footer .first .logo img {
  max-height: 0.5rem;
}
.footer .last {
  width: 26%;
  font-size: 0.18rem;
  font-family: "Montserrat-Bold";
}
.footer .last h3 {
  padding-bottom: 0;
}
.footer .last .t1 {
  margin-top: 0.25rem;
  padding-left: 0.35rem;
  position: relative;
}
.footer .last .t1 img {
  top: 0;
  left: 0;
  border-radius: 50%;
  position: absolute;
  max-height: 0.28rem;
  border: solid 0.02rem #ffffff;
}
.footer .copybox {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.4);
  padding: 0.3rem 0;
  border-top: solid 1px rgba(255, 255, 255, 0.15);
}
.footer .copybox .container {
  display: flex;
  justify-content: space-between;
}
.footer .copybox .share {
  width: 40%;
}
.footer .copybox .share img {
  max-height: 0.35rem;
}
.footer .copybox .share a {
  margin-right: 0.04rem;
  display: inline-block;
}
.footer .copybox .copy {
  width: 28%;
  text-align: right;
}
@media (max-width: 1024px) {
  .footer li {
    display: none;
  }
  .footer .last {
    font-size: 16px;
    width: 100%;
    display: block;
  }
  .footer .last h3 a {
    font-size: 20px;
  }
  .footer .last .t1 {
    padding-left: 35px;
    line-height: 30px;
  }
  .footer .last .t1 img {
    max-height: 28px;
  }
  .footer .copybox {
    font-size: 14px;
    display: block;
  }
  .footer .copybox .container {
    display: block;
  }
  .footer .copybox .share {
    width: 100%;
  }
  .footer .copybox .share img {
    max-height: 35px;
  }
  .footer .copybox .copy {
    width: 100%;
    text-align: left;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .footer .last .t1 img {
    top: 4px;
  }
}
.inside-banner {
  text-align: center;
  position: relative;
}
.inside-banner .pic img {
  width: 100%;
}
.inside-banner .pic-ph {
  display: none;
}
.inside-banner .text {
  top: 50%;
  width: 100%;
  z-index: 3;
  color: #fff;
  text-align: center;
  position: absolute;
  transform: translateY(-35%);
}
.inside-banner .t1 {
  font-size: 0.48rem;
  line-height: 0.5rem;
  font-family: "Montserrat-Bold";
}
@media (max-width: 1024px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .pic {
    display: none;
  }
  .inside-banner .pic-ph {
    display: block;
  }
}
@media (max-width: 640px) {
  .inside-banner .t1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.inside-current {
  color: #fff;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.14rem;
  font-weight: normal;
  margin-top: 0.2rem;
  font-family: "Montserrat-ExtraLight";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-current img {
  margin-top: 0.05rem;
  margin-right: 0.1rem;
  max-height: 0.2rem;
}
.inside-current a {
  color: #fff;
}
 
@media (max-width: 1024px) {
  .inside-current {
    display: none;
  }
}
.inside-about {
  position: relative;
  padding-top: 0.7rem;
  background-size: contain;
  padding-bottom: 4.8rem;
  background-position: bottom center;
}
.inside-about .container {
  display: block;
}
.inside-about .rightbox {
  width: 100%;
}
.inside-about .tag {
  padding-bottom: 0.5rem;
  padding-top: 0.1rem;
  font-size: 0.18rem;
  text-align: center;
  font-family: "Montserrat-Bold";
}
.inside-about .numlist {
  padding: 0 0.5rem;
}
@media (max-width: 1024px) {
  .inside-about {
    padding-bottom: 40px;
  }
  .inside-about .tag {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .inside-about .rightbox {
    padding-top: 0;
  }
  .inside-about .numlist {
    padding: 0;
  }
}
.inside-fzlc {
  overflow: hidden;
  position: relative;
  padding: 1.3rem 0 0.6rem 0;
  min-height: 7.3rem;
  background-color: #edf5fb;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-fzlc .container {
  max-width: 19.2rem;
}
.inside-fzlc .list {
  width: 120%;
  margin-left: -10%;
  position: relative;
  text-align: center;
  padding-top: 0.7rem;
}
.inside-fzlc .list .year {
  padding-top: 0.8rem;
  font-size: 0.4rem;
  font-family: "Montserrat-Bold";
}
.inside-fzlc .list .tit {
  display: none;
  padding: 0 0.2rem;
  line-height: 0.3rem;
  font-size: 0.2rem;
  /* font-family: "Montserrat-ExtraLight"; */
}
.inside-fzlc .list .swiper-slide-active .year {
  padding-top: 0;
  color: #1d97cb;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.inside-fzlc .list .swiper-slide-active .tit {
  display: block;
}
.inside-fzlc .list .swiper-button-prev,
.inside-fzlc .list .swiper-button-next {
  top: 0;
  margin-top: 0.8rem;
  transition: all 500ms ease;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
}
.inside-fzlc .list .swiper-button-prev:after,
.inside-fzlc .list .swiper-button-next:after {
  color: #666;
  font-weight: 700;
  font-size: 0.16rem;
}
.inside-fzlc .list .swiper-button-prev:hover,
.inside-fzlc .list .swiper-button-next:hover {
  background: #1d95d4;
}
.inside-fzlc .list .swiper-button-prev:hover:after,
.inside-fzlc .list .swiper-button-next:hover:after {
  color: #fff;
}
.inside-fzlc .list .swiper-button-prev {
  left: 6rem;
}
.inside-fzlc .list .swiper-button-next {
  right: 6rem;
}
@media (max-width: 1024px) {
  .inside-fzlc {
    padding: 60px 0;
    min-height: auto;
  }
  .inside-fzlc .list {
    width: 100%;
    margin-left: 0;
    padding-top: 30px;
  }
  .inside-fzlc .list .swiper-button-prev {
    left: 0;
  }
  .inside-fzlc .list .swiper-button-next {
    right: 0;
  }
  .inside-fzlc .list .swiper-button-prev,
  .inside-fzlc .list .swiper-button-next {
    margin-top: 30px;
  }
  .inside-fzlc .list .swiper-slide-active .year {
    font-size: 90px;
    line-height: 110px;
  }
}
.inside-honor {
  position: relative;
  padding: 0.9rem 0;
}
.inside-honor .list {
  margin-top: 0.5rem;
}
.inside-honor .list .item {
  text-align: center;
}
.inside-honor .list .pic {
  position: relative;
}
.inside-honor .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 67.56756757%;
}
.inside-honor .list .tit {
  color: #333;
  padding-top: 0.15rem;
  font-size: 0.2rem;
  font-family: "Montserrat-Bold";
}
.inside-honor-2 {
  padding-top: 0.8rem;
  padding-bottom: 2.36rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.inside-honor-2:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.6rem;
  position: absolute;
  background: url(../images/honor-line.png) no-repeat top center;
  background-size: cover;
}
.inside-honor-2 .container {
  position: relative;
}
.inside-honor-2 .text {
  color: #2c2c2c;
  margin-top: 0.3rem;
  font-size: 0.18rem;
  text-align: center;
}
.inside-honor-2 .nr {
  margin-top: 0.8rem;
  position: relative;
}
.inside-honor-2 .swiper-wrapper {
  align-items: flex-end;
  min-height: 4.92rem;
}
.inside-honor-2 .swiper-slide {
  cursor: pointer;
}
.inside-honor-2 .swiper-slide .item {
  position: relative;
  width: 2.35rem;
}
.inside-honor-2 .swiper-slide .item:after {
  content: "";
  bottom: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  width: 3.35rem;
  height: 0.89rem;
  background: url(../images/honor-line-2.png) no-repeat center bottom;
}
.inside-honor-2 .swiper-slide .pic {
  z-index: 2;
  width: 2.35rem;
  height: 3.25rem;
  position: relative;
}
.inside-honor-2 .swiper-slide .pic:after {
  display: none;
}
.inside-honor-2 .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
}
.inside-honor-2 .swiper-slide .title {
  color: #333;
  overflow: hidden;
  padding-right: 0.3rem;
  margin-bottom: 0.2rem;
  font-family: "Montserrat-Bold";
  text-align: center;
  font-size: 0.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  display: none;
}
.inside-honor-2 .swiper-slide-active {
  text-align: center;
}
.inside-honor-2 .swiper-slide-active .item {
  width: 3.56;
  margin-bottom: 0.05rem;
}
.inside-honor-2 .swiper-slide-active .item:after {
  left: 50%;
}
@media (max-width: 1024px) {
  .inside-honor-2 .swiper-slide-active .item {
    margin: 0 auto;
  }
}
.inside-honor-2 .swiper-slide-active .pic {
  width: 3.56rem;
  height: 4.92rem;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .inside-honor-2 .swiper-slide-active .pic {
    width: 200px;
    height: 272px;
    margin: 0 auto;
  }
}
.inside-honor-2 .swiper-slide-active {
  margin-right: 3%!important;
}
.inside-honor-2 .swiper-slide-active .title {
  display: block;
}
.inside-honor-2 .swiper-prev,
.inside-honor-2 .swiper-next {
  background: none;
  width: auto;
  height: auto;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 0.24rem;
}
.inside-honor-2 .swiper-prev:hover .icon:before,
.inside-honor-2 .swiper-next:hover .icon:before {
  border-color: #1d95d4;
}
.inside-honor-2 .swiper-prev:hover .icon:after,
.inside-honor-2 .swiper-next:hover .icon:after {
  border-color: #1d95d4;
}
.inside-honor-2 .swiper-prev:hover .icon i:before,
.inside-honor-2 .swiper-next:hover .icon i:before {
  border-color: #1d95d4;
}
.inside-honor-2 .swiper-prev:hover .icon svg,
.inside-honor-2 .swiper-next:hover .icon svg {
  fill: #1d95d4;
}
.inside-honor-2 .swiper-prev {
  left: 0;
}
.inside-honor-2 .swiper-next {
  text-align: right;
  right: 0;
}
.inside-honor-2 .swiper-next .icon {
  float: right;
}
.inside-honor-2 .swiper-next .txt {
  padding-left: 0;
  padding-right: 0.2rem;
}
.inside-honor-2 .icon {
  float: left;
  display: block;
  text-align: center;
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 50%;
  position: relative;
}
.inside-honor-2 .icon i {
  vertical-align: middle;
  font-family: "宋体";
  font-style: normal;
  display: inline-block;
  font-weight: 700;
  color: #aaa;
  padding-top: 0.26rem;
}
@media (max-width: 1024px) {
  .inside-honor-2 .icon i {
    padding-top: 7px;
  }
}
.inside-honor-2 .icon:before,
.inside-honor-2 .icon:after {
  content: '';
  display: block;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.inside-honor-2 .icon:before {
  width: 0.74rem;
  height: 0.74rem;
  border: 1px #bfbfbf solid;
  opacity: 0.27;
  transition: all 0.5s;
  animation: scrollArrow 1.5s ease-in-out infinite;
}
.inside-honor-2 .icon:after {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px #bfbfbf solid;
  transition: all 0.5s;
  animation: scrollArrow 1.6s ease-in-out infinite;
}
.inside-honor-2 .icon i:before {
  content: '';
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  border: 2px #bfbfbf solid;
  opacity: 1;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  animation: scrollArrow 1.7s ease-in-out infinite;
}
.inside-honor-2 .icon svg {
  fill: #b6b6b6;
  width: 0.3rem;
  height: 0.3rem;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.inside-honor-2 .txt {
  float: left;
  font-family: "Montserrat-ExtraLight";
  padding-left: 0.2rem;
}
.inside-honor-2 .title-1 {
  color: #999999;
}
.inside-honor-2 .title-2 {
  color: #2c2c2c;
}
.inside-honor-2 .swiper-button-disabled {
  cursor: initial;
}
@media (max-width: 1024px) {
  .inside-honor-2 {
    padding: 50px 0;
    margin-bottom: 0;
  }
  .inside-honor-2:after {
    display: none;
  }
  .inside-honor-2 .swiper-pagination {
    bottom: -10px;
  }
  .inside-honor-2 .tabbox {
    height: 372px;
  }
  .inside-honor-2 .tabnav li {
    font-size: 14px;
  }
  .inside-honor-2 .swiper-prev,
  .inside-honor-2 .swiper-next {
    top: 50%;
  }
  .inside-honor-2 .swiper-slide .item {
    width: auto;
  }
  .inside-honor-2 .swiper-slide .item::after {
    display: none;
  }
  .inside-honor-2 .swiper-slide .title {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .inside-honor-2 .nr {
    margin-top: 0px;
  }
  .inside-honor-2 .text {
    font-size: 14px;
  }
  .inside-honor-2 .txt {
    display: none;
    font-size: 14px;
    line-height: 24px;
    padding-left: 10px;
  }
  .inside-honor-2 .icon {
    width: 36px;
    height: 36px;
  }
  .inside-honor-2 .icon:before {
    width: 36px;
    height: 36px;
  }
  .inside-honor-2 .icon i:before {
    width: 20px;
    height: 20px;
  }
  .inside-honor-2 .icon:after {
    width: 26px;
    height: 26px;
  }
}
.inside-ad {
  color: #fff;
  text-align: center;
  height: 5.5rem;
  display: flex;
  align-items: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-ad .index-title {
  color: #fff;
}
.inside-ad .t2 {
  font-size: 0.18rem;
  line-height: 0.36rem;
  padding: 0 2.1rem;
  padding-top: 0.3rem;
  font-family: "Montserrat-ExtraLight";
}
@media (max-width: 1024px) {
  .inside-ad {
    height: 300px;
  }
  .inside-ad .t2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 26px;
  }
}
.inside-career {
  padding: 1rem 0 0.8rem 0;
}
.inside-career .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-career .leftbox {
  width: 42%;
  line-height: 0.32rem;
}
.inside-career .text {
  padding: 0.6rem 0;
}
.inside-career .text .t1 {
  padding-left: 0.45rem;
  position: relative;
  line-height: 0.5rem;
  font-size: 0.4rem;
  color: #1d95d4;
  font-family: "Montserrat-Bold";
}
.inside-career .text .t1:before {
  left: 0;
  content: "";
  top: 0.17rem;
  width: 0.14rem;
  height: 0.14rem;
  position: absolute;
  border-radius: 50%;
  background: #1d95d4;
}
.inside-career .text .t2 {
  padding-top: 0.3rem;
}
.inside-career .pic {
  width: 53%;
}
@media (max-width: 1024px) {
  .inside-career {
    padding-top: 20px;
  }
  .inside-career .container {
    display: block;
  }
  .inside-career .leftbox {
    width: 100%;
    line-height: 26px;
  }
  .inside-career .text {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .inside-career .pic {
    width: 100%;
    padding-top: 30px;
  }
}
.inside-job {
  background: #f3fafd;
  padding: 1rem 0;
  font-family: "Montserrat-ExtraLight";
}
.inside-job .info {
  padding-top: 0.2rem;
  text-align: center;
}
.inside-job .info a {
  color: #1d95d4;
}
.inside-job .tit {
  cursor: pointer;
  margin-top: 0.3rem;
  position: relative;
  padding: 0.4rem;
  background: #fff;
  padding-right: 1.2rem;
}
.inside-job .t1 {
  color: #333;
  font-size: 0.2rem;
  font-family: "Montserrat-Bold";
}
.inside-job .t2 span:first-child {
  padding-left: 0;
}
.inside-job .t2 span {
  padding: 0 0.1rem;
  display: inline-block;
}
.inside-job .t2,
.inside-job .t3 {
  margin-top: 0.1rem;
}
.inside-job .more {
  font-weight: 700;
  top: 0.4rem;
  color: #1d95d4;
  right: 0.4rem;
  position: absolute;
}
.inside-job .more:after {
  content: "";
  margin-top: 0.07rem;
  margin-left: 0.08rem;
  vertical-align: top;
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  transform: rotate(45deg);
  border-bottom: solid 1px #1d95d4;
  border-right: solid 1px #1d95d4;
}
.inside-job .txt {
  display: none;
  background: #fff;
  padding: 0 0.4rem;
  padding-top: 0;
  padding-bottom: 0.6rem;
}
.inside-job .t4 {
  font-size: 0.18rem;
  color: #1d95d4;
  padding-top: 0.3rem;
}
.inside-job .t5 {
  padding-top: 0.1rem;
}
.inside-job .t6 {
  padding-top: 0;
}
.inside-job .btn {
  margin-top: 0.5rem;
}
.inside-job .btn a {
  color: #fff;
  text-align: center;
  height: 0.48rem;
  line-height: 0.48rem;
  min-width: 2.4rem;
  background: #1d95d4;
  display: inline-block;
  border-radius: 0.3rem;
  transition: all 500ms ease;
}
.inside-job .btn a:hover {
  background: #df1219;
}
.inside-job .btn img {
  margin-right: 0.05rem;
  margin-top: 0.1rem;
  max-height: 0.3rem;
}
.inside-job .list-select {
  position: relative;
  padding-bottom: 0.4rem;
  padding-top: 0.5rem;
  border-bottom: dashed 1px #badced;
}
.inside-job .list-select ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.inside-job .list-select li {
  width: 21%;
  padding: 0 0.1rem;
}
.inside-job .list-select li:last-child {
  width: 40%;
}
.inside-job .list-select label {
  color: #333;
  font-size: 0.18rem;
}
.inside-job .list-select .last {
  right: 0;
  position: absolute;
}
.inside-job .list-select .last .selectbox {
  margin-top: 0.45rem;
}
.inside-job .list-select .last .btn {
  right: 0.3rem;
  top: 0.1rem;
  position: absolute;
}
.inside-job .list-select .last .btn svg {
  width: 0.3rem;
  height: 0.3rem;
  fill: #1d95d4;
}
.inside-job .selectbox {
  margin-top: 0.2rem;
}
.inside-job .selectbox select,
.inside-job .selectbox input {
  border: 0;
  color: #333;
  font-size: 0.16rem;
  padding: 0 0.3rem;
  border-radius: 0.3rem;
  line-height: 0.6rem;
  height: 0.6rem;
  width: 100%;
  background-color: #fff;
  appearance: none;
}
.inside-job .selectbox select {
  background: url(../images/arrow-bot.jpg) no-repeat right #ffffff;
}
.inside-job .selectbox input {
  font-size: 0.18rem;
  padding-right: 0.7rem;
}
.inside-job .list {
  padding-top: 0.1rem;
}
@media (max-width: 1024px) {
  .inside-job {
    padding: 40px 0;
  }
  .inside-job .list-select li {
    margin-top: 20px;
    width: 100%!important;
  }
  .inside-job .list-select .last {
    top: auto;
    right: auto;
    position: relative;
  }
  .inside-job .list-select .last .selectbox {
    margin-top: 0;
  }
  .inside-job .list-select .last .btn {
    top: 10px;
    right: 30px;
    margin-top: 0;
  }
  .inside-job .list-select select,
  .inside-job .list-select input {
    padding: 0 15px;
    height: 44px;
    line-height: 44px;
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  .inside-job .tit {
    padding-right: 0;
  }
  .inside-job .t1,
  .inside-job .t4 {
    font-size: 16px;
    padding-right: 90px;
  }
}
.inside-culture {
  position: relative;
  padding-bottom: 1rem;
  padding-top: 0.9rem;
  overflow: hidden;
}
.inside-culture .index-title {
  color: #333;
  text-align: center;
}
.inside-culture .list {
  overflow: hidden;
  height: 7rem;
  margin-top: 0.6rem;
}
.inside-culture .container ul {
  margin: 0 -0.1rem;
}
.inside-culture .container li {
  float: left;
  width: 16.5%;
  height: 7rem;
  overflow: hidden;
  padding: 0 0.1rem;
  transition: all 500ms ease;
}
.inside-culture .container li .box {
  position: relative;
}
.inside-culture .container li .item {
  display: block;
  position: relative;
}
.inside-culture .container li .txtbox {
  color: #fff;
  width: 100%;
  z-index: 9;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 0.26rem;
  position: absolute;
}
.inside-culture .container li .icon img {
  max-height: 0.8rem;
}
.inside-culture .container li .tit {
  color: #fff;
  margin-top: 0.3rem;
  font-size: 0.32rem;
  line-height: 0.42rem;
  font-family: "Montserrat-Bold";
}
.inside-culture .container li .txt {
  display: none;
  margin-top: 0.15rem;
  font-family: "Montserrat-ExtraLight";
}
.inside-culture .container li .pic {
  overflow: hidden;
  border-radius: 0.2rem;
  height: 7rem;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inside-culture .container .active {
  width: 49.4%;
}
.inside-culture .container .active .icon {
  display: none;
}
.inside-culture .container .active .txtbox {
  top: auto;
  bottom: 0;
  padding: 0.4rem;
  text-align: left;
  transform: translateY(0);
}
.inside-culture .container .active .txt {
  display: block;
}
@media (max-width: 1024px) {
  .inside-culture {
    padding-bottom: 30px;
    padding-top: 50px;
  }
  .inside-culture .list {
    height: auto;
    margin-top: 20px;
  }
  .inside-culture .list ul {
    margin: 0;
  }
  .inside-culture .list li {
    padding: 10px 0;
    width: 100%!important;
  }
  .inside-culture .list li .txtbox {
    font-size: 14px;
    line-height: 20px;
  }
  .inside-culture .list li .tit {
    font-size: 20px;
    margin-top: 20px;
  }
  .inside-culture .list li .txt {
    margin-top: 10px;
  }
  .inside-culture .container li {
    height: auto;
  }
  .inside-culture .container li .icon {
    display: none;
  }
  .inside-culture .container li .pic {
    height: 240px;
  }
  .inside-culture .container li .txtbox {
    padding: 0!important;
    text-align: left!important;
    top: auto!important;
    transform: translate(0) !important;
    padding-left: 30px!important;
    padding-right: 30px!important;
    left: 0!important;
    bottom: 30px!important;
    width: 100%;
  }
  .inside-culture .container li .txt {
    display: block;
  }
  .inside-culture .container .active .txtbox {
    width: 100%;
  }
}
.inside-smart {
  padding-top: 1rem;
}
.inside-smart li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  flex-direction: row-reverse;
  justify-content: space-between;
}
.inside-smart li .text {
  width: 50%;
  color: #333;
  padding: 0.6rem 0.65rem;
}
.inside-smart li .pic {
  width: 50%;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.inside-smart li .pic img {
  transition: all 1000ms ease;
}
.inside-smart li .pic:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.inside-smart li .tit {
  font-size: 0.48rem;
  line-height: 0.64rem;
  font-family: "Montserrat-Bold";
}
.inside-smart li .txt {
  padding-top: 0.3rem;
  line-height: 0.32rem;
  font-family: "Montserrat-ExtraLight";
}
.inside-smart li:first-child {
  margin-top: 0;
}
.inside-smart li:nth-child(2n) {
  flex-direction: inherit;
}
.inside-smart li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .inside-smart {
    padding-top: 40px;
  }
  .inside-smart li {
    display: block;
    margin-top: 30px;
    flex-direction: inherit;
  }
  .inside-smart li .pic,
  .inside-smart li .text {
    width: 100%;
  }
  .inside-smart li .text {
    padding: 30px;
  }
  .inside-smart li .tit {
    font-size: 24px;
    line-height: 34px;
  }
  .inside-smart li .txt {
    line-height: 26px;
  }
}
.inside-smart-2 {
  overflow: hidden;
  padding: 1rem 0;
}
.inside-smart-2 .index-title {
  text-align: left;
}
.inside-smart-2 .text {
  padding-top: 0.2rem;
  font-family: "Montserrat-ExtraLight";
}
.inside-smart-2 .list {
  width: 120%;
  position: relative;
  margin-top: 0.5rem;
}
.inside-smart-2 .list .pic {
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.inside-smart-2 .list .pic img {
  transition: all 700ms ease;
}
.inside-smart-2 .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 69.16996047%;
}
.inside-smart-2 .swiper-button-prev,
.inside-smart-2 .swiper-button-next {
  top: 0;
  left: auto;
  transition: all 500ms ease;
  margin-top: -1.4rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #e1e1e1;
}
.inside-smart-2 .swiper-button-prev:after,
.inside-smart-2 .swiper-button-next:after {
  color: #333;
  font-weight: 700;
  font-size: 0.14rem;
}
.inside-smart-2 .swiper-button-prev:hover,
.inside-smart-2 .swiper-button-next:hover {
  background-color: #1d95d4;
}
.inside-smart-2 .swiper-button-prev:hover:after,
.inside-smart-2 .swiper-button-next:hover:after {
  color: #fff;
}
.inside-smart-2 .swiper-button-prev {
  right: 4rem;
}
.inside-smart-2 .swiper-button-next {
  right: 3.2rem;
}
@media (max-width: 1024px) {
  .inside-smart-2 {
    padding: 40px 0;
  }
  .inside-smart-2 .list {
    width: 100%;
  }
  .inside-smart-2 .swiper-button-prev {
    left: 0;
    right: auto;
  }
  .inside-smart-2 .swiper-button-next {
    right: 0;
  }
  .inside-smart-2 .swiper-button-prev,
  .inside-smart-2 .swiper-button-next {
    top: 40%;
    margin-top: 0;
  }
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inside-menu li {
  padding: 0 0.2rem;
  text-align: center;
}
.inside-menu li a {
  color: #333;
  font-size: 0.18rem;
  padding: 0 0.15rem;
  border-radius: 0.3rem;
  min-width: 2rem;
  height: 0.48rem;
  line-height: 0.46rem;
  padding: 0 0.2rem;
  display: inline-block;
  background: #fff;
  border: solid 1px #e1e1e1;
  transition: all 334ms ease;
}
.inside-menu li:hover a,
.inside-menu .cur a {
  color: #fff;
  border-color: #1d95d4;
  background: #1d95d4;
}
@media (max-width: 1024px) {
  .inside-menu {
    display: none;
  }
}
.inside-menu-2 {
  padding-top: 0.7rem;
}
.inside-news {
  padding-bottom: 1rem;
  padding-top: 0.7rem;
  background: #f3fafd;
}
.inside-news ul {
  padding-top: 0.3rem;
}
.inside-news li {
  padding-top: 0.4rem;
}
.inside-news li .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-news li .date {
  color: #333;
  width: 14%;
}
.inside-news li .date span {
  display: block;
  font-size: 0.48rem;
  line-height: 0.5rem;
  font-family: "Montserrat-Bold";
}
.inside-news li .date span:first-child {
  padding-bottom: 0.2rem;
  position: relative;
}
.inside-news li .date span:first-child:after {
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  height: 0.04rem;
  width: 0.35rem;
  background: #1d95d4;
}
.inside-news li .date span:nth-child(2) {
  padding-top: 0.2rem;
}
.inside-news li .date span:nth-child(3) {
  line-height: 0.3rem;
  font-size: 0.18rem;
  color: #1d95d4;
}
.inside-news li .item {
  width: 86%;
  display: flex;
  background: #fff;
  align-items: center;
  border-radius: 0.2rem;
  justify-content: space-between;
  transition: all 500ms ease;
}
.inside-news li .pic {
  border-radius: 0.2rem;
  overflow: hidden;
  width: 47.25%;
  position: relative;
}
.inside-news li .pic img {
  border-radius: 0.2rem;
  transition: all 700ms ease;
}
.inside-news li .pic:after {
  content: "";
  display: block;
  padding-bottom: 61.53846154%;
}
.inside-news li .text {
  width: 52.7%;
  padding: 0.3rem 0.6rem;
}
.inside-news li .tit {
  color: #333;
  font-family: "Montserrat-Bold";
  font-size: 0.24rem;
  line-height: 0.4rem;
  height: 0.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-news li .txt {
  color: #666;
  height: 0.64rem;
  line-height: 0.32rem;
  margin-top: 0.2rem;
  font-family: "Montserrat-ExtraLight";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-news li:hover .item {
  box-shadow: 0 0 0.3rem rgba(0, 36, 55, 0.1);
}
.inside-news li:hover .pic img {
  transform: scale(1.05);
}
.inside-news li:hover .tit {
  color: #1d95d4;
}
.inside-news li:hover .index-more span {
  border-color: #df1219;
  background: #df1219;
}
@media (max-width: 1024px) {
  .inside-news {
    padding-top: 0;
    background: #fff;
  }
  .inside-news ul {
    padding-top: 0;
  }
  .inside-news li {
    padding-top: 30px;
  }
  .inside-news li .item {
    box-shadow: 0 0 0.3rem rgba(0, 36, 55, 0.1);
  }
  .inside-news li .date {
    display: none;
  }
  .inside-news li .item {
    width: 100%;
    display: block;
  }
  .inside-news li .pic {
    width: 100%;
  }
  .inside-news li .text {
    width: 100%;
    padding: 30px;
  }
}
.inside-news-show {
  padding: 1rem 0;
  position: relative;
  background-position: bottom center;
  background-color: #f3fafd;
  background-repeat: no-repeat;
}
.inside-news-show .inside-current {
  margin-bottom: 0.2rem;
  text-align: right;
  color: #333;
}
.inside-news-show .inside-current a {
  color: #333;
}
.inside-news-show .inside-current a:hover {
  color: #1d95d4;
}
.inside-news-show .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.inside-news-show .textleft {
  width: 63%;
  background: #fff;
  padding: 0.7rem;
  line-height: 0.32rem;
  border-radius: 0.2rem;
  font-family: "Montserrat-ExtraLight";
}
.inside-news-show .textleft h1 {
  color: #333;
  font-weight: normal;
  line-height: 0.48rem;
  font-size: 0.36rem;
  font-family: "Montserrat-Bold";
}
.inside-news-show .textleft .date {
  margin-bottom: 0.3rem;
  padding: 0.1rem 0;
  border-bottom: solid 1px #d9d9d9;
}
.inside-news-show .rightlist {
  width: 33%;
  padding: 0.4rem;
  background: #fff;
  border-radius: 0.2rem;
}
.inside-news-show .rightlist .title {
  font-size: 0.32rem;
  color: #1d95d4;
  font-family: "Montserrat-Bold";
}
.inside-news-show .rightlist ul {
  padding-top: 0.1rem;
}
.inside-news-show .rightlist li {
  padding: 0.2rem 0;
  border-top: solid 1px #e5e5e5;
}
.inside-news-show .rightlist li .box {
  display: flex;
  justify-content: space-between;
}
.inside-news-show .rightlist li .pic {
  width: 44%;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.inside-news-show .rightlist li .pic img {
  transition: all 500ms ease;
}
.inside-news-show .rightlist li .pic:after {
  content: "";
  display: block;
  padding-bottom: 61.5%;
}
.inside-news-show .rightlist li .nr {
  width: 52%;
}
.inside-news-show .rightlist li .date {
  color: #1d95d4;
  font-family: "Montserrat-Bold";
}
.inside-news-show .rightlist li .tit {
  transition: all 334ms ease;
  color: #666;
  height: 0.72rem;
  margin-top: 0.1rem;
  line-height: 0.26rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.inside-news-show .rightlist li:first-child {
  border-top: 0;
}
@media (min-width: 1025px) {
  .inside-news-show .rightlist li:hover .pic img {
    transform: scale(1.1);
  }
  .inside-news-show .rightlist li:hover .tit {
    font-family: "Montserrat-Bold";
    color: #1d95d4;
  }
}
@media (max-width: 1024px) {
  .inside-news-show {
    padding-top: 100px;
    padding-bottom: 40px;
    background-color: #fff!important;
    background-image: none!important;
  }
  .inside-news-show .box {
    display: block;
  }
  .inside-news-show .textleft {
    width: 100%;
    padding: 0;
    line-height: 26px;
  }
  .inside-news-show .rightlist {
    width: 100%;
    padding: 0;
    padding-top: 50px;
  }
  .inside-news-show .rightlist li {
    padding: 20px 0;
  }
}
.inside-probox .proph {
  display: none;
  background: linear-gradient(to right, #1884b7, #0c5181);
}
.inside-probox .index-title,
.inside-probox .inside-current {
  color: #fff;
  z-index: 3;
  text-align: center;
  position: relative;
}
.inside-probox .inside-current {
  margin-top: 0.1rem;
}
.inside-probox .protop {
  left: 0;
  top: 1.2rem;
  width: 100%;
  z-index: 13;
  position: absolute;
}
.inside-probox .probox {
  height: 110vh;
  position: relative;
}
.inside-probox .procot-1,
.inside-probox .procot-2 {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  overflow: hidden;
  height: 100%;
  padding-top: 10%;
}
.inside-probox .procot-1 .tu,
.inside-probox .procot-2 .tu {
  margin: 0 auto;
  position: relative;
  max-width: 16rem;
}
.inside-probox .procot-1 .tu img,
.inside-probox .procot-2 .tu img {
  max-height: 6.1rem;
}
.inside-probox .procot-1 .arrow,
.inside-probox .procot-2 .arrow {
  width: 0.54rem;
  height: 0.54rem;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.inside-probox .procot-1 .arrow:after,
.inside-probox .procot-2 .arrow:after {
  content: "";
  top: 50%;
  left: 50%;
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  border-radius: 50%;
  background: #1d95d4;
  transform: translate(-50%, -50%);
}
.inside-probox .procot-1 .arrow:before,
.inside-probox .procot-2 .arrow:before {
  content: "";
  top: 50%;
  left: 50%;
  opacity: 0;
  border-radius: 50%;
  width: 0.44rem;
  height: 0.44rem;
  position: absolute;
  transition: all 500ms ease;
  transform: translate(-50%, -50%) scale(0.5);
  border: solid 1px #1d95d4;
}
.inside-probox .procot-1 .item,
.inside-probox .procot-2 .item {
  z-index: 11;
  position: absolute;
}
.inside-probox .procot-1 .item a,
.inside-probox .procot-2 .item a {
  color: #fff;
}
.inside-probox .procot-1 .item .tit,
.inside-probox .procot-2 .item .tit {
	opacity: 0;
	left: 0.2rem;
	top: -0.4rem;
	width: 3rem;
	position: absolute;
	text-shadow: 0 0 1px #000;
	transition: all 500ms ease;
	color: #fff;
	background: #1d95d4eb;
	padding: 5px;
	border-radius: 5px;
	text-align: center;  
}
.inside-probox .procot-1 .item:hover .arrow:before,
.inside-probox .procot-2 .item:hover .arrow:before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.inside-probox .procot-1 .item:hover .tit,
.inside-probox .procot-2 .item:hover .tit {
  opacity: 1;
}
.inside-probox .procot-1 .item-1,
.inside-probox .procot-2 .item-1 {
  top: 2.1rem;
  left: 6rem;
}
.inside-probox .procot-1 .item-2,
.inside-probox .procot-2 .item-2 {
  top: 2.2rem;
  left: 3.1rem;
}
.inside-probox .procot-1 .item-3,
.inside-probox .procot-2 .item-3 {
  top: 2.65rem;
  left: 4.86rem;
}
.inside-probox .procot-1 .item-3 .tit,
.inside-probox .procot-2 .item-3 .tit {
  left: 0.7rem;
  top: 0.15rem;
}
.inside-probox .procot-1 .item-4,
.inside-probox .procot-2 .item-4 {
  top: 4rem;
  left: 6rem;
}
.inside-probox .procot-1 .item-5,
.inside-probox .procot-2 .item-5 {
  top: 1.95rem;
  left: 7rem;
}
.inside-probox .procot-1 .item-6,
.inside-probox .procot-2 .item-6 {
  top: 0.5rem;
  left: 9.15rem;
}
.inside-probox .procot-1 .item-7,
.inside-probox .procot-2 .item-7 {
  top: 3.35rem;
  left: 9.6rem;
}
.inside-probox .procot-1 .item-7 .tit,
.inside-probox .procot-2 .item-7 .tit {
  left: 0.7rem;
  top: 0.15rem;
}
.inside-probox .procot-1 .item-8,
.inside-probox .procot-2 .item-8 {
  top: 2.1rem;
  left: 11.1rem;
}
.inside-probox .procot-1 .item-9,
.inside-probox .procot-2 .item-9 {
  top: 2.1rem;
  left: 12.35rem;
}
.inside-probox .procot-1 .item-9 .tit,
.inside-probox .procot-2 .item-9 .tit {
  left: 0.7rem;
  top: 0.15rem;
}
.inside-probox .procot-1 .item-10,
.inside-probox .procot-2 .item-10 {
  top: 2rem;
  left: 10rem;
}
.inside-probox .procot-1 .item-10 .tit,
.inside-probox .procot-2 .item-10 .tit {
  left: 0.6rem;
  top: -0.15rem;
}
.inside-probox .procot-1.show {
  z-index: 9;
  display: block;
}
.inside-probox .procot-1 .item {
  z-index: 1;
}
.inside-probox .procot-2.show {
  z-index: 9;
  display: block;
}
.inside-probox .procot-3 {
  z-index: -1;
}
.inside-probox .procot-3.show {
  display: block;
}
.inside-probox .pronav {
  bottom: 0.55rem;
  left: 0;
  width: 100%;
  z-index: 12;
  position: absolute;
}
.inside-probox .pronav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.05rem;
}
.inside-probox .pronav li {
  width: 14.28571429%;
  display: flex;
  cursor: pointer;
  padding: 0 0.05rem;
}

.inside-probox .pronav li a{
	width: 100%;
	min-height: 100%;
	display:block;  
}

.inside-probox .pronav li .item {
  width: 100%;
  min-height: 100%;
  background: #fff;
  text-align: center;
  transition: all 340ms ease;
  border-radius: 0.2rem;
  padding: 0.4rem 0.15rem;
}
.inside-probox .pronav li .icon {
  margin: 0 auto;
  height: 0.7rem;
  max-width: 0.7rem;
  position: relative;
}
.inside-probox .pronav li .icon img {
  max-height: 0.7rem;
}
.inside-probox .pronav li .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.5);
  position: absolute;
}
.inside-probox .pronav li .tit {
  color: #333;
  margin-top: 0.1rem;
}
.inside-probox .pronav .cur .item {
  background: #1d95d4;
}
.inside-probox .pronav .cur .img1 {
  display: none;
}
.inside-probox .pronav .cur .img2 {
  opacity: 1;
  transform: scale(1);
}
.inside-probox .pronav .cur .tit {
  color: #fff;
}
@media (max-width: 1024px) {
  .inside-probox .proph {
    margin-top: 60px;
    display: block;
  }
  .inside-probox .protop {
    display: none;
  }
  .inside-probox .probox {
    margin-top: 60px;
    height: auto;
  }
  .inside-probox .procot-1:first-child {
    display: block!important;
  }
  .inside-probox .procot-1 {
    top: auto;
    left: auto;
    display: none!important;
    position: relative;
  }
  .inside-probox .procot-1 .item {
    display: none;
  }
  .inside-probox .pronav {
    width: 100%;
    left: auto;
    bottom: auto;
    padding: 40px 0;
    position: relative;
  }
  .inside-probox .pronav li {
    width: 25%;
  }
}
@media (max-width: 580px) {
  .inside-probox .pronav li {
    width: 50%;
  }
}
.inside-product {
  padding: 0.7rem 0;
  position: relative;
  display:none;
}
.inside-product ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-product li {
  width: 25%;
  padding: 0 0.2rem;
  margin-bottom:0.4rem;
}
.inside-product li a {
  display: block;
  position: relative;
}
.inside-product li .pic {
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.inside-product li .pic img {
  transform-origin: top left;
  border-radius: 0.2rem;
  transition: all 700ms ease;
}
.inside-product li .pic:after {
  content: "";
  display: block;
  padding-bottom: 121.62162162%;
}
.inside-product li .pic:before {
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 0%;
  opacity: 0;
  transform-origin: bottom;
  transition: all 334ms ease;
  border-radius: 0.2rem;
  position: absolute;
  background: rgba(29, 151, 203, 0.6);
}
.inside-product li .tit {
  top: 50%;
  width: 100%;
  color: #fff;
  z-index: 2;
  line-height: 0.4rem;
  height: 0.4rem;
  font-size: 0.24rem;
  padding: 0 0.15rem;
  text-align: center;
  font-family: "Montserrat-Bold";
  transform: translateY(-50%);
  position: absolute;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-product li:hover .pic img {
  transform: scale(1.1);
}
.inside-product li:hover .pic:before {
  opacity: 1;
  height: 100%;
}
@media (max-width: 1024px) {
  .inside-product ul {
    margin: 0 -10px;
  }
  .inside-product li {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 420px) {
  .inside-product li {
    width: 100%;
  }
}
.inside-product-2 {
  color: #fff;
  height: 5.7rem;
  display: flex;
  align-items: center;
}
.inside-product-2 .tit {
  max-width: 9rem;
  line-height: 0.6rem;
  font-size: 0.36rem;
  font-family: "Montserrat-Bold";
}
@media (max-width: 640px) {
  .inside-product-2 {
    height: 260px;
  }
  .inside-product-2 .tit {
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
  }
}
.inside-prolist {
  padding-bottom: 0.9rem;
  padding-top: 1rem;
}
.inside-prolist .inside-current {
  text-align: right;
  color: #333;
}
.inside-prolist .inside-current a {
  color: #333;
}

.inside-prolist .list li:first-child {
  margin-top: 0.2rem;
}
.inside-prolist .list li {
  display: flex;
  margin-top: 0.7rem;
  align-items: center;
  box-shadow: 0 0 0.2rem rgba(0, 36, 55, 0.1);
  justify-content: space-between;
  border-radius: 0.2rem;
}
.inside-prolist .list li .pic {
  width: 50%;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.inside-prolist .list li .pic img {
  border-radius: 0.2rem;
  transition: all 700ms ease;
}
.inside-prolist .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 68.75%;
}
.inside-prolist .list li .textbox {
  width: 50%;
  padding: 0.3rem 0.6rem;
  padding-right: 0.3rem;
}
.inside-prolist .list li .tit {
  color: #333;
  font-size: 0.36rem;
  font-family: "Montserrat-Bold";
}
.inside-prolist .list li .tabnav {
  display: flex;
  padding-top: 0.2rem;
  border-bottom: solid 1px #d9d9d9;
}
.inside-prolist .list li .tabnav span {
  width: 50%;
  display: block;
}
.inside-prolist .list li .tabnav a {
  display: inline-block;
  padding-bottom: 0.1rem;
  position: relative;
}
.inside-prolist .list li .tabnav a:after {
  left: 50%;
  opacity: 0;
  bottom: -1px;
  content: "";
  width: 0;
  height: 0.02rem;
  position: absolute;
  background: #1d95d4;
  transition: all 500ms ease;
}
.inside-prolist .list li .tabnav .cur a:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.inside-prolist .list li .tabcot {
  min-height: 3.6rem;
  display: none;
}
.inside-prolist .list li .tabcot.show {
  display: block;
}
.inside-prolist .list li .tabcot .wenben {
  padding-top: 0.3rem;
}
.inside-prolist .list li .tabcot .t1 {
  color: #333;
  font-size: 0.18rem;
  font-family: "Montserrat-Bold";
}
.inside-prolist .list li .tabcot .t2 {
  margin-top: 0.05rem;
}
.inside-prolist .list li .tabcot .t3 {
  padding-left: 0.15rem;
  margin-top: 0.05rem;
  position: relative;
}
.inside-prolist .list li .tabcot .t3:before {
  left: 0;
  top: 0.1rem;
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  background: #1d97cb;
  position: absolute;
  border-radius: 50%;
}
.inside-prolist .list li .tabcot .t3 span {
  color: #1d95d4;
  font-family: "Montserrat-Bold";
}
.inside-prolist .list li .tabcot .t4 {
  color: #1d95d4;
  font-family: "Montserrat-Bold";
}
.inside-prolist .list li:nth-child(2n) {
  flex-direction: row-reverse;
}
.inside-prolist .list li:hover .pic img {
  transform: scale(1.1);
}
.inside-prolist .list-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-prolist .list-2 li {
  width: 33.333%;
  padding: 0 0.2rem;
  padding-top: 0.2rem;
}
.inside-prolist .list-2 li .item {
  position: relative;
}
.inside-prolist .list-2 li .picbox {
  position: relative;
}
.inside-prolist .list-2 li .pic {
  border-radius: 0.15rem;
  overflow: hidden;
  position: relative;
}
.inside-prolist .list-2 li .pic:before {
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 0;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
  border-radius: 0.15rem;
  background: rgba(6, 53, 73, 0.6);
}
.inside-prolist .list-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 68.63905325%;
}
.inside-prolist .list-2 li .pic img {
  border-radius: 0.15rem;
  transition: all 700ms ease;
}
.inside-prolist .list-2 li .txt {
  top: 50%;
  width: 100%;
  color: #fff;
  z-index: 2;
  opacity: 0;
  line-height: 0.32rem;
  padding: 0.2rem 0.4rem;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  transition: all 500ms ease;
}
.inside-prolist .list-2 li .tit {
  color: #333;
  text-align: center;
  font-size: 0.2rem;
  margin-top: 0.2rem;
  font-family: "Montserrat-Bold";
}
.inside-prolist .list-2 li:hover .pic:before {
  opacity: 1;
  height: 100%;
}
.inside-prolist .list-2 li:hover .pic img {
  transform: scale(1.1);
}
.inside-prolist .list-2 li:hover .txt {
  opacity: 1;
}
@media (max-width: 1024px) {
  .inside-prolist {
    padding-top: 100px;
  }
  .inside-prolist .list li {
    display: block;
  }
  .inside-prolist .list li .pic {
    width: 100%;
  }
  .inside-prolist .list li .textbox {
    padding: 30px;
    width: 100%;
  }
  .inside-prolist .list li .tabcot .t1 {
    font-size: 15px;
  }
  .inside-prolist .list li .tabcot .t3 {
    margin-top: 5px;
    padding-left: 15px;
  }
  .inside-prolist .list li .tabcot .t3:before {
    width: 4px;
    height: 4px;
    top: 8px;
  }
  .inside-prolist .list-2 li {
    width: 100%;
    padding-top: 20px;
  }
  .inside-prolist .list-2 li:first-child {
    padding-top: 0;
  }
}
.inside-xg-product li {
  padding-top: 0.4rem;
}
.inside-protab {
  font-family: "Montserrat-ExtraLight";
}
.inside-protab .item {
  left: 0;
  top: 1rem;
  position: sticky;
  background: #fff;
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
}
.inside-protab .item .t1 {
  color: #000;
  font-size: 0.36rem;
  font-family: "Montserrat-Bold";
}
.inside-protab .item .t2 {
  color: #999;
  font-size: 0.15rem;
}
.inside-protab .table {
  margin-top: 0.4rem;
}
.inside-protab .table th {
  color: #fff;
  font-weight: normal;
  text-align: left;
  background: #1d97cb;
  padding: 0.15rem 0;
}
.inside-protab .table td {
  font-size: 0.14rem;
  padding: 0.15rem 0;
  border-bottom: solid 1px #e1e1e1;
}
.inside-protab .table th,
.inside-protab .table td {
  padding-left: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-protab .item {
    top: auto;
    left: auto;
    padding-bottom: 0;
    position: relative;
  }
  .inside-protab .item .t2 {
    font-size: 14px;
    padding-top: 10px;
  }
  .inside-protab .table {
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    overflow-x: auto;
  }
  .inside-protab .table table {
    width: 1600px;
  }
  .inside-protab .table td {
    font-size: 14px;
  }
}
.inside-material {
  color: #fff;
  margin-bottom: 1rem;
  padding: 0.9rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-material .index-title {
  color: #fff;
}
.inside-material ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.5rem;
}
.inside-material li {
  width: 20%;
  text-align: center;
  font-size: 0.2rem;
  font-family: "Montserrat-ExtraLight";
}
.inside-material li .icon {
  border-radius: 50%;
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  margin: 0 auto;
}
.inside-material li .icon img {
  max-height: 0.8rem;
}
.inside-material li .tit {
  padding-top: 0.2rem;
}
@media (max-width: 640px) {
  .inside-material {
    padding: 40px 0;
  }
  .inside-material ul {
    padding-top: 0;
  }
  .inside-material li {
    width: 33.333%;
    padding-top: 20px;
  }
}
.inside-research {
  padding-top: 0.9rem;
  padding-bottom: 1rem;
}
.inside-research .text {
  text-align: center;
  line-height: 0.32rem;
}
.inside-research .text p {
  padding-top: 0.3rem;
}
.inside-research .numlist {
  padding: 0.4rem 2.3rem;
  padding-bottom: 0;
}
.inside-research .numlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-research .numlist li {
  color: #333;
  font-family: "Montserrat-ExtraLight";
  font-size: 0.18rem;
}
.inside-research .numlist li p:first-child {
  color: #1d95d4;
  font-family: "Montserrat-Bold";
}
.inside-research .numlist li em {
  font-style: normal;
  font-size: 0.24rem;
  vertical-align: top;
  display: inline-block;
}
.inside-research .numlist li .counter {
  line-height: 0.8rem;
  font-size: 0.72rem;
}
.inside-research .numlist li:nth-child(2) em {
  padding-bottom: 0.1rem;
  vertical-align: middle;
}
.inside-research .list {
  padding-top: 1rem;
}
.inside-research .list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}
.inside-research .list li .pic {
  width: 50%;
  border-radius: 0.2rem;
}
.inside-research .list li .pic img {
  border-radius: 0.2rem;
}
.inside-research .list li .text {
  width: 50%;
  text-align: left;
  padding: 0.3rem 0.7rem;
}
.inside-research .list li .index-title {
  text-align: left;
}
.inside-research .list li .txt {
  padding-top: 0.4rem;
}
.inside-research .list li .txt span {
  color: #1d95d4;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .inside-research {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inside-research .text {
    text-align: left;
    line-height: 26px;
  }
  .inside-research .numlist {
    padding-left: 0;
    padding-right: 0;
  }
  .inside-research .numlist li .counter {
    font-size: 36px;
    line-height: 40px;
  }
  .inside-research .list {
    padding-top: 40px;
  }
  .inside-research .list li {
    display: block;
  }
  .inside-research .list li .pic {
    width: 100%;
  }
  .inside-research .list li .text {
    padding: 30px;
    width: 100%;
  }
  .inside-research .list li .txt {
    padding-top: 15px;
  }
}
.inside-research-2 {
  color: #fff;
  display: flex;
  align-items: center;
  height: 6.5rem;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-research-2 .index-title {
  color: #fff;
}
.inside-research-2 .numlist {
  padding: 0.8rem 1.5rem;
  padding-bottom: 0;
}
.inside-research-2 .numlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-research-2 .numlist li {
  color: #fff;
  font-family: "Montserrat-ExtraLight";
  font-size: 0.18rem;
}
.inside-research-2 .numlist li p:first-child {
  font-family: "Montserrat-Bold";
}
.inside-research-2 .numlist li em {
  font-style: normal;
  font-size: 0.24rem;
  vertical-align: top;
  display: inline-block;
}
.inside-research-2 .numlist li i {
  font-style: normal;
}
.inside-research-2 .numlist li .counter {
  line-height: 0.8rem;
  font-size: 0.72rem;
}
.inside-research-2 .numlist li:nth-child(2) em {
  padding-bottom: 0.1rem;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .inside-research-2 {
    height: auto;
    padding: 50px 0;
  }
  .inside-research-2 .numlist {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .inside-research-2 .numlist li {
    font-size: 15px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  .inside-research-2 .numlist li .counter {
    font-size: 30px;
    line-height: 30px;
  }
}
.inside-research-3 {
  padding: 1rem 0 0 0;
}
.inside-research-3 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
  padding-top: 0.2rem;
}
.inside-research-3 li {
  width: 25%;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.inside-research-3 li .item {
  min-height: 2.5rem;
  text-align: center;
  border-radius: 0.2rem;
  padding: 0.4rem 0.2rem;
  padding-bottom: 0.2rem;
  box-shadow: 0 0 0.2rem rgba(0, 62, 77, 0.1);
}
.inside-research-3 li .icon {
  margin: 0 auto;
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #1d95d4;
  transition: all 500ms ease;
}
.inside-research-3 li .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.8);
  position: absolute;
  transition: all 500ms ease;
}
.inside-research-3 li .tit {
  color: #333;
  margin-top: 0.2rem;
  font-size: 0.2rem;
  font-family: "Montserrat-Bold";
}
.inside-research-3 li:hover .item {
  background: #1d95d4;
}
.inside-research-3 li:hover .icon {
  background: #fff;
}
.inside-research-3 li:hover .img1 {
  opacity: 0;
}
.inside-research-3 li:hover .img2 {
  opacity: 1;
  transform: scale(1);
}
.inside-research-3 li:hover .tit {
  color: #fff;
}
@media (max-width: 1024px) {
  .inside-research-3 {
    padding-top: 40px;
  }
  .inside-research-3 li {
    width: 50%;
  }
}
.inside-research-4 {
  padding-bottom: 1rem;
}
.inside-research-4 li .tit {
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.inside-research-4 li .pic:after {
  padding-bottom: 62.5%;
}
.inside-contact {
  padding: 1rem 0;
  background: #f3fafd;
}
.inside-contact .list ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-contact .list li {
  padding: 0 0.1rem;
  padding-top: 0.4rem;
  width: 25%;
}
.inside-contact .list li .item {
  padding: 0 0.2rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-radius: 0.2rem;
  background: #fff;
  min-height: 100%;
}
.inside-contact .list li .tit {
	color: #333;
	margin-bottom: 0.1rem;
	padding-bottom: 0.1rem;
	font-size: 0.24rem;
	position: relative;
	font-family: "Montserrat-Bold";
	line-height: 0.3rem;
}
.inside-contact .list li .tit:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 0.4rem;
  height: 0.02rem;
  background: #1d95d4;
  position: absolute;
}
.inside-contact .list li .t1 {
  margin-top: 0.1rem;
  line-height: 0.24rem;
  font-size: 0.18rem;
  padding-left: 0.3rem;
  position: relative;
}
.inside-contact .list li .t1 img {
  left: 0;
  top: 0.05rem;
  position: absolute;
  max-height: 0.2rem;
}
.inside-contact .list-2 {
  padding-top: 0.5rem;
}
@media (max-width: 1024px) {
  .inside-contact {
    padding: 40px 0 0 0;
    background: #fff;
  }
  .inside-contact .list li {
    width: 100%;
  }
  .inside-contact .list li .item {
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }
  .inside-contact .list li .t1 {
    font-size: 15px;
    padding-left: 30px;
  }
  .inside-contact .list li .t1 img {
    top: 3px;
    max-height: 20px;
  }
}
.inside-message {
  padding: 0.9rem 0;
}
.inside-message .index-title {
  text-align: left;
}
.inside-message .text {
  width: 65%;
}
.inside-message .fromlist {
  color: #333;
  font-family: "Montserrat-ExtraLight";
  margin-top: 0.5rem;
  border-radius: 0.2rem;
  padding: 0.6rem;
  background: #f3fafd;
}
.inside-message .fromlist ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.inside-message .fromlist li {
  padding: 0 0.15rem;
  padding-top: 0.3rem;
  width: 33.3333%;
}
.inside-message .fromlist li label {
  display: block;
  padding-bottom: 0.1rem;
}
.inside-message .fromlist li em {
  color: #f30;
  font-style: normal;
}
.inside-message .fromlist .input-from,
.inside-message .fromlist .textarea-from {
  width: 100%;
  border: 0;
  color: #666;
  font-size: 0.16rem;
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.2rem;
  background: #fff;
  border-radius: 0.05rem;
  transition: all 334ms ease;
}
.inside-message .fromlist .input-from:focus,
.inside-message .fromlist .textarea-from:focus {
  background: rgba(255, 255, 255, 0.95);
}
.inside-message .fromlist .textarea-from {
  width: 100%;
  height: 3rem;
}
.inside-message .fromlist .last {
  width: 100%;
}
.inside-message .fromlist .btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.inside-message .submit {
  color: #fff;
  border: 0;
  font-size: 0.16rem;
  border-radius: 0.3rem;
  height: 0.52rem;
  line-height: 0.52rem;
  min-width: 2.4rem;
  background: #1d95d4;
  display: inline-block;
}
.inside-message .verifyDiv {
  width: 25%;
  margin-right: 0rem;
  vertical-align: middle;
  position: relative;
}
@media (max-width: 1024px) {
  .inside-message .verifyDiv {
    width: 55%;
  }
}
.inside-message .verify {
  height: 0.52rem;
  background-color: #e5e5e5;
  position: relative;
}
.inside-message .verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.52rem;
  height: 0.52rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  z-index: 2;
  cursor: move;
}
.inside-message .verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
}
.inside-message .verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0.52rem;
  line-height: 0.5rem;
  background-color: #7ac23c;
  color: #fff;
  text-align: center;
}
.inside-message .verify .fix-tips,
.inside-message .verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #666;
  z-index: 1;
  line-height: 0.52rem;
  padding-left: 0.5rem;
  text-align: center;
}
.inside-message .verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.inside-message .verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
@media (max-width: 1024px) {
  .inside-message {
    padding: 40px 0;
  }
  .inside-message .index-title {
    text-align: center;
  }
  .inside-message .text {
    width: 100%;
  }
  .inside-message .fromlist {
    padding: 30px;
  }
  .inside-message .fromlist .textarea-from {
    height: 150px;
  }
}
@media (max-width: 540px) {
  .inside-message .fromlist li {
    width: 100%;
  }
  .inside-message .fromlist .input-from {
    height: 40px;
    line-height: 40px;
  }
  .inside-message .fromlist .btn {
    display: block;
  }
  .inside-message .fromlist .verifyDiv {
    width: 100%;
  }
  .inside-message .fromlist .submit {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 0;
  }
}
.inside-pagelist {
  text-align: left;
  margin-top: 0.4rem;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
}
.inside-pagelist li {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 0.66rem;
  line-height: 0.65rem;
  border-top: solid 1px #d9d9d9;
}
.inside-pagelist li span {
  display: inline-block;
  position: relative;
}
.inside-pagelist li span:after {
  content: "";
  vertical-align: middle;
  margin: 0 0.2rem;
  margin-bottom: 0.04rem;
  display: inline-block;
  border-bottom: solid 0.06rem #999999;
  border-left: solid 0.04rem transparent;
  border-right: solid 0.04rem transparent;
}
.inside-pagelist li:first-child {
  border-top: none;
}
.inside-pagelist li:last-child span:after {
  border-bottom: 0;
  border-top: solid 0.06rem #999999;
  border-left: solid 0.04rem transparent;
  border-right: solid 0.04rem transparent;
}
.inside-pagelist-2 {
  margin-top: 0;
  border-top: 0;
  border-bottom: 0;
}
.inside-pagelist-2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
}
.inside-pagelist-2 li {
  border: 0;
  width: 50%;
  height: 0.55rem;
  line-height: 0.55rem;
  border-left: solid 1px #d9d9d9;
}
.inside-pagelist-2 li:first-child {
  border-left: 0;
}
.inside-pagelist-2 li:last-child {
  text-align: right;
}
@media (max-width: 1024px) {
  .inside-pagelist-2 ul {
    padding: 15px 0;
  }
  .inside-pagelist-2 li {
    width: 100%;
    border-left: 0;
  }
  .inside-pagelist-2 li:last-child {
    text-align: left;
  }
}
.inside-info {
  display: flex;
  padding-top: 0.3rem;
  justify-content: space-between;
}
.inside-info .tags {
  width: 70%;
}
.inside-info .tags a {
  margin-left: 0.15rem;
  padding: 0 0.15rem;
  line-height: 0.37rem;
  background: #efefef;
  display: inline-block;
}
.inside-info .fanhui a {
  padding: 0 0.15rem;
  line-height: 0.37rem;
  background: #efefef;
  display: inline-block;
}
@media (max-width: 1024px) {
  .inside-info {
    display: block;
  }
  .inside-info .tags {
    width: 100%;
  }
  .inside-info .fanhui {
    display: none;
  }
}
.inside-page {
  font-size: 0.14rem;
  text-align: center;
  padding-top: 0.6rem;
}
.inside-page a {
  width: 0.48rem;
  height: 0.48rem;
  text-align: center;
  line-height: 0.46rem;
  border-radius: 100%;
  margin: 0 0.05rem;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #e3e3e3;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: #1d95d4;
  background: #1d95d4;
}
.inside-page .prev,
.inside-page .next {
  min-width: 1.3rem;
  position: relative;
  border-radius: 30px;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 0.15rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 0.15rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .inside-page {
    padding: 30px 0 0 0;
  }
  .inside-page .prev,
  .inside-page .next {
    width: auto;
    border-radius: 0;
  }
  .inside-page a {
    width: auto;
    height: auto;
    padding: 0 5px;
    border-radius: 0;
    margin: 0;
  }
  .inside-page span {
    display: none;
  }
}
.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: #1d95d4;
  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: 18px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
}
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon {
  transform: rotate(135deg);
}
.navM .child {
  padding: 10px 0px 20px 0px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
}
.navM .child-2 .list {
  flex-wrap: wrap;
  display: flex;
}
.navM .child-2 .list li {
  width: 50%;
}
.navM .child-2 .list li a {
  padding: 0;
}
.navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.navM .mSearch .btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 10px;
  margin-top: 0;
  right: 0px;
  background: #ccc;
}
.navM .mSearch .btn img {
  max-height: 20px;
  margin-top: 4px;
  vertical-align: middle;
}
.navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 30px 5px 15px;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.navM .other {
  padding: 10px;
}
.navM .languageBtn {
  padding: 10px 0;
}
.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #1d95d4;
}
.inside-map {
  padding: 0.6rem 0;
}
.inside-map li {
  padding: 0.15rem 0;
}
.inside-map li a {
  font-size: 0.2rem;
  font-weight: 700;
}
.inside-map li .subnav {
  padding-top: 0.1rem;
}
.inside-map li .subnav a {
  color: rgba(255, 255, 255, 0.7);
  margin-right: 0.15rem;
  display: inline-block;
  font-weight: normal;
}
