@media(min-width:361px) {

}

@media(min-width:481px) {

}

@media(min-width:736px) {
	nav>ul {
		display: block!important;
	}
}

@media(min-width:981px) {
	.items.style3.medium.reseacher > div {
		width:20%;
	}
	.items.style3.medium.reseacher.way > div {
		width:25%;
	}
}

@media(min-width:1281px) {
	
}


@media(max-width: 1280px) {

}

@media(max-width: 980px) {
	.items.style3.medium.reseacher > div {
		width:33.3333333%;
	}
	.items.style3.medium.reseacher.way > div {
		width:50%;
	}
	.items.style3.reseacher {
		margin:2.5rem 0 1.5rem;
	}
}

@media(max-width: 736px) {
	.nav {
		display: none;
	}
	.nav>li {
		display: block;
	}
	.nav-mobile {
		display: block;
		padding: 5px 15px;
	}
	.nav-mobile>span {
		float: left;
		font-size:1.2rem;
		font-weight: 500;
		color:#fdc716;
	}
	.dropdown>ul.menu {
		position: relative;
		background: #f1f1f1;
		padding:0.3rem 0;
	}
	.navbar-toggle {
		background: #fdc716;
	}
	.datePre {
		display: none;
	}
	.table-wrapper {
	    width: 100%;
	    overflow-y: hidden;
	    -ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-wrapper>table>tbody>tr>td {
		white-space: nowrap;
	}
}

@media(max-width: 480px) {
	.index-profile h3 {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
	.image.left, .image.right {
		width: 30%;
	}
	.top h1.brand {
		font-size:36px;
	}
}

@media(max-width: 360px) {
	.top h1.brand {
		font-size:32px;
	}
	.items.style3.medium.reseacher > div {
		width:50%;
	}
}