@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400i');
@import url('https://fonts.googleapis.com/css?family=Droid+Serif');
@import url('https://fonts.googleapis.com/earlyaccess/cwtexming.css');
@import url('https://fonts.googleapis.com/earlyaccess/cwtexming.css');
@import url('https://fonts.googleapis.com/css?family=IM+Fell+French+Canon+SC');
#about-wrap{
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:100% 0%;
	position:relative;
	padding-bottom: 100px;
}
#about-wrap:before{
	position: absolute;
	width: 100%;
	height: 100%;
	/* background: rgba(255, 255, 255, 0.4); */
	content: "";
	left: 0;
	top: 0;
}
.indextitle{
	margin-bottom: 45px;
	padding: 55px 0;
	background: url(/images/31/index/img-titleBg.png) no-repeat center bottom;
}
.indextitle p{
	text-align: center;
	font-size: 18px;
	font-family: 'cwTeXMing', serif;
	color: #d2b16b;
}
.indextitle p:first-child{
	font-size: 72px;
	font-style: italic;
	font-family: "IM Fell French Canon SC script=latin rev=2";
	line-height: 70px;
	letter-spacing: -6px;
}
.bxslider div a{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: cover;
}
.articlebox{
	overflow:hidden;
	position: relative;
    z-index: 2;
}
.articlebox .left{
	float:right;
	width: 65%;
	overflow:hidden;
}
.articlebox .right{
	float:left;
	width: 28%;
    margin-left: 5%;
}
.articlebox .left #ad-list{
	width: 85%;
    float: right;
}
#ad-list .slick-prev, 
#ad-list .slick-next{
	z-index: 9;
}
#ad-list .slick-prev{
	left: -75px;
}
#ad-list .slick-next{
	left:0px;
}

#ad-list .slick-prev:before, 
#ad-list .slick-next:before{
	content:url(/images/31/index-about-ad-srrow1.png);
	background:none;
	opacity:1 !important;
}
#ad-list .slick-next:before{
	content:url(/images/31/index-about-ad-srrow2.png);
}
#ad-list .slick-prev:hover:before{
	content:url(/images/31/index-about-ad-srrow1hover.png);
}
#ad-list .slick-next:hover:before{
	content:url(/images/31/index-about-ad-srrow2hover.png);
}
.articlebox .right h2{
}
.articlebox .right h3{
	font-size: 18px;
    color: #b9b7b7;
    margin: 25px 0;
    letter-spacing: 0.1em;
    line-height: 150%;
}
.articlebox .right article{
	color:#8a8a8a;
	font-size:14px;
}
.articlebox .right p{
	background:#d2b16b;
	font-family: 'Playfair Display', serif;
	font-style:italic;
	width: 150px;
	padding: 5px 10px;
	float: right;
    margin-top: 50px;
}
.articlebox .right p:hover{
	background: #c83444;
}
.articlebox .right p a{
	color:#fff;
	display:block;
    text-align: center;
}
#about-wrap .about-style{
	position:absolute;
    top: 247px;
    z-index: 2;
    left: 0;
    width: 20%;
}
#about-wrap .about-style .img{
	overflow: hidden;
	position: relative;
}
#about-wrap .about-style .img:before{
	content:'';
	display:block;
	width:0%;
	height:1px;
	background:#cab492;
	position:absolute;
	top:30px;
	left:0;
	transition:all ease-in-out 0.8s;
}
#about-wrap.Over .about-style .img:before{
	width:100%;
}
#about-wrap .about-style .img:after{
	content: '';
    display: block;
    width: 1px;
    height: 0%;
    background: #cab492;
    position: absolute;
    top: 0%;
    right: 35px;
	transition:all ease-in-out 0.8s;
}
#about-wrap.Over .about-style .img:after{
    height: 100%;
}
#about-wrap .about-style .img p{
	float: right;
    position: absolute;
    right: 20px;
    bottom: 50px;
    background: #fff;
    z-index: 2;
    padding: 10px 0;
}
#about-wrap .about-style .img .left{
	float:left;
	margin-top: 200px;
	margin-bottom: 50px;
	transition:all ease-in-out 0.3s;
}
#product{
	background:url(/images/31/index-product-bg.jpg);
	background-position:50% 0%;
	background-attachment:fixed;
	position:relative;
	padding: 50px 0 100px;
	z-index: 1;
}
#product:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:50% 0%;
	background-size:100%;
}
.product-show{
	position:relative;
	z-index:2;
}
.product-show .productList{
}
.product-show .p-box{
	margin: 10px 20px;
    box-shadow: 0 0 10px #b8b8b8;
	position:relative;
	transition:all ease-in-out 0.3s;
}
.product-show .p-box:hover{
    box-shadow: none;
}
.product-show .p-box:before{
	content:'';
	width:1px;
	height:92%;
	position:absolute;
	top:10px;
	left:4%;
	background:#fff;
	z-index: 9;
}
.product-show .p-box:after{
	content:'';
	width:1px;
	height:92%;
	position:absolute;
	top:10px;
	right:4%;
	background:#fff;
}
.product-show .p-box .photo{
	position:relative;
}
.product-show .p-box .photo:before{
	content:'';
	width:92%;
	height:1px;
	position:absolute;
	top:10px;
	right:4%;
	background:#fff;
}
.product-show .p-box .photo a{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: cover;
    background-color: #fff;
	transition:all ease-in-out 0.3s;
}
.product-show .p-box:hover .photo a{
	background-size: 110%;
}
.product-show .p-box .name{
	background:#fff;
	padding:30px;
	position:relative;
}
.product-show .p-box .name:before{
	content:'';
	width:100%;
	background-image:url(/images/31/index-product-style.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	height:41px;
	position:absolute;
	top:-20px;
	left:0;
}
.product-show .p-box .name h3{
	font-size:16px;
	color:#6e3f3f;
	text-align:center;
    margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product-show .p-box .name h3 a{
	color:#6e3f3f;
	font-weight:normal;
}
.product-show .p-box .name span{
	display:block;
	width:100%;
	background:#d2b16b;
	height:2px;
	position:relative;
}
.product-show .p-box .name span:before{
	content:url(/images/31/index-product-style2.png);
	position:absolute;
	top:-10px;
	left:48%;
	transition:all ease-in-out 0.5s;
}
.product-show .p-box:hover .name span:before{
	left:100%;
}
#product p.more{
    background: #a58785;
    width: 230px;
    margin: 50px auto 0;
    text-align: center;
    padding: 3px 0;
	position:relative;
	z-index:2;
}
#product p a{
	font-family: 'Playfair Display', serif;
	color:#fff;
	font-size:16px;	
}
#news{
	background:#fff;
	padding-bottom: 100px;
}
#news .indextitle{
	margin-bottom: 0;
	background: url(/images/31/index/img-newTitleBg.png) no-repeat center;
}
#news .indextitle p {
	padding-top: 20px;
}
#news .indextitle p b{
	margin-left: 30px;
	font-size: 18px;
	font-family: 'cwTeXMing', serif;
	font-weight: normal;
	letter-spacing: normal;
	font-style: initial;
}
.newslist{
	overflow:hidden;
	background-image:url(/images/31/index-news-border.png),url(/images/31/index-news-border2.png),url(/images/31/index-news-border3.png),url(/images/31/index-news-border4.png);
	background-repeat:no-repeat;
	background-position:0 0,100% 0, 100% 100%,0% 100%;
    padding: 30px;	
}
.newslist >div{
	float:left;
	width:45%;
	border-bottom: 1px solid #f0f0f0;
	margin:0 2.5%
}
.newslist .box{
	overflow:hidden;
	margin: 30px 0;
}
.newslist .box .date{ 
	float:left;
    width: 20%;
}
.newslist .box .date a{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	box-shadow: 0 0 5px #777777 inset;
}

