@charset "UTF-8";
/* 禁用iPhone中Safari的字号自动调整 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* 去除iPhone中默认的input样式 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input,
button {
  /* -webkit-appearance:none; */
  resize: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

button {
  border: none; }

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

/* 图片自适应 */
img {
  /*max-width: 100%;*/
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/ }

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*取消链接高亮*/ }

body {
  font-family: "Microsoft YaHei", "微软雅黑", "SOURCEHANSANSCN REGULAR";
  color: #333333;
  background-color: #ffffff;
  min-width: 320px; }

em,
i {
  font-style: normal; }

strong {
  font-weight: normal; }

.clearfix:after {
  content: "";
  display: inline-block;
  display: inline;
  zoom: 1;
  display: block;
  visibility: hidden;
  height: 0;
  clear: both; }

.clearfix {
  zoom: 1; }

a {
  text-decoration: none;
  font-family: "SOURCEHANSANSCN-REGULAR", PINGFANG-HEAVY, Microsoft YaHei, Tahoma, Arial, sans-serif;
  outline: none; }

ul,
ol {
  list-style: none;
  list-style-type: none; }

img {
  border: none;
  vertical-align: middle; }

body,
html {
  width: 100%;
  margin: 0 auto;
  font-family: "SOURCEHANSANSCN-REGULAR", PINGFANG-HEAVY, "Helvetica Neue", Helvetica, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", SimSun, sans-serif;
  position: relative;
  -ms-overflow-x: hidden;
  overflow-x: hidden; }

.transition03 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.transition08 {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }

.transition05 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.transition1 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.transition14 {
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease; }

.transition24 {
  -webkit-transition: all 2.4s ease;
  transition: all 2.4s ease; }

.transition10 {
  -webkit-transition: all 10s ease;
  transition: all 10s ease; }

.delay01 {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s; }

.delay02 {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s; }

.delay03 {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s; }

.delay04 {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s; }

.delay05 {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s; }

.delay06 {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s; }

.delay07 {
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s; }

.delay08 {
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s; }

.delay09 {
  transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s; }

.delay10 {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s; }

a {
  outline: none; }

