﻿@charset "utf-8";

/* 组件ID */
#std_copy_1600_011 {
  font-size: 16px;
}

.f-lkimg {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.f-bq {

  text-align: center;
}

.f-bq .stdcopy16_11_wid {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.f-bq a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
}

.foot-r {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.f-ewm {
  margin-right: 20px;
}

/* 组件样式 */
.std_copy_1600_011 {
  background: url(../images/f-bg.jpg) no-repeat;
  background-size: cover;
}

.std_copy_1600_011 a {
  color: #fff;
}

.std_copy_1600_011 .stdcopy16_11_wid {
  max-width: 1400px;
  margin: 0 auto;
}



.std_copy_1600_011 .stdcopy16_11_link .stdcopy16_11_wid {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.std_copy_1600_011 .stdcopy16_11_link ul {
  display: flex;
  flex-wrap: wrap;
}

.std_copy_1600_011 .stdcopy16_11_link ul li:first-child {
  margin: 2px 0;
}

.std_copy_1600_011 .stdcopy16_11_link ul li {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin: 2px 20px;
}

.std_copy_1600_011 .stdcopy16_11_link ul li a {
  display: block;
  color: #fff;
  position: relative;
  z-index: 1;
}

.std_copy_1600_011 .stdcopy16_11_link ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
}

.std_copy_1600_011 .stdcopy16_11_link ul li:hover a::after {
  transform: none;
}

.std_copy_1600_011 .stdcopy16_11_c {
  padding-top: 14px;
  padding-bottom: 14px;
}

.std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_wid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_logo {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0;
  max-width: 45%;
}

.std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_logo img {
  max-width: 100%;
}



.std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_bq p {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

.std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_bq p img {
  width: 18px;
  margin-right: 10px;
  vertical-align: middle;
}

.std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_wx {
  display: flex;
  flex-wrap: wrap;
}

.std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_wx div:nth-child(2) {
  margin-left: 40px;
}

.std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_wx div h3 {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

.std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_wx div img {
  height: 90px;
  width: 90px;
}


@media screen and (max-width: 1600px) {
  .std_copy_1600_011 .stdcopy16_11_wid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_wx div:nth-child(2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .foot-r {
    margin-top: 20px;
  }
  .std_copy_1600_011 .stdcopy16_11_link {
    padding-top: 20px;
  }

  .std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_wid {
    justify-content: center;
  }

  .std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_logo {
    max-width: 100%;
  }

  .std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_bq {
    width: 100%;
    text-align: center;
    margin: 10px 0 15px 0;
  }

  .std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_bq p {
    line-height: 26px;
  }

  .std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_wx div h3 {
    line-height: 26px;
  }
}

@media screen and (max-width: 480px) {

  .std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_logo img {
    height: 40px;
  }

  .std_copy_1600_011 .stdcopy16_11_link ul li {
    margin: 2px 12px;
  }

  .std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_wx div img {
    height: 70px;
    width: 70px;
  }
}

@media screen and (max-width: 375px) {
  .std_copy_1600_011 .stdcopy16_11_link ul li {
    margin: 2px 10px;
  }

  .std_copy_1600_011 .stdcopy16_11_link ul li:first-child {
    width: 100%;
    padding-left: 10px;
  }
}