body {
  color: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: "微软雅黑";
  padding: 0;
  margin: 0;
  background: #f7f7f7;
}
.container {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:foucs {
  text-decoration: none;
  outline: none;
}
a.active {
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
.gold_line {
  margin: 0 auto;
  width: 75px;
  border-top: 3px solid #966625;
}

.fullmask {
  background: rgba(0, 0, 0, 0.5);
  height: 150%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 1000;
  overflow: hidden;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #fff;
  width: 29px;
  height: 12px;
  border-radius: 50px;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 60px;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
}

#header {
  height: 69px;
  position: relative;
  width: 100%;
  margin-bottom: 1px;
}
#header .logo_link {
  float: left;
  line-height: 68px;
  font-size: 24px;
  color: #212121;
}
#header .logo_link img {
  margin-right: 10px;
}
/* //#header .logo_link{
//	display:block;
//	width:57px;
//	margin-left:9%;
//} */

#header .link_group {
  line-height: 66px;
  float: right;
  margin-right: 200px;
}
#header .link_group .list_title {
  display: inline-block;
  color: #000;
  margin: 0 34px;
  font-weight: bold;
  font-size: 15px;
  position: relative;
}
#header .link_group .list_title .title {
  cursor: pointer;
}
#header .link_group .list_title .title.active {
  color: #966625;
}
#header .link_group a {
  display: inline-block;
  color: #000;
  margin: 0 34px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
#header .link_group .list_title:hover .title {
  color: #000;
}
#header .link_group a.active {
  border-bottom: 2px solid #00b2ed;
}
#header .link_group a:hover {
  color: #000;
}
#header .link_group .list_title .sec_list {
  position: absolute;
  width: 130px;
  background: #fff;
  margin-left: -35px;
  display: none;
  border-top: 1px solid #00b2ed;
}
#header .link_group .list_title .sec_list a {
  margin: 0;
  color: #00b2ed;
  display: block;
  line-height: 20px;
  padding: 20px 25px 20px 40px;
  font-size: 14px;
}
#header .link_group .list_title .sec_list a:hover {
  color: #fff;
}
#header .link_group .list_title .sec_list .border {
  position: absolute;
  border-top: 1px solid #af9973;
  width: 80%;
  left: 10%;
}
#header .link_group .line {
  position: absolute;
  width: 9px;
  height: 14px;
  top: 53px;
  left: -40px;
}
@media (max-width: 1000px) {
  #header .link_group a {
    margin: 0 14px;
  }
  #header .link_group .list_title {
    margin: 0 14px;
  }
  #header .link_group .line {
    left: -20px;
  }
}
@media (max-width: 768px) {
  #header .link_group {
    display: none;
  }
  #header .logo_link {
    margin: 0 auto;
    width: 70%;
  }
  #header .logo {
    padding-left: 20px;
    display: inline-block;
    margin: 0 auto 0 auto;
    height: 50px;
    padding-right: 20px;
  }

  #header {
    height: 69px;
  }
  #header .menu {
    position: absolute;
    top: 26px;
    right: 20px;
  }
  #header .menu .line {
    border-top: 3px solid #00b2ed;
    width: 26px;
    padding: 2px 0;
    -webkit-transition: all 0.3s linear;
  }
  #header .menu .line.hideline {
    opacity: 0;
  }
  #header .menu .line.rotate {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 10px 0;
  }
  #header .menu .line.re_rotate {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 0 0;
  }
  #header .link_list {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 90px;
    display: none;
  }
  #header .link_list .link_box {
    background: #fff;
    width: 167px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-top: 1px solid #ebebeb;
  }
  #header .link_list .link_box .m_list_title .sec_list {
    display: none;
  }
  #header .link_list .link_box .m_list_title .title {
    display: block;
    color: #4f4f4f;
    border-bottom: 1px solid #ebebeb;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 22px;
    margin-top: 25px;
    background: url(../images/a_arrow3.png) 84% 8px no-repeat;
  }
  #header .link_list .link_box .m_list_title .title.active {
    color: #333;
    background: url(../images/a_arrow4.png) 84% 8px no-repeat;
  }
  #header .link_list .link_box .m_list_title a {
    padding-left: 54px;
    text-align: left;
  }
  #header .link_list .link_box a {
    display: block;
    color: #4f4f4f;
    border-bottom: 1px solid #ebebeb;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 22px;
    margin-top: 25px;
  }
  #header .link_list .link_box a.active {
    color: #333;
  }
}

