.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.banner .text h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.banner .text span {
  display: inline-block;
  width: 1.4rem;
  height: 4px;
  background: #e77b43;
  margin: 0.6rem 0;
}
.banner .text p {
  font-size: 0.8rem;
  color: #fff;
}
.banner .text > ul {
  margin-top: 2.5rem;
  text-align: center;
}
.banner .text > ul li {
  display: inline-block;
  width: 10rem;
  height: 3.2rem;
}
.banner .text > ul li:not(:last-child) {
  margin-right: 0.5rem;
}
.banner .text > ul li a {
  display: block;
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  line-height: 3.2rem;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .text > ul li.active a {
  color: #fff;
  background: linear-gradient(88deg, #e77a42 0%, #f1a753 100%);
}
.banner .text > ul li:hover a {
  color: #fff;
  background: linear-gradient(88deg, #e77a42 0%, #f1a753 100%);
}
.fix-nav {
  position: fixed;
  top: 4rem;
  left: 0;
  width: 100%;
  height: 3.2rem;
  z-index: 2;
  color: #fff;
  box-shadow: 0px 8px 54px 0px rgba(0, 0, 0, 0.11);
  display: none;
}
.fix-nav > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.fix-nav > ul li {
  float: left;
  width: 33.3333%;
}
.fix-nav > ul li a {
  font-size: 0.9rem;
  display: block;
  line-height: 3.2rem;
  text-align: center;
  color: #666;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.fix-nav > ul li:hover a {
  color: #fff;
  background: linear-gradient(88deg, #e77a42 0%, #f1a753 100%);
}
.fix-nav > ul li.active a {
  color: #fff;
  background: linear-gradient(88deg, #e77a42 0%, #f1a753 100%);
}
.bread .con {
  display: flex;
  height: 4rem;
}
.bread .con a {
  font-size: 0.7rem;
  color: #777;
  line-height: 4rem;
}
.bread .con a:hover {
  color: #ff8041;
}
.bread .con span {
  font-size: 0.7rem;
  color: #777;
  display: inline-block;
  line-height: 4rem;
  margin: 0 0.4rem;
}
.bread .con h6 {
  font-size: 0.7rem;
  line-height: 4rem;
  color: #777;
}
.new-operations .con > .title {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.new-operations .con > .title > h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #454545;
  position: relative;
  display: inline-block;
}
.new-operations .con > .title > h2:before {
  content: '';
  width: 1.2rem;
  height: 4px;
  background: #e77b43;
  position: absolute;
  left: -2rem;
  top: 48%;
}
.new-operations .con > .title > h2:after {
  content: '';
  width: 1.2rem;
  height: 4px;
  background: #e77b43;
  position: absolute;
  right: -2rem;
  top: 48%;
}
.new-operations .con > .title > p {
  font-size: 0.9rem;
  color: #999;
}
.new-operations .con .con-top {
  background: url(../img/kuaikan/fengxiang/new_bg.jpg) no-repeat;
  background-position: bottom left;
  background-size: contain;
}
.new-operations .con .con-top .container {
  box-shadow: 0px 8px 54px 0px rgba(0, 0, 0, 0.11);
}
.new-operations .con .con-top .container .swiper-container {
  padding-bottom: 5rem;
}
.new-operations .con .con-top .container .swiper-container .swiper-slide a {
  display: block;
  position: relative;
}
.new-operations .con .con-top .container .swiper-container .swiper-slide a .left {
  float: left;
  width: 63.8%;
  height: 0;
  padding-bottom: 35.2%;
  overflow: hidden;
  position: relative;
}
.new-operations .con .con-top .container .swiper-container .swiper-slide a .left img {
  width: 100%;
}
.new-operations .con .con-top .container .swiper-container .swiper-slide a .left .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  opacity: 0;
}
.new-operations .con .con-top .container .swiper-container .swiper-slide a .left .mask .btn {
  width: 3.1rem;
  height: 3.1rem;
  background: #ff8041;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.new-operations .con .con-top .container .swiper-container .swiper-slide a .left .mask .btn span {
  font-size: 1rem;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 3.1rem;
}
.new-operations .con .con-top .container .swiper-container .swiper-slide a .right {
  position: absolute;
  width: 36.2%;
  height: 100%;
  right: 0;
  background: #fff;
}
.new-operations .con .con-top .container .swiper-container .swiper-slide a .right .text {
  width: 80%;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.new-operations .con .con-top .container .swiper-container .swiper-slide a .right .text h6 {
  width: 3.5rem;
  height: 2rem;
  background: url(../img/kuaikan/fengxiang/zb.png) no-repeat;
  background-size: cover;
  box-shadow: 0px 7px 24px 0px rgba(231, 123, 67, 0.28);
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  font-size: 0.8rem;
}
.new-operations .con .con-top .container .swiper-container .swiper-slide a .right .text h2 {
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  margin: 1.4rem 0;
}
.new-operations .con .con-top .container .swiper-container .swiper-slide a .right .text .line {
  width: 100%;
  height: 4px;
  background-color: #e77b43;
}
.new-operations .con .con-top .container .swiper-container .swiper-slide a .right .text p {
  font-size: 0.7rem;
  color: #777;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 6em;
  margin-top: 1.4rem;
}
.new-operations .con .con-top .container .swiper-container .swiper-slide a .right .date {
  position: absolute;
  bottom: 8%;
  left: 10%;
}
.new-operations .con .con-top .container .swiper-container .swiper-slide a .right .date span {
  font-size: 0.7rem;
  color: #999;
  display: inline-block;
}
.new-operations .con .con-top .container .swiper-container .swiper-slide a .right .date span.iconfont {
  font-size: 0.9rem;
  color: #e77b43;
  position: relative;
  top: 1px;
}
.new-operations .con .con-top .container .swiper-container .swiper-slide a .right .date span.time {
  margin: 0 0.5rem 0 0.3rem;
}
.new-operations .con .con-top .container .swiper-container .swiper-slide a .right .date span.xian {
  margin-right: 0.5rem;
  color: #ddd;
}
.new-operations .con .con-top .container .swiper-container .swiper-slide:hover a .left img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.new-operations .con .con-top .container .swiper-container .swiper-slide:hover a .left .mask {
  opacity: 1;
}
.new-operations .con .con-top .container .swiper-container .swiper-slide:hover a .right .text h2 {
  color: #ff8041;
}
.new-operations .con .con-top .container .swiper-container .swiper-slide:hover a .right .text p {
  color: #333;
}
.new-operations .con .con-top .container .swiper-container .swiper-pagination {
  bottom: 7%;
}
.new-operations .con .con-top .container .swiper-container .swiper-pagination-bullet {
  width: 2.5rem;
  height: 4px;
  border-radius: 0;
  background: #fff;
  opacity: 0.5;
  margin: 0 0.5rem;
}
.new-operations .con .con-top .container .swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
}
.new-operations .con .con-bottom .bottom-title {
  margin: 1.5rem 0 0;
}
.new-operations .con .con-bottom .bottom-title h2 {
  float: left;
  font-size: 1.4rem;
  font-weight: bold;
  color: #454545;
}
.new-operations .con .con-bottom .bottom-title h3 {
  float: right;
  font-size: 0.7rem;
  font-weight: bold;
  color: #999;
  position: relative;
  top: 0.8rem;
}
.new-operations .con .con-bottom .bottom-title h3 span {
  color: #e56d3e;
}
.new-operations .con .con-bottom .bottom-list > ul li {
  float: left;
  width: 31.2%;
  margin-top: 2rem;
}
.new-operations .con .con-bottom .bottom-list > ul li:not(:nth-child(3n)) {
  margin-right: 3.2%;
}
.new-operations .con .con-bottom .bottom-list > ul li a {
  display: block;
}
.new-operations .con .con-bottom .bottom-list > ul li a .top {
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
}
.new-operations .con .con-bottom .bottom-list > ul li a .top img {
  width: 100%;
}
.new-operations .con .con-bottom .bottom-list > ul li a .top .btn {
  position: absolute;
  right: 1.2rem;
  bottom: 1rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.5);
}
.new-operations .con .con-bottom .bottom-list > ul li a .top .btn span {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 2.2rem;
  position: relative;
  top: -0.1rem;
}
.new-operations .con .con-bottom .bottom-list > ul li a .bottom {
  padding: 1.4rem;
  border: 1px solid #eee;
}
.new-operations .con .con-bottom .bottom-list > ul li a .bottom .title h3 {
  width: 2.2rem;
  height: 1.2rem;
  border: 1px solid #025aed;
  border-radius: 3px;
  font-size: 0.7rem;
  color: #025aed;
  text-align: center;
  line-height: 1.2rem;
  float: left;
  margin-right: 0.8rem;
  position: relative;
  top: 0.3rem;
}
.new-operations .con .con-bottom .bottom-list > ul li a .bottom .title h2 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.new-operations .con .con-bottom .bottom-list > ul li a .bottom p {
  font-size: 0.8rem;
  color: #333;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  margin: 1rem 0 1rem;
}
.new-operations .con .con-bottom .bottom-list > ul li a .bottom h4 {
  font-size: 0.7rem;
  color: #999;
}
.new-operations .con .con-bottom .bottom-list > ul li a .bottom h4 span.iconfont {
  color: #f87430;
  margin-right: 0.2rem;
}
.new-operations .con .con-bottom .bottom-list > ul li a .bottom h4 span.xian {
  margin: 0 0.4rem;
  color: #ddd;
}
.new-operations .con .con-bottom .bottom-list > ul li:hover {
  box-shadow: 0px 12px 35px 0px rgba(33, 33, 33, 0.09);
}
.new-operations .con .con-bottom .bottom-list > ul li:hover a .top img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.new-operations .con .con-bottom .bottom-list > ul li:hover a .top .btn {
  border: 3px solid #f87430;
  background: #f87430;
}
.new-operations .con .con-bottom .bottom-list > ul li:hover a .bottom .title h3 {
  border: solid 1px #f87430;
  color: #f87430;
}
.new-operations .con .con-bottom .bottom-list > ul li:hover a .bottom .title h2 {
  color: #f87430;
}
#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#videoPopup .video-box {
  width: 70%;
  position: absolute;
  left: 15%;
  top: 10%;
}
#videoPopup .video-box video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#videoPopup .video-box .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}
#videoPopup .video-box .close span {
  font-size: 0.8rem;
  line-height: 2rem;
  color: #fff;
}
#videoPopup .video-box .close:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1600px) {
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .right .text {
    top: 42%;
  }
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .right .text h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1500px) {
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .right .text h2 {
    margin: 1rem 0;
  }
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .right .text p {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 4.5em;
  }
}
@media screen and (max-width: 1366px) {
  .new-operations .con .con-top .container .swiper-container {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 1280px) {
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .right .text h2 {
    font-size: 1.4rem;
  }
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .right .text p {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1100px) {
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .right .text h2 {
    font-size: 1.2rem;
  }
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .right .text p {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 96px;
  }
  .banner .text {
    top: 50%;
  }
  .bread .con a {
    font-size: 14px;
  }
  .bread .con h6 {
    font-size: 14px;
  }
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .left .mask {
    opacity: 1;
  }
  #videoPopup .video-box {
    width: 90%;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    margin-top: 72px;
    height: 200px;
    overflow: hidden;
  }
  .banner img {
    height: 100%;
    width: auto;
  }
  .banner .text {
    top: 50%;
  }
  .banner .text h2 {
    font-size: 20px;
  }
  .banner .text p {
    font-size: 14px;
  }
  .banner .text span {
    margin: 0;
  }
  .banner .text > ul {
    margin-top: 14px;
  }
  .banner .text > ul li {
    width: 90px;
    height: 40px;
  }
  .banner .text > ul li a {
    font-size: 14px;
    line-height: 40px;
  }
  .banner .text > ul li:last-child {
    width: 130px;
  }
  .fix-nav > ul li a {
    font-size: 14px;
    line-height: 40px;
  }
  .new-operations .con .title > h2 {
    font-size: 20px;
  }
  .new-operations .con .title > h2:before {
    width: 20px;
    left: -30px;
  }
  .new-operations .con .title > h2:after {
    width: 20px;
    right: -30px;
  }
  .new-operations .con .title p {
    font-size: 14px;
  }
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .left {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    float: none;
  }
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .right {
    position: relative;
    width: 100%;
    height: auto;
    padding: 18px 20px 60px;
  }
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .right .text {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .right .text h6 {
    width: 50px;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
  }
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .right .text h2 {
    font-size: 16px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 1.5em;
  }
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .right .text p {
    font-size: 14px;
  }
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .right .date span {
    font-size: 13px;
  }
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .right .date span.iconfont {
    font-size: 14px;
    top: 0;
  }
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .right .more {
    width: 30px;
    height: 30px;
  }
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .right .more span {
    line-height: 30px;
  }
  .new-operations .con .con-top .container .swiper-container .swiper-pagination {
    bottom: 4%;
  }
  .new-operations .con .con-bottom .bottom-title {
    padding: 0 2%;
  }
  .new-operations .con .con-bottom .bottom-title h2 {
    font-size: 18px;
  }
  .new-operations .con .con-bottom .bottom-title h3 {
    font-size: 13px;
  }
  .new-operations .con .con-bottom .bottom-list > ul li {
    width: 48.5%;
    margin-top: 1rem;
  }
  .new-operations .con .con-bottom .bottom-list > ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .new-operations .con .con-bottom .bottom-list > ul li:not(:nth-child(even)) {
    margin-right: 3%;
  }
  .new-operations .con .con-bottom .bottom-list > ul li a .top .btn {
    width: 30px;
    height: 30px;
  }
  .new-operations .con .con-bottom .bottom-list > ul li a .top .btn span {
    font-size: 12px;
    top: -2px;
    line-height: 30px;
  }
  .new-operations .con .con-bottom .bottom-list > ul li a .bottom {
    padding: 10px;
  }
  .new-operations .con .con-bottom .bottom-list > ul li a .bottom .title h3 {
    width: 36px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    float: none;
    top: 0;
  }
  .new-operations .con .con-bottom .bottom-list > ul li a .bottom .title h2 {
    font-size: 16px;
    margin-top: 10px;
  }
  .new-operations .con .con-bottom .bottom-list > ul li a .bottom p {
    font-size: 14px;
    margin: 10px 0;
  }
  .new-operations .con .con-bottom .bottom-list > ul li a .bottom h4 span {
    font-size: 12px;
  }
  .new-operations .con .con-bottom .bottom-list > ul li a .bottom h4 span.iconfont {
    margin-right: 0;
  }
  .new-operations .con .con-bottom .bottom-list > ul li a .bottom h4 span.xian {
    display: none;
  }
}
/*# sourceMappingURL=kancai_shifou.css.map */