/*wangcaisoft wabei style*/
.about-sider {
	margin-top:15px;
	width: 100%;
}
.g2 {
  width: 100%;
}
.nav-sider {
  background: #fafafa;
}
.nav-sider li {
  border-bottom: 1px solid #eee;
  text-align: center;
  list-style:none;
}
.nav-sider li a {
  display: block;
  line-height: 40px;
  font-size: 16px;
}
.nav-sider li a:hover {
	text-decoration:none;
	color: #fff;
	background: #0078d7;
}
.nav-sider li.current {
  border-bottom: 1px solid #0078d7;
}
.nav-sider li.current a {
  color: #fff;
  background: #0078d7;
}

.about-main {
  text-align:left;
}
.about-main h1 {
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.about-main a {
  font-size: 16px;
  margin: 1.6em 0;
  line-height: 1.8;
}
.about-main p {
  font-size: 16px;
  margin: 1.6em 0;
  line-height: 1.8;
}
.about-main hr {
  border: none;
  background: #eee;
  height: 1px;
}
.about-main-links p a {
  margin-right: 8px;
  white-space: nowrap;
}
.about-main-links p .name {
  display: none;
}
.about-main-links p .sep {
  display: none;
}
@media (max-width: 767px) {

    .about-sider {
        float: none;
        width: auto;
    }

    .nav-sider {
        padding: 0px 0px 0px 0px;
        width: 100%;
        background: none;
        overflow-x: auto;
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
    }

        .nav-sider:after {
            content: '';
            width: 100%;
            display: inline-block;
            font-size: 0;
            line-height: 0;
        }
        .nav-sider ul {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }
        .nav-sider li {
            display: inline-block;
            white-space: nowrap;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }

            .nav-sider li a {
                font-size: 13px;
            }

                .nav-sider li a:hover {
                    text-decoration: none;
                    color: #0078d7;
                    background: #ffffff;
                }

            .nav-sider li.current a {
                color: #0078d7;
                font-weight: bold;
                background: #ffffff;

            }
            .nav-sider li.current {
                border-bottom: 3px solid #0078d7;
            }
}
