@charset "utf-8";

/* 展开导行 */
.sidebar-wrapper {position:relative;height:100%;overflow:auto;display:none;}
#dowebok {background-color:rgba(0,0,0,.6);}
#dowebok .nav {margin-top:80px;list-style-type:none;color:#fff;}
#dowebok .nav li {display:block;line-height:55px;font-size:18px;position:relative;}
#dowebok .nav li a {display:block;padding:0 20px;height:100%;border-bottom:1px solid #666;}
#dowebok .nav a:hover {background-color:#000;}
#dowebok .nav li .n2btn {width:35px;height:55px;display:inline-block;position:absolute;right:0;top:0;color:#fff;background:url(../images/more.svg) no-repeat left center;background-size:auto 24px;z-index:10;}
#dowebok .nav li .nav2 {display:none;}
#dowebok .nav li .nav2 li {font-size:16px;}
#dowebok .nav li .nav2 li a {padding-left:50px;}
[data-simplersidebar='active'] {box-shadow:3px 0px 3px 0px rgba(0,0,0,0.5);}




/* 公共样式 */
@font-face {
	font-family: 'cs-r';
	src: url(../fonts/CormorantSC-Regular-2.ttf);
}
@font-face {
	font-family: 'p-l';
	src: url(../fonts/Poppins-Light.ttf);
}
@font-face {
	font-family: 'sh-l';
	src: url(../fonts/SourceHanSerifCN-Light.otf);
}




.ipub_tit h2{
	color: #e1e1e1;
	font-size: 158px;
	font-family: 'cs-r';
	word-wrap: break-word;
}




@media(max-width:1200px){
	.ipub_tit h2{
		font-size: 120px;
	}
}
@media(max-width:991px){
	.ipub_tit h2{
		font-size: 90px;
		margin-bottom: 10px;
	}
}
@media(max-width:768px){
	.ipub_tit h2{
		font-size: 70px;
	}
}
@media(max-width:480px){
	.ipub_tit h2{
		font-size: 60px;
	}
}




.page {
	text-align: center;
	padding:40px 0;
}
.page .pagination {
	display: inline-block;
}
.page .pagination li{
	float: left;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #8e7855;
	margin:0 10px;
	border-radius: 50%;
}
.page .pagination li span,
.page .pagination li a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding:0 3px;
}
.page .pagination li.prev,
.page .pagination li.next{
	background-color: transparent;
}
.page .pagination li.active,
.page .pagination li:hover {
	color: #fff;
	background-color: #d9b47c;
}
.page .pagination li.disabled,
.page .pagination li.disabled:hover{
	color:#ddd;
	display:none;
}




@media (max-width:768px) {
	.page .pagination li{
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		margin: 0 4px;
	}
}




.breadcrumb li{
	color: #666;
	font-size: 15px;
	font-family: 'sh-l';
	text-transform: capitalize;
	float: left;
	position: relative;
	padding-right: 10px;
	margin-right: 5px;
}
.breadcrumb li:last-child{
	color: #d9b47c;
	padding-right: 0;
	margin-right: 0;
}
.breadcrumb li:hover{
	color: #d9b47c;
}
.breadcrumb li::after{
	content: '/';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: #d9b47c;
}
.breadcrumb li:last-child:after{
	display: none;
}




.ibanner, 
.inc_banner
{
	font-size:0;
	position: relative;
}
.ibanner img, 
.inc_banner img
{
	width:100%;
}




.swiper .swiper-pagintaion{
	bottom: 0;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next,
.swiper .swiper-pagintaion-bullet{
	opacity: 1;
	outline: none;
}




/* @keyframes myScale2{
	30%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.05);
	}
} */
.ibanner{
	overflow: hidden;
}
.ibanner .swiper-slide{
	position: relative;
}
.ibanner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* .ibanner .swiper-slide-active img{
	animation: myScale2 5s linear infinite;
} */
.ibanner .text,
.inc_banner .text
{
	position: absolute;
	top: 0;
	left: 0;	
	z-index: 99;
	width: 100%;
	height: 100%;
}
.ibanner p,
.inc_banner p
{
	color: #fff;
	font-size: 60px;
	text-align: center;
	font-family: 'cs-r';
	word-wrap: break-word;
	text-transform: uppercase;
	padding: 0 15px;
	box-sizing: border-box;
	max-width: 1200px;
}




@media(max-width:991px){
	.ibanner p,
	.inc_banner p
	{
		font-size: 40px;
	}
}
@media(max-width:768px){
	.ibanner p,
	.inc_banner p
	{
		font-size: 30px;
	}
}
@media(max-width:460px){
	.ibanner p{
		max-width: 320px;
	}
}
@media(max-width:420px){
	.ibanner p,
	.inc_banner p
	{
		font-size: 25px;
	}
}




.ibanner .swiper-button-prev,
.ibanner .swiper-button-next
{
	width: 12px;
	height: 22px;
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.ibanner .swiper-button-prev{
	left: 35px;
	background-image: url(../images/ibanner_prev.png);
}
.ibanner .swiper-button-next{
	right: 35px;
	background-image: url(../images/ibanner_next.png);
}
.ibanner .swiper-button-prev::after,
.ibanner .swiper-button-next::after
{
	content: '';
}
.ibanner .bottom{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	width: 50px;
	height: 80px;
	margin: 0 auto;
	z-index: 99;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/ibanner_more.png);
}
.ibanner .bottom:hover{
	cursor: pointer;
	transform: translateY(10px);
}
.ibanner .bottom a{
	width: 100%;
	height: 100%;
	display: inline-block;
}




@media(max-width:768px){
	.ibanner .swiper-button-prev{
		left: 15px;
	}
	.ibanner .swiper-button-next{
		right: 15px;
	}
	.ibanner h2{
		padding: 0 40px;
	}
	.ibanner .bottom{
		width: 40px;
		height: 60px;
		bottom: 30px;
	}
}




.header{
	color: #fff;
	font-size: 15px;
	/* text-align: center; */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 998;
	padding: 0 90px;
	box-sizing: border-box;
	transition: all .5s;
}
.header.on{
	transform: translateY(-20px);
	background-color: rgba(0,0,0,.8);
}
.header .nav{
	float: left;
	margin-top: 30px;
}
.header.on .nav{
	margin-top: 40px;
}
.header .nav li{
	line-height: 40px;
	text-transform: uppercase;
	height: 40px;
	float: left;
	margin-right: 40px;
}
.header .nav li:last-child{
	margin-right: 0;
}
.header .nav li.on,
.header .nav li:hover
{
	color: #d9b47c;
}
.header .nav li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.header h1{
	width: 110px;
	height: 70px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 15px;
	/* display: inline-block; */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/logo.png);
}
.header.on h1{
	width: 90px;
	height: 50px;
	margin-top: 35px;
}
.header h1 a{
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	display: inline-block;
}
.header .agrop,
.header .share
{
	float: right;
}
.header .agrop{
	margin-top: 30px;
	margin-right: 30px;
}
.header.on .agrop{
	margin-top: 40px;
}
.header .agrop a{
	line-height: 40px;
	text-transform: uppercase;
	height: 40px;
	float: left;
	margin-left: 10px;
}
.header .agrop a:first-child{
	margin-left: 0;
}
.header .agrop a:last-child{
	padding-left: 20px;
	margin-left: 22px;
	position: relative;
}
.header .agrop a:last-child::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background-color: #d9b47c;
}
.header .agrop a.on,
.header .agrop a:hover
{
	color: #d9b47c;
}
.header .share{
	margin-top: 30px;
}
.header.on .share{
	margin-top: 42px;
}
.header .share a{
	width: 34px;
	height: 34px;
	float: left;
	display: block;
	margin-right: 8px;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.header .share a:last-child{
	margin-right: 0;
}
.header .share a:nth-child(1){
	background-image: url(../images/hd_share1.png);
}
.header .share a:nth-child(2){
	background-image: url(../images/hd_share2.png);
}
.header .share a:nth-child(3){
	background-image: url(../images/hd_share3.png);
}
.header .share a:nth-child(4){
	background-image: url(../images/hd_share4.png);
}
.header .share a:hover{
	transform: translateY(-10px);
}
.header .menu{
	width: 24px;
	height: 24px;
	float: left;
	display: none;
	margin: 23px 20px 0 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/menu.png);
}
.header.on .menu{
	margin-top: 18px;
}




