* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@font-face {
	font-family: "fzst";
	src:url("../fonts/fzst.TTF") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "fsjt";
	src: url("../fonts/fsjt/fsjt.eot");
	src: url("../fonts/fsjt/fsjt.eot?#iefix") format("embedded-opentype"),
	url("../fonts/fsjt/fsjt.woff") format("woff"),
	url("../fonts/fsjt/fsjt.ttf") format("truetype"),
	url("../fonts/fsjt/fsjt.svg#fsjt") format("svg");
	font-style: normal;
	font-weight: normal;
}

::-webkit-scrollbar {
	display: none;
}

*::after,
*::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}
.clearfix::after {
	content: "";
	height: 0;
	overflow: hidden;
	clear: both;
	position: static;
}
a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-moz-outline-style: none;
}
a,
img {
	display: block;
}

img {
	max-width: 100%;
}


html {
	height: 100%;
}

body {
	height: 100%;
	font-size: 16px;
	line-height:1;
}

.logo {
	width: 100%;
	padding: 3.125% 0;
	font-family: 'STKAITI';
	text-align:center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 111;
}
.place.logo {
	position: static;
	opacity: 0;
	pointer-events: none;
}
.logo img {
	margin: 0 auto 20px;
	width: 190px;
}
.logo .name-img img {
	width: 250px;
	display: block;
	margin: 0 auto;
}
.logo .cn {
	font-weight:bold;
	letter-spacing: 3px;
	font-size:16px;
	white-space:nowrap;
	margin-bottom:8px;
}
.logo .en {
	font-size:8px;
}
.wrap {
	width: 90.625%;
	margin: 0 0 0 9.375%;
}

.bg {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	z-index: -1;
}
/* about */
.content {
	min-height: 100vh;
	padding-top: 1px;
}

.about-bg {
	background-image: url(https://dcqhj.oss-cn-hongkong.aliyuncs.com/2021/06/22/contact.jpg);
	padding-bottom: 15%;
	background-size: cover;
	background-position: center;
}
.location-bg {
	background-image: url(../images/location_bg.jpg);
	background-size: cover;
	background-position: center center;
}
.news-bg {
	background-image: url(../images/gg_bg.jpg);
	background-size: cover;
	background-position: center center;
}

.art-bg {
	background-image: url(../images/art_bg.jpg);
	background-size: cover;
	background-position: center center;
}
.art-book-bg {
	background-image: url(../images/art-book-bg.jpg);
	background-size: cover;
	background-position: center center;
}
.contact-bg {
	background-image: url(../images/contact.jpg);
	background-size: cover;
	background-position: center center;
}
.side-bar-box {
	width: 250px;
	position: fixed;
}
.side-bar a {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 17px;
	color: #000;
}
.side-bar a:last-child{
	margin-bottom: 0;
}
.page-content {
	width: calc(100% - 250px);
	float: right;
	padding-bottom: 6.25%;
}

.page-content .about-text {
	font-size: 30px;
	line-height: 80px;
	color: #4a4f5d;
	background: rgba(255, 255, 255, .3);
	padding: 90px 86px 86px 86px;
	width: 79%;
	font-family: 'fzst';
	font-weight: bold;
	margin-top: -4%;
}
.page-content .arts-text {
	font-size: 16px;
	line-height: 1.4;
}
.language-box {
	position: fixed;
	right: 5.1%;
	top: 220px;
	font-size: 20px;
	display: flex;
	z-index: 9999;
}
.language-box .left {
	margin-right: 80px;
}


/* 公司位置 */

.location-text {
	font-size: 20px;
	line-height: 2;
	margin-top: 50px;
	font-family: SimHei;
	font-weight: 500;
}



/* 艺术作品 */

#book_container .swiper-slide .img_box {
	width: calc(100% - 250px - 9.375vw);
	float: left;
}

#book_container .swiper-slide .info_box {
	float: left;
	width: calc(250px + 9.375vw);
	font-size: 20px;
	padding: 0 10px 0 50px;
}
#book_container .swiper-slide .info_box div {
	margin-bottom: 40px;
}
.swiper-btn-box {
	position: absolute;
	left: 0;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	z-index: 99;
	top:50%;
	transform: translateY(-50%);
	width: 100%;
}
#book_container .swiper-btn-box {
	width: calc(100% - 250px - 9.375vw);
}
.swiper-btn-box .btn-box {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,.3);
	cursor: pointer;
}
.swiper-btn-box .swiper-button-prev,
.swiper-btn-box .swiper-button-next {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	height: 44px;
	margin: 0;
	transform: scale(.6);
}


/* 节假日公告 */

.news-container {
	padding-right: 70px;
}

#news_container .title {
	font-size: 20px;
	line-height: 80px;
	text-align: center;
}
.contact-text-box {
	padding-right: 10%;
}
.contact-text-box .location-text{
	float: right;
	margin-top: 0;
}