.newslist .box .newsinfo{ 
	float: left;
    width: 75%;
    margin-left: 5%;
}
.newslist .box .newsinfo h3 a{ 
	color:#a58785;
	font-size:18px;
}
.newslist .box .newsinfo article{ 
	color:#908e8e;
	font-size:14px;
	height:46px;
	overflow:hidden;
}
.newslist .box .newsinfo p{ 
	color:#c8c7c7;
	font-size:14px
}
.newslist .box .newsinfo p.more{ 
	text-align:right;
}
.newslist .box .newsinfo p.more a{ 
	color:#ddc38d;
	font-size:18px;
	font-family: 'Playfair Display', serif;
}
#googlebook{
	background:#f4f4f4;
	padding: 92px 0;
}
#googlebook .box{
	 /* width: calc((100%/3) - 10px); */
	 /* float: left; */
	 margin: 0 5px;
	 overflow: hidden;
}
   
#album .albumList{
	overflow:hidden;
	position:relative;
	height: 420px;
}
#album .albumList .p-box{
	height:420px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	position:absolute;
    top: 0;
}
#album .albumList .p-box .photo,
#album .albumList .p-box .photo a{
	display: block;
    width: 100%;
    height: 100%;
}
#album .albumList .p-box:nth-child(1){
	width:13%;
	left: 1%;
}
#album .albumList .p-box:nth-child(2){
	width:30%;
	left: 15%;
}
#album .albumList .p-box:nth-child(3){
    width: 26%;
	left: 46%;
}
#album .albumList .p-box:nth-child(4){
	width: 12.5%;
    left: 46%;
    bottom: 0;
    top: initial;
}
#album .albumList .p-box:nth-child(5){
	width: 12.5%;
    left: 59.5%;
    bottom: 0;
    top: initial;
}

