﻿body {
	margin:0;
	padding:0;
	background:url(../images/yqlzp-bg.jpg) center 40px no-repeat;
	background-color:#FAF8F2;
	font:normal 12px "微软雅黑", Arial, Helvetica, sans-serif;
	color:#4F4742;
}
a { -webkit-transition:.1s linear; -o-transition:.1s linear; -ms-transition:.1s linear; transition:.1s linear;}
a img { -webkit-transition:.1s linear; -o-transition:.1s linear; -ms-transition:.1s linear; transition:.1s linear;}





/*头部*/
#YQLZP_TopArea {
	width:1400px;
	overflow:hidden;
	margin:0 auto;
}
/*LOGO*/
.YQLZPlogo {
	width: 1350px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto;
}
.YQLZPlogo a {
	width: 374px;
	height: 143px;
	margin-left: 230px;
	margin-top: 30px;
	display: block;
	background:url(../images/yqlzp-logo.png) no-repeat;
	background-size: 374px 143px;
}
.YQLZPlogo a:hover {
	background-position: 5px 0px;
}
/*导航*/
.YQLZPnav {
	width: 1350px;
	height: 100px;
	padding-top: 30px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.nav-home {
	width: 110px;
	height: 90px;
}
.nav-home a {
	width: 110px;
	height: 90px;
	display: flex;
	background:url(../images/yqlzp-nav-all.png) no-repeat;
	background-size: 110px 90px;
	line-height: 25px;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 17px;
	color: #80613A;
}
.nav-home a:hover, .nav-home a#on {
	background:url(../images/yqlzp-nav-all-active.png) no-repeat;
	background-size: 110px 90px;
	color: #FDF9F1;
}
.nav-items {
	width: 1240px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nav-items li {
	width: 135px;
	height: 40px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.nav-items li a {
	width: 135px;
	height: 40px;
	display: block;
	background:url(../images/yqlzp-nav-item.png) no-repeat;
	background-size: 135px 40px;
	text-align: center;
	line-height: 40px;
	font-size: 17px;
	color: #80613A;
}
.nav-items li a:hover, .nav-items li a#on {
	width: 135px;
	height: 40px;
	background:url(../images/yqlzp-nav-item-active.png) no-repeat;
	background-size: 135px 40px;
	color: #FDF9F1;
}





#YQLZP_MainAreaOut {
	width:100%;
	min-width: 1400px;
	overflow:hidden;
	background:url(../images/yqlzp-bg-foot.jpg) bottom center no-repeat;
}

.photo-list {
	width: 1350px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.photo-list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.photo-list ul li {
	width: 300px;
	overflow: hidden;
	margin-bottom: 50px;
}
.photo-item a .photo .photo-img img {
	box-sizing: border-box;
	border: 2px solid #444;
	transition: all 0.3s ease 0s;
}
.photo-item a:hover .photo .photo-img img {
	box-sizing: border-box;
	border: 2px solid #BBA582;
	transition: all 0.3s ease 0s;
}
.photo-item .photo {
	width: 300px;
	display: flex;
	flex-direction: column;
}
.photo-item .photo .photo-img {
	width: 300px;
	overflow: hidden;
	background:url(../images/yqlzp-bg-photo.png) top center no-repeat;
}
.photo-item .photo .photo-img img {
	width: 260px;
	margin: 50px 20px 0;
}
.photo-item .photo .photo-foot {
	width: 300px;
	height: 54px;
	overflow: hidden;
	background:url(../images/yqlzp-bg-photo-foot.png) top center no-repeat;
}
.photo-item a .title {
	width: 300px;
	padding-top: 10px;
	padding-bottom: 4px;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
	color: #333;
	transition: all 0.3s ease 0s;
}
.photo-item a:hover .title {
	color: #A7865F;
	transition: all 0.3s ease 0s;
}
.photo-item .text {
	width: 300px;
	padding-bottom: 4px;
	line-height: 25px;
	text-align: center;
	font-size: 15px;
	color: #BBA582;
}






/*底部*/
#YQLZP_FootArea {
	width: 100%;
	/*height:200px;*/
	overflow:hidden;
}
#YQLZP_Foot {
	width: 1000px;
	/*height:200px;*/
	overflow: hidden;
	margin: 0 auto;
}
.YQLZPfoot {
	width: 1000px;
	height: 40px;
	overflow:hidden;
	margin-top: 10px;
	margin-bottom: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	/*color: #A57948;*/
	color: #999;
}






























.photo-detail {
	width: 1350px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	box-sizing: border-box;

	/*background: linear-gradient(180deg, #F2EDE7 0%, #FDFCFA 100%) no-repeat;*/
	background: linear-gradient(180deg, rgba(242, 237, 231, 1) 0%, rgba(253, 252, 250, 0.5) 100%) no-repeat;
	background-color: rgba(253, 252, 250, 0.85);
	background-size: 100% 200px;
	box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
	border: 10px solid rgba(255, 255, 255, 0.5);

	display: flex;
	flex-direction: column;
	align-items: center;
}

.data-detail-title {
	width: 100%;
}
.databasetitle-longtitle {
	/*display: -webkit-flex; */
    /* justify-content: center; */
    /* align-items: center; */
    padding-top: 60px;
    /*width: 90%;*/
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.datatitlebox {
    display: inline;
    /* zoom: 1; */
    background: linear-gradient(to bottom, rgba(0, 255, 255, 0) 40%, rgba(253, 237, 211, 0.8) 0%);
    line-height: 44px;
    padding-bottom: 10px;
}
.databasetitle .text, .databasetitle-longtitle .text {
    /* height: 30px; */
    margin: 0 14px;
    font-size: 32px;
    /* border-bottom: solid 16px #FDEDD3; */
}
.topicname {
    margin: 0 auto;
    padding-top: 12px;
    width: 100%;
    height: 30px;
    color: #9C7F66;
    line-height: 30px;
    font-size: 17px;
    text-align: center;
}
.photo-detail .photo-img {
	width: 600px;
	margin: 0 auto;
	margin-top: 60px;
}
.photo-detail .photo-img img {
	width: 600px;
	margin: 0 auto;
}

.photo-detail-info {
	width: 900px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.photo-detail-info li {
	margin-bottom: 10px;
}
.photo-detail-info li dl {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.photo-detail-info li dl dt {
	width: 150px;
	box-sizing: border-box;
	padding: 12px 28px;
	background: linear-gradient(90deg, #F6F3ED 0%, #F7F5F0 100%);
	font-size: 16px;
	line-height: 28px;
	color: #80613A;
}
.photo-detail-info li dl dd {
	flex: 1;
	box-sizing: border-box;
	padding: 12px 28px;
	background: linear-gradient(90deg, #EDE6D9 0%, #FDFCFA 100%);
	font-size: 17px;
	line-height: 28px;
	color: #333;
}

