@media(max-width:1400px){
	.header{
		font-size: 14px;
		padding: 0 50px;
	}
	.header .nav li{
		margin-right: 30px;
	}
}
@media(max-width:1200px){
	.header{
		height: 80px;
		padding: 0 30px;
	}
	.header .nav{
		margin-top: 20px;
	}
	.header.on .nav{
		margin-top: 30px;
	}
	.header .nav li{
		margin-right: 20px;
	}
	.header h1{
		width: 90px;
		height: 50px;
		margin-top: 15px;
	}
	.header.on h1{
		margin-top: 24px;
	}
	.header .agrop{
		margin-top: 20px;
	}
	.header.on .agrop{
		margin-top: 30px;
	}
	.header .agrop a:last-child{
		padding-left: 16px;
		margin-left: 15px;
	}
	.header .share{
		display: none;
	}
}
@media(max-width:991px){
	.header{
		padding: 0 15px;
	}
	.header .nav{
		display: none;
	}
	.header h1{
		left: auto;
		transform: translateX(0);
		right: 15px;
	}
	.header .agrop{
		float: left;
		margin-right: 0;
	}
}
@media(max-width:768px){
	.header{
		height: 70px;
	}
	.header.on{
		height: 60px;
		transform: translateY(0);
	}
	.header .agrop{
		margin-top: 15px;
	}
	.header.on .agrop{
		margin-top: 10px;
	}
	.header h1{
		margin-top: 10px;
	}
	.header.on h1{
		margin-top: 5px;
	}
	.header .menu{
		display: block;
	}
}
@media(max-width:480px){
	.header h1,
	.header.on h1
	{
		width: 70px;
		height: 40px;
	}
	.header h1{
		margin-top: 15px;
	}
	.header.on h1{
		margin-top: 10px;
	}
	.header .agrop a:last-child{
		display: none;
	}
}




