@charset "utf-8";

@import "base.css";
@import "common.css";
@charset "utf-8";
/* base set
----------------------------------------------------------------------------------------------*/

/*头部*/
.topArea{ border-right:1px solid #e2e2e2;border-top:2px solid #7a4999;width:99.99%; min-width:1000px; background-color:#fff; border-bottom:1px solid #e2e2e2;}
.topArea ol{float:left;border-right:1px solid #e2e2e2; margin:0;}
.topArea ul{float:right;}
.topArea li{border-left:1px solid #e2e2e2; padding:12px 14px; float:left;}
.topArea .img{ background:url(../images/phone.png) left center no-repeat; padding-left:25px;}
.topArea ul li ol li{padding:0; border:none;}
.topArea a{color:inherit;}
.topArea a:hover{color:#2596cd; text-decoration:none;}
.children{background:#e77818; color:#fff;}
.children a,.children a:hover{color:#fff; padding:0!important;}
.clear{padding:0;transform:scale(1)!important; border:none!important;}
.clearM{margin:0!important;}

.nav{position:relative;z-index:9999;}
.nav .nLi{ float:left;position:relative; display:inline-block; white-space:nowrap; z-index:10;}
.nav .nLi h3{font-size:12px; line-height:inherit;}
.nav .sub{display:none;position:absolute; width:93px; background:#fff;left:-1px;top:40px;border-left:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;}
.nav .sub a{display:block; width:65px; padding:7px 14px;}
.nav .sub a:hover{ background:#2596cd; color:#fff; font-weight:bold;}


body{color:#555555;line-height:1.5;background-color:#FFF;margin:0;padding:0;font-size:75%;font-family:"微软雅黑"; overflow-x:hidden;}

.flt{float:left;}
.frt{float:right;}
.tlr{text-align:left!important;}
.tcr{text-align:center!important;}
.trt{text-align:right!important;}
.ftw{font-weight:bold;}
.db{display:block;}
.cite{display:none;}
.clear{clear:both;}
.fn{float:none !important;}
.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
* html .fix{display:inline-block;}
*:first-child+html .fix{display:inline-block;}

.MainBar:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
* html .MainBar{display:inline-block;}
*:first-child+html .MainBar{display:inline-block;}

/* a style
----------------------------------------------------------------------------------------------*/
a,a:hover{text-decoration:none;color:#555555; outline:none;}
a:focus{outline:none; }
.section{width:1130px; margin:0 auto;}

/* font style
----------------------------------------------------------------------------------------------*/
.fa-2{font-size:1.5em;}
/*.fa-3{font-size:17px;}
.fa-4{font-size:17px;}
.fa-5{font-size:17px;}*/
.f12{font-size:12px!important;}
.f14{font-size:14px!important;}
.f16{font-size:16px!important;}
.f18{font-size:18px!important;}
.f20{font-size:20px!important;}
.f22{font-size:22px!important;}
.f24{font-size:24px!important;}
.f26{font-size:26px!important;}
.f30{font-size:30px!important;}
.f48{font-size:48px!important;}
.f60{font-size:60px!important;}
/*.title{background:#307ecc; padding:12px 30px; color:#fff; font-size:14px;}*/
.blue{color:#905faf!important;}
.orange{color:#e77818!important;}
.a9{color:#a9a9a9;}
.red{color:#FF0000;}
.green{color:#90c55d!important;}
.indigo{color:#208e8f;}
.purple {color:#4c509d;}
.brown {color:#b36219;}
.write{color:#fff;}
.yellow{color:#fee602;}
.greenS{color:#317f0c;}
.grey{color:#999;}

/* table style
----------------------------------------------------------------------------------------------*/
.table thead tr {background: linear-gradient(to bottom, #F8F8F8 0px, #ECECEC 100%) repeat-x scroll 0 0 #F2F2F2;color: #707070; font-size:14px;}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {border: 1px solid #DDDDDD; padding:10px;}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {border-bottom-width: 2px;}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th { background-color: #F9F9F9;}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {background-color: #F5F5F5;}
@charset "utf-8";
/**********************************************
/*******************
---| Header | ***/
.focus {
	margin: 0 auto;
	position: relative;
	color: #4444;
	/* background: url(images/layout/bg-header.png) repeat-x 0 0; */
	overflow: hidden;
	width:99.99%; min-width:1000px;
}
.focus .centered-content {
	position: relative;
	z-index: 2;
}
.focus a {
	color: #2e2e2e;
	text-decoration:none;
}
.focus .header-content a {
	color: #fff;
}
/* Header text */

.header-content {
	background: url(../images/img.jpg?v=1) no-repeat 50% -4px ;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	line-height: 22px;

	z-index:0;
	border-top:1px solid #fff;
	-webkit-box-shadow: inset 0px 10px 8px -10px rgba(0, 0, 0, 0.5), inset 0px -10px 8px -10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0px 10px 8px -10px rgba(0, 0, 0, 0.5), inset 0px -10px 8px -10px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 10px 8px -10px rgba(0, 0, 0, 0.5), inset 0px -10px 8px -10px rgba(0, 0, 0, 0.4);
}
.header-content.homes {
	height: 350px;
}

/*.header-content-wrap {width: 940px; margin: 0 auto;}*/
.header-content img {
	float: right;
	margin: 0 0 0 15px;
	position:absolute;
	top:-30px;
}
.header-content .text {
	color:#555;
	float:left;
	 padding-top:50px;
	width:550px;
	*width:430px;
	overflow:hidden;
}
.header-content .copy {
	font-size: 14px;
	line-height: 1.5em;
	padding-right: 15px;
	_background-color:filter:alpha(opacity=0);
}
.header-content .button {
	width: 100% !important;
}
.header-content .button a {
padding:8px 28px; color:#fff!important; background:#905faf;border-radius:3px; font-size:16px; margin:20px 0; display:inline-block;
}
/*#slider .text {width: 417px;}*/

/*fix the button position for the slide*/
.header-content .button {
	float: none;
}
.header-content .dimmed {
	background: #b05b1b;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: none;  /* Saf3.2+, Chrome */
	-moz-transition: none;  /* FF4+ */
	-ms-transition: none;  /* IE10? */
	-o-transition: none;  /* Opera 10.5+ */
	transition: none;
}
.header-content .align-bottom {
	position: absolute;
	bottom: 0px;
}
/* => Slider <= */
#slider-wrap {
	background: url(../images/img.jpg?v=1) repeat-x 0% 0;
	height:350px;
}
#slider {
	background: url(../images/img.jpg?v=1) repeat-x 0% 0;
	height:350px;
	padding-top: 30px;
	overflow:hidden;
}
/* => SLIDE PREV AND NEXT ARROWS <= */
.slider-prev, .slider-next {
	text-indent:-9999px;
	width:38px;
	height:38px;
	background:url("../images/sprite.png") -263px -122px no-repeat;
	position:absolute;
	top:50%;
	margin-top:-19px;
	z-index:0;
	opacity:.5;
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.3s ease-out;  /* FF4+ */
	-ms-transition: all 0.3s ease-out;  /* IE10? */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	transition: all 0.3s ease-out;
	display: none
	
}
.slider-prev {
	left:12px;
}
.slider-next {
	right:12px;
	background-position:-302px -122px;
}
.slider-prev:hover, .slider-next:hover {
	opacity:1;
}
/* => SLIDER NAV o o o <= */    
.slider-nav {
	position:absolute;
	bottom:30px;
	left:50%;
	list-style:none;
	overflow:hidden;
	padding:2px;
	z-index:10;
	margin: 0;
}
.slider-nav li {
	float:left;
}
.slider-nav li a {
	display:block;
	width:8px;
	height:8px;
	overflow:hidden;
	padding:0px;
	margin:8px;
	background:url("../images/sprite.png") no-repeat -234px -144px;
	text-decoration:none;
	text-indent:-999px;
}
.slider-nav li a:hover, .slider-nav li a.selected {
	background-position:-225px -144px;
}
/* => HOLY SLIDES <= */

.slider section {
	display: none;
}
.slider section.firsts {
	display: block;
}
.slider-sections, .slider-sections section {
	width: 1130px;
	height: 450px;
}
.slider-sections {
	margin: 0 auto;
	position: relative;
}
.slider-sections section {
	position: absolute;
	top: -30px;
	left: 0px;
}
.header-content h2 {slider
	font:bold 32px/32px "microsoft yahei", Tahoma, arial, sans-serif;
	color: #444;
	margin: 0 0 26px;
}
.header-content p {
	margin: 0 0 30px;
}
.header-content .centered-content {
	padding-bottom: 10px;
}
.button {
	float: left;
	width: auto !important;
	list-style: none;
}
.button a,  .button button,  .button input { /* Standard black button */
	font-size: 15px;
	/*font-family: 'lucida sans',arial,helvetica,sans-serif;*/
	  line-height: 18px;
	color: #fff !important;
	text-decoration: none;
	padding: 5px 14px 6px 13px;
	display: block;
	width: auto;
	position: relative;
	z-index: 2;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	background: #313131; /* Old browsers */
	background: -moz-linear-gradient(top, #313131 0%, #222222 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #313131 0%, #222222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #313131 0%, #222222 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #313131 0%, #222222 100%); /* IE10+ */
	background: linear-gradient(top, #313131 0%, #222222 100%); /* W3C */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.button a:hover,  .button input:hover,  .button button:hover,  .button a:focus,  .button input:focus,  .button button:focus {
	background: #905faf; /* Old browsers */
	background: -moz-linear-gradient(top, #905faf 0%, #8a53ad 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #905faf 0%, #8a53ad 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #905faf 0%, #8a53ad 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #905faf 0%, #8a53ad 100%); /* IE10+ */
	background: linear-gradient(top, #905faf 0%, #8a53ad 100%); /* W3C */
}
header .header-content .button a,#content .button a:hover {
	text-decoration: none;
}
.header-content .beta-ribbons {
	position: absolute;
	height: 120px;
	width: 85px;
	text-indent: -200px;
	overflow: hidden;
	background: url(../images/kendo-ribbons.png) no-repeat 0 0;
}
.header-content .beta-ribbons.ribbon-1 {
	background-position: -170px 0;
	top: -3px;
	right: -145px;
}
.header-content p.copy .beta-ribbons.ribbon-1 {
	top: -135px;
	left: 900px;
}
.header-content .beta-ribbons.ribbon-4 {
	background-position: -255px 0;
	left: -62px;
	top: -30px;
	z-index: 10;
	text-indent: -2000px;
}

