* {
  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: #194cb3;
}
ol,
ul {
  list-style: none;
}
img {
  width: auto;
  height: auto;
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #999;
  outline: none;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
html {
  font-size: 100px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 100px;
  }
}
html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px!important;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px!important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px!important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px!important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -2rem;
  z-index: -1;
  position: absolute;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    height: 0;
  }
  50% {
    height: 100%;
  }
  100% {
    opacity: 1;
    height: 0;
  }
}
.fadeInUp3 {
  animation-name: fadeInUp3;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.scrollArrow {
  animation-name: scrollArrow;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
/* 载入效果 */
@keyframes titFadeup1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(30%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
}
@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.titFadeup1 {
  animation: titFadeup1 1.1s ease-in-out both 0.1s;
}
.titFadeup2 {
  animation: titFadeup1 1.1s ease-in-out both 0.2s;
}
.fadeInup1 {
  animation: fadeInup 1.1s ease-in-out both 0.2s;
}
.fadeInup2 {
  animation: fadeInup 1.1s ease-in-out both 0.3s;
}
.fadeInup3 {
  animation: fadeInup 1.1s ease-in-out both 0.4s;
}
.fadeInUpimg {
  animation: imgScale 1.2s ease-in-out both 0.2s;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan2 {
  animation-name: xuanzhuan2;
}
@font-face {
  font-family: 'POPPINS-REGULAR';
  src: url('../fonts/POPPINS-REGULAR.otf');
  src: url('../fonts/POPPINS-REGULAR.eot');
  src: url('../fonts/POPPINS-REGULAR.ttf');
  src: url('../fonts/POPPINS-REGULAR.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-LIGHT';
  src: url('../fonts/POPPINS-LIGHT.otf');
  src: url('../fonts/POPPINS-LIGHT.eot');
  src: url('../fonts/POPPINS-LIGHT.ttf');
  src: url('../fonts/POPPINS-LIGHT.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-BOLD';
  src: url('../fonts/POPPINS-BOLD.otf');
  src: url('../fonts/POPPINS-BOLD.eot');
  src: url('../fonts/POPPINS-BOLD.ttf');
  src: url('../fonts/POPPINS-BOLD.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.otf');
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.ttf');
  src: url('../fonts/Oswald-Bold.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  font-family: "POPPINS-REGULAR";
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  height: 0;
  background: #d2d5dc;
  transition: all 500ms ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background: #194cb3;
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 15.2rem;
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px!important;
    padding: 0 20px!important;
  }
}
.circle {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s ease-out 0s infinite;
  background: #194cb3;
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #194cb3;
  opacity: 0;
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.2, 0.2);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.button a {
  color: #fff;
  overflow: hidden;
  border-radius: 0.03rem;
  padding: 0 0.15rem;
  min-width: 1.4rem;
  height: 0.52rem;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 0.52rem;
  background: #194cb3;
}
.button a:before {
  top: 0;
  left: -20%;
  z-index: 1;
  width: 200%;
  height: 400%;
  content: "";
  opacity: 0;
  position: absolute;
  transform-origin: center center;
  transition: all 400ms ease;
  background: rgba(255, 255, 255, 0.15);
}
.button span {
  z-index: 2;
  position: relative;
  display: inline-block;
}
.button:hover a:before {
  left: 0%;
  top: 5%;
  opacity: 1;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .button a {
    min-width: 140px;
    height: 40px;
    line-height: 40px;
  }
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: fixed;
  background: #000000;
}
.header .listbox {
  position: relative;
  display: flex;
  align-items: center;
  height: 0.8rem;
  justify-content: space-between;
}
.header .logo {
  width: 20%;
}
.header .logo img {
  max-height: 0.8rem;
}
.header .rightInfo {
  display: flex;
  align-items: center;
}
.header .language {
  margin-left: 0.1rem;
  position: relative;
}
.header .language > a {
  color: #fff;
  display: flex;
  border-radius: 0.3rem;
  height: 0.35rem;
  line-height: 0.35rem;
  padding: 0 0.15rem;
  align-items: center;
  background-color: #151515;
}
.header .language i {
  width: 0.08rem;
  height: 0.08rem;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.04rem;
  margin-left: 0.1rem;
  border-right: solid 1px#fff;
  border-bottom: solid 1px #fff;
  transform: rotate(45deg);
}
.header .language .drop {
  left: 50%;
  border-radius: 0.1rem;
  transform: translateX(-50%);
  width: 1.3rem;
  top: 0.4rem;
  z-index: 100;
  padding: 0.3rem 0;
  display: none;
  position: absolute;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
}
.header .language .drop:before {
  content: "";
  top: -0.06rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  border-bottom: solid 0.08rem #ffffff;
  border-left: solid 0.08rem transparent;
  border-right: solid 0.08rem transparent;
}
.header .language .drop a {
  color: #666;
  display: block;
  text-align: center;
}
.header .language .drop a:hover {
  color: #194cb3;
}
.header .language:hover .drop {
  display: block;
}
.header .searchBtn {
  z-index: 2;
  margin-left: 0.6rem;
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  transition: all 500ms ease;
  z-index: 1;
}
.header .searchBtn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.5s;
}
.header .searchBtn svg {
  fill: #fff;
  width: 0.26rem;
  height: 0.26rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s;
}
.header .searchBtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  background: #194cb3;
}
.header .searchBtn:hover svg {
  fill: #fff !important;
}
@media (max-width: 1024px) {
  .header {
    top: 0!important;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 99;
    position: fixed!important;
  }
  .header .rightInfo {
    display: none;
  }
}
.header-ny {
  top: auto;
  left: auto;
  position: relative;
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
}
#searchPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
#searchPopup .searchBox {
  color: #fff;
  padding-right: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 1.3rem;
  opacity: 0;
  transition: all .5s;
}
#searchPopup .searchBox.fadeIn {
  top: 1rem;
  opacity: 1;
  z-index: 999;
}
#searchPopup .searchBox .container {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  transform: translateX(0rem);
}
#searchPopup .searchBox input {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  width: 40%;
  padding: 0 10px;
  font-size: 0.14rem;
  height: 0.6rem;
  line-height: 0.58rem;
}
#searchPopup .searchBox input:focus {
  color: #333;
}
#searchPopup .searchBox .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 0.6rem;
  width: 0.6rem;
  background: #194cb3;
  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: #194cb3;
}
#searchPopup .searchBox .close {
  display: none;
}
#searchPopup .searchBox2.fadeIn {
  top: 0.95rem;
}
@media screen and (max-width: 1024px) {
  #searchPopup .searchBox {
    top: 80px;
  }
  #searchPopup .searchBox .container {
    transform: translateX(0);
  }
  #searchPopup .searchBox input {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  #searchPopup .searchBox .btn {
    right: 15px;
    height: 36px;
    width: 36px;
  }
  #searchPopup .searchBox .btn svg {
    width: 20px;
    height: 20px;
    margin: 8px auto 0 auto;
  }
}
.common-nav {
  transition: all 500ms ease;
}
.common-nav .listNav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.common-nav .listNav > li {
  margin-left: 0.7rem;
  text-align: center;
  position: relative;
}
.common-nav .listNav > li.li-static {
  position: static;
}
.common-nav .listNav > li i {
  margin-left: 0.05rem;
  vertical-align: top;
  margin-top: 0.1rem;
  width: 0.09rem;
  height: 0.09rem;
  transform: rotate(45deg);
  display: inline-block;
  border-right: solid 1px rgba(255, 255, 255, 0.45);
  border-bottom: solid 1px rgba(255, 255, 255, 0.45);
}
.common-nav .listNav > li > a {
  z-index: 1;
  font-size: 0.18rem;
  color: #fff;
  height: 0.8rem;
  line-height: 0.3rem;
  padding: 0.25rem 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.common-nav .listNav > li > a > span {
  display: inline-block;
  overflow: hidden;
  height: 0.3rem;
  line-height: 0.3rem;
  position: relative;
}
.common-nav .listNav > li > a .txt-1 {
  display: block;
  transition: .5s;
}
.common-nav .listNav > li > a .txt-2 {
  display: block;
  transform: translateY(100%);
  transition: .5s;
}
.common-nav .listNav > li > a img {
  margin-top: 0.05rem;
  max-height: 0.22rem;
}
.common-nav .listNav > li:hover > a,
.common-nav .listNav > li.active > a {
  color: #fff;
}
.common-nav .listNav > li:hover > a > span::after,
.common-nav .listNav > li.active > a > span::after {
  width: 100%;
}
.common-nav .listNav > li:hover > a .txt-1,
.common-nav .listNav > li.active > a .txt-1 {
  transform: translateY(-100%);
}
.common-nav .listNav > li:hover > a .txt-2,
.common-nav .listNav > li.active > a .txt-2 {
  transform: translateY(-100%);
}
.common-nav .listNav > li:hover > a:hover,
.common-nav .listNav > li.active > a:hover {
  color: #fff;
}
.common-nav .listNav > li.active > a {
  color: #2a68ca;
}
.common-nav .listNav > li:last-child > a span {
  padding-right: 0;
}
.common-nav .listNav > li > .child {
  display: block;
  width: 2.6rem;
  text-align: left;
  position: absolute;
  z-index: 999;
  top: 0.8rem;
  left: 50%;
  transform-origin: 0 0;
  transform: scaleY(0) translateX(-50%);
  transition: transform .2s;
  color: #333;
}
.common-nav .listNav > li > .child a {
  color: #666;
}
.common-nav .listNav > li > .child > .list {
  border-radius: 0.1rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  padding: 0.3rem 0.2rem;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
}
.common-nav .listNav > li > .child > .list a {
  width: 100%;
  display: block;
  color: #212121;
  height: auto;
  line-height: 0.24rem;
  padding: 0.1rem 0.25rem;
  border-radius: 0.1rem;
  position: relative;
}
.common-nav .listNav > li > .child > .list a:hover {
  text-decoration: none;
  background: #ebebeb;
  color: #194cb3;
}
.common-nav .listNav > li > .child > .list-2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0.6rem 0.2rem 0.6rem 0.2rem;
  background: #fafafa;
}
.common-nav .listNav > li > .child > .list-2 > li {
  width: 50%;
  padding: 0 0.6rem;
}
.common-nav .listNav > li > .child > .list-2 .title {
  font-size: 0.18rem;
  color: #194cb3;
  border-bottom: 1px #194cb3 solid;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
}
.common-nav .listNav > li > .child > .list-2 .title a {
  color: #194cb3;
  display: block;
  line-height: 0.3rem;
  height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.common-nav .listNav > li > .child > .list-2 .list a {
  color: #212121;
  font-size: 0.18rem;
  line-height: 0.36rem;
  height: 0.36rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.common-nav .listNav > li > .child > .list-2 .list a:hover {
  color: #194cb3;
}
.common-nav .listNav > li > .child.child-2 {
  width: 8rem;
}
.common-nav .listNav > li > .child.child-2 > .list {
  display: flex;
  flex-wrap: wrap;
}
.common-nav .listNav > li > .child.child-2 > .list li {
  min-width: 50%;
}
.common-nav .listNav > li > .child.show {
  display: block;
  transform: scaleY(1) translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .common-nav {
    display: none;
  }
}
.banner {
  height: 100vh;
  clear: both;
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner .pc {
  display: block;
}
.banner .pc img {
  width: auto;
  height: auto;
  max-height: initial;
  max-width: initial;
  width: 100%;
  object-fit: cover;
}
.banner .ph {
  display: none;
  text-align: center;
}
.banner .ph img {
  width: 100%;
  width: auto;
  height: auto;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .text {
  left: 0;
  width: 100%;
  color: #fff;
  top: 2.2rem;
  text-align: center;
  position: absolute;
}
.banner .t-1 {
  color: #000;
  font-weight: normal;
  font-size: 0.6rem;
  line-height: 0.6rem;
  font-family: "POPPINS-BOLD";
}
.banner .t-2 {
  color: #000;
  font-weight: normal;
  font-size: 0.26rem;
}
.banner .btn {
  margin-top: 0.4rem;
}
.banner .btn a {
  margin: 0 0.1rem;
  padding: 0 0.15rem;
  min-width: 1.9rem;
  height: 0.46rem;
  line-height: 0.44rem;
  color: #194cb3;
  font-size: 0.2rem;
  border-radius: 0.3rem;
  border: solid 1px #194cb3;
  display: inline-block;
  position: relative;
}
.banner .btn a:before {
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  transition: all 500ms linear;
  border-radius: 0.3rem;
  background: #194cb3;
}
.banner .btn a span {
  z-index: 2;
  display: inline-block;
  position: relative;
}
.banner .btn a:hover {
  color: #fff;
}
.banner .btn a:hover:before {
  width: 100%;
}
.banner .t-img {
  margin-top: 0.1rem;
}
.banner .t-img img {
  width: auto;
  max-height: 4.2rem;
}
.banner .swiper-pagination {
  width: 100%;
  z-index: 3;
  bottom: 0.7rem;
}
.banner .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.04rem;
  border-radius: 0;
  margin: 0 0.08rem;
  background: #fff;
  opacity: 1;
  transition: all .1s linear;
}
.banner .swiper-pagination-bullet-active {
  background: #194cb3;
}
.banner .swiper-slide-active .t-1 {
  animation: 1.5s fadeInUp2 ease;
}
.banner .swiper-slide-active .t-2 {
  animation: 1.6s fadeInUp2 ease;
}
.banner .swiper-slide-active .btn {
  animation: 1.7s titFadeup1 ease;
}
.banner .swiper-slide-active .t-img {
  animation: 1.8s fadeInDown2 ease;
}
@media (max-width: 1024px) {
  .banner {
    margin-top: 60px;
    height: auto;
  }
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
  }
  .banner .btn {
    display: none;
  }
  .banner .text {
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
  }
}
@media (max-width: 640px) {
  .banner .t-1 {
    font-size: 24px;
    line-height: 30px;
  }
  .banner .t-img {
    padding: 0 30px;
  }
}
.index-product {
  margin: 0 auto;
  z-index: 10;
  margin-top: -0.5rem;
  position: relative;
  padding: 0 0.1rem;
  max-width: 19.2rem;
}
.index-product .bg {
  color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  justify-content: space-between;
}
.index-product .container {
  display: flex;
  align-items: center;
  height: 5.8rem;
}
.index-product .t-1 {
  font-weight: normal;
  font-family: "POPPINS-LIGHT";
  font-size: 0.26rem;
}
.index-product .t-2 {
  line-height: 0.6rem;
  font-size: 0.6rem;
  font-weight: normal;
  padding-bottom: 1rem;
  font-family: "POPPINS-BOLD";
}
.index-product .t-2 span {
  display: block;
}
.index-product .right {
  width: 57%;
}
@media (max-width: 1024px) {
  .index-product {
    margin-top: 10px;
    padding: 0;
  }
  .index-product .container {
    height: 280px;
  }
  .index-product .t-2 {
    padding-bottom: 0;
  }
}
.index-product-2 {
  overflow: hidden;
}
.index-product-2 .container {
  max-width: 19.2rem;
}
.index-product-2 .list {
  padding: 0 0.05rem;
  display: flex;
  flex-wrap: wrap;
}
.index-product-2 .list li {
  width: 50%;
  overflow: hidden;
  padding: 0 0.05rem;
  padding-top: 0.1rem;
}
.index-product-2 .list li .item {
  overflow: hidden;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: flex-end;
  height: 5.8rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.index-product-2 .list li .item a {
  color: #000;
  width: 100%;
}
.index-product-2 .list li .t-1 {
  font-weight: normal;
  font-size: 0.26rem;
}
.index-product-2 .list li .t-2 {
  font-weight: normal;
  font-family: "POPPINS-BOLD";
  line-height: 0.48rem;
  height: 0.48rem;
  font-size: 0.38rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-product-2 .list li .btn {
  transition: all 500ms linear;
  margin-bottom: 0.05rem;
  margin-top: 0.2rem;
  font-size: 0.2rem;
  border-radius: 0.3rem;
  padding: 0 0.15rem;
  display: inline-block;
  height: 0.46rem;
  line-height: 0.44rem;
  border: solid 1px #000;
  min-width: 1.9rem;
  position: relative;
}
.index-product-2 .list li .btn:before {
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  transition: all 500ms linear;
  border-radius: 0.3rem;
  background: #194cb3;
}
.index-product-2 .list li .btn span {
  z-index: 2;
  display: inline-block;
  position: relative;
}
.index-product-2 .list li .pic {
  margin: 0 auto;
  max-width: 6.6rem;
  position: relative;
  overflow: hidden;
}
.index-product-2 .list li .pic img {
  transition: all 700ms linear;
}
.index-product-2 .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 56.06060606%;
}
.index-product-2 .list li:hover .btn {
  color: #fff;
  border-color: #194cb3;
}
.index-product-2 .list li:hover .btn:before {
  width: 100%;
}
.index-product-2 .list li:hover .pic img {
  transform: scale(1.02);
}
@media (max-width: 1024px) {
  .index-product-2 {
    margin-top: 10px;
  }
  .index-product-2 .container {
    padding: 0!important;
    max-width: 100%!important;
  }
  .index-product-2 .list {
    padding: 0;
  }
  .index-product-2 .list li {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .index-product-2 .list li {
    width: 100%;
    margin-top: 10px;
  }
  .index-product-2 .list li:first-child {
    margin-top: 0;
  }
}
.index-case {
  position: relative;
  margin-top: 0.1rem;
}
.index-case .tabcot {
  display: none;
  color: #fff;
  height: 8.44rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-case .tabcot.show {
  display: block;
}
.index-case .tabcot.show .title {
  animation: 2s titFadeup1 ease;
}
.index-case .tabcot.show .t-1 {
  animation: 2s titFadeup1 ease;
}
.index-case .tabcot.show .t-2 {
  animation: 2s fadeInUp2 ease;
}
.index-case .tabcot:before {
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.index-case .tabcot .item {
  z-index: 3;
  width: 60%;
  padding-top: 1.8rem;
  position: relative;
}
.index-case .tabcot .title {
  font-size: 0.6rem;
  line-height: 0.6rem;
  font-family: "POPPINS-BOLD";
  font-weight: normal;
}
.index-case .tabcot .t-1 {
  font-size: 0.48rem;
  line-height: 0.6rem;
  margin-top: 1rem;
}
.index-case .tabcot .t-2 {
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-top: 0.2rem;
}
.index-case .tabnav {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  position: absolute;
  background: rgba(0, 0, 0, 0.36);
}
.index-case .tabnav ul {
  display: flex;
  flex-wrap: wrap;
}
.index-case .tabnav li {
  width: 50%;
  color: #fff;
  font-size: 0.26rem;
  cursor: pointer;
  text-align: center;
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
  border-left: solid 1px rgba(255, 255, 255, 0.4);
}
.index-case .tabnav li:first-child {
  border-left: 0;
}
.index-case .tabnav li:hover {
  background: rgba(25, 76, 179, 0.15);
}
@media (max-width: 1024px) {
  .index-case {
    margin-top: 10px;
  }
  .index-case .tabcot {
    height: 360px;
  }
  .index-case .tabcot .item {
    width: 100%;
    padding-top: 50px;
  }
  .index-case .tabcot .t-1 {
    margin-top: 20px;
  }
  .index-case .tabnav li {
    height: 70px;
  }
}
@media (max-width: 640px) {
  .index-case .tabcot .t-1 {
    font-size: 24px;
    line-height: 30px;
  }
  .index-case .tabnav li {
    font-size: 16px;
  }
}
.index-about {
  color: #fff;
  margin-top: 0.1rem;
  padding-top: 2.6rem;
  padding-bottom: 1.2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-about .title {
  color: #fff;
  text-align: center;
  font-size: 0.5rem;
  line-height: 0.6rem;
  font-weight: normal;
  font-family: "POPPINS-BOLD";
}
.index-about .text {
  padding-top: 0.3rem;
  font-size: 0.22rem;
  line-height: 0.3rem;
  text-align: center;
}
.index-about .view {
  margin-top: 0.5rem;
  font-size: 0.2rem;
  text-align: center;
}
.index-about .view a {
  color: #fff;
  display: inline-block;
  position: relative;
  transition: all 500ms ease;
}
.index-about .view a:after {
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  width: 0%;
  height: 0.02rem;
  background: #fff;
  transition: all 500ms ease;
}
.index-about .view img {
  margin-top: 0.06rem;
  margin-left: 0.1rem;
  max-height: 0.16rem;
}
.index-about .view:hover a:after {
  left: 0;
  width: 100%;
}
.index-about .numlist {
  margin-top: 0.8rem;
  padding: 0.2rem 0;
  background: #fff;
  border-radius: 0.1rem;
}
.index-about .numlist ul {
  display: flex;
  flex-wrap: wrap;
}
.index-about .numlist li {
  width: 25%;
  color: #555;
  font-size: 0.22rem;
  line-height: 0.24rem;
  padding: 0 0.7rem;
  position: relative;
  border-left: solid 1px #edeff1;
}
.index-about .numlist li:before {
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  bottom: -0.2rem;
  position: absolute;
  transition: all 500ms ease;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  background: url(../images/bg4.jpg) no-repeat top center;
  background-size: cover;
}
.index-about .numlist li .counter {
  color: #333;
  font-size: 0.56rem;
  line-height: 0.6rem;
}
.index-about .numlist li .item {
  z-index: 3;
  position: relative;
}
.index-about .numlist li em,
.index-about .numlist li i {
  font-size: 0.3rem;
  vertical-align: top;
  font-style: normal;
}
.index-about .numlist li i {
  padding-left: 0.4rem;
  vertical-align: middle;
}
.index-about .numlist li p:first-child {
  margin-bottom: 0.1rem;
  border-bottom: dashed 1px #c6c6c6;
}
.index-about .numlist li:first-child {
  border-left: 0;
}
@media (min-width: 1025px) {
  .index-about .numlist li:hover {
    color: #fff;
  }
  .index-about .numlist li:hover:before {
    opacity: 1;
    height: 155%;
  }
  .index-about .numlist li:hover .counter {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .index-about {
    margin-top: 10px;
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .index-about .title {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
  .index-about .text {
    text-align: left;
  }
  .index-about .view {
    display: none;
  }
  .index-about .numlist {
    display: none;
  }
}
.index-news {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
}
.index-news .title,
.index-news .text {
  text-align: center;
}
.index-news .title {
  color: #333;
  font-family: "POPPINS-BOLD";
  text-transform: uppercase;
  line-height: 0.6rem;
  font-size: 0.5rem;
  font-weight: normal;
}
.index-news .text {
  color: #454749;
  font-size: 0.24rem;
  font-weight: normal;
}
.index-news .box {
  display: flex;
  margin-top: 0.5rem;
  justify-content: space-between;
}
.index-news .tit {
  font-family: "POPPINS-BOLD";
  transition: all 500ms ease;
  margin-top: 0.5rem;
  color: #383838;
  height: 0.9rem;
  line-height: 0.3rem;
  font-size: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.index-news .time {
  font-size: 0.18rem;
  display: flex;
  color: #999;
  position: relative;
  margin-top: 0.3rem;
  padding-bottom: 0.27rem;
  justify-content: space-between;
}
.index-news .time span:last-child {
  font-size: 0.19rem;
  color: #194cb3;
}
.index-news .time img {
  margin-top: 0.06rem;
  margin-left: 0.1rem;
  max-height: 0.16rem;
}
.index-news .leftbox {
  width: 49%;
  position: relative;
  border-bottom: solid 0.03rem #b1b1b0;
}
.index-news .leftbox:before {
  content: "";
  left: 0;
  width: 0;
  bottom: -0.03rem;
  z-index: 4;
  transition: all 500ms ease;
  position: absolute;
  background: #194cb3;
  height: 0.03rem;
}
.index-news .leftbox .pic {
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.index-news .leftbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 54.03225806%;
}
.index-news .leftbox .pic img {
  width: auto;
  height: auto;
  border-radius: 0.1rem;
  transition: all 700ms ease;
}
.index-news .leftbox .tit {
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .leftbox:hover:before {
  width: 100%;
}
.index-news .leftbox:hover .pic img {
  transform: scale(1.1);
}
.index-news .leftbox:hover .tit {
  color: #194cb3;
}
.index-news .rightbox {
  width: 49.3%;
}
.index-news .rightbox li {
  padding-top: 0.3rem;
}
.index-news .rightbox li:first-child {
  padding-top: 0;
}
.index-news .rightbox a {
  display: flex;
  justify-content: space-between;
}
.index-news .rightbox a:hover .pic img {
  transform: scale(1.1);
}
.index-news .rightbox a:hover .txtbox:after {
  width: 100%;
  background: #194cb3;
}
.index-news .rightbox a:hover .txtbox:before {
  width: 100%;
}
.index-news .rightbox a:hover .tit {
  color: #194cb3;
}
.index-news .rightbox .pic {
  width: 44.7%;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.index-news .rightbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 54.03225806%;
}
.index-news .rightbox .pic img {
  width: auto;
  height: auto;
  border-radius: 0.1rem;
  transition: all 700ms ease;
}
.index-news .rightbox .txtbox {
  width: 50%;
  position: relative;
  transition: all 500ms ease;
}
.index-news .rightbox .txtbox:after {
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 500ms ease;
  position: absolute;
  background: #b1b1b0;
  height: 0.03rem;
}
.index-news .rightbox .txtbox:before {
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  z-index: 4;
  transition: all 500ms ease;
  position: absolute;
  background: #194cb3;
  height: 0.03rem;
}
.index-news .rightbox .tit {
  margin-top: 0;
}
.index-news .rightbox .time {
  transition: all 500ms ease;
  margin-top: 0.32rem;
  padding-bottom: 0.3rem;
}
.index-news .more {
  margin-top: 0.8rem;
  text-align: center;
}
.index-news .more a {
  transition: all 500ms linear;
  font-size: 0.2rem;
  border-radius: 0.3rem;
  padding: 0 0.25rem;
  display: inline-block;
  height: 0.5rem;
  line-height: 0.48rem;
  border: solid 1px #000;
  position: relative;
}
.index-news .more:hover a {
  color: #fff;
  background: #194cb3;
  border-color: #194cb3;
}
@media (max-width: 1024px) {
  .index-news .box {
    display: block;
  }
  .index-news .leftbox {
    width: 100%;
  }
  .index-news .leftbox:before {
    display: none;
  }
  .index-news .leftbox .tit {
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
  .index-news .leftbox .time {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .index-news .rightbox {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 420px) {
  .index-news .rightbox a {
    display: block;
  }
  .index-news .rightbox .pic {
    width: 100%;
  }
  .index-news .rightbox .pic img {
    width: 100%;
  }
  .index-news .rightbox .txtbox {
    width: 100%;
    margin-top: 20px;
  }
  .index-news .rightbox .tit {
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
  .index-news .rightbox .time {
    margin-top: 0;
    padding-bottom: 30px;
  }
}
.index-dzxq {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row-reverse;
  height: 5.93rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-dzxq .tu {
  right: 0.2rem;
  bottom: -25%;
  position: absolute;
}
.index-dzxq .tu img {
  max-height: 4.4rem;
}
.index-dzxq .item {
  width: 40%;
  color: #fff;
  float: right;
  line-height: 0.45rem;
  font-size: 0.28rem;
}
.index-dzxq .text {
  font-family: "POPPINS-BOLD";
}
.index-dzxq .more {
  z-index: 3;
  position: relative;
  margin-top: 0.6rem;
  text-align: center;
  font-size: 0.18rem;
  display: inline-block;
}
.index-dzxq .more a {
  color: #fff;
  display: inline-block;
  min-width: 1.66rem;
  height: 0.6rem;
  line-height: 0.56rem;
  border-radius: 0.3rem;
  transition: all 500ms ease;
  border: solid 0.02rem rgba(255, 255, 255, 0.8);
}
.index-dzxq .more:hover a {
  color: #194cb3;
  background: #fff;
}
@media (max-width: 640px) {
  .index-dzxq {
    height: auto;
    padding: 50px 0;
    background-image: none!important;
    background: #194cb3;
  }
  .index-dzxq .item {
    width: 100%;
    float: none;
    text-align: center;
  }
  .index-dzxq .tu {
    right: 0;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
  }
}
.footer {
  font-size: 0.18rem;
  padding-top: 1.3rem;
  background: #222426;
}
.footer .container {
  max-width: 17.7rem;
}
.footer .list {
  padding-bottom: 0.5rem;
}
.footer .list ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .list li {
  width: 14%;
}
.footer .list li h3 {
  color: #fff;
  font-size: 0.22rem;
  padding-bottom: 0.3rem;
}
.footer .list li h3 a {
  color: #fff;
}
.footer .list li .drop a {
  display: block;
  margin-bottom: 0.15rem;
  transition: all 334ms linear;
}
.footer .list li .drop a:hover {
  color: #fff;
}
.footer .list .first {
  color: #fff;
  width: 26%;
  padding-right: 1.2rem;
  font-size: 0.19rem;
}
.footer .list .first a {
  color: #fff;
}
.footer .list .first img {
  max-height: 0.34rem;
}
.footer .list .first .p-1 {
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
  position: relative;
}
.footer .list .first .p-1 img {
  left: 0;
  top: -0.02rem;
  position: absolute;
}
.footer .list .first .p-1:first-child {
  font-size: 0.22rem;
}
.footer .list .li2 {
  width: 22%;
}
.footer .list .li3 {
  width: 16%;
}
.footer .list .message {
  width: 22%;
  color: #fff;
  font-size: 0.16rem;
}
.footer .list .message h3 {
  margin-bottom: 0.15rem;
  padding-bottom: 0.1rem;
  border-bottom: solid 1px #48494a;
}
.footer .list .message .txt {
  padding-bottom: 0.1rem;
}
.footer .list .message .iinput,
.footer .list .message .itextarea {
  width: 100%;
  border: 0;
  color: #fff;
  font-family: arial;
  font-size: 0.16rem;
  padding: 0 0.2rem;
  margin-top: 0.08rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #545657;
}
.footer .list .message .itextarea {
  height: 0.77rem;
  line-height: 0.26rem;
}
.footer .list .message .btn {
  margin-top: 0.2rem;
}
.footer .list .message .btn a {
  color: #fff;
  text-align: center;
  padding: 0 0.15rem;
  min-width: 1.4rem;
  height: 0.46rem;
  line-height: 0.46rem;
  border-radius: 0.3rem;
  background: #194cb3;
  display: inline-block;
}
.footer .link {
  padding-bottom: 0.5rem;
  color: #d9d9da;
}
.footer .link a {
  padding: 0 0.03rem;
  display: inline-block;
  color: #d9d9da;
}
.footer .link a:hover {
  color: #fff;
}
.footer .copy {
  color: #fff;
  font-size: 0.14rem;
  padding: 0.12rem 0;
  background: #000;
}
.footer .copy .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .share a {
  margin-right: 0.04rem;
  display: inline-block;
}
.footer .share img {
  max-height: 0.32rem;
}
.footer .returnTopBtn {
  transition: all 334ms linear;
}
.footer .returnTopBtn img {
  opacity: 0.5;
  margin-left: 0.05rem;
  transition: all 334ms linear;
}
.footer .returnTopBtn:hover {
  color: #fff;
}
.footer .returnTopBtn:hover img {
  opacity: 1;
}
@media (max-width: 1024px) {
  .footer {
    font-size: 15px;
    padding-top: 50px;
  }
  .footer .list li {
    display: none;
  }
  .footer .list .first {
    width: 100%;
    display: block;
    padding-right: 0;
  }
  .footer .list .message {
    width: 100%;
    display: block;
  }
  .footer .list .message .iinput,
  .footer .list .message .itextarea {
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
  }
  .footer .list .message .itextarea {
    height: 70px;
    line-height: 20px;
    padding: 15px;
  }
  .footer .list .message .btn a {
    border-radius: 0;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    min-width: 100%;
  }
  .footer .link {
    display: none;
  }
}
.footer .copy {
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
}
.footer .copy .container {
  display: block;
}
.footer .copy .share {
  margin-bottom: 10px;
}
.footer .copy .share img {
  max-height: 32px;
}
.footer .copy .returnTopBtn {
  display: none;
}
.inside-banner {
  position: relative;
}
.inside-banner .pc img {
  width: 100%;
}
.inside-banner .ph {
  display: none;
}
.inside-banner .text {
  left: 0;
  text-align: center;
  top: 0.9rem;
  width: 100%;
  z-index: 2;
  position: absolute;
}
.inside-banner .txt {
  color: #fff;
  margin: 0 auto;
  margin-top: 0.1rem;
  max-width: 7.5rem;
  line-height: 0.35rem;
  font-size: 0.26rem;
  font-weight: normal;
}
.inside-banner .logo img {
  max-height: 1.2rem;
}
.inside-banner .title {
  color: #fff;
  padding-top: 0.15rem;
  font-size: 0.6rem;
  line-height: 0.6rem;
  font-weight: normal;
  font-family: "POPPINS-BOLD";
}
@media (max-width: 1024px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .pc {
    display: none;
  }
  .inside-banner .ph {
    display: block;
  }
  .inside-banner .txt {
    display: none;
  }
}
@media (max-width: 640px) {
  .inside-banner .text {
    top: 40px;
  }
}
.inside-banner-2 .text {
  top: 50%;
  transform: translateY(-80%);
}
.inside-banner-2 .txt {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .inside-banner-2 .text {
    transform: translateY(-50%);
  }
}
.inside-current {
  color: #fff;
  text-align: right;
  margin-top: -0.8rem;
  position: relative;
  font-weight: normal;
  font-size: 0.16rem;
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-current a {
  color: #fff;
  transition: all 500ms ease;
}
.inside-current a:hover {
  text-decoration: underline;
}
.inside-current img {
  margin-top: 0.29rem;
  max-height: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-current {
    display: none;
  }
}
.inside-current-2 {
  margin-top: -1.6rem;
}
.inside-current-3 {
  margin-top: 0;
  color: #999;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: left;
  background: #f2f2f2;
}
.inside-current-3 a {
  color: #999;
}
.inside-current-3 a:hover {
  color: #194cb3;
}
.inside-current-3 img {
  margin-right: 0.1rem;
  max-height: 0.22rem;
  margin-top: 0.22rem;
}
.inside-menu {
  z-index: 9;
  height: 0.8rem;
  line-height: 0.8rem;
  position: relative;
  background: rgba(249, 249, 252, 0.22);
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inside-menu li {
  font-size: 0.18rem;
  text-align: center;
  width: 33.3333%;
  transition: all 500ms ease;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.inside-menu li a {
  color: #fff;
  display: block;
}
.inside-menu li:first-child {
  border-left: 0;
}
.inside-menu li:hover,
.inside-menu .active {
  background: #2a68ca;
  font-family: "POPPINS-BOLD";
}
@media (max-width: 1024px) {
  .inside-menu {
    display: none;
  }
}
.inside-promenu {
  padding-top: 0.3rem;
}
.inside-promenu ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-promenu li {
  width: 16.66666667%;
  padding: 0 0.15rem;
  text-align: center;
  font-size: 0.2rem;
}
.inside-promenu li a {
  display: block;
  color: #000000;
  padding: 0.2rem 0.1rem;
  transition: all 500ms ease;
}
.inside-promenu li .pic {
  overflow: hidden;
  position: relative;
}
.inside-promenu li .pic img {
  transition: all 700ms ease;
}
.inside-promenu li .tit {
  transition: all 500ms ease;
  margin-top: 0.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-promenu .active a,
.inside-promenu li:hover a {
  background: #f6f8fb;
}
.inside-promenu .active .tit,
.inside-promenu li:hover .tit {
  text-shadow: 0 0 1px #000;
}
.inside-promenu .active .pic img,
.inside-promenu li:hover .pic img {
  transform: scale(1.02);
}
@media (max-width: 1024px) {
  .inside-promenu {
    padding-top: 30px;
  }
  .inside-promenu .container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .inside-promenu ul {
    width: 900px;
  }
}
.inside-promenu-2 {
  margin-bottom: 0.7rem;
  margin-top: 0.5rem;
}
.inside-promenu-2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inside-promenu-2 li {
  padding: 0 0.3rem;
}
.inside-promenu-2 li a {
  color: #000000;
  position: relative;
  font-size: 0.24rem;
  height: 0.65rem;
  border-radius: 0.6rem;
  padding: 0 0.35rem;
  line-height: 0.63rem;
  display: inline-block;
  border: solid 1px #121212;
}
.inside-promenu-2 li a:before {
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  transition: all 500ms linear;
  border-radius: 0.3rem;
  background: #194cb3;
}
.inside-promenu-2 li span {
  z-index: 2;
  position: relative;
}
.inside-promenu-2 .active a,
.inside-promenu-2 li:hover a {
  color: #fff;
  border-color: #194cb3;
}
.inside-promenu-2 .active a:before,
.inside-promenu-2 li:hover a:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .inside-promenu-2 {
    margin-top: 10px;
    margin-bottom: 0;
    display: none;
  }
  .inside-promenu-2 ul {
    justify-content: flex-start;
  }
  .inside-promenu-2 li {
    padding: 0 5px;
    padding-top: 10px;
  }
}
.inside-title {
  color: #08060b;
  font-weight: normal;
  line-height: 0.7rem;
  font-size: 0.6rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .inside-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.logo-container {
  position: relative;
  width: 5rem;
  height: 4rem;
  margin-top: 0.5rem;
}
.logo-container .img2 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  animation: waveAppear 3s  alternate infinite;
}
@keyframes waveAppear {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  50% {
    opacity: 0.5;
    transform: translateY(0) scale(1);
    clip-path: polygon(0% 60%, 100% 50%, 100% 70%, 0% 80%);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.inside-about {
  padding: 1rem 0;
}
.inside-about .list {
  padding-top: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.inside-about .list .left {
  width: 44%;
  padding-left: 0.33rem;
}
.inside-about .list .left .blue {
  color: #194cb3;
  line-height: 0.5rem;
  font-size: 0.38rem;
  font-family: "POPPINS-BOLD";
}
.inside-about .list .left .logo {
  position: relative;
  margin-top: 0.5rem;
}
.inside-about .list .left .logo img {
  max-height: 4rem;
}
.inside-about .list .left .logo .img2 {
  top: 0;
  left: 0;
  position: absolute;
  animation: 10s ease fadeInUp3;
}
.inside-about .list .right {
  width: 50%;
  color: #000000;
  line-height: 0.3rem;
  font-size: 0.18rem;
}
.inside-about .list .right p {
  padding-top: 0.1rem;
}
.inside-about .list .right p:first-child {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .inside-about {
    padding: 50px 0;
  }
  .inside-about .inside-title {
    text-align: left;
  }
  .inside-about .list {
    display: block;
  }
  .inside-about .list .left,
  .inside-about .list .right {
    padding-left: 0;
    width: 100%;
  }
  .inside-about .list .logo-container {
    display: none;
  }
  .inside-about .list .right {
    font-size: 15px;
    line-height: 26px;
    padding-top: 30px;
  }
  .inside-about .list .right p {
    padding-top: 15px;
  }
}
.inside-product {
  padding-bottom: 1rem;
}
.inside-product .inside-title {
  padding-top: 0.6rem;
}
.inside-product .list li .t-1 {
  font-weight: normal;
}
.inside-product .list li .t-1,
.inside-product .list li .t-2 {
  margin: 0 auto;
  padding: 0 1.2rem;
}
.inside-product .list li .t-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-top: 0.05rem;
  height: 0.88rem;
  line-height: 0.44rem;
  font-size: 0.32rem;
}
.inside-product .list li .pic {
  max-width: 5.7rem;
}
.inside-product .list li .pic:after {
  padding-bottom: 56.14035088%;
}
.inside-product .list li .btn {
  min-width: 1.6rem;
  margin-top: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-product .container {
    padding: 0 20px!important;
  }
  .inside-product .list li {
    margin-top: 20px!important;
  }
  .inside-product .list li .t-1,
  .inside-product .list li .t-2 {
    padding: 0 20px;
  }
}
.inside-proshow-1 {
  padding-top: 0.3rem;
  padding-bottom: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-proshow-1 .inside-current {
  margin-top: 0;
  text-align: left;
  color: #2c2c2c;
}
.inside-proshow-1 .inside-current a {
  color: #2c2c2c;
}
.inside-proshow-1 .inside-current a:hover {
  color: #194cb3;
}
.inside-proshow-1 .list {
  display: flex;
  justify-content: space-between;
}
.inside-proshow-1 .left {
  width: 48%;
  overflow: hidden;
}
.inside-proshow-1 .right {
  width: 47%;
  color: #000;
  position: relative;
  padding-top: 0.3rem;
}
.inside-proshow-1 .right h1 {
  font-weight: normal;
  font-size: 0.36rem;
}
.inside-proshow-1 .right .text {
  overflow: auto;
  height: 3.38rem;
  line-height: 0.36rem;
  margin-top: 0.4rem;
  font-size: 0.22rem;
}
.inside-proshow-1 .right .text p {
  margin-bottom: 0.1rem;
}
.inside-proshow-1 .right .btnBox {
  left: 0;
  bottom: 0.02rem;
  position: absolute;
}
.inside-proshow-1 .right .btnBox a {
  color: #08060b;
  margin-right: 0.2rem;
  font-size: 0.2rem;
  padding: 0 0.36rem;
  height: 0.6rem;
  line-height: 0.58rem;
  display: inline-block;
  border-radius: 0.3rem;
  border: solid 0.02rem #08060b;
  transition: all 500ms ease;
}
.inside-proshow-1 .right .btnBox a:hover {
  color: #fff;
  border-color: #194cb3;
  background: #194cb3;
}
.inside-proshow-1 .right .btnBox .btn1 {
  font-size: 0.22rem;
}
.inside-proshow-1 .bigImg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.inside-proshow-1 .bigImg .pic {
  overflow: hidden;
  position: relative;
}
.inside-proshow-1 .bigImg .pic:after {
  content: "";
  display: block;
  padding-bottom: 61.4010989%;
}
.inside-proshow-1 .smallImg {
  margin-top: 0.2rem;
}
.inside-proshow-1 .smallImg .swiper-container {
  margin-right: 1px;
  overflow: inherit;
  margin-bottom: 2px;
}
.inside-proshow-1 .smallImg .pic {
  position: relative;
  cursor: pointer;
  background: #fff;
  border: solid 1px #e6ebf0;
}
.inside-proshow-1 .smallImg .pic:after {
  content: "";
  display: block;
  padding-bottom: 61.4010989%;
}
.inside-proshow-1 .smallImg .swiper-slide-thumb-active .pic {
  border-width: 0.02rem;
  border-color: #194cb3;
}
@media (max-width: 1024px) {
  .inside-proshow-1 {
    margin-top: 60px;
  }
  .inside-proshow-1 .list {
    display: block;
  }
  .inside-proshow-1 .left,
  .inside-proshow-1 .right {
    width: 100%;
  }
  .inside-proshow-1 .right {
    padding-top: 40px;
  }
  .inside-proshow-1 .right .text {
    font-size: 16px;
    height: auto;
    margin-top: 20px;
    line-height: 26px;
  }
  .inside-proshow-1 .right .btnBox {
    left: auto;
    bottom: auto;
    position: relative;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .inside-proshow-1 .right .btnBox {
    margin-top: 0;
  }
  .inside-proshow-1 .right .btnBox a {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-top: 20px;
  }
}
.inside-proshow-2 {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 0.9rem;
  padding-bottom: 1.3rem;
}
.inside-proshow-2 .pic {
  text-align: center;
  padding-top: 0.5rem;
}
.inside-proshow-2 .numlist {
  padding-top: 0.4rem;
}
.inside-proshow-2 .numlist ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-proshow-2 .numlist li {
  width: 25%;
  color: #000;
  font-size: 0.23rem;
  text-align: center;
}
.inside-proshow-2 .numlist li p:first-child {
  font-size: 0.46rem;
  line-height: 0.5rem;
  padding-bottom: 0.2rem;
  font-family: "POPPINS-BOLD";
}
.inside-proshow-2 .numlist li p:first-child span {
  top: -0.15rem;
  position: relative;
  vertical-align: top;
  display: inline-block;
  font-size: 0.24rem;
}
@media (max-width: 1024px) {
  .inside-proshow-2 {
    padding: 50px 0;
  }
  .inside-proshow-2 .numlist li {
    font-size: 14px;
    padding: 10px 0;
    width: 50%;
  }
  .inside-proshow-2 .numlist li p:first-child {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 0;
  }
}
.inside-proshow-3 {
  overflow: hidden;
}
.inside-proshow-3 .list {
  max-width: 19.2rem;
}
.inside-proshow-3 .container {
  max-width: none;
  width: 175%;
  margin-left: -38%;
}
.inside-proshow-3 .pic {
  border-radius: 0.2rem;
}
.inside-proshow-3 .pic img {
  border-radius: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-proshow-3 .list {
    margin: 0 auto;
    max-width: 100%;
  }
  .inside-proshow-3 .container {
    width: 100%;
    margin-left: 0;
  }
}
.inside-proshow-4 {
  padding: 1rem 0;
}
.inside-proshow-4 .list {
  padding-top: 0.2rem;
}
.inside-proshow-4 .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.inside-proshow-4 .list li {
  width: 33.333%;
  display: flex;
  padding: 0 0.15rem;
  padding-top: 0.3rem;
}
.inside-proshow-4 .list li .item {
  width: 100%;
  color: #004d81;
  line-height: 0.32rem;
  font-size: 0.22rem;
  min-height: 100%;
  padding: 0.5rem 0.3rem;
  text-align: center;
  border-radius: 0.1rem;
  box-shadow: 0.02rem 0 0.6rem #d1e6f5 inset;
}
@media (max-width: 1024px) {
  .inside-proshow-4 {
    padding: 50px 0;
  }
  .inside-proshow-4 .list li {
    width: 100%;
  }
}
.inside-proshow-5 {
  padding-bottom: 1.1rem;
}
.inside-proshow-5 .table {
  margin-top: 0.7rem;
  color: #333333;
  font-size: 0.2rem;
}
.inside-proshow-5 .table table,
.inside-proshow-5 .table td {
  border: solid 1px #dadada;
}
.inside-proshow-5 .table td {
  padding: 0.12rem 0.3rem;
}
.inside-proshow-5 .table tr {
  background: #f0f6fe;
}
.inside-proshow-5 .table tr:first-child {
  color: #2564c6;
}
.inside-proshow-5 .table tr:nth-child(2n) {
  background: #fff;
}
@media (max-width: 1024px) {
  .inside-proshow-5 .table {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
  .inside-proshow-5 .table table {
    width: 1000px;
  }
}
.inside-contact {
  padding: 0.8rem 0 1rem 0;
}
.inside-contact .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.7rem;
}
.inside-contact .list li {
  width: 25%;
  color: #222;
  padding: 0 0.7rem;
  margin-top: 0.7rem;
}
.inside-contact .list li .icon {
  padding: 0.5rem 0;
  text-align: center;
  background: #f6f6f6;
}
.inside-contact .list li .icon img {
  max-height: 1.3rem;
  transition: all 700ms ease;
}
.inside-contact .list li .t-1 {
  font-size: 0.18rem;
  font-weight: 700;
  margin: 0.2rem 0;
}
.inside-contact .list li .t-2 {
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.inside-contact .list li .t-3 {
  font-size: 0.22rem;
}
.inside-contact .list li .t-4 {
  font-size: 0.22rem;
}
.inside-contact .list li .t-4 a {
  color: #222;
}
.inside-contact .list li .t-4 a:hover {
  color: #194cb3;
}
.inside-contact .list li:hover .icon img {
  transform: rotateY(180deg);
}
@media (max-width: 1024px) {
  .inside-contact .list ul {
    margin: 0 -10px;
  }
  .inside-contact .list li {
    width: 50%;
    text-align: center;
    padding: 0 10px;
    margin-top: 30px;
  }
  .inside-contact .list li .t-1 {
    font-size: 16px;
  }
  .inside-contact .list li .t-2 {
    font-size: 14px;
  }
  .inside-contact .list li:first-child .t-2 {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .inside-contact .list li {
    width: 100%;
  }
}
.inside-case {
  padding: 0.8rem 0 1rem 0;
  background: #f4f7fd;
}
.inside-case .list {
  padding-top: 0.3rem;
}
.inside-case .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.inside-case .list li {
  width: 33.333%;
  padding: 0 0.15rem;
  padding-top: 0.3rem;
}
.inside-case .list li .item {
  border-radius: 0.1rem;
  background: #fff;
  transition: all 500ms linear;
}
.inside-case .list li .picbox {
  position: relative;
  border-radius: 0.1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.inside-case .list li .pic {
  border-radius: 0.1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  position: relative;
}
.inside-case .list li .pic img {
  transform-origin: bottom left;
  transition: all 1000ms linear;
  border-radius: 0.1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.inside-case .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 58.57142857%;
}
.inside-case .list li .pic:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0;
  transition: all 500ms ease;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.inside-case .list li .icon {
  top: 50%;
  left: 50%;
  z-index: 4;
  opacity: 0;
  transition: all 900ms ease;
  transform: translate(-50%, -50%) scale(0.5);
  position: absolute;
  margin: 0 auto;
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 50%;
  background: #194cb3;
}
.inside-case .list li .icon img {
  max-height: 0.76rem;
}
.inside-case .list li .text {
  padding: 0.3rem;
  padding-top: 0.5rem;
}
.inside-case .list li .tit {
  color: #333;
  font-weight: 700;
  height: 1.2rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.inside-case .list li .more {
  color: #666;
  margin-top: 0.2rem;
  line-height: 0.26rem;
  font-size: 0.13rem;
}
.inside-case .list li .more i {
  font-size: 0.2rem;
  vertical-align: top;
  border-radius: 50%;
  margin-left: 0.1rem;
  border: solid 0.02rem #676767;
  text-align: center;
  line-height: 0.22rem;
  width: 0.22rem;
  height: 0.22rem;
  font-style: normal;
  display: inline-block;
}
@media (min-width: 1025px) {
  .inside-case .list li:hover .pic img {
    transform: scale(1.1);
  }
  .inside-case .list li:hover .pic:before {
    opacity: 1;
  }
  .inside-case .list li:hover .icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .inside-case .list li:hover .item {
    background: #194cb3;
  }
  .inside-case .list li:hover .tit {
    color: #fff;
  }
  .inside-case .list li:hover .more {
    color: #fff;
  }
  .inside-case .list li:hover .more i {
    color: #fff;
    border-color: #fff;
  }
}
@media (max-width: 1024px) {
  .inside-case .list li {
    width: 50%;
  }
  .inside-case .list li .more {
    line-height: 26px;
    font-size: 13px;
  }
  .inside-case .list li .more i {
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .inside-case .list li {
    width: 100%;
  }
}
.inside-message {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  padding-top: 0.9rem;
  padding-bottom: 1rem;
}
.inside-message .container {
  z-index: 3;
  position: relative;
}
.inside-message .nr {
  margin-top: 0.5rem;
  padding: 0 1.6rem;
}
.inside-message .list {
  position: relative;
}
.inside-message li {
  width: 33.33333333%;
  float: left;
  padding: 0 0.06rem 0.18rem 0.06rem;
  position: relative;
}
.inside-message .box {
  position: relative;
}
.inside-message .red {
  position: absolute;
  z-index: 9;
  left: 0.2rem;
  top: 0.17rem;
  color: #f30;
}
.inside-message .input-form,
.inside-message .textarea-form {
  border: none;
  color: #394e6a;
  border-radius: 0.05rem;
  font-family: arial;
  vertical-align: middle;
  border: #c0ddec solid 1px;
  padding: 0 0.5rem;
  height: 0.54rem;
  line-height: 0.42rem;
  font-size: 0.16rem;
  width: 100%;
}
.inside-message .input-form:focus,
.inside-message .textarea-form:focus {
  border: #194cb3 solid 1px;
}
.inside-message .textarea-form {
  line-height: 0.3rem;
  padding: 0.1rem 0.3rem 0.1rem 0.3rem;
  width: 100%;
  height: 1.7rem;
}
.inside-message .textarea-form:focus {
  border: #194cb3 solid 1px;
}
.inside-message input::-webkit-input-placeholder {
  color: #394e6a;
}
.inside-message input:-moz-placeholder {
  color: #394e6a;
  opacity: 1;
}
.inside-message input::-moz-placeholder {
  color: #394e6a;
  opacity: 1;
}
.inside-message input:-ms-input-placeholder {
  color: #394e6a;
}
.inside-message .btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.1rem;
}
.inside-message .verifyDiv {
  width: 40%;
  vertical-align: middle;
  position: relative;
}
.inside-message .submit {
  color: #fff;
  font-weight: 700;
  border-radius: 0.3rem;
  background: #194cb3;
  display: inline-block;
  min-width: 1.6rem;
  text-align: center;
  line-height: 0.54rem;
  height: 0.54rem;
  font-size: 0.16rem;
  border: none;
}
.inside-message .submit:hover {
  background: #194cb3;
}
.inside-message .submit:hover {
  background: #194cb3;
}
@media (max-width: 1024px) {
  .inside-message {
    padding: 40px 0;
  }
  .inside-message .nr {
    padding: 0;
  }
  .inside-message .input-form,
  .inside-message .textarea-form,
  .inside-message select {
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    padding: 0 20px;
    padding-left: 40px;
  }
  .inside-message .red {
    top: 15px;
    left: 10px;
  }
  .inside-message .textarea-form {
    line-height: 26px;
    height: 100px;
    padding-left: 30px;
    padding-top: 8px;
  }
  .inside-message .btn {
    display: block;
  }
  .inside-message .verifyDiv {
    width: 100%;
    margin-bottom: 20px;
  }
  .inside-message .submit {
    min-width: 100%;
    font-size: 16px;
    border-radius: 0;
  }
}
@media (max-width: 640px) {
  .inside-message li {
    width: 100%;
  }
  .inside-message .verifyDiv {
    width: 100%;
    margin-right: 0;
  }
  .inside-message .submit {
    float: none;
    max-width: 100%;
    margin-top: 0px;
  }
}
.inside-message-2 {
  padding: 1.6rem 0;
}
.inside-message-2 .inside-title {
  color: #fff;
}
.inside-message-2 .input-form,
.inside-message-2 .textarea-form {
  background: rgba(255, 255, 255, 0.83);
}
@media (max-width: 1024px) {
  .inside-message-2 {
    padding: 50px 0;
  }
}
.inside-message-3 .input-form,
.inside-message-3 .textarea-form {
  background: rgba(255, 255, 255, 0.83);
}
.inside-ditu {
  position: relative;
}
.inside-ditu .txtbox {
  left: 0;
  top: 50%;
  z-index: 9;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
}
.inside-ditu .item {
  width: 100%;
  display: flex;
  font-size: 0.18rem;
  margin-left: 2rem;
  padding: 0.4rem 0.3rem;
  border-radius: 0.1rem;
  justify-content: space-between;
  max-width: 8.1rem;
  background: #fff;
  position: relative;
}
.inside-ditu .item:after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -0.39rem;
  position: absolute;
  border-left: solid 0.4rem #ffffff;
  border-top: solid 0.4rem transparent;
  border-bottom: solid 0.4rem transparent;
}
.inside-ditu .text {
  color: #333;
  width: 45%;
}
.inside-ditu .text .t1 {
  font-size: 0.2rem;
}
.inside-ditu .text .t2 {
  font-family: "POPPINS-BOLD";
  font-size: 0.28rem;
}
.inside-ditu .text .t3 {
  padding-top: 0.1rem;
}
.inside-ditu .text .t3 a {
  color: #194cb3;
}
.inside-ditu .pic {
  width: 52%;
}
.inside-ditu .pic img {
  width: auto;
  height: auto;
}
@media (max-width: 1024px) {
  .inside-ditu {
    display: none;
  }
  .inside-ditu .txtbox {
    top: auto;
    left: auto;
    position: relative;
    margin-top: 40px;
  }
  .inside-ditu .item {
    max-width: 100%;
    margin-left: 0;
  }
  .inside-ditu .item:after {
    display: none;
  }
}
@media (max-width: 580px) {
  .inside-ditu .item {
    padding: 30px;
    display: block;
  }
  .inside-ditu .text {
    width: 100%;
  }
  .inside-ditu .pic {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
.verify {
  height: 0.5rem;
  background-color: #e5e5e5;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  z-index: 2;
  cursor: move;
  border-radius: 0.05rem;
}
.verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
}
.verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.5rem;
  line-height: 0.48rem;
  width: 0;
  background-color: #7ac23c;
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
}
.verify .fix-tips,
.verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #394e6a;
  z-index: 1;
  line-height: 0.5rem;
  padding-left: 0.5rem;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 50px;
}
.verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
@media (max-width: 1024px) {
  .verify .fix-tips,
  .verify .verify-msg {
    font-size: 12px;
  }
}
.inside-newsshow {
  overflow: hidden;
  z-index: 9;
  color: #333;
  position: relative;
  padding: 0.7rem 0 1rem 0;
}
.inside-newsshow .container {
  z-index: 9;
  position: relative;
}
.inside-newsshow h1 {
  color: #051121;
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-weight: normal;
}
.inside-newsshow .info {
  color: #999999;
  font-size: 0.16rem;
  font-weight: lighter;
  padding: 0.4rem 0;
}
.inside-newsshow .info span {
  padding-right: 0.4rem;
}
.inside-newsshow .share {
  width: 5%;
  float: left;
  font-size: 0.2rem;
  text-align: left;
  padding-bottom: 0.65rem;
}
.inside-newsshow .share p {
  color: #1d3654;
}
.inside-newsshow .share ul {
  padding-top: 0.1rem;
}
.inside-newsshow .share li {
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.2rem;
  line-height: 0.38rem;
  border-radius: 100%;
  background: #666e86;
  transition: all 500ms ease;
}
.inside-newsshow .share li img {
  max-height: 0.41rem;
  vertical-align: middle;
}
.inside-newsshow .share li a {
  display: block;
}
.inside-newsshow .share li:hover {
  background: #001b45;
}
.inside-newsshow .right {
  width: 90%;
  float: right;
}
.inside-newsshow .text {
  font-size: 0.22rem;
  line-height: 0.36rem;
}
.inside-newsshow .text .t-1 {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.inside-newsshow .return {
  float: right;
  margin-top: 0.5rem;
}
.inside-newsshow .return a {
  font-size: 0.2rem;
  text-align: center;
  min-width: 1.8rem;
  border-radius: 0.05rem;
  height: 0.6rem;
  line-height: 0.58rem;
  color: #d01026;
  display: inline-block;
  border: solid 1px #aeaeae;
}
.inside-newsshow .return img {
  margin-left: 0.3rem;
  margin-top: 0.2rem;
  max-height: 0.16rem;
  transition: all 500ms ease;
}
.inside-newsshow .return:hover a {
  border-color: #d01026;
}
.inside-newsshow .return:hover img {
  margin-left: 0.1rem;
}
@media (max-width: 1024px) {
  .inside-newsshow {
    padding: 100px 0 50px 0;
  }
  .inside-newsshow h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-newsshow .share {
    display: none;
  }
  .inside-newsshow .return {
    display: none;
  }
  .inside-newsshow .info {
    font-size: 14px;
    padding: 15px 0;
  }
  .inside-newsshow .right {
    width: 100%;
    float: none;
    padding-right: 0;
    font-size: 14px;
  }
  .inside-newsshow .text {
    padding-left: 0;
    font-size: 16px;
    line-height: 26px;
    padding-right: 0;
  }
  .inside-newsshow .text .pic {
    padding-top: 20px;
    padding-bottom: 30px;
    display: block;
  }
  .inside-newsshow .text .pic img {
    margin-left: 0;
    float: none!important;
  }
  .inside-newsshow .tag {
    font-size: 14px;
    padding-top: 20px;
  }
  .inside-newsshow .tag a {
    padding: 0 10px;
  }
  .inside-newsshow .text .font28 {
    font-size: 20px;
    padding: 30px 0 10px 0;
  }
}
.inside-tag {
  color: #333;
  font-size: 0.2rem;
  padding-top: 1rem;
}
.inside-tag a {
  color: #656565;
  padding-right: 0.4rem;
  display: inline-block;
}
.inside-tag a:hover {
  color: #194cb3;
}
@media (max-width: 1024px) {
  .inside-tag {
    padding-top: 30px;
  }
}
.inside-pagelist {
  font-size: 0.2rem;
  border-top: solid 0.02rem #d6d6d6;
  border-bottom: solid 0.02rem #d6d6d6;
  margin-top: 0.5rem;
}
.inside-pagelist li {
  color: #222;
  padding: 0 0.3rem;
  overflow: hidden;
  height: 0.7rem;
  line-height: 0.69rem;
  border-top: solid 1px #f1f1f1;
}
.inside-pagelist li span {
  width: 12%;
  display: inline-block;
  position: relative;
}
.inside-pagelist li span:after {
  content: "";
  top: 48%;
  right: 0.3rem;
  position: absolute;
  vertical-align: middle;
  border-left: solid 0.05rem transparent;
  border-right: solid 0.05rem transparent;
  border-bottom: solid 0.06rem #222222;
}
.inside-pagelist li a {
  color: #333;
  font-size: 0.22rem;
}
.inside-pagelist li:first-child {
  border-top: 0;
}
.inside-pagelist li:hover a {
  color: #194cb3;
}
.inside-pagelist li:last-child span:after {
  border-bottom: 0;
  border-left: solid 0.05rem transparent;
  border-right: solid 0.05rem transparent;
  border-top: solid 0.06rem #222222;
}
@media (max-width: 1024px) {
  .inside-pagelist {
    margin-top: 40px;
  }
  .inside-pagelist li {
    overflow: hidden;
    height: 50px;
    padding: 0 0px;
    line-height: 49px;
  }
  .inside-pagelist li a {
    padding-left: 20px;
  }
  .inside-pagelist li span:after {
    display: none;
  }
}
.inside-xg-case .list ul {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}
.inside-xg-case .list li {
  padding-left: 0;
  padding-right: 0;
}
.inside-customization {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.inside-customization .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.14rem;
}
.inside-customization .list li {
  width: 25%;
  display: flex;
  padding: 0 0.14rem;
  margin-top: 0.8rem;
}
.inside-customization .list li .item {
  color: #182a37;
  width: 100%;
  min-height: 100%;
  padding: 0.6rem 0.35rem;
  padding-bottom: 0.45rem;
  border-radius: 0.12rem;
  height: 4.96rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-customization .list li .icon img {
  max-height: 0.85rem;
}
.inside-customization .list li .tit {
  opacity: 0;
  font-size: 0.33rem;
  margin-top: 0.3rem;
}
.inside-customization .list li .txt {
  margin-top: 0.55rem;
  font-size: 0.22rem;
  line-height: 0.3rem;
  text-transform: uppercase;
  height: 2.1rem;
  overflow: auto;
}
@media (max-width: 1024px) {
  .inside-customization .list li {
    width: 50%;
    margin-top: 0.28rem;
  }
  .inside-customization .list li .item {
    height: auto;
  }
  .inside-customization .list li .txt {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .inside-customization .list li {
    width: 100%;
  }
}
.inside-customization-2 {
  padding-top: 1.1rem;
  padding-bottom: 0.8rem;
  background: linear-gradient(to right, #d3e0f7, #ffffff, #d3e0f7, #d3e0f7);
}
.inside-customization-2 .text {
  color: #08060b;
  font-size: 0.4rem;
  line-height: 0.5rem;
  width: 60%;
}
.inside-customization-2 .list {
  padding-top: 0.1rem;
}
.inside-customization-2 .list li {
  width: 50%;
  margin-top: 0.4rem;
  padding-left: 0.4rem;
  font-size: 0.24rem;
  color: #383838;
  position: relative;
}
.inside-customization-2 .list li img {
  left: 0;
  top: 0.03rem;
  position: absolute;
  max-height: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-customization-2 {
    padding: 50px 0;
  }
  .inside-customization-2 .text {
    width: 100%;
  }
  .inside-customization-2 .list li {
    width: 100%;
  }
}
.inside-customization-3 {
  color: #fff;
  height: 4.65rem;
  display: flex;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-customization-3 .tit,
.inside-customization-3 .txt {
  font-weight: normal;
}
.inside-customization-3 .tit {
  padding: 0 2rem;
  font-size: 0.5rem;
  line-height: 0.6rem;
  font-family: "POPPINS-BOLD";
}
.inside-customization-3 .txt {
  font-size: 0.24rem;
  padding-top: 0.2rem;
}
.inside-customization-3 .btn {
  margin-top: 0.7rem;
}
.inside-customization-3 .btn a {
  color: #fff;
  min-width: 2.5rem;
  font-size: 0.2rem;
  border-radius: 0.3rem;
  padding: 0 0.33rem;
  text-align: center;
  height: 0.54rem;
  line-height: 0.54rem;
  display: inline-block;
  background: #2564c6;
  transition: all 500ms ease;
}
.inside-customization-3 .btn:hover a {
  background: #194cb3;
}
@media (max-width: 1024px) {
  .inside-customization-3 {
    height: auto;
    padding: 50px 0;
    text-align: left;
  }
  .inside-customization-3 .tit {
    padding: 0;
    font-size: 24px;
    line-height: 30px;
  }
  .inside-customization-3 .btn {
    margin-top: 20px;
  }
  .inside-customization-3 .btn a {
    height: 44px;
    line-height: 44px;
  }
}
.inside-service {
  padding-bottom: 1.2rem;
  padding-top: 1.1rem;
}
.inside-service .pic {
  margin-top: 0.8rem;
}
.inside-service .text {
  color: #000;
  text-align: center;
  padding-top: 1rem;
}
.inside-service .t-1 {
  font-size: 0.28rem;
  font-family: "POPPINS-BOLD";
}
.inside-service .t-2 {
  font-size: 0.2rem;
  padding-top: 0.3rem;
}
.inside-service .btn {
  transition: all 500ms linear;
  margin-top: 0.5rem;
}
.inside-service .btn a {
  color: #000;
  font-size: 0.24rem;
  border-radius: 0.6rem;
  padding: 0 0.15rem;
  display: inline-block;
  height: 0.64rem;
  line-height: 0.62rem;
  border: solid 1px #000;
  min-width: 2.5rem;
  position: relative;
}
.inside-service .btn a:before {
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  transition: all 500ms linear;
  border-radius: 0.3rem;
  background: #194cb3;
}
.inside-service .btn span {
  z-index: 2;
  display: inline-block;
  position: relative;
}
.inside-service .btn:hover a {
  color: #fff;
  border-color: #194cb3;
}
.inside-service .btn:hover a:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .inside-service {
    padding: 50px 0;
  }
  .inside-service .pic {
    margin-top: 30px;
  }
  .inside-service .text {
    padding-top: 30px;
  }
}
.inside-service-2 {
  color: #fff;
  background: #161616;
  padding-top: 0.8rem;
  padding-bottom: 1.1rem;
}
.inside-service-2 .inside-title {
  color: #fff;
}
.inside-service-2 .tag {
  font-weight: normal;
  text-align: center;
  font-size: 0.2rem;
  padding-top: 0.05rem;
}
.inside-service-2 .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.inside-service-2 .list li {
  padding: 0 0.25rem;
  padding-top: 0.6rem;
  width: 33.333%;
}
.inside-service-2 .list li .pic {
  overflow: hidden;
  position: relative;
}
.inside-service-2 .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 50.63291139%;
}
.inside-service-2 .list li .pic img {
  transform-origin: top center;
  transition: all 700ms ease;
}
.inside-service-2 .list li .text {
  padding-top: 0.2rem;
}
.inside-service-2 .list li .tit {
  font-size: 0.3rem;
}
.inside-service-2 .list li .txt {
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-service-2 .list li:hover .pic img {
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .inside-service-2 .list li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .inside-service-2 .list li {
    width: 100%;
  }
}
.inside-page {
  padding-top: 0.8rem;
  text-align: center;
}
.inside-page a {
  font-weight: 700;
  margin: 0 0.1rem;
  color: #b2b2b2;
  width: 0.35rem;
  height: 0.35rem;
  text-align: center;
  line-height: 0.31rem;
  display: inline-block;
  border: solid 0.02rem #b2b2b2;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  background: #194cb3;
  border-color: #194cb3;
}
.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: #fff;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  animation: fadeIn2 1.8s linear infinite;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  width: 15px!important;
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navPhoneBtn {
    display: block;
    right: 20px!important;
    margin-right: 0px;
    position: absolute;
  }
}
.common-navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}
.common-navM .navMCon {
  background-color: #fff;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: auto;
  right: -100%;
  transition: all .5s;
}
.common-navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 70px;
}
.common-navM.open .transparent {
  display: block;
}
.common-navM.open .closeBtn {
  display: block;
}
.common-navM.open .navMCon {
  right: 0;
}
.common-navM .mSearch {
  margin-top: 40px;
}
.common-navM .closeBtn {
  opacity: 1!important;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #666!important;
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 20px;
}
.common-navM .closeBtn:before,
.common-navM .closeBtn:after {
  content: "";
  display: block;
  background: #666;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.common-navM .closeBtn:before {
  width: 20px;
  height: 1px;
}
.common-navM .closeBtn:after {
  width: 1px;
  height: 20px;
}
.common-navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.common-navM .navMWrap > .list {
  font-family: "POPPINS-LIGHT";
}
.common-navM .navMWrap > .list em {
  font-style: initial;
}
.common-navM .navMWrap > .list .title {
  padding: 10px 0 10px 10px;
  text-indent: 0;
  position: relative;
}
.common-navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
}
.common-navM .navMWrap > .list .title .icon:before,
.common-navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
  transition: all .3s ease;
}
.common-navM .navMWrap > .list .title .icon:before {
  width: 10px;
  height: 10px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
}
.common-navM .navMWrap > .list .title em {
  font-style: initial;
}
.common-navM .navMWrap > .list .has .title .icon {
  display: block;
}
.common-navM .navMWrap > .list .active > .title .icon:before {
  transform: rotate(90deg);
}
.common-navM .navMWrap > .list > li > .title {
  font-size: 18px;
}
.common-navM .navMWrap > .list > li > .child > .list > li {
  text-indent: 24px;
  font-size: 16px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .child {
  font-size: 14px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .child .title {
  padding-left: 20px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .title {
  padding-left: 20px;
  position: relative;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .title:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999;
  position: absolute;
  top: 26px;
  left: 10px;
}
.common-navM .navMWrap > .list .tb {
  width: 20px;
  height: 20px;
  display: inline-flex;
  position: absolute;
  top: 7px;
  left: 0;
}
.common-navM .child {
  padding: 0 0 20px 0;
  display: none;
  position: relative;
}
.common-navM .child a {
  color: #666;
  display: block;
  line-height: 28px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.common-navM .child a:hover {
  color: #000;
  margin-left: 10px;
}
.common-navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.common-navM .mSearch .btn {
  width: 26px;
  height: 26px;
  font-size: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.common-navM .mSearch .btn .icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.common-navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 40px 5px 15px;
  border-radius: 2px;
  font-size: 14px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.common-navM .other {
  padding: 10px;
}
.common-navM .read {
  padding-top: 10px;
  padding-bottom: 10px;
}
.common-navM .read .btn-1 {
  display: inline-flex;
  align-items: center;
  padding: 0 5px;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  background: linear-gradient(to right, #bf2d32, #a61f24);
  color: #fff;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.common-navM .read .btn-1 .icon-1 {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
.common-navM .read .btn-1 .icon-2 {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #ffffff url(../images/arrow-right-1.png) no-repeat center center;
  background-size: 20px;
  margin-left: 20px;
}
.common-navM .list > li > .child > .list {
  padding-top: 20px;
}
.common-navM .list > li > .child > .list > li > .title {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.common-navM .list > li > .child > .list > li > .title::before {
  top: 18px!important;
}
.common-navM .languageBtn {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
}
.common-navM .languageBtn > div {
  width: auto;
}
.common-navM .languageBtn .col-2 {
  width: 50%;
}
.common-navM .languageBtn .col-3 {
  width: 33.33333333%;
}
.common-navM .languageBtn .col-4 {
  width: 25%;
}
.common-navM .languageBtn .col-5 {
  width: 20%;
}
.common-navM .languageBtn .col-6 {
  width: 16.66666667%;
}
.common-navM .languageBtn a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  border: 1px #eee solid;
  margin-right: -1px;
  margin-top: -1px;
  background: #fff;
}
.inside-map {
  padding: 0.6rem 0;
}
.inside-map li {
  padding: 0.1rem 0;
}
.leftFloat {
  animation: 2s scrollArrow alternate infinite;
  line-height: 0.76rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  background: #194cb3;
  box-shadow: 0 0.06rem 0.32rem 0 rgba(0, 0, 0, 0.35);
  position: fixed;
  z-index: 999;
  right: 0.1rem;
  bottom: 0.3rem;
  cursor: pointer;
}
.leftFloat img {
  vertical-align: middle;
  max-height: 0.5rem;
}
@media (max-width: 1024px) {
  .leftFloat {
    display: none;
  }
}
/*解决方案 弹出框*/
.solutionPopup {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.solutionPopup .transparent {
  display: block;
  position: fixed;
  z-index: 0;
  top: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.solutionPopup .solutionPopupC {
  width: 90%;
  max-width: 5.6rem;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff url(../images/calculatorPopup-bg.jpg) no-repeat bottom center;
  background-size: cover;
  border-radius: 0.2rem;
  padding: 0.4rem;
  padding-bottom: 0.6rem;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.solutionPopup .colseBtn {
  display: block;
  width: 0.27rem;
  height: 0.27rem;
  border-radius: 50%;
  border: 1px #606061 solid;
  position: absolute;
  right: 0.3rem;
  top: 0.38rem;
}
.solutionPopup .colseBtn:before,
.solutionPopup .colseBtn:after {
  content: "";
  display: block;
  background-color: #606061;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.solutionPopup .colseBtn:before {
  width: 0.13rem;
  height: 0.01rem;
}
.solutionPopup .colseBtn:after {
  width: 0.01rem;
  height: 0.13rem;
}
.solutionPopup .colseBtn:hover {
  border-color: #194cb3;
}
.solutionPopup .colseBtn:hover:before,
.solutionPopup .colseBtn:hover:after {
  background-color: #194cb3;
}
.solutionPopup .titleBig {
  font-size: 0.3rem;
  font-weight: 700;
  color: #333333;
  line-height: 2;
}
.solutionPopup .list li {
  margin-top: 20px;
}
.solutionPopup .list li .iinput,
.solutionPopup .list li .itextarea {
  color: #666;
  font-size: 14px;
  font-family: arial;
  padding: 0 20px;
  width: 100%;
  height: 44px;
  line-height: 42px;
  border: solid 1px #ddd;
}
.solutionPopup .list li .itextarea {
  padding: 10px 20px;
  height: 100px;
  line-height: 24px;
}
.solutionPopup .list .btn {
  text-align: center;
}
.solutionPopup .list .btn a {
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 0.3rem;
  background: #194cb3;
}
.inside-message .red img {
    width: .2rem;
    height: .2rem;
}

@media screen and (max-width: 1023px) {
    .inside-message .red img {
        width: 20px;
        height: 20px;
    }
}