* {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-collapse: collapse;
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
}
input,
button,
select {
  color: #333;
  font-size: 14px;
  font-family: 'HYQiHei-35S', 'PingFang', 'Microsoft YaHei';
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  input,
  button,
  select {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  input,
  button,
  select {
    font-size: 0.24rem;
  }
}
body {
  color: #333;
  font-size: 14px;
  font-family: 'HYQiHei-35S', 'PingFang', 'Microsoft YaHei';
  line-height: 1.5;
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  body {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.24rem;
  }
}
@font-face {
  font-family: 'Didot';
  src: url("../font/Didot.ttf");
}
@font-face {
  font-family: 'HYQiHei-35S';
  src: url("../font/HYQiHei-35S.otf");
}
@font-face {
  font-family: 'HYQiHei-25JF';
  src: url("../font/HYQiHei-25JF.otf");
}
@font-face {
  font-family: 'msyhl';
  src: url("../font/msyhl.ttc");
}
@-webkit-keyframes moveup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes moveup {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
.wrapper {
  padding: 0 50px;
  max-width: 1820px;
  margin: 0 auto;
}
.wrap {
  width: 75%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  .wrap {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .wrap {
    padding: 0 0.3rem;
  }
}
.show-m {
  display: none;
}
@media screen and (max-width: 990px) {
  .show-m {
    display: block;
  }
}
.hide-m {
  display: block;
}
@media screen and (max-width: 990px) {
  .hide-m {
    display: none;
  }
}
.toTop {
  color: #fff;
  font-size: 18px;
  width: 44px;
  height: 44px;
  background-color: #000;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  clear: both;
}
@media screen and (max-width: 750px) {
  .toTop {
    font-size: 0.34rem;
    width: 0.88rem;
    height: 0.88rem;
  }
}
#footer {
  color: #999;
  font-family: 'HYQiHei-25JF', 'PingFang', 'Microsoft YaHei';
  background-color: #fff;
  border-top: 1px solid #999;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  #footer {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 750px) {
  #footer {
    padding: 0.4rem 0.3rem 0.3rem;
  }
}
#footer .ftop {
  padding: 60px 50px;
  min-height: 270px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #999;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  #footer .ftop {
    padding: calc(60 / 1920 * 100vw) calc(50 / 1920 * 100vw);
    min-height: calc(270 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  #footer .ftop {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 990px) {
  #footer .ftop {
    display: block;
    padding: 20px 0;
    border: 0;
    clear: both;
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop {
    padding: 0.4rem 0;
  }
}
#footer .ftop .item h4 {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  font-family: 'HYQiHei-35S', 'PingFang', 'Microsoft YaHei';
  height: 35px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #footer .ftop .item h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 990px) {
  #footer .ftop .item h4 {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .item h4 {
    font-size: 0.24rem;
  }
}
#footer .ftop .item h4 a {
  color: #000;
}
#footer .ftop .item h4 .icon {
  margin-right: 10px;
}
@media screen and (max-width: 990px) {
  #footer .ftop .fnav {
    display: none;
  }
}
#footer .ftop .fnav li {
  line-height: 25px;
  margin-bottom: 5px;
}
#footer .ftop .fnav a {
  color: #999;
}
#footer .ftop .split {
  display: none;
}
@media screen and (max-width: 1280px) {
  #footer .ftop .split {
    display: block;
    height: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .split {
    height: 0;
  }
}
@media screen and (max-width: 990px) {
  #footer .ftop .ftel,
  #footer .ftop .fcode h4 {
    display: none;
  }
}
#footer .ftop .ftel .tel,
#footer .ftop .fcode .tel,
#footer .ftop .femail .tel {
  font-size: 24px;
  padding-top: 15px;
}
@media screen and (max-width: 750px) {
  #footer .ftop .ftel .tel,
  #footer .ftop .fcode .tel,
  #footer .ftop .femail .tel {
    padding-top: 0;
    margin-bottom: 15px;
  }
}
#footer .ftop .ftel .share,
#footer .ftop .fcode .share,
#footer .ftop .femail .share {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  padding-top: 15px;
}
@media screen and (max-width: 990px) {
  #footer .ftop .ftel .share,
  #footer .ftop .fcode .share,
  #footer .ftop .femail .share {
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .ftel .share,
  #footer .ftop .fcode .share,
  #footer .ftop .femail .share {
    padding-top: 0;
    margin-bottom: 15px;
  }
}
#footer .ftop .ftel .share li,
#footer .ftop .fcode .share li,
#footer .ftop .femail .share li {
  position: relative;
}
#footer .ftop .ftel .share li .icon,
#footer .ftop .fcode .share li .icon,
#footer .ftop .femail .share li .icon {
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 990px) {
  #footer .ftop .ftel .share li .icon,
  #footer .ftop .fcode .share li .icon,
  #footer .ftop .femail .share li .icon {
    margin: 0 5px;
  }
}
#footer .ftop .ftel .share li .icon img,
#footer .ftop .fcode .share li .icon img,
#footer .ftop .femail .share li .icon img {
  filter: grayscale(100%);
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .ftop .ftel .share li .code,
#footer .ftop .fcode .share li .code,
#footer .ftop .femail .share li .code {
  position: absolute;
  left: 0;
  top: 100%;
  width: 90px;
  height: 90px;
  background: #fff;
  border: 2px solid #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 990px) {
  #footer .ftop .ftel .share li .code,
  #footer .ftop .fcode .share li .code,
  #footer .ftop .femail .share li .code {
    width: 180px;
    height: 180px;
    position: fixed;
    z-index: 99;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
