﻿/* foot */
.foot {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.foot .foottop,
.foot .footbot {
  padding: 20px 0;
}

.foot .foottop {
  text-align: center;
  border-bottom: 2px solid #004892;
}
.foot .foottop .select_5,
.foot .foottop .select_4,
.foot .foottop .select_3,
.foot .foottop .select_2,
.foot .foottop .select_1 {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  text-align: left;
  width: 200px;
  margin-right: 15px;
  text-indent: 10px;
  line-height: 32px;
  height: 32px;
  font-size: 13px;
  background: #ffffff;
  border: #e5e5e5 1px solid;
  position: relative;
}

.foot .foottop .select_span {
  background: #ffffff url(selectbot.jpg) no-repeat 170px center;
  color: #777777;
  font-size: 14px;
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding-right: 30px;
}

.select_ul {
  display: none;
  border: 1px solid #999;
  position: absolute;
  bottom: 30px;
  width: 100%;
  max-height: 310px;
  overflow-y: auto;
  z-index: 2;
  box-sizing: border-box;
}

.select_li {
  height: 28px;
  line-height: 28px;
  padding-left: 4px;
  background: #fff;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.select_li a {
  color: #000;
  display: block;
}

.select_li a:hover {
  background-color: #004892;
  color: #fff;
}

.webfoot {
  display: none;
}

.footbot {
  color: #999;
}

.footbot .p1 {
  text-align: left;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 5px;
}

.footbot .p2 {
  margin-left: 0px;
  margin-left: 20px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 14px;
  line-height: 25px;
}

.footbot .p3 {
  margin-left: 0px;
  font-size: 14px;
  line-height: 25px;
}

.footbot .p3 a {
  width: 20px;
  height: 20px;
}

.footimg1 {
  width: 20px;
  height: 20px;
}

/* cbl */

.cbl {
  position: fixed;
  right: 10px;
  top: 50%;
  /* transform: translateY(-50%); */
  margin-top: -273px;
  width: 75px;
  z-index: 99999;
  background-color: #fff;
  border-top: 2px solid #004892;
}

.cbl .item {
  width: 100%;
  height: 85px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ededed;
}

.cbl .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}

.cbl .item a img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.cbl .item a p {
  font-size: 14px;
  text-align: center;
}

.cbl .item:hover {
  overflow: visible;
}

.cbl .item:hover .lefitem {
  opacity: 1;
  left: -105px;
}

.cbl .lefitem {
  width: 95px;
  height: 95px;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  left: -115px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s linear;
}

.cbl .lefitem .lefitemimg {
  width: 100%;
  height: 100%;
  position: relative;
}

.cbl .lefitem .lefitemimg img {
  display: block;
  width: 100%;
  height: 100%;
}

.cbl .lefitem .lefitemimg::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #fff;
}

.close {
  width: 100%;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #004892;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .wrap {
    width: 100% !important;
    background-color: #fff;
  }
  .cbl {
    display: none;
  }
  .container {
    width: 100% !important;
    overflow: hidden;
  }
  .headlef,
  .headrig {
    display: none;
  }
  .banner_bg {
    background: url(banner_bg.png) center center no-repeat;
    background-size: 170%;
  }
  .banner_bg form {
    padding: 0 20px;
    margin-top: 200px;
  }
  .banner_bg form .item {
    width: 80%;
    margin: 0 auto;
    border-color: #245399;
  }
  .banner_bg form .item input {
    width: 84%;
    box-sizing: border-box;
  }
  .banner_bg form .item input::placeholder {
    color: #245399;
    font-size: 14px;
  }
  .banner_bg form .item button {
    width: 15%;
  }
  .banner_bg .nav {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .banner_bg .nav .navitem {
    width: 25%;
    margin-bottom: 10px;
  }
  .banner_bg .nav .navitem + .navitem {
    margin-left: 0;
  }
  .banner_bg .nav .navitem a {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner_bg .nav .navitem.on a {
    color: #bf1735;
  }
  .banner_bg .nav .navitem a span {
    margin-right: 5px;
    display: block;
    width: 16px;
    height: 16px;
  }
  .banner_bg .nav .navitem a:hover::after {
    display: none;
  }
  .banner_bg .nav .navitem:nth-child(1) a span {
    background: url('nav1.png');
    background-size: cover;
  }
  .banner_bg .nav .navitem:nth-child(2) a span {
    background: url('nav2.png');
    background-size: cover;
  }
  .banner_bg .nav .navitem:nth-child(3) a span {
    background: url('nav3.png');
    background-size: cover;
  }
  .banner_bg .nav .navitem:nth-child(4) a span {
    background: url('nav4.png');
    background-size: cover;
  }
  .banner_bg .nav .navitem:nth-child(5) a span {
    background: url('nav5.png');
    background-size: cover;
  }
  .banner_bg .nav .navitem:nth-child(6) a span {
    background: url('nav6.png');
    background-size: cover;
  }
  .banner_bg .nav .navitem:nth-child(7) a span {
    background: url('nav7.png');
    background-size: cover;
  }
  .banner_bg .nav .navitem:nth-child(8) a span {
    background: url('nav8.png');
    background-size: cover;
  }
  .banner_bg .nav .navitem:nth-child(1).on a span {
    background: url('navon1.png');
    background-size: cover;
  }
  .banner_bg .nav .navitem.on a::after {
    display: none;
  }
  /* list */
  .list li a {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 12px;
  }
  .list li span {
    font-size: 12px;
  }
  /* foot */
  .foot {
    display: none;
  }
  .webfoot {
    padding-bottom: 20px;
    display: block;
  }
  .webfootcon .p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .webfootcon .p a {
    padding: 0 10px;
    font-size: 12px;
    position: relative;
  }
  .webfootcon .p a::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 7px;
    left: 0;
    top: 50%;
    background-color: #ccc;
    transform: translateY(-50%);
  }
  .webfootcon .p2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .webfootcon .p3 a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .webfootcon .p3 a img {
    margin-right: 5px;
  }
}
