* {
  box-sizing: border-box;
  outline: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #34bada;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
html {
  font-size: 100px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 100px;
  }
}
html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px!important;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px!important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px!important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px!important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -2rem;
  z-index: -1;
  position: absolute;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  animation-name: fadeInUp3;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.scrollArrow {
  animation-name: scrollArrow;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
/* 载入效果 */
@keyframes titFadeup1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
}
@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.titFadeup1 {
  animation: titFadeup1 1.1s ease-in-out both 0.1s;
}
.titFadeup2 {
  animation: titFadeup1 1.1s ease-in-out both 0.2s;
}
.fadeInup1 {
  animation: fadeInup 1.1s ease-in-out both 0.2s;
}
.fadeInup2 {
  animation: fadeInup 1.1s ease-in-out both 0.3s;
}
.fadeInup3 {
  animation: fadeInup 1.1s ease-in-out both 0.4s;
}
.fadeInUpimg {
  animation: imgScale 1.2s ease-in-out both 0.2s;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan2 {
  animation-name: xuanzhuan2;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.oft');
  src: url('../fonts/Oswald-Bold.ttf');
  src: url('../fonts/Oswald-Bold.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-Medium';
  src: url('../fonts/Oswald-Medium.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-BOLD';
  src: url('../fonts/POPPINS-BOLD.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D-DINCondensed-Bold';
  src: url('../fonts/D-DINCondensed-Bold.otf');
  src: url('../fonts/D-DINCondensed-Bold.eot');
  src: url('../fonts/D-DINCondensed-Bold.ttf');
  src: url('../fonts/D-DINCondensed-Bold.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D-DIN';
  src: url('../fonts/D-DIN.eot');
  src: url('../fonts/D-DIN.ttf');
  src: url('../fonts/D-DIN.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("../fonts/SourceHanSansCN-Normal.eot");
  src: url("../fonts/SourceHanSansCN-Normal.otf");
  src: url('../fonts/SourceHanSansCN-Normal.ttf');
  src: url('../fonts/SourceHanSansCN-Normal.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SOURCEHANSANSCN-MEDIUM";
  src: url("../fonts/SOURCEHANSANSCN-MEDIUM.OTF");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  /* font-size: 0.16rem; */
  font-size: 0.18rem;
  position: relative;
  line-height: 1.5;
  /* font-family: "微软雅黑", "arial"; */
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
	line-height: 1.6!important;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 14.4rem;
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px!important;
    padding: 0 20px!important;
  }
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #666;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navPhoneBtn {
    display: block;
    right: 20px;
    margin-right: 0px;
    position: absolute;
  }
}
.circle {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s ease-out 0s infinite;
  background: #34bada;
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #34bada;
  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);
  }
}
.topContent {
  height: 0.45rem;
  color: #12274d;
  background: linear-gradient(to right, #c9f0fd, #ddfcf1);
}
.topContent .container {
  display: flex;
  height: 0.45rem;
  align-items: center;
  justify-content: center;
}
.topContent .img1 img {
  max-height: 0.2rem;
}
.topContent .tigs {
  padding: 0 0.2rem;
  display: inline-block;
  /* text-shadow: 0 0 1px #12274d; */
}
.topContent .more {
  display: inline-block;
}
.topContent .more a {
  color: #12274d;
  padding-left: 0.1rem;
  /*text-shadow: 0 0 1px #12274d;*/
}
.topContent .more img {
  margin-left: 0.05rem;
  margin-bottom: 0.03rem;
  vertical-align: middle;
  max-height: 0.1rem;
}
.topContent .more a:hover {
  color: #169fc0;
}
@media (max-width: 1024px) {
  .topContent {
    display: none;
  }
}
.header {
  top: 0.45rem;
  width: 100%;
  z-index: 10;
  position: absolute;
  transition: all 500ms ease;
}
.header > .container {
  display: flex;
  height: 0.7rem;
  align-items: center;
  max-width: 17.2rem;
  justify-content: space-between;
}
.header .logo {
  z-index: 10;
  position: relative
        transition: all .5s;
}
.header .logo a {
  display: block;
}
.header .logo img {
  width: auto;
  height: auto;
  max-height: 0.2rem;
  vertical-align: middle;
  position: relative;
}
.header .infobox {
  height: 0.7rem;
  display: flex;
  align-items: center;
}
.header .tel span {
  color: #333;
  font-family: "D-DIN";
  text-shadow: 0 0 1px #333;
}
.header .language {
  padding: 0 0.3rem;
}
.header .language a {
  font-family: arial;
  line-height: 0.2rem;
  text-align: center;
  font-size: 0.12rem;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  display: inline-block;
  border: solid 1px #393939;
}
.header .language a:hover {
  border-color: #34bada;
}
.header .btn1,
.header .btn2 {
  display: flex;
  align-items: center;
  height: 0.7rem;
}
.header .btn1 > a,
.header .btn2 > a {
  text-align: center;
  color: #002738;
  height: 0.38rem;
  padding: 0 0.15rem;
  line-height: 0.36rem;
  display: inline-block;
  min-width: 1.15rem;
  border-radius: 0.05rem;
  border: solid 1px #002738;
}
.header .btn1 i,
.header .btn2 i {
  width: 0.07rem;
  height: 0.07rem;
  margin-bottom: 0.06rem;
  margin-left: 0.08rem;
  vertical-align: middle;
  display: inline-block;
  border-left: solid 1px #002738;
  border-bottom: solid 1px #002738;
  transform: rotate(-45deg);
  transition: all 334ms ease;
}
.header .btn1:hover a,
.header .btn2:hover a {
  color: #fff;
  border-color: #34bada;
  background: #34bada;
}
.header .btn1:hover i,
.header .btn2:hover i {
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.header .btn2 {
  margin-left: 0.2rem;
}
.header .btn2 > a {
  color: #fff;
  background: #002738;
}
.header .btn1:hover .cotNr {
  display: block;
}
.header .cotNr {
  left: 0;
  display: none;
  top: 0.7rem;
  width: 100%;
  z-index: -1;
  padding: 0.4rem 0;
  background: #f5f8f8;
  position: absolute;
  transition: all 500ms ease;
  box-shadow: 0.05rem 0 0.2rem rgba(7, 85, 104, 0.1);
}
.header .cotNr .container {
  position: relative;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.header .cotNr .container:before {
  content: "";
  right: 0.4rem;
  top: -0.5rem;
  position: absolute;
  border-bottom: solid 0.1rem #ffffff;
  border-left: solid 0.08rem transparent;
  border-right: solid 0.08rem transparent;
}
.header .cotNr .container dl {
  width: 24%;
  background: #fff;
  padding: 0.25rem;
  border-radius: 0.15rem;
  transition: all 500ms ease;
}
.header .cotNr .container dt,
.header .cotNr .container dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .cotNr .container dd {
  color: #333;
  font-size: 0.14rem;
  margin-top: 0.2rem;
}
.header .cotNr .container dl:hover {
  background: linear-gradient(to bottom, #34bada, #169fc0);
}
.header .cotNr .container dl:hover dd {
  color: #fff;
}
.header .cotNr .container dl:hover .left,
.header .cotNr .container dl:hover .tel {
  color: #fff;
}
.header .cotNr .container dl:hover .icon .img1 {
  opacity: 0;
}
.header .cotNr .container dl:hover .icon .img2 {
  opacity: 1;
  transform: translateX(0);
}
.header .cotNr .container dl:hover .btn a {
  color: #333;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.header .cotNr .container .tel {
  color: #34bada;
  font-size: 0.18rem;
  font-family: "D-DIN";
  font-weight: 700;
}
.header .cotNr .container .left {
  color: #333;
  line-height: 0.28rem;
}
.header .cotNr .container .icon {
  position: relative;
}
.header .cotNr .container .icon .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: translateY(20px);
}
.header .cotNr .container .icon img {
  max-height: 0.68rem;
  transition: all 500ms ease;
}
.header .cotNr .container .btn a {
  color: #fff;
  /* font-size: 0.16rem; */
  text-align: center;
  padding: 0 0.1rem;
  min-width: 1rem;
  height: 0.33rem;
  line-height: 0.33rem;
  border-radius: 0.3rem;
  display: inline-block;
  transition: all 500ms ease;
  background: linear-gradient(to bottom, #34bada, #169fc0);
}
@media (max-width: 1024px) {
  .header {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed!important;
    background: #fff!important;
    height: 60px!important;
    z-index: 99!important;
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2) !important;
  }
  .header .container {
    height: 60px;
    padding-left: 0;
    max-width: 640px;
    position: relative;
  }
  .header .infobox {
    display: none;
  }
}
.common-nav {
  transition: all 500ms ease;
}
.common-nav .listNav {
  z-index: 10;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.common-nav .listNav > li {
  margin-left: 0.4rem;
  text-align: center;
  position: relative;
}
.common-nav .listNav > li.li-static {
  position: static;
}
.common-nav .listNav > li i {
  width: 0.07rem;
  height: 0.07rem;
  margin-top: 0.12rem;
  vertical-align: top;
  margin-left: 0.08rem;
  display: inline-block;
  border-left: solid 1px #373737;
  border-bottom: solid 1px #373737;
  transform: rotate(-45deg);
}
.common-nav .listNav > li > a {
  z-index: 1;
  color: #212121;
  line-height: 0.3rem;
  padding: 0.2rem 0;
  display: inline-block;
  font-size:0.18rem;
  position: relative;
  vertical-align: middle;
}
.common-nav .listNav > li > a > span {
  display: inline-block;
  overflow: hidden;
  height: 0.3rem;
  line-height: 0.3rem;
  position: relative;
}
.common-nav .listNav > li > a > span::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #fff;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .5s;
}
.common-nav .listNav > li > a .txt-1 {
  display: block;
  transition: .5s;
}
.common-nav .listNav > li > a .txt-2 {
  display: block;
  transform: translateY(100%);
  transition: .5s;
}
.common-nav .listNav > li > a img {
  margin-top: 0.05rem;
  max-height: 0.22rem;
}
.common-nav .listNav > li:hover > a,
.common-nav .listNav > li.active > a {
  color: #34bada;
}
.common-nav .listNav > li:hover > a > span::after,
.common-nav .listNav > li.active > a > span::after {
  width: 100%;
}
.common-nav .listNav > li:hover > a .txt-1,
.common-nav .listNav > li.active > a .txt-1 {
  transform: translateY(-100%);
}
.common-nav .listNav > li:hover > a .txt-2,
.common-nav .listNav > li.active > a .txt-2 {
  transform: translateY(-100%);
}
.common-nav .listNav > li:hover > a:hover,
.common-nav .listNav > li.active > a:hover {
  color: #34bada;
}
.common-nav .listNav > li:last-child > a span {
  padding-right: 0;
}
.common-nav .listNav > li > .child {
  display: block;
  width: 2.9rem;
  text-align: left;
  position: absolute;
  z-index: 999;
  top: 0.7rem;
  left: 50%;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.2rem rgba(8, 93, 114, 0.15);
  transform-origin: 0 0;
  transform: scaleY(0) translateX(-50%);
  transition: transform .2s;
  color: #333;
}
.common-nav .listNav > li > .child a {
  color: #333;
}
.common-nav .listNav > li > .child > .list {
  border-radius: 0.2rem;
  padding: 0.2rem;
  background: #f5f8f8;
  position: relative;
}
.common-nav .listNav > li > .child > .list a {
  width: 100%;
  display: block;
  color: #212121;
  height: auto;
  transition: all 500ms ease;
  line-height: 0.24rem;
  padding: 0.1rem 0.15rem;
  border-radius: 0.1rem;
  position: relative;
}
.common-nav .listNav > li > .child > .list a:hover {
  text-decoration: none;
  background: #ffffff;
  color: #34bada;
}
.common-nav .listNav > li > .child > .list-2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0.6rem 0.2rem 0.6rem 0.2rem;
  background: #fafafa;
}
.common-nav .listNav > li > .child > .list-2 > li {
  width: 50%;
  padding: 0 0.6rem;
}
.common-nav .listNav > li > .child > .list-2 .title {
  font-size: 0.18rem;
  color: #34bada;
  border-bottom: 1px #34bada solid;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
}
.common-nav .listNav > li > .child > .list-2 .title a {
  color: #34bada;
  display: block;
  line-height: 0.3rem;
  height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.common-nav .listNav > li > .child > .list-2 .list a {
  color: #212121;
  line-height: 0.36rem;
  height: 0.36rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.common-nav .listNav > li > .child > .list-2 .list a:hover {
  color: #34bada;
}
.common-nav .listNav > li > .child.child-2 {
  width: 8rem;
}
.common-nav .listNav > li > .child.child-2 > .list {
  display: flex;
  flex-wrap: wrap;
}
.common-nav .listNav > li > .child.child-2 > .list li {
  min-width: 50%;
}
.common-nav .listNav > li > .child.show {
  display: block;
  transform: scaleY(1) translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .common-nav {
    display: none;
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: fixed;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
  background: #fff;
}
.fixed .nav li > a {
  color: #333;
}
.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 .pc {
  display: block;
}
.banner .pc img {
  width: auto;
  height: auto;
  max-height: initial;
  max-width: initial;
  width: 100%;
  object-fit: cover;
}
.banner .ph {
  display: none;
  text-align: center;
}
.banner .ph img {
  width: auto;
  height: auto;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .text {
  top: 1.2rem;
  width: 100%;
  text-align: left;
  position: absolute;
}
.banner .hezi {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .left {
  width: 50%;
}
.banner .left .t1 {
  color: #333;
  font-weight: 600;
  font-size: 0.52rem;
  line-height: 0.6rem;
  padding-top: 0.4rem;
  font-family: "SOURCEHANSANSCN-MEDIUM";
}
.banner .left .t2 {
  font-size: 0.36rem;
  padding-top: 0.2rem;
  font-family: "SourceHanSansCN-Normal";
}
.banner .left .t3 {
  margin-top: 0.5rem;
}
.banner .left .btn1,
.banner .left .btn2 {
  text-align: center;
  border-radius: 0.05rem;
  line-height: 0.36rem;
  height: 0.38rem;
  min-width: 1.15rem;
  display: inline-block;
  cursor:pointer;
  border: solid 1px #002738;
}
.banner .left .btn1:hover,
.banner .left .btn2:hover {
  color: #fff;
  border-color: #34bada;
  background: #34bada;
}
.banner .left .btn1 {
  color: #fff;
  background: #002738;
}
.banner .left .btn2 {
  color: #002738;
  margin-left: 0.2rem;
}
.banner .right {
  width: 50%;
  position: relative;
}
.banner .tu1 {
  text-align: right;
}
.banner .tu1 img {
  max-height: 4.9rem;
}
.banner .tu2 {
  left: 0.64rem;
  top: 1.4rem;
  position: absolute;
}
.banner .tu2 img {
  max-height: 3.5rem;
}
.banner .tu3 {
  left: 0;
  top: 1.3rem;
  position: absolute;
}
.banner .tu3 img {
  max-height: 1.7rem;
}
.banner .tu4 {
  left: 0.1rem;
  top: 3.45rem;
  position: absolute;
}
.banner .tu4 img {
  max-height: 2.2rem;
}
.banner .tu5 {
  z-index: 3;
  right: -0.2rem;
  top: 2.5rem;
  position: absolute;
}
.banner .tu5 img {
  max-height: 1.6rem;
}
.banner .tu6 {
  left: 2.7rem;
  top: 4.4rem;
  position: absolute;
}
.banner .tu6 img {
  max-height: 0.9rem;
}
.banner .tu7 {
  left: 1.8rem;
  top: 1.04rem;
  position: absolute;
}
.banner .tu7 img {
  max-height: 1.1rem;
}
.banner .tu8 {
  top: 0;
  right: 0;
  position: absolute;
}
.banner .tu8 img {
  max-height: 3.6rem;
}
.banner .swiper-slide-active .tu1 {
  animation: 4s scrollArrow1 ease;
}
.banner .swiper-slide-active .tu2 {
  animation: 1.8s scrollArrow ease;
}
.banner .swiper-slide-active .tu3 {
  animation: 1.7s fadeInUp2 ease;
}
.banner .swiper-slide-active .tu4 {
  animation: 1.8s fadeInRight2 ease;
}
.banner .swiper-slide-active .tu5 {
  animation: 1.9s fadeInLeft2 ease;
}
.banner .swiper-slide-active .tu6 {
  animation: 2s fadeInUp2 ease;
}
.banner .swiper-slide-active .tu7 {
  animation: 2.1s fadeInDown2 ease;
}
.banner .swiper-slide-active .tu8 {
  animation: 2.2s fadeInRight2 ease;
}
@media (max-width: 1024px) {
  .banner {
    margin-top: 60px;
  }
  .banner .text {
    top: auto;
    left: auto;
    padding: 50px 0;
    text-align: center;
    transform: translate(0);
    position: relative;
    background: linear-gradient(to bottom, #f5f8f8, #e9f3f5);
  }
  .banner .hezi {
    display: block;
  }
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
  }
  .banner .left {
    width: 100%;
  }
  .banner .right {
    width: 100%;
	display: none;
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .banner .left .t1 {
    padding-top: 0;
    font-size: 22px;
    line-height: 30px;
  }
  .banner .left .t2 {
    font-size: 16px;
    padding-top: 0;
  }
  .banner .left .btn1,
  .banner .left .btn2 {
    height: 32px;
    line-height: 30px;
    min-width: 100px;
  }
}
.index-title {
  color: #333;
  font-weight: 700;
  font-size: 0.36rem;
  line-height: 0.4rem;
}
@media (max-width: 1024px) {
  .index-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.index-hzhb {
  z-index: 10;
  margin-top: -1rem;
  position: relative;
}
.index-hzhb .list {
  margin-bottom: 0.3rem;
  background: #fff;
  padding: 0.5rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.3rem rgba(21, 158, 191, 0.1);
}
.index-hzhb .pic {
  position: relative;
}
.index-hzhb .pic img{
    position: static;
    max-width: initial;
    max-height: initial;
	height:0.5rem;
}
.index-hzhb .pic:after {
  content: "";
  display: block;
  /* padding-bottom: 29.41176471%; */
}
.index-hzhb .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.index-hzhb .swiper-slide {
  /* width: 1.7rem; */
  position: relative;
  
  /* margin-right: 0.1rem; */
  cursor: pointer;
}
@media (max-width: 1024px) {
  .index-hzhb {
    margin-top: 40px;
  }
  .index-hzhb .list {
    padding: 20px;
  }
}
.index-info {
  padding-top: 0.7rem;
}
.index-info .bg {
  border-radius: 0.4rem;
  padding: 0.6rem 0.7rem;
  background: #f4f8f8;
}
.index-info .hezi {
  display: flex;
  margin-top: 0.3rem;
  align-items: flex-end;
  justify-content: space-between;
}
.index-info .hezi .text {
  width: 67%;
}
.index-info .hezi-2 {
  display: flex;
}
.index-info .hezi-2 .left {
  width: 65%;
}
.index-info .hezi-2 .right {
  width: 40%;
}
.index-info .hezi-2 .pic {
  width: 133%;
  margin-left: -1.5rem;
  margin-top: 0.9rem;
}
.index-info .btn1,
.index-info .btn2 {
  color: #333;
  transition: all 500ms ease;
  border-radius: 0.05rem;
  text-align: center;
  min-width: 1.6rem;
  border: solid 1px #e1e1e1;
  line-height: 0.42rem;
  height: 0.44rem;
  display: inline-block;
}
.index-info .btn1:hover,
.index-info .btn2:hover {
  color: #fff;
  background: #34bada;
  border-color: #34bada;
}
.index-info .btn2 {
  color: #fff;
  border-color: #002738;
  margin-left: 0.15rem;
  background: #002738;
}
.index-info .tabnav {
  padding-top: 0.35rem;
  border-bottom: solid 1px #d0d3d3;
}
.index-info .tabnav ul {
  display: flex;
  flex-wrap: wrap;
}
.index-info .tabnav li {
  width: 25%;
  cursor: pointer;
  text-align: center;
  position: relative;
  transition: all 500ms ease;
  padding: 0.2rem 0.1rem;
  padding-top: 0.15rem;
}
.index-info .tabnav li .item {
  z-index: 3;
  position: relative;
}
.index-info .tabnav li .icon img {
  max-height: 0.6rem;
}

.index-info .tabnav li .icon2{
	display:none;
}


.index-info .tabnav li .tit {
  color: #333;
}
.index-info .tabnav li:before {
  bottom: 0;
  left: 0%;
  content: "";
  width: 100%;
  height: 50%;
  opacity: 0;
  border-radius: 0.05rem;
  position: absolute;
  /* transition: all 500ms linear; */
  background: linear-gradient(to bottom, #34bada, #169fc0);
}
.index-info .tabnav .cur:before {
  opacity: 1;
  height: 100%;
}
.index-info .tabnav .cur .tit {
  color: #fff;
}

.index-info .tabnav .cur .icon1 {
  display:none;
}

.index-info .tabnav .cur .icon2 {
  display:block;
}

.index-info .tabcot {
  display: none;
  padding-top: 0.3rem;
}
.index-info .tabcot .tit {
  color: #333;
  font-size: 0.24rem;
}
.index-info .tabcot .txt {
  padding-top: 0.1rem;
  line-height: 0.3rem;
  padding-right: 1.3rem;
}
.index-info .tabcot.show {
  display: block;
}
.index-info .list {
  width: 68%;
  margin-bottom: 0.25rem;
  margin-top: 0.2rem;
}
.index-info .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.07rem;
}
.index-info .list li {
  width: 25%;
  padding: 0.1rem 0.07rem;
  text-align: center;
  transition: all 500ms ease;
}
.index-info .list li .item {
  position: relative;
  padding-bottom: 0.15rem;
  border-bottom: solid 1px #e1e1e1;
}
.index-info .list li .item:after {
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  background: #34bada;
  transition: all 334ms linear;
}
.index-info .list li .icon img {
  max-height: 0.4rem;
  transition: all 500ms ease;
}
.index-info .list li .bt {
  color: #333;
  margin-top: 0.1rem;
}
.index-info .list li:hover .item:after {
  width: 100%;
}
.index-info .list li:hover .icon img {
  transform: scale(1.1);
}
.index-info .list li:hover .bt {
  color: #34bada;
}
.index-info .numlist {
  background: #fff;
  border-radius: 0.2rem;
  margin-top: 0.4rem;
  padding: 0.25rem 0.5rem;
  padding-top: 0.2rem;
  box-shadow: 0 0 0.2rem rgba(21, 158, 191, 0.1);
}
.index-info .numlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-info .numlist li {
  color: #333;
  position: relative;
  padding: 0 0.6rem;
}
.index-info .numlist li:before {
  content: "";
  width: 1px;
  top: 50%;
  left: -10%;
  position: absolute;
  height: 0.62rem;
  background: #d9d9d9;
  transform: translateY(-50%);
}
.index-info .numlist li .counter {
  color: #34bada;
  font-size: 0.44rem;
  line-height: 0.5rem;
}
.index-info .numlist li p:first-child {
  font-family: "D-DINCondensed-Bold";
}
.index-info .numlist li i {
  font-size: 0.22rem;
  color: #34bada;
  font-style: normal;
  display: inline-block;
}
.index-info .numlist li img {
  margin-top: 0.14rem;
  max-height: 0.3rem;
}
.index-info .numlist li:first-child:before {
  display: none;
}
@media (max-width: 1024px) {
  .index-info {
    padding-top: 30px;
  }
  .index-info .list {
    width: 100%;
  }
  .index-info .list li {
    width: 50%;
  }
  .index-info .bg {
    padding: 20px;
  }
  
  .index-info .hezi {
    display: block;
  }
  .index-info .hezi .text {
    width: 100%;
  }
  .index-info .hezi .btnbox {
    margin-top: 30px;
  }
  .index-info .tabnav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .index-info .tabnav ul {
    /* width: 640px; */
  }
  
    .index-info .tabnav li{
        width:50%;
    }

  .index-info .tabcot .txt {
    padding-right: 0;
    line-height: 24px;
  }
  .index-info .hezi-2 {
    display: block;
  }
  .index-info .hezi-2 .left,
  .index-info .hezi-2 .right {
    width: 100%;
  }
  .index-info .hezi-2 .pic {
    display: none;
    width: 100%;
    margin-left: 0;
  }
  .index-info .numlist li {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .index-info .numlist li {
    width: 100%;
	margin-bottom: 20px;
  }
  .index-info .numlist li:before {
    display: none;
  }
}

.index-info-2 .numlist li img {
  margin-top: 0.1rem;
}
.index-khcg {
  padding: 1rem 0;
}
.index-khcg .index-title {
  text-align: center;
}
.index-khcg .text {
  text-align: center;
  padding-top: 0.2rem;
}
.index-khcg .container {
  overflow: hidden;
  max-width: 14.8rem;
}
.index-khcg .list {
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.index-khcg .list .swiper-container {
  overflow: inherit;
}
.index-khcg .item {
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  border: solid 1px #fff;
  padding: 0.4rem;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.2rem rgba(8, 93, 114, 0.15);
  background: linear-gradient(to bottom, #f2f7f8, #ffffff);
}
.index-khcg .item .logo {
  max-width: 1.4rem;
  position: relative;
}
.index-khcg .item .logo:after {
  content: "";
  display: block;
  padding-bottom: 28.57142857%;
}
.index-khcg .item .tu {
  text-align: right;
  margin-top: -0.3rem;
}
.index-khcg .item .tu img {
  max-height: 0.5rem;
}
.index-khcg .item .txt {
  height: 1.5rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.index-khcg .item .name {
  text-align: right;
  margin-top: 0.4rem;
}
.index-khcg .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0.04rem;
  width: 0.42rem;
  height: 0.06rem;
  background: #d8d8d8;
  border-radius: 0.03rem;
}
.index-khcg .swiper-pagination-bullet-active {
  background: #34bada;
}
.index-khcg .swiper-pagination {
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.index-khcg .picMarqueebox {
  margin: 0 auto;
  margin-top: 0.7rem;
  max-width: 19.2rem;
}
.index-khcg .picMarquee-top {
  overflow: hidden;
  position: relative;
}
.index-khcg .picMarquee-top .bd .tempWrap {
  height: 100% !important;
}
.index-khcg .picMarquee-top .bd ul {
  overflow: hidden;
  zoom: 1;
}
.index-khcg .picMarquee-top .bd ul li {
  text-align: center;
  zoom: 1;
  width: 11.11111111%;
  padding: 0.1rem;
}
.index-khcg .picMarquee-top .bd ul li .box {
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.15rem rgba(6, 97, 119, 0.13);
}
.index-khcg .picMarquee-top .bd ul li .pic {
  position: relative;
}
.index-khcg .picMarquee-top .bd ul li .pic img {
  width: auto;
  height: auto;
  border-radius: 0.1rem;
}
.index-khcg .picMarquee-top .bd ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
@media (max-width: 1024px) {
  .index-khcg {
    padding: 40px 0;
  }
  .index-khcg .list {
    padding-left: 0;
    padding-right: 0;
  }
  .index-khcg .list .swiper-container {
    overflow: hidden;
  }
  .index-khcg .picMarqueebox {
    padding: 0 20px;
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  .index-khcg .picMarquee-top .bd ul li {
    width: 33.333%;
  }
}
.index-ys {
  padding: 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-ys .index-title,
.index-ys .text {
  text-align: center;
}
.index-ys .text {
  padding-top: 0.2rem;
}
.index-ys .numlist {
  padding-top: 0.5rem;
}
.index-ys .numlist ul {
  display: flex;
  flex-wrap: wrap;
}
.index-ys .numlist li {
  color: #333;
  width: 20%;
  padding: 0 0.6rem;
}
.index-ys .numlist li p:first-child {
  margin-bottom: 0.1rem;
  color: #34bada;
  padding-bottom: 0.1rem;
  border-bottom: solid 1px #d3d5d4;
}
.index-ys .numlist li .counter {
  line-height: 0.6rem;
  font-size: 0.56rem;
  font-family: "D-DINCondensed-Bold";
}
.index-ys .numlist li i {
  font-weight: 700;
  font-size: 0.18rem;
  display: inline-block;
  font-style: normal;
}
.index-ys .list {
  padding-top: 0.4rem;
}
.index-ys .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.index-ys .list li {
  width: 25%;
  display: flex;
  padding: 0 0.2rem;
  text-align: center;
}
.index-ys .list li .item {
  width: 100%;
  min-height: 100%;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.3rem;
  padding-top: 0.5rem;
  transition: all 500ms ease;
  box-shadow: 0 0 0.2rem rgba(0, 46, 57, 0.1);
}
.index-ys .list li .icon img {
  max-height: 1rem;
  transition: all 500ms ease;
}
.index-ys .list li .tit {
  color: #333;
  font-size: 0.2rem;
  padding-top: 0.2rem;
}
.index-ys .list li .txt {
  padding-top: 0.15rem;
  text-align: justify;
}
.index-ys .list li:hover .item {
  background: linear-gradient(to bottom, #34bada, #169fc0);
}
.index-ys .list li:hover .icon img {
  transform: rotateY(180deg);
}
.index-ys .list li:hover .tit,
.index-ys .list li:hover .txt {
  color: #fff;
}
@media (max-width: 1024px) {
  .index-ys {
    padding: 40px 0;
  }
  .index-ys .numlist {
    padding-top: 0;
  }
  .index-ys .numlist li {
    width: 33.333%;
    padding: 0 10px;
    padding-top: 20px;
    text-align: center;
  }
  .index-ys .list {
    padding-top: 0;
  }
  .index-ys .list li {
    width: 50%;
    margin-top: 0.4rem;
  }
  .index-ys .list li .tit {
    font-size: 16px;
  }
  .index-ys .list li .item {
    padding: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .index-ys .list li {
    width: 100%;
  }
}
.index-news {
  padding: 1rem 0;
}
.index-news .index-title {
  text-align: center;
}
.index-news .title {
  color: #333;
  line-height: 0.3rem;
  font-size: 0.2rem;
}
.index-news .title img {
  margin-right: 0.1rem;
  max-height: 0.3rem;
}
.index-news .title a {
  float: right;
  color: #34bada;
  /* font-size: 0.16rem; */
}
.index-news .title em {
  font-family: "宋体";
  font-style: normal;
  font-weight: 700;
}
.index-news .box {
  display: flex;
  margin-top: 0.55rem;
  justify-content: space-between;
  padding: 0.4rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.3rem rgba(0, 39, 56, 0.1);
}
.index-news .list {
  position: relative;
}
.index-news .list .swiper-pagination {
  right: 0rem;
  top: -0.3rem;
}
.index-news .list .swiper-pagination-bullet {
  margin-left: 0.1rem;
}
.index-news .list .swiper-pagination-bullet-active {
  background: #34bada;
}
.index-news .newsleft {
  width: 47%;
}
.index-news .newsleft .item {
  border-radius: 0.2rem;
  margin-top: 0.2rem;
  position: relative;
}
.index-news .newsleft .pic {
  overflow: hidden;
  position: relative;
  border-radius: 0.2rem;
}
.index-news .newsleft .pic img {
	border-radius: 0.2rem;
	height: 100%;
	object-fit: cover;
	transition: all 700ms ease;
}
.index-news .newsleft .pic:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  border-radius: 0.2rem;
  position: absolute;
  background: rgba(0, 39, 56, 0.3);
}
.index-news .newsleft .pic:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.index-news .newsleft .nr {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  position: absolute;
}
.index-news .newsleft .flexColumn {
  color: #fff;
  padding: 0.4rem;
  padding-right: 0.2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-news .newsleft .date {
  letter-spacing: 0.04rem;
  line-height: 0.52rem;
  font-size: 0.52rem;
  font-family: "D-DINCondensed-Bold";
}
.index-news .newsleft .year {
  font-size: 0.14rem;
  line-height: 0.14rem;
  font-family: "D-DIN";
}
.index-news .newsleft .tit {
  font-size: 0.24rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .newsleft .txt {
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.7);
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .newsleft .item:hover .pic img {
  transform: scale(1.1);
}
.index-news .newsleft .item:hover .tit {
  text-decoration: underline;
}
.index-news .newsright {
  width: 50%;
  position: relative;
}
.index-news .newsright .title {
  padding-left: 0.4rem;
}
.index-news .newsright ul {
  padding-right: 0.2rem;
  margin-top: 0.2rem;
  padding-left: 0.4rem;
  position: relative;
}
.index-news .newsright ul:before {
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #e5e5e5;
}
.index-news .newsright li {
  border-bottom: solid 1px #e5e5e5;
  padding: 0.35rem 0;
}
.index-news .newsright li .hezi {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index-news .newsright li .date {
  color: #333;
  letter-spacing: 0.04rem;
  line-height: 0.52rem;
  font-size: 0.52rem;
  font-family: "D-DINCondensed-Bold";
}
.index-news .newsright li .year {
  color: #666;
  font-size: 0.14rem;
  line-height: 0.14rem;
  font-family: "D-DIN";
}
.index-news .newsright li .text {
  padding-left: 0.3rem;
}
.index-news .newsright li .tit {
  color: #333;
  font-size: 0.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .newsright li .txt {
  color: #666;
  margin-top: 0.1rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .newsright li:first-child {
  padding-top: 0.1rem;
}
.index-news .newsright li:hover .tit {
  color: #34bada;
  font-weight: 700;
}
.index-news .newsright li:hover .date,
.index-news .newsright li:hover .year {
  color: #34bada;
}
@media (max-width: 1024px) {
  .index-news {
    padding: 40px 0;
  }
  .index-news .title {
    font-size: 18px;
  }
  .index-news .title img {
    max-height: 30px;
    margin-right: 10px;
  }
  .index-news .box {
    display: block;
  }
  .index-news .newsleft,
  .index-news .newsright {
    width: 100%;
  }
  .index-news .newsright {
    margin-top: 30px;
  }
  .index-news .newsright ul {
    padding-right: 0;
    padding-left: 0;
  }
  .index-news .newsright ul:before {
    display: none;
  }
  .index-news .newsright li .year {
    font-size: 12px;
  }
  .index-news .newsright li .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  .index-news .newsright li .txt {
    height: 30px;
    line-height: 30px;
    margin-top: 0;
  }
  .index-news .newsright li:last-child {
    border-bottom: 0;
  }
}
.index-mesage {
  color: #fff;
  display: flex;
  align-items: center;
  height: 3.55rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-mesage .title {
  text-align: center;
  font-size: 0.4rem;
  line-height: 0.5rem;
}
.index-mesage .from {
  margin-top: 0.5rem;
}
.index-mesage .from ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.index-mesage .from li {
  width: 29%;
  padding: 0 0.1rem;
  position: relative;
}
.index-mesage .from li p {
  position: relative;
}
.index-mesage .from li input {
  width: 100%;
  border: 0;
  color: #000;
  font-family: "微软雅黑";
  /* font-size: 0.16rem; */
  padding: 0 0.2rem;
  border-radius: 0.05rem;
  background: #fff;
  height: 0.55rem;
  line-height: 0.55rem;
}
.index-mesage .from li label {
  top: 50%;
  color: #f30;
  left: 0.1rem;
  transform: translateY(-50%);
  position: absolute;
}
.index-mesage .from .btn {
  width: 13%;
}
.index-mesage .from .btn a {
  color: #fff;
  display: block;
  text-align: center;
  background: #002738;
  height: 0.55rem;
  line-height: 0.55rem;
  border-radius: 0.05rem;
  transition: all 500ms ease;
}
.index-mesage .from .btn a:hover {
  background: #169fc0;
}
@media (max-width: 640px) {
  .index-mesage {
    height: auto;
    padding: 20px 0;
  }
  .index-mesage .title {
    font-size: 20px;
  }
  .index-mesage .from {
    margin-top: 0;
  }
  .index-mesage .from ul {
    display: block;
  }
  .index-mesage .from li {
    width: 100%;
    margin-top: 10px;
  }
  .index-mesage .from li input {
    font-size: 14px;
  }
  .index-mesage .from .btn {
    text-align: center;
    width: 100%;
  }
  .index-mesage .from .btn a {
    width: 100%;
  }
}
.footer {
  font-size: 0.14rem;
  padding-top: 0.7rem;
  background: #f4f7f7;
}
.footer .list ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .list li {
  width: 8%;
}
.footer .list li h3 {
  /* font-size: 0.16rem; */
}
.footer .list li h3 a {
  color: #333;
}
.footer .list li h3 a:hover {
  color: #34bada;
}
.footer .list li .drop a {
  display: block;
  margin-top: 0.2rem;
}
.footer .list li:nth-child(2) {
  width: 10%;
}
.footer .list li:nth-child(3) {
  width: 14%;
}
.footer .list li:nth-child(4) {
  width: 12%;
}
.footer .list .first {
  width: 23%;
}
.footer .list .first .logo {
  margin-bottom: 0.4rem;
}
.footer .list .first .logo img {
  max-height: 0.25rem;
}
.footer .list .first .tel {
  margin-bottom: 0.2rem;
  font-size: 0.28rem;
  line-height: 0.3rem;
  font-family: "D-DINCondensed-Bold";
}
.footer .list .first .tel a {
  color: #34bada;
}
.footer .list .first .btn {
  margin-top: 0.4rem;
}
.footer .list .first .btn a {
  color: #fff;
  /* font-size: 0.16rem; */
  text-align: center;
  border-radius: 0.05rem;
  line-height: 0.5rem;
  height: 0.5rem;
  min-width: 1.5rem;
  background: #002738;
  display: inline-block;
  transition: all 500ms ease;
}
.footer .list .first .btn a:hover {
  background: #34bada;
}
.footer .list .last {
  width: 25%;
  text-align: right;
}
.footer .list .ewmbox {
  padding-top: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer .list .ewmbox dl {
  text-align: center;
  max-width: 0.96rem;
  margin-left: 0.3rem;
}
.footer .list .ewmbox dt img {
  max-height: 0.96rem;
}
.footer .list .ewmbox dd {
  padding-top: 0.1rem;
}
.footer .link {
  padding-top: 0.6rem;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px #d0d2d2;
}
.footer .link a {
  padding-right: 0.16rem;
  display: inline-block;
}
.footer .link a:last-child {
  padding-right: 0;
}
.footer .copy {
  color: #999;
  text-align: center;
  padding: 0.2rem 0;
}
@media (max-width: 1024px) {
  .footer {
    font-size: 14px;
  }
  .footer .list li {
    display: none;
  }
  .footer .list .first,
  .footer .list .last {
    padding: 0 30px;
    text-align: left;
    display: block;
    width: 100%;
  }
  .footer .list .ewmbox {
    justify-content: flex-start;
  }
  .footer .list .ewmbox dl {
    max-width: 100%;
  }
  .footer .list .ewmbox dl:first-child {
    margin-left: 0;
  }
  .footer .list .ewmbox dt img {
    max-height: 96px;
  }
  .footer .list .last {
    margin-top: 30px;
  }
  .footer .link {
    display: none;
  }
}
.inside-bg {
  z-index: 9;
  padding-top: 0.8rem;
  position: relative;
}
.inside-bg:after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  height: 5rem;
  position: absolute;
  background: linear-gradient(to right, #f5f8f8, #eaf3f5);
}
.inside-current {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #000;
  /* font-size: 0.16rem; */
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: left;
  font-weight: normal;
}
.inside-current img {
  margin-right: 0.1rem;
  margin-top: 0.12rem;
  max-height: 0.16rem;
}
.inside-current span {
  color: #34bada;
}
.inside-current a {
  color: #333;
}
.inside-current a:hover {
  color: #34bada;
}
@media (max-width: 1024px) {
  .inside-current {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
  }
  .inside-current img {
    max-height: 16px;
    margin-top: 10px;
    margin-right: 10px;
  }
}
.inside-current-2 {
  margin-top: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-current-2 {
    margin-top: 20px;
  }
}
.inside-menu {
  margin-top: 0.4rem;
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-menu li {
  padding-right: 0.1rem;
}
.inside-menu li a {
  color: #333;
  font-size: 0.18rem;
  padding: 0 0.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  display: inline-block;
  transition: all 500ms ease;
}
.inside-menu li:hover a,
.inside-menu .cur a {
  border-radius: 0.05rem;
  color: #34bada;
  background: #e7f5f8;
}
@media (max-width: 1024px) {
  .inside-menu {
    display: none;
  }
}
.inside-banner {
  height: 8rem;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inside-banner .container {
  display: flex;
  height: 100%;
  align-items: center;
}
.inside-banner .text {
  width: 50%;
}
.inside-banner .text .p-1 {
  color: #333;
  font-weight: 700;
  line-height: 0.6rem;
  font-size: 0.4rem;
  font-family: "SOURCEHANSANSCN-MEDIUM";
}
.inside-banner .text .p-2 {
  line-height: 0.36rem;
  font-size: 0.2rem;
  padding-top: 0.3rem;
  font-weight: normal;
  letter-spacing:2px;
  width: 95%;
}
.inside-banner .text .p-6 {
  line-height: 0.44rem;
  margin-top: 0.3rem;
  font-weight: normal;
  font-size: 0.22rem;
}
.inside-banner .text .p-6 span {
  display: block;
}
.inside-banner .text .p-7 {
  padding-right: 0.4rem;
  padding-top: 0.3rem;
  line-height: 0.36rem;
  font-weight: normal;
  font-size: 0.2rem;
}
.inside-banner .text .p-img {
  margin-bottom: 0.3rem;
}
.inside-banner .text .p-img img {
  max-height: 0.4rem;
}
.inside-banner .pic {
  width: 50%;
  position: relative;
  right: -0.6rem;
}
@media (max-width: 1024px) {
  .inside-banner {
    height: auto;
    margin-top: 60px;
    padding-bottom: 40px;
  }
  .inside-banner .container {
    display: block;
    text-align: center;
  }
  .inside-banner .text {
    width: 100%;
    padding: 50px 0 30px 0;
  }
  .inside-banner .text .p-1 {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-banner .text .p-2 {
    width: 100%;
    padding-top: 10px;
  }
  .inside-banner .pic {
    width: 100%;
    display: block;
    right: auto;
  }
}
.inside-banner-2 .pic {
  margin-top: 0.5rem;
}
.inside-banner-2 .btn {
  margin-top: 0.9rem;
}
.inside-banner-2 .btn a {
  color: #fff;
  padding: 0 0.25rem;
  display: inline-block;
  text-align: center;
  border-radius: 0.05rem;
  line-height: 0.38rem;
  height: 0.38rem;
  font-size:0.18rem;
  background: #002738;
  transition: all 500ms ease;
}
.inside-banner-2 .btn a:hover {
  background: #34bada;
}
.inside-banner-2 .text .p-2 {
  padding-top: 0.15rem;
}
.inside-banner-2 .p-3 {
  color: #333;
  padding-top: 0.2rem;
  line-height: 0.4rem;
  font-size: 0.32rem;
}
.inside-banner-2 .p-4 {
  margin-bottom: 0.3rem;
}
.inside-banner-2 .p-4 span {
  border-radius: 0.05rem;
  font-size: 0.24rem;
  line-height: 0.48rem;
  padding: 0 0.12rem;
  color: #34bada;
  display: inline-block;
  background: #e1f2f5;
}
@media (max-width: 1024px) {
  .inside-banner-2 .btn {
    margin-top: 30px;
  }
  .inside-banner-2 .btn a {
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
  }
  .inside-banner-2 .p-3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.inside-case {
  padding-bottom: 1rem;
}
.inside-case .list {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.9rem;
}
.inside-case .list .container {
  overflow: hidden;
  max-width: 15rem;
}
.inside-case .list .title {
  color: #333;
  font-weight: 700;
  line-height: 0.6rem;
  font-size: 0.5rem;
  text-align: center;
  margin-bottom: 0.3rem;
}
.inside-case .list .swiper-container {
  padding-top: 0.2rem;
  padding-bottom: 0.6rem;
}
.inside-case .list .swiper-pagination {
  position: relative;
}
.inside-case .list .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0.04rem;
  width: 0.42rem;
  height: 0.06rem;
  background: #d8d8d8;
  border-radius: 0.05rem;
}
.inside-case .list .swiper-pagination-bullet-active {
  background: #34bada;
}
.inside-case .list .item {
  padding: 0 0.3rem;
}
.inside-case .list .box {
  display: flex;
  background: #fff;
  border-radius: 0.2rem;
  justify-content: space-between;
  box-shadow: 0 0 0.2rem rgba(9, 81, 98, 0.1);
}
.inside-case .list .box .pic {
  width: 50%;
  overflow: hidden;
  position: relative;
  border-radius: 0.2rem;
}
.inside-case .list .box .pic img {
  border-radius: 0.2rem;
  transition: all 700ms ease;
}
.inside-case .list .box .pic:before {
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(27, 104, 119, 0.35);
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.inside-case .list .box .pic:after {
  content: "";
  display: block;
  padding-bottom: 59.44444444%;
}
.inside-case .list .box .text {
  width: 50%;
  padding: 0.45rem;
  padding-top: 0.55rem;
}
.inside-case .list .box .text .tag span {
  color: #333;
  font-size: 0.14rem;
  line-height: 0.32rem;
  border-radius: 0.05rem;
  padding: 0 0.3rem;
  display: inline-block;
  background: #e7f5f8;
}
.inside-case .list .box .text .tit {
  color: #333;
  font-weight: 700;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.28rem;
  margin-top: 0.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-case .list .box .text .txt {
  color: #666;
  height: 0.72rem;
  line-height: 0.36rem;
  margin-top: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 0.2rem;
}
.inside-case .list .box .text .btn {
  color: #333;
  margin-top: 0.9rem;
  border-radius: 0.05rem;
  text-align: center;
  min-width: 1.6rem;
  border: solid 1px #e1e1e1;
  height: 0.44rem;
  line-height: 0.42rem;
  display: inline-block;
  transition: all 500ms ease;
}
.inside-case .list .box:hover .pic img {
  transform: scale(1.1);
}
.inside-case .list .box:hover .text .tit {
  color: #34bada;
}
.inside-case .list .box:hover .text .btn {
  color: #34bada;
  border-color: #34bada;
}
.inside-case .list-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-case .list-2 li {
  padding: 0 0.2rem;
  padding-top: 0.4rem;
  width: 33.333%;
}
.inside-case .list-2 li .item {
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.2rem rgba(0, 39, 56, 0.1);
}
.inside-case .list-2 li .pic {
  overflow: hidden;
  position: relative;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.inside-case .list-2 li .pic img {
  transition: all 700ms ease;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.inside-case .list-2 li .pic:before {
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(27, 104, 119, 0.35);
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.inside-case .list-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 59.47136564%;
}
.inside-case .list-2 li .text {
  padding: 0.3rem;
  padding-bottom: 0.4rem;
}
.inside-case .list-2 li .text .logo {
  z-index: 2;
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -0.7rem;
  position: relative;
}
.inside-case .list-2 li .text .logo img {
  border-radius: 50%;
  max-height: 0.8rem;
  box-shadow: 0 0 0.1rem rgba(0, 39, 56, 0.1);
}
.inside-case .list-2 li .text .tit {
  color: #333;
  font-weight: 700;
  margin-top: 0.15rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-case .list-2 li .text .txt {
  color: #666;
  margin-top: 0.1rem;
  height: 0.6rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-case .list-2 li .text .more {
  margin-top: 0.2rem;
  text-align: right;
}
.inside-case .list-2 li .text .more i {
  font-family: "宋体";
  font-style: normal;
  display: inline-block;
}
.inside-case .list-2 li:hover .tit {
  color: #34bada;
}
.inside-case .list-2 li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .inside-case .list .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .inside-case .list .item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .inside-case .list .box {
    display: block;
  }
  .inside-case .list .box .pic {
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .inside-case .list .box .text {
    width: 100%;
    padding: 30px 20px;
  }
  .inside-case .list .box .text .tag span {
    padding: 0 15px;
    font-size: 14px;
    line-height: 30px;
  }
  .inside-case .list .box .text .btn {
    margin-top: 20px;
  }
  .inside-case .index-title {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .inside-case .list-2 li {
    width: 50%;
  }
  .inside-case .list-2 li .text .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .inside-case .list-2 li {
    width: 100%;
  }
}
.inside-join {
  padding-top: 0.2rem;
  padding-bottom: 1rem;
}
.inside-join .list {
  padding-top: 0.3rem;
}
.inside-join .list .text {
  padding-top: 0.3rem;
}
.inside-join .nr {
  padding-top: 0.3rem;
}
.inside-join .nr .tit {
  cursor: pointer;
  margin-top: 0.2rem;
  position: relative;
  border-radius: 0.2rem;
  padding: 0.3rem 0.4rem;
  padding-top: 0.2rem;
  box-shadow: 0 0 0.1rem rgba(13, 103, 125, 0.1);
}
.inside-join .nr .tit:before {
  content: "";
  right: 0.4rem;
  top: 0.4rem;
  position: absolute;
  height: 0.03rem;
  width: 0.2rem;
  background: #666666;
}
.inside-join .nr .tit:after {
  content: "";
  right: 0.48rem;
  top: 0.32rem;
  position: absolute;
  height: 0.2rem;
  width: 0.03rem;
  background: #666666;
}
.inside-join .nr .t-1 {
  color: #333333;
  font-size: 0.22rem;
}
.inside-join .nr .t-2 {
  margin-top: 0.15rem;
  position: relative;
  display:none;
}
.inside-join .nr .t-2 span {
  font-family: "D-DIN";
  padding: 0 0.2rem;
  position: relative;
  display: inline-block;
}
.inside-join .nr .t-2 span:before {
  left: 0;
  top: 0.08rem;
  content: "";
  width: 1px;
  height: 11px;
  position: absolute;
  background: #d9d9d9;
}
.inside-join .nr .t-2 span:first-child {
  padding-left: 0;
}
.inside-join .nr .t-2 span:first-child:before {
  display: none;
}
.inside-join .nr .txt {
  display: none;
  color: #666;
  line-height: 0.32rem;
  padding: 0.4rem;
  padding-top: 0;
  border-radius: 0.2rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  box-shadow: 0 0.05rem 0.1rem rgba(13, 103, 125, 0.05);
}
.inside-join .nr .txt .bt {
  color: #333;
  padding-top: 0.3rem;
  padding-bottom: 0.1rem;
  font-size: 0.18rem;
  font-weight: 700;
}
.inside-join .nr .txt .line {
  height: 1px;
  background: #d9d9d9;
}
.inside-join .nr .txt .btn {
  padding-top: 0.4rem;
}
.inside-join .nr .txt .btn a {
  color: #fff;
  border-radius: 0.05rem;
  padding: 0 0.1rem;
  text-align: center;
  min-width: 1.6rem;
  height: 0.44rem;
  line-height: 0.44rem;
  background: #002738;
  display: inline-block;
  transition: all 500ms ease;
}
.inside-join .nr .txt .btn img {
  margin-right: 0.08rem;
  max-height: 0.24rem;
  margin-top: 0.12rem;
}
.inside-join .nr .txt .btn a:hover {
  color: #fff;
  background: #34bada;
}
.inside-join .nr .active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 -0.05rem 0.1rem rgba(13, 103, 125, 0.05);
}
.inside-join .nr .active:after {
  display: none;
}
.inside-join .nr .active:before {
  background: #34bada;
}
@media (max-width: 1024px) {
  .inside-join .nr .t-1 {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .inside-join .nr .t-2 span {
    padding-left: 0;
  }
  .inside-join .nr .t-2 span:before {
    display: none;
  }
}
.inside-service {
  padding-top: 0.2rem;
  padding-bottom: 1rem;
}
.inside-service .index-title {
  text-align: center;
}
.inside-service .list {
  padding-top: 0.2rem;
}
.inside-service .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-service .list li {
  width: 33.333%;
  display: flex;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.inside-service .list li .item {
  width: 100%;
  min-height: 100%;
  padding: 0 0.4rem;
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
  outline: solid 1px #fff;
  border-radius: 0.2rem;
  transition: all 500ms ease;
  background: linear-gradient(to bottom, #edf3f5, #fefefe);
  box-shadow: 0 0 0.2rem rgba(11, 118, 143, 0.08);
}
.inside-service .list li .iconbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.inside-service .list li .iconbox .num {
  color: #b4deeb;
  font-family: "D-DIN";
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 0.4rem;
}
.inside-service .list li .iconbox .icon {
  position: relative;
}
.inside-service .list li .iconbox .icon img {
  max-height: 0.92rem;
}
.inside-service .list li .iconbox .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.5);
  position: absolute;
  transition: all 500ms ease;
}
.inside-service .list li .tit {
  color: #333;
  font-weight: 700;
  font-size: 0.24rem;
  padding-bottom: 0.1rem;
  margin-top: 0.1rem;
}
.inside-service .list li .txt {
  /* font-size: 0.14rem; */
  line-height: 0.3rem;
}
.inside-service .list li:hover .iconbox .img1 {
  opacity: 0;
}
.inside-service .list li:hover .iconbox .img2 {
  opacity: 1;
  transform: scale(1);
}
.inside-service .list li:hover .item {
  background: #34bada;
}
.inside-service .list li:hover .tit,
.inside-service .list li:hover .txt {
  color: #fff;
}
@media (max-width: 1024px) {
  .inside-service {
    padding-bottom: 50px;
  }
  .inside-service .list li {
    width: 50%;
  }
  .inside-service .list li .iconbox .num {
    font-size: 20px;
    line-height: 40px;
  }
  .inside-service .list li .tit {
    font-size: 16px;
  }
  .inside-service .list li .txt {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 500px) {
  .inside-service .list li {
    width: 100%;
  }
}
.inside-service-2 {
  padding-bottom: 0.7rem;
  padding-top: 0.9rem;
  background: #eef7f7;
}
.inside-service-2 .index-title {
  text-align: center;
}
.inside-service-2 .tabnav {
  margin-top: 0.55rem;
}
.inside-service-2 .tabnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inside-service-2 .tabnav li {
  text-align: center;
  padding: 0 0.1rem;
}
.inside-service-2 .tabnav li a {
  color: #333;
  font-size: 0.18rem;
  padding: 0 0.1rem;
  height: 0.5rem;
  min-width: 1.6rem;
  line-height: 0.48rem;
  display: inline-block;
  border-radius: 0.05rem;
  border: solid 1px #e2e2e2;
  transition: all 500ms ease;
}
.inside-service-2 .tabnav .active a {
  color: #fff;
  border-color: #34bada;
  background: #34bada;
}
.inside-service-2 .tabbox {
  margin-top: 0.4rem;
}
.inside-service-2 .tabcot {
  display: none;
}
.inside-service-2 .tabcot.show {
  display: block;
}
.inside-service-2 .tabcot .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-service-2 .tabcot .text {
  width: 40%;
}
.inside-service-2 .tabcot .text .tit {
  color: #333;
  font-weight: 700;
  font-size: 0.24rem;
}
.inside-service-2 .tabcot .text .txt {
  line-height: 0.32rem;
  padding-top: 0.25rem;
}
.inside-service-2 .tabcot .text .btn {
  margin-top: 0.4rem;
}
.inside-service-2 .tabcot .text .btn a {
  color: #fff;
  display: inline-block;
  text-align: center;
  height: 0.44rem;
  line-height: 0.44rem;
  background: #002738;
  min-width: 1.6rem;
  border-radius: 0.05rem;
  transition: all 500ms ease;
}
.inside-service-2 .tabcot .text .btn a:hover {
  background: #34bada;
}
.inside-service-2 .tabcot .pic {
  width: 55.5%;
}
@media (max-width: 1024px) {
  .inside-service-2 .tabnav ul {
    margin: 0 -5px;
  }
  .inside-service-2 .tabnav li {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .inside-service-2 .tabnav li a {
    height: 48px;
    font-size: 14px;
    line-height: 46px;
    min-width: 100%;
  }
  .inside-service-2 .tabcot .item {
    display: block;
  }
  .inside-service-2 .tabcot .text {
    width: 100%;
    padding-left: 0;
  }
  .inside-service-2 .tabcot .pic {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .inside-service-2 .tabnav li {
    width: 50%;
  }
}
.inside-service-3 .list {
  padding-top: 0.1rem;
}
.inside-service-3 .list li {
  padding-top: 0.4rem;
}
.inside-service-3 .list li .item {
  outline: solid 1px #fff;
  padding: 0.5rem 0.2rem;
  padding-top: 0.4rem;
  background: linear-gradient(to bottom, #edf3f5, #fefefe);
  box-shadow: 0 0 0.2rem rgba(11, 118, 143, 0.08);
}
@media (max-width: 1024px) {
  .inside-service-3 .list li {
    padding-top: 0;
  }
}
.inside-service-4 {
  padding: 1rem 0;
  background: #ecf7f6;
}
.inside-service-4 .index-title,
.inside-service-4 .text {
  text-align: center;
}
.inside-service-4 .text {
  margin-top: 0.3rem;
}
.inside-service-4 dl {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-service-4 dt {
  width: 50%;
}
.inside-service-4 dd {
  width: 46%;
}
.inside-service-4 dd .txt {
  padding-bottom: 0.3rem;
}
.inside-service-4 dd .txt:last-child {
  padding-bottom: 0;
}
.inside-service-4 dd .p-1 {
  color: #333;
  padding-left: 0.3rem;
  font-size: 0.24rem;
  position: relative;
}
.inside-service-4 dd .p-1:before {
  left: 0;
  top: 0.08rem;
  content: "";
  border-radius: 50%;
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  background: #34bada;
  border: solid 0.05rem #b4e5ee;
}
.inside-service-4 dd .p-2 {
  margin-top: 0.15rem;
  /* font-size: 0.14rem; */
  padding-left: 0.3rem;
}
.inside-service-4 dd .p-2 span {
  display: block;
}
@media (max-width: 1024px) {
  .inside-service-4 {
    padding: 50px 0;
  }
  .inside-service-4 dl {
    display: block;
  }
  .inside-service-4 dt {
    width: 100%;
  }
  .inside-service-4 dd {
    margin-top: 30px;
    width: 100%;
  }
  .inside-service-4 dd .p-1 {
    font-size: 16px;
  }
  .inside-service-4 dd .p-2 {
    font-size: 14px;
  }
}
.inside-solution {
  overflow: hidden;
  background: linear-gradient(to bottom, #ffffff, #f0f7f7);
  padding-top: 0.4rem;
  position: relative;
}
.inside-solution .arrowbox {
  left: 50%;
  bottom: -49%;
  margin: 0 auto;
  width: 100%;
  transform: translateX(-50%);
  position: absolute;
}
.inside-solution .index-title {
  text-align: center;
}
.inside-solution .nr {
  z-index: 9;
  margin-top: 0.2rem;
  height: 6.9rem;
  position: relative;
}
.inside-solution .arrow {
  margin: 0 auto;
  max-width: 10.68rem;
  text-align: center;
}
.inside-solution .arrow img {
  max-height: 10.68rem;
  animation: xuanzhuan 20s alternate infinite;
}
.inside-solution .tu {
  left: 50%;
  bottom: 19%;
  transform: translateX(-50%);
  position: absolute;
}
.inside-solution .tu img {
  max-height: 6.1rem;
}
.inside-solution .tu-2 {
  left: 50%;
  bottom: 42%;
  transform: translateX(-50%);
  position: absolute;
}
.inside-solution .tu-2 img {
  max-height: 1.26rem;
}
.inside-solution .item {
  position: absolute;
}
.inside-solution .item .icon {
  position: relative;
  border-radius: 50%;
  transition: all 500ms ease;
  box-shadow: 0 0 0.1rem rgba(52, 186, 218, 0.1);
  background: #fff;
  height: 1rem;
  width: 1rem;
}
.inside-solution .item .icon img {
  max-height: 1rem;
  border-radius: 50%;
}
.inside-solution .item .icon .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.8);
  position: absolute;
  transition: all 500ms ease;
}
.inside-solution .item .txt {
  opacity: 0;
  top: -0.2rem;
  right: 1.3rem;
  position: absolute;
  background: #fff;
  width: 2.6rem;
  padding: 0.25rem;
  border-radius: 0.2rem;
  transform: scale(0.8); 
  z-index:9999;
  transition: all 500ms ease;
  box-shadow: 0 0 0.1rem rgba(52, 186, 218, 0.1);
}
.inside-solution .item .txt:after {
  content: "";
  top: 50%;
  right: -0.1rem;
  position: absolute;
  transform: translateY(-50%);
  border-left: solid 0.12rem #ffffff;
  border-top: solid 0.1rem transparent;
  border-bottom: solid 0.1rem transparent;
}
.inside-solution .item .txt .p-1 {
  color: #333;
  font-weight: 700;
  font-size: 0.2rem;
}
.inside-solution .item .txt .p-2 {
  margin-top: 0.1rem;
}
.inside-solution .item-1 {
  left: 50%;
  top: 0.85rem;
  transform: translateX(-50%);
}
.inside-solution .item-2 {
  top: 2.7rem;
  left: 3.22rem;
}
.inside-solution .item-3 {
  top: 4.8rem;
  left: 1.33rem;
}
.inside-solution .item-4 {
  top: 2.7rem;
  left: 10rem;
}
.inside-solution .item-4 .txt {
  left: 1.2rem;
  right: auto;
}
.inside-solution .item-4 .txt:after {
  right: auto;
  left: -0.1rem;
  border-right: solid 0.12rem #ffffff;
  border-left: 0;
}
.inside-solution .item-5 {
  top: 4.8rem;
  left: 11.9rem;
}
.inside-solution .item-5 .txt {
  right: -2.94rem;
}
.inside-solution .item-5 .txt:after {
  right: auto;
  left: -0.1rem;
  border-right: solid 0.12rem #ffffff;
  border-left: 0;
}
.inside-solution .item:hover .icon {
  background: #34bada;
}
.inside-solution .item:hover .icon .img1 {
  display: none;
}
.inside-solution .item:hover .icon .img2 {
  opacity: 1;
  transform: scale(1);
}
.inside-solution .item:hover .txt {
  opacity: 1;
  transform: scale(1);
}
.inside-solution .item.active .icon {
  background: #34bada;
}
.inside-solution .item.active .icon .img1 {
  display: none;
}
.inside-solution .item.active .icon .img2 {
  opacity: 1;
  transform: scale(1);
}
.inside-solution .item.active .txt {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1024px) {
  .inside-solution {
    padding-bottom: 50px;
  }
  .inside-solution .nr {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: inherit;
    justify-content: space-between;
  }
  .inside-solution .arrow,
  .inside-solution .tu,
  .inside-solution .tu-2 {
    display: none;
  }
  .inside-solution .icon {
    margin: 0 auto;
  }
  .inside-solution .item {
    width: 48%;
    padding: 30px 20px;
    margin-top: 30px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    left: auto!important;
    top: auto!important;
    position: relative;
    box-shadow: 0 0 10px rgba(11, 118, 143, 0.08);
    transform: translate(0) !important;
  }
  .inside-solution .item .txt {
    opacity: 1;
    width: 100%;
    box-shadow: none;
    left: auto!important;
    right: auto!important;
    top: auto!important;
    transform: scale(1);
    position: relative;
  }
  .inside-solution .item .txt:after {
    display: none;
  }
  .inside-solution .item .txt .p-1 {
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .inside-solution .item {
    width: 100%;
  }
}
.inside-solution-2 {
  padding: 1rem 0 0 0;
}
.inside-solution-2 .index-title,
.inside-solution-2 .text {
  text-align: center;
}
.inside-solution-2 dl {
  display: flex;
  padding-right: 0.6rem;
  margin-top: 0.55rem;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.inside-solution-2 dt {
  width: 62%;
}
.inside-solution-2 dd {
  width: 30%;
  padding-top: 0.3rem;
}
.inside-solution-2 dd .txt {
  padding-right: 10%;
  padding-bottom: 0.3rem;
}
.inside-solution-2 dd .txt:last-child {
  padding-bottom: 0;
}
.inside-solution-2 dd .p-1 {
  color: #333;
  padding-left: 0.3rem;
  font-size: 0.24rem;
  position: relative;
}

.yqy .inside-solution-2 dd .p-1{
	font-size: 0.2rem;
}

.inside-solution-2 dd .p-1:before {
  left: 0;
  top: 0.08rem;
  content: "";
  border-radius: 50%;
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  background: #34bada;
  border: solid 0.05rem #b4e5ee;
}
.inside-solution-2 dd .p-2 {
  margin-top: 0.12rem;
  line-height: 0.3rem;
  /* font-size: 0.14rem; */
  padding-left: 0.3rem;
}
.inside-solution-2 dd .p-2 span {
  display: block;
}
.inside-solution-2 dd .btn {
  margin-top: 0.3rem;
}
.inside-solution-2 dd .btn a {
  color: #fff;
  display: inline-block;
  border-radius: 0.05rem;
  min-width: 1.6rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  background: #002738;
  transition: all 500ms ease;
}
.inside-solution-2 dd .btn a:hover{
  background: #34bada;
}

.inside-solution-2 dd .btn a.btn1,
.inside-solution-2 dd .btn a.btn2 {
  color: #333;
  transition: all 500ms ease;
  border-radius: 0.05rem;
  text-align: center;
  min-width: 1.6rem;
  border: solid 1px #e1e1e1;
  line-height: 0.42rem;
  height: 0.44rem;
  /* font-size: 0.16rem; */
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
}
.inside-solution-2 dd .btn a.btn1 {
    color: #333;
    border-color: #e1e1e1;
    background: #fff;
}
.inside-solution-2 dd .btn a.btn2 {
    color: #fff;
    border-color: #002738;
    margin-left: 0.15rem;
    background: #002738;
}
.inside-solution-2 dd .btn a.btn1:hover,
.inside-solution-2 dd .btn a.btn2:hover {
  color: #fff;
  background: var(--theme_color);
  border-color: var(--theme_color);
}

@media (max-width: 1024px) {
  .inside-solution-2 {
    padding: 50px 0 0 0;
  }
  .inside-solution-2 .index-title {
    font-size: 20px;
  }
  .inside-solution-2 dl {
    margin-top: 20px;
    padding: 0!important;
    display: block;
  }
  .inside-solution-2 dd,
  .inside-solution-2 dt {
    width: 100%;
  }
  .inside-solution-2 dd .p-1 {
    font-size: 16px;
  }
  .yqy .inside-solution-2 dd .p-1{
	font-size: 16px;
	}
  .inside-solution-2 dd .p-2 {
    font-size: 14px;
  }
  .inside-solution-2 dd .txt {
    padding-right: 0;
  }
}
.inside-solution-3 dl {
  padding-right: 0;
  padding-left: 0.6rem;
  flex-direction: inherit;
}
.inside-solution-4 {
  margin-top: 1rem;
  padding: 1rem 0 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-solution-4 .list {
  position: relative;
}
.inside-solution-4 .list ul {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}
.inside-solution-4 .list li {
  height: auto;
  display: flex;
  padding-right: 0;
  padding-left: 0;
}
.inside-solution-4 .list li .item {
  width: 100%;
  min-height: 100%;
  padding-bottom: 0.4rem;
  background-image: url(../images/solution-bg-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-solution-4 .list li .iconbox {
  padding-top: 0.2rem;
  padding-right: 0.45rem;
}
.inside-solution-4 .list li .iconbox .icon {
  margin-top: 0.05rem;
}
.inside-solution-4 .list li .iconbox .icon img {
  max-height: 0.4rem;
}
.inside-solution-4 .list li .tit {
  margin-top: 0.2rem;
}
.inside-solution-4 .list li .txt {
  margin-top: 0.2rem;
  /* font-size: 0.16rem; */
}
.inside-solution-4 .list li:hover .item {
  background-image: url(../images/solution-bg-4.jpg);
  background-size: cover;
}
.inside-solution-4 .swiper-pagination {
  text-align: center;
  position: relative;
  margin-top: 0.55rem;
}
.inside-solution-4 .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0.04rem;
  width: 0.42rem;
  height: 0.06rem;
  background: #d8d8d8;
  border-radius: 0.03rem;
}
.inside-solution-4 .swiper-pagination-bullet-active {
  background: #34bada;
}
.inside-solution-4 .swiper-button-prev,
.inside-solution-4 .swiper-button-next {
  border-radius: 50%;
  transition: all 500ms ease;
  border: solid 1px #d8d8d8;
  width: 0.5rem;
  height: 0.5rem;
  color: #666;
}
.inside-solution-4 .swiper-button-prev:after,
.inside-solution-4 .swiper-button-next:after {
  font-weight: 700;
  font-size: 0.16rem;
}
.inside-solution-4 .swiper-button-prev:hover,
.inside-solution-4 .swiper-button-next:hover {
  color: #fff;
  border-color: #34bada;
  background: #34bada;
}
.inside-solution-4 .swiper-button-prev {
  left: -0.9rem;
}
.inside-solution-4 .swiper-button-next {
  right: -0.9rem;
}
@media (max-width: 1024px) {
  .inside-solution-4 {
    padding: 50px 0;
    margin-top: 50px;
  }
  .inside-solution-4 .list li .txt {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
  }
}
.inside-solution-5 {
  padding: 0.9rem 0;
}
.inside-solution-5 .index-title {
  text-align: center;
}
.inside-solution-5 .list {
  padding-top: 0.2rem;
}
.inside-solution-5 .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-solution-5 .list li {
  width: 50%;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.inside-solution-5 .list li .item {
  padding: 0.4rem;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 0.2rem;
  outline: solid 1px #fff;
  transition: all 500ms ease;
  background: linear-gradient(to bottom, #f2f7f8, #ffffff);
  box-shadow: 0 0 0.2rem rgba(8, 93, 114, 0.08);
}
.inside-solution-5 .list li .icon {
  position: relative;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background: #e7f4f7;
}
.inside-solution-5 .list li .icon img {
  max-height: 1rem;
}
.inside-solution-5 .list li .icon .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scale(0.7);
  transition: all 500ms ease;
}
.inside-solution-5 .list li .text {
  width: 70%;
  padding-left: 0.2rem;
}
.inside-solution-5 .list li .text .tit {
  color: #333;
  font-weight: 700;
  font-size: 0.24rem;
}
.inside-solution-5 .list li .text .txt {
  margin-top: 0.1rem;
  line-height: 0.3rem;
}
.inside-solution-5 .list li:hover .item {
  background: #34bada;
}
.inside-solution-5 .list li:hover .icon {
  background: rgba(255, 255, 255, 0.2);
}
.inside-solution-5 .list li:hover .icon .img1 {
  display: none;
}
.inside-solution-5 .list li:hover .icon .img2 {
  opacity: 1;
  transform: scale(1);
}
.inside-solution-5 .list li:hover .text .tit,
.inside-solution-5 .list li:hover .text .txt {
  color: #fff;
}
@media (max-width: 1024px) {
  .inside-solution-5 {
    padding: 50px 0;
  }
  .inside-solution-5 .list li .text .tit {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .inside-solution-5 .list li {
    width: 100%;
  }
}
.inside-solution-6 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 0.9rem;
}
.inside-solution-6 .item .icon {
  background: #eaf8fb;
}
.inside-solution-6 .tabnav {
  margin-top: 0.45rem;
}
.inside-solution-6 .tabnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inside-solution-6 .tabnav li {
  padding: 0 0.2rem;
}
.inside-solution-6 .tabnav li a {
  color: #333;
  display: inline-block;
  border-radius: 0.05rem;
  font-size: 0.18rem;
  text-align: center;
  padding: 0 0.1rem;
  min-width: 1.6rem;
  height: 0.5rem;
  line-height: 0.48rem;
  border: solid 1px #e1e1e1;
  transition: all 500ms ease;
}
.inside-solution-6 .tabnav .active a {
  color: #fff;
  border-color: #34bada;
  background: #34bada;
}
.inside-solution-6 .tabcot {
  display: none;
}
.inside-solution-6 .tabcot.show {
  display: block;
}
.inside-solution-6 .list {
  margin-top: 0.45rem;
}
.inside-solution-6 .list li {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.inside-solution-6 .list li .pic {
  width: 51%;
}
.inside-solution-6 .list li .textNr {
  width: 49%;
  padding-left: 0.6rem;
}
.inside-solution-6 .list li .textNr .tit {
  color: #333;
  font-weight: 700;
  font-size: 0.24rem;
}
.inside-solution-6 .list li .textNr .txt {
  padding-top: 0.1rem;
  line-height: 0.32rem;
}
.inside-solution-6 .list li .textNr .tag {
  padding-top: 0.4rem;
}
.inside-solution-6 .list li .textNr .tag .t-1 {
  color: #333;
  font-weight: 700;
  font-size: 0.18rem;
}
.inside-solution-6 .list li .textNr .tag .t-2 {
  margin-top: 0.2rem;
}
.inside-solution-6 .list li .textNr .tag .t-2 span {
  color: #333;
  padding: 0 0.1rem;
  margin-right: 0.08rem;
  margin-bottom: 0.1rem;
  text-align: center;
  border-radius: 0.05rem;
  background: #fff;
  height: 0.42rem;
  line-height: 0.42rem;
  font-size: 0.16rem;
  min-width: 1.2rem;
  display: inline-block;
}
.inside-solution-6 .list li .textNr .tag .t-3 span {
  min-width: 2.05rem;
}
.inside-solution-6 .list li .textNr .btn {
  margin-top: 0.45rem;
}
.inside-solution-6 .list li .textNr .btn a {
  color: #fff;
  display: inline-block;
  border-radius: 0.05rem;
  min-width: 1.6rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  background: #002738;
  transition: all 500ms ease;
}
.inside-solution-6 .list li .textNr .btn:hover a {
  background: #34bada;
}
.inside-solution-6 dl {
  padding-right: 0;
  align-items: flex-start;
}
.inside-solution-6 dt {
  width: 59%;
}
.inside-solution-6 dd {
  padding-top: 0;
  width: 35%;
}

.inside-solution-yqy dt {
  width: 50%;
}
.inside-solution-yqy dd {
  padding-top: 0;
  width: 48%;
}


.inside-solution-6 dd .bt {
  color: #333;
  font-weight: 700;
  font-size: 0.28rem;
  line-height: 0.32rem;
  padding-bottom: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-solution-6 {
    padding-bottom: 50px;
  }
  .inside-solution-6 .tabnav ul {
    margin: 0 -5px;
    justify-content: flex-start;
  }
  .inside-solution-6 .tabnav li {
    padding: 0;
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .inside-solution-6 .tabnav li a {
    min-width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
  }
  .inside-solution-6 .list li {
    display: block;
    flex-direction: row-reverse;
  }
  .inside-solution-6 .list li .textNr,
  .inside-solution-6 .list li .pic {
    width: 100%;
    padding: 0;
  }
  .inside-solution-6 .list li .pic {
    margin-top: 30px;
  }
  .inside-solution-6 .list li .textNr .btn {
    text-align: center;
  }
  .inside-solution-6 .list li .textNr .tag .t-2 span {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .inside-solution-6 .tabnav li {
    width: 50%;
    margin-bottom: 10px;
  }
  .inside-solution-6 dl {
    display: block;
    flex-direction: inherit;
  }
  .inside-solution-6 dt {
    width: 100%;
  }
  .inside-solution-6 dd {
    padding-top: 30px;
    width: 100%;
  }
  
  .inside-solution-yqy dt {
	  width: 100%;
	}
	.inside-solution-yqy dd {
    padding-top: 30px;
    width: 100%;
	}
  
  .inside-solution-6 dd .bt {
    font-size: 18px;
    line-height: 24px;
  }
  .inside-solution-6 dd .txt {
    padding-right: 0;
  }
  .inside-solution-6 dd .p-2 {
    font-size: 14px;
  }
}
.inside-solution-7 {
  padding: 0.9rem 0;
  background: #fff;
}
.inside-solution-7 .index-title {
  text-align: center;
}
.inside-solution-7 .list {
  margin: 0 -20px;
  padding-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.inside-solution-7 .list li {
  width: 25%;
  display: flex;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.inside-solution-7 .list li .item {
  width: 100%;
  min-height: 100%;
  border-radius: 0.2rem;
  padding: 0.3rem;
  padding-bottom: 0.3rem;
  outline: solid 1px #fff;
  background: linear-gradient(to bottom, #f2f7f8, #ffffff);
  box-shadow: 0 0 0.2rem rgba(8, 93, 114, 0.08);
}
.inside-solution-7 .list li .icon {
  overflow: hidden;
  width: 0.3rem;
  background: transparent!important;
  position: relative;
}
.inside-solution-7 .list li .icon img {
  margin-right: 0.05rem;
  max-height: 0.3rem;
}
.inside-solution-7 .list li .icon .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 500ms ease;
  transform: translateX(-10px);
  position: absolute;
}
.inside-solution-7 .list li .tit {
  color: #333;
  font-weight: 700;
  font-size: 0.2rem;
}
.inside-solution-7 .list li .txt {
  margin-top: 0.1rem;
  /* font-size: 0.14rem; */
  line-height: 0.3rem;
}
.inside-solution-7 .list li:hover .item {
  background: linear-gradient(to bottom, #34bada, #169fc0);
}
.inside-solution-7 .list li:hover .tit .img1 {
  opacity: 0;
}
.inside-solution-7 .list li:hover .tit .img2 {
  opacity: 1;
  transform: scale(1);
}
.inside-solution-7 .list li:hover .tit,
.inside-solution-7 .list li:hover .txt {
  color: #fff;
}
@media (max-width: 1024px) {
  .inside-solution-7 {
    padding: 50px 0;
  }
  .inside-solution-7 .list {
    margin-top: 0;
  }
  .inside-solution-7 .list li {
    width: 50%;
  }
  .inside-solution-7 .list li .icon img {
    max-height: 30px;
    margin-right: 5px;
  }
  .inside-solution-7 .list li .tit {
    font-size: 16px;
    line-height: 30px;
  }
  .inside-solution-7 .list li .txt {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 500px) {
  .inside-solution-7 .list li {
    width: 100%;
  }
}
.inside-solution-8 {
  padding: 0.9rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-solution-8 .index-title,
.inside-solution-8 .text {
  text-align: center;
}
.inside-solution-8 .text {
  margin-top: 0.3rem;
}
.inside-solution-8 .list {
  box-shadow: 0 0.15rem 0.2rem rgba(52, 186, 218, 0.05);
  margin-top: 0.4rem;
  padding: 0.7rem 0;
  border-radius: 0.2rem;
  background: #fff;
}
.inside-solution-8 .list ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-solution-8 .list li {
  width: 25%;
  padding: 0 0.35rem;
  text-align: center;
}
.inside-solution-8 .list li .icon {
  border-radius: 50%;
  margin: 0 auto;
  background: linear-gradient(-135deg, #dbfbf6, #cff5fd);
  height: 1rem;
  width: 1rem;
}
.inside-solution-8 .list li .icon img {
  max-height: 1rem;
  transition: all 500ms ease;
}
.inside-solution-8 .list li .tit {
  color: #333;
  font-weight: 700;
  font-size: 0.2rem;
  margin-top: 0.2rem;
}
.inside-solution-8 .list li .txt {
  line-height: 0.32rem;
  margin-top: 0.15rem;
}
.inside-solution-8 .list li:hover .icon img {
  transform: rotateY(-180deg);
}
.inside-solution-8 .btn {
  margin-top: 0.6rem;
  text-align: center;
}
.inside-solution-8 .btn a {
  color: #fff;
  display: inline-block;
  border-radius: 0.05rem;
  min-width: 1.6rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  background: #002738;
  transition: all 500ms ease;
}
.inside-solution-8 .btn:hover a {
  background: #34bada;
}
@media (max-width: 1024px) {
  .inside-solution-8 {
    padding: 50px 0;
  }
  .inside-solution-8 .list {
    padding: 20px;
  }
  .inside-solution-8 .list li {
    padding: 15px;
    width: 50%;
  }
  .inside-solution-8 .list li .tit {
    font-size: 16px;
  }
  .inside-solution-8 .list li .txt {
    line-height: 26px;
  }
  .inside-solution-8 .btn a {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .inside-solution-8 .list li {
    width: 100%;
  }
}
.inside-service-5 {
  margin-top: 0;
  padding-top: 0.2rem !important;
  background: #fff!important;
}
.inside-service-5 .container {
  position: relative;
}
.inside-service-5 .btn {
  right: 0;
  top: 0.1rem;
  position: absolute;
  text-align: center;
}
.inside-service-5 .btn a {
  color: #fff;
  display: inline-block;
  border-radius: 0.05rem;
  min-width: 1.6rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  background: #002738;
  transition: all 500ms ease;
}
.inside-service-5 .btn:hover a {
  background: #34bada;
}
.inside-service-5 .index-title {
	text-align: left;
}

.inside-service-5 .index-title span{
	display:block;
}

.inside-service-5 .text {
  padding-top: 0.3rem;
}
.inside-service-5 .list li .item {
  border-color: rgba(255, 255, 255, 0.8);
  background-image: url(../images/service-bg.jpg);
}
.inside-service-5 .list li .iconbox {
  padding-right: 0;
  padding-top: 0;
}
.inside-service-5 .list li .iconbox .icon {
  margin-top: 0;
}
.inside-service-5 .list li .iconbox .icon img {
  max-height: 0.92rem;
}
.inside-service-5 .list li .txt {
  margin-top: 0;
  /* font-size: 0.14rem; */
}
.inside-service-5 .list li:hover .item {
  background-image: linear-gradient(to bottom, #34bada, #169fc0);
}
@media (max-width: 1024px) {
	.inside-service-5 .index-title span{
		display:inline;
	}	
  .inside-service-5 .list li .tit {
    font-size: 18px;
  }
  .inside-service-5 .list li .txt {
    font-size: 14px;
    line-height: 26px;
    height: 84px;
    overflow: auto;
  }
  .inside-service-5 .swiper-button-prev,
  .inside-service-5 .swiper-button-next {
    display: none;
  }
  .inside-service-5 .swiper-button-prev {
    left: 20px;
  }
  .inside-service-5 .swiper-button-next {
    right: 20px;
  }
  .inside-service-5 .btn {
    margin-top: 30px;
    text-align: left;
    top: auto;
    right: auto;
    position: relative;
  }
  .inside-service-5 .btn a {
    padding: 0 35px;
    height: 38px;
    line-height: 38px;
  }
}
.inside-xg-case {
  padding-top: 0.9rem;
  background: #f9fafb;
}
.inside-xg-case .index-title {
  text-align: center;
}
.inside-xg-case .list-2 {
  margin-top: 0.55rem;
}
.inside-xg-case .list-2 ul {
  margin: 0;
  flex-wrap: nowrap;
}
.inside-xg-case .list-2 li {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0.2rem;
}
.inside-xg-case .list-2 li .tag span {
  top: 0;
  left: 0;
  color: #fff;
  z-index: 3;
  font-size: 0.14rem;
  padding: 0 0.16rem;
  border-top-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  line-height: 0.32rem;
  position: absolute;
  display: inline-block;
  background: linear-gradient(to bottom, #34bada, #169fc0);
}
@media (max-width: 1024px) {
  .inside-xg-case {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.inside-page {
  font-size: 0.14rem;
  text-align: center;
  padding-top: 0.6rem;
}
.inside-page a {
  color: #666;
  height: 0.48rem;
  padding: 0 0.2rem;
  line-height: 0.46rem;
  text-align: center;
  border-radius: 0.03rem;
  margin: 0 0.1rem;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #e5edf2;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: #34bada;
  background: #34bada;
}
.inside-page .prev,
.inside-page .next {
  min-width: 1.1rem;
  position: relative;
}
.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 {
    font-size: 12px;
    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;
  }
}
.verifyDiv {
  width: 30%;
  vertical-align: middle;
  position: relative;
}
.verify {
  height: 0.5rem;
  background-color: #dcdee3;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  z-index: 2;
  cursor: move;
}
.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.5rem;
  line-height: 0.48rem;
  background-color: #7ac23c;
  color: #fff;
  text-align: center;
}
.verify .fix-tips,
.verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #333;
  z-index: 1;
  font-size: 0.14rem;
  line-height: 0.5rem;
  padding-left: 0.5rem;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.2rem;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.inside-map {
  padding: 0.8rem 0;
}
.inside-map li {
  padding: 0.15rem 0;
}
.inside-map li a {
  font-weight: 700;
}
.inside-map .subnav {
  padding-top: 0.15rem;
}
.inside-map .subnav a {
  padding-right: 0.1rem;
  font-weight: normal;
  display: inline-block;
}
/*导航按钮*/
.navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  z-index: 11;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #666;
  border-radius: 3px;
  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 screen and (max-width: 1024px) {
  .navPhoneBtn {
    display: block;
  }
}
.common-navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}
.common-navM .navMCon {
  background-color: #fff;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  transition: all .5s;
}
.common-navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.common-navM.open .transparent {
  display: block;
}
.common-navM.open .closeBtn {
  display: block;
}
.common-navM.open .navMCon {
  left: 0;
}
.common-navM .closeBtn {
  opacity: 0;
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #34bada;
  color: #fff;
  position: absolute;
  z-index: 999;
  right: -40px;
  top: 0;
}
.common-navM .closeBtn:before,
.common-navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.common-navM .closeBtn:before {
  width: 15px;
  height: 1px;
}
.common-navM .closeBtn:after {
  width: 1px;
  height: 15px;
}
.common-navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.common-navM .navMWrap > .list em {
  font-style: initial;
}
.common-navM .navMWrap > .list .title {
  padding: 10px 0 10px 10px;
  text-indent: 0;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.common-navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
}
.common-navM .navMWrap > .list .title .icon:before,
.common-navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
  transition: all .3s ease;
}
.common-navM .navMWrap > .list .title .icon:before {
  width: 10px;
  height: 10px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
}
.common-navM .navMWrap > .list .title em {
  font-style: initial;
}
.common-navM .navMWrap > .list .has .title .icon {
  display: block;
}
.common-navM .navMWrap > .list .active > .title .icon:before {
  transform: rotate(90deg);
}
.common-navM .navMWrap > .list > li > .title {
  font-size: 14px;
}
.common-navM .navMWrap > .list > li > .child > .list > li {
  text-indent: 24px;
  font-size: 14px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .child {
  font-size: 14px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .child .title {
  padding-left: 20px;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .title {
  padding-left: 20px;
  position: relative;
}
.common-navM .navMWrap > .list > li > .child > .list > li > .title:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #34bada;
  position: absolute;
  top: 26px;
  left: 10px;
}
.common-navM .navMWrap > .list .tb {
  width: 20px;
  height: 20px;
  display: inline-flex;
  position: absolute;
  top: 7px;
  left: 0;
}
.common-navM .child {
  padding: 0 0 20px 0;
  display: none;
  position: relative;
}
.common-navM .child a {
  color: #666;
  display: block;
  line-height: 28px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.common-navM .child a:hover {
  color: #000;
  margin-left: 10px;
}
.common-navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.common-navM .mSearch .btn {
  width: 26px;
  height: 26px;
  font-size: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.common-navM .mSearch .btn .icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.common-navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 40px 5px 15px;
  border-radius: 2px;
  font-size: 14px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.common-navM .other {
  padding: 10px;
}
.common-navM .read {
  padding-top: 10px;
  padding-bottom: 10px;
}
.common-navM .read .btn-1 {
  display: inline-flex;
  align-items: center;
  padding: 0 5px;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  background: linear-gradient(to right, #bf2d32, #a61f24);
  color: #fff;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.common-navM .read .btn-1 .icon-1 {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
.common-navM .read .btn-1 .icon-2 {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #ffffff url(../images/arrow-right-1.png) no-repeat center center;
  background-size: 20px;
  margin-left: 20px;
}
.common-navM .list > li > .child > .list {
  padding-top: 20px;
}
.common-navM .list > li > .child > .list > li > .title {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.common-navM .list > li > .child > .list > li > .title::before {
  top: 18px!important;
}
.common-navM .languageBtn {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
}
.common-navM .languageBtn > div {
  width: auto;
}
.common-navM .languageBtn .col-2 {
  width: 50%;
}
.common-navM .languageBtn .col-3 {
  width: 33.33333333%;
}
.common-navM .languageBtn .col-4 {
  width: 25%;
}
.common-navM .languageBtn .col-5 {
  width: 20%;
}
.common-navM .languageBtn .col-6 {
  width: 16.66666667%;
}
.common-navM .languageBtn a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  border: 1px #eee solid;
  margin-right: -1px;
  margin-top: -1px;
  background: #fff;
}

.inside-solution-9 .item .txt{
	width: 2.74rem;
}
.inside-solution-9 .item-1{
	left: 40%;
}
.inside-solution-9 .item-2{
	left: 55%;
    top: 0.85rem;
}
.inside-solution-9 .item-3 {
    top: 2.7rem;
    left: 3.22rem;
}
.inside-solution-9 .item-4 {
    top: 4.8rem;
    left: 1.33rem;
}
.inside-solution-9 .item-4 .txt{
	right: 1.2rem;
    left: auto;
}
.inside-solution .item-4 .txt:after{
	right: -0.1rem;
    left: auto;
	border-left: solid 0.12rem #ffffff;
    border-right: 0;
}
.inside-solution-9 .item-5 {
    top: 2.7rem;
    left: 10rem;
}
.inside-solution-9 .item-6 {
    top: 4.8rem;
    left: 11.9rem;
}
.inside-solution-9 .item-6 .txt{
	left: 1.2rem;
    right: auto;
}
.inside-solution .item-6 .txt:after{
	left: -0.1rem;
    right: auto;
	border-right: solid 0.12rem #ffffff;
    border-left: 0;
}
.inside-solution-9 .item-2 .txt {
    right: -2.94rem;
}
.inside-solution-9 .item-2 .txt:after{
	right: auto;
    left: -0.1rem;
    border-right: solid 0.12rem #ffffff;
    border-left: 0;
}

.relatedCase .xz-tel{
	display: flex;
	/* font-size: 0.16rem; */
	justify-content: space-between;
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 0.3rem;
	margin-bottom: 0.15rem;
}

.relatedCase .xz-tel .tel a{
    color: #333;
    font-family: "D-DIN";
	text-shadow: 0 0 1px #333;
}

.relatedCase .xz-tel .tel img{
	vertical-align: middle;
	margin-top: -2px;
	margin-right:2px;
} 

.relatedCase .btn a {
  color: #002738;
  font-size: 0.14rem;
  text-align: center;
  border-radius: 0.05rem;
  line-height: 0.32rem;
  height: 0.32rem;
  min-width: 0.8rem;
  display: inline-block;
  border: 1px solid #002738;
}

.relatedCase .btn a:hover {
  background: #34bada;
  color: #fff;
  border: 1px solid #34bada;
}
@media (max-width:1023px){
	.relatedCase .xz-tel .tel {
		font-size: 16px;
	} 
	.relatedCase .btn a {
		font-size: 14px;
		border-radius: 5px;
		line-height: 30px;
		height: 30px;
		min-width: 80px;
	}
}

.videoPopup {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	z-index:9999;
	top:0;
	left:0
}
.videoPopup.show {
	display:block
}
.videoPopup .maskPopup {
	display:block;
	position:fixed;
	z-index:9;
	top:0;
	margin:auto;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3)
}
.videoPopup .videoPopupCon {
	width:100%;
	height:100%;
	text-align:center;
	position:relative;
	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
}
.videoPopup .videoPopupWrap {
	width:auto;
	max-width:90vw;
	max-height:90vh;
	padding:0;
	margin:auto;
	vertical-align:top
}
.videoPopup .con {
	width:auto;
	height:100%;
	position:relative;
	z-index:100
}

.videoPopup video {
	width:100%;
	height:auto;
	max-width:90vw;
	max-height:90vh;
	vertical-align:top
}
.videoPopup .closeBtn {
	cursor:pointer;
	display:block;
	width:60px;
	height:60px;
	text-align:center;
	line-height:60px;
	background:var(--main-color-2);
	color:#fff;
	position:absolute;
	z-index:9999;
	right:0;
	top:0
}
.videoPopup .closeBtn:before,.videoPopup .closeBtn:after {
	content:"";
	display:block;
	background:#fff;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
.videoPopup .closeBtn:before {
	width:25px;
	height:1px
}
.videoPopup .closeBtn:after {
	width:1px;
	height:25px
}
@media screen and (max-width:1023px) {
	.videoPopup .videoPopupWrap {
		width:100%
	}
	.videoPopup .closeBtn {
		width:30px;
		height:30px;
		text-align:center;
		line-height:30px
	}
	.videoPopup .closeBtn:before {
		width:17px;
		height:1px
	}
	.videoPopup .closeBtn:after {
		width:1px;
		height:17px
	}
}