* {
  box-sizing: border-box;
  outline: 0;
}
@font-face {
  font-family: "Oswald-Bold";
  src: url("../fonts/Oswald-Bold.eot");
  src: url('../fonts/Oswald-Bold.ttf');
  src: url('../fonts/Oswald-Bold.woff');
  src: url('../fonts/Oswald-Bold.woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Oswald-Regular";
  src: url('../fonts/Oswald-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'myfont';
  src: url('../fonts/HARMONYOS_SANS_SC_REGULAR.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'myfont2';
  src: url('../fonts/优设标题黑.TTF');
  font-weight: normal;
  font-style: normal;
}
@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;
}
*,
*: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: #003686;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
html {
  font-size: 100px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px !important;
  }
}
@media screen and (min-width: 1023px) {
  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;
}
/*濞撳懏顨熷ù顔煎З*/
.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 fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-150px, 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;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.scrollArrow {
  animation-name: scrollArrow;
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(180deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan2;
}
/* 鏉炶棄鍙嗛弫鍫熺亯 */
@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;
}
.fadeInup {
  animation: fadeInup 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;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  font-family: "瀵邦喛钂嬮梿鍛寸拨", "arial";
}
@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: 0px;
  opacity: 0.5;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.1);
}
::-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%;
  max-width: 16.8rem;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .container {
    padding: 0 1rem;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px;
    padding: 0 20px;
  }
}
.dw {
  top: -1rem;
  z-index: -1;
  position: absolute;
}
.button {
  color: #fff;
  border-radius: 0.3rem;
  display: inline-block;
  height: 0.54rem;
  line-height: 0.54rem;
  min-width: 1.4rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #003686, #018abe);
  transition: all 0.3s ease-in-out;
}
.button a,
.button span {
  z-index: 2;
  color: #fff;
  display: block;
  position: relative;
  padding-left: 0.3rem;
}
.button a:after,
.button span:after {
  top: 50%;
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0.2rem;
  transform: translateY(-50%);
}
.button i {
  top: 0.2rem;
  right: 0.3rem;
  position: absolute;
  display: inline-block;
  font-style: normal;
}
.button i img {
  max-height: 0.15rem;
}
@media (max-width: 1024px) {
  .button {
    min-width: 120px;
    border-radius: 30px;
    height: 40px!important;
    line-height: 40px!important;
  }
  .button a,
  .button span {
    padding-left: 0;
  }
}
.button:hover::before {
  transform: scale(1.05);
}
.button:hover::before {
  animation: shine 1.5s ease-out infinite;
}
.button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}
@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.header {
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  position: absolute;
  transition: all 0.3s linear;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.header .container {
  max-width: 19.2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  margin-left: 0.7rem;
  position: relative;
  display: inline-block;
}
.header .logo img {
  max-height: 0.5rem;
  transition: all 500ms ease;
}
.header .logo .img-2 {
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.5);
  position: absolute;
  transition: all 0.3s linear;
}
.header .language {
  position: relative;
  width: 1.6rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}
.header .language a {
  color: #fff;
  display: block;
  position: relative;
}
.header .language a:after {
  content: "";
  margin-bottom: 0.03rem;
  margin-left: 0.04rem;
  display: inline-block;
  border-top: solid 0.06rem #ffffff;
  border-left: solid 0.06rem transparent;
  border-right: solid 0.06rem transparent;
}
.header .language .xiala {
  left: 0;
  width: 100%;
  top: 0.9rem;
  display: none;
  padding: 0.3rem 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.5);
}
.header .language .xiala a {
  color: #666;
  display: block;
  line-height: 0.3rem;
}
.header .language .xiala a:after {
  display: none;
}
.header .language .xiala a:hover {
  color: #003686;
}
.header .language:hover .xiala {
  display: block;
}
.header .right {
  top: 0;
  right: 0rem;
  display: flex;
  position: absolute;
}
.header .searchBtn {
  position: relative;
  height: 0.9rem;
  line-height: 0.9rem;
  width: 1.45rem;
  background: #003686;
  transition: all 500ms ease;
  cursor: pointer;
}
.header .searchBtn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: scale(1);
  transition: 0.5s;
}
.header .searchBtn svg {
  fill: #fff;
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s;
}
.header .searchBtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  background: #003686;
}
.header .searchBtn:hover svg {
  fill: #fff !important;
}
.header .nav {
  padding-right: 4.5rem;
  text-align: right;
}
.header .nav li:first-child a:before {
  display: none;
}
.header .nav li:hover > a:after,
.header .nav .active > a:after {
  left: 50%;
  width: 0.62rem;
}
.header .nav li {
  float: left;
  position: relative;
  line-height: 0.9rem;
  font-size: 0.18rem;
}
.header .nav li > a {
  color: #ecf3fd;
  display: block;
  padding: 0 0.4rem;
  position: relative;
  transition: color 500ms ease;
}
.header .nav li > a:after {
  bottom: 0;
  left: -5%;
  content: "";
  width: 0;
  height: 0.03rem;
  background: #fff;
  position: absolute;
  transform: translateX(-50%);
  transition: all 500ms ease;
}
.header .nav li:hover:before,
.header .nav .active:before,
.header .nav li:hover:after,
.header .nav .active:after {
  transform: scale(1);
}
.header .nav .subnav {
  left: 50%;
  width: 100%;
  color: #fff;
  display: none;
  text-align: center;
  font-size: 0.16rem;
  background: rgba(255, 255, 255, 0.95);
  transform: translateX(-50%);
  padding: 0.2rem 0.1rem;
  line-height: 0.3rem;
  top: 0.9rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  position: absolute;
}
.header .nav .subnav a {
  color: #666;
  display: block;
}
.header .nav .subnav a:hover {
  color: #003686;
}
.header .nav li:hover .subnav {
  display: block;
}
@media (max-width: 1680px) {
  .header .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}



