@charset "utf-8";

.profile .inner-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	margin-top: 30px;
}
.profile .profile-img {
	width: 80%;
	margin-bottom: 20px;
}
.profile .profile-img img {
	width: 100%;
}
.profile .profile-con {
	font-size: 16px;
	color: #999;
	line-height: 2;
	flex: 1;
}

.data {
	background-color: #1c1d33;
	padding: 50px 0 10px;
}
.data-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.data-list li {
	width: 50%;
	margin-bottom: 40px;
}
.data-list li h1 {
	font-size: 40px;
	line-height: 1;
	color: #fff;
	text-align: center;
}
.data-list li p {
	color: #c99a5e;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

.row-img {
	width: 100%;
	height: 120px;
	background: url(../../images/pic49.jpg) no-repeat center center;
	background-size: cover;
}

.culture .culture-text {
	text-align: center;
	color: #999;
	font-size: 16px;
	line-height: 2.5;
}
.culture-list {
	margin: 60px 0 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.culture-list li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 1px solid #c99a5e;
	width: 31%;
	padding: 6px;
	min-height: 116px;
	margin-bottom: 5%;
}
.culture-list li .s1 {
	color: #c99a5e;
	font-size: 24px;
	font-weight: bold;
}
.culture-list li .s2 {
	color: #333;
	font-size: 16px;
}
.culture-list li .s3 {
	color: #999;
	font-size: 14px;
	margin-top: 6px;
	text-align: center;
}
.culture-list li:hover {
	background: #c99a5e;
}
.culture-list li:hover .s1, .culture-list li:hover .s2, .culture-list li:hover .s3 {
	color: #fff;
}

.culture-image {
	background-color: #1c1d33;
	padding: 16px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.culture-image .bigImg{
	width: 76.92% !important;
	height: 100% !important;
	position: relative;
}
.culture-image .bigImg li {
	width: 100% !important;
}
.culture-image .bigImg li img{ 
	width: 100%;
}

.culture-image .smallScroll{
	width: 21.55%;
}
.culture-image .sPrev,.culture-image .sNext{
	width: 100%;
	height: 24px;
	display: block;
	background-color: #c99a5e;
	cursor: pointer;
	text-align: center;
}
.culture-image .prevStop,.culture-image .nextStop{
	background-color: #999;
}
.culture-image .sNext {
	/*margin-top: -14px;*/
}
.culture-image .sPrev i {
	display: inline-block;
	width:0;
    height:0;
	border-right:8px solid transparent;
	border-left:8px solid transparent;
	border-bottom:8px solid #fff;
	vertical-align: middle;
}
.culture-image .sNext i {
	display: inline-block;
	width:0;
    height:0;
	border-right:8px solid transparent;
	border-left:8px solid transparent;
	border-top:8px solid #fff;
	vertical-align: middle;
}
.culture-image .smallImg{
	margin: 8px 0;
	overflow: hidden;
}
.culture-image .smallImg ul{
	height:9999px;
	overflow: hidden;
}

.culture-image .smallImg li{
	margin-bottom: 14px;
}
.culture-image .smallImg .on img{
	border: 2px solid #c99a5e;
}

.culture-image-wrap {
	background-color: #1c1d33;
	padding: 16px;
	border-radius: 10px;
}
.culture-image-swiper{
	--swiper-pagination-color: #c99a5e;
}

.history .module-title {
	text-align: center;
}
.history {
	padding: 50px 0 0;
	background: url(../../images/image5.jpg) repeat-x center center;
}
.history-swiper {
	width: 90%;
	margin: 0 auto;
	height: 458px;
}
.history-list {
	height: 280px;
	margin: 60px 0 0;
	position: relative;
	cursor: url(../../images/left_right.png), move;
}
.history-list li {
	text-align: center;
}
.history-list li:before {
	position: absolute;
	left: 0;
	right: 0;
	content: ' ';
	height: 0;
	border-top: 1px dashed #ccc;
}
.history-list li:after {
	position: absolute;
	content: ' ';
	width: 0;
	height: 69px;
	border-left: 1px dashed #ccc;
	left: 50%;
}
.history-list li:nth-child(odd) {
	bottom: 50%;
}
.history-list li:nth-child(even) {
	top: 50%;
}
.history-list li .year {
	font-size: 24px;
	color: #c99a5e;
	line-height: 1.8;
}
.history-list li .dot {
	left: 50%;
	margin-left: -5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #f8f9fb;
    background-color: #c99a5e;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #c99a5e;
}
.history-list li:nth-child(odd) .dot {
	position: absolute;
	bottom: -5px;
}
.history-list li:nth-child(even) .dot {
	position: absolute;
	top: -5px;
}
.history-list li:nth-child(odd) .text {
	position: absolute;
	bottom: 77px;
	padding-bottom: 17px;
	width: 100%;
}
.history-list li:nth-child(odd) .text:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	content: ' ';
	width: 40px;
	height: 1px;
	background-color: #ccc;
}
.history-list li:nth-child(odd):after {
	bottom: 7px;
}
.history-list li:nth-child(odd):before {
	bottom: -1px;
}
.history-list li:nth-child(even) .text {
	position: absolute;
	top: 77px;
	padding-top: 17px;
	width: 100%;
}
.history-list li:nth-child(even) .text:after {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -20px;
	content: ' ';
	width: 40px;
	height: 1px;
	background-color: #ccc;
}
.history-list li:nth-child(even):after {
	top: 7px;
}
.history-list li:nth-child(even):before {
	top: 0;
}

.exhibition .module-title {
	text-align: center;
}

.exhibition-list {
	position: relative;
	max-width: 1360px;
	padding: 0 60px;
	margin: 30px auto 0;
}

.exhibition-list .prev, .exhibition-list .next {
	position: absolute; top: 50%; margin-top: -40px; width: 36px; height: 80px; background: rgba(197,164,126,0.5) url(../../images/arrow_white.png) no-repeat;
}
.exhibition-list .prev {
	 left: 10px;
	 background-position: -8px 18px;
}
.exhibition-list .next {
	right: 10px;
	background-position: -56px 18px;
}
.exhibition-list a:hover {
	background-color: rgba(197,164,126,1);
}
.exhibition-list .image, .exhibition-list .image img {
	border-radius: 6px;
}
.exhibition-list .swiper-slide .title {
	text-align: center;
	color: #666;
	margin-top: 10px;
}