﻿.footer {
  /*padding: 90px 0 35px 0;*/
  background:#EEEEEE;
}

.footer_W {
  width: 1280px;
  margin: 0 auto;
}

.footer_L {
  background: #5bc0de ;
  width: 350px;
  padding: 0 47px;
  margin-right: 35px;
  height: 260px;
  line-height: 260px;
  margin-left: 35px;
}

.footer_L a {
  display: block;
  width: 350px;
}

.footer_L a img {
  width: 100%;
  height: 100%;
}

.footer_R{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_R .foot_links a{
  padding-left:5px;
}
.footer_R .foot_links a::after{
  content:'|';
  font-size:14px;
  line-height: 20px;
}

.footer p,.footer a,.footer span {
    color: #d2e5ff;
  line-height: 28px;
  font-size: 14px;
}

.footer p.ba a {
    color: #d2e5ff;
}

.footer2 {
  background: #fff;
}

.footer2_con {
  width: 1170px;
  border-top: 1px solid #ccc;
  padding: 20px 0px;
  margin: 0 auto;
}

.footer2_con p {
    color: #d2e5ff;
  text-align: center;
  line-height: 31px;
}

.gx-t {
  float: left;
}

@media only screen and (max-width:1366px) {
  .footer {
   padding: 30px 0;
  }
  .footer_W {
   width: 980px;
  }
  .footer_L {
   width: 256px;
   padding: 0 15px;
   margin-right: 20px;
   margin-left: 0;
   height: 150px;
   line-height: 150px;
  }
  .footer_L a {
   width: 255px;
  }
  .footer p {
   margin-top: 9px;
   font-size: 14px;
  }
  .shiye img {
   width: 50px;
  }
}

@media only screen and (max-width:768px) {
  .footer .foot_links{display: none;}
  .footer .bq{display: flex;flex-direction: column;align-items: center;}
  .footer p,.footer span{line-height: normal;font-size: 13px;}
  .footer_W {
   width: 100%;
   padding: 0 20px;
   box-sizing: border-box;
  }
  .footer_L {
   display: none;
  }
  p.address {
   display: none;
  }
  .footer2_con {
   width: 100%;
   padding: 20px;
   box-sizing: border-box;
  }
  .footer2_con p {
   text-align: left;
  }
  .footer {
   padding: 0;
    bottom: -99px;
  }
}

@media only screen and (max-width:640px) {
  p.ba span {
   display: none;
  }
  p.ba span.xs01 {
   display: block;
  }
  .footer p.ba,
  .footer2_con p.ba {
   line-height: 18px;
  }
  .footer p {
   margin-top: 11px;
  }
  .footer p.ba,
  .footer2_con p.ba {
   line-height: 0;
  }
  .shiye img {
   width: 50px;
  }
}

@media only screen and (max-width:320px) {
  p.bq span {
   display: none;
  }
  .footer p {
   color: #fff;
   line-height: 28px;
   font-size: 12px;
   margin-top: 0;
  }
  #_ideConac {
   display: none;
  }
} 