#main {
  /* margin-top:119px; */
  background-color: #fff;
}
#main .about {
  position: relative;
}
#main .about a {
  color: #fff;
}
#main .about .banner {
  width: 100%;
}
#main .about .text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 30%;
}
#main .about .text .title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 24px;
}
#main .about .text p {
  font-size: 16px;
  margin-top: 24px;
  letter-spacing: 1px;
  line-height: 34px;
}
#main .about .share {
  position: absolute;
  bottom: 44px;
  right: 75px;
}
#main .about .share a {
  display: inline-block;
  margin: 0 16px;
}
#main .about .share .share01 {
  width: 29px;
  height: 30px;
  background: url(../images/share_01.png) no-repeat;
}
#main .about .share .share01.mobile {
  display: none;
}
#main .about .share .share02 {
  width: 35px;
  height: 30px;
  background: url(../images/share_02.png) 0 0 no-repeat;
}
#main .about .share .share02:hover {
  background: url(../images/share_02.png) 0 -30px no-repeat;
}
#main .about .share .share02 .qr {
  display: none;
  position: absolute;
  top: -249px;
  left: 8px;
}
#main .about .share .share02:hover .qr {
  display: block;
}
@media (max-width: 1000px) {
  #main .about .text {
    top: 15%;
  }
}
@media (max-width: 768px) {
  #main {
    margin-top: 90px;
  }
  #main .about .text .title {
    font-size: 28px;
    font-weight: 200;
    letter-spacing: 20px;
    margin-left: 18px;
  }
  #main .about .text {
    top: 27%;
  }
  #main .about .text p {
    font-size: 13px;
    letter-spacing: 0;
  }
  #main .about .share {
    bottom: 34px;
    right: 55px;
  }
  #main .about .share a {
    margin: 0 10px;
  }
  #main .about .share .share02 .qr {
    left: -9px;
  }

  #main .about .share .share02:hover {
    background: url(../images/share_02.png) 0 0 no-repeat;
  }
  #main .about .share .share02.active {
    background: url(../images/share_02.png) 0 -30px no-repeat;
  }
  #main .about .share .share02:hover .qr {
    display: none;
  }
  #main .about .share .share02.active .qr {
    display: block;
  }
  #main .about .share .share01.pc {
    display: none;
  }
  #main .about .share .share01.mobile {
    display: inline-block;
  }
}

#main .team {
  position: relative;
}
#main .team .content {
  background: #2d3238;
  color: #fff;
  text-align: center;
  padding: 75px 10%;
}
#main .team .content .title {
  font-size: 24px;
  display: inline-block;
  letter-spacing: 15px;
  margin-left: 15px;
}
#main .team .content .line {
  width: 141px;
  border-bottom: 2px solid #966625;
  margin: 18px auto 28px auto;
}
#main .team .content p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
}
#main .team .leader .photo_box {
  padding: 0;
  cursor: pointer;
}
#main .team .leader .first_photo_box {
  padding: 0;
}
#main .team .leader .first_photo_box .info {
  width: 500px;
  text-align: left;
  position: absolute;
  right: 15%;
  top: 25%;
}
#main .team .leader .first_photo_box .info .name {
  font-size: 82px;
  font-weight: bold;
  color: #966625;
  line-height: 100%;
  border-bottom: 1px solid #966625;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
#main .team .leader .first_photo_box .info .name span {
  font-size: 30px;
  font-weight: normal;
  position: absolute;
  left: 200px;
  top: 30px;
}
#main .team .leader .first_photo_box .info .descText {
  font-size: 18px;
  line-height: 200%;
  color: #a8a8a9;
}
#main .team .leader .first_photo_box .info a.fpbtn {
  display: block;
  margin-top: 50px;
  background-color: #966625;
  color: #fff;
  height: 50px;
  width: 180px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

#main .team .leader .photo_box .more {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
#main .team .leader .photo {
  width: 100%;
}
#main .team .leader .photo.pc {
  display: block;
}
#main .team .leader .photo.mobile {
  display: none;
}

