﻿@charset "UTF-8";
/*** banner ***/
.indban-slide {
  width: 100%;
  position: relative;
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
}
.indban-slide.web .imgs {
  width: 100%;
  height: 460px;
  display: block;
  background: no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.indban-slide.app img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.indban-ctrl {
  width: 100%;
  line-height: 15px;
  text-align: center;
  vertical-align: top;
}
.indban-ctrl .swiper-pagination-bullet {
  cursor: pointer;
  width: 15px;
  height: 15px;
  background: #fff;
  vertical-align: top;
}
.indban-ctrl.web {
  position: absolute;
  left: 0;
  bottom: 24px;
  z-index: 20;
}
.indban-ctrl.web .swiper-pagination-bullet {
  border-color: #fff;
  margin: 0 5px;
}
.indban-ctrl.web .swiper-pagination-bullet-active {
  background: #666;
  border-color: #666;
}
.indban-ctrl.app {
  bottom: auto !important;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #383838;
  display:none;
}
.indban-ctrl.app .swiper-pagination-bullet {
  border: solid 1px #2b2b2b;
  margin: 0 4.5px;
}
.indban-ctrl.app .swiper-pagination-bullet-active {
  background: #666;
  border-color: #666;
}

/*** 产品列表 ***/
.main-box {
  padding: 40px 0 60px;
}

.indPrdt-list {
  margin: 0 -1px 0 0;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.indPrdt-list .item {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 20px;
  position: relative;
}
.indPrdt-list .item:hover .item-imgs .image {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.indPrdt-list .item-icon {
  width: 58px;
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 10;
}
.indPrdt-list .item-icon img {
  width: 100%;
  display: block;
}
.indPrdt-list .item-imgs {
  width: 100%;
  height: 230px;
  display: block;
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}
.indPrdt-list .item-imgs .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: contain;
  position: relative;
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
}
.indPrdt-list .item-bd {
  padding: 20px 0 0;
}
.indPrdt-list .item-tit {
  font-weight: bold;
  color: #222;
  font-size: 18px;
  line-height: 1.1em;
  height: 1.1em;
  overflow: hidden;
}
.indPrdt-list .item-price {
  text-align: center;
  line-height: 22px;
  margin: 18px -10px 0;
}
.indPrdt-list .item-price .tt {
  font-size: 13px;
  font-weight: bold;
  float: left;
  margin-right: 1em;
}
.indPrdt-list .item-price .money {
  font-size: 16px;
  color: #222;
  float: right;
}
.indPrdt-list .item-price .price1 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 10px 0 0;
  margin: 13px 10px 0 0;
}
.indPrdt-list .item-price .price1:after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background: #222;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
.indPrdt-list .item-price .price1 .tt {
  color: #888;
}
.indPrdt-list .item-price .price2 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 13px 0 0;
}
.indPrdt-list .item-price .price2 .tt {
  color: #f4715c;
}
.indPrdt-list .item-price .price2 .tip {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
  line-height: 16px;
  color: #f4715c;
}
.indPrdt-list .item-tool {
  width: 100%;
  display: table;
  margin-top: 25px;
}
.indPrdt-list .item-tool a {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.indPrdt-list .item-tool a.link1 {
  color: #666;
  border: 1px solid #afafaf;
}
.indPrdt-list .item-tool a.link1:hover {
  background-color: #efefef;
}
.indPrdt-list .item-tool a.link2 {
  color: #fff;
  background: #f4715c;
  border: 1px solid #c43c2b;
}
.indPrdt-list .item-tool a.link2:hover {
  background-color: #c43c2b;
}

@media (max-width: 767.98px) {
  .main-box {
    padding: 0 0 0.6rem;
  }
  
  
.develop-list__inside {position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%)}
.develop-list__title {display:block; font-size:19px; font-weight:700; color:#222}
.develop-list__text {margin-top:12px; font-size:14px; color:#555; line-height:1.6}
.develop-list__item {padding:26px 0; border-bottom:1px solid #ebebeb}
.develop-list__item:nth-child(1) {padding-top:0}
.develop-view {margin-top:35px; padding:0 30px}
.develop-view__item:nth-child(n+2) {margin-top:30px}
.develop-view__image {overflow:hidden}
.develop-view__image img {width:100%; max-width:100%; transition:transform .3s ease-out; transform:scale(1)}
.develop-view__image img:hover {transform:scale(1.05)}
.develop-view__text {margin-top:13px; font-size:14px; font-weight:700; color:#222; text-align:center}

  .indPrdt-list {
    margin: 0 -10px;
    border: none;
  }
  .indPrdt-list .item {
    padding: 0;
    border: none;
    border-bottom: solid 1px #e5e5e5;
  }
  .indPrdt-list .item-bd {
    padding: 0.2rem;
  }
  .indPrdt-list .item-imgs {
    height: 2rem;
  }
  .indPrdt-list .item-tit {
    font-size: 0.18rem;
  }
  .indPrdt-list .item-price {
    width: 100%;
    display: table;
    line-height: 0.22rem;
    margin: 0.18rem 0 0;
    position: relative;
  }
  .indPrdt-list .item-price:after {
    content: '';
    position: absolute;
    left: 49.8%;
    bottom: 0;
    width: 1px;
    height: 16px;
    background: #666;
  }
  .indPrdt-list .item-price .tt {
    float: left;
  }
  .indPrdt-list .item-price .money {
    float: right;
  }
  .indPrdt-list .item-price .price1 {
    width: 46%;
    float: left;
    margin-right: 0;
  }
  .indPrdt-list .item-price .price1:after {
    display: none;
  }
  .indPrdt-list .item-price .price2 {
    width: 46%;
    float: right;
  }
  .indPrdt-list .item-price .price2 .tip {
    right: 0;
  }
  .indPrdt-list .item-tool {
    margin-top: 0.2rem;
  }
  .indPrdt-list .item-tool a {
    line-height: 0.4rem;
    font-size: 0.16rem;
  }
}
/**** 故事 ***/
.main-box {
  padding: 44px 0 0;
}

.indtab-titbox {
  display: none;
  position: relative;
  padding: 15px 0 61px;
  font-size: 30px;
  font-weight: 700;
  color: #222;
  text-align: center;
}
.indtab-titbox li {
  display: none;
}
.indtab-titbox li.active {
  display: block;
}

.indtab-list {
  display: flex;
  align-items: flex-end;
  margin-bottom: 35px;
  padding: 0 10px;
}
.indtab-list li {
  flex: 1;
}
.indtab-list li.active a {
  border-color: #efa518;
  color: #efa518;
}
.indtab-list a {
  display: block;
  padding: 10px 0;
  border-bottom: 2px solid #f3f3f3;
  font-size: 13px;
  font-weight: 700;
  color: #222;
  text-align: center;
}

.indtab-pane {
  display: none;
  min-height: 600px;
}
.indtab-pane.active {
  display: block;
}

.sect-story_one {
  width: 100%;
  overflow: hidden;
}
.sect-story_one img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.story-head_inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.story-head_title {
  position: absolute;
  left: auto;
  right: 8%;
  bottom: 28%;
  font-size: 14px;
  font-weight: 400;
  color: #222;
}
.story-head_title span {
  font-weight: 700;
}

.story-head_list {
  position: absolute;
  bottom: 15%;
  right: 9%;
}

.story-head_item {
  font-size: 12px;
  color: #555;
  position: relative;
  padding-left: 10px;
  text-align: right;
}

.sect-story_two {
  display: table;
  width: 100%;
  margin-top: 51px;
  padding: 0;
}

.story-list_item:nth-child(n+2) {
  margin-top: 50px;
}
.story-list_item:after {
  display: block;
  clear: both;
  content: "";
}

.story-list_image img {
  width: 100%;
  max-width: 100%;
}

.story-list_inside {
  padding-top: 16px;
}

.story-list_title {
  font-size: 19px;
  font-weight: 700;
  color: #222;
}
.story-list_title span {
  color: #efa518;
}

.story-list_text {
  margin-top: 7px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.story-list_text br {
  display: none;
}

.sect-story_footer {
  position: relative;
  height: 384px;
  margin: 60px 0 -65px;
  background: url(../../Img/images/img_story_foot_m.jpg) no-repeat 50% 100%, url(../../Img/images/img_story_foot_m_02.jpg) repeat-y 50% 0;
  background-size: 100% auto;
}
.sect-story_footer .global-inner {
  height: 100%;
}

.story-foot_text {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 100%;
  padding: 0 30px;
  text-align: center;
  color: #555;
  font-size: 14px;
  transform: translate(-50%, 0);
}
.story-foot_text span {
  color: #999;
}

/********/
.ind-material {
  padding-bottom: 65px;
}

.material-list {
  padding: 0 10px;
  font-size: 16px;
}

.material-list_item {
  margin-top: 45px;
}
.material-list_item.material-list_item4 .material-list_image {
  margin: 20px 0;
}

.material-list_image {
  text-align: center;
}
.material-list_image img {
  width: 100%;
  max-width: 100%;
}

.material-list_inside {
  margin-top: 9px;
  padding: 0 10px;
}

.material-list_number {
  display: inline-block;
  font-size: 14px;
  color: #555;
}


.material-list_title {
  margin-top: 3px;
  display: block;
  font-weight: 700;
  font-size: 19px;
  color: #222;
}
.material-list_title sup {
  top: -7px;
  font-size: 12px;
  font-weight: 400;
  color: #999;
}

.material-list_text {
  margin-top: 7px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.material-list_text sup {
  top: -3px;
  font-size: 11px;
  color: #999;
}

.material-list_footnote {
  margin-top: 8px;
  padding-left: 10px;
  font-size: 13px;
  color: #999;
  line-height: 1.6;
  text-indent: -9px;
}
.material-list_footnote p {
  margin-top: 8px;
}
.material-list_footnote p:first-child {
  margin-top: 0;
}

.slick-arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 1px;
  color: transparent;
  cursor: pointer;
}
.slick-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  border: 2px solid #efa518;
  border-top: 0;
  border-left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:after {
  transform: rotate(-225deg);
  margin-left: -4px;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:after {
  transform: rotate(-45deg);
  margin-left: -10px;
}
.slick-arrow.slick-disabled:after {
  border-color: #c5c5c5;
  cursor: default;
}

.material-list_slide {
  position: relative;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: center;
}
.slick-list .slide-inner {
  padding: 20px 0;
  text-align: center;
}
.slick-list .imgs {
  display: block;
  max-width: 275px;
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.slick-list .bd {
  font-size: 12px;
  letter-spacing: -.025em;
}
.slick-list .tit {
  display: block;
  margin: 15px 0 5px;
  font-weight: 400;
  color: #222;
}
.slick-list .doc {
  color: #666;
  line-height: 1.42;
}

/**** @media ****/
@media only screen and (min-width: 480px) {
  .sect-story_footer {
    position: relative;
    height: 769px;
    background-size: cover;
  }

  .story-foot_text {
    top: 15%;
    width: 80%;
    font-size: 20px;
    transform: translate(-50%, 0);
    margin-top: 28px;
  }
}
@media screen and (min-width: 1320px) {
  .main-box {
    padding: 100px 0 0;
  }

  .indtab-titbox {
    display: block;
  }
  .indtab-titbox:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 1px;
    background-color: #555;
    content: "";
  }

  .indtab-list {
    margin-bottom: 72px;
    padding: 0;
  }
  .indtab-list a {
    font-size: 17px;
    font-weight: 500;
  }

  .story-head_inside {
    top: 210px;
    left: 50%;
    margin-left: 83px;
    padding: 0;
  }

  .story-head_title {
    bottom: 24%;
    left: 8%;
    position: static;
    font-size: 20px;
  }

  .story-head_list {
    position: static;
    margin-top: 15px;
    bottom: 7%;
    right: 8%;
  }

  .story-head_item {
    position: relative;
    font-size: 16px;
    padding-left: 0;
    text-align: left;
  }

  .sect-story_two {
    margin-top: 100px;
    padding: 0;
  }

  .story-list_item:nth-child(2) .story-list_image {
    float: right;
  }
  .story-list_item:nth-child(2) .story-list_inside {
    height: 328px;
    padding-left: 60px;
  }
  .story-list_item:nth-child(n+2) {
    margin-top: 90px;
  }

  .story-list_image {
    display: table-cell;
  }

  .story-list_inside {
    display: table-cell;
    padding: 0 0 0 115px;
    vertical-align: middle;
  }

  .story-list_title {
    font-size: 22px;
  }

  .story-list_text {
    width: 430px;
    margin-top: 20px;
    font-size: 16px;
  }
  .story-list_text br {
    display: block;
  }

  .sect-story_footer {
    height: 490px;
    margin: 195px auto 0;
    background: url(../../Img/images/img_story_foot_p.jpg) no-repeat 50% 100%;
  }

  /*******/
  .ind-material {
    padding-bottom: 130px;
  }

  .material-list {
    width: 1082px;
    margin: 0 auto;
    padding: 0;
  }

  .material-list_item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-top: 150px;
  }
  .material-list_item.material-list_item1-1 {
    margin-top: 0;
  }
  .material-list_item.material-list_item1 {
    margin-top: 0;
  }
  .material-list_item.material-list_item1 {
    flex-direction: row-reverse;
  }
  .material-list_item.material-list_item3 .material-list_inside {
    padding-bottom: 90px;
  }
  .material-list_item.material-list_item5 {
    margin-top: 120px;
  }
  
.develop-list__inside {text-align:center;}
.develop-list__title {font-size:28px;font-weight:400;}
.develop-list__text {margin-top:15px; font-size:15px}
.develop-view {margin:140px -40px 0; padding:0; font-size:0}
.develop-view__item {display:inline-block; width:33.33%; padding:0 40px}
.develop-list__item {display:inline-block; position:relative; width:50%; height:177px; padding-top:0 !important; border-bottom:none; vertical-align:top}
.develop-list__item:nth-child(2n) {border-left:1px solid #ebebeb;}
.develop-list__item:nth-child(n+3) {margin-top:100px}
.develop-view__text {margin-top:15px; font-size:16px}
.develop-view__image {overflow:hidden}
.develop-view__image img {width:100%; max-width:100%; transition:transform .3s ease-out; transform:scale(1)}
.develop-view__image img:hover {transform:scale(1.05)}
.develop-view__text {margin-top:13px; font-size:14px; font-weight:700; color:#222; text-align:center}

  .material-list_image {
    flex: 1 0 auto;
    width: 541px;
  }

  .material-list_inside {
    flex: 1 0 auto;
    width: 541px;
    margin-top: 0;
    padding: 0 0 0 30px;
  }

  .material-list_number {
    font-size: 18px;
  }

  .material-list_title {
    margin-top: 11px;
    font-size: 30px;
  }
  .material-list_title sup {
    top: -15px;
    font-size: 12px;
  }

  .material-list_text {
    margin-top: 8px;
    font-size: 16px;
  }
  .material-list_text sup {
    top: -5px;
    font-size: 10px;
  }

  .material-list_footnote {
    margin-top: 20px;
    padding-left: 11px;
    font-size: 14px;
    text-indent: -11px;
  }
  .material-list_footnote p {
    margin-top: 20px;
  }

  .slick-arrow {
    margin-top: -40px;
    top: auto;
    bottom: 23px;
    width: 60px;
    height: 60px;
  }
  .slick-arrow:after {
    width: 27px;
    height: 27px;
    margin-top: -13px;
    border-width: 2px;
  }
  .slick-arrow.slick-prev {
    left: -215px;
  }
  .slick-arrow.slick-prev:after {
    margin-left: -5px;
  }
  .slick-arrow.slick-next {
    right: auto;
    left: -121px;
  }
  .slick-arrow.slick-next:after {
    margin-left: -22px;
  }

  .material-list_slide {
    margin-top: 0;
    flex: none;
    width: 500px;
    padding-bottom: 30px;
  }

  .slick-list .imgs {
    max-width: 200px;
    width: 100%;
  }
  .slick-list .bd {
    font-size: 15px;
    letter-spacing: 0;
  }
  .slick-list .tit {
    display: block;
    margin: 26px 0 8px;
    font-weight: 400;
    color: #222;
  }
  .slick-list .doc {
    color: #666;
    line-height: 1.42;
  }
}

/*# sourceMappingURL=index.css.map */
