a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: inherit;
}
body {
    margin: 0 auto;
}
/*nav*/
@font-face {
    font-family: 'Material Icons Round';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialiconsround/v107/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2) format('woff2');
}
.material-icons-round {
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.nav {
    width: 100%;
    height: 70px;
    z-index: 9999;
    margin: 0 auto;
    overflow: hidden;
    list-style-type: none;
   
    padding: 0;
    
    position: fixed;
    bottom: 0;
    color: #777777;
    border-top: 1px solid #eeeeee;
}
.nav ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background-color: rgba(255,255,255,0.95);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
}
.nav li {
    float: left;
    font-size: 1.2em;
    padding-left: 55px;
    padding-right: 40px;
    padding-top: 20px;
    color: #777777;
}
.nav li a {
    color: #777777;
    text-align: center;
    text-decoration: none;
}
.nav li a:hover:not(.active) {
}
.nav .active {
    color: #222222;
    font-weight: 800;
}
.bb_all {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 70px;
    margin-left: 7px;
    margin-top: 10px;
}
#scroll_b {
    width: 100%;
    height: 160px;
    background: #fff;
    overflow-x: scroll;
    white-space: nowrap;
    font-size: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}
#scroll_b .item {
    display: inline-block;
    width: 290px;
    height: 160px;
    background: #f5f5f5;
    margin: 0 5px;
    border-radius: 12px;
    overflow: hidden;
}
#scroll_b .item img {
    width: 290px;
    height: 160px;
}
#scroll_new .item img{
	width:23%;
    height: 140px;
}
#scroll_1, #scroll_2,#scroll_3,#scroll_4,#scroll_5,#scroll_6,#scroll_7,.scroll {
    width: 100%;
    height: 150px;
    background: #fff;
    overflow-x: scroll;
    white-space: nowrap;
    font-size: 0;
    margin-top: 0px;
    margin-bottom: 20px;
}
.item {
    display: inline-block;
    width: 100px;
    height: 150px;
    background: #f5f5f5;
    margin: 0 2px;
    border-radius: 8px;
    overflow: hidden;
}

#scroll_new .item {
    display: inline-block;
    width: 23.3%;
    height: 170px;
    background: #f5f5f5;
    margin: 0 2px;
    border-radius: 8px;
    overflow: hidden;
	font-size: 0.6em;
	
}
#scroll_new .item img{
	width:100%;
    
}
#scroll_new .sssp {
	font-size: 12px;
	transform : scale(0.53,0.53);
    *font-size: 6px;
	color: #666;
	padding-top: 12px;
	padding-left: 5px;
	white-space:nowrap;
	margin-right: 5px;
	overflow: hidden;
	width: 80px;
}

.n_imgg {
    width: 100px;
    height: 150px;
}
.item_img {
    height: 150px;
    display: block;
}
.item_txt {
    height: 40px;
    display: block;
    color: #333;
    font-size: 12px;
}
.h_title {
    margin-top: 20px;
    font-size: 1.1em;
    font-weight: 400;
	margin-bottom: 10px;
}
.title_d{
	padding-bottom: 20px;
	font-weight: 500;
	font-size: 1.2em;
	padding-top: 20px;
	
}




/*about*/
.logo_img {
    margin: 0;
    border-radius: 105px;
    overflow: hidden;
    width: 70px;
    height: 70px;
    margin-top: 50px;
}
.title {
    margin: 0;
    overflow: hidden;
    width: 200px;
    height: 30px;
    text-align: left;
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: 600;
	color: #333333;
}
.title2 {
    margin: 0;
    overflow: hidden;
    width: 200px;
    height: 20px;
    text-align: left;
    margin-top: 10px;
    font-size: .9em;
    font-weight: 400;
    color: #999;
	
}
.row{
	margin-left: 20px;
	margin-top: 30px;
}
hr {
    border: none;
    background-color: #eee;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.con {
    margin: 0 auto;
    overflow: hidden;
    width: 350px;
    height: 35px;
    text-align: left;
    margin-top: 30px;
    font-size: 1.0em;
    color: #666;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}
.con a {
    color: #666;
	padding-left: 4px;
}

.con a span{
    color: #999;
	font-size: .8em;
	padding-left: 180px;
	text-align: right;
	width: 200px;
	font-weight: 400;
}

.title1{
	font-size: 1.5em;
	margin-bottom: 15px;
}
.title_appname{
	font-weight: 500;
	padding-left: 5px;
}
.logo_img{
	margin-left: 5px;
}
.title_v{
	font-size: 0.7em;
	color: #999999;
	margin-left: 5px;
}