/* reset */
* {
  box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* address,caption,cite,code,dfn,em,strong,th,var{font-weight:normal;font-style:normal} */
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
/* h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%} */
a {
  text-decoration: none;
  transition: color 0.2s;
  cursor: pointer;
  outline: 0;
  color: #929392;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body {
  background-color: #fff;
}
/* a:hover{filter:brightness(1.2);} */
q:before,
q:after {
  content: "";
}
.tn {
  display: block;
  overflow: hidden;
  text-indent: -9999em;
}
.hid {
  display: block;
  height: 0;
  overflow: hidden;
}
/* basic */
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.c {
  zoom: 1;
}
.hide {
  display: none;
}
.ft {
  text-indent: -999em;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
a:hover {
  transform: scale(1.05);
}
a.hove:hover {
  transform: scale(1);
}
fieldset,
img,
abbr,
acronym {
  border: 0;
}
input:focus {
  outline: none;
}
select:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
.bg {
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 100%;
}
fieldset,
img {
  border: 0;
}
.hd {
  display: none;
}

/* jquery-toast */
.jq-toast-wrap {
  z-index: 9999 !important;
}

/*pop */
.pop_Mark {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}
.pop {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  top: 50%;
}
.pop_close {
  width: 27px;
  height: 27px;
  position: absolute;
  right: 0px;
  top: -43px;
  transition: all 0.3s;
  z-index: 999;
}
.pop_close1 {
  background-image: url(../image/close.png);
}
.pop_close2 {
  background-image: url(../image/close2.png);
}
.pop_close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/* footer */
.footer {
  width: 100%;
  /* height: 100%; */
  background-color: #000;
  padding: 50px 0 20px 0;
}
.footer_center {
  width: 1400px;
  height: 370px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Helvetica";
  font-size: 14px;
  color: #818181;
}
.footer_center .logo_footer {
  width: 491px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer_center .logo_footer img {
  display: block;
  width: 232px;
  height: 79px;
}
.footer_center div {
  margin: 20px 0 20px 0;
}
.bq .gs_logo {
  width: 166px;
  height: 70px;
  background: url("../image/gs_logo.png") no-repeat;
  margin: 15px auto 0;
}
.bq .cn_logo {
  width: 198px;
  height: 70px;
  background: url("../image/cn_logo.png") no-repeat;
  margin: 15px auto 0;
}
.bq .link-box {
  text-align: center;
  line-height: 30px;
  margin-top: 15px;
}
.bq .link-box a {
  display: inline;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  z-index: 10;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bq .link-box span {
  display: inline;
  margin: 0 20px;
  color: #fff;
  font-size: 12px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.bq p {
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: gray;
  margin-top: 15px;
}
.bq .bq-china {
  text-align: center;
}
.bq .bq-china p {
  margin-top: 0px;
}
.bq .bq-china a {
  font-size: 12px !important;
  color: gray;
  display: inline-block;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bq .bq-china img {
  vertical-align: middle;
}
.bq .bq-china .bq-image {
  display: inline-block;
  height: 50px;
}
.bq .bq-china .bq-image img {
  /* background-color: #666; */
  height: 100%;
}
.bq .bq-china .bq-image img:nth-of-type(1) {
  margin-right: 20px;
}
