@charset "utf-8";

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  outline: none;
}

@font-face {
  font-family: "sySong";
  src: url("sySong.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  color: #333;
  font-family: "微软雅黑";
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left;
}

html {
  font-size: 100px;
}

body {
  font-size: 0.16rem;
}

.index::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: #f5f5f5;
}

.index::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e2e2e2;
}

.index::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #333;
}

/* rem */

@media screen and (min-width: 2000px) {
  html {
    font-size: 110px !important;
  }
}

@media screen and (max-width: 1940px) {
  html {
    font-size: 100px !important;
  }
}

@media screen and (max-width: 1800px) {
  html {
    font-size: 95px !important;
  }
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 90px !important;
  }
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 90px !important;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 85px !important;
  }
}

@media screen and (max-width: 900px) {
  html {
    font-size: 85px !important;
  }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 80px !important;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 80px !important;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 75px !important;
  }
}

@media screen and (max-width: 360px) {
  html {
    font-size: 70px !important;
  }
}

@media screen and (max-width: 350px) {
  html {
    font-size: 65px !important;
  }
}

/* rem */

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

img,
input {
  border: 0;
  outline: none;
}

body .clear {
  clear: both;
  height: 0 !important;
  width: 0 !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.wp {
  width: 14rem;
  max-width: 94%;
  margin: 0 auto;
}

.pic {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}

.pic img:hover {
  transform: scale(1.1);
}

.bg_img {
  position: relative;
  overflow: hidden;
}

.bg_img .a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease-in;
}

