/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 背景颜色
* 
**/
a:hover {
  color: #d71619;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #f2f2f2;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #01ac68;
}
.advertising {
  width: 1200px;
}
.right {
  position: sticky;
  top: 0;
  height: 100%;
}
.right .advertising {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.right .advertising img {
  width: 100%;
  height: 100%;
}
.right .advertising-2 {
  height: 250px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  height: 100px;
  background-color: #01ac68;
}
.head .w {
  display: flex;
  justify-content: space-between;
  height: 100px;
  align-items: center;
}
.head .logo {
  width: 210px;
  height: 60px;
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
}
.head .logo img {
  width: 80%;
    height: auto;
    margin: 12px 15px;
}
.head .r-box {
  align-items: center;
}
.head .r-box #time {
  color: #fff;
  font-size: 16px;
  margin-right: 20px;
}
.head .r-box .search {
  text-align: center;
  border: 1px solid #b6c2d2;
  border-radius: 30px;
  overflow: hidden;
}
.head .r-box .search form {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  height: 60px;
  overflow: hidden;
}
.head .r-box .search form input {
  width: 200px;
  padding-left: 20px;
  background-color: transparent;
  font-size: 20px;
}
.head .r-box .search form button {
  width: 60px;
  height: 100%;
  background: url(http://www.kepu.rexun.cn/static/img/search.png) no-repeat center;
  background-size: 60%;
  border-radius: 50%;
  transition: 0.5s all;
}
.head .r-box .search span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.bg {
  padding: 40px;
  padding-bottom: 10px;
  background-color: #fff;
}
.nav {
  background-color: #fff;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.nav ul li a {
  color: #01ac68;
  font-weight: 700;
}
.nav ul li a:hover {
  color: #d71619;
}
.big-tit h1 {
  text-align: center;
  font-size: 31px;
  color: #01ac68;
  font-weight: 700;
}
.big-tit h2 {
  margin-top: 20px;
  color: #01ac68;
  font-size: 16px;
  text-indent: 2rem;
  line-height: 30px;
}
.fouce-img .fouce {
  width: 795px;
  height: 490px;
}
.fouce-img .fouce #swiper-1 {
  height: 100%;
  position: relative;
}
.fouce-img .fouce #swiper-1 .swiper-wrapper .swiper-slide span {
  height: 50px;
  line-height: 50px;
  background: rgba(1 172 104 / 63%);
}
.fouce-img .fouce #swiper-1 .swiper-wrapper .swiper-slide span h1 {
  width: 70%;
  text-align: left;
}
.fouce-img .fouce #swiper-1 .swiper-pagination {
  text-align: right;
  left: -20px;
}
.fouce-img .fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  color: #000;
  background-color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.fouce-img .fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffe400;
}
.fouce-img .img-box {
  width: 370px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.fouce-img .img-box a {
  width: 100%;
  height: 235px;
  display: block;
  position: relative;
  background: #000;
}
.fouce-img .img-box a img {
  width: 100%;
  height: 235px;
}
.fouce-img .img-box a span {
  display: none;
}
.fouce-img .img-box a:hover img {
  opacity: 0.5;
}
.fouce-img .img-box a:hover span {
  display: block;
  width: 300px;
  height: 150px;
  position: absolute;
  top: 40px;
  left: 35px;
  text-align: center;
  line-height: 150px;
  font-size: 20px;
  color: #fff;
}
.box .title-1 {
  height: 50px;
  line-height: 50px;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.box .title-1 a {
  font-size: 20px;
  font-weight: 700;
  margin-right: 55px;
}
.box .title-1 a span {
  right: 0;
  position: absolute;
}
.box .title-1 .cur {
  color: #01ac68;
  border-bottom: 1px solid #01ac68;
}
.box .list ul li {
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  position: relative;
}
.box .list ul li a {
  display: flex;
  justify-content: space-between;
}
.box .list ul li a h1 {
  width: 80%;
  font-size: 16px;
}
.box .list ul li a span {
  width: 30%;
  text-align: right;
  color: #717171;
  font-size: 16px;
}
.box .list ul li a:hover {
  color: #01ac68;
}
.box .list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box .no-span ul li a h1 {
  width: 100%;
}
.box .img-fouce {
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.box .img-fouce .tit {
  width: 4%;
  padding: 20px;
  border-right: 1px solid #ccc;
  text-align: center;
  position: relative;
}
.box .img-fouce .tit a {
  font-size: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.box .img-fouce .ovh {
  margin: 20px 60px;
  box-sizing: border-box;
  position: relative;
  width: 96%;
}
.box .img-fouce #swiper-2 {
  overflow: hidden;
  width: 1000px;
}
.box .img-fouce #swiper-2 .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
  height: 167px;
  width: 100%;
}
.box .img-fouce #swiper-2 .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.box .img-fouce #swiper-2 .swiper-wrapper .swiper-slide a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
}
.box .img-fouce #swiper-2 .swiper-button-prev {
  left: -45px;
}
.box .img-fouce #swiper-2 .swiper-button-next {
  right: -45px;
}
.box .title-2 {
  justify-content: center;
}
.box .title-2 a {
  width: 200px;
  text-align: center;
  height: 60px;
  background: url(http://www.kepu.rexun.cn/static/img/tit-bg.jpg) #697da7;
  margin: 0 35px;
  border-radius: 6px;
  font-size: 22px;
  line-height: 60px;
  color: #fff;
}
.box .title-2 a img {
  height: 28px;
  width: 26px;
  margin-right: 10px;
}
.box .title-2 .cur {
  background-image: url(http://www.kepu.rexun.cn/static/img/tit-bg-2.jpg);
  position: relative;
}
.box .title-2 .cur::after {
  content: ' ';
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #2c8ff5;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 48px;
  margin-left: -12px;
  left: 50%;
}
.box .cart-text {
  flex-wrap: wrap;
}
.box .cart-text .item {
  width: 265px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-bottom: 25px;
}
.box .cart-text .item .item-text {
  padding: 20px 15px;
}
.box .cart-text .item .item-text h3 {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  height: 44px;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.box .cart-text .item .item-text p {
  margin: 20px 0;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  font-size: 14px;
  text-indent: 1rem;
  text-align: left;
  height: 54px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.box .cart-text .item .item-text span {
  float: left;
  color: #999;
  margin-bottom: 15px;
}
.box .cart-text .item .item-text span:nth-of-type(2) {
  float: right;
}
.box .cart-text .item:hover {
  box-shadow: 0 7px 10px 0 rgba(127, 144, 176, 0.8);
  transition-duration: 0.2s;
}
.box .img-box {
  position: relative;
}
.box .img-box img {
  height: 170px;
}
.box .img-box span {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.crumbs {
  padding-bottom: 20px;
}
.crumbs a {
  color: #333;
  margin-right: 10px;
}
.crumbs a:first-of-type {
  padding-left: 40px;
  background: url(http://www.kepu.rexun.cn/static/img/home.png) no-repeat center left;
}
.paging {
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
  margin-right: 40px;
}
.paging a:hover,
.paging span:hover {
  background-color: #01ac68;
  color: #fff;
  opacity: 0.7;
}
.paging .hover {
  margin-right: 10px;
}
.paging .hover,
.paging span {
  border: none;
  background-color: #fff;
  padding: 0;
}
.paging span:before {
  content: '/';
  padding-right: 10px;
}
.paging .hover:hover,
.paging span:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.lo-p {
  padding-top: 20px;
}
.con {
  border: 1px solid #ccc;
  padding: 20px;
}
.con .con-tit {
  padding: 0 20px;
}
.con .con-tit h4 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
}
.con .con-info {
  color: #555555;
  padding: 20px 0 10px;
  margin-bottom: 20px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
}
.con .con-info span {
  font-size: 16px;
  margin-right: 20px;
}
.con .con-info span:last-of-type {
  overflow: initial;
  float: right;
  font-size: 16px;
}
.con .con-info .social-share-icon {
  font-size: 20px;
  margin-right: 10px;
}
.con .con-text p {
  font-size: 18px;
  line-height: 38px;
  text-indent: 2rem;
  margin-bottom: 20px;
}
.con .con-text a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.pian {
  width: 100%;
}
.pian a {
  display: block;
  margin: 20px 0;
}
.pian a span {
  display: block;
}
.no-p {
  padding-top: 1px;
}
.no-p-2 {
  padding-bottom: 0px;
}
.box-1 {
  width: 795px;
}
.box-2 {
  width: 370px;
}
.box-5 {
  width: 32%;
}
.box-6 {
  width: 70%;
}
.box-6 .list ul li a h1 {
  width: 85%;
}
.box-6 .list ul li a span {
  width: 13%;
}
.box-7 {
  width: 27%;
}
.box-7 .list ul li a span {
  width: 38%;
}
.box-8 {
  width: 70%;
}
.box-8 .list ul li a h1 {
  width: 85%;
}
.box-8 .list ul li a span {
  width: 13%;
}
.keywords {
  text-align: center;
}
.keywords span,
.keywords a {
  font-size: 15px;
  color: #fff;
}
.keywords a {
  margin-right: 20px;
}
