@charset "UTF-8";

* {
  box-sizing: border-box;
}

li a:hover,
li a:hover h5 {
  color: rgb(45, 137, 220) !important;
}

.img {
  overflow: hidden;
  cursor: pointer;
}

.img img {
  transition: all .3s;
}

.img:hover img {
  transform: scale(1.01);
}

.zt-row {
  margin-bottom: 45px;
}

.search-box {
    position: absolute;
    top: 29%;
    width: 40%;
    right: 12%;
}

.elli-s {
  /* 超出显示省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 响应式布局 */
.container {
  width: 1200px !important;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .container {
    width: 1200px !important;
  }
}

@media (max-width:1480px) {
  .container {
    width: 1170px !important;
    /* min-width: 320px; */
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1280px) {
  .container {
    width: 970px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 992px) {
  .container {
    width: 750px !important;
  }
}

@media (max-width: 768px) {
  .container {
    width: auto !important;
  }
}

/* header */
.ydyl-header {
  width: 100%;
  position: relative;
}



.ydyl-header .header-bg {
  width: 100%;
  background: url(/xjepd/xhtml/ztzl/2024ydylzt/images/ydyl_bg1.jpg) no-repeat;
  height: 310px;
  background-size: 100% 95%;
  /* background-position-y: -111px; */
}

.ydyl-header .header-bg img {
  width: 100%;
  display: none;
  height: 303px;
}

.ydyl-header .logo {
  /* position: absolute; */
  top: 12%;
  /* transform: translateY(-50%); */
  width: 100%;
  /* text-align: center; */
}
.header-nav {
    width: 100%;
    position: absolute;
    bottom: 40px;
}

.header-nav li a:hover {
    color: #fff !important;
}

.header-nav .nav ul {
    width: 100%;
    border-bottom: 1px solid #fff;
}

.header-nav .nav ul li {
    float: left;
}

.header-nav .nav ul li a {
    display: inline-block;
    padding: 0 53px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
}

.ydyl-header .logo a {
  /* width: 256px; */
  width: 39.42%;
  display: inline-block;
  position: absolute;
  top: -15%;
  left: 6%;
}

.ydyl-header .logo a img {
  /* width: 80%; */
  margin-top: 50px;
}

/* mainContent */
.ydyl-main {
  margin-top: 26px;
}

/* 筛选搜索框 */
.search-box .layui-form {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  row-gap: 16px;
}

.search-box .layui-form .w26 {
  width: 52.66%;
}

.search-box .layui-form .cx-button {
  width: 29.2%;
}

.search-box .layui-form .cx-button .layui-btn {
  width: 100%;
  height: 49px;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 26.4px;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(52, 92, 175, 1);
}

.layui-input {
  height: 49px;
  padding: 0 24px;
  border: 1px solid rgba(214, 214, 214, 1);
  user-select: none;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.layui-input-wrap .layui-input {
  padding-left: 64px !important;
}

.layui-input-wrap .layui-input-prefix {
  padding: 0;
  display: flex;
  justify-content: right;
  align-items: center;
  width: 44px;
}

.layui-input:hover {
  border: 1px solid rgb(41, 129, 217) !important;
  box-shadow: 0 0 4px 1px rgba(40, 98, 213, 0.5);
}

.layui-input:focus,
.layui-textarea:focus {
  border-color: rgb(41, 129, 217) !important;
  box-shadow: 0 0 4px 1px rgba(40, 98, 213, 0.5);
}

.layui-form-select dl dd.layui-this {
  color: rgb(41, 129, 217);
}

.layui-form-select dl {
  bottom: auto;
  top: 52px;
}

.layui-form-selectup dl {
  top: auto;
  bottom: 52px
}

.layui-form-select .layui-edge {
  right: 24px;
}

.layui-anim {
  font-size: 18px !important;
}

/* 栏目展示 */
.channel-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 45px;
}

.channel-list .channel-item {
  width: 48.16%;
  height: 374px;
  border-radius: 8px;
  padding: 36px 25px;
}

.channel-list .channel-item:nth-child(1) {
  background-color: rgba(223, 243, 252, 1);
}

.channel-list .channel-item:nth-child(2) {
  background-color: rgba(232, 241, 255, 1);
}

.channel-list .channel-item:nth-child(3) {
  background-color: rgba(254, 247, 222, 1);
}

.channel-list .channel-item:nth-child(4) {
  background-color: rgba(244, 240, 255, 1);
}

.channel-list.underlink .channel-item:nth-child(1) {
  background-color: rgba(223, 242, 241, 1);
}

.channel-list .channel-item .item-title {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.channel-list .channel-item .item-title a {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0px;
  color: rgba(51, 51, 51, 1);
}

.channel-list .channel-item .item-title::before {
  content: "";
  display: inline-block;
  border-left: 21.65px solid rgba(42, 130, 228, 1);
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
  margin-right: 17px;
}

.bsj-pageList {
  width: 100%;
  padding: 0 5px;
}

.bsj-pageList li {
  margin-top: 23px;
}

.bsj-pageList li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 9px;
  background: url(../images/li_icon.png);
  margin-right: 20px;
}

.bsj-pageList h5 {
  display: inline-block;
  width: 80%;
  font-size: 18px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  vertical-align: middle;
}

/* footer */
.ydyl-footer {
  width: 100%;
  height: 312px;
  background-color: rgba(41, 129, 217, 1);
}

.ydyl-footer .footer-box {
  width: 100%;
  height: 100%;
  padding: 63px 0;
  display: flex;
  justify-content: space-between;
}

.ydyl-footer .footer-box .footer-left {
  width: 100%;
  /* display: flex; */
  justify-content: right;
  flex-wrap: wrap;
  row-gap: 20px;
  text-align: center;
}

.ydyl-footer .footer-box .footer-left dl dd,
.ydyl-footer .footer-box .footer-left dl dd a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 46px;
  color: rgba(255, 255, 255, 1);
}

.ydyl-footer .footer-box .footer-left dl dd a:hover {
  color: rgb(19, 106, 246) !important;
}

.ydyl-footer .footer-box .footer-right {
  width: 25.85%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-8px);
}

.ydyl-footer .footer-box .footer-right .img-link-item {
  width: 133.91px;
  height: 97px;
  text-align: center;
}

.ydyl-footer .footer-box .footer-right .img-link-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menubtn{width: 26px;height: 58px;position: absolute;top: -6px;right: 10px;z-index: 999999;float: right;cursor: pointer;display: none;transition: 0.4s;cursor: pointer;}

.menubtn span {
    margin-top: 28px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
    position: relative;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}
.menubtn span:after,
.menubtn span:before { content: ""; position: absolute; display: inline-block; width: 26px; height: 2px; left: 0;
 background-color: #fff; -webkit-transition-duration: .3s,.3s; -moz-transition-duration: .3s,.3s; -ms-transition-duration: .3s,.3s;-o-transition-duration: .3s,.3s; transition-duration: .3s,.3s;-webkit-transition-delay: .3s,0s;-moz-transition-delay: .3s,0s;-ms-transition-delay: .3s,0s;-o-transition-delay: .3s,0s; transition-delay: .3s,0s}
.menubtn span:before {top: -8px;-webkit-transition-property: top,transform;-moz-transition-property: top,transform;-ms-transition-property: top,transform;-o-transition-property: top,transform;transition-property: top,transform;}
.menubtn span:after {bottom: -8px;-webkit-transition-property: bottom,transform;-moz-transition-property: bottom,transform;-ms-transition-property: bottom,transform;-o-transition-property: bottom,transform;
transition-property: bottom,transform;}
.menubtn.active span {background-color: transparent;-webkit-transition-delay: 0s,0s;-moz-transition-delay: 0s,0s;-ms-transition-delay: 0s,0s;-o-transition-delay: 0s,0s;transition-delay: 0s,0s;}
.menubtn.active span:after,.menubtn.active span:before {-webkit-transition-delay: 0s,.3s;-moz-transition-delay: 0s,.3s; -ms-transition-delay: 0s,.3s; -o-transition-delay: 0s,.3s; transition-delay: 0s,.3s;background: #fff;}
.menubtn.active span:before {top: 0px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.menubtn.active span:after {bottom:0px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}


/* 尾部响应式 */
@media (max-width:1280px) {
  .ydyl-footer .footer-box .footer-left {
    width: 69%;
  }

  .ydyl-footer .footer-box .footer-right {
    width: 29%;
  }

  .ydyl-footer .footer-box .footer-right .img-link-item {
    width: 130px;
    height: 93px;
    text-align: center;
  }
}


@media (max-width:992px) {
  .ydyl-footer .footer-box .footer-left {
    width: 100%;
  }

  .ydyl-footer .footer-box .footer-right {
    display: none;
  }

}


@media (max-width:431px) {
  .ydyl-footer {
    height: auto;
  }
  .ydyl-footer .footer-box {
    padding: 33px 0;
  }

  .ydyl-footer .footer-box .footer-left dl {
    width: 100%;
  }

  .ydyl-footer .footer-box .footer-left dl dd,
  .ydyl-footer .footer-box .footer-left dl dd a {
    text-align: center;
  }
}

/* 整体响应式 */
@media (max-width:768px) {
  .bsj-pageList h5 {
    width: 85%;
  }

  .channel-list .channel-item {
    width: 100%;
  }

  .ydyl-header .logo a {
    width: 80%;
    top: -36px;
    left: 60px;
}

.search-box {
    width: 100%;
    right: 10px;
    top: 54%;
}
  .ydyl-header {
    height: 224px;
}
  .ydyl-header .header-bg img {
    height: 100%;
}

.ydyl-header .header-bg {
    height: 100%;
}
  .nav{position: fixed;margin-top: 0;top: 0;right: -200px;width: 200px !important;height: 100%;z-index: 999;padding-top: 40px;transition: all .5s;background: #385AAF;}

.nav.on {
    right: 0;
}

.header-nav .nav ul {
    border: 0;
}

.header-nav .nav ul li a {
    padding: 20px 13px;
}
  .menubtn {
        display: block;
    }
}

@media (max-width:431px) {
  .bsj-pageList h5 {
    width: 80%;
  }

  .search-box .layui-form .w26 {
    width: 64%;
  }

  .search-box .layui-form .cx-button {
    width: 30%;
  }
}