@charset "utf-8";
.ones-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.twos-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.picture {
  /*position: relative;*/
  overflow: hidden;
  /*z-index: 10;*/
}
.picture img {
  transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.each-item:hover .picture img {
  transform: scale(1.15);
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  zoom: 1.15 \9;
}
/*flex 布局*/
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-hc {
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-zBetween {
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-zEnd {
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-zStart {
  -webkit-box-pack: start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-ac {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-cStart {
  -webkit-box-align: start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-cEnd {
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-cBaseline {
  -webkit-box-align: baseline;
  -moz-align-items: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.flex-cStretch {
  -webkit-box-align: stretch;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.flex-zTopBottom {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-zBottomTop {
  -webkit-box-pack: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-zLeftRight {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flex-zRightLeft {
  -webkit-box-pack: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-shrink {
  -webkit-box-flex: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.flex-center {
  -webkit-align-content: center;
  align-content: center;
}
.flex-start {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.flex-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.flex-between {
  -webkit-align-content: space-between;
  align-content: space-between;
}
.flex-container {
  -webkit-align-content: space-around;
  align-content: space-around;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex_bd {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@font-face {
  font-family: AvantGarde-Demi;
  src: url('../fonts/ITC AVANT GARDE CE GOTHIC DEMI.TTF');
}
/*@font-face {*/
/*  font-family: PingFangSC-Regular;*/
/*  src: url('../fonts/PingFang SC Regular.ttf');*/
/*}*/
/*@font-face {*/
/*  font-family: PingFangSC-Medium;*/
/*  src: url('../fonts/PingFang Medium.ttf'), url("../fonts/PingFang Medium.eot");*/
/*}*/
/*@font-face {*/
/*  font-family: PingFangSC-Semibold;*/
/*  src: url('../fonts/PingFangBold.ttf');*/
/*}*/
/*@font-face {*/
/*  font-family: PingFang-SC-bold;*/
/*  src: url('../fonts/PINGFANG BOLD.TTF');*/
/*}*/
@font-face {
  font-family: "DIN-Bold";
  src: url("../fonts/DIN-Bold.otf"), url("../fonts/DIN-Bold.eot");
  /* IE9 */
  font-style: normal;
  font-weight: normal;
}
.font-DIN {
  font-family: 'DIN-Bold', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-h {
  font-family: PingFang-SC-bold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-b {
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-m {
  font-family: PingFangSC-Medium, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: normal;
}
.font-r {
  font-family: PingFangSC-Regular, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw / 19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw / 7.5);
  }
}
body {
  min-height: 100%;
  font-family: PingFangSC-Medium, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 84%;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 0.16rem;
}
@media (max-width: 991px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font18 {
  font-size: 0.18rem;
}
@media (max-width: 991px) {
  .font18 {
    font-size: 0.28rem;
  }
}
.font20 {
  font-size: 0.2rem;
}
@media (max-width: 991px) {
  .font20 {
    font-size: 0.31rem;
  }
}
.font24 {
  font-size: 0.24rem;
}
@media (max-width: 991px) {
  .font24 {
    font-size: 0.34rem;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #0680CD;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #0680CD;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #0680CD;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1rem;
  }
}
#c-footer {
  background: url(../images/footer-bg2.jpg) center top no-repeat;
  padding: 1px 0;
  background-size: cover;
}
#c-footer .container .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#c-footer .container .top .c-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
#c-footer .container .top .c-logo .c-img-box {
  /*transform: scale(0.2);*/
  transform-origin: 0 0;
  width: auto;
  height: 38px;
}

#c-footer .container .top .c-logo .c-img-box img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

#c-footer .container .top .c-logo .c-img-box svg{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
#c-footer .container .top .c-logo .c-img-box svg path {
  fill: #00bfff;
}
@media (max-width: 767px) {
  #c-footer .container .top .c-logo .c-img-box {
    transform: scale(0.15);
    /*width: 80px;*/
    height: 30px;
  }
}
#c-footer .container .top .c-logo .line {
  margin: 0 0.4rem;
  width: 1px;
  height: 0.22rem;
  background: #fff;
}
#c-footer .container .top .c-logo .solgen {
  font-size: 0.24rem;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  #c-footer .container .top .c-logo .solgen {
    font-size: 0.34rem;
  }
}
#c-footer .container .top .nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 991px) {
  #c-footer .container .top .nav {
    display: none;
  }
}
#c-footer .container .top .nav a {
  line-height: 1.2rem;
  height: 1.2rem;
  margin-left: 0.7rem;
  position: relative;
  color: #fff;
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  display: block;
}
@media (max-width: 991px) {
  #c-footer .container .top .nav a {
    font-size: 0.28rem;
  }
}
#c-footer .container .top .nav a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 0.03rem;
  background: #fff;
  opacity: 0;
}
#c-footer .container .top .nav a:hover:after {
  width: 100%;
  transition: left 0.4s, width 0.4s 0.1s;
  opacity: 1;
  left: 0;
}
#c-footer .container .center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.3rem 0 0.6rem;
}
@media (max-width: 991px) {
  #c-footer .container .center {
    display: block;
  }
}
#c-footer .container .center .info {
  font-size: 0.18rem;
  line-height: 2;
  font-family: PingFangSC-Medium, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: normal;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  #c-footer .container .center .info {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  #c-footer .container .center .info {
    padding: 0.2rem 0 0.3rem 0;
  }
}
#c-footer .container .center .ewm {
  width: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  #c-footer .container .center .ewm {
    width: 3rem;
    margin: auto;
  }
}
#c-footer .container .center .ewm .t1 {
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.44rem;
}
@media (max-width: 991px) {
  #c-footer .container .center .ewm .t1 {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  #c-footer .container .center .ewm .t1 {
    line-height: 3;
  }
}
#c-footer .container .center .ewm img {
  max-width: 1.4rem;
  width: 100%;
}
@media (max-width: 991px) {
  #c-footer .container .center .ewm img {
    max-width: 2.5rem;
  }
}
#c-footer .container .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #FFFFFF;
  padding: 0.25rem 0;
}
@media (max-width: 991px) {
  #c-footer .container .bottom {
    font-size: 0.28rem;
  }
}
#c-footer .container .bottom a {
  color: #fff;
}
@media (max-width: 991px) {
  #c-footer .container .bottom {
    display: block;
    padding: 0.4rem 0;
    line-height: 2;
    font-size: 13px;
  }
}
#c-footer .container .bottom a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2rem;
}
@media (max-width: 991px) {
  #c-footer .container .bottom a {
    margin-left: 0;
    margin-right: 0.2rem;
  }
}
#c-footer .container .bottom a:hover {
  opacity: 0.6;
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1900;
  width: 100%;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  background-color: transparent;
}
#c-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0.6rem;
  background-color: #fff;
  animation: bleamVAnimation2 infinite 5s cubic-bezier(0.77, 0, 0.9, 1);
}
#c-header.c-active1::before,
#c-header.c-active::before,
#c-header:hover::before {
  background: #046aab;
}
@keyframes bleamVAnimation2 {
  0% {
    left: 0;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    left: calc(100% - 0.6rem);
  }
}
#c-header.c-head-move {
  top: -1rem;
}
#c-header.c-active1,
#c-header.c-active,
#c-header.c-style2 {
  color: #fff;
  background: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  border-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  #c-header.c-active1,
  #c-header.c-active,
  #c-header.c-style2 {
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1rem;
    height: 1rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header.c-active1 a,
#c-header.c-active a,
#c-header.c-style2 a {
  color: #333333;
}
#c-header .container {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding-right: 0.3rem;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1rem;
    justify-content: space-between;
    position: initial;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
  margin-right: 0.6rem;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box svg {
  width: 1.76rem;
  height: 0.6rem;
}
#c-header .c-logo .c-img-box svg path,
#c-header .c-logo .c-img-box svg polygon,
#c-header .c-logo .c-img-box svg polyline,
#c-header .c-logo .c-img-box svg rect{
  fill: #fff;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box svg {
    width: 1.76rem;
    height: 0.6rem;
  }
}
#c-header .c-logo .c-img-box svg:nth-child(2) {
  display: none;
}
#c-header .c-logo .c-img-box img {
  width: 1.76rem;
  height: 0.4rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    width: 1.76rem;
    height: 0.4rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
/*顶部pc导航*/
#c-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#c-header .c-nav {
  display: flex;
  align-items: center;
  margin-right: 1.6rem;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  padding: 0 0.4rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li {
    padding: 0 0.3rem;
  }
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li .cnt2 {
  position: relative;
}
#c-header .c-nav > li .cnt2::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: 0;
  transition: all 0.5s;
  height: 2px;
  background-color: #fff;
}
#c-header .c-nav > li:hover .cnt2 {
  color: #0680CD;
}
#c-header .c-nav > li:hover .cnt2::before {
  width: 100%;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-header .c-nav li.on > a::before,
#c-header .c-nav li:hover > a::before {
  width: 100%;
}
#c-header .c-nav ul {
  position: absolute;
  top: 105%;
  left: 50%;
  display: none;
  line-height: 0.5rem;
  border-radius: 10px;
  background-color: #FFFFFF;
  min-width: 280px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 0.1rem 0.35rem;
}
#c-header .c-nav ul.flex {
  min-width: 5.6rem;
  padding: 0 0.35rem;
}
#c-header .c-nav ul.flex li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  border: 0;
  width: 45%;
}
#c-header .c-nav ul.flex li:nth-child(2n) {
  margin-left: calc(10% - 6px);
}
#c-header .c-nav ul.flex li h6.small-title {
  line-height: 2;
  padding: 0.12rem 0;
  border-bottom: 1px solid #212121;
}
#c-header .c-nav ul.flex li .other-link {
  padding: 0.14rem 0 0.3rem 0;
}
#c-header .c-nav ul.flex li .other-link a {
  line-height: 1.5;
  padding: 0.07rem 0;
}
#c-header .c-nav ul.flex li .other-link a:after {
  display: none;
}
#c-header .c-nav ul.flex li .other-link a:hover {
  color: #fff;
}
#c-header .c-nav ul li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  text-align: left;
  display: block;
  line-height: 0.6rem;
  color: #333;
  position: relative;
}
#c-header .c-nav ul li a:after {
  content: '';
  width: 0.06rem;
  height: 0.06rem;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  transform: rotate(135deg);
  position: absolute;
  top: 0.24rem;
  right: 0;
  transition: all 0.3s;
}
#c-header .c-nav ul li a:hover {
  color: #0680CD;
}
#c-header .c-nav ul li a:hover:after {
  border-color: #0680CD;
}
#c-header .icon-search.hover .nav_li4 {
  max-height: 100vh;
  padding: 0;
  opacity: 1;
  z-index: 1;
  overflow: initial;
  box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.04);
}
#c-header .icon-search.hover .nav_li4 .search-module {
  transition-delay: 0.1s;
}
#c-header .icon-search.hover .nav_li4 .hot,
#c-header .icon-search.hover .nav_li4 .search-module {
  transition: all 0.45s ease-in-out;
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0);
}
#c-header .nav_li4 {
  position: absolute;
  width: 100%;
  min-width: 1.67rem;
  left: 50%;
  top: 100%;
  height: auto;
  max-height: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateX(-50%);
  transition: all 0.5s;
  opacity: 0;
  z-index: -1001;
  overflow: hidden;
  background: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
}
#c-header .nav_li4 .container {
  margin: 0 auto;
  display: block;
  width: 84%;
  padding: 0;
}
@media (max-width: 1260px) {
  #c-header .nav_li4 .container {
    width: 90%;
  }
}
#c-header .nav_li4 .container .search-module {
  transform: translateY(-30px);
  opacity: 0;
  line-height: 1.5rem;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #0680CD;
}
#c-header .nav_li4 .container .search-module .input {
  width: calc(100% - 0.3rem);
  line-height: 1.5rem;
  font-size: 0.3rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #666666;
}
#c-header .nav_li4 .container .search-module .search-button {
  width: 0.25rem;
  height: 0.25rem;
  background: center center url("../images/icon-search.svg") no-repeat;
  background-size: 100%;
}
#c-header .nav_li4 .container .hot {
  transform: translateY(-30px);
  opacity: 0;
  padding: 0.05rem 0;
  font-size: 0.18rem;
  text-align: left;
  color: #666;
}
@media (max-width: 991px) {
  #c-header .nav_li4 .container .hot {
    font-size: 0.28rem;
  }
}
#c-header .nav_li4 .container .hot a {
  color: #666;
  transition: all 0.45s ease-in-out;
}
#c-header .nav_li4 .container .hot a:hover {
  color: #0680CD;
}
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #fff;
}
#c-header.c-active1 .c-nav li.on > a,
#c-header.c-active1 .c-nav li:hover > a,
#c-header.c-active .c-nav li.on > a,
#c-header.c-active .c-nav li:hover > a,
#c-header.c-style2 .c-nav li.on > a,
#c-header.c-style2 .c-nav li:hover > a {
  color: #0680CD;
}
.c-open #c-header.c-active1 .c-logo .c-img-box svg path,
#c-header.c-active1 .c-logo .c-img-box svg path,
.c-open #c-header.c-active .c-logo .c-img-box svg path,
#c-header.c-active .c-logo .c-img-box svg path,
#c-header.c-active .c-logo .c-img-box svg polygon,
#c-header.c-active .c-logo .c-img-box svg polyline,
#c-header.c-active .c-logo .c-img-box svg rect,
.c-open #c-header.c-style2 .c-logo .c-img-box svg path,
#c-header.c-style2 .c-logo .c-img-box svg path,
#c-header.c-style2 .c-logo .c-img-box svg polygon,
#c-header.c-style2 .c-logo .c-img-box svg polyline,
#c-header.c-style2 .c-logo .c-img-box svg rect{
  fill: #0680CD;
}





#c-header.c-active1 .c-gn,
#c-header.c-active .c-gn,
#c-header.c-style2 .c-gn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
#c-header.c-active1 .c-gn .icon-search .icon path,
#c-header.c-active .c-gn .icon-search .icon path,
#c-header.c-style2 .c-gn .icon-search .icon path {
  fill: #666666;
}
#c-header.c-active1 .c-gn .font-m,
#c-header.c-active .c-gn .font-m,
#c-header.c-style2 .c-gn .font-m {
  color: #666666;
  border-color: #ddd;
}
#c-header.c-active1 .c-gn .font-m:hover,
#c-header.c-active .c-gn .font-m:hover,
#c-header.c-style2 .c-gn .font-m:hover {
  color: #0680CD;
}
.c-open #c-header.c-active1 .c-nav > li .cnt2::before,
#c-header.c-active1 .c-nav > li .cnt2::before,
.c-open #c-header.c-active .c-nav > li .cnt2::before,
#c-header.c-active .c-nav > li .cnt2::before,
.c-open #c-header.c-style2 .c-nav > li .cnt2::before,
#c-header.c-style2 .c-nav > li .cnt2::before {
  background: #0680CD;
}
/*顶部移动端导航*/
#c-header .c-gn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-gn {
    display: none !important;
  }
}
#c-header .c-gn .icon-search {
  width: calc(20px + 0.6rem);
  box-sizing: border-box;
  cursor: pointer;
  padding: 0.01rem 0.3rem 0;
  height: 0.9rem;
}
@media (max-width: 1580px) {
  #c-header .c-gn .icon-search .icon {
    transform-origin: bottom center;
    transform: scale(0.75);
  }
}
#c-header .c-gn .icon-search:hover svg path {
  fill: #0680CD !important;
}
#c-header .c-gn .font-m {
  font-size: 0.18rem;
  line-height: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  color: #FFFFFF;
  padding: 0 0.3rem;
  vertical-align: top;
  opacity: 0.8;
}
@media (max-width: 991px) {
  #c-header .c-gn .font-m {
    font-size: 0.28rem;
  }
}
#c-header .c-nav2 {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1.2rem;
  color: #222;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0;
    margin: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#c-header .c-nav2 li .c-title-box a {
  display: block;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #666;
}
#c-header .c-nav2 li a {
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #0680CD;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1rem);
}
#c-header .c-nav2 .cn100 {
  background: rgba(0, 0, 0, 0.02);
  padding: 0.1rem 0;
  margin: 0 0 0.1rem;
}
#c-header .c-nav2 .cn100 a {
  padding: 0 5%;
  box-sizing: border-box;
}
#c-header .c-nav2 .cn100 .cn99 {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
#c-header .c-nav2 .cn100 .cn99:last-child {
  padding-bottom: 0.4rem;
}
#c-header .c-nav2 .cn100 .cn99 a {
  line-height: 2.5;
  width: 100%;
  display: block;
}
#c-header .c-nav2 .cn100 .cn99:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
#c-header .mb-lan {
  margin-top: 0.3rem;
  padding: 0 0.5rem 1rem;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#c-header .mb-lan svg {
  width: 20px;
  height: 20px;
  margin-top: 21px;
  margin-right: 5px;
  vertical-align: top;
}
#c-header .mb-lan .mb-lan2 {
  text-align: center;
  margin-right: 0.2rem;
  width: 1.5rem;
  line-height: 0.8rem;
  border-radius: 0.4rem;
  border: solid 0.02rem #666666;
}
#c-header .mb-lan .mb-lan2.default {
  background-color: #0680CD;
  border: solid 0.02rem #0680CD;
  color: #000000;
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.c-open #c-header.c-active1 .c-switch i:nth-child(2),
.c-open #c-header.c-active .c-switch i:nth-child(2),
.c-open #c-header.c-style2 .c-switch i:nth-child(2) {
  display: none;
}
.c-open #c-header.c-active1 .c-switch i:nth-child(1),
.c-open #c-header.c-active .c-switch i:nth-child(1),
.c-open #c-header.c-style2 .c-switch i:nth-child(1) {
  transform: rotate(45deg);
  top: 0.2rem;
}
.c-open #c-header.c-active1 .c-switch i:nth-child(3),
.c-open #c-header.c-active .c-switch i:nth-child(3),
.c-open #c-header.c-style2 .c-switch i:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 0.18rem;
}
#c-header.c-active1 .c-switch i,
#c-header.c-active .c-switch i,
#c-header.c-style2 .c-switch i {
  background: #666;
}
@media (max-width: 991px) {
  .seach_box {
    width: 90%;
    background: #eee;
    border-radius: 10px;
    height: 40px;
    padding: 4px 0 0 0;
    box-sizing: border-box;
    margin: 20px 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 10px auto;
  }
  .seach_box .submit {
    width: 20px;
    height: 20px;
    border: 0;
    background: url('../images/icon-search.svg') center center no-repeat;
    display: block;
    background-size: 100% 100%;
    margin-left: 10px;
    opacity: 0.6;
  }
  .seach_box .text {
    display: block;
    width: calc(100% - 50px);
    border: 0;
    background: transparent;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
    color: #222;
    padding: 5px 10px;
    box-sizing: border-box;
  }
  .seach_box .cancal {
    color: #6bf !important;
    font-size: 17px;
    display: none;
    margin-left: 3px;
  }
  .seach_box.focus {
    width: 80%;
    position: relative;
    margin-left: 5%;
  }
  .seach_box.focus .cancal {
    position: absolute;
    left: 102%;
    width: 100px;
    display: block;
    top: 0;
    line-height: 40px;
  }
  .header_search {
    display: none;
    width: 90%;
    margin: 3vh auto 0;
  }
  .header_search h2 {
    font-size: 13px;
    line-height: 1;
    color: #888888;
  }
  .header_search1 {
    padding-top: 5px;
  }
  .header_search1 a {
    font-size: 15px;
    line-height: 50px;
    color: #222;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .header_search1 a:first-child {
    border-top: 0px;
  }
  .login_header.opacity {
    opacity: 0;
  }
  .header_search {
    display: none;
  }
  .header_search h2 {
    font-size: 13px;
    line-height: 1;
    color: #888888;
  }
  .header_search1 {
    padding-top: 5px;
  }
  .header_search1 a {
    font-size: 15px;
    line-height: 50px;
    color: #666;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .header_search1 a:first-child {
    border-top: 0px;
  }
}
.tra {
  transition: all 0.45s ease-in-out;
}
a {
  cursor: pointer;
}
.button_su {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 30px;
}
.su_button_circle {
  background-color: #0680CD;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  margin-left: 0;
  margin-top: 0;
  pointer-events: none;
  /*animation-timing-function: ease-in-out; */
}
.button_su_inner {
  display: block;
  transition: 400ms;
  z-index: 1000;
}
.button_su_inner:hover {
  color: #0680CD;
  cursor: pointer;
}
.button_text_container {
  position: relative;
  z-index: 1000;
}
.explode-circle {
  animation: explode 1.5s forwards;
}
.desplode-circle {
  animation: desplode 0.5s forwards;
}
@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #0680CD;
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #0680CD;
  }
}
@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #0680CD;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #0680CD;
  }
}
@keyframes explode3 {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@keyframes desplode3 {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.main-container .common-banner {
  position: relative;
  width: 100%;
  height: 7.8rem;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
}
.main-container .common-banner.common-banner-about {
  min-height: 100vh;
}
.main-container .common-banner.common-banner-about:after {
  opacity: 0;
}
.main-container .common-banner.common-banner-about .container .title {
  padding-bottom: 0;
}
.main-container .common-banner.common-banner-about .container .desc {
  padding-top: 0.17rem;
}
.main-container .common-banner.common-banner-xin {
  overflow: hidden;
  min-height: 100vh;
}
.main-container .common-banner.common-banner-xin .container .title {
  padding-bottom: 0;
}
.main-container .common-banner.common-banner-xin .container .desc {
  padding-top: 0.17rem;
}
.main-container .common-banner.common-banner-xin .mouse {
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  z-index: 13;
  width: 100%;
  text-align: center;
  cursor: pointer;
  animation: mouse infinite 2s alternate cubic-bezier(0.77, 0, 0.9, 1);
}
.main-container .common-banner.common-banner-xin .mouse .text {
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 3;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .main-container .common-banner.common-banner-xin .mouse .text {
    font-size: 0.28rem;
  }
}
.main-container .common-banner.common-banner-xin .mouse .icon {
  display: block;
  margin: auto;
}
.main-container .common-banner.common-banner-xin .after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  background: #FFFFFF;
  mix-blend-mode: screen;
  overflow: hidden;
  padding-bottom: 2.5rem;
}
.main-container .common-banner.common-banner-xin .after .text {
  transform: scale(0.5);
  font-size: 30vw;
  color: #000000;
  font-family: AvantGarde-Demi;
}
.main-container .common-banner.common-banner-xin .content1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 5;
  padding-bottom: 20vh;
  width: 100%;
}
.main-container .common-banner.common-banner-xin .content1 .contents {
  background: url("../images/bg2.png") bottom center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-container .common-banner.common-banner-xin .content1 .wrapper {
  max-width: 8.35rem;
  width: 90%;
  margin: auto;
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .main-container .common-banner.common-banner-xin .content1 .wrapper {
    font-size: 0.28rem;
  }
}
.main-container .common-banner.common-banner-xin .content1 .t1 {
  line-height: 1;
  font-size: 0.28rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000000;
}
.main-container .common-banner.common-banner-xin .content1 .t2 {
  width: 0.28rem;
  height: 3px;
  background: #0680CD;
  margin: 0.2rem auto;
}
@keyframes mouse {
  0% {
    bottom: 0.6rem;
  }
  100% {
    bottom: 0.3rem;
  }
}
@media (max-width: 991px) {
  .main-container .common-banner {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .main-container .common-banner {
    height: 7rem;
  }
}
.main-container .common-banner .bg {
  background: center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  animation-delay: 0s !important;
}
.main-container .common-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.main-container .common-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #0680CD, transparent);
  opacity: 0.5;
  z-index: 3;
}
.main-container .common-banner .container {
  text-align: center;
  position: relative;
  z-index: 4;
}
.main-container .common-banner .container .title {
  font-family: PingFang-SC-bold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.48rem;
  font-size: 0.6rem;
  line-height: 1;
  color: #FFFFFF;
  padding-bottom: 0.17rem;
}
.main-container .common-banner .container .desc {
  font-size: 0.18rem;
  font-family: PingFangSC-Medium, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: normal;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .main-container .common-banner .container .desc {
    font-size: 0.28rem;
  }
}
.main-container .common-crumbs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  border-bottom: 1px solid #dddddd;
  animation-delay: 2s;
  background-color: #fff;
  width: 100%;
}
.main-container .common-crumbs.fixed {
  position: fixed;
}
@media (max-width: 767px) {
  .main-container .common-crumbs.fixed .container {
    padding: 0;
  }
  .main-container .common-crumbs.fixed .container .right-nav {
    padding: 0;
  }
  .main-container .common-crumbs.fixed .container .crumbs-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-container .common-crumbs {
    position: absolute;
  }
}
.main-container .common-crumbs .container {
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 0.7rem;
  font-size: 0.16rem;
}
@media (max-width: 991px) {
  .main-container .common-crumbs .container {
    font-size: 0.28rem;
  }
}
@media (max-width: 767px) {
  .main-container .common-crumbs .container {
    padding-top: 0.2rem;
    display: block;
  }
}
.main-container .common-crumbs .container .crumbs-text {
  color: #222222;
  line-height: 0.7rem;
  font-size: 0.16rem;
}
@media (max-width: 991px) {
  .main-container .common-crumbs .container .crumbs-text {
    font-size: 0.28rem;
  }
}
.main-container .common-crumbs .container .crumbs-text a {
  color: #999999;
  transition: all 0.45s ease-in-out;
}
.main-container .common-crumbs .container .crumbs-text a:hover {
  color: #0680CD;
}
.main-container .common-crumbs .container .crumbs-text .icon {
  margin: 0 0.06rem;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}
