

/* é¡µé¢é€šç”¨åº•éƒ¨ */

.footer-wrap {
  width: 100%;border-top:5px solid #2c6aa4;
  background: #f3f3f3;
  padding: 20px 0;
}

.footer-wrap .footer-box .webs-box {
  font-size: 0;
  position: relative;
}

.footer-wrap .footer-box .webs-box .webs-tit {
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  float: left;
}

.footer-wrap .footer-box .webs-box .webs-tit::after {
  content: "";
  background-image: url(../images/blue/8/zqdh_arrow_1.png);
  background-size: 8px 8px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 40px;
  float: right;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item {
  cursor: pointer;
  padding: 0 14px;
}
.footer-wrap .footer-box .webs-box .web-item-box .web-item:nth-of-type(5) {
  padding-right: 0;
}
.footer-wrap .footer-box .webs-box .web-item-box .web-item:first-of-type {
  padding-left: 0;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item:nth-of-type(6) {
  padding-right: 0;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item .content {
  width: 250px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  line-height: 40px;
  position: relative;
  text-align: center;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item .content::after {
  content: "";
  background-size: 8px 8px;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  width: 10px;
  height: 42px;
  position: absolute;
  right: 10px;
  top: 0;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap {
  position: absolute;
  width: 100%;
  height: 500px;
  bottom: 60px;
  left: 0px;
  box-sizing: border-box;
  z-index: 1000;
  display: none;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs-inner {
  width: 100%;
  padding: 10px 30px;
  background: #fff;
  height: 500px;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .web-item-tit-box li {
  float: left;
  font-size: 20px;
  margin: 0 20px;
  color: #212121;
  font-weight: bold;
  line-height: 60px;
  position: relative;
}
.about-webs-wrap .close-ico {
  background: url(../images/blue/36-close.png) no-repeat center center;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.about-webs-wrap .close-ico:hover {
  background: url(../images/blue/36-close-1.png) no-repeat center center;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.footer-wrap .footer-box .webs-box .about-webs-wrap .web-item-tit-box li:first-of-type {
  margin-left: 0;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .web-item-tit-box li.active {
  border-bottom: 3px solid #2d66a5;
  color: #2d66a5;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs {
  height: calc(100% - 100px);
  width: 100%;
  overflow-y: scroll;
  display: none;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs.open {
  display: block;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li {
  float: left;
  width: 310px;
  font-size: 18px;
  background: #e7eff6;
  margin: 10px;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
  line-height: 18px;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li:hover {
  background: #2d66a5;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li:hover a {
  color: #fff;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs li a {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color:#000;
}

.footer-wrap .footer-box .webs-box .about-webs-wrap .about-webs :hover a {
  color: #2d66a5;
}

.about-webs::-webkit-scrollbar {
  width: 10px;
  height: 80px;
  background: #f6f6f6;
  border-radius: 20px;
}

.about-webs::-webkit-scrollbar-thumb {
  width: 10px;
  background: #2d66a5;
  border-radius: 20px;
}

.about-webs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item .about-webs li a {
  color: #212121;
  display: block;
  font-size: 16px;
  line-height: 40px;
}

/* .footer-wrap .footer-box .webs-box .web-item-box:hover .about-webs-wrap {
  display: block;
} */

.footer-wrap .footer-box .webs-box .web-item-box .web-item-tit-box {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.footer-wrap .footer-box .webs-box .web-item-box .web-item-tit-box li {
  float: left;
  cursor: pointer;
}

.footer-wrap .footer-box .webs-about {
  padding: 20px 0 0;
}

.footer-wrap .footer-box .webs-about li {
  
  vertical-align: middle;
  float: left;
      list-style: none;
}

.footer-wrap .footer-box .webs-about li .other a {
  float: left;
  padding-right: 20px;
}

.footer-wrap .footer-box .webs-about li:first-of-type {
  margin-right: 0;
  padding-top: 10px;
}

.footer-wrap .footer-box .webs-about .other a:first-of-type {
  margin-top: 5px;
}

.footer-wrap .footer-box .webs-about li:last-of-type {
  margin-right: 0;
  float: right;
}

.footer-wrap .footer-box .webs-about li .web-q {
  padding-bottom: 10px;
}

.footer-wrap .footer-box .webs-about li .web-q a {
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 14px;
  padding: 0 4px;
  border-right: 1px solid #333;
}

.footer-wrap .footer-box .webs-about li .web-q a:first-of-type {
  padding-left: 0;
}

.footer-wrap .footer-box .webs-about li .web-q a:last-of-type {
  border-right: none;
}

.footer-wrap .footer-box .webs-about li .web-beian {
  font-size: 14px;
  color: #333;
  opacity: 0.8;
  padding-bottom: 5px;
}

.footer-wrap .footer-box .webs-about li .tec-sup {
  font-size: 14px;
  color: #333;
  opacity: 0.8;
}

.footer-wrap .footer-box .webs-about li .credit-img {
  padding-top: 20px;
}

.footer-wrap .footer-box .webs-about li .credit-img a {
  float: left;
  margin: 0 5px;
  width: 100px;
  height: 33px;
  overflow: hidden;
}

.footer-wrap .footer-box .webs-about li .credit-img a img {
  transition: transform 0.4s linear;
}

.footer-wrap .footer-box .webs-about li .credit-img a:hover img {
  transform: scale(1.1);
  transition: transform 0.4s linear;
}

.footer-wrap .footer-box .webs-about li .credit-img a:last-of-type {
  padding-right: 0;
}


.clear::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.web-beian img{
width:auto;
}
.web-beian a {
    color: #000;
}

.w {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.fl {
    float: left;
}

.footer-wrap ul li{
list-style: none;
}



