@charset "utf-8";
/* css document */
body{
	color: #666;
}
body,h1,h2,h3,h4,h5,p,a,img,input,div,ul,li{
	padding:0;
	margin:0;
	font-family:'微软雅黑';
}
	li{ list-style:none}
	a{ text-decoration:none;}
	
	/**/
	
.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 .pro_main{
	float: left;
padding: 20px;
background: #fff;
	width: 860px;
}
.view .container .main .location p{
	margin-right: 50px;
}

.view .pro_t{
	width: 100%
}
.view .pro_t .left{
	float:left;
	width: 300px;
	margin-right: 20px;
}
.view .pro_t .left img{
	border-radius: 3px;
}
.view .pro_t .desc{
	float:right;
	height: 310px;
	width: 540px;
	overflow: auto;
	text-align: left;
}
.view .pro_t .desc>h2{
	font-size: 24px;
	padding-bottom: 10px;
}
.view .pro_t .desc>p{
	line-height: 2.1;
	text-align: justify;
}
.view .attr{
	display: inline-block;
}	
.view .attr ul{
	float: left;
	margin:0 18px !important;
}	
.view .attr ul li{
	margin-bottom:15px;
	text-align: left;
}
.view .container .main .pro_main h3{
	line-height: 3;}
.view .container .main .pro_main .main_page{
	padding-top:20px;
	text-align: center;
	border-top:1px solid #f3f7f9;
	margin-top: 10px;
}
.view .container .main .pro_main a.prev,
.view .container .main .pro_main a.next{
	width: 45%;
	height: 24px;
	overflow: hidden;
	font-size:16px;
	color:#555;
	padding: 10px;
	display: inline-block;
	border: 1px solid #eee;
}
.view .container .main .pro_main .next{
	margin-left:30px;
}
.view .container .main .pro_main a:hover{
	color: #fff;
	background:#1b9fe0;
	border: 1px solid #1b9fe0;
}