.hdnav{
	color: #666;
	font-size: 18px;
	font-family: 'cs-r';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	padding-top: 30px;
	box-sizing: border-box;
	transform: translateX(-100%);
	/* transition: all .5s; */
	background-color: #fff;
}
.hdnav.on{
	transition: all .5s linear;
	transform: translateX(0);
}
.hdnav .btngrop{
	padding: 0 20px;
	box-sizing: border-box;
}
.hdnav .btngrop .close{
	width: 20px;
	height: 20px;
	float: right;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/close.png);
}
.hdnav ul{
	padding: 0 20px;
	margin-top: 30px;
}
.hdnav ul li{
	line-height: 35px;
	height: 42px;
}
.hdnav ul li:hover{
	color: #d9b47c;
}
.hdnav ul li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.hdnav .textbox{
	padding-top: 35px;
	margin: 30px 20px 0 20px;
	border-top: 1px solid #e8e8e8;
}
.hdnav .textbox .agrop{
	margin-bottom: 25px;
}
.hdnav .textbox .agrop a{
	margin-right: 15px;
}
.hdnav .textbox .agrop a:last-child{
	margin-right: 0;
}
.hdnav .textbox .share{
	margin-top: 65px;
}
.hdnav .textbox .share a{
	width: 35px;
	height: 35px;
	float: left;
	display: block;
	margin-right: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.hdnav .textbox .share a:nth-child(1){
	background-image: url(../images/hd_share1.png);
}
.hdnav .textbox .share a:nth-child(2){
	background-image: url(../images/hd_share2.png);
}
.hdnav .textbox .share a:nth-child(3){
	background-image: url(../images/hd_share3.png);
}
.hdnav .textbox .share a:last-child{
	margin-right: 0;
	background-image: url(../images/hd_share4.png);
}




.footer{
	color: #c9c9c9;
	padding: 90px 0 60px 0;
	background-color: #161616;
}
.footer h4{
	font-size: 24px;
	font-family: 'p-l';
}
.footer .textbox .text,
.footer .textbox .share
{
	width: 50%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}
.footer .textbox .text{
	text-align: center;
}
.footer .textbox .text .txt{
	font-size: 15px;
	text-align: left;
	line-height: 36px;
	display: inline-block;
}
.footer .textbox .text p{
	padding-left: 35px;
	box-sizing: border-box;
	position: relative;
}
.footer .textbox .text p:hover{
	color: #d9b47c;
}
.footer .textbox .text p::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.footer .textbox .text p:nth-child(1):after{
	background-image: url(../images/ft_icon1.png);
}
.footer .textbox .text p:nth-child(2):after{
	background-image: url(../images/ft_icon2.png);
}
.footer .textbox .text p:nth-child(3):after{
	background-image: url(../images/ft_icon3.png);
}
.footer .textbox .text p:nth-child(4):after{
	background-image: url(../images/ft_icon4.png);
}
.footer .textbox .share{
	text-align: center;
}
.footer .textbox .share h4{
	margin-bottom: 20px;
}
.footer .textbox .share .agrop a{
	width: 20px;
	height: 20px;
	margin-right: 30px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.footer .textbox .share .agrop a:nth-child(1){
	background-image: url(../images/ft_share1.png);
}
.footer .textbox .share .agrop a:nth-child(2){
	background-image: url(../images/ft_share2.png);
}
.footer .textbox .share .agrop a:nth-child(3){
	background-image: url(../images/ft_share3.png);
}
.footer .textbox .share .agrop a:nth-child(4){
	background-image: url(../images/ft_share4.png);
}
.footer .textbox .share .agrop a:last-child{
	margin-right: 0;
}
.footer .formbox{
	max-width: 620px;
	margin: 0 auto; 
	margin-top: 40px;
}
.footer .formbox h4{
	text-align: center;
	margin-bottom: 15px;
}
.footer .formbox form{
	width: 100%;
	display: inline-block;
}
.footer .formbox input,
.footer .formbox button
{
	font-size: 15px;
	height: 40px;
	float: left;
	border: none;
	outline: none;
	display: block;
	box-sizing: border-box;
}
.footer .formbox input{
	color: #939393;
	width: 74%;
	padding: 0 15px;
	background-color: #fff;
}
.footer .formbox button{
	color: #4c4131;
	text-transform: uppercase;
	width: 26%;
	transition: all .5s;
	background-color: #ebc388;
}
.footer .formbox button:hover{
	cursor: pointer;
	background-color: #cba874;
}	
.ftcopy{
	color: #c9c9c9;
	font-size: 15px;
	text-align: center;
	line-height: 28px;
	padding: 20px 0;
	border-top: 1px solid #393328;
	background-color: #161616;
}



@media(max-width:768px){
	.footer{
		padding: 60px 0 50px 0;
	}
	.footer h4{
		font-size: 20px;
	}
	.footer .textbox .text,
	.footer .textbox .share
	{
		width: 100%;
		float: none;
	}
	.footer .textbox .text{
		text-align: left;
		padding: 0;
	}
	.footer .textbox .text .txt{
		font-size: 14px;
		line-height: 24px;
	}
	.footer .textbox .text .txt p{
		padding-left: 30px;
		margin-bottom: 15px;
	}
	.footer .textbox .text .txt p:last-child{
		margin-bottom: 0;
	}
	.footer .textbox .share{
		padding-top: 40px;
		margin-top: 40px;
		border-top: 1px solid #999;
	}
	.footer .textbox .share h4{
		margin-bottom: 15px;
	}
	.footer .textbox .share .agrop a{
		margin-right: 20px;
	}
	.footer .textbox .share .agrop a:last-child{
		margin-right: 0;
	}
	.footer .formbox{
		margin-top: 35px;
	}
}




.iculture{
	padding: 110px 0 85px 0;
	background-color: #eaeaea;
}
.iculture .content
{
	width: 50%;
	float: left;
}
.iculture .content .img
{
	height: 345px;
}
.iculture .letf_con .text{
	padding: 45px 95px 0 0;
	box-sizing: border-box;
}
.iculture .letf_con .text .txt{
	color: #888888;
	font-size: 18px;
	line-height: 28px;
	font-family: 'p-l';
	margin-bottom: 70px;
}
.iculture .letf_con .text .more{
	color: #888888;
	font-size: 20px;
	font-family: 'cs-r';
	text-transform: uppercase;
	padding-right: 65px;
	display: inline-block;
	position: relative;
}
.iculture .letf_con .text .more::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 0;
	width: 50px;
	height: 30px;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/icul_more.png);
}
.iculture .letf_con .text .more:hover::after{
	transform: translateX(10px);
}
.iculture .right_con .tit{
	padding: 40px 40px 0 95px;
	box-sizing: border-box;
	margin-bottom: 63px;
}
.iculture .right_con .tit h2{
	color: #bababa;
	font-size: 100px;
	text-align: right;
	font-family: 'cs-r';
	text-transform: uppercase
}




@media(max-width:1200px){
	.iculture .letf_con .text{
		padding: 45px 45px 0 0;
	}
	.iculture .right_con .tit{
		padding: 40px 40px 0 40px;
	}
}
@media(max-width:991px){
	.iculture{
		padding: 80px 0;
	}
	.iculture .content .img{
		height: 300px;
	}
	.iculture .letf_con .text{
		padding: 45px 20px 0 0;
	}
	.iculture .letf_con .text .txt{
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 50px;
	}
	.iculture .right_con .tit{
		margin-bottom: 65px;
		padding: 40px 0 25px 40px;
	}
	.iculture .right_con .tit h2{
		font-size: 70px;
	}
}
@media(max-width:768px){
	.iculture{
		padding: 60px 0;
	}
	.iculture .letf_con{
		width: 100%;
		float: none;
	}
	.iculture .letf_con .img{
		height: 200px;
	}
	.iculture .letf_con .text{
		padding-top: 40px;
		padding-right: 0;
	}
	.iculture .letf_con .text .txt{
		font-size: 14px;
		margin-bottom: 35px;
	}
	.iculture .letf_con .text .more{
		font-size: 18px;
		padding-right: 50px;
	}
	.iculture .letf_con .text .more::after{
		width: 40px;
		height: 26px;
		margin-top: -13px;
	}
	.iculture .right_con{
		display: none;
	}
}




.ipro{
	padding: 65px 0 125px 0;
	background-color: #f6f6f6;
}
.ipro .listbox{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: -10px;
}
.ipro .listbox .list{
	text-align: center;
	width: 24%;
	float: left;
	margin-right: 1.33%;
	background-color: #e6e6e6;
}
.ipro .listbox .list:last-child{
	margin-right: 0;
}
.ipro .list .img{
	height: 210px;
}
.ipro .list .text{
	padding: 30px 15px 40px 15px;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px #e3ded8;
}
.ipro .list .text h4{
	color: #675f56;
	font-size: 24px;
	font-family: 'cs-r';
	text-transform: uppercase;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ipro .list .text .more{
	color: #fff;
	font-size: 15px;
	line-height: 45px;
	font-family: 'sh-l';
	height: 45px;
	display: inline-block;
	padding: 0 55px 0 25px;
	box-sizing: border-box;
	margin-top: 30px;
	position: relative;
	transition: all .5s;
	background-color: #b9b9b9;
}
.ipro .list .text .more:hover{
	transform: translateY(5px);
}
.ipro .list .text .more::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 28px;
	width: 16px;
	height: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ipro_more.png);
}
.ipro .ipromore{
	text-align: center;
	margin-top: 95px;
}
.ipro .ipromore a{
	color: #c8a672;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'cs-r';
	line-height: 70px;
	height: 70px;
	display: inline-block;
	padding: 0 75px;
	box-sizing: border-box;
	transition: all .5s;
	background-color: #000;
}
.ipro .ipromore a:hover{
	color: #fff;
}




