html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
body {
  font-size: 0.16rem;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
p {
  letter-spacing: 4px;
}
.banner {
  position: relative;
}
.banner .banner-img {
  width: 100%;
}
.banner .top {
  position: absolute;
  top: 0.4rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.banner .top a {
  color: #ea5830;
  font-size: 0.24rem;
  font-weight: bold;
  
}
.banner .top .logo {
  width: 2.34rem;
  /*height: 0.8rem;*/
  margin-left: 0.8rem;
}
.banner .top .logo img {
  width: 100%;
  height: 100%;
}
.banner .top .menus li {
  display: inline-block;
  margin-left: 0.65rem;
}
.banner .top .btns {
  margin-right: 0.8rem;
}

.banner .desc {
  position: absolute;
  top: 3.4rem;
  width: 100%;
  text-align:center;
}

.b-title{
    font-size: 0.24rem;
    font-weight: bold;
	color: #201f4f;
}

.b-content{
    font-size: 0.42rem;
    font-weight: bold;
	color: #ea5830;
}

.b-desc{
    font-size: 0.24rem;
}

.business {
  background: #ffffff;
  padding: 0.6rem 0;
}
.business p {
  text-align: center;
}
.business .title {
  font-size: 0.42rem;
  font-weight: bold;
}
.business .content {
  font-size: 0.34rem;
}
.business .list .item-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 0.8rem;
}
.business .list .item-list .item {
  width: 4rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.business .list .item-list .item:last-child {
  margin-right: 0;
}
.business .list .item-list .item .item-img {
  width: 1.04rem;
  height: 1rem;
}
.business .list .item-list .item .item-img img {
  width: 100%;
  height: 100%;
}
.business .list .item-list .item .item-title {
  font-size: 0.3rem;
  font-weight: bold;
}
.business .list .item-list .item .item-content {
  font-size: 0.18rem;
  line-height: 0.32rem;
  text-align: left;
}
.product {
  background: #f8f8f8;
  padding: 0.6rem 0;
  text-align: center;
}
.product .p-blue {
  color: #0099ff;
  font-weight: bold;
  font-size: 0.18rem;
}
.product .p-big {
  font-size: 0.34rem;
}
.product .logo {
  text-align: center;
}
.product .logo img {
  width: 0.97rem;
  /*height: 0.97rem;*/
}
.product .product-img {
  text-align: center;
  margin: 0.6rem 0;
}
.product .product-img img {
  width: 11.64rem;
  /*height: 4.97rem;*/
}
.product .p-mid {
  font-size: 0.24rem;
}
.product .btn {
  display: inline-block;
  width: 1.75rem;
  height: 0.6rem;
  background: #0099ff;
  border-radius: 10px;
  color: #ffffff;
  line-height: 0.6rem;
  font-size: 0.2rem;
  margin-top: 30px;
  cursor: pointer;
}
.application {
  padding: 0.6rem 0;
  background: #ffffff;
  text-align: center;
}
.application .p-title {
  font-size: 0.34rem;
  font-weight: bold;
}
.application .btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0.6rem 0;
}
.application .btns .btn {
  border: 0.02rem solid #0099ff;
  height: 0.64rem;
  line-height: 0.64rem;
  padding: 0 0.4rem;
  margin-right: 0.2rem;
  border-radius: 0.1rem;
  font-size: 0.24rem;
  color: #0099ff;
  letter-spacing: 0.04rem;
  cursor: pointer;
}
.application .btns .btn.active {
  background: #0099ff;
  color: #ffffff;
}
.application .btns .btn:last-child {
  margin-right: 0;
}
.application .apps .app {
  display: none;
}
.application .apps .app.active {
  display: block;
}
.application .apps .app .app-pane {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.application .apps .app .app-pane .img {
  margin-right: 0.6rem;
}
.application .apps .app .app-pane .img img {
  width: 9.35rem;
  height: 6.23rem;
}
.application .apps .app .app-pane .app-content {
  width: 320px;
  text-align: left;
}
.application .apps .app .app-pane .app-content .app-title {
  font-size: 0.32rem;
}
.application .apps .app .app-pane .app-content .line {
  height: 2px;
  background: #DDDDDD;
  margin-bottom: 60px;
}
.application .apps .app .app-pane .app-content .p-content {
  font-size: 0.18rem;
  line-height: 0.32rem;
}
.split-line {
  height: 0.02rem;
  width: 13.4rem;
  background: #DDDDDD;
  margin: 0 auto;
}
.about {
  padding-top: 0.2rem;
  padding-bottom: 1.2rem;
  background: #ffffff;
  width: 13.4rem;
  margin: 0 auto;
}
.about .p-title {
  font-size: 0.34rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.about .p-content {
  width: 930px;
  font-size: 0.18rem;
  line-height: 0.32rem;
}
.bottom {
  background: #333333;
  padding-top: 0.8rem;
  font-size: 0.18rem;
  color: #ffffff;
}
.bottom a {
  color: #ffffff;
}
.bottom .list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.bottom .list .item {
  margin-right: 1.2rem;
}
.bottom .list .item:last-child {
  margin-right: 0;
}
.bottom .list .bottom-logo {
  margin-top: 0.5rem;
}
.bottom .list .bottom-logo img {
  width: 3.14rem;
  /*height: 1.08rem;*/
}
.bottom .list .ul-item li {
  margin-bottom: 40px;
}
.bottom .list .contact p {
  margin-bottom: 0.3rem;
}
.bottom .list .contact .wechat img {
  width: 1.12rem;
  height: 1.12rem;
}
.bottom .copy-right {
  text-align: center;
  color: hsla(0, 0%, 100%, 0.5);
  padding: 0.5rem 0 0.3rem 0;
}
.bottom .copy-right p {
  letter-spacing: 0;
  font-size: 14px;
}
.bottom .copy-right a {
  color: hsla(0, 0%, 100%, 0.5);
}
