.stop{
  width: 150px;
  height: 150px;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 999;
}
.stop img{
  width: 100%;
  height: 100%;
  float: left;
}
.section .fp-tableCell {
  padding-top: 144px;
  box-sizing: border-box;
}

#banner {
 /* background: url(../img/banner-bg.png) no-repeat;*/
  background-size: cover;
  position: relative;
}

#banner .inner,
#background .inner,
#use .box,
#desktop .inner,
#cabinet .inner,
#shared .inner,
#about .inner
{
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 700px;
}
#banner .inner img{
  width: 1200PX;
}
#background {
  position: relative;
}
#background .title,
#use .title,
#desktop .title,
#cabinet .title,
#shared .title,
.ceo .title
{
  text-align: center;
}
#background .title h2,
#use .title h2,
#desktop .title h2,
#cabinet .title h2,
#shared .title h2,
#about .title h2,
.ceo .title h2
 {
  font-size: 28px;
}
#background .title p,
#use .title p,
#desktop .title p,
#cabinet .title p,
#shared .title p,
.ceo .title p
{
  font-size: 18px;
}
#background .content{
  /* margin-top: 70px; */
}
#background .content li{
  height: 125px;
  display: flex;
  justify-content: space-around;
}
#background .content li .bg-cont-left{
  display: flex;
  padding-top: 20px;
  box-sizing: border-box;
}
#background .content li .bg-cont-left img{
  width: 74px;
  height: 18px;
  margin-right: 27px;
}
#background .content li .bg-cont-left p:nth-child(1){
  font-size:18px;
  color: #333333'
}
#background .content li .bg-cont-left p:nth-child(2){
  font-size:14px;
  color: #999999;
}
#background .content li .bg-cont-right{
  display: flex;
}
#background .content li .bg-cont-right p{
  padding-top: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}
#background .content li .bg-cont-right img{
  margin-left: 40px;
  height: 116px;
  width: 230px;
}
#use{
  position: relative;
  background: #222222;
  color: #ffff;
}
#use .box{
  width: 100%;
}
#use ul{
  display: flex;
  justify-content: space-between;
  /* margin-top: 50px; */
}
#use ul li{
  flex: 1;
  /* margin: 0 10px; */
}
#use ul li img{
  width: 100%;
}
#desktop{
  position: relative;
  
}
#desktop .tap_wrap {
  /* margin-top: 79px; */
}
#desktop ul{
  display: flex;
}
#desktop li{
  width: 287px;
  height: 368px;
  margin: 0 8px;
}
#desktop li img{
  width: 100%;
  height: 100%;
}
#cabinet .cab-cont-left-pic li{
  display: none;
}
#cabinet .cab-cont-left-pic li:nth-child(1){
  display: block;
}
#desktop li .title{
  text-align: left;
  font-size:18px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(177, 134, 1, 1);
  line-height:36px;
}
#desktop li h3 {
  margin: 20px 0 30px;
  font-size:24px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:rgba(51, 51, 51, 1);
  line-height:36px;
}
#desktop li div{
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(51, 51, 51, 1);
  line-height:30px;
}
#desktop .nav{
  display: flex;
  justify-content: center;
}
#desktop .nav div{
  margin: 49px 79px 0;
  padding: 27px 0;
  cursor: pointer;
  background: url('../img/use_title.png') no-repeat bottom center;
}
#desktop .nav div.on{
  background: url('../img/nav_bg.png') no-repeat bottom center;
}
#cabinet{
  position: relative;
}
#cabinet .content{
  display: flex;
  /* margin-top: 80px; */
  justify-content: space-around;
}
#cabinet .content .cab-cont-left>div{
  display: flex;
}
#cabinet .content .cab-cont-left .cab-cont-left-pic{
  margin-right: 42px;
}
#cabinet .content .cab-cont-left .cab-cont-left-text .text-title {
  color:#B18601;
  font-size:18px;
}
#cabinet .content .cab-cont-left .cab-cont-left-text h3{
  font-size:24px;
  margin: 32px 0 38px;
}
#cabinet .content .cab-cont-left .cab-cont-left-text p{
  font-size:16px;
  line-height: 30px;
}
#cabinet .content .cab-cont-left .cab-cont-left-text{
  position: relative;
}

#cabinet .content .cab-cont-left-nav {
  position: absolute;
  bottom: 0;
  right: 360px;
  display: flex;
  width: 176px;
  justify-content: space-between;
}
#cabinet .content .cab-cont-left-nav li {
  padding: 7px;
  border-radius: 4px;
  background-color: #cccc;
  cursor: pointer;
}
#cabinet .content .cab-cont-left-nav li.on {
  background-color: #F3D924;
}

#cabinet .content .cab-cont-right{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#cabinet .content .cab-cont-right li{
  width: 99px;
  height: 37px;
  line-height: 37px;
  margin: 10px 0;
  text-align: right;
  color: #666;
  cursor: pointer;
}
#cabinet .content .cab-cont-right li.on{
  color: #333;
  border-bottom: 1px solid #222222;
}
#shared{
  position: relative;
  background: #222222;
  color: #fff;
}
#shared ul{
  /* margin-top: 76px; */
  display: flex;
  justify-content: space-between;
}
#shared ul li{
  flex: 1;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#shared ul li img{
  width: 100%;
}
#shared .inner{
  width: 100%;
}
#about{
  position: relative;
  background: #F6F6F6;
}
#about .inner{
  margin-top: 30px;
}
#about .top{
  display: flex;
  justify-content: center;
}
#about .top .left{
  width: 148px;
}
#about .top .left h2{
  margin-bottom: 14px;
}
#about .top .pic{
  width: 20px;
  margin: 0 15px;
}
#about .top .pic img{
  width: 100%;
}
#about .top .right{
  width: 755px;
  line-height: 30px;
  padding-bottom: 55px;
  border-bottom: 1px solid #BDBDBC;
}
#about .content{
  display: flex;
  justify-content: center;
  /* padding: 55px 0 112px; */
}
#about .content li{
  margin: 0 20px;
  line-height: 18px;
  display: flex;
}
#about .content li div{
  margin-right: 19px;
}

#ceo .fp-tableCell {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#ceo .ceo{
  background:#dadada url(../img/ceo-bg.png) no-repeat center;
  background-size: auto 100%;
  height: 60%;
}
#ceo .ceo .inner{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#ceo .ceo .title{
  color: #999;
}
#ceo .ceo .title p{
  margin-top: 10px;
}
#ceo .item-wrap{
  margin-top: 20px;
  position: relative;
  height: 200px;
  overflow: hidden;
}
#ceo .item-wrap .item{
  position: absolute;
}
#ceo .item-wrap li{
  width: 300px;
  float: left;
}
#ceo .item-wrap li img{
  width: 100%;
}
#ceo .item-wrap li.sms,
#ceo .item-wrap li.sm{
  width: 180px;
}
#ceo .item-wrap li.sm img{
  width: 90%;
}
#ceo .item-wrap li.sms img {
  width: 85%;
}
#ceo .ceo .nav{
  display: flex;
  justify-content: center;
}
#ceo .ceo .nav li{
  cursor: pointer;
  padding: 10px;
  margin: 0 15px;
  color: #999;
}
#ceo .ceo .nav li.on{
  font-weight: bold;
  color: #222222;
  background: url(../img/nav_bg.png) no-repeat bottom center;
}