body {
  font-family: "OPPOSans-Regular", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", Helvetica, sans-serif;
  line-height: 1;
}
* {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  font-style: normal;
  font-family: inherit;
}
body {
  color: #666;
  font-size: 14px;
}
.grey {
  color: #999;
}
.dark {
  color: #333;
}
.black {
  color: #111;
}
.wide {
  letter-spacing: 0.091em;
}
.block {
  display: block;
}
.white {
  color: #fff;
}
.udl {
  text-decoration: underline;
}
.nowrap,
.nowrapall,
.nowrapall * {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.break,
.breakall,
.breakall * {
  word-wrap: break-word;
  word-break: break-all;
}
.animate,
.animateall,
.animateall * {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 1410px\9;
}
.maxsize {
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 0px) {
  body {
    min-width: auto;
  }
}
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
}
.tb {
  display: table;
  height: 100%;
  width: 100%;
}
.tb-c {
  display: table-cell;
  vertical-align: middle;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
a {
  text-decoration: none;
  color: inherit;
}
ul,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
.table {
  overflow: hidden;
}
table .tr {
  overflow: hidden;
}
.table .tr .td,
.table .tr .th {
  float: left;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.inb {
  display: inline-block;
}
.v-hide {
  visibility: hidden;
}
.posr {
  position: relative;
}
.posa {
  position: absolute;
}
.poss {
  position: static;
}
input,
select,
textarea {
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  text-indent: 10px;
}
input::-webkit-input-placeholder {
  color: #aaa !important;
}
input:-moz-placeholder {
  color: #aaa !important;
}
input::-moz-placeholder {
  color: #aaa !important;
}
input:-ms-input-placeholder {
  color: #aaa !important;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
.maxsize {
  max-width: 1410px;
}
.fh {
  height: 100%;
}
.nicescroll::-webkit-scrollbar {
  width: 4px;
  background-color: #eee;
  border-radius: 4px;
}
.nicescroll::-webkit-scrollbar-thumb {
  border: none;
  width: 8px;
  background:#0065CA;
  border-radius: 8px;
  margin: 0 -2px;
}
.nicescroll::-webkit-scrollbar-corner {
  background-color: #eee;
}
.nicescroll::-webkit-scrollbar:horizontal {
  height: 9px;
}
.tip {
  position: absolute;
  bottom: 64px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  text-align: center;
  z-index: 100;
  color: #fff;
  font-size: 16px;
  letter-spacing: 4px;
}
.tip .iconfont {
  margin-right: 10px;
  font-size: 24px;
  letter-spacing: 0;
  display: inline-block;
  animation: scrollDownTip 3s infinite linear;
}
.activity {
  position: relative;
}
.activity .item {
  height: 270px;
  padding: 45px 60px;
  position: relative;
}
.activity .item h2:after {
  content: '\e9f6';
  font-family: 'iconfont';
  font-size: 24px;
  display: inline-block;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  margin-left: 14px;
}
.activity .item p.wide {
  line-height: 2em;
  height: 4em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  letter-spacing: 0.2em;
}
.activity .item .date {
  position: absolute;
  bottom: 45px;
  left: 60px;
  padding-left: 100px;
}
.activity .item .date strong {
  position: absolute;
  font-weight: normal;
  top: 50%;
  left: 0;
  line-height: 46px;
  margin-top: -23px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.cards {
  margin: 0 -50px;
  margin-top: 48px;
  overflow: hidden;
}
.cards:hover .cont {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.cards .cont {
  display: block;
  -webkit-animation: moveYLinear 60s infinite linear;
  animation: moveYLinear 60s infinite linear;
}
.cards .cont:hover {
  z-index: 2;
  position: relative;
}
.cards .card {
  width: 20%;
  float: left;
  box-sizing: border-box;
  padding: 0 50px;
  margin-bottom: 60px;
}
/*.cards .card:nth-child(5n+2),*/
/*.cards .card:nth-child(5n+4) {*/
/*  transform: translateY(-50%);*/
/*  -webkit-transform: translateY(-50%);*/
/*}*/
.cards .card:hover {
  z-index: 9;
  position: relative;
}
.audios {
  position: relative;
}
.audios .item {
  float: left;
  width: 33.33%;
  margin-bottom: 60px;
}
.audios .item.active .btn {
  background:#0065CA;
  box-shadow: 0 7px 30px rgba(166, 36, 36, 0.47);
}
.audios .item.active .btn:before {
  content: '\e9f6';
}
.audios .item .con {
  display: block;
  position: relative;
  margin: 0 25px;
  background: #fff;
  box-shadow: 0 3px 60px rgba(0, 0, 0, 0.05);
  border-radius: 150px;
  padding: 15px 20px;
  padding-left: 167px;
  height: 120px;
}
.audios .item .f {
  position: absolute;
  display: block;
  width: 120px;
  padding-bottom: 120px;
  border-radius: 100%;
  left: 20px;
  top: 15px;
}
.audios .item .btn {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background:#0065CA;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}
.audios .item .btn:before {
  content: '\e6dc';
  font-family: 'iconfont';
}
.audios .item .btn:hover {
  background-color:#0065CA;
  box-shadow: 0 7px 30px rgba(166, 36, 36, 0.47);
}
.audios .item h5 {
  margin-top: 22px;
}
.audios .pager {
  z-index: 8;
  position: relative;
}
.audios .pager li {
  float: left;
}
.audios .pager a {
  display: block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #B2B3B6;
  border-radius: 100%;
  margin: 0 10px;
}
.audios .pager a.prev,
.audios .pager a.next {
  margin: 0 30px;
}
.audios .pager a:hover {
  color: #fff;
  background: #222;
}
.audios .pager a.active {
  background:#0065CA;
  color: #fff;
  border-color:#0065CA;
}
.audios .pager a.disabled,
.audios .pager a.disabled:hover {
  background: #f5f5f5;
  color: #666;
  opacity: 0.25;
  cursor: not-allowed;
}
.audios .win {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #fff;
  padding: 50px 60px;
  max-width: 680px;
  width: 100%;
  box-shadow: 0 5px 80px rgba(79, 102, 122, 0.2);
  display: none;
}
.audios .win .title {
  position: relative;
  height: 120px;
}
.audios .win .title .f {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.audios .win .title .t {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
  right: 100px;
  left: 160px;
}
.audios .win .title .playbtn {
  background:#0065CA;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  color: #fff;
  line-height: 40px;
  width: 40px;
  margin-top: -20px;
  text-align: center;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.audios .win .title .playbtn:hover {
  background:#0065CA;
  box-shadow: 0 7px 30px rgba(166, 36, 36, 0.47);
}
.audios .win .line {
  margin: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
.audios .win ul {
  margin-top: 30px;
  overflow-y: scroll;
  height: 210px;
}
.audios .win ul li {
  width: 33.33%;
  float: left;
}
.audios .win ul a {
  display: block;
  line-height: 35px;
  padding-left: 55px;
  margin-right: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.audios .win ul a.active:before {
  background:#0065CA;
  color: #fff;
  content: '\e600';
}
.audios .win ul a:before {
  color: #d3d3d3;
  content: '\e6dc';
  font-family: 'iconfont';
  position: absolute;
  line-height: 23px;
  width: 23px;
  text-align: center;
  border: 1px solid;
  margin-top: -12px;
  top: 50%;
  left: 0;
  font-size: 10px;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.audios .win ul a:hover:before {
  color: #fff;
  background:#0065CA;
  border-color:#0065CA;
}
.vt {
  writing-mode: vertical-lr;
}
.vt2 {
  writing-mode: vertical-rl;
}
.cl:after,
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.b {
  font-weight: 900;
}
.hl {
  color:#0065CA;
}
.db {
  color: #262f42;
}
.grey {
  color: #B1B1B2;
}
.black {
  color: #000;
}
.coverbg {
  background-size: cover;
  background-position: center;
}
.upc {
  text-transform: uppercase;
}
.ovh {
  overflow: hidden;
}
u {
  text-decoration: none;
  border-bottom: 1px solid;
}
font.animated {
  display: inline-block;
}
.iconfont,
[icon] {
  font-family: 'iconfont';
}
.ent,
[ent] {
  font-family: 'ent';
}
.enr,
[enr] {
  font-family: 'enr';
}
.enb,
[enb] {
  font-family: 'enb';
}
.song,
[song] {
  font-family: 'song';
}
.youshe,
[youshe] {
  font-family: 'youshe';
}
@font-face {
  font-family: 'ent';
  src: url('fonts/Gilroy-Thin.eot?#') format('embedded-opentype'), url('fonts/Gilroy-Thin.woff') format('woff'), url('fonts/Gilroy-Thin.ttf') format('truetype'), url('fonts/Gilroy-Thin.svg') format('svg');
}
@font-face {
  font-family: 'enr';
  src: url('fonts/gilroy-regular.eot?#') format('embedded-opentype'), url('fonts/gilroy-regular.woff') format('woff'), url('fonts/gilroy-regular.ttf') format('truetype'), url('fonts/gilroy-regular.svg') format('svg');
}
@font-face {
  font-family: 'enb';
  src: url('fonts/gilroy-bold.eot?#') format('embedded-opentype'), url('fonts/gilroy-bold.woff') format('woff'), url('fonts/gilroy-bold.ttf') format('truetype'), url('fonts/gilroy-bold.svg') format('svg');
}
@font-face {
  font-family: 'youshe';
  src: url('fonts/youshebaohei.eot?#') format('embedded-opentype'), url('fonts/youshebaohei.woff') format('woff'), url('fonts/youshebaohei.ttf') format('truetype'), url('fonts/youshebaohei.svg') format('svg');
}
@font-face {
  font-family: 'song';
  src: url('fonts/siyuansongti.eot?#') format('embedded-opentype'), url('fonts/siyuansongti.woff') format('woff'), url('fonts/siyuansongti.ttf') format('truetype'), url('fonts/siyuansongti.svg') format('svg');
}
@font-face {
  font-family: 'iconfont';
  /* project id 2249267 */
  src: url('//at.alicdn.com/t/font_2249267_f2ra6i6zhwf.eot');
  src: url('//at.alicdn.com/t/font_2249267_f2ra6i6zhwf.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_2249267_f2ra6i6zhwf.woff2') format('woff2'), url('//at.alicdn.com/t/font_2249267_f2ra6i6zhwf.woff') format('woff'), url('//at.alicdn.com/t/font_2249267_f2ra6i6zhwf.ttf') format('truetype'), url('//at.alicdn.com/t/font_2249267_f2ra6i6zhwf.svg#iconfont') format('svg');
}
@font-face {
  font-family: 'iconfont1';
  /* project id 2249267 */
  src: url('//at.alicdn.com/t/font_2249267_f2ra6i6zhwf.eot');
  src: url('//at.alicdn.com/t/font_2249267_f2ra6i6zhwf.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_2249267_f2ra6i6zhwf.woff2') format('woff2'), url('//at.alicdn.com/t/font_2249267_f2ra6i6zhwf.woff') format('woff'), url('//at.alicdn.com/t/font_2249267_f2ra6i6zhwf.ttf') format('truetype'), url('//at.alicdn.com/t/font_2249267_f2ra6i6zhwf.svg#iconfont') format('svg');
}
/*@font-face {*/
/*  font-family: 'iconfont';  !* Project id 1946284 *!*/
/*  src: url('//at.alicdn.com/t/font_1946284_bb52pomfkyd.woff2?t=1639036170875') format('woff2'),*/
/*  url('//at.alicdn.com/t/font_1946284_bb52pomfkyd.woff?t=1639036170875') format('woff'),*/
/*  url('//at.alicdn.com/t/font_1946284_bb52pomfkyd.ttf?t=1639036170875') format('truetype');*/
/*}*/
.ltsp {
  -webkit-animation-name: letterSpactingWider;
  animation-name: letterSpactingWider;
}
@keyframes 'letterSpactingWider' {
  0% {
    letter-spacing: -0.01em;
  }
  100% {
    letter-spacing: 0.091em;
  }
}
@-webkit-keyframes 'letterSpactingWider' {
  0% {
    letter-spacing: -0.01em;
  }
  100% {
    letter-spacing: 0.091em;
  }
}
@keyframes 'scrollDownTip' {
  0% {
    opacity: 0;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
  25% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  75% {
    opacity: 1;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
  }
}
@-webkit-keyframes 'scrollDownTip' {
  0% {
    opacity: 0;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
  25% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  75% {
    opacity: 1;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
  }
}
@keyframes 'moveYLinear' {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes 'moveYLinear' {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes 'dotMovePath' {
  0% {
    width: 20px;
    height: 20px;
    padding-bottom: 0;
    top: 45px;
    transform: translateY(0%) translateX(0%);
  }
  25% {
    width: 20px;
    height: 20px;
    padding-bottom: 0;
    left: 10%;
    top: 80%;
    transform: translateY(0%) translateX(0%);
  }
  70% {
    width: 20px;
    height: 20px;
    padding-bottom: 0;
    left: 80%;
    top: 60%;
    transform: translateY(0%) translateX(0%);
  }
  100% {
    width: 150%;
    height: 0;
    padding-bottom: 150%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
@-webkit-keyframes 'dotMovePath' {
  0% {
    width: 20px;
    height: 20px;
    padding-bottom: 0;
    top: 45px;
    -webkit-transform: translateY(0%) translateX(0%);
  }
  25% {
    width: 20px;
    height: 20px;
    padding-bottom: 0;
    left: 10%;
    top: 80%;
    -webkit-transform: translateY(0%) translateX(0%);
  }
  70% {
    width: 20px;
    height: 20px;
    padding-bottom: 0;
    left: 80%;
    top: 60%;
    -webkit-transform: translateY(0%) translateX(0%);
  }
  100% {
    width: 150%;
    height: 0;
    padding-bottom: 150%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
}
.drawCirclePath {
  -webkit-animation: drawCirclePath 1.5s ease-out;
  animation: drawCirclePath 1.5s ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.rotateTiny {
  -webkit-animation: rotateTiny 1.5s ease-out;
  animation: rotateTiny 1.5s ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes 'drawCirclePath' {
  0% {
    stroke-dasharray: 157, 157;
  }
  100% {
    stroke-dasharray: 0, 157;
  }
}
@-webkit-keyframes 'drawCirclePath' {
  0% {
    stroke-dasharray: 157, 157;
  }
  100% {
    stroke-dasharray: 0, 157;
  }
}
@keyframes 'rotateTiny' {
  0% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes 'rotateTiny' {
  0% {
    -webkit-transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes 'infiniteRound' {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes 'infiniteRound' {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
body {
  color: #666;
  padding-top: 0px;
}
.maxsize {
  max-width: 1500px;
}
.section {
  box-sizing: border-box;
}
.cards {
  position: relative;
}
.cards:hover .playbar {
  bottom: 20px;
  opacity: 1;
}
.playbar {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  opacity: 0;
  position: absolute;
  z-index: 20;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.25);
}
.playbar .face {
  position: absolute;
  z-index: 9;
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.playbar .info {
  margin-left: 100px;
  margin-right: 70px;
  position: relative;
  width: 200px;
}
.playbar .info h5 {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.playbar .info p {
  font-size: 12px;
  line-height: 20px;
  color: #000;
  opacity: 0.75;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.playbar .info .bar {
  height: 10px;
  margin: 20px 10px 0 0;
  border-radius: 10px;
  position: relative;
  background: #f5f5f5;
  display: block;
}
.playbar .info .bar:before {
  content: '';
  position: absolute;
  top: 0;
  width: 20px;
  height: 10px;
  right: -10px;
  background: #f5f5f5;
  border-radius: 10px;
}
.playbar .info .bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding-right: 10px;
  border-radius: 10px;
  width: 0;
  background: #dadada;
}
.playbar .info .bar i {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background:#0065CA;
}
.playbar .info .timer {
  line-height: 20px;
  padding-top: 10px;
  font-size: 10px;
  opacity: 0.5;
}
.playbar .btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.playbar .btn a {
  display: block;
  color:#0065CA;
  font-size: 30px;
  line-height: 70px;
  width: 70px;
  text-align: center;
}
.playbar .btn a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 480px) {
  .cards:hover .playbar {
    bottom: 0;
  }
  .playbar {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    opacity: 1;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: saturate(300%) blur(10px);
    -webkit-backdrop-filter: saturate(300%) blur(10px);
    bottom: 0;
    left: 30px;
    right: 30px;
    z-index: 99999;
    border-radius: 0;
  }
  .playbar .face {
    width: 60px;
    height: 60px;
  }
  .playbar .info {
    margin-left: 75px;
    margin-right: 100px;
    width: auto;
  }
  .playbar .info h5 {
    font-size: 14px;
    line-height: 25px;
  }
  .playbar .info p {
    font-size: 12px;
    line-height: 15px;
  }
  .playbar .info .timer {
    padding-top: 5px;
    line-height: 15px;
  }
  .playbar .btn a {
    width: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  color: #000;
}
.header .logo {
  width: 192px;
  height: 56px;
  padding: 0 78px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.header .menu {
  line-height: 100px;
  font-size: 16px;
}
.header .menu .menulist { background:#888888;
  text-align: center;
}
.header .menu li {
  display: inline-block;
}
.header .menu li a {
  display: block;
  padding: 0 30px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.header .menu li a:hover,
.header .menu li a.active {
  background:#0065CA;
  color: #fff;
}
.header .btns {
  position: absolute;
  top: 0;
  right: 40px;
}
.header .btns a {
  line-height: 100px;
  float: left;
  font-size: 24px;
  padding: 0 20px;
  position: relative;
}
.header .btns a:hover .sub {
  display: block;
}
.header .btns a .sub {
  position: absolute;
  right: 0;
  line-height: 1;
  font-size: 12px;
  top: 100%;
  padding-top: 10px;
  display: none;
  box-shadow: 10px 10px 30px -10px rgba(0, 0, 0, 0.25);
}
.header .btns a .sub:before {
  content: '';
  position: absolute;
  top: -5px;
  right: 28px;
  border: 8px solid;
  border-color: transparent transparent #fff transparent;
}
.header .btns a .sub .con {
  padding: 10px;
  background: #fff;
  width: 100px;
  text-align: center;
}
.header .btns a .sub .con p {
  margin-top: 5px;
  color: #aaa;
}
.footer {
  /* background: #222; */
  background: #efefef;
}
.footer.fixedbottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer .title{
  color: #000;
}
.footer .enTitle{
  color: #308ce9;
}
.footer .prepare {
  min-height: 50px;
  border-top: 1px solid #a2a2a2;
  font-size: 12px;
  /* color: #666; */
  color: #308ce9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  padding-bottom: 10px;
}
.footer .prepare span {
  margin-top: 10px;
}
.footer .label {
  min-height: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  padding-bottom: 10px;
}
.footer .label a {
  padding: 8px 14px;
  border-radius: 5px;
  /* background: #111; */
  background: #308ce9;
  margin-right: 16px;
  color: #fff;
  margin-top: 10px;
}
.footer .label a:last-child {
  margin-right: 0;
}
.footer .title {
  padding-top: 30px;
}
.sidebar {
  display: none;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9999;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100px;
  background: #fff;
  border: 1px solid #EEEEEE;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 10px;
}
.sidebar .logo {
  display: block;
  padding: 16px 0;
  margin-bottom: 8px;
}
.sidebar .con {
  background:#0065CA;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
.sidebar .con a {
  padding: 20px 0 30px 0;
  border-bottom: 1px solid #AF3A3A;
  display: block;
}
.sidebar .con a .iconfont {
  font-size: 28px;
  margin-bottom: 16px;
  display: inline-block;
}
.sidebar .con a.gotop {
  padding: 10px 0;
  border: 0;
}
.sidebar .con a.gotop .iconfont {
  margin-bottom: 0;
  font-size: 21px;
}
.banner {
  width: 100%;
  margin: 0 auto;
}
.banner img{
  width: 100vw;
  /* height: 32.6vw; */
  height: 36.46vw;
  object-fit: cover; 
}
.banner .animated {
  visibility: hidden;
}
.banner .active .animated {
  visibility: visible;
}
.banner .text {
  color: #fff;
  transform: translateY(20%);
  -webkit-transform: translateY(20%);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0 20px 50px rgba(0, 0, 0, 0.2);
}
.banner .text h1 {
  letter-spacing: 0.091em;
  display: inline-block;
  color:#0065CA;
}
.banner .text h1 b,
.banner .text h1 strong {
  font-weight: normal;
  color:#0065CA;
}
.banner .text p {
  letter-spacing: 0.14em;
  color:#0065CA;
}
.banner .counter {
  position: absolute;
  top: 50%;
  left: 115px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 100;
  color: #d2d2d2;
  /* color: #fff; */
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
}
.banner .counter span {
  display: block;
  letter-spacing: 0.1em;
}
.banner .counter .current {
  color:#0065CA;
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.25);
}
.banner .counter .total {
  font-size: 16px;
}
.banner .bx-pager {
  position: absolute;
  top: 50%;
  right: 60px;
  z-index: 100;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.banner .bx-pager .bx-pager-item {
  padding: 10px 18px;
  overflow: hidden;
}
.banner .bx-pager .bx-pager-item a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
  text-indent: -999px;
  position: relative;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.banner .bx-pager .bx-pager-item a.active {
  opacity: 1;
  background:#0065CA;
}
.banner .bx-pager .bx-pager-item a.active:after {
  display: none;
  content: '';
  position: absolute;
  width: 36px;
  height: 36px;
  background-image: url(../images/circle.svg);
  background-size: 100%;
  left: 50%;
  top: 50%;
  margin: -18px;
}
.index .s1 {
  padding-top: 100px;
  background-image: url(../images/index-s1bg.jpg);
  background-size: 100% 100%;
}
.index .s1 .filter a {
  position: relative;
  margin: 0 58px;
  display: inline-block;
  padding-bottom: 14px;
}
.index .s1 .filter a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background:#0065CA;
  height: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.index .s1 .filter a:hover:after,
.index .s1 .filter a.active:after {
  height: 3px;
}
.index .s1 .filter .active {
  color: #000;
}
.index .s1 .bx-viewport {
  overflow: visible !important;
  overflow-y: hidden !important;
}
.index .s1 .main .page {
  height: 600px;
  display: none;
}
.index .s1 .main .page.active {
  display: block;
}
.index .s1 .activity {
  max-width: 1046px;
  margin: 0 auto;
  padding-top: 80px;
  position: relative;
}
.index .s1 .activity .item {
  margin-right: 297px;
}
.index .s1 .activity .item:before,
.index .s1 .activity .item * {
  opacity: 0;
}
.index .s1 .activity .item:hover:before,
.index .s1 .activity .item:hover * {
  opacity: 1;
}
.index .s1 .activity .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.index .s1 .activity .item > * {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.index .s1 .activity .item h2,
.index .s1 .activity .item p {
  position: relative;
}
.index .s1 .audios {
  padding-top: 83px;
}
.index .s1 .audios .container {
  height: 360px;
  padding: 30px 0;
}
.index .s1 .audios .container::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.index .s1 .audios .container::-webkit-scrollbar-thumb {
  border: none;
  width: 8px;
  background:#0065CA;
  border-radius: 8px;
  margin: 0 -2px;
}
.index .s1 .audios .container::-webkit-scrollbar-corner {
  background-color: #fff;
}
.index .s1 .audios .container::-webkit-scrollbar:horizontal {
  height: 9px;
}
.index .s1 .right {
  position: absolute;
  top: 0;
  right: 0;
}
.index .s1 .right .con {
  padding: 65px 40px;
  background: #fff;
  border-radius: 5px;
  width: 147px;
  position: relative;
}
.index .s1 .right .con:before {
  content: '';
  position: absolute;
  top: 0;
  right: 25px;
  width: 33px;
  height: 40px;
  background-image: url(../images/bookMarkTag.svg);
  background-size: 100%;
}
.index .s1 .bx-pager {
  margin-top: 100px;
  text-align: center;
}
.index .s1 .bx-pager .bx-pager-item {
  margin: 0 10px;
  display: inline-block;
}
.index .s1 .bx-pager a {
  display: block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 100%;
  text-indent: -99em;
  overflow: hidden;
}
.index .s1 .bx-pager a.active {
  background: #000;
}
.index .s2 {
  padding-top: 50px;
}
.index .s2 .maxsize {
  max-width: 1200px;
  margin: 0 auto;
}
.index .s2 .pager {
  position: relative;
  margin-bottom: 20px;
  padding: 0 80px;
}
.index .s2 .pager .cont {
  display: flex;
}
.index .s2 .pager .item {
  cursor: pointer;
  flex: 1;
  text-align: center;
}
.index .s2 .pager .item h5 {
  font-size: 20px;
  position: relative;
  display: inline-block;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.index .s2 .pager .item h5:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #d3d3d3;
  left: 50%;
  position: absolute;
  margin-left: -5px;
  bottom: -30px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.index .s2 .pager .item p {
  opacity: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.index .s2 .pager .item.active h5 {
  font-weight: 900;
}
.index .s2 .pager .item.active h5:after {
  opacity: 0;
}
.index .s2 .pager .item.active p {
  opacity: 1;
}
.index .s2 .pager .btns .btn {
  margin-right: 30px;
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.index .s2 .pager .btns .btn.prev {
  left: 0;
}
.index .s2 .pager .btns .btn.next {
  right: 0;
}
.index .s2 .pager .btns a {
  width: 48px;
  line-height: 48px;
  color: #d1d1d1;
  border: 1px solid #e9e9e9;
  text-align: center;
  display: block;
  border-radius: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.index .s2 .pager .btns a:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}
.index .s2 .pager1 {
  position: absolute;
  z-index: 100;
  bottom: 184px;
  right: 295px;
  margin-bottom: 50px;
}
.index .s2 .pager1 .item {
  position: relative;
  margin: 55px 0;
  height: 54px;
  display: none;
  cursor: pointer;
}
.index .s2 .pager1 .item:nth-child(1) {
  display: block;
}
.index .s2 .pager1 .item:nth-child(2) {
  display: block;
}
.index .s2 .pager1 .item:nth-child(3) {
  display: block;
}
.index .s2 .pager1 .item .f {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: #d3d3d3;
  border-radius: 100%;
  top: 45px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition-delay: 0.2s;
}
.index .s2 .pager1 .item .f img {
  max-width: 125%;
  max-height: 125%;
  opacity: 0;
}
.index .s2 .pager1 .item .t {
  position: absolute;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.index .s2 .pager1 .item .t h5 {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: inline-block;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition-delay: 0.2s;
}
.index .s2 .pager1 .item .t p {
  opacity: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition-delay: 0.4s;
}
.index .s2 .pager1 .item.active .f {
  padding: 1px;
  width: 90px;
  height: 90px;
  margin-top: -46px;
  background-image: url(../images/index-s2circle.svg);
  background-size: 100%;
  background-color: #fff;
  top: 50%;
}
.index .s2 .pager1 .item.active .f img {
  opacity: 1;
  margin: -10px -15px;
}
.index .s2 .pager1 .item.active .t {
  padding-left: 89px;
}
.index .s2 .pager1 .item.active .t h5 {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  font-weight: 900;
  font-size: 20px;
}
.index .s2 .pager1 .item.active .t p {
  opacity: 1;
}
.index .s2 .container {
  padding-top: 50px;
  position: relative;
}
.index .s2 .container .slider li {
  position: relative;
}
.index .s2 .container .slider li .f {
  display: block;
  height: 450px;
  text-align: right;
}
.index .s2 .container .slider li .f img {
  height: 100%;
  display: inline-block;
}
.index .s2 .container .slider li .featrue {
  background: #222;
  border-radius: 4px;
  color: #fff;
  margin-top: 20px;
}
.index .s2 .container .slider li .featrue > div {
  position: relative;
  padding: 50px 0 45px 0;
  overflow: hidden;
}
.index .s2 .container .slider li .featrue > div:hover:before {
  -webkit-animation: dotMovePath 0.2s ease-in-out;
  animation: dotMovePath 0.2s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.index .s2 .container .slider li .featrue > div:hover p {
  color: #fff;
}
.index .s2 .container .slider li .featrue > div:before {
  content: '';
  position: absolute;
  top: 45px;
  left: 50%;
  background:#0065CA;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.index .s2 .container .slider li .featrue > div:after {
  content: '';
  position: absolute;
  right: 1px;
  top: 50%;
  height: 22px;
  margin-top: -11px;
  border-right: 1px solid #ccc;
}
.index .s2 .container .slider li .featrue > div:last-of-type:after {
  display: none;
}
.index .s2 .container .slider li .featrue .iconfont {
  position: relative;
  font-size: 38px;
}
.index .s2 .container .slider li .featrue p {
  color: #cecece;
  font-size: 20px;
  margin-top: 30px;
  position: relative;
}
.index .s2 .container .slider li .info {
  position: absolute;
  top: 0;
  max-width: 375px;
  margin-bottom: 260px;
}
.index .s2 .container .slider li .info span.enb {
  color: #d2d2d2;
  display: inline-block;
}
.index .s2 .equal {
  display: flex;
}
.index .s2 .equal div {
  flex: 1;
}
.index .s3 {
  padding-top: 100px;
  background-image: url(../images/index-s3bg.jpg);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.index .s3 .container {
  position: relative;
  /* padding-left: 720px; */
}
.index .s3 .container .left {
  position: absolute;
  width: 660px;
  height: 600px;
  top: 0;
  left: 0;
}
.index .s3 .container .left li {
  position: relative;
  padding-bottom: 60px;
}
.index .s3 .container .left .f {
  display: block;
  width: 600px;
  height: 600px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  margin-left: 60px;
}
.index .s3 .container .left .info {
  position: absolute;
  left: 0;
  padding: 50px 25px;
  background: #fff;
  bottom: 0;
  border-radius: 4px;
  max-width: 200px;
  width: 100%;
}
.index .s3 .container .left .info img {
  display: block;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ddd;
}
.index .s3 .container .right {
  margin-top: 70px;
  padding-bottom: 210px;
  padding-top: 50px;
}
.index .s3 .container .right .tar a {
  display: inline-block;
  border: 1px solid #eee;
  line-height: 40px;
  padding: 0 25px;
  border-radius: 40px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.index .s3 .container .right .tar a:after {
  content: '\e684';
  font-family: 'iconfont';
  margin-left: 10px;
}
.index .s3 .container .right .tar a:hover {
  background:#0065CA;
  border-color:#0065CA;
  color: #fff;
}
.index .s3 .container .btns {
  text-align: center;
}
.index .s3 .container .btns a {
  display: inline-block;
  line-height: 40px;
  width: 40px;
  border: 1px solid #ddd;
  color: #666;
  border-radius: 100%;
  margin: 0 10px;
}
.index .s3 .container .btns a.disabled {
  opacity: 0.75;
  cursor: not-allowed;
  background: #f5f5f5;
  color: #999;
}
.index .s3 .container .btns a.disabled:hover {
  opacity: 0.75;
  background: #f5f5f5;
  color: #999;
}
.index .s3 .container .btns a:hover {
  background:#0065CA;
  color: #fff;
}
.index .s3 .scrolls {
  overflow: hidden;
  padding: 20px 0;
}
.index .s3 .items {
  margin: 0 -10px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.index .s3 .items.rendered {
  display: flex;
}
.index .s3 .items.rendered .item {
  flex: 1;
}
.index .s3 .items .item {
  float: left;
  width: 25%;
  text-align: center;
}
.index .s3 .items .item .con {
  background: #fff;
  border: 1px solid #EEEDED;
  border-radius: 4px;
  margin: 0 10px;
  display: block;
  padding: 40px 0;
  color: #000;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.index .s3 .items .item .con i,
.index .s3 .items .item .con h1,
.index .s3 .items .item .con h2 {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.index .s3 .items .item .con .info {
  display: none;
}
.index .s3 .items .item .con:hover {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}
.index .s3 .items .item.active .con {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  background:#0065CA;
  box-shadow: 0 20px 30px -20px rgba(167, 36, 36, 0.5);
  border-color:#0065CA;
}
.index .s3 .items .item.active .con * {
  color: #fff;
}
.index .s3 .items .item.active .con .iconfont:before {
  opacity: 0.3;
}
.index .s3 .items .item .iconfont {
  font-size: 80px;
  display: block;
  margin-bottom: 50px;
  color: #7A7A7A;
  position: relative;
}
.index .s3 .items .item .iconfont font {
  position: relative;
}
.index .s3 .items .item .iconfont:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/cloudbg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 85%;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.index .s3 .items .item .cutnumber {
  display: inline-block;
  overflow: hidden;
  text-indent: -0.3em;
  font-size: 50px;
  color: #ddd;
}
.index .s3 .caseShow{
  position: relative;
  height: 34vw;
}
.index .s3 .caseShow .leftBox{
  position: absolute;
  /* left: 0;   */
  /* width: 50%;
  height: 432px; */
  width: 40vw;
  height: 34vw;
  /* line-height: 50vw; */
  /* text-align: right; */
  text-align: center;
}
.index .s3 .caseShow .leftBox img{
  /* width: 384px;
  height: 384px; */
  width: 28vw;
  height: 28vw;
  object-fit: cover;
}
.index .s3 .caseShow .rightBox{
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 11vw;
  width: 44vw;
  height: 34vw;
  /* padding-left: 85px; */

}
.index .s3 .caseShow .caseList{
  /* width: 432px; */
  margin-top: 0.7vw;
  padding: 0.7vw 0.35vw 0 1.4vw;
}
.index .s3 .caseShow .caseList .caseItem{
  border: 1px solid #a2a2a2;
  padding-left: 2.1vw;
  margin-top: 0.5vw;
  margin-bottom: 1vw;
  position: relative;
  height: 6.2vw;
  line-height: 1.2vw;
}
.index .s3 .caseShow .caseIcon{
  position: absolute;
  width: 4.2vw;
  height: 4.2vw;
  top: 1vw;
  left: -2.1vw;
  background-color: #007aff;
  color: white;
  font-size: 2vw;
  text-align: center;
  line-height: 4.2vw;
  font-weight: bold;
}
.index .s3 .caseShow .caseIcon .img{
  width: 100%;
  height: 100%;
}
.index .s3 .caseShow .caseContent{
  width: 95%;
  overflow: hidden;
  padding-left: 20px;
}
.index .s3 .caseShow .caseContent .caseCapture{
  font-weight: bold;
  font-size: 1.26vw;
  line-height: 2.4vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.index .s3 .caseShow .caseContent .caseTxt{
  font-size: 1vw;
  line-height: 1.6vw;
  height: 1.6vw;
  color: rgba(104,104,104,1);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.casePictureBox .caseCapture{
  text-align: center;
  padding: 0.7vw 0 0;
  font-weight: bold;
  font-size: 0.3rem;
  color: #333;
}
.casePictureBox .caseTopicSpan{
  font-size: 0.18rem;
  text-align: center;
  margin-top: 1.4vw;
}
.casePictureBox .casePictureWall{
  width: 92%;
  min-width: 1060px;
  margin: 2.6vw auto;
  text-align: center;
}
.casePictureBox .casePictureWall::after{
  content: '';
  display: block;
  clear: both;
}
.casePictureBox .casePictureItem{
  /* float: left; */
  display: inline-block;
  margin: 0 1.4vw;
  width: 18vw;
}
.casePictureBox .casePictureItem .casePic{
  width: 100%;
}
.casePictureBox .casePictureItem .casePic img{
  width: 100%;
  height: 13vw;
  object-fit: cover;
}
.casePictureBox .casePictureItem .caseSchollName{
  margin-top: 1vw;
  font-size: 1.1vw;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.caseScrollBox{
  margin: 0.7vw 0;  
  padding: 1.6vw 0;
  background-color: #e9f5ff;
}
.caseScrollBox .scrollTrack{
  width: 100%;
  overflow: hidden;
}
.caseScrollBox .scrollTrack .scrollTrunk{
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  animation: rolling 30s linear infinite;
  animation-fill-mode: forwards;
}
@keyframes rolling {
  from{
    transform: translateX(0);
  }
  to{
    transform: translateX(-100%);
  }
}
.caseScrollBox .scrollTrack .scrollTrunk .scrollPage{
  width: 100%;
  display: inline-block;
}
.caseScrollBox .scrollTrack .scrollTrunk .scrollPage .scrollParagraph{
  white-space: wrap;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.caseScrollBox .scrollTrack .scrollTrunk .scrollPage .scrollParagraph2{
  margin-top: 26px;
  transform: translateX(-8.666vw);
  /* justify-content: space-between; */
}
.caseScrollBox .scrollTrack .scrollTrunk .scrollPage .schollItem{
  font-size: 0.8vw;
  display: inline-block;
  width: 9.666vw;
  text-align: center;
  margin: 0 3.5vw;
  box-sizing: border-box;
  padding: 0.7vw 0;
  color: black;
  font-weight: bold;
  background: #fff;
}
.index .s4 {
  padding: 50px 0 64px 0;
}
.index .s4 .pager {
  margin-bottom: 87px;
}
.index .s4 .page {
  display: none;
  padding: 40px 0;
  position: relative;
  padding-right: 884px;
}
.index .s4 .page.active {
  display: block;
}
.index .s4 .page h1 {
  font-weight: 600;
}
.index .s4 .page i.enr b {
  color:#0065CA;
}
.index .s4 .page .f {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 4px;
  max-width: 800px;
  width: 100%;
}
.index .s4 .page .more {
  line-height: 50px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #ddd;
  color: #666;
  font-size: 16px;
  padding: 0 40px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.index .s4 .page .more:after {
  content: '\e684';
  font-family: 'iconfont';
  margin-left: 10px;
}
.index .s4 .page .more:hover {
  background:#0065CA;
  border-color:#0065CA;
  color: #fff;
}
.index .s4 .page .items {
  display: flex;
}
.index .s4 .page .items p {
  flex: 1;
  text-align: center;
}
.index .s4 .page .items p i {
  display: inline-block;
  width: 94px;
  height: 94px;
  background-image: url(../images/index-s4circle.svg);
  background-size: 100%;
  position: relative;
}
.index .s4 .page .items p span {
  width: 2em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.index .s4 .pager {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.index .s4 .pager .btns a {
  position: absolute;
  top: 50%;
  color: #fff;
  border-radius: 100%;
  background: #222;
  width: 50px;
  text-align: center;
  line-height: 50px;
  margin-top: -25px;
}
.index .s4 .pager .btns a.prev {
  left: 40px;
}
.index .s4 .pager .btns a.next {
  right: 40px;
}
.index .s4 .pager .btns a:hover {
  background:#0065CA;
}
.index .s4 .pager .btns a.disabled {
  opacity: 0.75;
  background: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}
.index .s4 .pager .btns a.disabled:hover {
  opacity: 0.5;
}
.index .s4 .pager .tabs {
  padding: 0 130px;
}
.index .s4 .pager .list a {
  color: #010101;
  float: left;
  width: 16.6%;
  padding: 23px 0 17px 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.index .s4 .pager .list a .iconfont {
  display: block;
  font-size: 32px;
  margin-bottom: 20px;
}
.index .s4 .pager .list a p {
  margin-bottom: 7px;
}
.index .s4 .pager .list a:hover,
.index .s4 .pager .list a.active {
  background:#0065CA;
  color: #fff;
  box-shadow: 0 30px 30px -18px rgba(205, 36, 36, 0.5);
}
.slogan {
  position: relative;
}
.slogan .text {
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.slogan .nav a {
  float: left;
  width: 1em;
  padding: 45px 75px;
  height: 70px;
  position: relative;
  line-height: 24px;
  font-size: 14px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}
.slogan .nav a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  right: 0;
}
.slogan .nav a:last-of-type:after {
  display: none;
}
.slogan .nav a font {
  display: block;
  width: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.slogan .nav a font:before,
.slogan .nav a font:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 50%;
  background: #fff;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}
.slogan .nav a font:before {
  top: -10px;
}
.slogan .nav a font:after {
  bottom: -10px;
}
.slogan .nav a:hover {
  padding: 45px 80px;
}
.slogan .nav a:hover font {
  font-size: 18px;
  font-weight: 600;
}
.slogan .nav a:hover font:before {
  top: -25px;
  opacity: 1;
}
.slogan .nav a:hover font:after {
  bottom: -25px;
  opacity: 1;
}
.works .s1 {
  padding: 100px 0 163px 0;
  background-image: url(../images/works-s1bg.jpg);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.works .s1 .search {
  z-index: 5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 55px;
  position: relative;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.works .s1 .search:hover {
  border-bottom: 3px solid#0065CA;
  margin-bottom: 38px;
}
.works .s1 .search input {
  text-align: center;
  font-size: 16px;
  background: none;
}
.works .s1 .search input[type="button"],
.works .s1 .search input[type="submit"] {
  position: absolute;
  border: 0;
  top: 0;
  right: 0;
  width: 55px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.works .s1 .search input[type="button"]:hover,
.works .s1 .search input[type="submit"]:hover {
  color: #000;
}
.works .s1 .pager {
  position: relative;
  z-index: 5;
  max-width: 750px;
  margin: 0 auto;
  margin-top: 67px;
}
.works .s1 .pager .pages {
  position: absolute;
  top: 0;
  right: 0;
}
.works .s1 .pager .select {
  position: relative;
  line-height: 40px;
  border: 1px solid #AEB5BB;
  border-radius: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
}
.works .s1 .pager .select span {
  padding: 0 35px;
}
.works .s1 .pager .select span:after {
  content: '\e684';
  font-family: 'iconfont';
  margin-left: 8px;
  font-size: 12px;
}
.works .s1 .pager .select ul {
  position: absolute;
  overflow: hidden;
  left: -1px;
  right: -1px;
  border: 1px solid #AEB5BB;
  top: 50%;
  padding-top: 25px;
  padding-bottom: 5px;
  border-top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: none;
}
.works .s1 .pager .select ul li {
  display: block;
  padding: 0 35px;
  cursor: pointer;
}
.works .s1 .pager .select ul li:hover {
  background: #AEB5BB;
  color: #fff;
}
.works .s1 .pager .select:hover ul {
  display: block;
}
.works .s1 .scroll {
  overflow: hidden;
  padding: 200px 0;
  margin: -200px 0;
  position: relative;
}
.works .s1 .scroll .items .item {
  float: left;
  margin: 0 107px;
  width: 630px;
}
.works .s1 .btns a {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #7F8183;
  border-radius: 100%;
  margin-top: -20px;
  color: #222;
}
.works .s1 .btns a:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}
.works .s1 .btns a.prev {
  margin-left: -455px;
}
.works .s1 .btns a.disabled {
  cursor: not-allowed;
  background: #222;
  opacity: 0.5;
  color: #fff;
}
.works .s1 .btns a.disabled:hover {
  opacity: 0.5;
}
.works .s1 .btns a.next {
  left: auto;
  right: 50%;
  margin-right: -455px;
}
.works .s1 .item {
  padding: 0;
  height: auto !important;
}
.works .s1 .item:before {
  display: none;
}
.works .s1 .item a {
  height: 270px;
  position: relative;
}
.works .s1 .item .info {
  padding: 0.3rem 0.45rem;
  background: #fff;
}
.works .s1 .item .info h2 {
  line-height: 1.2;
  height: auto;
  overflow: hidden;
}
.works .s1 .item .info p {
  overflow: hidden;
}
.works .s1 .item .date {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin-top: 0.2rem;
}
.works .s1 .item .date strong {
  border-color: #dadada;
}
.works .s1 .item .hover {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: saturate(200%);
  opacity: 0;
}
.works .s1 .item .hover .con {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  padding-left: 250px;
  padding-right: 50px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.works .s1 .item .hover .con img {
  display: block;
  position: absolute;
  padding: 18px;
  background: #fff;
  top: 50%;
  left: 0;
  width: 144px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.works .s1 .item .hover .con strong,
.works .s1 .item .hover .con p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.works .s1 .item:hover {
  box-shadow: 0 40px 150px rgba(68, 95, 118, 0.4);
}
.works .s1 .item:hover .hover {
  opacity: 1;
}
.works .s2 {
  overflow: hidden;
  padding: 80px 0 40px 0;
}
.works .s2 .filter a {
  position: relative;
  margin: 0 40px;
  display: inline-block;
  padding-bottom: 14px;
}
.works .s2 .filter a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background:#0065CA;
  height: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.works .s2 .filter a:hover:after,
.works .s2 .filter a.active:after {
  height: 3px;
}
.works .s2 .filter .active {
  color: #000;
}
.works .s2 .cards {
  height: 660px;
}
.works .s3 {
  background-image: url(../images/works-s1bg.jpg);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 100px 0 160px 0;
}
.works .s3 .title {
  margin-bottom: 144px;
}
.works .s3 .audios {
  position: relative;
}
.works .s3 .audios .win {
  bottom: 64px;
  top: 100px;
}
.works .s3 .audios .win .title {
  margin-bottom: 0;
}
.works .s3 .pager {
  z-index: 8;
  position: relative;
}
.works .s3 .pager li {
  float: left;
}
.works .s3 .pager a {
  display: block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #B2B3B6;
  border-radius: 100%;
  margin: 0 10px;
}
.works .s3 .pager a.prev,
.works .s3 .pager a.next {
  margin: 0 30px;
}
.works .s3 .pager a:hover {
  color: #fff;
  background: #222;
}
.works .s3 .pager a.active {
  background:#0065CA;
  color: #fff;
  border-color:#0065CA;
}
.works .s3 .pager a.disabled,
.works .s3 .pager a.disabled:hover {
  background: #f5f5f5;
  color: #666;
  opacity: 0.25;
  cursor: not-allowed;
}
.works .s3 .win {
  z-index: 9;
}
.works .s3 .win .line {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .audios .win .line {
    margin-top: 15px;
  }
}
.prod .nav {
  text-align: center;
  padding: 0.5rem 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9;
}
.prod .nav.sticky {
  padding: 10px 0;
  background: #fff;
}
.prod .nav ul {
  display: inline-block;
  overflow: hidden;
}
.prod .nav ul li {
  float: left;
  padding: 0 0.4rem;
}
.prod .nav ul li a {
  display: block;
  font-size: 0.2rem;
  line-height: 2;
  border-bottom: 2px solid transparent;
}
.prod .nav ul li a .iconfont {
  margin-right: 10px;
}
.prod .nav ul li a:hover,
.prod .nav ul li a.active {
  border-color:#0065CA;
}
.prod .nav ul li a.active {
  color:#0065CA;
}
.prod .s1 {
  background-image: url(../images/prod-s1bg.jpg);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.prod .s1 .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 105px 80px;
}
.prod .s1 .text > * {
  position: relative;
  z-index: 2;
}
.prod .s1 .text .bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.prod .s1 .text .name {
  padding-bottom: 63px;
}
.prod .s1 .text .name h1 {
  text-indent: 68px;
}
.prod .s1 .text .name:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 143px;
  height: 7px;
  background:#0065CA;
}
.prod .s1 .img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
}
.prod .s1 .img .bar {
  background:#0065CA;
  height: 240px;
  margin-top: -120px;
  position: relative;
}
.prod .s1 .img .bar .num {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.prod .s1 .img .bar .num span {
  font-size: 320px;
  color: #AB3939;
  position: absolute;
  bottom: -100px;
  right: 0;
}
.prod .s1 .img .bar .currentName {
  position: absolute;
  color: #fff;
  left: 67.45%;
  bottom: 50%;
  margin-bottom: 30px;
}
.prod .s1 .img .bar .btns .btn {
  position: absolute;
  bottom: -20px;
}
.prod .s1 .img .bar .btns .btn.prev {
  left: 16.66%;
  margin-left: -40px;
}
.prod .s1 .img .bar .btns .btn.next {
  left: 67.45%;
}
.prod .s1 .img .bar .btns .btn a {
  box-shadow: 0 7px 30px rgba(203, 15, 15, 0.3);
  display: block;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  color:#0065CA;
  border-radius: 100%;
}
.prod .s1 .img .bar .slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 16.66%;
  right: 32.55%;
  padding: 0 10px;
}
.prod .s1 .img .bar .slider .bx-pager {
  position: absolute;
  left: 100%;
  width: 100%;
  top: 50%;
}
.prod .s1 .img .bar .slider .bx-pager .bx-pager-item {
  float: left;
  margin-right: 17px;
}
.prod .s1 .img .bar .slider .bx-pager .bx-pager-item a {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  overflow: hidden;
  display: block;
  text-indent: -5em;
}
.prod .s1 .img .bar .slider .bx-pager .bx-pager-item a.active {
  background: #fff;
}
.prod .s1 .tip {
  color: #999;
}
.prod .s2 {
  padding: 80px 0 170px 0;
  background-image: url(../images/prod-s2bg.jpg);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.prod .s2 .container {
  max-width: 1090px;
  margin: 0 auto;
}
.prod .s2 .container .digest {
  line-height: 44px;
}
.prod .s2 .container .items {
  margin: 0 -47px;
  display: flex;
  margin-bottom: 155px;
}
.prod .s2 .container .items .item {
  flex: 1;
}
.prod .s2 .container .items .item .con {
  margin: 0 47px;
  background: #FAFAFA;
  padding: 35px 0;
}
.prod .s2 .container .items .item .cutnumber {
  text-indent: -0.3em;
  color: #ccc;
  overflow: hidden;
  display: inline-block;
}
.prod .s2 .container .items .item span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.prod .s2 .container .items .item b {
  color:#0065CA;
}
.prod .s2 .container .rewards .r {
  display: inline-block;
  position: relative;
  padding-left: 95px;
  text-align: left;
  margin-left: 100px;
}
.prod .s2 .container .rewards .r img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
}
.prod .s2 .container .rewards .r b {
  font-weight: normal;
}
.prod .s3 {
  padding: 100px 0 70px 0;
  background-image: url(../images/prod-s3bg.jpg);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.prod .s3 .items {
  display: flex;
  margin: 0 -100px;
  padding-bottom: 100px;
}
.prod .s3 .items .item {
  flex: 1;
  max-width: 384px;
  background-image: url(../images/cloudbgBig.png);
  background-size: 100% auto;
  background-position: 50% 65%;
  background-repeat: no-repeat;
}
.prod .s3 .items .item.hot .f:before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  background-image: url(../images/hotTag.png);
  background-size: contain;
  top: 40%;
  right: 0;
}
.prod .s3 .items .item a {
  display: block;
  margin: 0 5px;
  text-align: center;
  position: relative;
}
.prod .s3 .items .item a .f {
  position: relative;
  z-index: 2;
  margin: 0 35px;
  padding-bottom: 130%;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 65px;
}
.prod .s3 .items .item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 100%;
  background-image: url(../images/drawCircle.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform-origin: center;
  transform: rotate(-180deg) translateY(20px);
  transition: all 0.75s ease-out;
  -webkit-transition: all 0.75s ease-out;
}
.prod .s3 .items .item a:hover:before {
  opacity: 1;
  transform: rotate(0) translateY(0);
}
.prod .s3 .items .item a:after {
  content: '\e700';
  font-family: 'iconfont1';
  background: #D3D3D3;
  width: 10px;
  line-height: 10px;
  text-indent: -60px;
  text-align: center;
  font-size: 30px;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 100%;
  margin-top: 35px;
  margin-left: -5px;
  left: 50%;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.prod .s3 .items .item a:hover:after {
  width: 60px;
  line-height: 60px;
  margin-left: -30px;
  margin-top: 25px;
  text-indent: 0;
  background:#0065CA;
  color: #fff;
  box-shadow: 0 7px 30px rgba(166, 36, 36, 0.47);
}
.prod .s3 .detail {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: none;
  padding-top: 100px;
}
.prod .s3 .detail .close {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background:#0065CA;
  border-radius: 4px;
}
.prod .s3 .detail .left {
  position: absolute;
  height: 55%;
  top: 15%;
  right: 50%;
  margin-right: 140px;
  text-align: center;
}
.prod .s3 .detail .left .bx-wrapper,
.prod .s3 .detail .left .bx-viewport,
.prod .s3 .detail .left li,
.prod .s3 .detail .left img {
  height: 100%;
}
.prod .s3 .detail .left .preview {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: flex;
  margin: 0 -15px;
  margin-top: 50px;
}
.prod .s3 .detail .left .preview .item {
  flex: 1;
  margin: 0 15px;
}
.prod .s3 .detail .left .preview .item img {
  height: auto;
  max-width: 75%;
  transform: translateY(-20px) translateX(0);
  -webkit-transform: translateY(-20px) translateX(0);
  max-height: 120px;
}
.prod .s3 .detail .left .preview .item.active {
  background-image: url(../images/index-s2circle.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.prod .s3 .detail .right {
  margin-left: 50%;
  margin-right: 80px;
}
.prod .s3 .detail .right h1 span {
  margin-left: 30px;
}
.prod .s3 .detail .right ul {
  margin-bottom: 95px;
}
.prod .s3 .detail .right ul li {
  position: relative;
  padding-left: 95px;
}
.prod .s3 .detail .right ul li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  text-align: justify;
  text-align-last: justify;
}
.prod .s3 .detail .right ul li span:after {
  content: ':';
  position: absolute;
  margin-left: 5px;
}
.prod .s3 .detail .right .params {
  display: flex;
  padding-top: 50px;
}
.prod .s3 .detail .right .params a {
  flex: 1;
  display: block;
  position: relative;
}
.prod .s3 .detail .right .params a .iconfont {
  display: block;
  margin-bottom: 22px;
}
.prod .s3 .detail .right .params a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  height: 22px;
  margin-top: -11px;
  border-right: 1px solid #E0E0E0;
}
.prod .s3 .detail .right .params a:last-of-type:after {
  display: none;
}
.prod .s4 {
  padding: 120px 0;
}
.prod .s4 .items {
  margin: 0 -35px;
}
.prod .s4 .items .item {
  float: left;
  width: 50%;
  margin-bottom: 42px;
  cursor: default;
}
.prod .s4 .items .item .con {
  display: block;
  margin: 0 35px;
  position: relative;
  padding-bottom: 53.846%;
}
.prod .s4 .items .item .con .info {
  position: absolute;
  background: #fff;
  margin: -20px -40px;
  padding: 28px 25px 32px 25px;
  text-align: center;
  box-shadow: 0 10px 60px rgba(169, 169, 169, 0.3);
}
.prod .s4 .items .item .con .info .cutnumber {
  display: block;
  line-height: 36px;
  margin-bottom: 18px;
}
.prod .s4 .items .item .con .info p {
  max-width: 200px;
}
.prod .s4 .items .item:nth-child(1) .info {
  bottom: 0;
  left: 0;
}
.prod .s4 .items .item:nth-child(2) .info {
  top: 0;
  left: 0;
}
.prod .s4 .items .item:nth-child(3) .info {
  right: 0;
  bottom: 0;
}
.prod .s4 .items .item:nth-child(4) .info {
  right: 0;
  top: 0;
}
.prod .s5 {
  background-image: url(../images/index-s1bg.jpg);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 60px;
  padding-bottom: 92px;
}
.prod .s5 .maxsize {
  width: 100%;
}
.prod .s5 .step {
  background: #fff;
  display: flex;
}
.prod .s5 .step a {
  cursor: default;
  flex: 1;
  text-align: center;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 36px 0;
  padding-top: 85px;
  height: 140px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.prod .s5 .step a:before {
  content: '\e684';
  position: absolute;
  left: 0;
  width: 16px;
  font-size: 16px;
  font-family: 'iconfont';
  color: #999999;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
}
.prod .s5 .step a:first-of-type:before {
  display: none;
}
.prod .s5 .step a .iconfont {
  font-size: 32px;
  margin-bottom: 19px;
  display: block;
  position: absolute;
  top: 36px;
  left: 50%;
  font-family: 'iconfont';
  margin-left: -16px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.prod .s5 .step a h5 {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.prod .s5 .step a p {
  top: 50%;
  position: relative;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
  -webkit-transform: translateY(0px) translateX(-50%);
  opacity: 0;
  width: 4em;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.prod .s6 {
  padding-top: 100px;
  padding-bottom: 125px;
}
.prod .s6 .container {
  padding-top: 40px;
  padding-bottom: 19px;
  padding-left: 670px;
  position: relative;
}
.prod .s6 .container .f {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 600px;
}
.prod .s6 .items {
  margin: 0 -20px;
  margin-bottom: -40px;
}
.prod .s6 .items .item {
  float: left;
  width: 33.33%;
  margin-bottom: 40px;
}
.prod .s6 .items .item a {
  display: block;
  margin: 0 20px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  position: relative;
  padding: 79px 0 86px 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.prod .s6 .items .item a .iconfont {
  font-size: 43px;
  display: block;
  font-family: 'iconfont1'!important;
  margin-bottom: 32px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.prod .s6 .items .item a .enb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 40px;
  line-height: 72px;
  font-size: 72px;
  overflow: hidden;
  color: rgba(221, 221, 221, 0.3);
}
.prod .s6 .items .item a h5 {
  line-height: 20px;
  transition: font-size 0.2s ease-out;
  -webkit-transition: font-size 0.2s ease-out;
}
.prod .s6 .items .item a p {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 50%;
  padding: 0 35px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.prod .s6 .items .item a:hover {
  background-color:#0065CA;
  background-image: url(../images/prod-s6itembg.png);
  background-size: cover;
  background-position: center;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  box-shadow: 0 30px 30px -18px rgba(205, 36, 36, 0.5);
  border-color:#0065CA;
  color: #fff;
}
.prod .s6 .items .item a:hover .iconfont {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  opacity: 0;
}
.prod .s6 .items .item a:hover h5 {
  font-size: 18px;
  font-weight: 900;
  transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
}
.prod .s6 .items .item a:hover p {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}
.prod .s7 {
  background-image: url(../images/prod-s7bg.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.prod .s7 .container {
  overflow: hidden;
  position: relative;
}
.prod .s7 .container .pager {
  text-align: center;
  position: relative;
  padding: 20px 0 50px 0;
}
.prod .s7 .container .pager span {
  display: inline-block;
  margin: 0 10px;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ccc;
}
.prod .s7 .container .pager span.swiper-pagination-bullet-active {
  background: #000;
}
.prod .s7 .container .btns .btn {
  position: absolute;
  bottom: 50%;
  width: 40px;
  line-height: 40px;
  color: #fff;
  background: #222;
  text-align: center;
  border-radius: 100%;
  z-index: 9;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.prod .s7 .container .btns .btn.prev {
  margin-right: 530px;
  right: 50%;
}
.prod .s7 .container .btns .btn.next {
  margin-left: 530px;
  left: 50%;
}
.prod .s7 .container .btns .btn.disabled {
  opacity: 0.5;
  background: #666;
  cursor: not-allowed;
}
.prod .s7 .container .btns .btn.disabled:hover {
  background: #666;
  cursor: disabled;
}
.prod .s7 .container .btns .btn:hover {
  background:#0065CA;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}
.prod .s7 .item {
  opacity: 0.5;
  max-width: 1000px;
  width: 100%;
  float: left;
  margin: 0 81px;
}
.prod .s7 .item.swiper-slide-active,
.prod .s7 .item.active {
  opacity: 1;
}
.prod .s7 .item .f {
  padding-bottom: 60%;
}
@media screen and (min-width: 480px) {
  .prod .s5 .step a:hover {
    background:#0065CA;
    color: #fff;
    box-shadow: 0 30px 30px -18px rgba(205, 36, 36, 0.5);
  }
  .prod .s5 .step a:hover h5 {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
  .prod .s5 .step a:hover .iconfont {
    font-size: 140px;
    left: 100%;
    margin-left: -100px;
    bottom: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    opacity: 0.1;
  }
  .prod .s5 .step a:hover p {
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    opacity: 1;
    margin-top: -43px;
  }
  .prod .s5 .step a:hover:before {
    opacity: 0;
  }
  .prod .s5 .step a:hover + a:before {
    opacity: 0;
  }
}
.case {
  background-image: url(../images/case-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.case .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.case .bottom {
  color: #666;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  font-size: 12px;
}
.case .bottom span {
  letter-spacing: 1.41em;
  text-indent: 1.41em;
  position: relative;
}
.case .bottom span:before,
.case .bottom span:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 34px;
  border-bottom: 1px solid #B5BABE;
}
.case .bottom span:after {
  left: 100%;
  margin-left: 3em;
}
.case .bottom span:before {
  right: 100%;
  margin-right: 4.41em;
}
.case .items {
  display: flex;
  margin-bottom: 44px;
}
.case .item {
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.case .item ul {
  display: none;
}
.case .item h5 {
  transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
}
.case .item svg {
  max-width: 210px;
  margin-bottom: 24px;
}
.case .item svg patern,
.case .item svg image {
  height: 100%;
  width: 100%;
}
.case .item svg .circle {
  cx: 50px;
  cy: 50px;
  r: 39px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.case .item svg .bg {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  x: -11px;
  y: -11px;
  width: 100%;
  height: 100%;
}
.case .item svg .outline {
  cx: 50px;
  cy: 50px;
  r: 48px;
  fill: none;
  stroke-width: 0.5px;
  stroke: #BCC0C3;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.case .item svg .dot {
  r: 1.5;
  cx: 2;
  cy: 50;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  fill: #434343;
  opacity: 1;
}
.case .item svg .c {
  transform-origin: center;
  -webkit-animation: infiniteRound 20s infinite linear;
  animation: infiniteRound 20s infinite linear;
}
.case .item svg .c2 {
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
  -webkit-animation-delay: -10s;
  animation-delay: -10s;
}
.case .item.active .circle,
.case .item:hover .circle {
  r: 48px;
}
.case .item.active .bg,
.case .item:hover .bg {
  x: -2;
  y: -2;
}
.case .item.active .outline,
.case .item:hover .outline {
  stroke: rgba(0, 0, 0, 0);
  r: 40px;
}
.case .item.active .dot,
.case .item:hover .dot {
  opacity: 0;
  cx: 5;
  r: 0;
}
.case .item.active h5,
.case .item:hover h5 {
  color:#0065CA;
}
.case .item:nth-child(2n+2) svg .c {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}
.case .cont {
  text-align: center;
}
.case .cont ul {
  display: inline-block;
  border-left: 1px solid #D8D9DA;
}
.case .cont li {
  float: left;
  height: 195px;
  border-right: 1px solid #D8D9DA;
}
.case .cont li a {
  writing-mode: vertical-lr;
  padding: 0 35px;
  padding-top: 22px;
  font-size: 14px;
  letter-spacing: 0.2em;
  position: relative;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.case .cont li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3px;
  background:#0065CA;
}
.case .cont li a:hover {
  padding: 0 40px;
  padding-top: 22px;
}
.caseDetail {
  background-image: url(../images/caseDetailFixedbg.png);
  background-size: 37% auto;
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.caseDetail .container {
  max-width: 1280px;
  margin: 0 auto;
}
.caseDetail .top {
  background-color: #FAFAFA;
  background-image: url(../images/caseDetailBg.jpg);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
}
.caseDetail .top .text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding-bottom: 150px;
}
.caseDetail .top .text h1,
.caseDetail .top .text p.enr {
  writing-mode: vertical-lr;
  position: absolute;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  top: 0;
  left: 100%;
}
.caseDetail .top .text h1 {
  margin-left: 160px;
}
.caseDetail .top .text p.enr {
  top: 150px;
  margin-left: 115px;
  letter-spacing: 0.4em;
}
.caseDetail .top .text .cont {
  max-width: 500px;
  position: relative;
}
.caseDetail .top .text h2 {
  position: relative;
}
.caseDetail .top .text h2:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 50px;
  border-bottom: 1px solid #000;
}
.caseDetail .top .img {
  position: absolute;
  top: 50%;
  max-width: 450px;
  width: 100%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.caseDetail .top .img .btns {
  text-align: center;
}
.caseDetail .top .img .btns ul li {
  height: 143px;
  float: left;
  position: relative;
  border-right: 1px solid #C8C8C8;
}
.caseDetail .top .img .btns ul li:last-of-type {
  border: 0;
}
.caseDetail .top .img .btns ul li:nth-child(2) a {
  padding: 30px 50px;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.1em;
}
.caseDetail .top .img .btns ul li:nth-child(2) a:before,
.caseDetail .top .img .btns ul li:nth-child(2) a:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #000;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.caseDetail .top .img .btns ul li:nth-child(2) a:before {
  top: 0;
}
.caseDetail .top .img .btns ul li:nth-child(2) a:after {
  bottom: 0;
}
.caseDetail .top .img .btns ul a {
  writing-mode: vertical-lr;
  display: block;
  padding: 50px;
}
.caseDetail svg {
  max-width: 460px;
  width: 100%;
  margin-bottom: 40px;
}
.caseDetail svg patern,
.caseDetail svg image {
  height: 100%;
  width: 100%;
}
.caseDetail svg .circle {
  cx: 50px;
  cy: 50px;
  r: 42.5px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.caseDetail svg .bg {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  x: 0;
  y: 0;
  width: 100%;
  height: 100%;
}
.caseDetail svg .outline {
  cx: 50px;
  cy: 50px;
  r: 48px;
  fill: none;
  stroke-width: 0.2px;
  stroke: #BCC0C3;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.caseDetail svg .dot {
  r: 1;
  cx: 2;
  cy: 50;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  fill: #434343;
  opacity: 1;
}
.caseDetail svg .c {
  transform-origin: center;
  -webkit-animation: infiniteRound 20s infinite linear;
  animation: infiniteRound 20s infinite linear;
}
.caseDetail svg .c2 {
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
  -webkit-animation-delay: -10s;
  animation-delay: -10s;
}
.caseDetail .content {
  max-width: 960px;
  margin: 0 auto;
  padding: 90px 0 95px 0;
}
.caseDetail .content p {
  font-size: 14px;
  line-height: 36px;
  margin-bottom: 38px;
}
.caseDetail .content .btns {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
}
.caseDetail .content .btns a {
  flex: 1;
  padding: 40px 0;
  display: block;
  position: relative;
  font-size: 18px;
  text-align: center;
}
.caseDetail .content .btns a .con {
  text-align: left;
  display: inline-block;
  padding-left: 80px;
  padding-top: 10px;
}
.caseDetail .content .btns a i.f {
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 100%;
}
.caseDetail .content .btns a p {
  margin-bottom: 0;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.caseDetail .content .btns a.return {
  flex: 0.8;
  background: #222;
  color: #fff;
  padding: 40px 0;
}
.caseDetail .content .btns a.return:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #fff;
}
.solution .section {
  position: relative;
  overflow: hidden;
}
.solution .s1 {
  height: 980px;
  background-image: url(../images/solu-s1bg.jpg);
  background-size: cover;
  background-position: bottom center;
}
.solution .s1 .main {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.solution .s1 .main a.inb {
  background:#0065CA;
  line-height: 50px;
  border-radius: 50px;
  padding: 0 40px;
  color: #fff;
  font-size: 16px;
}
.solution .s1 .pager {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.solution .s1 .pager .btns a {
  position: absolute;
  top: 50%;
  color: #fff;
  border-radius: 100%;
  background: #222;
  width: 50px;
  text-align: center;
  line-height: 50px;
  margin-top: -25px;
}
.solution .s1 .pager .btns a.prev {
  left: 40px;
}
.solution .s1 .pager .btns a.next {
  right: 40px;
}
.solution .s1 .pager .btns a:hover {
  background:#0065CA;
}
.solution .s1 .pager .btns a.disabled,
.solution .s1 .pager .btns a.disabled:hover {
  background: #f5f5f5;
  opacity: 0.75;
  cursor: not-allowed;
  color: #666;
}
.solution .s1 .pager .tabs {
  padding: 0 130px;
}
.solution .s1 .pager .list a {
  color: #010101;
  float: left;
  width: 16.6%;
  padding: 23px 0 17px 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.solution .s1 .pager .list a .iconfont {
  display: block;
  font-size: 32px;
  margin-bottom: 20px;
}
.solution .s1 .pager .list a p {
  margin-bottom: 7px;
}
.solution .s1 .pager .list a:hover,
.solution .s1 .pager .list a.active {
  background:#0065CA;
  color: #fff;
  box-shadow: 0 30px 30px -18px rgba(205, 36, 36, 0.5);
}
.solution .s2 {
  background-image: url(../images/solu-s2bg.jpg);
  background-size: cover;
  background-position: bottom center;
  height: 750px;
}
.solution .s2 .container {
  margin: 0 50px 0 35px;
  position: relative;
}
.solution .s2 .container .text {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-85%);
  -webkit-transform: translateY(-85%);
}
.solution .s2 .container .text h1,
.solution .s2 .container .text p.enr {
  writing-mode: vertical-lr;
  position: absolute;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  top: 0;
  right: 100%;
}
.solution .s2 .container .text h1 {
  margin-right: 130px;
  margin-top: -20px;
}
.solution .s2 .container .text p.enr {
  top: 0;
  margin-right: 200px;
  letter-spacing: 0.4em;
}
.solution .s2 .container .text .cont {
  max-width: 650px;
  position: relative;
}
.solution .s2 .container .text h2 {
  position: relative;
}
.solution .s2 .container .text h2:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 50px;
  border-bottom: 1px solid #000;
}
.solution .s2 .container .img {
  position: absolute;
  top: 50%;
  max-width: 450px;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.solution .s2 svg {
  max-width: 460px;
  width: 100%;
  margin-bottom: 40px;
}
.solution .s2 svg patern,
.solution .s2 svg image {
  height: 100%;
  width: 100%;
}
.solution .s2 svg .circle {
  cx: 50px;
  cy: 50px;
  r: 42.5px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.solution .s2 svg .bg {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  x: 0;
  y: 0;
  width: 100%;
  height: 100%;
}
.solution .s2 svg .outline {
  cx: 50px;
  cy: 50px;
  r: 48px;
  fill: none;
  stroke-width: 0.2px;
  stroke: #BCC0C3;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.solution .s2 svg .dot {
  r: 1;
  cx: 2;
  cy: 50;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  fill: #434343;
  opacity: 1;
}
.solution .s2 svg .c {
  transform-origin: center;
  -webkit-animation: infiniteRound 20s infinite linear;
  animation: infiniteRound 20s infinite linear;
}
.solution .s2 svg .c2 {
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
  -webkit-animation-delay: -10s;
  animation-delay: -10s;
}
.solution .s3 {
  background-image: url(../images/solu-s3bg.jpg);
  background-size: cover;
  background-position: bottom center;
  height: 980px;
}
.solution .s3 .title {
  padding-top: 104px;
}
.solution .s3 .container .center {
  position: absolute;
  width: 380px;
  height: 380px;
  border: 1px solid #CECECE;
  border-radius: 100%;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
.solution .s3 .container .center:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: -50px;
  border-radius: 100%;
  border: 1px dashed #000;
  -webkit-animation: infiniteRound 100s infinite linear;
  animation: infiniteRound 100s infinite linear;
}
.solution .s3 .container .center img {
  max-width: 142px;
  width: 50%;
  margin-top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.solution .s3 .container .left,
.solution .s3 .container .right {
  transform: translateY(-42%);
  -webkit-transform: translateY(-42%);
}
.solution .s3 .container .left {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: 305px;
}
.solution .s3 .container .left .item {
  margin-bottom: 114px;
}
.solution .s3 .container .left .item i {
  position: absolute;
  top: 0;
  left: 0;
}
.solution .s3 .container .right {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 305px;
}
.solution .s3 .container .right .item {
  margin-bottom: 114px;
}
.solution .s3 .container .right .item i {
  position: absolute;
  top: 0;
  right: 0;
}
.solution .s3 .container .bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 50%;
  margin-top: 285px;
}
.solution .s3 .container .item {
  position: relative;
  max-width: 420px;
}
.solution .s3 .container .item p {
  height: 72px;
}
.solution .s3 .container .item.spec {
  max-width: 500px;
}
.solution .s3 .container .item .enr {
  color: #acacac;
}
.solution .s3 .container .item:hover:before {
  opacity: 1;
}
.solution .s3 .container .item:hover:after {
  background:#0065CA;
}
.solution .s3 .container .item:hover h1 {
  font-weight: 900;
  color:#0065CA;
}
.solution .s3 .container .item:hover i {
  color:#0065CA;
}
.solution .s3 .container .item:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #434343;
}
.solution .s3 .container .item:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px dashed#0065CA;
  background: #fff;
  opacity: 0;
}
.solution .s3 .container .item.item1:before {
  right: -126px;
  top: 49px;
}
.solution .s3 .container .item.item1:after {
  right: -115px;
  top: 60px;
}
.solution .s3 .container .item.item2:before {
  right: -87px;
  top: 2px;
  width: 30px;
  height: 30px;
}
.solution .s3 .container .item.item2:after {
  right: -81px;
  top: 8px;
  width: 20px;
  height: 20px;
}
.solution .s3 .container .item.item3:before {
  left: 50%;
  top: -63px;
  margin-left: -16px;
}
.solution .s3 .container .item.item3:after {
  top: -52px;
  left: 50%;
  margin-left: -5px;
}
.solution .s3 .container .item.item4:before {
  left: -87px;
  top: 2px;
  width: 30px;
  height: 30px;
}
.solution .s3 .container .item.item4:after {
  left: -81px;
  top: 8px;
  width: 20px;
  height: 20px;
}
.solution .s3 .container .item.item5:before {
  left: -126px;
  top: 49px;
}
.solution .s3 .container .item.item5:after {
  left: -115px;
  top: 60px;
}

.index .s3 .moreSolution{
  width: 100%;
  padding: 10px 30px;
  position: relative;
  margin-left: -4vw;
}
.index .s3 .moreSolution .tar{
  text-align: center;
}
.index .s3 .moreSolution .more {
  line-height: 50px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #ddd;
  color: #666;
  font-size: 16px;
  padding: 0 40px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.index .s3 .moreSolution .more:after {
  content: '\e684';
  font-family: 'iconfont';
  margin-left: 10px;
}
.index .s3 .moreSolution .more:hover {
  background:#0065CA;
  border-color:#0065CA;
  color: #fff;
}

.solution .s4 {
  background-image: url(../images/solu-s4bg.jpg);
  background-size: cover;
  background-position: bottom center;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
.solution .s4 .items {
  display: flex;
  margin: 0 -30px;
}
.solution .s4 .items .item {
  flex: 1;
}
.solution .s4 .items .item .con {
  display: block;
  margin: 0 30px;
  height: 520px;
  position: relative;
  background: #aaa;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.solution .s4 .items .item .con:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.solution .s4 .items .item .con .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.solution .s4 .items .item .con .info > * {
  z-index: 2;
}
.solution .s4 .items .item .con .info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/solu-s4hover.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.solution .s4 .items .item .con .info:after {
  content: '';
  position: absolute;
  top: 87px;
  bottom: 180px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.solution .s4 .items .item .con h1 {
  position: absolute;
  top: 87px;
  left: 50%;
  width: 50%;
  width: 1em;
  margin-left: 25px;
}
.solution .s4 .items .item .con p {
  position: absolute;
  top: 87px;
  right: 50%;
  margin-right: 25px;
}
.solution .s4 .items .item .con i {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}
.solution .s4 .items .item .con i:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 20px;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #fff;
}
.solution .s4 .items .item:hover .con {
  background: none !important;
  color: #000;
  box-shadow: 0 50px 150px rgba(125, 125, 125, 0.3);
}
.solution .s4 .items .item:hover .con:before {
  opacity: 0;
}
.solution .s4 .items .item:hover .con .info:before {
  opacity: 1;
}
.solution .s4 .items .item:hover .con .info:after {
  background: rgba(0, 0, 0, 0.5);
}
.solution .s4 .items .item:hover .con h1 font {
  color:#0065CA;
}
.solution .s4 .items .item:hover .con p {
  color: #666;
}
.solution .s4 .items .item:hover .con i {
  color: #333;
}
.solution .s4 .items .item:hover .con i:after {
  background: #333;
}
.solution .s5 {
  background-image: url(../images/solu-s5bg.jpg);
  background-size: cover;
  background-position: bottom center;
  overflow: unset;
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
.solution .s5 .container {
  margin: 0 -79px;
}
.solution .s5 .container .item {
  float: left;
  width: 25%;
  margin-bottom: 160px;
  position: relative;
  z-index: 1;
}
.solution .s5 .container .item:nth-child(4n+1) .con:before {
  display: none;
}
.solution .s5 .container .item:nth-child(4n+4) .con:after {
  display: none;
}
.solution .s5 .container .item:hover {
  position: relative;
  z-index: 2;
}
.solution .s5 .container .item:hover .info {
  opacity: 1;
}
.solution .s5 .container .item .con {
  margin: 0 79px;
  position: relative;
}
.solution .s5 .container .item .con > * {
  z-index: 2;
  position: relative;
}
.solution .s5 .container .item .con:before,
.solution .s5 .container .item .con:after {
  content: '';
  position: absolute;
  top: 30px;
  height: 10px;
  width: 79px;
}
.solution .s5 .container .item .con:before {
  right: 100%;
  background-image: url(../images/dot-left.png);
  background-size: 100%;
}
.solution .s5 .container .item .con:after {
  left: 100%;
  background-image: url(../images/dot-right.png);
  background-size: 100%;
}
.solution .s5 .container .item .iconfont {
  font-size: 30px;
  color: #fff;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background:#0065CA;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 35px;
  position: relative;
}
.solution .s5 .container .item .iconfont:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -9px;
  border-radius: 100%;
  border: 1px dashed#0065CA;
}
.solution .s5 .container .item .info {
  opacity: 0;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 35px;
  margin: -35px;
  border-radius: 4px;
  padding-top: 200px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 30px 80px rgba(112, 127, 136, 0.15);
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}
.solution .s5 .container .item .info p {
  font-size: 12px;
  line-height: 2;
  color: #666;
}
.solution .s5 .container .item .info .tag {
  margin-top: 20px;
  text-align: center;
}
.solution .s5 .container .item .info .tag i {
  display: inline-block;
  border: 1px solid#0065CA;
  color:#0065CA;
  font-size: 12px;
  line-height: 26px;
  border-radius: 4px;
  padding: 0 10px;
  margin: 0 2px;
}
.solution .s6 {
  padding-bottom: 50px;
  padding-top: 100px;
}
.solution .s6 .items:hover .item {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 0;
}
.solution .s6 .items:hover .item .f:before {
  opacity: 1;
}
.solution .s6 .items:hover .item:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 2;
}
.solution .s6 .items:hover .item:hover .f:before {
  opacity: 0;
}
.solution .s6 .item {
  position: relative;
  cursor: default;
  z-index: 0;
  float: left;
  width: 25%;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}
.solution .s6 .item.active {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 2;
}
.solution .s6 .item.active .f:before {
  opacity: 0;
}
.solution .s6 .item a {
  display: block;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transform-origin: center;
  padding-right: 86px;
}
.solution .s6 .item .f {
  padding-bottom: 100%;
  position: relative;
}
.solution .s6 .item .f:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  background: rgba(0, 0, 0, 0.65);
}
.solution .s6 .pager {
  position: relative;
  margin-top: 100px;
}
.solution .s6 .pager span {
  background: #fff;
  padding-right: 15px;
  z-index: 2;
  position: relative;
}
.solution .s6 .pager:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ccc;
}
.solution .s6 .pager ul {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
  background: #fff;
}
.solution .s6 .pager ul li {
  float: left;
  margin: 0 16px;
}
.solution .s6 .pager ul li.enb a {
  font-size: 35px;
  color:#0065CA;
}
.solution .s6 .pager ul li a {
  display: block;
  line-height: 40px;
  text-indent: -0.25em;
  overflow: hidden;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.solution .s7 {
  background-image: url(../images/solu-s7bg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  height: 980px;
}
.solution .s7 .title {
  margin-bottom: 110px;
}
.solution .s7 .container .center {
  position: absolute;
  width: 400px;
  height: 400px;
  border: 1px solid #CECECE;
  border-radius: 100%;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  margin-top: -25px;
}
.solution .s7 .container .center:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: -50px;
  border-radius: 100%;
  border: 1px dashed #000;
  -webkit-animation: infiniteRound 100s infinite linear;
  animation: infiniteRound 100s infinite linear;
}
.solution .s7 .container .center img {
  max-width: 142px;
  width: 50%;
  margin-top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.solution .s7 .container .left,
.solution .s7 .container .right {
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
}
.solution .s7 .container .left {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: 255px;
}
.solution .s7 .container .left .item:nth-child(2) {
  transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
}
.solution .s7 .container .left .item:nth-child(3) {
  transform: translateX(80px);
  -webkit-transform: translateX(80px);
}
.solution .s7 .container .right {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 255px;
}
.solution .s7 .container .right .item:nth-child(2) {
  transform: translateX(60px);
  -webkit-transform: translateX(60px);
}
.solution .s7 .container .right .item:nth-child(3) {
  transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
}
.solution .s7 .container .bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 50%;
  margin-top: 250px;
}
.solution .s7 .container .item {
  position: relative;
  max-width: 420px;
  margin-bottom: 100px;
}
.solution .s7 .container .item p {
  height: 72px;
}
.solution .s7 .container .item .iconfont {
  width: 50px;
  line-height: 50px;
  text-align: center;
  background:#0065CA;
  color: #fff;
  font-size: 22px;
  display: block;
  border-radius: 100%;
  position: absolute;
}
.solution .s7 .container .item.item1 .iconfont {
  right: -90px;
  top: 50px;
}
.solution .s7 .container .item.item2 .iconfont {
  right: -90px;
  top: 0;
}
.solution .s7 .container .item.item3 .iconfont {
  right: -20px;
  top: -60px;
}
.solution .s7 .container .item.item4 .iconfont {
  left: -90px;
  top: 50px;
}
.solution .s7 .container .item.item5 .iconfont {
  left: -90px;
  top: 0;
}
.solution .s7 .container .item.item6 .iconfont {
  left: -20px;
  top: -60px;
}
.solution .s7 .container .item:hover h5 {
  font-weight: 900;
  color:#0065CA;
}
.solution .s8 {
  background-image: url(../images/solu-s8bg.jpg);
  background-size: cover;
  background-position: center;
  height: 980px;
}
.solution .s8 .title {
  padding-top: 100px;
}
.solution .s8 .circle {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 1110px;
  width: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.solution .s8 .items {
  max-width: 1110px;
  margin: 0 auto;
  margin-top: 5%;
}
.solution .s8 .items .item {
  float: left;
  width: 33.33%;
  text-align: center;
  position: relative;
}
.solution .s8 .items .item:nth-child(2) {
  transform: translateY(125px);
  -webkit-transform: translateY(125px);
}
.solution .s8 .items .item:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #A3A4A4;
  background: #fff;
  border-radius: 100%;
  left: 50%;
  margin-left: -8px;
  top: -90px;
}
.solution .s8 .items .item span {
  display: block;
  position: relative;
  width: 160px;
  height: 160px;
  border: 1px solid #CECECE;
  border-radius: 100%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.solution .s8 .items .item span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: -20px;
  border-radius: 100%;
  border: 1px dashed #000;
  -webkit-animation: infiniteRound 100s infinite linear;
  animation: infiniteRound 100s infinite linear;
}
.solution .s8 .items .item span .iconfont {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 54px;
  font-size: 54px;
  margin-top: -27px;
  color:#0065CA;
}
.solution .s8 .items .item h5 {
  position: absolute;
  left: 50%;
  top: 230px;
  width: 1em;
  padding-left: 25px;
}
.solution .s8 .items .item h5:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 145px;
  border-left: 1px solid #A8A8A5;
}
.solution .s8 .items .item p {
  position: absolute;
  right: 50%;
  top: 230px;
  width: 1em;
  padding-right: 25px;
}
.solution .s8 .bottom {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 1.25em;
  color: #666;
}
.index .s4 .maxsize{
  /* max-width: 1200px; */
}
.index .s4 .solutionCards{
  width: 100%;
  /* min-width: 1200px; */
  /* margin: 0 auto; */
  display: flex;
}
.index .s4 .solutionCards .cardItem{
  width: 25%;
  text-align: center;
  /* flex: 1; */
}
/* .index .s4 .solutionCards .cardItem:nth-child(1){
  display: none;
} */
.index .s4 .solutionCards .cardImg{
  padding: 20px;
}
.index .s4 .solutionCards .cardImg img{
  width: 20vw;
  max-width: 250px;
  height: 20vw;
  max-height: 260px;
  object-fit: contain;
}
.index .s4 .solutionCards .cardDes{
  font-weight: bold;
  font-size: 0.22rem;
  color: #000;
  width: 100%;
}
.index .s4 .moreSolution{
  width: 100%;
  padding: 60px 30px;
  position: relative;
}
.index .s4 .moreSolution .tar{
  text-align: center;
}
.index .s4 .moreSolution .more {
  line-height: 50px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #ddd;
  color: #666;
  font-size: 16px;
  padding: 0 40px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.index .s4 .moreSolution .more:after {
  content: '\e684';
  font-family: 'iconfont';
  margin-left: 10px;
}
.index .s4 .moreSolution .more:hover {
  background:#0065CA;
  border-color:#0065CA;
  color: #fff;
}
.index .s9 .aboutContent{
  position: relative;
  height: 28vw;
}
.index .s9 .aboutContent .aboutTxt{
  box-sizing: border-box;
  position: absolute;
  width: 40vw;
  padding: 20px;
  background-color: rgba(255,255,255,0.57);
  box-shadow: 0 0 3px 2px rgba(0,0,0,0.2);
  top: 50%;
  left: 7vw;
  color: rgb(62,62,62);
  /* line-height: 0.28rem; */
  line-height: 1.8vw;
  /* font-size: 0.16rem; */
  font-size: 1vw;
  transform: translate(0, -50%);
  z-index: 2;
}
.index .s9 .aboutContent .aboutImg{
  position: absolute;
  top: 50%;
  right: 7vw;
  transform: translateY(-50%);
}
.index .s9 .aboutContent .aboutImg img{
  width: 42vw;
  height: auto;
}
.news .content {
  padding-top: 80px;
  padding-bottom: 60px;
}
.news .filter {
  text-align: center;
  padding: 0.5rem 0;
}
.news .filter.sticky {
  padding: 10px 0;
  background: #fff;
}
.news .filter ul {
  display: inline-block;
  overflow: hidden;
}
.news .filter ul li {
  float: left;
  padding: 0 0.4rem;
}
.news .filter ul li a {
  display: block;
  font-size: 0.2rem;
  line-height: 2;
  border-bottom: 2px solid transparent;
}
.news .filter ul li a .iconfont {
  margin-right: 10px;
}
.news .filter ul li a:hover,
.news .filter ul li a.active {
  border-color:#0065CA;
}
.news .filter ul li a.active {
  color:#0065CA;
}
.news .years {
  font-size: 18px;
  margin-bottom: 70px;
}
.news .years li {
  float: left;
  margin-right: 40px;
}
.news .years a {
  display: block;
  position: relative;
  line-height: 65px;
}
.news .years a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background:#0065CA;
  height: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.news .years a.active {
  color:#0065CA;
  font-size: 30px;
  font-family: 'enb';
}
.news .years a:hover:after,
.news .years a.active:after {
  height: 3px;
}
.news .list {
  margin: 0 -15px;
}
.news .list .item {
  float: left;
  width: 33.33%;
  margin-bottom: 50px;
}
.news .list .item a {
  display: block;
  margin: 0 15px;
  padding-bottom: 62.5%;
  position: relative;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}
.news .list .item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0.27) 57%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0.27) 57%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0.27) 57%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.news .list .item a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.news .list .item a .info {
  position: absolute;
  z-index: 2;
  color: #fff;
  padding: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  padding-right: 130px;
}
.news .list .item a .info h5 {
  font-weight: 900;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.news .list .item a .info p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  left: 30px;
  right: 130px;
  bottom: 30px;
  opacity: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.news .list .item a .info span {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.news .pager li {
  float: left;
}
.news .pager a {
  display: block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #B2B3B6;
  border-radius: 100%;
  margin: 0 10px;
}
.news .pager a.disabled {
  background: #f5f5f5;
  color: #999;
  opacity: 0.75;
  cursor: not-allowed;
}
.news .pager a.active {
  background:#0065CA;
  color: #fff;
  border-color:#0065CA;
}
.news .pager a.prev,
.news .pager a.next {
  margin: 0 30px;
}
.news .pager a:hover {
  color: #fff;
  background: #222;
}
@media screen and (min-width: 480px) {
  .news .list .item:hover {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    box-shadow: 0 40px 60px -10px rgba(0, 0, 0, 0.4);
  }
  .news .list .item:hover:after {
    opacity: 1;
  }
  .news .list .item:hover .info h5 {
    padding-bottom: 32px;
  }
  .news .list .item:hover .info p {
    opacity: 1;
  }
}
.newsDetail {
  background: #fff;
}
.newsDetail .title {
  position: relative;
}
.newsDetail .title .view {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}
.newsDetail .editor {
  padding-bottom: 100px;
}
.about .slogan .text {
  top: 40%;
}
.about .s1 {
  background-image: url(../images/about-s1bg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 200px;
}
.about .s1 .item {
  position: relative;
  margin-bottom: 74px;
}
.about .s1 .item img {
  float: left;
  margin-right: 62px;
  max-width: 330px;
  width: 100%;
}
.about .s1 .item:after {
  content: '01';
  font-family: 'enb';
  position: absolute;
  top: 0;
  font-size: 24px;
  color:#0065CA;
}
.about .s1 .item:before {
  content: '';
  position: absolute;
  top: 50px;
  bottom: 0;
  border-right: 1px solid #D9D9D9;
}
.about .s1 .item.item1:before,
.about .s1 .item.item3:before {
  right: 10px;
}
.about .s1 .item.item1:after,
.about .s1 .item.item3:after {
  right: 0;
}
.about .s1 .item.item1 p,
.about .s1 .item.item3 p {
  padding-right: 80px;
}
.about .s1 .item.item2:after {
  content: '02';
  left: 0;
}
.about .s1 .item.item2:before {
  left: 10px;
}
.about .s1 .item.item2 p {
  padding-left: 80px;
}
.about .s1 .item.item3:after {
  content: '03';
}
.about .s1 .top {
  padding-right: 400px;
  position: relative;
}
.about .s1 .top:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 320px;
  background-image: url(../images/about-s1r.jpg);
}
.about .s2 {
  background-image: url(../images/about-s2bg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 130px;
  padding-bottom: 200px;
}
.about .s2 .top {
  position: relative;
  padding-left: 50%;
  margin-bottom: 110px;
}
.about .s2 .top .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80px;
}
.about .s2 .top .img img {
  height: 100%;
}
.about .s2 .top .text {
  position: relative;
  padding: 40px 0;
  padding-right: 250px;
}
.about .s2 .top .text .title {
  position: absolute;
  right: 40px;
  border-left: 1px solid #ACACAC;
  width: 150px;
}
.about .s2 .top .text .title h1 {
  width: 1em;
  padding: 0 10px;
  float: right;
}
.about .s2 .top .text .title h1:nth-child(2) {
  margin-top: 1.5em;
}
.about .s2 .bottom {
  display: flex;
}
.about .s2 .bottom .text {
  padding: 40px 0;
  padding-right: 64px;
}
.about .s3 {
  background-image: url(../images/about-s3bg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 180px;
}
.about .s3 .items {
  margin: 0 -60px;
}
.about .s3 .items .item {
  float: left;
  width: 33.33%;
}
.about .s3 .items .item .con {
  display: inline-block;
  position: relative;
  height: 600px;
  padding-right: 230px;
}
.about .s3 .items .item .con:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 313px;
  border-left: 1px solid #B2B2B2;
}
.about .s3 .items .item .f {
  width: 230px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.about .s3 .items .item .text h1 {
  float: right;
  margin-right: 34px;
}
.about .s3 .items .item .text h1 font {
  margin-top: 20px;
}
.about .s3 .items .item .text p {
  float: right;
  margin-right: 33px;
  line-height: 2em;
}
.about .s4 {
  background-image: url(../images/about-s4bg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 90px;
}
.about .s4 p.info {
  max-width: 1280px;
  margin: 0 auto;
}
.about .s4 .item {
  float: left;
  width: 20%;
}
.about .s4 .item a {
  display: block;
  margin: 0 35px;
}
.about .s4 .item a img {
  background: #fff;
  padding: 10px;
  box-shadow: 0 30px 30px -10px rgba(186, 186, 186, 0.4);
}
.about .s4 .item a p {
  margin-top: 38px;
  line-height: 1.5em;
  height: 3em;
}
.about .s4 .bx-wrapper {
  text-align: center;
}
.about .s4 .bx-controls {
  margin-top: 36px;
  margin-bottom: 110px;
  position: relative;
  display: inline-block;
}
.about .s4 .bx-controls .bx-pager-item {
  float: left;
}
.about .s4 .bx-controls .bx-pager-item a {
  display: block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #B2B3B6;
  border-radius: 100%;
  margin: 0 10px;
  font-family: 'enb';
}
.about .s4 .bx-controls .bx-pager-item a.active {
  border-color:#0065CA;
  background:#0065CA;
  color: #fff;
}
.about .s4 .bx-controls .bx-pager-item a:hover {
  color: #fff;
  background: #222;
  border-color: #222;
}
.about .s4 .bx-controls .bx-controls-direction a {
  position: absolute;
  display: block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #B2B3B6;
  border-radius: 100%;
  margin: 0 30px;
}
.about .s4 .bx-controls .bx-controls-direction a:hover {
  color: #fff;
  background: #222;
  border-color: #222;
}
.about .s4 .bx-controls .bx-controls-direction a.bx-prev {
  right: 100%;
}
.about .s4 .bx-controls .bx-controls-direction a.bx-next {
  left: 100%;
}
.about .s4 .bx-controls .bx-controls-direction a.disabled {
  background: #f5f5f5;
  color: #999;
  opacity: 0.75;
  cursor: not-allowed;
}
.about .s4 .bx-controls .bx-controls-direction a.disabled:hover {
  opacity: 0.5;
}
.about .s5 {
  padding-top: 100px;
  background-image: url(../images/about-s5bg.jpg);
  background-size: cover;
  background-position: center;
}
.about .s5 .title {
  margin-bottom: 200px;
}
.about .s5 .content {
  max-width: 1250px;
}
.about .s5 .container {
  display: flex;
}
.about .s5 .container .cooperation {
  flex: 1;
}
.about .s5 .container .cooperation .qrcode {
  position: relative;
  margin-top: 50px;
  margin-left: 125px;
  width: 190px;
  height: 190px;
  border: 1px solid #7F7F7F;
}
.about .s5 .container .cooperation .qrcode p {
  position: absolute;
  right: 100%;
  top: 20px;
  margin-right: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.about .s5 .container .cooperation .qrcode img {
  transform: translateX(-50px) translateY(-50px);
  -webkit-transform: translateX(-50px) translateY(-50px);
}
.about .s5 .container .info {
  flex: 2;
}
.about .s5 .container .info p {
  margin-bottom: 40px;
  position: relative;
  padding-left: 25px;
  margin-left: 60px;
  border-left: 1px solid #ccc;
}
.about .s5 .container .info p:last-of-type {
  margin-bottom: 0;
}
.about .s5 .container .info .iconfont {
  position: absolute;
  top: 50%;
  left: -60px;
  line-height: 60px;
  margin-top: -30px;
  font-size: 30px;
  color: #D7D7D7;
}
.about .s5 .container .qrcode {
  flex: 0.75;
  position: relative;
}
.about .s5 .container .qrcode h1 {
  position: absolute;
  width: 1em;
  right: 0;
  height: 100%;
  border-left: 1px solid #DCDCDC;
  padding-left: 40px;
}
.about .s5 .container .qrcode .item {
  position: relative;
  margin-left: 60px;
  margin-bottom: 48px;
}
.about .s5 .container .qrcode .item:last-of-type {
  margin-bottom: 0;
}
.about .s5 .container .qrcode .item img {
  width: 100px;
}
.about .s5 .container .qrcode .item p {
  position: absolute;
  top: 0;
  right: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 23px;
}
.about .s5 .info {
  font-family: 'enb';
}
.soluDetail .slogan .text {
  display: inline-block;
  left: auto;
  right: auto;
  top: 30%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
}
.soluDetail .slogan .text h1 {
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.soluDetail .slogan .text p {
  text-align-last: justify;
}
.soluDetail .s1 {
  padding-top: 100px;
  padding-bottom: 200px;
  background-image: url(../images/sd-s1bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
.soluDetail .s1 .container {
  padding-left: 50%;
  position: relative;
}
.soluDetail .s1 .container .face {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin-right: 100px;
}
.soluDetail .s1 .container .face .info {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 55px 50px 50px 50px;
  box-shadow: 0 20px 100px rgba(192, 218, 240, 0.5);
  max-width: 380px;
  margin: -50px;
}
.soluDetail .s1 .container .text .cont {
  padding-right: 60px;
  margin-right: 60px;
  line-height: 2em;
  max-height: 20em;
  overflow-y: scroll;
}
.soluDetail .s1 .container .text .cont p {
  margin-bottom: 2em;
}
.soluDetail .s1 .container .text .items {
  display: flex;
}
.soluDetail .s1 .container .text .items .item {
  flex: 1;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid #ECECEC;
}
.soluDetail .s1 .container .text .items .item:last-of-type {
  border: 0;
}
.soluDetail .s1 .container .text .items p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.soluDetail .s1 .container .text .more {
  float: right;
  margin-right: 60px;
  background:#0065CA;
  color: #fff;
  display: block;
  line-height: 50px;
  border-radius: 50px;
  padding: 0 40px;
}
.soluDetail .s1 .container .text .more:after {
  content: '\e684';
  font-family: 'iconfont';
  margin-left: 8px;
}
.soluDetail .s2 {
  padding: 100px 0 150px 0;
  background-image: url(../images/sd-s2bg.jpg);
  background-size: 1920px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.soluDetail .s2 .container {
  display: flex;
}
.soluDetail .s2 .item {
  flex: 1;
}
.soluDetail .s2 .item b {
  color:#0065CA;
}
.soluDetail .s2 .item a {
  display: block;
  max-width: 250px;
  box-sizing: border-box;
  background: #F3F3F3;
  border-radius: 250px;
  padding: 20px;
  height: 100%;
  position: relative;
  padding-bottom: 110px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.soluDetail .s2 .item a:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px dashed #CACACA;
  border-radius: 250px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.soluDetail .s2 .item a:hover {
  background: #fff;
  box-shadow: 0 40px 200px rgba(125, 125, 125, 0.25);
}
.soluDetail .s2 .item a:hover:before {
  opacity: 0;
}
.soluDetail .s2 .item a:hover i.enb {
  color:#0065CA;
}
.soluDetail .s2 .item a:hover i.enb:after {
  background:#0065CA;
}
.soluDetail .s2 .item .f {
  padding-bottom: 100%;
  border-radius: 100%;
}
.soluDetail .s2 .item h1 {
  display: inline-block;
  text-align: left;
  line-height: 60px;
  margin-top: 25px;
  min-height: 260px;
  position: relative;
  overflow: hidden;
}
.soluDetail .s2 .item h1:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid #DCDCDC;
}
.soluDetail .s2 .item i.enb {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: color 0.35s ease-out;
  -webkit-transition: color 0.35s ease-out;
}
.soluDetail .s2 .item i.enb:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #999;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.soluDetail .s3 {
  padding: 100px 0 135px 0;
  background: #F7F7F7;
}
.soluDetail .s3 .filter a {
  position: relative;
  margin: 0 58px;
  display: inline-block;
  padding-bottom: 14px;
}
.soluDetail .s3 .filter a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background:#0065CA;
  height: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.soluDetail .s3 .filter a:hover:after,
.soluDetail .s3 .filter a.active:after {
  height: 3px;
}
.soluDetail .s3 .filter .active {
  color: #000;
}
.soluDetail .s3 .pages .page {
  display: none;
  overflow: hidden;
}
.soluDetail .s3 .pages .page.active {
  display: block;
}
.soluDetail .s3 .items {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.soluDetail .s3 .pager {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  margin-top: 20px;
  letter-spacing: 0.2em;
}
.soluDetail .s3 .item {
  max-width: 1000px;
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 20px 100px -20px rgba(0, 0, 0, 0.05);
  margin: 0 80px;
  float: left;
}
.soluDetail .s3 .item .f {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
}
.soluDetail .s3 .item .f h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 35px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.soluDetail .s3 .item .f h5 b {
  font-size: 14px;
  font-family: 'ent';
  letter-spacing: 0.1em;
}
.soluDetail .s3 .item .t {
  margin-left: 50%;
  padding: 50px 45px 50px 55px;
}
.soluDetail .s3 .item ul li:last-of-type {
  margin-bottom: 0;
}
.soluDetail .s3 .btns .btn {
  position: absolute;
  z-index: 2;
  bottom: 50%;
  width: 40px;
  line-height: 40px;
  color: #fff;
  background: #222;
  text-align: center;
  border-radius: 100%;
}
.soluDetail .s3 .btns .btn.prev {
  margin-right: 530px;
  right: 50%;
}
.soluDetail .s3 .btns .btn.next {
  margin-left: 530px;
  left: 50%;
}
.soluDetail .s4 {
  padding: 100px 0 165px 0;
  background-image: url(../images/sd-s4bg.jpg);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.soluDetail .s4 .container {
  height: 267px;
  padding: 200px 0;
  padding-top: 100px;
}
.soluDetail .s4 .container .items {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.soluDetail .s4 .container .pager {
  text-align: center;
  margin-top: 135px;
  position: relative;
}
.soluDetail .s4 .container .pager a,
.soluDetail .s4 .container .pager span {
  opacity: 1;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  text-indent: -20em;
  overflow: hidden;
  background: #D2D2D2;
  border-radius: 100%;
}
.soluDetail .s4 .container .pager a.swiper-pagination-bullet-active,
.soluDetail .s4 .container .pager span.swiper-pagination-bullet-active,
.soluDetail .s4 .container .pager a.active,
.soluDetail .s4 .container .pager span.active {
  background: #222;
}
.soluDetail .s4 .container .item {
  float: left;
  max-width: 400px;
  width: 100%;
  margin: 0 75px;
  position: relative;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.soluDetail .s4 .container .item .f {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0px solid #fff;
}
.soluDetail .s4 .container .item.swiper-slide-active,
.soluDetail .s4 .container .item.active {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.2);
}
.soluDetail .s4 .container .item.swiper-slide-active .f,
.soluDetail .s4 .container .item.active .f {
  border-radius: 4px;
  border: 5px solid #fff;
}
.soluDetail .s3 .item {
  height: 518px;
}
.prod .s3 .detail .left .preview .item.active {
  background: none;
}
.prod .s6 .items .item a {
  cursor: default;
}
.activity .item p.wide,
.prod .s2 .container .digest,
.prod .s4 .items .item .con .info p,
.prod .s6 .items .item a p,
.caseDetail .top .text .cont p,
.solution .s2 .container .text .cont p,
.solution .s3 .container .right .item p,
.solution .s3 .container .item p,
.about .s2 .top .text p,
.about .s2 .bottom .text,
.about .s4 p.info,
.about .s1 .item.item1 p,
.about .s1 .item.item3 p,
.about .s1 .item.item2 p,
.audios .win .title .t p,
.audios .win .title .t .digest,
.index .s1 .activity .item p {
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0;
}
.index .s1 .activity .item p {
  height: 4em;
  overflow: hidden;
}
.audios .win {
  z-index: 9;
}
.menuToggler {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 2px;
  padding: 21px 10px;
  margin-top: -22px;
  display: none;
}
.menuToggler i {
  display: block;
  position: relative;
  width: 26px;
  height: 2px;
  background:#0065CA;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.menuToggler i:before,
.menuToggler i:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background:#0065CA;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transform-origin: center;
  -webkit-transform-origin: center;
}
.menuToggler i:before {
  bottom: 100%;
  margin-bottom: 5px;
}
.menuToggler i:after {
  top: 100%;
  margin-top: 5px;
}
.menuToggler.active i {
  background: none;
  width: 20px;
}
.menuToggler.active i:before {
  transform: rotate(45deg);
  margin-bottom: 0;
  bottom: auto;
}
.menuToggler.active i:after {
  transform: rotate(-45deg);
  margin-top: 0;
  top: auto;
}
.works .s3 .audios .win {
  bottom: 0;
}
.audios .item .con {
  padding-right: 1rem;
}
.audios .item .con p {
  height: 4em;
  overflow: hidden;
}
.win .close {
  position: absolute;
  top: -20px;
  right: -30px;
  display: block;
  width: 25px;
  line-height: 25px;
  background: #aaa;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.win .close:hover {
  background:#0065CA;
}
.index .s1 .right .con strong.st1 {
  display: block;
}
.index .s1 .right .con strong.st2 {
  display: none;
}
.works .s1 .scroll .items .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.works .s1 .scroll .items .item h2,
.works .s1 .scroll .items .item p {
  position: relative;
  z-index: 2;
}
.works .s1 .item .hover {
  z-index: 5;
}
.works .s1 .scroll .items {
  position: relative;
  z-index: 9;
}
html {
  font-size: 100px;
}
.f12 {
  font-size: 0.12rem;
}
.f14 {
  font-size: 0.14rem;
}
.f16 {
  font-size: 0.16rem;
}
.f18 {
  font-size: 0.18rem;
}
.f20 {
  font-size: 0.2rem;
}
.f22 {
  font-size: 0.22rem;
}
.f24 {
  font-size: 0.24rem;
}
.f26 {
  font-size: 0.26rem;
}
.f28 {
  font-size: 0.28rem;
}
.f30 {
  font-size: 0.3rem;
}
.f32 {
  font-size: 0.32rem;
}
.f34 {
  font-size: 0.34rem;
}
.f36 {
  font-size: 0.36rem;
}
.f38 {
  font-size: 0.38rem;
}
.f40 {
  font-size: 0.4rem;
}
.f42 {
  font-size: 0.42rem;
}
.f44 {
  font-size: 0.44rem;
}
.f46 {
  font-size: 0.46rem;
}
.f48 {
  font-size: 0.48rem;
}
.f50 {
  font-size: 0.5rem;
}
.f52 {
  font-size: 0.52rem;
}
.f54 {
  font-size: 0.54rem;
}
.f56 {
  font-size: 0.56rem;
}
.f58 {
  font-size: 0.58rem;
}
.f60 {
  font-size: 0.6rem;
}
.f62 {
  font-size: 0.62rem;
}
.f64 {
  font-size: 0.64rem;
}
.f66 {
  font-size: 0.66rem;
}
.f68 {
  font-size: 0.68rem;
}
.f70 {
  font-size: 0.7rem;
}
.f72 {
  font-size: 0.72rem;
}
.f74 {
  font-size: 0.74rem;
}
.f76 {
  font-size: 0.76rem;
}
.f78 {
  font-size: 0.78rem;
}
.f80 {
  font-size: 0.8rem;
}
.f82 {
  font-size: 0.82rem;
}
.f84 {
  font-size: 0.84rem;
}
.f86 {
  font-size: 0.86rem;
}
.f88 {
  font-size: 0.88rem;
}
.f90 {
  font-size: 0.9rem;
}
.l20 {
  line-height: 0.2rem;
}
.l21 {
  line-height: 0.21rem;
}
.l22 {
  line-height: 0.22rem;
}
.l23 {
  line-height: 0.23rem;
}
.l24 {
  line-height: 0.24rem;
}
.l25 {
  line-height: 0.25rem;
}
.l26 {
  line-height: 0.26rem;
}
.l27 {
  line-height: 0.27rem;
}
.l28 {
  line-height: 0.28rem;
}
.l29 {
  line-height: 0.29rem;
}
.l30 {
  line-height: 0.3rem;
}
.l31 {
  line-height: 0.31rem;
}
.l32 {
  line-height: 0.32rem;
}
.l33 {
  line-height: 0.33rem;
}
.l34 {
  line-height: 0.34rem;
}
.l35 {
  line-height: 0.35rem;
}
.l36 {
  line-height: 0.36rem;
}
.l37 {
  line-height: 0.37rem;
}
.l38 {
  line-height: 0.38rem;
}
.l39 {
  line-height: 0.39rem;
}
.l40 {
  line-height: 0.4rem;
}
.mgb2 {
  margin-bottom: 0.02rem;
}
.mgb4 {
  margin-bottom: 0.04rem;
}
.mgb6 {
  margin-bottom: 0.06rem;
}
.mgb8 {
  margin-bottom: 0.08rem;
}
.mgb10 {
  margin-bottom: 0.1rem;
}
.mgb12 {
  margin-bottom: 0.12rem;
}
.mgb14 {
  margin-bottom: 0.14rem;
}
.mgb16 {
  margin-bottom: 0.16rem;
}
.mgb18 {
  margin-bottom: 0.18rem;
}
.mgb20 {
  margin-bottom: 0.2rem;
}
.mgb22 {
  margin-bottom: 0.22rem;
}
.mgb24 {
  margin-bottom: 0.24rem;
}
.mgb26 {
  margin-bottom: 0.26rem;
}
.mgb28 {
  margin-bottom: 0.28rem;
}
.mgb30 {
  margin-bottom: 0.3rem;
}
.mgb32 {
  margin-bottom: 0.32rem;
}
.mgb34 {
  margin-bottom: 0.34rem;
}
.mgb36 {
  margin-bottom: 0.36rem;
}
.mgb38 {
  margin-bottom: 0.38rem;
}
.mgb40 {
  margin-bottom: 0.4rem;
}
.mgb42 {
  margin-bottom: 0.42rem;
}
.mgb44 {
  margin-bottom: 0.44rem;
}
.mgb46 {
  margin-bottom: 0.46rem;
}
.mgb48 {
  margin-bottom: 0.48rem;
}
.mgb50 {
  margin-bottom: 0.5rem;
}
.mgb52 {
  margin-bottom: 0.52rem;
}
.mgb54 {
  margin-bottom: 0.54rem;
}
.mgb56 {
  margin-bottom: 0.56rem;
}
.mgb58 {
  margin-bottom: 0.58rem;
}
.mgb60 {
  margin-bottom: 0.6rem;
}
.mgb62 {
  margin-bottom: 0.62rem;
}
.mgb64 {
  margin-bottom: 0.64rem;
}
.mgb66 {
  margin-bottom: 0.66rem;
}
.mgb68 {
  margin-bottom: 0.68rem;
}
.mgb70 {
  margin-bottom: 0.7rem;
}
.mgb72 {
  margin-bottom: 0.72rem;
}
.mgb74 {
  margin-bottom: 0.74rem;
}
.mgb76 {
  margin-bottom: 0.76rem;
}
.mgb78 {
  margin-bottom: 0.78rem;
}
.mgb80 {
  margin-bottom: 0.8rem;
}
.mgb82 {
  margin-bottom: 0.82rem;
}
.mgb84 {
  margin-bottom: 0.84rem;
}
.mgb86 {
  margin-bottom: 0.86rem;
}
.mgb88 {
  margin-bottom: 0.88rem;
}
.mgb90 {
  margin-bottom: 0.9rem;
}
.mgb92 {
  margin-bottom: 0.92rem;
}
.mgb94 {
  margin-bottom: 0.94rem;
}
.mgb96 {
  margin-bottom: 0.96rem;
}
.mgb98 {
  margin-bottom: 0.98rem;
}
.mgb100 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1600px) {
  .prod .s3 .items {
    margin-left: 0;
    margin-right: 0;
  }
  .sidebar {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    right: 15px;
    transform: translateX(100%) translateY(-50%);
    -webkit-transform: translateX(100%) translateY(-50%);
    background:#0065CA;
  }
  .sidebar:before {
    content: '';
    top: 50%;
    border: 5px solid;
    border-color: transparent #fff transparent transparent;
    margin-top: -5px;
    left: 0px;
    position: absolute;
  }
  .sidebar:hover {
    right: 0;
    transform: translateX(0px) translateY(-50%);
    -webkit-transform: translateX(0px) translateY(-50%);
    background: #fff;
  }
  .sidebar:hover:before {
    display: none;
  }
}
@media screen and (max-width: 1540px) {
  html {
    font-size: 95px;
  }
  .maxsize {
    margin: 0 20px;
  }
  .header .logo {
    width: 150px;
    height: 44px;
    padding: 0 50px;
  }
  .header .menu {
    line-height: 80px;
  }
  .header .btns a {
    line-height: 80px;
    font-size: 20px;
  }
  body {
    padding-top: 0px;
  }
  .cards .card {
    padding: 0 30px;
  }
  .index .s1 .main .page {
    overflow: hidden;
  }
  .cards {
    padding: 0 30px;
  }
  .index .s1 {
    overflow: hidden;
  }
  .index .s4 .page .f {
    max-width: 700px;
  }
  .index .s4 .page {
    padding-right: 750px;
  }
  .about .s3 .items .item {
    text-align: right;
  }
  .about .s3 .items .item .con {
    height: 550px;
  }
  .about .s5 .content {
    max-width: 100%;
  }
  .solution .s1 {
    height: 900px;
  }
  .solution .s7 {
    height: 900px;
  }
  .caseDetail .container {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 90px;
  }
  .header .logo {
    width: 136px;
    height: 40px;
    padding: 0 40px;
  }
  .header .menu {
    line-height: 70px;
    font-size: 15px;
  }
  .header .btns a {
    line-height: 70px;
    font-size: 18px;
  }
  .header .menu li a {
    padding: 0 25px;
  }
  .header .btns {
    right: 30px;
  }
  body {
    padding-top: 0px;
  }
  .sidebar {
    width: 95px;
  }
  .sidebar .logo {
    padding: 14px 0;
  }
  .sidebar .con a {
    padding: 20px 0;
  }
  .sidebar .con a .iconfont {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .sidebar .con a p {
    font-size: 12px;
  }
  .banner .counter {
    left: 55px;
  }
  .banner .bx-pager {
    right: 55px;
  }
  .cards .card {
    width: 25%;
  }
  .cards .card:nth-child(n) {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  /*.cards .card:nth-child(4n+2),*/
  /*.cards .card:nth-child(4n+4) {*/
  /*  transform: translateY(-50%);*/
  /*  -webkit-transform: translateY(-50%);*/
  /*}*/
.cards .card.odd{
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
  .audios .item .con {
    margin: 0 20px;
  }
  .audios .item .f {
    width: 110px;
    padding-bottom: 110px;
  }
  .audios .item .con {
    height: 110px;
  }
  .audios .item h5 {
    margin-top: 16px;
  }
  .audios .item .con {
    padding-left: 150px;
    border-radius: 110px;
  }
  .index .s3 .container .left li {
    padding-bottom: 0;
    width: 500px;
  }
  .index .s3 .container .left .f {
    width: 500px;
    height: 500px;
    margin-left: 0;
  }
  .index .s3 .container {
    /* padding-left: 600px; */
  }
  .index .s3 .container .left .info {
    padding: 30px;
  }
  .index .s3 .container .left .info img {
    margin-bottom: 20px;
  }
  .index .s3 .container .right {
    margin-top: 60px;
    padding-bottom: 150px;
  }
  .index .s4 .page .f {
    max-width: 600px;
  }
  .index .s4 .page {
    padding-right: 650px;
  }
  .about .s1 .item {
    margin-bottom: 60px;
  }
  .about .s2 .top {
    padding-left: 40%;
    margin-bottom: 90px;
  }
  .about .s2 .top .img {
    left: 20px;
    width: 35%;
  }
  .about .s3 .items .item {
    text-align: center;
  }
  .about .s3 .items .item .f {
    width: 150px;
  }
  .about .s3 .items .item .con {
    padding-right: 150px;
    height: 500px;
  }
  .about .s3 .items .item .con:before {
    display: none;
  }
  .about .s3 .items .item .text p {
    text-align: left;
    margin-right: 20px;
  }
  .about .s3 .items .item .text h1 {
    border-left: 1px solid #ddd;
    padding-left: 25px;
  }
  .about .s5 .title {
    margin-bottom: 150px;
  }
  .solution .s2 .container .img {
    max-width: 300px;
  }
  .solution .s2 .container .text h1 {
    margin-right: 50px;
  }
  .solution .s2 .container .text p.enr {
    margin-right: 110px;
  }
  .solution .s2 {
    height: 800px;
  }
  .solution .s1 {
    height: 800px;
  }
  .solution .s7 {
    height: 800px;
  }
  .solution .s2 .container {
    margin: 0;
  }
  .prod .s6 .container {
    padding-left: 50%;
  }
  .prod .s6 .container .f {
    width: 45%;
  }
}
@media screen and (max-width: 1280px) {
  .index .s2 .maxsize {
    margin: 0 20px;
  }
  html {
    font-size: 85px;
  }
  .header .logo {
    width: 102px;
    height: 30px;
    padding: 0 30px;
  }
  .header .menu {
    line-height: 60px;
    font-size: 15px;
  }
  .header .btns a {
    line-height: 60px;
    padding: 0 15px;
    font-size: 17px;
  }
  .header .menu li a {
    padding: 0 20px;
  }
  .header .btns {
    right: 20px;
  }
  body {
    padding-top: 0px;
  }
  .header .menu .menulist {
    padding-left: 80px;
  }
  .sidebar {
    width: 85px;
  }
  .sidebar .logo {
    padding: 13px 0;
  }
  .sidebar .con a {
    padding: 18px 0;
  }
  .sidebar .con a .iconfont {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .sidebar .con a p {
    font-size: 12px;
  }
  .banner .counter {
    left: 45px;
  }
  .banner .bx-pager {
    right: 45px;
  }
  .audios .item .con {
    margin: 0 15px;
  }
  .audios .item .f {
    width: 100px;
    padding-bottom: 100px;
  }
  .audios .item .con {
    height: 100px;
  }
  .audios .item h5 {
    margin-top: 10px;
  }
  .audios .item .con {
    padding-left: 140px;
    border-radius: 100px;
  }
  .index .s1 .audios .container {
    height: 320px;
  }
  .audios .item {
    width: 50%;
  }
  .audios .item {
    margin-bottom: 50px;
  }
  .index .s4 .page .f {
    max-width: 500px;
  }
  .index .s4 .page {
    padding-right: 550px;
  }
  .index .s4 .page .more {
    line-height: 40px;
    padding: 0 30px;
    font-size: 14px;
  }
  .about .s1 .item img {
    max-width: 40%;
  }
  .about .s1 .item {
    margin-bottom: 50px;
  }
  .about .s4 .item {
    width: 25%;
  }
  .about .s2 .top .text .title {
    border: 0;
    right: 0;
    width: 120px;
  }
  .about .s2 .top .text {
    padding-right: 120px;
  }
  .about .s5 .container .cooperation .qrcode {
    margin-left: 80px;
  }
  .about .s5 .container .cooperation .qrcode p {
    margin-right: 60px;
  }
  .about .s5 .container .qrcode h1 {
    border: 0;
  }
  .about .s5 .title {
    margin-bottom: 100px;
  }
  .solution .s1 {
    height: 700px;
  }
  .solution .s2 {
    height: 700px;
  }
  .solution .s2 .container .text .cont {
    max-width: 550px;
  }
  .solution .s3 {
    height: 700px;
  }
  .solution .s3 .container .center {
    width: 250px;
    height: 250px;
  }
  .solution .s3 .container .left {
    margin-right: 235px;
  }
  .solution .s3 .container .right {
    margin-left: 235px;
  }
  .solution .s3 .container .bottom {
    margin-top: 222px;
  }
  .solution .s4 .items .item .con {
    margin: 0 10px;
  }
  .solution .s4 .items {
    margin: 0 -10px;
  }
  .solution .s4 .items .item .con h1 {
    margin-left: 15px;
  }
  .solution .s4 .items .item .con p {
    margin-right: 15px;
  }
  .solution .s4 .items .item .con {
    height: 480px;
  }
  .solution .s6 .item a h1 {
    font-size: 18px;
  }
  .solution .s6 .item a {
    padding-right: 20px;
  }
  .solution .s6 .pager {
    margin-top: 75px;
  }
  .soluDetail .s1 .container .text .cont {
    margin-bottom: 50px;
  }
  .soluDetail .s1 .container .text .items {
    display: block;
  }
  .soluDetail .s1 .container .text .items .item {
    float: left;
    width: 33.33%;
    margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: 20px;
  }
  .soluDetail .s1 .container .face {
    margin-right: 50px;
  }
  .soluDetail .s1 .container .text .cont {
    margin-right: 0;
  }
  .soluDetail .s2 .item a {
    margin: 0 5px;
  }
  .soluDetail .s3 .item .f {
    position: relative;
    width: auto;
    padding-bottom: 50%;
  }
  .soluDetail .s3 .item .t {
    margin-left: 0;
    padding: 25px;
  }
  .soluDetail .s3 .pager,
  .soluDetail .s3 .item {
    max-width: 500px;
  }
  .soluDetail .s3 .btns .btn.next {
    margin-left: 280px;
  }
  .soluDetail .s3 .btns .btn.prev {
    margin-right: 280px;
  }
  .soluDetail .s3 .filter a {
    margin: 0 25px;
  }
  .caseDetail .top .img {
    max-width: 350px;
  }
  .caseDetail .container {
    padding-right: 400px;
    padding-top: 25%;
  }
  .caseDetail .top .text {
    position: relative;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    top: auto;
    margin-right: 200px;
  }
  .caseDetail .top .text .cont {
    max-width: unset;
  }
  .caseDetail .top .img {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    top: 10%;
  }
  .caseDetail .top .text p.enr {
    top: 0;
  }
  .caseDetail .top .text h1,
  .caseDetail .top .text p.enr {
    writing-mode: unset;
    letter-spacing: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    margin-bottom: 20px;
  }
  .caseDetail .top .text {
    margin-right: 0;
  }
  .caseDetail .top .img .btns ul a {
    padding: 50px 30px;
  }
  .caseDetail .top .img .btns ul li:nth-child(2) a {
    padding: 30px 30px;
  }
  .prod .s3 .items {
    display: block;
    margin: 0;
  }
  .prod .s3 .items .item {
    display: block;
    float: left;
    width: 20%;
  }
  .prod .s3 .items .item a .f {
    margin: 0 10px;
  }
  .prod .s3 .detail .title {
    padding-top: 50px;
  }
  .prod .s3 .detail .right ul li {
    padding-left: 60px;
  }
  .prod .s3 .detail .right ul li span {
    width: 50px;
  }
  .prod .s3 .detail .right ul {
    margin-bottom: 50px;
  }
  .prod .s3 .items .item a:after {
    display: none;
  }
  .prod .s6 .container .f {
    display: none;
  }
  .prod .s6 .container {
    padding-left: 0;
  }
  .index .s2 .container .pager {
    display: none;
  }
  .index .s2 .container .slider li .f {
    text-align: right;
    height: 400px;
  }
  .index .s3 .container .left {
    left: 0;
    right: 66.66%;
    padding-bottom: 100%;
    width: auto;
    height: 0;
  }
  .index .s3 .container {
    /* padding-left: 33.33%; */
  }
  .index .s3 .container .right {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 80px;
  }
  .header .logo {
    width: 102px;
    height: 30px;
    padding: 0 15px;
  }
  .header .menu {
    font-size: 14px;
  }
  .header .btns a {
    padding: 0 12px;
    font-size: 16px;
  }
  .header .menu li a {
    padding: 0 12px;
  }
  .header .btns {
    right: 10px;
  }
  .header .menu li:first-of-type {
    display: none;
  }
  .sidebar {
    width: 70px;
  }
  .sidebar .logo {
    padding: 10px 0;
  }
  .sidebar .con a {
    padding: 15px 0;
  }
  .sidebar .con a .iconfont {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .banner .counter {
    left: 35px;
  }
  .banner .bx-pager {
    right: 35px;
  }
  .index .s1 .activity .item {
    margin-right: 250px;
  }
  .audios .item .con {
    margin: 0 10px;
  }
  .audios .item {
    margin-bottom: 40px;
  }
  .index .s1 .audios .container {
    height: 300px;
  }
  .index .s1 .audios {
    padding-top: 0;
  }
  .audios .win {
    position: fixed;
    padding: 30px;
  }
  .index .s4 .page .f {
    max-width: 500px;
  }
  .index .s4 .page {
    padding-right: 550px;
  }
  .index .s4 .page .more {
    line-height: 40px;
    padding: 0 30px;
    font-size: 14px;
  }
  .slogan {
    height: 0 !important;
    padding-bottom: 50% !important;
  }
  .about .s1 .item {
    margin-bottom: 40px;
  }
  .about .s4 .item {
    width: 33.333%;
  }
  .about .s5 .container .qrcode h1 {
    position: relative;
    width: auto;
    margin: 0;
    margin-bottom: 20px;
    height: auto;
  }
  .about .s5 .container .qrcode .item {
    margin-bottom: 10px;
  }
  .news .list .item {
    width: 50%;
  }
  .solution .s1 {
    height: 600px;
  }
  .solution .s2 {
    height: auto;
    padding: 50px 0;
  }
  .solution .s2 .container .img {
    position: relative;
    text-align: center;
    max-width: unset;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    top: auto;
  }
  .solution .s2 .container .img svg {
    max-width: 300px;
  }
  .solution .s2 .container .text {
    position: relative;
    top: auto;
    margin-bottom: 20px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    margin-left: 80px;
  }
  .solution .s2 .container .text .cont {
    max-width: unset;
  }
  .solution .s2 .container .text h1 {
    margin-right: 20px;
  }
  .solution .s2 .container .text p.enr {
    margin-right: 60px;
  }
  .solution .s7 .container .center {
    width: 250px;
    height: 250px;
  }
  .solution .s7 .container .left {
    margin-right: 170px;
  }
  .solution .s7 .container .right {
    margin-left: 170px;
  }
  .soluDetail .s3 .filter a {
    margin: 0 15px;
  }
  .prod .s1 .img {
    left: 40%;
  }
  .prod .s1 .text {
    padding: 20px;
  }
  .prod .s1 {
    height: 60vw !important;
    min-height: unset !important;
  }
  .prod .s1 .text .name h1 {
    text-indent: 0;
  }
  .prod .section {
    min-height: unset !important;
  }
  .prod .s2 .container .digest {
    line-height: 2em;
  }
  .prod .s2 .container .items {
    margin: 0 -20px;
    margin-bottom: 50px;
  }
  .prod .s2 .container .rewards .r {
    margin-left: 50px;
    padding-left: 50px;
  }
  .prod .s2 .container .items .item .con {
    margin: 0 20px;
  }
  .prod .s2 {
    height: auto !important;
  }
  .prod .s3 .detail {
    position: fixed;
    top: 80px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    overflow-y: scroll;
  }
  .prod .s3 .detail .left {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 25%;
  }
  .prod .s3 .detail .right {
    margin: 0;
    margin-top: 20px;
  }
  .prod .s3 .detail .left .preview {
    display: none;
  }
  .prod .s3 .detail .right .params {
    margin-bottom: 20px;
  }
  .prod .s3 .items .item {
    width: 33.33%;
  }
  .prod .s3 .detail .left,
  .prod .s3 .detail .left .showcase,
  .prod .s3 .detail .left .showcase ul,
  .prod .s3 .detail .left .showcase li,
  .prod .s3 .detail .left .showcase li img {
    height: auto;
  }
  .prod .s7 .item {
    max-width: 800px;
  }
  .prod .s7 .container .btns .btn.prev {
    margin-right: 420px;
  }
  .prod .s7 .container .btns .btn.next {
    margin-left: 420px;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 75px;
  }
  .header .logo {
    width: 102px;
    height: 30px;
    padding: 0 20px;
  }
  .sidebar {
    width: 60px;
    padding: 5px;
  }
  .sidebar .logo {
    padding: 0;
  }
  .sidebar .con a {
    padding: 8px 0;
  }
  .sidebar .con a .iconfont {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .sidebar .con a p {
    font-size: 10px;
  }
  .banner .counter {
    left: 25px;
  }
  .banner .bx-pager {
    right: 25px;
  }
  .cards .card {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .activity .item {
    height: 250px;
  }
  .index .s1 .activity .item {
    margin-right: 0;
  }
  .index .s1 .p:hover .right {
    opacity: 1;
  }
  .index .s1 .right {
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
  }
  .index .s1 .right .con {
    width: auto;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
  }
  .index .s1 .right .con img {
    width: 100px;
  }
  .index .s1 .right .con strong {
    color: #fff;
  }
  .index .s1 .main .page {
    height: 500px;
  }
  .audios .item {
    margin-bottom: 30px;
  }
  .audios .win .line {
    margin: 15px 0;
  }
  .audios .win ul {
    margin-top: 10px;
    height: 145px;
  }
  .index .s4 .page .f {
    max-width: 100%;
    z-index: -1;
  }
  .index .s4 .page .f:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
  }
  .index .s4 .page {
    padding-right: 0;
    padding: 40px;
  }
  .index .s4 .pager .tabs {
    padding: 0 80px;
  }
  .index .s4 .pager .btns a {
    width: 40px;
    line-height: 40px;
    margin-top: -20px;
  }
  .index .s4 .pager .btns a.prev {
    left: 20px;
  }
  .index .s4 .pager .btns a.next {
    right: 20px;
  }
  .about .s2 .top .img {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: auto;
  }
  .about .s2 .top {
    padding-left: 0;
  }
  .about .s2 .top .img img {
    width: auto;
    height: auto;
  }
  .about .s3 .items .item .text h1 {
    margin-right: 20px;
    padding-left: 20px;
  }
  .about .s3 .items .item .text p {
    margin-right: 10px;
    font-size: 14px;
  }
  .about .s3 .items {
    margin: 0;
    padding: 0 20px;
  }
  .about .s5 .container .cooperation .qrcode {
    margin: 0;
  }
  .about .s5 .container .cooperation .qrcode img {
    transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
  }
  .about .s5 .container .cooperation .qrcode p {
    margin: 0;
    position: relative;
    margin-top: 20px;
    top: auto;
    right: auto;
    writing-mode: unset;
    text-align: center;
  }
  .about .s5 .container .info {
    flex: 1.5;
    text-align: left;
  }
  .about .s5 .container .qrcode {
    flex: 1;
  }
  .caseDetail .content {
    padding: 50px 20px;
  }
  .caseDetail .content .btns a.return,
  .caseDetail .content .btns a {
    padding: 25px 0;
  }
  .solution .s1 .pager .tabs {
    padding: 0 80px;
  }
  .solution .s1 .pager .btns a {
    width: 40px;
    line-height: 40px;
    margin-top: -20px;
  }
  .solution .s1 .pager .btns a.prev {
    left: 20px;
  }
  .solution .s1 .pager .btns a.next {
    right: 20px;
  }
  .solution .s5 .container {
    margin: 0 -30px;
  }
  .solution .s5 .container .item {
    margin-bottom: 100px;
  }
  .solution .s5 .container .item .con {
    margin: 0 50px;
  }
  .solution .s5 .container .item .con:before,
  .solution .s5 .container .item .con:after {
    width: 50px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center left;
  }
  .solution .s5 .container .item .con h2 {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .solution .s8 {
    height: auto;
    padding-bottom: 100px;
  }
  .solution .s8 .circle {
    display: none;
  }
  .solution .s8 .items .item:before {
    display: none;
  }
  .solution .s8 .items {
    margin-top: 50px;
  }
  .solution .s8 .items .item:nth-child(2) {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  .solution .s8 .items .item h5,
  .solution .s8 .items .item p {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .solution .s8 .items .item h5 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .solution .s8 .items .item h5:before {
    display: none;
  }
  .soluDetail .s1 .container .face {
    position: relative;
    height: 0;
    margin: 0;
    padding-bottom: 50%;
    margin-bottom: 20px;
  }
  .soluDetail .s1 .container {
    padding-left: 0;
  }
  .soluDetail .s1 .container .face .info {
    margin: 0;
    left: 0;
    right: 0;
    width: auto;
    max-width: unset;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.75);
  }
  .soluDetail .s1 .container .text .cont {
    padding-right: 40px;
  }
  .soluDetail .s1 .container .text .items .item {
    width: 20%;
  }
  .soluDetail .s1 {
    padding-bottom: 100px;
  }
  .soluDetail .s1 .container .text .items {
    margin-bottom: 20px;
  }
  .soluDetail .s1 .container .text .more {
    margin-right: 0;
  }
  .prod .s7 .item {
    max-width: 700px;
  }
  .prod .s7 .container .btns .btn.prev {
    margin-right: 370px;
  }
  .prod .s7 .container .btns .btn.next {
    margin-left: 370px;
  }
}
@media screen and (max-width: 860px) {
  html {
    font-size: 70px;
  }
  .header {
    height: 60px;
    position: fixed;
  }
  .header .menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
  }
  .header .menu .menulist {
    padding: 0;
  }
  .header .menu .menulist li {
    background: #fff;
  }
  .header .menu li {
    display: block;
    font-size: 14px;
    line-height: 50px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .menuToggler {
    display: block;
  }
  .header .btns {
    right: 60px;
  }
  .sidebar {
    bottom: 0;
    top: auto;
    padding: 0;
    background: none;
    border: 0;
    width: auto;
  }
  .sidebar:before {
    display: none;
  }
  .sidebar .logo {
    display: none;
  }
  .sidebar .con a {
    display: none;
    width: 50px;
    line-height: 50px;
    padding: 0 !important;
  }
  .sidebar .con a:last-of-type {
    display: block;
  }
  .banner .counter {
    left: 15px;
  }
  .banner .bx-pager {
    right: 15px;
  }
  .banner .text h1 {
    font-size: 35px;
  }
  .banner .text p {
    font-size: 14px;
    letter-spacing: 0;
  }
  .banner .counter {
    bottom: 0;
    top: auto;
  }
  .tip .iconfont {
    font-size: 20px;
  }
  .tip {
    font-size: 14px;
    letter-spacing: 0;
    bottom: 30px;
  }
  .cards .card {
    width: 33.333%;
  }
  .cards .card:nth-child(n) {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  /*.cards .card:nth-child(3n+2) {*/
  /*  transform: translateY(-50%);*/
  /*  -webkit-transform: translateY(-50%);*/
  /*}*/
  .activity .item {
    height: 200px;
  }
  .index .s1 .main .page {
    height: 400px;
  }
  .audios .item {
    margin-bottom: 20px;
  }
  .audios .item {
    width: 100%;
  }
  .index .s1 .audios .container {
    height: 270px;
  }
  .index .s4 .page .items p i {
    width: 80px;
    height: 80px;
  }
  .about .s1 .top:after {
    display: none;
  }
  .about .s1 .top {
    padding-right: 0;
  }
  .about .s1 .item img {
    margin-bottom: 20px;
  }
  .about .s4 .item {
    width: 50%;
  }
  .index .s4 .pages {
    margin-bottom: 40px;
  }
  .index .s4 .pager .list a .iconfont {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .about .s2 .bottom .text {
    padding-right: 20px;
  }
  .about .s3 .items .item {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  .about .s3 .items .item .text h1 {
    border: 0;
    border-bottom: 1px solid #ddd;
    writing-mode: unset;
    float: none;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    padding-bottom: 20px;
    text-align: left;
  }
  .about .s3 .items .item .text p {
    writing-mode: unset;
    float: none;
    padding: 0;
    margin: 0;
  }
  .about .s3 .items .item .con {
    display: block;
    height: auto;
    padding-right: 170px;
  }
  .solution .s3 .container .center {
    height: 180px;
    width: 180px;
  }
  .solution .s3 .container .left {
    margin-right: 150px;
  }
  .solution .s3 .container .item.item1:after {
    right: -90px;
  }
  .solution .s3 .container .item.item2:after {
    right: -32px;
  }
  .solution .s3 .container .right {
    margin-left: 150px;
  }
  .solution .s3 .container .item.item5:after {
    left: -90px;
  }
  .solution .s3 .container .item.item4:after {
    left: -32px;
  }
  .solution .s3 .container .bottom {
    margin-top: 186px;
  }
  .solution .s6 .item a h1 {
    font-size: 16px;
  }
  .solution .s6 .item a {
    padding-right: 10px;
  }
  .solution .s6 .pager {
    margin-top: 75px;
  }
  .solution .s6 .item:nth-child(3) {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .solution .s6 .item {
    width: 50%;
    margin-bottom: 20px;
  }
  .solution .s6 .item a p {
    height: 4em;
    line-height: 2em;
    overflow: hidden;
  }
  .soluDetail .slogan .text h1 {
    font-size: 30px;
    letter-spacing: 0;
  }
  .soluDetail .slogan .text p {
    letter-spacing: 0;
  }
  .soluDetail .s2 .container {
    display: block;
  }
  .soluDetail .s2 .item {
    margin-bottom: 20px;
  }
  .soluDetail .s2 .item a {
    max-width: unset;
    height: auto;
    padding: 20px;
    height: 120px;
  }
  .soluDetail .s2 .item h1:before {
    display: none;
  }
  .soluDetail .s2 .item .f {
    position: absolute;
    width: 80px;
    padding-bottom: 0;
    height: 80px;
  }
  .soluDetail .s2 .item h1,
  .soluDetail .s2 .item p {
    writing-mode: unset;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    line-height: 1.5;
    min-height: unset;
  }
  .soluDetail .s2 .item i.enb {
    display: none;
  }
  .soluDetail .s2 .item h1 {
    display: block;
    padding-left: 100px;
    line-height: 40px;
  }
  .caseDetail .top .img {
    max-width: 300px;
  }
  .prod .s4 .items .item .con .info {
    padding: 20px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
  }
  .prod .s4 .items .item .con .info p {
    max-width: unset;
  }
  .prod .s4 .items {
    margin: 0;
  }
  .prod .s4 .items .item {
    margin-bottom: 20px;
  }
  .prod .s4 .items .item .con {
    margin: 0 10px;
  }
  .prod .s5 .step {
    display: block;
  }
  .prod .s5 .step a {
    float: left;
    width: 33.33%;
    padding: 0;
  }
  .prod .s5 .step a:nth-child(4):before {
    display: none;
  }
  .prod .s5 .step a p {
    position: relative;
    opacity: 1;
    font-size: 12px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    top: auto;
    left: auto;
    right: auto;
    text-align: center;
    width: auto;
  }
  .prod .s5 .step a .iconfont {
    font-size: 20px;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    margin-bottom: 10px;
  }
  .prod .s5 .maxsize {
    width: auto;
  }
  .prod .s7 .item {
    max-width: 600px;
  }
  .prod .s7 .container .btns .btn.prev {
    margin-right: 320px;
  }
  .prod .s7 .container .btns .btn.next {
    margin-left: 320px;
  }
  .audios .win {
    max-width: unset;
    width: auto;
  }
  .works .s1 .search,
  .works .s1 .pager {
    max-width: 600px;
  }
  .works .s1 .scroll .items .item {
    box-sizing: border-box;
    width: 600px;
    height: 300px;
  }
  .works .s1 .btns a.prev {
    margin-left: -350px;
  }
  .works .s1 .btns a.next {
    margin-right: -350px;
  }
  .works .s3 .audios .win {
    left: 20px;
    right: 20px;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999;
  }
  .audios .win {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
  .win .close {
    top: 0;
    right: 0;
  }
  .index .s2 .container .slider li .f {
    height: auto;
  }
  .index .s2 .container .slider li .f img {
    height: auto;
  }
  .index .s2 .container .slider li .info {
    position: relative;
    margin-bottom: 0;
    bottom: auto;
    left: auto;
  }
  .index .s2 .container .slider li .featrue > div {
    padding: 20px 0;
    float: left;
    width: 25%;
  }
  .index .s2 .container .slider li .featrue {
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .index .s2 .container .slider li .featrue p {
    font-size: 14px;
  }
  .index .s2 .container .btns {
    display: none;
  }
  .index .s3 .container .left {
    position: relative;
    width: auto;
    margin: 0;
    padding: 0;
    left: auto;
    right: auto;
    top: auto;
    height: auto;
  }
  .index .s3 .container {
    padding-left: 0;
  }
  .index .s3 .container .left .f {
    width: auto;
  }
  .index .s3 .container .right {
    margin: 0;
    margin-top: 20px;
  }
  .sidebar {
    right: 20px;
    bottom: 20px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@media screen and (max-width: 680px) {
  section.section {
    min-height: 0px !important;
    height: auto;
  }
  html {
    font-size: 65px;
  }
  .activity .item {
    height: 150px;
    padding: 25px 40px;
  }
  .activity .item .date {
    bottom: 25px;
    left: 40px;
  }
  .index .s1 .right .con {
    padding: 30px 0;
  }
  .cards .card {
    width: 50%;
  }
  .cards .card:nth-child(n) {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .cards .card:nth-child(2n+2) {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .index .s1 .filter a {
    margin: 0 30px;
  }
  .index .s4 .page .items p i {
    width: 60px;
    height: 60px;
  }
  .about .s1 .item img {
    width: 50%;
    margin: 0 25%;
    max-width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .about .s1 .item:before {
    display: none;
  }
  .about .s1 .item:after {
    display: none;
  }
  .about .s1 .item.item2 p,
  .about .s1 .item.item1 p,
  .about .s1 .item.item3 p {
    padding: 0;
  }
  .about .s1 .item {
    margin-bottom: 1em;
  }
  .about .s1 {
    padding: 40px 0;
  }
  .solution .s1 .pager .btns,
  .index .s4 .pager .btns {
    display: none;
  }
  .solution .s1 .pager .tabs,
  .index .s4 .pager .tabs {
    padding: 0;
  }
  .about .s2 .top {
    margin-bottom: 0;
  }
  .about .s2 .bottom .text {
    padding: 0;
    margin-bottom: 20px;
  }
  .about .s2 .bottom {
    display: block;
  }
  .about .s5 {
    padding-bottom: 100px;
  }
  .about .s5 .container {
    display: block;
    overflow: hidden;
  }
  .about .s5 .container .cooperation .qrcode {
    height: auto;
    margin-bottom: 20px;
    border: 0;
    float: left;
    width: 30%;
  }
  .about .s5 .container .info {
    float: left;
    width: 70%;
  }
  .about .s5 .container .info .inb {
    padding: 20px;
  }
  .about .s5 .container .info p {
    margin-bottom: 20px;
  }
  .about .s5 .container .cooperation .qrcode p {
    margin-top: 10px;
  }
  .about .s5 .container .qrcode {
    flex: unset;
    float: left;
    width: 100%;
  }
  .about .s5 .container .qrcode .item {
    float: left;
    width: 50%;
    margin: 0;
    text-align: center;
  }
  .about .s5 .container .qrcode .item p {
    writing-mode: unset;
    position: relative;
    right: auto;
    top: auto;
    margin-top: 10px;
    margin-right: 0;
  }
  .news .years {
    margin-bottom: 40px;
  }
  .caseDetail .content .btns {
    display: block;
  }
  .caseDetail .content .btns a.return:after {
    display: none;
  }
  .solution .s4 .items {
    display: block;
  }
  .solution .s4 .items .item {
    margin-bottom: 20px;
  }
  .solution .s4 .items .item .con {
    height: auto;
  }
  .solution .s4 .items .item .con p,
  .solution .s4 .items .item .con h1 {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: auto;
    writing-mode: unset;
  }
  .solution .s4 .items .item .con h1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
  }
  .solution .s4 .items .item .con .info {
    padding: 20px;
    position: relative;
  }
  .solution .s4 .items .item .con .info:after {
    display: none;
  }
  .solution .s4 .items .item .con i {
    display: none;
  }
  .solution .s5 .container .item .con:before,
  .solution .s5 .container .item .con:after {
    display: none;
  }
  .solution .s5 .container .item .con {
    margin: 0 10px;
  }
  .solution .s5 .container .item {
    width: 50%;
    margin-bottom: 50px;
  }
  .solution .s7 .container .center {
    width: 150px;
    height: 150px;
  }
  .solution .s7 .container .center:before {
    margin: -30px;
  }
  .solution .s7 .container .item {
    margin-bottom: 40px;
  }
  .solution .s7 .container .left {
    margin-right: 115px;
  }
  .solution .s7 .container .right {
    margin-left: 115px;
  }
  .solution .s7 {
    height: 600px;
  }
  .solution .s8 .items .item span .iconfont {
    font-size: 40px;
  }
  .solution .s8 .items .item span {
    width: 100px;
    height: 100px;
  }
  .soluDetail .slogan .text h1 {
    font-size: 20px;
  }
  .soluDetail .slogan .text p {
    font-family: unset;
    color: #000;
  }
  .soluDetail .s3 .pager,
  .soluDetail .s3 .item {
    max-width: 400px;
  }
  .soluDetail .s3 .btns .btn.next {
    margin-left: 230px;
  }
  .soluDetail .s3 .btns .btn.prev {
    margin-right: 230px;
  }
  .soluDetail .s3 .filter a {
    margin: 0 25px;
  }
  .soluDetail .s4 .container {
    height: 240px;
    padding: 100px 0;
    position: relative;
  }
  .soluDetail .s4 .container .pager {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .soluDetail .s4 .container .item.active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .case .cont li a {
    padding: 0 20px;
    padding-top: 22px;
  }
  .case .bottom span {
    letter-spacing: 0.5em;
  }
  .caseDetail .top {
    height: auto !important;
  }
  .caseDetail .top .img {
    max-width: 200px;
  }
  .caseDetail .container {
    padding-top: 100px;
    padding-right: 220px;
  }
  .caseDetail .top .img .btns {
    display: none;
  }
  .prod .s1 .text {
    position: relative;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    top: auto;
  }
  .prod .s1 {
    height: auto !important;
    /*background:#0065CA; */
  }
  .prod .s1 .img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  .prod .s1 .img .bar {
    margin-top: 0;
    background: none;
  }
  .prod .s1 .text .name:after {
    background: #fff;
  }
  .prod .s1 .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
    left: 0;
    right: 50%;
  }
  .prod .s1 .text .name {
    margin-bottom: 20px;
    padding-bottom: 40px;
  }
  .prod .s1 .text svg {
    display: none;
  }
  .prod .s1 .tip {
    display: none;
  }
  .prod .s1 {
    padding: 50px 0;
  }
  .prod .s1 .img .bar .slider {
    position: relative;
    margin: 0 20px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    left: auto;
    right: auto;
    margin-left: 50%;
    margin-right: 20px;
  }
  .prod .s1 .img .bar .num span,
  .prod .s1 .img .bar .slider .bx-pager,
  .prod .s1 .img .bar .currentName {
    display: none;
  }
  .prod .s1 .img .bar {
    height: auto;
  }
  .prod .s1 .img .bar .btns .btn.prev {
    left: auto;
    right: 50%;
    top: 50%;
  }
  .prod .s1 .img .bar .btns .btn.next {
    right: 0;
    left: auto;
    top: 50%;
  }
  .prod .s2 .container .rewards .r {
    margin: 0;
    margin-bottom: 20px;
    float: none;
    display: block;
  }
  .prod .s3 .items .item {
    width: 50%;
  }
  .prod .s3 .items .item a p {
    margin-top: 10px;
  }
  .prod .s4 .items .item {
    width: 100%;
  }
  .prod .s6 .items .item {
    width: 50%;
  }
  .prod .s7 .item {
    max-width: 400px;
  }
  .prod .s7 .container .btns .btn.prev {
    margin-right: 220px;
  }
  .prod .s7 .container .btns .btn.next {
    margin-left: 220px;
  }
  .slogan .text .inb {
    display: none;
  }
  .works .s1 .search,
  .works .s1 .pager {
    max-width: 400px;
  }
  .works .s1 .scroll .items .item {
    box-sizing: border-box;
    width: 400px;
    height: 250px;
  }
  .works .s1 .btns a.prev {
    margin-left: -250px;
  }
  .works .s1 .btns a.next {
    margin-right: -250px;
  }
  .audios .win ul li {
    width: 50%;
  }
  .index .s2 .container .slider li .featrue .iconfont {
    font-size: 20px;
  }
  .index .s2 .container .slider li .featrue p {
    margin-top: 15px;
  }
  .index .s2 .container .slider li .featrue > div {
    width: 33.33%;
  }
  .index .s2 .container .slider li .featrue > div:before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  html,
  body {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
  }
  .index .s2 .pager {
    padding: 0;
  }
  .index .s2 .pager .btn {
    display: none;
  }
  .index .s2 .pager .cont .item h5 {
    font-size: 16px;
  }
  .index .s2 .pager .cont .item p {
    font-size: 12px;
  }
  html {
    font-size: 60px;
  }
  .index .s1 .filter a {
    margin: 0 15px;
    font-size: 14px;
  }
  .index .s4 .page {
    padding: 20px;
  }
  .index .s4 .page .more {
    padding: 0 20px;
    line-height: 30px;
    font-size: 12px;
  }
  .index .s4 .pager .list a .iconfont {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .index .s4 .pager .list a p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .about .s4 .bx-controls .bx-controls-direction a,
  .about .s4 .bx-controls .bx-pager-item a {
    width: 25px;
    line-height: 25px;
    margin: 0 5px;
  }
  .about .s4 .item a p {
    font-size: 12px;
  }
  .about .s4 .item a {
    margin: 0 20px;
  }
  .about .s4 .bx-controls {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .about .s5 .title {
    margin-bottom: 50px;
  }
  .about .s5 .container .cooperation {
    flex: unset;
    width: 100%;
    text-align: center;
  }
  .about .s5 .container .cooperation .qrcode {
    float: none;
    width: auto;
    max-width: 150px;
    display: inline-block;
  }
  .about .s5 .container .info .iconfont {
    font-size: 20px;
    left: -25px;
  }
  .about .s5 .container .info p {
    margin-left: 25px;
    padding-left: 10px;
  }
  .about .s5 .container .info {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .about .s3,
  .about .s4,
  .about .s5,
  .news .content,
  .about .s2 {
    padding: 50px 0;
  }
  .footer {
    padding: 15px 20px;
  }
  .footer p {
    line-height: 1.5;
    text-align: left;
  }
  .footer .title {
    padding-top: 20px;
  }
  .news .years a.active {
    font-size: 16px;
  }
  .news .years li {
    margin-right: 20px;
  }
  .news .years a {
    font-size: 14px;
  }
  .news .list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .news .pager a {
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    margin: 0 5px;
  }
  .news .pager a.prev,
  .news .pager a.next {
    margin: 0 10px;
  }
  .caseDetail .content .btns a.return,
  .caseDetail .content .btns a {
    padding: 10px 0;
  }
  .caseDetail .content .btns a .con {
    display: block;
  }
  .caseDetail .content .btns a i.f {
    left: 0;
  }
  .newsDetail .editor {
    padding-bottom: 20px;
  }
  .solution .s1 .pager .list a .iconfont {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .solution .s1 .pager .list a p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .solution .s3 .container .center {
    display: none;
  }
  .solution .s3 .container .bottom,
  .solution .s3 .container .left,
  .solution .s3 .container .right {
    position: relative;
    margin: 0;
    left: auto;
    top: auto;
    right: auto;
  }
  .solution .s3 .container .bottom {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    text-align: left;
  }
  .solution .s3 .container .item {
    max-width: unset;
  }
  .solution .s3 .container .item:before {
    display: none;
  }
  .solution .s3 .container .item i {
    display: none;
  }
  .solution .s3 .container .item:after {
    display: none;
  }
  .solution .s3 .container .left,
  .solution .s3 .container .right {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  .solution .s3 .container .item {
    margin-bottom: 20px !important;
  }
  .solution .s3 .container .left {
    text-align: left;
  }
  .solution .s3 .container .item p {
    height: auto;
  }
  .solution .s3 {
    height: auto;
    padding-bottom: 50px;
  }
  .solution .s3 .title {
    margin-bottom: 40px;
  }
  .solution .s5 .container .item {
    float: none;
    width: auto;
  }
  .solution .s5 .container .item .info {
    margin: 0;
    opacity: 1;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    padding: 20px;
    box-shadow: unset;
    background: none;
  }
  .solution .s5 .container .item .iconfont {
    margin-bottom: 20px;
  }
  .solution .s4 {
    padding-top: 50px;
  }
  .solution .s5 {
    padding-top: 50px;
  }
  .solution .s6 {
    padding-top: 50px;
  }
  .solution .s7 {
    height: auto;
  }
  .solution .s7 .container .left,
  .solution .s7 .container .right {
    width: auto;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    margin: 0;
  }
  .solution .s7 .container .center {
    display: none;
  }
  .solution .s7 .container .left .item:nth-child(n),
  .solution .s7 .container .right .item:nth-child(n) {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  .solution .s7 .container .item {
    margin-bottom: 2px;
    position: relative;
    padding-left: 60px;
    text-align: left;
    margin-bottom: 20px;
  }
  .solution .s7 .container .item .iconfont {
    right: auto !important;
    left: 0 !important;
    top: 0 !important;
  }
  .solution .s7 .container .item p {
    height: auto;
    line-height: 1.5;
  }
  .solution .s7 {
    padding-top: 50px;
  }
  .solution .s8 .items .item span .iconfont {
    font-size: 30px;
  }
  .solution .s8 .items .item span {
    width: 60px;
    height: 60px;
  }
  .solution .s8 .title {
    padding-top: 50px;
  }
  .soluDetail .s1 .container .text .items .item {
    width: 33.33%;
    text-align: center;
  }
  .soluDetail .s1 .container .text .cont {
    margin-bottom: 20px;
    height: auto;
    max-height: unset;
    overflow: hidden;
    padding-right: 0;
  }
  .soluDetail .s1 .container .text .more {
    line-height: 35px;
    border-radius: 35px;
    padding: 0 20px;
    font-size: 14px;
  }
  .f12,
  .f14,
  .f16,
  .f20,
  .f18 {
    font-size: 12px;
  }
  .soluDetail .s1 {
    padding: 50px 0;
  }
  .about .s3 .items {
    padding: 0;
  }
  .about .s3 .items .item .text h1 font {
    display: block;
    line-height: 1;
    margin-top: 5px;
  }
  .about .s5 .container .qrcode .item p {
    color: #fff;
  }
  .soluDetail .s2 {
    padding: 50px 0;
  }
  .soluDetail .s2 .item h1 {
    padding-left: 80px;
    line-height: 30px;
  }
  .soluDetail .s2 .item .f {
    width: 60px;
    height: 60px;
  }
  .soluDetail .s2 .item a {
    height: auto;
    padding: 10px;
  }
  .soluDetail .s2 .item {
    margin-bottom: 5px;
  }
  .soluDetail .s2 .item a:before {
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 5px;
  }
  .soluDetail .s3 .filter a {
    margin: 0 5px;
  }
  .soluDetail .s3 .pager,
  .soluDetail .s3 .item {
    max-width: 350px;
  }
  .soluDetail .s3 .item {
    margin-bottom: 50px;
  }
  .soluDetail .s3 .item .t,
  .soluDetail .s3 .item .f h5 {
    padding: 15px;
  }
  .soluDetail .s3 .item .f {
    padding-bottom: 75%;
  }
  .soluDetail .s3 .item .t li {
    margin-bottom: 20px;
  }
  .soluDetail .s3 .btns {
    position: absolute;
    bottom: 0;
    left: 20px;
  }
  .soluDetail .s3 .btns .btn {
    position: relative;
    left: auto !important;
    right: auto !important;
    bottom: auto;
    top: auto;
    margin: 0 !important;
    display: block;
    float: left;
    margin-right: 20px !important;
  }
  .soluDetail .s3 {
    padding: 50px 0;
  }
  .soluDetail .s4 .container .item {
    max-width: 320px;
  }
  .soluDetail .s4 .container {
    height: 240px;
    padding: 50px 0;
    position: relative;
  }
  .soluDetail .s4 .container .pager {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .soluDetail .s4 .container .item.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: unset;
  }
  .soluDetail .s4 {
    padding: 50px 0;
  }
  .case .cont li a {
    padding: 0 10px;
    padding-top: 22px;
  }
  .case .bottom span {
    letter-spacing: 0;
  }
  .caseDetail .top .img {
    top: 20px;
    max-width: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .caseDetail .container {
    padding-top: 180px;
    padding-right: 0;
  }
  .caseDetail .top .text {
    padding-bottom: 50px;
  }
  .prod .s2 {
    padding: 50px 0;
  }
  .prod .s1 .text .name h2 {
    font-size: 18px;
  }
  .prod .s1 .text .name h1 {
    font-size: 20px;
  }
  .prod .s1 .text h3 {
    font-size: 14px;
    font-family: unset;
  }
  .prod .s1 .text .name:after {
    height: 4px;
  }
  .prod .s1 .img .bar .btns {
    display: none;
  }
  .prod .s1 .text .name {
    margin-bottom: 20px;
    padding-bottom: 22px;
  }
  .prod .s2 .container .items .item {
    display: block;
    float: left;
    width: 33.33%;
  }
  .prod .s2 .container .items {
    margin: 0 -5px;
    margin-bottom: 20px;
  }
  .prod .s2 .container .items .item .con {
    margin: 0 5px;
  }
  .prod .s2 .container .items .item span {
    font-size: 12px;
  }
  .prod .s4,
  .prod .s5,
  .prod .s3 {
    padding: 50px 0;
  }
  .prod .s6 .items .item {
    width: 100%;
    margin-bottom: 25px;
  }
  .prod .s6 .container {
    padding-top: 0;
  }
  .prod .s6 .items .item a {
    background-color:#0065CA;
    background-image: url(../images/prod-s6itembg.png);
  }
  .prod .s6 .items .item a .iconfont {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
  .prod .s6 .items .item a h5 {
    transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    color: #fff;
  }
  .prod .s6 .items .item a p {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
  .prod .s6 {
    padding: 50px 0;
  }
  .prod .s7 .item {
    max-width: 300px;
  }
  .prod .s7 .container .btns .btn {
    width: 25px;
    line-height: 25px;
  }
  .prod .s7 .container .btns .btn.prev {
    margin-right: 155px;
  }
  .prod .s7 .container .btns .btn.next {
    margin-left: 155px;
  }
  .works .s1 .scroll .items .item {
    float: none;
    margin: 0;
    margin-bottom: 20px;
    width: auto;
  }
  .works .s1 .btns {
    display: none;
  }
  .works .s1 {
    padding: 50px 0;
  }
  .works .s2 .filter a {
    margin: 0;
    margin-bottom: 20px;
    width: 33.33%;
    padding: 0;
    float: left;
    line-height: 50px;
  }
  .works .s2 .filter a.active {
    background:#0065CA;
    color: #fff;
  }
  .works .s3 .title {
    margin-bottom: 40px;
  }
  .f12,
  .f14,
  .f16,
  .f18,
  .f20 {
    font-size: 12px;
  }
  .audios .win ul {
    height: 350px;
  }
  .audios .win ul li {
    width: 100%;
  }
  .audios .win .title .t {
    padding-right: 50px;
  }
  .index .s2 .container .slider li .featrue > div {
    width: 50%;
  }
  .index .s2 .container .slider li .featrue {
    margin: 20px 0;
  }
  .index .s2 .container {
    padding-top: 0;
  }
  .index .s2 {
    padding-top: 50px;
  }
  .index .s3 {
    padding: 50px 0;
  }
  .index .s3 .items .item {
    width: 50%;
  }
  .index .s3 .container .right {
    padding-bottom: 0;
  }
  .tip .iconfont {
    display: none;
  }
  .banner .text h1 {
    font-size: 30px;
    line-height: 1.5;
    word-break: keep-all;
  }
  .banner .text p {
    line-height: 1.5;
  }
  .index .s1 {
    padding-top: 50px;
  }
  .index .s3 .container .left .info {
    padding: 15px 20px;
  }
  .index .s3 .container .left .info img {
    margin-bottom: 10px;
    padding-bottom: 0;
    border: 0;
  }
  .index .s3 .container .left .f {
    height: 200px;
    padding-bottom: 125px;
  }
  .index .s3 .items .item .iconfont {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .index .s3 .items .item h1 {
    margin-bottom: 0;
  }
  .index .s3 .items .item .cutnumber {
    display: none;
  }
  .index .s3 .items .item .con:hover,
  .index .s3 .items .item.active .con {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  .prod .s4 .items .item .con .info {
    padding: 15px;
  }
  .prod .s4 .items .item .con .info .cutnumber {
    margin-bottom: 5px;
  }
  .prod .s5 .step a {
    height: auto;
    padding: 20px 0;
  }
  .prod .s5 .step a p {
    font-size: 10px;
  }
  .prod .s7 {
    padding-bottom: 50px;
  }
  .case .item svg {
    margin: 0 5px;
    margin-bottom: 20px;
  }
  .case .cont li a {
    padding: 0 18px;
    padding-top: 25px;
  }
  .caseDetail .content .btns a.return {
    display: none;
  }
  .solution .s1 .main h1 {
    line-height: 1.5;
    font-size: 25px;
  }
  .solution .s1 .main h1 font {
    display: block;
  }
  .solution .s1 {
    height: 400px;
  }
  .solution .s2 .container .text h1 {
    margin-top: 0;
  }
  .solution .s2 svg {
    margin-bottom: 0;
  }
  .solution .s4 .items .item .con {
    background-size: cover;
    background-position: center;
  }
  .solution .s5 .container .item .con {
    padding-left: 80px;
    text-align: left;
  }
  .solution .s5 .container .item .iconfont {
    font-size: 20px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    top: 10px;
    left: 60px;
    margin-left: -29px;
  }
  .solution .s5 .container .item .info .tag {
    text-align: left;
  }
  .solution .s5 .container .item .con h2 {
    position: absolute;
    top: 80px;
    left: 10px;
    width: 80px;
    text-align: center;
  }
  .solution .s5 .container .item .info {
    padding-top: 0;
  }
  .solution .s5 .container .item {
    margin-bottom: 20px;
  }
  .solution .s5 .container .item .info .tag {
    margin-top: 10px;
  }
  .solution .s5 .container .item .con > p {
    display: none;
  }
  .solution .s6 .pager ul {
    display: none;
  }
  .solution .s6 .pager {
    margin-top: 20px;
  }
  .solution .s6 .item .f {
    margin-right: 10px;
  }
  .solution .s7 .container .item {
    margin-bottom: 40px;
  }
  .solution .s8 .items .item span:before {
    margin: -10px;
  }
  .solution .s1 .pager {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .solution .s1 .main {
    position: relative;
    top: auto;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    padding: 50px 0;
  }
  .solution .s2 .container .img {
    max-width: 150px;
    margin: 0 auto;
  }
  .solution .s7 .title {
    margin-bottom: 30px;
  }
  .solution .s7 .container .left,
  .solution .s7 .container .right {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  .solution .s7 {
    padding: 50px 0;
  }
  .prod .s2 .container .items .item .cutnumber {
    margin-bottom: 0;
    font-size: 20px;
  }
  .prod .s2 .container .items .item .con {
    padding: 15px 0;
  }
  .audios .item .con {
    border-radius: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .audios .item .f {
    border-radius: 0;
  }
  .audios .item .btn {
    right: auto;
    left: 85px;
    top: 95px;
    line-height: 30px;
    width: 30px;
    background:#0065CA;
  }
  .audios .win {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    bottom: auto;
    padding: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 9999;
  }
  .index .s1 .audios .container {
    height: 390px;
  }
  .audios .win .title .f {
    width: 80px;
    height: 80px;
  }
  .audios .win .title .t {
    left: 100px;
  }
  .audios .win .title {
    height: 80px;
  }
  .audios .win .title .playbtn {
    line-height: 30px;
    width: 30px;
    margin-top: -15px;
    left: 25px;
    right: auto;
    opacity: 0.85;
    background:#0065CA;
  }
  .index .s1 .main .page.audios {
    height: auto;
  }
  .prod .s3 .detail {
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .works .s3 .pager a.prev,
  .works .s3 .pager a.next {
    margin: 0 10px;
  }
  .works .s3 .pager a {
    margin: 0 5px;
    width: 30px;
    line-height: 30px;
  }
  .works .s1 .search,
  .works .s1 .pager {
    margin: 0 20px;
  }
  .works .s1 .search {
    margin-bottom: 20px;
  }
  .banner .text {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: auto;
  }
  .header .logo {
    width: 68px;
    height: 20px;
    padding: 0 20px;
  }
  .header .btns a {
    font-size: 20px;
  }
  .index .s1 .right .con {
    background: rgba(0, 0, 0, 0.75);
  }
  .index .s1 .right .con strong.st1 {
    display: none;
  }
  .index .s1 .right .con strong.st2 {
    display: block;
  }
  .tip {
    display: none;
  }
  .slogan .text p {
    margin-bottom: 0;
  }
  .slogan .text h1 {
    font-size: 22px;
  }
  .works .s2,
  .works .s3,
  .prod .s2,
  .prod .s6,
  .prod .s7,
  .solution .s2,
  .solution .s7,
  .soluDetail .s1,
  .soluDetail .s2,
  .soluDetail .s3,
  .soluDetail .s4,
  .about .s3,
  .about .s4,
  .about .s5,
  .news .content,
  .about .s2,
  .about .s1,
  .prod .s4,
  .prod .s5,
  .prod .s3,
  .prod .s3 .detail,
  .works .s1 {
    padding: 30px 0;
  }
  .works .s1 .pager .pages {
    display: none;
  }
  .works .s2 .filter a {
    font-size: 14px;
  }
  .f20,
  .f18,
  .f16,
  .f14,
  .f12 {
    font-size: 14px;
  }
  .footer p {
    text-align: center;
  }
  .footer p span {
    display: block;
  }
  .prod .s2 .container .rewards {
    float: right;
  }
  .prod .s2 .container .rewards .r {
    float: left;
    margin-left: 10px;
    padding-left: 40px;
  }
  .prod .s2 .container .rewards .r p,
  .prod .s2 .container .rewards .r b {
    font-size: 12px;
  }
  .prod .s3 .detail .right ul li span {
    width: 70px;
  }
  .prod .s3 .detail .right ul li {
    padding-left: 80px;
  }
  .prod .s5 .step a {
    padding: 10px 0;
  }
  .prod .s6 .items .item a p {
    top: 35%;
  }
  .prod .s6 .items .item a {
    background-size: cover;
    padding: 30px 0;
  }
  .prod .s6 .title {
    margin-bottom: 20px;
  }
  .solution {
    overflow-x: hidden;
  }
  .solution .s1 .main a.inb {
    line-height: 30px;
    border-radius: 30px;
    font-size: 14px;
  }
  .solution .s2 .container .text h1 {
    letter-spacing: 0;
    font-size: 25px;
  }
  .solution .s6 .items {
    margin-right: -10px;
  }
  .soluDetail .s2 .item h1 {
    padding-left: 80px;
    text-align: center;
  }
  .soluDetail .s2 .item a:hover {
    background: #F3F3F3;
    box-shadow: unset;
  }
  .soluDetail .s2 .item a:hover:before {
    opacity: 1;
  }
  .soluDetail .s4 .container {
    padding: 25px 0;
  }
  .soluDetail .s4 .title {
    margin-bottom: 0;
  }
  .about .s3 .items .item .text h1 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .about .s3 .items .item .f {
    bottom: auto;
    height: 100px;
  }
  .about .s5 .title {
    margin-bottom: 15px;
  }
  .about .s5 .container .info .inb h1 {
    padding-left: 35px;
  }
  .header {
    z-index: 9999999999;
  }
  .activity .item p.wide {
    overflow: hidden;
  }
  .news .filter a {
    padding: 0 15px;
    font-size: 14px;
  }
  .prod .s3 .detail .right .con {
    padding-top: 0;
  }
  .prod .nav {
    padding: 10px 0;
    background: #fff;
  }
  .news .filter {
    padding: 10px 0;
    background: #fff;
  }
  .news .filter ul {
    display: flex;
  }
  .news .filter ul li {
    flex: 1;
    padding: 0;
  }
  .prod .s1 {
    padding-top: 100px;
  }
  .index .s3 .container .right {
    padding-top: 0;
  }
  .index .s3,
  .solution .s4,
  .index .s4 {
    padding: 30px 0;
  }
  .index .s4 .title,
  .index .s4 .pager {
    margin-bottom: 25px;
  }
  .works .s1 .item .info h2 {
    font-size: 18px;
  }
  .activity .item h2:after {
    font-size: 14px;
  }
  .activity .item .date {
    padding-left: 70px;
  }
  .solution .s3 .title {
    padding-top: 0;
  }
  .tip,
  .tip .iconfont {
    display: unset;
  }
  .header .menu li a {
    transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
  }
  #cardPage {
    height: 100%;
    overflow-y: scroll;
  }
  #cardPage .playbar {
    z-index: 9;
  }
  .cards .cont {
    -webkit-animation: unset;
    animation: unset;
    padding-bottom: 80px;
  }
  .cards .card {
    margin-bottom: 15px;
    width: auto !important;
    float: none !important;
  }
  .cards .card:nth-child(n) {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .audios .item .con {
    padding-right: 15px;
    margin-bottom: 0;
  }
  .audios .item .con p {
    line-height: 1.5em;
    height: 4.5em;
    font-size: 14px;
  }
  .audios .item h5 {
    font-size: 14px;
    font-weight: 900;
  }
  .works .s1 .item a {
    height: 150px;
  }
  .works .s1 .item .info h2 {
    color: #000;
    font-family: unset;
    font-weight: 900;
    line-height: 1.5;
  }
  .works .s1 .scroll .items .item {
    border: 1px solid #dadada;
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.1);
  }
  .activity .item .date strong {
    font-size: 20px;
    line-height: 30px;
  }
  .activity .item .date p,
  .activity .item .date span {
    line-height: 15px;
    margin: 0;
  }
  .activity .item .date strong {
    padding-right: 10px;
    margin-top: -15px;
  }
  .activity .item .date {
    padding-left: 40px;
  }
  .works .s1 .item .hover .con img {
    width: 80px;
    left: 50px;
  }
  .works .s1 .item .hover .con {
    padding-left: 190px;
  }
  .works .s1 .activity.container .scroll {
    padding: 0;
    margin: 0 20px;
  }
  .works .s3 .audios .win,
  .audios .win {
    transform: unset;
    -webkit-transform: unset;
    padding: 0;
  }
  .win:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
  }
  .win .wincont {
    background: #fff;
    padding: 20px;
    z-index: 10000;
    position: relative;
    border-radius: 6px;
    margin: 0 20px;
  }
  .win .close {
    z-index: 10001;
  }
  .works .s3 .audios .win,
  .index .win {
    top: 80px;
  }
  .audios .win .title .t {
    right: 0;
    padding-right: 30px;
  }
  .audios .win .title .t h2 {
    font-size: 14px;
    font-weight: 900;
  }
  .audios .win .title .t p {
    line-height: 1.5em;
    height: 4.5em !important;
    overflow: hidden;
  }
  .audios .item .con {
    border-radius: 6px;
  }
  .audios .item .f {
    border-radius: 4px;
  }
  .works .s3 .win .line {
    margin: 15px 0;
  }
  .audios .win ul a {
    padding-left: 35px;
  }
  .works .s2 .filter a {
    line-height: 40px;
  }
  #cardPage {
    box-shadow: inset 0 40px 30px rgba(0, 0, 0, 0.1);
    padding-top: 20px;
  }
  .works .s2 .cards {
    height: 400px;
  }
  .prod .s6 .items .item a:hover {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  .index .s2 .container .slider li .featrue > div {
    float: none;
    width: auto;
    position: relative;
    margin: 0;
    padding: 8px 0;
    text-align: left;
    padding-left: 30px;
  }
  .index .s2 .container .slider li .featrue .iconfont {
    position: absolute;
    top: 50%;
    left: 0;
    line-height: 30px;
    margin-top: -15px;
    color: #999;
  }
  .index .s2 .container .slider li .featrue p {
    margin-top: 0;
    color: #000;
  }
  .index .s2 .container .slider li .featrue > div:after {
    display: none;
  }
  .index .s2 .container .slider li .featrue {
    background: none;
  }
  .index .s2 .container .slider li .info {
    margin-top: 10px;
  }
  .index .s2 .container .slider li .info p {
    line-height: 1.5;
  }
  .index .s3 .container .left .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    max-width: unset;
    width: auto;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: saturate(300%) blur(10px);
    -webkit-backdrop-filter: saturate(300%) blur(10px);
  }
  .index .s3 .container .left .info img {
    height: 30px;
    mix-blend-mode: darken;
  }
  .index .s3 .container .left .info p {
    font-size: 14px;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
  }
  .index .s3 .container .left .f {
    height: 350px;
    background-size: auto 350px;
    background-position: top center;
    padding-bottom: 111px;
  }
  .index .s4 .pager .list a span {
    display: none;
  }
  .index .s4 .page p {
    font-size: 14px;
    line-height: 1.5;
  }
  .index .s4 .page .items p i {
    width: 50px;
    height: 50px;
  }
  .index .s4 .page .items p span {
    line-height: 1;
    font-size: 12px;
  }
  .index .s3 .items .item .con h2 {
    line-height: 1.25;
    height: 2.5em;
    overflow: hidden;
  }
  .index .s3 .items .item.active .con {
    padding: 15px 0;
  }
  .news .filter ul li a,
  .prod .nav ul li a {
    font-size: 14px;
  }
  .prod .s1 {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .prod .nav {
    top: 60px;
  }
  .prod .s1 .text span {
    font-size: 10px;
  }
  .prod .s2 {
    padding-bottom: 60px;
  }
  .prod .s3 .detail {
    overflow-y: scroll;
  }
  .prod .s3 .items .item a .f {
    padding-bottom: 100%;
    background-size: contain;
  }
  .prod .s3 .detail .left {
    margin: 0;
  }
  .sidebar {
    transition: unset;
    -webkit-transition: unset;
  }
  .newsDetail .editor,
  .newsDetail .editor * {
    line-height: 2 !important;
  }
  .caseDetail .content p {
    margin-bottom: 1em;
  }
  .caseDetail .content img {
    margin-bottom: 1em;
  }
  .solution .s8 .items .item {
    float: none;
    width: auto;
    text-align: left;
    height: 60px;
    padding: 11px 0;
    padding-left: 100px;
    margin-bottom: 20px;
  }
  .solution .s8 .items .item span {
    left: 0;
    top: 50%;
    transform: translateX(0px) translateY(-50%);
    -webkit-transform: translateX(0px) translateY(-50%);
    position: absolute;
  }
  .solution .s8 .items .item h5 {
    margin-top: 0;
    line-height: 20px;
  }
  .solution .s8 .items .item p {
    line-height: 20px;
  }
  .solution .s6 .items:hover .item:hover,
  .solution .s6 .item.active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .solution .s6 .item .f:before {
    display: none;
  }
  .case .item {
    flex: none;
  }
  .case {
    overflow: hidden;
  }
  .case .item svg .bg {
    width: 110%;
    height: 110%;
  }
  .about .white.tac.coverbg {
    height: 160px !important;
  }
  .about .white.tac.coverbg .tip {
    display: none;
  }
  .search {
    min-height: 70vh;
  }
  .caseDetail .content .btns a.return {
    display: block;
    padding: 20px 0;
  }
  .caseDetail .content .btns a.return p {
    line-height: 1;
    margin-top: 10px;
  }
  .newsDetail .title h1 {
    line-height: 2em;
  }
  .news .list .item a .info h5 {
    line-height: 1.1em;
  }
  .solution .s6 .item a p {
    height: auto;
  }
  .solution .s6 .item {
    width: auto;
  }
  .solution .s1 .pager .list a span {
    display: none;
  }
  .soluDetail .slogan .text p {
    text-align-last: unset;
    line-height: 1.5;
  }
  .index .win .wincont {
    margin: 0 20px;
  }
  .case .cont li a {
    display: block;
    line-height: 1;
  }
  .caseDetail .content .btns a.return {
    padding: 15px 0;
  }
  .caseDetail .content .btns a.return h5 {
    font-size: 16px;
  }
  .caseDetail .content .btns a.return p {
    margin-top: 5px;
  }
  .sidebar .con a.gotop {
    transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
  }
  .solution .s6 .item .f {
    padding-bottom: 50%;
    margin: 0;
  }
  .solution .s6 .item {
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);
  }
  .solution .s6 .item a {
    padding: 15px;
  }
  .solution .s6 .item a p {
    height: auto;
  }
  .solution .s6 .items {
    margin: 0;
  }
}
.news .filter.sticky {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 9;
}
@media screen and (max-width: 480px) {
  .news .filter.sticky {
    top: 60px;
    padding: 10px 0;
    background: #fff;
  }
  .news .filter.sticky ul li {
    padding: 0 20px ;
  }
}
@media screen and (max-height: 600px) {
  .case .bottom {
    bottom: 20px;
  }
  .case .cont li {
    height: auto;
  }
  .case .item svg {
    max-height: 75px;
  }
  .case .container .title {
    margin-bottom: 20px;
  }
}


.hzzx {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  background: rgba(0, 0, 0, .6);
}

.hzzx .hzwin {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 975px;
  width: 100%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
}

.hzzx .hzwin .close {
  border: 2px solid #fff;
  line-height: 42px;
  width: 42px;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  font-weight: 900;
}

.hzzx .hzwin .cont {
  margin-right: 75px;
  position: relative;
  background-color: #fff;
  background-image: url(../images/hzbg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding: .56rem 1.07rem .6rem 1.07rem;
}

.hzzx .hzwin .cont:before {
  content: '';
  position: absolute;
  top: -.36rem;
  right: -.58rem;
  width: 1.81rem;
  height: 1.91rem;
  background-image: url(../images/hzbamboo.png);
  background-size: 100%;
}

.hzzx .title h3 {
  position: relative;
  display: inline-block;
}

.hzzx .title h3:before,
.hzzx .title h3:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 16px;
  height: 2px;
  margin: 0 19px;
  margin-top: -1px;
  background: #000;
}

.hzzx .title h3:before {
  left: 100%;
}

.hzzx .title h3:after {
  right: 100%;
}

.hzzx .flex {
  display: flex;
  margin: 0 -14px;
  margin-bottom: .54rem;
}

.hzzx .flex label {
  display: block;
  flex: 1;
  margin: 0 14px;
}

.hzzx .flex label span {
  display: block;
  line-height: 48px;
  font-size: 14px;
  color: #999;
  border: 1px solid #efefef;
  border-radius: 48px;
  text-align: center;
  cursor: pointer;
}

.hzzx .flex label input:checked + span {
  border: 2px solid#0065CA;
  color:#0065CA;
  font-weight: 900;
  line-height: 46px;
}

.hzzx .form {
  margin-left: -20px;
  margin-right: -20px;
}

.hzzx .form .item {
  float: left;
  width: 50%;
}

.hzzx .form .item .con {
  margin: 0 20px;
  position: relative;
  padding-left: .72rem;
}

.hzzx .form .item .con span {
  position: absolute;
  top: 50%;
  line-height: 30px;
  margin-top: -15px;
  left: 10px;
  font-size: 16px;
  color: #999;
}

.hzzx .form .item .con span:before {
  content: '*';
  color: #f00;
  line-height: 30px;
  margin-top: -15px;
  left: -10px;
  position: absolute;
  top: 50%;
}

.hzzx .form input {
  background: #f7f7f7;
  line-height: 50px;
  height: 50px;
  text-indent: .3rem;
  color: #000;
  font-size: 16px;
}

.hzzx .form .item .con .citySelector {
  position: relative;
  cursor: pointer;
}

.hzzx .form .item .con .citySelector .pick-list {
  left: 0;
  right: 0;
}

.hzzx .form .item .con .citySelector span {
  position: relative;
  left: auto;
  line-height: 24px;
  margin-top: -12px;
  background: none !important;
  color: #000 !important;
}

.pick-list li {
  cursor: pointer;
}

.hzzx .pick-show em.pick-arrow {
  border: 4px solid;
}

.hzzx .pick-show {
  height: 50px;
  line-height: 50px;
  background: #f7f7f7;
  border: 0;
  border-radius: 0;
}

.hzzx .pick-show em.pick-arrow {
  top: 22px;
}

.pick-list::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}

.pick-list::-webkit-scrollbar-thumb {
  border: none;
  width: 5px;
  background-color: rgba(167, 36, 36, 1);
}

.pick-list::-webkit-scrollbar-corner {
  background-color: rgba(0, 0, 0, 0.5);
}

.pick-list::-webkit-scrollbar:horizontal {
  height: 5px;
}

.hzzx .btn input {
  display: inline-block;
  max-width: 250px;
  width: 100%;
  font-weight: 900;
  color: #fff;
  font-size: 18px;
  background:#0065CA;
  line-height: 70px;
  border-radius: 70px;
  box-shadow: 0 20px 60px -15px rgba(167, 36, 36, .6);
  cursor: pointer;
}

.hhr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  background: rgba(0, 0, 0, .6);
}
.hhr.hide{
  display: none;
}

.hhr .hhrwin {
  position: absolute;
  display: flex;align-items: center;
  justify-content: center;
  left: 0;right: 0;margin: auto auto;
  height: 539px;top: 0;bottom: 0;
  /*top: 50%;*/
  /*left: 50%;*/
  max-width: 1075px;
  width: 100%;
  /*transform: translate3d(-50%, -50%, 0);*/
  /*-webkit-transform: translate3d(-50%, -50%, 0);*/
}

.hhr .hhrwin .close {
  border: 2px solid #fff;
  line-height: 42px;
  width: 42px;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  font-weight: 900;
}

.hhr .hhrwin .cont {
  margin-right: 75px;
  position: relative;
  padding-right: 350px;
  background-color: #fff;
  background-image: url(../images/hhrbg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding: .36rem 0 1.24rem 0;
}

.hhr .hhrwin .text {
  padding-left: 27px;
  padding-right: 380px;position: relative;
}

.hhr .hhrwin .text img.mask {
  max-width: 100%;
  opacity: 0;pointer-events: none;
}
.hhr .hhrwin .text div.col1{
  position: absolute;left: 27px;top: 0;
  display: flex;flex-direction: column;
  align-items: center;justify-content: center;
}
.hhr .hhrwin .text div.col1 > img.m1{}
.hhr .hhrwin .text div.col1 > div{
  display: flex;justify-content: center;align-items: flex-start;
  position: relative;
}
.hhr .hhrwin .text div.col1 > div > span{
  font-size: 0.36rem;width: 45px;color: #000;text-align: center;
  line-height: 1.1;
}
.hhr .hhrwin .text div.col1 > div .enr{
  top: 94px;
  position: absolute;color: rgba(34,34,34,0.5);text-transform: uppercase;
  left: 27px;transform: rotate(90deg);transform-origin: 0 0;white-space: nowrap;
}
.hhr .hhrwin .text div.col2{
  position: absolute;width: calc(100% - 230px - 380px);
  right: 380px;top: 0;
}
.hhr .hhrwin .text div.col2 .lt1{
  display: flex;justify-content: center;align-items: center;
}
.hhr .hhrwin .text div.col2 .lt1 > li{border-radius: 100px;margin:32px 12px;color: #980f0f;padding: 8px 16px;border: 0.5px dashed #8b0e00;}
.hhr .hhrwin .text div.col2 .lt2{margin-top: 0.1rem;}
.hhr .hhrwin .text div.col2 .lt2 > li{font-size: 18px;font-family: STKaiti;border-top: 1px dashed rgba(191,191,191,0.45);text-align: center;width: 100%;line-height: 0.56rem;}
.hhr .hhrwin .text div.col2 .lt2 > li:last-of-type{text-align: right;}
.hhr .hhrwin .text div.col2 .lt3{margin-top: 0.4rem;display: flex;justify-content: space-between;align-items: center;}
.hhr .hhrwin .text div.col2 .lt3 > li{width: 33%;}
.hhr .hhrwin .text div.col2 .lt3 > li > img{display: block;margin: 10px auto;}
.hhr .hhrwin .text div.col2 .lt3 > li > span{display: block;text-align: center;line-height: 1.3;}

.hhr .form {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 350px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .08);
  padding: .95rem .5rem 0 .5rem;
}

.hhr .form h3 {
  position: relative;
  display: inline-block;
}

.hhr .form h3:before,
.hhr .form h3:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 6px;
  height: 2px;
  margin: 0 19px;
  margin-top: -1px;
  background: #000;
}

.hhr .form h3:before {
  left: 100%;
}

.hhr .form h3:after {
  right: 100%;
}
.hhr .form input[type="text"] {
  background: #fff;
  line-height: 40px;
  height: 40px;
  text-indent: .2rem;
  color: #000;
  font-size: 14px;
  margin-bottom: 7px;
  border-radius: 5px;
}

.hhr .form input[type="button"] {
  margin-top: 28px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 900;
  background: #BB1B1B;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
}

.hhr .form .areaSelector {
  position: relative;
  cursor: pointer;
  margin-bottom: 7px;
}

.hhr .form .areaSelector .pick-list {
  left: 0;
  right: 0;
}

.hhr .form .areaSelector span {
  position: relative;
  left: auto;
  background: none !important;
  color: #000 !important;
  line-height: 28px;
}

.hhr .pick-show em.pick-arrow {
  border: 4px solid;
}

.hhr .pick-show {
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 0;
  border-radius: 5px;
  padding-left: .2rem !important;
}

.hhr .pick-show em.pick-arrow {
  top: 18px;
}

.header .menu li.hide {
  display: none;
}

.caseDetail .content .editor {
  padding-bottom: 1rem;overflow: hidden;
}
.caseDetail .content .editor a{
  color:#A72424;
}

.hintmsg {
  background: rgba(0, 0, 0, .85);
  border-radius: 6px;
  padding: 20px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  top: 50%;
  position: fixed;
  left: 50% !important;
  z-index: 99;
  right: auto !important;
  min-width: 100px;
  text-align: center;
  z-index: 9999999999999;
}

/*.prod .s1 .img .bar .slider .bx-viewport{*/
/*  overflow: hidden;min-height: 600px;display: flex;*/
/*  align-items: flex-start;*/
/*}*/
/*.prod .s1 .img .bar .slider .bx-viewport > ul > li img{*/
/*  max-height: 600px;*/
/*  object-fit: contain;*/
/*}*/
.prod .s1 .img .bar .slider .bx-viewport{
  overflow: visible!important;
}
.prod .s1 .img .bar .slider .bx-viewport > ul{height: 100%;}
.prod .s1 .img .bar .slider .bx-viewport > ul > li{
  top:50%;
  transform: translate3d(0px, -50%, 0px);
}

.index .s2 .container .bx-viewport{max-height: 700px;}

.Mheader{width:100%;height:auto;float:left;text-align:center; }

.Mmenu dl ol{ float:right;line-height:40px;font-size: 0.16rem;}
.Mmenu dl ol li{ float:left; padding:0px 15px; display:block; cursor:pointer;}
.probd{ width:120px; height:25px; float:left; line-height:25px; margin:0px; padding:0px 0px 0px 5px; color:#838383; border:none;}
.proan{ width:20px; height:25px;background:url(../images/icon.png) no-repeat 0px 0px;border:none; cursor:pointer; }
#sear{ border:1px solid #C1C1C1; padding:0px; margin:6px 0px 0px 0px; height:25px; background:#fff; }

#tels{width:auto; height:40px; background:url(../images/icon.png) no-repeat -3px -20px; padding:0px 0px 0px 20px; color:#FF5C0F; font-weight:bold; margin:0px 0px 0px 10px;}
#tel{ display:none;}

.Mmenu{width:100%;height:auto;float:left;text-align:center; z-index:10000;}
.Mmenu dl{width: 96%;min-width:1200px; height:105px;float:none; margin:0px auto;}
.Mmenu dl dd{width:200px; float:left; padding:2px 0px 0px 35px;}
.Mmenu dl ul{width:auto; height:auto;float:right; margin:20px 0px 0px 0px;}
.Mmenu dl ul li{ float:left; height:auto;font-size:16px;font-size: 0.2rem; line-height:40px;line-height: 0.4rem; margin:0px 0px 0px 25px;}
.Mmenu dl ul li:nth-child(7){ display: none;}
.Mmenu dl .headMenuUl{width: calc(100% - 440px);margin-top: 10px;min-width: 950px;display: flex;}
.Mmenu dl .headMenuUl>li{flex: 1;}
.Mmenu dl ul li:hover a{color:#0470DD;}
.Mmenu dl ul li i{ font-style:normal; float:none;}
.Mmenu dl ul li ul{display:none; margin:0px 0px 0px -45px;}
.Mmenu dl ul li:hover ul{ width:120px; position:absolute; background:#fff; z-index:10001; border:1px solid #E3E3E3; padding:10px; display:block;border-radius:7px;}
.Mmenu dl ul li:hover ul dd{ width:19px; height:17px; position: absolute; z-index:10002;background:url(../images/mbg.gif) no-repeat; margin:-19px 0px 0px 99px; }
.Mmenu dl ul li:hover ul li{width:100%;  float:left; margin:10px 0px 0px 0px; padding:0px;line-height:20px; text-align:center;background:none; color:#666666;}
.Mmenu dl ul li:hover ul li a{color:#666666;}
.Mmenu dl ul li:hover ul li a:hover{color:#0470DD;}
#Mmcp{ width:220px; margin:0px 0px 0px -145px;}
#Mmcp li{ text-align:left;}
#Mmcp dd{margin:-19px 0px 0px 199px;}



.fix-box{z-index:1000; height:auto; position:fixed; right:0px; top:250px; clear:both;}
.fix-box dl{ float:left; width:80px;background: url(../images/fixd_bg.png) no-repeat 0px 0px;background-size: 100% 100%;padding:0px 0px 15px 0px;}
.fix-box dl dd.fixa{float:left; width:80px;font-size:14px; line-height:18px; padding:45px 0px 0px 0px; margin: 0; text-align:center; color:#fff;background:url(../images/fixd_t.png) no-repeat center 10px;}


.fix-box dl dd.fixb{float:left; width:100%;font-size:12px; padding:5px 0px 0px 0px; text-align:center;color:#fff;background: url(../images/qq.png) no-repeat 0px 0px; display: none; }
.fix-box dl dd.fixc{float:left; width:100%;font-size:10px; padding:5px 0px 0px 0px; text-align:center;color:#fff;background:#006FDD; display: none;}
.fix-box dl dd.fixd{float:left; width:90%;font-size:10px; padding:5px 0px 0px 0px; margin:0px 5%; text-align:center;color: #FF9D9D; display: none;}

.fix-box:hover dl {width:80px;background: url(../images/fixd_bga.png) no-repeat 0px 0px; background-size: 100% 100%;}
.fix-box:hover dl dd.fixa{width:100%;margin:0px 0px 0px 0px; }
.fix-box:hover dl dd.fixb{display:block;}
.fix-box:hover dl dd.fixc{display:block;}
.fix-box:hover dl dd.fixd{display:block;}

.P_banner{width:100%;float:left;}
.BGH{ height:250px; }