@media (max-width: 1024px) {
  .header {
    height: 60px;
    border: 0;
    background: #003686!important;
    position: fixed!important;
  }
  .header .top {
    display: none;
  }
  .header .container {
    height: 60px;
    padding: 0 20px;
  }
  .header .logo {
    margin-left: 0;
    margin-top: 4px;
    width: auto;
  }
  .header .logo img {
    max-height: 36px;
  }
  .header .logo .img-1 {
    opacity: 1!important;
  }
  .header .logo .img-2 {
    opacity: 0!important;
  }
  .header .nav,
  .header .right {
    display: none;
  }
}
#searchPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
#searchPopup .transparent {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
}
#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: 0.9rem;
  opacity: 1;
  z-index: 999;
}
#searchPopup .searchBox .container {
  width: 100%;
  max-width: 6.4rem;
  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: 100%;
  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: #003686;
  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: #003686;
}
#searchPopup .searchBox .close {
  display: none;
}
#searchPopup .searchBox2.fadeIn {
  top: 0.95rem;
}
@media screen and (max-width: 1024px) {
  #searchPopup .searchBox {
    top: 60px;
  }
  #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;
  }
}
.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;
}
@media (max-width: 1024px) {
  .navPhoneBtn {
    display: block;
  }
}
.fp-viewing-section2 .header,
.fp-viewing-section3 .header,
.fp-viewing-section4 .header,
.fp-viewing-section5 .header,
.fp-viewing-section6 .header,
.fp-viewing-section7 .header {
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.95);
}
.fp-viewing-section2 .header .logo .img-1,
.fp-viewing-section3 .header .logo .img-1,
.fp-viewing-section4 .header .logo .img-1,
.fp-viewing-section5 .header .logo .img-1,
.fp-viewing-section6 .header .logo .img-1,
.fp-viewing-section7 .header .logo .img-1 {
  opacity: 0;
}
.fp-viewing-section2 .header .logo .img-2,
.fp-viewing-section3 .header .logo .img-2,
.fp-viewing-section4 .header .logo .img-2,
.fp-viewing-section5 .header .logo .img-2,
.fp-viewing-section6 .header .logo .img-2,
.fp-viewing-section7 .header .logo .img-2 {
  opacity: 1;
  transform: scale(1);
}
.fp-viewing-section2 .nav li,
.fp-viewing-section3 .nav li,
.fp-viewing-section4 .nav li,
.fp-viewing-section5 .nav li,
.fp-viewing-section6 .nav li,
.fp-viewing-section7 .nav li {
  line-height: 0.8rem;
}
.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 .nav li .subnav,
.fp-viewing-section3 .nav li .subnav,
.fp-viewing-section4 .nav li .subnav,
.fp-viewing-section5 .nav li .subnav,
.fp-viewing-section6 .nav li .subnav,
.fp-viewing-section7 .nav li .subnav {
  top: 0.8rem;
}
.fp-viewing-section2 .searchBtn,
.fp-viewing-section3 .searchBtn,
.fp-viewing-section4 .searchBtn,
.fp-viewing-section5 .searchBtn,
.fp-viewing-section6 .searchBtn,
.fp-viewing-section7 .searchBtn,
.fp-viewing-section2 .language,
.fp-viewing-section3 .language,
.fp-viewing-section4 .language,
.fp-viewing-section5 .language,
.fp-viewing-section6 .language,
.fp-viewing-section7 .language {
  height: 0.8rem;
  line-height: 0.8rem;
}
.fp-viewing-section2 .language a,
.fp-viewing-section3 .language a,
.fp-viewing-section4 .language a,
.fp-viewing-section5 .language a,
.fp-viewing-section6 .language a,
.fp-viewing-section7 .language a {
  color: #666;
}
.fp-viewing-section2 .language a:after,
.fp-viewing-section3 .language a:after,
.fp-viewing-section4 .language a:after,
.fp-viewing-section5 .language a:after,
.fp-viewing-section6 .language a:after,
.fp-viewing-section7 .language a:after {
  border-top: solid 0.06rem #666;
  border-left: solid 0.06rem transparent;
  border-right: solid 0.06rem transparent;
}
.fp-viewing-section2 .language .xiala,
.fp-viewing-section3 .language .xiala,
.fp-viewing-section4 .language .xiala,
.fp-viewing-section5 .language .xiala,
.fp-viewing-section6 .language .xiala,
.fp-viewing-section7 .language .xiala {
  top: 0.8rem;
}
.header-2,
.header-3 {
  top: auto;
  left: auto;
  position: relative;
  border-color: #ccc;
  background: #f0f2f4;
}
.header-2 .logo .img-1,
.header-3 .logo .img-1 {
  opacity: 0;
}
.header-2 .logo .img-2,
.header-3 .logo .img-2 {
  opacity: 1;
  transform: scale(1);
}
.header-2 .nav li a,
.header-3 .nav li a {
  color: #333;
}
.header-2 .nav li a::after,
.header-3 .nav li a::after {
  background: #003686;
}
.header-2 .language,
.header-3 .language {
  border-color: #ccc;
}
.header-2 .language a,
.header-3 .language a {
  color: #666;
}
.header-2 .language .xiala,
.header-3 .language .xiala {
  top: 0.8rem;
}
.header-2 .searchBtn,
.header-3 .searchBtn,
.header-2 .language,
.header-3 .language {
  height: 0.8rem;
  line-height: 0.8rem;
}
.header-3 {
  background: #fff;
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  border-bottom: 0;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
}
.fixed .logo .img-1 {
  opacity: 0;
}
.fixed .logo .img-2 {
  opacity: 1;
  transform: scale(1);
}
.fixed .nav li {
  line-height: 0.8rem;
}
.fixed .nav li a {
  color: #333;
}
.fixed .nav li .subnav {
  top: 0.8rem;
}
.fixed .nav li a::after {
  background: #003686;
}
.fixed .searchBtn,
.fixed .language {
  height: 0.8rem;
  line-height: 0.8rem;
}
.fixed .language {
  border-color: #cfd1d3;
}
.fixed .language a {
  color: #666;
}
.fixed .language a:after {
  border-top: solid 0.06rem #666;
  border-left: solid 0.06rem transparent;
  border-right: solid 0.06rem transparent;
}
.fixed .language .xiala {
  top: 0.8rem;
}
.banner {
  height: 100%;
  clear: both;
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-slide {
  width: 100% !important;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.banner img {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.banner video {
  max-width: 100%;
  object-fit: cover;
  vertical-align: top;
}
.banner .pc {
  display: block;
  background: #000;
}
.banner .pc img {
  width: auto;
  height: auto;
  max-height: initial;
  max-width: initial;
  width: 100%;
  object-fit: cover;
}
.banner .ph {
  display: none;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .swiper-slide-active .t1 {
  animation: 2s fadeInUp2 ease;
}
.banner .swiper-slide-active .t2 {
  animation: 2s fadeInDown2 ease;
}
.banner .swiper-slide-active .index-button {
  animation: 2s fadeInUp2 ease;
}
.banner .swiper-pagination {
  height: 0.06rem;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 9;
}
.banner .swiper-pagination-bullet {
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 0.06rem;
  margin: 0 0.05rem;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.38);
  transition: all .5s;
}
.banner .swiper-pagination-bullet-active {
  width: 0.12rem;
  background-color: #fff;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  opacity: 0;
  display: inline-block;
  float: left;
  border: none;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16);
  border: 1px #fff dashed;
  color: #fff;
  text-align: center;
  line-height: 0.5rem;
  cursor: pointer;
  z-index: 1;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  font-size: 0.16rem;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  background-color: #003686;
  color: #fff;
}
.banner .swiper-button-prev {
  margin-left: 0.3rem;
  margin-right: 0.2rem;
}
.banner .swiper-button-next {
  margin-right: 0.3rem;
}
.banner .text {
  width: 100%;
  color: #fff;
  top: 50%;
  text-align: left;
  position: absolute;
  transform: translateY(-50%);
}
.banner .t1 {
  font-family: "myfont2";
  background: -webkit-gradient(linear, left top, left bottom, from(#939392), color-stop(#f1f1f1), to(#939392));
  background: linear-gradient(to bottom, #939392, #f1f1f1, #939392);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  background-clip: text;
}
.banner .t1 img {
  max-height: 1.34rem;
}
.banner .t2 {
  font-size: 0.28rem;
  letter-spacing: 0.05rem;
  margin-top: -0.1rem;
}
.banner .index-button {
  margin-top: 0.6rem;
}
.banner .index-button a {
  vertical-align: top;
  color: #fff;
  border-color: #fff;
}
.banner .index-button a:after {
  content: "";
  vertical-align: top;
  margin-top: 0.18rem;
  margin-left: 0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  background: url(../images/arrow.png) no-repeat center center;
  background-size: cover;
}
.banner .index-button a:before {
  background: rgba(255, 255, 255, 0.1);
}
.banner .index-button span {
  color: #fff;
}
.banner .btnDiv {
  text-align: left;
  width: 100%;
  position: absolute;
  bottom: 0.8rem;
  color: #fff;
  z-index: 5;
  left: 50%;
  transform: translate(-50%, 0);
}
.banner .btnDiv .container {
  padding-right: 0.5rem;
  position: relative;
}
.banner .btnDiv ul {
  width: 100%;
  display: flex;
  list-style: none;
}
.banner .btnDiv ul li {
  width: 33.33333333%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.38);
  padding: 0.1rem 0;
  font-size: 0.18rem;
  font-weight: bold;
}
.banner .btnDiv ul li span {
  font-family: "OPPOSANS-M";
  padding-left: 0rem;
}
.banner .btnDiv ul li.active {
  border-color: #003686;
}
.banner .btnDiv ul li a {
  color: #fff;
  cursor: pointer;
  letter-spacing: 0;
}
.banner .start,
.banner .stop {
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background-color: #c6c6c6;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: -0.1rem;
}
.banner .stop:before,
.banner .stop:after {
  content: "";
  display: block;
  width: 0.02rem;
  height: 0.12rem;
  background-color: #fff;
  position: absolute;
  top: 0.13rem;
}
.banner .stop:before {
  left: 0.14rem;
}
.banner .stop:after {
  right: 0.14rem;
}
.banner .start {
  background-color: #003686;
  display: none;
}
.banner .start:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 0.08rem 0 0.08rem 0.1rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 60px;
    height: auto;
  }
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
  }
  .banner .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .banner .info {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .banner .t2 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .banner .index-button {
    display: none;
  }
  .banner .btnDiv {
    bottom: 30px;
  }
  .banner .btnDiv .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner .btnDiv ul li {
    font-size: 12px;
    padding: 5px 0 10px 0;
  }
  .banner .btnDiv ul li span {
    padding-left: 0;
    display: none;
  }
  .banner .start,
  .banner .stop {
    display: none !important;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .banner .swiper-button-next:after,
  .banner .swiper-button-prev:after {
    font-size: 12px;
  }
}
.fp-flex {
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .fp-flex {
    height: auto;
    display: block;
  }
}
.index-title .en {
  line-height: 0.5rem;
  font-size: 0.48rem;
  color: #555555;
  font-family: "myfont";
}
.index-title .cn {
  font-weight: 700;
  color: #003686;
  font-size: 0.32rem;
  padding-top: 0.1rem;
}
@media (max-width: 1024px) {
  .index-title .en {
    font-size: 24px;
    line-height: 30px;
  }
}
.index-button a {
  overflow: hidden;
  text-align: center;
  border-radius: 0.3rem;
  height: 0.56rem;
  line-height: 0.52rem;
  display: inline-block;
  min-width: 1.8rem;
  border: solid 0.02rem #003686;
  position: relative;
}
.index-button a:before {
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #003686;
  border-radius: 0.3rem;
  transition: all 334ms ease;
}
.index-button a:after {
  content: "";
  z-index: 4;
  vertical-align: top;
  margin-top: 0.18rem;
  margin-left: 0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  position: relative;
  display: inline-block;
  background: url(../images/arrow-h.png) no-repeat center center;
  background-size: cover;
}
.index-button span {
  z-index: 3;
  color: #003686;
  display: inline-block;
  position: relative;
}
.index-button:hover a:before {
  width: 100%;
}
.index-button:hover a:after {
  background: url(../images/arrow.png) no-repeat center center;
  background-size: cover;
}
.index-button:hover span {
  color: #fff;
}
.index-product {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-product .container {
  position: relative;
}
.index-product .listmenu {
  top: 0.05rem;
  right: 0;
  position: absolute;
  width: 11.6rem;
}
.index-product .listmenu span {
  color: #07121b;
  margin: 0.1rem;
  display: block;
  text-align: center;
  border-radius: 0.3rem;
  cursor: pointer;
  background: #fff;
  height: 0.46rem;
  line-height: 0.46rem;
  box-shadow: 0.02rem 0 0.1rem rgba(0, 0, 0, 0.24);
}
.index-product .listmenu .swiper-slide-thumb-active span {
  color: #fff;
  background: #003686;
}
.index-product .listnr .item {
  display: flex;
}
.index-product .listnr .leftbox {
  width: 45%;
  display: none;
  padding-top: 1rem;
}
.index-product .listnr .leftbox .tit {
  font-weight: 700;
  font-size: 0.32rem;
  color: #003686;
}
.index-product .listnr .leftbox .tit a {
  color: #003686;
}
.index-product .listnr .leftbox .tit a:hover {
  color: #c40110;
}
.index-product .listnr .leftbox .txt {
  width: 4.15rem;
  padding-top: 0.15rem;
}
.index-product .listnr .leftbox .tag {
  padding-top: 0.4rem;
  flex-wrap: wrap;
  display: flex;
}
.index-product .listnr .leftbox .tag span {
  width: 50%;
  display: block;
  margin-top: 0.1rem;
}
.index-product .listnr .leftbox .tag a {
  color: #003686;
}
.index-product .listnr .leftbox .tag a:hover {
  color: #c40110;
}
.index-product .listnr .leftbox .index-button {
  margin-right: 0.1rem;
  display: inline-block;
  margin-top: 0.8rem;
}
.index-product .listnr .rightbox {
  width: 44%;
  text-align: center;
}
.index-product .listnr .rightbox .pic {
  transform: scale(0.75);
  position: relative;
}
.index-product .listnr .rightbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 100.64285714%;
}
.index-product .listnr .rightbox .tit {
  margin-top: -16%;
  font-size: 0.18rem;
  color: #141414;
  font-weight: 700;
  position: relative;
}
.index-product .listnr .swiper-button-prev {
  opacity: 0;
}
.index-product .listnr .swiper-button-next {
  right: 23%;
  margin-top: -0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #003686;
  border-radius: 50%;
  transition: all 500ms ease;
  box-shadow: 0.02rem 0 0.57rem rgba(52, 133, 253, 0.49);
}
.index-product .listnr .swiper-button-next:after {
  font-size: 0;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/arrow.png) no-repeat center center;
  background-size: cover;
}
.index-product .listnr .swiper-button-next:hover {
  background: #c40110;
  box-shadow: 0.02rem 0 0.57rem rgba(196, 1, 16, 0.4);
}
.index-product .listnr .swiper-container {
  overflow: inherit;
}
.index-product .listnr .swiper-slide-active .rightbox .pic {
  transform: scale(1);
}
.index-product .listnr .swiper-slide-active .rightbox .tit {
  opacity: 0;
}
.index-product .listnr .swiper-slide-active .leftbox {
  display: block;
}
@media (max-width: 1024px) {
  .index-product {
    background: #d5dee7!important;
    padding: 50px 0;
  }
  .index-product .listmenu {
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 0.3rem;
    position: relative;
  }
  .index-product .listmenu span {
    height: 40px;
    line-height: 40px;
  }
  .index-product .listnr .swiper-container {
    overflow: hidden;
  }
  .index-product .listnr .swiper-button-next {
    right: 0;
  }
  .index-product .listnr .item {
    display: block;
  }
  .index-product .listnr .leftbox {
    padding-top: 40px;
  }
  .index-product .listnr .leftbox,
  .index-product .listnr .rightbox {
    width: 100%;
  }
  .index-product .listnr .leftbox .txt,
  .index-product .listnr .rightbox .txt {
    width: 100%;
  }
  .index-product .listnr .swiper-button-prev,
  .index-product .listnr .swiper-button-next {
    top: 10px;
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .index-product .listnr .leftbox .tag {
    display: block;
	padding-top: 10px;
  }
  .index-product .listnr .leftbox .tag span {
    width: 100%;
	display: inline;
  }
  .index-product .listnr .leftbox .index-button {
    margin-top: 10px;
  }
  .index-product .listnr .rightbox .pic:after{
	  padding-bottom: 68.64285714%
  }
  .index-product .listnr .swiper-slide-active .rightbox .tit{
	  display:none;
  }
}
.index-technology {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-technology .container {
  height: 4.5rem;
  position: relative;
}
.index-technology .item {
  color: #fff;
  width: 15%;
  margin-left:0.6rem;
}
.index-technology .index-title .cn,
.index-technology .index-title .en {
  color: #fff;
}
.index-technology .index-title .cn {
  font-weight: normal;
}
.index-technology .text {
  padding-top: 0.7rem;
}
.index-technology .tag {
  padding-top: 0.5rem;
}
.index-technology .tag span {
  padding-right: 0.3rem;
  padding-bottom: 0.1rem;
  display: inline-block;
  border-bottom: solid 1px #fff;
}
.index-technology .shuzi {
  font-size: 0.48rem;
  font-family: "Oswald-Regular";
}
.index-technology .technical-pagination {
  position: absolute;
  width: 0.03rem;
  left: auto;
  right: 0%;
  top: 1rem;
  bottom: auto;
  font-size: 0.14rem;
  height: 2.1rem;
}
.index-technology .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
}
.index-technology .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}
.index-technology .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.index-technology .swiper-button-prev,
.index-technology .swiper-button-next {
  width: 0.5rem;
  height: 0.5rem;
  top: auto;
  margin-top: auto;
  bottom:0.4rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 500ms ease;
  box-shadow: 0.02rem 0 0.57rem rgba(52, 133, 253, 0.49);
}
.index-technology .swiper-button-prev:after,
.index-technology .swiper-button-next:after {
  color: #fff;
  font-size: 0.18rem;
}
.index-technology .swiper-button-prev:hover,
.index-technology .swiper-button-next:hover {
  background: #ffffff;
}
.index-technology .swiper-button-prev:hover:after,
.index-technology .swiper-button-next:hover:after {
  color: #003686;
}
.index-technology .swiper-button-prev {
	right: 3.18rem;
	left: auto;
}
.index-technology .swiper-button-next {
  right: 2.2rem;
}
.index-technology .num {
  left: -0.25rem;
  bottom: -0.3rem;
  position: absolute;
  width: 0.5rem;
  font-family: "myfont";
  color: rgba(255, 255, 255, 0.5);
}
/*@media (max-width: 1600px) {
  .index-technology .item {
    width: 38%;
    margin-left: 7.6rem;
  }
}*/
@media (max-width: 1024px) {
  .index-technology {
    background: #003686 !important;
    padding: 60px 0;
  }
  .index-technology .item {
    width: 100%;
    margin-left: 0;
    padding-right: 20px;
  }
  .index-technology .num {
    width: 40px;
    margin-left: -10px;
    font-size: 12px;
  }
  .index-technology .technical-pagination {
    right: 20px;
    left: auto;
  }
  .index-technology .swiper-button-prev {
    left: 20px;
  }
  .index-technology .swiper-button-next {
    left: 60px;
  }
}
.index-solution {
  background: #e5ecf3;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
.index-solution:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  position: absolute;
  height: 1.8rem;
  /*background: linear-gradient(to bottom, #a8c4e4, #e5ecf3, #e5ecf3);*/
  background:#e5ecf3;
}
.index-solution .container {
  width: 100%;
}
.index-solution .index-title {
  z-index: 8;
  position: relative;
  text-align: left;
  margin-top: 1.3rem;
}
.index-solution .index-button {
  right: 0;
  top: 0.35rem;
  position: absolute;
}
.index-solution .nr {
  bottom: 0;
  left: 0;
  max-height: 6.6rem;
  position: absolute;
  width: 100%;
}
.index-solution .nr:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  width: 110vw;
  height: 2.1rem;
  background: #e5ecf3;
  transform: translate(-50%, -72%);
  z-index: 2;
  border-radius: 100%;
}
.index-solution .bgs img {
  width: 100%;
}
.index-solution .cons {
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 2;
}
.index-solution .cons .swiper-container {
  height: 100%;
}
.index-solution .cons .box {
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
  align-items: flex-end;
  height: 6.6rem;
  color: #fff;
}
.index-solution .cons .box:before {
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.35);
}
.index-solution .cons .box:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s linear;
  z-index: 1;
}
.index-solution .cons .box:hover .boxC {
  transform: translateY(0);
}
.index-solution .cons .box:hover .info {
  opacity: 1;
  transform: translateY(0);
}
.index-solution .cons .box:hover .button {
  opacity: 1;
  transform: translateY(0);
}
.index-solution .cons .box:hover .button span:before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}

@media(max-width:1600px) {
	 .index-solution .nr:after {
	 		transform: translate(-50%, -50%);
	 }
}

@media(max-width:1440px) {
	.index-solution .nr:after{
		 height:0.6rem;
	}
}

@media(max-width:1380px) {
	.index-solution .nr:after{
		  height:2.6rem;
	}
}

