/* 样册下载 */

.download_item {
	margin-top: 30px;
	width: 270px;
	height: 500px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.download_item img {
	width: 240px;
	position: absolute;
	left: 15px;
	top: 0;
}

.download_item .des {
	margin-top: 290px;
	background-color: rgb(246, 246, 246);
	padding: 60px 20px 20px;
	border-bottom: 3px solid #014fa2;
}

.download_item .des p:first-child {
	font-size: 18px;
	text-align: center;
}

.download_item .to_download {
	font-size: 15px;
	display: inline-block;
	padding: 10px 0;
	width: 100px;
	text-align: center;
	/* background-color: #014fa2; */
	background-color: #01327e;
	color: #FFFFFF;
	position: absolute;
	left: 85px;
	bottom: 43px;
}

/* 图纸下载 */
/* downdraw_list */
.tuzi-box {}

.tuzi-box>div:last-child {
	border: none;
}

.tuzi-box-item {
	padding: 20px 0;
	border-bottom: 1px solid #e1e1e1;
}

.tuzi-box-item a {
	text-decoration: none;
}

.tuzi-box-item img {
	width: 100%;
}

.tuzi-title {
	font-weight: 600;
}

.tuzi-title:hover {
	color: rgb(160, 172, 182);
}

.tuzi-btn {
	float: right;
	margin-top: 50px;
	/* background-color: #014fa2; */
	background-color: #01327e;
	color: #FFFFFF;
	padding: 10px 20px;
	/* border: 1px solid #014fa2; */
	border: 1px solid #01327e;
}

.tuzi-btn:hover {
	background-color: #ffffff;
	/* color: #014fa2; */
	color: #01327e;
}


/* downdraw_show */


#magnifier {
	position: relative;
	width: 350px;
	margin: 50px 0 0 0;
}

.small-box {
	position: relative;
	width: 350px;
	height: 350px;
	margin-bottom: 20px;
	border: 1px solid #eee;
}

.small-box table td {
	width: 350px;
	height: 350px;
}

.small-box img {
	width: auto;
	height: auto;
	max-height: 350px;
	max-width: 350px;
}

.small-box .hover {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 200px;
	border: 1px solid #aaa;
	background: #0099ff;
	opacity: .5;
	filter: alpha(opacity: 50);
	cursor: move;
}

.thumbnail-box {
	position: relative;
	width: 100%;
}

.thumbnail-box .btn {
	position: absolute;
	top: 50%;
	width: 22px;
	height: 32px;
	margin-top: -16px;
}

.thumbnail-box .btn-prev {
	left: 0;
	background: url(../images/btn_prev.png) no-repeat;
}

.thumbnail-box .btn-prev.btn_prev_disabled {
	background: url(../images/btn_prev_disabled.png) no-repeat;
	cursor: not-allowed;
}

.thumbnail-box .btn-next {
	right: 0;
	background: url(../images/btn_next.png) no-repeat;
}

.thumbnail-box .btn-next.btn_next_disabled {
	background: url(../images/btn_next_disabled.png) no-repeat;
	cursor: not-allowed;
}

.thumbnail-box .list {
	overflow: hidden;
	width: 220px;
	margin: 0 auto;
}

.thumbnail-box .wrapper {
	padding: 0;
	width: 100000px;
}

.thumbnail-box .list .item {
	float: left;
	margin: 0 10px;
}

.thumbnail-box .list .item-cur {}

.thumbnail-box .list .item img {
	border: 2px solid #a9a9a9;
	width: 54px;
	height: 54px;
}

.thumbnail-box .list .item-cur img {
	border: 2px solid #e53e41;
}

.big-box {
	display: none;
	overflow: hidden;
	position: absolute;
	left: 350px;
	top: 0;
	width: 540px;
	height: 540px;
	background-color: #FFFFFF;
	border: 1px solid #e4e4e4;
	z-index: 1000;
}

.big-box img {
	display: block;
}

.drawcont_warp{
	position: relative;
	height: 424px;
	margin: 50px 0 0 0;
	padding: 30px;
	background-color: rgb(246,246,246);
}

.drawcont_warp h3{
	color: #02328d;
	margin: 0 0 30px 0;
	font-weight: 600;
}

.drawcont_warp p{
	color: #555;
	font-weight: 300;
}

.drawcont_warp p span{
	display: inline-block;
	width: 65px;
}

.drawcont_btn {
	position: absolute;
	bottom: 30px;
}

.drawcont_btn a{
	display: inline-block;
	padding: 10px 40px;
	text-decoration: none;
	font-weight: 300;
	color: #FFFFFF;
}

.drawcont_btn a:first-child{
	background-color: #02328d;
	border: 1px solid  #02328d;
	margin-right: 20px;
}

.drawcont_btn a:last-child{
	background-color: #7b7b7b;
	border: 1px solid  #7b7b7b;
}

.drawcont_btn a:first-child:hover{
	background-color: #FFFFFF;
	color: #02328d;
}

.drawcont_btn a:last-child:hover{
	background-color: #FFFFFF;
	color: #7b7b7b;
}

.xiazai{
	display: block;
	position: absolute;
	bottom: 90px;
	text-decoration: none!important;
}

.xiazai img{
	width: 50px;
	margin-left: 10px;
}

.xiazai span{
	color: #555;
	font-weight: 300;
	margin: 2px 0 0 20px;
}

.draw_content_title{
	margin-top: 100px;
	color: #333;
	font-weight: 600;
}

.draw_content{
	margin-top: 10px;
	border-top: 10px solid rgb(241,241,241);
	padding: 10px 0;
}