/*头部*/
.header{
  height: 292px;
  background: url("./header_bg.png");
  background-size: 100% 100%;
}
.topLinkNav {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topLinkNav .lef,
.topLinkNav .rig {
  display: flex;
  align-items: center;
}

.topLinkNav a,.topLinkNav span.split {
  font-size: 14px;
  color: #0d67ee;
  margin-right: 10px;
}


.topLinkNav a span {
  margin-left: 10px;
}

.topLinkNav .rig p {
  width: 102px;
  height: 29px;
  line-height: 29px;
  color: #0d67ee;
  background-color: rgba(13, 103, 238, 0.2);
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}

.ml-27 {
  margin-left: 27px;
}
.topLinkMask {
  width: 100%;
  background: rgba(18, 104, 179, .8);
  padding-bottom: 20px;
  display: none;
  position: absolute;
  top: 66px;
  left: 0;
  z-index: 999;
}

.topLinkMask p {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 700;
  padding: 20px 0 15px 0;
}

.topLinkMask ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.topLinkMask ul li {
  width: 16.6%;
  line-height: 32px;
}

.topLinkMask ul li a {
  font-size: 14px;
  color: #fff;
}

.topLinkWrap {
  position: relative;
}

.closeIcon {
  position: absolute;
  right: 0;
  top: 20px;
  cursor: pointer;
}
.header-mid{
  margin-top: 23px;
}
.header-search{
  display: flex;
  width: 726px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #a4d1f3;
  margin-top: 20px;
}
.search-input{
  height: 48px;
  line-height: 48px;
  flex: 1;
  padding: 0 30px;
  font-size: 16px;
  vertical-align: top;
}
.header-search button{
  width: 86px;
  line-height: 48px;
  text-align: center;
  background-color: #0d67ee;
  border-radius: 0 6px 6px 0;
}
.header-nav{
  background-image: linear-gradient(-90deg, #59b2f1 0%, #3883f2 100%), linear-gradient(#c19b72, #c19b72);
  line-height: 54px;
  margin-top: 60px;
}
.header-nav-item{
  font-size: 22px;
  color: #ffffff;
  padding: 0 12px;
}
.header-nav-item:last-of-type{
  padding-right: 4px;
}
.header-nav-item.cur,.header-nav-item:hover{
  font-weight: bold;
  position: relative;
}
.header-nav-item.cur:after,.header-nav-item:hover:after{
  content: "";
  width: 33px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
/*底部*/
.ljxq-footer {
  padding-top: 18px;
  height: 230px;
  background: #f7f7f7;
  position: relative;
  z-index: 99;
  box-sizing: border-box;
}

.ljxq-footer-link {
  position: relative;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 15px;
}
.ljxq-footer-link-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ljxq-fdrop {
  float: left;
  box-sizing: border-box;
}

.ljxq-fdrop:first-child {
  margin-left: 0;
}

.ljxq-fdrop .tag {
  height: 34px;
  line-height: 34px;
  padding-right: 27px;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.ljxq-fdrop .tag::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: url(/images/ljxq-f-d.png) top center no-repeat;
  width: 11px;
  height: 7px;
  transform: translateY(-50%);
}

.ljxq-fdrop .list {
  width: 100%;
  min-width: 1340px;
  background: rgba(0, 0, 0, .5);
  z-index: 11;
  position: absolute;
  left: 0;
  bottom: 55px;
  display: none;
  overflow: hidden;
  padding: 8px 0;
}

.ljxq-fdrop .list li {
  width: 14.28%;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.ljxq-fdrop .list li a {
  font-size: 16px;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.ljxq-footer-con {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.ljxq-footer-text {
  margin-top: 46px;
}

.ljxq-footer-text a,
.ljxq-footer-text span {
  font-size: 14px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}

.ljxq-footer-text .list {
  margin-bottom: 18px;
}
.ljxq-footer-text .list a {
  font-size: 18px;
}
.ljxq-footer-text .list span {
  font-size: 18px;
  margin: 0 10px;
}

.ljxq-footer-text p {
  line-height: 26px;
}

.ljxq-footer-text p span {
  margin-right: 18px;
}

.ljxq-footer-img {
 display: flex;
 align-items: center;
}

.ljxq-footer-img .ewm{
  display: inline-block;
  text-align: center;
}
.ljxq-footer-img .ewm img{
  height: 80px;
}
.ljxq-footer-img .ewm p{
  font-size: 12px;
  margin-top: 4px;
}

.ljxq-footer-img>a,
.ljxq-footer-img .zfzc {
  display: inline-block;
  margin-left: 30px;
}

.ljxq-footer-img>a,
.ljxq-footer-img .zfzc span {
  display: inline-block;
}

.ljxq-footer-img .slh img {
  width: 184px;
}

.ljxq-footer-img .zfzc img {
  width: 140px;
}

.local{
  line-height: 20px;
  padding: 16px 2px 20px;
  font-size: 0!important;
  box-sizing: border-box;
}
.local a,.local span{
  color: #000000;
  font-size: 14px;
}
.local .cur{
  color: #3b87f2;
}
.local img{
  margin-right: 16px;
  vertical-align: middle;
}
.local .arrow{
  display: inline-block;
  margin: 0 10px;
}

.pagination {
  text-align: center;
  margin-top: 40px;
}
.pagination a {
  box-sizing: border-box;
  display: inline-block;
  min-width: 32px;
  line-height: 26px;
  text-align: center;
  margin: 0 3px;
  font-size: 14px;
  color: #666666;
  background: #F9F9F9;
  border: 1px solid #f3f3f3;
  border-radius: 2px;
  padding: 0 8px;
}
.pagination .first-page,.pagination .last-page{
  color: #adadad;
}
.pagination .active {
  background: #0D67EE;
  color: #fff;
  border: 1px solid #0D67EE;
}
.pagination span{
  display: inline-block;
  color: #666666;
  line-height: 34px;
  font-size: 16px;
  margin: 0 10px;
}
#guidangCon{
  display: none;
  position: absolute;
  width: 148px;
  height: 148px;
  background: url(/images/guidang.png) no-repeat;
  background-size: 100% 100%;
  right: 10px;
  z-index: 999;
  top: 0;
}
#guidangCon p{
  display: block;
  font-size: 16px;
  color: #DA5857;
  margin-top: 100px;
  font-weight: bold;
  text-align: center;
}
.list-more{
  line-height: 30px;
  text-align: center;
  color: #327ae7;
  font-size: 15px;
}
.zz-logo{
  display: flex!important;
  align-items: center;
}
.zz-logo img{
  height: 75px;
}
.zz-logo span{
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  margin-left: 28px;
}

@media screen and (min-width: 769px){
  .local a:hover{
    color: #3b87f2;
  }
  .pagination a:hover {
    background: #0D67EE;
    color: #fff;
    cursor: pointer;
    border: 1px solid #0D67EE;
  }
}

@media screen and (max-width: 768px) {
  .list-more{
    font-size: .3rem;
    line-height: .6rem;
  }
  .header{
    height: auto;
    background: url("./header_bg_h5.png");
    background-size: 100% 100%;
  }
  .topLinkNav {
    padding: .3rem .25rem;
  }

  .topLinkNav .lef,
  .topLinkNav .rig {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .topLinkNav a,.topLinkNav span.split {
    font-size: .26rem;
    margin-right: .1rem;
  }

  .topLinkNav a span {
    margin-left: .1rem;
  }

  .topLinkNav .rig p {
    width: unset;
    height: .5rem;
    line-height: .5rem;
    padding: 0 .2rem;
    border-radius: .04rem;
    font-size: .26rem;
  }

  .ml-27 {
    margin-left: .27rem;
  }

  .topLinkMask {
    padding: .1rem .24rem .2rem;
    top: 1rem;
    height: calc(100vh - 1rem);
    box-sizing: border-box;
  }

  .topLinkMask p {
    font-size: .28rem;
    padding: .25rem 0 .15rem 0;
  }

  .topLinkMask ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .topLinkMask ul li {
    width: 50%;
    line-height: 32px;
  }

  .topLinkMask ul li a {
    font-size: 14px;
    color: #fff;
  }

  .topLinkWrap {
    position: static;
    overflow: auto;
    height: 100%;
  }

  .closeIcon {
    right: .24rem;
    top: .15rem;
    width: .48rem;
  }
  .header-mid{
    margin-top: 0;
    text-align: center;
  }
  .header-logo{
    float: none;
    display: inline-block;
  }
  .header-logo img{
    width: 4.61rem;
  }
  .header-search{
    width: 5.34rem;
    float: none;
    margin: .1rem auto;
    border-radius: .06rem;
    align-items: start;
  }
  .search-input{
    line-height: .52rem;
    height: .52rem;
    padding: 0 .3rem;
    font-size: .24rem;
  }
  .header-search button{
    width: .86rem;
    line-height: .52rem;
    height: .52rem;
    border-radius: 0 .06rem .06rem 0;
  }
  .header-search button img{
    width: .32rem;
  }
  .header-nav{
    line-height: .6rem;
    padding: 0 .3rem;
    white-space: nowrap;
    overflow-x: auto;
    margin-top: .45rem;
  }
  .header-nav .flex-btw{
    display: block;
  }
  .header-nav-item{
    font-size: .3rem;
    padding: 0 .1rem!important;
    display: inline-block;
    margin-right: .4rem;
  }
  .header-nav-item.cur:after,.header-nav-item:hover:after{
    width: .64rem;
    height: .06rem;
    border-radius: .03rem;
  }
  /*底部*/
  .ljxq-footer {
    padding-top: .2rem;
    height: unset;
  }
  .ljxq-footer-con {
    display: block;
    padding: 0 .3rem .3rem;
    text-align: center;
  }

  .ljxq-footer-text {
    margin-top: .2rem;
  }

  .ljxq-footer-text a,
  .ljxq-footer-text span {
    font-size: .26rem;
  }

  .ljxq-footer-text .list a {
    font-size: .3rem;
  }

  .ljxq-footer-text .list {
    margin-bottom: .2rem;
  }

  .ljxq-footer-text .list span {
    margin: 0 .2rem;
    font-size: .28rem;
  }

  .ljxq-footer-text p {
    line-height: .5rem;
  }

  .ljxq-footer-text p span {
    margin-right: 0;
    display: block;
  }

  .ljxq-footer-img {
    margin-top: .4rem;
    justify-content: center;
  }

  .ljxq-footer-img>a {
    display: inline-block;
    margin-left: .3rem;
  }
  
  .ljxq-footer-img img {
    height: .86rem;
  }

  .local{
    padding: .2rem;
  }
  .local a,.local span{
    font-size: .26rem;
  }
  .local .arrow{
    margin: 0 .05rem;
  }
  .local img{
    height: .32rem;
    margin-right: .14rem;
  }

  .pagination{
    margin-top: .4rem;
  }
  .pagination a{
    display: none;
  }
  .pagination .first-page, .pagination .last-page{
    display: inline-block;
  }
  .pagination span{
    font-size: .32rem;
    margin: 0 .1rem;
  }
  .pagination .dot{
    display: none;
  }
  .zz-logo img{
    height: .6rem;
  }
  .zz-logo span{
    margin-left: .2rem;
    font-size: .42rem;
  }
}