@import url(global.css);
@import url(window.css);
@import url(black.css);
@import url(alone.css);
@import url(pages.css);
.new {
	height: auto;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}
.new .year {
	height: auto;
	width: 100%;
	display: inline-block;
	text-align: center;
}
.new .year strong {
	font-size: 72px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
.new .year span {
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin-left: 10px;
}
.new .more {
	font-size: 14px;
	height: auto;
	width: 100%;
	text-align: right;
	text-transform: uppercase;
}
.new .more a {
	color: #da9d1a;
	text-decoration: none;
}
.new .name {
	text-align: center;
	display: inline-block;
	width: 100%;
	height: 70px;
	background-image: url(../image/icon_product.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 70px;
	font-size: 33px;
	color: #FFF;
}
.new .list {
	height: auto;
	width: 100%;
	margin-bottom: 30px;
}
.new .list a {
	float: left;
	height: 493px;
	width: 380px;
	margin-top: 30px;
	margin-right: 20px;
	text-align: center;
	display: inline-block;
	background-size: 100%;
}
.new .list a:hover img {
	display: inline-block;
}
.new .list a img {
	max-width: 100%;
	display: none;
}
.view {
	height: auto;
	width: 100%;
}
.view .info {
	height: auto;
	width: 1198px;
	border: 1px solid #EEE;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.view .info .l {
	float: left;
	height: 380px;
	width: 300px;
	background: url(../image/12-1.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 220px;
	overflow: hidden;
}
.view .info .l h1 {
	font-size: 20px;
	line-height: 30px;
	margin: 0px;
	height: 30px;
	width: 90%;
	padding-top: 5%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5%;
	color: #333;
}
.view .info .l p {
	height: auto;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
.view .info .c {
	height: 856px;
	width: 665px;
	overflow: hidden;
	float: left;
	border: 1px solid #DDD;
}
.view .info .c img {
	max-width: 100%;
}
.view .info .r {
	height: 858px;
	width: 180px;
	float: left;
	margin-left: 50px;
}
.view .info .r a {
	text-align: center;
	display: inline-block;
	height: 140px;
	width: 140px;
	border: 1px solid #DDD;
	margin-bottom: 36px;
	overflow: hidden;
}
.view .info .r a img {
	width: 100%;
}
.view .details {
	height: auto;
	width: 100%;
}
.view .details img {
	max-width: 100%;
}