@charset "UTF-8";
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
.index {
  background: #f1f1f1;
  position: relative; }
  .index .header {
    position: absolute;
    top: 0;
    z-index: 66;
    width: 100%; }
  .index .banner {
    overflow: hidden;
    color: #fff;
    position: relative; }
    .index .banner img {
      -webkit-animation: volume 100s infinite both linear;
              animation: volume 100s infinite both linear; }
    .index .banner .swiper-pagination-bullets {
      bottom: 110px;
      left: 0;
      width: 154%; }
    .index .banner .swiper-pagination-bullet {
      width: 16px;
      height: 16px;
      border: 1px solid #fff;
      opacity: 1;
      background: transparent; }
    .index .banner .swiper-pagination-bullet-active {
      background: #fff; }
    .index .banner .swiper-button-next {
      background: url("../images/index_icon_right.png?v=106062") no-repeat center/cover;
      width: 51px; }
      .index .banner .swiper-button-next:after {
        display: none; }
    .index .banner .swiper-button-prev {
      background: url("../images/index_icon_left.png?v=106062") no-repeat center/cover;
      width: 51px; }
      .index .banner .swiper-button-prev:after {
        display: none; }
  .index .index_con {
    position: relative;
    z-index: 20;
    width: 1160px;
    margin: 0 auto;}
    .index .index_con .con_title {
      font-family: MicrosoftYaHei;
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      color: #a5a5a5;
      text-align: center; }
    .index .index_con .index_con1 {
      border-top: 5px solid #9f2226;
      background: #fff;
      padding: 50px 68px 26px 64px;
      margin-bottom: 46px; }
      .index .index_con .index_con1 .index_con1_item {
        cursor: pointer; }
        .index .index_con .index_con1 .index_con1_item:nth-of-type(1) .images img {
          width: 104px; }
          .index .index_con .index_con1 .index_con1_item:nth-of-type(1) .images img:last-child {
            display: none; }
        .index .index_con .index_con1 .index_con1_item:nth-of-type(2) .images img {
          width: 89px; }
          .index .index_con .index_con1 .index_con1_item:nth-of-type(2) .images img:last-child {
            display: none; }
        .index .index_con .index_con1 .index_con1_item:nth-of-type(3) .images img {
          width: 93px; }
          .index .index_con .index_con1 .index_con1_item:nth-of-type(3) .images img:last-child {
            display: none; }
        .index .index_con .index_con1 .index_con1_item:nth-of-type(4) .images img {
          width: 90px; }
          .index .index_con .index_con1 .index_con1_item:nth-of-type(4) .images img:last-child {
            display: none; }
        .index .index_con .index_con1 .index_con1_item:nth-of-type(5) .images img {
          width: 91px; }
          .index .index_con .index_con1 .index_con1_item:nth-of-type(5) .images img:last-child {
            display: none; }
        .index .index_con .index_con1 .index_con1_item:nth-of-type(6) .images img {
          width: 104px; }
          .index .index_con .index_con1 .index_con1_item:nth-of-type(6) .images img:last-child {
            display: none; }
        .index .index_con .index_con1 .index_con1_item .text {
          margin-top: 22px;
          font-family: MicrosoftYaHei;
          font-size: 16px;
          color: #444444; }
        .index .index_con .index_con1 .index_con1_item:hover .images img:first-child {
          display: none; }
        .index .index_con .index_con1 .index_con1_item:hover .images img:last-child {
          display: inline-block; }
        .index .index_con .index_con1 .index_con1_item:hover .text {
          color: #9f2226; }
    .index .index_con .index_con2 .list1 {
      margin: 34px -15px; }
      .index .index_con .index_con2 .list1 .news_center_con_item {
        padding: 0 15px;
        margin-bottom: 30px; }
        .index .index_con .index_con2 .list1 .news_center_con_item .item_bg {
          display: block;
          -webkit-transition: all .4s ease-in 0s;
          transition: all .4s ease-in 0s;
          background: #fff;
          padding: 18px 18px 14px; }
          .index .index_con .index_con2 .list1 .news_center_con_item .item_bg .image_box {
            overflow: hidden;
            width: 100%;
            -webkit-transition: all .4s ease-in 0s;
            transition: all .4s ease-in 0s; }
            .index .index_con .index_con2 .list1 .news_center_con_item .item_bg .image_box img {
              -webkit-transition: all .4s ease-in 0s;
              transition: all .4s ease-in 0s; }
          .index .index_con .index_con2 .list1 .news_center_con_item .item_bg .text1 {
            font-family: 'AdobeHeitiStd-Regular';
            font-size: 16px;
            color: #353535;
            margin-top: 15px;
            margin-bottom: 24px;
            -webkit-transition: all .4s ease-in 0s;
            transition: all .4s ease-in 0s; }
          .index .index_con .index_con2 .list1 .news_center_con_item .item_bg .time {
            font-family: 'AdobeHeitiStd-Regular';
            font-size: 10px;
            color: #999999;
            margin-bottom: 12px;
            -webkit-transition: all .4s ease-in 0s;
            transition: all .4s ease-in 0s; }
            .index .index_con .index_con2 .list1 .news_center_con_item .item_bg .time img {
              width: 18px;
              height: 18px;
              margin-right: 10px;
              -webkit-transition: all .4s ease-in 0s;
              transition: all .4s ease-in 0s; }
          .index .index_con .index_con2 .list1 .news_center_con_item .item_bg .news_center_btn {
            display: inline-block;
            padding: 0 4%;
            height: 30px;
            background-color: #ffffff;
            border: solid 1px #9f2226;
            font-family: 'SourceHanSansSC-Regular';
            font-size: 15px;
            color: #9f2226;
            margin-right: 6px;
            text-align: center;
            line-height: 30px;
            -webkit-transition: all .4s ease-in 0s;
            transition: all .4s ease-in 0s; }
        .index .index_con .index_con2 .list1 .news_center_con_item:hover .item_bg {
          -webkit-transform: translateY(-10px);
                  transform: translateY(-10px);
          -webkit-box-shadow: 0px 0px 20px 0px #9E9E9E;
                  box-shadow: 0px 0px 20px 0px #9E9E9E;
          border-radius: 4px;
          -webkit-transition: all .4s ease-in 0s;
          transition: all .4s ease-in 0s; }
          .index .index_con .index_con2 .list1 .news_center_con_item:hover .item_bg .image_box {
            overflow: hidden;
            width: 100%;
            -webkit-transition: all .4s ease-in 0s;
            transition: all .4s ease-in 0s; }
            .index .index_con .index_con2 .list1 .news_center_con_item:hover .item_bg .image_box img {
              -webkit-transform: scale(1.1);
                      transform: scale(1.1);
              -webkit-transition: all .4s ease-in 0s;
              transition: all .4s ease-in 0s; }
          .index .index_con .index_con2 .list1 .news_center_con_item:hover .item_bg .text1 {
            color: #9f2226;
            -webkit-transition: all .4s ease-in 0s;
            transition: all .4s ease-in 0s; }
          .index .index_con .index_con2 .list1 .news_center_con_item:hover .item_bg .time {
            color: #000;
            -webkit-transition: all .4s ease-in 0s;
            transition: all .4s ease-in 0s; }
          .index .index_con .index_con2 .list1 .news_center_con_item:hover .item_bg .news_center_btn {
            background: #9f2226;
            color: #fff;
            -webkit-transition: all .4s ease-in 0s;
            transition: all .4s ease-in 0s; }
    .index .index_con .index_con3 {
      background: #fff;
      padding-top: 33px;
      margin-bottom: 30px;
      margin-top: 50px; }
      .index .index_con .index_con3 .list2 {
        margin-top: 30px; }
        .index .index_con .index_con3 .list2 .news_center_con_item1 {
          padding: 0;
          position: relative;
          -webkit-transition: all .4s ease-in 0s;
          transition: all .4s ease-in 0s;
          overflow: hidden; }
          .index .index_con .index_con3 .list2 .news_center_con_item1 .image_box {
            overflow: hidden;
            -webkit-transition: all .4s ease-in 0s;
            transition: all .4s ease-in 0s; }
            .index .index_con .index_con3 .list2 .news_center_con_item1 .image_box img {
              -webkit-transition: all .4s ease-in 0s;
              transition: all .4s ease-in 0s; }
          .index .index_con .index_con3 .list2 .news_center_con_item1 .text2 {
            position: absolute;
            text-align: center;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            margin: auto;
            padding-top: 18%;
            font-family: 'SourceHanSansSC-Regular';
            font-size: 19px;
            color: #fffefe; }
            .index .index_con .index_con3 .list2 .news_center_con_item1 .text2 img {
              margin-bottom: 40px; }
            .index .index_con .index_con3 .list2 .news_center_con_item1 .text2 .text_con {
              padding: 5px 0;
              width: 92%;
              margin: 0 auto; }
          .index .index_con .index_con3 .list2 .news_center_con_item1:hover {
            -webkit-transition: all .4s ease-in 0s;
            transition: all .4s ease-in 0s; }
            .index .index_con .index_con3 .list2 .news_center_con_item1:hover .image_box {
              overflow: hidden;
              -webkit-transition: all .4s ease-in 0s;
              transition: all .4s ease-in 0s; }
              .index .index_con .index_con3 .list2 .news_center_con_item1:hover .image_box img {
                -webkit-transform: scale(1.2);
                        transform: scale(1.2);
                -webkit-transition: all .4s ease-in 0s;
                transition: all .4s ease-in 0s; }
            .index .index_con .index_con3 .list2 .news_center_con_item1:hover .text2 .text_con {
              background: rgba(255, 255, 255, 0.8);
              color: #9f2226; }
    .index .index_con .index_con4 {
      margin-top: 55px;
      padding-bottom: 48px; }
      .index .index_con .index_con4 .list1 {
        margin-left: -44px;
        margin-right: -44px;
        margin-top: 42px; }
      .index .index_con .index_con4 .index_con4_item .image_box {
        background: #fff;
        padding: 30px;
        position: relative;
        margin-bottom: 20px;
        cursor: pointer; }
        .index .index_con .index_con4 .index_con4_item .image_box .index_con4_text_con {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          margin: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-family: MicrosoftYaHei;
          font-size: 18px;
          font-weight: normal;
          font-stretch: normal;
          color: #ffffff;
          height: 20%;
          width: 80%; }
        .index .index_con .index_con4 .index_con4_item .image_box:last-child() {
          margin-bottom: 0; }
        .index .index_con .index_con4 .index_con4_item .image_box:hover .index_con4_text_con {
          color: #9f2226;
          background: rgba(255, 255, 255, 0.7); }
    .index .index_con .index_con5 {
      padding-bottom: 65px; }
      .index .index_con .index_con5 .index_con_desc {
        padding-top: 68px;
        padding-bottom: 30px; }
      .index .index_con .index_con5 .image_con {
        width: 44%;
        margin-top: 24px;
        background-color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 3%; }
        .index .index_con .index_con5 .image_con img {
          width: 100%; }
      .index .index_con .index_con5 .text_info {
        width: 50%; }
      .index .index_con .index_con5 .text_info_item {
        border-bottom: solid 1px #979797;
        margin-left: 28px;
        position: relative; }
        .index .index_con .index_con5 .text_info_item .info_left_item {
          font-family: ArialMT;
          font-size: 48px;
          font-weight: normal;
          font-stretch: normal;
          color: #989898;
          width: 60px;
          line-height: 98px;
          text-align: center; }
        .index .index_con .index_con5 .text_info_item .info_right_item {
          position: relative; }
          .index .index_con .index_con5 .text_info_item .info_right_item .right_title {
            font-family: MicrosoftYaHei;
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            color: #333333;
            margin-bottom: 30px;
            margin-top: 14px;
            opacity: .7; }
          .index .index_con .index_con5 .text_info_item .info_right_item .right_time {
            margin-bottom: 14px; }
            .index .index_con .index_con5 .text_info_item .info_right_item .right_time img {
              width: 19px;
              height: 18px;
              vertical-align: bottom; }
            .index .index_con .index_con5 .text_info_item .info_right_item .right_time span {
              font-family: ArialMT;
              font-size: 14px;
              font-weight: normal;
              font-stretch: normal;
              letter-spacing: 0px;
              color: #989898;
              opacity: 0.7;
              margin-left: 14px; }
        .index .index_con .index_con5 .text_info_item .hover_item {
          width: 84px;
          height: 40px;
          background-color: #ffffff;
          color: #9f2226;
          font-size: 28px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: absolute;
          top: 30px;
          left: -84px;
          display: none; }
        .index .index_con .index_con5 .text_info_item.active .info_left_item {
          color: #9f2226; }
        .index .index_con .index_con5 .text_info_item.active .info_right_item .right_title {
          opacity: 1; }
        .index .index_con .index_con5 .text_info_item.active .hover_item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
		  .index .index_con .index_con6{
			  padding-top:50px;
			  padding-bottom:30px;
		  }
    .index .index_con .index_con6 .switch_con_item {
      position: relative;
      margin-bottom: 4%;
      margin-top: 4%; }
      .index .index_con .index_con6 .switch_con_item .con_item_bg img {
        -webkit-transition: all 1s;
        transition: all 1s; }
      .index .index_con .index_con6 .switch_con_item .text_image {
        position: absolute;
        height: 106px;
        width: 100%;
        line-height: 106px;
        background: rgba(0, 0, 0, 0.4);
        color: #fff;
        font-size: 21px;
        overflow: hidden;
        bottom: 10px; }
        .index .index_con .index_con6 .switch_con_item .text_image .text {
          margin-left: 5%; }
        .index .index_con .index_con6 .switch_con_item .text_image .images {
          width: 72%;
          height: 80%;
          margin-top: 0.8%;
          margin-right: 1%; }
          .index .index_con .index_con6 .switch_con_item .text_image .images img {
            width: 19%;
            cursor: pointer;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            border: solid 3px #ffffff; }
      .index .index_con .index_con6 .switch_con_item .text_info {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        line-height: 32px;
        text-indent: 32px;
        color: #000000;
        height: 10%;
        background: #e5e5e5;
        padding: 1% 3%; }
.index .index_con .index_con7{
	padding-top:35px;
}
.index .index_con .index_con7 .index_con7_about{
	margin:30px auto;
	font-size:18px;
	line-height:30px;
	color:#000;
}
.index .index_con .index_con7 .index_con7_about p{
	font-size:14px;
	line-height:30px;
	text-indent:30px;
}
/* ipad pro */
@media screen and (max-width: 1199px) {
  .index .index_con {
    width: 98%; }
  .index .index_con .index_con2 .list1 .news_center_con_item .item_bg .text1 {
    font-size: 15px; }
  .index .index_con .index_con5 .image_con {
    margin-top: 3%; }
  .index .index_con .index_con6 .switch_con_item .text_image {
    bottom: 6%; }
  .index .index_con .index_con5 .text_info_item .info_left_item {
    line-height: 70px; }
  .index .index_con .index_con5 .text_info_item .info_right_item .right_title {
    margin-bottom: 20px; }
  .index .index_con .index_con6 .switch_con_item .text_image .images {
    width: 56%; } }

@media screen and (max-width: 1100px) {
  .index .index_con .index_con6 .switch_con_item .text_image .images {
    width: 60%; } }

@media screen and (max-width: 1000px) {
  .index .index_con .index_con6 .switch_con_item .text_image .images {
    width: 64%; } }

@media screen and (max-width: 900px) {
  .index .index_con .index_con6 .switch_con_item .text_image .images {
    width: 70%; } }

/* ipad */
@media (max-width: 768px) {
	
  .index .index_con .index_con1 {
    padding: 3%; }
  .index .index_con .index_con1 .index_con1_item .images {
    text-align: center; }
  .index .index_con .index_con1 .index_con1_item:nth-of-type(1) .images img {
    width: 90px; }
  .index .index_con .index_con1 .index_con1_item:nth-of-type(2) .images img {
    width: 78px; }
  .index .index_con .index_con1 .index_con1_item:nth-of-type(3) .images img {
    width: 82px; }
  .index .index_con .index_con1 .index_con1_item:nth-of-type(4) .images img {
    width: 80px; }
  .index .index_con .index_con1 .index_con1_item:nth-of-type(5) .images img {
    width: 80px; }
  .index .index_con .index_con1 .index_con1_item:nth-of-type(6) .images img {
    width: 92px; }
  .index .index_con .index_con2 .list1 .news_center_con_item .item_bg .text1 {
    font-size: 12px; }
  .index .index_con .index_con2 .list1 {
    margin: 34px 0; }
  .index .index_con .index_con2 .list1 .news_center_con_item {
    padding: 0 6px; }
  .index .index_con .index_con3 .list2 .news_center_con_item1 .text2 {
    padding-top: 18%;
    font-size: 14px; }
  .index .index_con .index_con4 {
    padding-right: 0; }
  .index .index_con .index_con4 .list1 {
    margin-left: 0;
    margin-right: 0; }
  .index .index_con .index_con5 .image_con {
    margin-top: 6%; }
  .index .index_con .index_con4 .index_con4_item .image_box {
    margin-bottom: 10px; }
  .index .index_con .index_con4 .index_con4_item .image_box2 {
    margin-bottom: 28px; }
  .index .index_con .index_con5 .text_info_item .info_left_item {
    line-height: 70px; }
  .index .index_con .index_con5 .text_info_item .info_right_item .right_title {
    margin-bottom: 10px; }
  .index .index_con .index_con6 .switch_con_item .text_image .images {
    width: 70%; } 
  .index .index_con .index_con2 .list1 .news_center_con_item:nth-of-type(4),.index .index_con .index_con2 .list1 .news_center_con_item:nth-of-type(5),.index .index_con .index_con2 .list1 .news_center_con_item:nth-of-type(6){
	display:none;
  }
}

@media screen and (max-width: 620px) {
  .index .index_con .index_con2 .list1 .news_center_con_item:nth-of-type(4),.index .index_con .index_con2 .list1 .news_center_con_item:nth-of-type(5),.index .index_con .index_con2 .list1 .news_center_con_item:nth-of-type(6){
	display:none;
  }
  .index .index_con .index_con6 .switch_con_item .text_image .images {
    width: 72%; } }

/* 手机 */
@media (max-width: 580px) {
  .index .index_con .index_con2 .list1 .news_center_con_item:nth-of-type(4),.index .index_con .index_con2 .list1 .news_center_con_item:nth-of-type(5),.index .index_con .index_con2 .list1 .news_center_con_item:nth-of-type(6){
	display:none;
  }
  .index .index_con .index_con6{
	  padding-top:30px;
  }
  .index .index_con {
    top: 0px;
    padding-bottom: 60px; }
  .index .banner .swiper-pagination-bullets {
    bottom: 10px; }
  .index .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px; }
  .index .index_con .index_con1 {
    margin-bottom: 20px; }
  .index .index_con .index_con1 .index_con1_item .text {
    margin-top: 10px;
    font-size: 12px;
    width: 50px; }
  .index .index_con .index_con1 .index_con1_item:nth-of-type(1) .images img {
    width: 37px; }
  .index .index_con .index_con1 .index_con1_item:nth-of-type(2) .images img {
    width: 32px; }
  .index .index_con .index_con1 .index_con1_item:nth-of-type(3) .images img {
    width: 34px; }
  .index .index_con .index_con1 .index_con1_item:nth-of-type(4) .images img {
    width: 33px; }
  .index .index_con .index_con1 .index_con1_item:nth-of-type(5) .images img {
    width: 34px; }
  .index .index_con .index_con1 .index_con1_item:nth-of-type(6) .images img {
    width: 39px; }
  .index .index_con .index_con1 .index_con1_item:hover .images img:last-child {
    display: inline-block; }
  .index .index_con .index_con1 .index_con1_item .images {
    text-align: left; }
  .index .index_con .con_title {
    font-size: 18px; }
  .index .index_con .index_con2 .list1 {
    margin: 14px 0; }
  .index .index_con .index_con2 .list1 .news_center_con_item {
    margin-bottom: 10px; }
  .index .index_con .index_con3 .list2 {
    padding: 4px; }
  .index .index_con .index_con4 .index_con4_item .image_box2 {
    margin-bottom: 10px; }
  .index .index_con .index_con3 {
    margin-top: 0;
    width: 96%;
    margin: 30px auto; }
  .index .index_con .index_con4 {
    margin-top: 35px; }
  .index .index_con .index_con4 .list1 {
    margin-top: 22px; }
  .index .index_con .index_con4 .list1 .index_con4_item {
    padding: 4px; }
  .index .index_con .index_con5 .image_con {
    width: 100%; }
  .index .index_con .index_con5 .text_info {
    width: 100%; }
  .index .index_con .index_con5 .text_info_item {
    margin-left: 42px; }
  .index .index_con .index_con5 .text_info_item .hover_item {
    width: 40px;
    top: 16px;
    left: -42px; }
  .index .index_con .index_con5 .index_con_desc {
    padding-top: 10px; }
  .index .index_con .index_con5 .text_info_item .info_right_item .right_title {
    font-size: 14px; }
  .index .index_con .index_con6 .switch_con_item {
    padding-bottom: 70px; }
  .index .index_con .index_con6 .switch_con_item .text_image {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    bottom: 70px;
    overflow: visible; }
  .index .index_con .index_con6 .switch_con_item .text_image .images {
    width: 100%;
    height: auto;
    margin-right: 0; }
  .index .index_con .index_con6 .switch_con_item .text_info {
    font-size: 13px;
    line-height: 24px;
    text-indent: 24px;
    padding-top: 20px;
    padding-bottom: 20px; } }
.container .w-max .clearfix .fr .navList li > a {
	color:#fff;border-right: 0.5px dashed rgba(0, 0, 0, 0.3);
	border-left: 0.5px dashed #fff; 
}