@media(max-width:1200px){
	.ipro{
		padding: 65px 0 100px 0;
	}
	.ipro .ipromore a{
		line-height: 60px;
		height: 60px;
		padding: 0 50px;
	}
}
@media(max-width:991px){
	.ipro{
		padding: 65px 0 80px 0;
	}
	.ipro .list .img{
		height: 240px;
	}
	.ipro .list .text .more{
		line-height: 40px;
		height: 40px;
	}
	.ipro .ipromore{
		margin-top: 60px;
	}
	.ipro .ipromore a{
		font-size: 20px;
		line-height: 55px;
		height: 55px;
	}
}
@media(max-width:768px){
	.ipro{
		padding: 65px 15px;
		box-sizing: border-box;
	}
	.ipro .listbox{
		margin-top: 0;
	}
	.ipro .listbox .list{
		width: 49%;
		margin-bottom: 15px;
	}
	.ipro .listbox .list:nth-child(2n-1){
		margin-right: 2%;
	}
	.ipro .listbox .list:nth-child(2n){
		margin-right: 0;
	}
	.ipro .list .text{
		padding: 30px 15px;
	}
	.ipro .list .text h4{
		font-size: 20px;
	}
	.ipro .list .text .more{
		padding: 0 50px 0 25px;
		margin-top: 20px;
	}
	.ipro .list .text .more::after{
		right: 25px;
	}
	.ipro .ipromore{
		margin-top: 45px;
	}
}
@media(max-width:480px){
	.ipro{
		padding: 40px 15px 60px 15px;
	}
	.ipro .listbox .list{
		width: 100%;
		margin-right: 0;
	}
	.ipro .ipromore{
		margin-top: 35px;
	}
	.ipro .ipromore a{
		font-size: 18px;
		line-height: 45px;
		height: 45px;
		padding: 0 30px;
	}
}




.icust{
	padding: 50px 0 100px 0;
}
.icust .ipub_tit{
	text-align: right;
}
.icust .listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: 35px auto 0 auto;
}
.icust .listbox .list{
	display: flex;
	flex-direction: column;
}
.icust .listbox .list:nth-child(1){
	width: 53%;
}
.icust .listbox .list:nth-child(2){
	width: 42%;
	margin-top: -35px;
}
.icust .listbox .list:nth-child(1) .img{
	height: 720px;
	order: 2;
}
.icust .listbox .list:nth-child(2) .img{
	height: 600px;
	order: 1;
}
.icust .listbox .list .agrop{
	color: #444;
	font-size: 22px;
	font-family: 'sh-l';
}
.icust .listbox .list:nth-child(1) .agrop{
	order: 1;
	margin-bottom: 40px;
}
.icust .listbox .list:nth-child(2) .agrop{
	order: 2;
	padding-left: 45px;
	margin-top: 45px;
}
.icust .listbox .list .agrop .more{
	text-transform: uppercase;
	display: inline-block;
	padding-right: 85px;
	position: relative;
}
.icust .listbox .list .agrop .more::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -17px;
	right: 0;
	width: 65px;
	height: 34px;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/icust_more.png);
}
.icust .listbox .list .agrop .more:hover:after{
	transform: translateX(5px);
}
.icust .listbox .list:nth-child(2) .agrop .full{
	text-transform: uppercase;
	line-height: 35px;
	height: 35px;
	display: inline-block;
	margin-top: 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #333;
}
.icust .listbox .list:nth-child(2) .agrop .full:hover{
	color: #c8a672;
	border-bottom: 1px solid #c8a672;
}




@media(max-width:1200px){
	.icust{
		padding: 50px 0 70px 0;
	}
	.icust .listbox .list:nth-child(1) .img{
		height: 650px;
	}
	.icust .listbox .list:nth-child(2) .img{
		height: 530px;
	}
}
@media(max-width:991px){
	.icust .listbox .list:nth-child(1) .img{
		height: 600px;
	}
	.icust .listbox .list:nth-child(2) .img{
		height: 480px;
	}
	.icust .listbox .list .agrop{
		font-size: 20px;
	}
	.icust .listbox .list:nth-child(2) .agrop .full{
		margin-top: 30px;
	}
}
@media(max-width:768px){
	.icust{
		padding: 30px 15px 70px 15px;
		box-sizing: border-box;
	}
	.icust .ipub_tit{
		text-align: left;
	}
	.ipub_tit h2{
		margin-bottom: 0;
	}
	.icust .listbox{
		flex-direction: column;
		margin: 20px auto 0 auto;
	}
	.icust .listbox .list:nth-child(1),
	.icust .listbox .list:nth-child(2)
	{
		width: 100%;
	}
	.icust .listbox .list:nth-child(1) .img{
		order: 1;
	}
	.icust .listbox .list .agrop{
		font-size: 18px;
		padding-left: 15px;
	}
	.icust .listbox .list .agrop .more{
		padding-right: 60px;
	}
	.icust .listbox .list .agrop .more::after{
		width: 50px;
		height: 30px;
		margin-top: -15px;
	}
	.icust .listbox .list:nth-child(1) .agrop{
		order: 2;
		margin-top: 30px;
		margin-bottom: 0;
	}
	.icust .listbox .list:nth-child(2){
		margin-top: 50px;
	}
	.icust .listbox .list:nth-child(1) .img,
	.icust .listbox .list:nth-child(2) .img
	{
		height: 250px;
	}
	.icust .listbox .list:nth-child(2) .agrop{
		padding-left: 15px;
	}
	.icust .listbox .list:nth-child(2) .agrop .full{
		margin-top: 20px;
	}
}




.iconbox{
	padding: 120px 0 ;
	background-color: #f6f6f6;
}
.icon{
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon h2{
	color: #444;
	font-size: 38px;
	font-family: 'cs-r';
	text-transform: uppercase;
	padding-right: 35px;
	margin-right: 35px;
	position: relative;
}
.icon h2::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 68px;
	background-color: #161616;
}
.icon .more{
	color: #c8a672;
	font-size: 20px;
	font-family: 'p-l';
	line-height: 60px;
	height: 60px;
	padding: 0 55px 0 25px;
	display: inline-block;
	position: relative;
	transition: all .3s;
	background-color: #161616;
}
.icon .more:hover{
	box-shadow: 0px 0px 10px #333;
}
.icon .more::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 20px;
	width: 24px;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/icon_more.png);
}




