body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	border: none;
	margin: 0;
	padding: 0;
}
*{margin: 0;
	padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	font-family: 'SourceHanSansCN-Light';
	font-size: 16px;
}
ol,
ul {
	list-style: none;
	display: block;
}
a {
	text-decoration: none;
}
input {
	outline: none;
}
img {
	border: none;
}
.clearfloat:after {
	clear:both;
	content:'.';
	display:block;
	width: 0;height: 0;
	visibility:hidden;
}
.clearfloat {
	zoom: 1
}
li {
	list-style: none;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}
/*浮动*/
.fl {
	float: left;
	display: block;
}
.fr {
	float: right;
	display: block;
}
.cb {
	clear: both;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
/*Author:YHR·Ace
*  弹性盒模型
*/
.box{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.boxV{
	-webkit-box-orient:vertical;
    -moz-box-orient:vertical;
    -o-box-orient:vertical;
    box-orient:vertical;
    -webkit-flex-direction:column;
    -moz-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}
.flex-1{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.a-item-c{
	align-items: center;
	-webkit-align-items: center;
}
.j-c{
    justify-content: center;
    -webkit-justify-content: center;
}
/*公用样式*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
button{
	outline: none;
}
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, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
	margin: 0;
	padding: 0;
}


/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* custom */

a {
	color: #7e8c8d;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
}

li {
	list-style: none;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
	height: 5px;
	background-color: rgba(125, 125, 125, 0.7);
	-webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
	width: 5px;
	background-color: rgba(125, 125, 125, 0.7);
	-webkit-border-radius: 6px;
}

html, body {
	width: 100%;
}

body {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
	margin: 0;
	padding: 0;
	font-family:'SourceHanSansCN-Light';
}


body{
	font-family: 'SourceHanSansCN-Light';
}
/*Author:YHR·Ace
*  .item 用于最外层
*  .container 页面内容区外层
*/
.item{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;

	position: relative;
}
.item .container{height:100%;zoom: 1;margin: 0px auto;position: relative }
.item:before,.item:after,.item .container:after,.item .container:before{clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}


.container{width: 1200px!important;zoom: 1;margin: 0px auto;}
#blur{
	transition: all 3s ease;
	-webkit-transition: all 3s ease;
	}
.blur{
	 filter: blur(5px);
	 -webkit-filter: blur(5px);
}
.back_to_top{
	width: 84px;
	height: 84px;
	position: fixed;
	left: 50%;
	margin-left: 600px;
	bottom: 40px;
	z-index: 999;
}
.back_to_top a{
	width: 84px;
	height: 84px;
	display: block;
	background: url(../image/backToTop.png) no-repeat center center;
}
.about{
    padding-top: 70px;
    padding-bottom: 70px;
    background: #2d2d32;
}
.about .container{
	width: 1280px;
	margin:0px auto;

}
.about h2{
    font-size: 24px;
    letter-spacing: 5px;
    padding-bottom: 25px;
    color: #e7e7e7;
}
.about p{
	font-size: 16px;
    line-height: 30px;
    color: #b4b4b4;
}
.about .fr{
	padding-top: 18px;
}


