@charset "utf-8";
/* CSS Document */

.banner {
	height: 498px;
}
.banner .container a{
	height:498px;
	display:block;}
.view{
	width:100%;
	overflow:hidden;}
.view .container{
	width:1200px;
	overflow:hidden;
	margin:0 auto;}
.view .container .main{
	width: 810px;
    overflow: hidden;
    padding-right: 50px;}
.view .container .main .text{
	width:805px;
	overflow:hidden;
	margin-left:15px;}
.view .container .main .text h2{
	font-size:32px;
	margin-bottom:48px;
	color:#333333;
	text-align:center;
	font-weight:normal;}
.view .container .main .text p{
	font-size:15.4px;
	line-height:28px;
	color:#333333;
	text-indent:2em;}

.view .container .main .text img{
	display:block;
	margin:73px auto 67px;}
.view .container .main .text .prev,
.view .container .main .text .next{
	font-size:16px;
	color:#333333;
	line-height:37px;
	display:block;}
.view .container .main .text .prev{
	margin-top:86px;}
.view .container .main .text .next{
	margin-bottom:33px;}
.view .container .main .text a:hover{
	color:#fea700;}