@charset "UTF-8";
.nav-c-warp {
  position: relative;
  background: #ffffff;
}

.nav-c-warp .nav-b {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: relative;
  background: url("../image/dh-bg_13.jpg");
}

@media screen and (max-width: 1024px) {
  .nav-c-warp .nav-b {
    background: #80a8c9;
    display: none;
    height: auto;
  }
}
.layui-layer-btn0{
	color: #ffffff !important;
}
.nav-c-warp .nav-b ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

@media screen and (max-width: 1024px) {
  .nav-c-warp .nav-b ul {
    flex-direction: column;
  }
}

.nav-c-warp .nav-b ul .active {
  font-weight: bold;
  color: #92d110;
}

.nav-c-warp .nav-b ul li {
  font-size: 16px;
  color: #ffffff;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}

@media screen and (max-width: 1024px) {
  .nav-c-warp .nav-b ul li {
    text-align: center;
  }
}

.nav-c-warp .nav-b ul li a {
  display: block;
}

.nav-c-warp .nav-b ul li:hover {
  font-weight: bold;
  color: #92d110;
}

.nav-c-warp .nav-t {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 130px;
}

@media screen and (max-width: 1024px) {
  .nav-c-warp .nav-t {
    height: 80px;
    padding: 0 15px;
    border-bottom: 1px solid #76b5f5;
  }
}

.nav-c-warp .nav-t .nav-c-l {
  display: flex;
  align-items: center;
}

.nav-c-warp .nav-t .nav-c-l img {
  height: 80px;
}

@media screen and (max-width: 1024px) {
  .nav-c-warp .nav-t .nav-c-l img {
    height: 50px;
  }
}

.nav-c-warp .nav-t .nav-c-r {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .nav-c-warp .nav-t .nav-c-r {
    justify-content: center;
  }
}

.nav-c-warp .nav-t .nav-c-r p {
  text-align: right;
  height: 40px;
  line-height: 40px;
  margin: 15px 0;
  display: flex;
  flex-direction: row;
  justify-content: right;
}

@media screen and (max-width: 1024px) {
  .nav-c-warp .nav-t .nav-c-r p {
    height: auto;
    line-height: auto;
    display: flex;
    flex-direction: row;
  }
}

.nav-c-warp .nav-t .nav-c-r p .ms-denglu {
  margin-right: 10px;
}

.nav-c-warp .nav-t .nav-c-r p span {
  color: #666666;
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}

@media screen and (max-width: 1024px) {
  .nav-c-warp .nav-t .nav-c-r p span {
    font-size: 14px;
    line-height: 25px;
  }
}

.nav-c-warp .nav-t .nav-c-r p span a {
  text-decoration: none;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .nav-c-warp .nav-t .nav-c-r p span a {
    flex-direction: column;
    display: flex;
  }
}

.nav-c-warp .nav-t .nav-c-r p span a img {
  width: 23px;
  height: 23px;
  margin-right: 5px;
}

.nav-c-warp .nav-t .nav-c-r p .ms-denglu::after {
  content: "|";
  margin: 0 15px;
}

@media screen and (max-width: 1024px) {
  .nav-c-warp .nav-t .nav-c-r p .ms-denglu::after {
    display: none;
  }
}

.nav-c-warp .nav-t .nav-c-r .sousuo {
  width: 510px;
  height: 40px;
  border: 1px solid #80a8c9;
  display: flex;
}
.sousuo select{
  border: none;
  border-right: 1px solid #80a8c9;
}
@media screen and (max-width: 1024px) {
  .nav-c-warp .nav-t .nav-c-r .sousuo {
    display: none;
    position: absolute;
    left: 0;
    top: 79px;
    width: 100%;
    z-index: 999;
  }
}

.nav-c-warp .nav-t .nav-c-r .sousuo input {
  border: none;
  padding-left: 30px;
  color: #6a6a6a;
  font-size: 14px;
  flex: 1;
}

.nav-c-warp .nav-t .nav-c-r .sousuo button {
  width: 80px;
  height: 100%;
  background: #80a8c9;
  border: none;
  color: #ffffff;
}

.nav-c-warp .nav-t .nav-c-r .sousuo button:hover {
  background: #3c6d96;
}

.caidan-pag {
  display: none;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .caidan-pag {
    display: flex;
  }
}

.caidan-pag p {
  text-align: center;
  margin: 0;
  display: none;
}

.caidan-pag .zhankai {
  display: block;
}

.sousuo-pag {
  display: none;
  align-items: center;
  justify-content: center;
}

.sousuo-pag p {
  display: none;
}

.sousuo-pag .sousuo-kai {
  display: flex;
  margin: 0;
}


@media screen and (min-width: 1024px){
  /*.disp-none{
    display: none !important;
  }*/
}
@media screen and (max-width: 1024px) {
  .sousuo-pag {
    display: flex;
  }
  .ms-none{
    display: none;
  }
}

.s-zongz {
  background: #3475a9 !important;
}


.active-gx{
  position: relative;
}
.active-gx::before{
  content: "共享";
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 3px 10px;
  background: #3ca53c;
  color: #ffffff;
  z-index: 9;
  border-radius: 8px;
}




.content-con {
  /*width: 100%;
  position: absolute;
  left: 0;
  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;
    z-index: 99;
  }

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

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

@media screen and (max-width: 1024px) {
  .denglu-guanb {
    display: block;
  }
  
.content-con .content-ca .content-denlu .denglu-con p{
  height: 50px;
  line-height: 50px;
}
.content-con .content-ca .content-denlu .denglu-con{
  height: 350px;
}
}

.denglu-guanb,.denglu-guanbbbb{
  cursor: pointer;
}