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

@media screen and (max-width: 1024px) {
  .content-warp .pc-banner {
    display: none;
  }
}

.content-warp .ms-banner {
  display: none;
}
  .content-warp .pc-banner .swiper-wrapper a{
  	width: 100%;
  }

@media screen and (max-width: 1024px) {
  .content-warp .ms-banner {
    display: block;
  }
  .content-warp .ms-banner .swiper-wrapper .swiper-slide img {
    width: auto;
    height: 200px;
  }
  .content-warp .ms-banner .swiper-wrapper a{
        display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}

.ban-xia {
  margin: 30px auto 0 auto;
  width: 100%;
  max-width: 1200px;
}

@media screen and (max-width: 1024px) {
  .ban-xia {
    margin: 15px auto 0 auto;
  }
}

.ban-xia ul {
  width: 100%;
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 1024px) {
  .ban-xia ul {
    flex-flow: wrap;
    padding: 0 15px;
  }
}

.ban-xia ul li {
  width: 24%;
  margin-right: 2.5%;
}

@media screen and (max-width: 1024px) {
  .ban-xia ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
}

.ban-xia ul li a img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .swiper-container{
  	height: 420px;
  }
  .swiper-container .swiper-wrapper .swiper-slide{
  	display: flex;
  	justify-content: center;
  }
  .swiper-container .swiper-wrapper .swiper-slide img{
  	height: 100%;
  	width: auto;
  }
  .ban-xia ul li:nth-of-type(4) {
    margin-right: 0;
  }
}

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

.ban-xia-two {
  width: 100%;
  max-width: 1200px;
  background: #ffffff;
}

@media screen and (max-width: 1024px) {
  .ban-xia-two {
    margin: 0 auto;
    padding-top: 20px;
  }
}

.ban-xia-two ul {
  width: 100%;
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 1024px) {
  .ban-xia-two ul {
    flex-flow: wrap;
    padding: 0 15px;
  }
}

.ban-xia-two ul li {
  width: 24%;
  margin-right: 2.5%;
}

@media screen and (max-width: 1024px) {
  .ban-xia-two ul li {
    width: 24%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
}

.ban-xia-two ul li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.ban-xia-two ul li a img {
  width: 41px;
  height: 41px;
  margin-bottom: 10px;
}

.ban-xia-two ul li a span {
  font-size: 24rpx;
  color: #000000;
}

@media screen and (min-width: 1024px) {
  .ban-xia-two ul li:nth-of-type(4) {
    margin-right: 0;
  }
}

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

.content-con {
  /*width: 100%;*/
  position: absolute;
  left: 22%;
  margin-left: -85px;
  top: 0;
  z-index: 99;
}

.content-con .content-ca {
  /*max-width: 1200px;*/
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.content-con .content-ca .content-denlu {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .content-con .content-ca .content-denlu {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -137.5px;
    margin-top: -159px;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.6);
    display: none;
  }
}

.content-con .content-ca .content-denlu .denglu-con {
  width: 275px;
  background: #ffffff;
  height: 318px;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.content-con .content-ca .content-denlu .denglu-con h5 {
  color: #000000;
  font-size: 16px;
  text-align: center;
  margin: 0;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}

.content-con .content-ca .content-denlu .denglu-con h6 {
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
  color: #015293;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}

.content-con .content-ca .content-denlu .denglu-con p {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  padding-left: 10px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
}

.content-con .content-ca .content-denlu .denglu-con p i {
  color: #bbbbbb;
  font-size: 14px;
  margin-right: 5px;
}

.content-con .content-ca .content-denlu .denglu-con p input {
  border: none;
  font-size: 12px;
  color: #818181;
  display: flex;
  flex: 1;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}

.content-con .content-ca .content-denlu .denglu-con .dengl-zhuc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 30px;
  color: #818181;
}

.content-con .content-ca .content-denlu .denglu-con button {
  font-size: 16px;
  color: #ffffff;
  width: 100%;
  height: 33px;
  line-height: 33px;
  background: #015293;
  border: none;
  border-radius: 3px;
}

@media screen and (max-width: 1024px) {
  .content-con .content-ca .content-caid {
    display: none;
  }
}

.content-con .content-ca .content-caid ul {
  width: 170px;
  background: #ffffff;
  margin-bottom: 0;
}

.content-con .content-ca .content-caid ul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: #3a3d4b;
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}

.content-con .content-ca .content-caid ul li .content-erjcd-warp {
  position: absolute;
  top: 0;
  left: 170px;
  background: #ffffff;
  width: 560px;
  height: 100%;
  overflow-y: scroll;
  display: none;
  border-left: 2px solid #f1f1f1;
}

.content-con .content-ca .content-caid ul li .content-erjcd-warp .content-erjcd-c {
  padding: 20px;
}

.content-con .content-ca .content-caid ul li .content-erjcd-warp .content-erjcd-c .erjcd-c-li {
  height: auto;
  line-height: 30px;
}

.content-con .content-ca .content-caid ul li .content-erjcd-warp .content-erjcd-c .erjcd-c-li h6 {
  color: #3a3d4b;
  font-size: 14px;
  font-weight: bold;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}

.content-con .content-ca .content-caid ul li .content-erjcd-warp .content-erjcd-c .erjcd-c-li span {
  color: #999999;
  height: auto;
  line-height: 30px;
  font-size: 14px;
  margin-right: 10px;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}

.content-con .content-ca .content-caid ul li .content-erjcd-warp .content-erjcd-c .erjcd-c-li span:hover {
  color: #015293;
}

.content-con .content-ca .content-caid ul li .content-erjcd-warp .content-erjcd-c h5 {
  color: #3a3d4b;
  font-size: 20px;
  font-family: "思源宋体 CN";
  line-height: 30px;
  height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.content-con .content-ca .content-caid ul li .content-erjcd-warp .content-erjcd-c h5 i {
  color: #015293;
  font-family: "思源宋体 CN";
}

.content-con .content-ca .content-caid ul li .content-erjcd-warp .content-erjcd-c h5 img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.content-con .content-ca .content-caid ul li .li-a {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
}

.content-con .content-ca .content-caid ul li .li-a i {
  font-weight: 400 !important;
}

.content-con .content-ca .content-caid ul li:hover {
  background: #e5f2fd;
  border-left: 2px solid #1b77b8;
}

.content-con .content-ca .content-caid ul li:hover .li-a {
  font-weight: bold;
  color: #015293 !important;
}

.content-con .content-ca .content-caid ul li:hover .content-erjcd-warp {
  display: block;
}

.denglu-guanb {
  /*display: none;*/
  position: absolute;
  right: 20px;
  top: 20px;
}

@media screen and (max-width: 1024px) {
  .denglu-guanb {
    display: block;
  }
}

.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;
  }
}

