@charset 'utf-8';
.banner_img_box{
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
}

#footer .footer_top {
  background: #f6f6f6;
}
.right_side a.yuyue_box{
	display: block;
}
.video-js .vjs-big-play-button {
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
  height: 100%;
  border: none;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5) url(../img/video_play.png) no-repeat center center;
}
.banner a {
  display: block;
}
.swiper-slide video{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #000;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .swiper-slide {
  overflow: hidden;
  position: relative
}
.banner .button_box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgba(0,0,0,0.3);
  z-index: 40;
  padding: 25px;
  border-radius: 0px 5px 0px 0px;
}
.banner .button_box .swiper-button-next,
.banner .button_box .swiper-button-prev {
  position: relative;
  top: 0px;
  margin-top: 0px;
  float: left;
  left: auto;
  right: auto;
  width: 30px;
  height: 30px;
}
.banner .button_box .swiper-button-prev {
  background: url(../img/swiper-button-prev.png) center center no-repeat;
}
.banner .button_box .swiper-button-next {
  background: url(../img/swiper-button-next.png) center center no-repeat;
  margin-left: 25px;
}
.banner .pagination {
  float: left;
  position: relative;
  top: 4px;
  margin-left: 30px;
}
.banner .pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
  margin: 0px 10px;
  cursor: pointer;
}
.banner .pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.home_title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 0px 30px;
}
.home_title .h1 {
  font-size: 38px;
  color: #111111;
  font-weight: bold;
  position: relative;
}
.home_title .h1 span {
  position: relative;
  z-index: 2;
}
.home_title .h1:after {
  content: '';
  display: block;
  width: 130px;
  height: 36px;
  background: url(../img/home_title_bg.png) center center no-repeat;
  position: absolute;
  background-size: cover!important;
  left: 50%;
  margin-left: -65px;
  bottom: -12px;
}
.home_title .p {
  font-size: 16px;
  color: #353535;
  margin-top: 40px;
}
.wrap1 {
  position: relative;
  border-radius: 5px;
  margin: 0px 30px;
  overflow: hidden;
}
.wrap1 .f-cb {
  background: no-repeat center / cover;
  transition: all .4s ease;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 0px -15px;
}
.wrap1 .f-cb li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  position: relative;
}
.wrap1 .f-cb li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0px 15px;
}
.wrap1 .f-cb li a img {
  transition: all 0.3s cubic-bezier(0.47, 0, 0.75, 0.72);
  transform: translate3d(0, 0, 0);
  border-radius: 5px;
}
.wrap1 .f-cb li a .bg_box {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: rgba(94, 128, 21, 0.6);*/
  left: 0px;
  top: 0px;
}
.wrap1 .f-cb li a .bg_box .box_list {
  width: 210px;
  height: 162px;
  background: url(../img/wrap1_list01_bg.png) center center no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -105px;
  top: 50%;
  margin-top: -81px;
  text-align: center;
  background-size: cover!important;
}
.wrap1 .f-cb li a .bg_box .box_list img {
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 38px;
}
.wrap1 .f-cb li a .bg_box .box_list p {
  font-size: 22px;
  color: #fff;
}
.wrap1 .f-cb li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ffffff;
  opacity: 0.4;
  z-index: 1;
}
.wrap1 .f-cb lili:nth-child(1):before{
	display: none;
}
/*.wrap1 .f-cb li:nth-child(2) a .bg_box {*/
/*  background: rgba(146, 67, 0, 0.6);*/
/*}*/
.wrap1 .f-cb li:nth-child(2) a .bg_box .box_list {
  background: url(../img/wrap1_list02_bg.png) center center no-repeat;
}
/*.wrap1 .f-cb li:nth-child(3) a .bg_box {*/
/*  background: rgba(59, 13, 50, 0.6);*/
/*}*/
.wrap1 .f-cb li:nth-child(3) a .bg_box .box_list {
  background: url(../img/wrap1_list03_bg.png) center center no-repeat;
}
/*.wrap1 .f-cb li:nth-child(4) a .bg_box {*/
/*  background: rgba(118, 17, 17, 0.6);*/
/*}*/
.wrap1 .f-cb li:nth-child(4) a .bg_box .box_list {
  background: url(../img/wrap1_list04_bg.png) center center no-repeat;
}
.wrap1 .motor-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.wrap1 .motor-background .bg {
  opacity: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 10;
  transition: opacity 0.5s .3s ease;
  position: relative;
}
.wrap1 .motor-background .motor-overlay {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #151515;
  transition: opacity 0.5s ease;
  z-index: 10;
  display: none;
}
.wrap1 .motor-background.cur .bg {
  opacity: 1;
  animation: opacity2 1s ease-in-out;
}
.wrap1 .motor-background.cur .motor-overlay {
  opacity: 0;
  display: block;
  animation: opacity1 1s ease-in-out;
}
@-webkit-keyframes opacity1 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes opacity2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.img_box {
  position: relative;
}
.img_box .btn_01 {
  position: absolute;
  right: 22%;
  bottom: 25%;
}
.bright_spot .news_bg {
  margin-top: 40px;
}
.bright_spot ul {
  overflow: hidden;
  margin: -15px 15px;
}
.bright_spot ul li {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 15px;
}
.bright_spot ul li a {
  display: block;
  background: #fff;
  border-radius: 5px;
  transition: all .3s;
}
.bright_spot ul li a .img_box {
  border-radius: 5px;
  overflow: hidden;
}
.bright_spot ul li a .text{
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  color:#111111;
  margin: 0px 5px;
  display: -webkit-box !important;
-webkit-box-orient: vertical;
overflow: hidden;
-webkit-line-clamp: 1;
  font-weight: bold;
}
.bright_spot ul li a:hover{
  -moz-box-shadow:0px 10px 20px rgba(51,51,51, 0.2);
  -webkit-box-shadow:0px 10px 20px rgba(51,51,51, 0.2);
  box-shadow:0px 10px 20px rgba(51,51,51, 0.2);
  transform: translateY(-15px); 
}
