@charset "utf-8";
@import url(font.css);
body,
html {
	font-family: "Open Sans";
	font-weight: 400;
	color: #222;
	display: block;
	overflow-x: hidden;
}
* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Arial, Helvetica, sans-serif;
}
h1,
h1 a,
h2 a {
	font-size: 28px;
}
h2,
h2 a,
h2 b {
	font-size: 24px;
}
h3,
h3 a,
h3 b {
	font-size: 22px;
}
h4,
h4 a,
h4 b {
	font-size: 15px;
}
b {
	font-size: 16px;
}
li {
	list-style: none;
	list-style-position: inside!important
}
a {
	text-decoration: none;
	color: #666;
}
img {
	border: none;
}
div:focus,
textarea:focus,
input:focus {
	outline: none;
}
.clear {
	clear: both;
	width: 100%;
	overflow: hidden;
	height: 0;
}
.clear-both {
	clear: both;
	width: 100%;
	overflow: hidden;
}
.clear_fx {
	margin: 0;
}
.fl {
	float: left!important;
}
.fr {
	float: right!important;
}
.main {
	height: auto;
	margin: 0 auto;
	clear: both;
	width: 1000px;
}
.main {
	clear: both;
}
.top-bar-banner {
	background: url(../images/special-offer-banner01.jpg) center center no-repeat #0B3823;
	height: 56px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	left: 0;
	background-size: cover;
	display: none;
}
.top-bar-banner>img {
	position: absolute;
	right: 30px;
	top: 17px;
	cursor: pointer;
}
@media all and (min-width: 960px) {
	.main {
		width: 900px;
	}
}
@media all and (min-width: 1023px) {
	.main {
		width: 990px;
	}
}
@media all and (min-width: 1280px) {
	.main {
		width: 1150px;
	}
}
@media all and (min-width: 1440px) {
	.main {
		width: 1240px;
	}
}
@media all and (max-width: 959px) {
	.main {
		width: auto;
		margin: 0 20px;
	}
}
@media all and (max-width: 639px) {
	.main {
		width: auto;
		margin: 0 15px;
	}
}
a.link {
	color: #0099FF;
}
a.link:hover {
	text-decoration: underline;
}
.border_none {
	border: none;
}
.hidden {
	display: none;
}
.center {
	text-align: center;
}
.border {
	border-bottom: 4px solid #83b375;
}
.bag_none {
	background: none!important;
}
/*topbar*/