.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: #6a6a6a;
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}

.tuijian-l-tit .tuijian-l-r:hover {
  color: #db3525;
}

.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;
  }
}

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

@media screen and (max-width: 1024px) {
  .tuijian-l-tit .tuijian-l-l p {
    display: flex;
    flex-flow: wrap;
  }
}

.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;
}

.tuijian-r-xinw ol li {
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.tuijian-r-xinw ol li::before {
  content: "●";
  color: #494949;
  margin-right: 10px;
}

.tuijian-r-xinw ol li:hover {
  color: #db3525;
}

.zhibo-l-list ul li {
  width: 100% !important;
}

.zhibo-l-list ul li a h6 {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
}

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

.tuijian-l-list ul {
  display: flex;
  flex-direction: row;
}

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

.tuijian-l-list ul li {
  width: 24%;
  margin-right: 2%;
}

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

.tuijian-l-list ul li a div {
  width: 100%;
  /*height: 100%;*/
  min-height: 128px;
      max-height: 128px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

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

.tuijian-l-list ul li a h6 {
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
  height: 50px;
  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) {
  .tuijian-l-list ul li a h6 {
    line-height: 20px;
    -webkit-line-clamp: 1;
    height: auto;
  }
}

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

.tuijian-l-list ul li a p {
  font-size: 15px;
  color: #db3525;
  font-weight: bold;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}

@media screen and (max-width: 1024px) {
  .tuijian-l-list ul li a p {
    font-size: 12px;
  }
}

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

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

.tuijian-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);
}

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

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

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

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

.jingpin-l-list ul li {
  width: 19%;
  margin-right: 1.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;
  min-height: 128px;
      max-height: 128px;
  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;
  height: 50px;
  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;
    height: auto;
  }
}

.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";
}

@media screen and (min-width: 1024px) {
  .jingpin-l-list ul li:nth-of-type(5) {
    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;
}

.hezjg-w {
  padding-bottom: 60px;
}

.hezuojg-warp {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .hezuojg-warp {
    margin-top: 20px;
  }
}

.hezuojg-warp .hezuojg-con ul {
  margin: 5px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}

.hezuojg-warp .hezuojg-con ul li {
  width: 15%;
  margin-right: 1.8%;
  box-shadow: 0px 0px 6px 0px #d6cece;
  margin-bottom: 15px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .hezuojg-warp .hezuojg-con ul li {
    width: 48%;
    margin-right: 2%;
  }
}

.hezuojg-warp .hezuojg-con ul li img {
  max-height: 35px;
  max-width: 170px;
}

.hezuojg-warp .hezuojg-con ul li:nth-of-type(6n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .ms-banner .swiper-wrapper .swiper-slide{
    height: 200px;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
  .hezuojg-warp .hezuojg-con ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .hezuojg-warp .hezuojg-con ul li img{
  	max-width: 130px;
  }
}

.swiper-containerr .swiper-button-nextt {
  position: absolute;
  right: 5px;
  top: 35%;
  box-shadow: 0px 0px 6px 0px #d6cece;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  background: #ffffff;
  z-index: 99;
  cursor: pointer;
}

.pc-banner .swiper-wrapper .swiper-slide img{
	width: 100%;
    object-fit: cover;
}

.denglu-con-two{
  display: flex;
  width: 275px;
    background: #ffffff;
    height: 318px;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    position: relative;
    display: none;
}
.denglu-con-two h6{
  font-size: 18px;
  color: #3a3a3a;
}
.denglu-con-two img{
  width: 75px;
  height: 75px;
}
.denglu-con-two span{
  font-size: 18px;
  color: #3c3c3c;
}
.denglu-con-two p{
  font-size: 18px;
  color: #3c3c3c;
}
.denglu-con-two p:hover{
  color: #92d110;
}
.denglu-con-two span:hover{
  color: #92d110;
}

.active-denglu .denglu-con{
  display: none !important;
}
.active-denglu .denglu-con-two{
  display: flex;
}