* {
  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: #2667ab;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px!important;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px!important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px!important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px!important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -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 bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  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-Bold';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.ttf');
  src: url('../fonts/Oswald-Bold.woff');
  src: url('../fonts/Oswald-Bold.woff2');
  src: url('../fonts/Oswald-Bold.woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.otf');
  src: url('../fonts/Montserrat-Regular.ttf');
  src: url('../fonts/Montserrat-Regular.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'poppins';
  src: url('../fonts/POPPINS-REGULAR.eot');
  src: url('../fonts/POPPINS-REGULAR.otf');
  src: url('../fonts/POPPINS-REGULAR.ttf');
  src: url('../fonts/POPPINS-REGULAR.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.otf');
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.ttf');
  src: url('../fonts/Montserrat-Light.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.otf');
  src: url('../fonts/Montserrat-Bold.ttf');
  src: url('../fonts/Montserrat-Bold.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  font-family: "Montserrat-Light";
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 16.4rem;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px!important;
    padding: 0 20px!important;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #fff;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navPhoneBtn {
    display: block;
  }
}
.button {
  text-align: center;
}
.button a,
.button span {
  z-index: 2;
  color: #fff;
  font-size: 0.2rem;
  overflow: hidden;
  text-align: center;
  height: 0.53rem;
  border-radius: 0.3rem;
  display: inline-block;
  min-width: 2rem;
  line-height: 0.53rem;
  font-family: "Montserrat-Light";
  background: linear-gradient(to right, #3b9d3a, #2667ab);
  position: relative;
  padding: 0 0.2rem;
}
.button img {
  opacity: 0.8;
  width: auto;
  height: auto;
  max-height: 0.11rem;
  margin-left: 0.05rem;
  margin-bottom: 0.03rem;
  vertical-align: middle;
}
.button i {
  margin-bottom: 0.03rem;
  margin-left: 0.15rem;
  font-family: "宋体";
  color: #2667ab;
  line-height: 0.22rem;
  vertical-align: middle;
  border-radius: 50%;
  background: #fff;
  width: 0.22rem;
  height: 0.22rem;
  font-style: normal;
  display: inline-block;
}
@media (max-width: 1024px) {
  .button a,
  .button span {
    font-size: 14px;
    min-width: 150px;
    height: 40px;
    line-height: 40px;
  }
}
.button a:hover::before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.button a:before,
.button span:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 100%;
  top: 0;
  left: -1rem;
  opacity: 0.3;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
}
@keyframes shine {
  0% {
    left: -1rem;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
.circle {
  line-height: 0.7rem;
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle i {
  z-index: 5;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  position: relative;
  border-left: solid 0.1rem #ffffff;
  border-top: solid 0.06rem transparent;
  border-bottom: solid 0.06rem 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: #2667ab;
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: #2667ab;
  opacity: 0;
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.header {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  transition: background-color 0.5s;
  color: #fff;
}
.header a {
  color: #fff;
}
.header > .container {
  padding-left: 5rem;
  padding-right: 1.6rem;
  text-align: right;
  position: relative;
}
.header > .container:after {
  content: "";
  display: block;
  clear: both;
}
.header .logo {
  z-index: 1;
  height: 0.5rem;
  float: left;
  display: block;
  position: absolute;
  top: 0.14rem;
  left: 0rem;
  transition: all .5s;
}
.header .logo img {
  width: auto;
  height: auto;
  max-height: 0.5rem;
  vertical-align: middle;
}
.header .other {
  height: 0.4rem;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  top: 0.2rem;
  right: 0rem;
  transition: all .5s;
}
.header .other .otherC {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}
.header .searchBtn {
  margin-right: 0.5rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.22rem;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
  position: relative;
  z-index: 1;
}
.header .searchBtn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #2667ab;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.5s;
}
.header .searchBtn svg {
  fill: #fff;
  width: 0.28rem;
  height: 0.28rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s;
}
.header .searchBtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header .searchBtn:hover svg {
  fill: #fff !important;
}
.header .language {
  position: relative;
  right: 0rem;
}
.header .language img {
  width: auto;
  max-height: 0.28rem;
}
.header .language i {
  margin-top: 0.04rem;
  width: 0.1rem;
  height: 0.1rem;
  vertical-align: top;
  margin-left: 0.1rem;
  display: inline-block;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(45deg);
}
.header .language .drop {
  left: 32%;
  display: none;
  font-family: "Montserrat-Light";
  width: 1.3rem;
  top: 0.3rem;
  text-align: center;
  padding: 0.2rem 0;
  position: absolute;
  border-radius: 0.1rem;
  line-height: 0.3rem;
  transform: translateX(-50%);
  text-transform: initial;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.95);
}
.header .language .drop:before {
  content: "";
  top: -0.06rem;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  position: absolute;
  border-left: solid 0.08rem transparent;
  border-right: solid 0.08rem transparent;
  border-bottom: solid 0.08rem #ffffff;
}
.header .language .drop a {
  color: #666;
  display: block;
  margin: 0.1rem 0;
  font-size: 0.16rem;
  line-height: 0.3rem;
  position: relative;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  transition: color 500ms ease;
}
.header .language .drop a:hover {
  color: #2667ab;
}
.header .language .drop a:hover:before {
  background: #2667ab;
}
.header .language:hover .drop {
  display: block;
}
@media (max-width: 1024px) {
  .header {
    border-bottom: 0;
    background: #333;
    height: 60px;
    padding: 0;
  }
  .header > .container {
    padding: 0;
  }
  .header .logo {
    top: 15px;
    height: auto;
    padding-left: 20px;
  }
  .header .logo img {
    max-height: 30px;
  }
  .header .nav {
    display: none;
  }
  .header .other {
    display: none;
  }
  .header .navPhoneBtn {
    margin-top: 22px;
  }
}
.header-2 {
  background: #23508f;
}
.nav {
  width: 100%;
  font-family: "poppins";
  padding-right: 0.4rem;
  display: inline-block;
  vertical-align: top;
}
.nav:after {
  content: "";
  display: block;
  clear: both;
}
.nav > .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.nav > .list > li {
  text-align: center;
  float: left;
  position: relative;
}
.nav > .list > li.li-static {
  position: static;
}
.nav > .list > li span {
  display: block;
  font-style: inherit;
  position: relative;
}
.nav > .list > li > a {
  color: #fff;
  line-height: 0.9rem;
  text-align: left;
  z-index: 1;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  transition: all .5s;
}
.nav > .list > li .subnav {
  left: 50%;
  text-align: left;
  display: none;
  width: 2.8rem;
  top: 0.8rem;
  padding: 0.2rem 0;
  position: absolute;
  border-radius: 0.1rem;
  line-height: 0.3rem;
  transform: translateX(-50%);
  text-transform: initial;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.95);
}
.nav > .list > li .subnav a {
  color: #666;
  display: block;
  margin: 0.1rem 0;
  font-size: 0.16rem;
  line-height: 0.3rem;
  position: relative;
  padding-left: 0.4rem;
  padding-right: 0.1rem;
  transition: color 500ms ease;
}
.nav > .list > li .subnav a:before {
  top: 0.02rem;
  left: 0.25rem;
  content: "";
  width: 2px;
  height: 0.26rem;
  background: #dedede;
  position: absolute;
  transition: all 500ms ease;
}
.nav > .list > li .subnav a:hover {
  color: #2667ab;
}
.nav > .list > li .subnav a:hover:before {
  background: #2667ab;
}
.nav > .list > li .subnav i {
  width: 5px;
  height: 2px;
  margin-right: 0.05rem;
  vertical-align: middle;
  font-style: normal;
  display: inline-block;
  background: #abacad;
}
.nav > .list > li .subnav:before {
  content: "";
  top: -0.08rem;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  position: absolute;
  border-left: solid 0.1rem transparent;
  border-right: solid 0.1rem transparent;
  border-bottom: solid 0.1rem #ffffff;
}
.nav > .list > li .subnav-2 {
  width: 3.4rem;
}
.nav > .list > li.active > a {
  text-shadow: 0 0 1px #fff;
}
.nav > .list > li:hover > a {
  text-shadow: 0 0 1px #fff;
}
#searchPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
#searchPopup .searchBox {
  color: #fff;
  padding-right: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 1.3rem;
  opacity: 0;
  transition: all .5s;
}
#searchPopup .searchBox.fadeIn {
  top: 1rem;
  opacity: 1;
  z-index: 999;
}
#searchPopup .searchBox .container {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  transform: translateX(0rem);
}
#searchPopup .searchBox input {
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  width: 40%;
  padding: 0 10px;
  font-size: 0.14rem;
  height: 0.6rem;
  line-height: 0.58rem;
}
#searchPopup .searchBox input:focus {
  color: #333;
}
#searchPopup .searchBox .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 0.6rem;
  width: 0.6rem;
  background: #2667ab;
  text-align: center;
  display: inline-block;
}
#searchPopup .searchBox .btn svg {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.15rem;
}
#searchPopup .searchBox .btn .cls-1 {
  fill: #fff;
}
#searchPopup .searchBox .btn .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
#searchPopup .searchBox .btn:hover {
  background: #2667ab;
}
#searchPopup .searchBox .close {
  display: none;
}
#searchPopup .searchBox2.fadeIn {
  top: 0.95rem;
}
@media screen and (max-width: 1024px) {
  #searchPopup .searchBox {
    top: 80px;
  }
  #searchPopup .searchBox .container {
    transform: translateX(0);
  }
  #searchPopup .searchBox input {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  #searchPopup .searchBox .btn {
    right: 15px;
    height: 36px;
    width: 36px;
  }
  #searchPopup .searchBox .btn svg {
    width: 20px;
    height: 20px;
    margin: 8px auto 0 auto;
  }
}
.fixed {
  backdrop-filter: saturate(180%) blur(5px);
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.22);
}
.fixed .nav li > a {
  line-height: 0.8rem;
}
.banner {
  height: 100%;
  clear: both;
  max-height: 100vh;
  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 {
  width: auto;
  height: auto;
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.banner video {
  max-width: 100%;
  object-fit: cover;
  vertical-align: top;
}
.banner .pc {
  display: block;
  background: #000;
}
.banner .pc img {
  width: auto;
  height: auto;
  max-height: initial;
  max-width: initial;
  width: 100%;
  object-fit: cover;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .swiper-slide-active .pc img {
  animation: 4s scrollArrow1 ease ;
}
.banner .swiper-slide-active .t1 {
  animation: 1.5s fadeInUp2 ease ;
}
.banner .swiper-slide-active .button {
  animation: 1.5s scrollArrow ease ;
}
.banner .swiper-pagination {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: 9;
}
.banner .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  margin: 0 0.08rem;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all .5s;
}
.banner .swiper-pagination-bullet-active {
  background-color: #2667ab;
}
.banner .text {
  width: 100%;
  color: #fff;
  top: 50%;
  text-align: center;
  position: absolute;
  transform: translateY(-65%);
}
.banner .t1 {
  font-family: "Montserrat-Bold";
  line-height: 0.8rem;
  font-size: 0.68rem;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 0 2px rgba(0, 0, 0, 0.4);
}
.banner .button {
  margin-top: 1rem;
}
.banner .arrow {
  left: 0;
  width: 100%;
  z-index: 3;
  bottom: 1rem;
  position: absolute;
  animation: 1.5s fadeInUp2 alternate infinite;
}
.banner .arrow img {
  max-height: 0.52rem;
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 60px;
    height: auto;
    max-height: none;
  }
  .banner .text {
    transform: translateY(-50%);
  }
  .banner .arrow {
    display: none;
  }
  .banner .t1 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner .button {
    margin-top: 30px;
  }
  .banner .swiper-pagination {
    bottom: 20px;
  }
}
@media (max-width: 640px) {
  .banner .t1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.home-about {
  background-color: #d6eefd;
  overflow: hidden;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 200vh;
  position: relative;
  z-index: 1;
}
.home-about #aboutHome {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background: linear-gradient(#013682, #3b9d3a);
}
.home-about .maskBox {
  z-index: 5;
  background: #d6eefd;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999999;
  left: 0;
  top: 0;
}
.home-about .maskBox img {
  height: auto;
  width: 25%;
}
.home-about .videoDiv {
  opacity: 0.26;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.home-about .videoDiv video,
.home-about .videoDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-about .textDiv {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}
    .home-about .container {
        display: flex;
        justify-content: space-between;
        font-size: 0.2rem;
        max-width: 13.6rem;
    }
.home-about .textleft {
  max-width: 9rem;
  padding-right: 0.8rem;
}
.home-about .textleft .t1 {
  font-size: 0.42rem;
  line-height: 0.6rem;
  font-family: "Montserrat-Bold";
  text-transform: uppercase;
  text-shadow: 3px 0 8px rgba(5, 26, 47, 0.36);
}
.home-about .textleft .t2 {
  font-weight: lighter;
  padding-top: 0.3rem;
}
.home-about .numlist {
  width: 29%;
  font-family: "poppins";
  padding-top: 0.2rem;
}
.home-about .numlist li:first-child {
  padding-bottom: 1.4rem;
}
.home-about .numlist .counter {
  font-size: 0.7rem;
  font-family: "Montserrat-Bold";
  line-height: 0.7rem;
}
.home-about .numlist .jia {
  position: relative;
  margin-top: -0.05rem;
  font-size: 0.16rem;
  vertical-align: top;
  display: inline-block;
}
.home-about .numlist i {
  font-size: 0.36rem;
  vertical-align: top;
  font-style: normal;
  display: inline-block;
}
.home-about .numlist em {
  font-style: normal;
  display: inline-block;
  font-size: 0.7rem;
  line-height: 0.7rem;
}
.home-about a {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .home-about {
    min-height: auto;
  }
  .home-about .maskBox img {
    width: 50%;
  }
  .home-about .container {
    padding-top: 0;
  }
  .home-about #aboutHome {
    min-height: 450px;
  }
  .home-about .textDiv {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .home-about #aboutHome {
    min-height: 650px;
  }
  .home-about .container {
    display: block;
  }
  .home-about .textleft .t1 {
    font-size: 24px;
    line-height: 34px;
  }
  .home-about .numlist {
    width: 100%;
  }
  .home-about .numlist li:first-child {
    padding: 30px 0;
  }
}
.index-title {
  line-height: 0.5rem;
  color: #2667ab;
  font-size: 0.42rem;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
}
@media (max-width: 1024px) {
  .index-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.index-businesss {
  height: 100vh;
  color: #2667ab;
  font-size: 0.2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.index-businesss .container {
  display: flex;
  height: 100vh;
  align-items: center;
  max-width: 14.6rem;
}
.index-businesss .text {
  padding-top: 0.25rem;
  max-width: 8.8rem;
}
.index-businesss .itembox {
  width: 100%;
}
.index-businesss .listbox {
  display: flex;
  margin-top: 0.8rem;
  position: relative;
  justify-content: space-between;
}
.index-businesss .listbox:before {
  content: "";
  width: 1px;
  top: -27%;
  right: 0.4rem;
  position: absolute;
  height: 2.45rem;
  background: rgba(255, 255, 255, 0.8);
}
.index-businesss .listbox:after {
  content: "";
  width: 1px;
  bottom: -10%;
  right: 0.4rem;
  position: absolute;
  height: 2.4rem;
  background: rgba(255, 255, 255, 0.8);
}
.index-businesss .listmenu {
  width: 30%;
  position: relative;
  margin-top: 0.4rem;
  font-family: "Montserrat-Bold";
}
.index-businesss .listmenu:before {
  content: "";
  top: 0;
  height: 84%;
  left: 0.1rem;
  position: absolute;
  border-left: dashed 1px #5cb3d5;
}
.index-businesss .listmenu li {
  width: 100%;
  cursor: pointer;
  position: relative;
  padding-left: 0.4rem;
}
.index-businesss .listmenu li:before {
  top: 41.5%;
  left: 0.08rem;
  z-index: 3;
  margin-top: -0.03rem;
  position: absolute;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #0189bd;
  border-radius: 50%;
}
.index-businesss .listmenu li:after {
  top: 42%;
  left: 0rem;
  margin-top: -0.1rem;
  position: absolute;
  content: "";
  transform: scale(0);
  width: 0.2rem;
  height: 0.2rem;
  background: #79c1e4;
  border-radius: 50%;
  transition: all 500ms ease;
}
.index-businesss .listmenu li span {
  display: block;
  height: 0.54rem;
  line-height: 0.54rem;
  position: relative;
  transition: all 334ms ease;
}
.index-businesss .listmenu li span:before {
  content: "";
  top: 50%;
  opacity: 0;
  left: -0.12rem;
  position: absolute;
  transition: all 334ms ease;
  transform: translateY(-50%);
  border-bottom: solid 0.12rem transparent;
  border-top: solid 0.12rem transparent;
  border-right: solid 0.16rem #3b9d3a;
}
.index-businesss .listmenu .swiper-container {
  height: 4rem;
}
.index-businesss .listmenu .swiper-slide-thumb-active:after {
  transform: scale(1);
}
.index-businesss .listmenu .swiper-slide-thumb-active span {
  color: #fff;
  padding: 0 0.13rem;
  background: linear-gradient(to right, #3b9d3a, #2667ab);
}
.index-businesss .listmenu .swiper-slide-thumb-active span:before {
  opacity: 1;
}
.index-businesss .listcontent {
  width: 54%;
  position: relative;
  padding-right: 1.2rem;
  line-height: 0.32rem;
}
.index-businesss .listcontent .pic {
  position: relative;
}
.index-businesss .listcontent .pic:after {
  content: "";
  display: block;
  padding-bottom: 47.05882353%;
}
.index-businesss .listcontent .pic img {
  width: auto;
  height: auto;
}
.index-businesss .listcontent .txt {
  margin-top: 0.3rem;
}
.index-businesss .swiper-pagination-fraction {
  left: auto;
  right: 0;
  top: 30%;
  padding-right: 0.15rem;
  width: 0.6rem;
}
.index-businesss .swiper-button-next {
  top: 44%;
  width: 0.66rem;
  height: 0.66rem;
  border-radius: 50%;
  border: solid 1px #0dcaf6;
}
.index-businesss .swiper-button-next:after {
  content: "";
  font-size: 0;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/arrow-2.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .index-businesss {
    padding: 50px 0;
    height: auto;
    font-size: 16px;
  }
  .index-businesss .container {
    height: auto;
    display: block;
  }
  .index-businesss .listbox {
    display: block;
  }
  .index-businesss .listbox:before,
  .index-businesss .listbox:after {
    display: none;
  }
  .index-businesss .listmenu {
    width: 100%;
  }
  .index-businesss .listcontent {
    width: 100%;
    padding-right: 0;
    line-height: 30px;
  }
  .index-businesss .swiper-pagination-fraction {
    display: none;
  }
}
.index-cpyy {
  position: relative;
}
.index-cpyy .bgs li {
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
.index-bg {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.index-bg .txtbox {
  width: 54%;
  color: #fff;
  float: right;
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-top: 4.4rem;
}
.index-bg .t1 {
  font-size: 0.5rem;
  line-height: 0.6rem;
  font-family: "Montserrat-Bold";
}
.index-bg .t2 {
  margin-top: 0.4rem;
  font-size: 0.28rem;
  font-family: "Montserrat-Bold";
}
.index-bg .t3 {
  margin-top: 0.1rem;
}
.index-bg .button {
  text-align: left;
  margin-top: 0.5rem;
}
.index-bg .button a {
  height: 0.44rem;
  font-size: 0.16rem;
  line-height: 0.44rem;
  min-width: 1.5rem;
  position: relative;
}
.index-bg .button a:after {
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  background: #fff;
  border-radius: 50%;
  margin-left: 0.05rem;
  vertical-align: middle;
  display: inline-block;
}
.home-application {
  color: #fff;
}
.home-application .menuTabs {
  width: 50%;
  float: left;
  margin-top: 2.2rem;
  position: relative;
}
.home-application .menuTabs .list {
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
.home-application .menuTabs li,
.home-application .menuTabs .noHas {
  width: 33.3333%;
  float: left;
  position: relative;
  margin: -1px 0 0 -1px;
}
.home-application .menuTabs .box {
  height: 2.3rem;
  color: #fff;
}
.home-application .menuTabs li:hover,
.home-application .menuTabs .noHas:hover {
  z-index: 1;
}
.home-application .menuTabs li:nth-child(2) {
  clear: both;
  margin-left: 33.3333%;
}
.home-application .menuTabs li:nth-child(3) {
  clear: both;
}
.home-application .menuTabs .noHas {
  box-shadow: none;
}
.home-application .menuTabs .noHas .box {
  box-shadow: none;
  background: none !important;
  cursor: initial;
}
.home-application .menuTabs .noHas .pic:before,
.home-application .menuTabs .noHas .pic:after {
  display: none;
}
.home-application .menuTabs .box {
  text-align: center;
  padding-top: 0.5rem;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.13) inset;
  cursor: pointer;
  z-index: 1;
  transition: all .5s;
  position: relative;
}
.home-application .menuTabs .pic {
  margin: 0 auto;
  position: relative;
}
.home-application .menuTabs .pic i {
  font-style: normal;
  display: inline-block;
}
.home-application .menuTabs .pic img {
  width: auto;
  height: auto;
  max-height: 0.8rem;
}
.home-application .menuTabs .pic img {
  margin-top: initial;
  margin-bottom: initial;
  top: auto;
  bottom: 0;
}
.home-application .menuTabs .title {
  padding: 0 0.1rem;
  font-size: 0.2rem;
  margin-top: 0.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Montserrat-Bold";
}
.home-application .menuTabs .active .box {
  background: rgba(1, 137, 189, 0.4);
  background: linear-gradient(to right, rgba(59, 157, 28, 0.42), rgba(232, 192, 43, 0.42));
  background-blend-mode: normal, normal;
}
.home-application .swiper-container {
  overflow: initial;
}
.home-application .swiper-container .swiper-slide {
  width: 100%;
}
@media (max-width: 1024px) {
  .home-application .menuTabs li,
  .home-application .menuTabs .noHas {
    width: 33.333%;
  }
  .home-application .menuTabs {
    width: 100%;
    float: none;
    margin-top: 60px;
  }
  .home-application .menuTabs .title {
    padding: 0;
    margin-top: 0;
  }
  .home-application .menuTabs .box {
    height: auto;
  }
  .home-application .menuTabs .box {
    padding: 20px 10px;
  }
  .index-bg {
    height: auto;
    padding-bottom: 60px;
  }
  .index-bg .txtbox {
    display: none;
  }
  .home-application .menuTabs li {
    clear: inherit!important;
    margin-left: 0!important;
  }
}
@media (max-width: 500px) {
  .home-application .menuTabs li,
  .home-application .menuTabs .noHas {
    width: 50%;
  }
}
.index-news {
  height: 100vh;
  background: #005687;
}
.index-news .container {
  max-width: 14.6rem;
}
.index-news .flex-warp {
  height: 100vh;
  display: flex;
  align-items: center;
}
.index-news .listTop {
  background: #fff;
  border-radius: 0.1rem;
}
.index-news .listTop a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news .listTop a .pic{border-top-left-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem;}
.index-news .listTop .pic {
  overflow: hidden;
  width: 55.3%;
}
.index-news .listTop .pic img {
  width: auto;
  height: auto;
  transition: all 700ms ease;
}
.index-news .listTop .txtbox {
  width: 41%;
  padding-right: 0.5rem;
}
.index-news .listTop .tit {
  color: #333;
  font-weight: 700;
  height: 0.3rem;
  transition: color 500ms ease;
  line-height: 0.3rem;
  font-size: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
font-family:"Montserrat-Bold";
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .listTop .txt {
  color: #333;
  margin-top: 0.4rem;
  height: 1.2rem;
  line-height: 0.3rem;
  transition: margin-top 340ms ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
@media (min-width: 1025px) {
  .index-news .listTop a:hover .pic {
    border-top-left-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem;
  }
  .index-news .listTop a:hover .pic img {
    transform: scale(1.05);
  }
  .index-news .listTop a:hover .tit {
    color: #2667ab;
  }
  .index-news .listTop a:hover .txt {
    margin-top: 0.3rem;
  }
}
.index-news .list {
  margin-top: 0.3rem;
}
.index-news .list ul {
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 -0.15rem; */
}
.index-news .list li {
  width: 100%;
  margin-bottom:10px;
  /* padding: 0 0.15rem; */
}
.index-news .list li .item {
  min-height: 100%;
  background: #fff;
  border-radius: 0.1rem;
}
.index-news .list li .pic {
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.index-news .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 48.81209503%;
}
.index-news .list li .pic img {
  width: auto;
  height: auto;
  transition: all 500ms ease;
}
.index-news .list li .txtbox {
  padding: 0.1rem 0.1rem;
}
.index-news .list li .tit {
  color: #333333;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.2rem;
  transition: color 500ms ease;
  font-family: "Montserrat-Bold";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .list li .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-size: 0.16rem;
  color: #333333;
  height: 0.3rem;
  line-height: 0.3rem;
  /* margin-top: 0.2rem; */
  transition: all 500ms ease;
}
.index-news .list li .time {
  color: #c2c2c2;
  font-size: 0.14rem;
  /* margin-top: 0.3rem; */
}
@media (min-width: 1025px) {
  .index-news .list li:hover .pic img {
    transform: scale(1.1);
  }
  .index-news .list li:hover .tit {
    color: #2667ab;
  }
  .index-news .list li:hover .txt {
    margin-top: 0.1rem;
  }
}
@media (max-width: 1024px) {
  .index-news {
    padding: 50px 0;
    height: auto;
  }
  .index-news .flex-warp {
    height: auto;
  }
  .index-news .listTop .txt {
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .index-news .listTop a {
    display: block;
  }
  .index-news .listTop .pic {
    width: 100%;
  }
  .index-news .listTop .txtbox {
    width: 100%;
    padding: 30px;
  }
  .index-news .listTop .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  .index-news .listTop .txt {
    height: 96px;
    line-height: 24px;
  }
  .index-news .list li {
    width: 50%;
    margin-top: 20px;
  }
  .index-news .list li .tit {
    height: 48px;
    font-size: 16px;
    line-height: 24px;
  }
  .index-news .list li .txt {
    font-size: 14px;
    height: 48px;
    line-height: 24px;
  }
  .index-news .list li .time {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .index-news .list li {
    width: 100%;
  }
}
.index-about-2 {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-about-2 .tit {
  color: #fff;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.42rem;
  padding-top: 5.3rem;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
  text-shadow: 0px 0 1px rgba(5, 26, 47, 0.36);
}
@media (max-width: 1024px) {
  .index-about-2 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 200px;
  }
  .index-about-2 .tit {
    font-size: 24px;
    line-height: 30px;
    padding-top: 200px;
  }
}
@media (max-width: 640px) {
  .index-about-2 {
    height: 350px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .index-about-2 .tit {
    font-size: 24px;
    line-height: 30px;
    padding-top: 160px;
  }
}
.index-map {
  height: 100vh;
  overflow: hidden;
  background: #e2f4fb;
  font-size: 0.2rem;
}
.index-map .container {
  height: 100vh;
  display: flex;
  max-width: 14.6rem;
  align-items: center;
  justify-content: space-between;
}
.index-map .lefttext {
  width: 40%;
  z-index: 2;
  padding-top: 0.4rem;
  position: relative;
  color: #2667ab;
}
.index-map .lefttext .text {
  line-height: 0.32rem;
  padding-top: 0.2rem;
  padding-right: 0.7rem;
}
.index-map .mapph {
  margin-top: 40px;
  display: none;
}
.index-map .mapph img {
  width: auto;
  height: auto;
}
.index-map .mapbox {
  width: 67%;
  color: #2667ab;
  left: -2.6rem;
  position: relative;
}
.index-map .mapbox .tu {
  position: relative;
  width: 150%;
}
.index-map .mapbox .tu img {
  width: auto;
  height: auto;
  max-height: 7.7rem;
}
.index-map .mapbox .line {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}
.index-map .mapbox .line img {
  width: auto;
  height: auto;
  max-height: 6.92rem;
}
.index-map .mapbox .circle {
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  position: relative;
}
.index-map .mapbox .add {
  font-weight: lighter;
  padding-right: 0.05rem;
  padding-left: 0.05rem;
  vertical-align: top;
  display: inline-block;
}
.index-map .mapbox .item {
  line-height: 0.4rem;
  position: absolute;
}
.index-map .mapbox .item-1 {
  left: 2.3rem;
  top: 3.1rem;
}
.index-map .mapbox .item-2 {
  left: 3.1rem;
  top: 5.25rem;
}
.index-map .mapbox .item-3 {
  left: 2.9rem;
  top: 6.1rem;
}
.index-map .mapbox .item-4 {
  left: 3.85rem;
  top: 6.4rem;
}
.index-map .mapbox .item-4 .add {
  padding-top: 0.1rem;
}
.index-map .mapbox .item-5 {
    left: 9.17rem;
    top: 3.2rem;
}
.index-map .mapbox .item-6 {
  min-width: 1.8rem;
  left: 10.53rem;
  top: 2.9rem;
}
.index-map .mapbox .item-7 {
  min-width: 1.8rem;
  left: 10.85rem;
  top: 3.5rem;
}
.index-map .mapbox .item-8 {
  min-width: 1.8rem;
  left: 10.7rem;
  top: 3.8rem;
}
.index-map .mapbox .item-9 {
  min-width: 1.8rem;
  left: 10.6rem;
  top: 3.9rem;
}
.index-map .mapbox .item-9 .add {
  padding-top: 0.15rem;
}
.index-map .mapbox .item-10 {
  min-width: 1.8rem;
  left: 9.1rem;
  top: 4.8rem;
}
.index-map .mapbox .item-11 {
  min-width: 1.8rem;
  left: 5.6rem;
  top: 2.55rem;
}
@media (max-width: 1024px) {
  .index-map {
    font-size: 16px;
    height: auto;
    padding: 50px 0;
  }
  .index-map .container {
    height: auto;
    display: block;
  }
  .index-map .lefttext {
    width: 100%;
    padding-top: 0;
  }
  .index-map .lefttext .text {
    padding-right: 0;
  }
  .index-map .mapbox {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .index-map .mapbox {
    transform: scale(0.7);
  }
}
@media (max-width: 640px) {
  .index-map .mapbox {
    left: -13%;
    transform: scale(0.5);
  }
}
@media (max-width: 640px) {
  .index-map .mapbox {
    left: -25%;
  }
}
@media (max-width: 580px) {
  .index-map .mapbox {
    display: none;
    transform: scale(0.5);
  }
  .index-map .mapph {
    display: block;
  }
}
.index-case {
  height: 100vh;
  color: #fff;
  display: flex;
  align-items: center;
  font-family: "Montserrat-Bold";
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.join-us{
	height: 50vh;
}

.index-case .tit {
  line-height: 0.8rem;
  font-size: 0.64rem;
  text-transform: uppercase;
  text-shadow: 0px 0 1px rgba(0, 0, 0, 0.36);
}
.index-case .txt {
  font-size: 0.32rem;
  padding-top: 0.05rem;
}
.index-case .txt a{
	color: #fff;
}
@media (max-width: 1024px) {
  .index-case {
    height: auto;
    padding: 80px 0;
  }
  .index-case .tit {
    font-size: 26px;
    line-height: 40px;
  }
  .index-case .txt {
    font-size: 18px;
  }
}
.footer {
  color: #fff;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #005687;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}
.footer .container {
  z-index: 8;
  position: relative;
  max-width: 14.6rem;
}
.footer .flogo {
  top: 0;
  right: 0;
  position: absolute;
}
.footer .flogo img {
  width: auto;
  height: auto;
  max-height: 5.5rem;
}
.footer a {
  color: #fff;
  transition: opacity 500ms ease;
}
.footer a:hover {
  opacity: 0.6;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .li1 {
  width: 51%;
}
.footer .li1 .tu img {
  width: auto;
  height: auto;
  max-height: 2.4rem;
}
.footer .li1 .yx {
  margin-top: 0.6rem;
}
.footer .li1 .yx a {
  color: #fff;
}
.footer .li1 .yx img {
  width: auto;
  height: auto;
  margin-right: 0.1rem;
  max-height: 0.25rem;
}
.footer .li2 {
  width: 15%;
  font-size: 0.2rem;
}
.footer .li2 a {
  display: block;
  padding: 0.15rem 0;
}
.footer .li3 {
  width: 33%;
  padding-top: 0.2rem;
  line-height: 0.32rem;
  text-align: right;
}
.footer .li3 .tu img {
  width: auto;
  height: auto;
  max-height: 0.7rem;
}
.footer .socialMedia {
  margin-top: 0.3rem;
  padding-bottom: 0.8rem;
}
.footer .socialMedia .list li {
  display: inline-block;
  padding: 0 0.2rem;
}
.footer .socialMedia .list {
  padding-top: 0.2rem;
}
.footer .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer .socialMedia .list .icon {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
}
.footer .socialMedia .list .icon img {
  width: auto;
  height: auto;
  max-height: 0.25rem;
  transition: all 500ms ease;
}
.footer .socialMedia .list .icon:hover img {
  opacity: 0.7;
}
.footer .socialMedia .list .down {
  display: none!important;
  color: #666;
  align-items: center;
  width: 1.22rem;
  cursor: initial;
  position: absolute;
  top: 120%;
  left: 50%;
  margin-left: -0.6rem;
}
.footer .socialMedia .list .down .txt {
  margin-right: 0.1rem;
}
.footer .socialMedia .list .down .ewm {
  width: 1.22rem;
  position: relative;
}
.footer .socialMedia .list .down .ewm img {
  width: auto;
  height: auto;
  max-height: 1.22rem;
}
.footer .socialMedia .list .active .down {
  display: flex;
}
.footer .socialMedia .list .box:hover .icon {
  opacity: 1;
}
.footer .socialMedia .list .box:hover .down {
  display: flex;
}
.footer .socialMedia .list .cur .down {
  display: block;
}
.footer .copy {
  margin-top: 0.9rem;
}
@media (max-width: 1024px) {
  .footer {
    padding: 100px 0;
  }
  .footer li {
    padding: 0 30px;
    width: 100%!important;
  }
  .footer .li1 .yx img {
    max-height: 24px;
    margin-bottom: 3px;
  }
  .footer .socialMedia .list li {
    width: auto!important;
  }
  .footer .socialMedia .list .icon {
    width: auto;
    height: auto;
  }
  .footer .socialMedia .list .icon img {
    max-height: 24px;
  }
  .footer .li2 {
    font-size: 16px;
  }
  .footer .li2 a {
    width: 48%;
    display: inline-block;
    padding: 10px 0;
    padding-right: 20px;
  }
  .footer .li3 {
    text-align: left;
    padding-top: 50px;
  }
  .footer .copy {
    margin-top: 10px;
  }
}
.fp-flex {
  display: flex;
  align-items: center;
  height: 100vh;
}
@media (max-width: 1024px) {
  .fp-flex {
    height: auto;
    display: block;
    width: 100%;
  }
}
.fp-viewing-section2 .header {
  backdrop-filter: saturate(180%) blur(5px);
  background: rgba(0, 0, 0, 0.1);
}
.inside-business .warp {
  display: flex;
  color: #334d6f;
  line-height: 0.32rem;
  font-size: 0.18rem;
  padding-top: 0.8rem;
  justify-content: space-between;
}
.inside-business .leftbox {
  width: 30%;
}
.inside-business .leftbox .title {
  margin-top: 0.3rem;
  font-size: 0.28rem;
  font-family: "Montserrat-Bold";
}
.inside-business .leftbox .title span {
  display: block;
}
.inside-business .leftbox .title .tit {
  z-index: 3;
  position: relative;
}
.inside-business .leftbox .title .num {
  color: #fff;
  margin-top: -1.1rem;
  font-size: 1.59rem;
  line-height: 1.6rem;
  position: relative;
}
.inside-business .leftbox .list {
    padding-top: 1rem;
}
.inside-business .leftbox .list .t1 {
  font-size: 0.2rem;
  font-family: "Montserrat-Bold";
}
.inside-business .leftbox .list .t2 {
  padding-left: 0.25rem;
  position: relative;
  margin-top: 0.1rem;
}
.inside-business .leftbox .list .t2 .num {
  left: 0;
  position: absolute;
}
.inside-business .rightbox {
  width: 65%;
}
.inside-business .rightbox .pic {
  margin-top: 0.5rem;
}
.inside-business .rightbox .pic img {
  width: auto;
  height: auto;
}
@media (max-width: 1024px) {
  .inside-business .warp {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 40px 0;
  }
  .inside-business .leftbox,
  .inside-business .rightbox {
    width: 100%;
  }
  .inside-business .leftbox .list {
    padding-top: 20px;
  }
  .inside-business .leftbox .list .t1 {
    font-size: 18px;
  }
}
.inside-business-2 .leftbox .title .num {
  color: #eaf1f7;
}
.inside-business-3 .leftbox .title .num {
  margin-top: -1.25rem;
}
.inside-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100vh;
  position: relative;
}
.inside-banner .tu {
  height: 100vh;
}
.inside-banner .tu img {
  width: 100%;
  height: auto;
}
.inside-banner .txtbox {
  top: 50%;
  width: 100%;
  z-index: 3;
  color: #fff;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
.inside-banner .title {
  font-size: 0.68rem;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
  text-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.35);
}
@media (max-width: 1024px) {
  .inside-banner {
    margin-top: 0.6rem;
    height: 400px;
  }
  .inside-banner .tu {
    height: auto;
  }
  .inside-banner .title {
    font-size: 0.3rem;
  }
}
@media (max-width: 640px) {
  .inside-banner {
    height: 220px;
  }
}
.inside-current {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 0.3rem;
  line-height: 0.3rem;
  text-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.1);
  font-size: 0.14rem;
}
.inside-current img {
  max-height: 0.2rem;
  margin-right: 0.1rem;
  margin-top: 0.05rem;
}
.inside-current span {
  font-size: 0.16rem;
  padding: 0 0.1rem;
  display: inline-block;
  font-family: "宋体";
}
.inside-current a {
  color: #fff;
  transition: all 334ms ease;
}
.inside-current a:hover {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .inside-current {
    display: none;
  }
}
.inside-current-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #888;
  font-weight: normal;
  line-height: 0.74rem;
  height: 0.74rem;
  font-size: 0.16rem;
  margin-top: 0.9rem;
}
.inside-current-2 a {
  color: #888;
}
.inside-current-2 img {
  margin-top: 0.25rem;
}
@media (max-width: 1024px) {
  .inside-current-2 {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .inside-current-2 a {
    padding: 0 10px;
  }
  .inside-current-2 img {
    max-height: 20px;
  }
}
.inside-menu {
  z-index: 3;
  font-weight: lighter;
  background: rgba(0, 0, 0, 0.05);
  margin-top: -0.8rem;
  height: 0.8rem;
  position: relative;
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inside-menu li {
  width: 20%;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.8rem;
  transition: all 500ms ease;
  border-left: solid 1px rgba(255, 255, 255, 0.15);
}
.inside-menu li a {
  display: block;
  color: #fff;
}
.inside-menu li:hover,
.inside-menu .cur {
  background: #1c5e99;
  background: linear-gradient(to right, #3b9d3a, #2667ab);
  text-shadow: 0 0 1px #fff;
}
@media (max-width: 1024px) {
  .inside-menu {
    display: none;
  }
}
.inside-menu-2 {
  left: 0;
  z-index: 9;
  top: 0;
  background: #fff;
  position: sticky;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.1);
}
.inside-menu-3 {
  top: 0.8rem;
}
.fp-viewing-section1 .inside-menu-2 {
  display: none;
}
.inside-title {
  font-size: 0.42rem;
  color: #2667ab;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
}
@media (max-width: 1024px) {
  .inside-title {
    font-size: 20px;
  }
}
.inside-about {
  position: relative;
  line-height: 0.32rem;
  padding: 0.9rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-about .index-title {
  text-align: center;
}
.inside-about .list {
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
}
.inside-about .leftbox {
  width: 53%;
  color: #000;
  text-align: justify;
}
.inside-about .leftbox p {
  padding-top: 0.1rem;
}
.inside-about .rightbox {
  width: 40%;
  position: relative;
}
.inside-about .rightbox .pic {
  border-radius: 0.25rem;
  position: relative;
}
.inside-about .rightbox .pic img {
  width: auto;
  height: auto;
  border-radius: 0.25rem;
}
.inside-about .rightbox .videobtn {
  top: 50%;
  left: 50%;
  z-index: 3;
  position: absolute;
  transform: translate(-50%, -50%);
}
.inside-about .list-2 {
  margin-top: 0.6rem;
}
.inside-about .list-2 ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-about .list-2 li {
  padding: 0 0.03rem;
  width: 20%;
}
.inside-about .list-2 li .tu img {
  width: auto;
  height: auto;
}
.inside-about .list-3 {
  font-size: 0.18rem;
  padding-top: 1rem;
}
.inside-about .list-3 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.inside-about .list-3 li {
  width: 33.333%;
  padding: 0.1rem;
  display: flex;
}
.inside-about .list-3 li .item {
  width: 100%;
  padding: 0.3rem;
  color: #2667ab;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-about .list-3 li .item-2 {
  padding-top: 0.6rem;
  height: 3.6rem;
}
.inside-about .list-3 li .t1 {
  font-family: "poppins";
}
.inside-about .list-3 li .t1 em,
.inside-about .list-3 li .t1 i {
  vertical-align: top;
  font-style: normal;
  display: inline-block;
}
.inside-about .list-3 li .t1 em {
  font-size: 0.3rem;
}
.inside-about .list-3 li .t1 i {
  vertical-align: middle;
}
.inside-about .list-3 li .counter {
  font-size: 0.7rem;
  line-height: 0.7rem;
}
.inside-about .list-3 li:first-child .item {
  width: 50%;
  border-left: 0.2rem solid #ffffff;
}
.inside-about .list-3 li:first-child .item:first-child {
  border-left: 0;
}
@media (max-width: 1024px) {
  .inside-about .list {
    display: block;
  }
  .inside-about .list .leftbox {
    width: 100%;
  }
  .inside-about .list .rightbox {
    width: 100%;
    margin-top: 30px;
  }
  .inside-about .list .circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .inside-about .list-2 {
    margin-top: 20px;
  }
  .inside-about .list-3 {
    padding-top: 20px;
  }
  .inside-about .list-3 li {
    width: 50%;
  }
  .inside-about .list-3 li .counter {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .inside-about .list-3 li {
    width: 100%;
  }
  .inside-about .list-3 li .item {
    height: auto!important;
  }
}
.inside-about-2 {
  position: relative;
  padding: 0.9rem 0;
  background-size: contain;
  background-repeat: repeat;
  background-position: top center;
}
.inside-about-2 .inside-title {
  /* padding-bottom: 0.4rem; */
}
.inside-about-2 .tabnav {
  position: sticky;
  left: 0;
  width: 100%;
  top: 0.8rem;
  z-index: 10;
  padding-top: 0.15rem;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.1);
}
.inside-about-2 .tabnav:before {
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  top: 0.15rem;
  position: absolute;
  background: #f2f2f2;
}
.inside-about-2 .tabnav ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-about-2 .tabnav li {
  width: 25%;
  color: #333;
  cursor: pointer;
  padding-top: 0.2rem;
  position: relative;
  font-size: 0.18rem;
}
.inside-about-2 .tabnav li:before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #ddd;
  position: absolute;
  top: -0.05rem;
  left: 0rem;
}
.inside-about-2 .tabnav li .line {
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 0.02rem;
  position: absolute;
  opacity: 0;
  background: #2667ab;
  transition: all 1000ms linear;
}
.inside-about-2 .tabnav li .time {
  font-size: 0.22rem;
  font-family: "Montserrat-Bold";
}
.inside-about-2 .tabnav .cur:before {
  width: 0.14rem;
  height: 0.14rem;
  margin-top: -0.01rem;
  background: #2667ab;
}
.inside-about-2 .tabnav .cur .line {
  opacity: 1;
  width: 100%;
}
.inside-about-2 .tabnav .cur .time,
.inside-about-2 .tabnav .cur .txt {
  color: #2667ab;
}
.inside-about-2 .tabbox {
  margin-top: 0.9rem;
}
.inside-about-2 .tabcot:last-child {
  margin-bottom: 0;
}
.inside-about-2 .tabcot {
  margin-bottom: 4rem;
}
.inside-about-2 .tabcot .leftbox {
  width: 45%;
  z-index: 9;
  position: sticky;
  top: 40%;
  left: 0;
  float: left;
}
.inside-about-2 .tabcot .leftbox .year {
  line-height: 0.6rem;
  font-size: 0.6rem;
  color: #DFC151;
  top: -0.3rem;
  position: absolute;
  font-family: "Montserrat-Bold";
}
.inside-about-2 .tabcot .leftboxC {
  height: 4rem;
  z-index: 9;
  top: 0%;
  left: 0;
}
.inside-about-2 .tabcot .item-year {
  opacity: 0;
  transition: all 1000ms ease;
  position: absolute;
  top: 0;
  left: 0;
}
.inside-about-2 .tabcot .item-year.show {
  opacity: 1;
}
.inside-about-2 .tabcot .item-nr {
  min-height: 70vh;
  display: flex;
  align-items: center;
}
.inside-about-2 .tabcot .item-nr:nth-child(1) {
  min-height: 4rem;
}
.inside-about-2 .tabcot .txtbox {
  float: right;
  color: #333;
  padding-right: 1.3rem;
  line-height: 0.3rem;
  width: 48%;
}
.inside-about-2 .tabcot .txtbox .tit {
  color: #2667ab;
  font-size: 0.24rem;
  font-family: "Montserrat-Bold";
}
.inside-about-2 .tabcot .txtbox .txt {
  padding-top: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-about-2 .tabcot {
    display: block;
  }
  .inside-about-2 .tabcot .leftbox {
    width: 100%;
    margin-top: 30px;
  }
  .inside-about-2 .tabcot .txtbox {
    width: 100%;
    padding-top: 30px;
    padding-right: 0;
    line-height: 24px;
  }
}
.inside-about-3 {
  color: #fff;
  padding: 0.5rem 0;
  height: 8.68rem;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-about-3 .container {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-about-3 .leftbox {
  width: 34%;
  font-family: "Montserrat-Bold";
}
.inside-about-3 .leftbox .inside-title {
  color: #fff;
  text-align: left;
}
.inside-about-3 .leftbox .txt {
  font-size: 0.28rem;
  line-height: 0.34rem;
  padding-top: 0.4rem;
}
.inside-about-3 .rightbox {
  width: 55%;
}
.inside-about-3 .rightbox ul {
  width: 116%;
}
.inside-about-3 .rightbox li {
  margin-top: -1px;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
  border: solid 1px rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
}
.inside-about-3 .rightbox li .tit {
  width: 32%;
  font-size: 0.24rem;
  line-height: 0.7rem;
  font-family: "Montserrat-Bold";
}
.inside-about-3 .rightbox li .tit img {
  width: auto;
  height: auto;
  max-height: 0.7rem;
  margin-right: 0.2rem;
  transition: all 700ms ease;
}
.inside-about-3 .rightbox li .txt {
  width: 57%;
  padding-left: 0.2rem;
}
.inside-about-3 .rightbox li:hover {
  border-color: #5f9acd;
  background: linear-gradient(to right, #2873b7, #103673);
}
.inside-about-3 .rightbox li:hover img {
  transform: scale(0.95);
}
@media (max-width: 1024px) {
  .inside-about-3 {
    padding: 50px 0;
    height: auto;
  }
  .inside-about-3 .container {
    display: block;
  }
  .inside-about-3 .leftbox {
    width: 100%;
  }
  .inside-about-3 .rightbox {
    width: 100%;
    margin-top: 30px;
  }
  .inside-about-3 .rightbox ul {
    width: 100%;
  }
  .inside-about-3 .rightbox li .txt {
    width: 60%;
  }
}
@media (max-width: 500px) {
  .inside-about-3 .rightbox li {
    display: block;
  }
  .inside-about-3 .rightbox li .tit {
    width: 100%;
    text-align: center;
  }
  .inside-about-3 .rightbox li .txt {
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }
}
.inside-about-4 {
  position: relative;
  text-align: center;
  padding: 0.9rem 0;
}
.inside-about-4 .text {
  color: #2667ab;
  font-size: 0.28rem;
  padding-top: 0.1rem;
  font-family: "Montserrat-Bold";
}
.inside-about-4 .bg {
  height: 6.24rem;
  margin-top: 0.4rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-about-4 .bg ul {
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
}
.inside-about-4 .bg li {
  color: #fff;
  padding: 0 0.3rem;
  min-height: 100%;
  width: 33.333%;
  position: relative;
  padding-top: 1.3rem;
  transition: all 334ms ease;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.inside-about-4 .bg li:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  position: absolute;
  background: rgba(16, 52, 110, 0.27);
  transition: all 500ms ease;
}
.inside-about-4 .bg li .tit,
.inside-about-4 .bg li .txt {
  z-index: 4;
  position: relative;
}
.inside-about-4 .bg li .tit {
  font-size: 0.42rem;
  line-height: 0.5rem;
  position: relative;
  font-family: "Montserrat-Bold";
  padding-bottom: 0.2rem;
}
.inside-about-4 .bg li .tit:after {
  bottom: 0;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 1px;
  background: #fff;
  position: absolute;
}
.inside-about-4 .bg li .txt {
  margin-top: 0.6rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  text-shadow: 0 0 3px #46688c;
}
.inside-about-4 .bg li:first-child {
  border-left: 0;
}
@media (min-width: 1025px) {
  .inside-about-4 .bg li:hover {
    padding-top: 1.8rem;
  }
  .inside-about-4 .bg li:hover:before {
    opacity: 1;
  }
}
@media (max-width: 580px) {
  .inside-about-4 .bg {
    padding: 30px 0;
    height: auto;
  }
  .inside-about-4 .bg li {
    width: 100%;
    padding: 20px;
  }
  .inside-about-4 .bg li .txt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
}
.inside-about-5 {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 0.8rem;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-about-5 .inside-title {
  color: #fff;
  text-align: left;
}
.inside-about-5 .text {
  color: #fff;
  font-size: 0.28rem;
  padding-top: 0.1rem;
  font-family: "Montserrat-Bold";
}
.inside-about-5 .list {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 19.2rem;
}
.inside-about-5 .list:before {
  content: "";
  height: 1px;
  bottom: 0.3rem;
  width: 7.5rem;
  left: 6.3rem;
  background: #fff;
  position: absolute;
}
.inside-about-5 .list:after {
  content: "";
  height: 1px;
  bottom: 0.3rem;
  width: 4.1rem;
  right: 0;
  background: #fff;
  position: absolute;
}
.inside-about-5 .list .item {
  font-size: 0.18rem;
  min-height: 4.3rem;
  padding: 0.4rem 0.25rem;
  border: solid 1px #fff;
  border-radius: 0.1rem;
  transition: all 334ms ease;
  margin-top: 0.5rem;
  background: linear-gradient(to bottom, #e3eef6, #c5e8f5);
}
.inside-about-5 .list .item .tit {
  color: #2667ab;
  line-height: 0.3rem;
  font-size: 0.24rem;
  font-family: "Montserrat-Bold";
}
.inside-about-5 .list .item .txt {
  padding-top: 0.15rem;
}

.inside-about-5 .list .item .txt p {
  margin-top: 0.15rem;
  padding-left: 0.12rem;
  position:relative;
}

.inside-about-5 .list .item .txt p:before {
    content: "";
    position: absolute;
    vertical-align: top;
    left: 0;
    top: 0.08rem;
    border-left: solid 0.08rem #2667ab;
    border-top: solid 0.06rem transparent;
    border-bottom: solid 0.06rem transparent;
}

.inside-about-5 .list li:nth-child(2n) {
  /* margin-top: 1rem; */
}
.inside-about-5 .swiper-slide-active .item {
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
}
.inside-about-5 .swiper-container {
  margin: 0 1.4rem;
}
.inside-about-5 .swiper-wrapper {
  margin-bottom: 1.3rem;
}
.inside-about-5 .swiper-button-prev,
.inside-about-5 .swiper-button-next {
  top: auto;
  z-index: 30!important;
  opacity: 1!important;
  bottom: 0rem;
  margin-top: auto;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  border: solid 1px #fff;
  transition: all 700ms ease;
  background: transparent;
}
.inside-about-5 .swiper-button-prev:after,
.inside-about-5 .swiper-button-next:after {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  display: inline-block;
}
.inside-about-5 .swiper-button-prev:after {
  background: url(../images/prev-2.png) no-repeat center center;
  background-size: cover;
}
.inside-about-5 .swiper-button-next:after {
  background: url(../images/next.png) no-repeat center center;
  background-size: cover;
}
.inside-about-5 .swiper-button-prev {
  left: 3rem;
}
.inside-about-5 .swiper-button-next {
  left: auto;
  left: 3.85rem;
}
.inside-about-5 .swiper-pagination {
  color: #fff;
  font-size: 0.18rem;
  padding-left: 9.6rem;
}
.inside-about-5 .swiper-pagination span:before {
  content: "0";
  display: inline-block;
}
.inside-about-5 .swiper-button-prev:hover,
.inside-about-5 .swiper-button-next:hover {
  border-color: #2667ab;
  background-color: #2667ab;
}
.inside-about-5 .swiper-container-horizontal > .swiper-pagination-bullets,
.inside-about-5 .swiper-pagination-custom,
.inside-about-5 .swiper-pagination-fraction {
  bottom: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-about-5 .list {
    max-width: 640px;
  }
  .inside-about-5 .list:before,
  .inside-about-5 .list:after {
    display: none;
  }
  .inside-about-5 .list .box {
    padding-left: 20px;
  }
  .inside-about-5 .list .item {
    font-size: 14px;
    line-height: 24px;
  }
  .inside-about-5 .swiper-container {
    margin: 0 20px;
  }
  .inside-about-5 .swiper-button-prev {
    left: 10px;
  }
  .inside-about-5 .swiper-button-next {
    left: 90px;
  }
  .inside-about-5 .swiper-wrapper {
    margin-bottom: 70px;
  }
  .inside-about-5 .swiper-pagination-fraction {
    bottom: 15px;
    padding-left: 70px;
    display: none;
  }
}
@media (max-width: 500px) {
  .inside-about-5 .list li:nth-child(2n) {
    margin-top: 0!important;
  }
}
.inside-about-6 {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color:#000;
}
.inside-about-6 .hezi {
  width: 100%;
  left: 0;
  top: 0.9rem;
  position: absolute;
}
.inside-about-6 .inside-title {
  text-align: left;
}
.inside-about-6 .text {
  font-size: 0.28rem;
  padding-top: 0.1rem;
  font-family: "Montserrat-Bold";
  color: #2667ab;
}
.inside-about-6 .list ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-about-6 .list li {
  width: 33.333%;
  min-height: 100%;
  /* background: #f3fcfe; */
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2.5rem;
}
.inside-about-6 .list li .bt {
  font-family: "Montserrat-Bold";
  color: #2667ab;
  padding: 0.2rem;
  background: #bfe1fe;
  line-height: 0.3rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.38rem rgba(4, 94, 166, 0.53);
}
.inside-about-6 .list li .bt .t1 {
  font-size: 0.24rem;
}
.inside-about-6 .list li .bt .t2 {
  font-size: 0.18rem;
}
.inside-about-6 .list li .nr {
  position: relative;
  padding-left: 0.45rem;
}
.inside-about-6 .list li .nr:before {
  content: "";
  top: 0;
  left: 0.45rem;
  position: absolute;
  animation: 2s fadeInUp2 linear ;
  background: url(../images/line2.png) repeat-y top left;
  width: 0.02rem;
  height: 68%;
}
.inside-about-6 .list li .nr .tag {
  padding-top: 0.6rem;
  position: relative;
  font-family: "Montserrat-Bold";
}
.inside-about-6 .list li .nr .tag:before {
  content: "";
  top: 0.6rem;
  left: 0rem;
  position: absolute;
  width: 0.33rem;
  height: 0.23rem;
  background: url(../images/line4.png) no-repeat top left;
  background-size: cover;
}
.inside-about-6 .list li .nr .tag span {
  color: #fff;
  padding: 0.12rem 0.25rem;
  display: inline-block;
  background: #23508f;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.38rem rgba(4, 94, 166, 0.53);
}
.inside-about-6 .list li .nr .tag {
  padding-left: 0.3rem;
  position: relative;
}
.inside-about-6 .list li .nr .t3 {
  padding-top: 0.1rem;
  padding-left: 0.55rem;
}
.inside-about-6 .list li:nth-child(2) {
  /* background: #eafafe; */
  padding-top: 3.3rem;
}
.inside-about-6 .list li:nth-child(2) .bt {
  color: #fff;
  background: #2667ab;
}
.inside-about-6 .list li:nth-child(3) {
  /* background: #caeaf6; */
  padding-right: 1.4rem;
}
.inside-about-6 .list li:nth-child(3) .bt {
  color: #fff;
  background: linear-gradient(to right, #025aa2, #1489c8);
}
.inside-about-6 .list li:nth-child(3) .nr:before {
  height: 78%;
}
.inside-about-6 .list li:nth-child(3) .nr .tag span {
  background: linear-gradient(to right, #025aa2, #1489c8);
}
.inside-about-6 .list li:first-child {
  padding-top: 3.7rem;
  padding-left: 1.4rem;
}
.inside-about-6 .list li:first-child .bt {
  box-shadow: 0 0 0.38rem rgba(4, 94, 166, 0);
}
.inside-about-6 .list li:first-child .nr:before {
  background: url(../images/line1.png) repeat-y top left;
}
.inside-about-6 .list li:first-child .nr .tag span {
  color: #2667ab;
  background: #d2ebfe;
  box-shadow: 0 0 0.38rem rgba(4, 94, 166, 0);
}
.inside-about-6 .list li:first-child .nr .tag:before {
  background: url(../images/line3.png) no-repeat top left;
  background-size: cover;
}
@media (max-width: 1024px) {
  .inside-about-6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inside-about-6 .hezi {
    top: auto;
    left: auto;
    position: relative;
    padding-bottom: 50px;
  }
  .inside-about-6 .list {
    margin: 0 auto;
    max-width: 640px;
  }
  .inside-about-6 .list ul {
    display: block;
  }
  .inside-about-6 .list li {
    width: 100%;
    padding: 40px 30px!important;
  }
}
.inside-about-7 {
  padding: 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.inside-about-7 {
  padding: 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-about-7 .inside-title {
    text-align: left;
}
.inside-about-7 .text {
    font-size: 0.28rem;
	color: #2667ab;
    padding-top: 0.1rem;
    font-family: "Montserrat-Bold";
}

.inside-about-7 .tu-3{
  padding-top: 0.3rem;
}

.inside-about-7 .tu-3,
.inside-about-7 .tu-4 {
  text-align: center;
}
.inside-about-7 .tu-3 img,
.inside-about-7 .tu-4 img {
  max-height: 1.3rem;
}
.inside-about-7 .tu img {
  max-height: 1.57rem;
}
.inside-about-7 .tu-4 img {
  max-height: 1.9rem;
}
.inside-about-7 .listbox {
  margin-top: 0.2rem;
}
.inside-about-7 .listbox ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-about-7 .listbox li {
  width: 33.333%;
  padding: 0 0.4rem;
  font-family: "Montserrat-Bold";
}
.inside-about-7 .listbox li .nr {
  padding: 0.4rem 0.25rem;
  border-radius: 0.1rem;
  background: #2667ab;
}
.inside-about-7 .listbox li .nr .t1 {
  color: #fff;
  font-size: 0.22rem;
}
.inside-about-7 .listbox li .nr .t2 {
  margin-top: 0.2rem;
  color: #2667ab;
  padding: 0 0.2rem;
  line-height: 0.5rem;
  border-radius: 0.3rem;
  background: #ebf9fd;
}
.inside-about-7 .listbox li .tag {
  color: #fff;
  height: 1.08rem;
  padding-top: 0.47rem;
  font-size: 0.18rem;
  text-align: center;
  background: url(../images/line5.png) no-repeat center center;
  background-size: cover;
}
.inside-about-7 .listbox li:nth-child(2) .nr {
  padding-top: 0;
  padding-bottom: 0.3rem;
  background: transparent;
}
.inside-about-7 .listbox li:nth-child(2) .tu img {
  max-height: 1.57rem;
}
.inside-about-7 .listbox li:nth-child(2) .list {
  display: flex;
  justify-content: space-between;
}
.inside-about-7 .listbox li:nth-child(2) .list .hezi {
  width: 50%;
  text-align:center;
}
.inside-about-7 .listbox li:nth-child(2) .list .logo img {
  max-height: 1.61rem;
}
.inside-about-7 .listbox li:nth-child(2) .list .tit {
  color: #2667ab;
  font-size: 0.22rem;
  font-family: "Montserrat-Bold";
}
@media (max-width: 1024px) {
  .inside-about-7 .listbox {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
  .inside-about-7 .listbox ul {
    width: 1440px!important;
  }
}
.inside-news {
  overflow: hidden;
  height: auto;
  background: #fff;
  padding: 0.9rem 0;
}
.inside-news .container {
  max-width: 16.4rem;
}
.inside-news .list {
  margin-top: 0;
}
.inside-news .list ul {
  margin: 0 -0.4rem;
}
.inside-news .list li {
  width: 33.33%;
  padding: 0 0.4rem;
  padding-top: 0.8rem;
  padding-bottom: 0;
}
.inside-news .list li .item {
  background: #f7f7f7;
  border-radius: 0.1rem;
}
.inside-news .list li .txtbox {
  padding: 0.4rem;
  padding-bottom: 0.5rem;
}
.inside-news .list li .tit {
  height: 1.2rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.inside-news .list li .txt {
  font-size: 0.17rem;
  margin-top: 0.3rem !important;
}
.inside-news .list li .time {
  font-size: 0.2rem;
  margin-top: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-news .list li {
    width: 100%;
    padding-top: 0px;
    margin-top: 30px;
  }
}
.inside-newsshow {
  overflow: hidden;
  z-index: 9;
  color: #1d3654;
  position: relative;
  padding: 0.5rem 0 1rem 0;
}
.inside-newsshow:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  position: absolute;
  background: linear-gradient(to bottom, #ffffff, #d8e8f3);
}
.inside-newsshow .container {
  z-index: 9;
  position: relative;
}
.inside-newsshow h1 {
  color: #051121;
  font-size: 0.5rem;
  line-height: 0.6rem;
  font-family: "Montserrat-Bold";
}
.inside-newsshow .info {
  font-size: 0.14rem;
  font-weight: lighter;
  padding: 0.4rem 0;
}
.inside-newsshow .info span {
  padding: 0 0.2rem;
}
.inside-newsshow .share {
  width: 5%;
  float: left;
  font-size: 0.2rem;
  text-align: center;
  padding-bottom: 0.65rem;
}
.inside-newsshow .share p {
  color: #1d3654;
}
.inside-newsshow .share ul {
  padding-top: 0.1rem;
}
.inside-newsshow .share li {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 auto;
  margin-top: 0.2rem;
  line-height: 0.38rem;
  border-radius: 100%;
  background: #666e86;
  text-align: center;
  transition: all 500ms ease;
}
.inside-newsshow .share li img {
  max-height: 0.41rem;
  vertical-align: middle;
}
.inside-newsshow .share li a {
  display: block;
}
.inside-newsshow .share li:hover {
  background: #001b45;
}
.inside-newsshow .right {
  width: 86%;
  float: right;
  font-size: 0.18rem;
  padding-right: 2.4rem;
}
.inside-newsshow .text {
  color: #333;
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.inside-newsshow .tag {
  font-size: 0.16rem;
  padding-top: 0.4rem;
}
.inside-newsshow .tag a {
  padding: 0 0.1rem;
  display: inline-block;
  color: #f69d01;
}
.inside-newsshow .tag a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .inside-newsshow {
    padding: 50px 0;
  }
  .inside-newsshow .share {
    display: none;
  }
  .inside-newsshow h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-newsshow .info {
    font-size: 14px;
    padding: 15px 0;
  }
  .inside-newsshow .info span {
    padding: 0 10px;
  }
  .inside-newsshow .right {
    width: 100%;
    float: none;
    padding-right: 0;
    font-size: 14px;
  }
  .inside-newsshow .text {
    padding-left: 0;
    font-size: 14px;
    line-height: 24px;
    padding-right: 0;
  }
  .inside-newsshow .text .pic {
    padding-top: 20px;
    padding-bottom: 30px;
    display: block;
  }
  .inside-newsshow .text .pic img {
    margin-left: 0;
    float: none!important;
  }
  .inside-newsshow .tag {
    font-size: 14px;
    padding-top: 20px;
  }
  .inside-newsshow .tag a {
    padding: 0 10px;
  }
  .inside-newsshow .text .font28 {
    font-size: 20px;
    padding: 30px 0 10px 0;
  }
}
.inside-product {
  padding: 0.8rem 0;
}
.inside-product .list {
  padding-top: 0.2rem;
}
.inside-product .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-product .list li {
  width: 25%;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.inside-product .list li .item {
  position: relative;
}
.inside-product .list li .pic {
  overflow: hidden;
  position: relative;
}
.inside-product .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 108.16326531%;
}
.inside-product .list li .pic img {
  width: auto;
  height: auto;
  transition: all 700ms ease;
  transform-origin: top center;
}
.inside-product .list li .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  bottom: 0.25rem;
  left: 0;
  width: 100%;
  color: #23508f;
  height: 0.64rem;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
  line-height: 0.32rem;
  font-size: 0.3rem;
  text-align: center;
  position: absolute;
}
.inside-product .list li .tit span {
  display: block;
}
.inside-product .list li .txthover {
  top: 50%;
  left: 50%;
  width: 92%;
  height: 92%;
  z-index: 9;
  color: #fff;
  opacity: 0;
  padding: 0.3rem;
  position: absolute;
  transition: all 500ms ease;
  transform: translate(-50%, -50%) scale(0.5);
  background: rgba(28, 94, 153, 0.6);
  background: url(../images/phover.png) no-repeat center center;
}
.inside-product .list li .tit2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
  height: 0.64rem;
  line-height: 0.32rem;
  font-size: 0.3rem;
}
.inside-product .list li .tit2 span {
  display: block;
}
.inside-product .list li .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  height: 0.88rem;
  line-height: 0.22rem;
  margin-top: 0.15rem;
}
.inside-product .list li .tag {
  margin-top: 0.15rem;
}
.inside-product .list li .tag span {
  display: block;
}
.inside-product .list li .button {
  margin-top: 0.2rem;
  height: 0.4rem;
  line-height: 0.38rem;
  text-align: center;
  border-radius: 0.3rem;
  min-width: 1.5rem;
  border: solid 1px #fff;
  display: inline-block;
}
@media (min-width: 1025px) {
  .inside-product .list li:hover .pic img {
    transform: scale(1.1);
  }
  .inside-product .list li:hover .txthover {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@media (max-width: 1024px) {
  .inside-product .list li {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .inside-product .list li {
    width: 100%;
  }
}
.inside-xg-product .list {
  padding-top: 0;
}
.inside-xg-product .list ul {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}
.inside-xg-product .list li {
  padding-left: 0;
  padding-right: 0;
}
.inside-proshow {
  padding-bottom: 1.2rem;
  padding-top: 0.7rem;
  overflow: hidden;
  min-height: 3.95rem;
}
.inside-proshow .leftlist {
  width: 40%;
  float: left;
  position: relative;
}
.inside-proshow .rightbox {
  color: #333;
  width: 60%;
  float: right;
  line-height: 0.27rem;
  padding-left: 0.7rem;
}
.inside-proshow .rightbox h1 {
  color: #040607;
  font-family: arial;
  font-size: 0.55rem;
  line-height: 0.6rem;
  padding-bottom: 0.1rem;
}
.inside-proshow .rightbox .tag {
  color: #23508f;
  font-size: 0.26rem;
}
.inside-proshow .rightbox .text {
  color: #394854;
  padding-right: 0.2rem;
  font-size: 0.17rem;
  line-height: 0.3rem;
  margin-top: 0.3rem;
  height: 2.4rem;
  overflow: auto;
}
.inside-proshow .rightbox .button {
  margin-top: 0.4rem;
  text-align: left;
}
.inside-proshow .rightbox .button a {
  min-width: 2.2rem;
  height: 0.58rem;
  line-height: 0.52rem;
  color: #2667ab;
  margin-left: 0.3rem;
  border-radius: 0.3rem;
  background: transparent;
  border: solid 0.03rem #2667ab;
}
.inside-proshow .rightbox .button a:first-child {
  color: #fff;
  margin-left: 0;
  background: linear-gradient(to right, #3b9d3a, #2667ab);
  border: 0;
}
.inside-proshow .rightbox .button img {
  opacity: 1;
  margin-left: 0;
  margin-right: 0.05rem;
  max-height: 0.34rem;
}
.inside-proshow .myswiper1 {
  width: 75%;
  float: left;
  background-color: #fff;
}
.inside-proshow .myswiper1 li {
  background: #fff;
}
.inside-proshow .myswiper1 .pic {
  position: relative;
}
.inside-proshow .myswiper1 .pic img {
  width: auto;
  height: auto;
}
.inside-proshow .myswiper1 .pic:after {
  content: "";
  display: block;
  padding-bottom: 108.16326531%;
}
.inside-proshow .myswiper2 {
  width: 21.5%;
  float: right;
  height: 5.36rem;
  overflow: hidden;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.inside-proshow .myswiper2 li {
  height: auto!important;
}
.inside-proshow .myswiper2 .pic {
  margin: 0.05rem 0;
  transition: all 334ms ease;
  border: solid 1px rgba(255, 255, 255, 0.7);
  cursor: pointer;
  position: relative;
}
.inside-proshow .myswiper2 .pic img {
  width: auto;
  height: auto;
}
.inside-proshow .myswiper2 .pic:after {
  content: "";
  display: block;
  padding-bottom: 108.16326531%;
}
.inside-proshow .myswiper2 .swiper-button-prev {
  top: 0rem;
  left: 0;
  opacity: 1;
  margin-top: 0;
}
.inside-proshow .myswiper2 .swiper-button-prev:after {
  transform: rotate(90deg);
}
.inside-proshow .myswiper2 .swiper-button-next {
  bottom: 0rem;
  top: auto;
  margin-top: 0;
  right: auto;
}
.inside-proshow .myswiper2 .swiper-button-next:after {
  transform: rotate(90deg);
}
.inside-proshow .myswiper2 .swiper-button-prev,
.inside-proshow .myswiper2 .swiper-button-next {
  height: 0.2rem;
  width: 100%;
  left: 0;
  transition: all 500ms ease;
  position: absolute;
  background: #eaebf0;
}
.inside-proshow .myswiper2 .swiper-button-prev:after,
.inside-proshow .myswiper2 .swiper-button-next:after {
  color: #2667ab;
  font-weight: 700;
  font-size: 0.14rem;
}
.inside-proshow .myswiper2 .swiper-button-prev:hover,
.inside-proshow .myswiper2 .swiper-button-next:hover {
  background: #2667ab;
}
.inside-proshow .myswiper2 .swiper-button-prev:hover:after,
.inside-proshow .myswiper2 .swiper-button-next:hover:after {
  color: #fff;
}
.inside-proshow .myswiper2 .swiper-slide-thumb-active .pic {
  border-color: #2667ab;
}
@media (max-width: 1024px) {
  .inside-proshow {
    padding-top: 60px;
    display: block;
  }
  .inside-proshow .leftlist {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .inside-proshow .rightbox {
    width: 100%;
    float: none;
    line-height: 24px;
    padding: 30px 0 0 0;
  }
  .inside-proshow .rightbox h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-proshow .rightbox .button {
    margin-top: 30px;
  }
  .inside-proshow .rightbox .text {
    height: auto;
  }
  .inside-proshow .myswiper2 {
    height: 470px;
  }
}
@media (max-width: 480px) {
  .inside-proshow .myswiper2 {
    display: none;
  }
  .inside-proshow .myswiper1 {
    width: 100%;
  }
  .inside-proshow .rightbox .button a {
    margin-left: 0;
  }
}
.inside-promenu {
  top: 0.8rem;
  left: 0;
  width: 100%;
  z-index: 8;
  background: #fff;
  position: sticky;
  border-bottom: solid 1px #c7c7c7;
}
.inside-promenu ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-promenu li {
  width: 16.66666667%;
  font-weight: 700;
  font-size: 0.18rem;
  height: 0.62rem;
  text-align: center;
  position: relative;
  margin-left: -1px;
  line-height: 0.61rem;
  border: solid 1px #c4c4c4;
  border-bottom: 0;
}
.inside-promenu li a {
  display: block;
  color: #000;
  width: 100%;
}
.inside-promenu li:after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  opacity: 0;
  position: absolute;
  background: #fafafa;
}
.inside-promenu .cur {
  background: #fafafa;
  border-top-width: 2px;
  border-top-color: #001e4e;
}
.inside-promenu .cur:after {
  opacity: 1;
}
@media (max-width: 1024px) {
  .inside-promenu li {
    width: 33.333%;
  }
}
@media (max-width: 480px) {
  .inside-promenu li {
    width: 100%;
  }
}
.inside-probg {
  padding-bottom: 1.1rem;
  background: #fafafa;
}
.inside-probg .title {
  color: #222;
  line-height: 0.4rem;
  font-size: 0.32rem;
  position: relative;
  padding-bottom: 0.3rem;
  border-bottom: solid 1px #d7d7d7;
  font-family: "Montserrat-Bold";
}
.inside-probg .title:after {
  content: "";
  bottom: -1px;
  left: 0;
  width: 1.5rem;
  height: 0.03rem;
  position: absolute;
  background: #2667ab;
}
.inside-pro-1 {
  padding: 0.5rem 0;
  font-size: 0.18rem;
  position: relative;
}
.inside-pro-1 .table {
  color: #1d262d;
  text-align: center;
  margin-top: 0.8rem;
  font-weight: 700;
  border-top: solid 0.04rem #23508f;
}
.inside-pro-1 th,
.inside-pro-1 td {
  background: #fff;
  padding: 0.2rem;
  border: solid 1px #dadada;
}
.inside-pro-1 th {
  color: #23508f;
  background: #f6faff;
}
.inside-pro-1 .text {
  color: #394854;
  line-height: 0.3rem;
  padding-top: 0.5rem;
}
.inside-pro-1 .text p {
  padding-top: 0.15rem;
}
@media (max-width: 1024px) {
  .inside-pro-1 {
    font-size: 14px;
  }
  .inside-pro-1 .table {
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    overflow-x: auto;
  }
  .inside-pro-1 .table table {
    width: 1200px;
  }
}
.inside-pro-2 {
  position: relative;
}
.inside-pro-2 .box {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
}
.inside-pro-2 .pic {
  width: 30%;
}
.inside-pro-2 .table {
  width: 65%;
  margin-top: 0;
}
.inside-pro-2 .table .t1 {
  padding: 0.05rem;
}
.inside-pro-2 .table .t1 span {
  padding: 0 0.8rem;
  display: inline-block;
}
.inside-pro-2 th {
  padding: 0;
}
.inside-pro-2 td {
  padding: 0.15rem;
  width: 33.333%;
}
@media (max-width: 500px) {
  .inside-pro-2 .box {
    display: block;
  }
  .inside-pro-2 .pic {
    width: 100%;
  }
  .inside-pro-2 .table {
    width: 100%;
    margin-top: 30px;
  }
}
.inside-pro-3 {
  position: relative;
}
.inside-pro-3 td {
  padding: 0.15rem;
  padding-left: 4rem;
  text-align: left;
}
.inside-pro-3 td:first-child {
  color: #005fb6;
  padding-left: 0.35rem;
}
.inside-pro-3 .bgcolor td {
  background: #f6faff;
}
.inside-pro-4 {
  position: relative;
  border: solid 1px #dedede;
}
.inside-pro-4 ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.inside-pro-4 li {
  width: 25%;
  padding: 0.6rem;
  min-height: 100%;
  font-size: 0.18rem;
  position: relative;
  padding-top: 2.5rem;
}
.inside-pro-4 li:before {
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #dedede;
}
.inside-pro-4 li .icon {
  margin: 0 auto;
  width: 1rem;
  position: relative;
}
.inside-pro-4 li .icon .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0.5);
  position: absolute;
}
.inside-pro-4 li .icon img {
  max-height: 1rem;
}
.inside-pro-4 li .tit {
  color: #222;
  font-size: 0.24rem;
  margin-top: 0.3rem;
  font-family: "Montserrat-Bold";
}
.inside-pro-4 li .txt {
  display: none;
  text-align: left;
  padding-top: 0.2rem;
}
.inside-pro-4 li:first-child:before {
  border-color: #fff;
}
@media (min-width: 1025px) {
  .inside-pro-4 .cur {
    width: 50%;
    padding-top: 0.6rem;
    background: #f6faff;
    line-height: 0.4rem;
  }
  .inside-pro-4 .cur:before {
    width: 100%;
    background: transparent;
    border: solid 1px #2667ab;
  }
  .inside-pro-4 .cur .item {
    min-height: 100%;
  }
  .inside-pro-4 .cur .icon .img1 {
    opacity: 0;
  }
  .inside-pro-4 .cur .icon .img2 {
    opacity: 1;
    transform: scale(1);
  }
  .inside-pro-4 .cur .tit {
    color: #0159a9;
  }
  .inside-pro-4 .cur .txt {
    display: block;
  }
}
@media (max-width: 1024px) {
  .inside-pro-4 li {
    font-size: 14px;
    line-height: 24px;
    padding: 30px!important;
    width: 100%!important;
  }
  .inside-pro-4 li .txt {
    display: block!important;
  }
}
.inside-job {
  z-index: 9;
  position: relative;
  padding: 0.9rem 0;
  line-height: 0.28rem;
}
.inside-job .title {
  color: #3c3c3c;
  line-height: 0.5rem;
  font-size: 0.4rem;
  text-align: center;
  font-family: "Montserrat-Bold";
}
.inside-job .list {
  position: relative;
  padding-top: 0.4rem;
}
.inside-job .tit {
  margin-top: 0.4rem;
  padding: 0.3rem 0.5rem;
  padding-left: 1rem;
  background: #f0f4f8;
  cursor: pointer;
  transition: all 700ms ease;
}
.inside-job .date {
  width: 9%;
  float: left;
  color: #fff;
  font-family: "Montserrat-Bold";
  text-align: center;
  background: #1c5e99;
  background: linear-gradient(to right, #3b9d3a, #2667ab);
}
.inside-job .date span {
  display: block;
}
.inside-job .date .arrow {
  height: 0.19rem;
  background: url(../images/job-arrow.png) no-repeat right center #ffffff;
}
.inside-job .date .riqi {
  font-size: 0.38rem;
  height: 0.46rem;
  line-height: 0.46rem;
  padding-top: 0.05rem;
}
.inside-job .date .nian {
  font-size: 12px;
  line-height: 0.14rem;
  padding-bottom: 0.05rem;
}
.inside-job .wenzi {
  width: 60%;
  float: left;
  margin-top: 0.1rem;
  padding-left: 0.4rem;
  overflow: hidden;
}
.inside-job .wenzi .t1 {
  font-weight: 700;
  color: #1c1c1c;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.22rem;
  overflow: hidden;
}
.inside-job .wenzi .t2 {
  color: #4a5c72;
}
.inside-job .add {
  float: right;
  width: 15%;
  height: 0.4rem;
  overflow: hidden;
  line-height: 0.4rem;
  position: relative;
  margin-top: 0.2rem;
}
.inside-job .add:after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  right: 0;
  top: 0;
  position: absolute;
  vertical-align: top;
  border-radius: 100%;
  background: url(../images/jia.png) no-repeat center center #bfbfbf;
}
.inside-job .txt {
  color: #4a5c72;
  display: none;
  position: relative;
  padding-top: 0.2rem;
  padding-left: 0.5rem;
  padding-bottom: 0.8rem;
  padding-right: 1rem;
  background: #f0f4f8;
}
.inside-job .txt p {
  padding-bottom: 0.1rem;
}
.inside-job .txt .t1 {
  padding-bottom: 0.4rem;
}
.inside-job .active {
  font-family: "Montserrat-Bold";
  padding: 0.6rem 0.5rem;
}
.inside-job .active .t1 {
  font-size: 0.32rem;
}
.inside-job .active .t2 {
  color: #9c9c9c;
}
.inside-job .active .add:after {
  background: url(../images/jian.png) no-repeat center center #2667ab;
}
.inside-job .active .arrow {
  background: url(../images/job-arrow-2.png) no-repeat right center #ffffff;
  background-size: contain;
}
.inside-job .btn {
  font-family: "Montserrat-Bold";
  font-size: 0.2rem;
  padding-top: 0.5rem;
}
.inside-job .btn a {
  color: #fff;
  text-align: center;
  display: inline-block;
  height: 0.65rem;
  border-radius: 0.3rem;
  min-width: 2.5rem;
  line-height: 0.65rem;
  background: #1c5e99;
  background: linear-gradient(to right, #3b9d3a, #2667ab);
}
.inside-job .btn img {
  vertical-align: middle;
  max-height: 0.3rem;
  margin-bottom: 0.02rem;
  margin-right: 0.05rem;
}
@media (max-width: 1024px) {
  .inside-job {
    margin-top: 0;
    padding: 40px 0;
    line-height: 24px;
  }
  .inside-job .list {
    padding-top: 0;
  }
  .inside-job .bt {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-job .tit {
    padding: 20px!important;
    margin-top: 20px!important;
  }
  .inside-job .text {
    padding-top: 20px;
  }
  .inside-job .date .arrow {
    height: 20px;
  }
  .inside-job .date {
    width: 25%;
    display: none;
  }
  .inside-job .date .riqi {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }
  .inside-job .date .nian {
    line-height: 14px;
    padding-bottom: 5px;
  }
  .inside-job .wenzi {
    margin-top: 0px;
    padding-left: 0px;
    width: 80%;
  }
  .inside-job .wenzi .t1 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .inside-job .add {
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    position: relative;
    margin-top: 0px;
  }
  .inside-job .add:after {
    width: 30px;
    height: 30px;
  }
  .inside-job .txt {
    padding: 20px;
    padding-bottom: 40px;
  }
  .inside-job .txt .t1 {
    padding-bottom: 10px;
  }
  .inside-job .btn {
    top: auto;
    right: 0;
    padding-top: 0;
    font-size: 16px;
    position: relative;
    margin-top: 20px;
  }
  .inside-job .btn a {
    font-size: 16px;
    min-width: auto;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-top: 0;
    border-radius: 5px;
  }
  .inside-job .btn img {
    max-height: 20px;
    margin: 0 0 2px 5px;
  }
}
.inside-business-4 {
  padding: 0.8rem 0;
  background: linear-gradient(to right, #cddff8, #f3f7fd, #ffffff, #cddff8);
}
.inside-business-4 .text {
  color: #334d6f;
  font-size: 0.18rem;
  line-height: 0.32rem;
}
.inside-business-4 .pic {
  text-align: center;
}
@media (max-width: 1024px) {
  .inside-business-4 .text {
    line-height: 26px;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}
.inside-business-5 {
  padding: 0.8rem 0;
}
.inside-business-5 .list {
  margin: 0 -0.2rem;
  padding-top: 0.2rem;
}
.inside-business-5 .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-business-5 .list li {
  width: 50%;
  padding: 0 0.2rem;
  margin-top: 0.4rem;
}
.inside-business-5 .list li .item {
  color: #334d6f;
  min-height: 3.2rem;
  line-height: 0.32rem;
  font-size: 0.18rem;
  padding: 0.4rem;
  border-radius: 0.1rem;
  background: #f0f4f8;
  transition: all 500ms ease;
}
.inside-business-5 .list li .tit {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  font-family: "Montserrat-Bold";
}
.inside-business-5 .list li .tit span {
  padding-right: 0.02rem;
  width: 0.56rem;
  height: 0.56rem;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.56rem;
  display: inline-block;
  margin-right: 0.15rem;
  background: url(../images/business-icon.png) no-repeat center center;
  background-size: cover;
}
.inside-business-5 .list li .txt {
  padding-top: 0.2rem;
}
.inside-business-5 .list li .t1 {
  padding-left: 0.12rem;
  position: relative;
  margin-top: 0.15rem;
}
.inside-business-5 .list li .t1:before {
  content: "";
  position: absolute;
  vertical-align: top;
  left: 0;
  top: 0.11rem;
  border-left: solid 0.08rem #2667ab;
  border-top: solid 0.06rem transparent;
  border-bottom: solid 0.06rem transparent;
}
.inside-business-5 .list li:hover .item {
  background: #1c5e99;
  box-shadow: 0 0.14rem 0.24rem rgba(120, 161, 198, 0.56);
}
.inside-business-5 .list li:hover .tit,
.inside-business-5 .list li:hover .txt {
  color: #fff;
}
.inside-business-5 .list li:hover .tit span {
  background: url(../images/business-icon-2.png) no-repeat center center;
  background-size: cover;
}
.inside-business-5 .list li:hover .t1:before {
  border-left: solid 0.08rem #ffffff;
}
@media (max-width: 480px) {
  .inside-business-5 .list li {
    width: 100%;
  }
}
.inside-business-6 {
  overflow: hidden;
  padding: 0.8rem 0;
  background: linear-gradient(to bottom, #f5fafc, #dbecf6);
}
.inside-business-6 .bg {
  margin: 0 auto;
  max-width: 19.2rem;
}
.inside-business-6 .list {
  margin: 0 -7.5rem;
  margin-top: 0.6rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.inside-business-6 .list:after {
  width: 60%;
  left: 13.8rem;
  bottom: 0.2rem;
  height: 1px;
  content: "";
  position: absolute;
  background: #2667ab;
}
.inside-business-6 .swiper-container {
  overflow: inherit;
}
.inside-business-6 .swiper-slide-active .tabhover {
  opacity: 1;
}
.inside-business-6 .swiper-pagination-fraction {
  width: 1.4rem;
  background: #dbecf6;
  left: 21rem;
}
.inside-business-6 .swiper-pagination-fraction {
  color: #2667ab;
  bottom: -1.1rem;
}
.inside-business-6 .swiper-pagination-fraction span {
  z-index: 2;
  position: relative;
  display: inline-block;
  background: #dcecf6;
}
.inside-business-6 .swiper-pagination-fraction span:before {
  content: "0";
  display: inline-block;
}
.inside-business-6 .swiper-pagination-current {
  font-weight: 700;
}
.inside-business-6 .swiper-button-prev,
.inside-business-6 .swiper-button-next {
  top: auto;
  margin-top: auto;
  bottom: -1.3rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  border: solid 1px #2667ab;
}
.inside-business-6 .swiper-button-prev:after,
.inside-business-6 .swiper-button-next:after {
  width: 0.14rem;
  height: 0.14rem;
  font-size: 0;
}
.inside-business-6 .swiper-button-prev:after {
  background: url(../images/prev.png) no-repeat center center;
  background-size: cover;
}
.inside-business-6 .swiper-button-next:after {
  transform: rotate(-180deg);
  background: url(../images/prev.png) no-repeat center center;
  background-size: cover;
}
.inside-business-6 .swiper-button-prev {
  left: 11.9rem;
}
.inside-business-6 .swiper-button-next {
  right: auto;
  left: 12.8rem;
}
.inside-business-6 li {
  position: relative;
}
.inside-business-6 li .tabhover {
  left: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  color: #fff;
  opacity: 0;
  bottom: 0rem;
  padding: 0.5rem 0;
  position: absolute;
  transition: all 500ms ease;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(28, 94, 153, 0.95));
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.inside-business-6 li .tabtxt {
  width: 62%;
  font-weight: bold;
  padding-left: 0.6rem;
}
.inside-business-6 li .tabtxt .tit {
  line-height: 0.4rem;
  font-size: 0.24rem;
}
.inside-business-6 li .tabtxt .tit span {
  padding-right: 0.1rem;
  display: none;
  font-size: 0.38rem;
  font-family: "Montserrat-Bold";
}
.inside-business-6 li .tabtxt .txt {
  height: 0.9rem;
  line-height: 0.3rem;
  font-size: 0.2rem;
  margin-top: 0.1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.inside-business-6 li .tabcot {
  display: none;
  border-radius: 0.1rem;
}
.inside-business-6 li .tabcot .tu {
  border-radius: 0.1rem;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.3);
}
.inside-business-6 li .tabcot .tu img {
  border-radius: 0.1rem;
}
.inside-business-6 li .tabcot.show {
  display: block;
}
.inside-business-6 li .tabpic {
  width: 34%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
  padding-right: 0.1rem;
}
.inside-business-6 li .tabpic .item {
  width: 50%;
  padding: 0 0.1rem;
  position: relative;
}
.inside-business-6 li .tabpic .tu {
  cursor: pointer;
  border-radius: 0.1rem;
  border: solid 2px #fff;
}
.inside-business-6 li .tabpic .tu img {
  border-radius: 0.1rem;
}
.inside-business-6 li .tabpic .num {
  font-size: 0.3rem;
  bottom: 0.2rem;
  right: 0.2rem;
  position: absolute;
  color: #333;
  font-family: "Montserrat-Bold";
  text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0;
}
@media (max-width: 800px) {
  .inside-business-6 li .tabpic .num {
    bottom: 0.4rem;
  }
  .inside-business-6 .swiper-button-prev {
    left: 9rem;
  }
  .inside-business-6 .swiper-button-next {
    left: 10rem;
  }
  .inside-business-6 .swiper-pagination-fraction {
    left: 12rem;
  }
  .inside-business-6 .list::after {
    left: 11rem;
  }
}
@media (max-width: 500px) {
  .inside-business-6 li .tabtxt {
    width: 100%;
    padding: 0 60px;
  }
  .inside-business-6 li .tabpic {
    display: none;
  }
  .inside-business-6 li .tabpic .num {
    display: none;
  }
  .inside-business-6 .swiper-button-prev {
    left: 8rem;
  }
  .inside-business-6 .swiper-button-next {
    left: 9rem;
  }
  .inside-business-6 .swiper-pagination-fraction {
    left: 10.4rem;
  }
  .inside-business-6 .list::after {
    left: 9.8rem;
  }
}
.inside-sustainability {
  color: #333;
  font-size: 0.18rem;
  line-height: 0.32rem;
  padding: 0.9rem 0 1.4rem 0;
}
.inside-sustainability .tit {
  color: #2667ab;
  font-size: 0.42rem;
  font-family: "Montserrat-Bold";
}
.inside-sustainability .txt {
  padding-top: 0.3rem;
}
.inside-sustainability .list li {
  padding-top: 1.4rem;
  flex-direction: row-reverse;
  justify-content: space-between;
  display: flex;
}
.inside-sustainability .list li .pic {
  overflow: hidden;
  width: 50%;
}
.inside-sustainability .list li .pic img {
  width: auto;
  height: auto;
  transform-origin: top center;
  transition: all 700ms ease;
}
.inside-sustainability .list li .text {
  width: 47%;
}
.inside-sustainability .list li .txt {
  padding-top: 0;
}
.inside-sustainability .list li .txt p {
	margin-top: 0.4rem;
	padding-left: 0.12rem;
	position: relative;
}
.inside-sustainability .list li .txt p:before {
    content: "";
    position: absolute;
    vertical-align: top;
    left: 0;
    top: 0.1rem;
    border-left: solid 0.08rem #2667ab;
    border-top: solid 0.06rem transparent;
    border-bottom: solid 0.06rem transparent;
}

.inside-sustainability .list li .txt p strong{
	color: #2667ab;
}

.inside-sustainability .list li:hover .pic img {
  opacity: 0.8;
  transform: scale(1.05);
}
.inside-sustainability .list li:nth-child(2n) {
  flex-direction: inherit;
}
@media (max-width: 1024px) {
  .inside-sustainability {
    font-size: 14px;
    line-height: 24px;
  }
  .inside-sustainability .list li {
    padding-top: 40px;
    flex-direction: inherit!important;
    display: block;
  }
  .inside-sustainability .list li .pic {
    width: 100%;
  }
  .inside-sustainability .list li .text {
    width: 100%;
    padding-top: 30px;
  }
}
.inside-sustainability-2 {
  background-attachment: fixed;
  padding: 1.3rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-sustainability-2 .list {
  overflow: hidden;
}
.inside-sustainability-2 .item {
  color: #333;
  display: flex;
  position: relative;
  align-items: center;
  text-align: center;
  background: #fff;
  height: 3.1rem;
  padding: 0.2rem 0.7rem;
justify-content:center;
}
.inside-sustainability-2 .item .tit {
  font-size: 0.2rem;
  font-weight: 700;
}
.inside-sustainability-2 .item .txt {
  margin-top: 0.3rem;
}
.inside-sustainability-2 .item .tit,
.inside-sustainability-2 .item .txt {
  z-index: 3;
  position: relative;
  transition: all 500ms ease;
}
.inside-sustainability-2 .item .pic {
  top: 50%;
  left: 50%;
  width: 100%;
  position: absolute;
  transform: translate(-50%, -60%);
}
.inside-sustainability-2 .item .pic img {
  max-height: 1.4rem;
}
.inside-sustainability-2 .item .pic2 {
  opacity: 0;
  top: -0.4rem;
  left: 50%;
  z-index: 3;
  width: 100%;
  position: absolute;
  transform: translateX(-50%) scale(0.7);
  transition: all 500ms ease;
}
.inside-sustainability-2 .item:hover .pic2 {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.inside-sustainability-2 .item:hover .tit,
.inside-sustainability-2 .item:hover .txt {
  opacity: 0;
}
.inside-sustainability-2 .swiper-container {
  overflow: inherit;
  padding-top: 1rem;
}
.inside-hzhb {
  height: 9.2rem;
  position: relative;
  padding: 1rem 0;
  overflow: hidden;
}
.inside-hzhb .inside-title {
  color: #fff;
  z-index: 3;
  position: relative;
}
.inside-hzhb .list {
  z-index: 3;
  position: relative;
  max-width: 15.6rem;
  margin: 0 auto;
  margin-top: 0.7rem;
}
.inside-hzhb .list .pic {
  display: block;
  position: relative;
}
.inside-hzhb .list .pic img {
  width: auto;
  height: auto;
}
.inside-hzhb .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-hzhb .list .item {
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  background: url(../images/partners-bg.png) no-repeat center center;
  background-size: cover;
}
.inside-hzhb .list .item-1 {
  left: 0;
  top: 1.9rem;
}
.inside-hzhb .list .item-2 {
  left: 1.7rem;
  top: 0.96rem;
}
.inside-hzhb .list .item-3 {
  left: 1.68rem;
  top: 2.88rem;
}
.inside-hzhb .list .item-4 {
  left: 3.3rem;
  top: 1.95rem;
}
.inside-hzhb .list .item-5 {
  left: 3.3rem;
  top: 3.8rem;
}
.inside-hzhb .list .item-6 {
  left: 4.95rem;
  top: 1rem;
}
.inside-hzhb .list .item-7 {
  left: 4.95rem;
  top: 2.88rem;
}
.inside-hzhb .list .item-8 {
  left: 6.6rem;
  top: 0rem;
}
.inside-hzhb .list .item-9 {
  left: 6.6rem;
  top: 1.94rem;
}
.inside-hzhb .list .item-10 {
  left: 6.6rem;
  top: 3.85rem;
}
.inside-hzhb .list .item-11 {
  left: 8.25rem;
  top: 0.97rem;
}
.inside-hzhb .list .item-12 {
    left: 9.94rem;
    top: 0;
}
.inside-hzhb .list .item-13 {
    left: 8.25rem;
    top: 2.84rem;
}
.inside-hzhb .list .item-14 {
    left: 3.34rem;
    top: 0;
}
.inside-hzhb .list .item-15 {
    left: 9.94rem;
    top: 1.95rem;
}
.inside-hzhb .list .item-16 {
	left: 9.94rem;
	top: 3.8rem;
}
.inside-hzhb .list .item-17 {
    left: 11.58rem;
    top: 0.96rem;
}
.inside-hzhb .list .item-18 {
	left: 11.58rem;
	top: 2.88rem;
}
.inside-hzhb .list .item-19 {
	left: 13.24rem;
	top: 1.9rem;
}
.inside-hzhb .yun {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
@media (max-width: 1024px) {
  .inside-hzhb .list .pic img {
    padding: 20px;
  }
}
@media (max-width: 830px) {
  .inside-hzhb {
    height: auto;
  }
  .inside-hzhb .list {
    padding: 0 15px;
    margin-top: 20px;
    flex-wrap: wrap;
    display: flex;
  }
  .inside-hzhb .list .item {
    width: 20%;
    padding: 0 5px;
    margin-top: 10px;
    left: auto!important;
    top: auto!important;
    position: relative;
    height: auto;
    background: none!important;
  }
  .inside-hzhb .list .pic {
    background: rgba(255, 255, 255, 0.8);
  }
  .inside-hzhb .list .pic img {
    padding: 0;
  }
}
.inside-download {
  padding: 0.8rem 0 1rem 0;
}
.inside-download ul {
  padding-top: 0.4rem;
}
.inside-download li {
  overflow: hidden;
  height: 0.8rem;
  padding-right: 0.7rem;
  line-height: 0.8rem;
  margin-top: 0.3rem;
  background: #f8f9fa;
}
.inside-download li span {
  float: left;
  margin-left: 0.5rem;
  display: block;
}
.inside-download li a {
  color: #999;
}
.inside-download li .t1 {
  color: #333;
  width: 60%;
  font-size: 0.2rem;
}
.inside-download li .t1 img {
  margin-right: 0.5rem;
  margin-bottom: 0.02rem;
  vertical-align: middle;
  max-height: 0.56rem;
}
.inside-download li .t4 {
  margin-top: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 0.03rem;
  border: solid 1px #dedfdf;
}
.inside-download li .t4 img {
  max-height: 0.4rem;
}
.inside-download li .t5 {
  margin-top: 0.2rem;
  transition: all 334ms ease;
  text-align: center;
  min-width: 1.6rem;
  border-radius: 0.3rem;
  line-height: 0.4rem;
  background: #fff;
  position: relative;
}
.inside-download li .t5:after {
  content: "";
  margin-left: 0.05rem;
  margin-bottom: 0.03rem;
  vertical-align: middle;
  display: inline-block;
  background: url(../images/dow.png) no-repeat center center;
  background-size: cover;
  width: 0.2rem;
  height: 0.2rem;
}
.inside-download li:hover .t1 {
  color: #2667ab;
}
.inside-download li:hover .t5 {
  color: #fff;
  background: linear-gradient(to right, #3b9d3a, #2667ab);
}
.inside-download li:hover .t5:after {
  background: url(../images/dow-2.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .inside-download li {
    padding: 20px;
    height: auto;
    line-height: 30px;
  }
  .inside-download li span {
    float: none;
    margin-left: 0;
  }
  .inside-download li .t1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
  .inside-download li .t1 img {
    max-height: 40px;
    margin-right: 10px;
  }
  .inside-download li .t2,
  .inside-download li .t3 {
    padding-right: 10px;
    display: inline-block;
    padding-top: 10px;
  }
  .inside-download li .t4 {
    display: none;
  }
  .inside-download li .t5 {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    min-width: 105px;
  }
}
.inside-contact {
  background: #f7f7f7;
  overflow: hidden;
  padding: 0.9rem 0;
}
.inside-contact .inside-title {
  color: #333;
}
.inside-contact .list {
  padding-top: 0.7rem;
}
.inside-contact .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.inside-contact .list li {
  width: 25%;
  margin-bottom: 0.3rem;
  text-align: center;
  padding: 0 0.15rem;
}
.inside-contact .list li:last-child {
  width: 50%;
}
.inside-contact .list li .item {
  color: #3c3c3c;
  line-height: 0.3rem;
  font-size: 0.18rem;
  background: #fff;
  min-height: 100%;
  padding: 0.5rem 0.15rem;
  border-radius: 0.1rem;
  transition: all 500ms ease;
  box-shadow: 0 0 0.21rem rgba(0, 0, 0, 0.2);
}
.inside-contact .list li .icon img {
  width: auto;
  height: auto;
  max-height: 0.61rem;
}
.inside-contact .list li .t1 {
  color: #ababab;
  font-weight: 700;
  margin-top: 0.2rem;
}
.inside-contact .list li .t2 {
  color: #3c3c3c;
  margin-top: 0.1rem;
  font-size: 0.2rem;
}
.inside-contact .list li .t2 a {
  color: #3c3c3c;
  font-weight: 700;
}
.inside-contact .list li .t3 {
  margin-top: 0.1rem;
}
.inside-contact .list li .t4 {
  margin-top: 0.5rem;
}
.inside-contact .list li:hover .item {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .inside-contact {
    padding: 50px 0;
  }
  .inside-contact .list {
    padding-top: 40px;
  }
  .inside-contact .list li {
    width: 100%;
    margin-top: 20px;
  }
  .inside-contact .list li:last-child {
	  width: 100%;
	}
  .inside-contact .list li .item {
    font-size: 16px;
    line-height: 26px;
  }
  .inside-contact .list li .t2 {
    font-size: 18px;
  }
  .inside-contact .list li .icon img {
    max-height: 60px;
  }
  .inside-contact .list li:first-child {
    margin-top: 0;
  }
}
.inside-message {
  background: url(../images/contact-bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 1rem 0;
  position: relative;
}
.inside-message .inside-title {
  color: #001241;
  font-size: 0.36rem;
}
.inside-message .nr {
  padding: 0.6rem 1.7rem;
  padding-bottom: 0;
}
.inside-message .list {
  position: relative;
}
.inside-message li {
  width: 33.33333333%;
  float: left;
  position: relative;
  padding: 0 0.1rem 0.18rem 0.1rem;
}
.inside-message .box {
  position: relative;
}
.inside-message .red {
  z-index: 9;
  left: 0.15rem;
  top: 0.17rem;
  color: #c70204;
  position: absolute;
}
.inside-message .error {
  color: #fff;
  padding: 0 0.06rem;
  background: #ff0000;
  position: absolute;
  right: 0;
  top: 0;
}
.inside-message .input-form,
.inside-message .textarea-form {
  border: none;
  color: #666;
  width: 100%;
  border-radius: 0.05rem;
  font-family: arial;
  vertical-align: middle;
  padding: 0 0.5rem;
  height: 0.55rem;
  line-height: 0.43rem;
  font-size: 0.16rem;
  transition: all 500ms ease;
  border: #c0ddec solid 1px;
}
.inside-message .input-form:focus,
.inside-message .textarea-form:focus {
  border-color: #2667ab;
}
.inside-message .textarea-form {
  line-height: 0.3rem;
  width: 100%;
  padding-right: 0.9rem;
  height: 1.7rem;
  padding: 0.1rem 0.9rem 0.1rem 0.3rem;
}
.inside-message .textarea-form:focus {
  border-color: #333;
}
@media (max-width: 1024px) {
  .inside-message .textarea-form {
    min-height: 60px;
  }
}
.inside-message .last {
  width: 100%;
}
.inside-message .btn {
  width: 100%;
  margin-top: 0.22rem;
}
.inside-message .submit {
  float: right;
  color: #fff;
  width: 100%;
  background: linear-gradient(to right, #3b9d3a, #2667ab);
  border-radius: 0.3rem;
  display: inline-block;
  max-width: 2rem;
  text-align: center;
  line-height: 0.55rem;
  height: 0.55rem;
  font-size: 0.2rem;
  border: none;
}
.inside-message .submit:hover {
  background: linear-gradient(to right, #3b9d3a, #3b9d3a);
}
.inside-message .tigs {
  color: #999;
  width: 100%;
}
.inside-message .tigs a {
  color: #999;
  padding-left: 0.2rem;
}
.inside-message .tigs a:hover {
  color: #2667ab;
}
@media screen and (max-width: 1024px) {
  .inside-message {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .inside-message .nr {
    padding: 30px 0;
  }
  .inside-message .title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .inside-message .list:before {
    display: none;
  }
  .inside-message li {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .inside-message li:last-child {
    padding-bottom: 0;
  }
  .inside-message .red {
    top: 14px;
    left: 10px;
  }
  .inside-message .input-form,
  .inside-message .textarea-form {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 15px;
    line-height: 48px;
    height: 50px;
  }
  .inside-message .textarea-form {
    height: 100px;
    line-height: 30px;
  }
  .inside-message .error {
    font-size: 12px;
    padding: 0 6px;
    border-bottom-left-radius: 6px;
  }
  .inside-message .btn {
    text-align: left;
  }
  .inside-message .btn .col-2 {
    width: 100%;
    padding: 0;
  }
  .inside-message .submit {
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    border-radius: 3px;
    max-width: 100%;
    padding: 0 10px;
    border: none;
    margin: 0;
  }
  .inside-message .submit:hover {
    background: #eee;
  }
}
.verifyDiv {
  width: 35%;
  float: left;
  vertical-align: middle;
  position: relative;
}
.verify {
  height: 0.55rem;
  background-color: #e5e5e5;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.55rem;
  height: 0.55rem;
  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.55rem;
  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: #999;
  z-index: 1;
  font-size: 0.13rem;
  line-height: 0.55rem;
  padding-left: 0.5rem;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
@media (max-width: 1024px) {
  .verify .fix-tips,
  .verify .verify-msg {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .verify {
    height: 50px;
  }
  .verify .drag-progress {
    height: 50px;
    line-height: 48px;
  }
  .verify .drag-btn {
    width: 50px;
    height: 50px;
    background-size: 20px 20px;
  }
  .verify .fix-tips,
  .verify .verify-msg {
    line-height: 50px;
    padding-left: 50px;
  }
  .verifyDiv {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0;
  }
  .error {
    font-size: 12px;
    padding: 0 6px;
    border-bottom-left-radius: 6px;
  }
  .btn {
    text-align: left;
  }
  .btn .col-2 {
    width: 100%;
    padding: 0;
  }
  .submit {
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    border-radius: 3px;
    max-width: 100%;
    padding: 0 10px;
    border: none;
    margin: 0;
  }
  .submit:hover {
    background: #eee;
  }
}
.inside-tag {
  color: #333;
  font-size: 0.18rem;
  padding-top: 0.7rem;
}
.inside-tag a {
  color: #333;
  padding-right: 0.4rem;
  display: inline-block;
}
.inside-tag a:hover {
  color: #2667ab;
}
.inside-pagelist {
  border-bottom: solid 1px #9e9e9e;
  margin-top: 0.5rem;
}
.inside-pagelist li {
  color: #222;
  overflow: hidden;
  height: 0.7rem;
  line-height: 0.69rem;
  border-top: solid 1px #e2e2e4;
}
.inside-pagelist li span {
  width: 12%;
  display: inline-block;
  position: relative;
}
.inside-pagelist li span:after {
  content: "";
  top: 48%;
  right: 0.3rem;
  position: absolute;
  vertical-align: middle;
  border-left: solid 0.05rem transparent;
  border-right: solid 0.05rem transparent;
  border-bottom: solid 0.06rem #222222;
}
.inside-pagelist li a {
  color: #222;
  font-size: 0.22rem;
}
.inside-pagelist li:first-child {
  border-top: 0;
}
.inside-pagelist li:hover a {
  color: #1d3654;
}
.inside-pagelist li:last-child span:after {
  border-bottom: 0;
  border-left: solid 0.05rem transparent;
  border-right: solid 0.05rem transparent;
  border-top: solid 0.06rem #222222;
}
@media (max-width: 1024px) {
  .inside-pagelist {
    margin-top: 40px;
  }
  .inside-pagelist li {
    overflow: hidden;
    height: 50px;
    padding: 0 0px;
    line-height: 49px;
  }
  .inside-pagelist li a {
    padding-left: 20px;
  }
  .inside-pagelist li span:after {
    display: none;
  }
}
.inside-hezi {
  display: flex;
  padding-top: 0.7rem;
  justify-content: space-between;
  align-items: center;
}
.inside-hezi .inside-tag {
  padding-top: 0;
  width: 70%;
}
.inside-hezi .fh a {
  color: #fff;
  padding: 0 0.3rem;
  line-height: 0.56rem;
  border-radius: 0.3rem;
  display: inline-block;
  background: linear-gradient(to right, #3b9d3a, #2667ab);
  transition: all 500ms ease;
}
.inside-hezi .fh a:hover {
  background: linear-gradient(to right, #3b9d3a, #3b9d3a);
}
@media (max-width: 1024px) {
  .inside-hezi {
    display: block;
  }
  .inside-hezi .inside-tag {
    font-size: 14px;
    width: 100%;
  }
  .inside-hezi .fh {
    margin-top: 20px;
  }
}
.inside-pagelist-2 {
  margin-top: 0.5rem;
}
.inside-pagelist-2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-pagelist-2 li {
  width: 49.3%;
  color: #454545;
  font-size: 0.18rem;
  padding: 0 0.3rem;
  overflow: hidden;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #eeeeee;
}
.inside-pagelist-2 li a {
  color: #454545;
}
.inside-pagelist-2 li:hover a {
  color: #2667ab;
}
.inside-fanhui {
  margin-top: 0.5rem;
  text-align: right;
}
.inside-fanhui a {
  color: #fff;
  line-height: 0.4rem;
  text-align: center;
  height: 0.4rem;
  min-width: 1.24rem;
  display: inline-block;
  background: #666e86;
}
.inside-fanhui:hover a {
  background: #2667ab;
}
@media (max-width: 1024px) {
  .inside-fanhui {
    margin-top: 30px;
  }
  .inside-fanhui a {
    color: #fff;
    line-height: 40px;
    text-align: center;
    height: 40px;
    min-width: 124px;
    display: inline-block;
  }
}
.inside-page {
  font-size: 0.18rem;
  text-align: center;
  padding-top: 0.8rem;
}
.inside-page a {
  width: 0.38rem;
  height: 0.38rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 0.36rem;
  color: #b2b2b2;
  margin: 0 0.1rem;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 0.03rem #b2b2b2;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: #2667ab;
  background: #2667ab;
}
#privacyPopup {
  z-index: 10000;
  position: fixed;
  width: 8rem;
  background: #fff;
  border: 0.04rem solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#privacyPopup .dialog_header {
  width: 100%;
  position: relative;
  padding: 0.1rem 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
}
#privacyPopup .dialog_header .title {
  width: 100%;
  color: #000;
  font-weight: 700;
}
#privacyPopup .dialog_header .close {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.22rem;
  color: #c5c5c5;
  cursor: pointer;
}
#privacyPopup .privacy_policy_title {
  font-size: 0.24rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
#privacyPopup .p-1 {
  font-size: 0.2rem;
}
#privacyPopup .privacy_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 5.8rem;
  padding: 0.2rem 0.3rem;
  overflow: auto;
}
#privacyPopup .privacy_footer {
  width: 100%;
  padding: 0.2rem 0 0 0;
  text-align: center;
}
#privacyPopup .close_btn {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  min-width: 1.6rem;
  height: 0.4rem;
  background: #2667ab;
  color: #fff;
  text-align: center;
  line-height: 0.4rem;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#privacyPopup .close_btn:before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transition: all .8s;
  transition: all .8s;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
#privacyPopup .close_btn:hover {
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
}
#privacyPopup .close_btn:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 1024px) {
  #privacyPopup {
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 0;
    margin-left: 0;
  }
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.2rem;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.navM .navMCon {
  background-color: #fff;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  left: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #2667ab;
  color: #fff;
  position: absolute;
  z-index: 999;
  right: -40px;
  top: 0;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 15px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 15px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 16px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
}
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon {
  transform: rotate(135deg);
}
.navM .child {
  padding: 10px 0px 20px 0px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
}
.navM .child-2 .list {
  flex-wrap: wrap;
  display: flex;
}
.navM .child-2 .list li {
  width: 100%;
}
.navM .child-2 .list li a {
  padding: 0;
}
.navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.navM .mSearch .btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 10px;
  margin-top: 0;
  right: 0px;
  background: #ccc;
}
.navM .mSearch .btn img {
  max-height: 20px;
  margin-top: 4px;
  vertical-align: middle;
}
.navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 30px 5px 15px;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.navM .other {
  padding: 10px;
}
.navM .languageBtn {
  padding: 10px 0;
}
.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #2667ab;
}
.inside-sustainability-2 .item .pic2 img {
    max-height: 3.3rem;
}

.inside-hzhb .list .pic img {
    max-height: 1.6rem;
}
.footer .li1 .tu img{
	 max-height:1.9rem;
}

.footer .wz{
	text-align:left;
	font-size:0.2rem;
	padding-left:1rem;
	margin-top: 0.9rem;
	letter-spacing:0.01rem;
}


.inside-about .list-paddingleft-2{
	  padding-top:0.4rem;
}

.index-map .mapbox .item-12{
	left: 9rem;
  top: 3.4rem;
}


.inside-sustainability .num{
	margin-bottom:0.15rem;
	border-bottom:solid 1px #bfccde;
	font-family: "Montserrat-Bold";
	text-transform: uppercase;
	color:#fff;
	font-size:0.66rem;
	line-height:0.7rem;
	display:flex;
	padding-bottom:0.1rem;
	justify-content:space-between;
  text-shadow: #98b8df 1px 0 0, #98b8df 0 1px 0, #98b8df -1px 0 0, #98b8df 0 -1px 0;
}

.inside-sustainability .num img{
	width:auto;
	height:auto;
	max-height:0.71rem;
}


.inside-about-6 .list li .nr::before{
	height:77%;
}

.inside-about-6 .list li:nth-child(2) .nr::before {
  height:81%;
}

.inside-about-6 .list li:nth-child(3) .nr::before {
  /* height: 75%; */
}


.index-map .mapbox .item-13 {
  min-width: 1.8rem;
  left: 11.4rem;
  top: 3.2rem;
}
@media (max-width: 1024px) {
  .footer .wz {
    padding-left: 0;
  }
}

.inside-pro-1  {
    word-wrap: break-word; 
    overflow-wrap: break-word; 
}
/******************新增**********************/

.index-about .list-2{
	margin-top:0;
}
.index-about .list-2 ul {
	margin-left:-0.1rem;
	margin-right:-0.1rem;
}
.index-about .list-2 li {
  padding: 0 0.1rem;
  width: 25%;
}
.index-about .list-2 li .text{
	position:relative;
	overflow:hidden;
}
.index-about .list-2 li .tu img {
  width:100%;
  height:100%;
  object-fit:cover;
}
.index-about .list-2 li .text .tit{
	position:absolute;
	width:100%;
	text-align:center;
	color: #fff;
	font-size: 0.2rem;
	z-index: 999;
	font-family: "Montserrat-Bold";
	bottom: 0;
	background: linear-gradient(to right, #3b9d3a, #2667ab);
	opacity: 0.9;
    height: 0.4rem;
    line-height: 0.4rem;
}

.news {
  overflow: hidden;
  padding: 1rem 0;
  height: auto;
}

.news .news-list {
	overflow:hidden;
	/* border-bottom:1px solid #d0d0d0 */
}
.news .news-list li {
	border-bottom:1px dashed #fff;
	padding-top:31px;
	overflow:hidden;
	padding-left:23px;
	padding-bottom:26px;
	position:relative
}
@media(min-width:1025px) {
	.news .news-list li:hover .date {
		background:url("../images/dateh.png") no-repeat top center
	}
	.news .news-list li:hover .news-info h3 {
		color:#fff
	}
}
.news .news-list li a {
	display:block
}
.news .news-list li .date {
	color:#fff;
	font-family:arial;
	text-align:center;
	background:url("../images/dateh.png") no-repeat top center;
	width:66px;
	height:80px;
	float:left;
	margin-right:25px;
	transition:.5s;
	position:absolute;
	top:31px;
	left:23px
}
.news .news-list li .date span {
	font-size:36px;
	display:block;
	line-height:45px
}
.news .news-list li .date p {
	font-size:12px;
	line-height:21px;
	color:#fff
}
.news .news-list li .news-info {
	padding-left:91px;
	color:#fff
}
.news .news-list li .news-info h3 {
	font-weight:normal;
	font-size:20px;
	color:#fff;
	line-height:25px;
	margin-bottom:12px;
	transition:.5s;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
.news .news-list li .news-info p {
	line-height:24px;
	height:48px;
	overflow:hidden;
	margin-bottom:16px
}

.about01 {
	padding: 1.11rem 0;
	background: #ffffff url("../images/abg2-1.jpg") no-repeat top center;
	background-size: 100%;
}

.about01 .about-bottom {
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}

.about01 .about-bottom .left {
	float: left;
	width: 56%;
	padding-top: 0.20rem;
	color: #333;
	font-size: 0.18rem;
	line-height: 2;
}

.about01 .about-bottom .right {
	float: right;
	width: 35%;
}

.about01 .about-bottom .right ul li {
	margin-bottom: 0.32rem;
	width: 50%;
	float: left;
}

.about01 .about-bottom .right ul .num span {
	font-size: 0.7rem;
	font-family: "Montserrat-Bold";
	color: #2667ab;
}

.about01 .about-bottom .right ul .num em {
	font-style: normal;
	font-size: 0.48rem;
	color: #2667ab;
	font-family: "Montserrat-Bold";
}

.about01 .about-bottom .right ul .p {
	color: #2667ab;
	font-size: 0.24rem;
}
.history {
	padding:44px 0;
	overflow:hidden
}
.history .in-bottom {
	margin-top:30px;
	position:relative;
	overflow:hidden
}
.history .in-bottom:after {
	content:'';
	display:block;
	height:1px;
	width:100%;
	background:#e5e5e5;
	position:absolute;
	top:10px;
	left:0;
	z-index:0
}
.history .in-bottom ul {
	position:relative;
	z-index:3;
	padding-bottom:104px
}
.history .in-bottom ul li {
	width:33.3333333%;
	float:left;
}
.history .in-bottom ul li .date {
	background:url("../images/hh.png") no-repeat top center;
	display:inline-block;
	font-size:0.32rem;
	padding-top:40px;
	font-weight:700;
	color: #2667ab;
}
.history .in-bottom ul li .num {
	font-size: 0.18rem;
	color: #333;
	line-height: 0.3rem;
	height: 0.6rem;
	margin-bottom:20px;
}
.history .in-bottom ul li .jsh {
	font-size: 0.16rem;
	color: #333;
	line-height: 0.2rem;
	height: 1rem;
	overflow: hidden;
	margin-bottom: 20px;
}
.history .in-bottom ul li .pic:after {
	padding-bottom:50.769230769230774%
}
.history .in-bottom ul li:hover .date {
	background:url("../images/h.png") no-repeat top center
}

.inside-news .list2{
	display: flex;
}

.inside-news .list2 ul{
	width: 50%;
	margin: 0;
}

.inside-news .list2 li{
	width: 100%;
    padding: 0 0.2rem;
    padding-top: 0.2rem;
}

.index-news .list2 li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-news .list2 .ul1 li .pic:after {
    content: "";
    display: block;
    padding-bottom: 80.812095%;
}
.index-news .list2 .ul2 li .pic:after {
    padding-bottom: 33.406042%;
}
.inside-news .list2 li .txtbox{
	padding: 0.2rem;
	padding-bottom: 0.2rem;	
}
.inside-news .list2 li .tit{
	height: 0.4rem;
}

.home-distrubtion {
	padding: 1rem 0;
	background: linear-gradient(to right, #2667ab, #3b9d3a);
	position: relative;
}

.home-distrubtion .home-bottom {
	/*display: flex;
	flex-wrap: wrap;*/
}

.home-distrubtion .home-bottom .home-title {
	font-size: 0.36rem;
	line-height: 0.35rem;
	color: #ffffff;
}

.home-distrubtion .home-bottom .left {
	float: left;
	width: 35%;
	padding: 0.49rem 0.43rem;
}

.home-distrubtion .home-bottom .left .home-span {
	margin-bottom: 0.23rem;
}

.home-distrubtion .home-bottom .left .home-title {
	margin-bottom: 0.48rem;
}

.home-distrubtion .home-bottom .left .p {
	font-size: 0.24rem;
	line-height: 0.48rem;
	margin-bottom: 0.40rem;
	color: #ffffff;
}

.home-distrubtion .home-bottom .right {
	float: right;
	width: 65%;
}

.home-distrubtion .home-bottom .right .home-title {
	margin-bottom: 0.17rem;
}

.home-distrubtion .home-bottom .right .p {
	font-size: 0.22rem;
	line-height: 0.33rem;
	margin-bottom: 1.50rem;
	color: #5b636a;
}

.home-distrubtion .home-bottom .right .jsh {
	font-size: 0.24rem;
	line-height: 0.32rem;
	color: #ffffff;
}

.home-distrubtion .home-bottom .flogo {
  bottom: 0;
  right: 0;
  position: absolute;
}
.home-distrubtion .home-bottom.flogo img {
  width: auto;
  height: auto;
  max-height: 5.5rem;
}

@media (max-width: 1024px) {
	.index-about .list-2 ul {
		margin-left:-10px;
		margin-right:-10px;
	}
	.index-about .list-2 li {
		padding: 0 5px;
		width: 50%;
		margin-bottom: 10px;
	}
	.index-about .list-2 li .text .tit{
		font-size: 16px;
		height:32px;
		line-height:32px
	}
	.news .news-list li {
		padding-top:15px;
		padding-left:0;
		padding-bottom:15px
	}
	.news .news-list li .date {
		top:15px;
		left:0
	}
	.news .news-list li .date span {
		font-size:26px;
		display:block;
		line-height:45px
	}
	.news .news-list li .news-info {
		padding-left:80px
	}
	.news .news-list li .news-info h3 {
		font-size:16px;
		margin-bottom:5px
	}
	.news .news-list li .news-info p {
		margin-bottom:5px
	}
	
	.about01 {
		padding: 35px 0;
		background: #ffffff url("../images/abg2.jpg") no-repeat top center;
		background-size: 100%;
	}

	.about01 .about-bottom {
		padding-top: 25px;
		padding-bottom: 20px;
	}

	.about01 .about-bottom .left {
		float: left;
		width: 100%;
		padding-top: 20px;
		font-size: 14px;
		line-height: 25px;
	}

	.about01 .about-bottom .right {
		float: right;
		width: 100%;
	}

	.about01 .about-bottom .right ul li {
		margin-bottom: 12px;
	}

	.about01 .about-bottom .right ul .num span {
		font-size: 39px;
		font-weight: bold;
	}


	.about01 .about-bottom .right ul .num em {
		font-style: normal;
		font-size: 30px;
	}

	.about01 .about-bottom .right ul .p {
		font-size: 14px;
	}
	
	.history {
		padding:30px 0
	}
	.history .in-bottom {
		margin-top:30px
	}
	
	.history .in-bottom ul {
		margin:0 -10px;
		padding-bottom:64px
	}
	.history .in-bottom ul li {
		padding:0 10px
	}

	.history .in-bottom ul li .date {
		margin-bottom: 10px;
		margin-left: 0;
		padding-top: 25px;
	}
	.history .in-bottom ul li .num {
		font-size: 16px;
		line-height: 20px;
		height: 40px;
	}
	.history .in-bottom ul li .jsh {
		font-size:14px;
		margin-bottom:20px
	}	
	.inside-news .list2{
		display:block;
	}
	.inside-news .list2 ul{
		width: 100%;
	}
	.index-news .list2 li .pic:after {
		padding-bottom: 48.81209503%!important;
	}
	
	.home-distrubtion {
		padding: 40px 0;
	}

	.home-distrubtion .home-bottom {
		display: block;
	}

	.home-distrubtion .home-bottom .home-title {
		font-size: 24px;
		line-height: 35px;
	}

	.home-distrubtion .home-bottom .left {
		width: 100%;
		padding: 33px;
	}

	.home-distrubtion .home-bottom .left .home-span {
		margin-bottom: 13px;
	}

	.home-distrubtion .home-bottom .left .home-title {
		margin-bottom: 28px;
	}

	.home-distrubtion .home-bottom .left .p {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 20px;
	}

	.home-distrubtion .home-bottom .right {
		width: 100%;
		padding: 32px;
		position: relative;
	}

	.home-distrubtion .home-bottom .right:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.3);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.home-distrubtion .home-bottom .right .home-title {
		margin-bottom: 8px;
		position: relative;
		z-index: 33;
	}

	.home-distrubtion .home-bottom .right .p {
		font-size: 18px;
		line-height: 33px;
		margin-bottom: 55px;
		position: relative;
		z-index: 33;
	}

	.home-distrubtion .home-bottom .right .jsh {
		font-size: 20px;
		position: relative;
		z-index: 33;
		line-height: 32px;
	}
}

.business-3{
	height: 100%;
	clear: both;
	max-height: 100vh;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 9;
}

@media screen and (max-width: 1024px) {
    .business-3{
        margin-top: 60px;
        height: auto;
        max-height: none;
    }
}

.business-3 .swiper-pagination {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: 9;
}
.business-3 .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  margin: 0 0.08rem;
  opacity: 1;
  background-color: #2667ab;
  transition: all .5s;
}
.business-3 .swiper-pagination-bullet-active {
  background-color: #DA3F20;
}
.business-3 .text {
  width: 100%;
  color: #fff;
  top: 50%;
  text-align: center;
  position: absolute;
  transform: translateY(-65%);
}

.about-business ul{
	display:flex;
	justify-content:space-between;
	margin-top:0.3rem;
}

.about-business ul li {
    padding: 0.3rem;
}

.about-business ul .num span {
    font-size: 0.7rem;
    font-family: "Montserrat-Bold";
    color: #2667ab;
}

.about-business ul .num em {
    font-style: normal;
    font-size: 0.48rem;
    color: #2667ab;
    font-family: "Montserrat-Bold";
}

.about-business ul .p {
	color: #333;
	font-size: 0.18rem;
	color: #2667ab;
}

@media (max-width: 1024px) {
	.about-business ul{
		display:block;
		margin-top:32px;
	}	
    .about-business ul li {
        margin-bottom: 12px;
    }
	.about-business ul li {
		width: 100%;
		float: left;
	}
	.about-business ul .num span {
		font-size: 39px;
		font-weight: bold;
	}
	.about-business ul .num em {
		font-style: normal;
		font-size: 30px;
	}
	.about-business ul .p {
		font-size: 14px;
	}
}