#footer .ftop .ftel .share li .code img,
#footer .ftop .fcode .share li .code img,
#footer .ftop .femail .share li .code img {
  width: 100%;
  height: 100%;
  display: block;
}
#footer .ftop .ftel .share li:hover .icon img,
#footer .ftop .fcode .share li:hover .icon img,
#footer .ftop .femail .share li:hover .icon img {
  filter: grayscale(0%);
}
#footer .ftop .ftel .share li:hover .code,
#footer .ftop .fcode .share li:hover .code,
#footer .ftop .femail .share li:hover .code {
  opacity: 1;
  visibility: visible;
}
#footer .ftop .ftel .email,
#footer .ftop .fcode .email,
#footer .ftop .femail .email {
  width: 360px;
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999;
}
#footer .ftop .ftel .email ::-webkit-input-placeholder,
#footer .ftop .fcode .email ::-webkit-input-placeholder,
#footer .ftop .femail .email ::-webkit-input-placeholder {
  color: #999;
}
#footer .ftop .ftel .email ::-moz-placeholder,
#footer .ftop .fcode .email ::-moz-placeholder,
#footer .ftop .femail .email ::-moz-placeholder {
  color: #999;
}
#footer .ftop .ftel .email :-ms-input-placeholder,
#footer .ftop .fcode .email :-ms-input-placeholder,
#footer .ftop .femail .email :-ms-input-placeholder {
  color: #999;
}
@media screen and (max-width: 1920px) {
  #footer .ftop .ftel .email,
  #footer .ftop .fcode .email,
  #footer .ftop .femail .email {
    width: calc(360 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  #footer .ftop .ftel .email,
  #footer .ftop .fcode .email,
  #footer .ftop .femail .email {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .ftel .email,
  #footer .ftop .fcode .email,
  #footer .ftop .femail .email {
    height: 0.8rem;
  }
}
#footer .ftop .ftel .email .text,
#footer .ftop .fcode .email .text,
#footer .ftop .femail .email .text,
#footer .ftop .ftel .email .submit,
#footer .ftop .fcode .email .submit,
#footer .ftop .femail .email .submit {
  height: 55px;
  display: block;
  background: none;
}
@media screen and (max-width: 750px) {
  #footer .ftop .ftel .email .text,
  #footer .ftop .fcode .email .text,
  #footer .ftop .femail .email .text,
  #footer .ftop .ftel .email .submit,
  #footer .ftop .fcode .email .submit,
  #footer .ftop .femail .email .submit {
    font-size: 0.24rem;
    height: 0.8rem;
  }
}
#footer .ftop .ftel .email .text,
#footer .ftop .fcode .email .text,
#footer .ftop .femail .email .text {
  flex-grow: 1;
}
#footer .ftop .ftel .email .submit,
#footer .ftop .fcode .email .submit,
#footer .ftop .femail .email .submit {
  color: #999;
  width: 30px;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #footer .ftop .ftel .email .submit,
  #footer .ftop .fcode .email .submit,
  #footer .ftop .femail .email .submit {
    font-size: 0.24rem;
  }
}
#footer .fbot {
  text-align: center;
  text-transform: uppercase;
  padding: 60px 50px;
}
@media screen and (max-width: 1920px) {
  #footer .fbot {
    padding: calc(60 / 1920 * 100vw) calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  #footer .fbot {
    padding: 20px 0 0;
    text-align: left;
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  #footer .fbot {
    padding: 0.2rem 0 0;
  }
}
#footer .fbot .split {
  display: none;
}
@media screen and (max-width: 990px) {
  #footer .fbot .split {
    display: block;
  }
}
#footer .fbot .copy {
  margin-bottom: 10px;
}
@media screen and (max-width: 990px) {
  #footer .fbot .copy {
    margin-bottom: 5px;
  }
}
#footer .fbot .icp {
  display: inline-block;
}
#footer .fbot .link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 990px) {
  #footer .fbot .link {
    display: none;
  }
}
#footer .fbot .link li {
  margin: 0 12px;
}
@media screen and (max-width: 990px) {
  #footer .fbot .link li {
    margin: 0 6px;
  }
}
#footer .fbot .link a {
  color: #999;
}
