.banner {
  width: 100%;
  height: 760px;
  background: url(../static/image/bg.png) center no-repeat;
  background-size: 100% 100%;
  zoom: 1;
}
.index{
  color: #000000;
}
.banner .top {
  background: #FFFFFF;
}
.banner .top .header {
  height: 120px;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  box-sizing: border-box;
}
.banner .top .header .logo {
  width: 90px;
  height: 90px;
  background: url(../static/image/logo.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 30px;
}
.banner .top .header .logo h1 {
  width: 90px;
  height: 90px;
  text-indent: -999em;
}
.banner .top .header .logo a {
  width: 90px;
  height: 90px;
  display: block;
}
.banner .top .header .nav {
  width: 400px;
  color: #fff;
}
.banner .top .header .nav .navul {
  display: flex;
  justify-content: space-between;
  line-height: 90px;
  position: relative;
}
.banner .top .header .nav .navul .ativte {
  display: none;
}
.banner .top .header .nav .navul .lianxiwomen {
  position: absolute;
  left: -23px;
  top: 68px;
  background-color: rgba(0, 0, 0, 0.3);
}
.banner .top .header .nav .navul .lianxiwomen li {
  width: 120px;
  text-align: center;
  line-height: 44px;
}
.banner .top .header .nav .navul .scroll {
  color: #fff;
}
.banner .top .header .nav .navul1 {
  display: none !important;
}
.banner .top .header .caidanlan,
.banner .top .header #navul1 {
  display: none;
}
.banner .bottom {
  display: flex;
}
.banner .bottom .left {
  width: 420px;
  padding-top: 20px;
}
.banner .bottom .right {
  padding: 90px 0 0 60px;
  width: 100%;
}
.banner .bottom .right h1 {
  font-weight: 100;
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  width: 92%;
}
.banner .bottom .right .content {
  font-weight: 200;
  font-size: 14px;
  line-height: 25.2px;
  margin: 30px 0;
  text-align: justify;
  color: #fff;
}
.banner .bottom .right .button {
  justify-content: space-between;
}
.banner .bottom .right .button a {
  width: 150px;
  height: 26px;
  line-height: 24px;
  border-radius: 20px;
  vertical-align: middle;
  padding: 8px;
  background: #06f;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  float: left;
  margin-top: 10px;
}
.banner .bottom .right .button a .iconfont {
  font-size: 26px;
  margin-left: 10px;
}
.banner .bottom .right .button a div {
  flex: 1;
}
.banner .bottom .right .button a img {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.banner .bottom .right .button .ios {
  background: #000;
}
.banner .bottom .right .button .h5 {
  background: #dd8a24;
}
.banner .bottom .right .erweima {
  display: flex;
  justify-content: space-between;
  margin-right: 25px;
  margin-top: 10px;
}
.banner .bottom .right .erweima div {
  width: 130px;
}
.banner .bottom .right .erweima img {
  width: 100%;
}
.banner .bottom .right .erweima .liulanqi {
  width: 130px;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-left: 20px;
  margin-top: 10px;
}
.contact_title {
  margin-top: 70px;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
}
.contact_title div {
  color: #b5afab;
  font-size: 24px;
}
.contact {
  display: flex;
  justify-content: space-around;
  height: 500px;
  padding: 70px 76px;
  box-sizing: border-box;
  color: #acabab;
  text-align: center;
  font-size: 16px;
}
.contact .kefu {
  padding-top: 50px;
}
.contact .kefu .iconfont {
  font-size: 82px;
  color: #06bb14;
}
.contact .kefu div {
  margin-top: 60px;
}
.contact .mp .pic {
  width: 172px;
  height: 172px;
}
.contact .mp .pic img {
  width: 100%;
}
.contact .mp div {
  margin-top: 10px;
}
.meet {
  width: 1120px;
  margin: 70px auto;
  border-bottom: #ccc 1px solid;
  padding-bottom: 80px;
}
.meet .record {
  display: block;
  text-align: center;
  font-size: 60px;
  line-height: 60px;
  color: #e39d57;
  font-weight: 100;
}
.meet .jilu {
  text-align: center;
  font-size: 16px;
  color: #424242;
  margin-top: 10px;
  padding: 0 10px;
}
.feature {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.feature div {
  width: 50%;
  vertical-align: top;
  height: 150px;
  overflow: hidden;
  zoom: 1;
  margin-bottom: 60px;
}
.feature div h2 {
  font-size: 30px;
  color: #303435;
  font-weight: 100;
  padding: 0 30px;
}
.feature div h2 span {
  vertical-align: middle;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 50px;
}
.feature div h2 span .iconfont {
  font-size: 36px;
}
.feature div h2 .witness {
  color: #303435;
}
.feature div p {
  font-size: 16px;
  color: #818c92;
  margin-top: 30px;
  padding: 0 30px;
  line-height: 22.4px;
}
.join {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.join .title {
  margin-top: 30px;
  text-align: center;
}
.join .title .top {
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
}
.join .div {
  width: 375px;
  height: 812px;
  margin: 10px auto 0;
  overflow: hidden;
  margin-top: 10px;
}
.join .div img {
  width: 100%;
}
#download {
  clear: both;
  background-color: rgba(223, 221, 212, 0.1);
  padding-bottom: 44px;
  text-align: center;
  overflow: hidden;
}
#download h2 {
  color: #ed1e24;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  margin: 110px auto 60px;
}
#download ul {
  display: flex;
  justify-content: space-between;
}
#download ul li {
  flex: 1;
  width: 245px;
  height: 245px;
  border: 1px solid #ccc;
}
#download ul li a {
  display: block;
  height: 100%;
}
#download ul li:nth-child(1) {
  background: #ccc;
}
#download ul li:nth-child(2) {
  margin: 0 20px;
}
#download ul li img {
  width: 50%;
  height: 50%;
  margin: 60px auto;
}
#download ul li:hover {
  background-color: yellow;
}
.footer {
  background: #fff;
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
}
.footer .about {
  padding: 4px;
  margin: 0 auto;
}
.footer .about a, .footer .about span {
  text-decoration: none;
  color: #343434;
}
.footer .about .about_contact {
  border-left: 1px solid #b9b9b9;
  margin: 0 10px;
  padding: 0 13px;
}
.footer .about .compant {
  color: #b9b9b9;
}
.footer .about .compant span {
  display: inline-block;
  margin: 0 10px;
  color: #b9b9b9;
}
.footer .about .compant a {
}
.instruction {
  position: fixed;
  right: 50px;
  bottom: 15%;
  overflow: hidden;
  zoom: 1;
  background: #ffffff;
  border-radius: 10px;
  width: 180px;
  -webkit-box-shadow: 1px 1px 5px #b2b2b2;
  box-shadow: 1px 1px 5px #b2b2b2;
  z-index: 999999;
  font-size: 12px;
}
.instruction .instruction_title {
  color: #de3d1f;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}
.instruction .instruction_content {
  padding: 10px;
  background: #fbfbfb;
  font-weight: 200;
}
.instruction .instruction_content a {
  display: block;
  padding: 0 0 10px 0;
  text-decoration: none;
  color: #de3d1f;
}
.pc {
  display: flex !important;
}
.yidong {
  display: none !important;
}
.weixinyindao {
  display: none;
}
.about_title {
  text-align: center;
}
.about_banner {
  width: 100%;
  height: 120px;
  background: url(../static/image/bg.png) center no-repeat;
  background-size: 100% 100%;
  zoom: 1;
}
.about_banner .top {
  background: hsla(0, 0%, 100%, 0.1);
}
.about_banner .top .header {
  height: 120px;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  box-sizing: border-box;
}
.about_banner .top .header .logo {
  width: 90px;
  height: 90px;
  background: url(../static/image/logo.png) no-repeat;
  background-size: 100% 100%;
}
.about_banner .top .header .logo h1 {
  width: 90px;
  height: 90px;
  text-indent: -999em;
}
.about_banner .top .header .logo a {
  width: 90px;
  height: 90px;
  display: block;
}
.about_banner .top .header .nav {
  width: 400px;
  color: #fff;
}
.about_banner .top .header .nav .navul {
  display: flex;
  justify-content: space-between;
  line-height: 90px;
  position: relative;
}
.about_banner .top .header .nav .navul .ativte {
  display: none;
}
.about_banner .top .header .nav .navul .lianxiwomen {
  position: absolute;
  left: -23px;
  top: 68px;
  background-color: rgba(0, 0, 0, 0.3);
}
.about_banner .top .header .nav .navul .lianxiwomen li {
  width: 120px;
  text-align: center;
  line-height: 44px;
}
.about_banner .top .header .nav .navul .scroll {
  color: #fff;
}
.about_banner .top .header .nav .navul1 {
  display: none !important;
}
.about_banner .top .header .caidanlan,
.about_banner .top .header #navul1 {
  display: none;
}
.hengfu {
  display: block;
  width: 100%;
}
.hengfu img {
  width: 100%;
}
.hengfu_mobile {
  display: none;
}
/*# sourceMappingURL=./index.css.map */