@charset "gb2312";
/* CSS Document */
/*字体*/
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-WzdRTzRa5k6HlJK6-dK9Q.eot);
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-WzdRTzRa5k6HlJK6-dK9Q.eot) format('embedded-opentype'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
}
html, body, div, span, object, iframe, h1, h3, h2, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, p, section, menu, time, mark, audio, video, input, a {margin: 0;padding: 0;border: 0;text-decoration: none;list-style: none;color:#000;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}

/*以上为网页公用代码*/
#container_wrapper {width:1000px;background-color:#993300;}
.fullwidth {width:100%;float:left;}
.one_half {width:48.10%;float:left;margin-right:3.80%;}
.one_half_last {width:48.10%;float:right;}
.one_third {width:30.80%;float:left;margin-right:3.80%;}
.one_third_last {width:30.80%;float:right;}
.two_third {width:65.40%;float:left;}
.two_third_last {width:65.40%;float:right;}
.one_fourth {width:22.15%;float:left;margin-right:3.80%;}
.one_fourth_last {width:22.15%;float:right;}
.three_fourth {width:74.05%;float:left;margin-right:3.80%;}
.three_fourth_last {width:74.05%;float:right;}
.one_fifth {width:16.96%;float:left;margin-right:3.80%;}
.one_fifth_last {width:16.96%;float:right;margin-bottom:20px;}
.four_fifth {width:79.240%;float:left;margin-right:3.80%;}
.four_fifth_last {width:79.240%;float:right;}
* html .clearfix {
} /* IE6 */
*:first-child+html .clearfix {
} /* IE7 */
/* clearfix */

.clear {clear:both;display:block;height:0px;width:100%;visibility:hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

h1, h2, h3, h4, h5{
	color:#fff;
	font-family: 'Oswald', Arial;
	font-weight:300;
}

h1 {
	font-size: 35px;
	font-weight:300;
}
h2{
	font-size:27px;
	margin-bottom:20px;
	font-weight:300;
}
h2 .link{
	font-size:27px;
	margin-bottom:20px;
	font-weight:300;
}
h3 {
	font-size:23px;
	margin-bottom:20px;
	font-weight:300;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 11px;
}
hr {
	border: 0 #ccc dashed;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	color:#888888;
	padding-bottom:10px;
}

strong{
color:#838383;
}