body {
  padding: 60px 0 0 0;
  -webkit-overflow-scrolling: touch;
}

.title {
  position: relative;
  padding: 64px 0 12px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  font-weight: 300;
}

.title:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 22px;
  height: 3px;
  margin-left: -11px;
  border-radius: 3px;
  background: #3A8AFF;
}

/* 导航.s */
.nav {
  position: fixed;
  top: 0;
  z-index: 500;
  background: #fff;
  width: 100%;
}

.nav:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #dcdcdc;
  color: #dcdcdc;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
}

.nav .nav-logo img {
  height: 30px;
  margin: 15px 0 15px 12px;
}

.nav .nav-menu img {
  height: 26px;
  margin: 16px 12px 0 0;
}
/* 导航.e */

/* 顶部大图 */
.top {
  position: relative;
  width: 100%;
}

.top img {
  width: 100%;
}
/* 顶部大图 */

.section1_logo {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
}

.section1_logo img {
  height: 58px;
}

.section1_txt {
  font-size: 14px;
  line-height: 20px;
  padding: 0 28px;
  margin-top: 30px;
  text-align: justify;
}

.promovideo {
  margin-top: 50px;
  padding: 0 28px;
  text-align: center;
}

.use {
  padding: 0 25px;
  font-size: 0;
  text-align: center;
}

.use-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 32px 0 8px;
}

.use-item img {
  width: 72%;
}

.use-item .num {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin: 6px auto 0;
  background: #3389FC;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.use-item p, .use-item a {
  font-size: 14px;
  line-height: 20px;
  color: #363636;
  margin-top: 8px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  color: #ffffff !important;
  padding: 13px 29px;
  margin-top: 40px;
  border-radius: 100px;
}

.scene {
  font-size: 0;
  padding: 20px 16px 0;
}

.scene1 {
  position: relative;
}

.scene1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300%;
  height: 1px;
  background: #EDEDED;
}

.scene1:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 300%;
  background: #EDEDED;
}

.scene9 {
  position: relative;
}

.scene9:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 300%;
  width: 1px;
  background: #EDEDED;
}

.scene9:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 300%;
  background: #EDEDED;
}

.scene-item {
  display: inline-block;
  width: 33.33%;
  text-align: center;
  padding: 20px 0;
}

.scene-item img {
  width: 30%;
}

.scene-item p {
  margin-top: 11px;
  font-size: 12px;
  color: #666;
  line-height: 13px;
}

.tip {
  padding: 28px;
  margin: 32px 16px 0;
  background: #F8F8F8;
  font-size: 0;
}

.tip .tip-left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
}

.tip .tip-left img {
  width: 32px;
  height: 32px;
}

.tip .tip-right {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 60px);
}

.tip .tip-right h4{
  font-size: 16px;
  line-height: 1;
  color: #2B2B2B;
}

.tip .tip-right h4 img{
  height: 16px;
  margin-left: 4px;
  vertical-align: top;
}

.tip .tip-right p{
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  color: #666;
}

.news-logo {
  position: relative;
  text-align: center;
  margin: 26px 16px 0;
}

.news-logo:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 26%;
  height: 1px;
  background: #CCCCCC;
}

.news-logo:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 26%;
  height: 1px;
  background: #CCCCCC;
}

.news-logo img {
  width: 42%;
}

.news-content {
  position: relative;
  padding: 24px 40px 16px;
}

.news-content:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 16px;
  width: 20px;
  height: 20px;
  background-image: url(../img/index/quote1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.news-content:after {
  content: '';
  position: absolute;
  bottom: 6px;
  right: 16px;
  width: 20px;
  height: 20px;
  background-image: url(../img/index/quote2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.news-content p {
  font-size: 14px;
  line-height: 20px;
}

.news-content-link {
  text-align: center;
}

.news-content-link a {
  color: #1175F1;
  font-size: 14px;
  line-height: 1;
}

.news-content-link img {
  height: 14px;
  margin-left: 8px;
}

.bank-tip {
  padding: 0 35px;
  margin-top: 32px;
  font-size: 0;
}

.bank-tip .bank-tip-left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.bank-tip .bank-tip-left img {
  width: 40px;
  height: 40px;
}

.bank-tip .bank-tip-right {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 60px);
}

.bank-tip .bank-tip-right h4 {
  font-size: 15px;
  line-height: 21px;
}

.bank-tip .bank-tip-right p {
  font-size: 12px;
  line-height: 17px;
  color: #999;
  margin-top: 8px;
}

.partner {
  margin: 24px 16px 60px;
  font-size: 0;
}

.partner img {
  width: 12%;
  padding: 0 2%;
}

/* footer.s */
.footer {
  background: #FAFBFC;
}

.footer_content {
  padding: 32px 24px;
  text-align: center;
}

.footer_content .footer_content_name {
  font-size: 15px;
  color: #666;
  font-weight: 800;
  margin-bottom: 4px;
}

.footer_content p, .footer_content a {
  font-size: 13px;
  line-height: 20px;
  color: #666;
}

.footer_copyright {
  background: #EFF1F4;
  color: #595D68;
  font-size: 12px;
  padding: 9px;
  text-align: center;
}
/* footer.e */

/* sidebar.s */
#sidebar {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#sidebar.showSidebar {
  display: block;
}

.sidebar_mask {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
}

.sidebar {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #ffffff;
}

.sidebar ul li {
  border-bottom: 1px solid #eeeeee;
}

.sidebar ul li .nav-flex {
  position: relative;
  color: #595D68;
  font-size: 14px;
  line-height: 40px;
  display: block;
  padding: 0 20px 0 24px;
}


/* sidebar.e */

.nav-flex {
  display: flex!important;
  justify-content:space-between;
}

.nav-flex img{
  width:22px;
  fill:#aaa;
}

.nav-link{
	color:#595D68;
}

.nav-link:visited{
	color:#595D68;
}

.nav-link:link{
	color:#595D68;
}
.scene-note{
	text-align: center;
    font-size: 0.8em;
    color: #888;
    margin-top: 16px;
}