#main .team .leader .info {
  position: absolute;
  width: 100%;
  bottom: 5%;
  text-align: center;
  z-index: 9;
}
#main .team .leader .info .name {
  font-size: 34px;
  margin-bottom: 10px;
}
.leader_popup {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}
.leader_popup .pop_con {
  width: 1300px;
  height: auto;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -400px;
  margin-left: -650px;
  padding: 75px;
  color: #000;
}
.leader_popup .pop_con .photo {
  height: 100%;
  margin-right: 50px;
  float: left;
}
.leader_popup .pop_con .info {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.leader_popup .pop_con .info .name {
  font-size: 32px;
  margin-bottom: 8px;
  font-weight: bold;
}
.leader_popup .pop_con .info .title {
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 2px solid #966625;
  font-weight: bold;
}
.leader_popup .pop_con .text {
  padding: 40px 35px;
  background: #f4f5f5;
  display: inline-block;
  color: #2d3238;
  border-radius: 5px;
  float: left;
  width: 61%;
  height: 76%;
}
.leader_popup .pop_con .popup_close {
  width: 81px;
  height: 80px;
  background: url(../images/popup_close.png) no-repeat;
  position: absolute;
  top: -40px;
  right: -40px;
  cursor: pointer;
}
@media (max-width: 1400px) {
  #main .team .leader .first_photo_box .info {
    right: 8%;
    top: 20%;
  }

  .leader_popup .pop_con {
    width: 1100px;
    height: auto;
    padding: 50px;
    margin-top: -300px;
    margin-left: -550px;
  }
  .leader_popup .pop_con .text {
    width: 56%;
    padding: 30px;
    height: 74%;
  }
}
@media (max-width: 1200px) {
  #main .team .leader .first_photo_box .info {
    width: 400px;
    right: 10%;
    top: 20%;
  }
  #main .team .leader .first_photo_box .info .name {
    font-size: 60px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  #main .team .leader .first_photo_box .info .name span {
    font-size: 22px;
    font-weight: normal;
    position: absolute;
    left: 150px;
    top: 21px;
  }
  #main .team .leader .first_photo_box .info .descText {
    font-size: 16px;
  }
  #main .team .leader .first_photo_box .info a.fpbtn {
    margin-top: 30px;
  }
  .leader_popup .pop_con {
    width: 88%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: 6%;
    border: 1px solid #aaa;
  }
  .leader_popup .pop_con .photo {
    height: 300px;
  }

  .leader_popup .pop_con .info {
    margin-top: 60px;
  }
  .leader_popup .pop_con .text {
    float: none;
    width: 100%;
    height: 60%;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  #main .team .leader .first_photo_box .info {
    width: 360px;
    right: 5%;
    top: 15%;
  }
  #main .team .leader .first_photo_box .info .name {
    font-size: 48px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  #main .team .leader .first_photo_box .info .name span {
    font-size: 20px;
    left: 125px;
    top: 16px;
  }
}

@media (max-width: 768px) {
  .leader_popup {
    overflow: hidden;
  }
  #main .team .leader .first_photo_box .info {
    width: 160px;
    right: 5%;
    top: 25%;
  }
  #main .team .leader .first_photo_box .info .name {
    font-size: 22px;
    padding-bottom: 8px;
    margin-bottom: 5px;
  }
  #main .team .leader .first_photo_box .info .descText {
    display: none;
  }
  #main .team .leader .first_photo_box .info .name span {
    font-size: 14px;
    left: 60px;
    top: 5px;
  }
  #main .team .leader .first_photo_box .info a.fpbtn {
    font-size: 12px;
    margin-top: 20px;
    height: 24px;
    width: 100px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
  }

  #main .team .content {
    padding: 55px 6%;
  }
  #main .team .content .title {
    font-size: 22px;
  }
  #main .team .content p {
    font-size: 14px;
  }

  #main .team .leader .info {
    bottom: 5%;
  }
  #main .team .leader .info .name {
    font-size: 16px;
    margin-bottom: 0;
  }
  #main .team .leader .info .title {
    font-size: 12px !important;
  }
  #main .team .leader .photo.pc {
    display: none;
  }
  #main .team .leader .photo.mobile {
    width: 100%;
    display: block;
  }

  .leader_popup .pop_con {
    padding: 18px;
    top: 100px;
  }
  .leader_popup .pop_con .photo {
    height: 200px;
    margin-right: 15px;
  }
  .leader_popup .pop_con .info {
  }
  .leader_popup .pop_con .info .name {
    font-size: 24px;
  }
  .leader_popup .pop_con .info .title {
    font-size: 14px;
  }
  .leader_popup .pop_con .text {
    padding: 15px;
  }
  .leader_popup .pop_con .popup_close {
    width: 50px;
    height: 50px;
    background-size: 100%;
    top: -25px;
    right: -25px;
  }
}