.inp_box::-webkit-input-placeholder {
  color: #222222; }

.inp_box::-moz-placeholder {
  color: #222222; }

.inp_box::placeholder {
  color: #222222; }

.inp_box:-ms-input-placeholder {
  color: #222222; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
table,
th,
td {
  margin: 0;
  padding: 0; }

.fix:before,
.fix:after {
  display: table;
  clear: both;
  content: ""; }

.fl {
  float: left; }

.fr {
  float: right; }

input,
select,
textarea {
  outline: none;
  font-family: inherit;
  font-size: 100%; }

*:focus {
  outline: none; }

* {
  outline: none; }

ul,
ol {
  list-style-type: none; }

.i_ico {
  background: url(../images/i_ico.png);
  width: 24px;
  height: 24px; }

/*css组件设置*/
.form-control,
.input-group-addon,
.btn {
  border-radius: 2px; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6); }

/* 全局滚动条样式 */
.wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 85.652%;
  padding-left: 15px;
  padding-right: 15px; }

ol {
  list-style-type: inherit; }

body {
  position: relative; }

.mr-0 {
  margin-right: 0; }

.ml-0 {
  margin-left: 0; }

.mt-0 {
  margin-top: 0; }

.mb-0 {
  margin-bottom: 0; }

.ht60 {
  height: 60px; }

.ht60::after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both; }

.ht130 {
  height: 130px; }

.ht130::after {
  content: "";
  display: inline-block;
  display: inline;
  zoom: 1;
  display: block;
  visibility: hidden;
  height: 0;
  clear: both; }

.sitepage-content::after {
  content: "";
  display: inline-block;
  display: inline;
  zoom: 1;
  display: block;
  visibility: hidden;
  height: 0;
  clear: both; }

.ta-l {
  text-align: left; }

.ta-r {
  text-align: right; }

.ta-c {
  text-align: center; }

.ta-j {
  text-align: justify; }

@media only screen and (max-width: 768px) {
  .ht60 {
    height: 2rem; }

  .ht130 {
    height: 4rem; } }
body {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: hidden; }

body.show {
  opacity: 1;
  filter: alpha(opacity=100); }

@keyframes circle-opacity {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
.ibanner {
  width: 100%;
  position: relative;
  z-index: 9; }
  .ibanner .img-bg {
    overflow: hidden;
    animation: circle-opacity 26s infinite;
    width: 100%; }
    .ibanner .img-bg img {
      width: 100%; }
  .ibanner .logo {
    position: absolute;
    top: 5.2%;
    left: 5.2%;
    width: 6.77%; }
    .ibanner .logo img {
      width: 100%; }
  .ibanner .ibanner-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .ibanner .ibanner-box .wrap {
      width: 75%;
      margin: 0 auto; }
    .ibanner .ibanner-box .cover_title01 {
      width: 55.61%; }
      .ibanner .ibanner-box .cover_title01 img {
        width: 100%; }
    .ibanner .ibanner-box .cover_title02 {
      width: 32.5%;
      margin-top: 1%; }
      .ibanner .ibanner-box .cover_title02 img {
        width: 100%; }

body {
  background: #e6eaf0; }

@keyframes videoBG {
  0% {
    background-size: 100% auto; }
  50% {
    background-size: 140% auto; }
  100% {
    background-size: 100% auto; } }
.index_video {
  margin-top: -4.2%;
  position: relative;
  padding-top: 4.2%;
  background: #ffffff; }
  .index_video .index-title {
    margin-top: .77rem; }
  .index_video .wrap {
    position: relative;
    z-index: 6; }
  .index_video::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg/2.png) repeat-x center top #ffffff;
    background-size: 100% auto;
    opacity: 0.2;
    filter: alpha(opacity=20);
    animation: videoBG 20s infinite; }
@keyframes living {
  0% {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    opacity: 0.5;
    filter: alpha(opacity=50); } }
  .index_video .dot {
    width: 0.27rem;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    padding-top: 0.3rem; }
    .index_video .dot::after, .index_video .dot::before {
      content: "";
      display: block;
      width: 0.27rem;
      height: 0.27rem;
      background: #6691d1;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      margin: 0 auto;
      -webkit-animation: living 1s linear infinite; }
    .index_video .dot::after {
      width: 0.16rem;
      height: 0.16rem;
      margin-top: 0.1rem;
      animation-delay: 1.6s;
      -webkit-animation-delay: 1.6s;
      opacity: .5; }

.index-title {
  font-size: 48px;
  text-align: center;
  color: #1b2228;
  line-height: 1.2; }

@keyframes spread {
  0% {
    width: 0.5rem;
    height: 0.5rem;
    opacity: 1; }
  100% {
    width: 2rem;
    height: 2rem;
    opacity: 0; } }
.video-box {
  position: relative;
  overflow: hidden;
  z-index: 9;
  margin-top: .8rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  border-radius: 0.2rem;
  font-size: 0;
  padding-bottom: 56.2%; }
  .video-box video {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #000000;
    width: 100%;
    height: 100%;
    vertical-align: baseline; }
  .video-box .posterBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer; }
    .video-box .posterBg .img img {
      width: 100%; }
    .video-box .posterBg .icon {
      position: absolute;
      width: 0.7rem;
      height: 0.7rem;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      cursor: pointer; }
      .video-box .posterBg .icon img {
        position: relative;
        z-index: 2;
        width: 100%; }
      .video-box .posterBg .icon::after, .video-box .posterBg .icon::before {
        content: '';
        width: 0.5rem;
        height: 0.5rem;
        display: block;
        border: 2px solid #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%; }
      .video-box .posterBg .icon::before {
        animation: spread 3s linear infinite; }
      .video-box .posterBg .icon::after {
        animation: spread 3s 1.5s linear infinite; }

.index-videoInfo {
  background: url(../images/bg/3-1.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -3.34rem;
  padding: 3.34rem 0 4.2rem;
  position: relative;
  z-index: 2;
  min-height: 10.48rem; }
  .index-videoInfo .bg {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/bg/3.jpg) no-repeat center center;
    background-size: cover;
    top: 0;
    -webkit-mask: radial-gradient(circle at calc(var(--mouse-x, .5) * 100% ) calc(var(--mouse-y, .5) * 100% ), transparent 1.5rem, red 1.5rem); }
  .index-videoInfo::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    background: url(../images/bg/4.png) no-repeat left top;
    background-size: 100% auto;
    height: 100%;
    z-index: 9; }
  .index-videoInfo::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: url(../images/bg/5.png) no-repeat left bottom;
    background-size: 100% auto;
    height: 100%; }
  .index-videoInfo .info {
    margin: .7rem 0;
    color: rgba(255, 255, 255, 0.902);
    font-size: 18px;
    line-height: 2.222;
    z-index: 2;
    position: relative; }
    .index-videoInfo .info .img {
      position: absolute;
      overflow: hidden;
      border-radius: 50%;
      width: 3rem;
      height: 3rem;
      right: 0;
      top: 0; }
      .index-videoInfo .info .img img {
        width: 100%; }
    .index-videoInfo .info .text {
      position: relative;
      z-index: 2; }

