* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
/*
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("SourceHanSansCN-Medium.woff2") format("woff2"), url("SourceHanSansCN-Medium.woff") format("woff"), url("SourceHanSansCN-Medium.ttf") format("truetype"), url("SourceHanSansCN-Medium.eot") format("embedded-opentype"), url("SourceHanSansCN-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*font-family: "SourceHanSansCN-Medium";
  background: transparent;*/
}
:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
img {
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #13337B;
  cursor: pointer;
}
a:hover {
  color: #378FCA;
}
.warp {
  transform-origin: 0 0;
}
.warp .body {
  padding-top: 118px;
}
.f-size26 {
  font-size: 26px;
}
.f-size32 {
  font-size: 32px;
}
.f-size42 {
  font-size: 42px;
}
li {
  list-style: none;
}
.letter-spacing2 {
  letter-spacing: 1px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.public-button {
  text-align: center;
  padding: 50px;
}
.public-button a {
  width: 200px;
  line-height: 70px;
  display: inline-block;
  box-sizing: border-box;
  border: 2px solid #2C4D92;
  background-color: #fff;
  border-radius: 8px;
  font-size: 28px;
  color: #2C4D92;
  font-weight: 300;
  cursor: pointer;
}
header {
  height: 118px;
  position: fixed;
  left: 0px;
  width: 100%;
  top: 0px;
  z-index: 99;
  background-color: #fff;
}
header .search-box {
  position: absolute;
  width: 100%;
  left: 0px;
  background-color: #1E3C86;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 999;
}
header .search-box .input-box {
  position: relative;
  margin: 10px 10px;
}
header .search-box .input-box input {
  width: 260px;
  line-height: 35px;
  padding: 6px 10px;
  height: 35px;
  border-radius: 20px;
  outline: none;
  border: 0px;
  padding-left: 15px;
}
header .search-box .input-box button {
  background-color: #fff;
  width: 35px;
  height: 35px;
  position: absolute;
  border-radius: 35px;
  border: 1px solid #CBCBCB;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
header .search-box .input-box button img {
  width: 17px;
}
footer {
  margin-top: 100px;
}
footer .info {
  background: url("../img/header/fotter-bg.jpg") repeat-x 0 center;
  padding: 100px 0;
  color: #fff;
}
footer .info .content {
  display: flex;
  justify-content: space-between;
}
footer .info .content .left .logo {
  display: inline-block;
}
footer .info .content .left .logo img {
  width: 250px;
}
footer .info .content .left .company {
  font-size: 16px;
  padding: 50px 0 0 91px;
  line-height: 2;
}
footer .info .content .left .company a {
  color: #fff;
}
footer .info .content .left .company .line {
  height: 2px;
  background-color: #3B5DA3;
  margin: 20px 0 30px 0;
  position: relative;
}
footer .info .content .left .company .line:before {
  content: '';
  background-color: #378FCA;
  width: 100px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
footer .info .content .right .qrcode {
  margin: 80px 100px 0 0;
  text-align: center;
}
footer .info .content .right .qrcode img {
  margin-top: 10px;
  display: block;
  width: 170px;
}
footer .copyright {
  background-color: #1E2958;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  position: relative;
  box-sizing: border-box;
}
.dialog-preview-video {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 999;
  display: none;
  justify-content: center;
  justify-items: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.dialog-preview-video .content-video {
  width: 600px;
  height: 400px;
  position: relative;
}
.dialog-preview-video .content-video video {
  width: 100%;
  height: 100%;
}
.dialog-preview-video .content-video .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 33px;
  height: 33px;
  z-index: 99;
  background-color: #fff;
  cursor: pointer;
}
.more-img img {
  width: 140px;
}
.mobile-box {
  display: none;
}
.pc-box {
  display: block;
}
.content {
  max-width: 1400px;
  position: relative;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
}
#PoPx {
  height: 100vh!important;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed !important;
  z-index: 88;
}
#PoPy {
  position: fixed !important;
  background-color: #fff !important;
  border-top: 1px solid #13337B;
  z-index: 99;
}
._citys {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
._citys span {
  color: #56b4f8;
  height: 15px;
  width: 15px;
  line-height: 12px;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  right: 1em;
  top: 10px;
  border: 1px solid #56b4f8;
  cursor: pointer;
}
._citys0 {
  width: 100%;
  height: 50px;
  display: inline-block;
  border-bottom: 2px solid #56b4f8;
  padding: 0;
  margin: 0;
}
._citys0 li {
  float: left;
  line-height: 50px;
  overflow: hidden;
  font-size: 18px;
  color: #888;
  width: 80px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
.citySel {
  background-color: #56b4f8;
  color: #fff !important;
}
._citys1 {
  width: 100%;
  height: 80%;
  display: inline-block;
  padding: 10px 0;
  overflow: auto;
}
._citys1 a {
  height: 35px;
  display: block;
  color: #666;
  padding-left: 6px;
  margin-top: 3px;
  line-height: 35px;
  cursor: pointer;
  font-size: 13px;
  overflow: hidden;
}
._citys1 a:hover {
  color: #fff;
  background-color: #56b4f8;
}
.ui-content {
  border: 1px solid #EDEDED;
}
._citys li {
  list-style-type: none;
}
@media screen and (max-width: 1550px) {
  .content.content2 {
    width: 1300px;
  }
}
@media screen and (max-width: 1430px) {
  .content {
    padding: 0 30px;
  }
  footer .content {
    padding: 0 30px;
  }
}
.header-top {
  background-color: #F8F8F8;
  padding: 7px 20px 5px 20px;
  height: 37px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid #E3E8EC;
}
.header-top .left {
  display: flex;
  align-items: center;
}
.header-top .left .home {
  font-size: 12px;
  background: url("../img/header/home-icon.png") no-repeat 0 center;
  background-size: auto 16px ;
  padding: 0 0 0 22px;
  cursor: pointer;
  line-height: 21px;
  display: inline-block;
  height: 21px;
  width: 80px;
  color: #378FCA;
}
.header-top .left .language {
  color: #898989;
  font-size: 15px;
}
.header-top .left .language a {
  font-size: 12px;
  border: 1px solid #898989;
  display: inline-block;
  width: 58px;
  text-align: center;
  border-radius: 20px;
  line-height: 19px;
  color: #898989;
}
.header-top .right {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 12px;
}
.header-top .right a {
  color: #000000;
}
.header-top .right a.login,
.header-top .right a.register {
  color: #7C004F;
}
.header-top .right a.user {
  display: inline-block;
  margin-left: 18px;
}
.header-top .right a.user img {
  width: 13px;
}
.header-menu {
  position: relative;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 12;
}
.header-menu .menu-content {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
}
.header-menu .menu-content .menu {
  text-align: center;
  width: 100%;
}
.header-menu .menu-content .menu .logo {
  width: 180px;
  height: 44px;
  display: inline-block;
  background: url("../img/header/logo.svg") no-repeat 0 0;
  background-size: 100% auto;
  vertical-align: middle;
}
.header-menu .menu-content .menu .ul-box {
  text-align: left;
  display: inline-block;
  margin-left: 110px;
  vertical-align: middle;
}
.header-menu .menu-content .menu ul {
  width: 100%;
  text-align: left;
}
.header-menu .menu-content .menu ul li {
  display: inline-block;
  padding: 10px 0 0 0;
  height: 35px;
  vertical-align: middle;
  position: relative;
}
.header-menu .menu-content .menu ul li > a {
  color: #565656;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  padding: 0 30px;
}
.header-menu .menu-content .menu ul li > a:after {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #CBCBCB;
  right: 0px;
  height: 12px;
  top: 50%;
  margin-top: -2px;
}
.header-menu .menu-content .menu ul li .two {
  position: absolute;
  width: 160px;
  left: 30px;
  top: 30px;
  padding-top: 15px;
  box-sizing: border-box;
  display: none;
  z-index: 99;
}
.header-menu .menu-content .menu ul li .two dl {
  background-color: #fff;
  text-align: left;
  border-top-right-radius: 10px;
  position: relative;
}
.header-menu .menu-content .menu ul li .two dl:after {
  content: '';
  width: 30%;
  height: 5px;
  background-color: #009CDE;
  top: -5px;
  left: 0px;
  position: absolute;
}
.header-menu .menu-content .menu ul li .two dl dd {
  color: #96A4C3;
  font-size: 14px;
  box-sizing: content-box;
  position: relative;
  cursor: pointer;
  padding-right: 15px;
  overflow: hidden;
  background: url("../img/header/two-menu.png") no-repeat center center;
  background-size: 100% 100%;
}
.header-menu .menu-content .menu ul li .two dl dd a {
  color: #565657;
  display: block;
  line-height: 40px;
  padding-left: 20px;
  margin: 10px 0px;
}
.header-menu .menu-content .menu ul li .two dl dd:hover a,
.header-menu .menu-content .menu ul li .two dl dd:active a,
.header-menu .menu-content .menu ul li .two dl dd.active a {
  color: #1992CD;
  font-weight: 300;
}
.header-menu .menu-content .menu ul li .two dl dd:hover .arrow-right,
.header-menu .menu-content .menu ul li .two dl dd:active .arrow-right,
.header-menu .menu-content .menu ul li .two dl dd.active .arrow-right {
  border-color: #378FCA;
}
.header-menu .menu-content .menu ul li .two.product dl dd a {
  border-left: 4px solid #7DB22E;
}
.header-menu .menu-content .menu ul li .two.product dl dd:nth-child(4) a {
  border-color: #7A3685;
}
.header-menu .menu-content .menu ul li .two.product dl dd:nth-child(3) a {
  border-color: #CE171C;
}
.header-menu .menu-content .menu ul li .two.product dl dd:nth-child(5) a {
  border-color: #139EA2;
}
.header-menu .menu-content .menu ul li .two.product dl dd:nth-child(7) a {
  border-color: #E98E14;
}
.header-menu .menu-content .menu ul li .two.product dl dd:nth-child(6) a {
  border-color: #045B9F;
}
.header-menu .menu-content .menu ul li .two.product dl dd:nth-child(2) a {
  border-color: #3991D0;
}
.header-menu .menu-content .menu ul li:hover .two {
  display: block;
}
.header-menu .menu-content .menu ul li.active {
  border-bottom: 2px solid #182987;
}
.header-menu .menu-content .menu ul li.shopping-mall {
  background-image: url("../img/header/zxsc.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 120px;
  height: 35px;
  padding-top: 1px;
  margin-top: 10px;
  margin-left: 20px;
}
.header-menu .menu-content .menu ul li.shopping-mall a {
  display: inline-block;
  color: #fff;
  width: 120px;
  height: 35px;
  box-sizing: border-box;
  padding-left: 16px;
  text-align: left;
  line-height: 30px;
}
.header-menu .menu-content .menu ul li.shopping-mall a:after {
  display: none;
}
.header-menu .menu-content .menu ul li.shopping-mall:hover {
  border-bottom: none;
}
.header-menu .menu-content .menu ul li.search {
  margin-left: 25px;
  margin-right: 0px;
  padding-top: 8px;
}
.header-menu .menu-content .menu ul li.search .search-input {
  width: 230px;
  position: relative;
}
.header-menu .menu-content .menu ul li.search .search-input input {
  display: inline-block;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #CBCBCB;
  line-height: 25px;
  box-sizing: border-box;
  padding-left: 10px;
}
.header-menu .menu-content .menu ul li.search .search-input #search-button {
  width: 27px;
  cursor: pointer;
  height: 27px;
  background: #009CDE url("../img/header/search-icon.png") no-repeat center center;
  background-size: 12px auto;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 27px;
  border: none;
}
.header-menu .menu-content .menu ul li.open .m-name {
  color: #009CDE;
}
.banner {
  position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  background: no-repeat center 0px;
  background-size: cover;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  background: url("../img/header/banner-jt.png") no-repeat 0 center;
  width: 50px;
  height: 50px;
  background-size: 100%;
}
.banner .swiper-button-prev {
  transform: rotate(180deg);
}
.layer-strip {
  height: 30px;
  background-color: #3887BD;
  line-height: 30px;
  display: flex;
  color: #fff;
  position: relative;
  z-index: 9;
}
.layer-strip .left {
  width: 65%;
  box-sizing: border-box;
  padding: 0 0 0 100px;
  background: #3A599A;
}
.layer-strip .right {
  background: url("../img/header/banner-layer.png") no-repeat 0 center;
  background-size: auto 100%;
  text-align: center;
  width: 35%;
}
.banner .layer-strip {
  top: -2px;
}
.arrow-right {
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-color: #898989;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 25px;
}
.right-fixed {
  right: 10px;
  bottom: 150px;
  z-index: 9;
  position: fixed;
  width: 45px;
  display: none;
}
.right-fixed .customer {
  width: 45px;
  height: 45px;
  background: #A81B65 url("../img/header/kf.svg") no-repeat center center;
  background-size: 25px auto;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}
.right-fixed .scroll-top {
  width: 45px;
  height: 45px;
  background: #2C4D92 url("../img/header/triangle-top.png") no-repeat center center;
  background-size: 15px auto;
  border-radius: 5px;
  cursor: pointer;
}
.right-fixed .loading-more span {
  margin-right: 1px;
  background-color: #A81B65;
}
.bread-module {
  font-size: 18px;
  color: #378FCA;
  border-bottom: 1px solid #96A4C3;
  padding: 30px 0 10px 0;
}
.bread-module a {
  color: #96A4C3;
}
.bread-module-about {
  font-size: 18px;
  color: #378FCA;
  border-bottom: 1px solid #96A4C3;
  padding: 30px 0 10px 0;
}
.bread-module-about a {
  color: #96A4C3;
}
.title-module {
  font-size: 35px;
  color: #1F2A63;
  font-weight: 300;
  text-align: center;
  position: relative;
  padding-bottom: 65px;
  padding-top: 6vw;
  letter-spacing: 2px;
}
.title-module span {
  color: #96A4C3;
}
.but-more a {
  line-height: 30px;
  width: 150px;
  text-align: center;
  font-size: 14px;
  color: #1F2A63;
  border: 1px solid #1F2A63;
  border-radius: 40px;
  display: inline-block;
}
.but-more a:hover {
  color: #fff;
  border: 1px solid #E98E14;
  background-color: #E98E14;
}
.but-more a.page-type1:hover {
  border: 1px solid #7DB22E;
  background-color: #7DB22E;
}
.but-more a.page-type2:hover {
  border: 1px solid #7A3685;
  background-color: #7A3685;
}
.but-more a.page-type3:hover {
  border: 1px solid #CE171C;
  background-color: #CE171C;
}
.but-more a.page-type4:hover {
  border: 1px solid #139EA2;
  background-color: #139EA2;
}
.but-more a.page-type5:hover {
  border: 1px solid #E98E14;
  background-color: #E98E14;
}
.but-more a.page-type6:hover {
  border: 1px solid #045B9F;
  background-color: #045B9F;
}
.but-more a.page-type7:hover {
  border: 1px solid #3991D0;
  background-color: #3991D0;
}
.lay-page {
  display: flex;
  justify-content: center;
  height: 47px;
}
.lay-page a,
.lay-page span {
  width: 47px;
  height: 47px;
  border: 1px solid #8898A8;
  display: flex;
  font-size: 21px;
  font-family: Arial;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  color: #8898A8;
  cursor: pointer;
}
.lay-page a.next,
.lay-page span.next,
.lay-page a.prev,
.lay-page span.prev {
  background: url("../img/header/lay-page-sj.png") no-repeat center center;
  background-size: 10px auto;
}
.lay-page a.prev,
.lay-page span.prev {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.lay-page a:hover,
.lay-page span:hover,
.lay-page a.active,
.lay-page span.active {
  color: #fff;
  background-color: #8898A8;
}
.lay-page a:hover.next,
.lay-page span:hover.next,
.lay-page a.active.next,
.lay-page span.active.next,
.lay-page a:hover.prev,
.lay-page span:hover.prev,
.lay-page a.active.prev,
.lay-page span.active.prev {
  background: #8898A8 url("../img/header/lay-page-sj-hover.png") no-repeat center center;
  background-size: 10px auto;
}
.lay-page a.m,
.lay-page span.m {
  border: none;
  margin: 0px;
  width: 32px;
  height: 40px;
}
.lay-page a.m:hover,
.lay-page span.m:hover,
.lay-page a.m.active,
.lay-page span.m.active {
  background-color: transparent;
  color: #8898A8;
}
.lay-page span {
  cursor: default;
}
.number-box {
  display: flex;
  justify-content: space-between;
  padding: 5vw 0 0 0;
}
.number-box dd {
  width: calc((100% - 87*4px)/5);
  position: relative;
}
.number-box dd .bg {
  width: 100%;
}
.number-box dd .number {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}
.number-box dd .number span {
  display: block;
  color: #009CDE;
  font-size: 1.2vw;
  font-weight: 300;
}
.number-box dd .number span font {
  font-size: 2.3vw;
}
.number-box dd .number .t {
  color: #606060;
  font-size: 16px;
}
.number-box dd .number div {
  text-align: center;
}
.back-fixed {
  position: fixed;
  left: 0px;
  top: 30%;
  z-index: 99;
}
.back-fixed img {
  width: 60px;
}
.loading-more {
  width: 150px;
  height: 10px;
  margin: 0 auto;
}
.loading-more span {
  display: inline-block;
  width: 10px;
  height: 100%;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #1C2472;
  -webkit-animation: load 1.04s ease infinite;
}
.loading-more span:last-child {
  margin-right: 0px;
}
.tips-dialog {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none;
  justify-content: center;
  padding-top: 10%;
  align-items: flex-start;
}
.tips-dialog .tips-con {
  width: 90%;
  max-width: 500px;
  background-color: #fff;
  box-shadow: 0 0 8px gray;
}
.tips-dialog .tips-con .name {
  font-size: 21px;
  line-height: 40px;
  padding: 0 30px;
  color: #9AA8CB;
  background-color: #13337B;
  width: 100%;
  font-weight: 300;
}
.tips-dialog .tips-con .text {
  color: #13337B;
  padding: 8% 10%;
}
.tips-dialog .tips-con .but {
  text-align: right;
  padding: 0 50px 20px 0;
}
.tips-dialog .tips-con .but a {
  cursor: pointer;
  background-color: #13337B;
  display: inline-block;
  padding: 0 30px;
  border-radius: 35px;
  line-height: 35px;
  color: #fff;
}
.loading-animation span:nth-child(1) {
  -webkit-animation-delay: 0.26s;
}
.loading-animation span:nth-child(2) {
  -webkit-animation-delay: 0.39s;
}
.loading-animation span:nth-child(3) {
  -webkit-animation-delay: 0.59s;
}
@-webkit-keyframes load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.left-animated,
.right-animated,
.bounceIn-animated,
.fadeInUp-animated {
  visibility: hidden;
}
.animate__animated {
  visibility: visible;
}
@media screen and (max-width: 1600px) {
  .header-menu .menu-content .menu ul li > a {
    padding: 0 15px;
  }
  .header-menu .menu-content .menu ul li.search .search-input {
    width: 120px;
  }
  .header-menu .menu-content .menu .logo {
    width: 120px;
    height: 40px;
  }
  .header-menu .menu-content .menu .ul-box {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1175px) {
  .header-menu .menu-content .menu ul li > a {
    padding: 0 15px;
    font-size: 14px;
  }
  .header-menu .menu-content .menu ul li.search .search-input {
    width: 200px;
  }
  .header-menu .menu-content .menu .logo {
    width: 150px;
    height: 44px;
  }
  .header-menu .menu-content .menu .ul-box {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .warp .body {
    padding-top: 0px;
  }
  header {
    position: inherit;
  }
  .service-left-fixed {
    display: none!important;
  }
  .mobile-box {
    display: block;
  }
  .pc-box {
    display: none;
  }
  header {
    height: 47px;
  }
  header .search-box {
    position: absolute;
    width: 100%;
    left: 0px;
    background-color: #1E3C86;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 999;
    top: 52px;
  }
  header .search-box .input-box {
    position: relative;
    margin: 10px 10px;
  }
  header .search-box .input-box input {
    width: 260px;
    line-height: 35px;
    padding: 6px 10px;
    height: 35px;
    border-radius: 20px;
    outline: none;
    border: 0px;
    padding-left: 15px;
  }
  header .search-box .input-box button {
    width: 35px;
    height: 35px;
    position: absolute;
    border-radius: 35px;
    border: 1px solid #CBCBCB;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background-color: #009CDE;
  }
  header .search-box .input-box button img {
    width: 17px;
  }
  .header-top {
    display: none;
  }
  .content {
    width: 100%;
    padding: 0 0px;
  }
  .content.content2 {
    width: 100%;
  }
  .header-menu {
    z-index: 1000;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: #fff;
    box-shadow: 0 0px 5px #b4b4b4;
    height: 51px;
  }
  .header-menu .menu-content {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
  }
  .header-menu .menu-content .l-menu {
    position: absolute;
    left: 10px;
    top: 14px;
  }
  .header-menu .menu-content .logo {
    width: 100px;
    height: 29px;
    background: url("../img/header/logo.svg") no-repeat 0 center;
    background-size: 100% auto;
    margin: auto;
  }
  .header-menu .menu-content .mobile-box.search {
    width: 16px;
    cursor: pointer;
    height: 20px;
    background: url("../img/header/search-blue.png") no-repeat 2px 3px;
    background-size: 90% auto;
    position: absolute;
    right: 18px;
    top: 13px;
  }
  .header-menu .menu-content .mobile-box.user {
    width: 13px;
    object-fit: contain;
    position: absolute;
    right: 83px;
    top: 15px;
  }
  .header-menu .menu-content .mobile-box.language {
    position: absolute;
    right: 47px;
    top: 0px;
    padding: 14px 5px 0 5px;
    height: 50px;
  }
  .header-menu .menu-content .mobile-box.language .close {
    display: none;
  }
  .header-menu .menu-content .mobile-box.language .i {
    margin-top: 3px;
  }
  .header-menu .menu-content .mobile-box.language.open {
    background-color: #2d317c;
  }
  .header-menu .menu-content .mobile-box.language.open svg {
    display: none;
  }
  .header-menu .menu-content .mobile-box.language.open .close {
    display: block;
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    fill: #fff;
  }
  .header-menu .menu-content .mobile-box.down-language {
    position: fixed;
    width: calc(100vw - 88px);
    background-color: #2d317c;
    left: 40px;
    top: 50px;
    padding: 20px 0;
    display: none;
    z-index: 99;
  }
  .header-menu .menu-content .mobile-box.down-language a {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
  }
  .header-menu .menu-content .menu {
    width: 100%;
    position: fixed;
    z-index: 999;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0px;
    display: block;
    transform: translateX(-100%);
    transition: all 0.1s;
    text-align: left;
  }
  .header-menu .menu-content .menu .logo {
    display: none;
  }
  .header-menu .menu-content .menu .close {
    position: absolute;
    left: 210px;
    top: 20px;
    width: 20px;
    height: 20px;
    z-index: 99;
  }
  .header-menu .menu-content .menu .close img {
    width: 100%;
    height: 100%;
  }
  .header-menu .menu-content .menu.open {
    transform: translateX(0%);
  }
  .header-menu .menu-content .menu .ul-box {
    position: relative;
    height: 100vh;
    width: 260px;
    background: #fff url("../img/header/logo.svg") no-repeat 20px 80px;
    padding-top: 150px;
    background-size: 100px auto;
    margin-left: 0px;
  }
  .header-menu .menu-content .menu .ul-box .mobile-logo2 {
    position: absolute;
    left: 20px;
    top: 80px;
    width: 100px;
    height: 50px;
    z-index: 1;
  }
  .header-menu .menu-content .menu .ul-box:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 1px;
    left: 24px;
    background-color: #cecbcb;
    top: 130px;
  }
  .header-menu .menu-content .menu ul {
    width: 260px;
    text-align: left;
    position: relative;
    overflow-y: auto;
    height: calc(100vh - 150px);
  }
  .header-menu .menu-content .menu ul li {
    display: block;
    margin-left: 0px;
    height: auto;
    padding-right: 20px;
    margin: 0 25px;
    position: relative;
  }
  .header-menu .menu-content .menu ul li > a {
    color: #182987;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    padding: 0px;
  }
  .header-menu .menu-content .menu ul li > a:after {
    content: '';
    display: inline-block;
    background: url("../img/header/triangle.svg") no-repeat 0 0;
    height: 8px;
    width: 8px;
    margin-left: 5px;
    position: inherit;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  .header-menu .menu-content .menu ul li > a:hover:after {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .header-menu .menu-content .menu ul li .two {
    position: relative;
    width: 100%;
    left: 0px;
    top: 0px;
    padding-top: 5px;
    display: none;
  }
  .header-menu .menu-content .menu ul li .two dl {
    text-align: center;
    padding: 10px 0px;
    text-align: left;
  }
  .header-menu .menu-content .menu ul li .two dl dd {
    display: block;
    color: #96A4C3;
    font-size: 14px;
    box-sizing: content-box;
    padding: 8px 0px;
    position: relative;
    cursor: pointer;
    padding-right: 15px;
  }
  .header-menu .menu-content .menu ul li .two dl dd a {
    color: #96A4C3;
    line-height: 20px;
  }
  .header-menu .menu-content .menu ul li .two dl dd:hover,
  .header-menu .menu-content .menu ul li .two dl dd.active {
    color: #1992CD;
    font-weight: 300;
  }
  .header-menu .menu-content .menu ul li .two dl dd:hover a,
  .header-menu .menu-content .menu ul li .two dl dd.active a {
    color: #1992CD;
  }
  .header-menu .menu-content .menu ul li .two dl dd:after {
    display: none;
  }
  .header-menu .menu-content .menu ul li .two dl dd:first-child:before {
    display: none;
  }
  .header-menu .menu-content .menu ul li:hover {
    border-bottom: 0px;
  }
  .header-menu .menu-content .menu ul li:hover .two {
    display: block;
  }
  .header-menu .menu-content .menu ul li.active {
    border-bottom: 0px;
  }
  .header-menu .menu-content .menu ul li.search {
    display: none;
  }
  .header-menu .menu-content .menu ul li.vr {
    margin-left: 28px;
  }
  .header-menu .menu-content .menu ul li.vr a {
    background-size: 26px auto;
  }
}
@media screen and (max-width: 750px) {
  .right-fixed {
    display: none;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide {
    background: no-repeat center 0px;
    background-size: cover;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .lay-page {
    display: flex;
    justify-content: center;
    height: 25px;
  }
  .lay-page a,
  .lay-page span {
    width: 25px;
    height: 25px;
    font-size: 12px;
    margin-right: 0px;
  }
  .lay-page a.next,
  .lay-page span.next,
  .lay-page a.prev,
  .lay-page span.prev {
    background: url("../img/header/lay-page-sj.png") no-repeat center center;
    background-size: 6px auto;
  }
  .layer-strip {
    height: 25px;
    line-height: 25px;
    font-size: 3vw;
  }
  .layer-strip .left {
    padding-left: 0px;
    text-align: center;
    width: 50%;
  }
  .layer-strip .right {
    width: 50%;
    padding-left: 40px;
  }
  .number-box {
    flex-wrap: wrap;
  }
  .number-box dd {
    width: calc((100% - 50px)/2);
    position: relative;
    margin-bottom: 20px;
  }
  .number-box dd .number span font {
    font-size: 21px;
  }
  .title-module {
    font-size: 21px;
    padding-bottom: 35px;
    padding-top: 6vw;
    letter-spacing: 1px;
  }
  .but-more a {
    width: 100px;
    font-size: 12px;
  }
  .back-fixed img {
    width: 40px;
  }
  footer {
    font-size: 12px;
  }
  footer .info {
    padding: 50px 0;
    background-size: cover;
  }
  footer .info .content {
    display: block;
  }
  footer .info .content .left .logo {
    padding-left: 30px;
  }
  footer .info .content .left .logo img {
    width: 200px;
  }
  footer .info .content .left .company {
    font-size: 14px;
    padding: 50px 0 0 30px;
  }
  footer .info .content .right .qrcode {
    text-align: left;
    font-size: 14px;
    margin: 0px;
    margin-top: 20px;
    padding: 0 30px;
  }
  footer .info .content .right .qrcode img {
    max-width: 200px;
    width: 40%;
    display: block;
    margin-top: 10px;
  }
  footer .copyright {
    padding: 25px;
  }
  .bread-module-about {
    font-size: 14px;
    padding: 30px 0 10px 20px;
  }
  .bread-module-about a {
    color: #96A4C3;
  }
}
/*# sourceMappingURL=public.css.map */