@charset "UTF-8";
/* 轮播图 */
.swiper-container {
  height: 800px; }

.swiper-slide {
  position: relative;
  background: center no-repeat;
  background-size: cover; }
.swiper-slide .img, .swiper-slide a {
  display: block;
  height: 100%;
  background: center no-repeat;
  background-size: cover; }
.swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; }
.swiper-slide .txt {
  position: absolute;
  top: 50%;
  left: 5.5%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
.swiper-slide .txt h2, .swiper-slide .txt p {
  line-height: 1.6;
  color: #f2f2f2;
  font-size: 18px; }
.swiper-slide .txt h2 {
  margin-bottom: 0;
  font-size: 48px;
  font-weight: normal; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 7.5%;
  z-index: 10; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px; }

.swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  border: none;
  background-color: #fff;
  opacity: 1;
  vertical-align: middle; }

.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 3px solid #fff;
  -webkit-transform: translate(3px, 0);
      -ms-transform: translate(3px, 0);
          transform: translate(3px, 0); }

.swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 7.5%;
  z-index: 10;
  width: 100%;
  text-align: center; }

.swiper-pagination-switch {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 100%;
  margin: 0 5px;
  background-color: #fff;
  opacity: 1;
  vertical-align: middle;
  cursor: pointer; }

.swiper-visible-switch.swiper-active-switch {
  width: 5px;
  height: 5px;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-transform: translate(3px, 0);
      -ms-transform: translate(3px, 0);
          transform: translate(3px, 0); }

.swiper_button {
  position: absolute;
  top: 45%;
  z-index: 10;
  width: 150px;
  height: 150px;
  margin-bottom: 6px;
  margin-top: 0;
  background: none;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
  opacity: 1;
  cursor: pointer; }
.swiper_button span, .swiper_button .bg {
  border-radius: 30px; }
.swiper_button span {
  display: block;
  height: 100%;
  /*border: #282828 solid 1px;*/ }
.swiper_button span:before, .swiper_button span:after {
  box-sizing: border-box;
  content: " ";
  display: block;
  width: 40px;
  height: 40px;
  border-top: #000 solid 1px;
  border-left: #000 solid 1px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin-left: -3px;
  margin-top: -5px;
  -webkit-transition: all .15s linear;
          transition: all .15s linear; }
.swiper_button .bg {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transition: all .15s linear;
          transition: all .15s linear;
  background: rgba(247, 247, 247, 0.5);
  position: absolute;
  z-index: -1 !important;
  top: -10px;
  left: -10px; }