#main .member {
  position: relative;
}
#main .member_box {
  background: #fff;
  overflow: hidden;
  position: relative;
}
#main .member .content {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 60px 10%;
}
#main .member .content .title {
  font-size: 24px;
  display: inline-block;
  letter-spacing: 15px;
  margin-left: 15px;
}
#main .member .content .line {
  width: 222px;
  border-bottom: 2px solid #966625;
  margin: 18px auto 0 auto;
}
#main .member .logo_box {
  padding: 0;
  overflow: hidden;
}
#main .member .logo_box .logo {
  width: 100%;
  cursor: pointer;
  display: block;
}
#main .member .logo_box .logo.mobile {
  display: none;
}
#main .member .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 97;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
@media (max-width: 768px) {
  #main .member .content .title {
    font-size: 22px;
  }
  #main .member .logo_box .logo.mobile {
    display: block;
  }
  #main .member .logo_box .logo.pc {
    display: none;
  }
}

#main .contact {
  position: relative;
  padding-bottom: 200px;
}
#main .contact .bg {
  width: 100%;
}
#main .contact .content {
  width: 100%;
  text-align: center;
  margin-top: -300px;
  position: relative;
  z-index: 9;
}
#main .contact .content .title {
  font-size: 24px;
  display: inline-block;
  letter-spacing: 15px;
  margin-left: 15px;
}
#main .contact .content .line {
  width: 141px;
  border-bottom: 2px solid #fff;
  margin: 18px auto 28px auto;
}
#main .contact .map {
  width: 1212px;
  height: 575px;
  background-size: cover;
  margin: 100px auto 0 auto;
  text-align: center;
  position: relative;
  z-index: 9;
  box-shadow: 1px 1px 10px #999999;
}
#main .contact .map .map_box {
  color: #000;
  display: inline-block;
  text-align: left;
  margin: 40px 100px 0 30px;
}
#main .contact .map .map_box .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
#main .contact .map .map_box .title span {
  font-size: 20px;
  margin: 0 5px;
}
#main .contact .map .map_box .map_img {
  margin-bottom: 31px;
}
#main .contact .map .map_box .address {
  background: url(../images/icon_01.png) left center no-repeat;
  padding-left: 34px;
  height: 23px;
  line-height: 23px;
  margin-bottom: 17px;
}
#main .contact .map .map_box .email {
  background: url(../images/icon_02.png) left center no-repeat;
  padding-left: 34px;
  height: 23px;
  line-height: 23px;
  margin-bottom: 17px;
}
#main .contact .map .map_box .phoneNum {
  background: url(../images/icon_03.png) left center no-repeat;
  padding-left: 34px;
  height: 23px;
  line-height: 23px;
}
#main #arrow {
  width: 60px;
  height: 59px;
  position: fixed;
  bottom: 100px;
  right: 28px;
  cursor: pointer;
  z-index: 89;
}

#main .contact .map .mailbox {
  color: #000;
  display: inline-block;
  text-align: left;

  width: 972px;
  margin: 20px 30px 0 30px;
  padding-top: 15px;
}
#main .contact .map .mailbox .line {
  border-top: 1px solid #aeadb2;
  width: 45%;
  height: 20px;
}

#main .contact .map .mailbox .email {
  background: url(../images/icon_02.png) left center no-repeat;
  padding-left: 34px;
  height: 23px;
  line-height: 23px;
  margin-bottom: 10px;
}

