@charset "UTF-8";
.keczx-warp {
  width: 100%;
  background: #f6f7f9;
}

.keczx-warp .keczx-con {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.keczx-warp .keczx-con .keczx-tit {
  padding: 25px 0;
}

@media screen and (max-width: 1024px) {
  .keczx-warp .keczx-con .keczx-tit {
    padding: 15px;
  }
}

.keczx-warp .keczx-con .keczx-tit span {
  color: #6a6a6a;
  font-size: 14px;
  font-family: "思源宋体 CN";
}

.keczx-warp .keczx-con .keczx-tit span:hover {
  color: #3a3a3a;
  font-weight: bold;
}

.keczx-warp .keczx-con .keczx-tit-pag {
  background: #ffffff;
  padding: 0 30px;
  box-shadow: 0px 0px 4px 0px #cccccc;
}

@media screen and (max-width: 1024px) {
  .keczx-warp .keczx-con .keczx-tit-pag {
    padding: 0 15px;
  }
}

.keczx-warp .keczx-con .keczx-tit-pag .keczx-t-p-t {
  border-bottom: 1px solid #cccccc;
}

.keczx-warp .keczx-con .keczx-tit-pag ul {
  margin: 0;
  display: flex;
  flex-direction: row;
  padding: 25px 10px;
}

@media screen and (max-width: 1024px) {
  .keczx-warp .keczx-con .keczx-tit-pag ul {
    flex-flow: wrap;
    padding: 10px;
  }
}

.keczx-warp .keczx-con .keczx-tit-pag ul li {
  margin-left: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;

  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  .keczx-warp .keczx-con .keczx-tit-pag ul li {
    margin-bottom: 10px;
  }
}

.keczx-warp .keczx-con .keczx-tit-pag ul li input {
  width: 15px;
  height: 15px;
  border: 1px solid #999999;
  border-radius: 3px;
  margin-right: 5px;
  cursor: pointer;
      position: absolute;
    left: 0;
    top: 3px;
}

.keczx-warp .keczx-con .keczx-tit-pag ul .active a::before {
  content: "●";
  width: 14px;
  height: 16px;
  font-size: 20px;
  line-height: 15px;
  color: #015293;
  text-align: center;
  position: absolute;
  left: 0;
    top: 2px;
    z-index: 9;
}

.keczx-warp .keczx-con .keczx-tit-pag ul .active input {
  border: 1px solid #015293;
}

.keczx-warp .keczx-con .keczx-tit-pag ul li a:hover::before {
  content: "●";
  width: 14px;
  height: 16px;
  font-size: 20px;
  line-height: 15px;
  color: #015293;
  text-align: center;
  position: absolute;
  left: 0;
    top: 2px;
    z-index: 9;
}

.keczx-warp .keczx-con .keczx-tit-pag ul li:hover input {
  border: 1px solid #015293;
}

.tuijian-warp {
  width: 100%;
}

.tuijian-warp .tuijian-con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  margin-top: 23px;
  padding: 25px 25px 10px 25px;
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 1024px) {
  .tuijian-warp .tuijian-con {
    padding: 10px 15px 10px 15px;
    margin-top: 10px;
    flex-direction: column;
  }
.keczx-warp .keczx-con .keczx-tit-pag ul .active a::before {
  content: "";
  width: 5px;
  height: 5px;
  font-size: unset;
  line-height: 15px;
  border-radius: 50%;
  color: unset;
  background: #015293;
  text-align: center;
  position: absolute;
  left: 5px;
    top: 8px;
    z-index: 9;
}
}

.tuijian-warp .tuijian-con .tuijian-r {
  align-items: baseline;
  padding-left: 15px;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .tuijian-warp .tuijian-con .tuijian-r {
    padding-left: 0;
  }
}

.tuijian-warp .tuijian-con .tuijian-l {
  width: 925px;
  padding-right: 15px;
  border-right: 1px solid #eeeeee;
}

@media screen and (max-width: 1024px) {
  .tuijian-warp .tuijian-con .tuijian-l {
    padding-right: 0;
    width: 100%;
    border-right: none;
  }
}

.tuijian-warp .tuijian-con .jingpin-l {
  width: 100%;
}

.tuijian-l-tit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .tuijian-l-tit {
    padding-bottom: 0;
    margin-bottom: 10px;
    border: none;
  }
}

.tuijian-l-tit .tuijian-l-r {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #3a3a3a;
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}

.tuijian-l-tit .tuijian-l-r a {
  margin-left: 30px;
}

.tuijian-l-tit .tuijian-l-r a:hover {
  color: #188fee !important;
}

.tuijian-l-tit .active-a {
  color: #188fee !important;
}

.tuijian-l-tit .tuijian-l-l {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .tuijian-l-tit .tuijian-l-l {
    flex-direction: column;
    align-items: baseline;
  }
}

.tuijian-l-tit .tuijian-l-l h5 {
  padding-left: 8px;
  margin-right: 50px;
  border-left: 4px solid #015293;
  font-size: 22px;
  color: #000000;
  font-family: "思源宋体 CN";
}

@media screen and (max-width: 1024px) {
  .tuijian-l-tit .tuijian-l-l h5 {
    font-size: 18px;
    margin-right: 0;
  }
  .tuijian-l-tit .tuijian-l-r a {
    margin-left: 15px;
}
}

.tuijian-l-tit .tuijian-l-l p {
  margin: 0;
}

.tuijian-l-tit .tuijian-l-l p .active {
  color: #015293;
}

.tuijian-l-tit .tuijian-l-l p span {
  line-height: 45px;
  color: #3a3a3a;
  font-size: 20px;
  font-family: "思源宋体 CN";
  margin-right: 10px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .tuijian-l-tit .tuijian-l-l p span {
    font-size: 16px;
  }
}

.tuijian-l-tit .tuijian-l-l p span:hover {
  color: #015293;
}

.jingpin-l-list {
  width: 100%;
}

.jingpin-l-list ul {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}

@media screen and (max-width: 1024px) {
  .jingpin-l-list ul {
    flex-flow: wrap;
  }
}

.jingpin-l-list ul li {
  width: 18.4%;
  margin-right: 2%;
}

@media screen and (max-width: 1024px) {
  .jingpin-l-list ul li {
    width: 49%;
  }
}

.jingpin-l-list ul li a div {
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.jingpin-l-list ul li a div img {
  width: 100%;
  transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
}

.jingpin-l-list ul li a h6 {
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}

@media screen and (max-width: 1024px) {
  .jingpin-l-list ul li a h6 {
    line-height: 20px;
  }
}

.jingpin-l-list ul li a span {
  line-height: 25px;
  font-size: 12px;
  color: #999999;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}

.jingpin-l-list ul li a p {
  font-size: 15px;
  color: #db3525;
  font-weight: bold;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.jingpin-l-list ul li a p span {
  color: #db3525;
}

.jingpin-l-list ul li a p span::before {
  content: url("../image/zbz.jpg");
  margin-right: 8px;
}

@media screen and (min-width: 1024px) {
  .jingpin-l-list ul li:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .jingpin-l-list ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}

.jingpin-l-list ul li:hover .tuijian-l-lis-img img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.jingpin-l-list ul li:hover h6 {
  color: #db3525;
}