#album .albumList .p-box:nth-child(3),
#album .albumList .p-box:nth-child(4),
#album .albumList .p-box:nth-child(5){
	height:200px
}
#album .albumList .p-box:nth-child(6){
    right: 0;
    width: 27%;
}
#album .albumList .p-box .photo a{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
#album.divOver .p-box{
	opacity:0.5 !important;
	transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-ms-transition:all ease-in-out 0.3s;
	-o-transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
}
#album.divOver .p-box:hover{
	opacity:1 !important;
}

@media screen and (max-width: 1900px) {
	#about-wrap .about-style .img .left{
		margin-top: 130px;
		margin-bottom: 120px;
	}
	#about-wrap .about-style .img .left img{
		max-width:80%;
	}
}
@media screen and (max-width: 1680px) {
	.articlebox .left{
		width: 50%;
	}
	.articlebox .right{
		margin-left: 0%;
		width: 45%;
	}
}
@media screen and (max-width: 1440px) {
	#album .albumList .p-box,
	#album .albumList{
		height: 320px;
	}
	#album .albumList .p-box:nth-child(3), #album .albumList .p-box:nth-child(4), #album .albumList .p-box:nth-child(5){
		height: 150px;
	}
}
@media screen and (max-width: 1280px) {
	#ad-list .slick-prev:before, #ad-list .slick-next:before{
	    zoom: 0.7;	
	}
	#ad-list .slick-prev{
	    left: -51px;	
	}
	.articlebox .right{
		/* margin-left: 15%; */
		width: 50%;
	}
	#about-wrap .about-style{
	    top: initial;
		left: 0;
		width: 15%;
		bottom: 0;	
	}
	#about-wrap .about-style .img .left img{
		max-width:60%;
	}
	#about-wrap{
		background-size: cover;
	}
	#about-wrap .about-style .img:after{
		height: 100%;
	}
	#about-wrap .about-style .img:before{
		width:100%;
	}
}
@media screen and (max-width: 980px) {
	.articlebox .right{
		margin-left: 0%;
		width: 40%;
	}
	.articlebox .left{
		width: 55%;
	}
	#about-wrap .about-style{
		width: 20%;
		bottom: -15%;	
	}
	#about-wrap .about-style .img .left{
		margin-top: 80px;
		margin-bottom: 100px;		
	}
	#album .albumList{
	    height: 650px;	
	}
	#album .albumList .p-box:nth-child(1){
	    width: 40%;	
	}
	#album .albumList .p-box:nth-child(2){
	    width: 57%;
		left: 42%;	
	}
	#album .albumList .p-box:nth-child(3){
		top: initial;
		bottom: 0;
		left: 1%;
		height: 320px;		
	}
	#album .albumList .p-box:nth-child(4){
	    width: 26%;
		height: 320px;
		left: 28%;	
	}
	#album .albumList .p-box:nth-child(5){
		width: 23%;
		height: 320px;
		left: 55%;		
	}
	#album .albumList .p-box:nth-child(6){
		top: initial;
		bottom: 0;
		width: 20%;	
		right: 1%;
	}
}
@media screen and (max-width: 768px) {
	.articlebox .right{
		width: 100%;
		/* margin-left: 40%; */
	}
	.articlebox .left{
	}
	#about-wrap .about-style{
		width: 40%;
		bottom: 0;	
	}
	.newslist >div{
	    width: 95%;	
	}
	.newslist{
	    background-size: 20%;	
	}
	#album .albumList{
	    height: 750px;	
	}
	.articlebox .right h2 {
		display: none;
	}
	#album .albumList .p-box:nth-child(1){
	    width: 40%;	
	}
	#album .albumList .p-box:nth-child(2){
	    width: 57%;
		left: 42%;	

	}
	#album .albumList .p-box:nth-child(3){
		top: 330px;
		bottom: initial;
		left: 1%;
		height: 250px;
		width: 68%;
	}
	#album .albumList .p-box:nth-child(4){
		width: 29%;
		height: 250px;
		left: 70%;
		bottom: initial;
		top: 330px;	
	}
	#album .albumList .p-box:nth-child(5){
		width: 48%;
		height: 150px;
		left: 1%;
		bottom: initial;
		top: 590px;		
	}
	#album .albumList .p-box:nth-child(6){
		top: 590px;
		bottom: initial;
		width: 49%;
		right: 1%;
		height: 150px;
	}
	.articlebox .left #ad-list {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.articlebox .right{
		width: 80%;
		margin-left: 10%;
	}
	#about-wrap .about-style{
		bottom: -10%;
	}
	.articlebox .right h2 img{
		max-width:65%;
	}
	.articlebox .right p{
	    width: 120px;	
	}
	.newslist .box .date,
	.newslist .box .date img{
		width:100%;
	}
	.newslist .box .newsinfo{
	    width: 100%;
		margin-left: 0;
		margin-top: 20px;	
	}
}
