<style>
	ul {
		list-style: none;
	}
	p {
		margin: 0;
		font-size: 18px;
	}
	footer {
		padding: 16px;
		background-color: #0066cc;
		color: #fff;
		font-size: 14px;
		letter-spacing:1px;
	}
	h1 {
		font-size: 50px;
		color: #0066cc;
		font-style: italic;
		font-weight: bold;
		font-family: sans-serif;
		letter-spacing: -1px;
		padding: 5% 0 2%;
	}
	h2 {
		font-size: 36px;
		font-weight: bold;
		letter-spacing: 1px;
		margin: 0;
		font-family: sans-serif;
		padding: 5% 0 2.5%;
	}
	.bg-cover {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
/*Apps header star*/
	#apps_header {
		position: fixed;
		width: 100%;
		z-index: 999;
	}
	#apps_header .container-fluid {
		padding: 90px 30px 0;
		position: relative;
	}
	#apps_header .header_logo {
		position: absolute;
		top: 50%;
		-ms-transform: translate(0%,-50%);
		transform: translate(0%,-50%);
	}
	#apps_header .header_menu {
		float: right;
		margin-left: 160px;
	}
	#apps_header ul {
		margin: 0;
		padding: 0;
	}
	#apps_header .header_menu li {
		float: left;
		list-style: none;
		margin-left: 30px;
		margin-bottom: 20px;
	}
	#apps_header .header_menu li .menu_choice {
		color: #a7ff40;
	}
	#apps_header .header_menu li a {
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		line-height: 100%;
	}
	#apps_header .header_menu li a:hover {
		text-shadow: 0 0 10px #fff;
		transition: 0.3s;
	}
	#apps_header .header_m_menu {
		position: absolute;
		top: 82px;
		left: 0;
		background-color: rgba(0,102,204,0.95);
		z-index: 1;
		display: none;
		width: 100%;
		box-shadow: 0 14px 10px rgba(0,0,0,0.5);
	}
	#apps_header .header_m_menu li {
		list-style: none;
		text-align: center;
		color: #fff;
		font-weight: bold;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	#apps_header .header_m_menu li a {
		width: 100%;
		display: block;
		padding: 20px 14px;
	}
	#apps_header .header_m_menu li:hover {
		background-color: rgba(0,0,0,0.2);
	}
	#navbar-toggle {
		display: none;
	}
/*Apps container*/
	#apps_container {
		padding-top: 132px;
	}
/*Apps pic*/
	#apps_container .pic_block {
		position: relative;
		padding-bottom: 25%;
		margin-bottom: 2px;
		border-right: 2px solid #fff;
	}
	#apps_container .pic_text p {
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		font-size: 30px;
		color: #fff;
		font-weight: bold;
		text-shadow: 0 0 10px #000;
	}
/*Apps product list*/
	#apps_container .apps_prodlist {
		padding: 5% 0;
	}
	.apps_prodlist h2 {
		padding: 0;
		padding-bottom: 4%;
	}
	.apps_prodlist ul {
		margin: 0;
		padding: 0;
		overflow: hidden;
		padding-bottom: 30px;
	}
	.apps_prodlist li {
		list-style: none;
		float: left;
		text-align: center;
	}
	.apps_prodlist li a {
		color: #0066cc;
		font-size: 24px;
		font-weight: bold;
		text-decoration: underline;
	}
	.apps_prodlist li a:hover {
		color: #00a2ff;
	}
	.apps_prodlist p {
		letter-spacing: 1px;
		margin-bottom: 16px;
	}
/*apps_point*/
	.apps_point {
		padding: 5% 0;
	}
	.apps_point h2 {
		color: #fff;
		padding-top: 0;
	}
	.apps_point li {
		color: #fff;
		list-style: decimal;
		margin-bottom: 20px;
		letter-spacing: 1px;
		font-weight: 600;
	}
/*========================================*/
	@media screen and (max-width:1600px) {
	}
	@media screen and (max-width:1400px) {
		#apps_header {
			padding: 20px;
		}
		#apps_header .container-fluid {
			padding: 20px 30px 0px;
		}
	}
	@media screen and (max-width: 1200px) {
	}
	@media screen and (max-width:991px)	{

	}
	@media screen and (max-width:768px)	{
		p {
			font-size: 14px;
		}
		#apps_header {
			padding: 0;
		}
		#apps_header .header_block {
			display: none;
		}
		#apps_header .container-fluid {
			padding: 16px;
		}
		#apps_header .header_logo {
		}
		#apps_header .header_logo img {
			width: 100px;
		}
		#apps_header .header_menu {
			display: none;
		}
		#apps_header .header_m_menu {
			display: block;
		}
		#navbar-toggle {
			display: inline-block;
			margin: 0; 
		}
		#apps_container {
			padding-top: 82px;
		}
		#apps_container h1, #apps_container h2 {
			font-size: 28px;
			padding: 8% 0 4%;
		}
		#apps_container .pic_block {
			background-position: center;
			padding-bottom: 60%;
		}
		#apps_container .pic_text {
			padding: 20px;
		}
	}
	@media screen and (max-width:500px)	{
		footer {
			font-size: 12px;
		}
		#apps_container .pic_text p {
			font-size: 20px;
		}
	}

</style>