@charset "UTF-8";
#toTop {
  width: 66px;
  height: 66px;
  position: fixed;
  z-index: 999;
  right: 3%;
  bottom: 10%;
  display: none;
  cursor: pointer;
}
#target {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border: 1px solid #666;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9999;
  overflow: auto;
  text-align: center;
}
#target img {
  margin-top: 200px;
  max-width: 1500px;
  display: inline-block;
  vertical-align: middle;
}
.foot-wrapper {
  width: 100%;
  background-color: #3D3649;
  margin-top: 100px;
}
.foot-wrapper .foot-top {
  background-color: #3D3649;
  height: 392px;
  /* width: 80%; */
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.foot-wrapper .foot-top .item {
  margin-top: 89px;
}
.foot-wrapper .foot-top .item .item1-img {
  width: 148px;
  height: 48px;
}
.foot-wrapper .foot-top .item .foot-top-item1 {
  display: flex;
  align-items: center;
  margin-top: 16px;
  height: 24px;
}
.foot-wrapper .foot-top .item .foot-top-item1 .foot-top-item-des {
  color: #FFFFFF;
  font-size: 12px;
  margin-left: 24px;
  font-family: Light;
  font-weight: 300;
}
.foot-wrapper .foot-top .item .foot-item-title {
  font-family: Light;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}
.foot-wrapper .foot-bottom {
  background-color: #373142;
  height: 32px;
  font-family: Light;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-weight: 300;
}
.foot-wrapper .foot-top .item .foot-item-list {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  font-family: Light;
  margin-bottom: 16px;
  cursor: pointer;
  height: 20px;
}
.foot-wrapper .foot-top .item .foot-item-list {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  font-family: Light;
  margin-bottom: 16px;
}
.foot-wrapper .foot-top .item .qr .call-icon {
  display: flex;
  justify-content: space-between;
}
.foot-wrapper .foot-top .item .qr .call-icon .img_hide,
.foot-wrapper .foot-top .item .qr .call-icon .img_hide {
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.foot-wrapper .foot-top .item .qr .call-icon .img_hide:nth-of-type(1) {
  background-image: url(../images/wechat.png);
}
.foot-wrapper .foot-top .item .qr .call-icon .img_hide:nth-of-type(2) {
  background-image: url(../images/weibo.png);
}
.foot-wrapper .foot-top .item .qr .call-icon .img_hide:nth-of-type(3) {
  background-image: url(../images/douyin.png);
}
.foot-wrapper .foot-top .item .qr .call-icon .img_show:nth-of-type(1) {
  background-image: url(../images/wechat.png);
}
.foot-wrapper .foot-top .item .qr .call-icon .img_show:nth-of-type(2) {
  background-image: url();
  background-color: pink;
}
.foot-wrapper .foot-top .item .qr .call-icon .img_show:nth-of-type(3) {
  background-image: url();
  background-color: pink;
}
.foot-wrapper .foot-top .item .qr .qr-img {
  display: none;
}
.foot-wrapper .foot-top .item .qr .qr-img:nth-of-type(1) {
  display: inline-block;
}
.foot-wrapper .foot-top .item .qr .qr-img {
  height: 130px;
  margin-top: 8px;
}
.foot-wrapper .foot-top_1200 {
  width: 100%;
  background-color: #3D3649;
  padding-bottom: 20px;
  display: none;
}
.foot-wrapper .foot-top_1200 .box {
  width: 1200px;
  /* width: 80%; */
  margin: 0 auto;
}
.foot-wrapper .foot-top_1200 ul {
  width: 80%;
}
.foot-wrapper .foot-top_1200 ul li {
  list-style: none;
}
.foot-wrapper .foot-top_1200 #ul {
  width: 100%;
}
.foot-wrapper .foot-top_1200 #ul .fold_title {
  padding-top: 24px;
  display: flex;
  color: #FFFFFF;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-family: Light;
  font-weight: 300;
}
.foot-wrapper .foot-top_1200 #ul .fold_title .jianto {
  width: 17px;
  height: 9px;
}
.foot-wrapper .foot-top_1200 #ul > li {
  cursor: pointer;
}
.foot-wrapper .foot-top_1200 .line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 24px;
}
.foot-wrapper .foot-top_1200 .foot_content a {
  line-height: 20px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: Light;
}
.foot-wrapper .foot-top_1200 ul li .foot_content {
  padding: 8px 0px;
}
.foot-wrapper .foot-top_1200 ul li div:nth-of-type(2) {
  padding-top: 24px;
}
.foot-wrapper .foot-top_1200 .foot_content {
  display: none;
}
.foot-wrapper .foot-top_1200 .foot_top_content_1200 {
  background-color: #3D3649;
  width: 1200px;
  /* width: 80%; */
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.foot-wrapper .foot-top_1200 .foot_top_content_1200 .item {
  margin-top: 48px;
}
.foot-wrapper .foot-top_1200 .foot_top_content_1200 .item .item1-img {
  width: 148px;
  height: auto;
}
.foot-wrapper .foot-top_1200 .foot_top_content_1200 .item .foot-top-item1 {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.foot-wrapper .foot-top_1200 .foot_top_content_1200 .item .foot-top-item1 .foot-top-item-des {
  color: #FFFFFF;
  font-family: Light;
  font-size: 12px;
  margin-left: 24px;
}
.foot-wrapper .foot-top_1200 .foot_top_content_1200 .item .foot-item-list {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  font-family: Light;
  margin-bottom: 16px;
}
.foot-wrapper .foot-top_1200 .foot_top_content_1200 .item .qr .call-icon {
  display: flex;
  justify-content: space-between;
}
.foot-wrapper .foot-top_1200 .foot_top_content_1200 .item .qr .call-icon .img {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.foot-wrapper .foot-top_1200 .foot_top_content_1200 .item .qr .call-icon .img_hide:nth-of-type(1) {
  background-image: url(../images/wechat.png);
}
.foot-wrapper .foot-top_1200 .foot_top_content_1200 .item .qr .call-icon .img_hide:nth-of-type(2) {
  background-image: url(../images/weibo.png);
}
.foot-wrapper .foot-top_1200 .foot_top_content_1200 .item .qr .call-icon .img_hide:nth-of-type(3) {
  background-image: url(../images/douyin.png);
}
.foot-wrapper .foot-top_1200 .foot_top_content_1200 .item .qr .call-icon .img_show:nth-of-type(1) {
  background-image: url(../images/wechat.png);
}
.foot-wrapper .foot-top_1200 .foot_top_content_1200 .item .qr .call-icon .img_show:nth-of-type(2) {
  background-image: url();
  background-color: pink;
}
.foot-wrapper .foot-top_1200 .foot_top_content_1200 .item .qr .call-icon .img_show:nth-of-type(3) {
  background-image: url();
  background-color: pink;
}
.foot-wrapper .foot-top_1200 .foot_top_content_1200 .item .qr .qr-img {
  height: 130px;
  margin-top: 8px;
  display: none;
}
.foot-wrapper .foot-top_1200 .foot_top_content_1200 .item .qr .qr-img:nth-of-type(1) {
  display: inline-block;
}
.foot-icon-img {
  width: 18px;
}
