.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%);
}
.banner .text > ul li:last-child {
  width: 23.5rem;
  position: relative;
  text-align: left;
}
.banner .text > ul li:last-child input {
  width: calc(100% - 6.5rem);
  height: 3.2rem;
  border: none;
  background: #fff;
  font-size: 0.9rem;
  color: #999;
  padding-left: 1rem;
}
.banner .text > ul li:last-child .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 6.5rem;
  height: 3.2rem;
  background-image: linear-gradient(88deg, #f87330 0%, #fea43e 100%);
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  line-height: 3.2rem;
  cursor: pointer;
}
.banner .text > ul li:last-child .btn:hover {
  background: #3340f6;
}
.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: 25%;
}
.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;
}
.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 .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 a .right .more {
  position: absolute;
  bottom: 8%;
  right: 10%;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background-color: #ee8650;
  text-align: center;
}
.new-operations .con .con-top .container .swiper-container .swiper-slide a .right .more span {
  display: inline-block;
  line-height: 2.6rem;
  color: #fff;
}
.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 .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-slide:hover a .right .more {
  background-color: #425372;
}
.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;
}
.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 {
  padding: 1.5rem 0;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
.new-operations .con .con-bottom .bottom-list > ul li a {
  display: block;
}
.new-operations .con .con-bottom .bottom-list > ul li a .left {
  float: left;
  width: 25.3%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.new-operations .con .con-bottom .bottom-list > ul li a .left img {
  width: 100%;
}
.new-operations .con .con-bottom .bottom-list > ul li a .middle {
  float: left;
  width: 30%;
  padding: 0.7rem 0 0 4rem;
}
.new-operations .con .con-bottom .bottom-list > ul li a .middle h4 {
  font-size: 0.8rem;
  color: #999;
}
.new-operations .con .con-bottom .bottom-list > ul li a .middle h4 span:first-child {
  color: #f87430;
}
.new-operations .con .con-bottom .bottom-list > ul li a .middle h4 .xian {
  margin: 0 10px 0 8px;
}
.new-operations .con .con-bottom .bottom-list > ul li a .middle h2 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 4.5em;
  margin: 6% 0 8%;
}
.new-operations .con .con-bottom .bottom-list > ul li a .middle h3 {
  font-size: 0.8rem;
  color: #3340f6;
}
.new-operations .con .con-bottom .bottom-list > ul li a .middle h3 span {
  font-size: 1rem;
  position: relative;
  top: 2px;
}
.new-operations .con .con-bottom .bottom-list > ul li a .right {
  float: left;
  width: 44.7%;
  padding: 2.8rem 4rem 0 3.8rem;
}
.new-operations .con .con-bottom .bottom-list > ul li a .right p {
  font-size: 0.8rem;
  color: #777;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 4.5em;
  line-height: 2;
  height: 6em;
}
.new-operations .con .con-bottom .bottom-list > ul li:before {
  content: '';
  width: 0;
  height: 1px;
  background: #f87430;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
}
.new-operations .con .con-bottom .bottom-list > ul li:hover {
  box-shadow: 0px 16px 57px 0px rgba(0, 0, 0, 0.07);
}
.new-operations .con .con-bottom .bottom-list > ul li:hover:before {
  width: 100%;
}
.new-operations .con .con-bottom .bottom-list > ul li:hover a .left {
  left: 1.5rem;
}
@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) {
  .banner .text > ul {
    margin-top: 1.5rem;
  }
  .banner .text > ul li {
    height: 56px;
    width: 8rem;
  }
  .banner .text > ul li a {
    line-height: 56px;
  }
  .banner .text > ul li:last-child {
    width: 20rem;
  }
  .banner .text > ul li:last-child input {
    height: 56px;
  }
  .banner .text > ul li:last-child .btn {
    height: 56px;
    line-height: 56px;
  }
  .new-operations .con .con-top .container .swiper-container {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 1280px) {
  .brand .con .con-bottom .con-left > ul > li > .bottom .right .case-list {
    margin-top: 6%;
  }
  .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;
  }
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .right .more {
    bottom: 5%;
  }
}
@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;
  }
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .right .more {
    width: 2rem;
    height: 2rem;
    bottom: 7%;
  }
  .new-operations .con .con-top .container .swiper-container .swiper-slide a .right .more span {
    line-height: 2rem;
  }
}
@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;
  }
}
@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: 80px;
    height: 40px;
  }
  .banner .text > ul li a {
    font-size: 14px;
    line-height: 40px;
  }
  .banner .text > ul li:last-child {
    height: 40px;
    margin-top: 10px;
  }
  .banner .text > ul li:last-child input {
    height: 40px;
  }
  .banner .text > ul li:last-child .btn {
    height: 40px;
    line-height: 40px;
  }
  .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%;
    margin: 1.5rem 0 0;
  }
  .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 {
    position: relative;
    padding: 20px 0 60px;
  }
  .new-operations .con .con-bottom .bottom-list > ul li a .left {
    width: 100%;
  }
  .new-operations .con .con-bottom .bottom-list > ul li a .middle {
    width: 100%;
    padding: 10px;
  }
  .new-operations .con .con-bottom .bottom-list > ul li a .middle h4 {
    font-size: 13px;
  }
  .new-operations .con .con-bottom .bottom-list > ul li a .middle h2 {
    font-size: 16px;
    -webkit-line-clamp: initial;
    line-height: initial;
    height: inherit;
    margin: 4% 0 2%;
  }
  .new-operations .con .con-bottom .bottom-list > ul li a .middle h3 {
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 14px;
    padding-left: 10px;
  }
  .new-operations .con .con-bottom .bottom-list > ul li a .middle h3 span {
    font-size: 16px;
  }
  .new-operations .con .con-bottom .bottom-list > ul li a .right {
    width: 100%;
    padding: 0 10px;
  }
  .new-operations .con .con-bottom .bottom-list > ul li a .right p {
    font-size: 14px;
  }
  .new-operations .con .con-bottom .bottom-list > ul li:hover a .left {
    left: 0;
  }
}
/*# sourceMappingURL=kancai_guancha.css.map */