* {
  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: #0b318f;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px!important;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px!important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px!important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px!important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -1.7rem;
  z-index: -1;
  position: absolute;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  animation-name: fadeInUp3;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.scrollArrow {
  animation-name: scrollArrow;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
/* 载入效果 */
@keyframes titFadeup1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
}
@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.titFadeup1 {
  animation: titFadeup1 1.1s ease-in-out both 0.1s;
}
.titFadeup2 {
  animation: titFadeup1 1.1s ease-in-out both 0.2s;
}
.fadeInup1 {
  animation: fadeInup 1.1s ease-in-out both 0.2s;
}
.fadeInup2 {
  animation: fadeInup 1.1s ease-in-out both 0.3s;
}
.fadeInup3 {
  animation: fadeInup 1.1s ease-in-out both 0.4s;
}
.fadeInUpimg {
  animation: imgScale 1.2s ease-in-out both 0.2s;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan2 {
  animation-name: xuanzhuan2;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular_0.eot');
  src: url('../fonts/Roboto-Regular_0.oft');
  src: url('../fonts/Roboto-Regular_0.ttf');
  src: url('../fonts/Roboto-Regular_0.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold_0.eot');
  src: url('../fonts/Roboto-Bold_0.oft');
  src: url('../fonts/Roboto-Bold_0.ttf');
  src: url('../fonts/Roboto-Bold_0.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.otf');
  src: url('../fonts/Montserrat-Bold.ttf');
  src: url('../fonts/Montserrat-Bold.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald-Regular";
  src: url("../fonts/Oswald-Regular.eot");
  src: url('../fonts/Oswald-Regular.ttf');
  src: url('../fonts/Oswald-Regular.woff');
  src: url('../fonts/Oswald-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Bold.eot");
  src: url('../fonts/Oswald-Bold.ttf');
  src: url('../fonts/Oswald-Bold.woff');
  src: url('../fonts/Oswald-Bold.otf');
  font-weight: normal;
  font-style: normal;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  min-width: 1259px;
  font-family: "微软雅黑";
  word-wrap: normal;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 15.4rem;
}
.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;
  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;
}
.button a,
.button span {
  z-index: 2;
  color: #fff;
  overflow: hidden;
  height: 0.45rem;
  padding: 0 0.24rem;
  font-size: 0.14rem;
  border-radius: 0.3rem;
  display: inline-block;
  min-width: 1.4rem;
  line-height: 0.43rem;
  background: #0b318f;
  position: relative;
  border: solid 1px #0b318f;
}
.button img {
  width: auto;
  height: auto;
  max-height: 0.15rem !important;
  margin-left: 0.05rem;
  margin-bottom: 0.03rem;
  vertical-align: middle!important;
}
.button i {
  right: 0.24rem;
  position: absolute;
  font-family: "宋体";
  font-style: normal;
  padding-left: 0.1rem;
}
.button a:hover::before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.button a:before,
.button span:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 100%;
  top: 0;
  left: -1rem;
  opacity: 0.5;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
}
@keyframes shine {
  0% {
    left: -1rem;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
.circle {
  width: 0.88rem;
  height: 0.88rem;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle i {
  text-align: center;
  display: inline-block;
  z-index: 5;
  position: relative;
  margin-top: 0.34rem;
  border-left: solid 0.14rem #ffffff;
  border-top: solid 0.1rem transparent;
  border-bottom: solid 0.1rem transparent;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s ease-out 0s infinite;
  background: linear-gradient(to right, #154ab4, #0b318f);
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #0b318f;
  opacity: 0;
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.2, 0.2);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.header {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  transition: background-color 0.5s;
}
.header > .container {
  max-width: 17rem;
  padding-left: 4.6rem;
  padding-right: 2rem;
  text-align: right;
  position: relative;
}
.header > .container:after {
  content: "";
  display: block;
  clear: both;
}
.header .logo {
  z-index: 1;
  float: left;
  display: block;
  position: absolute;
  top: 0.15rem;
  left: 0rem;
  transition: all .5s;
}
.header .logo img {
  width: auto;
  height: auto;
  max-height: 0.5rem;
  vertical-align: middle;
  position: relative;
}
.header .logo .img2 {
  display: none;
}
.header .other {
  height: 0.4rem;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  top: 0.2rem;
  right: 0rem;
  transition: all .5s;
}
.header .other .otherC {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}
.header .searchBtn {
  margin-right: 0.3rem;
  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: #0b318f;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.5s;
}
.header .searchBtn svg {
  fill: #fff;
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s;
}
.header .searchBtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header .searchBtn:hover svg {
  fill: #fff !important;
}
.header .language {
  display: inline-block;
}
.header .language img {
  width: auto;
  vertical-align: middle;
  max-height: 0.26rem;
}
.header .language .ic2 {
  display: none;
}
.header .language .drop {
  left: 85%;
  opacity: 0;
  width: 1.4rem;
  top: 0.4rem;
  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: #0b318f;
}
.header .language .drop a:hover:before {
  background: #0b318f;
}
.header .language:hover .drop {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.fixed,
.header-2 {
  backdrop-filter: blur(5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
.fixed .nav li > a,
.header-2 .nav li > a {
  color: #333;
}
.fixed .nav li i,
.header-2 .nav li i {
  border-color: #333;
}
.fixed .searchBtn svg,
.header-2 .searchBtn svg {
  fill: #666;
}
.fixed .language .ic1,
.header-2 .language .ic1 {
  display: none;
}
.fixed .language .ic2,
.header-2 .language .ic2 {
  display: inline-block;
}
.header-2 {
  top: auto;
  position: relative;
}
.fixed {
  position: fixed!important;
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav li {
  font-size: 0.18rem;
  line-height: 0.8rem;
  position: relative;
}
.nav li > a {
  color: #fff;
  transition: color 334ms linear;
}
.nav li i {
  margin-bottom: 0.1rem;
  vertical-align: middle;
  display: inline-block;
  font-style: normal;
  width: 0.08rem;
  height: 0.08rem;
  margin-left: 0.05rem;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(45deg);
  transition: all 334ms linear;
}
.nav li .subnav {
  left: 50%;
  top: 0.8rem;
  position: absolute;
  width: 2rem;
  display: none;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
  padding: 0.2rem 0.1rem;
  background: rgba(255, 255, 255, 0.95);
  transform: translateX(-50%);
}
.nav li .subnav a {
  display: block;
  text-align: center;
  line-height: 0.3rem;
  margin-top: 0.05rem;
  font-size: 0.16rem;
}
.nav li:hover > a,
.nav .active > a {
  color: #0b318f !important;
}
.nav li:hover i,
.nav .active i {
  border-right: solid 1px #0b318f !important;
  border-bottom: solid 1px #0b318f !important;
}
#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: 99999;
}
#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 {
  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: #0b318f;
  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: #0b318f;
}
#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: 100vh;
  background: #e7e9f1;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner img {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.banner li {
  float: left;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .pc {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100vh;
  position: relative;
}
.banner .pc img {
  width: 100%;
}
.banner .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 9;
  color: #fff;
  text-align: left;
  transform: translateY(-70%);
  position: absolute;
}
.banner .t1 {
  font-size: 0.7rem;
  line-height: 0.8rem;
  font-weight: 700;
  text-shadow: 4px 0 1px rgba(0, 0, 0, 0.2);
}
.banner .t2 {
  font-size: 0.4rem;
  line-height: 0.5rem;
  margin-top: 0.2rem;
  text-shadow: 4px 0 1px rgba(0, 0, 0, 0.2);
}
.banner .button {
  margin-top: 0.5rem;
}
.banner .swiper-slide-active .t1 {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-slide-active .t2 {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-slide-active .button {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-pagination {
  width: 100%;
  opacity: 1;
  text-align: center;
  bottom: 0.5rem;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0 8px;
  transition: all 335ms ease;
}
.banner .swiper-pagination-bullet-active {
  height: 0.2rem;
  border-radius: 0.03rem;
  background: #0b318f;
}
@media (max-width: 1024px) {
  .banner {
    height: auto;
  }
}
.fp-viewing-section2 .header,
.fp-viewing-section3 .header,
.fp-viewing-section4 .header,
.fp-viewing-section5 .header,
.fp-viewing-section6 .header,
.fp-viewing-section7 .header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}
.fp-viewing-section2 .nav li > a,
.fp-viewing-section3 .nav li > a,
.fp-viewing-section4 .nav li > a,
.fp-viewing-section5 .nav li > a,
.fp-viewing-section6 .nav li > a,
.fp-viewing-section7 .nav li > a {
  color: #333;
}
.fp-viewing-section2 .searchBtn svg,
.fp-viewing-section3 .searchBtn svg,
.fp-viewing-section4 .searchBtn svg,
.fp-viewing-section5 .searchBtn svg,
.fp-viewing-section6 .searchBtn svg,
.fp-viewing-section7 .searchBtn svg {
  fill: #666;
}
.fp-viewing-section2 .language .ic1,
.fp-viewing-section3 .language .ic1,
.fp-viewing-section4 .language .ic1,
.fp-viewing-section5 .language .ic1,
.fp-viewing-section6 .language .ic1,
.fp-viewing-section7 .language .ic1 {
  display: none;
}
.fp-viewing-section2 .language .ic2,
.fp-viewing-section3 .language .ic2,
.fp-viewing-section4 .language .ic2,
.fp-viewing-section5 .language .ic2,
.fp-viewing-section6 .language .ic2,
.fp-viewing-section7 .language .ic2 {
  display: inline-block;
}
.index-warp.fp-viewing-section4 .header {
  box-shadow: none;
}
.index-warp.fp-viewing-section4 .nav li > a {
  color: #fff;
}
.index-warp.fp-viewing-section4 .searchBtn svg {
  fill: #fff;
}
.index-warp.fp-viewing-section4 .language .ic1 {
  display: inline-block;
}
.index-warp.fp-viewing-section4 .language .ic2 {
  display: none;
}
.fp-flex {
  display: flex;
  align-items: center;
  height: 100vh;
}
@media (max-width: 1024px) {
  .fp-flex {
    overflow: hidden;
    height: auto;
    display: block;
    width: 100%;
    padding: 60px 0;
  }
}
.index-title {
  color: #333;
}
.index-title .cn {
  font-weight: 700;
  font-size: 0.46rem;
  line-height: 0.6rem;
}
.index-title .en {
  font-size: 0.28rem;
  text-transform: uppercase;
}
.index-product {
  overflow: hidden;
}
.index-product .container {
  position: relative;
}
.index-product .wrap {
  margin: 0 auto;
  max-width: 19.2rem;
  padding-top: 0.6rem;
}
.index-product .index-title {
  left: 0;
  text-align: left;
  top: 0;
  position: absolute;
}
.index-product .menuTabs {
  margin-top: 0.4rem;
  margin-bottom: 1rem;
  position: relative;
}
.index-product .menuTabs .listMenu {
  display: flex;
  text-align: center;
  justify-content: flex-end;
}
.index-product .menuTabs li {
  display: inline-block;
  padding: 0 0.1rem;
}
.index-product .menuTabs .box {
  display: block;
  border-radius: 0.1rem;
  border: solid 1px #e8e8e8;
  min-width: 1.5rem;
  line-height: 0.54rem;
  height: 0.56rem;
  padding: 0 0.2rem;
  text-align: center;
  color: #0a0a0a;
  font-weight: lighter;
  transition: all 500ms linear;
  font-size: 0.18rem;
}
.index-product .menuTabs .box:hover {
  border-color: #0b318f;
  background: #0b318f;
  color: #fff;
}
.index-product .menuTabs .active .box {
  border-color: #0b318f;
  background: #0b318f;
  color: #fff;
}
.index-product .swiper-container {
  overflow: initial;
}
.index-product .swiper-pagination-bullet {
  width: auto;
  background: #e1e1e3;
  width: 0.4rem;
  border-radius: 0;
  opacity: 1;
  height: 0.04rem;
}
.index-product .swiper-pagination-bullet-active {
  background: #000000;
}
.index-product .swiper-container-horizontal > .swiper-pagination-bullets {
  position: relative;
  width: auto;
  display: inline-block;
  bottom: auto;
}
.index-product .conTabs {
  margin: 0 -2rem;
}
.index-product .conTabs .box {
  padding: 0.4rem;
  padding-bottom: 0.25rem;
  border-radius: 0.1rem;
  background: #f4f4f4;
  transition: all 500ms linear;
}
.index-product .conTabs .tit {
  color: #333;
  z-index: 3;
  position: relative;
  transition: color 500ms ease;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.24rem;
  font-weight: lighter;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-product .conTabs .pic {
  margin: 0.7rem 0;
  position: relative;
}
.index-product .conTabs .pic:before {
  top: 50%;
  left: 50%;
  content: "";
  opacity: 0;
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #0b318f;
  transition: all 500ms ease;
  transform: translate(-50%, -50%) scale(0.8);
}
.index-product .conTabs .pic:after {
  content: "";
  display: block;
  padding-bottom: 54.54545455%;
}
.index-product .conTabs .button {
  float: right;
}
.index-product .conTabs .button span {
  color: #333;
  background: transparent;
  border: solid 1px #a1a1a1;
}
.index-product .conTabs .box:hover {
  border-radius: 100%;
  padding: 0.4rem 0.5rem;
}
.index-product .conTabs .box:hover .tit {
  color: #0b318f;
}
.index-product .conTabs .box:hover .pic:before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.index-product .conTabs .box:hover .button span {
  color: #fff;
  border-color: #0b318f;
  background: #0b318f;
}
.index-product .conTabs .box:hover .button span::before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.index-product .item {
  display: none;
}
.index-product .item.show {
  display: block;
}
.index-platform {
  background-position: center left!important;
  background-size: cover!important;
  background-repeat: no-repeat !important;
}
.index-platform .txtbox {
  width: 35%;
  float: right;
  line-height: 0.32rem;
  font-size: 0.18rem;
}
.index-platform .index-title .en {
  font-size: 0.2rem;
}
.index-platform .text {
  padding: 0.4rem 0;
}
.index-platform .tag {
  color: #0b318f;
  font-weight: 700;
  font-size: 0.2rem;
}
.index-platform .tag p {
  margin-top: 0.15rem;
}
.index-platform .tag img {
  margin-top: 0.1rem;
  margin-right: 0.1rem;
}
.index-platform .tag a {
  color: #0b318f;
}
.index-platform .tag a:hover {
  text-decoration: underline;
}
.index-platform .button {
  margin-top: 0.8rem;
}
.index-solution {
  position: relative;
}
.index-solution .list {
  width: 100%;
}
.index-solution .list-2 {
  color: #fff;
  right: 1.7rem;
  top: 50%;
  z-index: 9;
  width: 4.3rem;
  position: absolute;
  transform: translateY(-50%);
}
.index-solution .list-2 li {
  height: auto!important;
  margin-top: 0.15rem;
}
.index-solution .list-2 .item {
  color: #fff;
  cursor: pointer;
  height: 1.3rem;
  transition: all 500ms ease;
  padding: 0.1rem 0.3rem;
  border-radius: 0.2rem;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}
.index-solution .list-2 .title {
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: space-between;
}
.index-solution .list-2 .title .icon img {
  max-height: 1rem;
}
.index-solution .list-2 .cn {
  font-size: 0.24rem;
}
.index-solution .list-2 .en {
  line-height: 0.2rem;
  font-size: 0.18rem;
  font-family: "Roboto";
}
.index-solution .list-2 .tag {
  height: 0;
  visibility: hidden;
  transition: all 500ms ease;
}
.index-solution .list-2 .tag a {
  display: flex;
  justify-content: space-between;
}
.index-solution .list-2 .tag .more {
  left: -0.6rem;
  position: relative;
  padding-top: 0.1rem;
  font-size: 0.2rem;
  border-radius: 0.1rem;
  width: 0.9rem;
  height: 0.9rem;
  color: #fff;
  text-align: center;
  background: #0b318f;
}
.index-solution .list-2 .tag .more img {
  margin: 0 auto;
  display: block;
  max-height: 0.3rem;
}
.index-solution .list-2 .tag img {
  max-height: 1rem;
}
.index-solution .list-2 .textlist {
  transition: all 500ms ease;
  visibility: hidden;
  display: flex;
  margin-top: 0.2rem;
  justify-content: space-between;
}
.index-solution .list-2 .textlist dl {
  color: #666;
  width: 31%;
  padding: 0.15rem;
  text-align: center;
  border-radius: 0.1rem;
  border: solid 1px #0b318f;
}
.index-solution .list-2 .textlist dt img {
  max-height: 0.4rem;
}
.index-solution .list-2 .textlist dd {
  margin-top: 0.1rem;
}
.index-solution .list-2 .active .tag {
  height: auto;
  padding-top: 0.2rem;
}
.index-solution .list-2 .active .tag,
.index-solution .list-2 .active .textlist {
  visibility: inherit;
}
.index-solution .list-2 .active .item {
  background: rgba(255, 255, 255, 0.85);
  height: 4.2rem !important;
}
.index-solution .list-2 .active .title .icon {
  display: none;
}
.index-solution .list-2 .active .cn {
  color: #333;
  font-size: 0.32rem;
}
.index-solution .list-2 .active .en {
  color: #666;
}
@media (max-width: 1024px) {
  .index-solution .fp-flex {
    padding: 0;
  }
  .index-solution canvas {
    height: 960px!important;
  }
}
.index-about {
  background-size: cover!important;
  padding-top: 1rem;
  position: relative;
  background: linear-gradient(to bottom, #f7fbfc, #f3fbfe);
}
.index-about .index-title {
  text-align: center;
}
.index-about .text {
  line-height: 0.32rem;
  font-size: 0.18rem;
  text-align: center;
}
.index-about .text p {
  padding-top: 0.2rem;
}
.index-about .button {
  margin-top: 0.3rem;
  text-align: center;
}
.index-about .button a {
  text-align: left;
}
.index-about .mapbox {
  bottom: 0;
  position: absolute;
}
@media (max-width: 1024px) {
  .index-about .mapbox {
    bottom: auto;
    position: relative;
  }
}
.index-about .map img {
  max-height: 4.5rem;
}
.index-about .circle {
  vertical-align: top;
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
  display: inline-block;
}
.index-about .name {
  font-size: 0.18rem;
  color: #212121;
  line-height: 0.4rem;
  vertical-align: top;
  display: inline-block;
}
.index-about .add {
  position: absolute;
}
.index-about .add-1 {
  top: 1.45rem;
  left: 2.73rem;
}
.index-about .add-2 {
  top: 2.12rem;
  left: 2.15rem;
}
.index-about .add-3 {
  top: 0.05rem;
  left: 6.2rem;
}
.index-about .add-3 span {
  display: block!important;
}
.index-about .add-3 .name {
  line-height: 0.24rem;
}
.index-about .add-4 {
  top: 0.3rem;
  left: 6.84rem;
}
.index-about .add-4 span {
  display: block!important;
}
.index-about .add-4 .name {
  line-height: 0.24rem;
}
.index-about .add-5 {
  top: 0rem;
  left: 7.6rem;
}
.index-about .add-5 span {
  display: block!important;
}
.index-about .add-5 .name {
  line-height: 0.24rem;
}
.index-about .add-6 {
  top: 0.65rem;
  left: 6rem;
}
.index-about .add-7 {
  top: 1.2rem;
  left: 5.9rem;
}
.index-about .add-8 {
  top: 1.1rem;
  left: 6.77rem;
}
.index-about .add-8 span {
  display: block!important;
}
.index-about .add-8 .name {
  line-height: 0.24rem;
}
.index-about .add-9 {
  top: 0.5rem;
  left: 7.36rem;
}
.index-about .add-10 {
  top: 0.75rem;
  left: 7.14rem;
}
.index-about .add-11 {
  top: 0.95rem;
  left: 6.9rem;
}
.index-about .add-12 {
  top: 0.86rem;
  left: 7.67rem;
}
.index-about .add-13 {
  top: 1.15rem;
  left: 7.67rem;
}
.index-about .add-14 {
  top: 0.15rem;
  left: 10.37rem;
}
.index-about .add-14 span {
  display: block!important;
}
.index-about .add-14 .name {
  line-height: 0.24rem;
}
.index-about .add-15 {
  top: 1.86rem;
  left: 11.35rem;
}
.index-about .add-15 span {
  display: block!important;
}
.index-about .add-15 .name {
  line-height: 0.24rem;
}
.index-about .add-16 {
  top: 2.3rem;
  left: 11.7rem;
}
.index-about .add-16 span {
  display: block!important;
}
.index-about .add-16 .name {
  line-height: 0.24rem;
}
.index-about .add-17 {
  top: 1.88rem;
  left: 11.7rem;
}
.index-about .add-18 {
  top: 2.1rem;
  left: 11.94rem;
}
.index-about .add-19 {
  top: 2.9rem;
  left: 11.55rem;
}
.index-about .add-20 {
  right: -1rem;
  bottom: 0.5rem;
}
.index-about .add-20 img {
  max-height: 0.61rem;
}
.index-news {
  background: #edf6fb;
}
.index-news .index-title {
  text-align: center;
}
.index-news .list {
  margin-top: 0.6rem;
}
.index-news .list .pic {
  overflow: hidden;
  position: relative;
}
.index-news .list .pic img {
  transition: all 700ms linear;
}
.index-news .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 65.95744681%;
}
.index-news .list .text {
  overflow: hidden;
  transition: all 700ms ease;
  background: #fff;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  transition: all 500ms ease;
  position: relative;
}
.index-news .list .text:after {
  content: "";
  left: 50%;
  width: 0;
  bottom: 0rem;
  height: 0.03rem;
  position: absolute;
  background: #0b318f;
  transition: all 500ms ease;
}
.index-news .list .tit,
.index-news .list .txt,
.index-news .list .time {
  padding: 0 0.25rem;
}
.index-news .list .time {
  display: flex;
  color: #888;
  margin-top: 0.2rem;
  padding-top: 0.15rem;
  justify-content: space-between;
  border-top: solid 1px #eaeaea;
}
.index-news .list .time img {
  max-height: 0.21rem;
  margin-top: 0.02rem;
  margin-right: 0.05rem;
}
.index-news .list .tit {
  transition: color 400ms ease;
  color: #333333;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .list .txt {
  color: #888;
  height: 0.56rem;
  line-height: 0.28rem;
  margin-top: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .list .item:hover .pic img {
  transform: scale(1.1);
}
.index-news .list .item:hover .text:after {
  left: 0;
  width: 100%;
}
.index-news .list .item:hover .tit {
  color: #0b318f;
}
.index-news .list .swiper-container {
  padding-bottom: 0.4rem;
}
.index-news .list .swiper-pagination {
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0.5rem;
}
.index-news .list .swiper-pagination-bullet {
  margin: 0 0.08rem;
  opacity: 1;
  width: 0.08rem;
  height: 0.08rem;
  transition: all 500ms ease;
  background: #0b318f;
}
.index-news .list .swiper-pagination-bullet-active {
  width: 0.24rem;
  border-radius: 0.05rem;
}
.footer {
  padding-top: 0.6rem;
  color: #b9b9b9;
  overflow: hidden;
  background: #2f343a;
  position: relative;
}
.footer a {
  color: #b9b9b9;
  transition: color 500ms ease;
}
.footer a:hover {
  color: #fff;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
}
.footer li:first-child {
  width: 9%;
}
.footer li {
  width: 11.7%;
  padding-top: 0.5rem;
  padding-left: 0.25rem;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}
.footer li h3 {
  color: #fff;
  padding-bottom: 0.15rem;
}
.footer li h3 a {
  color: #fff;
  font-weight: 700;
  font-size: 0.2rem;
}
.footer li h3 a:hover {
  color: #0b318f;
}
.footer li .drop {
  font-weight: lighter;
}
.footer li .drop a {
  display: block;
  margin-top: 0.15rem;
}
.footer li:first-child {
  border-left: 0;
  padding-left: 0;
}
.footer .li1 {
  width: 19%;
}
.footer .container {
  position: relative;
}
.footer .top {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.footer .top .tu1 {
  width: 20%;
  display: inline-block;
}
.footer .top .tu1 img {
  max-height: 0.61rem;
}
.footer .scrolldb {
  right: 0;
  top: 0.05rem;
  color: rgba(255, 255, 255, 0.6);
  width: 0.46rem;
  height: 0.46rem;
  font-size: 0.14rem;
  text-align: center;
  transition: all 500ms ease;
  border: solid 1px rgba(255, 255, 255, 0.6);
  padding-top: 0.15rem;
  position: absolute;
}
.footer .scrolldb:before {
  top: 0.1rem;
  left: 50%;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  margin-left: -0.04rem;
  position: absolute;
  border-left: solid 1px rgba(255, 255, 255, 0.6);
  border-top: solid 1px rgba(255, 255, 255, 0.6);
  transform: rotate(45deg);
}
.footer .scrolldb:hover {
  border-color: #0b318f;
  background: #0b318f;
}
.footer .contact {
  width: 25%;
  color: #fff;
  position: relative;
  padding-left: 0.5rem;
  padding-bottom: 1rem;
}
.footer .contact .t1 {
  color: #c3c3c3;
  margin-top: 0.1rem;
  padding-left: 0.25rem;
  position: relative;
}
.footer .contact .t1 img {
  left: 0;
  opacity: 0.5;
  top: 0.05rem;
  width: 0.17rem;
  position: absolute;
  max-height: 0.17rem;
}
.footer .contact .t1 a {
  color: #c3c3c3;
}
.footer .contact .t1 span {
  display: block;
}
.footer .contact .tel {
  padding-bottom: 0.1rem;
  font-size: 0.32rem;
  font-family: "Oswald";
}
.footer .contact .tel a {
  color: #fff;
}
.footer .copy {
  font-size: 0.13rem;
  padding: 0.15rem 0;
  font-weight: lighter;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.footer .copy span {
  padding: 0 0.4rem;
  display: inline-block;
}
.footer .sitemap {
  float: right;
}
.footer .socialMedia {
  padding-bottom: 0.8rem;
  margin-top: 0rem;
}
.footer .socialMedia .list {
  padding-top: 0.2rem;
}
.footer .socialMedia .list li {
  width: auto;
  border: 0;
  padding-top: 0;
  padding-left: 0.1rem;
  display: inline-block;
}
.footer .socialMedia .list li:first-child {
  padding-left: 0;
}
.footer .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer .socialMedia .list .icon {
  display: block;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  border: solid 1px #fff;
  background-size: 0.38rem !important;
}
.footer .socialMedia .list .icon img {
  width: 100%;
  max-height: 0.38rem;
}
.footer .socialMedia .list .icon:hover {
  border-color: #0b318f;
  background-color: #0b318f;
}
.footer .socialMedia .list .down {
  display: none;
  color: #666;
  align-items: center;
  width: 1.22rem;
  cursor: initial;
  position: absolute;
  top: 120%;
  left: 50%;
  margin-left: -0.15rem;
}
.footer .socialMedia .list .down .txt {
  margin-right: 0.1rem;
}
.footer .socialMedia .list .down .ewm {
  width: 1.14rem;
  position: relative;
}
.footer .socialMedia .list .down .ewm img {
  width: 100%;
  max-height: 1.24rem;
}
.footer .socialMedia .list .active .down {
  display: flex;
}
.footer .socialMedia .list .box:hover .icon {
  opacity: 1;
}
.footer .socialMedia .list .box:hover .down {
  display: flex;
}
.footer .socialMedia .list .cur .down {
  display: block;
}
.footer .socialMedia .list .down {
  left: 0;
  margin-left: -0.38rem;
}
.inside-banner {
  height: 100vh;
  text-align: center;
  position: relative;
}
.inside-banner .tu img {
  width: 100%;
}
.inside-banner .txtbox {
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
}
.inside-banner .cn {
  z-index: 3;
  position: relative;
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-weight: 700;
  color: #0b318f;
}
.inside-banner .en {
  color: #d0dcec;
  opacity: 0.1;
  position: relative;
  margin-top: -0.9rem;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-family: "Oswald";
  text-transform: uppercase;
  text-shadow: #000000 1px 0 0, #000000 0 1px 0, #000000 -1px 0 0, #000000 0 -1px 0;
}
@media (max-width: 1024px) {
  .inside-banner {
    height: auto;
  }
}
.inside-banner-2 {
  position: relative;
}
.inside-banner-2 .txtbox {
  transform: translate(-50%, -20%);
}
.inside-banner-2 .index-box {
  top: auto;
  background: #fff;
  z-index: 99;
  position: relative;
  margin-top: -0.8rem;
}
.inside-banner-3 .cn {
  color: #fff;
}
.index-box {
  left: 0;
  z-index: 10;
  top: 0.8rem;
  background: #fff;
  position: sticky;
}
.index-box .container {
  display: flex;
  justify-content: space-between;
}
.index-box-2 {
  background: #f4f4f4;
}
.inside-menu {
  width: 70%;
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-menu li {
  width: 16.66666667%;
  border-right: solid 1px #fff;
  transition: all 334ms ease;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.8rem;
}
.inside-menu li a {
  color: #333;
  display: block;
}
.inside-menu li .icon {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.inside-menu li .icon img {
  margin-right: 0.05rem;
  margin-bottom: 0.09rem;
  vertical-align: middle;
  max-height: 0.31rem;
}
.inside-menu li .ic2 {
  display: none;
}
.inside-menu li:hover,
.inside-menu .cur {
  background: #0b318f;
}
.inside-menu li:hover a,
.inside-menu .cur a {
  color: #fff;
}
.inside-menu li:hover .ic1,
.inside-menu .cur .ic1 {
  display: none;
}
.inside-menu li:hover .ic2,
.inside-menu .cur .ic2 {
  display: inline-block;
}
.inside-menu-2 li {
  width: 25%;
}
.inside-menu-3 li {
  width: 33.33333333%;
}
.inside-current {
  width: 28%;
  font-size: 0.16rem;
  line-height: 0.8rem;
  text-align: right;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-current img {
  max-height: 0.31rem;
  vertical-align: middle;
  margin-bottom: 0.03rem;
}
.fp-viewing-section1 .index-box {
  display: none;
}
.fp-viewing-section7 .header {
  background: rgba(255, 255, 255, 0.5);
}
.inside-about {
  overflow: hidden;
  position: relative;
  background-color: #e8eff6;
}
.inside-about .container {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  padding-top: 0.6rem;
}
.inside-about .title .cn {
  z-index: 3;
  position: relative;
  font-size: 0.42rem;
  line-height: 0.5rem;
  font-weight: 700;
  color: #333;
}
.inside-about .title .en {
  color: #e9f2f7;
  position: relative;
  margin-top: -0.75rem;
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-family: "Oswald";
  text-transform: uppercase;
  text-shadow: #d2dae8 1px 0 0, #d2dae8 0 1px 0, #d2dae8 -1px 0 0, #d2dae8 0 -1px 0;
}
.inside-about .leftbox {
  width: 60%;
  padding-left: 2rem;
  line-height: 0.32rem;
}
.inside-about .leftbox .text {
  text-align: justify;
}
.inside-about .leftbox .text p {
  padding-top: 0.2rem;
}
.inside-about .leftbox .tag {
  padding-top: 0.1rem;
  font-size: 0.24rem;
  color: #0b318f;
  font-weight: 700;
}
.inside-about .leftbox .numlist {
  padding-top: 0.3rem;
}
.inside-about .leftbox .numlist ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-about .leftbox .numlist li {
  width: 25%;
}
.inside-about .leftbox .numlist li em,
.inside-about .leftbox .numlist li i {
  display: inline-block;
  font-style: normal;
}
.inside-about .leftbox .numlist li em {
  color: #333;
  line-height: 0.4rem;
  font-size: 0.3rem;
  vertical-align: top;
  font-family: "Roboto-Bold";
}
.inside-about .leftbox .numlist li i {
  color: #fff;
  line-height: 0.26rem;
  text-align: center;
  width: 0.28rem;
  height: 0.28rem;
  background: #00ca79;
  border-radius: 50%;
}
.inside-about .leftbox .numlist .counter {
  color: #333;
  font-size: 0.7rem;
  line-height: 0.7rem;
  font-family: "Roboto-Bold";
}
.inside-about .rightbox {
  margin-top: 0.7rem;
  width: 37%;
}
.culture {
  overflow: hidden;
}
.culture .linian {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.culture .linian .nr {
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
  max-width: 13.8rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.culture .linian .menuTabs .list .box {
  background-color: #0b318f;
  color: #fff;
  text-align: center;
  font-size: 0.3rem;
  width: 2rem;
  height: 1.7rem;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}
.culture .linian .menuTabs .list li {
  position: absolute;
  transition: all .5s;
}
.culture .linian .menuTabs .list .li-1 {
  top: 0;
  left: 0.6rem;
}
.culture .linian .menuTabs .list .li-1.active .box {
  border-bottom-right-radius: 0;
}
.culture .linian .menuTabs .list .li-2 {
  top: 0;
  right: 0.6rem;
}
.culture .linian .menuTabs .list .li-2.active .box {
  border-bottom-left-radius: 0;
}
.culture .linian .menuTabs .list .li-2 .box {
  background-color: #2e3954;
}
.culture .linian .menuTabs .list .li-3 {
  left: 0.6rem;
  bottom: 0rem;
}
.culture .linian .menuTabs .list .li-3.active {
  bottom: 0;
}
.culture .linian .menuTabs .list .li-3.active .box {
  border-top-left-radius: 0;
}
.culture .linian .menuTabs .list .li-3 .box {
  background-color: #00ca79;
}
.culture .linian .menuTabs .list .li-4 {
  transform: translateX(-50%);
  bottom: -0.8rem;
  left: 50%;
}
.culture .linian .menuTabs .list .li-4 .box {
  border-top-left-radius: 0;
}
.culture .linian .menuTabs .list .li-4 .box {
  background-color: #a1b6ad;
}
.culture .linian .menuTabs .list .li-5 {
  bottom: 0.7rem;
  right: -0.7rem;
}
.culture .linian .menuTabs .list .li-5 .box {
  border-top-left-radius: 0;
}
.culture .linian .menuTabs .list .li-5 .box {
  background-color: #9dabcf;
}
.culture .linian .menuTabs .list .active .box {
  border-top-left-radius: 0.4rem;
}
.culture .linian .line {
  width: 2.11rem;
  height: 2.18rem;
  position: absolute;
  bottom: -0.7rem;
  right: 3rem;
  transition: all .5s;
}
.culture .linian .line.active {
  right: 3.5rem;
}
.culture .linian .conTabs {
  width: 100%;
  max-width: 9.8rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.6rem;
  background-color: #fff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 83, 165, 0.1);
  min-height: 4.5rem;
  position: relative;
  z-index: 9;
}
.culture .linian .conTabs .list li {
  transition: all .5s;
}
.culture .linian .conTabs .list .box {
  display: block;
  display: flex;
  padding: 0.5rem 0.3rem 0.5rem 0.3rem;
}
.culture .linian .conTabs .list .pic {
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
}
.culture .linian .conTabs .list .text {
  max-width: calc(100% - 120rem/100);
  flex: 1;
  padding-left: 0.4rem;
}
.culture .linian .conTabs .list .title {
  line-height: 0.4rem;
  font-size: 0.3rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px #dcdcdc solid;
  color: #0b318f;
}
.culture .linian .conTabs .list .info {
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.36rem;
}
.culture .linian .conTabs .list li {
  display: none;
}
.culture .linian .conTabs .list .show {
  display: block;
}
.culture .zhuanye {
  padding-bottom: 1.3rem;
}
.culture .zhuanye .list {
  margin-left: -0.08rem;
  margin-right: -0.08rem;
}
.culture .zhuanye .list li {
  width: 16.66666667%;
  float: left;
  padding: 0 0.08rem 0.16rem 0.08rem;
}
.culture .zhuanye .list .box {
  display: block;
  position: relative;
}
.culture .zhuanye .list .pic {
  overflow: hidden;
  position: relative;
}
.culture .zhuanye .list .pic:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.culture .zhuanye .list .pic img {
  transition: all .5s;
}
.culture .zhuanye .list .text {
  font-size: 0.42rem;
  line-height: 0.56rem;
  color: #fff;
  padding: 0.25rem 0.3rem;
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
}
.culture .zhuanye .list .title-2 {
  font-weight: 700;
}
.culture .zhuanye .list .box:hover .pic img {
  transform: scale(1.1);
}
.culture .qyjs {
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.culture .qyjs .nr {
  position: relative;
}
.culture .qyjs .nr:before {
  content: "";
  display: block;
  width: 150vw;
  height: 100%;
  border-radius: 0.2rem;
  position: absolute;
  z-index: -1;
  top: -1.25rem;
  right: 0;
  box-shadow: 0 0 0.45rem 0 rgba(2, 14, 71, 0.14);
  background-color: #fff;
}
.culture .qyjs .nr .en {
  font-weight: 700;
  font-size: 0.36rem;
  color: #d4d9df;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  position: absolute;
  right: 1.3rem;
  top: 0;
}
.culture .qyjs .nr .mark {
  width: 2.7rem;
  height: 2.7rem;
  position: absolute;
  right: 0.6rem;
  top: -2.3rem;
}
.culture .qyjs .left {
  width: 57.5%;
  padding-right: 0.9rem;
  float: left;
}
.culture .qyjs .titleBig {
  display: flex;
  justify-content: space-between;
  color: #0b318f;
  font-weight: 700;
  font-size: 0.58rem;
  margin-bottom: 0.6rem;
  line-height: 1;
}
.culture .qyjs .titleBig-2 {
  color: #333333;
  font-weight: 700;
  font-size: 0.24rem;
  border-bottom: 1px #8e9399 solid;
  padding-bottom: 0.15rem;
}
.culture .qyjs .info {
  color: #72787f;
  line-height: 0.38rem;
  font-size: 0.18rem;
  padding-top: 0.2rem;
}
.culture .qyjs .pic {
  max-width: 4.8rem;
  border-radius: 0.15rem;
  overflow: hidden;
  box-shadow: 0 0 0.45rem 0 rgba(2, 14, 71, 0.14);
}
.inside-fzlc {
  position: relative;
  max-width: 19.2rem;
  margin: 0 auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inside-fzlc .tu {
  left: 0;
  top: 1.5rem;
  position: absolute;
}
.inside-fzlc .tu img {
  max-height: 7.8rem;
}
.inside-fzlc .warp {
  padding-top: 0.6rem;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.inside-fzlc .title {
  width: 20%;
  color: #000;
  font-weight: 700;
  font-size: 0.42rem;
}
.inside-fzlc .mySwiper2 {
  width: 50%;
  padding-left: 0rem;
  padding-top: 1.6rem;
  overflow: hidden;
}
.inside-fzlc .mySwiper2 .tit {
  font-size: 0.18rem;
  min-height: 0.55rem;
}
.inside-fzlc .mySwiper2 .txt {
  color: #222222;
  font-size: 0.26rem;
  line-height: 0.4rem;
  font-weight: 700;
  min-height: 1rem;
  margin-top: 0.7rem;
}
.inside-fzlc .mySwiper2 .txt p {
  padding-top: 0.2rem;
}
.inside-fzlc .list {
  color: #222;
  width: 15%;
  padding: 1.5rem 0;
  padding-bottom: 0.8rem;
  text-align: right;
  position: relative;
}
.inside-fzlc .list:before {
  content: "";
  top: 0;
  right: 0;
  width: 0.21rem;
  height: 100%;
  position: absolute;
  background: url(../images/fzlc-line.png) repeat-y;
  background-size: cover;
}
.inside-fzlc .mySwiper .swiper-slide {
  height: auto!important;
}
.inside-fzlc .mySwiper .item {
  height: 1.2rem;
  padding-right: 0.8rem;
  cursor: pointer;
  position: relative;
}
.inside-fzlc .mySwiper .item:before {
  content: "";
  width: 0.4rem;
  height: 1px;
  top: 0.2rem;
  right: -0.18rem;
  position: absolute;
  background: #d6d6d6;
}
.inside-fzlc .mySwiper .time {
  font-family: "Oswald-Regular";
  text-align: right;
  color: #9b9b9b;
  font-size: 0.3rem;
  line-height: 0.9rem;
  transition: all 500ms ease;
}
.inside-fzlc .mySwiper .swiper-slide-thumb-active .time {
  color: #333;
  font-size: 0.89rem;
  line-height: 0.9rem;
}
.inside-fzlc .swiper-button-prev,
.inside-fzlc .swiper-button-next {
  left: 1.88rem;
  transition: all 500ms ease;
  opacity: 1!important;
  margin-top: 0;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
}
.inside-fzlc .swiper-button-prev:after,
.inside-fzlc .swiper-button-next:after {
  font-size: 0;
}
.inside-fzlc .swiper-button-prev:hover,
.inside-fzlc .swiper-button-next:hover {
  background-color: #ddd;
}
.inside-fzlc .swiper-button-prev {
  top: 0.2rem;
  transform: rotate(90deg);
  background: url(../images/prev-2.png) no-repeat center center #e9e9e9;
  background-size: cover;
}
.inside-fzlc .swiper-button-prev:hover {
  background: url(../images/prev-2h.png) no-repeat center center #0b318f;
}
.inside-fzlc .swiper-button-next {
  top: auto;
  bottom: 0.7rem;
  transform: rotate(90deg);
  background: url(../images/next-2.png) no-repeat center center #e9e9e9;
  background-size: cover;
}
.inside-fzlc .swiper-button-next:hover {
  background: url(../images/next-2h.png) no-repeat center center #0b318f;
}
.inside-fzlc .list .mySwiper {
  height: 5.95rem;
  overflow: hidden;
}
.inside-news {
  position: relative;
  padding-bottom: 0.9rem;
}
.inside-news .list {
  margin-top: 0;
}
.inside-news ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}
.inside-news li {
  padding: 0 0.3rem;
  padding-top: 0.6rem;
  width: 33.3333%;
}
.inside-news-show {
  background: #f5fbff;
  position: relative;
  font-size: 0.18rem;
  line-height: 0.3rem;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}
.inside-news-show h1 {
  color: #333;
  font-weight: 700;
  line-height: 0.46rem;
  font-size: 0.36rem;
  text-align: center;
}
.inside-news-show .info {
  color: #999;
  font-size: 0.16rem;
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
  text-align: center;
  padding: 0.1rem 0;
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
}
.inside-news-show .info span {
  padding: 0 0.3rem;
  display: inline-block;
}
.inside-news-show .tu {
  margin-top: 0.15rem;
}
.inside-search {
  position: relative;
}
.inside-search input {
  width: 100%;
  height: 0.55rem;
  line-height: 0.53rem;
  border: solid 1px #d6d6d6;
  color: #666;
  padding: 0 0.4rem;
  font-family: "微软雅黑";
  font-size: 0.16rem;
  transition: all 500ms ease;
}
.inside-search input:focus {
  border-color: #0b318f;
}
.inside-search .btn {
  right: 0.3rem;
  top: 0.12rem;
  width: 0.28rem;
  height: 0.28rem;
  position: absolute;
  border: 0;
  padding: 0;
  background: url(../images/d-search.png) no-repeat center center;
  background-size: cover;
}
.inside-dowland {
  background: #f5fbff;
  padding: 0.8rem 0;
  position: relative;
}
.inside-dowland .list {
  padding: 0 0.4rem;
  padding-bottom: 0.8rem;
  background: #f3f8fb;
  border: solid 1px #d6d6d6;
  margin-top: 0.45rem;
}
.inside-dowland .list .li1 {
  margin-bottom: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  color: #333;
  padding: 0.3rem;
  font-size: 0.18rem;
  text-align: center;
  border-bottom: dashed 1px #d6d6d6;
}
.inside-dowland .list .li1 p {
  width: 20%;
}
.inside-dowland .list .li1 p:first-child {
  width: 40%;
  text-align: left;
}
.inside-dowland .list li .tit {
  color: #333;
  font-weight: 700;
  font-size: 0.22rem;
  padding: 0.2rem 0;
  border-bottom: dashed 1px #cfe2fa;
}
.inside-dowland .list li .txt {
  margin: 0.2rem 0;
  padding: 0.15rem 0.3rem;
  padding-right: 0;
  line-height: 0.54rem;
  border: solid 1px #ecf4fe;
  background: #fff;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  transition: all 334ms ease-in-out;
}
.inside-dowland .list li .txt span {
  width: 20%;
  display: block;
  text-align: center;
}
.inside-dowland .list li .txt span:first-child {
  width: 40%;
  text-align: left;
}
.inside-dowland .list li .txt .name {
  color: #333333;
  height: 0.54rem;
  font-size: 0.18rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-dowland .list li .txt .name img {
  max-height: 0.55rem;
  margin-right: 0.3rem;
}
.inside-dowland .list li .txt .ms {
  font-weight: lighter;
}
.inside-dowland .list li .txt .dow a {
  color: #fff;
  padding: 0 0.1rem;
  height: 0.44rem;
  min-width: 1.7rem;
  line-height: 0.44rem;
  background: #0b318f;
  display: inline-block;
  transition: all 500ms ease;
}
.inside-dowland .list li .txt .dow img {
  margin-right: 0.1rem;
  vertical-align: middle;
  margin-bottom: 0.03rem;
  max-height: 0.2rem;
}
.inside-dowland .list li .txt:nth-child(2) {
  margin-top: 0.35rem;
}
.inside-dowland .list li .txt:hover {
  background: #fbfdff;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.03);
}
.inside-dowland .list li .txt:hover .dow a {
  background: #154ab4;
}
.inside-dowland .list li:last-child .txt {
  margin-bottom: 0;
}
.inside-service {
  background: #f5fbff;
  position:relative;
  padding: 0.8rem 0;
}
.inside-message {
  position: relative;
  padding: 0.9rem 0;
  background: #f5fbff;
}
.inside-message .hezi {
  display: flex;
  min-height: 7.5rem;
  justify-content: space-between;
  border-radius: 0.4rem;
  box-shadow: 0 0 0.3rem rgba(0, 61, 150, 0.15);
}
.inside-message .lefttext {
  width: 37%;
  color: #fff;
  line-height: 0.3rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  padding: 0.9rem 1.1rem;
  padding-right: 0.6rem;
}
.inside-message .lefttext h2 {
  font-size: 0.4rem;
}
.inside-message .lefttext .txt {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.inside-message .lefttext .t1 {
  padding-left: 0.3rem;
  position: relative;
  margin-top: 0.1rem;
}
.inside-message .lefttext .t1 img {
  left: 0;
  top: 0.08rem;
  position: absolute;
  max-height: 0.18rem;
}
.inside-message .lefttext .t1 a {
  color: #fff;
}
.inside-message .lefttext .t2 span {
  display: block;
  padding-left: 0.47rem;
}
.inside-message .lefttext .tel {
  line-height: 0.4rem;
  font-size: 0.36rem;
  font-weight: 700;
  padding-bottom: 0.15rem;
}
.inside-message .list {
  width: 63%;
  background: #ffffff;
  padding: 0.7rem 1.05rem;
}
.inside-message .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-message .list li {
  width: 100%;
  position: relative;
  margin-top: 0.15rem;
}
.inside-message .list li:first-child {
  margin-top: 0;
}
.inside-message .list label {
  left: 0.15rem;
  top: 0.24rem;
  position: absolute;
  color: #ff0000;
}
.inside-message .list li:first-child {
  width: 49%;
}
.inside-message .list li:nth-child(2) {
  width: 49%;
  margin-top: 0;
}
.inside-message .list .bt {
  color: #333;
  font-weight: 700;
  font-size: 0.4rem;
  padding-bottom: 0.5rem;
}
.inside-message .list .input1,
.inside-message .list .itextarea {
  width: 100%;
  border: 0;
  color: #333;
  font-size: 0.16rem;
  padding: 0.2rem 0.23rem;
  line-height: 0.3rem;
  height: 0.7rem;
  border-radius: 0.1rem;
  background: #f8f8f8;
  font-family: "微软雅黑";
  transition: all 500ms ease;
  border: solid 1px #f8f8f8;
}
.inside-message .list .input1:focus,
.inside-message .list .itextarea:focus {
  background: #fdfffe;
  border-color: #0b318f;
}
.inside-message .list .input1::-webkit-input-placeholder,
.inside-message .list .itextarea::-webkit-input-placeholder {
  color: #333;
}
.inside-message .list .input1:-moz-placeholder,
.inside-message .list .itextarea:-moz-placeholder {
  color: #333;
  opacity: 1;
}
.inside-message .list .input1::-moz-placeholder,
.inside-message .list .itextarea::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.inside-message .list .input1:-ms-input-placeholder,
.inside-message .list .itextarea:-ms-input-placeholder {
  color: #333;
}
.inside-message .list .itextarea {
  height: 1.4rem;
}
.inside-message .list .tag {
  padding-top: 0.25rem;
}
.inside-message .list .btn,
.inside-message .list .btn-2 {
  color: #fff;
  border: 0;
  font-size: 0.16rem;
  height: 0.48rem;
  line-height: 0.48rem;
  border-radius: 0.3rem;
  min-width: 2rem;
  background: #0b318f;
}
.inside-message .list .btn-2 {
  color: #666;
  background: #e8e8e8;
  margin-left: 0.4rem;
}
.inside-ditu {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.inside-ditu img {
  width: 100%;
}
.inside-ditu .text {
  z-index: 9;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-10%, -37%);
}
.inside-ditu .circle {
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
}
.inside-ditu .tu {
  z-index: 3;
  left: 0rem;
  margin-top: -1.08rem;
  position: relative;
}
.inside-ditu .tu img {
  width: auto;
  max-height: 0.76rem;
}
.inside-environment {
  padding: 1rem 0;
  background: #f5fbff;
  position: relative;
}
.inside-environment .title {
  color: #333;
  line-height: 0.5rem;
  font-size: 0.42rem;
  font-weight: 700;
}
.inside-environment .tbox {
  line-height: 0.3rem;
  width: 60%;
  float: left;
}
.inside-environment .tbox .txt p {
  margin-top: 0.3rem;
}
.inside-environment .tbox .txt span {
  font-weight: 700;
  color: #0b318f;
}
.inside-environment .tbox .list {
  padding-top: 0.5rem;
}
.inside-environment .tbox .list .bt {
  color: #000;
  font-weight: 700;
  font-size: 0.28rem;
  line-height: 0.38rem;
}
.inside-environment .tbox .list ul {
  width: 78%;
  margin: 0 -0.06rem;
}
.inside-environment .tbox .list li {
  margin-top: 0.3rem;
  position: relative;
  padding: 0 0.06rem;
  float: left;
  width: 33.333%;
}
.inside-environment .tbox .list li .t-1 {
  top: 50%;
  z-index: 1;
  width: 88%;
  color: #fff;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
.inside-environment .right {
  width: 37%;
  float: right;
}
.inside-environment .right img {
  max-height: 4.8rem;
}
.inside-environment-2 {
  background: #fff;
  padding: 0.3rem 0 1rem 0;
}
.inside-environment-2 .list {
  background: #fff;
  position: relative;
  margin-top: 0.5rem;
}
.inside-environment-2 .list .item {
  position: relative;
}
.inside-environment-2 .list .pic {
  overflow: hidden;
  position: relative;
}
.inside-environment-2 .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 31.42485361%;
}
.inside-environment-2 .list .tit {
  top: 0;
  left: 0;
  color: #fff;
  height: 100%;
  display: flex;
  z-index: 3;
  line-height: 0.46rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  width: 0.7rem;
  position: absolute;
  background: #0f3478;
  font-size: 0.36rem;
}
.inside-environment-2 .swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  bottom: 0.3rem;
  left: auto;
  right: 0.3rem;
}
.inside-environment-2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.08rem;
}
.inside-environment-2 .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  background: #fff;
}
.inside-environment-2 .swiper-pagination-bullet-active {
  background: #0b318f;
}
.inside-team {
  background: #f4f8fa;
}
.inside-team .container {
  max-width: 1540px;
}
@media (max-width: 1540px) {
  .inside-team .container {
    max-width: 1200px;
  }
}
.inside-team .title {
  color: #242933;
  font-weight: 700;
  font-size: 0.42rem;
  text-align: center;
  padding-top: 0.4rem;
}
.inside-team #certify {
  position: relative;
  margin-top: 0.6rem;
}
.inside-team #certify .swiper-slide {
  width: 7.5rem;
  height: 4.19rem;
  background: #fff;
  border: solid 1px #0b318f;
}
.inside-team #certify .swiper-slide img {
  display: block;
  width: 7.5rem;
  height: 4.19rem;
  outline: solid 1px #0b318f;
}
.inside-team #certify .swiper-button-prev {
  left: 0rem;
}
.inside-team #certify .swiper-button-next {
  right: 0rem;
}
.inside-team #certify .swiper-button-prev,
.inside-team #certify .swiper-button-next {
  width: 0.44rem;
  height: 0.44rem;
  background: rgba(11, 49, 143, 0.62);
}
.inside-team #certify .swiper-button-prev:after,
.inside-team #certify .swiper-button-next:after {
  color: #fff;
  font-size: 0.2rem;
}
.about03 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.about03 .tabbox {
  overflow: hidden;
  position: relative;
}
.about03 .tabnav {
  margin-top: 0.3rem;
}
.about03 .tabnav ul {
  display: flex;
  justify-content: center;
}
.about03 .tabnav li {
  color: #333;
  cursor: pointer;
  font-size: 0.18rem;
  margin: 0 0.1rem;
  text-align: center;
  line-height: 0.48rem;
  height: 0.5rem;
  min-width: 1.54rem;
  border: solid 1px #9a9a9a;
  border-radius: 0.3rem;
}
.about03 .tabnav .cur {
  color: #fff;
  border-color: #0b318f;
  background: #0b318f;
}
.about03 .bt {
  color: #000;
  font-weight: 700;
  text-align: center;
  font-size: 0.36rem;
  padding-top: 0.6rem;
}
.about03 .text {
  line-height: 0.3rem;
  margin-top: 0.3rem;
  text-align: center;
}
.about03 .nr {
  display: none;
  margin-top: 0.3rem;
  position: relative;
}
.about03 .swiper-wrapper {
  align-items: flex-end;
  min-height: 4rem;
}
.about03 .swiper-slide {
  cursor: pointer;
}
.about03 .swiper-slide .pic {
  width: 2.37rem;
  height: 1.6rem;
  position: relative;
}
.about03 .swiper-slide .pic:after {
  display: none;
}
.about03 .swiper-slide .pic:before {
  content: "";
  right: -0.2rem;
  bottom: -0.05rem;
  width: 0.33rem;
  height: 1.6rem;
  position: absolute;
  background: url(../images/honor-line.png) no-repeat center center;
  background-size: cover;
}
.about03 .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;
}
.about03 .swiper-slide .title {
  text-align: center;
  color: #2c2c2c;
  font-size: 0.24rem;
  height: 0.4rem;
  line-height: 0.4rem;
  margin-bottom: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}
.about03 .swiper-slide-active {
  text-align: center;
}
.about03 .swiper-slide-active .pic {
  width: 4.3rem;
  height: 2.9rem;
  margin: 0 auto;
}
.about03 .swiper-slide-active .pic:before {
  right: -0.4rem;
  width: 0.6rem;
  height: 2.9rem;
  background-size: cover;
}
.about03 .swiper-slide-active {
  margin-right: 3%!important;
}
.about03 .swiper-slide-active .title {
  display: block;
}
.about03 .swiper-prev,
.about03 .swiper-next {
  background: none;
  width: auto;
  height: auto;
  cursor: pointer;
  position: absolute;
  z-index: 999;
  top: 0.24rem;
}
.about03 .swiper-prev:hover .icon:before,
.about03 .swiper-next:hover .icon:before {
  border-color: #0b318f;
}
.about03 .swiper-prev:hover .icon:after,
.about03 .swiper-next:hover .icon:after {
  border-color: #0b318f;
}
.about03 .swiper-prev:hover .icon i:before,
.about03 .swiper-next:hover .icon i:before {
  border-color: #0b318f;
}
.about03 .swiper-prev:hover .icon svg,
.about03 .swiper-next:hover .icon svg {
  fill: #0b318f;
}
.about03 .swiper-prev {
  left: 0;
}
.about03 .swiper-next {
  text-align: right;
  right: 0;
}
.about03 .swiper-next .icon {
  float: right;
}
.about03 .swiper-next .txt {
  padding-left: 0;
  padding-right: 0.2rem;
}
.about03 .icon {
  float: left;
  display: block;
  text-align: center;
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 50%;
  position: relative;
}
.about03 .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) {
  .about03 .icon i {
    padding-top: 7px;
  }
}
.about03 .icon:before,
.about03 .icon:after {
  content: '';
  display: block;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.about03 .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;
}
.about03 .icon:after {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px #bfbfbf solid;
  transition: all 0.5s;
  animation: scrollArrow 1.6s ease-in-out infinite;
}
.about03 .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;
}
.about03 .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;
}
.about03 .txt {
  float: left;
  font-size: 0.2rem;
  line-height: 0.36rem;
  padding-left: 0.2rem;
}
.about03 .title-1 {
  color: #999999;
  padding-top:20px;
}
.about03 .title-2 {
  color: #2c2c2c;
}
.about03 .swiper-button-disabled {
  cursor: initial;
}
.inside-product {
  position: relative;
}
.inside-product .list {
  overflow: hidden;
}
.inside-product li {
  padding: 0.8rem 0;
  background: #f5fbff;
}
.inside-product li .pic {
  float: left;
  width: 26.5%;
  position: relative;
}
.inside-product li .pic:after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.inside-product li .txtbox {
  width: 68%;
  float: right;
}
.inside-product li .item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
  line-height: 0.32rem;
  justify-content: space-between;
}
.inside-product li .item p {
  width: 48%;
}
.inside-product li .item span {
  display: inline-block;
}
.inside-product li .tit {
  transition: color 500ms ease;
  font-weight: 700;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.32rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-product li .tit a {
  color: #333;
  display: block;
}
.inside-product li .t1 {
  width: 30%;
  font-weight: 700;
  color: #333;
}
.inside-product li .button {
  margin-top: 0.3rem;
}
.inside-product li .button a {
  color: #666;
  border: solid 1px #666;
  background: transparent;
}
.inside-product li:nth-child(2n) {
  background: #fff;
}
.inside-product li:hover .tit a {
  color: #0b318f;
}
.inside-product li:hover .button a {
  color: #fff;
  border-color: #0b318f;
  background: #0b318f;
}
.inside-product li:hover .button a::before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.inside-proshow {
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 6.8rem;
  position: relative;
  background-size: cover;
  padding-top: 1.45rem;
}
.inside-proshow .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-proshow .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.inside-proshow .swiper-pagination-bullet {
  text-align: center;
  margin: 0 0.05rem;
  width: 0.1rem;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.inside-proshow .swiper-pagination-bullet-active {
  background: #0b318f;
}
.inside-proshow .swiper-pagination {
  width: 100%;
  text-align: center;
}
.inside-proshow .swiper-container {
  overflow: inherit;
}
.inside-proshow .left {
  width: 38%;
  text-align: center;
  position: relative;
}
.inside-proshow .left ul {
  margin-bottom: 0.3rem;
}
.inside-proshow .left img {
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(1%, transparent), to(rgba(250, 250, 250, 0.1)));
}
.inside-proshow .right {
  width: 50%;
  line-height: 0.3rem;
}
.inside-proshow .right h1 {
  font-size: 0.4rem;
  color: #0b318f;
}
.inside-proshow .right p {
  padding-bottom: 0.2rem;
}
.inside-proshow .ms {
  margin-top: 0.5rem;
}
.inside-proshow .button1 {
  margin-top: 0.25rem;
}
.inside-proshow .button1 span {
  color: #fff;
  height: 0.4rem;
  text-align: center;
  line-height: 0.38rem;
  padding: 0 0.2rem;
  display: inline-block;
  background: #0b318f;
}
.inside-proshow .button1 img {
  max-height: 0.24rem;
  vertical-align: middle;
  margin: 0 0.1rem 0.04rem 0;
}
.inside-proshow .button2 {
  position: relative;
  margin-top: 0.2rem;
}
.inside-proshow .button2 span {
  font-weight: 700;
  position: relative;
  font-size: 0.2rem;
  color: #0b318f;
  height: 0.4rem;
  text-align: center;
  background: #fff;
  min-width: 1.74rem;
  line-height: 0.38rem;
  display: inline-block;
}
.inside-proshow .button2 span:after {
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: -0.09rem;
  position: absolute;
  transform: translateX(-50%);
  border-bottom: solid 0.1rem #ffffff;
  border-left: solid 0.1rem transparent;
  border-right: solid 0.1rem transparent;
}
.inside-proshow-2 {
  padding: 0.8rem 0;
  background: #f5fbff;
}
.inside-proshow-2 .inside-title {
  color: #0b318f;
}
.inside-proshow-2 ul {
  padding-top: 0.4rem;
}
.inside-proshow-2 li {
  padding: 0.12rem 0;
  border-bottom: solid 1px #dedede;
  display: flex;
  align-items: center;
}
.inside-proshow-2 li .item {
  width: 48%;
  display: flex;
}
.inside-proshow-2 li .t1 {
  width: 30%;
  font-weight: 700;
  color: #333;
}
.inside-platform {
  padding: 1rem 0;
  position:relative;
  background: #f5fbff;
}
.inside-platform .title {
  color: #333;
  font-size: 0.42rem;
  font-weight: 700;
}
.inside-platform .text {
  font-weight: 700;
  font-size: 0.18rem;
  line-height: 0.36rem;
  padding-top: 0.3rem;
  padding-bottom: 0.6rem;
}
.inside-platform .tu {
  text-align: center;
}
.inside-platform-2 {
  height: 7.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-platform-2 .item {
  position: relative;
  height: 7.5rem;
  max-width: 12rem;
  width: 100%;
  margin: 0 auto;
}
.inside-platform-2 .circle {
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  display: inline-block;
  border: dashed 1px #0a77c1;
}
.inside-platform-2 .box {
  top: 3.2rem;
  left: 4.9rem;
  position: absolute;
}
.inside-platform-2 .box-2 {
  top: 4.8rem;
  left: 8.9rem;
  position: absolute;
}
.inside-platform-2 .box-3 {
  top: 3.75rem;
  left: 10.65rem;
  position: absolute;
}
.inside-platform-2 .box-gy:hover .nr {
  opacity: 1;
  transform: scale(1);
}
.inside-platform-2 .nr {
  opacity: 0;
  z-index: 9;
  transition: all 500ms ease;
  transform: scale(0.9);
  top: -1rem;
  left: -4.3rem;
  position: absolute;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 0.18rem;
  width: 4.2rem;
  background: #0b318f;
  border: solid 1px #01cef7;
  padding: 0.3rem 0.7rem;
  padding-right: 0.3rem;
  box-shadow: 0 0 0.2rem rgba(0, 64, 153, 0.35);
}
.inside-platform-2 .nr .tit {
  font-size: 0.3rem;
  line-height: 0.4rem;
}
.inside-platform-2 .nr .t1 {
  padding-left: 0.15rem;
  position: relative;
  margin-top: 0.15rem;
}
.inside-platform-2 .nr .t1:before {
  left: 0;
  top: 0.11rem;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #fff;
  position: absolute;
}
.inside-platform-3 {
  padding-top: 0.8rem;
}
.inside-platform-3 .container {
  line-height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-platform-3 .textbox {
  width: 45%;
}
.inside-platform-3 .title {
  color: #333;
  font-weight: 700;
  font-size: 0.42rem;
  line-height: 0.5rem;
}
.inside-platform-3 .tag {
  color: #0b318f;
  font-size: 0.24rem;
  font-weight: 700;
  margin-top: 0.2rem;
}
.inside-platform-3 .text {
  padding-top: 0.5rem;
}
.inside-platform-3 .tu {
  width: 50%;
}
.inside-platform-4 {
  padding: 0.8rem 0;
}
.inside-platform-4 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.4rem;
}
.inside-platform-4 li {
  width: 50%;
  padding: 0 0.4rem;
  padding-top: 0.4rem;
}
.inside-platform-4 li .item {
  min-height: 100%;
  background: #f5fbff;
  border: solid 1px #cecece;
}
.inside-platform-4 li .pic {
  background: #fff;
  text-align: center;
}
.inside-platform-4 li .text {
  color: #333;
  line-height: 0.32rem;
  padding: 0.4rem;
}
.inside-platform-4 li .t1 {
  color: #333;
  font-weight: 700;
  font-size: 0.24rem;
}
.inside-platform-4 li .t2 {
  margin-top: 0.2rem;
}
.inside-job {
  text-align: center;
  position:relative;
  padding: 1.3rem 0;
}
.inside-job .title {
  color: #333;
  font-size: 0.42rem;
  font-weight: 700;
  line-height: 0.5rem;
}
.inside-job .text {
  font-size: 0.18rem;
  line-height: 0.36rem;
  padding-top: 0.3rem;
}
.inside-job-2 {
  padding: 0.8rem 0;
  background: #f1f5f8;
}
.inside-job-2 .title {
  color: #333;
  text-align: center;
  font-size: 0.42rem;
  font-weight: 700;
  line-height: 0.5rem;
}
.inside-job-2 ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-job-2 li {
  width: 20%;
  font-size: 0.18rem;
  text-align: center;
  margin-top: 0.6rem;
}
.inside-job-2 li .icon {
  position: relative;
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  background: #f6f9fb;
  border-radius: 50%;
  padding: 0.13rem;
}
.inside-job-2 li .ic2 {
  top: 50%;
  left: 50%;
  opacity: 0;
  position: absolute;
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: #0b318f;
  transform: translate(-50%, -50%) scale(0.85);
}
.inside-job-2 li .tit {
  margin-top: 0.3rem;
}
.inside-job-2 li:hover .ic1 {
  opacity: 0;
}
.inside-job-2 li:hover .ic2 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.inside-job-3 {
  padding-top: 0.8rem;
}
.inside-job-3 .title {
  color: #333;
  text-align: center;
  font-size: 0.42rem;
  font-weight: 700;
  line-height: 0.5rem;
  padding-bottom: 0.5rem;
}
.inside-job-3 .bg {
  color: #fff;
  height: 8.5rem;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inside-job-3 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  height: 8.5rem;
}
.inside-job-3 li:first-child {
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}
.inside-job-3 li {
  width: 25%;
  height: 100%;
  position: relative;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}
.inside-job-3 li .item {
  padding: 0.4rem;
  bottom: 0.8rem;
  position: absolute;
  line-height: 0.32rem;
  transition: all 500ms linear;
}
.inside-job-3 li .icon img {
  max-height: 0.81rem;
  transition: all 700ms ease;
}
.inside-job-3 li .tit {
  font-size: 0.24rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.inside-job-3 li .txt {
  opacity: 0;
  height: 0;
  margin-top: 0.2rem;
  transition: all 500ms ease;
}
.inside-job-3 li:hover .icon img {
  transform: scale(1.1);
}
.inside-job-3 li:hover .txt {
  opacity: 1;
  height: auto;
}
.inside-job-3 li:hover .item {
  bottom: 1rem;
}
.insider-job-4 {
  padding-top: 0.8rem;
  background: #f1f5f8;
  position: relative;
  font-size: 0.18rem;
  padding-bottom: 0.8rem;
}
.insider-job-4 li:first-child {
  color: #fff;
  margin-top: 0;
  padding: 0.05rem 0;
  font-size: 0.2rem;
  font-weight: 700;
  background: #0b318f;
}
.insider-job-4 li:first-child span:nth-child(3) {
  text-align: center;
}
.insider-job-4 li:first-child:before {
  display: none;
}
.insider-job-4 li,
.insider-job-4 .tit {
  color: #333;
  margin-top: 0.15rem;
  background: #fafafa;
  cursor: pointer;
  text-align: left;
  position: relative;
}
.insider-job-4 li span,
.insider-job-4 .tit span {
  width: 13%;
  float: left;
  text-align: center;
  height: 0.65rem;
  line-height: 0.65rem;
  padding-left: 0.6rem;
  overflow: hidden;
}
.insider-job-4 li span:nth-child(3),
.insider-job-4 .tit span:nth-child(3) {
  width: 35%;
}
.insider-job-4 li span:first-child,
.insider-job-4 .tit span:first-child {
  text-align: left;
  width: 22%;
}
.insider-job-4 .bt {
  color: #333;
  padding: 0.2rem 0 0.15rem 0;
  font-weight: 700;
}
.insider-job-4 .tit:nth-child(2) {
  margin-top: 0;
}
.insider-job-4 .txt {
  background: #fff;
  text-align: left;
  display: none;
  color: #666;
  padding: 0.2rem 0.6rem 0.7rem 0.6rem;
  line-height: 0.32rem;
}
.insider-job-4 .active {
  background: #fafafa;
}
.insider-job-4 .btn {
  margin-top: 0.5rem;
  font-size: 0.16rem;
}
.insider-job-4 .btn a {
  color: #fff;
  padding: 0 0.4rem;
  height: 0.48rem;
  line-height: 0.48rem;
  min-width: 2.3rem;
  background: #0b318f;
  display: inline-block;
}
.insider-job-4 .btn img {
  float: right;
  width: 0.3rem;
  margin-top: 0.08rem;
  max-height: 0.3rem;
}
.inside-title {
  color: #333;
  font-weight: 700;
  font-size: 0.42rem;
  line-height: 0.5rem;
}
.inside-case-1 {
  padding: 0.8rem 0;
  background: #f5fbff;
  position:relative;
}
.inside-case-1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-case-1 .txtbox {
  width: 65%;
  line-height: 0.32rem;
}
.inside-case-1 .pic {
  width: 26.5%;
}
.inside-case-1 .tag {
  font-weight: 700;
  color: #0b318f;
  font-size: 0.24rem;
  padding-top: 0.25rem;
}
.inside-case-1 .title-2 {
  color: #333;
  font-size: 0.24rem;
  font-weight: 700;
  padding: 0.4rem 0 0.3rem 0;
}
.inside-case-2 {
  padding: 0.8rem 0;
}
.inside-case-2 .inside-title {
  text-align: center;
}
.inside-case-2 .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
  padding-top: 0.3rem;
}
.inside-case-2 .list li {
  width: 33.333%;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.inside-case-2 .list li .pic {
  position: relative;
}
.inside-case-2 .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 73.17073171%;
}
.inside-case-2 .list li .item {
  min-height: 2.1rem;
  padding: 0.4rem;
  background: #f1f5f8;
  border-radius: 0.15rem;
  display: flex;
  justify-content: space-between;
  transition: all 334ms linear;
}
.inside-case-2 .list li .icon {
  width: 0.6rem;
  height: 0.6rem;
  position: relative;
}
.inside-case-2 .list li .icon img {
  max-height: 0.61rem;
}
.inside-case-2 .list li .ic2 {
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.5);
  position: absolute;
  transition: all 500ms ease;
}
.inside-case-2 .list li .txtbox {
  width: 77%;
}
.inside-case-2 .list li .tit {
  color: #333;
  font-size: 0.24rem;
  font-weight: 700;
  transition: color 500ms ease;
}
.inside-case-2 .list li .txt {
  margin-top: 0.15rem;
}
.inside-case-2 .list li:hover .item {
  color: #fff;
  background: #0b318f;
}
.inside-case-2 .list li:hover .tit {
  color: #fff;
}
.inside-case-2 .list li:hover .ic1 {
  opacity: 0;
}
.inside-case-2 .list li:hover .ic2 {
  opacity: 1;
  transform: scale(1);
}
.inside-case-2 .list-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-case-2 .list-2 li {
  width: 33.333%;
  text-align: center;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.inside-case-2 .list-2 li .item {
  padding: 0.6rem;
  padding-top: 1rem;
  border-radius: 0.15rem;
  background: #f1f5f8;
}
.inside-case-2 .list-2 li .pic {
  position: relative;
}
.inside-case-2 .list-2 li .pic:before {
  top: 50%;
  left: 50%;
  content: "";
  background: #fff;
  width: 3.6rem;
  position: absolute;
  height: 3.6rem;
  border-radius: 50%;
  transition: all 500ms ease;
  transform: translate(-50%, -50%);
}
.inside-case-2 .list-2 li .pic img {
  z-index: 2;
  position: relative;
}
.inside-case-2 .list-2 li .tit {
  color: #333;
  font-weight: 700;
  font-size: 0.2rem;
  margin-top: 1.2rem;
}
.inside-case-2 .list-2 li:hover .pic:before {
  width: 3.4rem;
  height: 3.4rem;
  background: rgba(255, 255, 255, 0.7);
}
.inside-case-3 {
  color: #fff;
  height: 6.32rem;
  padding-top: 0.8rem;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inside-case-3 .inside-title {
  color: #fff;
  text-align: center;
}
.inside-case-3 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  margin-top: 0.5rem;
}
.inside-case-3 li {
  width: 20%;
  padding: 0 0.5rem;
}
.inside-case-3 li .item {
  text-align: center;
}
.inside-case-3 li .tit {
  line-height: 0.6rem;
  font-weight: 700;
  font-size: 0.24rem;
  color: #0b318f;
  border-radius: 0.1rem;
  background: #fff;
}
.inside-case-3 li .txt {
  padding: 0 0.1rem;
  font-size: 0.18rem;
  line-height: 0.67rem;
  border-radius: 0.1rem;
  margin-top: 0.1rem;
  background: rgba(0, 202, 121, 0.2);
}
.inside-case-4 {
  color: #000;
  height: 5.65rem;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-case-4 .item {
  width: 38%;
  float: right;
  line-height: 0.3rem;
  text-align: justify;
}
.inside-case-5 {
  padding: 1rem 0;
  background-size: cover;
}
.inside-case-5 .inside-title {
  text-align: center;
}
.inside-case-5 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.9rem;
  padding-top: 0.6rem;
  justify-content: space-between;
}
.inside-case-5 li {
  width: 45%;
  color: #333;
  font-size: 0.18rem;
  padding: 0.1rem 0;
  border-bottom: solid 1px #cecece;
}
.inside-case-5 li p {
  display: flex;
  flex-wrap: wrap;
}
.inside-case-5 li span {
  display: inline-block;
}
.inside-case-5 li .t1 {
  width: 40%;
  font-weight: 700;
}
.inside-case-6 {
  padding: 0.9rem 0;
}
.inside-case-6 .inside-title {
  text-align: center;
}
.inside-case-6 .tu {
  margin-top: 0.8rem;
}
.inside-xg-case {
  padding: 0.8rem 0;
  background: #f5fbff;
}
.inside-xg-case .swiper-container {
  margin-top: 0.5rem;
}
.inside-xg-case .txtbox {
  color: #333;
  font-size: 0.16rem;
  background: #fff;
  line-height: 0.3rem;
  min-height: 2.4rem;
  padding: 0.4rem 0.3rem 0.2rem 0.3rem;
}
.inside-xg-case .pic {
  overflow: hidden;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.inside-xg-case .pic img {
  transition: all 500ms ease;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.inside-xg-case .tit {
  color: #000;
  font-weight: 700;
  font-size: 0.26rem;
}
.inside-xg-case .txt {
  padding-top: 0.2rem;
}
.inside-xg-case .item:hover .pic img {
  transform: scale(1.1);
}
.inside-xg-pro .inside-title {
  text-align: left;
  color: #0b318f;
}
.inside-xg-pro .list-2 ul {
  flex-wrap: nowrap;
}
.inside-tag {
  line-height: 0.4rem;
  margin-top: 0.6rem;
}
.inside-tag .f18 {
  color: #333;
}
.inside-tag a {
  color: #fff;
  border-radius: 0.05rem;
  margin: 0 0.05rem;
  padding: 0 0.2rem;
  display: inline-block;
  background: #0b318f;
}
.inside-tag a:hover {
  color: #fff;
}
.inside-page-news {
  margin-top: 0.6rem;
  /* height: 0.57rem; */
  line-height: 0.55rem;
  overflow: hidden;
  position: relative;
  color: #2d3132;
  /* border-top: solid 1px #e1e1e1; */
  /* border-bottom: solid 1px #e1e1e1; */
  border: solid 1px #e1e1e1;
}
.inside-page-news li {
  width: 100%;
  float: left;
  transition: all 500ms ease;
  padding: 0 0.6rem;
}
.inside-page-news li a {
  color: #2d3132;
  display:inline-block;
}
.inside-page-news li:nth-child(2) {
  /* float: right; */
}
.inside-page-news .fanhui {
  /* width: 10%; */
  /* display:block; */
  /* top: 0; */
  /* left: 50%; */
  /* padding: 0; */
  /* height: 100%; */
  /* text-align: center; */
  /* transform: translateX(-50%); */
  /* position: absolute; */
  /* border-left: solid 1px #e1e1e1; */
  /* border-right: solid 1px #e1e1e1; */
}
.inside-page-news .fanhui img {
  margin-bottom: 0.03rem;
  vertical-align: middle;
  max-height: 0.2rem;
}
.inside-page-news li:hover {
  color: #fff;
  background: #0b318f;
}
.inside-page-news li:hover a {
  color: #fff;
}
@media (max-width: 1024px) {
  .inside-page-news {
    margin-top: 30px;
    height: auto;
    border: 0;
    font-size: 12px;
  }
  .inside-page-news li {
    height: 44px;
    overflow: hidden;
    line-height: 43px;
    padding: 0 15px!important;
    width: 100%!important;
    text-align: left!important;
    border-bottom: solid 1px #ddd;
  }
  .inside-page-news .fanhui {
    display: none;
  }
}
.inside-xg-news {
  padding: 0.8rem 0;
  background: #fff;
}
.inside-xg-news .index-title {
  text-align: left;
}
.inside-xg-news .list {
  margin-top: 0.45rem;
}
.inside-page {
  font-size: 0.14rem;
  text-align: center;
  padding-top: 0.8rem;
  padding-bottom: 0.1rem;
}
.inside-page a {
  width: 0.4rem;
  height: 0.4rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 0.38rem;
  margin: 0 0.02rem;
  color: #666;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #b5b5b5;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: #0b318f;
  background: #0b318f;
}
.inside-page .prev,
.inside-page .next {
  width: 1rem;
  position: relative;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 0.06rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 0.06rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page span {
  padding-left: 0.2rem;
  font-size: 0.14rem;
}
.inside-page span input {
  color: #666;
  width: 0.6rem;
  padding: 0 0.1rem;
  height: 0.24rem;
  text-align: center;
  font-family: arial;
}
.verifyDiv {
  width: 100%;
  vertical-align: middle;
  position: relative;
}
.verify {
  height: 0.6rem;
  border-radius: 0.1rem;
  background-color: #f8f8f8;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px #e8e8e8 solid;
  border-radius: 0.1rem;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  z-index: 2;
  cursor: move;
}
.verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
}
.verify .drag-progress {
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0.6rem;
  line-height: 0.58rem;
  background-color: #7ac23c;
  color: #fff;
  text-align: center;
}
.verify .fix-tips,
.verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #999;
  z-index: 1;
  border-radius: 0.1rem;
  line-height: 0.6rem;
  padding-left: 0.5rem;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.verify .verify-msg {
  border-radius: 0.1rem;
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
.js .grid__item-img img {
  display: none;
}
.js .index-solution .list .swiper-wrapper img {
  display: none;
}
.inside-map {
  border-top: solid 1px #ddd;
  padding: 0.8rem 0;
}
.inside-map li {
  padding: 0.15rem 0;
}
.inside-map li a {
  font-weight: 700;
}
.inside-map li .subnav {
  padding-top: 0.1rem;
}
.inside-map li .subnav a {
  font-weight: 100;
  display: inline-block;
  padding-right: 0.3rem;
}
.culture .linian .conTabs {
    min-height: 3.5rem;
}

.nav-list {
	padding-bottom: 0.4rem;
}

/* .nav-list ul { */
	/* font-size:0; */
	/* text-align:center */
/* } */
.nav-list ul li {
	height:36px;
	border:1px solid #666;
	line-height:34px;
	text-align:center;
	padding:0 10px;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	margin:0 2px
}
.nav-list ul li a {
	display:block;
	font-size:0.16rem;
	color:#666
}

.nav-list ul li:hover {
	border:1px solid #0b318f;
	background:#0b318f
}
.nav-list ul li:hover a {
	color:#fff
}

.nav-list ul .active {
	border:1px solid #0b318f;
	background:#0b318f
}
.nav-list ul .active a {
	color:#fff
}

.transparent {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	z-index: 9999;
	backdrop-filter: blur(5px);
}

.transparent.active {
	display: block;
}

#privacyPopup {
	z-index: 10000;
	position: fixed;
	width: auto;
	background: #fff;
	top: 50%;
	left: 50%;
	width: 8rem;
	transform: translate(-50%, -50%);
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

#privacyPopup video {
	display: block;
	max-width: 100%;
}

#privacyPopup .close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 40px;
	font-size: 42px;
	color: #fff;
	cursor: pointer;
	z-index: 5;
}