@charset "utf-8";
/* css document */

.banner {
	height: 490px;
}
.banner .container a{
	height:490px;
	display:block;
}
.view{
	width:100%;
	overflow:hidden;
	background: #f3f7f9;
}
.view .container{
	width:1200px;
	margin:0 auto;
}
.view .container .main{
	width: 100%;
	padding-bottom: 30px;
 }
.view .container .main .text{
	float: left;
	max-width:900px;
	background: #fff;
}
.view .container .main .text .main_t {
	padding:30px 0 20px;
	text-align: center;
	border-bottom:1px solid #f3f7f9;
}
.view .container .main .text .main_t h2{
	font-size:24px;
	color:#333;
	font-weight:normal;
	padding-bottom: 15px;
}
.view .container .main .text .main_t span{
	padding-left: 20px ;
	color: #888;
}
.view .container .main .text .main_b {
	padding: 30px;
}
.view .container .main .text .main_b h3{
	line-height: 4;
	text-align: center;
}
.view .container .main .text .main_b p{
    font-size: 18px;
    line-height: 1.75;
    color:#888;
    text-indent:2em;
    text-align: justify;
    margin-top:10px;
}
.view .container .main .text .main_b strong{
	color: #126994;
}
.view .container .main .text .main_b img{
	max-width: 100%;
	display:block;
	margin:5px auto;
	box-shadow: 0 0 1px rgba(26,26,26,.5);
}
.view .container .main .text .main_b img:hover{
    background: #fff;
    transform: scale(1.05);
    z-index: 99;
    transition: all .5s ease;
    box-shadow: 0 3px 20px 0 rgba(26,26,26,.15);
}
.view .container .main .text .main_page{
	padding:20px;
	text-align: center;
	border-top:1px solid #f3f7f9;
}
.view .container .main .text a.prev,
.view .container .main .text a.next{
	width: 45%;
	overflow: hidden;
	font-size:16px;
	color:#555;
	padding: 10px;
	display: inline-block;
	border: 1px solid #eee;
}
.view .container .main .text .next{
	margin-left:30px;
}
.view .container .main .text a:hover{
	color: #fff;
	background:#1b9fe0;
	border: 1px solid #1b9fe0;
}