footer {
  font-family: MicrosoftYaHeiLight;
  background-color: #333;
  color: #999999;
}
footer .links {
  max-width: 12rem;
  /* height: 56px; */
  margin: 0 auto;
}

footer .links .links_title {
  /* width: 90px; */
  /* height: 56px; */
  line-height: 0.56rem;
  font-size: 0.16rem;
  font-weight: bold;
  float: left;
  padding-left: 0.10rem;
}
footer .links .links_content {
  padding-left: 0.10rem;
}
footer .links .links_content a {
  /* height: 56px; */
  display: inline-block;
  line-height: 0.56rem;
  font-size: 0.14rem;
  color: #999999;
  padding-right: 0.20rem;
}
footer .links p {
  margin-bottom: 0;
}
footer .links .links_content a:hover {
  text-decoration: none;
  color: #1D9ED7;
}

footer .hr-line{
  background: #463d3d;
  margin: 0;
  height: 1px;
  border: none;
}

footer .about_us {
  height: 2.60rem;
  max-width: 12rem;
  color: #ffffff;
  margin: 0 auto;
}
footer .about_us .us_info {
  height: 1.90rem;
  padding-left: 0;
}
footer .about_us .us_info .company,
footer .about_us .us_info .serve,
footer .about_us .us_info .service,
footer .about_us .us_info .focus {
  float: left;
  font-size: 0.16rem;
  /* width: 273px; */
  height: 1.94rem;
  padding-left: 0.10rem;
  padding-top: 0.31rem;
}

footer .about_us .us_info .company .company_title,
footer .about_us .us_info .serve .serve_title,
footer .about_us .us_info .service .service_title,
footer .about_us .us_info .focus .focus_title{
  height: 0.15rem;
  font-size: 0.16rem;
  line-height: 0.15rem;
  margin-bottom: 0.35rem;
  cursor: default;
}

footer .about_us .us_info .company ul,
footer .about_us .us_info .serve ul,
footer .about_us .us_info .service ul {
  /* width: 75px; */
  padding-left: 0;
  margin-top: 0;
  margin-right: 0.44rem;
  float: left;
}
footer .about_us .us_info .company ul:last-of-type,
footer .about_us .us_info .serve ul:last-of-type,
footer .about_us .us_info .service ul:last-of-type {
  margin-right: 0;
}

footer .about_us .us_info .company ul li,
footer .about_us .us_info .serve ul li,
footer .about_us .us_info .service ul li {
  font-size: 0.15rem;
  list-style: none;
  width:200px;
  color:red;
  /* margin-bottom: 15px; */
  height: 0.32rem;
  line-height: 0.32rem;
}
footer .about_us .us_info .company ul li:last-of-type,
footer .about_us .us_info .serve ul li:last-of-type,
footer .about_us .us_info .service ul li:last-of-type {
  margin-bottom: 0;
}
footer .about_us .us_info .company ul li a,
footer .about_us .us_info .serve ul li a,
footer .about_us .us_info .service ul li a {
  color: #999999;
}
footer .about_us .us_info .serve .resource {
  width: 0.80rem;
}
/* footer .about_us .us_info .qr_code {
  float: left;
  width: 454px;
  height: 200px;
  padding-top: 22px;
}
footer .about_us .us_info .qr_code .type {
  float: left;
}
footer .about_us .us_info .qr_code .type .title {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  margin-bottom: 27px;
  text-align: center;
}

*/

footer .about_us .us_info .focus .type .code {
  margin-bottom: 0.15rem;
}

footer .about_us .us_info .focus .type .code img {
  width: 1.16rem;
  height: 1.12rem;
  border-radius: 4px;
}

footer .about_us .us_info .focus .type p{
  font-size: 0.14rem;
  text-align: center;
  color:#999999;
}

footer .about_us .us_info .focus .type:first-of-type {
  margin-right: 0.20rem;
} 

  .copyright{
  height: 0.67rem;
  padding-top: 0.15rem;
  max-width: 12rem;
  background-color: #292929;
  color:#999999;
  margin: 0 auto;
}

  .copyright .belong p {
  font-size: 0.14rem;
  height: 0.14rem;
  line-height: 0.14rem;
  color: #838383;
  margin-top: 0.10rem;
}

.belong a{
  color:#939393;
}

 .belong a:hover {
  text-decoration: none;
  color: #1D9ED7;
}

  .copyright .security {
  float: left;
  width: 4.80rem;
  height: 0.44rem;
}
  .copyright .security ul {
  padding-left: 0;
}
 .copyright .security ul li {
  list-style: none;
  float: left;
  width: 1.55rem;
  padding-left: 0.40rem;
  height: 0.40rem;
  line-height: 0.18rem;
  font-size: 0.14rem;
  /* padding-top: 4px; */
  margin-right: 0.42rem;
}
  .copyright .security ul li a {
  color: #cacaca;
}
  .copyright .security ul li:first-of-type {
  background: url("../../Images/image/bottom_2.png") 1px no-repeat;
}
  .copyright .security ul li:nth-of-type(2) {
  background: url("../../Images/image/bottom_1.png") 1px no-repeat;
}

