.groupHeader {
  position: fixed !important;
  top: 0 !important;
}
.o_scrollbody {
  overflow-y: hidden !important;
}
.story_title {
  position: relative;
  text-align: left;
}
.story_title:after {
  content: " ";
  width: 200px;
  height: 3px;
  background-color: #32beff;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
}
.story_title span {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#32beff), to(#005aab));
  background-image: -webkit-linear-gradient(to right, #FFA500 0%, #FF0000 100%);
  background-image: -moz-linear-gradient(to right, #FFA500 0%, #FF0000 100%);
  background-image: linear-gradient(to right, #FFA500 0%, #FF0000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  text-align: left;
  line-height: 1;
  padding-bottom: 30px;
}
.story_title em {
  font-size: 64px;
  color: #FA8072;
  opacity: 0.3;
  line-height: 1;
  position: absolute;
  right: 9px;
  top: -6px;
  font-family: ArialMT;
}
.story_title hr {
  background: #0f2341;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.marginTop {
  padding-top: 120px;
}
.marginTop.noscrool .o_scrollWin:after {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .marginTop {
    padding-top: 110px;
  }
}
@media (min-width: 701px) and (max-width: 991px) {
  .marginTop {
    padding-top: 70px;
  }
}
@media (min-width: 576px) and (max-width: 700px) {
  .marginTop {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .marginTop {
    padding-top: 50px;
  }
}
.developmentPath {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFAFA), to(#fff));
  background: -webkit-linear-gradient(#FFFAFA, #fff);
  background: -moz-linear-gradient(#FFFAFA, #fff);
  background: linear-gradient(#FFFAFA, #fff);
}
.layout {
  height: 100vh;
  position: relative;
}
.layout .layout_left {
  display: block;
  position: absolute;
  width: 150px;
  padding-top: 45px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
  vertical-align: top;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.layout .layout_left::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.layout .layout_left .o_barbox {
  display: none !important;
}
.layout .layout_left .o_scrollbody > div {
  padding-right: 0 !important;
}
.layout .layout_left .height {
  overflow: auto;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.layout .layout_left .height::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.layout .layout_left ul li {
  line-height: 1;
}
.layout .layout_left ul li .nr {
  width: 56px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.layout .layout_left ul li span {
  display: block;
  color: #999999;
  font-size: 14px;
  padding-left: 15px;
  position: absolute;
  top: -1px;
  cursor: pointer;
}
.layout .layout_left ul li p {
  position: relative;
  z-index: 2;
}
.layout .layout_left ul li .line {
  height: 30px;
  margin: 0 auto;
  width: 1px;
  background-color: #0f2341;
  display: block;
  opacity: 0.1;
  position: relative;
  top: -1px;
}
.layout .layout_left ul li .topLine {
  height: 2px;
  margin: 0 auto;
  width: 1px;
  background-color: #0f2341;
  display: block;
  opacity: 0.1;
  position: absolute;
  top: -1px;
  left: 4px;
  filter: alpha(opacity=10);
}
.layout .layout_left ul li .no {
  display: inline-block;
  cursor: pointer;
}
.layout .layout_left ul li .yes {
  display: none;
}
.layout .layout_left ul li:first-child .topLine {
  display: none;
}
.layout .layout_left ul li.cur .nr {
  left: -11px;
}
.layout .layout_left ul li.cur span {
  color: red;
  font-size: 20px;
  top: 6px;
  padding-left: 0;
  left: 45px;
}
.layout .layout_left ul li.cur .no {
  display: none;
}
.layout .layout_left ul li.cur .yes {
  display: inline-block;
}
.layout .layout_right {
  width: 100%;
  padding-left: 150px;
  height: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.layout .layout_right_content {
  padding: 60px 90px;
  height: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.layout .layout_right_content .fzlc {
  padding-top: 30px;
}
.layout .layout_right_content .fzlc_left {
  padding-right: 60px;
  vertical-align: top;
}
.layout .layout_right_content .fzlc_left .hidden_pic {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.layout .layout_right_content .fzlc_left .hidden_pic .imgbefore {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 20px solid #0f2341;
  opacity: 0.1;
  filter: alpha(opacity=10);
  z-index: 1;
  pointer-events: none;
}
.layout .layout_right_content .fzlc_left .hidden_pic:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 119px;
  width: 100%;
  background: url(fazhanlicheng_mengceng.png) repeat-x;
  z-index: 2;
  pointer-events: none;
}
.layout .layout_right_content .fzlc_left .hidden_pic p {
  position: absolute;
  left: 40px;
  bottom: 35px;
  font-size: 16px;
  color: #ffffff;
  padding-right: 40px;
  z-index: 3;
}
.layout .layout_right_content .fzlc_right {
  position: relative;
}
.layout .layout_right_content .fzlc_right .vline {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #0f2341;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.layout .layout_right_content .fzlc_right .ScrollBar {
  padding-left: 60px;
}
.layout .layout_right_content .fzlc_right .ScrollBar .o_scrollWin .o_barbox {
  background: none !important;
  width: 5px;
  padding: 0px !important;
}
.layout .layout_right_content .fzlc_right .ScrollBar .o_scrollWin:after {
  position: absolute;
  content: " ";
  height: 23px;
  width: 96%;
  box-shadow: 0px 0px 10px 0px #effafc;
  bottom: -9px;
  -webkit-filter: blur(5px);
  filter: blur(10px);
  background: #effafc;
  display: none\9;
}
.layout .layout_right_content .fzlc_right .ScrollBar .o_scrollWin .o_barbox span {
  background: #0f2341;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .bg {
  padding-right: 45px;
}
.layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .bg .ScrollBarbody {
  padding-right: 7px;
}
.layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .wz {
  padding-top: 20px;
  -webkit-text-size-adjust: none;
}
.layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .wz h3 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 5px;
}
.layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .wz p {
  color: #999999;
  font-size: 14px;
  line-height: 1.75 !important;
}
.layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .wz:first-child {
  padding-top: 0;
}
.layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .wz .line {
  border-bottom: dashed 1px #0f2341;
  opacity: 0.1;
  padding-bottom: 20px;
}
.o_scrollWin .o_barbox .o_bar {
  background: #005aab;
  border-radius: 10px;
  margin-top: 0;
}

@media (min-width: 1200px) {
  .swiper-wrapper,
  .swiper-slide {
    width: 100% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .layout .layout_right_content {
    padding: 60px;
  }
  .layout .layout_right_content .fzlc_left {
    padding-right: 30px;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar {
    padding-left: 30px;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .bg {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .o_scrollbody > div {
    padding: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout .layout_right_content .fzlc_left .hidden_pic:after {
    height: 100px;
  }
  .layout .layout_left {
    width: 130px;
  }
  .layout .layout_right {
    padding-left: 130px;
  }
  .layout .layout_right_content {
    padding: 60px;
  }
  .layout .layout_right_content .fzlc_left {
    padding-right: 30px;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar {
    padding-left: 30px;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .bg {
    padding-right: 30px;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .bg .ScrollBarbody {
    padding-right: 5px;
  }
  .layout .layout_right_content .fzlc_left .hidden_pic {
    max-height: 300px;
  }
  .story_title span {
    font-size: 36px;
  }
  .story_title em {
    font-size: 48px;
    top: -5px;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .wz h3 {
    font-size: 14px;
  }
  .o_scrollbody > div {
    padding: 0 !important;
  }
}
@media (min-width: 701px) and (max-width: 991px) {
  .layout .layout_right_content .fzlc_left .hidden_pic:after {
    height: 100px;
  }
  .layout {
    overflow: hidden;
  }
  .layout .layout_left {
    width: 130px;
  }
  .layout .layout_right {
    padding-left: 130px;
  }
  .layout .layout_right_content {
    padding-left: 60px;
    padding-right: 60px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .layout .layout_right_content .fzlc_left {
    padding-bottom: 30px;
    padding-right: 0px;
    border-bottom: 1px solid rgba(15, 35, 65, 0.1);
    margin-bottom: 30px;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar {
    padding-left: 0px;
    overflow: auto;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .layout .layout_right_content .fzlc_right .ScrollBar::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .bg {
    padding-right: 0px;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .bg .ScrollBarbody {
    padding-right: 9px;
  }
  .layout .layout_right_content .fzlc_left .hidden_pic {
    height: 300px !important;
  }
  .story_title span {
    font-size: 36px;
  }
  .story_title em {
    font-size: 48px;
    top: -5px;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .o_scrollWin .o_barbox {
    display: none !important;
  }
  .layout .layout_right_content .fzlc_right .vline {
    display: none;
  }
  .o_scrollWin {
    padding-right: 0 !important;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .wz h3 {
    font-size: 14px;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .o_scrollWin:after {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 700px) {
  .layout .layout_right_content .fzlc_left .hidden_pic:after {
    height: 100px;
  }
  .layout {
    overflow: hidden;
  }
  .layout .layout_left {
    width: 100px;
  }
  .layout .layout_right {
    padding-left: 100px;
  }
  .layout .layout_right_content {
    padding-left: 60px;
    padding-right: 60px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .layout .layout_right_content {
    padding-left: 45px;
    padding-right: 45px;
  }
  .layout .layout_right_content .fzlc_left {
    padding-bottom: 20px;
    padding-right: 0px;
    border-bottom: 1px solid rgba(15, 35, 65, 0.1);
    margin-bottom: 20px;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar {
    padding-left: 0px;
    overflow: auto;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .layout .layout_right_content .fzlc_right .ScrollBar::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .bg {
    padding-right: 0px;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .bg .ScrollBarbody {
    padding-right: 9px;
  }
  .layout .layout_right_content .fzlc_left .hidden_pic {
    height: 250px !important;
  }
  .story_title span {
    font-size: 36px;
  }
  .story_title em {
    font-size: 48px;
    top: -5px;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .o_scrollWin .o_barbox {
    display: none !important;
  }
  .layout .layout_right_content .fzlc_right .vline {
    display: none;
  }
  .o_scrollWin {
    padding-right: 0 !important;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .wz h3 {
    font-size: 14px;
  }
  .layout .layout_left ul li.cur span {
    font-size: 16px;
    left: 32px;
  }
  .layout .layout_left ul li.cur .yes {
    width: 25px;
    height: 25px;
  }
  .layout .layout_left ul li.cur .nr {
    left: -8px;
  }
  .layout .layout_left ul li span {
    font-size: 12px;
    padding-left: 10px;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .o_scrollWin:after {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .layout {
    position: relative;
    overflow: hidden;
  }
  .layout .layout_left {
    width: 100%;
    height: auto;
    position: fixed;
    background: white;
    z-index: 6;
    padding-top: 0;
    bottom: 0;
  }
  .layout .layout_left .o_scrollbody::-webkit-scrollbar {
    display: none;
    overflow: hidden;
  }
  .layout .layout_left .height {
    height: auto !important;
  }
  .layout .layout_right {
    padding: 0;
    width: 100vw !important;
    padding-top: 45px;
    height: -moz-calc(100% - 45px);
    height: calc(100% - 45px);
  }
  .layout .layout_right_content {
    padding: 0px 8.333%;
    padding-bottom: 40px;
  }
  .layout .layout_right_content .fzlc_left {
    padding-bottom: 20px;
    padding-right: 0px;
    border-bottom: 1px solid rgba(15, 35, 65, 0.1);
    margin-bottom: 20px;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar {
    padding-left: 0px;
    overflow: auto;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .layout .layout_right_content .fzlc_right .ScrollBar::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .bg {
    padding-right: 0px;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .bg .ScrollBarbody {
    background: none;
    padding-right: 0px;
  }
  .layout .layout_right_content .fzlc_left .hidden_pic {
    height: 200px !important;
  }
  .story_title span {
    font-size: 28px;
  }
  .story_title span {
    padding-bottom: 25px;
  }
  .layout .layout_right_content .fzlc {
    padding-top: 25px;
  }
  .story_title em {
    font-size: 36px;
    top: -4px;
  }
  .story_title:after {
    width: 120px;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .o_scrollWin .o_barbox {
    display: none !important;
  }
  .layout .layout_right_content .fzlc_left .hidden_pic p {
    font-size: 12px;
    left: 30px;
    bottom: 20px;
    padding-right: 30px;
  }
  .layout .layout_right_content .fzlc_left .hidden_pic .imgbefore {
    border: 10px solid #0f2341;
  }
  .layout .layout_right_content .fzlc_left .hidden_pic:after {
    height: 70px;
  }
  .layout .layout_right_content .fzlc_right .vline {
    display: none;
  }
  .o_scrollWin {
    padding-right: 0 !important;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .wz h3 {
    font-size: 14px;
  }
  .layout .layout_left ul {
    padding: 0px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
  }
  .layout .layout_left ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout .layout_left ul li:first-child .line {
    display: none;
  }
  .layout .layout_left ul li p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .layout .layout_left ul li.cur span {
    font-size: 14px;
    padding-left: 5px;
    position: relative;
    top: 0;
    left: 0;
  }
  .layout .layout_left ul li.cur .line {
    opacity: 0.1;
  }
  .layout .layout_left ul li .yuan {
    width: 10px;
    height: 10px;
    background: rgba(15, 35, 65, 0.1);
    display: inline-block;
    border-radius: 50%;
  }
  .layout .layout_left ul li .line {
    width: 20px;
    height: 1px;
    display: inline-block;
    top: 0;
  }
  .layout .layout_left ul li.cur .yuan {
    background: #32beff;
  }
  .layout .layout_left ul li.cur .yes {
    width: 25px;
    height: 25px;
  }
  .layout .layout_left ul li.cur .nr {
    left: 0;
    width: auto;
  }
  .layout .layout_left ul li .nr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .layout .layout_left ul li span {
    font-size: 12px;
    padding-left: 10px;
    position: relative;
    top: 0;
    padding: 0px 5px;
  }
  .layout .layout_left ul li .topLine {
    display: none;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .o_scrollWin:after {
    display: none;
  }
  .swiper-container {
    width: auto !important;
  }
  .layout .layout_left ul li:first-child .line {
    display: none;
  }
}
.ie .o_scrollWin:after {
  display: none !important;
}
.ie8 .swiper-wrapper {
  width: 100%;
}
.ie8 .layout_left {
  position: absolute;
  left: 0;
}
.ie8 .layout_right {
  width: 100%;
}
.ie8 .layout .layout_left ul li .line {
  filter: alpha(opacity=10);
}
.ie8 .layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .wz .line {
  filter: alpha(opacity=10);
}
.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  margin: 0;
  width: auto;
}
.developmentPath .history_title {
  padding: 60px 0 45px;
  text-align: center;
}
.developmentPath .history_title h2 {
  display: inline-block;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#32beff), to(#005aab));
  background-image: -webkit-linear-gradient(to right, #FFA500 0%, #FF0000 100%);
  background-image: -moz-linear-gradient(to right, #FFA500 0%, #FF0000 100%);
  background-image: linear-gradient(to right, #FFA500 0%, #FF0000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
}
.developmentPath .history_title h2 br {
  display: none;
}
.developmentPath .haier_history .tab_bar {
  position: relative;
  height: 210px;
}
.developmentPath .haier_history .tab_bar .bg_box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.developmentPath .haier_history .tab_bar .bg_box img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  margin: 0;
  width: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: auto;
  right: 0;
}
@media \0screen {
  .developmentPath .haier_history .tab_bar .bg_box img {
    margin-top: -166px;
  }
}
.developmentPath .haier_history .tab_bar ul {
  z-index: 2;
  text-align: center;
  height: 100%;
}
.developmentPath .haier_history .tab_bar ul li {
  height: 100%;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  position: relative;
  vertical-align: top;
  border-bottom: 1px solid rgba(50, 190, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  cursor: default;
}
.developmentPath .haier_history .tab_bar ul li:first-child {
  border-left: none;
}
.developmentPath .haier_history .tab_bar ul li i {
  display: block;
  margin: 0 auto;
  width: 45px;
  height: 45px;
  font-size: 45px;
  line-height: 45px;
  cursor: default;
  color: #FA8072;
}
.developmentPath .haier_history .tab_bar ul li .stage {
  margin-top: 15px;
}
.developmentPath .haier_history .tab_bar ul li .stage p {
  font-size: 24px;
  line-height: 30px;
  cursor: default;
}
.developmentPath .haier_history .tab_bar ul li .time {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
  cursor: default;
}
.developmentPath .haier_history .tab_bar ul li .line {
  margin-top: 20px;
  height: 1px;
  background-image: url(./intoHaier_haier_history_border.png);
}
.developmentPath .haier_history .tab_bar ul li .describe {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  cursor: default;
  white-space: normal;
}
.developmentPath .haier_history .tab_bar ul li .shadow {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: rgba(50, 190, 255, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c32beff, endColorstr=#4c32beff);
  display: none;
  display: block\0;
  background: none\0;
  -webkit-filter: none\0;
          filter: none\0;
  background: url(./noColorBg.png) repeat\0;
}
.developmentPath .haier_history .tab_bar ul li .select {
  display: none;
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: -5px;
  width: 9px;
  height: 9px;
  margin-left: -5px;
}
.developmentPath .haier_history .tab_bar ul li .select img {
  width: 100%;
  height: 100%;
}
.developmentPath .haier_history .tab_bar ul li.cur {
  border-bottom: 1px solid #32beff;
}
.developmentPath .haier_history .tab_bar ul li.cur i {
  color: #fff;
}
.developmentPath .haier_history .tab_bar ul li.cur .shadow {
  display: block;
  background-color: rgba(50, 190, 255, 0.3) \0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c32beff, endColorstr=#4c32beff) \0;
}
.developmentPath .haier_history .tab_bar ul li.cur .select {
  width: 31px;
  height: 31px;
  margin-left: -16px;
  bottom: -16px;
  background-image: url(./intoHaier_haier_history_radius.png);
  background-size: 100% 100%;
}
.developmentPath .haier_history .tab_bar ul li.cur .select img {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 15px;
  height: 15px;
}
.developmentPath .haier_history .tab_content {
  position: relative;
  background-image: url(./intoHaier_haier_history_details_bg.jpg);
  background-size: auto 100%;
  display: none;
}
.developmentPath .haier_history .tab_content .tabswiper {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.developmentPath .haier_history .tab_content .tabswiper > .scrollList {
  height: 100%;
  width: 600%;
  position: relative;
}
.developmentPath .haier_history .tab_content .tabswiper > .scrollList .list_item {
  height: 100%;
  width: 16.666667%;
  position: relative;
  display: inline-block;
}
.developmentPath .haier_history .tab_content .tabswiper > .scrollList .list_item.cur .pagination {
  display: block;
}
.developmentPath .haier_history .tab_content .tabswiper > .scrollList .list_item .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.developmentPath .haier_history .tab_content .tabswiper > .scrollList .list_item .swiper-wrapper {
  height: 100%;
}
.developmentPath .haier_history .tab_content .tabswiper > .scrollList .list_item .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.developmentPath .haier_history .tab_content .tabswiper > .scrollList .list_item .swiper-slide-content {
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 8.333%;
  right: 8.333%;
}
.developmentPath .haier_history .tab_content .tabswiper > .scrollList .list_item .swiper-slide-content .left {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.developmentPath .haier_history .tab_content .tabswiper > .scrollList .list_item .swiper-slide-content .left img {
  min-width: 100%;
  min-height: 100%;
}
.developmentPath .haier_history .tab_content .tabswiper > .scrollList .list_item .swiper-slide-content .left:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #fff;
  opacity: 0.5;
  margin: 10px;
}
.developmentPath .haier_history .tab_content .tabswiper > .scrollList .list_item .swiper-slide-content .right {
  padding-left: 60px;
  height: 100%;
  position: relative;
}
.developmentPath .haier_history .tab_content .tabswiper > .scrollList .list_item .swiper-slide-content .right h2 {
  font-size: 24px;
  line-height: 30px;
  color: #32beff;
  font-weight: bold;
}
.developmentPath .haier_history .tab_content .tabswiper > .scrollList .list_item .swiper-slide-content .right .line {
  margin-top: 30px;
  height: 3px;
  position: relative;
}
.developmentPath .haier_history .tab_content .tabswiper > .scrollList .list_item .swiper-slide-content .right .line:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(50, 190, 255, 0.2);
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
}
.developmentPath .haier_history .tab_content .tabswiper > .scrollList .list_item .swiper-slide-content .right .line:after {
  content: '';
  width: 200px;
  height: 3px;
  background-color: #32beff;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.developmentPath .haier_history .tab_content .tabswiper > .scrollList .list_item .swiper-slide-content .right p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 25px;
  color: #ccc;
}
.developmentPath .haier_history .tab_content .tabswiper > .scrollList .list_item .swiper-slide-content .right .year {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 90px;
  color: rgba(255, 255, 255, 0.1);
  font-family: Arial;
  font-style: italic;
  line-height: 66px;
}
.developmentPath .haier_history .tab_content .tabswiper .pagination {
  position: absolute;
  bottom: 60px;
  height: 16px;
  margin-left: 60px;
  left: 41.666667%;
  display: none;
}
.developmentPath .haier_history .tab_content .tabswiper .pagination .swiper-pagination-switch {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  text-align: center;
  background-color: #a1abb7;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.developmentPath .haier_history .tab_content .tabswiper .pagination .swiper-pagination-switch.swiper-active-switch {
  border: 3px solid #fff;
  background-color: transparent;
  width: 14px;
  height: 14px;
}
.developmentPath .haier_history .tab_content .tabswiper .arrow {
  cursor: pointer;
  position: absolute;
  bottom: 60px;
  z-index: 8;
  right: 8.333333%;
  color: #fff;
  width: 48px;
  height: 48px;
  font-size: 48px;
  line-height: 48px;
}
.developmentPath .haier_history .tab_content .tabswiper .arrow.prev {
  margin-right: 68px;
}
.developmentPath .haier_history .tab_bar ul li:nth-child(3) .describe br {
  display: none;
}
@media (min-width: 1422px) {
  .developmentPath .haier_history .tab_bar ul li:nth-child(3) .describe br {
    display: block;
  }
}
@media (max-width: 1050px) {
  .developmentPath .haier_history .tab_bar ul li:last-child .describe br {
    display: none;
  }
}
@media \0screen {
  .developmentPath .haier_history .tab_bar .bg_box img {
    margin-top: -166px;
  }
  .developmentPath .haier_history .tab_bar ul li .shadow {
    display: block;
    background: none;
    -webkit-filter: none;
            filter: none;
    background: url(./noColorBg.png) repeat;
  }
  .developmentPath .haier_history .tab_bar ul li.cur .shadow {
    background-color: rgba(50, 190, 255, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c32beff, endColorstr=#4c32beff);
  }
  /* 只有IE 8 */
}
@media (max-width: 1920px) and (min-width: 1920px) {
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .left {
    width: 50%;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right {
    width: 50%;
  }
  .developmentPath .haier_history .tab_content .tabswiper .pagination {
    left: 50%;
  }
}
@media (max-width: 1366px) and (min-width: 1366px) {
  .developmentPath .haier_history .tab_bar {
    height: 280px;
  }
  .developmentPath .haier_history .tab_bar ul li i {
    width: 32px;
    height: 32px;
    font-size: 32px;
    line-height: 32px;
  }
  .developmentPath .haier_history .tab_bar ul li .stage {
    margin-top: 10px;
  }
  .developmentPath .haier_history .tab_bar ul li .stage p {
    font-size: 20px;
    line-height: 26px;
  }
  .developmentPath .haier_history .tab_bar ul li .time {
    margin-top: 10px;
    font-size: 20px;
  }
  .developmentPath .haier_history .tab_bar ul li .line {
    margin-top: 15px;
  }
  .developmentPath .haier_history .tab_bar ul li .describe {
    margin-top: 15px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content {
    top: 45px;
    bottom: 45px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right .line {
    margin-top: 25px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right p {
    margin-top: 25px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right .year {
    font-size: 72px;
    line-height: 56px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .arrow {
    bottom: 45px;
  }
}
@media (max-width: 1280px) and (min-width: 1280px) {
  .developmentPath .haier_history .tab_bar {
    height: 330px;
  }
  .developmentPath .haier_history .tab_bar ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .developmentPath .haier_history .tab_bar ul li i {
    width: 48px;
    height: 48px;
    font-size: 48px;
    line-height: 48px;
  }
  .developmentPath .haier_history .tab_bar ul li .line {
    margin-top: 15px;
  }
  .developmentPath .haier_history .tab_bar ul li .describe {
    margin-top: 15px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right {
    padding-left: 90px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .left {
    width: 50%;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right {
    width: 50%;
  }
  .developmentPath .haier_history .tab_content .tabswiper .pagination {
    margin-left: 90px;
    left: 50%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .developmentPath .history_title {
    padding: 60px 0 30px;
  }
  .developmentPath .history_title h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .developmentPath .haier_history .tab_bar {
    height: 280px;
  }
  .developmentPath .haier_history .tab_bar ul li {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .developmentPath .haier_history .tab_bar ul li i {
    width: 32px;
    height: 32px;
    font-size: 32px;
    line-height: 32px;
  }
  .developmentPath .haier_history .tab_bar ul li .stage {
    margin-top: 10px;
  }
  .developmentPath .haier_history .tab_bar ul li .stage p {
    font-size: 20px;
    line-height: 26px;
  }
  .developmentPath .haier_history .tab_bar ul li .time {
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .developmentPath .haier_history .tab_bar ul li .line {
    margin-top: 15px;
  }
  .developmentPath .haier_history .tab_bar ul li .describe {
    margin-top: 15px;
    font-size: 12px;
    line-height: 18px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content {
    top: 45px;
    bottom: 45px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .left {
    width: 50%;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right {
    width: 50%;
    padding-left: 45px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right .line {
    margin-top: 25px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right p {
    margin-top: 25px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right .year {
    font-size: 72px;
    line-height: 56px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .arrow {
    bottom: 45px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .pagination {
    margin-left: 45px;
    left: 50%;
    bottom: 45px;
  }
}
@media (max-width: 991px) and (min-width: 0px) {
  .developmentPath .history_title {
    padding: 45px 0 30px;
  }
  .developmentPath .history_title h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .developmentPath .history_title h2 br {
    display: block;
  }
  .developmentPath .haier_history {
    min-height: 0;
  }
  .developmentPath .haier_history .tab_bar {
    height: 250px;
  }
  .developmentPath .haier_history .tab_bar .bg_box {
    bottom: 15px;
  }
  .developmentPath .haier_history .tab_bar ul {
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 15px;
  }
  .developmentPath .haier_history .tab_bar ul::-webkit-scrollbar {
    display: none;
  }
  .developmentPath .haier_history .tab_bar ul li {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 171px !important;
  }
  .developmentPath .haier_history .tab_bar ul li i {
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    width: 30px;
  }
  .developmentPath .haier_history .tab_bar ul li .stage {
    margin-top: 15px;
  }
  .developmentPath .haier_history .tab_bar ul li .stage p {
    font-size: 16px;
    line-height: 22px;
  }
  .developmentPath .haier_history .tab_bar ul li .time {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .developmentPath .haier_history .tab_bar ul li .line {
    margin-top: 10px;
  }
  .developmentPath .haier_history .tab_bar ul li .describe {
    margin-top: 10px;
  }
  .developmentPath .haier_history .tab_content .tabswiper > .scrollList {
    height: auto;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item {
    display: inline-block;
    height: auto;
    vertical-align: top;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-top: 45px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-container {
    position: static;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-wrapper {
    width: 100000px;
    height: auto;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-wrapper .swiper-slide {
    display: inline-block;
    height: auto;
    width: auto;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content {
    position: static;
    margin: 0 auto;
    display: block;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .left {
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .left img {
    min-width: 100%;
    min-height: 100%;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right {
    padding: 0;
    height: auto;
    position: relative;
    margin-top: 30px;
    width: 100%;
    padding-bottom: 160px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right .year {
    position: absolute;
    bottom: 62px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .arrow {
    position: absolute;
    bottom: 60px;
    z-index: 8;
    color: #fff;
  }
  .developmentPath .haier_history .tab_content .tabswiper .pagination {
    margin-left: 0;
    left: 8.333333%;
    bottom: 60px;
  }
}
@media (max-width: 574px) and (min-width: 0px) {
  .developmentPath .history_title {
    padding-bottom: 25px;
  }
  .developmentPath .history_title h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .developmentPath .history_title h2 br {
    display: block;
  }
  .developmentPath .haier_history .tab_bar ul li {
    width: 150px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .developmentPath .haier_history .tab_bar ul li .time {
    font-size: 16px;
    line-height: 22px;
  }
  .developmentPath .haier_history .tab_bar ul li .line {
    margin-top: 10px;
  }
  .developmentPath .haier_history .tab_bar ul li .describe {
    font-size: 12px;
    line-height: 18px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item {
    padding-top: 30px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .left {
    height: 200px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right {
    padding-bottom: 123px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right h2 {
    font-size: 16px;
    line-height: 30px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right .line {
    margin-top: 20px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right .line:after {
    width: 120px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right p {
    -webkit-text-size-adjust: none;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right .year {
    position: absolute;
    bottom: 45px;
    font-size: 64px;
    line-height: 48px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .scrollList p {
    display: inline-block;
    margin-top: 20px !important;
    font-size: 12px !important;
    line-height: 21px !important;
  }
  .developmentPath .haier_history .tab_content .tabswiper .arrow {
    position: absolute;
    bottom: 45px;
    z-index: 8;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 32px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .arrow.prev {
    margin-right: 52px;
  }
  .developmentPath .haier_history .tab_content .tabswiper .pagination {
    margin-left: 0;
    left: 8.333333%;
    bottom: 45px;
  }
}
@media \0screen {
  .developmentPath .haier_history .tab_content {
    min-height: 420px;
  }
  .developmentPath .haier_history .tab_content .tabswiper {
    min-height: 420px;
  }
  .developmentPath .haier_history .tab_content .tabswiper > .scrollList .list_item .swiper-wrapper {
    min-height: 420px;
    height: 566px;
  }
}
@media (min-width: 1200px) {
  .layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .wz p {
    color: #999999;
    font-size: 16px;
    line-height: 1.75 !important;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .wz h3 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .layout .layout_left ul li span {
    font-size: 16px;
  }
  .layout .layout_right_content .fzlc_left .hidden_pic img {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    margin-left: 0 !important;
    left: 0 !important;
    top: 0 !important;
    margin-top: 0 !important;
  }
}
.ie8 .layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .wz p {
  color: #999999;
  font-size: 16px;
  line-height: 1.75 !important;
}
.ie8 .layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .wz h3 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 5px;
}
.ie8 .layout .layout_left ul li span {
  font-size: 16px;
}
.ie8 .layout .layout_right_content .fzlc_left .hidden_pic img {
  width: 100% !important;
  height: auto !important;
  position: relative !important;
  margin-left: 0 !important;
  left: 0 !important;
  top: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: 575px) {
  .layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .wz p {
    font-size: 16px;
    line-height: 1.75 !important;
  }
  .layout .layout_right_content .fzlc_right .ScrollBar .ScrollBarList .wz h3 {
    font-size: 16px;
  }
  .layout .layout_left ul li span {
    font-size: 14px;
  }
  .layout .layout_left ul li.cur span {
    font-size: 16px;
  }
  .layout .layout_right_content .fzlc_left .hidden_pic p {
    font-size: 14px;
  }
  .layout .layout_right_content .fzlc_left .hidden_pic p {
    left: 25px;
    bottom: 20px;
    padding-right: 25px;
  }
}
