﻿.head {
  padding-bottom: 20px;
  z-index: 9999;
  background: url(../images/hzzc1.png) no-repeat center center; 
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;

}
.logo {
  padding-left: 50px;
  padding-top: 30px;
  float: left;width:35%;
}
.logo img{ width:100%;}
.navn {
  float: right;
}
.nav {
  float: right;
  height: 40px;
  line-height: 40px;
  /* margin-top: 35px; */
}

.nav > ul {
  font-size: 0;
  margin-top: 50px;
  padding-right: 20px;
}

.nav > ul > li {
  display: inline-block;
  text-align: center;
  position: relative;
  padding-right: 20px;
  padding-left:20px;
}

.nav > ul > li:first-child {
  margin-left: 0;
}

.nav > ul > li > a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: relative;font-weight:bold;
}

.nav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
}

.nav > ul > li.on > a::after {
  width: 100%;
}

.nav > ul > li.active > a {
  color: #fff;
}

.nav > ul > li:hover > a {
  color: #fff;
}

.nav > ul > li:hover > a:after {
  width: 100%;
}

.nav > ul > li > div {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 120px;
  z-index: 9999;
  display: none;
  padding-top: 10px;
}

.nav > ul > li > div > ul {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  line-height: normal;
}

.nav > ul > li > div > ul > li a {
  font-size: 14px;
  line-height: 40px;
  transition: 0.3s;
  color: #333;
}

.nav > ul > li > div > ul > li:hover {
  background: #2a73be;
  color: #fff;
}
.nav > ul > li > div > ul > li:hover a {
  color: #fff;
}
.pic {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.pic img:hover {
  transform: scale(1.1);
}
.footer {
  padding-top: 314px;
  padding-bottom: 60px;
  position: relative;
  background: url(../images/footer.png) no-repeat center top;
  background-size: cover;
}
.footer .fl {
  float: left;
  width: 35%;
}
.footer .fl ul {

}
.footer .fl ul li {

}
.footer .fl ul li a {

}
.footer .fl ul li a:hover {

}
.footer .fr ul li a:hover {
  color: #fff;
  opacity: 1;
  font-weight: bold;
}
.footer .fm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
}
.footer .fm img {
  display: block;
  max-width: 100%;
  padding-bottom: 15px;
}
.footer .fl p {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  opacity: 0.9;
}
.footer .fr {
  float: right;
  width: 40%;
}
.footer .fr ul li {
  float: left;
  width: 100%;
  text-align:center;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  opacity: 0.67;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.footer .fr ul li a {
  font-size: 16px;
  line-height: 36px;
  line-height: 36px;
  color: #fff;
  opacity: 0.67;text-align:center;
}
.footer .fr ul {
  /* margin-top: 100px; */
  border-left: 1px solid #5089c1;
  /* opacity: 0.67; */
}
.ff p {
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  background-color: #004d9b;
}
@media screen and (max-width: 1580px) {
  .nav > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1420px) {
  .px1400 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .logo {
    padding-left: 0;
  }
  .nav > ul {
    padding-right: 0;
  }
  .nav > ul > li > a {
    font-size: 16px;
  }
  .nav > ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .nav > ul > li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .logo {
    width: 40%;
  }
  .logo img {
    width: 100%;
  }
  .nav > ul > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .footer .fl {
    width: 26.8%;
  }
  .footer .fr {
    width: 26.8%;
  }
}
@media screen and (max-width: 1024px) {
  .footer .fm {
    position: static;
    text-align: center;
    transform: translateY(0);
    padding-bottom: 20px;
  }
  .footer .fr {
    width: 50%;
  }
  .footer .fl {
    width: 50%;
  }
  .footer .fl ul li a {
    font-size: 14px;
  }
  .footer .fr ul li a {
    font-size: 14px;
  }
  .footer {
    padding-bottom: 30px;
  }
  .footer .fm img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .footer .fm img {
    padding-bottom: 10px;
    margin: 0 auto;
  }
  .footer {
    background-size: cover;
  }
}
@media screen and (max-width: 540px) {
  .footer .fl ul li a {
    font-size: 12px;
  }
  .footer .fr ul li a {
    font-size: 12px;
  }
}


.footer-B-L {
    float: left;height:auto; padding:20px 0 40px;width:100%
}

.footer-B-L-Box div {

}

.footer-B-L-Box .footerItem {
    width: 100%;
    height: 37px;
    background:#1969bb;
    line-height: 37px;
    font-size: 14px;
    color: #ffffff;
    padding-left: 12px;
    cursor: pointer;
    position: relative;
    margin-right: 0px;
}

.footerItem::after {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/icon-footer.png) no-repeat;
    width: 12px;
    height: 6px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.8s;
}

.footer-B-L-Box>div:hover .footerItem::after {
    transform: rotateZ(180deg);
}

.footer-B-L div {
    position: relative;
}

.footer-B-L div ul {
    position: absolute;
    bottom: 37px;
    display: none;width:100%;
}

.footer-B-L div ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.footer-B-L div ul li a:hover {
    background-color: #1163d1;
    color: #ffffff;
    border: 1px solid #fff;
}

.footer-B-L div ul li a {
    display: block;
    color: #333;
    font-size: 13px;
    background-color: #ffffff;
    padding-left: 12px;
}

.footer-T-L>div>a:hover {
    text-decoration: underline;
}

.footer-B-L-Box .M-R {
    margin-top: 30px;
}


@media screen and (max-width:1024px) {
    .footer-T-L,
    .footer-T-R,
    .footer-B-L,
    .footer-B-R {
        float: none;
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    .footer-B-R p {
        text-align: center;
    }
    .foot-r {
        display: block;
        width: 283px;
        margin: 0 auto;
    }
    .foot-r ul {
        text-align: center
    }
    .footer-B-L-Box {
        width: 90%;
        display: block;
        margin: 0 auto;
    }
}



@media screen and (max-width:768px) {
    .footer-B-L-Box .footerItem {
        width: 100%;
    }
    .footer-B-L-Box {
         width: 100%;
    }
    .footer-B-L div ul li {
        width: 100%;
    }

}


@media screen and (max-width:480px) {

    .footer-B-L-Box .footerItem {
       width: 100%;
        padding-left: 0px;
    }
    .footer-B-L-Box {
        width: 100%;
    }
    .footer-B-L div ul li {
        width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
    }
}

@media screen and (max-width:375px) {
    .footer-B-L-Box .footerItem {
      width: 100%;
    }
    .footer-B-L-Box {
        width: 100%;
    }
    .footer-B-L div ul li {
        width: 100%;
    }
    .footer-B-L-Box {
        width: 100%;
    }
}