@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
html{
	width					: 100%;
	height					: 100%;
}
body{
	font-size				: 14px;
	font-family				: "open_sansregular";
	color					: #697480;
	margin					: 0;
	padding					: 0;
	width					: 100%;
	height					: 100%;
	background				: #fff;
	-webkit-font-smoothing	: antialiased;
	-moz-font-smoothing		: none;
	font-smoothing			: antialiased;
}
a{
	text-decoration			: none;
	color					: #697480;
	-webkit-transition		: all 0.2s ease-in-out;
	-moz-transition			: all 0.2s ease-in-out;
	-o-transition			: all 0.2s ease-in-out;
	transition				: all 0.2s ease-in-out;
}
input, select, textarea{
	font-family				: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size				: 12px;
	color					: #000;
	border					: 0;
	padding					: 5px;
	margin					: 0;
	background				: #FFF;
}
input[type="text"]{
	height					: 22px;
	line-height				: 22px;
	padding					: 5px 10px;
}
input[type="radio"]{
	border					: none;
	margin					: 0;
	background				: none;
}
input[type="checkbox"]{
	border					: none;
	margin					: 0;
	background				: none;
}
textarea{
	resize					: none;
	min-height				: 200px;
}
h1,h2,h3,h4{
	font-weight				: normal;
}
::selection {
	color					: #fff;
	background				: #417630;
}
::-moz-selection {
	color					: #fff;
	background				: #417630;
}
.btnOrange{
	padding					: 10px 20px;
	color					: #fff;
	background-color		: #e97f02;
}
.clear{
	clear					: both;
	margin					: 0px;
	padding					: 0px;
}
.clearfix:before,
.clearfix:after {
    content					: " ";
    display					: table;
}
.clearfix:after {
    clear					: both;
}
.justify{
	text-align				: justify;
}
.siteWrapper{
	width					: 960px;
	margin					: 0 auto;
}
.siteHeader{
	height					: 100px;
	background-color		: #727e8b;
}
.siteHeader .headerLogo{
	float					: left;
}
.siteHeader .headerLogo a{
	display					: inline-block;
	height					: 60px;
	line-height				: 60px;
	padding-left			: 70px;
	margin-top				: 20px;
	float					: left;
	font-size				: 20px;
	color					: #FFF;
	background				: url("../img/logo.png") no-repeat scroll center left transparent;
}
.siteHeader .headerLogo a span{
	font-family				: 'open_sanssemibold';
}
.siteHeader .headerPhone{
	height					: 24px;
	line-height				: 24px;
	padding-left			: 30px;
	margin-top				: 38px;
	float					: right;
	color					: #FFF;
	background				: url("../img/ico-phone.png") no-repeat scroll center left transparent;
}
.siteMain .mainSlide{
	height					: 370px;
	padding-top				: 30px;
	font-family				: 'open_sanslight';
	color					: #FFF;
	background				: url("../img/slide.jpg") no-repeat scroll top center #fff;
}
.siteMain .mainSlide h2,
.siteMain .mainSlide h3{
	display					: inline-block;
	width					: 600px;
}
.siteMain .mainSlide h1{
	margin-bottom			: 30px;
	padding					: 10px;
	text-align				: center;
	background-color		: #32864a;
}
.siteMain .mainSlide h1 span{
	font-family				: 'open_sanssemibold';
}
.siteMain .mainSlide h2{
	font-size				: 18px;
	margin-bottom			: 20px;
}
.siteMain .mainSlide .textBox{
	display					: inline-block;
	padding					: 10px;
	font-family				: 'open_sanssemibold';
	font-size				: 24px;
	background-color		: #e97f02;
}
.siteMain .mainSlide .textGreen{
	font-family				: 'open_sanssemibold';
	color					: #32864a;
}
.siteMain .mainSlide .siteSlider{
	width					: 600px;
}
.siteMain .mainSlide .siteSlider ul li{
	height					: 283px;
}
.siteMain .mainDesc{
	padding					: 20px;
	color					: #FFF;
	background-color		: #8d97a1;
	text-align				: center;
	line-height				: 24px;
	font-family				: 'open_sanssemibold';
}
.siteMain .mainDesc .btnOrange{
	display					: block;
	margin-top				: 20px;
}
.siteMain .mainDesc .btnOrange span{
	display					: inline-block;
	padding					: 5px 10px;
	margin-left				: 20px;
	background-color		: #000000;
}
.siteMain .mainBoxes ul li{
	float					: left;
	width					: 320px;
	height					: 200px;
	padding					: 30px 20px;
	color					: #FFF;
	background-color		: #727e8b;
	-webkit-box-sizing		: border-box;
	-moz-box-sizing			: border-box;
	box-sizing				: border-box;
}
.siteMain .mainBoxes ul li.box1{
	background				: url("../img/ico-main-1.png") no-repeat scroll top left #727e8b;
}
.siteMain .mainBoxes ul li.box2{
	background				: url("../img/ico-main-2.png") no-repeat scroll top left #727e8b;
	border-left				: 1px solid #636e7b;
	border-right			: 1px solid #636e7b;
}
.siteMain .mainBoxes ul li.box3{
	background				: url("../img/ico-main-3.png") no-repeat scroll top left #727e8b;
}
.siteMain .mainBoxes ul li .boxTitle{
	font-family				: 'open_sanslight';
	font-size				: 18px;
}
.siteMain .mainBoxes ul li .boxTitle span{
	display					: block;
	font-family				: 'open_sanssemibold';
	font-size				: 24px;
}
.siteFooter{
	padding					: 20px 0;
	font-size				: 12px;
}
.siteFooter .footerLeft{
	float					: left;
}
.siteFooter .footerRight{
	float					: right;
}