.main-container .common-crumbs .container .right-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .main-container .common-crumbs .container .right-nav {
    background-color: #fff;
    padding: 0.2rem 0 0;
  }
}
.main-container .common-crumbs .container .right-nav a {
  margin-left: 0.45rem;
  color: #222222;
  position: relative;
}
@media (max-width: 767px) {
  .main-container .common-crumbs .container .right-nav a {
    margin-left: 0;
    margin-right: 0.45rem;
  }
}
.main-container .common-crumbs .container .right-nav a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 0.02rem;
  background: #0680CD;
  transition: all 0.45s ease-in-out;
}
.main-container .common-crumbs .container .right-nav a:hover,
.main-container .common-crumbs .container .right-nav a.active {
  color: #0680CD;
}
.main-container .common-crumbs .container .right-nav a:hover:after,
.main-container .common-crumbs .container .right-nav a.active:after {
  left: 0%;
  width: 100%;
}
.main-container .common-pagetion {
  padding: 0.6rem 0 1.2rem 0;
  text-align: center;
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 0.5rem;
}
@media (max-width: 991px) {
  .main-container .common-pagetion {
    font-size: 0.28rem;
  }
}
.main-container .common-pagetion .input,
.main-container .common-pagetion a {
  color: #222222;
  cursor: pointer;
  display: inline-block;
  margin: 0 2px;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  vertical-align: top;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  transition: all 0.45s ease-in-out;
}
.main-container .common-pagetion .input {
  margin: 0 0.2rem 0 0.1rem;
  text-align: center;
}
.main-container .common-pagetion a.on,
.main-container .common-pagetion a:hover {
  background: #0680CD;
  color: #fff;
  border-color: #0680CD;
}
.main-container .common-pagetion a.on.icon,
.main-container .common-pagetion a:hover.icon {
  background: #0680CD;
}
.main-container .common-pagetion .more-icon {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.main-container .common-pagetion .more-icon i {
  border-color: #a7a8a9;
  top: calc(50% - 0.05rem);
  left: calc(50% - 0.05rem);
  width: 0.1rem;
  height: 0.1rem;
  transform: rotate(-135deg);
  border-bottom: 2px solid #a7a8a9;
  border-left: 2px solid #a7a8a9;
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .main-container .common-pagetion .more-icon i {
    top: calc(50% - 0.08rem);
    left: calc(50% - 0.08rem);
    width: 0.16rem;
    height: 0.16rem;
  }
}
.main-container .common-pagetion a.on .more-icon i,
.main-container .common-pagetion a:hover .more-icon i {
  border-color: #FFFFFF;
}
.main-container .common-pagetion .icon.prev {
  transform: rotate(180deg);
}
.main-container .common-pagetion .icon.next {
  margin-right: 0.15rem;
}
.main-container .news-container {
  position: relative;
  padding-top: 0.7rem;
}
@media (max-width: 767px) {
  .main-container .news-container {
    padding-top: 2rem;
  }
}
.main-container .news-container .news-top-module {
  animation-delay: 1s;
  padding: 0.4rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .main-container .news-container .news-top-module {
    display: block;
  }
}
.main-container .news-container .news-top-module .select-year {
  position: relative;
}
@media (max-width: 767px) {
  .main-container .news-container .news-top-module .select-year {
    width: 100%;
  }
}
.main-container .news-container .news-top-module .select-year:after {
  content: '';
  display: block;
  position: absolute;
  right: 0.2rem;
  top: calc(50% - 0.06rem);
  background: center center url("../images/icon-crumbs.svg");
  transform: rotate(90deg);
  height: 0.12rem;
  width: 0.07rem;
  background-size: 100% 100%;
}
.main-container .news-container .news-top-module .select-year select {
  background: transparent;
  width: 2.4rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  display: block;
  height: 0.5rem;
  border: 1px solid #DDDDDD;
  font-size: 0.16rem;
  color: #999999;
}
@media (max-width: 991px) {
  .main-container .news-container .news-top-module .select-year select {
    font-size: 0.28rem;
  }
}
@media (max-width: 767px) {
  .main-container .news-container .news-top-module .select-year select {
    line-height: 0.6rem;
    height: 0.6rem;
    width: 100%;
    margin-bottom: 0.15rem;
  }
}
.main-container .news-container .news-top-module .search-module {
  width: 3.72rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .main-container .news-container .news-top-module .search-module {
    width: 100%;
    line-height: 0.6rem;
    height: 0.6rem;
  }
}
.main-container .news-container .news-top-module .search-module .input {
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #999999;
  padding: 0 0.2rem;
  box-sizing: border-box;
  max-width: calc(100% - 1.04rem);
}
@media (max-width: 991px) {
  .main-container .news-container .news-top-module .search-module .input {
    font-size: 0.28rem;
  }
}
.main-container .news-container .news-top-module .search-module .search-button {
  width: 1.05rem;
  line-height: 0.5rem;
  background: center center url("../images/icon-search1.svg") no-repeat #0680CD;
  background-size: auto 50%;
}
@media (max-width: 991px) {
  .main-container .news-container .news-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.main-container .news-container .news-list .each-item {
  margin-bottom: 0.2rem;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
@media (max-width: 991px) {
  .main-container .news-container .news-list .each-item {
    margin-bottom: 0.4rem;
    width: calc(50% - 0.2rem);
  }
}
@media (max-width: 767px) {
  .main-container .news-container .news-list .each-item {
    width: 100%;
  }
}
.main-container .news-container .news-list .each-item a {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.4rem 0.35rem;
  border: 1px solid #ddd;
  transition-duration: 0.2s;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .main-container .news-container .news-list .each-item a {
    padding: 0.23rem;
    display: block;
  }
}
.main-container .news-container .news-list .each-item a .left {
  width: 54%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 991px) {
  .main-container .news-container .news-list .each-item a .left {
    width: 100%;
    display: block;
  }
}
.main-container .news-container .news-list .each-item a .picture {
  width: 3.2rem;
}
@media (max-width: 991px) {
  .main-container .news-container .news-list .each-item a .picture {
    width: 100%;
  }
}
.main-container .news-container .news-list .each-item a .content {
  width: calc(100% - 3.9rem);
}
@media (max-width: 991px) {
  .main-container .news-container .news-list .each-item a .content {
    width: 100%;
    padding-top: 0.3rem;
  }
}
.main-container .news-container .news-list .each-item a .content .title {
  transition-duration: 0.2s;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  color: #222222;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .main-container .news-container .news-list .each-item a .content .title {
    font-size: 0.34rem;
  }
}
.main-container .news-container .news-list .each-item a .content .desc {
  transition-duration: 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.16rem;
  color: #999999;
  line-height: 1.625;
}
@media (max-width: 991px) {
  .main-container .news-container .news-list .each-item a .content .desc {
    font-size: 0.28rem;
  }
}
.main-container .news-container .news-list .each-item a .date {
  transition-duration: 0.2s;
  padding: 0 0.2rem;
  min-width: 1.6rem;
  font-size: 0.2rem;
  position: relative;
  height: 0.48rem;
  background: #fff;
  border-radius: 30px;
  line-height: 0.48rem;
  text-align: center;
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #0680CD;
  transform: translateY(10px);
  transition: 0s;
}
@media (max-width: 991px) {
  .main-container .news-container .news-list .each-item a .date {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .main-container .news-container .news-list .each-item a .date {
    transform: translateY(0);
    text-align: left;
    margin: 0.1rem 0 0;
  }
}
.main-container .news-container .news-list .each-item a .date p {
  transition-duration: 0.2s;
  color: #666666;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transition: transform 0.5s;
  transform: translate(-50%, calc(-50% - 10px));
}
@media (max-width: 991px) {
  .main-container .news-container .news-list .each-item a .date p {
    transform: translate(-50%, -50%);
  }
}
.main-container .news-container .news-list .each-item a .date .button {
  text-align: center;
  opacity: 0;
}
.main-container .news-container .news-list .each-item a:hover {
  background-color: #0680CD;
  transition: all 0.45s ease-in-out;
}
.main-container .news-container .news-list .each-item a:hover .date {
  transform: translateY(0px);
  transition: all 0.45s ease-in-out;
}
.main-container .news-container .news-list .each-item a:hover .date p {
  opacity: 0;
  transform: translate(-50%, calc(-50%));
}
.main-container .news-container .news-list .each-item a:hover .date .button {
  opacity: 1;
}
.main-container .news-container .news-list .each-item a:hover .content .title {
  transition: all 0.45s ease-in-out;
  color: #fff;
}
.main-container .news-container .news-list .each-item a:hover .content .desc {
  transition: all 0.45s ease-in-out;
  color: #fff;
}
.main-container .contact-container {
  position: relative;
  padding-top: 0.7rem;
}
@media (max-width: 767px) {
  .main-container .contact-container {
    padding-top: 1.4rem;
  }
}
.main-container .business-container {
  position: relative;
  padding-top: 0.7rem;
}
@media (max-width: 767px) {
  .main-container .business-container {
    padding-top: 1rem;
  }
}
.main-container .about-container {
  position: relative;
  padding-top: 0.7rem;
}
@media (max-width: 767px) {
  .main-container .about-container {
    padding-top: 2rem;
  }
}
.bussiness-info-container {
  background-color: #f8f8f8;
  padding-top: 1rem;
  display: block;
}
.bussiness-info-container .common-crumbs {
  position: static;
  border-bottom: 1px solid #ddd;
}
.bussiness-info-container .common-crumbs .icon-right {
  font-size: 0.16rem;
  color: #666666;
}
@media (max-width: 991px) {
  .bussiness-info-container .common-crumbs .icon-right {
    font-size: 0.28rem;
  }
}
@media (max-width: 767px) {
  .bussiness-info-container .common-crumbs .icon-right {
    display: none;
    text-align: right;
  }
}
.bussiness-info-container .common-crumbs .icon-right svg {
  vertical-align: middle;
  margin-right: 1px;
}
.bussiness-info-container .common-crumbs .icon-right:hover {
  color: #0680CD;
}
.bussiness-info-container .common-crumbs .icon-right:hover svg path {
  fill: #0680CD;
}
.bussiness-info-container .business-info-section3.business-section {
  padding: 0.75rem 0 1rem;
}
.bussiness-info-container .business-info-section3.business-section .content .list li a {
  background: #FFFFFF;
}
.bussiness-info-container .business-info-section3.business-section .content .list li a:hover {
  background: #0680CD;
}
.bussiness-info-container .business-info-section1 {
  padding: 0.7rem 0 0;
  background-color: #FFFFFF;
}
.bussiness-info-container .business-info-section1 .title {
  font-size: 0.48rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #0680CD;
}
.bussiness-info-container .business-info-section1 .desc {
  font-size: 0.18rem;
  color: #333333;
  line-height: 1.7;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section1 .desc {
    font-size: 0.28rem;
  }
}
.bussiness-info-container .business-info-section1 .container1 {
  padding: 0.72rem 0;
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bussiness-info-container .business-info-section1 .container1 .left {
  max-width: 7.05rem;
}
.bussiness-info-container .business-info-section1 .container1 .left .t1 {
  font-size: 0.28rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.7;
  padding-bottom: 0.05rem;
  color: #222222;
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section1 .container1 .left .t1 {
    font-size: 0.35rem;
  }
}
.bussiness-info-container .business-info-section1 .container1 .left .desc {
  font-size: 0.18rem;
  line-height: 1.7;
  color: #666666;
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section1 .container1 .left .desc {
    font-size: 0.28rem;
  }
}
.bussiness-info-container .business-info-section1 .container1 .explode-circle {
  animation: explode3 1.5s forwards;
}
.bussiness-info-container .business-info-section1 .container1 .desplode-circle {
  animation: desplode3 0.5s forwards;
}
.bussiness-info-container .business-info-section1 .container1 .btn {
  cursor: pointer;
  border-radius: 30px;
  margin: 0;
  width: 2rem;
  background: #0680CD;
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section1 .container1 .btn {
    width: 2.4rem;
    height: 0.75rem;
    line-height: 0.75rem;
  }
}
.bussiness-info-container .business-info-section1 .container1 .btn a {
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #FFFFFF;
  display: block;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section1 .container1 .btn a {
    font-size: 0.28rem;
  }
}
.bussiness-info-container .business-info-section1 .container1 .btn a:hover {
  background: #046aab;
}
.bussiness-info-container .business-info-section2 {
  padding: 0.6rem 0 1.1rem;
  background-color: #FFFFFF;
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section2 {
    padding: 0 0 0.5rem;
  }
}
.bussiness-info-container .business-info-section2 .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.bussiness-info-container .business-info-section2 .item {
  width: calc(50% - 0.3rem);
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section2 .item {
    width: 100%;
  }
}
.bussiness-info-container .business-info-section2 .item .business1-section {
  background: transparent;
  padding: 0;
}
.bussiness-info-container .business-info-section2 .item .business1-section .list {
  display: block;
}
.bussiness-info-container .business-info-section2 .item .business1-section .list li {
  width: 100%;
  margin: 0 0 0.3rem !important;
  box-sizing: border-box;
  border: 1px solid #EDEDED;
}
.bussiness-info-container .business-info-section2 .item .business1-section .list li:hover {
  border-color: #0680CD;
}
.bussiness-info-container .business-info-section2 .item .business1-section .list li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section2 .item .business1-section .list li a {
    padding: 0.3rem;
  }
}
.bussiness-info-container .business-info-section2 .item .business1-section .list li a .picture {
  width: 45%;
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section2 .item .business1-section .list li a .picture {
    padding: 0.18rem 0.3rem;
    width: 30%;
  }
}
.bussiness-info-container .business-info-section2 .item .business1-section .list li a .lans {
  width: 55%;
  box-sizing: border-box;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section2 .item .business1-section .list li a .lans {
    width: 70%;
    padding: 0;
  }
}
.bussiness-info-container .business-info-section2 .item .title1 {
  font-size: 0.28rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.7;
  padding-bottom: 0.35rem;
  color: #222222;
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section2 .item .title1 {
    font-size: 0.35rem;
    padding-top: 0.6rem;
    padding-bottom: 0.15rem;
  }
}
.bussiness-info-container .business-info-section2 .item table {
  border-top: 1px solid #DDDDDD;
  width: 100%;
}
.bussiness-info-container .business-info-section2 .item table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.06);
}
.bussiness-info-container .business-info-section2 .item table td {
  padding: 0.26rem 0.4rem;
  font-size: 0.18rem;
  box-sizing: border-box;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section2 .item table td {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section2 .item table td {
    padding: 0.22rem;
  }
}
.bussiness-info-container .business-info-section4 {
  padding: 1.1rem 0;
  position: relative;
  overflow: hidden;
}
.bussiness-info-container .business-info-section4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}
.bussiness-info-container .business-info-section4 .container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section4 .container {
    display: block;
  }
}
.bussiness-info-container .business-info-section4 .container .left {
  max-width: 6.5rem;
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section4 .container .left {
    padding-bottom: 0.4rem;
  }
}
.bussiness-info-container .business-info-section4 .container .left .title {
  font-size: 0.28rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #FFFFFF;
  line-height: 1.7;
  padding-bottom: 0.05rem;
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section4 .container .left .title {
    font-size: 0.35rem;
  }
}
.bussiness-info-container .business-info-section4 .container .left .desc {
  font-size: 0.18rem;
  line-height: 1.7;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section4 .container .left .desc {
    font-size: 0.28rem;
  }
}
.bussiness-info-container .business-info-section4 .container .right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section4 .container .right {
    display: block;
  }
}
.bussiness-info-container .business-info-section4 .container .right > p {
  font-size: 0.18rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #FFFFFF;
  display: inline-block;
  margin: 0 0.4rem;
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section4 .container .right > p {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section4 .container .right > p {
    margin: 0.1rem 0 0.3rem;
  }
}
.bussiness-info-container .business-info-section4 .container .right .explode-circle {
  animation: explode3 1.5s forwards;
}
.bussiness-info-container .business-info-section4 .container .right .desplode-circle {
  animation: desplode3 0.5s forwards;
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section4 .container .right .btn-box {
    display: block;
    margin: 0;
  }
}
.bussiness-info-container .business-info-section4 .container .right .btn {
  cursor: pointer;
  border-radius: 30px;
  margin: 0;
  width: 2rem;
  background: #0680CD;
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section4 .container .right .btn {
    width: 2.4rem;
    height: 0.75rem;
    line-height: 0.75rem;
  }
}
.bussiness-info-container .business-info-section4 .container .right .btn a {
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #FFFFFF;
  display: block;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .bussiness-info-container .business-info-section4 .container .right .btn a {
    font-size: 0.28rem;
  }
}
.bussiness-info-container .business-info-section4 .container .right .btn a:hover {
  background: #046aab;
}
.news-info-container {
  background-color: #f8f8f8;
  padding-top: 1rem;
  display: block;
}
.news-info-container .container {
  margin: 0 auto;
  width: 78%;
}
@media (max-width: 1260px) {
  .news-info-container .container {
    width: 90%;
  }
}
.news-info-container .news-info-section {
  padding: 0.7rem 0 0;
  display: block;
}
.news-info-container .news-info-section .container .news-info-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .news-info-container .news-info-section .container .news-info-main {
    display: block;
    width: 100%;
  }
}
.news-info-container .news-info-section .container .left {
  width: 73%;
}
@media (max-width: 991px) {
  .news-info-container .news-info-section .container .left {
    display: block;
    width: 100%;
  }
}
.news-info-container .news-info-section .container .left .news-title {
  font-size: 0.36rem;
  font-family: PingFang-SC-bold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000000;
  padding-bottom: 0.4rem;
}
.news-info-container .news-info-section .container .left .other-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: PingFangSC-Regular, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  border-bottom: 1px dashed #DDDDDD;
  padding-bottom: 0.3rem;
}
.news-info-container .news-info-section .container .left .other-info .info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-info-container .news-info-section .container .left .other-info .info span {
  margin-right: 0.6rem;
  display: inline-block;
  font-size: 0.16rem;
  color: #000000;
}
.news-info-container .news-info-section .container .left .other-info .share-module {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 0.28rem;
  color: #666666;
}
@media (max-width: 991px) {
  .news-info-container .news-info-section .container .left .other-info .share-module {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .news-info-container .news-info-section .container .left .other-info .share-module {
    padding-top: 0.1rem;
  }
}
.news-info-container .news-info-section .container .left .other-info .share-module li {
  margin-left: 0.1rem;
  border-radius: 50%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .news-info-container .news-info-section .container .left .other-info .share-module li {
    transform: scale(0.86) !important;
  }
}
.news-info-container .news-info-section .container .left .other-info .share-module li .button_su_inner {
  width: 28px;
  height: 28px;
  background: #999999;
  line-height: 28px;
  padding: 2px 0 0;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 991px) {
  .news-info-container .news-info-section .container .left .other-info .share-module li .button_su_inner {
    padding-top: 3px;
  }
}
.news-info-container .news-info-section .container .left .other-info .share-module li svg {
  transform: scale(0.78);
  transform-origin: center;
}
.news-info-container .news-info-section .container .left .other-info .share-module li svg path {
  fill: #fff;
}
.news-info-container .news-info-section .container .left .editor {
  padding: 0.25rem 0;
  display: block;
  font-size: 0.16rem;
  font-family: PingFangSC-Regular, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333333;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .news-info-container .news-info-section .container .left .editor {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .news-info-container .news-info-section .container .left .editor {
    padding: 0.35rem 0;
  }
}
.news-info-container .news-info-section .container .left .editor p {
  padding-bottom: 0.35rem;
}
.news-info-container .news-info-section .container .left .details-bottom-box {
  width: 100%;
  padding: 0.5rem 0 1.2rem;
  border-top: 3px solid #999999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .news-info-container .news-info-section .container .left .details-bottom-box {
    display: block;
    width: 100%;
    padding: 0.15rem 0 0.3rem 0;
    border-top: 2px solid #999999;
  }
}
.news-info-container .news-info-section .container .left .details-bottom-box .explode-circle {
  animation: explode3 1.5s forwards;
}
.news-info-container .news-info-section .container .left .details-bottom-box .desplode-circle {
  animation: desplode3 0.5s forwards;
}
@media (max-width: 991px) {
  .news-info-container .news-info-section .container .left .details-bottom-box .details-bottom-flex {
    padding: 0.3rem 0;
  }
}
.news-info-container .news-info-section .container .left .details-bottom-box .details-bottom-flex .details-bottom-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 0.18rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 2;
  color: #999999;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .news-info-container .news-info-section .container .left .details-bottom-box .details-bottom-flex .details-bottom-text {
    font-size: 0.28rem;
  }
}
.news-info-container .news-info-section .container .left .details-bottom-box .details-bottom-flex .details-bottom-text:hover {
  color: #333333;
}
.news-info-container .news-info-section .container .left .details-bottom-box .btn {
  margin: 0;
  width: 1.6rem;
  height: 0.48rem;
  background: #0680CD;
  text-align: center;
  line-height: 0.48rem;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .news-info-container .news-info-section .container .left .details-bottom-box .btn {
    width: 2.4rem;
    height: 0.55rem;
    line-height: 0.55rem;
  }
}
.news-info-container .news-info-section .container .left .details-bottom-box .btn a {
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #FFFFFF;
  display: block;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .news-info-container .news-info-section .container .left .details-bottom-box .btn a {
    font-size: 0.28rem;
  }
}
.news-info-container .news-info-section .container .left .details-bottom-box .btn a:hover {
  background: #046aab;
}
.news-info-container .news-info-section .container .right {
  padding-top: 0.95rem;
  width: calc(27% - 0.6rem);
}
@media (max-width: 991px) {
  .news-info-container .news-info-section .container .right {
    display: block;
    width: 100%;
    padding: 0.3rem 0 1rem;
  }
}
.news-info-container .news-info-section .container .right .title {
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.6rem;
  padding-bottom: 0.15rem;
}
@media (max-width: 991px) {
  .news-info-container .news-info-section .container .right .title {
    font-size: 0.28rem;
  }
}
.news-info-container .news-info-section .container .right .list {
  border-top: 1px solid #0680CD;
}
.news-info-container .news-info-section .container .right .list li a {
  display: block;
  position: relative;
  padding: 0.33rem 0;
  border-bottom: 1px solid #ddd;
  transition: all 0.45s ease-in-out;
}
.news-info-container .news-info-section .container .right .list li a .small-title {
  font-size: 0.2rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333333;
  transition: all 0.45s ease-in-out;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .news-info-container .news-info-section .container .right .list li a .small-title {
    font-size: 0.31rem;
  }
}
.news-info-container .news-info-section .container .right .list li a .date {
  padding-top: 0.15rem;
  font-size: 0.16rem;
  color: #999999;
}
@media (max-width: 991px) {
  .news-info-container .news-info-section .container .right .list li a .date {
    font-size: 0.28rem;
  }
}
.news-info-container .news-info-section .container .right .list li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background: #0680CD;
  height: 1px;
  transition: all 0.45s ease-in-out;
}
.news-info-container .news-info-section .container .right .list li a:hover .small-title {
  color: #0680CD;
}
.news-info-container .news-info-section .container .right .list li a:hover:after {
  width: 100%;
}
.news-info-container .common-crumbs {
  border: 0;
  background-color: transparent;
  position: relative;
}
.news-info-container .common-crumbs .container {
  background-color: transparent;
}
.news-info-container .common-crumbs .icon-right {
  font-size: 0.16rem;
  color: #666666;
}
@media (max-width: 991px) {
  .news-info-container .common-crumbs .icon-right {
    font-size: 0.28rem;
  }
}
@media (max-width: 767px) {
  .news-info-container .common-crumbs .icon-right {
    display: none;
    text-align: right;
  }
}
.news-info-container .common-crumbs .icon-right svg {
  vertical-align: middle;
  margin-right: 1px;
}
.news-info-container .common-crumbs .icon-right:hover {
  color: #0680CD;
}
.news-info-container .common-crumbs .icon-right:hover svg path {
  fill: #0680CD;
}
.bg3 {
  background: url("../images/about11.png") center bottom no-repeat;
  background-size: 100% auto;
}
.about-section {
  overflow: hidden;
}
.about-section .common-title {
  font-size: 0.48rem;
  font-size: 0.42rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333333;
  margin-bottom: 0.3rem;
  line-height: 0.58rem;
  transform-origin: 0 0;
}
.about-section .wrapper {
  max-width: 7.2rem;
  padding: 0.7rem 0 0.9rem;
}
.about-section .common-desc {
  font-size: 0.18rem;
  line-height: 1.7;
  color: #000000;
}
@media (max-width: 991px) {
  .about-section .common-desc {
    font-size: 0.28rem;
  }
}
.about-section.about1-section .lans {
  position: relative;
}
.about-section.about1-section .c-img-box {
  position: absolute;
  z-index: 2;
  bottom: -30%;
  right: 0;
  width: 5.4rem;
}
.about-section.about1-section .c-img-box svg path {
  fill: #0680CD;
}
@media (max-width: 991px) {
  .about-section.about1-section .c-img-box {
    transform: scale(0.2) !important;
    transform-origin: 75% center;
    bottom: -35%;
  }
}
.about-section.about2-section .wrapper {
  padding: 1.3rem 0;
}
@media (max-width: 991px) {
  .about-section.about2-section .wrapper {
    padding: 0.5rem 0;
  }
}
.about-section.about2-section .line {
  height: 1px;
  background: #DDDDDD;
  position: relative;
}
.about-section.about2-section .line span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0.6rem;
  background-color: #0680CD;
  animation: bleamVAnimation2 infinite 5s cubic-bezier(0.77, 0, 0.9, 1);
}
.about-section.about2-section .content {
  background: url("../images/about3.png") right top no-repeat;
  overflow: hidden;
}
.about-section.about2-section .content .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.about-section.about2-section .content .left {
  width: 3rem;
  padding-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .about-section.about2-section .content .left {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 480px) {
  .about-section.about2-section .content .left {
    display: block;
  }
}
.about-section.about2-section .content .left li {
  padding: 1.3rem 0 0.3rem;
  color: #010101;
}
@media (max-width: 991px) {
  .about-section.about2-section .content .left li {
    padding: 0.5rem 0;
  }
}
.about-section.about2-section .content .left li .number {
  font-size: 1.2rem;
  line-height: 1;
  font-family: "DIN-Bold";
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: bold;
  color: #010101;
}
.about-section.about2-section .content .left li .number span {
  font-family: "DIN-Bold";
}
.about-section.about2-section .content .left li .number i {
  font-weight: normal;
}
@media (max-width: 991px) {
  .about-section.about2-section .content .left li .number {
    font-size: 0.88rem;
  }
}
@media (max-width: 480px) {
  .about-section.about2-section .content .left li .number {
    font-size: 0.6rem;
  }
}
.about-section.about2-section .content .left li .number i {
  font-size: 0.28rem;
  font-style: normal;
}
@media (max-width: 991px) {
  .about-section.about2-section .content .left li .number i {
    font-size: 0.24rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .about-section.about2-section .content .left li .number i {
    font-size: 0.34rem;
  }
}
.about-section.about2-section .content .left li .text {
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.2rem;
  line-height: 1;
}
@media (max-width: 991px) {
  .about-section.about2-section .content .left li .text {
    font-size: 0.31rem;
  }
}
.about-section.about2-section .content .right {
  width: 65%;
  margin-right: -12%;
}
@media (max-width: 991px) {
  .about-section.about2-section .content .right {
    width: 100%;
    margin-right: 0;
    padding-bottom: 2rem;
  }
}
.about-section.about2-section .content .right .swiper-pagination {
  display: none;
}
@media (max-width: 991px) {
  .about-section.about2-section .content .right .swiper-pagination {
    display: block;
  }
}
.about-section.about2-section .content .right a .desc {
  font-size: 0.18rem;
  line-height: 1.7;
  color: #000000;
  padding-top: 0.4rem;
}
@media (max-width: 991px) {
  .about-section.about2-section .content .right a .desc {
    font-size: 0.28rem;
  }
}
.about-section.about3-section {
  position: relative;
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 50%, #F8F8F8 50%, #F8F8F8 100%);
}
.about-section.about3-section .bg {
  width: 92%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: top center no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .about-section.about3-section .bg {
    width: 95%;
  }
}
.about-section.about3-section .container {
  position: relative;
  z-index: 1;
  padding: 0.95rem 0 0.35rem 0.7rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about-section.about3-section .container {
    display: block;
  }
}
.about-section.about3-section .container .right {
  width: 6.2rem;
}
@media (max-width: 991px) {
  .about-section.about3-section .container .right {
    width: 100%;
  }
}
.about-section.about3-section .container .right a {
  display: block;
  height: 1.6rem;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  transition: all 0.45s ease-in-out;
}
.about-section.about3-section .container .right a .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.4rem 0;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .about-section.about3-section .container .right a .text {
    font-size: 0.34rem;
  }
}
.about-section.about3-section .container .right a .text .name {
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.about-section.about3-section .container .right a .text .no {
  color: #FFFFFF;
  opacity: 0.2;
  transition: all 0.45s ease-in-out;
}
.about-section.about3-section .container .right a:before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  background: #FFFFFF;
}
.about-section.about3-section .container .right a:hover:before {
  width: 100%;
}
.about-section.about3-section .container .right a:hover .text .no {
  opacity: 0.95;
}
.about-section.about3-section .container .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: column;
}
.about-section.about3-section .container .left .left-top .tips {
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.28rem;
  color: #FFFFFF;
}
.about-section.about3-section .container .left .left-top .common-title {
  color: #fff;
  padding: 0.3rem 0;
}
.about-section.about3-section .container .left .left-top .common-desc {
  color: #fff;
  opacity: 0.84;
}
@media (max-width: 480px) {
  .about-section.about3-section .container .left .left-top .common-desc {
    opacity: 0.9;
    font-size: 0.3rem;
  }
}
.about-section.about3-section .container .left .left-button {
  display: block;
  width: 2.16rem;
  height: 0.6rem;
  border: 1px solid #FFFFFF;
  border-radius: 0.3rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #FFFFFF;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .about-section.about3-section .container .left .left-button {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .about-section.about3-section .container .left .left-button {
    margin-top: 1rem;
  }
}
.about-section.about3-section .container .left .left-button:hover {
  background: #FFFFFF;
  color: #0680CD;
}
.about-section.about4-section {
  background: #F8F8F8;
  position: relative;
}
.about-section.about4-section .swiper-wrapper {
  transition-timing-function: linear !important;
}
.about-section.about4-section .c-img-box {
  position: absolute;
  z-index: 2;
  bottom: 27%;
  right: 0;
  width: 5.4rem;
}
.about-section.about4-section .c-img-box svg path {
  fill: #0680CD;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .about-section.about4-section .c-img-box {
    transform: scale(0.25) !important;
    bottom: 20%;
  }
}
.about-section.about4-section .container {
  position: relative;
  z-index: 1;
  padding: 0.95rem 0 0.35rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about-section.about4-section .container {
    display: block;
    padding: 1rem 0 0rem ;
  }
}
.about-section.about4-section .container .right {
  width: 7rem;
  padding-top: 1.5rem;
}
@media (max-width: 991px) {
  .about-section.about4-section .container .right {
    width: 100%;
    padding-top: 0rem;
  }
}
.about-section.about4-section .container .right .common-desc {
  color: #333333;
  font-size: 0.18rem;
}
@media (max-width: 991px) {
  .about-section.about4-section .container .right .common-desc {
    font-size: 0.28rem;
  }
}
.about-section.about4-section .container .left .tips {
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.28rem;
  color: #999999;
  padding-bottom: 0.35rem;
}
.about-section.about4-section .container .left .common-title {
  color: #333333;
  max-width: 8.4rem;
}
.about-section.about4-section .container .left .common-title span {
  color: #0680CD;
}
@media (max-width: 991px) {
  .about-section.about4-section.about-section .wrapper {
    padding: 0.2rem 0 0.05rem;
  }
}
.about-section.about4-section .swiper-container {
  position: relative;
  z-index: 5;
  margin: 0.7rem 0 0;
  padding-bottom: 1.4rem;
}
@media (max-width: 991px) {
  .about-section.about4-section .swiper-container {
    margin: 1.3rem 0 0;
    padding-bottom: 1rem;
  }
}
.about-section.about4-section .swiper-container a {
  background: #FFFFFF;
}
.about-section.about4-section .swiper-container a .picture {
  padding: 0.3rem 0;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.about-section.about4-section .swiper-container a .picture img {
  max-height: 0.9rem;
  width: auto;
}
.about-section.about4-section .swiper-container a .name {
  text-align: center;
  line-height: 0.58rem;
  border-top: 1px solid #dddddd;
  box-sizing: border-box;
}
.about-section.about4-section .swiper-container a .name .ones-text {
  font-size: 0.18rem;
  color: #000000;
}
@media (max-width: 991px) {
  .about-section.about4-section .swiper-container a .name .ones-text {
    font-size: 0.28rem;
  }
}
.about-section.about4-section .swiper-container a:hover .name {
  color: #0680CD;
}
.about-section.about5-section {
  background: transparent;
  padding: 1rem 0;
}
.about-section.about5-section .tips {
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.28rem;
  color: #999999;
  padding-bottom: 0.35rem;
}
.about-section.about5-section .list {
  text-align: center;
  position: relative;
  margin-top: 1rem;
}
.about-section.about5-section .list .arrow:hover {
  background: url("../images/icon-arrow2.svg") no-repeat;
  background-size: 100% 100%;
}
.about-section.about5-section .list .arrow {
  z-index: 4;
  background: url("../images/icon-arrow1.svg") no-repeat;
  background-size: 100% 100%;
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  top: 1.9rem;
}
.about-section.about5-section .list .arrow.prev {
  transform: rotate(180deg);
}
.about-section.about5-section .list .arrow.next {
  right: 0;
  left: auto;
}
.about-section.about5-section .list:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #dddddd;
  position: absolute;
  left: 0;
  top: 2.15rem;
}
.about-section.about5-section .list .year {
  font-size: 1.25rem;
  font-family: AvantGarde-Demi;
  font-weight: bold;
  color: #999999;
  line-height: 1.88rem;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .about-section.about5-section .list .year {
    font-size: 1rem;
    padding-top: 0.88rem;
  }
}
.about-section.about5-section .list .dian {
  transition: all 0.45s ease-in-out;
  width: 0.13rem;
  height: 0.13rem;
  background: #999999;
  border-radius: 50%;
  margin: 0.2rem auto;
  box-shadow: 0 0 0 0.05rem rgba(153, 153, 153, 0.25);
}
.about-section.about5-section .list .desc {
  transition: all 0.45s ease-in-out;
  font-size: 0.24rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333333;
  line-height: 0.6rem;
  opacity: 0;
}
@media (max-width: 991px) {
  .about-section.about5-section .list .desc {
    font-size: 0.34rem;
  }
}
.about-section.about5-section .list .swiper-slide {
  position: relative;
  z-index: 2;
}
.about-section.about5-section .list .swiper-slide-active .year {
  color: #0680CD;
}
.about-section.about5-section .list .swiper-slide-active .dian {
  background: #0680CD;
  box-shadow: 0 0 0 0.05rem rgba(6, 128, 205, 0.25);
}
.about-section.about5-section .list .swiper-slide-active .desc {
  opacity: 1;
}
.about-section.about6-section {
  padding: 1rem 0;
  text-align: center;
}
.about-section.about6-section .tips {
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.28rem;
  color: #999999;
  padding-bottom: 0.05rem;
}
.about-section.about6-section a {
  margin-bottom: 0.75rem;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 0.2rem 0.3rem;
}
.about-section.about6-section a .no {
  font-size: 0.16rem;
  color: #333333;
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 0.6rem);
}
@media (max-width: 991px) {
  .about-section.about6-section a .no {
    font-size: 0.28rem;
  }
}
.about-section.about6-section a .name {
  position: absolute;
  bottom: 0.2rem;
  font-size: 0.2rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  text-align: center;
  color: #333333;
  line-height: 0.3rem;
  width: calc(100% - 0.6rem);
}
@media (max-width: 991px) {
  .about-section.about6-section a .name {
    font-size: 0.31rem;
  }
}
.about-section.about6-section .common-title {
  max-width: 12.5rem;
  margin: auto;
  padding-bottom: 0.8rem;
}
.about-section.about6-section .swiper-pagination-bullet {
  background: #FFFFFF;
}
@media (max-width: 480px) {
  .about-section.about6-section .list {
    width: 114% !important;
    margin-left: -7%;
  }
  .about-section.about6-section .list .swiper-slide {
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.win-module {
  display: none;
}
.win-module .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000000;
  opacity: 0.5;
  z-index: 1001;
}
.win-module .content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  max-width: 6rem;
  width: 90%;
  background: #fff;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(255, 255, 255, 0.01);
  border-radius: 0.05rem;
}
.win-module .content .top {
  padding: 0.4rem 0.3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(255, 255, 255, 0.01);
}
.win-module .content .top .name {
  font-size: 0.24rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #222;
  line-height: 1;
}
@media (max-width: 991px) {
  .win-module .content .top .name {
    font-size: 0.34rem;
  }
}
.win-module .content .top .close {
  width: 12px;
  cursor: pointer;
  transform: scale(1.5);
}
.win-module .content .top .close path {
  fill: #000;
}
.win-module .content .bottom {
  padding: 0.4rem 0.3rem 0.7rem;
}
.win-module .content .bottom .button_su {
  margin-top: 0.37rem;
  min-width: 1.19rem;
  box-sizing: border-box;
  border-radius: 0.26rem;
}
@media (max-width: 991px) {
  .win-module .content .bottom .button_su {
    min-width: 100px;
    height: 42px;
    border-radius: 30px;
  }
}
.win-module .content .bottom .button_su .button_su_inner {
  border: 2px solid #0680CD;
  border-radius: 0.26rem;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  padding: 0 0.2rem;
  z-index: 3;
  position: relative;
  display: block;
  color: #0680CD;
  text-align: center;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 0.52rem;
  height: 0.52rem;
}
@media (max-width: 991px) {
  .win-module .content .bottom .button_su .button_su_inner {
    line-height: 42px;
    height: 42px;
    font-size: 14px;
    margin-top: -1px;
  }
}
.win-module .content .bottom .button_su:hover .button_su_inner {
  color: #FFFFFF;
}
.win-module .content .bottom .text {
  width: 100%;
  line-height: 0.6rem;
  height: 0.6rem;
  box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
}
.win-module .content .bottom .text:focus {
  border-color: #0680CD;
}
.win-module .content .bottom .fileUploadContent {
  position: relative;
  margin-top: 0.2rem;
}
.win-module .content .bottom .fileUploadContent .tips {
  color: #FFFFFF;
  font-size: 0.24rem;
}
@media (max-width: 991px) {
  .win-module .content .bottom .fileUploadContent .tips {
    font-size: 0.34rem;
  }
}
@media (max-width: 991px) {
  .win-module .content .bottom .fileUploadContent .tips {
    font-size: 17px !important;
  }
}
.win-module .content .bottom .fileUploadContent .desc {
  color: #999999;
  line-height: 0.36rem;
}
.win-module .content .bottom .desc1 {
  padding: 0.15rem;
  box-sizing: border-box;
  color: #333333;
  line-height: 1.5;
}
.win-module .content .bottom .text1 {
  padding: 0 0.15rem;
  box-sizing: border-box;
}
.win-module .content .bottom .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.win-module.win-module1 .content {
  width: 250px;
}
.win-module.win-module1 .content .top {
  padding-bottom: 0;
  padding-top: 30px;
}
.win-module.win-module1 .content .bottom {
  padding-bottom: 30px;
  text-align: center;
}
.win-module.win-module1 .content .bottom #qrcode {
  display: inline-block;
}
.win-module.win-module3 .content {
  max-width: 500px;
  width: 90%;
  top: 25%;
}
.contact1-section {
  padding: 0.9rem 0 1.1rem;
  background: center center no-repeat;
  background-size: cover;
}
.contact1-section h4.title {
  font-size: 0.38rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #222222;
  line-height: 0.48rem;
  padding-bottom: 0.6rem;
  max-width: 8.4rem;
  display: block;
}
@media (max-width: 991px) {
  .contact1-section h4.title {
    max-width: 100%;
  }
}
.contact1-section .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact1-section .content .small-title {
  font-size: 0.28rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #222222;
  padding-bottom: 0.1rem;
}
@media (max-width: 991px) {
  .contact1-section .content .small-title {
    font-size: 0.35rem;
  }
}
.contact1-section .content .left {
  width: 60%;
}
@media (max-width: 991px) {
  .contact1-section .content .left {
    width: 100%;
  }
}
.contact1-section .content .left .small-title {
  color: #0680CD;
}
.contact1-section .content .left .info-list .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 0.1rem;
}
.contact1-section .content .left .info-list .item .icon {
  margin: 0.1rem 0 0 0;
  vertical-align: top;
  width: 20px;
  height: 20px;
}
.contact1-section .content .left .info-list .item .icon path {
  fill: #999999;
}
.contact1-section .content .left .info-list .item p {
  width: calc(100% - 28px);
  display: block;
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333333;
  line-height: 1.5;
  padding: 0.05rem 0;
}
@media (max-width: 991px) {
  .contact1-section .content .left .info-list .item p {
    font-size: 0.28rem;
  }
}
.contact1-section .content .right {
  width: 30%;
}
@media (max-width: 991px) {
  .contact1-section .content .right {
    width: 100%;
    padding-top: 1rem;
  }
}
.contact1-section .content .right .ewm {
  width: 1.6rem;
}
@media (max-width: 991px) {
  .contact1-section .content .right .ewm {
    max-width: 3rem;
    width: 100%;
  }
}
.contact2-section {
  background: #F0F6FB;
  text-align: center;
  padding: 1.1rem 0;
}
.contact2-section h4.title {
  font-size: 0.38rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #222222;
  line-height: 0.42rem;
  padding-bottom: 0.07rem;
}
@media (max-width: 991px) {
  .contact2-section h4.title {
    font-size: 0.42rem;
    padding-bottom: 0.25rem;
  }
}
.contact2-section .subtitle {
  font-size: 0.16rem;
  color: #666666;
  padding-top: 0.06rem;
}
@media (max-width: 991px) {
  .contact2-section .subtitle {
    font-size: 0.28rem;
  }
}
.contact2-section .content {
  margin: 0.6rem auto 0.2rem;
  text-align: left;
  padding: 0.6rem 1.3rem;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.06);
}
@media (max-width: 991px) {
  .contact2-section .content {
    margin: 0.3rem auto;
    padding: 5%;
  }
}
.contact2-section .content ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact2-section .content .item {
  width: calc(33.3% - 0.16rem);
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .contact2-section .content .item {
    width: 100%;
  }
}
.contact2-section .content .item-2 {
  width: calc(66.7% - 0.07rem);
}
@media (max-width: 991px) {
  .contact2-section .content .item-2 {
    width: 100%;
  }
}
.contact2-section .content .item-3 {
  width: 100%;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .contact2-section .content .item-3 {
    margin-bottom: 0.3rem;
  }
}
.contact2-section .content .small-title {
  font-size: 0.16rem;
  padding-bottom: 0.07rem;
  color: #222222;
}
@media (max-width: 991px) {
  .contact2-section .content .small-title {
    font-size: 0.28rem;
  }
}
.contact2-section .content .small-title span {
  color: #0680CD;
}
.contact2-section .content .box-form-input {
  width: 100%;
  line-height: 0.5rem;
  height: 0.5rem;
  box-sizing: border-box;
  padding: 0 0.2rem;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  position: relative;
}
.contact2-section .content .box-form-input:after {
  content: '';
  display: block;
  position: absolute;
  right: 0.2rem;
  top: calc(50% - 0.06rem);
  background: center center url("../images/icon-crumbs.svg");
  transform: rotate(90deg);
  height: 0.12rem;
  width: 0.07rem;
  background-size: 100% 100%;
}
.contact2-section .content .box-form-input select {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .contact2-section .content .box-form-input {
    line-height: 0.75rem;
    height: 0.75rem;
  }
}
.contact2-section .content .box-form-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.15rem 0.21rem;
  height: 3.11rem;
  border: 1px solid #DDDDDD;
}
.contact2-section .content .box-form-note {
  font-size: 0.16rem;
  color: #999999;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .contact2-section .content .box-form-note {
    font-size: 0.28rem;
  }
}
.contact2-section .content .box-form-note a {
  color: #0680CD;
}
.contact2-section .content .explode-circle {
  animation: explode3 1.5s forwards;
}
.contact2-section .content .desplode-circle {
  animation: desplode3 0.5s forwards;
}
.contact2-section .content .btn {
  cursor: pointer;
  margin: 0;
  width: 2rem;
  background: #0680CD;
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
}
@media (max-width: 991px) {
  .contact2-section .content .btn {
    width: 2.4rem;
    height: 0.75rem;
    line-height: 0.75rem;
  }
}
.contact2-section .content .btn a {
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #FFFFFF;
  display: block;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .contact2-section .content .btn a {
    font-size: 0.28rem;
  }
}
.contact2-section .content .btn a:hover {
  background: #046aab;
}
.business-section {
  padding: 1rem 0 1.4rem;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .business-section {
    padding: 1.5rem 0 1rem;
    overflow: hidden;
    min-height: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .business-section {
    padding: 0.8rem 0 0.8rem;
  }
}
.business-section .common-title {
  font-size: 0.48rem;
  font-family: PingFang-SC-bold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #222222;
  text-align: center;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .business-section .common-title {
    padding-bottom: 0.3rem;
  }
}
.business-section .content-top .index-title {
  float: left;
  font-size: 0.48rem;
  color: #222222;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 0.58rem;
  transform-origin: 0 0;
}
@media (max-width: 991px) {
  .business-section .content-top .index-title {
    padding-bottom: 0.5rem;
    float: none;
    width: 100%;
  }
}
.business-section .content-top .right {
  float: right;
  width: 6.95rem;
}
@media (max-width: 991px) {
  .business-section .content-top .right {
    float: none;
    width: 100%;
    margin-top: -20px;
  }
}
.business-section .content-top .right .desc {
  font-size: 0.18rem;
  color: #222222;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .business-section .content-top .right .desc {
    font-size: 0.28rem;
  }
}
.business-section .content-top .right .desc p {
  display: block;
  margin-bottom: 0.1rem;
}
.business-section .line {
  height: 1px;
  background: #DDDDDD;
  display: block;
  margin: 1rem 0 0.8rem;
  position: relative;
}
.business-section .line span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0.6rem;
  background-color: #0680CD;
  animation: bleamVAnimation2 infinite 5s cubic-bezier(0.77, 0, 0.9, 1);
}
@media (max-width: 767px) {
  .business-section .line {
    margin: 0.5rem 0;
  }
}
.business-section .content .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .business-section .content .list {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.business-section .content .list li {
  width: calc(33.333% - 0.2rem);
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .business-section .content .list li {
    width: calc(50% - 0.15rem);
    margin: 0 0 0.3rem;
  }
}
@media (max-width: 767px) {
  .business-section .content .list li {
    width: 100%;
  }
}
.business-section .content .list li:nth-child(3n - 1) {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
@media (max-width: 991px) {
  .business-section .content .list li:nth-child(3n - 1) {
    margin: 0 0 0.3rem;
  }
}
.business-section .content .list li a {
  display: block;
  background: #F5F5F5;
  transition: all 0.45s ease-in-out;
}
.business-section .content .list li a .lans {
  padding: 0.5rem;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .business-section .content .list li a .lans {
    padding: 0.3rem;
  }
}
.business-section .content .list li a .lans .small-title {
  font-size: 0.22rem;
  font-family: PingFang-SC-bold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  transition: all 0.45s ease-in-out;
  color: #000000;
  line-height: 2.5;
}
@media (max-width: 991px) {
  .business-section .content .list li a .lans .small-title {
    font-size: 0.3rem;
  }
}
.business-section .content .list li a .lans .desc {
  height: 0.52rem;
  font-size: 0.18rem;
  transition: all 0.45s ease-in-out;
  color: #666666;
  line-height: 0.26rem;
}
@media (max-width: 991px) {
  .business-section .content .list li a .lans .desc {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .business-section .content .list li a .lans .desc {
    line-height: 0.4rem;
    height: 0.8rem;
  }
}
.business-section .content .list li a .pic {
  position: relative;
  padding: 0 0.17rem;
  box-sizing: border-box;
}
.business-section .content .list li a .pic::before {
  content: '';
  background-color: #030303;
  opacity: 0.2;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.business-section .content .list li a .pic .more {
  width: calc(100% - 0.6rem);
  position: absolute;
  left: 0.3rem;
  bottom: 0.3rem;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.business-section .content .list li a .pic .more .text {
  position: relative;
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #FFFFFF;
  line-height: 0.58rem;
  width: 100%;
  transition: all 0.45s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .business-section .content .list li a .pic .more .text {
    font-size: 0.28rem;
  }
}
.business-section .content .list li a .pic .more .text:after {
  height: 1px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  transition: all 0.45s ease-in-out;
  width: 0;
  background: #FFFFFF;
}
.business-section .content .list li a:hover {
  background-color: #0680CD;
}
.business-section .content .list li a:hover .lans .small-title {
  color: #fff;
}
.business-section .content .list li a:hover .lans .desc {
  color: #fff;
}
.business-section .content .list li a:hover .pic .more .text {
  padding-left: 0.2rem;
}
.business-section .content .list li a:hover .pic .more .text:after {
  width: 100%;
}
.business1-section {
  padding: 1rem 0 1.1rem;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background: rgba(6, 128, 205, 0.06);
}
@media (max-width: 991px) {
  .business1-section {
    padding: 1.5rem 0 1rem;
    overflow: hidden;
    min-height: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .business1-section {
    padding: 0.8rem 0 0.8rem;
  }
}
.business1-section .common-title {
  font-size: 0.48rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #222222;
  text-align: center;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .business1-section .common-title {
    padding-bottom: 0.3rem;
  }
}
@media (max-width: 991px) {
  .business1-section .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.business1-section .list li {
  width: calc(25% - 0.23rem);
  margin: 0 0 0.3rem calc(0.3rem - 5px);
  display: inline-block;
  vertical-align: top;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .business1-section .list li {
    width: calc(50% - 0.15rem);
    margin: 0 0 0.3rem;
  }
}
@media (max-width: 767px) {
  .business1-section .list li {
    width: 100%;
  }
}
.business1-section .list li a {
  display: block;
  background: #FFFFFF;
}
.business1-section .list li .picture {
  margin: auto;
  padding: 0.48rem 1rem;
  box-sizing: border-box;
}
.business1-section .list li .lans {
  padding: 0.35rem;
  box-sizing: border-box;
}
.business1-section .list li .lans .title {
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.2rem;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .business1-section .list li .lans .title {
    font-size: 0.31rem;
  }
}
.business1-section .list li .lans .desc {
  font-size: 0.16rem;
  color: #999999;
  margin: 0.1rem 0 0.35rem;
  line-height: 1.7;
  height: 0.544rem;
}
@media (max-width: 991px) {
  .business1-section .list li .lans .desc {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .business1-section .list li .lans .desc {
    margin: 0.1rem 0;
    height: 0.952rem;
  }
}
.business1-section .list li .lans .more {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.business1-section .list li .lans .more p {
  font-size: 0.16rem;
  color: #666666;
}
@media (max-width: 991px) {
  .business1-section .list li .lans .more p {
    font-size: 0.28rem;
  }
}
.business1-section .list li .lans .more .icon {
  margin-left: 0.1rem;
  transform: scale(0.7);
}
@media (max-width: 991px) {
  .business1-section .list li .lans .more .icon {
    margin-left: 0;
    transform: scale(0.5);
  }
}
.business1-section .list li:hover {
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 0, 0, 0.01);
  margin-top: -0.15rem;
  margin-bottom: 0.45rem;
}
.business1-section .list li:hover .title {
  color: #0680CD;
}
.business1-section .list li:hover {
  margin-bottom: 0.3rem !important;
  margin-top: 0 !important;
}
.business1-section .list li:nth-child(4n - 3) {
  margin-left: 0;
}
.common-contact-section {
  padding: 1rem 0;
  position: relative;
  overflow: hidden;
}
.common-contact-section .bg {
  background: top center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.common-contact-section .container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.common-contact-section .container .item {
  width: calc(50% - 0.15rem);
  box-sizing: border-box;
  padding: 0.45rem 0.5rem;
  background: #fff;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .common-contact-section .container .item {
    width: 100%;
    margin: 0.15rem 0;
  }
}
.common-contact-section .container .item .title {
  font-size: 0.24rem;
  font-family: PingFang-SC-bold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  transition: all 0.45s ease-in-out;
  color: #222222;
  margin-bottom: 0.1rem;
}
@media (max-width: 991px) {
  .common-contact-section .container .item .title {
    font-size: 0.34rem;
  }
}
.common-contact-section .container .item .desc {
  width: 90%;
  transition: all 0.45s ease-in-out;
  font-size: 0.18rem;
  color: #666666;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .common-contact-section .container .item .desc {
    font-size: 0.28rem;
  }
}
.common-contact-section .container .item .other {
  padding-top: 1.1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.16rem;
  color: #999999;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .common-contact-section .container .item .other {
    font-size: 0.28rem;
  }
}
.common-contact-section .container .item .other .icon {
  width: 36px;
  height: 36px;
}
@media (max-width: 991px) {
  .common-contact-section .container .item .other .icon {
    transform: scale(0.7);
  }
}
.common-contact-section .container .item .other .icon path {
  transition: all 0.45s ease-in-out;
  fill: #0680CD;
}
.common-contact-section .container .item:hover {
  background: #0680CD;
}
.common-contact-section .container .item:hover .title {
  color: #fff;
}
.common-contact-section .container .item:hover .desc {
  color: #fff;
}
.common-contact-section .container .item:hover .other {
  color: #fff;
}
.common-contact-section .container .item:hover .other .icon path {
  fill: #fff;
}
.product-container {
  padding-top: 1rem;
}
.product-container .product-select {
  text-align: center;
  padding: 0.75rem 0 0;
}
.product-container .product-select .tips {
  font-size: 0.18rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #999999;
}
@media (max-width: 991px) {
  .product-container .product-select .tips {
    font-size: 0.28rem;
  }
}
.product-container .product-select .title {
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000000;
  padding-bottom: 0.8rem;
  font-size: 0.48rem;
}
.product-container .product-select .nav-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.product-container .product-select .nav-list:after {
  content: '';
  position: absolute;
  height: 100%;
  background: rgba(245, 245, 245, 0.6);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 767px) {
  .product-container .product-select .nav-list:after {
    display: none;
  }
}
.product-container .product-select .nav-list.length2:after {
  width: 50%;
}
.product-container .product-select .nav-list.length2.on0:after {
  left: 0%;
}
.product-container .product-select .nav-list.length2.on1:after {
  left: 50%;
}
.product-container .product-select .nav-list.length3:after {
  width: 33.3%;
}
.product-container .product-select .nav-list.length3.on0:after {
  left: 0%;
}
.product-container .product-select .nav-list.length3.on1:after {
  left: 33.3%;
}
.product-container .product-select .nav-list.length3.on2:after {
  left: 66.6%;
}
.product-container .product-select .nav-list.length4:after {
  width: 25%;
}
.product-container .product-select .nav-list.length4.on0:after {
  left: 0%;
}
.product-container .product-select .nav-list.length4.on1:after {
  left: 25%;
}
.product-container .product-select .nav-list.length4.on2:after {
  left: 50%;
}
.product-container .product-select .nav-list.length4.on3:after {
  left: 75%;
}
.product-container .product-select .nav-list.length5:after {
  width: 20%;
}
.product-container .product-select .nav-list.length5.on0:after {
  left: 0%;
}
.product-container .product-select .nav-list.length5.on1:after {
  left: 20%;
}
.product-container .product-select .nav-list.length5.on2:after {
  left: 40%;
}
.product-container .product-select .nav-list.length5.on3:after {
  left: 60%;
}
.product-container .product-select .nav-list.length5.on4:after {
  left: 80%;
}
.product-container .product-select .nav-list.length5 a {
  padding: 0.3rem 0.3rem;
}
.product-container .product-select .nav-list a {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.3rem 0.7rem;
  transition: all 0.45s ease-in-out;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .product-container .product-select .nav-list a {
    padding: 15px 5px;
  }
}
.product-container .product-select .nav-list a:nth-child(1) {
  background: rgba(245, 245, 245, 0.2);
}
.product-container .product-select .nav-list a:nth-child(2) {
  background: rgba(245, 245, 245, 0.4);
}
.product-container .product-select .nav-list a:nth-child(3) {
  background: rgba(245, 245, 245, 0.6);
}
.product-container .product-select .nav-list a:nth-child(4) {
  background: rgba(245, 245, 245, 0.4);
}
.product-container .product-select .nav-list a:nth-child(5) {
  background: rgba(245, 245, 245, 0.2);
}
.product-container .product-select .nav-list a .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .product-container .product-select .nav-list a .text {
    display: block;
    width: calc(100% - 38px);
  }
}
.product-container .product-select .nav-list a.on .text .t1,
.product-container .product-select .nav-list a.on .text .t2 {
  color: #0680CD;
}
.product-container .product-select .nav-list a .t1 {
  font-size: 0.24rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1;
  color: #999999;
}
@media (max-width: 991px) {
  .product-container .product-select .nav-list a .t1 {
    font-size: 0.34rem;
  }
}
@media (max-width: 767px) {
  .product-container .product-select .nav-list a .t1 {
    font-size: 12px;
  }
}
.product-container .product-select .nav-list a .t2 {
  line-height: 1;
  margin-left: 0.05rem;
  font-size: 0.18rem;
  color: #999999;
}
@media (max-width: 991px) {
  .product-container .product-select .nav-list a .t2 {
    font-size: 0.28rem;
  }
}
@media (max-width: 767px) {
  .product-container .product-select .nav-list a .t2 {
    font-size: 12px;
  }
}
.product-container .product-select .nav-list a .icon {
  width: 0;
  transition: all 0.45s ease-in-out;
}
.product-container .product-select .nav-list a.on {
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.product-container .product-select .nav-list a.on .icon {
  width: 38px;
}
@media (max-width: 767px) {
  .product-container .product-select .nav-list a.on .icon {
    transform: scale(0.4) !important;
  }
}
.product-container .progress-list {
  background: #F5F5F5;
  box-sizing: border-box;
  padding-top: 5vh;
}
@media (max-width: 991px) {
  .product-container .progress-list {
    padding-top: 1vh;
  }
}
.product-container .progress-list .item {
  padding: 2vh 0 10vh;
  display: none;
}
@media (max-width: 991px) {
  .product-container .progress-list .item {
    padding: 1vh 0 3vh;
  }
}
.product-container .progress-list .item .title1 {
  text-align: center;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.28rem;
  color: #000000;
  line-height: 1;
  padding-top: 0.6rem;
}
@media (max-width: 991px) {
  .product-container .progress-list .item .title1 {
    font-size: 0.35rem;
    padding-top: 0.3rem;
  }
}
.product-container .progress-list .item .list {
  padding: 0.36rem 0 0.6rem;
  text-align: center;
}
.product-container .progress-list .item .list li {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: calc(20% - (1.6rem / 5));
  margin-left: 0.3rem;
  margin-top: 0.24rem;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .product-container .progress-list .item .list li {
    width: calc(33% - 0.2rem);
  }
  .product-container .progress-list .item .list li:nth-child(3n - 2) {
    margin-left: 0;
  }
}
.product-container .progress-list .item .list li:nth-child(5n - 4) {
  margin-left: 0;
}
.product-container .progress-list .item .list li .icon {
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #EDEDED;
  padding: 0.5rem 0.8rem;
  display: none;
}
.product-container .progress-list .item .list li .icon img {
  transform: scale(1) !important;
  height: 1.1rem;
}
.product-container .progress-list .item .list li .text {
  text-align: center;
  font-size: 0.2rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 0.7rem;
  background: #E7EEF3;
  color: #333333;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .product-container .progress-list .item .list li .text {
    font-size: 0.31rem;
  }
}
@media (max-width: 991px) {
  .product-container .progress-list .item .list li .text {
    font-size: 13px;
  }
}
.product-container .progress-list .item .list li:hover {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .product-container .progress-list .item .list li:hover {
    margin-top: 0.24rem;
  }
}
.product-container .progress-list .item .list li:hover .text {
  background: #0680CD;
  color: #fff;
}
.product-container .progress-list .item .list li:hover .icon img {
  transform: scale(1) !important;
}
.product-container .more {
  padding: 1px 0;
  background: #F5F5F5;
}
.product-container .more .button {
  display: none;
  margin: -10vh auto 0.8rem;
  text-align: center;
  border-radius: 30px;
  width: 1.8rem;
  line-height: 0.6rem;
  background: #0680CD;
  color: #FFFFFF;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .product-container .more .button {
    width: 2.5rem;
    line-height: 0.8rem;
    margin: -3vh auto 0.8rem;
  }
}
.product-container .more .button.open {
  margin-top: 0;
}
@media (max-width: 991px) {
  .product-container .more .button.open {
    margin-top: 3vh;
  }
}
.product-container .more .button:hover {
  background: #046aab;
}
.product-container .more .open svg {
  transform: rotate(180deg);
}
@keyframes loop {
  0% {
    transform-origin: 0% 50%;
    transform: scale3d(0, 1, 1);
  }
  50% {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
  51% {
    transform-origin: 100% 50%;
  }
  100% {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
  }
}
.hover-reveal {
  position: fixed;
  width: 2.8rem;
  height: 2.8rem;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.hover-reveal__inner,
.hover-reveal__img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.hover-reveal__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(24, 19, 20, 0.09);
}
.hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%;
}
.xin-section2 {
  background: center center no-repeat;
  background-size: cover;
  padding: 1.2rem 0 1.5rem;
  text-align: center;
}
.xin-section2 .common-title {
  font-size: 0.48rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #FFFFFF;
  margin-bottom: 0.5rem;
  line-height: 0.58rem;
}
.xin-section2 .item {
  width: 2rem;
  height: 2rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  display: inline-block;
  vertical-align: top;
  margin: 0.4rem;
  box-sizing: border-box;
  padding-top: 0.5rem;
}
.xin-section2 .item .text {
  font-size: 0.18rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  text-align: center;
  color: #000000;
  line-height: 1;
  padding-top: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .xin-section2 .item .text {
    font-size: 0.28rem;
  }
}
.xin-section2 .item .picture {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.xin-section2 .item .picture svg {
  width: 0.58rem;
}
.xin-section2 .item .picture svg path {
  fill: #0680CD;
}
.xin-section3 .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: 1rem 0 0.7rem;
}
@media (max-width: 991px) {
  .xin-section3 .container {
    display: block;
  }
}
.xin-section3 .wrapper {
  max-width: 9.1rem;
}
.xin-section3 .wrapper .common-title {
  font-size: 0.48rem;
  line-height: 1.2;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000000;
}
.xin-section3 .wrapper .common-title span {
  color: #0680CD;
}
.xin-section3 .wrapper .desc {
  padding-top: 0.4rem;
  color: #000000;
  font-size: 0.18rem;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .xin-section3 .wrapper .desc {
    font-size: 0.28rem;
  }
}
.xin-section3 .button-list {
  position: relative;
  width: 1.2rem;
  height: 0.58rem;
}
@media (max-width: 991px) {
  .xin-section3 .button-list {
    margin-left: calc(100% - 1.2rem);
    display: none;
  }
}
.xin-section3 .button-list .arrow:hover {
  background: url("../images/icon-arrow2.svg") no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
.xin-section3 .button-list .arrow {
  z-index: 4;
  background: url("../images/icon-arrow1.svg") no-repeat;
  background-size: 100% 100%;
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  top: 0;
  transition: all 0.45s ease-in-out;
  opacity: 0.8;
}
.xin-section3 .button-list .arrow.prev {
  transform: rotate(180deg);
}
.xin-section3 .button-list .arrow.next {
  right: 0;
  left: auto;
}
.xin-section3 .list {
  padding-bottom: 1.7rem;
}
@media (max-width: 991px) {
  .xin-section3 .list {
    padding-bottom: 1rem;
  }
}
.xin-section3 .list .swiper-slide {
  background: center center no-repeat;
  background-size: cover;
  height: 5.6rem;
  position: relative;
}
@media (max-width: 991px) {
  .xin-section3 .list .swiper-slide {
    height: 3.6rem;
  }
}
.xin-section3 .list .swiper-slide .text {
  transition: all 0.4s 0.3s;
  opacity: 0;
  width: cal(99%);
  bottom: 0.3rem;
  left: 0.5rem;
  color: #fff;
  font-size: 0.48rem;
  font-family: AvantGarde-Demi;
  z-index: 3;
  position: absolute;
}
.xin-section3 .list .swiper-slide:after {
  transition: all 0.4s 0.3s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000000;
  opacity: 0.2;
}
.xin-section3 .list .swiper-slide.swiper-slide-active .text {
  opacity: 1;
}
.xin-section3 .list .swiper-slide.swiper-slide-active:after {
  opacity: 0;
}
.xin-section4 .common-title {
  font-size: 0.48rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333333;
  margin-bottom: 0.4rem;
  line-height: 0.58rem;
  transform-origin: 0 0;
  text-align: center;
}
.xin-section4 .swiper-pagination {
  display: none;
  bottom: 0.7rem;
}
@media (max-width: 991px) {
  .xin-section4 .swiper-pagination {
    display: block;
  }
}
.xin-section4 .list {
  padding-bottom: 1.4rem;
}
.xin-section4 .list a {
  background: #F8F8F8;
}
.xin-section4 .list a .content {
  padding: 0.3rem;
  box-sizing: border-box;
}
.xin-section4 .list a .title {
  font-size: 0.22rem;
  font-family: PingFang-SC-bold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333333;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .xin-section4 .list a .title {
    font-size: 0.3rem;
  }
}
.xin-section4 .list a .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.16rem;
  margin: 0.1rem 0 0.2rem;
  color: #666666;
}
@media (max-width: 991px) {
  .xin-section4 .list a .desc {
    font-size: 0.28rem;
  }
}
.xin-section4 .list a .time {
  font-size: 0.16rem;
  font-family: AvantGarde-Demi;
  color: #999999;
  line-height: 2;
}
@media (max-width: 991px) {
  .xin-section4 .list a .time {
    font-size: 0.28rem;
  }
}
.xin-section4 .list a:hover .title {
  color: #0680CD;
}
.download-section .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.download-section .left {
  width: 3.72rem;
}
@media (max-width: 767px) {
  .download-section .left {
    width: 100%;
  }
}
.download-section .left .tips {
  font-size: 0.16rem;
  color: #212121;
  padding: 0.5rem 0 0.2rem;
}
@media (max-width: 991px) {
  .download-section .left .tips {
    font-size: 0.28rem;
  }
}
.download-section .left .search-module {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .download-section .left .search-module {
    width: 100%;
    line-height: 0.6rem;
    height: 0.6rem;
  }
}
.download-section .left .search-module .input {
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #999999;
  padding: 0 0.2rem;
  box-sizing: border-box;
  max-width: calc(100% - 1.04rem);
}
@media (max-width: 991px) {
  .download-section .left .search-module .input {
    font-size: 0.28rem;
  }
}
.download-section .left .search-module .search-button {
  width: 1.05rem;
  line-height: 0.5rem;
  background: center center url("../images/icon-search1.svg") no-repeat #0680CD;
  background-size: auto 50%;
}
.download-section .left .nav-list {
  margin-top: 0.3rem;
  border-top: 1px solid #DDDDDD;
}
.download-section .left .nav-list a {
  border: 1px solid #DDDDDD;
  display: block;
  font-size: 0.18rem;
  color: #212121;
  padding: 0.22rem 0.4rem;
  box-sizing: border-box;
  border-top: 0;
  transition: all 0.45s ease-in-out;
  position: relative;
}
@media (max-width: 991px) {
  .download-section .left .nav-list a {
    font-size: 0.28rem;
  }
}
.download-section .left .nav-list a:after {
  transition: all 0.45s ease-in-out;
  position: absolute;
  top: calc(50% - 6px);
  right: 0.4rem;
  content: '';
  background: url(../images/icon-arrow3.svg) center center no-repeat;
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
}
.download-section .left .nav-list a.on,
.download-section .left .nav-list a:hover {
  background: #0680CD;
  color: #fff;
}
.download-section .left .nav-list a.on:after,
.download-section .left .nav-list a:hover:after {
  opacity: 1;
  right: 0.3rem;
}
.download-section .right {
  padding: 0.9rem 0;
  width: calc(100% - 4.3rem);
}
@media (max-width: 767px) {
  .download-section .right {
    width: 100%;
  }
}
.download-section .right h3.title {
  font-size: 0.38rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000000;
  padding-bottom: 0.35rem;
}
.download-section .right table {
  font-size: 0.18rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .download-section .right table {
    font-size: 0.28rem;
  }
}
@media (max-width: 480px) {
  .download-section .right table {
    font-size: 13px;
  }
  .download-section .right table svg {
    transform: scale(0.7);
  }
}
.download-section .right table tr {
  border: 1px solid #EDEDED;
  margin-bottom: 0.1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.35s ease-in-out;
}
.download-section .right table tr a {
  transition: all 0.35s ease-in-out;
}
.download-section .right table tr svg {
  width: 25px;
  height: 25px;
  display: block;
  margin: auto;
}
.download-section .right table tr svg path {
  transition: all 0.35s ease-in-out;
}
.download-section .right table tr:nth-child(1) {
  border: 0;
  border-top: 2px solid #000000;
  background: #FFFFFF !important;
}
.download-section .right table tr th:nth-child(1),
.download-section .right table tr td:nth-child(1) {
  width: 30%;
}
@media (max-width: 480px) {
  .download-section .right table tr th:nth-child(1),
  .download-section .right table tr td:nth-child(1) {
    width: 35%;
  }
}
.download-section .right table tr th:nth-child(2),
.download-section .right table tr td:nth-child(2) {
  width: 18%;
}
@media (max-width: 480px) {
  .download-section .right table tr th:nth-child(2),
  .download-section .right table tr td:nth-child(2) {
    width: 22%;
  }
}
.download-section .right table tr th:nth-child(3),
.download-section .right table tr td:nth-child(3) {
  width: 22%;
}
@media (max-width: 480px) {
  .download-section .right table tr th:nth-child(3),
  .download-section .right table tr td:nth-child(3) {
    display: none;
  }
}
.download-section .right table tr th:nth-child(4),
.download-section .right table tr td:nth-child(4) {
  width: 20%;
}
@media (max-width: 480px) {
  .download-section .right table tr th:nth-child(4),
  .download-section .right table tr td:nth-child(4) {
    width: 25%;
  }
}
.download-section .right table tr th:nth-child(5),
.download-section .right table tr td:nth-child(5) {
  width: 16%;
}
@media (max-width: 480px) {
  .download-section .right table tr th:nth-child(5),
  .download-section .right table tr td:nth-child(5) {
    width: 12%;
  }
}
.download-section .right table tr:nth-child(odd) {
  background: #F7F7F7;
}
.download-section .right table th {
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: normal;
  color: #000000;
  padding: 0.3rem 0.15rem;
}
@media (max-width: 480px) {
  .download-section .right table th {
    padding: 0.15rem 0.1rem;
  }
}
.download-section .right table td a {
  display: block;
  padding: 0.3rem 0.15rem;
  color: #656565;
}
@media (max-width: 480px) {
  .download-section .right table td a {
    padding: 0.15rem 0.1rem;
  }
}
.download-section .right table td a.color9 {
  color: #999999;
}
.download-section .right table tr:hover {
  background: #0680CD;
}
.download-section .right table tr:hover a {
  color: #fff;
}
.download-section .right table tr:hover svg path {
  fill: #fff;
}
.home-main .index-about {
  position: relative;
}
.home-main .index-about .swiper-container {
  width: 100%;
  height: calc(100vh - 1.5rem);
  overflow: hidden;
  text-align: center;
}
.home-main .index-about .swiper-container .swiper-slide {
  background: center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.home-main .index-about .swiper-container .swiper-slide .container {
  position: relative;
  z-index: 4;
}
.home-main .index-about .swiper-container .swiper-slide .container .title {
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.6rem;
  color: #FFFFFF;
}
.home-main .index-about .swiper-container .swiper-slide .container .desc {
  font-size: 0.18rem;
  max-width: 10rem;
  text-align: center;
  margin: auto;
  color: #fff;
}
@media (max-width: 991px) {
  .home-main .index-about .swiper-container .swiper-slide .container .desc {
    font-size: 0.28rem;
  }
}
.home-main .index-about .swiper-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.home-main .index-about .arrow {
  position: absolute;
  bottom: 0.35rem;
  left: calc(50% - 1rem);
  width: 2rem;
  text-align: center;
  z-index: 3;
}
@media (max-width: 991px) {
  .home-main .index-about .arrow {
    width: 2rem;
    left: calc(50% - 1rem);
  }
}
.home-main .index-about .arrow .text {
  font-size: 0.28rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #EDEDED;
}
@media (max-width: 991px) {
  .home-main .index-about .arrow .text {
    font-size: 0.32rem;
  }
}
.home-main .index-about .arrow .icon i {
  opacity: 0.5;
  display: block;
  width: 0.1rem;
  margin: auto;
  height: 0.1rem;
  margin-bottom: -2px;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  transform: rotate(-135deg);
  animation: lines steps(5, start) infinite 0.9s;
}
@media (max-width: 991px) {
  .home-main .index-about .arrow .icon i {
    width: 7px;
    height: 7px;
  }
}
.home-main .index-about .arrow .icon i:nth-child(3) {
  animation-delay: 0.6s;
}
.home-main .index-about .arrow .icon i:nth-child(2) {
  animation-delay: 0.3s;
}
@keyframes lines {
  0% {
    opacity: 0.2;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.home-main .index-about .swiper-pagination {
  width: 20px;
  z-index: 5;
  top: 0;
  right: 3%;
  left: auto;
  bottom: auto;
  height: calc(100vh - 1.8rem);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
}
.home-main .index-about .swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  display: block;
  margin: 10px;
}
.home-main .index-select {
  /*background: url("../images/bg2.jpg") center center no-repeat;*/
  background-size: cover;
  padding: 0.45rem 0;
  background: #0680CD;
}
@media (max-width: 991px) {
  .home-main .index-select {
    visibility: visible!important;
    animation-delay: 0s!important;
    animation-name: none!important;
  }
}
.home-main .index-select .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.home-main .index-select .select-wrapper {
  width: calc(33.3% - 0.17rem);
  line-height: 0.65rem;
  background: #FFFFFF;
  position: relative;
}
@media (max-width: 991px) {
  .home-main .index-select .select-wrapper {
    width: 100%;
    margin: 5px auto;
    animation-delay: 0s!important;
  }
}
.home-main .index-select .select-wrapper .icon {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  left: 0.3rem;
  top: calc(50% - 0.1rem);
}
@media (max-width: 991px) {
  .home-main .index-select .select-wrapper .icon {
    left: 0.15rem;
  }
}
.home-main .index-select .select-wrapper .icon path {
  fill: #666666;
}
.home-main .index-select .select-wrapper select {
  font-size: 0.18rem;
  color: #666666;
  padding: 0 0.6rem;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .home-main .index-select .select-wrapper select {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .home-main .index-select .select-wrapper select {
    padding: 0 0.4rem;
  }
}
@media (max-width: 480px) {
  .home-main .index-select .select-wrapper select {
    font-size: 15px;
    line-height: 40px;
    height: 40px;
  }
}
.home-main .index-select .select-wrapper .arrow {
  width: 0.09rem;
  height: 0.09rem;
  border-top: 2px solid #999999;
  border-left: 2px solid #999999;
  transform: rotate(-135deg);
  position: absolute;
  top: calc(50% - 0.07rem);
  right: 0.2rem;
  transition: all 0.3s;
  display: block;
}
@media (max-width: 991px) {
  .home-main .index-select .select-wrapper .arrow {
    right: 0.15rem;
    border-width: 1px;
    width: 0.13rem;
    height: 0.13rem;
  }
}
.home-main .index-select .select-wrapper:hover .icon path {
  fill: #0680CD;
}
.home-main .index-select .select-wrapper:hover select {
  color: #0680CD;
}
.home-main .index-select .select-wrapper:hover .arrow {
  border-color: #0680CD;
}
.home-main .index-select .button {
  transition: all 0.45s ease-in-out;
  background: #0680CD;
  color: #FFFFFF;
  font-size: 0.2rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  text-align: center;
}
@media (max-width: 991px) {
  .home-main .index-select .button {
    font-size: 0.31rem;
  }
}
@media (max-width: 480px) {
  .home-main .index-select .button {
    font-size: 15px;
    line-height: 50px;
  }
}
.home-main .index-select .button:hover {
  background: #046aab;
}
.home-main .index-case {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media (max-width: 480px) {
  .home-main .index-case {
    height: 10rem;
  }
}
.home-main .index-case .arrow:hover {
  background: url("../images/icon-arrow2.svg") no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
.home-main .index-case .arrow {
  z-index: 4;
  background: url("../images/icon-arrow5.svg") no-repeat;
  background-size: 100% 100%;
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  top: calc(50% - 0.25rem);
  opacity: 0.8;
  transition: all 0.3s;
}
.home-main .index-case .arrow.prev {
  left: 2.5%;
  transform: rotate(180deg);
}
.home-main .index-case .arrow.next {
  right: 2.5%;
  left: auto;
}
.home-main .index-case .bg-list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.home-main .index-case .bg-list .item {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 0.45s ease-in-out;
}
.home-main .index-case .bg-list .item.active {
  opacity: 1;
}
.home-main .index-case .line-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.home-main .index-case .line-box .container {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.home-main .index-case .line-box .container .index-line {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 3;
  position: relative;
}
@media (max-width: 991px) {
  .home-main .index-case .line-box .container .index-line:nth-child(4),
  .home-main .index-case .line-box .container .index-line:nth-child(5) {
    display: none;
  }
}
@media (max-width: 480px) {
  .home-main .index-case .line-box .container .index-line:nth-child(6) {
    display: none;
  }
}
@keyframes bleamVAnimation4 {
  0% {
    bottom: 0;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    bottom: calc(100% - 0.8rem);
  }
}
@keyframes bleamVAnimation3 {
  0% {
    top: 0;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    top: calc(100% - 0.8rem);
  }
}
.home-main .index-case .other .content {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
}
.home-main .index-case .other .content h2.title {
  text-align: center;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.48rem;
  color: #FFFFFF;
}
.home-main .index-case .other .content .desc {
  font-size: 0.16rem;
  text-align: center;
  color: #FFFFFF;
  margin: 0.1rem 0 0.2rem;
}
@media (max-width: 991px) {
  .home-main .index-case .other .content .desc {
    font-size: 0.28rem;
  }
}
.home-main .index-case .other .content .more {
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #FFFFFF;
  transition: all 0.45s ease-in-out;
  line-height: 0.44rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 991px) {
  .home-main .index-case .other .content .more {
    font-size: 0.28rem;
  }
}
.home-main .index-case .other .content .more .icon {
  margin: 0 0 0 0.1rem;
  transition: all 0.45s ease-in-out;
  width: 0.19rem;
  height: 0.19rem;
}
@media (max-width: 480px) {
  .home-main .index-case .other .content .more .icon {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.home-main .index-case .other .content .more:hover {
  opacity: 0.8;
}
.home-main .index-case .other .list {
  position: relative;
  z-index: 2;
}
.home-main .index-case .other .list .swiper-slide {
  height: 100vh;
  position: relative;
  text-align: center;
  color: #FFFFFF;
  padding: 70vh 0.55rem 0;
  box-sizing: border-box;
  transition: all 0.45s ease-in-out;
  cursor: pointer;
}
@media (max-width: 480px) {
  .home-main .index-case .other .list .swiper-slide {
    height: 10rem;
    padding: 6rem 0.25rem 0;
  }
}
.home-main .index-case .other .list .swiper-slide .wrapper {
  position: relative;
  z-index: 4;
}
.home-main .index-case .other .list .swiper-slide.active {
  padding: 65vh 0.55rem 0;
}
@media (max-width: 480px) {
  .home-main .index-case .other .list .swiper-slide.active {
    padding: 5rem 0.55rem 0;
  }
}
.home-main .index-case .other .list .swiper-slide.active .t2,
.home-main .index-case .other .list .swiper-slide.active .more {
  opacity: 1;
}
.home-main .index-case .other .list .swiper-slide.active:before {
  width: 100%;
  left: 0;
  opacity: 1;
}
.home-main .index-case .other .list .swiper-slide:before {
  background: linear-gradient(to top, rgba(6, 128, 205, 0.8), rgba(6, 128, 205, 0.35));
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0%;
  opacity: 0;
  z-index: 1;
  transition: all 0.45s ease-in-out;
}
.home-main .index-case .other .list .swiper-slide .t1 {
  font-size: 0.24rem;
  font-family: PingFang-SC-bold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0.1rem 0;
}
@media (max-width: 991px) {
  .home-main .index-case .other .list .swiper-slide .t1 {
    font-size: 0.34rem;
  }
}
@media (max-width: 480px) {
  .home-main .index-case .other .list .swiper-slide .t1 {
    margin-top: 0;
  }
}
.home-main .index-case .other .list .swiper-slide .t2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.16rem;
  line-height: 1.625;
  text-align: center;
  opacity: 0;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .home-main .index-case .other .list .swiper-slide .t2 {
    font-size: 0.28rem;
  }
}
.home-main .index-case .other .list .swiper-slide .more {
  width: 0.39rem;
  display: block;
  height: 0.39rem;
  margin: 0.35rem auto;
  opacity: 0;
  transition: all 0.45s ease-in-out;
}
.home-main .index-case .other .list .swiper-slide .icon {
  width: 55px;
  height: 55px;
}
@media (max-width: 480px) {
  .home-main .index-case .other .list .swiper-slide .icon {
    transform: scale(0.6);
  }
}
.home-main .index-product {
  background: center center no-repeat;
  background-size: cover;
  padding: 1.4rem 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 991px) {
  .home-main .index-product {
    padding: 0.7rem 0;
  }
}
.home-main .index-product .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-main .index-product .left {
  width: 5rem;
}
@media (max-width: 991px) {
  .home-main .index-product .left {
    width: 100%;
  }
}
.home-main .index-product .left h2.title {
  font-size: 0.48rem;
  color: #000000;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.home-main .index-product .left .desc {
  margin: 0.15rem 0 0.2rem;
  font-size: 0.18rem;
  line-height: 1.7;
  color: #656565;
}
@media (max-width: 991px) {
  .home-main .index-product .left .desc {
    font-size: 0.28rem;
  }
}
.home-main .index-product .left .pro-list .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  position: relative;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.24rem;
  line-height: 1;
  box-sizing: border-box;
  padding: 0.22rem 0 0.22rem 0;
  color: #656565;
}
@media (max-width: 991px) {
  .home-main .index-product .left .pro-list .item {
    font-size: 0.34rem;
  }
}
@media (max-width: 991px) {
  .home-main .index-product .left .pro-list .item {
    padding: 0.32rem 0;
  }
}
.home-main .index-product .left .pro-list .item p.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 0.3rem);
}
.home-main .index-product .left .pro-list .item .icon path {
  transition: all 0.3s;
  fill: transparent;
}
.home-main .index-product .left .pro-list .item:before {
  position: absolute;
  height: 2px;
  width: 0;
  background: #0680CD;
  content: '';
  transition: all 0s;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.home-main .index-product .left .pro-list .item.active {
  color: #0680CD;
}
.home-main .index-product .left .pro-list .item.active .icon path {
  transition: all 0.3s;
  fill: #0680CD;
}
.home-main .index-product .left .pro-list .item.active:after {
  position: absolute;
  height: 2px;
  width: 100%;
  background: #dddddd;
  content: '';
  transition: all 4s;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.home-main .index-product .left .pro-list .item.active:before {
  transition: all 7s;
  width: 100%;
}
.home-main .index-product .right {
  width: calc(100% - 5.5rem);
  max-width: 6.5rem;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .home-main .index-product .right {
    width: 100%;
  }
}
.home-main .index-product .pro {
  position: relative;
  z-index: 2;
}
.home-main .index-product .pro .inner {
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #0680CD;
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  opacity: 1;
  text-align: center;
  transition: all 0.1s;
  color: #FFFFFF;
  font-size: 0.16rem;
  z-index: 2;
  transform: scale(1) translateX(-50%) translateY(-50%);
}
@media (max-width: 991px) {
  .home-main .index-product .pro .inner {
    display: none;
  }
}
@media (max-width: 991px) {
  .home-main .index-product .pro .inner {
    font-size: 0.28rem;
  }
}
.home-main .index-product .pro p.text {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  margin-top: -0.7rem;
  margin-left: -0.7rem;
  opacity: 1;
  text-align: center;
  color: #FFFFFF;
  z-index: 3;
  font-size: 0.16rem;
}
@media (max-width: 991px) {
  .home-main .index-product .pro p.text {
    display: none;
  }
}
@media (max-width: 991px) {
  .home-main .index-product .pro p.text {
    font-size: 0.28rem;
  }
}
.home-main .index-product .pro p.text.none {
  opacity: 0;
  z-index: -10;
}
.home-main .index-product .pro .inner.none {
  transform: scale(0);
  z-index: -10;
}
.home-main .index-product .pro .item {
  opacity: 0;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  padding: 0.2rem;
  box-sizing: border-box;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .home-main .index-product .pro .item {
    padding: 1rem;
  }
}
.home-main .index-product .pro .item:nth-child(1) {
  position: relative;
}
.home-main .index-product .pro .item.active {
  opacity: 1;
  z-index: 1;
}
.home-main .home-section-line {
  padding: 1.1rem 0 1rem;
}
@media (max-width: 991px) {
  .home-main .home-section-line {
    padding-bottom: 0.3rem;
  }
}
.home-main .home-section-line h4.title {
  font-size: 0.24rem;
  font-family: PingFang-SC-bold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1;
  color: #656565;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .home-main .home-section-line h4.title {
    font-size: 0.34rem;
  }
}
.home-main .home-section-line .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
.home-main .home-section-line .line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0.6rem;
  background-color: #0680CD;
  animation: bleamVAnimation2 infinite 5s cubic-bezier(0.77, 0, 0.9, 1);
}
@media (max-width: 480px) {
  .home-main .index-about1 {
    height: 17rem;
    overflow: hidden;
  }
}
.home-main .index-about1 .content {
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .home-main .index-about1 .content {
    display: block;
  }
}
.home-main .index-about1 .content .left {
  width: 5rem;
}
@media (max-width: 991px) {
  .home-main .index-about1 .content .left {
    width: 100%;
  }
}
.home-main .index-about1 .content .left .number {
  font-size: 1.2rem;
  font-family: AvantGarde-Demi;
  color: #067FCB;
  letter-spacing: -1px;
}
.home-main .index-about1 .content .left .tit {
  font-family: PingFang-SC-bold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.38rem;
  color: #333333;
}
.home-main .index-about1 .content .left .desc {
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #999999;
}
.home-main .index-about1 .content .right {
  width: 7.8rem;
  padding-top: 0.3rem;
}
@media (max-width: 991px) {
  .home-main .index-about1 .content .right {
    width: 100%;
    padding-top: 0.5rem;
  }
}
.home-main .index-about1 .content .right .number {
  line-height: 1;
  font-size: 1.2rem;
  font-family: AvantGarde-Demi;
  color: #067FCB;
  letter-spacing: -1px;
}
.home-main .index-about1 .content .right .tit {
  font-family: PingFang-SC-bold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.58rem;
  line-height: 0.68rem;
  color: #000000;
}
.home-main .index-about1 .content .right .tit span {
  color: #0680CD;
}
.home-main .index-about1 .content .right .desc {
  color: #333333;
  margin: 0.3rem 0 0.7rem;
  font-size: 0.18rem;
}
@media (max-width: 991px) {
  .home-main .index-about1 .content .right .desc {
    font-size: 0.28rem;
  }
}
.home-main .index-about1 .content .right .button {
  display: block;
  width: 2.14rem;
  height: 0.6rem;
  border-radius: 30px;
  text-align: center;
  background: #0680CD;
  transition: all 0.3s;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.6rem;
}
@media (max-width: 991px) {
  .home-main .index-about1 .content .right .button {
    font-size: 0.28rem;
  }
}
.home-main .index-about1 .content .right .button:hover {
  background: #046aab;
}
.home-main .index-about1 .map {
  position: relative;
}
@media (max-width: 991px) {
  .home-main .index-about1 .map {
    width: 1000px;
    transform: scale(0.6);
    transform-origin: 0 0;
  }
}
@media (max-width: 480px) {
  .home-main .index-about1 .map {
    transform: scale(0.36);
  }
}
.home-main .index-about1 .map .item {
  position: absolute;
}
.home-main .index-about1 .map .item .but {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 480px) {
  .home-main .index-about1 .map .item .but {
    transform: scale(2);
    transform-origin: 100% 100%;
  }
}
.home-main .index-about1 .map .item .but span {
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333333;
  margin: 0 20px;
}
@media (max-width: 991px) {
  .home-main .index-about1 .map .item .but span {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .home-main .index-about1 .map .item .but span {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .home-main .index-about1 .map .item .but span {
    display: none;
  }
}
.home-main .index-about1 .map .item .but i {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #0680CD;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.home-main .index-about1 .map .item .but i:before {
  content: '';
  width: 50px;
  height: 50px;
  background-color: #0680CD;
  border: 1px solid #024570;
  box-sizing: border-box;
  position: absolute;
  opacity: 0.1;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-animation: scale1 1.5s linear infinite;
  animation: scale1 1.5s linear infinite;
}
.home-main .index-about1 .map .item .but i:after {
  content: "";
  display: block;
  border-radius: 50%;
}
.home-main .index-about1 .map .item .hov {
  width: 5.4rem;
  box-sizing: border-box;
  background: url(../images/box.png) top center no-repeat rgba(9, 105, 173, 0.87);
  background-size: cover;
  left: 80%;
  position: absolute;
  bottom: 150%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  padding: 0 0.5rem;
}
.home-main .index-about1 .map .item .hov:after {
  content: '';
  background: url("../images/arrow.png") no-repeat;
  width: 0.31rem;
  height: 0.18rem;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 50%;
}
.home-main .index-about1 .map .item .hov .tit {
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.28rem;
  color: #FFFFFF;
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.home-main .index-about1 .map .item .hov .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.25rem 0;
}
.home-main .index-about1 .map .item .hov .text .desc {
  font-size: 0.18rem;
  opacity: 0.6;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .home-main .index-about1 .map .item .hov .text .desc {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .home-main .index-about1 .map .item .hov .text .desc {
    font-size: 12px;
  }
}
.home-main .index-about1 .map .item .hov .text .num {
  font-family: AvantGarde-Demi;
  font-size: 0.28rem;
  color: #FFFFFF;
}
.home-main .index-about1 .map .item:hover {
  z-index: 10;
}
.home-main .index-about1 .map .item:hover .hov {
  display: block;
}
.home-main .index-about1 .map .item-1 {
  top: 25%;
  left: 12%;
}
.home-main .index-about1 .map .item-1 .but {
  flex-direction: row-reverse;
}
.home-main .index-about1 .map .item-1 .hov:after {
  left: 33.5%;
}
.home-main .index-about1 .map .item-2 {
  top: 40%;
  left: 15%;
}
.home-main .index-about1 .map .item-2 .but {
  flex-direction: row-reverse;
}
.home-main .index-about1 .map .item-2 .hov:after {
  left: 33.5%;
}
.home-main .index-about1 .map .item-3 {
  top: 50%;
  left: 14%;
}
.home-main .index-about1 .map .item-3 .but {
  flex-direction: row-reverse;
}
.home-main .index-about1 .map .item-3 .hov:after {
  left: 33.5%;
}
.home-main .index-about1 .map .item-4 {
  top: 70%;
  left: 29%;
}
.home-main .index-about1 .map .item-4 .but {
  flex-direction: row-reverse;
}
.home-main .index-about1 .map .item-4 .hov:after {
  left: 33.5%;
}
.home-main .index-about1 .map .item-5 {
  top: 80%;
  left: 25%;
}
.home-main .index-about1 .map .item-5 .but {
  flex-direction: row-reverse;
}
.home-main .index-about1 .map .item-5 .hov:after {
  left: 33.5%;
}
.home-main .index-about1 .map .item-6 {
  top: 28%;
  left: 43%;
}
.home-main .index-about1 .map .item-7 {
  top: 32.5%;
  left: 40%;
}
.home-main .index-about1 .map .item-8 {
  top: 34%;
  left: 45.5%;
}
.home-main .index-about1 .map .item-8 .but {
  flex-direction: row-reverse;
}
.home-main .index-about1 .map .item-8 .hov:after {
  left: 33.5%;
}
.home-main .index-about1 .map .item-9 {
  top: 37%;
  left: 47%;
}
.home-main .index-about1 .map .item-9 .but {
  flex-direction: row-reverse;
}
.home-main .index-about1 .map .item-9 .hov:after {
  left: 33.5%;
}
.home-main .index-about1 .map .item-10 {
  top: 60%;
  left: 41%;
}
.home-main .index-about1 .map .item-11 {
  top: 78%;
  left: 48%;
}
@media (max-width: 480px) {
  .home-main .index-about1 .map .item-11 {
    left: 54%;
  }
}
.home-main .index-about1 .map .item-12 {
  top: 63%;
  left: 57%;
}
.home-main .index-about1 .map .item-12 .but {
  flex-direction: row-reverse;
}
.home-main .index-about1 .map .item-12 .hov:after {
  left: 33.5%;
}
.home-main .index-about1 .map .item-13 {
  top: 49%;
  left: 60%;
}
.home-main .index-about1 .map .item-13 .but {
  flex-direction: row-reverse;
}
.home-main .index-about1 .map .item-13 .hov:after {
  left: 33.5%;
}
.home-main .index-about1 .map .item-14 {
  top: 51%;
  left: 63%;
}
.home-main .index-about1 .map .item-14 .but {
  flex-direction: row-reverse;
}
.home-main .index-about1 .map .item-14 .hov:after {
  left: 33.5%;
}
.home-main .index-about1 .map .item-15 {
  top: 51%;
  left: 70%;
}
.home-main .index-about1 .map .item-15 .but {
  flex-direction: row-reverse;
}
.home-main .index-about1 .map .item-15 .hov:after {
  left: 33.5%;
}
.home-main .index-about1 .map .item-16 {
  top: 42%;
  left: 78%;
}
.home-main .index-about1 .map .item-16 .but {
  flex-direction: row-reverse;
}
.home-main .index-about1 .map .item-16 .hov:after {
  left: 33.5%;
}
.home-main .index-about1 .map .item-17 {
  top: 42%;
  left: 84%;
}
.home-main .index-about1 .map .item-17 .but {
  flex-direction: row-reverse;
}
.home-main .index-about1 .map .item-17 .hov:after {
  left: 33.5%;
}
.home-main .index-about1 .map .item-18 {
  top: 61%;
  left: 78%;
}
.home-main .index-about1 .map .item-18 .but {
  flex-direction: row-reverse;
}
.home-main .index-about1 .map .item-18 .hov:after {
  left: 33.5%;
}
.home-main .index-about1 .map .item-19 {
  top: 75%;
  left: 86%;
}
.home-main .index-about1 .map .item-19 .but {
  flex-direction: row-reverse;
}
.home-main .index-about1 .map .item-19 .hov:after {
  left: 33.5%;
}
.home-main .index-about2 {
  display: block;
  text-align: center;
}
.home-main .index-about2 li {
  margin: 0.5rem;
  display: inline-block;
  vertical-align: top;
}
.home-main .index-about2 li .number {
  font-family: AvantGarde-Demi;
  font-size: 0.69rem;
  color: #067FCD;
  letter-spacing: -1px;
}
.home-main .index-about2 li .tit {
  font-family: PingFang-SC-bold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.24rem;
  color: #333333;
}
@media (max-width: 991px) {
  .home-main .index-about2 li .tit {
    font-size: 0.34rem;
  }
}
.home-main .index-map-info {
  margin-top: 1.3rem;
  position: relative;
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 67%, #096bb5 67%, #096bb5 100%);
}
.home-main .index-map-info .list {
  padding: 0.4rem 0;
  display: none;
}
.home-main .index-map-info .list.active {
  display: block;
}
.home-main .index-map-info .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.home-main .index-map-info .container .button-list {
  position: relative;
  width: 1.2rem;
  height: 0.58rem;
}
@media (max-width: 991px) {
  .home-main .index-map-info .container .button-list {
    margin-left: calc(100% - 1.2rem);
    display: none;
  }
}
.home-main .index-map-info .container .button-list .arrow:hover {
  background: url("../images/icon-arrow2.svg") no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
.home-main .index-map-info .container .button-list .arrow {
  opacity: 0.5;
  z-index: 4;
  background: url("../images/icon-arrow1.svg") no-repeat;
  background-size: 100% 100%;
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  top: 0;
  transition: all 0.45s ease-in-out;
}
.home-main .index-map-info .container .button-list .arrow.prev {
  transform: rotate(180deg);
}
.home-main .index-map-info .container .button-list .arrow.next {
  right: 0;
  left: auto;
}
.home-main .index-map-info .container .nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-main .index-map-info .container .nav a {
  display: block;
  width: 1.81rem;
  height: 0.6rem;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 0.29rem 0.29rem 0.29rem 0.29rem;
  opacity: 1;
  border: 1px solid #EDEDED;
  margin-right: 0.1rem;
  line-height: 0.6rem;
  text-align: center;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.16rem;
  color: #656565;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .home-main .index-map-info .container .nav a {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .home-main .index-map-info .container .nav a {
    width: 1.4rem;
    margin-bottom: 0.4rem;
  }
}
.home-main .index-map-info .container .nav a.active {
  color: #fff9ec;
  border-color: #0680CD;
  background: #0680CD;
}
.home-main .index-painter {
  background: url("../images/footer-bg2.jpg") center top no-repeat;
  background-size: cover;
  padding: 1.4rem 0;
}
@media (max-width: 991px) {
  .home-main .index-painter {
    padding: 0.8rem 0;
  }
}
.home-main .index-painter .swiper-wrapper {
  transition-timing-function: linear !important;
}
.home-main .index-painter .content {
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .home-main .index-painter .content {
    display: block;
  }
}
.home-main .index-painter .content .left {
  width: 5rem;
}
@media (max-width: 991px) {
  .home-main .index-painter .content .left {
    width: 100%;
  }
}
.home-main .index-painter .content .left .tit {
  font-family: PingFang-SC-bold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.48rem;
  color: #FFFFFF;
  line-height: 0.58rem;
}
.home-main .index-painter .content .right {
  width: 7.7rem;
}
@media (max-width: 991px) {
  .home-main .index-painter .content .right {
    width: 100%;
    padding-top: 0.5rem;
  }
}
.home-main .index-painter .content .right .desc {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.625;
  font-size: 0.18rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .home-main .index-painter .content .right .desc {
    font-size: 0.28rem;
  }
}
.home-main .index-painter .content .right .button {
  display: block;
  width: 2.14rem;
  height: 0.6rem;
  border-radius: 30px;
  text-align: center;
  border: 1px solid #FFFFFF;
  transition: all 0.3s;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.6rem;
}
@media (max-width: 991px) {
  .home-main .index-painter .content .right .button {
    font-size: 0.28rem;
  }
}
.home-main .index-painter .content .right .button:hover {
  background: #046aab;
  color: #fff;
}
.home-main .index-painter .home-section-line .title {
  color: #fff9ec;
}
.home-main .index-painter .home-section-line .line {
  background: rgba(255, 255, 255, 0.2);
}
.home-main .index-painter .home-section-line .line:before {
  background: #FFFFFF;
}
@media (max-width: 991px) {
  .home-main .index-painter .home-section-line {
    padding: 0 0 0.5rem 0;
  }
}
.home-main .index-painter .swiper-container {
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
}
.home-main .index-painter .swiper-container .swiper-slide {
  background: #FFFFFF;
}
.home-main .index-painter .swiper-container .swiper-slide:hover .name .ones-text {
  color: #0680CD;
}
.home-main .index-painter .swiper-container .swiper-slide .picture {
  padding: 5px;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.home-main .index-painter .swiper-container .swiper-slide .picture img {
  max-height: 3.2rem;
  width: auto;
}
.home-main .index-painter .swiper-container .swiper-slide .name {
  text-align: center;
  line-height: 0.58rem;
  border-top: 1px solid #dddddd;
  box-sizing: border-box;
}
.home-main .index-painter .swiper-container .swiper-slide .name .ones-text {
  font-size: 0.18rem;
  color: #000000;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .home-main .index-painter .swiper-container .swiper-slide .name .ones-text {
    font-size: 0.28rem;
  }
}
.home-main .index-painter .swiper-container a:hover .name {
  color: #0680CD;
}
.home-main .index-news {
  background: #F0F6FB;
}
.home-main .index-news .home-section-line {
  padding-bottom: 0.7rem;
}
.home-main .index-news .con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .home-main .index-news .con {
    padding-bottom: 0.4rem;
  }
}
.home-main .index-news .con .left {
  width: 7rem;
}
@media (max-width: 991px) {
  .home-main .index-news .con .left {
    width: 100%;
  }
}
.home-main .index-news .con .button {
  display: block;
  width: 2.14rem;
  height: 0.6rem;
  border-radius: 30px;
  text-align: center;
  background: #0680CD;
  transition: all 0.3s;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.6rem;
}
@media (max-width: 991px) {
  .home-main .index-news .con .button {
    font-size: 0.28rem;
  }
}
.home-main .index-news .con .button:hover {
  background: #046aab;
}
.home-main .index-news .home-section-line .title {
  font-size: 0.16rem;
  color: #656565;
  font-family: PingFangSC-Medium, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: normal;
}
@media (max-width: 991px) {
  .home-main .index-news .home-section-line .title {
    font-size: 0.28rem;
  }
}
.home-main .index-news .home-section-line .title2 {
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.48rem;
  color: #000000;
  line-height: 1;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .home-main .index-news .home-section-line .title2 {
    padding-bottom: 0.24rem;
  }
}
.home-main .index-news .swiper-pagination {
  display: none;
  bottom: 0.7rem;
}
@media (max-width: 991px) {
  .home-main .index-news .swiper-pagination {
    display: block;
  }
}
.home-main .index-news .list {
  padding-bottom: 1.4rem;
}
.home-main .index-news .list a {
  background: #F8F8F8;
}
.home-main .index-news .list a .content {
  padding: 0.3rem;
  box-sizing: border-box;
}
.home-main .index-news .list a .title {
  font-size: 0.22rem;
  font-family: PingFang-SC-bold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333333;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.66rem;
}
@media (max-width: 991px) {
  .home-main .index-news .list a .title {
    font-size: 0.3rem;
    height: 0.9rem;
  }
}
.home-main .index-news .list a .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.16rem;
  margin: 0.1rem 0 0.2rem;
  color: #666666;
}
@media (max-width: 991px) {
  .home-main .index-news .list a .desc {
    font-size: 0.28rem;
  }
}
.home-main .index-news .list a .time {
  font-size: 0.16rem;
  font-family: AvantGarde-Demi;
  color: #999999;
  line-height: 2;
}
@media (max-width: 991px) {
  .home-main .index-news .list a .time {
    font-size: 0.28rem;
  }
}
.home-main .index-news .list a:hover .title {
  color: #0680CD;
}
@keyframes scale1 {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sc1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.product-info-container {
  overflow-y: hidden;
}
.product-info-container .common-crumbs {
  background: #FFFFFF;
}
.product-info-container .previews {
  width: 100%;
  /* border: 1px solid #d8d8d8; */
  position: relative;
  height: 4.9rem;
  border: 1px solid #DDDDDD;
  background: #fff;
}
.product-info-container .preview {
  /* border: 1px solid #d8d8d8; */
  position: relative;
  height: 4.9rem;
  margin: auto;
}
.product-info-container .smallImg {
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .product-info-container .smallImg {
    position: static;
    transform: rotate(0deg);
    width: 100%;
  }
}
.product-info-container .scrollbutton,
.product-info-container .slick-arrow {
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  left: 0rem;
  z-index: 3;
  top: calc(50% - 25px);
}
.product-info-container .slick-arrow {
  left: 0px !important;
  top: calc(50% - 25px) !important;
}
.product-info-container .slick-next {
  left: auto !important;
  right: 5px !important;
}
.product-info-container .scrollbutton.smallImgUp,
.product-info-container .slick-arrow,
.product-info-container .scrollbutton.smallImgUp.disabled {
  width: 12px;
  height: 12px;
  border: 2px solid #656565;
  cursor: pointer;
  border-top: 0;
  top: calc(50% - 25px);
  border-right: 0;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .product-info-container .scrollbutton.smallImgUp,
  .product-info-container .slick-arrow,
  .product-info-container .scrollbutton.smallImgUp.disabled {
    top: calc(50% - 15px);
  }
}
.product-info-container .scrollbutton.smallImgDown,
.product-info-container .slick-next,
.product-info-container .scrollbutton.smallImgDown.disabled {
  width: 12px;
  height: 12px;
  border: 2px solid #656565;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 25px);
  left: auto;
  right: -6px;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .product-info-container .scrollbutton.smallImgDown,
  .product-info-container .slick-next,
  .product-info-container .scrollbutton.smallImgDown.disabled {
    top: calc(50% - 15px);
  }
}
.product-info-container .pro1-d {
  margin: 30px 0px;
}
.product-info-container #imageMenu {
  height: 1.4rem;
  margin-top: 0.24rem;
  width: 100%;
  overflow: hidden;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .product-info-container #imageMenu {
    height: 1.7rem;
  }
}
.product-info-container #imageMenu ul {
  /* margin-left: -5px; */
  white-space: nowrap;
  width: calc(100% - 12px);
}
@media (max-width: 991px) {
  .product-info-container #imageMenu ul {
    height: 1.7rem;
  }
}
.product-info-container #imageMenu li {
  width: 1.34rem;
  height: 1.15rem;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  position: relative;
  padding-right: 0.15rem;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .product-info-container #imageMenu li {
    height: 1.55rem;
    width: 1.5rem;
    margin-right: 5px;
  }
}
.product-info-container #imageMenu li:first-child {
  margin-left: 12px;
}
.product-info-container #imageMenu li img {
  width: auto;
  height: auto;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #dcdcdc;
  padding: 15px 10px;
  background: #fff;
  overflow: hidden;
  transition: all 0.45s ease-in-out;
}
.product-info-container #imageMenu li#onlickImg img,
.product-info-container #imageMenu li:hover img {
  border: 2px solid #0680CD;
}
.product-info-container #imageMenu li:hover img {
  opacity: 0.7;
}
.product-info-container .midVideo {
  display: none;
}
.product-info-container .bigImg {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 4.5rem;
}
.product-info-container .bigImg #midimg,
.product-info-container .bigImg .video_sum video {
  max-height: 100%;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  background: #fff;
}
.product-info-container .video_sum video {
  height: 100%;
  object-fit: cover;
}
.product-info-container .video_sum {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 100%;
  background: #fff;
  z-index: 6;
}
.product-info-container .bigImg #winSelector {
  width: 235px;
  height: 210px;
  z-index: 10;
}
.product-info-container #winSelector {
  position: absolute;
  cursor: crosshair;
  opacity: 0.15;
  background-color: #000000;
  border: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .product-info-container #winSelector {
    display: none !important;
  }
}
.product-info-container .prod {
  box-sizing: border-box;
  background: url("../images/prod.png") top center no-repeat;
  background-size: cover;
}
.product-info-container .prodetails .down {
  padding-top: 3rem;
  font-size: 1rem;
  color: #4472c4;
}
.product-info-container .prodetails .down img {
  width: 1.2rem;
  margin-left: 0.6rem;
}
.product-info-container .prodetails .smallView {
  position: relative;
}
.product-info-container #bigView {
  position: absolute;
  border: 1px solid #dddddd;
  overflow: hidden;
  z-index: 29;
  background-color: #ffffff;
  width: 500px;
  height: 500px;
}
@media (max-width: 991px) {
  .product-info-container #bigView {
    display: none !important;
  }
}
.product-info-container #bigView img {
  position: absolute;
  max-width: 500%;
  width: 1170px;
  max-height: 1000%;
}
.product-info-container .prodetails .left #bigView {
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
}
.product-info-container .prodetails .left #smallView {
  width: calc(100% - 50px);
  margin: 20px auto 0px;
}
.product-info-container .prodetails .left #smallView .swiper-slide {
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
}
.product-info-container .prodetails .left #smallView .swiper-slide.swiper-slide-active {
  border-color: #222222;
}
.product-info-container .prodetails {
  align-content: baseline;
  padding: 0.7rem 0;
}
@media (max-width: 991px) {
  .product-info-container .prodetails {
    padding: 1rem 0 ;
  }
}
.product-info-container .prodetails .left {
  width: 7.07rem;
  position: relative;
  float: left;
  z-index: 1;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .product-info-container .prodetails .left {
    width: 100%;
    float: none;
    margin: auto;
    padding-right: 0;
  }
}
.product-info-container .prodetails .left a {
  display: block;
}
.product-info-container .prodetails .right {
  width: 50%;
  max-width: 6.9rem;
  float: right;
}
@media (max-width: 991px) {
  .product-info-container .prodetails .right {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.product-info-container .prodetails .right .title {
  font-size: 0.38rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000000;
}
.product-info-container .prodetails .right .tips {
  padding: 0.1rem 0 0.3rem;
  font-size: 0.18rem;
  color: #999999;
  border-bottom: 2px solid #dddddd;
}
@media (max-width: 991px) {
  .product-info-container .prodetails .right .tips {
    font-size: 0.28rem;
  }
}
.product-info-container .prodetails .right .desc {
  padding: 0.2rem 0 0.6rem;
  text-align: justify;
  font-size: 0.18rem;
  line-height: 1.7;
  color: #333333;
}
@media (max-width: 991px) {
  .product-info-container .prodetails .right .desc {
    font-size: 0.28rem;
  }
}
.product-info-container .prodetails .right .tags {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.18rem;
  margin-bottom: 1.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .product-info-container .prodetails .right .tags {
    margin-bottom: 0.3rem;
  }
}
.product-info-container .prodetails .right .tags .tag {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  line-height: 0.26rem;
  font-size: 0.14rem;
  color: #333333;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .product-info-container .prodetails .right .tags .tag {
    font-size: 0.28rem;
    line-height: 1.5;
  }
}
.product-info-container .prodetails .right .button-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-info-container .prodetails .right .button-list a {
  width: 2.15rem;
  line-height: 0.6rem;
  text-align: center;
  box-sizing: border-box;
  background: #0680CD;
  color: #FFFFFF;
  margin-right: 0.3rem;
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  border-radius: 30px;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .product-info-container .prodetails .right .button-list a {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .product-info-container .prodetails .right .button-list a {
    width: 2.5rem;
    line-height: 0.7rem;
  }
}
.product-info-container .prodetails .right .button-list a.btn2 {
  background: transparent;
  color: #0680CD;
  border: 1px solid #0680CD;
}
.product-info-container .prodetails .right .button-list a:hover {
  background: #046aab;
  color: #FFFFFF;
  border-color: #046aab;
}
.product-info-container .pro-info {
  position: relative;
  padding-top: 1rem;
}
.product-info-container .pro-info #nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.product-info-container .pro-info #nav.fixed {
  position: fixed;
}
.product-info-container .pro-info #nav.fixed.gotop {
  top: -100%;
}
.product-info-container .pro-info .nav-sum {
  border-bottom: 1px solid #dddddd;
  width: 100%;
  position: relative;
  background: #FFFFFF;
}
.product-info-container .pro-info .nav-sum .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.product-info-container .pro-info .nav-sum .button {
  cursor: pointer;
  display: block;
  width: 2.14rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  box-sizing: border-box;
  background: #0680CD;
  color: #FFFFFF;
  margin-right: 0.3rem;
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  border-radius: 30px;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .product-info-container .pro-info .nav-sum .button {
    font-size: 0.28rem;
  }
}
.product-info-container .pro-info .nav-sum .button:hover {
  background: #046aab;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .product-info-container .pro-info .nav-sum .button {
    display: none;
  }
}
.product-info-container .pro-info .nav-sum .nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: auto;
  max-width: 100%;
  width: 10rem;
}
@media (max-width: 480px) {
  .product-info-container .pro-info .nav-sum .nav {
    white-space: nowrap;
    display: block;
  }
}
.product-info-container .pro-info .nav-sum .nav a {
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333333;
  line-height: 1rem;
  margin-right: 0.8rem;
}
@media (max-width: 991px) {
  .product-info-container .pro-info .nav-sum .nav a {
    font-size: 0.28rem;
  }
}
.product-info-container .pro-info .nav-sum .nav a.on {
  color: #0680CD;
}
.product-info-container .pro-info .nav-sum .nav .mask {
  background: #067FCD;
  height: 2px;
  width: auto;
  position: absolute;
  transition: all 0.45s ease-in-out;
  bottom: -1px;
}
@media (max-width: 480px) {
  .product-info-container .pro-info .nav-sum .nav .mask {
    display: none;
  }
}
.product-info-container .pro-d1 {
  background: #fff;
  padding: 0.8rem 0 1.4rem;
}
@media (max-width: 991px) {
  .product-info-container .pro-d1 {
    padding: 0.8rem 0;
  }
}
.product-info-container .pro-d1 .title {
  text-align: center;
  font-size: 0.48rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000000;
}
.product-info-container .pro-d1 .list {
  padding-top: 0.7rem;
}
@media (max-width: 991px) {
  .product-info-container .pro-d1 .list {
    padding-top: 0.3rem;
  }
}
.product-info-container .pro-d1 .list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-info-container .pro-d1 .list li:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .product-info-container .pro-d1 .list li {
    display: block;
  }
}
.product-info-container .pro-d1 .list .picture {
  width: 50%;
}
@media (max-width: 991px) {
  .product-info-container .pro-d1 .list .picture {
    width: 100%;
  }
}
.product-info-container .pro-d1 .list .text {
  width: 50%;
  box-sizing: border-box;
  padding: 0.5rem 1.4rem;
}
@media (max-width: 991px) {
  .product-info-container .pro-d1 .list .text {
    width: 100%;
    padding: 0.5rem 5%;
  }
}
.product-info-container .pro-d1 .list .text .t1 {
  font-size: 0.28rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000000;
}
@media (max-width: 991px) {
  .product-info-container .pro-d1 .list .text .t1 {
    font-size: 16px;
  }
}
.product-info-container .pro-d1 .list .text .desc {
  font-size: 0.18rem;
  color: #000000;
  line-height: 2;
  padding-top: 0.2rem;
}
@media (max-width: 991px) {
  .product-info-container .pro-d1 .list .text .desc {
    font-size: 0.28rem;
  }
}
.product-info-container .pro-d1 .list .text .desc dd {
  display: block;
  padding-left: 0.3rem;
  background: url("../images/i8.svg") center left no-repeat;
  background-size: 0.2rem 0.2rem;
}
.product-info-container .pro-d2 .list {
  padding: 1rem 0;
}
@media (max-width: 991px) {
  .product-info-container .pro-d2 .list {
    padding: 0.8rem 0;
  }
}
.product-info-container .pro-d2 .list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-info-container .pro-d2 .list li:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .product-info-container .pro-d2 .list li {
    display: block;
  }
}
.product-info-container .pro-d2 .list .picture {
  width: 50%;
}
@media (max-width: 991px) {
  .product-info-container .pro-d2 .list .picture {
    width: 100%;
  }
}
.product-info-container .pro-d2 .list .text {
  width: 48%;
  box-sizing: border-box;
  padding: 0.5rem 0;
}
@media (max-width: 991px) {
  .product-info-container .pro-d2 .list .text {
    width: 100%;
    padding: 0.5rem 0;
  }
}
.product-info-container .pro-d2 .list .text .t1 {
  font-size: 0.48rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000000;
}
.product-info-container .pro-d2 .list .text .desc {
  font-size: 0.18rem;
  color: #000000;
  line-height: 2;
  padding-top: 0.2rem;
  text-align: justify;
}
@media (max-width: 991px) {
  .product-info-container .pro-d2 .list .text .desc {
    font-size: 0.28rem;
  }
}
.product-info-container .pro-d3 {
  background: #FFFFFF;
}
.product-info-container .pro-d3 h3.title {
  font-size: 0.48rem;
  font-family: PingFang-SC-bold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000000;
  text-align: center;
}
.product-info-container .pro-d3 .pro-d3-1 {
  padding-top: 1rem;
}
@media (max-width: 991px) {
  .product-info-container .pro-d3 .pro-d3-1 {
    padding-top: 0.8rem;
  }
}
@media (max-width: 991px) {
  .product-info-container .pro-d3 .pro-d3-1 .swiper-container {
    width: 114%;
    margin-left: -7%;
  }
}
.product-info-container .pro-d3 .pro-d3-1 .list {
  padding: 0 0 0.3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .product-info-container .pro-d3 .pro-d3-1 .list {
    padding: 0.4rem 0 0.5rem;
  }
  .product-info-container .pro-d3 .pro-d3-1 .list .swiper-pagination {
    bottom: 0;
  }
}
.product-info-container .pro-d3 .pro-d3-1 .list li {
  background: #F8F8F8;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0.6rem;
  margin-bottom: 0.3rem;
  min-height: 3.5rem;
}
@media (max-width: 991px) {
  .product-info-container .pro-d3 .pro-d3-1 .list li {
    width: 100%;
    padding: 7%;
    min-height: 350px;
  }
}
.product-info-container .pro-d3 .pro-d3-1 .list li h6.title {
  font-size: 0.18rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000000;
}
@media (max-width: 991px) {
  .product-info-container .pro-d3 .pro-d3-1 .list li h6.title {
    font-size: 0.28rem;
  }
}
.product-info-container .pro-d3 .pro-d3-1 .list li .line {
  margin: 0.25rem 0;
  width: 0.27rem;
  height: 3px;
  background: #0680CD;
}
.product-info-container .pro-d3 .pro-d3-1 .list li .desc {
  font-size: 0.18rem;
  line-height: 1.625;
  color: #656565;
}
@media (max-width: 991px) {
  .product-info-container .pro-d3 .pro-d3-1 .list li .desc {
    font-size: 0.28rem;
  }
}
.product-info-container .pro-d3 .pro-d3-1 .list.list1 {
  padding-top: 0.6rem;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .product-info-container .pro-d3 .pro-d3-1 .list.list1 {
    display: none;
  }
}
.product-info-container .pro-d3 .pro-d3-1 .list.list1 li {
  width: calc(50% - 0.15rem);
}
@media (max-width: 991px) {
  .product-info-container .pro-d3 .pro-d3-1 .list.list1 li {
    width: 100%;
    padding: 5%;
  }
}
.product-info-container .pro-d3 .pro-d3-1 .swiper-list1 {
  display: block;
}
@media (max-width: 991px) {
  .product-info-container .pro-d3 .pro-d3-1 .swiper-list1 {
    display: none;
  }
}
.product-info-container .pro-d3 .pro-d3-1 .swiper-list2 {
  display: none;
}
@media (max-width: 991px) {
  .product-info-container .pro-d3 .pro-d3-1 .swiper-list2 {
    display: block;
  }
}
.product-info-container .pro-d3 .pro-d3-2 {
  padding-top: 1.3rem;
}
@media (max-width: 991px) {
  .product-info-container .pro-d3 .pro-d3-2 {
    padding-top: 0.8rem;
  }
}
.product-info-container .pro-d3 .pro-d3-2 .more {
  padding: 1px 0;
}
.product-info-container .pro-d3 .pro-d3-2 .more .button {
  display: block;
  margin: 0.2rem auto 0.8rem;
  text-align: center;
  border-radius: 30px;
  width: 1.8rem;
  line-height: 0.6rem;
  color: #0680CD;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .product-info-container .pro-d3 .pro-d3-2 .more .button {
    width: 2.5rem;
    line-height: 0.8rem;
  }
}
.product-info-container .pro-d3 .pro-d3-2 .more .button.hide {
  display: none;
}
.product-info-container .pro-d3 .pro-d3-2 .more .button svg {
  display: inline-block;
  vertical-align: middle;
  transform: rotate(270deg);
}
.product-info-container .pro-d3 .pro-d3-2 .more .open svg {
  transform: rotate(90deg);
}
.product-info-container .pro-d3 .pro-d3-2 .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.6rem 0 0.3rem;
}
@media (max-width: 991px) {
  .product-info-container .pro-d3 .pro-d3-2 .list {
    padding: 0.3rem 0;
  }
}
.product-info-container .pro-d3 .pro-d3-2 .list.odd li:last-child {
  width: 100%;
}
.product-info-container .pro-d3 .pro-d3-2 .list.odd li:last-child .t1 {
  width: 17.5%;
}
@media (max-width: 991px) {
  .product-info-container .pro-d3 .pro-d3-2 .list.odd li:last-child .t1 {
    width: 100%;
  }
}
.product-info-container .pro-d3 .pro-d3-2 .list.odd li:last-child .t2 {
  width: 82.5%;
}
@media (max-width: 991px) {
  .product-info-container .pro-d3 .pro-d3-2 .list.odd li:last-child .t2 {
    width: 100%;
  }
}
.product-info-container .pro-d3 .pro-d3-2 .list li {
  font-size: 0.18rem;
  width: calc(50% - 0.05rem);
  margin-bottom: 0.1rem;
  background: #f8f8f8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .product-info-container .pro-d3 .pro-d3-2 .list li {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .product-info-container .pro-d3 .pro-d3-2 .list li {
    width: 100%;
    display: block;
  }
}
.product-info-container .pro-d3 .pro-d3-2 .list li .t1 {
  box-sizing: border-box;
  padding: 0.3rem 0.4rem;
  width: 35%;
  font-family: PingFang-SC-bold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000000;
}
@media (max-width: 991px) {
  .product-info-container .pro-d3 .pro-d3-2 .list li .t1 {
    width: 100%;
    display: block;
    padding: 0.3rem 0.4rem 0;
  }
}
.product-info-container .pro-d3 .pro-d3-2 .list li .t2 {
  box-sizing: border-box;
  padding: 0.3rem 0.3rem 0.3rem 0;
  width: 65%;
  color: #656565;
}
@media (max-width: 991px) {
  .product-info-container .pro-d3 .pro-d3-2 .list li .t2 {
    width: 100%;
    padding: 0 0.4rem 0.3rem 0.4rem;
    display: block;
  }
}
.product-info-container .pro-d3 .pro-d3-2 .list li:nth-child(even) .t2 {
  color: #000000;
}
@media (max-width: 991px) {
  .product-info-container .pro-d3 .pro-d3-2 .list li:nth-child(even) .t2 {
    color: #656565;
  }
}
.product-info-container .pro-d4 {
  padding: 0.8rem 0 1rem;
  background: #FFFFFF;
}
@media (max-width: 991px) {
  .product-info-container .pro-d4 {
    padding: 0.5rem 0 0.3rem;
  }
}
.product-info-container .pro-d4 h3.title {
  font-size: 0.48rem;
  font-family: PingFang-SC-bold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000000;
  text-align: center;
}
.product-info-container .pro-d4 .download-section {
  padding: 0;
  margin: 0;
}
.product-info-container .pro-d4 .download-section .right {
  padding: 0.6rem 0;
}
.product-info-container .pro-d4 tr {
  background: #FFFFFF !important;
}
.product-info-container .pro-d4 tr:hover {
  background: #0680CD !important;
}
.product-info-container .pro-d5 {
  background: #f8f8f8;
}
@media (max-width: 991px) {
  .product-info-container .pro-d5.business-section {
    padding-bottom: 0 !important;
  }
}
.product-info-container .pro-d5.business-section .content .list {
  display: block;
  width: 100%;
  padding-bottom: 0.5rem;
}
.product-info-container .pro-d5.business-section .content .list li {
  margin-right: 0;
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
}
.product-info-container .pro-d5.business1-section .list {
  display: block;
  width: 100%;
  padding-bottom: 0.5rem;
}
.product-info-container .pro-d5.business1-section .list li {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  transition: all 0s;
}
.product-info-container .pro-d5.business1-section .list li:hover {
  margin-top: 0 !important;
  margin-bottom: 0.3rem !important;
}
.fixed-button {
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 10;
}
.fixed-button a {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .fixed-button a {
    width: 50px;
    height: 50px;
  }
}
.fixed-button a.open-win {
  background: #0680cd;
}
.fixed-button a.top {
  background: rgba(0, 0, 0, 0.6);
}
.fixed-button a:hover {
  opacity: 0.85;
}
.fixed-button a .text {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.3;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  /* margin: auto; */
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}
.popup > form {
  height: 100%;
}
.popup .popup-box2 {
  overflow: initial !important;
  background: #f8f8f8 !important;
  margin-top: 5vh;
}
.popup .popup-box {
  width: 62.5%;
  overflow: hidden;
  background: #FFFFFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.popup .popup-box ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f8f8f8;
}
.popup .popup-box ::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #DCDCDC;
}
.popup .popup-box ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #0680CD;
  background-color: #0680CD;
}
.popup .popup-box .table-container {
  position: relative;
  width: 100%;
  max-width: 11.5rem;
  box-sizing: border-box;
  padding-top: 0.7rem;
}
.popup .popup-box .table-container .popup-close-box {
  position: absolute;
  top: 0;
  left: calc(100% + 0.7rem);
}
.popup .popup-box .table {
  max-height: 70vh;
  overflow: auto;
  width: 100%;
  padding: 0 0.5rem 0;
  box-sizing: border-box;
}
.popup .popup-box .more {
  background: #f8f8f8;
  padding: 0.3rem 0;
  text-align: center;
}
.popup .popup-box .more .download {
  display: inline-block;
  width: 2.14rem;
  height: 0.6rem;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  line-height: 0.6rem;
  text-align: center;
  background: #0680CD;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.16rem;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .popup .popup-box .more .download {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .popup .popup-box {
    width: 90%;
    display: block;
  }
}
.popup .popup-box .popup-box-left {
  width: 37%;
  background: url("../images/win.png") center bottom no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.4rem;
}
@media (max-width: 991px) {
  .popup .popup-box .popup-box-left {
    width: 100%;
    padding: 5%;
  }
}
.popup .popup-box .popup-box-left .popup-logo-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 0.18rem;
  flex-direction: column;
}
@media (max-width: 991px) {
  .popup .popup-box .popup-box-left .popup-logo-img {
    font-size: 0.28rem;
  }
}
.popup .popup-box .popup-box-left .popup-logo-img svg {
  width: 1rem;
  height: 0.4rem;
}
.popup .popup-box .popup-box-left .popup-logo-img svg path {
  fill: #FFFFFF;
}
.popup .popup-box .popup-box-left .popup-logo-img .text {
  margin-left: 0.25rem;
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .popup .popup-box .popup-box-left .popup-bottom-box {
    display: none;
  }
}
.popup .popup-box .popup-box-left .popup-bottom-box .popup-concat-box {
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 1.778;
}
@media (max-width: 991px) {
  .popup .popup-box .popup-box-left .popup-bottom-box .popup-concat-box {
    font-size: 0.28rem;
  }
}
.popup .popup-box .popup-box-left .popup-bottom-box .popup-bottom-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 0.45rem;
}
.popup .popup-box .popup-box-left .popup-bottom-box .popup-bottom-text a {
  transition: all 0.45s ease-in-out;
  display: block;
  margin-right: 0.15rem;
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 0.16rem;
}
@media (max-width: 991px) {
  .popup .popup-box .popup-box-left .popup-bottom-box .popup-bottom-text a {
    font-size: 0.28rem;
  }
}
.popup .popup-box .popup-box-left .popup-bottom-box .popup-bottom-text a:hover {
  opacity: 1;
  color: #FFFFFF;
}
.popup .popup-box .popup-box-right {
  box-sizing: border-box;
  padding: 0.5rem 0.6rem;
  width: 63%;
  position: relative;
}
@media (max-width: 991px) {
  .popup .popup-box .popup-box-right {
    width: 100%;
    padding: 0.5rem 5%;
  }
}
.popup .popup-box .popup-box-right .popup-close-box {
  cursor: pointer;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
}
.popup .popup-box .popup-box-right .popup-main-title {
  font-size: 0.24rem;
  color: #000000;
  font-family: PingFang-SC-bold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 991px) {
  .popup .popup-box .popup-box-right .popup-main-title {
    font-size: 0.34rem;
  }
}
.popup .popup-box .popup-box-right .popup-subtitle {
  font-size: 0.16rem;
  color: #666666;
  padding-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .popup .popup-box .popup-box-right .popup-subtitle {
    font-size: 0.28rem;
  }
}
.popup .popup-box .popup-box-right .popup-info-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popup .popup-box .popup-box-right .popup-info-box .box-form-item {
  width: calc(50% - 0.1rem);
  margin-bottom: 0.2rem;
}
.popup .popup-box .popup-box-right .popup-info-box .box-form-item .title {
  margin-bottom: 0.1rem;
}
.popup .popup-box .popup-box-right .popup-info-box .box-form-item .title span {
  color: #0680CD;
}
.popup .popup-box .popup-box-right .popup-info-box .box-form-item .box-form-input {
  line-height: 0.5rem;
  padding: 0 0.2rem;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  width: 100%;
  display: block;
  font-size: 0.16rem;
  color: #000000;
  position: relative;
}
@media (max-width: 991px) {
  .popup .popup-box .popup-box-right .popup-info-box .box-form-item .box-form-input {
    font-size: 0.28rem;
  }
}
.popup .popup-box .popup-box-right .popup-info-box .box-form-item .box-form-input:after {
  content: '';
  display: block;
  position: absolute;
  right: 0.2rem;
  top: calc(50% - 0.06rem);
  background: center center url("../images/icon-crumbs.svg");
  transform: rotate(90deg);
  height: 0.12rem;
  width: 0.07rem;
  background-size: 100% 100%;
}
.popup .popup-box .popup-box-right .popup-info-box .box-form-item .box-form-input select {
  position: relative;
  z-index: 3;
  width: 100%;
  color: #666666;
}
@media (max-width: 991px) {
  .popup .popup-box .popup-box-right .popup-info-box .box-form-item .box-form-input {
    line-height: 0.6rem;
  }
}
.popup .popup-box .popup-box-right .popup-info-box .box-form-item1 {
  width: 100%;
}
.popup .popup-box .popup-box-right .popup-info-box .box-form-item1 .box-form-textarea {
  resize: none;
  padding: 0.2rem;
  height: 1.65rem;
  color: #000000;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  width: 100%;
  font-size: 0.16rem;
}
@media (max-width: 991px) {
  .popup .popup-box .popup-box-right .popup-info-box .box-form-item1 .box-form-textarea {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .popup .popup-box .popup-box-right .popup-info-box .box-form-item1 .box-form-textarea {
    font-size: 0.28rem;
  }
}
.popup .popup-box .popup-box-right .popup-info-box .box-form-item2 {
  padding-bottom: 1.2rem;
}
@media (max-width: 991px) {
  .popup .popup-box .popup-box-right .popup-info-box .box-form-item2 {
    padding-bottom: 0;
  }
}
.popup .popup-box .popup-box-right .popup-note {
  font-size: 0.16rem;
  color: #666666;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .popup .popup-box .popup-box-right .popup-note {
    font-size: 0.28rem;
  }
}
.popup .popup-box .popup-box-right .popup-note a {
  color: #0680CD;
}
.popup .popup-box .popup-box-btn {
  width: 2rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.18rem;
  background: #0680CD;
  display: block;
  margin-top: 0.2rem;
  color: #FFFFFF;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .popup .popup-box .popup-box-btn {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .popup .popup-box .popup-box-btn {
    line-height: 0.6rem;
  }
}
.popup .popup-box .popup-box-btn:hover {
  background: #046aab;
}
.popup .popup-box1 {
  background: #FFFFFF;
  display: block;
  max-width: 960px;
}
.popup .popup-box1 h4.title {
  font-size: 0.24rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000000;
  line-height: 0.8rem;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 0 0.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .popup .popup-box1 h4.title {
    font-size: 0.34rem;
  }
}
.popup .popup-box1 h4.title .popup-close-box svg {
  width: 0.25rem;
}
.popup .popup-box1 .content {
  padding: 0.38rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.popup .popup-box1 .content .left {
  width: 4rem;
  background: #F7F7F7;
  border: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .popup .popup-box1 .content .left {
    width: 100%;
    padding: 0.2rem 0;
  }
  .popup .popup-box1 .content .left img {
    width: 50%;
  }
}
.popup .popup-box1 .content .right {
  width: calc(100% - 4.4rem);
  padding: 0.3rem 0 0.2rem;
}
@media (max-width: 991px) {
  .popup .popup-box1 .content .right {
    width: 100%;
  }
}
.popup .popup-box1 .content .right .t1 {
  line-height: 1;
  font-size: 0.24rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #212121;
}
@media (max-width: 991px) {
  .popup .popup-box1 .content .right .t1 {
    font-size: 0.34rem;
  }
}
.popup .popup-box1 .content .right .t2 {
  padding: 0.14rem 0 0.2rem;
}
.popup .popup-box1 .content .right .t2 .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.popup .popup-box1 .content .right .t2 .item .icon {
  width: 0.16rem;
  height: 0.16rem;
}
.popup .popup-box1 .content .right .t2 .item .icon path {
  fill: #0680CD;
}
.popup .popup-box1 .content .right .t2 .item span {
  font-size: 0.16rem;
  width: calc(100% - 0.25rem);
  color: #656565;
  line-height: 2;
}
@media (max-width: 991px) {
  .popup .popup-box1 .content .right .t2 .item span {
    font-size: 0.28rem;
  }
}
.popup .popup-box1 .content .right .t3 {
  font-size: 0.16rem;
  color: #212121;
}
@media (max-width: 991px) {
  .popup .popup-box1 .content .right .t3 {
    font-size: 0.28rem;
  }
}
.popup .popup-box1 .content .right .t3 span {
  color: #0680CD;
}
.popup .popup-box1 .content .right .t4 {
  width: 100%;
  height: 0.5rem;
  background: #F7F7F7;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  line-height: 50px;
  font-size: 0.16rem;
  padding: 0 0.25rem;
  color: #999999;
  margin: 0.1rem auto;
}
@media (max-width: 991px) {
  .popup .popup-box1 .content .right .t4 {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .popup .popup-box1 .content .right .t4 {
    line-height: 50px;
    height: 50px;
  }
}
.popup .popup-box1 .content .right .t5 {
  font-size: 0.16rem;
  color: #656565;
  padding: 0.1rem 0 0.2rem;
}
@media (max-width: 991px) {
  .popup .popup-box1 .content .right .t5 {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .popup .popup-box1 .content .right .t5 {
    padding: 0.2rem 0;
  }
}
.popup .popup-box1 .content .right .t5 a {
  color: #0680CD;
}
.popup .popup-box1 .content .right .texts {
  padding-bottom: 1rem;
}
.popup .popup-box1 .content .right .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popup .popup-box1 .content .right .list .item-1 {
  width: calc(50% - 0.1rem);
  padding-bottom: 3px;
}
.popup .popup-box1 .content .right .t6 {
  width: 2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  background: #0680CD;
  display: block;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .popup .popup-box1 .content .right .t6 {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .popup .popup-box1 .content .right .t6 {
    width: 3rem;
    height: 40px;
    line-height: 40px;
  }
}
.popup .popup-box1 .content .right .t6:hover {
  background: #4472C4;
}
.product-list .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .product-list .container {
    display: block;
  }
}
.product-list .container .more1 {
  padding: 1px 0;
  position: sticky;
  top: 0.1rem;
  z-index: 100;
  left: calc(50% - 1.3rem);
  display: none;
  background: transparent;
}
@media (max-width: 767px) {
  .product-list .container .more1 {
    display: block;
  }
}
.product-list .container .more1 .icon {
  width: 0.25rem;
  height: 0.25rem;
}
.product-list .container .more1 .icon path {
  fill: #FFFFFF;
}
.product-list .container .more1 .button {
  display: none;
  margin: 0 0 0.8rem;
  text-align: center;
  border-radius: 30px;
  width: 2.5rem;
  line-height: 0.65rem;
  background: #0680CD;
  color: #FFFFFF;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .product-list .container .more1 .button {
    width: 3.5rem;
    line-height: 0.8rem;
  }
}
.product-list .container .more1 .button:hover {
  background: #046aab;
}
.product-list .container .more1 .open {
  display: block;
}
.product-list .container .more1 .open svg:last-child {
  transform: rotate(180deg);
}
.product-list .container .left {
  width: 3.84rem;
}
@media (max-width: 767px) {
  .product-list .container .left {
    width: 100%;
    display: none;
  }
}
.product-list .container .left.show {
  display: block;
}
.product-list .container .left dl {
  box-sizing: border-box;
  border: 4px solid #0680CD;
  width: 100%;
  margin-bottom: 0.2rem;
}
.product-list .container .left dl dt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.25rem 0.3rem;
  background: #0680CD;
}
.product-list .container .left dl dt .text {
  margin: 0 0 0 0.1rem;
  font-size: 0.2rem;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .product-list .container .left dl dt .text {
    font-size: 0.31rem;
  }
}
.product-list .container .left dl dd {
  border-bottom: 1px solid #4472C4;
  padding: 0.27rem;
  box-sizing: border-box;
}
.product-list .container .left dl dd .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.product-list .container .left dl dd .top .text {
  font-size: 0.2rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333333;
}
@media (max-width: 991px) {
  .product-list .container .left dl dd .top .text {
    font-size: 0.31rem;
  }
}
.product-list .container .left dl dd .top .icon {
  width: 0.21rem;
  height: 0.21rem;
  position: relative;
}
.product-list .container .left dl dd .top.close:after {
  content: '';
  position: absolute;
  display: block;
  height: 0.12rem;
  top: calc(50% - 0.05rem);
  right: 0.09rem;
  width: 2px;
  background: #999999;
}
@media (max-width: 991px) {
  .product-list .container .left dl dd .top.close:after {
    width: 1px;
  }
}
.product-list .container .left dl dd .bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0.1rem;
}
.product-list .container .left dl dd .bottom .item-2 {
  position: relative;
  width: calc(50% - 0.05rem);
  box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  cursor: pointer;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.1rem;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 0.8rem;
}
.product-list .container .left dl dd .bottom .item-2 span {
  display: none;
}
.product-list .container .left dl dd .bottom .item-2 input[type="radio"],
.product-list .container .left dl dd .bottom .item-2 input[type="checkbox"] {
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid rgba(68, 68, 68, 0.1);
  border-radius: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  opacity: 1;
  cursor: pointer;
}
.product-list .container .left dl dd .bottom .item-2 input[type="radio"]:checked,
.product-list .container .left dl dd .bottom .item-2 input[type="checkbox"]:checked {
  border: 1px solid #0680CD;
}
.product-list .container .left dl dd .bottom .item-2 input[type="radio"]:checked ~ .text,
.product-list .container .left dl dd .bottom .item-2 input[type="checkbox"]:checked ~ .text {
  color: #0680CD;
}
.product-list .container .left dl dd .bottom .item-2 .icon {
  width: 0.4rem;
  height: 0.4rem;
}
.product-list .container .left dl dd .bottom .item-2 .text {
  font-size: 0.16rem;
  min-width: 0.7rem;
  text-align: center;
  color: #656565;
  line-height: 0.26rem;
}
@media (max-width: 991px) {
  .product-list .container .left dl dd .bottom .item-2 .text {
    font-size: 0.28rem;
  }
}
.product-list .container .left dl dd .bottom .item-1 {
  position: relative;
  width: calc(50% - 0.05rem);
  box-sizing: border-box;
  border: 1px solid #dddddd;
  padding: 0.1rem 0.2rem;
  cursor: pointer;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.1rem;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product-list .container .left dl dd .bottom .item-1 input[type="radio"],
.product-list .container .left dl dd .bottom .item-1 input[type="checkbox"] {
  margin: 0;
  width: 0.1rem;
  height: 0.1rem;
  line-height: 0.1rem;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid rgba(68, 68, 68, 0.1);
  border-radius: 0.1rem;
}
.product-list .container .left dl dd .bottom .item-1 input[type="radio"] ~ span,
.product-list .container .left dl dd .bottom .item-1 input[type="checkbox"] ~ span {
  width: 0.1rem;
  height: 0.1rem;
  line-height: 0.08rem;
  text-align: center;
  box-sizing: border-box;
  color: #4472c4;
  border-radius: 0.02rem;
  opacity: 0;
}
.product-list .container .left dl dd .bottom .item-1 input[type="radio"] ~ span svg,
.product-list .container .left dl dd .bottom .item-1 input[type="checkbox"] ~ span svg {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.02rem;
}
.product-list .container .left dl dd .bottom .item-1 input[type="radio"]:checked ~ span,
.product-list .container .left dl dd .bottom .item-1 input[type="checkbox"]:checked ~ span {
  opacity: 1;
}
.product-list .container .left dl dd .bottom .item-1 .icon {
  width: 0.2rem;
  height: 0.2rem;
}
.product-list .container .left dl dd .bottom .item-1 .text {
  font-size: 0.16rem;
  min-width: 0.7rem;
  text-align: center;
  color: #656565;
  line-height: 0.26rem;
}
@media (max-width: 991px) {
  .product-list .container .left dl dd .bottom .item-1 .text {
    font-size: 0.28rem;
  }
}
.product-list .container .left dl dd .bottom .item-3 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 0.1rem;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product-list .container .left dl dd .bottom .item-3 .lefts {
  width: 0.18rem;
  height: 0.18rem;
  line-height: 0.18rem;
}
.product-list .container .left dl dd .bottom .item-3 input[type="radio"],
.product-list .container .left dl dd .bottom .item-3 input[type="checkbox"] {
  margin: 0;
  width: 0.18rem;
  height: 0.18rem;
  line-height: 0.18rem;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #939393;
}
.product-list .container .left dl dd .bottom .item-3 input[type="radio"] + .lefts span,
.product-list .container .left dl dd .bottom .item-3 input[type="checkbox"] + .lefts span {
  position: absolute;
  top: calc(50% - 0.09rem);
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  line-height: 0.18rem;
  text-align: center;
  box-sizing: border-box;
  color: #4472c4;
  opacity: 0;
}
.product-list .container .left dl dd .bottom .item-3 input[type="radio"] + .lefts span svg,
.product-list .container .left dl dd .bottom .item-3 input[type="checkbox"] + .lefts span svg {
  width: 0.18rem;
  height: 0.18rem;
}
.product-list .container .left dl dd .bottom .item-3 input[type="radio"]:checked + .lefts span,
.product-list .container .left dl dd .bottom .item-3 input[type="checkbox"]:checked + .lefts span {
  opacity: 1;
}
.product-list .container .left dl dd .bottom .item-3 .icon {
  width: 0.18rem;
  height: 0.18rem;
}
.product-list .container .left dl dd .bottom .item-3 input[type="radio"]:checked ~ .text,
.product-list .container .left dl dd .bottom .item-3 input[type="checkbox"]:checked ~ .text {
  color: #0680CD;
}
.product-list .container .left dl dd .bottom .item-3 .text {
  font-size: 0.16rem;
  margin-left: 10px;
  text-align: center;
  color: #656565;
  line-height: 0.26rem;
}
@media (max-width: 991px) {
  .product-list .container .left dl dd .bottom .item-3 .text {
    font-size: 0.28rem;
  }
}
.product-list .container .left .moveTitle {
  text-align: center;
  font-size: 0.18rem;
  line-height: 2.111;
  color: #666666;
}
@media (max-width: 991px) {
  .product-list .container .left .moveTitle {
    font-size: 0.28rem;
  }
}
.product-list .container .left .moveTitle span {
  color: #0680CD;
}
.product-list .container .right {
  width: calc(100% - 4.15rem);
}
@media (max-width: 767px) {
  .product-list .container .right {
    width: 100%;
  }
}
.product-list .container .right .business1-section {
  background: transparent;
  padding: 0;
}
.product-list .container .right .business1-section .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-list .container .right .business1-section li {
  position: relative;
  width: calc(33.3% - 0.2rem);
  margin-left: 0;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
.product-list .container .right .business1-section li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .product-list .container .right .business1-section li {
    width: 100%;
    margin-right: 0;
  }
}
.product-list .container .right .business1-section li a {
  position: relative;
  border: 1px solid #ededed;
}
.product-list .container .right .business1-section li .picture {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.product-list .container .right .business1-section li .pic-thumb {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-list .container .right .business1-section li .pic-thumb img {
  width: 50px;
  height: 50px;
  padding: 5px;
  border: 1px solid #ededed;
}
.product-list .container .right .business1-section li .pic-thumb img.active {
  border-color: #0680CD;
}
.product-list .container .right .business1-section li a {
  padding: 0;
}
.product-list .container .right .business1-section li .lans {
  border-top: 1px solid #ededed;
}
.product-list .container .right .business1-section li .lans .more {
  background: transparent;
}
.product-list .container .right .business1-section li .tag {
  border-top: 1px solid #ededed;
  background: #f8f8f8;
  padding: 0.2rem 0.3rem;
}
.product-list .container .right .business1-section li .tag span {
  font-size: 14px;
  color: #333333;
  padding: 5px 10px;
  background: #FFFFFF;
  border-radius: 2px;
  display: inline-block;
  margin-right: 7px;
}
@media (max-width: 480px) {
  .product-list .container .right .business1-section li .tag span {
    font-size: 0.28rem;
  }
}
.product-list .container .right .business1-section li:hover {
  margin-bottom: 0.3rem;
  margin-top: 0;
}
.container-404 {
  padding: 2rem 0;
}
.container-404 .icon {
  max-width: 12.5rem;
  margin: 0 auto 0.5rem;
}
.container-404 .tips {
  font-size: 0.2rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000000;
  padding-bottom: 0.5rem;
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .container-404 .tips {
    font-size: 0.31rem;
  }
}
.container-404 .to-home {
  display: block;
  margin: auto;
  width: 2.14rem;
  height: 0.6rem;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  opacity: 1;
  line-height: 0.6rem;
  font-size: 0.16rem;
  text-align: center;
  color: #FFFFFF;
  background: #4472C4;
}
@media (max-width: 991px) {
  .container-404 .to-home {
    font-size: 0.28rem;
  }
}
.container-404 .to-home:hover {
  background: #0680CD;
}
.map-container {
  padding: 1rem 0 2rem 0;
  background: #F8F8F8;
}
@media (max-width: 991px) {
  .map-container {
    padding: 0.4rem 0 1rem 0;
  }
}
.map-container .container {
  max-width: 1200px;
}
.map-container .title {
  font-size: 0.48rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000000;
  line-height: 1;
  padding: 0.3rem 0;
}
.map-container .title span {
  color: #067FCD;
}
.map-container ul li {
  border-bottom: 1px solid #dddddd;
  padding: 0.34rem 0 0.25rem;
}
.map-container dt {
  width: 100%;
  padding: 0.2rem 0;
}
.map-container dt a {
  display: block;
  font-size: 0.24rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000000;
  padding: 0;
  line-height: 1;
}
@media (max-width: 991px) {
  .map-container dt a {
    font-size: 0.34rem;
  }
}
.map-container dd {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.25rem 0 0;
}
.map-container dd a {
  display: block;
  width: calc(100% / 6.5);
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #666666;
  line-height: 1.8;
  text-align: left;
  font-size: 0.16rem;
  padding-bottom: 0.1rem;
}
@media (max-width: 991px) {
  .map-container dd a {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .map-container dd a {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .map-container dd a {
    width: 50%;
  }
}
.map-container dd a span {
  position: relative;
}
.map-container dd a span:after {
  content: '';
  width: 0;
  height: 1px;
  background: #0680CD;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.45s ease-in-out;
}
.map-container dd a:hover span {
  color: #0680CD;
}
.map-container dd a:hover span:after {
  width: 100%;
}
.disclaimers-container {
  padding: 1rem 0 1rem 0;
  background: #F8F8F8;
}
@media (max-width: 991px) {
  .disclaimers-container {
    padding: 0.4rem 0 1rem 0;
  }
}
.disclaimers-container .container {
  max-width: 1200px;
}
.disclaimers-container .title {
  font-size: 0.48rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #070713;
  line-height: 1;
  padding: 0.6rem 0;
  text-align: center;
}
.disclaimers-container .title span {
  color: #067FCD;
}
.disclaimers-container ul.list li h4 {
  font-size: 0.28rem;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #070713;
  line-height: 1.5;
}
.disclaimers-container ul.list li .editor {
  font-size: 0.16rem;
  color: #656565;
  line-height: 2;
  display: block;
  padding: 0.1rem 0 0.7rem;
}
@media (max-width: 991px) {
  .disclaimers-container ul.list li .editor {
    font-size: 0.28rem;
  }
}
.banner-search {
  height: 6.8rem;
}
.banner-search .search-module {
  background: #FFFFFF;
  margin: 0.1rem auto 0;
  width: 5.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .banner-search .search-module {
    width: 100%;
    line-height: 0.6rem;
    height: 0.6rem;
  }
}
.banner-search .search-module .input {
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #999999;
  padding: 0 0.2rem;
  box-sizing: border-box;
  max-width: calc(100% - 1.04rem);
}
@media (max-width: 991px) {
  .banner-search .search-module .input {
    font-size: 0.28rem;
  }
}
.banner-search .search-module .search-button {
  width: 1.05rem;
  line-height: 0.5rem;
  background: center center url("../images/icon-search1.svg") no-repeat #0680CD;
  background-size: auto 50%;
}
.no-data {
  text-align: center;
  padding: 2rem 0 !important;
  display: block !important;
}
.no-data .icon {
  margin: auto;
}
.no-data .lans {
  font-size: 0.18rem;
  width: 100%;
  display: block;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #010101;
}
@media (max-width: 991px) {
  .no-data .lans {
    font-size: 0.28rem;
  }
}
.no-data .lans span {
  color: #0680CD;
}
.search-container {
  background: #f8f8f8;
}
.search-container .news-container {
  background: #FFFFFF;
}
.search-container .product-list .container {
  padding-bottom: 0;
}
.search-container .product-list .business1-section {
  padding: 0;
  background: transparent;
}
.search-container .product-list .business1-section .list {
  padding-bottom: 0;
  margin-bottom: 0;
}
.search-container .download-section .right {
  padding-bottom: 0;
}
.search-container .download-section .right table tr:nth-child(1) {
  background: transparent !important;
}
.search-container .item-on {
  display: none;
}
.search-container .item-on.active {
  display: block;
}
/*# sourceMappingURL=style.css.map */


@media (max-width: 767px) {
    .main-container .common-banner.common-banner-xin{
        /*min-height: 60vh;*/
        min-height: initial;
    }
    .main-container .common-banner.common-banner-xin .content1 .t1{
        font-size: 0.46rem;
    }
    .main-container .common-banner.common-banner-xin .content1 .t3,.about-section .common-desc{
        text-align: justify;
    }
    .about-section.about2-section .wrapper .common-title{
        margin-bottom: 0;
    }
    .about-section .common-title{
        font-size: 0.38rem;
    }
    .home-main .index-about1 .map{
        transform: scale(1);
        /*width: 840px;*/
    }
    .fditu{
        overflow-x: auto;
        overflow-Y: visible;
    }
    .home-main .index-about1{
        height: auto;
    }
    .home-main .index-about1 .map .item .hov{
        /*margin-left: 10%;*/
        bottom: 345%;
        left: 50%;
        right: initial;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #c-footer .container .top .c-logo .c-img-box{
        transform: scale(1);
    }
    .home-main .index-about1 .map .item .hov:after{
        left: 46%!important;
    }
    .about-section.about5-section .list .year{
        line-height: 1;
        font-size: 0.8rem;
    }
    .contact1-section h4.title{
        font-size: 0.35rem;
    }
    .contact1-section .content .left .small-title{
        color: #222222;
    }
    .about-section.about3-section .container .left .left-top .tips,
    .about-section.about4-section .container .left .tips,
    .about-section.about5-section .tips,
    .about-section.about6-section .tips{
        font-size: 0.38rem;
    }
    .news-info-container .news-info-section .container .left .editor img {
        height: auto!important;
    }
}




.popup .popup-box .popup-box-left .popup-logo-img img{
    width: 1.4rem;
}




.fzfot1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.3rem;
  flex-wrap: wrap;
}
.fzfot1 .lt {
  display: flex;
  width: 60%;
}
@media (max-width: 767px) {
  .fzfot1 .lt {
    width: 100%;
    flex-wrap: wrap;
  }
}
.fzfot1 .lt .name,
.fzfot1 .lt a {
  font-size: 16px;
  color: #ffffff;
}
.fzfot1 .lt .name {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .fzfot1 .lt .name {
    margin-bottom: 0.16rem;
  }
}
.fzfot1 .lt .jut {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
.fzfot1 .lt .jut span {
  color: #ffffff;
  display: block;
  margin: 0 6px;
  opacity: 0.2;
}
.fzfot1 .gt {
  display: flex;
}
@media (max-width: 767px) {
  .fzfot1 .gt {
    margin-top: 0.36rem;
  }
}
.fzfot1 .gt .li {
  display: block;
  width: 40px;
  overflow: hidden;
  margin-right: 20px;
}
@media (max-width: 1580px) {
  .fzfot1 .gt .li {
    width: 36px;
    margin-right: 16px;
  }
}
.fzfot1 .gt .li:last-child {
  margin-right: 0;
}
.fzfot1 .gt .li img {
  width: 100%;
  float: left;
}
.product-list .container .left dl dt svg{
    display: none;
}


.product-info-container .prod{
    background: none;
    background-color: #F5F5F5;
}


.product-info-container .prodetails .right .button-list a{
    width: 1.8rem;
}
@media (max-width: 767px) {
    .product-info-container .prodetails .right .button-list a{
        width: 3rem;
        margin-top: 0.4rem;
    }
    .home-main .index-product .pro .button{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%，-50%);
        width: 1.2rem;
        height: 1.2rem;
         background: url(../images/dianji.svg) center center / contain no-repeat;
        z-index: 2;
    }
}



/* 新增 */
.xinbox {
  padding-bottom: 1.2rem;
}
.xinbox_tit {
  text-align: center;
}
.xinbox_tit .f_tit {
  font-size: 0.48rem;
  color: #223038;
  font-weight: bold;
}
.xinbox_tit .f_text {
  color: #223038;
  margin-top: 0.12rem;
  font-size: 20px;
}
@media (max-width: 1580px) {
  .xinbox_tit .f_text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .xinbox_tit .f_text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .xinbox_tit .f_text {
    font-size: 0.24rem;
  }
}
.xinbox_tit .f_text span {
  color: #0097ff;
}
.xinbox-sec1 {
  padding: 0.6rem 0;
}
.xinbox-sec1 .xinbox1_nav .swiper-slide {
  width: 33.333%;
}
.xinbox-sec1 .xinbox1_nav .swiper-slide .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 3.2rem;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
}
@media (max-width: 1580px) {
  .xinbox-sec1 .xinbox1_nav .swiper-slide .item {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .xinbox-sec1 .xinbox1_nav .swiper-slide .item {
    font-size: 16px;
  }
}
.xinbox-sec1 .xinbox1_nav .swiper-slide .item i {
  height: 1.6rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .xinbox-sec1 .xinbox1_nav .swiper-slide .item i {
    height: 1.4rem;
  }
}
.xinbox-sec1 .xinbox1_nav .swiper-slide .item i img {
  height: 100%;
  width: auto;
}
.xinbox-sec1 .xinbox1_nav .swiper-slide .item .f_tit {
  color: #000000;
  font-weight: bold;
  font-family: PingFangSC-Semibold, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.xinbox-sec1 .xinbox1_nav .swiper-slide.on .item i {
  height: 2rem;
}
@media (max-width: 767px) {
  .xinbox-sec1 .xinbox1_nav .swiper-slide.on .item i {
    height: 1.7rem;
  }
}
.xinbox-sec2 {
  position: relative;
}
.xinbox-sec2 .box1 {
  background: linear-gradient(90deg, #b0c4d1, rgba(255, 255, 255, 0) 80%);
  padding: 0.4rem 0;
}
@media (max-width: 767px) {
  .xinbox-sec2 .box1 {
    padding: 1rem 0;
  }
}
.xinbox-sec2 .box1 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 5.8rem;
}
.xinbox-sec2 .box1 .container .lt {
  width: 58.334%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .xinbox-sec2 .box1 .container .lt {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.xinbox-sec2 .box1 .container .lt .f_img {
  height: 2.96rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.24rem;
}
.xinbox-sec2 .box1 .container .lt .f_img img {
  height: 100%;
  max-width: 100%;
}
.xinbox-sec2 .box1 .container .lt .f_tit {
  color: #000000;
  font-size: 0.26rem;
}
@media (max-width: 1580px) {
  .xinbox-sec2 .box1 .container .lt .f_tit {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .xinbox-sec2 .box1 .container .lt .f_tit {
    font-size: 18px;
  }
}
.xinbox-sec2 .box1 .container .gt {
  width: 41.666%;
}
@media (max-width: 767px) {
  .xinbox-sec2 .box1 .container .gt {
    width: 100%;
  }
}
.xinbox-sec2 .box1 .container .gt .f_text {
  color: #444444;
  line-height: 1.5;
  font-size: 20px;
}
@media (max-width: 1580px) {
  .xinbox-sec2 .box1 .container .gt .f_text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .xinbox-sec2 .box1 .container .gt .f_text {
    font-size: 16px;
  }
}
.xinbox-sec2 .box1 .container .gt .f_text p {
  margin-bottom: 6px;
  padding-left: 0.28rem;
  position: relative;
  color: #474747;
}
.xinbox-sec2 .box1 .container .gt .f_text p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #474747;
  transform: translateY(-50%);
}
.xinbox-sec2 .box1 .container .gt .f_text p:last-child {
  margin-bottom: 0;
}
.xinbox-sec2 .box2 {
  padding: 1.2rem 0 0;
}
.xinbox-sec2 .box2 .xinbox_tit {
  margin-bottom: 0.54rem;
}
.xinbox-sec2 .box2 .cont {
  margin: 0 -0.12rem;
  display: flex;
}
@media (max-width: 767px) {
  .xinbox-sec2 .box2 .cont {
    flex-wrap: wrap;
  }
}
.xinbox-sec2 .box2 .cont .item {
  padding: 0 0.12rem;
  width: 21%;
  flex: 1 1 auto;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .xinbox-sec2 .box2 .cont .item {
    width: 50%;
    margin-bottom: 0.24rem;
  }
}
@media (min-width: 768px) {
  .xinbox-sec2 .box2 .cont .item.on {
    width: 36.3636%;
  }
}
.xinbox-sec2 .box2 .cont .item .list {
  display: block;
  position: relative;
}
.xinbox-sec2 .box2 .cont .item .list .img {
  position: relative;
  height: 5.2rem;
}
@media (max-width: 767px) {
  .xinbox-sec2 .box2 .cont .item .list .img {
    height: 2.8rem;
  }
}
.xinbox-sec2 .box2 .cont .item .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xinbox-sec2 .box2 .cont .item .list .font {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.22rem 0.1rem;
  transition: all 0.4s;
}
.xinbox-sec2 .box2 .cont .item .list .font .f_tit {
  color: #ffffff;
  width: 100%;
  font-size: 20px;
}
@media (max-width: 1580px) {
  .xinbox-sec2 .box2 .cont .item .list .font .f_tit {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .xinbox-sec2 .box2 .cont .item .list .font .f_tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .xinbox-sec2 .box2 .cont .item .list .font .f_tit {
    font-size: 0.24rem;
  }
}
.xinbox-sec2 .swiper-pagination {
  position: relative;
  width: 100%;
  margin-top: 0.5rem;
}
.xinbox-sec2 .swiper-pagination span {
  width: 0.12rem;
  height: 0.12rem;
  background-color: #c9c9c9;
  margin: 0 0.15rem !important;
  opacity: 1;
}
.xinbox-sec2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2aaafc;
}