.bg_img:hover .a {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@keyframes icon-yh {
  0% {
    transform: rotateZ(0);
  }

  10% {
    transform: rotateZ(10deg);
  }

  20% {
    transform: rotateZ(0);
  }

  30% {
    transform: rotateZ(-10deg);
  }

  40% {
    transform: rotateZ(0);
  }

  50% {
    transform: rotateZ(10deg);
  }

  60% {
    transform: rotateZ(0);
  }

  70% {
    transform: rotateZ(-10deg);
  }

  80% {
    transform: rotateZ(0);
  }

  90% {
    transform: rotateZ(10deg);
  }

  100% {
    transform: rotateZ(0);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.wap {
  display: none !important;
}

/*头部banner开始*/
.std_nav_1600_008 .stdnav16_1_wid {
  max-width: 1600px;
  margin: 0 auto;
}

.std_nav_1600_008 .stdnav16_1_head {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  transition: all 0.3s;
  padding: 0;
  padding-left: 55px;
  padding-right: 65px;
  display: flex;
  height: 104px;
  justify-content: space-between;
  align-items: center;
}

.std_nav_1600_008 .stdnav16_1_head.xg {
  background: rgba(0, 0, 0, .5);

  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
  top: 0;
  border-top-width: 0;
  padding-top: 0;
}

.std_nav_1600_008 .stdnav16_1_logo {
  float: left;
  overflow: hidden;
}

.std_nav_1600_008 .stdnav16_1_logo a {
  position: relative;
  transition: all 0.5s;
  top: 0;
}

.std_nav_1600_008 .stdnav16_1_logo a {
  display: block;
  font-size: 0;
}

.std_nav_1600_008 .stdnav16_1_logo a img {
  vertical-align: middle;
  display: none;
  max-width: 78%;
}

.std_nav_1600_008 .stdnav16_1_logo a img:first-child {
  display: block;
}

.std_nav_1600_008 .stdnav16_1_nav {
  float: right;
  display: flex;
  align-items: center;
}

.std_nav_1600_008 .stdnav16_1_nav>ul {
  font-size: 0;
  float: left;
  display: flex;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li {
  float: left;
  text-align: center;
  position: relative;
  margin-left: 30px;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li:first-child {
  margin-left: 0;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li>a {
  display: block;
  font-size: 18px;
  line-height: 56px;
  color: #fff;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  font-weight: 600;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li.on>div {
  border-top: 3px solid #27aeb6;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li>a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 8px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: none;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li:hover>a::after {
  display: block;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li>div {
  position: absolute;
  top: 100%;
  min-width: 140px;
  left: 50%;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
  line-height: normal;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  transform: translateX(-50%) scale(0);
  opacity: 0;
  transform-origin: center top;
  padding-bottom: 10px;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li:hover>div {
  transform: translateX(-50%) scale(1);
  transition: all 0.5s;
  opacity: 1;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li>div>ul {
  overflow: hidden;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li>div>ul>li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  transition: .3s;
  color: #333;
  margin-top: 10px;
}

.std_nav_1600_008 .stdnav16_1_nav>ul>li>div>ul>li a:hover {
  background: #166742;
  color: #fff;
}

.std_nav_1600_008 .stdnav16_1_head .stdnav16_1_nav_btn {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  margin-left: 60px;
  border-radius: 4px;
}

.std_nav_1600_008 .stdnav16_1_head .stdnav16_1_nav_btn img {
  display: none;
}

.std_nav_1600_008 .stdnav16_1_head .stdnav16_1_nav_btn img:first-child {
  display: block;
}


.std_nav_1600_008 .stdnav16_1_banner1 ul {
  position: relative;
  z-index: 9;
}

.std_nav_1600_008 .stdnav16_1_banner1 ul .slick-slide a {
  display: block;
  position: relative;
}

.std_nav_1600_008 .stdnav16_1_banner1 ul .slick-slide a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  
  z-index: 8;
}

.std_nav_1600_008 .stdnav16_1_banner1 ul .slick-slide a img {
  display: block;
  width: 100%;
}


.std_nav_1600_008 .stdnav16_1_top {
  line-height: 40px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}

.std_nav_1600_008 .stdnav16_1_search_zzc {
  position: fixed;
  z-index: 99998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
}

.std_nav_1600_008 .stdnav16_1_search {
  padding: 0 0 10px 0;
  display: none;
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
}

.std_nav_1600_008 .stdnav16_1_search>form>div {
  min-width: 500px;
  margin: 0 auto;
  position: relative;
  padding-right: 50px;
  padding: 5px 0;
  background: #fff;
}

.std_nav_1600_008 .stdnav16_1_search>form>div input[type="text"] {
  display: block;
  width: 100%;
  padding: 0 70px 0 20px;
  font-size: 16px;
  height: 30px;
  box-sizing: border-box;
}

.std_nav_1600_008 .stdnav16_1_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background: #166742;
}

.std_nav_1600_008 .stdnav16_1_search_btn input {
  display: block;
  width: 20px;
  margin: 10px auto;
}

.std_nav_1600_008 .stdnav16_1_m_search {
  display: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.std_nav_1600_008 .stdnav16_1_m_head {
  display: none;
}

.std_nav_1600_008 .stdnav16_1_banner {
  position: relative;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots {
  position: absolute;
  text-align: right;
  font-size: 0;
  right: 0;
  left: auto;
  width: auto;
  margin: 0 auto;
  max-width: 1600px;
  bottom: 76px;
  padding-left: 60px;
  padding-right: 436px;

}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: #D8D8D8;
  z-index: 1;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../images/stdnav16_1_icon1.png) no-repeat;
  background-size: 100% 100%;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li {
  padding: 6px;
  width: auto;
  height: auto;
  background: rgba(216, 216, 216, .1);
  position: relative;
  z-index: 1;
  border-radius: 50%;
  margin: 0 30px;
  transition: all 0.3s;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li button {
  background: #fff;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li div {
  width: 126px;
  height: 126px;
  padding: 8px;
  background: rgba(216, 216, 216, .1);
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  transition: all 0.5s;
  border-radius: 50%;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li.slick-active {
  margin: 0 80px;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots li.slick-active div {
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.std_nav_1600_008 .stdnav16_1_banner .slick-dots div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}


.std_nav_1600_008 .stdnav16_1_banner .slick-prev,
.std_nav_1600_008 .stdnav16_1_banner .slick-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  bottom: 66px;
  top: auto;
  left: auto;
  transform: translateY(0);
}

.std_nav_1600_008 .stdnav16_1_banner .slick-prev {
  background-color: rgba(0, 0, 0, .3);
  background-image: url(../images/stdnav16_1_icon2.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: 303px;
}

.std_nav_1600_008 .stdnav16_1_banner .slick-next {
  background-color: rgba(0, 0, 0, .3);
  background-image: url(../images/stdnav16_1_icon3.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: 203px;
}

@media screen and (max-width: 1800px) {
  .std_nav_1600_008 .stdnav16_1_head {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1600px) {
  .std_nav_1600_008 .stdnav16_1_wid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .std_nav_1600_008 .stdnav16_1_nav>ul>li {
    margin-left: 15px;
  }

  .std_nav_1600_008 .stdnav16_1_head .stdnav16_1_nav_btn {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1400px) {
  .std_nav_1600_008 .stdnav16_1_nav>ul>li>a {
    font-size: 16px;
  }

  .std_nav_1600_008 .stdnav16_1_logo a img {
    max-height: 55px;
  }

  .std_nav_1600_008 .stdnav16_1_nav>ul>li {
    margin-left: 10px;
  }

  .std_nav_1600_008 .stdnav16_1_head .stdnav16_1_nav_btn {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .std_nav_1600_008 .stdnav16_1_head {
    display: none;
  }

  .std_nav_1600_008 .stdnav16_1_m_head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    padding: 0 5px 0 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: block;
  }

  .std_nav_1600_008 .stdnav16_1_m_head_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
  }

  .std_nav_1600_008 .stdnav16_1_m_logo img {
    max-height: 40px;
    max-width: 100%;
    vertical-align: middle;
  }

  .std_nav_1600_008 .stdnav16_1_m_head_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .std_nav_1600_008 .stdnav16_1_wap_menu {
    width: 30px;
    height: 30px;
    position: relative;
    margin-left: 5px;
  }

  .std_nav_1600_008 .stdnav16_1_wap_menu img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .std_nav_1600_008 .stdnav16_1_wap_menu img {
    width: 20px;
  }

  .std_nav_1600_008 .stdnav16_1_close_menu {
    display: none;
  }

  .std_nav_1600_008 .stdnav16_1_m_serch_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
  }

  .std_nav_1600_008 .stdnav16_1_m_serch_btn img {
    display: block;
    height: 20px;
  }

  .std_nav_1600_008 .stdnav16_1_m_tlink {
    padding: 10px 25px 0 25px;
    font-size: 0;
  }

  .std_nav_1600_008 .stdnav16_1_m_tlink a {
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
    display: inline-block;
    line-height: 24px;
    background: #fff;
    color: #304174;
    line-height: 24px;
    padding: 0 15px;
    border-radius: 5px;
  }

  .std_nav_1600_008 .stdnav16_1_m_search {
    line-height: 35px;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 00;
    top: 60px;
    background: #fff;
    padding: 10px 20px;
    z-index: 999;
    /* border: solid 1px #000; */
    display: none;
  }

  .std_nav_1600_008 .stdnav16_1_m_search::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    background: #166742;
    z-index: 1;
  }

  .std_nav_1600_008 .stdnav16_1_m_search input[type="text"] {
    display: block;
    width: 100%;
    line-height: 25px;
    background: none;
    color: #000;
    z-index: 9;
    font-size: 15px;
  }

  .std_nav_1600_008 .stdnav16_1_m_search input[type="text"]::placeholder {
    color: #333;
  }

  .std_nav_1600_008 .stdnav16_1_m_search input[type="image"] {
    position: absolute;
    top: 15px;
    bottom: 0;
    right: 15px;
    width: 15px;
    z-index: 9;
  }

  .std_nav_1600_008 .stdnav16_1_m_nav {
    position: fixed;
    top: 60px;
    right: -100%;
    bottom: 0;
    z-index: 999;
    background: #F1F1F1;
    overflow-y: scroll;
    width: 100%;
    padding: 13px 0;
  }

  .std_nav_1600_008 .stdnav16_1_m_nav ul {
    padding: 0px 25px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
  }

  .std_nav_1600_008 .stdnav16_1_m_nav ul li {
    position: relative;
  }

  .std_nav_1600_008 .stdnav16_1_m_nav ul li>span.on {
    transform: rotateZ(180deg);
  }

  .std_nav_1600_008 .stdnav16_1_m_nav ul li ul {
    display: none;
    padding: 0 10px;
  }

  .std_nav_1600_008 .stdnav16_1_m_nav ul li ul li {
    border: none;
  }

  .std_nav_1600_008 .stdnav16_1_m_nav>ul>li a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0;
    position: relative;
    color: #333;
    font-weight: 600;
  }

  .std_nav_1600_008 .stdnav16_1_m_nav>ul>li ul li a {
    padding: 10px 0;
    font-size: 14px;
    line-height: 31px;
    padding: 0;
    font-weight: normal;
  }

  .std_nav_1600_008 .stdnav16_1_m_nav>ul>li ul li:nth-child(1) a {
    padding-top: 0;
  }

  .std_nav_1600_008 .stdnav16_1_m_nav>ul>li>span {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/stdnav16_1_m_nav_down.png) no-repeat;
    background-size: 14px 14px;
    background-position: center center;
    right: -10px;
    top: 7px;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.3s;
  }
}

@media screen and (max-width: 1024px) {
  .std_nav_1600_008 .stdnav16_1_banner .slick-dots::before {
    height: 1px;
  }

  .std_nav_1600_008 .stdnav16_1_banner .slick-dots::after {
    width: 15px;
    height: 15px;
  }

  .std_nav_1600_008 .stdnav16_1_banner .slick-dots {
    padding-right: 100px;
    padding-left: 20px;
    bottom: 20px;
  }

  .std_nav_1600_008 .stdnav16_1_banner .slick-next {
    right: 10px;
    bottom: 16px;
    width: 30px;
    height: 30px;
    background-size: 7px;
  }

  .std_nav_1600_008 .stdnav16_1_banner .slick-prev {
    right: 50px;
    bottom: 16px;
    width: 30px;
    height: 30px;
    background-size: 7px;
  }

  .std_nav_1600_008 .stdnav16_1_banner .slick-dots li {
    margin: 0 5px;
  }

  .std_nav_1600_008 .stdnav16_1_banner .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .std_nav_1600_008 .stdnav16_1_banner .slick-dots li.slick-active {
    margin: 0 20px;
  }

  .std_nav_1600_008 .stdnav16_1_banner .slick-dots li div {
    width: 50px;
    height: 50px;
    padding: 5px;
  }

}

/*头部banner结束*/


/* 底部 */
.std_copy_1600_011 {
  background: #166742;
}

.std_copy_1600_011 a {
  color: #fff;
}

.std_copy_1600_011 .stdcopy16_11_wid {
  max-width: 1600px;
  margin: 0 auto;
}

.std_copy_1600_011 .stdcopy16_11_link {
  border-bottom: 1px solid #2D7052;
  padding-top: 30px;
  padding-bottom: 20px;
}

.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: 27.125%;
}

.std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_logo img {
  max-width: 100%;
}

.std_copy_1600_011 .stdcopy16_11_c .stdcopy16_11_bq {
  width: 36%;
}

.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_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) {
  .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;
  }
}