.btn-v1 {
	display: block;
	margin: 0 auto;
	width: 130px;
	height: 50px;
	line-height: 50px;
	background-color: #cd2522;
	text-align: center;
	color: #fff;
	font-size: 16px;
	-webkit-transition: .4s;
	transition: .4s;
}
.btn-v1:hover {
	background-color: #fff;
	color: #cd2522;
}
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.text-center {
	text-align: center;
}

/* 头部 */
.header {
	height: 120px;
	background-color: #fff;
	position: relative;
}
.header .logo {
	float: left;
	line-height: 120px;
}
.header .search-wrap {
	float: right;
	line-height: 120px;
	margin-left: 30px;
	position: relative;
}
.header .search-wrap .icon-search {
	display: inline-block;
	vertical-align: middle;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	background: #dfc499 url(../images/search.png) no-repeat center center;
	cursor: pointer;
}
.header-nav-wrap {
	float: right;
}
.header-nav-wrap .nav-list .nav-item {
	float: left;
	position: relative;
}
.header-nav-wrap .nav-list .first-link {
	display: block;
	color: #382915;
	font-size: 18px;
	padding: 0 30px;
	line-height: 120px;
}
.header-nav-wrap .nav-list .first-link:hover,
.header-nav-wrap .nav-list .aon .first-link{
	color: #cd2522;
}
.header-nav-wrap .nav-list .sub-nav {
	position: absolute;
	top: 100%;
	left: 14px;
	z-index: 10;
	background-color: #fff;
	/* display: none; */
	overflow: hidden;
	height: 0;
	padding: 0;
}
.header-nav-wrap .nav-list .sub-nav::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 3px;
	background-color: #cd2522;
	-webkit-transition: 300ms ease;
	transition: 300ms ease;
}