@media(max-width:991px){
	.iconbox{
		padding: 100px 0;
	}
	.icon h2{
		font-size: 30px;
	}
	.icon h2::after{
		height: 60px;
	}
}
@media(max-width:768px){
	.iconbox{
		padding: 60px 0;
	}
	.icon{
		flex-direction: column;
	}
	.icon h2{
		font-size: 22px;
		text-align: center;
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.icon h2::after{
		display: none;
	}
	.icon .more{
		font-size: 18px;
		line-height: 50px;
		height: 50px;
	}
}




.video{
	padding: 85px 0 40px 0;
}
.video .listbox .list{
	width: 32%;
	float: left;
	margin: 0 2% 35px 0;
}
.video .listbox .list:nth-child(3n){
	margin-right: 0;
}
.video .list .img{
	height: 260px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}
.video .list .img::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/play.png);
}
.video .list .tit{
	text-align: center;
	min-height: 45px;
}
.video .list .tit h4,
.video .list .tit p
{
	font-weight: 'p-l';
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.video .list .tit h4{
	color: #444;
	font-size: 16px;
	
}
.video .list .tit p{
	color: #888;
	font-size: 15px;
	margin-top: 8px;
	
}
.video .page{
	padding: 30px 0;
}




@media(max-width:991px){
	.video .list .img{
		height: 220px;
	}
	.video .list .img::after{
		width: 45px;
		height: 45px;
	}
}
@media(max-width:768px){
	.video{
		padding: 60px 0 40px 0;
	}
	.video .list .img{
		height: 200px;
	}
}
@media(max-width:640px){
	.video .listbox .list{
		width: 49%;
	}
	.video .listbox .list{
		margin-bottom: 30px;
	}
	.video .listbox .list:nth-child(2n-1){
		margin-right: 2%;
	}
	.video .listbox .list:nth-child(2n){
		margin-right: 0;
	}
	.video .page{
		padding: 20px 0 30px 0;
	}
}
@media(max-width:480px){
	.video .listbox .list{
		width: 100%;
		margin-right: 0;
	}
	.video .list .img{
		height: 220px;
	}
	.video .list .img::after{
		width: 40px;
		height: 40px;
	}
}




.case{
	padding: 55px 0 35px 0;
}
.case .case_menu{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.case .case_menu li{
	color: #d9b47c;
	font-size: 19px;
	text-align: center;
	font-family: 'cs-r';
	text-transform: uppercase;
	line-height: 50px;
	width: 170px;
	height: 50px;
	margin: 0 40px 10px 0;
}
.case .case_menu li:last-child{
	margin-right: 0;
}
.case .case_menu li.on,
.case .case_menu li:hover
{
	background-color: #161616;
}
.case .case_menu li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.case .listbox{
	margin-top: 55px;
}
.case .listbox .list{
	padding-bottom: 25px;
	margin-bottom: 25px;
	box-sizing: border-box;
	border-bottom: 1px solid #efe8e0;
}
.case .list .img{
	width: 37%;
	height: 260px;
	float: left;
}
.case .list .text{
	width: 56%;
	float: right;
	padding-top: 20px;
}
.case .list .text h4,
.case .list .text p
{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}	
.case .list .text h4{
	color: #444;
	font-size: 22px;
	font-family: 'sh-l';
	-webkit-line-clamp: 1;
}
.case .list .text p{
	color: #666;
	font-size: 15px;
	line-height: 24px;
	font-family: 'p-l';
	-webkit-line-clamp: 3;
	margin-top: 12px;
}
.case .list .text em{
	width: 60px;
	height: 35px;
	display: block;
	margin-top: 50px;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/case_more.png);
}
.case .list .text em:hover{
	transform: translateX(10px);
}
.case .page{
	padding: 35px 0;
}




@media(max-width:991px){
	.case .case_menu li{
		font-size: 17px;
		line-height: 40px;
		width: 33%;
		height: 40px;
		margin: 0 0.5% 10px 0;
	}
	.case .case_menu li:nth-child(3n){
		margin-right: 0;
	}
	.case .list .img{
		height: 230px;
	}
	.case .list .text{
		padding-top: 10px;
	}
	.case .list .text h4{
		font-size: 20px;
	}
	.case .list .text em{
		width: 50px;
		height: 30px;
	}
}
@media(max-width:768px){
	.case .listbox{
		margin-top: 40px;
	}
	.case .list .img{
		height: 200px;
	}
	.case .list .text em{
		margin-top: 35px;
	}
}
@media(max-width:640px){
	.case .case_menu li{
		font-size: 16px;
	}
	.case .list .img,
	.case .list .text
	{
		width: 100%;
	}
	.case .list .text{
		padding-top: 15px;
	}
	.case .list .text h4{
		font-size: 18px;
	}
	.case .list .text p{
		font-size: 14px;
	}
	.case .list .text em{
		margin-top: 20px;
	}
	.case .page{
		padding: 20px 0 30px 0;
	}
}
@media(max-width:480px){
	.case .case_menu li{
		width: 49%;
	}
	.case .case_menu li:nth-child(2n-1){
		margin-right: 2%;
	}
	.case .case_menu li:nth-child(2n){
		margin-right: 0;
	}
}




.pub_inner .breadcrumb{
	margin-bottom: 40px;
}
.pub_inner .text{
	color: #444;
	font-size: 18px;
	line-height: 30px;
	width: 63%;
	height: 1200px;
	float: left;
	overflow: hidden;
}
.pub_inner .text .wrapper{
	transition: all .3s ease-in-out;
}
.pub_inner .pubinner_slide .swiper-slide{
	height: auto;
}
.pub_inner .textbox{
	color: #666;
	font-size: 16px;
	width: 31%;
	float: right;
	padding-top: 12px;
}
.pub_inner .textbox .txt li{
	margin-bottom: 30px;
}
.pub_inner .textbox .txt li:last-child{
	margin-bottom: 0;
}
.pub_inner .textbox .txt h4{
	color: #333;
	font-size: 22px;
	font-family: 'cs-r';
	text-transform: uppercase;
	padding-bottom: 2px;
	box-sizing: border-box;
	border-bottom: 1px solid #151515;
}
.pub_inner .textbox .txt p{
	line-height: 24px;
	font-family: 'p-l';
	margin-top: 15px;
}
.pub_inner .textbox .txt li:last-child p:nth-child(2){
	margin-top: 15px;
}
.pub_inner .textbox .txt li:last-child p{
	margin-top: 0;
}
.pub_inner .textbox .tips{
	margin-top: 60px;
}
.pub_inner .textbox .tips h4{
	font-family: 'p-l';
}
.pub_inner .textbox .tips a{
	color: #d9b47c;
	font-size: 16px;
	text-align: center;
	font-family: 'p-l';
	line-height: 40px;
	width: 125px;
	height: 40px;
	margin-top: 18px;
	display: inline-block;
	transition: all .5s;
	background-color: #161616;
}
.pub_inner .textbox .tips a:hover{
	color: #fff;
}
.pub_inner .textbox .agrop{
	margin-top: 50px;
}
.pub_inner .textbox .agrop a{
	font-size: 15px;
	text-transform: capitalize;
	float: left;
	display: block;
	padding-right: 20px;
	margin-right: 18px;
	position: relative;
}
.pub_inner .textbox .agrop:last-child{
	padding-right: 0;
	margin-right: 0;
}
.pub_inner .textbox .agrop a:hover{
	color: #222;
}
.pub_inner .textbox .agrop a::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 12px;
	background-color: #151515;
}
.pub_inner .textbox .agrop a:last-child:after{
	display: none;
}