@media (max-width: 640px) {
  .index-solution .cons .box {
    height: 300px;
  }
}
.index-solution .cons .learn {
  text-align: center;
  padding: 0 0.1rem;
  border-radius: 0.3rem;
  min-width: 1.4rem;
  display: none;
  line-height: 0.47rem;
  height: 0.47rem;
  margin-top: 0.45rem;
  background: #c40110;
}
.index-solution .cons .learn img {
  margin-top: 0.15rem;
  margin-left: 0.15rem;
  max-height: 0.2rem;
}
.index-solution .cons .boxC {
  padding: 0 0.3rem 1.7rem 0.3rem;
  transform: translateY(1rem);
  position: relative;
  z-index: 2;
  transition: all 0.3s linear;
}
.index-solution .cons .icon img {
  max-height: 0.9rem;
}
.index-solution .cons .title {
  margin-top: 0.1rem;
  margin-bottom: 0.05rem;
  font-size: 0.24rem;
  position: relative;
}
.index-solution .cons .title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -0.31rem;
  width: 2px;
  height: 0.27rem;
  background: #fff;
}
.index-solution .cons .info {
  opacity: 0;
  text-shadow: 0 0 1px #000;
  margin-top: 0.05rem;
  transform: translateY(0px);
  transition: all 0.3s linear;
}
.index-solution .cons .swiper-slide-active .en {
  display: none;
}
.index-solution .cons .swiper-slide-active .title {
  font-weight: 700;
  font-size: 0.32rem;
  text-shadow: 0 0 1px #000;
}
.index-solution .cons .swiper-slide-active .box:after {
  background: rgba(0, 0, 0, 0.5);
}
.index-solution .cons .swiper-slide-active .boxC {
  transform: translateY(0);
}
.index-solution .cons .swiper-slide-active .info {
  opacity: 1;
  transform: translateY(0);
}
.index-solution .cons .swiper-slide-active .button {
  opacity: 1;
  transform: translateY(0);
}
.index-solution .swiper-button-next,
.index-solution .swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s linear;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
}
.index-solution .swiper-button-next:after,
.index-solution .swiper-button-prev:after {
  font-size: 0.2rem;
}
.index-solution .swiper-button-next:hover,
.index-solution .swiper-button-prev:hover {
  background: #003686;
}
.index-solution .swiper-button-prev {
  transform: translateX(-50%);
}
.index-solution .swiper-button-prev:after {
  transform: translateX(50%);
}
.index-solution .swiper-button-next {
  transform: translateX(50%);
}
.index-solution .swiper-button-next:after {
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .index-solution {
    background: transparent;
    padding-top: 50px;
  }
  .index-solution .index-title {
    margin-top: 0;
  }
  .index-solution:before {
    display: none;
    height: 80px;
  }
  .index-solution .index-title {
    padding-top: 0px;
  }
  .index-solution .nr {
    left: auto;
    bottom: auto;
    margin-top: 40px;
    position: relative;
    max-height: none;
  }
  .index-solution .nr:after {
    display: none;
  }
  .index-solution .titleBig {
    transform: translateY(0);
  }
  .index-solution .titleBig .title {
    font-size: 24px;
  }
  .index-solution .titleBig .info {
    font-size: 14px;
  }
  .index-solution .bgs img {
    width: 100%;
    height: auto;
  }
  .index-solution .cons {
    top: auto;
    left: auto;
    background: #018abe;
    position: relative;
  }
  .index-solution .cons .boxC {
    text-align: center;
    width: 100%;
    padding: 30px;
    transform: translate(0);
  }
  .index-solution .cons .title {
    font-size: 24px;
  }
  .index-solution .cons .title:after {
    display: none;
  }
  .index-solution .cons .info {
    font-size: 14px;
    margin-top: 20px;
  }
  .index-solution .cons .box {
    border-right: 0;
  }
  .index-solution .cons .box:after {
    display: none;
  }
  .index-solution .swiper-button-next,
  .index-solution .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
.index-advantages {
  position: relative;
}
.index-advantages .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.index-advantages .index-title {
  left: 0;
  top: 1.5rem;
  width: 100%;
  z-index: 9;
  text-align: center;
  position: absolute;
}
.index-advantages .index-title .cn,
.index-advantages .index-title .en {
  color: #fff;
}
.index-advantages .list {
  width: 100%;
  position: relative;
  /* height: 7.4rem; */
  height: 75vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-advantages .list:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  position: absolute;
  background: rgba(0, 13, 32, 0.36);
}
.index-advantages .list ul {
  z-index: 7;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.index-advantages .list li {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  /* height: 7.4rem; */
  height: 75vh;
  padding-top: 1.7rem;
  transition: all 0.3s linear;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}
.index-advantages .list li a {
  color: #fff;
  display: block;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}
.index-advantages .list li .icon img {
  max-height: 0.7rem;
}
.index-advantages .list li .t1 {
  font-size: 0.25rem;
  font-weight: 700;
  margin-top: 0.3rem;
}
.index-advantages .list li .t2 {
  display: none;
  margin-top: 0.4rem;
  transition: all 0.3s linear;
}
.index-advantages .list li .t3 {
  font-size: 0.14rem;
  margin-top: 0.8rem;
  position: relative;
}
.index-advantages .list li .t3:before {
  content: "";
  height: 1px;
  margin-top: 0.15rem;
  margin-right: 0.15rem;
  width: 0.26rem;
  vertical-align: top;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
}
.index-advantages .list li .index-button {
  display: none;
  transition: all 0.3s linear;
  margin-top: 0.7rem;
}
.index-advantages .list li .index-button span {
  color: #fff;
  overflow: hidden;
  text-align: center;
  border-radius: 0.3rem;
  height: 0.56rem;
  line-height: 0.52rem;
  display: inline-block;
  min-width: 1.8rem;
  border: solid 0.02rem #fff;
  position: relative;
}
.index-advantages .list li .index-button img {
  margin-top: 0.17rem;
  max-height: 0.2rem;
  margin-left: 0.15rem;
}
@media (min-width: 1025px) {
  .index-advantages .list li:hover {
    background: rgba(7, 60, 137, 0.6);
  }
  .index-advantages .list li:hover .t3 {
    display: none;
  }
  .index-advantages .list li:hover .t2,
  .index-advantages .list li:hover .index-button {
    display: block;
  }
}
.index-advantages .ad {
  color: #fff;
  text-align: center;
  /* margin-top: 0.04rem; */
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  /* height: 2.15rem; */
  height: 25vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-advantages .ad .t1 {
  font-size: 0.28rem;
}
.index-advantages .ad .btnbox {
  margin-top: 0.3rem;
}
.index-advantages .ad .btnbox a {
  transition: all 0.3s ease;
  color: #fff;
  margin: 0 0.25rem;
  border-radius: 0.3rem;
  padding: 0 0.15rem;
  text-align: center;
  height: 0.5rem;
  line-height: 0.48rem;
  min-width: 1.72rem;
  display: inline-block;
}
.index-advantages .ad .btnbox a:hover {
  box-shadow: 0 0 0.3rem rgba(255, 255, 255, 0.7);
}
.index-advantages .ad .btnbox img {
  max-height: 0.2rem;
  margin-top: 0.16rem;
  margin-left: 0.15rem;
}
.index-advantages .ad .btnbox .btn1 {
  background: linear-gradient(to right, #018abe, #001b48);
}
.index-advantages .ad .btnbox .btn2 {
  background: url(../images/bk.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .index-advantages .index-title {
    top: auto;
    left: auto;
    padding: 50px 0;
    position: relative;
  }
  .index-advantages .list {
    height: auto;
  }
  .index-advantages .list li {
    padding-top: 0;
    height: auto;
    padding-bottom: 50px;
    border: 0;
  }
  .index-advantages .list li a {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  .index-advantages .list li .t3 {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .index-advantages .list li {
    height: auto;
    width: 33.333%;
  }
}
.index-ad {
  color: #fff;
  width: 100%;
  display: flex;
  margin-top: 0.1rem;
  text-align: center;
  align-items: center;
  position: relative;
  height: 3rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-ad .t1 {
  font-size: 0.28rem;
}
.index-ad .btnbox {
  margin-top: 0.3rem;
}
.index-ad .btnbox a {
  color: #fff;
  margin: 0 0.25rem;
  border-radius: 0.3rem;
  padding: 0 0.15rem;
  text-align: center;
  height: 0.5rem;
  transition: all 0.5s linear;
  line-height: 0.48rem;
  min-width: 1.72rem;
  display: inline-block;
}
.index-ad .btnbox a:hover {
  box-shadow: 0 0 0.3rem rgba(255, 255, 255, 0.6);
}
.index-ad .btnbox img {
  max-height: 0.2rem;
  margin-top: 0.16rem;
  margin-left: 0.15rem;
}
.index-ad .btnbox .btn1 {
  background: linear-gradient(to right, #018abe, #001b48);
}
.index-ad .btnbox .btn2 {
  background: url(../images/bk.png) no-repeat center center;
  background-size: cover;
}
.jiejueSwiper {
  width: 100%;
  padding-top: 0.2rem!important;
  position: relative;
}
.jiejueSwiper .swiper-slide:nth-child(odd) .jiejueSwiper-img {
  position: relative;
  opacity: 0;
  transition: all 0.5s ease;
  transform: translateY(1rem);
}
.jiejueSwiper .swiper-slide:nth-child(even) .jiejueSwiper-img {
  position: relative;
  opacity: 0;
  transform: translateY(-1rem);
  transition: all 0.5s ease;
}
.active .jiejueSwiper .swiper-slide:nth-child(odd) .jiejueSwiper-img {
  transform: translateX(0%);
  opacity: 1;
  transition: all 1s ease 0.5s;
}
.active .jiejueSwiper .swiper-slide:nth-child(even) .jiejueSwiper-img {
  transform: translateX(0%);
  opacity: 1;
  transition: all 1s ease 0.5s;
}
.jiejueSwiper .swiper-slide.swiper-slide-active {
  background: #fff;
  height: 4.9rem;
  transform: translateX(-0.299556rem) translateZ(-1.59407rem) rotateY(0deg) !important;
}
.jiejueSwiper .jiejueSwiper-img {
  height: max-content;
  position: relative;
  z-index: 99;
}
.jiejuePage {
  height: 0.4rem;
  max-width: 6rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -0.8rem;
  left: 48%;
  transform: translateX(-50%);
  z-index: 9;
}
.jiejuePage .jiejue-next,
.jiejuePage .jiejue-prev {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.38rem;
  border: solid 1px #003686;
}
.jiejuePage .jiejue-prev:after,
.jiejuePage .jiejue-next:after {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  display: inline-block;
}
.jiejuePage .jiejue-prev:after {
  transform: rotate(180deg);
  background: url(../images/arrow-h.png) no-repeat center center;
  background-size: cover;
}
.jiejuePage .jiejue-next:after {
  background: url(../images/arrow-h.png) no-repeat center center;
  background-size: cover;
}
.jiejuePage .jiejue-prev:hover {
  background-color: #003686;
}
.jiejuePage .jiejue-next:hover {
  background-color: #003686;
}
.jiejuePage .jiejue-prev:hover:after {
  background: url(../images/arrow.png) no-repeat center center;
  background-size: cover;
}
.jiejuePage .jiejue-next:hover:after {
  background: url(../images/arrow.png) no-repeat center center;
  background-size: cover;
}
.index-news .index-title {
  text-align: center;
}
.index-news .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 19.2rem;
}
.index-news .text {
  z-index: 99;
  top: -0.9rem;
  position: relative;
  padding: 0 0.2rem;
}
.index-news .text .time {
  color: #fff;
  display: none;
  font-family: arial;
}
.index-news .text .tit {
  color: #fff;
  font-size: 0.18rem;
  height: 0.9rem;
  overflow: hidden;
  line-height: 0.3rem;
}
.index-news .index-button {
  margin-top: -0.2rem;
  position: relative;
  text-align: center;
}
.index-news .swiper-slide {
  position: relative;
}
.index-news .swiper-slide-active {
  padding: 0.15rem;
}
.index-news .swiper-slide-active .text {
  padding-right: 0;
  padding-left: 0;
  top: -0.4rem;
}
.index-news .swiper-slide-active .text .time {
  padding: 0 0.2rem;
  display: block;
}
.index-news .swiper-slide-active .text .tit {
  color: #333;
  margin: 0.35rem 0 0.1rem 0;
}
@media (max-width: 1024px) {
  .index-news {
    padding: 50px 0;
  }
  .index-news .container {
    max-width: 640px;
  }
  .index-news .index-title {
    padding-top: 0;
  }
  .jiejueSwiper {
    margin-top: 20px;
  }
  .jiejueSwiper .swiper-slide:nth-child(2n) .jiejueSwiper-img {
    transform: translate(0);
    opacity: 1;
  }
  .jiejueSwiper .swiper-slide:nth-child(2n+1) .jiejueSwiper-img {
    opacity: 1;
    transform: translate(0);
  }
  .jiejueSwiper .swiper-slide.swiper-slide-active {
    background: #fff;
    height: 300px;
    transform: translateX(-0.34rem) translateZ(-1.59407rem) rotateY(0deg) !important;
  }
  .swiper-3d,
  .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: inherit!important;
  }
  .jiejueSwiper::after {
    display: none;
  }
  .index-news .index-button {
    bottom: auto;
    left: auto;
    position: relative;
    margin-top: 40px;
  }
  .jiejuePage {
    left: 52%;
    display: none;
  }
  .jiejuePage .jiejue-next {
    margin-right: 20px;
  }
}
@media (max-width: 390px) {
  .jiejueSwiper .swiper-slide.swiper-slide-active {
    height: 370px;
  }
}
.footer {
  overflow: hidden;
  padding-top: 0.8rem;
  font-size: 0.14rem;
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.5);
}
.footer a {
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #ffffff;
}
.footer .nr {
  display: flex;
  justify-content: space-between;
}
.footer .leftbox {
  width: 50%;
}
.footer .leftbox .logo img {
  max-height: 1rem;
}
.footer .leftbox .t1 {
  color: #fff;
  margin-top: 0.8rem;
  line-height: 0.4rem;
  font-family: "myfont";
  font-size: 0.32rem;
  padding-left: 0.35rem;
  position: relative;
}
.footer .leftbox .t1 img {
  top: 0.1rem;
  left: 0;
  position: absolute;
  max-height: 0.22rem;
}
.footer .leftbox .t1 a {
  color: #fff;
}
.footer .leftbox .t2 {
  margin-top: 0.2rem;
  padding-left: 0.35rem;
  position: relative;
}
.footer .leftbox .t2 img {
  top: 0rem;
  left: 0;
  position: absolute;
  max-height: 0.22rem;
}
.footer .leftbox .guanzhu {
  margin-top: 0.7rem;
  position: relative;
}
.footer .leftbox .guanzhu span {
  color: #fff;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 0.2rem;
  font-weight: 700;
}
.footer .leftbox .guanzhu ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1.1rem;
}
.footer .leftbox .guanzhu li {
  width: 21.5%;
  color: #fff;
  text-align: center;
}
.footer .leftbox .guanzhu li p {
  margin-bottom: 0.1rem;
}
.footer .leftbox .guanzhu li img {
  max-height: 1.34rem;
}
.footer .rightbox {
  width: 42%;
}
.footer .rightbox .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.footer .rightbox .list li {
  padding: 0 0.5rem;
  padding-bottom: 0.3rem;
  width: 33.333%;
}
.footer .rightbox .list li h3 {
  padding-bottom: 0.15rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.17);
  font-size: 0.2rem;
}
.footer .rightbox .list li h3 a {
  color: #fff;
}
.footer .rightbox .list li .drop {
  padding-top: 0.2rem;
}
.footer .rightbox .list li .drop a {
  display: block;
  padding-bottom: 0.1rem;
}
.footer .rightbox .list-2 h3 {
  color: #fff;
}
.footer .rightbox .list-2 li {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.15rem;
  justify-content: space-between;
}
.footer .rightbox .list-2 li p {
  width: 49%;
}
.footer .rightbox .list-2 li input,
.footer .rightbox .list-2 li textarea {
  width: 100%;
  color: #fff;
  font-size: 0.14rem;
  padding: 0 0.15rem;
  height: 0.44rem;
  line-height: 0.42rem;
  font-family: "瀵邦喛钂嬮梿鍛寸拨";
  background: transparent;
  border: solid 1px #7d7d7d;
}
.footer .rightbox .list-2 .li2 p {
  width: 100%;
}
.footer .rightbox .list-2 .li3 .verifyDiv {
  width: 50%;
}
.footer .rightbox .list-2 .li3 .submit {
  color: #fff;
  width: 2rem;
  border-color: #003686;
  background: #003686;
}
.footer .copy {
  color: #fff;
  padding: 0.15rem 0 0.2rem 0;
}
.footer .copy .container {
  position: relative;
}
.footer .copy a {
  color: #fff;
}
.footer .copy a:hover {
  text-decoration: underline;
}
.footer .copy .bah {
  float: right;
}
@media (max-width: 1024px) {
  .footer {
    font-size: 14px;
  }
  .footer .nr {
    display: block;
  }
  .footer .leftbox,
  .footer .rightbox {
    width: 100%;
  }
  .footer .leftbox .t2 img {
    max-height: 22px;
  }
  .footer .leftbox .guanzhu span {
    top: auto;
    left: auto;
    font-size: 16px;
    position: relative;
  }
  .footer .leftbox .guanzhu ul {
    margin: 0 -5px;
    padding-left: 0;
    padding-top: 15px;
  }
  .footer .leftbox .guanzhu ul li {
    padding: 0 5px;
  }
  .footer .leftbox .guanzhu ul li img {
    max-height: 1.34rem;
  }
  .footer .rightbox {
    display: none;
  }
  .footer .copy {
    padding: 20px 0;
  }
}
@media (max-width: 500px) {
  .footer .leftbox .guanzhu ul li {
    width: 29%;
  }
}
.active.index-advantages .list li {
  animation: 1.5s fadeInUp2 linear;
}
.inside-banner {
  position: relative;
}
.inside-banner img {
  width: 100%;
}
.inside-banner .text {
  top: 50%;
  width: 100%;
  left: 0;
  position: absolute;
  transform: translateY(-52%);
}
.inside-banner .tit {
  color: #fff;
  font-weight: 700;
  font-size: 0.5rem;
}
.inside-banner .txt {
  color: #fff;
  font-size: 0.22rem;
  padding-top: 0.15rem;
}
.inside-banner .en {
  opacity: 0.5;
  font-weight: 700;
  font-size: 1.55rem;
  line-height: 1.6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(#ffffff), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, #ffffff, #ffffff, rgba(0, 0, 0, 0.1));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  background-clip: text;
}
.inside-banner .inside-current {
  top: -1.5rem;
  position: relative;
  color: #fff;
}
.inside-banner .inside-current a {
  color: #fff;
}
@media (max-width: 1024px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .text {
    text-align: center;
  }
  .inside-banner .en {
    display: none;
  }
}
@media (max-width: 640px) {
  .inside-banner .txt {
    display: none;
  }
}
.inside-menu {
  z-index: 9;
  line-height: 0.75rem;
  margin-top: -0.75rem;
  position: relative;
  height: 0.75rem;
  background: rgba(249, 249, 252, 0.22);
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-menu li {
  width: 33.333%;
  position: relative;
  border-left: solid 1px rgba(255, 255, 255, 0.22);
  font-weight: 700;
  font-size: 0.18rem;
  text-align: center;
  transition: all 500ms linear;
}
.inside-menu li a {
  color: #fff;
  display: block;
}
.inside-menu li:first-child {
  border-left: 0;
}
.inside-menu li:hover,
.inside-menu .cur {
  background: #003686;
}
@media (max-width: 1024px) {
  .inside-menu {
    display: none;
  }
}
.inside-current {
  color: #999;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.14rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-current img {
  width: auto;
  margin-right: 0.05rem;
  margin-top: 0.17rem;
  max-height: 0.16rem;
}
.inside-current a {
  color: #999;
  display: inline-block;
}
.inside-current a:hover {
  color: #003686;
}
@media (max-width: 1024px) {
  .inside-current {
    display: none;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .inside-current img {
    margin-top: 16px;
    margin-right: 5px;
    max-height: 20px;
  }
}
.inside-news {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 0.7rem 0 1rem 0;
}
.inside-news .index-title {
  text-align: center;
}
.inside-news .toplist {
  display: flex;
  margin-top: 0.8rem;
  justify-content: space-between;
}
.inside-news .leftbox {
  border-radius: 0.15rem;
  width: 55.5%;
  overflow: hidden;
  position: relative;
}
.inside-news .leftbox:after {
  content: "";
  display: block;
  padding-bottom: 51.61290323%;
}
.inside-news .leftbox img {
  transition: all 700ms ease;
}
.inside-news .leftbox:hover img {
  transform: scale(1.1);
}
.inside-news .rightbox {
  width: 40%;
}
.inside-news .rightbox li {
  padding: 0.45rem 0;
  transition: all 0.3s linear;
  border-bottom: solid 1px #dbdbdb;
}
.inside-news .rightbox li .time {
  color: #003686;
  font-size: 0.14rem;
}
.inside-news .rightbox li .tit {
  transition: all 0.3s linear;
  color: #030f1b;
  font-size: 0.22rem;
  height: 0.5rem;
  line-height: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-news .rightbox li:hover {
  padding-top: 0.3rem;
}
.inside-news .rightbox li:hover .time {
  color: #003686;
}
.inside-news .rightbox li:hover .tit {
  font-weight: 700;
  color: #003686;
  margin-top: 0.15rem;
}
.inside-news .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.26rem;
}
.inside-news .list li {
  padding: 0 0.26rem;
  padding-top: 0.7rem;
  width: 25%;
}
.inside-news .list li .pic {
  border-radius: 0.05rem;
  overflow: hidden;
  position: relative;
}
.inside-news .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-news .list li .pic img {
  border-radius: 0.05rem;
  transition: all 700ms ease;
}
.inside-news .list li .time {
  color: #9099a3;
  font-size: 0.18rem;
  padding-top: 0.3rem;
  margin-top: 0.2rem;
  display: flex;
  font-family: arial;
  transition: all 0.3s linear;
  justify-content: space-between;
  border-top: solid 0.02rem #e2e4e7;
}
.inside-news .list li .time i {
  color: #fff;
  margin-top: -0.03rem;
  margin-left: 0.1rem;
  line-height: 0.3rem;
  text-align: center;
  vertical-align: top;
  width: 0.3rem;
  height: 0.3rem;
  background: #9099a3;
  display: inline-block;
  border-radius: 50%;
}
.inside-news .list li .tit {
  color: #222;
  font-size: 0.22rem;
  line-height: 0.32rem;
  height: 0.64rem;
  margin: 0.2rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-news .list li:hover .tit {
  color: #003686;
}
.inside-news .list li:hover .time {
  border-color: #003686;
  color: #003686;
}
.inside-news .list li:hover .time i {
  background: #003686;
}
.inside-news .list li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .inside-news .toplist {
    display: block;
    margin-top: 30px;
  }
  .inside-news .leftbox,
  .inside-news .rightbox {
    width: 100%;
    border-radius: 0;
  }
  .inside-news .rightbox {
    padding-top: 20px;
  }
  .inside-news .rightbox li {
    padding: 20px 0;
  }
  .inside-news .rightbox li .time {
    font-size: 12px;
  }
  .inside-news .rightbox li .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  .inside-news .list ul {
    margin: 0 -15px;
  }
  .inside-news .list li {
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
  }
  .inside-news .list li .time {
    font-size: 12px;
    margin-top: 20px;
  }
  .inside-news .list li .tit {
    font-size: 16px;
    height: 60px;
    line-height: 30px;
    margin: 10px 0;
  }
  .inside-news .list li .more {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .inside-news .list li {
    width: 100%;
  }
}
.inside-video {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 0.7rem 0 1rem 0;
}
.inside-video .index-title {
  text-align: center;
}
.inside-video ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.inside-video li {
  width: 25%;
  margin-top: 0.7rem;
  padding: 0 0.15rem;
}
.inside-video li .picbox {
  position: relative;
}
.inside-video li .vbtn {
  top: 50%;
  left: 50%;
  z-index: 3;
  position: absolute;
  transform: translate(-50%, -50%);
}
.inside-video li .vbtn img {
  max-height: 0.4rem;
}
.inside-video li .pic {
  overflow: hidden;
  position: relative;
}
.inside-video li .pic img {
  transition: all 700ms ease;
}
.inside-video li .pic:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  transition: all 0.3 linear;
  background: rgba(0, 0, 0, 0.38);
}
.inside-video li .pic:after {
  content: "";
  display: block;
  padding-bottom: 56.56565657%;
}
.inside-video li .tit {
  color: #333;
  font-size: 0.2rem;
  padding: 0 0.2rem;
  height: 0.6rem;
  background: #f7f7f7;
  line-height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-video li:hover .pic img {
  transform: scale(1.1);
}
.inside-video li:hover .pic:before {
  background: rgba(0, 0, 0, 0.1);
}
.inside-video .ad {
  margin-top: 1.2rem;
}
@media (max-width: 1024px) {
  .inside-video {
    background-size: contain;
  }
  .inside-video li {
    margin-top: 30px;
    width: 50%;
  }
  .inside-video li .tit {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 420px) {
  .inside-video li {
    width: 100%;
  }
  .inside-video .ad {
    margin-top: 40px;
  }
}
.inside-qa {
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}
.inside-qa .index-title {
  text-align: center;
  padding-bottom: 0.5rem;
}
.inside-qa #open {
  border: 0;
  background: #f3f5f7;
}
.inside-qa #open .btn:before,
.inside-qa #open .btn:after {
  background: #e62129;
}
.inside-qa #open .btn:after {
  display: none;
}
.inside-qa .list_dt {
  font-weight: 700;
  height: 0.8rem;
  line-height: 0.79rem;
  color: #05112a;
  cursor: pointer;
  padding: 0 0.2rem;
  position: relative;
  border-bottom: solid 1px #e8e8e8;
}
.inside-qa .list_dt em {
  color: #fff;
  text-align: center;
  width: 0.28rem;
  height: 0.28rem;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  background: #003686;
  border-radius: 50%;
  line-height: 0.28rem;
  font-size: 0.18rem;
  font-family: arial;
  margin-right: 0.2rem;
}
.inside-qa .list_dt .tit {
  width: 90%;
  display: block;
  font-size: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-qa .list_dt .btn {
  right: 0.4rem;
  top: 0.3rem;
  position: absolute;
}
.inside-qa .list_dt .btn:before {
  content: "";
  width: 0.14rem;
  height: 0.02rem;
  right: 0;
  top: 0.06rem;
  background: #05112a;
  position: absolute;
  transition: all 500ms ease;
}
.inside-qa .list_dt .btn:after {
  content: "";
  width: 0.02rem;
  height: 0.14rem;
  right: 0.06rem;
  top: 0;
  background: #05112a;
  position: absolute;
  transition: all 500ms ease;
}
.inside-qa .list_dd {
  display: none;
  padding: 0.1rem 0.3rem 0.35rem 0.2rem;
  background: #f3f5f7;
  border-bottom: solid 1px #e8e8e8;
}
.inside-qa .list_dd .txt {
  line-height: 0.28rem;
  min-height: 1.3rem;
  display: flex;
}
.inside-qa .list_dd .txt em {
  color: #fff;
  text-align: center;
  width: 0.28rem;
  height: 0.28rem;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  background: #003686;
  border-radius: 50%;
  line-height: 0.28rem;
  font-size: 0.18rem;
  font-family: arial;
  margin-right: 0.2rem;
}
.inside-qa .list_dd .txt p {
  width: 90%;
  padding-bottom: 0.2rem;
}
.inside-qa .more {
  margin-top: 0.8rem;
  text-align: center;
}
.inside-qa .more a {
  color: #fff;
  font-size: 0.18rem;
  padding: 0 0.1rem;
  line-height: 0.6rem;
  min-width: 2.3rem;
  height: Infinityrem;
  display: inline-block;
  background: #003686;
}
.inside-qa .more a:hover {
  background: #e62129;
}
.inside-dowland {
  background: #f0f2f4;
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}
.inside-dowland .index-title {
  text-align: center;
}
.inside-dowland .caidan {
  font-size: 0.18rem;
  padding-top: 0.8rem;
  border-bottom: solid 1px #e2e3e4;
}
.inside-dowland .caidan ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-dowland .caidan li {
  position: relative;
  padding-bottom: 0.35rem;
}
.inside-dowland .caidan li:after {
  content: "/";
  margin: 0 0.15rem;
  display: inline-block;
}
.inside-dowland .caidan li:before {
  content: "";
  width: 0%;
  left: 50%;
  bottom: 0;
  opacity: 0;
  background: #003686;
  height: 0.04rem;
  position: absolute;
  transition: all 0.3s linear;
}
.inside-dowland .caidan li a {
  color: #2d2e2e;
  padding: 0 0.1rem;
  display: inline-block;
}
.inside-dowland .caidan li:last-child:after {
  display: none;
}
.inside-dowland .caidan li:hover a,
.inside-dowland .caidan .cur a {
  color: #003686;
}
.inside-dowland .caidan li:hover:before,
.inside-dowland .caidan .cur:before {
  opacity: 1;
  width: 65%;
  left: 0;
}
.inside-dowland .list {
  padding-top: 0.6rem;
}
.inside-dowland .list li {
  transition: all 0.5s linear;
  margin-top: 0.15rem;
  border-radius: 0.1rem;
  overflow: hidden;
  line-height: 0.6rem;
  height: 0.6rem;
  background: #fff;
}
.inside-dowland .list li a {
  display: flex;
  justify-content: space-between;
}
.inside-dowland .list li span {
  padding: 0 0.4rem;
  display: inline-block;
}
.inside-dowland .list li span:first-child {
  width: 50%;
  color: #333333;
  font-size: 0.18rem;
}
.inside-dowland .list li span:nth-child(2) {
  width: 30%;
}
.inside-dowland .list li span:nth-child(2),
.inside-dowland .list li span:nth-child(3) {
  color: #888;
}
.inside-dowland .list li span:last-child img {
  vertical-align: middle;
  max-height: 0.2rem;
  transform: rotate(90deg);
}
.inside-dowland .list li span:last-child .img-2 {
  display: none;
}
.inside-dowland .list li:hover {
  color: #fff;
  background: #003686;
}
.inside-dowland .list li:hover span {
  color: #fff!important;
}
.inside-dowland .list li:hover span:last-child .img-1 {
  display: none;
}
.inside-dowland .list li:hover span:last-child .img-2 {
  display: inline-block;
}
@media (max-width: 1024px) {
  .inside-dowland .caidan {
    font-size: 14px;
    padding-top: 40px;
  }
  .inside-dowland .caidan li {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .inside-dowland .list {
    padding-top: 20px;
  }
  .inside-dowland .list li {
    height: 50px;
    line-height: 50px;
  }
  .inside-dowland .list li span {
    padding: 0 20px;
  }
  .inside-dowland .list li span:first-child {
    width: 80%;
    font-size: 14px;
  }
  .inside-dowland .list li span:last-child img {
    max-height: 20px;
  }
  .inside-dowland .list li span:nth-child(2),
  .inside-dowland .list li span:nth-child(3) {
    display: none;
  }
}
.inside-search {
  margin-top: 0.35rem;
  position: relative;
}
.inside-search input {
  width: 100%;
  height: 0.6rem;
  line-height: 0.58rem;
  border: solid 1px #d6d6d6;
  color: #666;
  padding-left: 0.3rem;
  padding-right: 0.7rem;
  font-family: "瀵邦喛钂嬮梿鍛寸拨";
  font-size: 0.16rem;
  transition: all 500ms ease;
}
.inside-search input:focus {
  border-color: #003686;
}
.inside-search .btn {
  right: 0.3rem;
  top: 0.15rem;
  position: absolute;
  border: 0;
  padding: 0;
}
.inside-search .btn svg {
  width: 0.26rem;
  height: 0.26rem;
  fill: #003686;
}
@media (max-width: 1024px) {
  .inside-search input {
    height: 42px;
    line-height: 20px;
    padding: 10px 50px;
    font-size: 14px;
    padding-right: 60px;
  }
  .inside-search .btn {
    top: 11px;
    right: 20px;
  }
  .inside-search .btn svg {
    width: 20px;
    height: 20px;
  }
}
.inside-technology {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 0.7rem;
  padding-bottom: 2rem;
}
.inside-technology .index-title {
  text-align: center;
}
.inside-technology ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.6rem;
}
.inside-technology li {
  width: 33.333%;
  padding: 0 0.16rem;
  padding-top: 0.3rem;
}
.inside-technology li .item {
  color: #000;
  min-height: 100%;
  font-size: 0.18rem;
  padding: 0 0.7rem;
  padding-top: 0.6rem;
  padding-bottom: 1rem;
  background: #fff;
  border-radius: 0.1rem;
  transition: all 0.4s linear;
  box-shadow: 0.08rem 0 0.6rem rgba(0, 0, 0, 0.2);
}
.inside-technology li .icon,
.inside-technology li .t1 {
  text-align: center;
}
.inside-technology li .icon img {
  max-height: 0.7rem;
}
.inside-technology li .t1 {
  font-size: 0.29rem;
  margin-top: 0.15rem;
}
.inside-technology li .t2 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.4rem;
  justify-content: space-between;
}
.inside-technology li .t2 span {
  width: 50%;
  margin-top: 0.1rem;
}
.inside-technology li .t2 img {
  margin-top: 0.07rem;
  margin-right: 0.1rem;
  max-height: 0.14rem;
}
.inside-technology li .t2 a {
  color: #000;
}
.inside-technology li .t2 a:hover {
  color: #003686;
}
@media (min-width: 1025px) {
  .inside-technology li:hover .item {
    transform: translateY(-0.4rem);
    background: url(../images/technical-bg.png) no-repeat center center #ffffff;
    background-size: cover;
  }
  .inside-technology li:hover .t1 {
    color: #003686;
  }
}
@media (max-width: 1024px) {
  .inside-technology {
    padding-bottom: 50px;
  }
  .inside-technology li {
    width: 50%;
  }
  .inside-technology li .item {
    padding: 20px;
    font-size: 14px;
    padding-bottom: 40px;
  }
}
@media (max-width: 580px) {
  .inside-technology li {
    width: 100%;
  }
}
.inside-service {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 0.7rem;
  padding-bottom: 2rem;
}
.inside-service .index-title {
  text-align: center;
}
.inside-service .leftbox {
  width: 50%;
  padding-top: 2.5rem;
}
.inside-service .leftbox .t1 {
  color: #003686;
  font-size: 0.32rem;
}
.inside-service .leftbox .t2 {
  width: 74%;
  font-size: 0.18rem;
  line-height: 0.34rem;
  text-align: justify;
  padding-top: 0.3rem;
}
.inside-service .rightbox {
  width: 50%;
}
.inside-service .listbox {
  margin-top: -0.5rem;
  position: relative;
}
.inside-service .list-2 {
  z-index: 9;
  top: 1.8rem;
  position: relative;
  width: 9.1rem;
}
.inside-service .list-2 .item {
  cursor: pointer;
  height: 1.46rem;
  padding: 0.15rem 0.25rem;
  transition: all 0.3s linear;
  background: url(../images/sbg.jpg) no-repeat center center;
  background-size: cover;
}
.inside-service .list-2 .icon {
  position: relative;
}
.inside-service .list-2 .icon img {
  max-height: 0.5rem;
}
.inside-service .list-2 .num {
  font-size: 0.26rem;
  color: #9b9c9c;
  top: 0.15rem;
  right: 0.25rem;
  position: absolute;
  font-family: "Oswald-Regular";
}
.inside-service .list-2 .img-2 {
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.7);
  position: absolute;
  transition: 0.3s linear;
}
.inside-service .list-2 .bt {
  color: #27303d;
  font-size: 0.2rem;
  font-weight: 700;
  margin-top: 0.2rem;
}
.inside-service .list-2 .swiper-slide-thumb-active .item {
  background: url(../images/sbg-h.jpg) no-repeat center center;
  background-size: cover;
}
.inside-service .list-2 .swiper-slide-thumb-active .num,
.inside-service .list-2 .swiper-slide-thumb-active .bt {
  color: #fff;
}
.inside-service .list-2 .swiper-slide-thumb-active .img-1 {
  opacity: 0;
}
.inside-service .list-2 .swiper-slide-thumb-active .img-2 {
  opacity: 1;
  transform: scale(1);
}
.inside-service .list {
  position: relative;
}
.inside-service .list .item {
  display: flex;
  justify-content: space-between;
}
.inside-service .list .swiper-button-prev,
.inside-service .list .swiper-button-next {
  top: auto;
  margin-top: auto;
  bottom: 0;
}
.inside-service .list .swiper-button-prev,
.inside-service .list .swiper-button-next {
  transition: all 0.3s linear;
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  background: #f6f6f6;
  border-radius: 50%;
}
.inside-service .list .swiper-button-prev:after,
.inside-service .list .swiper-button-next:after {
  font-size: 0;
  width: 0.2rem;
  height: 0.2rem;
}
.inside-service .list .swiper-button-prev:hover,
.inside-service .list .swiper-button-next:hover {
  background-color: #003686;
}
.inside-service .list .swiper-button-prev:after {
  transform: rotate(180deg);
  background: url(../images/arrow-h.png) no-repeat center center;
  background-size: cover;
}
.inside-service .list .swiper-button-next:after {
  background: url(../images/arrow-h.png) no-repeat center center;
  background-size: cover;
}
.inside-service .list .swiper-button-prev:hover:after {
  background: url(../images/arrow.png) no-repeat center center;
  background-size: cover;
}
.inside-service .list .swiper-button-next {
  right: auto;
  left: 0.75rem;
}
.inside-service .list .swiper-button-next:hover:after {
  background: url(../images/arrow.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .inside-service {
    padding-bottom: 50px;
  }
  .inside-service .listbox {
    margin-top: 40px;
  }
  .inside-service .list-2 {
    top: auto;
    width: 100%;
  }
  .inside-service .list .item {
    display: block;
  }
  .inside-service .list .leftbox {
    width: 100%;
    padding-top: 30px;
  }
  .inside-service .list .leftbox .t2 {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
  }
  .inside-service .list .rightbox {
    width: 100%;
    margin-top: 30px;
  }
  .inside-service .list .swiper-button-prev,
  .inside-service .list .swiper-button-next {
    opacity: 0;
  }
}
.inside-product {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 0.7rem 0 1rem 0;
}
.inside-product .index-title {
  text-align: center;
}
.inside-product .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
  min-height: 100%;
  padding-top: 0.4rem;
}
.inside-product .list li {
  width: 50%;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.inside-product .list li .item {
  padding: 0.4rem;
  background: #f0f2f4;
  font-family: "myfont";
  border: solid 0.07rem #f0f2f4;
  transition: all 0.5s linear;
}
.inside-product .list li .nr {
  display: flex;
  flex-direction: row-reverse;
}
.inside-product .list li .text {
  width: 50%;
}
.inside-product .list li .t1 {
  color: #333;
}
.inside-product .list li .t2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.32rem;
  margin-top: 0.2rem;
}
.inside-product .list li .t2 a {
  color: #333;
}
.inside-product .list li .t2 a:hover {
  color: #003686;
}
.inside-product .list li .t3 {
  display: flex;
  margin-top: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  line-height: 0.28rem;
  font-size: 0.14rem;
  color: #333333;
}
.inside-product .list li .t3 span {
  display: block;
}
.inside-product .list li .picbox {
  width: 50%;
  left: 5%;
  position: relative;
}
.inside-product .list li .img-2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.5s linear;
}
.inside-product .list li .tag {
  margin-top: 0rem;
  padding-top: 0.3rem;
  border-top: solid 1px #999a9b;
}
.inside-product .list li .tag a {
  color: #333;
  height: 0.34rem;
  line-height: 0.32rem;
  padding: 0 0.2rem;
  border-radius: 0.3rem;
  display: inline-block;
  border: solid 1px #b7b8ba;
  margin-right: 0.15rem;
}
.inside-product .list li .tag a:hover {
  color: #fff;
  border-color: #003686;
  background: #003686;
}
.inside-product .list li:hover .item {
  box-shadow: 0.16rem 0 0.59rem rgba(74, 74, 75, 0.33);
  border-color: #003686;
}
.inside-product .list li:hover .img-1 {
  opacity: 0;
}
.inside-product .list li:hover .img-2 {
  opacity: 1;
}
.inside-product .list li .item .index-button span:before{
	content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #003686;
    border-radius: 0.3rem;
    transition: all 334ms ease;
}
.inside-product .list li .item .index-button span:after{
	content: "";
    z-index: 4;
    vertical-align: top;
    margin-top: 0.18rem;
    margin-left: 0.15rem;
    width: 0.2rem;
    height: 0.2rem;
    position: relative;
    display: inline-block;
    background: url(../images/arrow-h.png) no-repeat center center;
    background-size: cover;
}
.inside-product .list li:hover .item .index-button span{
	color: #fff !important;
}
.inside-product .list li:hover .item .index-button span:before{
	width: 100%;
}
.inside-product .list li:hover .item .index-button span:after{
	background: url(../images/arrow.png) no-repeat center center;
    background-size: cover;
}
.inside-product .list li .item .index-button span font{
	position: relative;
}
@media (max-width: 1024px) {
  .inside-product .list li {
    width: 100%;
  }
  .inside-product .list li .t3 {
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  .inside-product .list li .tag a {
    height: 34px;
    line-height: 32px;
  }
}
@media (max-width: 500px) {
  .inside-product .list li .nr {
    display: block;
  }
  .inside-product .list li .picbox {
    width: 100%;
    left: auto;
  }
  .inside-product .list li .text {
    width: 100%;
  }
  .inside-product .list li .tag span {
    margin-bottom: 10px;
    display: inline-block;
  }
  .inside-product .list li .tag a {
    margin-right: 0;
  }
}
.inside-productlist {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0.3rem 0 1rem 0;
}
.inside-productlist .index-title {
  text-align: left;
  padding-top: 0.8rem;
}
.inside-productlist .list li .img-1 {
  opacity: 1!important;
}
.inside-productlist .list .index-button {
  padding-top: 0.3rem;
  border-top: solid 1px #b0b2b3;
}
.inside-productlist .list .index-button span {
  border-radius: 0.3rem;
  text-align: center;
  line-height: 0.52rem;
  height: 0.56rem;
  min-width: 1.78rem;
  color: #003686;
  display: inline-block;
  border: solid 0.02rem #003686;
}
.inside-productlist .list .index-button img {
  margin-top: 0.17rem;
  max-height: 0.2rem;
  margin-left: 0.1rem;
}
@media (max-width: 1024px) {
  .inside-productlist {
    padding-top: 60px;
  }
}
.inside-contact {
  position: relative;
  padding: 0.7rem 0 1rem 0;
}
.inside-contact .nr {
  color: #222;
  display: flex;
  justify-content: space-between;
}
.inside-contact .leftbox {
  width: 50%;
}
.inside-contact .leftbox .t1 {
  font-size: 0.48rem;
  padding-top: 0.5rem;
}
.inside-contact .leftbox .t2 {
  font-weight: 700;
  font-size: 0.2rem;
  padding-top: 0.15rem;
}
.inside-contact .leftbox .t3 {
  color: #003686;
  font-size: 0.22rem;
  padding-top: 0.6rem;
}
.inside-contact .rightbox {
  width: 28%;
  font-size: 0.14rem;
  padding-top: 0.6rem;
}
.inside-contact .rightbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-contact .rightbox li {
  width: 33.333%;
  text-align: center;
}
.inside-contact .rightbox li img {
  max-height: 1.34rem;
}
.inside-contact .rightbox li p {
  padding-bottom: 0.1rem;
}
@media (max-width: 1024px) {
  .inside-contact {
    padding: 40px 0;
  }
  .inside-contact .nr {
    display: block;
  }
  .inside-contact .leftbox,
  .inside-contact .rightbox {
    width: 100%;
  }
  .inside-contact .leftbox .t2 {
    font-size: 15px;
  }
  .inside-contact .leftbox .t3 {
    font-size: 16px;
  }
  .inside-contact .leftbox .t1 {
    font-size: 18px;
  }
  .inside-contact .rightbox {
    font-size: 12px;
  }
}
.inside-contact-2 {
  background: #f0f2f4;
}
.inside-contact-2 .container {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 19.2rem;
}
.inside-contact-2 .textleft {
  width: 30%;
  padding-left: 1.2rem;
}
.inside-contact-2 .textleft li {
  color: #3c3c3c;
  padding: 0.15rem 0;
}
.inside-contact-2 .textleft li .t1 {
  padding-bottom: 0.1rem;
  font-size: 0.26rem;
  font-weight: 700;
}
.inside-contact-2 .textleft li .t2 {
  font-size: 0.14rem;
}
.inside-contact-2 .textleft li .t3 a {
  color: #003686;
  text-decoration: underline;
}
.inside-contact-2 .textleft li:last-child .t1 {
  padding-bottom: 0.3rem;
}
.inside-contact-2 .ditu {
  z-index: 9;
  width: 70%;
  position: relative;
}
.inside-contact-2 .ditu .add {
  top: 50%;
  left: 20%;
  display: flex;
  align-items: center;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  justify-content: space-between;
  padding: 0.2rem;
  position: absolute;
  background: #fff;
  width: 3.6rem;
  transform: translate(0, -40%);
}
.inside-contact-2 .ditu .add:after {
  content: "";
  top: 50%;
  right: -0.13rem;
  transform: translateY(-50%);
  position: absolute;
  border-left: solid 0.15rem #ffffff;
  border-top: solid 0.15rem transparent;
  border-bottom: solid 0.15rem transparent;
}
.inside-contact-2 .ditu .f20 {
  font-size: 0.2rem;
}
.inside-contact-2 .ditu .logo {
  line-height: 0.8rem;
  height: 0.8rem;
  width: 1.3rem;
  text-align: center;
  background: #e2e3e5;
}
.inside-contact-2 .ditu .logo img {
  vertical-align: middle;
  max-height: 0.4rem;
}
@media (max-width: 1024px) {
  .inside-contact-2 {
    padding: 40px 0;
  }
  .inside-contact-2 .container {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 640px;
  }
  .inside-contact-2 .textleft {
    width: 100%;
    padding-left: 0;
  }
  .inside-contact-2 .textleft li .t2 {
    font-size: 12px;
  }
  .inside-contact-2 .ditu {
    display: none;
  }
}
.inside-message {
  position: relative;
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}
.inside-message .index-title {
  text-align: center;
}
.inside-message .biaodan {
  padding: 0 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-message .biaodan li {
  width: 50%;
  padding: 0 0.55rem;
  margin-top: 0.3rem;
  display: flex;
}
.inside-message .biaodan li .name {
  width: 20%;
  color: #333;
  vertical-align: top;
  padding-top: 0.25rem;
  font-weight: 700;
  font-size: 0.18rem;
}
.inside-message .biaodan li p {
  width: 80%;
}
.inside-message .biaodan li input {
  width: 100%;
  border: 0;
  color: #999;
  line-height: 0.5rem;
  font-family: "瀵邦喛钂嬮梿鍛寸拨";
  font-size: 0.16rem;
  background: transparent;
  border-bottom: solid 1px #c9c9c9;
}
.inside-message .biaodan .l1 {
  width: 100%;
}
.inside-message .biaodan .l1 .name {
  width: 9.1%;
}
.inside-message .biaodan .l1 p {
  width: 90.9%;
}
.inside-message .biaodan .l2 {
  width: 100%;
  display: block;
}
.inside-message .biaodan .l2 .name,
.inside-message .biaodan .l2 p {
  width: 100%;
}
.inside-message .biaodan .l2 .name {
  display: block;
}
.inside-message .biaodan .l2 textarea {
  width: 100%;
  color: #666;
  height: 1.9rem;
  padding: 0.15rem;
  font-family: "瀵邦喛钂嬮梿鍛寸拨";
  font-size: 0.16rem;
  border: solid 1px #d2d2d2;
  background: transparent;
}
.inside-message .biaodan .l2 .name {
  padding-top: 0;
  line-height: 0.5rem;
}
.inside-message .biaodan .l3 {
  width: 100%;
  justify-content: space-between;
}
.inside-message .biaodan .submit {
  color: #fff;
  border: 0;
  min-width: 1.8rem;
  background: #003686;
}
@media (max-width: 1024px) {
  .inside-message {
    background: #fff!important;
  }
  .inside-message .biaodan {
    padding-left: 0;
    padding-right: 0;
  }
  .inside-message .biaodan li {
    padding-left: 0;
    padding-right: 0;
    display: block;
    width: 100%;
  }
  .inside-message .biaodan li .name {
    width: 100%;
    font-size: 16px;
  }
  .inside-message .biaodan li p,
  .inside-message .biaodan .l1 p {
    width: 100%;
  }
  .inside-message .biaodan li input {
    font-size: 14px;
    line-height: 40px;
  }
  .inside-message .verifyDiv {
    width: 100%;
  }
  .inside-message .btn {
    margin-top: 20px;
  }
}
.inside-join {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0.7rem 0 1rem 0;
  padding: 1.2rem 0 0.61rem 0;
  background: #f8f8f8;
  overflow: hidden;
  position: relative;
}
.inside-join .flcon {
  width: 23.5%;
  float: left;
}
.inside-join .zpclass {
  padding-top: 0.17rem;
}
.inside-join .zpclass li {
  padding: 0.2rem 0.33rem 0.35rem 0.33rem;
  border-radius: 0.1rem;
  background: #e60012;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 0.24rem;
  position: relative;
  margin-top: -0.17rem;
}
.inside-join .zpclass li.active {
  color: #fff;
  background: #003686;
}
.inside-join .sxbox {
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-top: -0.17rem;
  position: relative;
  padding: 0.3rem;
}
.inside-join .sxbox .titbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.3rem;
}
.inside-join .sxbox .tit {
  font-size: 0.24rem;
  color: #000000;
}
.inside-join .sxbox .btn {
  font-size: 0.18rem;
  color: #000000;
}
.inside-join .sxbox li {
  margin-bottom: 0.25rem;
}
.inside-join .sxbox .text {
  display: block;
  height: 0.53rem;
  background-color: #f4f4f4;
  border-radius: 0.27rem;
  width: 100%;
  border: none;
  background: #f4f4f4;
  padding: 0 0.3rem;
  color: #777;
  font-size: 0.16rem;
  color: rgba(51, 51, 51, 0.7);
  -webkit-appearance: none;
}
.inside-join .yxbox {
  border-radius: 0.1rem;
  height: 1.41rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.25rem;
  font-size: 0.18rem;
  padding: 0.2rem 0.24rem;
  color: #000000;
}
.inside-join .yxbox .ico {
  display: block;
  width: 0.6rem;
  margin-right: 0.2rem;
}
.inside-join .yxbox a {
  display: block;
  line-height: 0.42rem;
  color: #0058c0;
  font-size: 0.2rem;
  text-decoration: underline;
}
.inside-join .frcon {
  width: 71%;
  float: right;
}
.inside-join .frcon .titbar {
  border-bottom: 1px solid #dcdcdc;
  font-size: 0.28rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.28rem;
  padding-bottom: 0.3rem;
}
.inside-join .z_zw_warp {
  display: none;
}
.inside-join .z_zw_warp.active {
  display: block;
}
.inside-join .zpnav {
  float: left;
  width: 15%;
  color:#fff;
}
.inside-join .zpnav li {
  margin-bottom: 0.16rem;
}
.inside-join .zpnav li span {
  display: block;
  line-height: 0.41rem;
  background-color: #ffffff;
  background: #fff;
  border-radius: 0.3rem;
  color: #7e7e7e;
  padding: 0 0.1px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
}
.inside-join .zpnav li.active span {
  background: #073a84;
  color: #fff;
}
.inside-join .zpcon {
  width: 76.5%;
  margin-left: auto;
  color: #fff;
  float: right;
}
.inside-join .zpcon h3 {
  padding-bottom: 0.15rem;
  font-size: 0.16rem;
  font-weight: bold;
}
.inside-join .zpcon .p {
  line-height: 0.42rem;
}
.inside-join .zpcon .child {
  display: none;
}
.inside-join .zpcon .child.active {
  display: block;
}
@media (max-width: 1024px) {
  .inside-join {
    background: #121d2f!important;
    padding: 40px 0;
  }
  .inside-join .flcon,
  .inside-join .frcon {
    float: none;
    width: 100%;
  }
  .inside-join .sxbox .btn {
    font-size: 14px;
  }
  .inside-join .sxbox .text {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
  }
  .inside-join .yxbox {
    font-size: 14px;
  }
  .inside-join .frcon {
    margin-top: 40px;
  }
  .inside-join .zpnav,
  .inside-join .zpcon {
    width: 100%;
    float: none;
  }
  .inside-join .zpnav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .inside-join .zpnav li {
    padding-right: 5px;
  }
  .inside-join .zpnav li span {
    padding: 0 10px;
    line-height: 40px;
  }
  .inside-join .zpcon {
    margin-top: 30px;
  }
  .inside-join .zpcon h3 {
    font-size: 16px;
  }
}
.inside-about {
  position: relative;
  padding: 1.5rem 0;
  background: #f0f2f4;
}
.inside-about .container {
  display: flex;
  justify-content: space-between;
}
.inside-about .leftbox {
  width: 45%;
}
.inside-about .leftbox .text {
  width: 64%;
  color: #003686;
  font-size: 0.25rem;
  font-family: "myfont";
  padding-top: 0.8rem;
}
.inside-about .rightbox {
  width: 54%;
  padding-top: 0.5rem;
  line-height: 0.34rem;
  border-top: solid 0.03rem #003686;
}
@media (max-width: 1024px) {
  .inside-about {
    padding: 50px 0;
  }
  .inside-about .container {
    display: block;
  }
  .inside-about .leftbox {
    width: 100%;
  }
  .inside-about .leftbox .text {
    width: 100%;
    font-size: 18px;
    padding-top: 20px;
  }
  .inside-about .rightbox {
    width: 100%;
    line-height: 26px;
  }
}
.inside-about-2 {
  position: relative;
  background: #f0f2f4;
  padding-bottom: 0.8rem;
  overflow: hidden;
}
.inside-about-2 .container {
  max-width: 19.2rem;
}
.inside-about-2 .list {
  position: relative;
  margin: 0 -8.4rem;
}
.inside-about-2 .list .item {
  position: relative;
}
.inside-about-2 .list .tit {
  color: #fff;
  padding: 0.35rem;
  font-size: 0.25rem;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  position: absolute;
}
.inside-about-2 .list .pic {
  position: relative;
  margin-bottom: 0.7rem;
}
.inside-about-2 .swiper-pagination-progressbar {
  left: 50%;
  width: 11.56rem !important;
  transform: translateX(-50%);
}
.inside-about-2 .swiper-pagination-progressbar {
  background: #dfdfdf;
  position: absolute;
  width: 100%;
  height: 2px;
}
.inside-about-2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #003686;
}
@media (max-width: 1024px) {
  .inside-about-2 .container {
    max-width: 640px;
  }
  .inside-about-2 .list {
    margin-left: 0;
    margin-right: 0;
  }
  .inside-about-2 .list .pic:before {
    display: none;
  }
  .inside-about-2 .swiper-pagination-progressbar {
    width: 100%!important;
  }
}
.inside-about-3 {
  overflow: hidden;
  position: relative;
  padding: 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-about-3:before {
  left: 0;
  content: "";
  width: 100%;
  height: 0.02rem;
  top: 2.82rem;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
}
.inside-about-3 .index-title .en,
.inside-about-3 .index-title .cn {
  color: #fff;
}
.inside-about-3 .tabnav {
  padding-top: 0.7rem;
}
.inside-about-3 .tabnav ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-about-3 .tabnav li {
  width: 25%;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding-top: 0.2rem;
  position: relative;
  font-size: 0.22rem;
}
.inside-about-3 .tabnav li:before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #ddd;
  position: absolute;
  top: 0rem;
  left: 0rem;
}
.inside-about-3 .tabnav li .line {
  top: 0.04rem;
  left: 0;
  content: "";
  width: 0%;
  height: 0.02rem;
  position: absolute;
  opacity: 0;
  background: #003686;
  transition: all 1000ms linear;
}
.inside-about-3 .tabnav li .time {
  font-family: "myfont";
}
.inside-about-3 .tabnav .swiper-slide-thumb-active:before {
  background: #003686;
}
.inside-about-3 .tabnav .swiper-slide-thumb-active .line {
  opacity: 1;
  width: 100%;
}
.inside-about-3 .tabcot .swiper-slide {
  display: flex;
  align-items: center;
}
.inside-about-3 .tabcot .leftbox {
  width: 43.5%;
  padding-top: 1rem;
}
.inside-about-3 .tabcot .leftbox .year {
  left: 0.5rem;
  line-height: 0.6rem;
  font-size: 0.6rem;
  color: #fff;
  top: 0.7rem;
  position: absolute;
  font-family: "Montserrat-Bold";
}
.inside-about-3 .tabcot .txtbox {
  width: 50%;
  text-align: center;
  padding: 0 0.3rem;
}
.inside-about-3 .tabcot .item-nr {
  color: #fff;
  font-size: 0.24rem;
}
@media (max-width: 1024px) {
  .inside-about-3:before {
    top: 188px;
  }
  .inside-about-3 .tabcot {
    display: block;
  }
  .inside-about-3 .tabcot .leftbox {
    padding-top: 0;
    width: 100%;
    margin-top: 30px;
  }
  .inside-about-3 .tabcot .leftbox .year {
    display: none;
  }
  .inside-about-3 .tabcot .txtbox {
    width: 100%;
    padding-top: 30px;
    padding-right: 0;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .inside-about-3 .tabcot .swiper-slide {
    display: block;
  }
  .inside-about-3 .tabcot .txtbox {
    padding-left: 10px;
    padding-right: 10px;
  }
  .inside-about-3 .tabcot .item-nr {
    font-size: 14px;
  }
}
.inside-industry {
  position: relative;
  overflow: hidden;
  padding: 0.7rem 0;
}
.inside-industry .item {
  display: flex;
  justify-content: space-between;
}
.inside-industry .leftbox {
  width: 39%;
}
.inside-industry .rightbox {
  width: 57%;
  color: #333;
  padding-right: 0.9rem;
  border-bottom: solid 1px #a1a1a1;
}
.inside-industry .rightbox .text {
  margin-top: 0.3rem;
  line-height: 0.32rem;
}
.inside-industry .rightbox .text p {
  padding-top: 0.3rem;
}
.inside-industry .rightbox .tag {
  padding-top: 0.3rem;
}
.inside-industry .rightbox .tag span {
  margin-top: 0.25rem;
  padding-right: 0.2rem;
  display: inline-block;
}
.inside-industry .rightbox .tag a {
  color: #333;
  border-radius: 0.3rem;
  padding: 0 0.15rem;
  height: 0.5rem;
  line-height: 0.48rem;
  display: inline-block;
  border: solid 1px #dfdfdf;
  transition: all 0.3s linear;
}
.inside-industry .rightbox .tag a:hover {
  color: #fff;
  border-color: #003686;
  background: #003686;
}
.inside-industry .index-title {
  position: relative;
}
.inside-industry .index-title .shuzi {
  right: 0;
  top: 0;
  line-height: 1.2rem;
  font-size: 1.17rem;
  position: absolute;
  color: #eaedf2;
  text-shadow: #6177a7 1px 0 0, #6177a7 0 1px 0, #6177a7 -1px 0 0, #6177a7 0 -1px 0;
}
.inside-industry .technical-pagination {
  position: absolute;
  width: 0.03rem;
  left: auto;
  right: 6%;
  top: 1rem;
  bottom: auto;
  font-size: 0.14rem;
  height: 2.1rem;
}
.inside-industry .swiper-pagination-progressbar {
  background: #eeeeee;
  position: absolute;
}
.inside-industry .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #bababa;
}
.inside-industry .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.inside-industry .num {
  left: -0.25rem;
  bottom: -0.3rem;
  position: absolute;
  width: 0.5rem;
  font-family: "myfont";
}
@media (max-width: 1024px) {
  .inside-industry {
    height: auto;
  }
  .inside-industry .container {
    position: relative;
  }
  .inside-industry .index-title .shuzi {
    display: none;
  }
  .inside-industry .item {
    display: block;
  }
  .inside-industry .swiper-pagination {
    display: none;
  }
  .inside-industry .leftbox {
    display: none;
  }
  .inside-industry .rightbox {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .inside-industry .rightbox .tag {
    font-size: 12px;
  }
  .inside-industry .rightbox .tag span {
    padding-right: 0;
  }
}
.inside-partner {
  height: 9.69rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 0.8rem 0 1.3rem 0;
  position: relative;
}
.inside-partner .container {
  max-width: 19.2rem;
}
.inside-partner .index-title {
  text-align: center;
}
.inside-partner .right {
  margin-top: 0.35rem;
  position: relative;
}
.inside-partner .right:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/gbg.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.inside-partner .picMarquee-top {
  overflow: hidden;
  position: relative;
  margin-bottom: 0.12rem;
}
.inside-partner .picMarquee-top .bd .tempWrap {
  height: 100% !important;
}
.inside-partner .picMarquee-top .bd ul {
  overflow: hidden;
  zoom: 1;
}
.inside-partner .picMarquee-top .bd ul li {
  zoom: 1;
  width: 2.8rem;
  text-align: center;
  border-left: solid 0.06rem #e4e3ed;
  border-right: solid 0.06rem #e4e3ed;
  background: rgba(255, 255, 255, 0.3);
}
.inside-partner .picMarquee-top .bd ul li .pic {
  position: relative;
}
.inside-partner .picMarquee-top .bd ul li .pic img {
  width: auto;
  height: auto;
}
.inside-partner .picMarquee-top .bd ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.inside-partner .hover {
  top: 50%;
  left: 0;
  color: #47494d;
  z-index: 9;
  width: 100%;
  position: absolute;
  font-size: 0.2rem;
  transform: translateY(-60%);
}
.inside-partner .hover .in {
  padding: 0 1.45rem;
}
.inside-partner .hover .t1 {
  font-family: "myfont";
}
.inside-partner .hover .t1 span {
  line-height: 0.7rem;
  font-size: 0.8rem;
  vertical-align: top;
  background: -webkit-gradient(80deg, from(#1d62c9), color-stop(#1d62c9), to(#003686));
  background: linear-gradient(80deg, #1d62c9, #1d62c9, #003686);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  background-clip: text;
}
.inside-partner .hover .t1 em {
  margin-top: -0.2rem;
  font-style: normal;
  vertical-align: top;
  display: inline-block;
  font-size: 0.4rem;
  color: #003686;
}
.inside-partner .hover .t2 {
  font-weight: 700;
  font-size: 0.28rem;
  padding-top: 0.2rem;
}
.inside-partner .hover .t3 {
  font-size: 0.2rem;
  padding-top: 0.3rem;
}
.inside-partner .hover .t4 {
  font-size: 0.16rem;
  max-width: 7.4rem;
  padding-top: 0.4rem;
}
.inside-partner .button {
  padding-top: 0.5rem;
}
.inside-partner .button a {
  height: 0.54rem;
  line-height: 0.54rem;
  min-width: 2.2rem;
}
@media (max-width: 1024px) {
  .inside-partner {
    padding-bottom: 40px;
  }
  .inside-partner .hover {
    font-size: 14px;
  }
  .inside-partner .hover .t2 {
    font-size: 20px;
  }
  .inside-partner .hover .t3 {
    font-size: 16px;
  }
  .inside-partner .hover .t4 {
    font-size: 14px;
  }
  .inside-partner .hover .in {
    padding: 0 20px;
  }
}
.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-color: #003686;
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #003686;
  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);
  }
}
.inside-network {
  position: relative;
  background: #f0f8ff;
  padding: 0.7rem 0 0.1rem 0;
}
.inside-network .index-title {
  text-align: center;
}
.inside-network .mapbox {
  margin-top: 0.5rem;
  position: relative;
}
.inside-network .mapbox img {
  max-height: 7.4rem;
}
.inside-network .phmap {
  display: none;
}
.inside-network .circle {
  width: 0.32rem;
  height: 0.32rem;
  position: relative;
  display: inline-block;
}
.inside-network .add {
  font-size: 0.14rem;
  line-height: 0.32rem;
  position: absolute;
  color: #003686;
  text-align: center;
}
.inside-network .add p {
  vertical-align: top;
  display: inline-block;
}
.inside-network .add-1 {
  left: 1.5rem;
  top: 1.6rem;
}
.inside-network .add-2 {
  left: 2.67rem;
  top: 1.2rem;
}
.inside-network .add-3 {
  left: 2.5rem;
  top: 1.73rem;
}
.inside-network .add-4 {
  left: 2.65rem;
  top: 2.2rem;
}
.inside-network .add-5 {
  left: 2.66rem;
  top: 2.48rem;
}
.inside-network .add-6 {
  left: 2.06rem;
  top: 2.72rem;
}
.inside-network .add-7 {
  left: 2.26rem;
  top: 3.22rem;
}
.inside-network .add-8 {
  left: 3rem;
  top: 3.04rem;
}
.inside-network .add-8 p {
  display: block;
  left: 0.47rem;
  position: relative;
  margin-top: -0.2rem;
}
.inside-network .add-9 {
  left: 4.38rem;
  top: 2.8rem;
}
.inside-network .add-9 p {
  display: block;
  left: 0.1rem;
  position: relative;
  margin-top: -0.2rem;
}
.inside-network .add-10 {
  left: 5.1rem;
  top: 2.85rem;
}
.inside-network .add-11 {
  left: 5.74rem;
  top: 3.15rem;
}
.inside-network .add-12 {
  left: 5.2rem;
  top: 3.47rem;
}
.inside-network .add-13 {
  left: 4.77rem;
  top: 4.05rem;
}
.inside-network .add-14 {
  left: 4.9rem;
  top: 4.55rem;
}
.inside-network .add-14 p {
  position: relative;
}
.inside-network .add-15 {
  left: 6.34rem;
  top: 3.7rem;
}
.inside-network .add-16 {
  left: 6.64rem;
  top: 2.33rem;
}
.inside-network .add-16 p {
  display: block;
  position: relative;
  margin-top: -0.2rem;
}
.inside-network .add-17 {
  left: 7.15rem;
  top: 2.4rem;
}
.inside-network .add-17 p {
  display: block;
  position: relative;
  margin-top: -0.2rem;
}
.inside-network .add-18 {
  left: 6.15rem;
  top: 3.11rem;
}
.inside-network .add-18 p {
  display: block;
  position: relative;
  margin-top: -0.2rem;
}
.inside-network .add-19 {
  left: 6.45rem;
  top: 3.05rem;
}
.inside-network .add-19 p {
  display: block;
  position: relative;
  margin-top: -0.2rem;
}
.inside-network .add-20 {
  left: 11.9rem;
  top: 2.24rem;
}
.inside-network .add-21 {
  left: 12.66rem;
  top: 3.2rem;
}
.inside-network .add-22 {
  left: 13rem;
  top: 4rem;
}
.inside-network .add-23 {
  left: 15rem;
  top: 5.45rem;
}
.inside-network .add-24 {
  left: 14.4rem;
  top: 6.15rem;
}
@media (max-width: 1024px) {
  .inside-network .mapbox {
    display: none;
  }
  .inside-network .phmap {
    display: block;
  }
}
.inside-maintenance {
  position: relative;
  padding: 0.8rem 0;
}
.inside-maintenance .index-title {
  text-align: center;
}
.inside-maintenance .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-maintenance .list li {
  width: 33.333%;
  margin-top: 0.6rem;
  padding: 0 0.2rem;
}
.inside-maintenance .list li .item {
  padding-top: 0.3rem;
  transition: all 0.3s linear;
  border-top: solid 1px #b5b5b5;
}
.inside-maintenance .list li .t1 {
  font-size: 0.29rem;
  color: #003686;
  font-weight: 700;
}
.inside-maintenance .list li .t2 {
  color: #333;
  font-size: 0.155rem;
  margin-top: 0.1rem;
  line-height: 0.3rem;
  min-height: 0.9rem;
}
.inside-maintenance .list li:hover .item {
  border-color: #003686;
}
.inside-maintenance .numlist {
  padding-top: 0.8rem;
}
.inside-maintenance .numlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-maintenance .numlist li {
  font-family: "myfont";
}
.inside-maintenance .numlist li p:first-child {
  padding-bottom: 0.2rem;
  line-height: 0.5rem;
  font-size: 0.5rem;
  color: #003686;
}
.inside-maintenance .numlist li em {
  vertical-align: top;
  display: inline-block;
  font-size: 0.3rem;
  font-style: normal;
}
@media (max-width: 1024px) {
  .inside-maintenance .list li {
    width: 50%;
  }
  .inside-maintenance .list li .t2 {
    line-height: 26px;
    font-size: 14px;
    min-height: auto;
  }
  .inside-maintenance .list li .pic {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .inside-maintenance .list li {
    width: 100%;
  }
  .inside-maintenance .numlist {
    padding-top: 30px;
  }
  .inside-maintenance .numlist li {
    width: 50%;
    padding: 10px 0;
  }
}
.inside-training {
  position: relative;
  padding: 1.3rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-training .index-title {
  text-align: center;
}
.inside-training .item {
  margin-top: 0.7rem;
  display: flex;
  justify-content: space-between;
}
.inside-training .leftbox {
  width: 48%;
  color: #555;
  font-size: 0.18rem;
  line-height: 0.34rem;
  padding-top: 0.5rem;
  border-top: solid 1px #b5b5b5;
}
.inside-training .leftbox .bt {
  font-family: "myfont";
}
.inside-training .leftbox .bt p:first-child {
  font-size: 0.25rem;
}
.inside-training .leftbox .text {
  width: 82%;
}
.inside-training .leftbox .text p {
  padding-top: 0.3rem;
}
.inside-training .rightbox {
  width: 49.5%;
}
@media (max-width: 1024px) {
  .inside-training {
    padding: 50px 0;
  }
  .inside-training .item {
    display: block;
    margin-top: 30px;
  }
  .inside-training .leftbox {
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 28px;
  }
  .inside-training .leftbox .text {
    width: 100%;
  }
  .inside-training .leftbox .bt p:first-child {
    font-size: 18px;
  }
  .inside-training .rightbox {
    width: 100%;
    margin-top: 30px;
  }
}
.inside-proshow {
  padding-top: 0.3rem;
  padding-bottom: 1rem;
  background: #f0f2f4;
}
.inside-proshow .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-proshow .leftpic {
  width: 46%;
  position: relative;
}
.inside-proshow .righttext {
  font-family: "myfont";
  width: 50%;
}
.inside-proshow .righttext .tag,
.inside-proshow .righttext .title {
  color: #003686;
}
.inside-proshow .righttext .title {
  font-size: 0.38rem;
  font-weight: normal;
  padding-bottom: 0.3rem;
}
.inside-proshow .righttext .wenben {
  position: relative;
  border-top: solid 1px #999a9b;
  padding: 0.2rem 1rem 0.5rem 0;
}
.inside-proshow .righttext .wenben .icon {
  right: 0.1rem;
  top: 0.15rem;
  position: absolute;
}
.inside-proshow .righttext .wenben .icon img {
  max-height: 0.3rem;
}
.inside-proshow .righttext .wenben .blue {
  color: #003686;
  padding-bottom: 0.15rem;
}
.inside-proshow .righttext .wenben-2 {
  border-top: solid 1px #999a9b;
  border-bottom: solid 1px #999a9b;
  padding: 0.2rem 1rem 0.2rem 0;
  position: relative;
}
.inside-proshow .righttext .wenben-2 .icon {
  right: 0.1rem;
  top: 0.15rem;
  position: absolute;
}
.inside-proshow .righttext .wenben-2 .icon img {
  max-height: 0.3rem;
}
.inside-proshow .righttext .wenben-2 .nr {
  display: flex;
  justify-content: space-between;
}
.inside-proshow .righttext .wenben-2 .item {
  width: 45%;
}
.inside-proshow .righttext .wenben-2 .item p {
  padding-bottom: 0.15rem;
}
.inside-proshow .righttext .wenben-2 .item .blue {
  color: #003686;
  padding-bottom: 0.4rem;
}
.inside-proshow .righttext .index-button {
  margin-top: 0.55rem;
}
@media (max-width: 1024px) {
  .inside-proshow {
    padding-top: 100px;
  }
  .inside-proshow .box {
    display: block;
  }
  .inside-proshow .leftpic,
  .inside-proshow .righttext {
    width: 100%;
  }
  .inside-proshow .righttext .title {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .inside-proshow .righttext .wenben-2 .nr {
    display: block;
  }
  .inside-proshow .righttext .wenben-2 .item {
    width: 100%;
    padding-top: 30px;
  }
}
.inside-proshow-2 {
  padding: 1rem 0;
}
.inside-proshow-2 .index-title {
  text-align: center;
}
.inside-proshow-2 .table {
  margin-top: 0.6rem;
}
.inside-proshow-2 .table table,
.inside-proshow-2 .table td,
.inside-proshow-2 .table th {
  color: #333;
  text-align: center;
  border: solid 1px #ced7db;
  font-family: "myfont";
}
.inside-proshow-2 .table th,
.inside-proshow-2 .table td {
  padding: 0.15rem 0.1rem;
}
.inside-proshow-2 .table th {
  font-weight: normal;
  color: #003686;
  background: #dfecfe;
  padding: 0.2rem 0.1rem;
}
.inside-proshow-2 .table td {
  border-top: 0;
  border-bottom: 0;
}
.inside-proshow-2 .table td:first-child {
  width: 19%;
}
.inside-proshow-2 .table .bg {
  background: #f7f7f7;
}
@media (max-width: 1024px) {
  .inside-proshow-2 .table {
    overflow-x: auto;
  }
  .inside-proshow-2 .table table {
    width: 640px;
  }
}
.inside-proshow-3 .index-title {
  text-align: center;
}
.inside-proshow-3 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.3rem;
}
.inside-proshow-3 li {
  width: 25%;
  padding: 0 0.25rem;
  text-align: center;
  margin-top: 0.7rem;
}
.inside-proshow-3 li .tit {
  color: #000;
  font-size: 0.2rem;
  padding-top: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-proshow-3 ul {
    padding-right: 0;
    padding-left: 0;
    margin: 0 -10px;
  }
  .inside-proshow-3 ul li {
    padding: 0 10px;
  }
  .inside-proshow-3 ul li .tit {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .inside-proshow-3 ul li {
    width: 50%;
    margin-top: 30px;
  }
}
.inside-proshow-4 {
  background: linear-gradient(to bottom, #ffffff, #cfddfc);
  padding: 1rem 0;
}
.inside-proshow-4 .index-title {
  text-align: center;
}
.inside-proshow-4 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
  margin-top: 0.7rem;
}
.inside-proshow-4 li {
  width: 16.66666667%;
  padding: 0 0.15rem;
}
.inside-proshow-4 li .item {
  font-size: 0.18rem;
  text-align: center;
  position: relative;
  height: 3rem;
  padding-top: 0.4rem;
  transition: all 500ms ease;
  background: url(../images/pbg-1.png) no-repeat top center;
  background-size: cover;
}
.inside-proshow-4 li .pic {
  margin: 0 auto;
  position: relative;
  width: 1.7rem;
}
.inside-proshow-4 li .pic img {
  max-height: 1.7rem;
}
.inside-proshow-4 li .img-2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
}
.inside-proshow-4 li .tit {
  left: 0;
  width: 100%;
  bottom: 0.7rem;
  color: #003686;
  position: absolute;
}
@media (min-width: 1025px) {
  .inside-proshow-4 li:hover .item {
    background: url(../images/pbg-2.png) no-repeat top center;
    background-size: cover;
  }
  .inside-proshow-4 li:hover .img-1 {
    opacity: 0;
  }
  .inside-proshow-4 li:hover .img-2 {
    opacity: 1;
  }
  .inside-proshow-4 li:hover .tit {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .inside-proshow-4 ul {
    margin-top: 0;
  }
  .inside-proshow-4 li {
    margin-top: 30px;
    width: 33.33333333%;
  }
  .inside-proshow-4 li .item {
    height: 180px;
    padding-top: 10px;
    font-size: 14px;
    background: #f0f2f4!important;
  }
  .inside-proshow-4 li .tit {
    bottom: 30px;
  }
}
@media (max-width: 480px) {
  .inside-proshow-4 li {
    width: 50%;
  }
}
.inside-proshow-5 {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-proshow-5 .index-title {
  text-align: center;
}
.inside-proshow-5 .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.08rem;
}
.inside-proshow-5 .list li {
  width: 25%;
  padding: 0 0.08rem;
  margin-top: 0.6rem;
}
.inside-proshow-5 .list li .item {
  background: #fff;
  min-height: 100%;
  padding: 0.25rem;
  padding-bottom: 0.4rem;
  position: relative;
  transition: all 334ms ease;
  border: solid 2px #003686;
}
.inside-proshow-5 .list li .item:after {
  content: "";
  bottom: -0.11rem;
  left: 50%;
  width: 0.15rem;
  height: 0.11rem;
  transform: translateX(-50%);
  position: absolute;
  transition: all 334ms ease;
  background: url(../images/proicon-10.png) no-repeat top center;
  background-size: cover;
}
.inside-proshow-5 .list li .icon {
  top: 0.25rem;
  left: 0.25rem;
  position: absolute;
  display: inline-block;
  width: 0.7rem;
}
.inside-proshow-5 .list li .icon img {
  max-height: 0.7rem;
}
.inside-proshow-5 .list li .img-2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 334ms ease;
}
.inside-proshow-5 .list li .text {
  color: #222;
  padding-left: 0.9rem;
}
.inside-proshow-5 .list li .tit {
  font-weight: 700;
  font-size: 0.2rem;
}
.inside-proshow-5 .list li .txt {
  padding-top: 0.15rem;
}
.inside-proshow-5 .list li .txt span {
  color: #003686;
  font-family: arial;
}
.inside-proshow-5 .list li:hover .item {
  background: #003686;
}
.inside-proshow-5 .list li:hover .item:after {
  background: url(../images/proicon-11.png) no-repeat top center;
  background-size: cover;
}
.inside-proshow-5 .list li:hover .img-1 {
  opacity: 0;
}
.inside-proshow-5 .list li:hover .img-2 {
  opacity: 1;
}
.inside-proshow-5 .list li:hover .text {
  color: #fff;
}
    .inside-proshow-5 .list li:hover .text span {
    color:#fff;}
    .inside-proshow-5 .inside-message {
        padding-bottom: 0;
    }
.inside-proshow-5 .inside-message .index-title .cn {
  color: #222;
  text-align: left;
  font-weight: normal;
  padding-left: 0.2rem;
  font-size: 0.42rem;
  position: relative;
}
.inside-proshow-5 .inside-message .index-title .cn:before {
  left: 0;
  top: 0.24rem;
  content: "";
  width: 0.05rem;
  height: 0.4rem;
  position: absolute;
  background: #003686;
  border-radius: 0.03rem;
}
.inside-proshow-5 .biaodan {
  margin-top: 0.35rem;
  background: #fff;
  padding: 0.2rem;
  padding-bottom: 0.5rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.inside-proshow-5 .biaodan .submit {
  border-radius: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-proshow-5 {
    padding: 40px 0 60px 0;
  }
  .inside-proshow-5 .list li {
    width: 50%;
  }
  .inside-proshow-5 .list li .item {
    padding: 25px;
  }
  .inside-proshow-5 .list li .icon {
    top: 25px;
  }
  .inside-proshow-5 .list li .text {
    padding-left: 60px;
  }
  .inside-proshow-5 .list li .tit {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .inside-proshow-5 .list li {
    width: 100%;
    margin-top: 30px;
  }
}
.inside-bg {
  background: #f0f2f4;
  padding-top: 0.2rem;
}
.inside-bg .news-nr {
  overflow: hidden;
  background: #fff;
  margin-top: 0.2rem;
}
.inside-bg .next {
  padding-top: 0.8rem;
}
.inside-bg .next ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-bg .next li {
  width: 45%;
}
.inside-bg .next span {
  display: block;
  font-size: 0.18rem;
  margin-bottom: 0.15rem;
  color: #333333;
}
.inside-bg .next a {
  height: 40px;
  line-height: 40px;
  font-size: 0.24rem;
  color: #003686;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media (max-width: 1024px) {
  .inside-bg {
    padding-top: 120px;
    background: #fff;
  }
  .inside-bg .news-nr {
    margin-top: 0;
  }
  .inside-bg .next span {
    font-size: 14px;
  }
  .inside-bg .next a {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .inside-bg .next li {
    width: 100%;
    margin-bottom: 15px;
  }
  .inside-bg .next span {
    margin-bottom: 0;
  }
}
.news-left {
  float: left;
  width: 7%;
  border-left: solid 0.45rem #ffffff;
  position: sticky;
  top: 1rem;
}
.news-left .share {
  overflow: hidden;
  padding: 0.48rem 0 0.19rem 0;
  background-color: #f2f2f2;
  border-radius: 0.3rem 0rem 0rem 0.3rem;
  position: relative;
  z-index: 3;
}
.news-left .share span {
  display: block;
  margin-bottom: 0.19rem;
  text-align: center;
}
.news-left .share .dib {
  display: inline-block;
  font-size: 0.16rem;
}
.news-left .bdshare-button-style0-16 a {
  background-size: 100% 100% !important;
  background-position: center !important;
  width: 0.4rem !important;
  height: 0.4rem !important;
  padding-left: 0 !important;
  display: block;
  margin: 0 auto 0.12rem auto !important;
}
.news-left .bdshare-button-style0-16 .bds_tqq {
  background-image: url(../images/share-qq.png) !important;
}
.news-left .bdshare-button-style0-16 .bds_weixin {
  background-image: url(../images/share-weixin.png) !important;
}
.news-left .bdshare-button-style0-16 .bds_tsina {
  background-image: url(../images/share-weibo.png) !important;
}
.news-left .span {
  padding-top: 0.82rem;
  margin-top: -0.5rem;
  background-color: #bf0b0b;
  border-radius: 0.3rem 0rem 0rem 0.3rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.news-left .span a {
  display: block;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #ffffff;
  background: url(../images/fanhui1.png) no-repeat top center;
  background-size: 0.37rem;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}
.news-left .p {
  position: relative;
  z-index: 1;
  background: #2f318b;
  padding-top: 0.82rem;
  margin-top: -0.5rem;
  border-radius: 0.3rem 0rem 0rem 0.3rem;
  text-align: center;
}
.news-left .p a {
  display: block;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #ffffff;
  background: url(../images/fanhui.png) no-repeat top center;
  background-size: 0.31rem;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}
@media (max-width: 1024px) {
  .news-left {
    display: none;
  }
}
.news-right {
  width: 93%;
  float: right;
  border-left: solid 1px #d9d9d9;
  background: #fff;
  padding: 0 1.05rem;
  padding-bottom: 0.7rem;
}
.news-right .h1 {
  padding-top: 0.6rem;
  font-weight: normal;
  font-size: 0.36rem;
  margin-bottom: 0.36rem;
  color: #030f1b;
}
.news-right .h2 {
  font-weight: normal;
  font-size: 0.12rem;
  color: #888888;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #dcdcdc;
}
.news-right .h2 span {
  padding-right: 0.3rem;
  display: inline-block;
}
@media (max-width: 1024px) {
  .news-right {
    float: none;
    width: 100%;
    border-left: 0;
    padding: 0;
    padding-bottom: 50px;
  }
  .news-right .h1 {
    padding-top: 0;
  }
  .news-right .h2 {
    font-size: 12px;
  }
}
.news-info {
  font-size: 0.16rem;
  line-height: 0.3rem;
  padding: 0.49rem 0;
  color: #333333;
}
.news-info .f20 {
  font-weight: 700;
  font-size: 0.2rem;
  padding-bottom: 0.1rem;
}
.news-info .f28 {
  font-size: 0.28rem;
  font-weight: 700;
  text-align: center;
}
.news-info .f18 {
  font-size: 0.18rem;
}
.news-info .fred {
  color: #fff;
  height: 0.52rem;
  line-height: 0.52rem;
  font-weight: 700;
  width: 4.44rem;
  padding: 0 0.2rem;
  font-size: 0.2rem;
  background: url(../images/ng.png) no-repeat top left;
  background-size: cover;
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 1024px) {
  .news-info {
    font-size: 14px;
    line-height: 26px;
  }
  .news-info .f20 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .news-info .fred {
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .news-info .f18 {
    font-size: 16px;
  }
}
.tips {
  padding: 0.4rem;
  font-size: 0.18rem;
  background: #fefeff;
  margin-top: 0.2rem;
  line-height: 0.33rem;
  border: solid 2px #003686;
}
.tips p:first-child {
  color: #003686;
  font-size: 0.2rem;
  font-weight: 700;
  padding-bottom: 0.2rem;
}
@media (max-width: 1024px) {
  .tips {
    padding: 20px;
    font-size: 14px;
    line-height: 26px;
  }
  .tips p:first-child {
    font-size: 16px;
  }
}
.biaoqian {
  padding: 0.2rem 0.4rem;
  margin-top: 0.4rem;
  background: #f7f7f7;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #333333;
}
.biaoqian a {
  color: #333333;
  padding: 0 0.15rem;
  display: inline-block;
}
.biaoqian a:hover {
  color: #003686;
}
@media (max-width: 1024px) {
  .biaoqian {
    font-size: 14px;
    line-height: 30px;
  }
  .biaoqian a {
    padding-left: 0;
    padding-right: 10px;
  }
}
.fh {
  margin-top: 0.7rem;
  text-align: right;
}
.fh a {
  padding: 0 0.25rem;
  line-height: 0.36rem;
  display: inline-block;
  background: #efefef;
}
.inside-xg-news {
  overflow: hidden;
  padding-bottom: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 0;
  margin-top: 0.8rem;
}
.inside-xg-news .index-title .t2 {
  color: #eeeef0;
}
.inside-xg-news .list ul {
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
}
.inside-xg-news .list li {
  padding-left: 0;
  padding-right: 0;
}
.inside-xg-news .list li .item {
  margin-bottom: 0.7rem;
}
.inside-xg-news .swiper-pagination {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.inside-xg-news .swiper-pagination-bullet {
  opacity: 1;
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.05rem;
  background: #9f9f9f;
}
.inside-xg-news .swiper-pagination-bullet-active {
  background: #003686;
}
@media (max-width: 1024px) {
  .inside-xg-news {
    margin-top: 0;
    padding-top: 50px;
  }
}
.inside-page {
  font-size: 0.14rem;
  text-align: center;
  padding-top: 1rem;
}
.inside-page a {
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
  text-align: center;
  line-height: 0.38rem;
  border-radius: 100%;
  margin: 0 0.05rem;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #e3e3e3;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: #003686;
  background: #003686;
}
.inside-page .prev,
.inside-page .next {
  min-width: 1rem;
  position: relative;
  border-radius: 30px;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 0.15rem;
  font-family: "鐎瑰缍�";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 0.15rem;
  font-family: "鐎瑰缍�";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .inside-page {
    padding: 30px 0 0 0;
  }
  .inside-page .prev,
  .inside-page .next {
    width: auto;
    border-radius: 0;
  }
  .inside-page a {
    width: auto;
    height: auto;
    padding: 0 5px;
    border-radius: 0;
    margin: 0;
  }
  .inside-page span {
    display: none;
  }
}
.inside-map {
  padding: 0.8rem 0;
}
.inside-map li {
  padding: 0.1rem 0;
}
.inside-map li .drop {
  padding-top: 0.15rem;
}
.inside-map li .drop a {
  padding-right: 0.15rem;
  display: inline-block;
}
.verifyDiv {
  width: 30%;
  margin-right: 0rem;
  vertical-align: middle;
  position: relative;
}
.verify {
  height: 0.45rem;
  background-color: #e5e5e5;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.45rem;
  height: 0.45rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  z-index: 2;
  cursor: move;
}
.verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
}
.verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0.45rem;
  line-height: 0.43rem;
  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;
  line-height: 0.43rem;
  padding-left: 0.5rem;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
@media (max-width: 520px) {
  .verifyDiv {
    width: 100%;
  }
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.2rem;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.navM .navMCon {
  background-color: #fff;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  left: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #003686;
  color: #fff;
  position: absolute;
  z-index: 999;
  right: -40px;
  top: 0;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 15px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 15px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 16px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
}
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon {
  transform: rotate(135deg);
}
.navM .child {
  padding: 10px 0px 20px 0px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
}
.navM .child-2 .list {
  flex-wrap: wrap;
  display: flex;
}
.navM .child-2 .list li {
  width: 50%;
}
.navM .child-2 .list li a {
  padding: 0;
}
.navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.navM .mSearch .btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 10px;
  margin-top: 0;
  right: 0px;
  background: #ccc;
}
.navM .mSearch .btn img {
  max-height: 20px;
  margin-top: 4px;
  vertical-align: middle;
}
.navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 30px 5px 15px;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.navM .other {
  padding: 10px;
}
.navM .languageBtn {
  padding: 10px 0;
}
.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #003686;
}
.inside-product .list li .t2 {
    height: 0.8rem;
}

.inside-product .list li .t3 {
    margin-top: 0.1rem;
}

.inside-proshow-5 .list li:hover .txt span {
    color: #fff;
}

.inside-industry .item {
    background: #fff;
}

.inside-industry .rightbox .tag {
    padding-bottom: 0.3rem;
}


.inside-service .list {
    overflow: hidden;
}

    .inside-service .list .swiper-container {
        overflow: inherit;
    }

.navM .child-2 .list li {
    width: 100%;
}

    .navM .child-2 .list li .drop {
        font-size: 14px;
        padding: 10px 0;
    }

        .navM .child-2 .list li .drop a {
            color: #999;
        }

@media(max-width:1680px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width:1600px) {
    .inside-industry .rightbox {
        padding-right: 0px;
    }

        .inside-industry .rightbox .text {
            line-height: 24rem/100;
        }

    .inside-technology li .item {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .inside-service .list .swiper-container {
        padding-bottom: 0.5rem;
    }
}

@media(max-width:1440px) {
    .index-title .en {
        font-size: 0.4rem;
    }
}

@media(max-width:1024px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer .copy .bah {
        float: none;
    }

    .index-advantages .container .t1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .inside-industry .rightbox .text {
        line-height: 24px;
    }
}




.index-solution .cons .box:hover:after{
	 background: rgba(7, 60, 137, 0.6);
}


.inside-product .list li:hover .t2 a{
	color:#003686;
}


.inside-product .list li:hover .tag a{
	color:#fff;
	border-color:#003686;
	background:#003686;
}


.header .nav li:hover,
.header .nav .active>a{
	color:#fff;
	background:#003686;
}

.header .nav li:hover>a{
	color:#fff;
}

.fixed .nav li a{
	
}
.header .nav li > a::after{
	display:none;
}



.index-technology{
	position:relative;
}
.index-technology .container{
	height:100vh;
	max-width:100%;
	
}

.index-technology .swiper-container-autoheight{
	height:100vh;
}
.index-technology li{
	display:flex;
	align-items:center;
}
.index-technology .box{
	 top:0;
	 left:0;
	 width:80%;
	 height:100%;
	 /* position:absolute;  */
}

.index-technology .box img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.index-technology .box video{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

@media (max-width:1024px){
	.index-technology .box{
        width: 100%;
		height: 405px;
	}
	.index-technology .text {
	  padding-top: 20px;
	}
	.index-technology .tag {
	  padding-top: 10px;
	}	
	.index-technology .box video{
		height:100%;
	}
	.index-technology .box img{
		height:100%;
	}	
	.index-technology .container{
		height:auto;
	}
	.index-technology li{
		height:auto!important;
		display: block;
	}
	.index-technology .swiper-container-autoheight{
		height:auto;
	}
	.index-technology .swiper-button-prev,
	.index-technology .swiper-button-next{
		bottom:-40px;
	}
}

@media (max-width:768px){
	.index-technology .box{
		height: 315px;
	}
}

@media (max-width:480px){
	.index-technology .box{
		height: 210px;
	}
}


.inside-proshow .leftpic .swiper-button-next,
.inside-proshow .leftpic .swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s linear;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
}
.inside-proshow .leftpic .swiper-button-next:after,
.inside-proshow .leftpic .swiper-button-prev:after {
  font-size: 0.2rem;
}
.inside-proshow .leftpic .swiper-button-next:hover,
.inside-proshow .leftpic .swiper-button-prev:hover {
  background: #003686;
}
.inside-proshow .leftpic .swiper-button-prev {
  transform: translateX(-50%);
}

.inside-proshow .leftpic .swiper-button-next {
  transform: translateX(50%);
}

@media (max-width: 1024px) {
.inside-proshow .leftpic .swiper-button-next,
.inside-proshow .leftpic .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}

.inside-proshow .leftpic .pic {
    overflow: hidden;
    position: relative;
}

.inside-proshow .leftpic .pic:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}