.index-advantage {
  background: #e6eaf0;
  position: relative; }
  .index-advantage .index-title {
    top: -3.57rem;
    position: absolute;
    z-index: 9;
    color: #ffffff;
    width: 100%;
    text-align: center;
    height: 0;
    left: 0;
    pointer-events: none; }
  .index-advantage .adv-list {
    position: relative;
    z-index: 3;
    width: 85.7%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    .index-advantage .adv-list .item {
      width: 3rem;
      position: relative;
      margin-top: -2.5rem;
      cursor: pointer; }
      .index-advantage .adv-list .item::after {
        content: "";
        position: absolute;
        width: 3rem;
        height: 3rem;
        left: -0.5rem;
        top: -0.5rem;
        border: 2px solid #ffffff;
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        left: 0;
        top: 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .index-advantage .adv-list .item .icon {
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        z-index: 9;
        background: #ffffff;
        -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
        -moz-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
        -ms-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
        -o-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
        box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1); }
        .index-advantage .adv-list .item .icon img {
          position: absolute;
          left: 0;
          width: 100%;
          top: 0;
          height: 100%;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        .index-advantage .adv-list .item .icon .imgY {
          z-index: 2; }
      .index-advantage .adv-list .item:first-child {
        margin-top: -1.9rem; }
      .index-advantage .adv-list .item:nth-child(2) {
        margin-top: -2.2rem; }
      .index-advantage .adv-list .item .text {
        color: #1b2228;
        font-size: 24px;
        line-height: 1.4;
        text-align: center;
        margin-top: .5rem;
        font-weight: bold;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .index-advantage .adv-list .item:hover .text {
        color: #6691d1; }
      .index-advantage .adv-list .item:hover::after {
        left: -0.5rem;
        top: -0.5rem; }
      .index-advantage .adv-list .item:hover .icon img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }

.index_solution {
  padding: 1.4rem 0 0.9rem;
  background: #e6eaf0; }
  .index_solution .solution-list {
    position: relative;
    margin-top: 1.15rem;
    display: flex;
    justify-content: space-between; }
    .index_solution .solution-list::after {
      content: "";
      position: absolute;
      top: 1.54rem;
      left: -1.10rem;
      right: -1.10rem;
      height: 90%;
      background: #ffffff;
      -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
      -moz-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
      -ms-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
      -o-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
      box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      -ms-border-radius: 0.5rem;
      -o-border-radius: 0.5rem;
      border-radius: 0.5rem; }
    .index_solution .solution-list .item {
      position: relative;
      z-index: 9;
      width: 30%;
      text-align: center; }
      .index_solution .solution-list .item .item-img {
        width: 100%;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        -ms-border-radius: 0.5rem;
        -o-border-radius: 0.5rem;
        border-radius: 0.5rem;
        overflow: hidden; }
        .index_solution .solution-list .item .item-img img {
          width: 100%;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
      .index_solution .solution-list .item .item-title {
        font-size: 24px;
        color: #000000;
        margin-top: .5rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 1.2;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .index_solution .solution-list .item .item-synopsis {
        font-size: 18px;
        color: #727a81;
        line-height: 1.667;
        margin: .35rem auto .5rem;
        height: 90px;
        overflow: hidden;
        text-overflow: -o-ellipsis-lastline;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        text-align: justify; }
      .index_solution .solution-list .item .item-btn {
        width: 2.1rem;
        line-height: 0.56rem;
        border: 2px solid #4b92d4;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-border-radius: 0.2rem;
        -moz-border-radius: 0.2rem;
        -ms-border-radius: 0.2rem;
        -o-border-radius: 0.2rem;
        border-radius: 0.2rem;
        margin: 0 auto;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .index_solution .solution-list .item .item-btn span {
          color: #4b92d4;
          font-size: .2rem;
          background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAw1BMVEX///8ObLYObbYNbLUObLYObLYObLUObLUObbYObbYObbYObbYNbLUNbLUObLUObLUObbYObbYObbYObbYObbYObLYObLYObLYObbYObbYObLYObbYObLUObbYNbLUObLYObLYObLYObLUObbYObbYObbYObLYObbYObLUObLYObLYObbYObLUObbYObLUObLUObLUNbLUObLYObbYObLUObbYObbYObLYObbYObLYObbYObLUObbYObLYNbLUObLX////GJn+/AAAAPHRSTlMAz+bx3vfe9973FN/3EAJPT/0V/pwr6TS81hpOn28I3+ri/S1jn9MI4ii6tAjvIB0mtJ+njvKdnejX/Nn2QGB7AAAAAWJLR0QAiAUdSAAAAAd0SU1FB+cGGREsIQ143pgAAACmSURBVBjTjY7HDsIwEESHmoQeegkd02vosIv//69IQ4oSH5iD9fw8ay3wSyKJeFKkkOmMQmY1VVMldUPVNP5uxv7MAfkCUCyFXJkq0E1Ua/WQbDSp1e50Ne75d6vvnoPhZzSeyKnLMwGee2+LJTGtPFwTeONPbHfm3ichQYHE4RiAYNApup7tjJ+j8iLB15uwLUu4sW2H7g+J54skkWSWTOzEWeL9BZIhEthMvxiFAAAAAElFTkSuQmCC") no-repeat left center;
          padding-left: .4rem;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
      .index_solution .solution-list .item:hover .item-img img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); }
      .index_solution .solution-list .item:hover .item-title {
        color: #4b92d4; }
      .index_solution .solution-list .item:hover .item-btn {
        background: #4b92d4;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(83, 130, 202, 0.2);
        -moz-box-shadow: 0px 10px 30px 0px rgba(83, 130, 202, 0.2);
        -ms-box-shadow: 0px 10px 30px 0px rgba(83, 130, 202, 0.2);
        -o-box-shadow: 0px 10px 30px 0px rgba(83, 130, 202, 0.2);
        box-shadow: 0px 10px 30px 0px rgba(83, 130, 202, 0.2);
        border: 2px solid #4b92d4; }
        .index_solution .solution-list .item:hover .item-btn span {
          color: #ffffff;
          background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAQAAAAngNWGAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfnBhkRMSX1eXadAAAAzklEQVQoz92SQUpCURSGv2fxsIk0UARnDRRBatQuhFyEC2g/TlxAO4j20EAwaVIZBRqV8gY50a+B8Lp4TRt37uh+/8/h8J+DRO/W15gmEtWcEskmPIx9vJPGsMAf6x8bywB5hsehGho7vNEBJAUqfNAL1GBNLSfquTcOrfmlXvyo2Pcy/xZ9UKeOXaqnOe/aRx0EXYuOXVczoNdaAJ6CSRY0mLHihFFAX7YdxYIzjnjcxNuu5/m3HLO9aX9ComRc7dzQijbVxDvqHOztef8NV6uA/oVken8AAAAASUVORK5CYII=") no-repeat left center; }

.index_product {
  padding: 1.5rem 0;
  background: url(../images/bg/8.png) no-repeat left bottom;
  background-size: 100% auto; }
  .index_product .product-list {
    position: relative;
    margin-top: 1.15rem; }
    .index_product .product-list::after {
      content: "";
      position: absolute;
      top: 0;
      left: -1.10rem;
      right: -1.10rem;
      height: 100%;
      background: #ffffff;
      -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
      -moz-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
      -ms-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
      -o-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
      box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      -ms-border-radius: 0.5rem;
      -o-border-radius: 0.5rem;
      border-radius: 0.5rem; }
    .index_product .product-list .product-swiper {
      width: 100%;
      overflow: hidden;
      padding: 1.2rem 0; }
      .index_product .product-list .product-swiper .swiper-slide-next + div .item::after {
        display: none; }
      .index_product .product-list .product-swiper .swiper-pagination {
        bottom: 0.4rem; }
    .index_product .product-list .item {
      position: relative;
      z-index: 9;
      text-align: center; }
      .index_product .product-list .item::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 20px;
        background: rgba(0, 0, 0, 0.2);
        right: -0.5px;
        bottom: 4.4px; }
      .index_product .product-list .item .item-img {
        width: 2.9rem;
        margin: 0 auto; }
        .index_product .product-list .item .item-img img {
          width: 100%;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
      .index_product .product-list .item .item-title {
        font-size: 24px;
        color: #1b2228;
        margin-top: .3rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 1.2;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .index_product .product-list .item:hover .item-img img {
        -webkit-transform: translateY(-0.2rem);
        -moz-transform: translateY(-0.2rem);
        -ms-transform: translateY(-0.2rem);
        -o-transform: translateY(-0.2rem);
        transform: translateY(-0.2rem); }
      .index_product .product-list .item:hover .item-title {
        color: #6691d1; }

@keyframes bodyBG {
  0% {
    background-size: 100% auto; }
  50% {
    background-size: 105% auto; }
  100% {
    background-size: 100% auto; } }
.in_body {
  background: url(../images/bg/7.jpg) no-repeat left bottom #e6eaf0;
  background-size: 100% auto;
  animation: bodyBG 26s infinite; }

@media only screen and (max-width: 1367px) {
  .index_solution .solution-list::after {
    top: 1.54rem;
    left: -.8rem;
    right: -.8rem; }

  .index_product .product-list::after {
    left: -.8rem;
    right: -.8rem; } }
@media only screen and (max-width: 1400px) {
  .index-title {
    font-size: 36px; }

  .index-videoInfo .info, .index_solution .solution-list .item .item-synopsis {
    font-size: 16px; }

  .index_solution .solution-list .item .item-synopsis {
    height: 80.02px; }

  .index-advantage .adv-list .item .text, .index_solution .solution-list .item .item-title, .index_product .product-list .item .item-title {
    font-size: 20px; } }
@media only screen and (max-width: 1367px) {
  .index-title {
    font-size: 34px; }

  .index-videoInfo .info, .index_solution .solution-list .item .item-synopsis {
    font-size: 14px; }

  .index_solution .solution-list .item .item-synopsis {
    height: 70px; }

  .index-advantage .adv-list .item .text, .index_solution .solution-list .item .item-title, .index_product .product-list .item .item-title {
    font-size: 18px; }

  .index-advantage .adv-list .item .text {
    font-weight: normal;
    margin-top: .6rem;
    position: relative; }
    .index-advantage .adv-list .item .text span {
      white-space: nowrap;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); } }
@media only screen and (max-width: 1024px) {
  .wrap, .page_wrap {
    padding-left: 5.335%;
    padding-right: 5.335%;
    width: auto;
    max-width: 100%; } }
@media only screen and (max-width: 768px) {
  .ibanner {
    width: 100%;
    position: relative;
    z-index: 9; }
    .ibanner .img-bg img {
      width: 100%;
      height: 50vh;
      object-fit: cover; }
    .ibanner .logo {
      position: absolute;
      top: 5.2%;
      left: 5.2%;
      width: 12%; }
    .ibanner .ibanner-box {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .ibanner .ibanner-box .wrap {
        width: 75%;
        margin: 0 auto;
        margin-left: 7%; }
      .ibanner .ibanner-box .cover_title01 {
        width: 84%; }
        .ibanner .ibanner-box .cover_title01 img {
          width: 100%; }
      .ibanner .ibanner-box .cover_title02 {
        width: 70%;
        margin-top: 5%; }
        .ibanner .ibanner-box .cover_title02 img {
          width: 100%; }

  .index_video .index-title {
    margin-top: .4rem; }
  .index_video .dot {
    width: 0.15rem;
    padding-top: 0.2rem; }
    .index_video .dot::after, .index_video .dot::before {
      width: 0.15rem;
      height: 0.15rem; }
    .index_video .dot::after {
      width: 0.1rem;
      height: 0.1rem;
      margin-top: 0.1rem; }

  .index-title {
    font-size: .24rem; }

  @keyframes spread {
    0% {
      width: 0.1rem;
      height: 0.1rem;
      opacity: 1; }
    100% {
      width: 0.8rem;
      height: 0.8rem;
      opacity: 0; } }
  .video-box {
    margin-top: .4rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    border-radius: 0.1rem; }
    .video-box .posterBg .icon {
      width: 0.3rem;
      height: 0.3rem; }
      .video-box .posterBg .icon::after, .video-box .posterBg .icon::before {
        content: '';
        width: 0.1rem;
        height: 0.1rem;
        border: 2px solid #ffffff; }

  .index-videoInfo {
    margin-top: -1rem;
    padding: 1rem 0 2rem;
    height: auto;
    min-height: auto; }
    .index-videoInfo .bg {
      top: 0;
      -webkit-mask: radial-gradient(circle at calc(var(--mouse-x, .5) * 100% ) calc(var(--mouse-y, .5) * 100% ), transparent 0.8rem, red 0.8rem); }
    .index-videoInfo .info {
      margin: .5rem 0;
      font-size: .14rem;
      line-height: 1.667; }
      .index-videoInfo .info .img {
        width: 1rem;
        height: 1rem;
        top: 50%;
        transform: translateY(-50%); }

  .index-advantage .index-title {
    top: -1.6rem; }
  .index-advantage .adv-list {
    width: 100%; }
    .index-advantage .adv-list .item {
      width: 1rem;
      position: relative;
      margin-top: -0.8rem; }
      .index-advantage .adv-list .item::after {
        width: 1rem;
        height: 1rem;
        left: 0;
        top: 0; }
      .index-advantage .adv-list .item .icon {
        width: 1rem;
        height: 1rem;
        -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
        -moz-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
        -ms-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
        -o-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
        box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1); }
      .index-advantage .adv-list .item:first-child {
        margin-top: -0.48rem; }
      .index-advantage .adv-list .item:nth-child(2) {
        margin-top: -0.64rem; }
      .index-advantage .adv-list .item .text {
        font-size: 0.12rem;
        margin-top: .2rem;
        position: static; }
        .index-advantage .adv-list .item .text span {
          position: static;
          transform: translateX(0);
          left: 0;
          display: block;
          white-space: normal; }
      .index-advantage .adv-list .item:hover::after {
        left: -0.2rem;
        top: -0.2rem; }

  .index_solution {
    padding: .4rem 0 .4rem; }
    .index_solution .solution-list {
      margin-top: 0.5rem;
      display: block;
      padding: 0.1rem; }
      .index_solution .solution-list::after {
        top: -0.1rem;
        left: -0.1rem;
        right: -0.1rem;
        bottom: -0.1rem;
        height: auto;
        -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
        -moz-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
        -ms-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
        -o-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
        box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
        -webkit-border-radius: 0.1rem;
        -moz-border-radius: 0.1rem;
        -ms-border-radius: 0.1rem;
        -o-border-radius: 0.1rem;
        border-radius: 0.1rem; }
      .index_solution .solution-list .item {
        width: 100%;
        padding-bottom: 0.5rem; }
        .index_solution .solution-list .item:last-child {
          padding-bottom: 0; }
        .index_solution .solution-list .item .item-img {
          width: 100%;
          -webkit-border-radius: 0.1rem;
          -moz-border-radius: 0.1rem;
          -ms-border-radius: 0.1rem;
          -o-border-radius: 0.1rem;
          border-radius: 0.1rem; }
        .index_solution .solution-list .item .item-title {
          font-size: .18rem;
          margin-top: .2rem; }
        .index_solution .solution-list .item .item-synopsis {
          font-size: .14rem;
          margin: .15rem auto .2rem;
          height: auto; }
        .index_solution .solution-list .item .item-btn {
          width: 1.6rem;
          line-height: 0.4rem;
          -webkit-border-radius: 0.1rem;
          -moz-border-radius: 0.1rem;
          -ms-border-radius: 0.1rem;
          -o-border-radius: 0.1rem;
          border-radius: 0.1rem; }
          .index_solution .solution-list .item .item-btn span {
            font-size: .14rem;
            padding-left: .24rem;
            background-size: auto .16rem; }
        .index_solution .solution-list .item:hover .item-btn span {
          background-size: auto .16rem; }

  .index_product {
    padding: 0.4rem 0 1rem;
    background-size: 150% auto; }
    .index_product .product-list {
      margin-top: 0.5rem;
      display: block;
      padding: 0  0.1rem; }
      .index_product .product-list .product-swiper {
        padding: 0 0 14px; }
        .index_product .product-list .product-swiper .swiper-slide-next + div .item::after {
          display: none; }
        .index_product .product-list .product-swiper .swiper-pagination {
          bottom: 2vw; }
      .index_product .product-list::after {
        top: -0.1rem;
        left: -0.1rem;
        right: -0.1rem;
        bottom: -0.1rem;
        height: auto;
        -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
        -moz-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
        -ms-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
        -o-box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
        box-shadow: 0px 5px 40px 0px rgba(0, 85, 183, 0.1);
        -webkit-border-radius: 0.1rem;
        -moz-border-radius: 0.1rem;
        -ms-border-radius: 0.1rem;
        -o-border-radius: 0.1rem;
        border-radius: 0.1rem; }
      .index_product .product-list .item {
        padding: 0.5rem 0; }
        .index_product .product-list .item::after {
          display: none; }
        .index_product .product-list .item .item-img {
          width: 70%; }
        .index_product .product-list .item .item-title {
          font-size: .18rem;
          margin-top: .2rem; } }
/*

27.31px

16px   0.585rem
18px   0.659rem
20px   0.732rem
22px   0.805rem
24px   0.878rem
28px   1.025rem
30px   1.098rem
34px   1.244rem
40px   1.464rem
60px   2.196rem

-------------------------
tongyi

35      0.878rem
18   0.659rem

*/

/*# sourceMappingURL=index.css.map */
