body {
	-webkit-animation: .3s ease-out backwards;
	animation: .3s ease-out backwards;
	-webkit-animation-name: a-fadein;
	animation-name: a-fadein;
	background-color: #fff;
}


.container {
	width: 1440px;
	margin: 0 auto;
}

.container-1200 {
	width: 1200px;
	margin: 0 auto;
}

@media (max-width:1440px) {
	.container {
		width: 100%;
		padding: 0 15px;
	}


}

@media (max-width:1200px) {
	.container-1200 {
		width: 100%;
		padding: 0 15px;
	}


}

.ticon-tp {
	position: fixed;
	bottom: 25%;
	right: 20px;
	z-index: 3;
}

.ticon-tp-li {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	text-align: center;
	/* line-height: 30px; */

	background-color: #b0b0b0;
	cursor: pointer;
	opacity: .8;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-bottom: 16px;
}

.ticon-tp-lids {
	position: relative;
}

.ticon-tp-lids .lids-txt {
	position: absolute;
	right: 0;
	height: 100%;
	z-index: 1;
	width: 0;
	border-radius: 48px;
	background-color: #b0b0b0;
	text-align: left;
	padding-left: 16px;
	line-height: 48px;
	color: #FFF;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	overflow: hidden;
}

.ticon-tp-lids .lids {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 2;
}

.ticon-tp-li img {
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: inline-block;
}

.ticon-tp-lids:hover .lids-txt {
	opacity: 1;
	width: 120px;
}

.ticon-tp-li:hover {
	opacity: 1;
}

.ticon-tp-li:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}


@media (max-width:760px) {
	.ticon-tp {
		bottom: 5%;
	}


}

/* ---b */

/* b */
.header-container-gp {
	/* position: fixed;
	top: 0;
	left: 0; */
	width: 100%;
	height: 80px;
	z-index: 8;
	padding: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #000;
}

.header-container {
	width: 1440px;
	margin: 0 auto;
	position: relative;
}

.header-left {
	float: left;
	position: absolute;
	padding: 13px 14px;
	left: 0;
	top: -20px;
	width: 120px;
	height: 120px;
	background-color: #1b1c1e;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.35);
	cursor: pointer;
}

.header-left img {
	width: 100%;
}

.header-right {
	float: right;
}

.header-right-ul {
	padding-top: 4px;
}

.ul-li {
	float: left;
	padding: 0 25px;
	font-size: 16px;
	letter-spacing: 2px;
	color: #cccccc;
	position: relative;
	padding-bottom: 11px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}
    .ul-li:hover, #index .index, #about .about, #service .service, #case .case, #elite .elite, #contact .contact {
        color: #b18d71;
    }

.header-bg-fff {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 1, .08);
	box-shadow: 0 1px 6px 0 rgba(0, 0, 1, .08);

}

.header-bg-fff .ul-li {
	color: #333;
}

/* .header-bg-fff .header-left .a{display: none;} */
/* .header-bg-fff .header-left .b{display: block;} */

@media (max-width:1440px) {
	.header-right {
		/* display: none; */
	}

	/* .header-left img {
		width: 70%;
	} */
	.header-container {
		width: 100%;
	}

	.header-container-gp {
		padding: 15px 10px;
		height: auto;
	}
}

.m-header-menu {
	width: 28px;
	height: 56px;
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	right: 20px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	top: 5px;
	z-index: 27;
}

.m-header-menu .ul {
	height: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.m-header-menu .ul .li {
	position: absolute;
	top: 26px;
	right: 0;
	width: 27px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.m-header-menu .ul .li:first-child {
	top: 18px;
}

.m-header-menu .ul .li:last-child {
	top: 34px;
}


.action .m-header-menu {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 9999;
}

.action .m-header-menu .li {
	opacity: 0;
}

.action .m-header-menu .li:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 25px;
	opacity: 1;
}

.action .m-header-menu .li:last-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 25px;
	opacity: 1;
}

.ovh-f {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
}

@media (max-width:760px) {
	.header-right {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 8;
		background-color: rgba(0, 0, 0, 0.9);
	}

	.header-left {
		top: 0;
		left: 20px;
		width: 110px;
		height: 110px;
	}

	.ul-li {
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}

	.header-right-ul {
		width: 100%;
		float: left;
	}

	.header-container {
		width: 100%;
		float: left;
	}

	.header-container-gp {
		height: 70px;
		padding: 0;
	}

	.m-header-menud {
		height: 70px;
		padding: 0 20px;
		position: relative;
		z-index: 9;
		background-color: #000;
		border-bottom: 1px solid #333;
	}

	.header-right-ul {
		text-align: center;
		padding-top: 130px;
	}

	.action .header-right {
		display: block;
	}
}

