@import url("./public.css");
@import url("./footer.css");

.top {
  height: 31px;
  background: #1764ce;
  color: #fff;
  font-size: 14px;
}

.top .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.top .right a,.top .right span {
  color: #fff;
}

.top .right span:hover{
  cursor: pointer;
}

.top .right em {
  margin: 0 15px;
}

.center {
  position: relative;
}

.logo_box {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 85px;
  z-index: 9999;
}

.logo_box .w1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.search {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 388px;
  height: 42px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 3px 6px 0px rgba(0, 111, 165, 0.2);
}

.search select {
  box-sizing: border-box;
  width: 84px;
  background: url(../images/select.png) no-repeat 88% center;
  padding-left: 15px;
  border: none;
  font-size: 14px;
  outline: none;
  color: #2571da;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

select::-ms-expand {
  display: none;
}

.search input {
  box-sizing: border-box;
  padding-left: 10px;
  width: calc(100% - 164px);
  border: none;
  background: url(../images/search_line.png) no-repeat left center;
  font-size: 14px;
  color: #91a0b4;
}

.search .btn {
  text-indent: 34px;
  box-sizing: border-box;
  width: 80px;
  line-height: 40px;
  background: #2571da url(../images/search.png) no-repeat 8px center;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 0 20px 20px 0;
}

.banner {
  width: 100%;
  height: 413px;
}

.nav {
  height: 61px;
  background: #1764ce;
}

.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.nav ul li a {
  box-sizing: border-box;
  padding: 0 12px;
  position: relative;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 61px;
}

.nav ul li a.on {
  font-weight: bold;
}

.nav ul li a::after {
  position: absolute;
  content: "";
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  transform: scaleX(0);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nav ul li a:hover::after,
.nav ul li a.on::after {
  transform: scaleX(1);
}

.gzdt {
  width: 53.5%;
  height: 413px;
}

.yw {
  width: 43.6%;
}

.yw .main_lis li {
  line-height: 52px;
}

.yw .main_lis li a {
  text-indent: 23px;
}

.yw .main_lis li a::after {
  width: 6px;
  height: 6px;
}

.yw .tab_hd {
  display: flex;
  justify-content: flex-start;
}

.yw .tab_hd a {
  margin-right: 40px;
  position: relative;
  display: block;
  width: 116px;
  height: 46px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: #333333;
}

.yw .tab_hd a:last-child {
  margin-right: 0;
}

.yw .tab_hd a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 2px;
  height: 16px;
  background: #faba51;
}

.yw .tab_hd a:last-child::after {
  display: none;
}

.yw .tab_hd a.on {
  color: #1764ce;
  background: url(../images/ywtab_on.png) no-repeat;
  background-size: 100% 100%;
}

.gwy {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gwy a {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  width: calc((100% - 12px) / 2);
  height: 47px;
  background: #e0eefc;
  border-radius: 5px;
  font-size: 18px;
  color: #1764ce;
  transition: all .3s ease;
}

.gwy a:nth-child(3),
.gwy a:nth-child(4) {
  margin-bottom: 0;
}

.gwy a img {
  margin: 0 25px 0 38px;
  width: 31px;
  height: 31px;
  transition: all .3s ease;
}

.gwy a:hover{
   background: #aed3f8;
   transition: all .3s ease;
}

.hf {
  margin: 25px 0;
}

.hf a {
  display: block;
}

.hf a img {
  width: 100%;
  height: 100%;
}

.ztzl {
  height: 165px;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: 0;
  top: 0;
  height: 100%;
  background-color: rgba(2, 42, 97, 0.5);
  background-repeat: no-repeat;
  background-size: 20px 27px;
}

.swiper-button-prev {
  left: 0;
  background-image: url(../images/jt_l.png);
}

.swiper-button-next {
  right: 0;
  background-image: url(../images/jt_r.png);
}

.sjgz{
  margin-top: 20px;
  box-sizing: border-box;
    
}

.sjgz h3 {
  background: linear-gradient(0deg, #ffffff, #f4f7fd);
  box-shadow: 0px 3px 8px 0px rgb(1 33 111 / 20%);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #cae2fa;
}

.sjgz h3 span{
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 170px;
  height: 55px;
  font-size: 20px;
  font-weight: bold;
  color: #1764ce;
  border-bottom: 3px solid #faba51;
}

.sy_hd {
  text-align: center;
  background: url(../images/hdjl_head.png) no-repeat center center;
}

.sy_hd a {
  font-size: 40px;
  font-weight: bold;
  color: #1764ce;
  line-height: 54px;
  letter-spacing: 20px;
}

.zwgk {
  margin: 40px 0 35px;
}

.zwgk .sy_hd {
  margin-bottom: 40px;
}

.zfxxgk {
  width: 282px;
}

.zfxxgk ul li {
  box-sizing: border-box;
  width: 100%;
  height: 112px;
  margin-bottom: 19px;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(1, 33, 111, 0.2);
  background: url(../images/zfxxgkbg.png) no-repeat center;
  background-size: 100% 100%;
}

.zfxxgk ul li a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  color: #1764ce;
}

.zfxxgk ul li:last-child a {
  margin-bottom: 0;
}

.zfxxgk ul li a em {
  margin: 0 29px 0 36px;
  display: block;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.zfxxgk ul li a em i {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.7s;
    transform: scale(1.5);
    opacity: 0;
}

.zfxxgk ul li:nth-child(1) a em {
  background-image: url(../images/zfxxgk1.png);
}

.zfxxgk ul li:nth-child(1) a em i {
  background-image: url(../images/zfxxgk1.png);
}

.zfxxgk ul li:nth-child(2) a em {
  background-image: url(../images/zfxxgk2.png);
}

.zfxxgk ul li:nth-child(2) a em i {
  background-image: url(../images/zfxxgk2.png);
}

.zfxxgk ul li:nth-child(3) a em {
  background-image: url(../images/zfxxgk3.png);
}

.zfxxgk ul li:nth-child(3) a em i {
  background-image: url(../images/zfxxgk3.png);
}

.zfxxgk ul li:nth-child(4) a em  {
  background-image: url(../images/zfxxgk4.png);
}

.zfxxgk ul li:nth-child(4) a em i {
  background-image: url(../images/zfxxgk4.png);
}

.zfxxgk ul li:nth-child(5) a em {
  background-image: url(../images/ysqgk.png);
}

.zfxxgk ul li:nth-child(5) a em i {
  background-image: url(../images/ysqgk.png);
}

.zfxxgk ul li a:hover {
  background-color: #dee9f7;
  transition: all .3s ease;
}

.zfxxgk ul li a:hover i {
  transform: scale(1);
  opacity: 1;
}

.fdzdgk {
  width: calc(100% - 305px);
}

.boxs {
  box-sizing: border-box;
  padding: 0 12px;
  background: linear-gradient(0deg, #ffffff, #f4f7fd);
  box-shadow: 0px 3px 8px 0px rgba(1, 33, 111, 0.2);
  border-radius: 5px;
}

.fd_top {
  height: 339px;
}

.fd_hd {
  margin-bottom: 15px;
  height: 47px;
  line-height: 47px;
  border-bottom: 1px solid #cae2fa;
}

.fd_hd a {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 124px;
  height: 46px;
  font-size: 20px;
  font-weight: bold;
  color: #1764ce;
  border-bottom: 3px solid #faba51;
}

.fd_bd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fd_bd>div {
  width: calc((100% - 50px) / 2);
}

.fdzdgk_head {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #cae2fa;
}

.fdzdgk_head .tit {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-indent: 31px;
  background-position: left center;
  background-repeat: no-repeat;
}

.zcfg .tit {
  background-image: url(../images/zcfg.png);
}

.tzgg .tit {
  background-image: url(../images/tzgg.png);
}

.ghjh .tit {
  background-image: url(../images/ghjh.png);
}

.czxx .tit {
  background-image: url(../images/czxx.png);
}

.fdzdgk .main_lis li {
  line-height: 41px;
}

.fd_bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fd_bottom>div {
  width: calc((100% - 20px) / 2);
  height: 278px;
}

.zdly_hd {
  height: 59px;
  line-height: 59px;
  border-bottom: 1px solid #cae2fa;
}

.zdly_hd a {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 170px;
  height: 58px;
  font-size: 20px;
  font-weight: bold;
  color: #1764ce;
  border-bottom: 3px solid #faba51;
}

.zdly ul {
  padding: 26px 18px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.zdly ul li {
  width: calc((100% - 258px) / 7);
}

.zdly ul li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.zdly ul li a i {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 112px;
  background: #e0eefc;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
}

.zdly ul li:nth-child(1) a i {
  background-image: url(../images/zdlyxxgk1.png);
}

.zdly ul li:nth-child(2) a i {
  background-image: url(../images/zdlyxxgk2.png);
}

.zdly ul li:nth-child(3) a i {
  background-image: url(../images/zdlyxxgk3.png);
}

.zdly ul li:nth-child(4) a i {
  background-image: url(../images/zdlyxxgk4.png);
}

.zdly ul li:nth-child(5) a i {
  background-image: url(../images/zdlyxxgk5.png);
}

.zdly ul li:nth-child(6) a i {
  background-image: url(../images/zdlyxxgk6.png);
}

.zdly ul li:nth-child(7) a i {
  background-image: url(../images/zdlyxxgk7.png);
}

.zdly ul li a p {
  font-size: 18px;
  color: #333333;
  text-align: center;
}

.hdjl .sy_hd {
  margin: 45px 0;
}

.ldxx {
  display: block;
  width: 100%;
  height: 125px;
}

.ldxx img {
  width: 100%;
  height: 100%;
}

.zjdc {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  height: 331px;
}

.zjdc_head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 66px;
  background: #0a51b2;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
}

.zjdc_head a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #e8f1fc;
}

.zjdc_head a::before,
.zjdc_head a::after {
  content: "";
  margin: 13px;
  display: block;
  width: 59px;
  height: 1px;
  background: #e8f1fc;
  box-shadow: 0px 4px 0px 0px rgba(1, 33, 111, 0.2);
}

.zjdc_box {
  position: absolute;
  width: 428px;
  box-shadow: 0px 3px 8px 0px rgba(1, 33, 111, 0.2);
  border-radius: 5px;
}

.zjdc_box ul {
  padding: 0 13px 0 9px;
  height: 265px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.wsdc ul {
  background-image: url(../images/wsdc_bg.png);
}

.wszj ul {
  background-image: url(../images/wszj_bg.png);
}

.jyta ul {
  background-image: url(../images/jyta_bg.png);
}

.zjdc_box ul li {
  height: 84px;
  border-bottom: 1px dotted #a8a8a8;
}

.zjdc_box ul li:last-child {
  border: none;
}

.zjdc_box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zjdc_box ul li a .title {
  width: calc(100% - 120px);
}

.zjdc_box ul li a h3 {
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
  font-weight: 400;
  transition: all .3s ease;
}

.zjdc_box ul li:hover a h3{
  color: #1764ce;
  transition: all .3s ease;
}

.zjdc_box ul li a p {
  font-size: 14px;
  color: #a8a8a8;
}

.state {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 45px;
  font-size: 15px;
  line-height: 16px;
}

.zjdc .start {
  color: #1764ce;
  border: 1px solid #1764ce;
}

.zjdc .end {
  color: #acacad;
  border: 1px solid #acacad;
}

.zjdc .jgfk {
  color: #fff;
  background: #dbb366;
}

.zjdc .jyta ul li {
  height: 50px;
  line-height: 50px;
  border: none;
}

.zjdc .jyta ul li a::after {
  width: 2px;
  height: 7px;
  background: #dbb366;
  border-radius: 0;
}

.jyta ul li a {
  display: block;
}

.zjdc .wsdc {
  left: 0;
}

.zjdc .wszj {
  left: 50%;
  transform: translateX(-50%);
}

.zjdc .jyta {
  right: 0;
}

.zjdc .wsdc.on,
.zjdc .wszj.on,
.zjdc .jyta.on {
  bottom: 33px;
  z-index: 999;
}

.zjdc .wszj.on .zjdc_head,
.zjdc .wsdc.on .zjdc_head,
.zjdc .jyta.on .zjdc_head {
  background: #1764ce;
}

@media only screen and (max-width: 1200px) {
  .gwy a img {
    margin: 0 15px 0 20px;
  }

  .zdly ul li {
    width: calc((100% - 120px) / 7);
  }
}

@media only screen and (max-width: 996px) {
  .gzdt {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }

  .yw {
    width: 100%;
  }

  .gwy a img {
    margin: 0 25px 0 90px;
  }

  .ztzl {
    height: 145px;
  }

  .zfxxgk {
    width: 100%;
  }

  .zfxxgk ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .zfxxgk ul li {
    width: calc((100% - 20px) / 2);
  }

  .fdzdgk {
    width: 100%;
  }

  .zdly ul {
    padding: 26px 0 18px;
  }

  .zdly ul li {
    width: calc((100% - 60px) / 7);
    height: 170px;
  }

  .zjdc {
    margin-top: 20px;
    flex-wrap: wrap;
    height: auto;
  }

  .zjdc_box {
    margin-bottom: 20px;
    position: inherit !important;
    width: 100%;
    transform: inherit;
    bottom: auto !important;
  }
}

@media only screen and (max-width: 768px) {
  .logo_box {
    position: static;
  }

  .search {
    width: 300px;
  }

  .banner {
    height: 150px;
  }

  .nav {
    height: 51px;
  }

  .nav ul li a {
    font-size: 20px;
    line-height: 51px;
  }

  .nav ul li a::after {
    bottom: 10px;
    height: 3px;
  }

  .fd_top {
    height: auto;
  }

  .fd_bd>div {
    width: 100%;
  }

  .fd_bd>div.zcfg {
    margin-bottom: 5px;
  }

  .fd_bottom {
    flex-wrap: wrap;
  }

  .fd_bottom>div {
    width: 100%;
  }

  .ghjh {
    margin-bottom: 20px;
  }

  .gwy a img {
    margin: 0 25px 0 50px;
  }

  .zdly ul {
    padding: 26px 0 0px;
    justify-content: flex-start;
  }

  .zdly ul li {
    margin-right: 10px;
    width: calc((100% - 30px) / 4);
  }

  .zdly ul li:nth-child(4n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 616px) {
  .search {
    margin-top: 30px;
    width: 260px;
    height: 39px;
  }

  .search .btn {
    text-indent: 30px;
    width: 40px;
    font-size: 14px;
    background-position: center;
    background-size: 22px;
    color: rgba(255, 255, 255, 0);
    overflow: hidden;
    line-height: 36px;
  }

  .search select {
    width: 66px;
    padding-left: 10px;
    background-position: 99% center;
  }

  .search input {
    padding-left: 5px;
    width: calc(100% - 120px);
  }

  .nav ul li a {
    padding: 0;
  }

  .gwy a img {
    margin: 0 15px 0 20px;
  }
}

@media only screen and (max-width: 515px) {
  .gzdt {
    margin-bottom: 10px;
  }

  .hf {
    margin: 12px 0 10px;
  }

  .sjgz h3{
    height: 48px;
    line-height: 48px;
  }

  .sjgz h3 span{
    height: 45px;
  }

  .sy_hd a {
    font-size: 32px;
    letter-spacing: 15px;
  }

  .zwgk {
    margin: 15px 0 20px;
  }

  .zwgk .sy_hd {
    margin-bottom: 17px;
  }

  .zfxxgk ul li {
    margin-bottom: 12px;
    width: calc((100% - 10px) / 2);
  }

  .zfxxgk ul li a i {
    margin: 0 15px 0 10px;
  }

  .ldxx {
    height: 80px;
  }

  .hdjl .sy_hd {
    margin: 17px 0;
  }

  .jyta ul li {
    height: 50px !important;
    line-height: 50px !important;
  }

  .zdly ul {
    padding: 20px 0 0px;
  }

  .swiper-container .swiper-text p {
    width: calc(100% - 120px);
}
}