.header-nav-wrap .nav-list .sub-nav.active::before{
	width: 100%;
}
.header .search-wrap .open-search-show{ position:relative; background:none;}
.search-wrap .open-search-show::before,
.search-wrap .open-search-show::after{ position:absolute; content:''; width:80%; height:3px; background:#e60012; top:50%; left:10%; transform:rotate(-45deg);}
.search-wrap .open-search-show::after{transform:rotate(45deg);}
.search-wrap .search-box{ position:absolute; top:100%; right:0; z-index:100; display:none; line-height: normal;}
.search-wrap .search-box .text{width: 254px;line-height: 46px;height: 46px; border:1px solid #fff; background:rgba(0,0,0,0.2); color:#fff; padding:0 50px 0 10px;}
.search-wrap .search-box .btn{ position:absolute; right:0; top:0; line-height: 46px; width:46px; text-align:center; color:#fff; font-weight:bold; font-size:16px; font-family:Verdana,Arial, Helvetica, sans-serif;}
.search-wrap .search-box .btn::before{position: absolute; content: '';border: 8px solid transparent; border-bottom-color:#b4b4b4;top: -15px;right: 4px;}
@media (min-width: 992px) {
	.header-nav-wrap .nav-list .nav-item:hover .sub-nav::before {
		width: 100%;
	}
	.header-nav-wrap .nav-list .nav-item:hover .sub-nav {
		height: auto;
		padding: 10px 0;
	}
	.dtable {
		display: table;
	}
	.dtable-cell {
		display: table-cell;
		vertical-align: middle;
	}
}
@media (max-width: 992px) {
	.header-nav-wrap .nav-list .nav-item .sub-nav {
		display: none;
		height: auto;
		padding: 10px 0;
	}
}
.header-nav-wrap .nav-list .sub-item a {
	display: block;
	padding: 0 20px;
	line-height: 30px;
	white-space:nowrap;
	color: #b3aea8;
}
.header-nav-wrap .nav-list .sub-item a:hover {
	color: #382915;
}
/* 尾部 */
.footer {
	background-color: #ede6dd;
	padding: 90px 0;
}
.footer .copyright,
.footer .copyright a {
	color: #9c958d;
}
.footer .copyright a:hover {
	color: #382915;
}
.footer .left {
	float: left;
   width: 68%;
}
.footer .right {
	float: right;
   width: 32%;
   text-align: right;
}
.footer .code-list span {
	margin-left: 20px;
	text-align: center;
	max-width: 115px;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}
.footer .code-list span img{
	margin-bottom: 5px;
	max-width: 110px;
}
.footer .hot-tel {
	text-align: right;
	margin-top: 78px;
}
.footer .hot-tel .tel {
	font-size: 24px;
	font-weight: bold;
	color: #cd2522;
}
.footer-nav-wrap {
	padding-bottom: 70px;
}
.footer-nav-wrap .item {
	float: left;
	width: 20%;
	max-width: 150px;
	padding-right: 15px;
}
.footer-nav-wrap .item dt {
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 36px;
}
.footer-nav-wrap .item dd a {
	color: #9c958d;
	line-height: 30px;
}
.footer-nav-wrap .item dd a:hover {
	color: #382915;
}
.header .menu {
	display: none;
}
@media (max-width: 1200px) {
	.container {
		width: 100%;
		padding: 0 15px;
	}
	.header-nav-wrap .nav-list .first-link {
		padding: 0 15px;
	}

}
@media (max-width: 992px) {
	.header {
		height: 70px;
	}
	.header .container {
		height: 70px;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 2;
		background-color: #fff;
	}
	.header .logo {
		float: none;
		line-height: 70px;
		width: 130px;
		display: block;
	}
	.header .search-wrap {
		display: none;
	}
	.header-nav-wrap {
		display: none;
		position: fixed;
		right: 0;
		top: 70px;
		bottom: 0;
		z-index: 2;
		width: 80%;
		background-color: #fff;
		overflow-y: auto;
		padding-bottom: 50px;
	}
	.header-nav-wrap .nav-list .nav-item {
		float: none;
		border-top: 1px solid #e5e5e5;
	}
	.header-nav-wrap .nav-list .first-link {
		font-size: 16px;
		line-height: 50px;
		display: initial;
	}
	.header-nav-wrap .nav-list .sub-nav {
		position: relative;
	}
	.header .menu {
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 10px;
		display: block;
	}
	.header .menu span {
		display: block;
		width: 20px;
		height: 2px;
		background-color: #dfc499;
		margin-bottom: 4px;
	}
	.header .menu span:last-child {
		margin-bottom: 0;
	}
	.header-mask {
		display: none;
		position: fixed;
		top: 70px;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 1;
		background-color: rgba(0, 0, 0, .5);
	}
	.footer {
		padding: 60px 0;
	}
	.footer .left,
	.footer .right {
		float: none;
		width: 100%;
	}
	.footer .code-list {
		text-align: center;
	}
	.footer .hot-tel {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.footer-nav-wrap {
		display: none;
	}
}
.lg-hide {display: none !important;}
.xs-hide {display: block !important;}
/* 首页 */
.home-banner .banner-title {
	font-size: 60px;
}
.title-cn {
	font-size: 48px;
	font-weight: lighter;
	line-height: 100%;
}
.title-en {
	font-size: 24px;
	line-height: 100%;
	margin-top: 16px;
}
.title-wrap {
	padding: 84px 0 60px;
}
.home-s1 {
	background-color: #ede6dd;
	padding: 60px 0;
}
.home-s1 .content {
	color: #7f776d;
	padding-left: 200px;
	position: relative;
	max-width: 780px;
}
.home-s1 .content h3 {
	font-size: 24px;
	margin-bottom: 12px;
}
.home-s1 .content p {
	line-height: 24px;
	margin-top: 3px;
}
.home-s1 .title-cn {
	font-size: 48px;
	font-weight: lighter;
	letter-spacing:8px;
	width: 112px;
	line-height: 72px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #382915;
}
.home-s1 .btn-v1 {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-s2 {
	background: url(../images/bg1.jpg) no-repeat center center;
	background-size: cover;
	padding: 0 0 80px;
	background-attachment: fixed;
}
.home-s2 .btn-v1 {
	margin: 50px auto 0;
}
.home-s2 .title-wrap {
	color: #fff;
}
.business-list .item {
	float: left;
	border: 4px solid #dfc499;
	width: 31.5%;
	margin-right: 2.75%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.business-list .item .image-bg {
	-webkit-transition: .4s;
	transition: .4s;
}
.business-list .item:hover .image-bg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.business-list .item:last-child {
	margin-right: 0;
}
.business-list .item .image-bg {
	padding-top: 51%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.business-list .item .mask {
	font-size: 24px;
	color: #dfc499;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 15px;
	width: 100%;
	height: 100.2%;
	background-color: rgba(28, 28, 28, .7);
	-webkit-transition: .4s;
	transition: .4s;
}
.business-list .item .mask span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.home-s3 {
	padding-bottom: 70px;
}
.home-s3 .title-wrap .title {
	color: #7f776d;
}
.news-list {
	padding-bottom: 20px;
}
.news-list .item {
	width: 32%;
	float: left;
	position: relative;
	margin: 0 2% 2% 0;
}
.news-list .item:hover {
	box-shadow: 0 0 10px rgba(132, 132, 132, .2);
}
.news-list .item:nth-child(3n) {
	margin-right: 0;
}
.news-list .item .tags {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	color: #fff;
	width: 90px;
	height: 36px;
	line-height: 36px;
	background-color: #c1a36a;
}
.news-list .item .content {
	height: 140px;
	background-color: #f9f6f3;
	padding: 20px 34px;
	position: relative;
	-webkit-transition: .4s;
	transition: .4s;
	border-bottom: 1px solid transparent;
}
.news-list .item:hover .content {
	background-color: #fff;
	border-bottom-color: #ece9e7;
}
.news-list .item .img-box {
	display: block;
	overflow: hidden;
	width: 100%;
}
.news-list .item .img {
	padding-top: 68%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-transition: .4s;
	transition: .4s;
}
.news-list .item .img-box:hover .img {
	transform: scale(1.1);
}
.news-list .item h3 {
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	margin-bottom: 10px;
}
.news-list .item h3 a {
	color: #7f776d;
}
.news-list .item h3 a:hover {
	color: #cd2522;
}
.news-list .item .time,
.news-list .item .news-btn {
	color: #b3aea8;
}
.news-list .item .news-btn {
	position: absolute;
	right: 34px;
	bottom: 30px;
}
.news-list .item .news-btn::after{
	content: '>';
	font-family: '宋体';
	display: inline-block;
	margin-left: 8px;
}
.home-s4 {
	background: url(../images/bg2.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 110px;
	background-attachment: fixed;
}
.home-s4 .title-wrap {
	color: #fff;
}
.home-s4 .text {
	color: rgba(255, 255, 255, .8);
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 30px;
}
@media (max-width: 992px) {
	.btn-v1 {
		width: 90px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.home-banner .banner-title {
		margin-bottom: 15px;
		font-size: 40px;
	}
	.home-s1 .content {
		padding-left: 0;
	}
	.home-s1 .title-cn {
		position: static;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		font-size: 28px;
		width: auto;
		line-height: normal;
	}
	.home-s1 .content h3 {
		font-size: 16px;
	}
	.home-s1 .btn-v1 {
		position: static;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		margin-top: 30px;
	}
	.title-cn {
		font-size: 28px;
	}
	.title-en {
		font-size: 16px;
	}
	.title-wrap {
		padding: 60px 0;
	}
	.business-list .item {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.news-list .item {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.home-s4 {
		padding-bottom: 60px;
	}
	.news-list .item .tags {
		z-index: 0;
	}
}
.column-wrap {
	height: 74px;
	line-height: 74px;
	border-bottom: 1px solid #eaeaea;
	box-shadow: 0 4px 6px rgba(132, 132, 132, .1) inset;
}
.column-wrap a {
	color: #b8b3ae;
}
.breadcrumb {
	color: #b8b3ae;
	float: right;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb span {
	color: #cd2522;
}
.column {
	float: left;
}
.column a {
	display: inline-block;
	margin-right: 60px;
	line-height: 70px;
}
.column a.active {
	color: #cd2522;
	border-bottom: 2px solid #cd2522;
}
@media (max-width: 992px) {
	.column a {
		margin-right: 15px;
	}
	.breadcrumb  {
		display: none;
	}
}
/* 公司新闻 */
.picker-wrap {
	text-align: right;
	padding: 30px 0;
	margin-bottom: 10px;
}
.picker-wrap .picker {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	padding: 0 18px;
	resize: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #dfc499 url(../images/icon2.png) no-repeat 90% center;
}

.picker-wrap .picker option:first-of-type{ display: none; }

.news-main {
	padding-bottom: 70px;
}

@media (max-width: 768px) {
	.news-main {
		padding-bottom: 60px;
	}
	.news-main .news-list {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.lg-hide {display: block !important;}
	.xs-hide {display: none !important;}
}
/*Pages */
.Pages{ text-align:center; padding:3% 0;}
.Pages a{ display:inline-block; vertical-align:middle;border:1px solid #ececec; padding:0 15px; line-height:38px; color:#b3aea8; margin: 0 25px;}
.Pages a:hover,
.Pages a.a_cur{ background-color:#dfc499; color:#fff;}
.Pages em{ font-style:normal; display:inline-block; vertical-align:middle; overflow:hidden;}
.Pages em a{ float:left; margin-left:-1px;}
.Pages .p_cur,
.Pages .p_count,
.Pages .p_jump,
.Pages .p_total,
.Pages .a_first,
.Pages .a_end{ display:none;}
.Pages .a_next{ margin-left: 0;}
@media(max-width:640px){
	.Page002046 .Pages .a_first,
	.Page002046 .Pages .a_end{ display:none;}
}
@media(max-width:480px){
	.Page002046 .Pages a{padding:0 5px; }
}
/* 新闻详情 */
.detail-main {
	padding: 26px 0;
}
.detail-main .time {
	font-size: 18px;
	color: #b3aea8;
}
.detail-main .title {
	font-size: 32px;
	margin-top: 8px;
}
.detail-main .content {
	padding: 0 0 40px;
}
.detail-main .content p {
	color: #7f776d;
	line-height: 24px;
}
.detail-main .bottom {
	border-top: 1px solid #e6e6e6;
	padding: 20px 0;
	position: relative;
}
.detail-main .bottom p,
.detail-main .bottom p a {
	color: #7f776d;
	font-size: 16px;
	line-height: 36px;
}
.detail-main .bottom .btn-v1 {
	width: 160px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.detail-main .img-list img {
	margin: 0 auto;
}
.detail-main .img-list .slick-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: rgba(0, 0, 0, .45);
}
.detail-main .img-list .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #958d8b;
	border-radius: 50%;
	margin: 0 5px;
}
.detail-main .img-list .slick-dots li.slick-active {
	background-color: #cd2522;
}
.detail-main .img-list .slick-dots li button {
	display: none;
}
.detail-main .img-list .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	width: 45px;
	height: 68px;
	background-color: rgba(0, 0, 0, .5);
	border: none;
	color: transparent;
	cursor: pointer;
}
.detail-main .img-list .slick-arrow::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.detail-main .img-list .slick-prev {
	left: 60px;
}
.detail-main .img-list .slick-prev::after {
	background: url(../images/btn-left.png) no-repeat center center;
}
.detail-main .img-list .slick-next {
	right: 60px;
}
.detail-main .img-list .slick-next::after {
	background: url(../images/btn-right.png) no-repeat center center;
}
.slick-track:focus,
.slick-slider:focus,
.slick-slide:focus {
	outline: none;
	border-color: transparent;
	box-shadow:none;
}
@media (max-width: 768px) {
	.detail-main .bottom p,
	.detail-main .bottom p a {
		font-size: 14px;
	}
	.detail-main .title {
		font-size: 28px;
	}
	.detail-main .img-list .slick-dots {
		height: 30px;
		line-height: 30px;
	}
	.detail-main .img-list .slick-dots li {
		width: 8px;
		height: 8px;
	}
	.detail-main .bottom .btn-v1 {
		position: static;
		-webkit -transform: translateY(0);
		transform: translateY(0);
		margin-top: 30px;
	}
}
/* 联系我们 */
.contactus-main {
	padding: 15px 0 96px;
}
.contactus-info .title {
	color: #66361f;
	font-size: 28px;
	margin: 40px 0;
	text-align: left;
	padding-left: 35%;
}
.contactus-info .info-list {
	float: left;
	width: 28%;
}
.contactus-info .info-list .item {
	float: left;
	border-bottom: 5px solid #cd2522;
	margin-bottom: 12px;
	background-color: #faf7f4;
	margin-right: 1.2%;
	color: #989188;
	font-size: 16px;
	padding: 24px 0 16px;
	width: 100%;
}
.map-wrap .map *{ max-width: none;}
.contactus-info .info-list .item .tlt {
	color: #66361f;
	margin: 13px 0 14px;
}
.map-wrap {
	padding: 8px;
	background-color: #faf7f4;
}
.map-wrap {
	width: 70%;
	float: right;
}
.map-wrap .map {
	height: 596px;
}
.guide-wrap {
	padding-top: 46px;
}
.guide-wrap p {
	font-size: 16px;
	line-height: 34px;
	color: #989188;
}
@media (min-width: 768px) and (max-width: 992px) {
	.contactus-info .info-list,
	.map-wrap {
		width: 100%;
		float: none;
	}
	.contactus-info .title{padding-left: 0;text-align: center;}

	.contactus-info .info-list .item.address,
	.contactus-info .info-list .item.email {
		width: 49%;
	}
	.contactus-info .info-list .item  {
		width: 49%;
		margin-bottom: 46px;
	}
	.contactus-info .info-list .item:nth-child(2n) {
		margin-right: 0;
	}
}
@media (min-width: 992px) {
	.contactus-info .info-list .item,
	.container_list .info-list .item{
		width: 100% !important;
	}
	.contactus-info .info-list .item:last-child {
		margin-right: 0;
	}
}
@media (max-width: 768px) {
	.contactus-info .info-list,
	.map-wrap {
		width: 100%;
		float: none;
	}
	.map-wrap .map {
		height: 300px;
	}
	.contactus-main {
		padding: 60px 0;
	}
	.contactus-info .title {
		margin: 0 0 30px;
		font-size: 22px;
	}
}
/* 项目合作 */
.cooperation-main {
	padding: 40px 0;
}
.cooperation-main .container {
	background-color: #faf7f4;
}
.cooperation-main .content {
	width: 60%;
}
.cooperation-main .content .inner {
	padding: 30px 6.5%;
}
.cooperation-main .content .title-cn {
	font-size: 28px;
	color: #66361f;
}
.cooperation-main .content .title-en {
	font-size: 16px;
	color: #b3aea8;
	margin-top: 4px;
	margin-bottom: 18px;
}
.cooperation-main .content p {
	color: #7f776d;
	line-height: 26px;
}
.cooperation-main .content .tel span {
	display: block;
	color: #cd2522;
	font-size: 16px;
	margin-bottom: 16px;
}
.cooperation-main .img {
	width: 30%;
}
@media (max-width: 992px) {
	.cooperation-main .content {
		width: 100%;
	}
	.cooperation-main .img {
		width: 100%;
	}
	.cooperation-main .img img {
		width: 100%;
	}
	.cooperation-main .content .inner {
		padding: 30px 0;
	}
}
/* 公司简介 */
.company-profile-main  {
	background-color: #faf7f4;
	padding: 48px 0;
}
.company-profile-main .title {
	float: left;
	width: 256px;
	padding-right: 46px;
}
.company-profile-main .title h2 {
	font-size: 28px;
	color: #382915;
}
.company-profile-main .title p {
	font-size: 16px;
	color: #b3aea8;
	line-height: 24px;
	margin-top: 16px;
}
.company-profile-main .content {
	color: #7f776d;
	line-height: 1.8;
	float: left;
	width: calc(100% - 256px);
}
@media (max-width: 992px) {
	.company-profile-main .title,
	.company-profile-main .content {
		float: none;
		width: 100%;
		padding: 0;
	}
	.company-profile-main .title {
		margin-bottom: 30px;
	}
}
/* 发展历程 */
.history-main {
	padding: 40px 0 0;
}
.history-main .line-wrap {
	position: relative;
	padding-bottom: 90px;
}
.history-main .line-wrap::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 120px;
	width: 1px;
	height: calc(100% - 120px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #dedede;
}
.history-main .line-wrap .top-dot {
	width: 110px;
	height: 110px;
	line-height: 110px;
	border: 1px solid #66361f;
	border-radius: 50%;
	color: #66361f;
	font-size: 28px;
	text-align: center;
	padding: 14px;
	margin: 0 auto 33px;
}
.history-main .line-wrap .top-dot span {
	display: inline-block;
	line-height: 32px;
}
.history-main .main-line .item {
	position: relative;
	margin-bottom: 1px;
}
.history-main .main-line .item .dot {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 2px;
	background-color: #fff;
}
.history-main .main-line .item .dot::after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background-color: #cd2522;
}
.history-main .main-line .content {
	width: 47.8%;
	padding: 15px 45px;
	position: relative;
}
.history-main .main-line .content h3 {
	font-size: 32px;
	line-height: 44px;
	color: #cd2522;
}
.history-main .main-line .content h4 {
	font-size: 16px;
	line-height: 28px;
	color: #66361f;
}
.history-main .main-line .content p {
	font-size: 14px;
	line-height: 26px;
	color: #7f776d;
	padding-bottom: 5px;
}
.history-main .main-line .content .logo {
	width: 100px;
}
.history-main .main-line .content.left {
	background-color: #faf7f4;
	float: left;
}
.history-main .main-line .item-now .content.left p {
	color: #66361f;
}
.history-main .main-line .content::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
}
.history-main .main-line .content.left::after {
	right: -13px;
	border-top: 7px solid transparent;
	border-left: 13px solid #faf7f4;
	border-right: 0;
	border-bottom: 7px solid transparent;
}
.history-main .main-line .content.right::after {
	left: -13px;
	border-top: 7px solid transparent;
	border-left: 0;
	border-right: 13px solid #cd2522;
	border-bottom: 7px solid transparent;
}
.history-main .main-line .content.right {
	background-color: #cd2522;
	float: right;
}
.history-main .main-line .content.right h3,
.history-main .main-line .content.right h4,
.history-main .main-line .content.right p {
	color: #fff;
}
@media (max-width: 1200px) {
	.history-main .main-line .content {
		padding: 15px 20px;
	}
}
@media (max-width: 992px) {
	.history-main .line-wrap .top-dot {
		display: none;
	}
	.history-main .main-line .content {
		width: 100%;
	}
	.history-main .line-wrap::before {
		display: none;
	}
	.history-main .main-line .content {
		padding: 0 0 28px 32px;
		background-color: #fff !important;
		float: none !important;
	}
	.history-main .main-line .content.right h3{
		color: #cd2522;
	}
	.history-main .main-line .content.right p {
		color: #66361f;
	}
	.history-main .main-line .item-now .content.left p {
		color: #7f776d;
	}
	.history-main .line-wrap {
		padding: 0 15px;
	}
	.history-main .line-wrap .main-line {
		border-left: 1px solid #e2e2e2;
	}
	.history-main .main-line .content .logo {
		width: 70px;
		display: none;
	}
	.history-main .main-line .content::after {
		top: 2px;
		left: -9px !important;
		width: 12px !important;
		height: 12px !important;
		border: 2px solid #999 !important;
		border-radius: 50% !important;
		background-color: #fff !important;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.history-main .main-line .content.right::after {
		border-color: #cd2522 !important;
	}
	.history-main .main-line .content h3 {
		font-size: 20px;
		line-height: 20px;
	}
	.history-main .main-line .content p {
		font-size: 14px;
	}
}
/* 企业治理 */
.page-banner {
	position: relative;
	overflow: hidden;
}
.page-banner img{ margin: auto}
.page-banner .video-banner {
	position: absolute;
	right: -100%;
	bottom: -100%;
	top: -100%;
	left: -100%;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
}
.page-banner .inner {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.page-banner .banner-title {
	color: #fff;
	font-size: 48px;
	font-weight: lighter;
	line-height: 100%;
	margin-bottom: 40px;

}

.standard-section .title {
	font-size: 28px;
	color: #66361f;
	padding-top: 34px;
}
.standard-section p {
	font-size: 16px;
	line-height: 30px;
	color: #7f776d;
}
.standard-s1 .framework {
	padding: 42px 0 60px;
}
.standard-s1 .framework img {
	display: block;
	margin: 0 auto;
}
.standard-s2 {
	background-color: #faf7f4;
	padding: 50px 0 110px;
}
.standard-s2 .title {
	margin-bottom: 18px;
}
.standard-s3 {
	padding: 24px 0 38px;
}
.standard-s3 .title {
	margin-bottom: 54px;
}
.download-wrap {
	width: 100%;
	background-color: #faf7f4;
	margin-top: 30px;
	padding: 10px;
}
.download-wrap .download {
	padding: 15px 0;
}
.download-wrap p {
	color: #333;
	float: left;
	line-height: 50px;
}
.download-wrap p .icon {
	display: inline-block;
	width: 48px;
	height: 50px;
	vertical-align: top;
	background: url(../images/icon_w.png) no-repeat 0 center;
	background-size: 35px auto;
}
.download-wrap .btn-v1 {
	float: right;
}
.standard-s4 {
	background: url(../images/bg3.jpg) no-repeat;
	background-size: cover;
	padding: 10px 0 60px;
}
.standard-s5 {
	padding-bottom: 72px;
}
.standard-s5 ul {
	margin-top: 45px;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	word-spacing: 74px;
	color: #7f776d;
}
.standard-s4 .title {
	margin-bottom: 30px;
}
.standard-s4 .title p{
	margin-top: 10px;
}
.standard-s4 .list {
	padding: 0 60px;
}
.standard-s4 .list .slick-arrow {
	position: absolute;
	top: 34%;
	z-index: 2;
	width: 50px;
	height: 50px;
	background-color: rgba(201, 30, 27, .6);
	border: 0;
	font-size: 0;
	cursor: pointer;
}
.standard-s4 .list .slick-arrow::after {
	content: "";
	position: absolute;
	top: 28%;
	left: 36%;
	width: 14px;
	height: 24px;
	background: url(../images/icon4.png) no-repeat;
}
.standard-s4 .list .slick-next::after {
	background-position: right 0;
}
.standard-s4 .list .slick-prev {
	left: 0;
}
.standard-s4 .list .slick-next {
	right: 0;
}
.standard-s4 .item {
	width: 49%;
	height: 180px;
	float: left;
	background-color: #fff;
	padding: 0 30px 0 88px;
	margin-bottom: 2%;
	position: relative;
	overflow: hidden;
}
.standard-s4 .item .number {
	position: absolute;
	top: 50%;
	left: -58px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 116px;
	width: 116px;
	line-height: 116px;
	text-align: right;
	border-radius: 50%;
	background-color: #cd2522;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	padding-right: 15px;
}
.standard-s4 .item:nth-child(odd) {
	margin-right: 2%;
}
.standard-s4 .item h3 {
	font-size: 18px;
	color: #66361f;
	margin-bottom: 12px;
}
.standard-s4 .list .slick-dots {
	text-align: center;
	font-size: 0;
	padding-top: 14px;
}
.standard-s4 .list .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #8d8d8d;
	margin: 0 5px;
}
.standard-s4 .list .slick-dots li.slick-active {
	background-color: #cd2522;
}
.standard-s4 .list .slick-dots button {
	display: none;
}
@media (max-width: 992px) {
	.page-banner .banner-title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.home-banner .banner-title {
		font-size: 32px;
	}
	.download-wrap p {
		line-height: 40px;
		font-size: 14px;
	}
	.download-wrap p .icon {
		width: 34px;
		height: 40px;
		background-size: 25px auto;
	}
	.standard-s4 .list {
		padding: 0;
	}
	.standard-s4 .item {
		width: 100%;
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 0;
	}
	.standard-s4 .item:nth-child(odd) {
		margin-right: 0;
	}
}
@media (max-width: 768px) {
	/* .standard-s3 .title {margin-bottom: 20px;}
	.standard-section p {font-size: 14px;} */
}
/* 以嘉筑家 */
.zhujia-s1 {
	background-color: #cab396;
	color: #fff;
	padding: 72px 0 90px;
}
.zhujia-s1 p {
	font-size: 24px;
	line-height: 42px;
	margin-top: 26px;
}
.zhujia-s1 .container {
	max-width: 1020px;
}
.zhujia-title {
	font-size: 40px;
}
.zhujia-s2 {
	background: #f3f1ed url(../images/bg4.jpg) no-repeat;
	background-size: cover;
	padding: 112px 0;
}
.zhujia-s2 .item {
	float: left;
	width: 32%;
	height: 360px;
	background-color: #fff;
	border-left: 2px solid #dfc499;
	padding: 30px 30px 0 42px;
	margin-right: 2%;
	-webkit-transition: .4s;
	transition: .4s;
}

.zhujia-s2 .item:hover {
	background-color: #bf211d;
}
.zhujia-s2 .item:hover h3,
.zhujia-s2 .item:hover .sub-title,
.zhujia-s2 .item:hover p {
	color: #fff;
}
.zhujia-s2 .item:last-child {
	margin-right: 0;
}
.zhujia-s2 .item h3 {
	color: #382915;
	font-size: 28px;
	margin: 12px 0 18px;
	-webkit-transition: .4s;
	transition: .4s;
}
.zhujia-s2 .item .sub-title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 4px;
	-webkit-transition: .4s;
	transition: .4s;
}
.zhujia-s2 .item p {
	color: #7f776d;
	font-size: 15px;
	line-height: 30px;
	-webkit-line-clamp: 4;
	-webkit-transition: .4s;
	transition: .4s;
}
.zhujia-s3 {
	padding: 60px 0 70px;
}
.core-list {
	margin-top: 46px;
}
.core-list .item {
	width: 23.5%;
	float: left;
	box-shadow: 0 0 8px rgba(56, 41, 21, .15);
	margin-right: 2%;
}
.core-list .item:last-child {
	margin-right: 0;
}
.core-list .item .img-box {
	width: 100%;
	overflow: hidden;
}
.core-list .item .img-box .img {
	width: 100%;
	padding-top: 78%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-transition: .4s;
	transition: .4s;
}
.core-list .item:hover .img {
	-webkit-ransform: scale(1.1);
	transform: scale(1.1);
}
.core-list .item:hover .content {
	background-color: #bf211d;
}
.core-list .item:hover .content h3 {
	color: #fff;
}
.core-list .item:hover .content p {
	color: #fff;
}
.core-list .item .content {
	padding: 20px 30px;
	min-height: 260px;
	-webkit-transition: .4s;
	transition: .4s;
}
.core-list .item h3 {
	color: #bf211d;
	font-size: 20px;
	margin-bottom: 6px;
	-webkit-transition: .4s;
	transition: .4s;
}
.core-list .item p {
	color: #7f776d;
	line-height: 24px;
	-webkit-line-clamp: 8;
	-webkit-transition: .4s;
	transition: .4s;
}
@media (max-width: 1150px) {
	.core-list .item .content {
		min-height: 300px;
	}
}
@media (max-width: 992px) {
	.zhujia-s1 {
		padding: 60px 0;
	}
	.zhujia-title {
		font-size: 30px;
	}
	.zhujia-s1 p {
		font-size: 18px;
		line-height: 34px;
		margin-top: 20px;
	}
	.zhujia-s2 {
		padding: 60px 0;
	}
	.zhujia-s2 .item {
		float: none;
		width: 100%;
		height: auto;
		padding: 30px 15px;
		margin-bottom: 30px;
	}
	.zhujia-s2 .item .icon {
		width: 50px;
	}
	.zhujia-s2 .item h3 {
		font-size: 24px;
	}
	.zhujia-s2 .item p {
		font-size: 14px;
	}
	.core-list .item {
		width: 49%;
		margin-bottom: 30px;
	}
	.zhujia-s3 {
		padding: 60px 0;
	}
	.core-list .item:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 768px) {
	.core-list .item {
		float: none;
		width: 100%;
	}
	.core-list .item .content {
		min-height: auto;
	}
}
.slide-banner{ clear: both;}
.slide-banner .item {
	position: relative;
	text-align: center;
	font-size: 48px;
	max-height: 593px;
}
.slide-banner .slick-current img,
.slide-banner .aon img{
	transform: rotateX(0.001deg) rotateY(0.001deg) rotateZ(0.001deg) scaleX(1.1) scaleY(1.1);
	transition: transform 6000ms ease 0s;
	transition-delay: 1s;
}
.slide-banner .btn-v1,
.slide-banner .banner-title{
	opacity: 0;
	transform: translateY(100%);
	transition: all 0.5s;
}
.slide-banner .aon .banner-title,
.slide-banner .slick-current .banner-title{transition-delay: 0.8s;}
.slide-banner .aon .btn-v1,
.slide-banner .slick-current .btn-v1{transition-delay: 1s;}
.slide-banner .aon .btn-v1,
.slide-banner .aon .banner-title,
.slide-banner .slick-current .btn-v1,
.slide-banner .slick-current .banner-title{
	opacity: 1;
	transform: translateY(0);

}
.slide-banner .container {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.slide-banner .slick-dots {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 30px;
	font-size: 0;
	text-align: center;
}
.slide-banner .slick-dots li {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 7.5px;
}
.slide-banner .slick-dots li.slick-active {
	background-color: #cd2522;
}
.slide-banner .slick-dots li button {
	display: none;
}
/* 未来发展项目 */
.top-text-wrap {
	color: #7f776d;
	font-size: 18px;
	line-height: 34px;
	max-width: 650px;
	margin: 66px auto 56px;
}
.top-text-wrap .title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 34px;
	color: #66361f;
}
.city-wrap {
	padding: 0 0 45px;
}
.city-wrap .item {
	position: relative;
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	overflow: hidden;
}
.city-wrap .item:hover .city-img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.city-wrap .item .city-img {
	padding-top: 62%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-transition: .4s;
	transition: .4s;
}
.city-wrap .item .city-mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, .2);
}
.city-wrap .item .cityname {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
	height: 37px;
	line-height: 35px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
	.top-text-wrap {
		margin: 60px auto 30px;
		font-size: 16px;
		line-height: 30px;
	}
	.city-wrap {
		padding-bottom: 60px;
	}
	.city-wrap .item {
		width: 49%;
	}
	.city-wrap .item:nth-child(2n) {
		margin-right: 0;
	}
}
@media (min-width: 768px) {
	.city-wrap .item:nth-child(3n) {
		margin-right: 0;
	}
}
/* 昔日发展项目 */
.before-project-mian {
	padding: 80px 0 100px;
}
.before-project-mian .tab-selector {
	font-size: 0;
	margin-bottom: 50px;
}
.before-project-mian .tab-selector li {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 20px;
	position: relative;
	font-size: 14px;
	cursor: pointer;
	margin-left: -1px;
}
.before-project-mian .tab-selector li a{color: #b3aea8;}
.before-project-mian .tab-selector li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	height: 20px;
	width: 1px;
	background-color: #eae7dd;
}
.before-project-mian .tab-selector li:first-child::before {
	display: none;
}
.before-project-mian .tab-selector li.active {
	color: #fff;
	background-color: #dfc499;
}
.before-project-mian .tab-selector li.active a{ color: #fff;}
.before-project-mian .tab-content {
	margin-bottom: 36px;
}
.before-project-mian .tab-content .item {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
	overflow: hidden;
}
.before-project-mian .tab-content .item:hover .img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.before-project-mian .tab-content .img {
	padding-top: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-transition: .4s;
	transition: .4s;
}
.before-project-mian .tab-content .link {
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 90%;
	background-color: rgba(0, 0, 0, .3);
	padding: 3.6% 8%;
	min-height: 75px;
}
.before-project-mian .tab-content .link::after {
	content: "";
	width: 18px;
	height: 10px;
	background: url(../images/icon3.png) no-repeat;
	position: absolute;
	right: 8%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.before-project-mian .tab-content .link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: rgba(205, 37, 34, .9);
	-webkit-transition: .4s;
	transition: .4s;
}
.before-project-mian .tab-content .link h3 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 4px;
	-webkit-transition: .4s;
	transition: .4s;
	position: relative;
	z-index: 1;
}
.before-project-mian .tab-content .link .tags {
	color: #bcbcbc;
	position: relative;
	z-index: 1;
}
.before-project-mian .tab-content .link .current {
	color: #fff;
	font-size: 12px;
}
.before-project-mian .tab-content .item:hover .link::before {
	width: 100%;
}
.before-project-mian .tab-content .item:hover h3 {
	color: #fff;
}
@media (min-width: 992px) {
	.before-project-mian .tab-content .item:nth-child(3n) {
		margin-right: 0;
	}
}
@media (max-width: 992px) {
	.before-project-mian .tab-content .item {
		width: 49%;
	}
	.before-project-mian .tab-content .item:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 768px) {
	.before-project-mian .tab-content .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.before-project-mian {
		padding: 60px 0;
	}
	.before-project-mian .tab-content {
		margin-bottom: 0;
	}
	.before-project-mian .tab-selector {
		overflow-x: auto;
		white-space: nowrap;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
}
/* 昔日发展详情 */
.project-detail-s1 {
	position: relative;
	background-color: #c6a673;
	height: 560px;
}
.project-detail-s1 .container {
	height: 100%;
}
.project-detail-s1 .img {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.project-detail-s1 .img img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	max-width: none;
}
.project-detail-s1 .content {
	float: right;
	width: 50%;
	height: 100%;
	padding-left: 4.8%;
	color: #fff;
}
.project-detail-s1 .content .top {
	position: relative;
	padding: 0.5% 0;
	margin-bottom: 4%;
}
.project-detail-s1 .content .top .logo {
	position: absolute;
	right: 0;
	top: 0;
	width: 139px;
}
.project-detail-s1 .content .top h2 {
	font-size: 28px;
	margin-bottom: 2%;
}
.project-detail-s1 .content .top small {
	font-size: 20px;
}
.project-detail-s1 .content .btn{ display: block; width: 150px; line-height: 50px; text-align: center; background: #fff; margin-top: 5%;color: #66361f;font-size: 16px;font-weight: bold;}
.project-detail-s1 .content h3 {
	font-size: 20px;
	margin-bottom: 2.4%;
}
.project-detail-s1 .content .summary {
	font-size: 16px;
	line-height: 28px;
	-webkit-line-clamp: 9;
}
.project-detail-s2 {
	background-color: #faf7f4;
}
.project-detail-s2 .tab-selector {
	font-size: 0;
	border-bottom: 1px solid #dfc499;
	margin: 44px 0 55px;
}
.project-detail-s2 .tab-selector li {
	display: inline-block;
	width: 140px;
	height: 64px;
	line-height: 64px;
	color: #66361f;
	font-size: 16px;
	text-align: center;
	background-color: #dfc499;
	margin: 0 10px;
	cursor: pointer;
}
.project-detail-s2 .tab-selector li.active {
	color: #fff;
	background-color: #cd2522;
}
.project-detail-s2 .tab-content {
	padding-bottom: 80px;
}
.project-detail-s2 .tab-content .item {
	position: relative;
	background-color: #fff;
	display: none;
}
.project-detail-s2 .tab-content .item .img {
	width: 43.8%;
}
.project-detail-s2 .tab-content .item .content {
	position: absolute;
	left: 43.8%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 56.2%;
	padding: 0 2.5% 0 3.4%;
}
.project-detail-s2 .tab-content .item h3 {
	color: #66361f;
	font-size: 24px;
	margin-bottom: 22px;
}
.project-detail-s2 .tab-content .item p {
	color: #7f776d;
	font-size: 18px;
	line-height: 34px;
}
.pic-wrap {
	padding: 32px 0 0;
}
.pic-wrap .big-pic {
	width: 78%;
	float: left;
}
.pic-wrap .big-pic .item > div {
	padding-top: 63%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.pic-wrap .big-pic .slick-dots {
	text-align: center;
	padding: 10px 0;
}
.pic-wrap .big-pic .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #958d8b;
	margin: 0 5px;
}
.pic-wrap .big-pic .slick-dots li.slick-active {
	background-color: #cd2522;
}
.pic-wrap .big-pic .slick-dots li button {
	display: none;
}
.pic-wrap .small-pic {
	float: right;
	width: 20%;
}
.pic-wrap .small-pic .item {
	padding-bottom: 8%;
}
.pic-wrap .small-pic .item .inner{
	position: relative;
	padding-top: 69%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	opacity: .3;
	-webkit-transition: .4s;
	transition: .4s;
}
.pic-wrap .small-pic .slick-current .inner {
	opacity: 1;
}
.pic-wrap .small-pic .slick-current .inner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 3px solid #cd2522;
	box-sizing: border-box;
}
.pic-wrap .operation {
	text-align: center;
	font-size: 18px;
	color: #7f776d;
	font-weight: bold;
	line-height: 100%;
}
.pic-wrap .operation .current {
	color: #66361f;
	font-size: 28px;
}
.pic-wrap .operation .number {
	display: inline-block;
	vertical-align: middle;
}
.pic-wrap .operation .btn-prev,
.pic-wrap .operation .btn-next {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 22px;
	background: url(../images/icon12.png) no-repeat;
	cursor: pointer;
}
.pic-wrap .operation .btn-prev {
	margin-right: 10%;
}
.pic-wrap .operation .btn-next {
	background-position: right 0;
	margin-left: 10%;
}
.project-detail-s3 {
	padding: 70px 0 90px;
}
@media (max-width: 1200px) {
	.project-detail-s1 {
		height: 480px;
	}
}
@media (max-width: 992px) {
	.project-detail-s1 {
		height: auto;
	}
	.project-detail-s1 .img,
	.project-detail-s1 .img img{
		position: static;
		width: 100%;
		height: auto;
	}
	.project-detail-s1 .content {
		float: none;
		width: 100%;
		padding: 30px 0;
	}
	.project-detail-s1 .content .top {
		margin-bottom: 20px;
		padding: 0;
	}
	.project-detail-s1 .content .top h2 {
		font-size: 24px;
		margin: 2% 0;
	}
	.project-detail-s1 .content .top small {
		font-size: 16px;
	}
	.project-detail-s1 .content h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.project-detail-s1 .content .summary {
		font-size: 14px;
	}
	.project-detail-s2 .tab-selector {
		overflow-x: auto;
		white-space: nowrap;
	}
	.project-detail-s2 .tab-selector li {
		width: 98px;
		height: 46px;
		line-height: 46px;
		font-size: 14px;
		margin: 0 10px;
	}
	.project-detail-s1 .content .top .logo {
		position: static;
		width: 120px;
	}
	.project-detail-s1 .img {
		width: 100%;
	}
	.pic-wrap {
		padding-top: 20px;
	}
	.pic-wrap .big-pic {
		float: none;
		width: 100%;
	}
	.project-detail-s2 .tab-content .item .content {
		position: static;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		padding: 30px 0;
		width: 100%;
	}
	.project-detail-s2 .tab-content .item p {
		font-size: 14px;
		line-height: 30px;
	}
	.project-detail-s2 .tab-content .item .img {
		width: 100%;
	}
	.project-detail-s2 .tab-content .item .img img {
		width: 100%;
	}
	.pic-wrap .small-pic {
		display: none;
	}
	.project-detail-s3 {
		padding: 60px 0;
	}
}
/* 印象嘉润 */
.impression-image .title {
	color: #66361f;
	font-size: 28px;
	padding: 34px 0;
}
.impression-image .item {
	padding: 0 10px;
}
.impression-image .item .inner {
	position: relative;
}
.impression-image .item .img {
	position: relative;
	padding-top: 80%;
}
.impression-image .item .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.impression-image .item  .name {
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .3);
	-webkit-transition: .4s;
	transition: .4s;
}
.impression-image .item:hover .name {
	background-color: rgba(205, 37, 34, .9);
}
.impression-image .slick-arrow {
	position: absolute;
	top: 34%;
	z-index: 2;
	width: 57px;
	height: 57px;
	background-color: rgba(201, 30, 27, .6);
	border: 0;
	font-size: 0;
	cursor: pointer;
}
.impression-image .slick-arrow::after {
	content: "";
	position: absolute;
	top: 28%;
	left: 36%;
	width: 14px;
	height: 24px;
	background: url(../images/icon4.png) no-repeat;
}
.impression-image .slick-prev {
	left: 20px;
}
.impression-image .slick-next {
	right: 20px;
}
.impression-image .slick-next::after {
	background-position: right 0;
}
.impression-main {
	padding: 17px 0;
}
.sect-title1 {
	color: #66361f;
	font-size: 28px;
}
@media (max-width: 768px) {
	.impression-image .title {
		font-size: 22px;
		padding: 28px 0;
	}
}
/* 人才理念 */
.concept-s1 {
	background: url(../images/page_banner4.jpg) no-repeat;
	background-size: cover;
	padding: 70px 0 84px;
}
.concept-s1 .text {
	color: #7f776d;
	font-size: 16px;
	line-height: 34px;
	margin-top: 36px;
}
.concept-s1 ol li {
	color: #7f776d;
	font-size: 16px;
	line-height: 43px;
	padding-left: 40px;
	position: relative;
}
.concept-s1 ol li .number {
	color: #fff;
	position: absolute;
	left: 0;
	top: 8px;
	width: 28px;
	height: 28px;
	line-height: 30px;
	border-radius: 50%;
	background-color: #cd2522;
	text-align: center;
	font-family: "Arial";
	font-weight: bold;
}
.concept-s2 {
	padding: 63px 0 55px;
}
.concept-s2 .left .content,
.concept-s2 .right .img {
	float: left;
}
.concept-s2 .left .img,
.concept-s2 .right .content {
	float: right;
}
.concept-s2 .left .content {
	padding-right: 40px;
}
.concept-s2 .right .content {
	padding-left: 40px;
}
.concept-s2 .section {
	margin-bottom: 37px;
}
.concept-s2 .section .img {
	width: 332px;
}
.concept-s2 .section .content {
	width: calc(100% - 332px);
	padding-top: 3%;
	padding-bottom: 2%;
}
.concept-s2 .section .content .summary {
	color: #7f776d;
	font-size: 16px;
	line-height: 34px;
	margin: 15px 0 14px;
}
.concept-s2 .section .content ol li {
	color: #7f776d;
	font-size: 16px;
	line-height: 43px;
	padding-left: 40px;
	position: relative;
}
.concept-s2 .section .content ol li .number {
	color: #fff;
	position: absolute;
	left: 0;
	top: 8px;
	width: 28px;
	height: 28px;
	line-height: 30px;
	border-radius: 50%;
	background-color: #cd2522;
	text-align: center;
	font-family: "Arial";
	font-weight: bold;
}
.concept-s3 {
	padding: 63px 0 0;
}
.concept-s3 dl {
	width: 50%;
	float: left;
	text-align: center;
	margin-top: 26px;
}
.concept-s3 dl dt {
	font-size: 18px;
	margin-bottom: 10px;
}
.concept-s3 dl dd {
	color: #7f776d;
	font-size: 16px;
	line-height: 43px;
}
.concept-s3 dl dd .number {
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
	margin-right: 12px;
	color: #fff;
	width: 28px;
	height: 28px;
	line-height: 30px;
	border-radius: 50%;
	background-color: #cd2522;
	text-align: center;
	font-family: "Arial";
	font-weight: bold;
}
@media (max-width: 992px) {
	.sect-title1 {
		font-size: 22px;
	}
	.concept-s1 ol {
		margin-left: 0 !important;
	}
	.concept-s3 {
		padding: 30px 0 0;
	}
	.concept-s3 dl dt {
		font-size: 16px;
	}
	.concept-s3 dl dd {
		font-size: 14px;
	}
	.concept-s2 .section .content .summary {
		font-size: 14px;
		line-height: 30px;
	}
	.concept-s2 .section .content ol li{
		font-size: 14px;
	}
	.concept-s2 .left .img,
	.concept-s2 .right .content,
	.concept-s2 .left .content,
	.concept-s2 .right .img {
		float: none;
		width: 100%;
	}
	.concept-s2 .section .content {
		padding: 30px 0;
	}
	.concept-s2 .section .img img {
		width: 100%;
	}
	.concept-s2 .section {
		margin-bottom: 30px;
	}
	.concept-s2 {
		padding: 30px 0;
	}
	.concept-s1 {
		padding: 60px 0;
	}
	.concept-s1 p {
		font-size: 14px;
		line-height: 30px;
		margin-top: 28px;
		text-align: left;
	}
}
/* 招聘职位 */
.my-resume {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, .2);
	display: none;
}
.my-resume .my-info {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-top: 5px solid #cd2724;
	max-width: 680px;
	width: 90%;
	padding: 67px 5% 60px;
}
.my-resume .my-info .icon-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 22px;
	height: 22px;
	background: url(../images/icon_close2.png) no-repeat;
	cursor: pointer;
}
.my-resume .my-info .input-box {
	margin-bottom: 14px;
	line-height: 42px;
	overflow: hidden;
}
.my-resume .my-info label {
	font-size: 18px;
	color: #666;
	width: 90px;
	float: left;
}
.my-resume .my-info input {
	height: 42px;
	border: none;
	background-color: #e9e9e9;
	padding: 0;
	float: left;
	width: calc(100% - 90px);
	padding: 0 10px;
	color: #666;
	box-sizing: border-box;
}
.my-resume .my-info .btn-group {
	text-align: center;
	font-size: 0;
	margin-top: 30px;
}
.my-resume .my-info .btn-group a {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin: 0 20px;
}
.my-resume .my-info .btn-group .submit {
	background-color: #cd2522;
}
.my-resume .my-info .btn-group .reset {
	background-color: #bdbdbd;
}
.my-resume .my-info .select-box {
	float: left;
	width: calc(100% - 90px);
	box-sizing: border-box;
}
.my-resume .my-info .select-box select {
	width: 48%;
	height: 42px;
	border: none;
	color: #666;
	padding: 0 3.5%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #e9e9e9 url(../images/icon6.png) no-repeat 94% center;
}
.statusBar .btns .webuploader-container {
	display: none;
}
.my-resume .my-info .select-box .province-picker {
	float: left;
}
.my-resume .my-info .select-box .city-picker {
	float: right;
}
.my-resume .my-info .file-box {
	width: calc(100% - 90px);
	box-sizing: border-box;
	float: left;
	/* display: inline-block;
	vertical-align: top; */
	/* width: 90px;
	height: 90px; */
	/* min-height: 90px; */
	/* background: #e9e9e9 url(../images/icon_close.png) no-repeat center center; */
	/* position: relative; */
}
.queueList {
	/* width: 90px;
	height: 90px; */
	margin: 0 !important;
	border: none !important;
}
.wu-example .text1,
.wu-example .text1 + div {
	display: none;
}
.placeholder {
	padding-top: 0 !important;
	min-height: auto !important;
	font-size: 0 !important;
}
.placeholder .webuploader-pick + div {
	width: 100% !important;
	height: 100% !important;
}
.placeholder label {
	font-size: 0 !important;
}
.queueList.filled {
	padding: 0 !important;
	border: 0!important;
}
.placeholder .webuploader-pick {
	display: block !important;
	width: 90px;
	height: 90px;
	margin-bottom: 0 !important;
	padding: 0!important;
	/* opacity: 0; */
	font-size: 0 !important;
	background: #e9e9e9 url(../images/icon_close.png) no-repeat center center !important;
	margin: 0 !important;
}
.statusBar .info {
	display: none !important;
}
.my-resume .my-info .file-box input {
	opacity: 0;
	height: 100%;
	width: 100%;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
}
.my-resume .my-info .return {
	font-size: 16px;
	color: #cd2522;
}
.join-banner p {
	font-size: 48px;
	color: #fff;
	word-spacing: 50px;
	font-weight: lighter;
}
.join-main {
	padding: 52px 0 100px;
}
.capacity-wrap {
	margin-top: 50px;
}
.capacity-wrap .item {
	float: left;
	width: 24%;
	height: 244px;
	background-color: #faf7f4;
	text-align: center;
	padding: 40px 10px 0px;
	margin-right: 1.3%;
    transition: 0.3s;
}
.capacity-wrap .item:hover{
   background-color: #cd2522; 
}
.capacity-wrap .item p {
	color: #66361f;
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}
.capacity-wrap .item:hover p{
    color: #fff;
}
.jobs-list {
	padding: 50px 0 40px;
}
.jobs-list .item {
	margin-bottom: 20px;
}
.jobs-list .head {
	height: 120px;
	background-color: #faf7f4;
	padding: 22px 40px;
}
.jobs-list .head .jobs-name {
	color: #66361f;
	font-size: 24px;
	margin-bottom: 20px;
}
.jobs-list .head .opeartion {
	color: #7f776d;
	font-size: 16px;
	position: relative;
}
.jobs-list .head .opeartion span {
	margin-right: 52px;
}
.jobs-list .head .opeartion .btn {
	position: absolute;
	right: 30px;
	bottom: 0;
	padding-right: 15px;
	background: url(../images/icon5.png) no-repeat right center;
	cursor: pointer;
}
.jobs-list .item.active .head {
	background-color: #cd2522;
}
.jobs-list .item.active .head .jobs-name,
.jobs-list .item.active .head .opeartion {
	color: #fff;
}
.jobs-list .item.active .head .opeartion .btn {
	background-image: url(../images/icon5_act.png);
}
.jobs-list .jobs-detail {
	width: 100%;
	border: 1px solid #e6e6e6;
	padding: 20px 38px 40px;
	display: none;
}
.jobs-list .jobs-detail .tit {
	color: #66361f;
	font-size: 16px;
	line-height: 30px;
}
.jobs-list .jobs-detail .btn-v1 {
	margin: 0;
}
.jobs-list .jobs-detail ol {
	color: #7f776d;
	font-size: 16px;
	line-height: 42px;
	margin-bottom: 24px;
	margin: 10px 0 24px;
}
.other-jobs {
	padding: 20px 40px 20px 15px;
	background-color: #faf7f4;
	margin-top: 62px;
}
.other-jobs .btn-v1 {
	float: right;
}
.other-jobs p {
	float: left;
	line-height: 50px;
	font-size: 24px;
	color: #b3aea8;
	position: relative;
	padding: 0 36px;
}
.other-jobs p::before,
.other-jobs p::after {
	content: "";
	position: absolute;
	width: 24px;
	height: 22px;
}
.other-jobs p::before {
	left: 0;
	top: -6px;
	background: url(../images/icon10.png) no-repeat;
}
.other-jobs p::after {
	right: 13px;
	bottom: -6px;
	background: url(../images/icon11.png) no-repeat;
}
@media (min-width: 992px) {
	.capacity-wrap .item:last-child {
		margin-right: 0;
	}
}
@media (max-width: 768px) {
	.my-resume .my-info label {
		font-size: 14px;
	}
	.my-resume .my-info .btn-group a {
		width: 40%;
    margin: 0 4%;
	}
	.join-main {
		padding: 60px 0;
	}
	.capacity-wrap {
		margin-top: 40px;
	}
	.capacity-wrap .item {
		width: 49%;
		height: 220px;
		margin-bottom: 1.3%;
	}
	.capacity-wrap .item:nth-child(2n) {
		margin-right: 0;
	}
	.capacity-wrap .item img {
		width: 70px;
	}
	.jobs-list .head .opeartion {
		font-size: 12px;
		line-height: 22px;
	}
	.jobs-list .head {
		padding: 15px 10px 30px;
		height: auto;
	}
	.jobs-list .head .opeartion span {
		margin-right: 20px;
	}
	.jobs-list .head .opeartion .btn {
		right: 10px;
		bottom: -20px;
	}
	.jobs-list .head .jobs-name {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.jobs-list .jobs-detail {
		padding: 20px 10px;
	}
	.jobs-list .jobs-detail ol {
		font-size: 14px;
		line-height: 30px;
	}
	.jobs-list {
		padding: 40px 0 0;
	}
	.other-jobs {
		padding: 30px 10px;
		margin-top: 40px;
	}
	.other-jobs p {
		line-height: 32px;
		font-size: 20px;
		float: none;
	}
	.other-jobs .btn-v1 {
		margin-top: 30px;
	}
	.join-banner p {
		font-size: 18px;
		padding: 0 15px;
		word-spacing: 28px;
	}
}
/* 视频 */
.video-play {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(0,0,0,.5);
	display: none;
}
.video-play video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70%;
}
.video-play .close-btn {
	background: rgba(30,30,30,.6);
	cursor: pointer;
	height: 44px;
	padding: 10px;
	transition: color .2s;
	vertical-align: top;
	width: 44px;
	position: absolute;
	right: 0;
	top: 0;
	color: #ccc;
}
.video-play .close-btn:hover {
	color: #fff;
}
.video-play .close-btn svg path {
	fill: transparent;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}
@media (max-width: 992px) {
	.video-play video {width: 100%;}
}

.Single{ min-height: 200px;}
/*搜索*/
.newsList_box{ padding: 2% 0;}
.newsList_box li{ line-height:55px;border-bottom:1px dashed #e5e5e5;}
.newsList_box li a{ padding-right:20px;}
.newsList_box li time{ float:right;}
.newsList_box li a:hover{ color: #cd2522;}

.concept-s1{text-align: center;}
.concept-s1 .content ol{text-align: left;display: inline-block;}
.concept-s3 .content ol{font-size: 24px;font-weight: normal;color: #382915;text-align: center;margin: 50px 0;}
.concept-s3 .content li{float: left;width: 23.75%;margin-right: 1.666%;background-color: #faf7f4;text-align: center;position: relative;padding-top: 34px;padding-bottom: 30px;}
.concept-s3 .content li:nth-of-type(4n){margin-right: 0;}
.concept-s3 .content li .icon{display: block;width: 100px;height: 100px;background-color: #fff;border-radius: 50%;margin: auto;position: relative;overflow: hidden;}
.concept-s3 .content li .icon img{max-height: 100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;}
.concept-s3 .content li .num{display: block;width: 28px;height: 28px;background-color: #cd2522;margin: 20px auto 14px;border-radius: 50%;overflow: hidden;	font-family: Arial-BoldMT;     font-family: "Arial" ;font-weight: bold; font-size: 16px;line-height: 30px;color: #ffffff;}
.concept-s3 .content li .tit{	font-family: SimSun;font-size: 16px;font-weight: normal;color: #66361f;margin:20px  0 0 0;}
.dot{white-space: nowrap;overflow: hidden;text-overflow: ellipsis; transition: 0.3s;}
.concept-s3 .content li:hover{background-color: #cd2522;}
.concept-s3 .content li:hover  .tit{color: #fff;}

.edit-tit{font-size: 24px;color: #382915;}

@media  (max-width: 640px){
	.concept-s1 ol li{padding-left: 0;line-height: 32px;}
	.concept-s3 .content ol{font-size: 20px;margin: 30px 0;}
    .edit-tit{font-size: 20px;}
	.concept-s3 .content li{width: 100%;margin-right: 0;margin-bottom: 2%;}
}

@media  (min-width: 1366px){
	.standard-s4 .list .slick-prev {
		left: -6%;
	}
	.standard-s4 .list .slick-next {
		right: -6%;
	}
}

.contact-main{padding-bottom: 5%;}
.contact-list .ytable{max-width: 930px; margin: 0 auto; border: 1px solid #eee; width: 100%;}
.contact-list .title{text-align: center; color: #66361f;font-size: 24px; padding: 4% 0 2% 0;}
.contact-list .map{ padding: 10px; }
.contact-list .map >  div{ height: 558px;}
.contact-list .map >  div *{box-sizing: content-box;}
.contact-list .map >  div img{max-width: none;}
.contact-list .txt ul{margin: 0 auto; width: 90%;}
.contact-list .txt li{padding-bottom: 20px;}
.contact-list .txt li:not(:last-child){border-bottom: 1px solid #eee; margin-bottom: 26px;}
.contact-list .txt li aside{font-size: 16px;color: #333;padding-left: 28px;background-position: left center;background-repeat: no-repeat; margin-bottom: 20px;}
.contact-list .txt li aside.icon_call{background-image: url(../images/ico_call.png);}
.contact-list .txt li aside.icon_cur{background-image: url(../images/ico_cur.png);}
.contact-list .txt li aside.icon_link{background-image: url(../images/ico_link.png);}
.contact-list .txt li aside.icon_code{background-image: url(../images/ico_code.png);}
.contact-list .txt li aside.icon_email{background-image: url(../images/ico_email.png);}
.contact-list .txt li p{color: #888888;}
.contact-list .txt li p.num{color:#cd2522;font-size:20px;font-weight: bold;}
.contact-list .txt li img{max-width:104px;max-height:104px;}
.contact-list .map-img{height: 173px; width: 240px; padding-top: 10px;}
.contact-list .map-img img{width: 100%;display: block;}
@media(min-width:769px){
.contact-list .map{width: 61.29%;border-right: 1px solid #eee;}
 .contact-list .ytable{display: table;table-layout: fixed; }
.contact-list .ytable-cell{display: table-cell; vertical-align: middle;}
.contact-list .txt ul{max-width: 234px; }
}
@media(max-width:768px){
.contact-list .txt{padding-top: 20px;}
}
@media(max-width:640px){
.contact-list .map >  div{ height: 320px;}
}
