@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}
/* always display scrollbars */



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

input {
	outline: none;
}

img {
	border: 0;
}

input[type="text"], input:not([type]), input[type="button"], input[type="submit"], select, textarea {
	border-radius: 0;
	box-shadow: none;
	outline: 0 none !important;
	overflow: auto;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

::-moz-selection {
	background: #0063b4;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #0063b4;
	color: #fff;
	text-shadow: none;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}


.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clear {
	clear: both;
}

/*.clear{clear:both;height:0;overflow:hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}*/

.fc {
	text-align: center;
}

.fr {
	text-align: right;
}

.l {
	float: left;
	display: inline-block;
}

.r {
	float: right;
	display: inline-block;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
}

.inner {
	width: 1120px;
	margin: 0px auto;
}

.head {
	height: 80px;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 99999;
	/*box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);*/
}

.shrink-nav {
    background-color: #FFF;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
	transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

.top {
	position: relative;
}

.top a:link, .top a:visited {
	color: #FFF;
}

.shrink-nav .top a {
	color: #000;
}

.top a:active, .top a:hover {
	color: #83c7ff;
}

.logo {
	float: left;
	display: block;
	width: 314px;
	height: 93px;
	margin-top: 34px;

	background:url(../Image/logo.png) no-repeat;
}

.shrink-nav .logo {
	float: left;
	display: block;
	width: 284px;
	height: 54px;
	margin-top: 14px;
	
	background:url(../Image/logo1.png) no-repeat;
}

.logo img {
	width: 100%;
	display: block;
}

.navbox {
	float: right;
	display: block;
	width: 932px;
	padding-top: 17px;
	height: 63px;
	position: relative;
}

.nav li {
	float: left;
	display: block;
	width: 115px;
	display: inline-block;
	text-align: center;
	position: relative;
	line-height: 48px;
}

.nav li.line1 {
	width: 68px;
}



.nav a {
	font-size: 16px;
}

.mtop {
	height: 80px;
}

}

.subnav3{
	font-size: 14px;
}

.navXF a{
	margin-left: 0px!important;
	font-size: 14px;
}

.navXF-1{
	font-size: 14px;
}
.subnav a {
	padding: 2px 12px;
	display: inline-block;
	position: relative;
	color:#fff !important;
	text-align: center;
	width: 90px;
	height: 25px;
	overflow: hidden;
}

.csstransitions .cbg {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f38e2e;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.csstransitions .subnavAct .cbg {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.no-csstransitions .cbg {
	display: none;
}

.no-csstransitions .subnavAct {
	background: #6ba8e7;
}

.mobileBox {
	background-color: #f6f6f6;
	padding: 25px 0px;
	width: 100%;
	position: relative;
	z-index: 100;
	display: none;
}

.menu-handler {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: none;
	float: right;
	position: relative;
}

.menu-handler .burger {
	width: 30px;
	height: 4px;
	background: #fff;
	display: block;
	position: absolute;
	z-index: 5;
	top: 14px;
	left: 50%;
	margin: 0 0 0 -15px;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
}

.menu-handler .burger-2 {
	top: 24px;
}

.menu-handler .burger-3 {
	top: 34px;
}

.csstransforms .menu-handler.active .burger-1 {
	top: 24px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.csstransforms .menu-handler.active .burger-2 {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}

.csstransforms .menu-handler.active .burger-3 {
	top: 24px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.csstransitions .trans, .csstransitions .trans:hover {
	-webkit-transition: all 277ms ease-in-out;
	-moz-transition: all 277ms ease-in-out;
	-o-transition: all 277ms ease-in-out;
	transition: all 277ms ease-in-out;
	-ms-transition: all 277ms ease-in-out;
}

.csstransitions .trans-fast, .csstransitions .trans-fast:hover {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
}