@media (max-width: 1212px) {
  #main .contact .content {
    margin-top: -200px;
  }
  #main .contact .map {
    width: 100%;
    background-size: cover;
    margin-top: 50px;
  }
  #main .contact .map .map_box {
    margin: 50px 30px 0 30px;
  }

  #main .contact .map .mailbox {
    width: 832px;
  }
}
@media (max-width: 1000px) {
  #main .contact .map .mailbox {
    width: 90%;
    margin: 40px auto 0 auto;
  }
  #main .contact .map .mailbox .line {
    width: 100%;
  }

  #main .contact .content {
    margin-top: -100px;
  }
  #main .contact .map {
    width: 90%;
    height: auto;
    background-size: cover;
    padding-bottom: 50px;
  }
  #main .contact .map .map_box {
    width: 90%;
    margin: 50px auto 0 auto;
  }
  #main .contact .map .map_box img {
    width: 100%;
  }
  #main .contact .map .map_box .address {
    height: auto;
  }
  #main .contact .map .map_box .email {
    height: auto;
  }
  #main .contact .map .map_box .phoneNum {
    height: auto;
  }
}
@media (max-width: 768px) {
  #main .contact .map .mailbox {
    width: 90%;
    margin: 40px auto 0 auto;
  }

  #main #arrow {
    right: 6px;
    width: 45px;
    height: 45px;
    background-size: 100%;
  }
  #main .contact {
    padding-bottom: 150px;
  }
  #main .contact .content {
    margin-top: -150px;
  }
  #main .contact .content .title {
    font-size: 22px;
  }
  #main .contact .map {
    margin-top: 50px;
  }
  #main .contact .map .map_box {
    margin: 40px auto 0 auto;
  }
  #main .contact .map .map_box .address {
    padding-left: 28px;
    font-size: 12px;
  }
  #main .contact .map .map_box .email {
    padding-left: 28px;
    font-size: 12px;
  }
  #main .contact .map .map_box .phoneNum {
    padding-left: 28px;
    font-size: 12px;
  }
}

.member_popup {
  background: #f8f8f8;
  position: absolute;
  top: 174px;
  left: 0;
  width: 100%;
  z-index: 98;
  display: none;
}
.member_popup .close_btn {
  width: 51px;
  height: 52px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 98;
  cursor: pointer;
}
.member_popup div {
  padding: 0;
}
.member_popup img {
  width: 100%;
  display: block;
}
.member_popup .slide_text {
  color: #000;
  padding: 5% 7% 0 7%;
  background: #f8f8f8;
  position: relative;
}
.member_popup .slide_text .title {
  font-size: 24px;
  border-bottom: 2px solid #9d875c;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.member_popup .slide_text p {
  color: #2d3238;
}
@media (max-width: 1450px) {
  .member_popup .slide_text {
    padding: 4% 6% 0 6%;
  }
}
@media (max-width: 1250px) {
  .member_popup .slide_text {
    padding: 3% 5% 0 5%;
  }
}
@media (max-width: 1165px) {
  .member_popup .slide_text .title {
    font-size: 18px;
  }
  .member_popup .slide_text {
    padding: 2% 3% 0 3%;
  }
}
@media (max-width: 996px) {
  .member_popup .slide_text .title {
    margin-bottom: 30px;
  }
  .member_popup .slide_text {
    padding: 50px 12% 40px 12%;
    text-align: center;
  }
  .member_popup .slide_text p {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .member_popup {
    top: 171px;
  }
}
#main .swiper-button-prev {
  width: 26px;
  height: 46px;
  background: url(../images/left.png) no-repeat;
  left: 5px;
}
#main .swiper-button-next {
  width: 26px;
  height: 46px;
  background: url(../images/right.png) no-repeat;
  right: 5px;
}

#footer {
  color: #333;
  text-align: center;
  background: #f8f9fa;
  font-size: 20px;
}
#footer .left {
  float: left;
  width: 630px;
  display: inline-block;
}
.foot-logo {
  margin-top: 30px;
  font-size: 24px;
  background: -webkit-linear-gradient(top, #ff0000, #000); /*设置线性渐变*/
  /*为了支持更多的浏览器*/
  -webkit-background-clip: text; /*背景被裁剪到文字*/
  -webkit-text-fill-color: transparent; /*设置文字的填充颜色*/
}
#footer .right {
  display: inline-block;
  padding: 60px 135px 30px 0;
  line-height: 140%;
}
#footer .center a {
  color: #333;
  text-decoration: none;
}
.copyright-box {
  height: 56px;
  line-height: 56px;
}
#footer .center {
  display: inline-block;
  margin: 0 70px;
}
#footer .share {
  display: inline-block;
}
#footer .share a {
  display: inline-block;
  margin: 0 16px;
}
#footer .share .share01 {
  width: 29px;
  height: 24px;
  background: url(../images/share_03.png) 0 0 no-repeat;
  vertical-align: middle;
}
#footer .share .share01:hover {
  background: url(../images/share_03.png) 0 -24px no-repeat;
}
#footer .share .share01.mobile {
  display: none;
}
#footer .share .share02 {
  width: 29px;
  height: 25px;
  background: url(../images/share_04.png) 0 0 no-repeat;
  position: relative;
  vertical-align: middle;
}
#footer .share .share02:hover {
  background: url(../images/share_04.png) 0 -25px no-repeat;
}
#footer .share .share02 .qr {
  display: none;
  position: absolute;
  top: -199px;
  left: -54px;
}
#footer .share .share02:hover .qr {
  display: block;
  z-index: 999;
}
@media (max-width: 1000px) {
  #footer .center {
    margin: 0 15px;
  }
  #footer .share a {
    margin: 0 4px;
  }
}
@media (max-width: 768px) {
  #footer {
    height: auto;
    padding: 32px 4%;
    line-height: 18px;
    font-size: 12px;
    text-align: left;
    position: relative;
  }
  #footer .center {
    display: block;
    margin: 18px 0 0 0;
  }
  #footer .share {
    position: absolute;
    top: 28px;
    right: 4%;
  }
  #footer .share a {
    margin: 0 10px;
  }
  #footer .share .share01.mobile {
    display: inline-block;
  }
  #footer .share .share01.pc {
    display: none;
  }
}