@media screen and (max-width: 1600px) {
	.logo img {
		width: 150px;
	}
	.logo .name-img img {
		width: 200px;
	}
	.language-box {
		top: 150px;
		font-size: 18px;
	}
	.side-bar-box {
		width: 200px;
	}
	.side-bar a {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.page-content {
		width: calc(100% - 200px);
	}

	.page-content .about-text {
		font-size: 26px;
		line-height: 60px;
		padding: 76px 70px 70px 70px;
	}
	#book_container .swiper-slide .img_box {
		width: calc(100% - 200px - 9.375vw);
	}
	#book_container .swiper-slide .info_box {
		width: calc(200px + 9.375vw);
		padding: 0 10px 0 40px;
		font-size: 18px;
	}
	#book_container .swiper-slide .info_box div {
		margin-bottom: 20px;
		line-height: 1.4;
	}
	#book_container .swiper-btn-box {
		width: calc(100% - 200px - 9.375vw);
	}
	#news_container .title {
		font-size: 18px;
	}

	.location-text {
		font-size: 18px;
	}
}

@media screen and (max-width: 1440px) {
	.logo img {
		width: 130px;
	}
	.logo .name-img img {
		width: 160px;
	}
	.language-box {
		top: 150px;
		font-size: 16px;
	}
	.side-bar-box {
		width: 160px;
	}
	.side-bar a {
		font-size: 16px;
		margin-bottom: 6px;
	}
	.page-content {
		width: calc(100% - 160px);
	}

	.page-content .about-text {
		font-size: 20px;
		line-height: 50px;
		padding: 46px 40px 40px 40px;
	}

	#book_container .swiper-slide .img_box {
		width: calc(100% - 160px - 9.375vw);
	}
	#book_container .swiper-slide .info_box {
		width: calc(160px + 9.375vw);
		padding: 0 10px 0 30px;
		font-size: 16px;
	}
	#book_container .swiper-slide .info_box div {
		margin-bottom: 16px;
	}
	#book_container .swiper-btn-box {
		width: calc(100% - 160px - 9.375vw);
	}
	#news_container .title {
		font-size: 16px;
	}

	.location-text {
		font-size: 16px;
	}
}

@media screen and (max-width: 1366px) {
	.side-bar a{
		margin-bottom: 4px;
	}
	.page-content .about-text {
		font-size: 18px;
		line-height: 40px;
		padding: 46px 40px 40px 40px;
	}
}


.mo-head {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

.leg {
	height: 60px;
	display: none;
}
.mo-head .wrapper{
	width: 92%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}

.mo-head .wrapper a img{
	height: 44px;
}

.mo-head .menu-btn {
	width: 44px;
	height: 44px;
	padding: 12px 0;
	position: relative;
}
.mo-head .menu-btn span {
	display: block;
	width: 30px;
	height: 3px;
	background-color: #000;
	margin: 0 auto 5px;
}
.mo-head .menu-btn span:last-child{
	margin-bottom: 0;
}
.nav-box {
	position: fixed;
	left: 0;
	top: 100%;
	transition: all .2s ease;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	background-color: #f5f5f5;
	z-index: 998;
}
.nav-box.act {
	top: 0;
}
.nav-box li {
	height: 44px;
	border-bottom: 1px solid #ccc;
}
.nav-box li a {
	display: block;
	font-size: 16px;
	line-height: 44px;
	padding: 0 4%;
	color: #333;
}

.close-btn {
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #ccc;
	left: 50%;
	bottom: 100px;
	transform: translateX(-50%) rotate(45deg);

}
.close-btn span {
	display: block;
	position: absolute;
	background-color: #333;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.close-btn span:first-child{
	width: 2px;
	height: 18px;
}
.close-btn span:last-child{
	width: 18px;
	height: 2px;
}

@media screen and (max-width: 1024px) {
	.location-bg {
		background-image: url(../images/location_m_bg.jpg);
	}
	.content {
		min-height: calc(100vh - 60px);
	}
	.page-content {
		width: 100%;
	}
	.language-box{
		display: none;
	}
	.logo {
		display: none;
	}
	.leg {
		display: block;
	}
	.mo-head {
		display: block;
	}

	.side-bar-box {
		display: none;
	}

	.wrap {
		width: 92%;
		margin: 0 auto;
	}


	#book_container .swiper-slide .img_box {
		width: 100%;
	}
	#book_container .swiper-slide .info_box {
		width: 100%;
		padding: 20px 0;
	}
	#book_container .swiper-btn-box {
		width: 100%;
	}


	.news-container {
		padding-right: 0;
	}
	.page-content {
		padding-top: 12%;
	}
	.page-content .about-text {
		margin-top: 0;
		width: 100%;
		padding: 5%;
		font-size: 16px;
	}
}