.top_bar {
	background: #1a1a1a;
}
.navmenu {
	clear: both;
	height: 60px;
	background: #1a1a1a;
	position: relative;
	z-index: 103;
}
.navmenu .logo {
	width: 20%;
	float: left;
	height: 60px;
}
.navmenu .logo a img {
	max-height: 80%;
}
@media all and (min-width: 1024px) {
	.navmenu ul {
		float: right;
		position: relative;
	}
	.navmenu ul li {
		line-height: 60px;
		float: left;
	}
	.navmenu ul li a.title {
		display: block;
		text-align: center;
		height: 60px;
		color: #fff;
		padding: 0 32px;
	}
	.navmenu ul li.hover a.title {
		background: url(../images/slide_bag.png) repeat;
		color: #63d674!important;
	}
	.navmenu ul li.app-nav {
		display: none;
	}
	/*menu*/
	
	.slide_down {
		width: 76%;
		background: url(../images/slide_bag.png) repeat;
		position: absolute;
		left: 0;
		z-index: 10000;
		top: 60px;
		display: none;
		padding: 2% 4% 5% 4%;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	.slide_down h2 {
		border-bottom: 1px solid #b4b4b4;
		line-height: 40px;
		margin-bottom: 25px;
		padding-bottom: 5px;
	}
	.slide_down h2 a {
		font-weight: 400;
		color: #fff;
		font-size: 22px;
	}
	.slide_down .apart {
		width: 47%;
		border-right: 1px solid #b4b4b4;
		float: left;
	}
	.slide_down .apart div {
		padding: 5px 0 15px 0;
	}
	.slide_down .apart div h3 {
		margin: 0;
		padding: 0 0 5px 0;
		line-height: 28px;
		color: #111;
		font-weight: normal;
	}
	.slide_down .apart div h3 a {
		color: #63d674;
		font-weight: 400;
		font-size: 20px;
	}
	.slide_down .apart div p {
		line-height: 24px;
		padding: 2px 0 2px 3px;
	}
	.slide_down .apart div p a {
		color: #f3f3f3;
		text-decoration: none;
	}
	.slide_down a:hover {
		text-decoration: underline!important;
	}
	.border_none {
		border: none!important;
		float: right!important;
	}
}
@media all and (max-width: 1023px) {
	.navmenu ul {
		position: fixed;
		top: 0;
		right: -300px;
		background: #515151;
		overflow: hidden;
		width: 300px;
		height: 100%;
		z-index: 10000;
		overflow-y: auto;
		-webkit-transition: -webkit-transform .2s ease-out;
		-moz-transition: -moz-transform .2s ease-out;
		-ms-transition: -ms-transform .2s ease-out;
		transition: transform .2s ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	ul.nav-show {
		-webkit-transition: -webkit-transform .2s ease-out;
		-moz-transition: -moz-transform .2s ease-out;
		-ms-transition: -ms-transform .2s ease-out;
		transition: transform .2s ease-out;
		-webkit-transform: translate3d(-300px, 0, 0);
		-moz-transform: translate3d(-300px, 0, 0);
		-ms-transform: translate3d(-300px, 0, 0);
		transform: translate3d(-300px, 0, 0);
	}
	.navmenu ul li {
		text-align: left;
		border-bottom: 1px solid #444;
	}
	.navmenu ul li a.title {
		padding: 0 25px;
		display: block;
		line-height: 50px;
		color: #fff;
		font-weight: 400;
		font-size: 15px;
	}
	.navmenu ul li.app-nav {
		color: #fff;
		height: 50px;
		border-bottom: none;
		position: relative;
	}
	.navmenu ul li.app-nav img {
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		width: 50px;
		height: 50px;
	}
	.app-nav-btn {
		position: absolute;
		width: 23px;
		height: 16px;
		background: url(../images/app-nav-btn.png) no-repeat;
		right: 15px;
		top: 20px;
		cursor: pointer;
	}
	.navmenu h2 {
		display: none;
		line-height: 40px;
	}
	.navmenu h3 a {
		font-size: 16px;
		font-weight: 600;
		color: #e16138;
		display: block;
		line-height: 40px;
	}
	.navmenu h3 {
		font-weight: 400;
		padding-left: 25px;
		line-height: 40px;
	}
	.slide_down {
		background: #444;
		display: none;
	}
	.slide_down .apart div p a {
		padding: 0 25px 0 35px;
		color: #bbb;
		display: block;
		line-height: 40px;
		font-size: 14px;
	}
}
/* Footer */

.footer {
	background-color: #2c2c2c;
	overflow: hidden;
}
.footer .footer_center {
	overflow: hidden;
}
.footer_center .about,
.support,
.resources,
.social,
.product {
	float: left;
	padding-top: 25px;
	width: 18%;
	padding-right: 2%;
}
.footer_center .imagetop {
	margin: 20px 0 10px 0 !important;
}
.footer_center div p {
	line-height: 22px;
}
.footer_center div p a {
	color: #aaa;
}
#imagetop a img {
	width: 25%;
	max-width: 55px;
}
.footer_center div p a:hover {
	text-decoration: underline;
}
.footer_center div .ftitle {
	color: #f1f1f1;
	line-height: 28px;
	margin-bottom: 5px;
	font-size: 16px;
}
.footer_center .email {
	background: url(../images/dotarrow.png) no-repeat 200px 6px;
	width: 145px;
	height: 25px;
	display: block;
	color: #dedede;
	text-decoration: none !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 5px;
	font-weight: 700;
	border: 1px solid #fff;
	line-height: 27px;
	text-indent: 5px;
}
.footer_center .email a {
	color: #dedede;
}
.footer_center .email:hover {
	background-color: #40464b;
}
.footer_center .copy-right {
	color: #C8C8C8;
	margin-top: 40px;
	margin-bottom: 40px;
	clear: both;
}
.footer_center .copy-right .pull-right {
	float: right!important;
	color: #CCC;
}
.footer_center .copy-left {} #back_top_btn {
	width: 50px;
	height: 50px;
	background: url(../images/back_top_ico.png) center center no-repeat;
	position: fixed;
	bottom: 30px;
	right: 10px;
	cursor: pointer;
	display: none;
}
.clearfix {
	clear: both;
}
/*Responsive Design*/

@media all and (max-width: 1023px) {
	* {
		font-size: 13px;
	}
	h1,
	h1 a,
	h1 b {
		font-size: 25px;
	}
	h2,
	h2 a,
	h2 b {
		font-size: 23px;
	}
	h3,
	h3 a,
	h3 b {
		font-size: 20px;
	}
	h4,
	h4 a,
	h4 b {
		font-size: 13px;
	}
}
@media all and (max-width: 799px) {
	.footer_center .about,
	.support,
	.resources,
	.social,
	.product {
		clear: both;
		width: 80%;
	}
	#imagetop a img {
		width: 15%;
	}
	#back_top_btn {
		width: 40px;
		height: 40px;
	}
	.navmenu .logo a img {
		width: 120px;
		padding-top: 8px;
	}
	.navmenu .logo {}
}
@media all and (max-width: 639px) {
	h1,
	h1 a,
	h1 b {
		font-size: 20px;
	}
	h2,
	h2 a,
	h2 b {
		font-size: 18px;
	}
	h3,
	h3 a,
	h3 b {
		font-size: 16px;
	}
	h4,
	h4 a,
	h4 b {
		font-size: 12px;
	}
}
#page > a,
#page > span {
	border: 1px solid #ccc;
	padding: 3px 10px;
	margin: 0 5px;
}
#page > a:hover,
#page > span:hover {
	background: #f1f1f1;
}
#page>span.current {
	background: #eee;
}
@media all and (max-width: 1440px) {
	.navmenu ul li a.title {
		padding: 0 22px;
		font-size: 13px;
	}
}
@media all and (max-width: 1023px) {
	.navmenu ul li a.title {
		padding: 0 15px;
		font-size: 13px;
	}
}