#main .banner_box {
  position: relative;
}
#main .banner_box .banner {
  width: 100%;
}
#main .banner_box .text {
  position: absolute;
  text-align: left;
  top: 100px;
  width: 1200px;
  margin: 0 auto;
}
#main .banner_box .logo {
  position: absolute;
  text-align: left;
  top: 20px;
  margin: 0 auto;
}
#main .banner_box .text .title {
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 120%;
}
#main .banner_box .text p {
  font-size: 20px;
  margin-top: 10px;
  letter-spacing: 1px;
  width: 600px;
}
.download-go,
.download-go:hover {
  margin-top: 36px;
  display: inline-block;
  width: 156px;
  height: 52px;
  line-height: 52px;
  background: #4888ff;
  border-radius: 26px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 1000px) {
  #main .banner_box .text {
    top: 15%;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #main .banner_box .text .title {
    font-size: 28px;
    font-weight: 200;
    letter-spacing: 20px;
    margin-left: 18px;
  }
  #main .banner_box .text {
    top: 27%;
  }
  #main .banner_box .text p {
    font-size: 13px;
    letter-spacing: 0;
  }
}

.product-models {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  width: 160px;
  /* height: 80px; */
  /* top:68px;  */
  padding-bottom: 12px;
  border-radius: 2px;
  left: 120px;
  z-index: 99;
}
.product-models-hover:hover .product-models {
  display: block;
}
.product-models a {
  position: absolute;
  width: 90px;
  text-align: center;
  line-height: 32px;
  height: 32px;
  padding: 8px 0;
}

#header .product-models a {
  color: #fff;
}
.pt-15 {
  padding-top: 15px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-122 {
  padding-top: 122px;
}

.pl-130 {
  padding-left: 130px;
}

.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 10px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-130 {
  padding-right: 130px;
}
.pr-210 {
  padding-right: 210px;
}
.pb-50 {
  padding-bottom: 50px;
}

.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}

.mb-20 {
  margin-bottom: 20px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-115 {
  margin-left: 115px;
}
.ml-110 {
  margin-left: 110px;
}

.ta-l {
  text-align: left;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}

.fz-12px {
  font-size: 12px;
}
.fz-14px {
  font-size: 14px;
}
.fz-16px {
  font-size: 16px;
}
.fz-18px {
  font-size: 18px;
}
.fz-20px {
  font-size: 20px;
}
.fz-24px {
  font-size: 24px;
}
.fz-32px {
  font-size: 32px;
}
.fz-36px {
  font-size: 36px;
}
.fz-44px {
  font-size: 44px;
}

.fw-b {
  font-weight: bold;
}

.color-1 {
  color: #333;
}
.color-2 {
  color: #666;
}
.color-3 {
  color: #000;
}

.bg-c-1 {
  background-color: #f5f6f7;
}

.w-260 {
  width: 260px;
}
.w-280 {
  width: 280px;
}
.icon-46-46 {
  width: 46px;
  height: 46px;
}
.icon-64-64 {
  width: 64px;
  height: 64px;
}
.wh-106-106 {
  width: 106px;
  height: 106px;
}
.wh-320-320 {
  width: 320px;
  height: 320px;
}

.flex {
  display: flex;
}
.flex-jc-sa {
  justify-content: space-around;
}
.flex-jc-sb {
  justify-content: space-between;
}
.flex-jc-c {
  justify-content: center;
}

.ps-re {
  position: relative;
}
.ps-abs {
  position: absolute;
}
.fw-1 {
  font-weight: 300;
}
/* product-models-hover */
