body {
	background: url(../images/classify/bg2.png) center top no-repeat;
	background-attachment:fixed;
	background-size: 100% auto;
}
/*head*/
.head {
	width: 100%;
	height: 100px;
	background-color: #fff;
}
.head .logo {
	margin: 17px 0 0 60px;
	width: 136px;
	height: 50px;
}
.head .logo img {
	width: 100%;
}
.nav {
	margin-top: 29px;
	margin-left: 200px;
}
.nav ul li {
	float: left;
	padding: 0 50px;
}
.nav ul li a {
	display: inline-block;
	line-height: 38px;
	font-size: 18px;
	color: #333;
}
.search {
	margin-left: 200px;
	margin-top: 29px;
	position: relative;
}
.search input {
	float: left;
	padding: 0 20px;
	display: block;
	width: 302px;
	height: 38px;
	border: 1px solid #d7c291;
	border-radius: 19px;
	box-sizing: border-box;
	background-color: #fff;
}
.search i {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/search.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 10px;
	right: 10px;
}
.search .search_btn {
	float: left;
	margin-left: 8px;
	width: 38px;
	height: 38px;
	background-color: #fff;
	border: 1px solid #d7c291;
	border-radius: 19px;
}
.search .search_btn span {
	margin: 10px 0 0 10px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/search.png) no-repeat;
	background-size: cover;
}
.log_register {
	margin-right: 60px;
	padding-top: 33px;
}
.log_register a {
	display: inline-block;
	float: left;
	width: 60px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	text-align: center;
	border-radius: 3px;
}
.log_register a.orange {
	background-color: #fdc101;
	color: #fff;
}
/*mian*/
.main {
}
/*置顶*/
.top {
	position: fixed;
	bottom: 100px;
	right: 100px;
	width: 40px;
	height: 40px;
	background: url(../images/top.png) no-repeat;
	background-size: contain;
	cursor: pointer;
	display: none;
}
.banner {
	margin-top: 70px;
	position: relative;
	width: 100%;
	height: 690px;
}
.banner img {
	width: 100%;
}
.banner .c_bg {
	padding: 0 150px;
	height: 100%;
	background: url(../images/classify/c_bg.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.banner .c_bg h3 {
	padding-top: 170px;
	line-height: 40px;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}
.banner .c_bg span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
}
.banner .c_bg p {
	padding-top: 50px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}
.banner .link_btn {
	width: 130px;
	height: 160px;
	background: url(../images/classify/icon1.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 50%;
	margin-left: -65px;
	bottom: -83px;
	z-index: 20;
	cursor: pointer;
}

.all_pic {
	position: relative;
	padding-top: 147px;
}
.all_pic .til {
	padding-bottom: 60px;
	height: 38px;
	background: url(../images/classify/all_pic.png) no-repeat;
	background-size: 100% auto;
}
#container {
	background-color: #fff;
	padding: 20px 0;
}

/*弹窗*/
.popup {
	position: fixed;
	left: 50%;
	margin-left: -600px;
	top: 200px;
	width: 1200px;
	overflow: hidden;
	background-color: #fff;
    box-shadow: 0 0 15px 5px rgb(0,0,0,0.3);
	padding: 20px 0;
	box-sizing: border-box;
	z-index: 10;
}
.popup .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: url(../images/jy/close.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}
.popup .img_wrap {
	width: 50%;
	padding: 0 30px;
	box-sizing: border-box;
	background-color: #f1efeb;
}
.popup  .img_wrap img {
	width: 100%;
}
.popup .txt {
	width: 50%;
}
.popup .txt>h3 {
	padding: 0 40px;
	line-height: 36px;
	font-size: 24px;
	color: #545b53;
}
.popup .txt table {
	padding: 15px 40px;
	border-bottom: 1px solid #f2f2f2;
}
.popup .txt tbody td {
	font-size: 14px;
	color: #666;
	vertical-align: top;
}
.popup .txt tbody td.w50 {
	width: 50px;
	color: #545b53;
	font-weight: bolder;
}
.leave_message {
	background-color: #fbfbfb;
}
.leave_message h3 {
	padding: 0 40px;
	line-height: 50px;
	font-size: 18px;
	color: #545b53;
}
.leave_message h3 span {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
.leave_message .inp {
	padding: 0 40px;
	border-bottom: 1px solid #f2f2f2;
}
.leave_message .inp input {
	float: left;
	margin-bottom: 15px;
	padding: 0 10px;
	width: 70%;
	height: 40px;
	font-size: 16px;
	color: #333;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
}
.leave_message .inp .release {
	float: right;
	width: 20%;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	background-color: #cc0000;
	font-size: 16px;
	color: #fff;
}
.comment_area {
	padding: 0 40px;
	height: 160px;
	overflow-y: auto;
	overflow-x: hidden;
}
.comment_area ul li {
	padding: 10px 0;
	border-bottom: 1px solid #e4e4e4;
}
.comment_area ul li h3 {
	line-height: 30px;
	font-size: 16px;
	color: #cc0000;
}
.comment_area ul li h3 span {
	float: right;
	font-size: 14px;
	color: #999;
	font-weight: normal;
}
.comment_area ul li p {
	line-height: 20px;
	font-size: 14px;
	color: #666;
}
/*分辨率*/
@media screen and (max-width:1440px){
	.head {
		height: 70px;
	}
	.head .logo {
	    margin: 15px 0 0 40px;
	    width: 100px;
	    height: 50px;
	}
	.nav {
	    margin-top: 15px;
	    margin-left: 140px;
	}
	.search {
	    margin-left: 90px;
	    margin-top: 15px;
	}
	.search input {
		width: 200px;
	}
	.log_register {
	    margin-right: 40px;
	    padding-top: 15px;
	}

	.main {
		margin: 0 auto 80px;
	}
	.w1200 {
		width: 900px;
	}
	.banner {
		height: 490px;
	}
	.banner .c_bg {
		padding: 0 100px;
		height: 106%;
	}
	.banner .c_bg h3 {
		padding-top: 100px;
	}
	.banner .link_btn {
		width: 94px;
		height: 116px;
		margin-left: -46px;
	}
	.all_pic {
		padding-top: 100px;
	}
	.all_pic .til {
		height: 26px;
		padding-bottom: 45px;
	}
	.all_pic .pic_list ul li {
		width: 205px;
	}
	.all_pic .pic_list ul li .item .txt {
		padding: 10px;
	}
	.all_pic .pic_list {
		/*height: 1110px;*/
	}


	.popup .img_wrap {
		padding: 0 20px;
	}
	.popup .txt>h3 {
		padding: 0 20px;
		line-height: 30px;
		font-size: 18px;
	}
	.popup .txt tbody td {
		font-size: 12px;
	}
	.comment_area {
		padding: 0 20px;
		height: 116px;
	}
	.comment_area ul li h3 {
		line-height: 24px;
	}
	.popup .txt table{
		padding: 5px 20px;
	}
	.leave_message h3 {
		padding: 0 20px;
		line-height: 30px;
		font-size: 16px;
	}
	.leave_message .inp {
		padding: 0 20px;
	}
	.leave_message .inp input {
		line-height: 30px;
		font-size: 14px;
	}
	.popup .close {
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width:1366px){
	.head {
		height: 70px;
	}
	.head .logo {
	    margin: 15px 0 0 40px;
	    width: 100px;
	    height: 50px;
	}
	.nav {
	    margin-top: 15px;
	    margin-left: 140px;
	}
	.search {
	    margin-left: 90px;
	    margin-top: 15px;
	}
	.search input {
		width: 200px;
	}
	.log_register {
	    margin-right: 40px;
	    padding-top: 15px;
	}

	.main {
		margin: 0 auto 80px;
	}
	.w1200 {
		width: 900px;
	}
	.banner {
		height: 490px;
	}
	.banner .c_bg {
		padding: 0 100px;
		height: 106%;
	}
	.banner .c_bg h3 {
		padding-top: 100px;
	}
	.banner .link_btn {
		width: 94px;
		height: 116px;
		margin-left: -46px;
	}
	.all_pic {
		padding-top: 100px;
	}
	.all_pic .til {
		height: 26px;
		padding-bottom: 45px;
	}
	.all_pic .pic_list ul li {
		width: 205px;
	}
	.all_pic .pic_list ul li .item .txt {
		padding: 10px;
	}
	.all_pic .pic_list {
		/*height: 1110px;*/
	}

	.popup {
		top: 200px;
		margin-left: -450px;
		width: 880px;
	}
	.popup .img_wrap {
		padding: 0 20px;
	}
	.popup .txt>h3 {
		padding: 0 20px;
		line-height: 30px;
		font-size: 18px;
	}
	.popup .txt tbody td {
		font-size: 12px;
	}
	.comment_area {
		padding: 0 20px;
		height: 116px;
	}
	.comment_area ul li h3 {
		line-height: 24px;
	}
	.popup .txt table{
		padding: 5px 20px;
	}
	.leave_message h3 {
		padding: 0 20px;
		line-height: 30px;
		font-size: 16px;
	}
	.leave_message .inp {
		padding: 0 20px;
	}
	.leave_message .inp input {
		line-height: 30px;
		font-size: 14px;
	}
	.popup .close {
		width: 50px;
		height: 50px;
	}
}