@media(max-width:991px){
	.pub_inner .textbox .txt h4{
		font-size: 20px;
	}
	.pub_inner .text,
	.pub_inner .textbox
	{
		width: 100%;
		float: none;
	}
	.pub_inner .textbox{
		font-size: 15px;
		padding-top: 0;
		margin-bottom: 50px;
	}
	.pub_inner .textbox .txt li{
		margin-bottom: 25px;
	}
	.pub_inner .textbox .tips{
		margin-top: 35px;
	}
	.pub_inner .textbox .agrop{
		margin-top: 40px;
	}
	.pub_inner .textbox .agrop a{
		padding-right: 15px;
		margin-right: 14px;
	}
	.pub_inner .textbox .agrop a:last-child{
		padding-right: 0;
		margin-right: 0;
	}
}
@media(max-width:768px){
	.pub_inner .breadcrumb{
		display: none;
	}
	.pub_inner .text{
		display: none;
	}
	.pub_inner .pubinner_slide{
		height: 400px;
		/* display: block; */
	}
}
@media(max-width:420px){
	.pub_inner .text{
		height: 400px;
	}
}




.casevbox{
	padding: 75px 0 110px 0;
}




@media(max-width:991px){
	.casevbox{
		padding: 65px 0;
	}
}




.pub_pro .listbox .list{
	width: 31%;
	float: left;
	margin-right: 3.5%;
}
.pub_pro .listbox .list:nth-child(3n){
	margin-right: 0;
}
.pub_pro .list .img{
	height: 280px;
}
.pub_pro .list .tit{
	font-size: 15px;
	font-family: 'p-l';
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.pub_pro .list .tit h4{
	color: #666;
}
.pub_pro .list .tit p{
	color: #b29d82;
	padding-left: 20px;
	margin-left: 15px;
	position: relative;
}
.pub_pro .list .tit p::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 15px;
	background-color: #c6b6a1;
}




@media(max-width:991px){
	.pub_pro .list .img{
		height: 240px;
	}
	.pub_pro .list .tit{
		font-size: 14px;
	}
	.pub_pro .list .tit p{
		padding-left: 15px;
		margin-left: 14px;
	}
	.pub_pro .list .tit p::after{
		height: 12px;
	}
}
@media(max-width:768px){
	.pub_pro .listbox .list{
		width: 49%;
	}
	.pub_pro .listbox .list:nth-child(2n-1){
		margin-right: 2%;
	}
	.pub_pro .listbox .list:nth-child(2n){
		margin-right: 0;
	}
	.pub_pro .list .img{
		height: 240px;
	}
}
@media(max-width:480px){
	.pub_pro .listbox .list{
		width: 100%;
		margin-right: 0;
	}
}




.pro{
	padding: 60px 0 30px 0;
}
.pro .breadcrumb{
	margin-bottom: 25px;
}
.pro .prosearch{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.pro .prosearch .nav{
	width: 66%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.pro .prosearch .nav .li{
	width: 47%;
	position: relative;
}
.pro .prosearch .nav .li h4,
.pro .prosearch .nav ul li{
	color: #666;
	font-size: 16px;
	font-family: 'p-l';
}
.pro .prosearch .nav .li h4{
	line-height: 60px;
	width: 100%;
	height: 60px;
	position: relative;
	padding-right: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #dcdcdc;
}
.pro .prosearch .nav .li h4:hover{
	cursor: pointer;
}
.pro .prosearch .nav .li h4::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
	width: 13px;
	height: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/pro_more.png);
}
.pro .prosearch .nav .li ul{
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	z-index: 99;
	display: none;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	border-top: none;
	background-color: #fff;
}
.pro .prosearch .nav .li ul li{
	line-height: 35px;
	height: 35px;
}
.pro .prosearch .nav .li ul li:hover{
	background-color: #222;
}
.pro .prosearch .nav .li ul li a{
	width: 100%;
	height: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	display: inline-block;
}
.pro .prosearch .formbox{
	width: 22.5%;
	height: 60px;
	position: relative;
	box-sizing: border-box;
	border-bottom: 1px solid #dcdcdc;
}
.pro .prosearch .formbox form{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.pro .prosearch .formbox input,
.pro .prosearch .formbox button
{
	float: left;
	outline: none;
	border: none;
	display: block;
}
.pro .prosearch .formbox input{
	color: #666;
	font-size: 16px;
	font-family: 'p-l';
	width: 100%;
	height: 100%;
	padding-right: 30px;
	box-sizing: border-box;
}
.pro .prosearch .formbox input::-webkit-input-placeholder{
	color: #666;
}
.pro .prosearch .formbox button{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/pro_search.png);
}
.pro .prosearch .formbox button:hover{
	cursor: pointer;
	filter: drop-shadow(0 0 2px #d9b47c);
}
.pro .listbox .list{
	margin-bottom: 35px;
}
.pro .page{
	padding: 30px 0;
}




@media(max-width:991px){
	.pro .prosearch .nav .li h4{
		line-height: 50px;
		height: 50px;
	}
	.pro .prosearch .nav .li ul{
		top: 50px;
	}
	.pro .prosearch .nav .li ul li a{
		padding: 0 15px;
	}
	.pro .prosearch .formbox{
		height: 50px;
	}
}
@media(max-width:768px){
	.pro{
		padding: 50px 0 30px 0;
	}
	.pro .breadcrumb{
		display: none;
	}
	.pro .prosearch .nav,
	.pro .prosearch .nav .li,
	.pro .prosearch .formbox
	{
		width: 100%;
	}
	.pro .prosearch .nav .li{
		margin-bottom: 5px;
	}
	.pro .prosearch .nav .li h4,
	.pro .prosearch .nav ul li
	{
		font-size: 15px;
	}
	.pro .prosearch .nav .li h4{
		padding-right: 0;
	}
	.pro .prosearch .nav .li h4::after{
		right: 0;
	}
	.pro .listbox .list{
		margin-bottom: 30px;
	}
	.pro .page{
		padding: 10px 0 20px 0;
	}
}




.provbox{
	padding: 80px 0 115px 0;
	box-shadow: 0 -30px 40px -30px #f3f3f3 inset;
}




@media(max-width:991px){
	.provbox{
		padding: 80px 0;
	}
}
@media(max-width:768px){
	.provbox{
		padding: 65px 0;
	}
}




.related{
	padding: 105px 0  115px 0;
}
.related h2{
	color: #333;
	font-size: 22px;
	text-align: center;
	font-family: 'cs-r';
	text-transform: uppercase;
	margin-bottom: 60px;
}




@media(max-width:991px){
	.related{
		padding: 80px 0;
	}
	.related h2{
		margin-bottom: 45px;
	}
}
@media(max-width:768px){
	.related{
		padding: 65px 0;
	}
	.related h2{
		font-size: 20px;
		margin-bottom: 40px;
	}
	.related .listbox .list{
		margin-bottom: 30px;
	}
	.related .listbox .list:last-child{
		margin-bottom: 0;
	}
}




.message{
	padding: 120px 0 100px 0;
	background-color: #f6f6f6;
}
.message .itembox{
	width: 50%;
	float: left;
	padding-right: 90px;
	padding-bottom: 30px;
	box-sizing: border-box;
	border-right: 1px solid #b6b1ac;
}
.message .itembox .item{
	margin-bottom: 55px;
}
.message .itembox .item:last-child{
	margin-bottom: 0;
}
.message .itembox .item h4{
	color: #d9b47c;
	font-size: 22px;
	font-family: 'cs-r';
	text-transform: uppercase;
	display: inline-block;
	padding-right: 125px;
	position: relative;
}
.message .itembox .item h4::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 105px;
	height: 1px;
	background-color: #d9b47c;
}
.message .itembox .item1 h4{
	margin-bottom: 25px;
}
.message .itembox .item1 p{
	color: #444;
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'p-l';
	margin-bottom: 20px;
}
.message .itembox .item1 .share a{
	width: 40px;
	height: 40px;
	float: left;
	display: block;
	margin-right: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.message .itembox .item1 .share a:last-child{
	margin-right: 0;
}
.message .itembox .item1 .share a:nth-child(1){
	background-image: url(../images/msg_icon1.png);
}
.message .itembox .item1 .share a:nth-child(2){
	background-image: url(../images/msg_icon2.png);
}
.message .itembox .item1 .share a:nth-child(3){
	background-image: url(../images/msg_icon3.png);
}
.message .itembox .item1 .share a:nth-child(4){
	background-image: url(../images/msg_icon4.png);
}
.message .itembox .item2 h4{
	margin-bottom: 10px;
}
.message .itembox .item2 .txt{
	color: #675f56;
	font-size: 16px;
	font-family: 'p-l';
	line-height: 30px;
}
.message .formbox{
	width: 45%;
	float: right;
}
.message .formbox .ingrop{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 25px;
}
.message .formbox input,
.message .formbox textarea
{	
	color: #a7a7a7;
	font-size: 15px;
	font-family: 'p-l';
	border: none;
	outline: none;
	display: block;
	box-sizing: border-box;
	background-color: transparent;
	border-bottom: 1px solid #ccc7c2;
}
.message .formbox .ingrop input{
	width: 46%;
	height: 40px;
}
.message .formbox textarea{
	width: 100%;
	height: 105px;
	padding: 10px 0;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.message .formbox button{
	color: #d9b47c;
	font-size: 15px;
	text-align: center;
	font-family: 'p-l';
	line-height: 45px;
	width: 130px;
	height: 45px;
	float: right;
	display: block;
	border: none;
	outline: none;
	border-radius: 50px;
	padding-right: 30px;
	box-sizing: border-box;
	position: relative;
	background-color: #161616;
}
.message .formbox button:hover{
	cursor: pointer;
}
.message .formbox button::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 25px	;
	width: 16px;
	height: 14px;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/subbtn.png);
}
.message .formbox button:hover::after{
	transform: translate(3px,-4px);
}




