@charset "UTF-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: "12px";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent; }

.container-fluid {
  padding-left: 0px;
  padding-right: 0px; }

@media only screen and (min-width: 1280px) {
  .container {
    max-width: 1024px; } }

@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1400px; } }

@media only screen and (min-width: 1800px) {
  .container {
    max-width: 1600px; } }

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
.index_kv__body .kv__con {
  position: relative; }
  .index_kv__body .kv__con .bg {
    display: block;
    width: 100%; }
  .index_kv__body .kv__con .link {
    display: block;
    text-decoration: none; }
  .index_kv__body .kv__con .txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .index_kv__body .kv__con .txt h3, .index_kv__body .kv__con .txt p {
      color: #333; }
    .index_kv__body .kv__con .txt h3 {
      font-size: 40px;
      font-size: 4rem;
      color: #504f4f;
      line-height: 1.3;
      padding-bottom: 30px;
      font-weight: 700; }
    .index_kv__body .kv__con .txt p {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.8;
      padding-bottom: 30px; }

.index_services__body {
  padding: 80px 0; }
  .index_services__body .list li {
	box-sizing: border-box;
	border-radius: 6px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    transition: all .4s;
	width: 23.5%;
	min-height: 300px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
    .index_services__body .list li:hover {
      transform: translateY(-10px); }
    .index_services__body .list li img {
      display: block;
      margin: 0 auto 20px;
      max-width: 30%; }
    .index_services__body .list li h3, .index_services__body .list li p {
      color: #333;
      text-align: center; }
    .index_services__body .list li h3 {
      font-size: 22px;
      font-size: 2.2rem;
      padding-bottom: 10px; 
	      display: block;
		      text-shadow: 2px 2px 8px #999;}
    .index_services__body .list li p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.8; }
  .index_services__body .btn__con {
    text-align: center;
    padding-top: 40px; }

.index_about__body .flex {
  align-items: center; }

.index_about__body .txt {
  width: 45%;
  box-sizing: border-box;
  padding: 0 30px 0 8%; }
 .index_about__body .txt h6 {
	color: #FFF;
	font-size: 20px;
	font-size: 2.0rem;
	background: #05a7ef;
	display: block;
	width: 100px;
	padding: 10px;
	}
  .index_about__body .txt h3 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.8;
	color: #333;
	padding: 20px 0 30px;
	font-weight: 700;
}
  .index_about__body .txt p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8; }
  .index_about__body .txt .big_btn_border {
    margin-top: 20px; }

.index_about__body .img {
  width: 55%;
  position: relative;
  z-index: 100; }
  .index_about__body .img .bg {
    display: block;
    width: 100%; }
  .index_about__body .img .in_txt {
    max-width: 380px;
    box-sizing: border-box;
    position: absolute;
    background-color: #fff;
    border-radius: 6px;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px 30px 20px; }
    .index_about__body .img .in_txt li {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 10px; }
      .index_about__body .img .in_txt li i {
        color: #05a7ef;
        width: 30px;
        font-size: 16px;
        padding-top: 5px; }
      .index_about__body .img .in_txt li p {
        width: calc(100% - 30px);
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.8; }

.index_solution__body {
  padding: 100px 0; }

.index_stage__body .img {
  width: 60%;
  position: relative;
  z-index: 100; }
  .index_stage__body .img .bg {
    width: 100%; }
  .index_stage__body .img .in_txt {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    min-height: 300px;
    width: 70%;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(50%, -50%);
    box-sizing: border-box;
    padding: 120px 100px; }
    .index_stage__body .img .in_txt p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.8; }
    .index_stage__body .img .in_txt .ico {
      position: absolute;
      top: 0%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 120px; }

.index_products__body {
  padding: 70px 0; }
  .index_products__body .btn__con {
    padding-top: 50px;
    text-align: center; }

.index_why__body .txt {
  width: 43%; }

.index_why__body .img {
  width: 50%; }
  .index_why__body .img .in_txt {
    width: 50%;
    left: -60px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); }
    .index_why__body .img .in_txt dl {
      width: 100%; }
      .index_why__body .img .in_txt dl dt {
        color: #333;
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 10px; }
      .index_why__body .img .in_txt dl dd {
        margin-bottom: 10px; }
        .index_why__body .img .in_txt dl dd .bar {
          height: 8px;
          border-radius: 4px;
          background-color: #95e5de;
          position: relative;
          z-index: 1;
          margin-bottom: 5px;
          overflow: hidden; }
          .index_why__body .img .in_txt dl dd .bar i {
            height: 8px;
            position: absolute;
            left: 0;
            top: 0;
            background-color: #05a7ef; }
        .index_why__body .img .in_txt dl dd h6 {
          text-align: left;
          color: #05a7ef;
          font-size: 14px;
          font-size: 1.4rem; }

.index_news__body {
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
}
