.header {
  line-height: 46px;
  border-bottom: 1px solid #dddddd;
  color: #666666;
  overflow: hidden;
}

.header .position {
  float: left;
  margin-right: 35px;
}

.header .position span {
  display: block;
  float: left;
  padding-left: 20px;
  background: url(../img/icon_position.png) no-repeat 5px center/14px auto;
}

.header .position a {
  display: block;
  float: left;
  color: #2887c7;
}

.header .welcome {
  float: left;
  padding-right: 10px;
}

.header .lg {
  float: left;
}

.header .lg a {
  display: block;
  float: left;
  margin-left: 30px;
}

.header .header_nav {
  float: right;
}

.header .header_nav a {
  display: block;
  float: left;
  padding: 0 10px;
  position: relative;
}

.header .header_nav a::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #cccccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.header .header_nav a span {
  display: block;
  padding-left: 15px;
}

.header .header_nav a span.mobile {
  background: url(../img/icon_mobile.png) no-repeat left center;
}

.header .header_nav a span.msg {
  background: url(../img/icon_msg.png) no-repeat left center;
  padding-left: 20px;
}

.footer {
  padding-top: 45px;
  background: #fff;
  border-top: 1px solid #eee;
}

.footer .t {
  overflow: hidden;
  padding-bottom: 50px;
}

.footer .left {
  width: 60%;
  float: left;
}

.footer .left .box {
  width: 28%;
  float: right;
  text-align: center;
  padding: 0 5px;
}

.footer .left .box p {
  font-size: 16px;
  margin-bottom: 16px;
}

.footer .left .box .code {
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 7px;
  display: inline-block;
}

.footer .left .box img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.footer .right {
  width: 36%;
  float: right;
  margin-left: 3.5%;
  padding: 0 15px 0 40px;
  border-left: 1px solid #ccc;
}

.footer .right p {
  font-size: 16px;
  margin-bottom: 20px;
}

.footer .right span {
  display: block;
  padding-left: 25px;
  font-size: 14px;
  line-height: 40px;
  color: #666666;
}

.footer .right span.tel {
  background: url(../img/f2.png) no-repeat left center;
}

.footer .right span.time {
  background: url(../img/f3.png) no-repeat left center;
}

.footer .bottom {
  text-align: center;
  background: #212326;
  color: #aaaaaa;
  font-size: 14px;
  padding: 30px 0;
}

.footer .bottom .f_nav {
  text-align: center;
  margin-bottom: 17px;
}

.footer .bottom .f_nav a {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #aaa;
}

.footer .bottom span {
  display: inline-block;
  margin: 0 15px;
}
@media(max-width: 1200px){
  .footer .left .box p{
    font-size: 14px;
  }
}
@media(max-width: 992px){
  .header .welcome{
    display: none;
  }
  .header .position{
    margin-right: 15px;
  }
}
@media(max-width: 720px){
  .header{
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .lg{
    float: right;
  }
  .header .header_nav{
    width: 100%;
    display: none;
  }
  .footer .t{
    display: none;
  }
  .footer{
    padding-top: 0;
  }
  .footer .bottom{
    font-size: 12px;
  }
  .footer .bottom .f_nav a{
    padding: 0 3px;
  }
  .footer .bottom .f_nav a:last-of-type{
    border-right: none;
  }
  .footer .bottom span{
    display: block;
    width: 100%;
  }
}
