html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

:focus {
	outline: 1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
img{
	max-width:100%;
}
body{font-family: Microsoft YaHei;}
.inner{
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.app-head{
	background: #fff url(../images/bg01.jpg) 50% 0 no-repeat;
	height: 1072px;
}
.app-head .inner{height: 100%;}
.app-head .bt1,
.app-head .bt2{
	transition:transform .5s ease-in-out;
}
.app-head .bt1{
	position: absolute;
	bottom:135px;
	left:40px;
}
.app-head .bt2{
	position: absolute;
	bottom:135px;
	right:40px;
}
.app-head .bt1:hover,.app-head .bt2:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	
}

.main{
	background-color: #fffbf4;
	padding-bottom: 65px;
}
.main .contain{
	width: 947px;
	margin: 0 auto;
}
.timeline{
	padding-left: 54px;
}
.article{
	font-size: 14px;
	padding-left: 32px;
	color: #555c83;
	line-height: 2;
	padding-top: 70px;
}
.article h2{
	color: #4c5bb1;
	font-size: 36px;
	text-align: center;
	padding-bottom: 30px;
}
.article p{
	padding-bottom: 30px;
}
.back h2{
	font-size: 36px;
	color: #4c5bb1;
	margin-bottom: 50px;
}
.back{
	text-align: center;
}
.back a{
	display: inline-block;
	position: relative;
}
.back img{
	width: 325px;
	height: 175px;
	vertical-align: middle;
}
.back a+a{
	margin-left: 47px;
}
.back a:hover .mask{
	display: none;
	transition:all 1s ease-in;
}
.back a .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: rgba(128,96,186,.5);
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	line-height: 175px;
}
.footer{
	background: #8160ba;
	line-height: 120px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

/*手机*/
@media screen and (max-width:800px) {
	.inner{width: 100%;}
	.app-head{
		-webkit-background-size: cover;
		background-size: cover;
		height: 295px;
	}
	.app-head .inner{width: 100%;}
	.app-head a{
		width: 37.47%;
	}
	.app-head .bt1,.app-head .bt2{
		bottom:11.43%;
	}
	.app-head .bt1{
		left:4%;
	}
	.app-head .bt2{
		right:4%;
	}
	.timeline{
		padding:0;
		width: 100%;
		margin: 32.5px auto;
		width: 90%;
		height: 65px;
		background: url(../images/richeng1.png) 50% 0 no-repeat;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	.timeline img{display: none;}
	.main .contain{width: 100%;}
	.footer{
		line-height: 56px;
		font-size: 12px;
	}
	.article{
		font-size: 12px;
		padding:0 10%;
		line-height: 1.5;
	}
	.article h2,.back h2{font-size: 18px;padding-bottom: 17.5px;}
	.article p{padding-bottom: 25px;}
	.back a{
		width: 146.5px;
		height: 78.5px;
	}
	.back h2{
		margin-bottom: 22.5px;
		padding-bottom: 0;
	}
	.back a+a{
		margin-left: 22.5px;
	}
	.back a img{height: 100%;}
	.back a .mask{font-size: 24px;line-height: 78.5px;}
}