@CHARSET "UTF-8";
body {
	margin: 0;
	overflow:scroll;
}

.divtop {
	height: 128px;
	background-image:url("/images/newIndex2j/top.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.divtop img{
	margin-top: 40px;
}
.app-divtop{
	display:none;
}


.foot {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	height: 30px;
	width: 100%;
	padding-top: 100px;
	display: inline-block;

}/* @media start */
@media (max-width: 767px) {
	 .pc-divtop{
	 display:none;
	 }
     .app-divtop{
	 display:block;
	 }
    .app-divtop img{
    max-width:100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	 
}
@media (min-width: 992px) and (max-width: 1199px) {
     
}
@media (min-width: 1200px) {
 
}	
/* @media end */