@media(max-width:991px){
	.message{
		padding: 80px 0;
	}
	.message .itembox{
		padding-right: 60px;
	}
	.message .itembox .item1 p{
		font-size: 22px;
	}
}
@media(max-width:768px){
	.message{
		padding: 70px 0;
	}
	.message .itembox,
	.message .formbox
	{
		width: 100%;
		float: none;
	}
	.message .itembox{
		padding-right: 0;
		border-right: none;
	}
	.message .itembox .item{
		margin-bottom: 40px;
	}
	.message .itembox .item h4{
		font-size: 18px;
		padding-right: 90px;
	}
	.message .itembox .item h4::after{
		width: 80px;
	}
	.message .itembox .item1 h4{
		margin-bottom: 10px;
	}
	.message .itembox .item1 p{
		font-size: 20px;
	}
	.message .itembox .item1 .share a{
		width: 35px;
		height: 35px;
	}
	.message .itembox .item2 .txt{
		font-size: 15px;
		line-height: 25px;
	}
	.message .formbox{
		margin-top: 10px;
	}
}




.contact{
	padding: 100px 0 120px 0;
}
.contact .listbox .list{
	width: 31%;
	height: 260px;
	float: left;
	padding: 90px 15px 15px 15px;
	box-sizing: border-box;
	margin-right: 3.5%;
	transition: all .3s linear;
	background-color: #f6f6f6;
}
.contact .listbox .list:last-child{
	margin-right: 0;
}
.contact .listbox .list:hover{
	transform: scale(1.01);
	box-shadow: 0 0 10px #c4bfba;
}
.contact .list i{
	width: 35px;
	height: 35px;
	display: block;
	margin: 0 auto;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.contact .list:nth-child(1) i{
	background-image: url(../images/con_icon1.png);
}
.contact .list:nth-child(2) i{
	background-image: url(../images/con_icon2.png);
}
.contact .list:nth-child(3) i{
	background-image: url(../images/con_icon3.png);
}
.contact .list p{
	color: #675f56;
	font-size: 18px;
	text-align: center;
	font-family: 'p-l';
	word-wrap: break-word;
	margin-top: 15px;
}




@media(max-width:991px){
	.contact{
		padding: 80px 0;
	}
	.contact .listbox .list{
		height: 220px;
		padding: 70px 15px 15px 15px;
	}
}
@media(max-width:768px){
	.contact{
		padding: 70px 0;
	}
	.contact .listbox .list{
		width: 100%;
		height: 200px;
		padding: 60px 15px 15px 15px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.contact .listbox .list:last-child{
		margin-bottom: 0;
	}
	.contact .list p{
		font-size: 16px;
	}
}




.about{
	padding: 120px 0 140px 0;
	background-color: #f6f6f6;
}
.about .tit em{
	color: #aeaeae;
	font-size: 20px;
	font-family: 'sh-l';
	text-transform: capitalize;
	padding-right: 115px;
	display: inline-block;
	position: relative;
}
.about .tit em::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 105px;
	height: 1px;
	background-color: #c9c9c9;
}
.about .tit h2{
	color: #d8d8d8;
	font-size: 100px;
	font-family: 'cs-r';
	text-transform: uppercase;
}
.about .text1,
.about .text2
{
	font-family: 'p-l';
}
.about .text1{
	color: #333;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 25px;
}
.about .text2{
	color: #888;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 110px;
}
.about .listbox{
	padding-top: 140px;
	box-sizing: border-box;
	border-top: 1px solid #dfd8d0;
}
.about .listbox .list{
	text-align: center;
	width: 33.3%;
	float: left;
	padding: 60px;
	box-sizing: border-box;
}
.about .listbox .list:nth-child(2){
	margin-top: -55px;
}
.about .list .img{
	width: 200px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	transition: all .4s;
}
.about .list .img:hover{
	transform: translateY(-15px);
}
.about .list h4{
	color: #333;
	font-size: 18px;
	font-family: 'sh-l';
	margin-top: 35px;
}
.about .list p{
	color: #888;
	font-size: 15px;
	line-height: 22px;
	font-family: 'p-l';
	margin-top: 15px;
}




@media(max-width:1200px){
	.about{
		padding: 100px 0;
	}
	.about .tit h2{
		font-size: 70px;
	}
	.about .listbox{
		padding-top: 100px;
	}
}
@media(max-width:991px){
	.about{
		padding: 70px 0;
	}
	.about .tit h2{
		font-size: 50px;
	}
	.about .text1{
		font-size: 18px;
	}
	.about .text2{
		margin-bottom: 70px;
	}
	.about .listbox .list{
		padding: 30px;
	}
	.about .list .img{
		width: 150px;
		height: 150px;
	}
	.about .list h4{
		margin-top: 25px;
	}
}
@media(max-width:768px){
	.about .tit em{
		padding-right: 80px;
	}
	.about .tit em::after{
		width: 70px;
	}
	.about .tit h2{
		margin: 15px 0 10px 0;
	}
	.about .text1{
		font-size: 16px;
		line-height: 24px;
	}
	.about .text2{
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 50px;
	}
	.about .listbox{
		padding-top: 30px;
	}
	.about .listbox .list{
		width: 100%;
		padding: 20px;
	}
	.about .listbox .list:nth-child(2){
		margin-top: 0;
	}
	.about  .list .img{
		width: 100px;
		height: 100px;
	}
	.about .list .img:hover{
		transform: translateY(-5px);
	}
	.about .list h4{
		margin-top: 20px;
	}
}




.about2{
	padding: 120px 0 100px 0;
}
.about2 .tit{
	margin-bottom: 40px;
}
.about2 .tit h2{
	color: #444;
	font-size: 32px;
	text-align: center;
	font-family: 'cs-r';
	text-transform: uppercase;
	margin-bottom: 35px;
}
.about2 .tit h2 span{
	color: #d9b47c;
}
.about2 .tit .more{
	width: 65px;
	height: 40px;
	margin: 0 auto;
	display: block;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ab2_more.png);
}
.about2 .tit .more:hover{
	transform: translateX(10px);
}
.about2  .listbox .list{
	width: 32%;
	height: 290px;
	float: left;
	margin: 0 2% 30px 0;
	position: relative;
}
.about2  .listbox .list:nth-child(3n){
	margin-right: 0;
}
.about2 .list .img,
.about2 .list .img img
{
	width: 100%;
	height: 100%;
}
.about2 .list .img{
	overflow: hidden;
}
.about2 .list .img img{
	object-fit: cover;
}
.about2 .list .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .5s;
	background-color: rgba(0,0,0,.5);
}
.about2 .list:hover .mask{
	opacity: 1;
}