/* n */

.banner-swper-gp {
	overflow: hidden;
}

.top-swper img {
	max-width: 100%;
	max-height: 100%;
}


.top-pagination-gp {
	text-align: center;
	margin-top: 40px;
	position: absolute;
	bottom: 30px;
	z-index: 2;
}

.top-pagination-gp .swiper-pagination-bullet {
	width: 40px;
	height: 2px;
	background-color: #ffffff;
	margin: 0 8px;
	opacity: .5;
	border-radius: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.top-pagination-gp .swiper-pagination-bullet-active {

	opacity: 1;
}

.top-swper img {
	max-width: 100%;
}

/* ---n */

.container-li {
	padding: 80px 0;
	background-color: #000;
}

.container-li-bg {
	background-color: #fff;
}

.pone-bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.pone-bg img {
	height: 100%;
}

.pone-ct {
	position: relative;
	z-index: 2;
}

/* index */
.pone-left {
	padding-top: 55px;
	float: left;
	padding-right: 50px;
}

.pone-right {
	float: right;
}

.pone-left-title {
	font-size: 36px;
	line-height: 28px;
	color: #ffffff;
}

.pone-left-deta {
	margin-top: 40px;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
}

.pone-left-more {
	margin-top: 80px;
	width: 178px;
	height: 48px;
	border: solid 1px #b18d71;
	font-size: 16px;
	/* line-height: 48px; */
	color: #b18d71;
	text-align: center;
}

.pone-left-more img {
	margin-left: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.pone-left-more:hover img {
	margin-left: 15px;
}

.pone-rightli {
	width: 50%;
	float: left;
	overflow: hidden;
	border: 1px solid #303030;
	position: relative;
}

.rightli-txt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: center;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 1.5s;
}

.rightli-icon {
	margin-bottom: 30px;
}

.rightli-iconx {
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
}

.rightli-iconx .iconxb {
	font-size: 14px;
}


.pone-rightli img {
	-webkit-transition: all 1.5s;
	transition: all 1.5s;

}

.rightli-img img {
	width: 100%;
}


.pone-rightli:hover .a {
	display: none;
}

.pone-rightli:hover .b {
	display: inline-block;
}

@media (min-width:760px) {

	.pone-rightli:hover .rightli-txt {
		background-color: rgba(164, 139, 120, .9);
	}

	.pone-rightli:hover img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@media (max-width:760px) {
	.pone-left-more {
		margin-top: 40px;
	}

	.rightli-iconx {
		font-size: 16px;
	}

	.rightli-icon {
		margin-bottom: 5px;
	}

	.rightli-icon img {
		width: 40%;
	}

	.container-li {
		padding: 60px 0;
	}

	.pone-left {
		padding-top: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}
}



/* 2 */
.container-li-title {
	font-size: 36px;
	line-height: 32px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 50px;
}

.container-li-nav {
	margin-bottom: 25px;
}

.nav-gp {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
}

.nav-gp-li {
	display: inline-block;
	padding: 0 20px;
	margin: 0 20px;
	padding-bottom: 10px;
	position: relative;
	cursor: pointer;
}

.nav-gp-li:hover,
.nav-gp-li-check {
	color: #b18d71;
}

.nav-gp-li-check .nav-d {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #b18d71;
}

@media (max-width:760px) {
	.container-li-title {
		margin-bottom: 30px;
	}

	.nav-gp-li-check .nav-d {
		height: 1px;
	}

	.nav-gp-li {
		padding: 0;
		margin: 0;
		width: 22%;
		padding-right: 0;
		margin-bottom: 0;
		padding-bottom: 10px;
	}
}

/* 2 */
/* 3 */
.case-list {
    text-align:center;
    color:#999999;
    font-size:18px
}

.case-list-li {
	width: 25%;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.case-list-li .case-list-img img {
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.case-list-txt {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	z-index: 2;
	color: #ffffff;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.case-list-li:hover .case-list-txt {
	opacity: 1;
	top: 0;
	background-color: rgba(164, 139, 120, .9);
}

.case-list-li:hover .case-list-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.case-list-txt .txt-a {
	font-size: 22px;
	line-height: 34px;
}

.case-list-txt .txt-b {
	font-size: 16px;
}
.case-list-no{
    text-align:center;
    font-size:14px;
    color:#999;
    padding-top:20px
}

.pone-left-mored {
    display: inline-block;
}

.pone-left-mored .pone-left-more {
	margin-top: 40px;
}


.pabout-deta {
	font-size: 16px;
	line-height: 32px;
	color: #999999;
	text-align: center;
	margin-bottom: 80px;
}

.pabout-number {
	color: #ffffff;
	text-align: center;
}

.pabout-number-li {
	position: relative;
	width: 25%;
	float: left;
}

.number-lid {
	display: inline-block;
}

.pabout-number .number-li-a {
	font-size: 12px;
	text-align: right;
}

.pabout-number .number-li-b {
	font-size: 32px;
}

.pabout-number .number-li-c {
	font-size: 14px;
}

.number-li-ad {
	visibility: hidden;
}

.pabout-ct {
	position: relative;
	z-index: 2;
}

@media (max-width:760px) {
	.pabout-number-li {
		width: 50%;
		float: left;
	}

	.pone-bg {
		/* left: -150%; */
	}

	.case-list-li {
		width: 50%;
	}


	.pabout-deta {
		margin-bottom: 40px;
		text-align: left
	}

}

/* 3 */
/* 4 */
.jy-list .jy-list-txt {
	text-align: left;
	padding: 40px 30px;
	color: #ffffff;
}

.jy-list .case-list-li {
	padding: 0 10px;
}

.jy-list .case-list-li>div {
	position: relative;
	overflow: hidden;
}

.jy-name {
	font-size: 28px;
	line-height: 32px;
    padding-bottom:12px;
}

.jy-posi {
	font-size: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding-bottom: 20px;
}

.jy-cj {
	opacity: 0.8;
	padding-top: 20px;
}

.cj-li {
	font-size: 14px;
	line-height: 24px;
	padding: 5px 0
}

.jy-list-d {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 2;
	color: #ffffff;
	text-align: left;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 30px 20px;

	background-image: -moz-linear-gradient(0, #101418 30%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(0, #101418 30%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(0, #101418 30%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(0, #101418 30%, rgba(0, 0, 0, 0) 100%);
}

.jyd-name {
	font-size: 28px;
	line-height: 32px;
    padding-bottom:12px;
}

.jyd-posi {
	font-size: 18px;
}

@media (min-width:760px) {

	.jy-list .case-list-li:hover .jy-list-d {
		opacity: 0;
	}
}

@media (max-width:760px) {

	.case-list-txt {
		display: none !important
	}

	.jy-list-d {
		padding: 10px;
	}

	.jyd-name {
		font-size: 16px;
	}

	.jyd-posi {
		font-size: 12px;
	}

	.jy-list .case-list-li {
		padding: 0 5px;
		margin-bottom: 10px;
	}
}

/* 4 */
/* 5 */
.logo-swiper {
	overflow: hidden;
}

.logo-gp {
	background-color: #1e1e1e;
}

.fw-list {
	position: relative;
}

.fw-li {
	/* width: 16.6%; */
	display: block;
	overflow: hidden;
	/* float: left; */
	/* padding: 10px; */
	opacity: .7;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.fw-lis {
	width: 16.6%;
	display: block;
	overflow: hidden;
	float: left;
	padding: 10px;
	opacity: .7;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.fw-li:hover {
	opacity: 1;
}

.fw-li img {
	width: 100%;
}


.leri {
	position: absolute;
	top: 0;
	z-index: 2;
	height: 100%;
	width: 100px;
}

.fw-list-le {
	left: 0;
	background-image: -moz-linear-gradient(90deg, #1e1e1e 10%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(90deg, #1e1e1e 10%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, #1e1e1e 10%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(90deg, #1e1e1e 10%, rgba(0, 0, 0, 0) 100%);
}

.fw-list-ri {
	right: 0;
	background-image: -moz-linear-gradient(to left, #1e1e1e 10%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(to left, #1e1e1e 10%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(to left, #1e1e1e 10%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to left, #1e1e1e 10%, rgba(0, 0, 0, 0) 100%);
}


/* 5 */
/* 6 */
.pzixun-li {
	width: 33%;
	padding: 9px;
	display: inline-block;
	float: left;
}

.pzixun-lid {
	width: 100%;
	background-color: #252628;
	padding: 40px 30px 25px 30px;
	display: inline-block;
}

.pzixun-lititle {
	font-size: 20px;
	line-height: 28px;
	color: #999999;
	margin-bottom: 20px;
}



.pzixun-lideta {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding-bottom: 30px;
	border-bottom: 1px solid #333333;

}

.pzixun-lidetap {
	height: 70px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.litime-left {
	float: left;
	color: #999999;
	padding-top: 20px;
}

.litime-right {
	float: right;
	line-height: 55px;
}

.litime-left .numa {
	font-size: 40px;
}

.litime-left .numb {
	font-size: 14px;
}

.pzixun-lid:hover .a {
	display: none;
}

.pzixun-lid:hover .b {
	display: inline-block;
}

.pzixun-lid:hover .pzixun-lititle {
	color: #b18d71;
}

@media (max-width:760px) {
	.pzixun-li {
		width: 100%;

	}

	.pzixun-lidetap {
		height: 64px;
	}
    .fw-lis{
        width:33.3%
    }
}

/* 6 */



/* index end */
/* footer */
.footer-gp {
	background-color: #1e1e1e;
	padding-top: 30px;
	padding-bottom: 40px;
}

.footer-left {
	float: left;
	width: 80%;
}

.f-left-logo {
	float: left;
}

.f-left-logo img {
	width: 75px;
}

.f-left-list {
	float: left;
	padding-left: 67px;
	width: 80%;
}

.f-left-listd {
	float: left;
	padding-top: 14px;
}

.f-left-listd a {
	font-size: 16px;
	color: #999999;
	margin-right: 35px;
}

.f-left-listd a:hover {
	opacity: .5;
}

.f-left-listdtxt {
	float: left;
	padding-top: 16px;
}

.f-left-listdtxt a,
.f-left-listdtxt {
	padding-top: 16px;
	color: #666666;
}

.footer-right {
	float: right;
}

.footer-rightli {
	position: relative;
	float: left;
	margin-right: 20px;
}

.footer-rightli:last-child {
	margin-right: 0;
}

.rightli {
	opacity: .5;
	cursor: pointer;
}

.lis-hover {
	position: absolute;
	bottom: 50px;
	left: -25px;
	z-index: 1;
	width: 80px;
	height: 80px;
	display: none;
	background-color: #FFF;
	border-radius: 4px;
	overflow: hidden;
}

.lis-hoverd {
	width: 130px;
	height: auto;
	left: -40px;
	overflow: hidden;
}

.mob-tis {
	/* color: #fff; */
}

.mob-tisd {
	padding:12px;
	font-size: 14px;
    line-height:24px;
}

.lis-hover img {
	width: 100%;
	height: 100%;
}

.f-right-d {
	font-size: 14px;
	color: #999999;
	margin-bottom: 16px;
}

.footer-rightli:hover .lis-hover {
	display: block;
}

.footer-rightli:hover .rightli {
	opacity: 1;
}

@media (max-width:760px) {
	.footer-left {
		width: 100%;
	}

	.footer-right,
	.f-left-listd,
	.f-left-logo {
		display: none;
	}

	.f-left-list {
		width: 100%;
		padding-left: 0;
	}

	.f-left-listdtxt {
		text-align: center;
		line-height: 28px;
		padding-top: 0;
		display: block;
	}

	html {
		font-size: 14px;
	}

}

/* footer */

/* about */
.nav-bg img {
	height: 100%;
	position: relative;
}

.nav-bg-txt {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: #ffffff;
	text-align: center;
}

.nav-bg-txt .a {
	font-size: 54px;
}

.nav-bg-txt .b {
	font-size: 24px;
}



@media (max-width:760px) {
	.nav-bg img {
		width: 200%;
	}

	.nav-bg-txt .a {
		font-size: 40px;
	}

}


/* --1 */
.abone-one {
	font-size: 32px;
	color: #333333;
}

.abone-jp {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-top: 18px;
}

.abone-right {
	border: solid 4px #a48b78;
}

.abone-right img {
	width: 100%;
}

.abone-left-sj {
	margin-bottom: 80px;
}

.sj-li {
	width: 33.3%;
	float: left;
	position: relative;

}

.sj-li .sja {}

.sj-li .sja .ab {
	font-size: 42px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #333333;
	font-weight: bold;
}

.sj-li .sja .as {
	font-size: 18px;
	color: #666666;
}

.sj-li .sjb {
	font-size: 16px;
	color: #666666;
}

.abone-left {
	padding-right: 90px;
}

.sjb-hr {
	position: absolute;
	right: 25%;
	top: 0;
	width: 1px;
	height: 54px;
	background-color: #e6e6e6;
}

.aboned {
	padding-top: 10px;
}

@media (max-width:760px) {
	.abone-left {
		padding-right: 0;
		margin-bottom: 10px;
	}

	.abone-left-sj {
		text-align: center;
		margin-bottom: 40px;
	}

	.sjb-hr {
		right: 0;
	}
}

/* 1 */
/* 2 */
.gy-title {
	font-size: 36px;
	color: #ffffff;
	margin-bottom: 40px;
}

.gy-ct {
	margin-top: 40px;
}

.gy-ct-li {
	width: 25%;
	padding-left: 15px;
	float: left;
	height: 120px;
	border-bottom: 1px dashed #666666;
	padding-bottom: 60px;
	position: relative;
}


.gy-ct-hr {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 86px;
	background-color: #cccccc;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.gy-ct-a {
	font-size: 22px;
	line-height: 36px;
	color: #cccccc;
	font-weight: bold;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.gy-ct-b {
	font-size: 16px;
	line-height: 28px;
	color: #cccccc;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.gy-ct-c {
	font-size: 16px;
	color: #cccccc;
}

.gy-ct-rt {
	position: absolute;
	left: -3px;
	bottom: -5px;
	width: 9px;
	height: 9px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.gy-ct-rt .ct {
	position: absolute;
	left: 2px;
	bottom: 2px;
	width: 3px;
	height: 3px;
	display: inline-block;
	background-color: #cccccc;
	border-radius: 50%;
}

.gy-ct-sd {
	position: absolute;
	right: -13px;
	bottom: -11px;
	opacity: .5;
	transition: all .3s;
	transform: rotate(90deg);
}

.gy-ct-li:hover .gy-ct-b,
.gy-ct-li:hover .gy-ct-a {
	color: #fff;
}

.gy-ct-li:hover .gy-ct-hr,
.gy-ct-li:hover .gy-ct-rt {
	transform: scale(1.3);
}

@media (max-width:760px) {
	.gy-ct-rtd {
		top: -4px;
	}

	.gy-ct-a {
		margin-top: -17px;
	}

	.gy-ct {
		padding-bottom: 20px;
	}

	.gy-ct-li {
		width: 100%;
	}

	.gy-ct-li {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.gy-ct-hr {
		height: 100%;
	}

	.gy-ct-rt {
		left: -4px;
	}

	.gy-ct-sd {
		position: absolute;
		right: initial;
		left: -23px;
		bottom: -18px;
		opacity: .8;
		transition: all .3s;
		transform: rotate(180deg);
	}

	.gy-ct-sd img {
		width: 50%;
	}


}

/* 2 */
/* 3 */
.zil-bg {
	background-color: #fff;
}

.zil-bg .gy-title {
	color: #333333;
}

.zil-list {}

.zil-li {
	width: 25%;
	padding: 10px;
	float: left;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.zil-li-img {
	background-color: #f0f2f5;
	border: solid 4px #434343;
	text-align: center;
	overflow: hidden;
}

.zil-li-img img {
	max-width: 100%;
	max-height: 100%;
}

.zil-li-txt {
	font-size: 16px;
	color: #333333;
	text-align: center;
	padding-top: 20px;
}

@media (min-width:760px) {

	.zil-li:hover {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@media (max-width:760px) {
	.zil-li {
		width: 50%;
		padding: 5px;
	}

	.zil-li-img {
		border: solid 2px #434343;
	}


}

/* 3 */
/* 4 */
.zild-bg {
	background-color: #edeef1;
}

.zild-gl {
	padding: 20px 0 50px 0;
}

.zild-gl .pzixun-li {
	width: 100%;
	padding: 0;

}

.zild-gl .pzixun-lid {
	background-color: #ffffff;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
}

.zild-bg .gy-title {
	color: #333333;
}

.zild-gl .pzixun-lititle {
	color: #333333;
}

.zild-gl .pzixun-lideta {
	border-bottom: 1px solid #e6e6e6;
}


.zild-gl .top-pagination-gp .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #cccccc;
	margin: 0 8px;
	opacity: .5;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.zild-gl .top-pagination-gp .swiper-pagination-bullet-active {

	opacity: 1;
}

/* 4 */

/* about */

/* service */
/* 1 */
.gy-titled {
	color: #333;
	margin-bottom: 10px;
}

.se-bg {
	background-color: #fff;
}

.gy-title-er {
	font-size: 16px;
	color: #999999;
	margin-bottom: 40px;
}

.se-listd {
	text-align: center;
	width: 25%;
	float: left;
	padding: 0 10px
}

.se-listd>div {
	height: 278px;
	background-color: #ffffff;
	/* box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15); */
	border-radius: 8px;
	border: solid 1px #e6e6e6;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.se-listd:hover>div {
	/* background-color: #b18d71; */
	border-radius: 16px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.se-listd-hr {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.se-listd-hr>div {
	width: 48px;
	height: 6px;
	background-color: #a48b78;
	margin: 0 auto;
}

.se-listd-img {
	margin-bottom: 30px;
}

.se-listd-img img {
	max-width: 100%;
}

.se-listd-title {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 6px;
}

.se-listd-titled {
	font-size: 16px;
	color: #666666;
}

.se-listd:hover .se-listd-img {
	/* animation: iRotate 0.7s linear alternate; */
}

.se-listds {
	width: 100%;
}


@media (max-width:760px) {
	.se-listd {
		width: 50%;
		padding: 5px;
		margin-bottom: 20px;
	}

	.se-listd-img {
		margin-bottom: 10px;
	}

	.se-listd-img img {
		width: 30%;
	}

	.se-listd>div {
		height: 178px;
	}

	.se-listd-title {
		font-size: 16px;
	}

	.se-listd-titled {
		font-size: 12px;
	}

}

@keyframes iRotate {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}

@-webkit-keyframes iRotate {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}

/* 1 */
/* 2 */

.se-li-nav {
	margin-bottom: 25px;
}

.se-gp {
	font-size: 18px;
	color: #333333;
	border-bottom: 1px solid #e6e6e6;
}

.se-gp-li {
	display: inline-block;
	/* padding: 0 20px; */
	/* margin: 0 20px; */
	margin-right: 35px;
	padding-bottom: 10px;
	position: relative;
	cursor: pointer;
}

.se-gp-li:hover,
.se-gp-li-check {
	color: #b18d71;
}

.se-gp-li-check .se-d {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #b18d71;
}

.se-jks {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
}

.jks-ct {
	margin-top: 40px;
}

.jks-ct-li {}


.jks-list-li {
	width: 25%;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
	padding: 0 10px;
}


.jks-list-li>div {
	position: relative;
	overflow: hidden;
}


.jks-list-li .jks-list-img img {
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.jks-list-txt {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	z-index: 2;
	color: #ffffff;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.jks-list-li:hover .jks-list-txt {
	opacity: 1;
	top: 0;
	background-color: rgba(164, 139, 120, .9);
}

.jks-list-li:hover .jks-list-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.jks-list-li:hover .jks-d {
	opacity: 0;
}

.jks-d {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	font-size: 16px;
	color: #ffffff;
	padding: 10px 20px;
	background-color: rgba(0, 0, 0, .6);
}

.jkstxt-a {
	font-size: 24px;
	line-height: 28px;
	color: #ffffff;
}

.jkstxt-b {
	height: 48px;
	width: 60%;
	line-height: 46px;
	border: solid 1px #eeeff2;
	margin: 10px auto;
}


@media (max-width:760px) {
	.se-gp-li {
		text-align: center;
		margin-right: 0;
		width: 25%;
		display: block;
		float: left;
	}

	.jks-list-li {
		width: 50%;
		padding: 5px;
	}

}

/* 2 */
/* 3 */
.logol-bg {
	background-color: #eeeff2;
}

.logol-bg .gy-title {
	color: #333333;
}

/* 3 */
/* service */

/* case */
.case-bg {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 80px;
}

.se-li-navds {
	padding: 0 15px;
}

.container-1230 {
	width: 1230px;
	margin: 0 auto;
}

.case-list-ct {}

.case-lids {
	width: 33.3%;
	float: left;
	display: block;
	padding: 15px;
}

.case-lids-txt {
	font-size: 16px;
	line-height: 34px;
	color: #333333;
	margin-top: 6px;
}

.case-lids-img {
	position: relative;
	overflow: hidden;
}

.case-lids-img img {
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.add-more {
	width: 178px;
	height: 48px;
	border: solid 1px #a48b78;
	font-size: 16px;
	line-height: 46px;
	color: #a48b78;
	text-align: center;
	cursor: pointer;
}

.add-mored {
	text-align: center;
	margin-top: 35px;
}

.case-lids:hover .case-lids-txt {
	color: #b18d71;
}

.case-lids:hover .case-lids-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


@media (max-width:1230px) {
	.container-1230 {
		width: 100%;
		padding: 0 15px;
		overflow: hidden;
	}

	.se-li-navds {
		padding: 0;
	}

}

@media (max-width:760px) {
	.case-lids {
		width: 50%;
		padding: 5px;
	}

}

/* case */
/* cased */
.nav-bg-txtd {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: #ffffff;
	text-align: left;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
}

.crumb-gp {
	padding-top: 20px;
	color: #999999;
}

.crumb-gp a {
	font-size: 14px;
	color: #999999;
}

.crumb-gp a.det {
	font-size: 14px;
	color: #a48b78;
}

.c-title {
	font-size: 28px;
	line-height: 34px;
	color: #333333;
	padding-top: 50px;
	margin-bottom: 30px;
}

.c-title-a {
	font-size: 16px;
	margin-bottom: 20px;
}

.c-title-a .a {
	color: #999999;
	display: inline-block;
	margin-right: 20px;
}

.c-title-a .b {
	color: #333333;
	display: inline-block;
}

.c-html {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.c-html {
	overflow: hidden;
	color: #666666;
}

.c-html p {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 30px
}

.c-html section {
	width: 100%;
}

.c-html img {
	max-width: 100%
}
.n_cont{margin:20px 0 80px;}

/* 2 */
.cased-bg {
	background-color: #edeef1;
	padding: 80px 0;
}

.cased-list-ct {}

.cased-lids {
	width: 33.3%;
	float: left;
	display: block;
	/* padding: 15px; */
}

.cased-lids:first-child {
	padding-right: 15px;
}

.cased-lids:nth-child(2) {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.cased-lids:last-child {
	padding-left: 15px;
}

.cased-lids-txt {
	font-size: 16px;
	line-height: 34px;
	color: #333333;
	margin-top: 6px;
}

.cased-lids-img {
	position: relative;
	overflow: hidden;
}

.cased-lids-img img {
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.cased-title {
	font-size: 36px;
	color: #333333;
	margin-bottom: 26px;
}


@media (max-width:760px) {
	.cased-lids {
		width: 50%;
		padding: 5px !important;
	}

	.cased-bg {
		padding: 60px 0;
	}

}

/* 2 */
/* cased */

/* contact */
.cont-gp {
	margin-bottom: 70px;
}

.cont-li {
	width: 50%;
	float: left;
}

.cont-li:first-child {
	padding-right: 40px;
}

.cont-li:last-child {
	padding-left: 40px;
}

.cont-lid {
	height: 280px;
	background-color: #ffffff;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	border: solid 1px #e9e9e9;
	padding: 60px 50px;
}

.cont-lid-le {
	height: 100%;
	float: left;
}

.le-icon {
	width: 142px;
	height: 142px;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(164, 139, 120, 0.1);
}

.le-icon img {
	width: 50%;
}

.cont-lid-ri {
	float: left;
	padding-left: 40px;
}

.ri-title {
	font-size: 24px;
	line-height: 49px;
	color: #333333;
	margin-bottom: 26px;
}

.ri-title-d {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.ri-title-name {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	font-weight: bold;
}

.cont-address-t {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 40px;
}

.cont-address-left {
	font-size: 18px;
	color: #666666;
}

    .cont-address-left .left-name {
        font-weight: bold;
        margin-bottom: 15px;
        font-size: 20px;
    }

.cont-address-left .left-det {}

.cont-address-dt {
	padding-top: 30px;
	padding-bottom: 40px;
}

.cont-address-dt>div {
	height: 500px;
}

.cont-address-right {
	line-height: 55px;
}


@media (max-width:760px) {
	.cont-li {
		width: 100%;
		margin-bottom: 20px;
	}

	.cont-li:last-child {
		margin-bottom: 0;
	}

	.cont-lid {
		padding: 15px;
		height: auto;
		float: left;
		width: 100%;
	}

	.cont-li:first-child {
		padding-right: 0;
	}

	.cont-li:last-child {
		padding-left: 0;
	}

	.cont-lid-le {
		width: 100%;

	}

	.le-icon {
		width: 70px;
		height: 70px;
	}

	.cont-lid-ri {
		padding-left: 0;
		margin-top: 10px;
	}

	.ri-title {
		margin-bottom: 10px;
	}


}

/* contact */


/* pop */
.eli-pop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999;
	display: none;
}

.eli-pop-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

.eli-popdy {
	width: 850px;
	height: 580px;
	background-color: #ffffff;
	padding: 60px;
	position: relative;
	z-index: 2;
}
.eli-popdyd{
    width:100%;
    height:100%
}

.eli-popds {
    width: 560px;
    height: auto;
    padding: 20px;
}

.eli-popd-left {
	float: left;
}

.eli-popd-left img {
	max-width: 100%;
}

.eli-popd-right {
	float: left;
	padding-left: 40px;
	height: 100%;
	overflow-y: auto;
	width: 100%;

}

.popd-name {
	font-size: 24px;
	color: #333333;
    padding-bottom:10px;
}

.popd-posi {
	font-size: 16px;
	color: #999999;
	margin-bottom:12px;
}

.popd-hr {
	width: 44px;
	height: 4px;
	background-color: #a48b78;
}

.popd-det {
	padding-top: 40px;
}

.det-li {
	font-size: 15px;
	line-height: 28px;
	color: #666666;
}

.eli-popd-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.eli-popd-closed {
	position: absolute;
	right: 8px;
	top: 15px;
	z-index: 3;
	cursor: pointer;
	opacity: .2;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.eli-popd-closed:hover {
	opacity: 1;
}

.eli-popd-closed img {
	width: 60%;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.eli-popd-closed:hover img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);

}

.eli-popd-cont {
	padding-top: 60px;

}

.eli-popd-cont textarea {
	height: 100%;
	width: 100%;
	resize: none;
	border: 0;
	padding: 12px;
	height: 200px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.eli-popd-cont input {
	height: 46px;
	border: 1px solid #ddd;
	padding-left: 12px;
	width: 100%;
	margin-top: 10px;
	border-radius: 4px;
}

.t-msg {
	float: left;
	line-height: 44px;
	margin-top: 20px;
	color: #b18d71;
}

.kf-sub {
	width: 120px;
	height: 46px;
	text-align: center;
	line-height: 44px;
	border: 1px solid #ddd;
	cursor: pointer;
	float: right;
	margin-top: 20px;
	color: #fff;
	border: 1px solid #b18d71;
	background-color: #b18d71;
	border-radius: 4px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.kf-sub:hover {
	background-color: rgba(177, 141, 113, .8);
}

.eli-popd-ly {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 3;
	color: #333;
	cursor: pointer;
	font-size: 28px;
}


@media (max-width:760px) {

	.eli-popd {
		background-color: #ffffff;
		padding: 15px;
		
		
	}
    .eli-popdy{
        width:100%;
        height:100%;
        padding: 15px;
    }

    .eli-popds {
        width: 90%;
    }

	.eli-popd {
		
		
	}
    .eli-popdyd {
        display: block;
    }

    .eli-popd-left {
        width: 40%;
    }

	.eli-popd-right {
		padding-left: 0;
	}

	.popd-md {
		position: absolute;
		left: 45%;
		padding: 15px;
		top: 2%;
	}

}





.msg-bplk {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	animation: fisgbv .3s forwards;
	-moz-animation: fisgbv .3s forwards;
	-ms-animation: fisgbv .3s forwards;
	-webkit-animation: fisgbv .3s forwards;
	z-index: 999;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none
}

.msg-bplk>div {
	display: table;
	margin-left: auto;
	margin-right: auto;
	height: 42px;
	padding: 0 30px;
	background-color: rgba(23, 23, 23, .8);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	text-align: center
}

@keyframes fisgbv {
	from {
		top: 45%;
		opacity: 0
	}

	to {
		top: 50%;
		opacity: 1
	}
}

@-webkit-keyframes fisgbv {
	from {
		top: 45%;
		opacity: 0
	}

	to {
		top: 50%;
		opacity: 1
	}
}

/* pop */

/* info */
.casedsd-bg {
	background-color: rgba(244, 244, 244, 1);
	padding-bottom: 80px;
}

.z-title-gp {
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
	margin-bottom: 36px;
}

.info-gp {
	margin-top: 20px;
	background-color: #fff;
	padding: 60px 50px 100px 50px;
}

.z-title {
	font-size: 32px;
	line-height: 48px;
	color: #000000;
}

.z-title-time {
	font-size: 14px;
	line-height: 40px;
	color: #999999;
}

@media (max-width:760px) {

	.info-gp {
		padding: 15px;
	}
}

/* info */