.swiper_button:hover .bg {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25); }
.swiper_button:hover span:before, .swiper_button:hover span:after {
  -webkit-transform: rotate(-45deg) translate(0, 0);
      -ms-transform: rotate(-45deg) translate(0, 0);
          transform: rotate(-45deg) translate(0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.swiper-button-prev {
  left: 20px; }

.swiper-button-next {
  right: 50px; }
.swiper-button-next span:before, .swiper-button-next span:after {
  -webkit-transform: rotate(135deg) translate(3px, 2px);
      -ms-transform: rotate(135deg) translate(3px, 2px);
          transform: rotate(135deg) translate(3px, 2px); }
.swiper-button-next:hover span:before, .swiper-button-next:hover span:after {
  -webkit-transform: rotate(135deg) translate(3px, 2px);
      -ms-transform: rotate(135deg) translate(3px, 2px);
          transform: rotate(135deg) translate(3px, 2px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.swiper-container, .grid {
  margin-bottom: 60px; }
.swiper_button:hover span:before, .swiper_button:hover span:after{
  border-top: #999 solid 1px;
  border-left: #999 solid 1px;
}
.inner-wrap {
  width: 100%;
  max-width: 1280px;
  min-width: 320px;
  margin: 0 auto;
}
.index-tit {
  text-align: center;
}
.index-news-tab {
  text-align: center;
}
.index-news .index-tit .en {
  color: #bebebe;
  letter-spacing: 2px;
}
.index-tit .en {
  position: relative;
  padding-bottom: 20px;
  font-size: 34px;
  line-height: 44px;
  color: #d0d0d0;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.index-tit .tit {
  margin-top: 20px;
  font-size: 20px;
  color: #222222;
  letter-spacing: 5px;
}
.index-news-tab span.active {
  background: #6d131e;
  border: 1px solid #6d131e;
  color: #FFFFFF;
}
.index-news-tab span {
  margin: 28px 20px 0;
  display: inline-block;
  padding: 0 27px;
  line-height: 30px;
  height: 32px;
  border: 1px solid #e3e3e3;
  color: #585858;
  cursor: pointer;
  transition: all ease .2s;
  -webkit-transition: all ease .2s;
}

.index-news .js-tab-con.active {
  display: block;
}
.index-news .js-tab-con {
  display: none;
  margin-top: 25px;
  padding: 45px 32px 18px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0px 10px rgba(4,0,0,.05);
  -moz-box-shadow: 0 0px 10px rgba(4,0,0,.05);
  box-shadow: 0 0px 10px rgba(4,0,0,.05);
}
.index-news-con {
  border-bottom: 1px solid #e8e8e8;
}
.index-news .red-more {
  margin-top: 20px;
}
.red-more {
  text-align: center;
}
.index-news-con .box {
  float: left;
  width: 55%;
  max-width: 630px;
}
.index-news-con ul {
  float: right;
  width: 40%;
}
.index-news-con .box .item {
  padding-bottom: 35px;
}
.index-news-con .box .item .img {
  float: left;
  width: 38%;
  overflow: hidden;
}
.index-news-con .box .item .con {
  margin-left: 43%;
}
.index-news-con .box .item .img img {
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
}
.index-news-con .box .item .con {
  margin-left: 43%;
}
.index-news-con .box .item .con div {
  font-weight: bold;
  color: #6b6b6b;
}
.overf {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news-con .box .item .con span {
  margin-top: 8px;
  display: block;
  height: 20px;
  line-height: 20px;
  background: url(/../skin/home/images/ico_time.png) no-repeat left center;
  padding-left: 20px;
  color: #a8a8a8;
}
.index-news-con .box .item .con p {
  margin-top: 10px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #858585;
}
.index-news-con .box .item .con em {
  opacity: 0;
  display: block;
  margin-top: 20px;
  color: #6d131e;
  text-transform: uppercase;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
}
.index-news-con ul li {
  padding-bottom: 22px;
}
.index-news-con ul li a {
  display: block;
  color: #858585;
}
.index-news-con ul li span {
  margin-right: 15px;
}

.a {
  display: inline-block;
  width: 205px;
  height: 44px;
  line-height: 44px;
  background: #6d131e;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  -o-transition: all ease .4s;
}
.red-more a span {
  position: relative;
  z-index: 1;
}
.index-news .js-tab-con {
  display: none;
  margin-top: 25px;
  padding: 45px 32px 18px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0px 10px rgba(4,0,0,.05);
  -moz-box-shadow: 0 0px 10px rgba(4,0,0,.05);
  box-shadow: 0 0px 10px rgba(4,0,0,.05);
}
.index-news-con {
  border-bottom: 1px solid #e8e8e8;
}
.index-news-con .box {
  float: left;
  width: 55%;
  max-width: 630px;
}
.index-news-con .box .item {
  padding-bottom: 35px;
}

.red-more a {
  display: inline-block;
  width: 205px;
  height: 44px;
  line-height: 44px;
  background: #6d131e;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  -o-transition: all ease .4s;
}
.js-tab-con{
  display: none;
}
.js-tab-box{
  margin-top: 70px;
  margin-bottom: 50px;
}

.index-like-list {
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
}
.index-like-list li {
  float: left;
  margin-left: 3%;
  margin-bottom: 22px;
  width: 22%;
  list-style: disc;
}
.index-like-list li a {
  display: inline-block;
  position: relative;
  padding-left: 12px;
}
        .yc_page{
            width: 100%;
            height: 100%;
            box-sizing: border-box;
			background:#f4f4f4;
        }
        .yc_container{
            width:1280px;
			margin:0 auto;
            font-family:"Microsoft YaHei";
        }
        .yc_list{
            width: 100%;
            display: flex;
            justify-content: space-between;
            flex-direction: row;
            flex-wrap: wrap;
    		padding: 40px 0 30px;
        }
        .yc_list .yc_item{
            height: 120px;
            width: 25%;
			margin:0 2%;
            margin-bottom:10px;
        }
        .yc_list .yc_item h5{
            font-size: 18px;
            font-weight: normal;
            margin-bottom:10px;
        }
        .yc_list .yc_item p{
            font-size: 14px;
            line-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
			margin-bottom:20px;
			color:#969696;
        }
        .yc_container .yc_title{
            text-align: center;
			margin-bottom:20px;
        }
        .yc_container .yc_title .yc_top{
            font-size: 34px;
            margin-bottom:10px;
			color:#d0d0d0;
			letter-spacing: 5px;
        }
        .yc_container .yc_title .yc_bottom{
            font-size: 20px;
        }