@media(max-width:991px){
	.about2{
		padding: 100px 0;
	}
	.about2 .listbox .list{
		margin-bottom: 20px;
	}
}
@media(max-width:768px){
	.about2{
		padding: 70px 0;
	}
	.about2 .tit h2{
		font-size: 25px;
		margin-bottom: 25px;
	}
	.about2 .tit .more{
		width: 50px;
		height: 30px;
	}
	.about2 .listbox .list{
		height: 250px;
	}
}
@media(max-width:640px){
	.about2{
		padding: 70px 0 50px 0;
	}
	.about2 .listbox .list{
		width: 49%;
	}
	.about2 .listbox .list:nth-child(2n-1){
		margin-right: 2%;
	}
	.about2 .listbox .list:nth-child(2n){
		margin-right: 0;
	}
	.about2 .listbox .list{
		height: 200px;
		margin-bottom: 10px;
	}
}
@media(max-width:480px){
	.about2 .tit h2{
		margin-bottom: 20px;
	}
	.about2 .listbox .list{
		height: 150px;
		margin-bottom: 8px;
	}
}




.transit{
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-color: #161616;
}
.transit .rotate{
	width: 210px;
	height: 210px;
	position: relative;
}
.transit .rotate .line{
	width: 210px;
	height: 210px;
	border-radius: 50%;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #d4b07a;
	animation: myRotate 10s linear infinite;
}
.transit .rotate .line .sliderote{
	position: absolute;
	top: 25px;
	left: 20px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #d9b47c;
}
@keyframes myRotate{
	0%{
		transform: rotate(0);
	}
	100%{
		transform: rotate(360deg);
	}
}	 
.transit .rotate .img{
	text-align: center;
	width: 160px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.transit .agroup{
	text-align: center;
	margin-top: 70px;
}
.transit .agroup a{
	color: #d9b47c;
	font-size: 18px;
	font-family: 'cs-r';
	line-height: 30px;
	text-transform: uppercase;
	height: 30px;
	margin-right: 190px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #d9b47c;
}
.transit .agroup a:last-child{
	margin-right: 0;
}
.transit .agroup a::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	transition: all .5s;
	background-color: #b19366;
}
.transit .agroup a:hover::after{
	width: 100%;
}




@media(max-width:991px){
	.transit .rotate{
		width: 180px;
		height: 180px;
	}
	.transit .rotate .line{
		width: 180px;
		height: 180px;
	}
	.transit .rotate .line .sliderote{
		top: 35px;
		left: 5px;
	}
	.transit .rotate .img{
		width: 140px;
		height: 80px;
	}
	.transit .agroup{
		margin-top: 50px;
	}
	.transit .agroup a{
		margin-right: 150px;
	}
}
@media(max-width:768px){
	.transit .rotate{
		width: 140px;
		height: 140px;
	}
	.transit .rotate .line{
		width: 140px;
		height: 140px;
	}
	.transit .rotate .line .sliderote{
		width: 15px;
		height: 15px;
		top: 20px;
		left: 5px;
	}
	.transit .rotate .img{
		width: 100px;
		height: 60px;
	}
	.transit .agroup{
		margin-top: 50px;
	}
	.transit .agroup a{
		font-size: 16px;
		margin-right: 100px;
	}
}




.music{
	position: fixed;
    right: 2%;
    bottom: 10%;
	width: 50px;
    height: 50px;
	border-radius: 30px;
	background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/white.jpg);
	z-index: 999;
}

.auplay{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/auplay.png);
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width:480px){
	.music{
		width: 40px;
		height: 40px;
		border-radius: 20px;
	}
	.auplay{
		width: 30px;
		height: 30px;
	}
}

audio{
    display: none;
}