@charset "utf-8";

.banner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.banner,
.banner .swiper-container,
.banner .swiper-slide {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	position: relative;
}
.banner .swiper-slide div{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner .swiper-slide div p{
	font-size: 70px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	opacity: 0;
}
.banner .swiper-slide.swiper-slide-active div p{
	-webkit-animation: fadeInUp2 0.8s ease-in-out;
	animation: fadeInUp2 0.8s ease-in-out;
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px);
		transform: translateY(200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px);
		-ms-transform: translateY(200px);
		transform: translateY(200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
.banner .swiper-slide img {
	width: 100%;
	height: 100%;
}
.banner .swiper-slide img {
	animation:mymove 8s infinite;
	-webkit-animation:mymove 8s infinite; /*Safari and Chrome*/
	animation-direction:alternate;/*轮流反向播放动画。*/
	animation-timing-function: ease-in-out; /*动画的速度曲线*/
	-webkit-animation:mymove 8s infinite;
	-webkit-animation-direction:alternate;/*轮流反向播放动画。*/
	-webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
}
@keyframes mymove
{
	0%{
	transform: scale(1);  /*开始为原始大小*/
	}
	100%{
		transform: scale(1.1); /*放大1.1倍*/
	}

}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
	0%{
	transform: scale(1);  /*开始为原始大小*/
	}
	100%{
		transform: scale(1.1); /*放大1.1倍*/
	}
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 30px;
}

.banner .swiper-pagination-bullet {
	width: 45px;
	height: 8px;
	opacity: 1;
	background-color: #fff;
	border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
	background-color: #dbb172;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 40px;
}

/* cont1 */
.cont1s{
	padding: 60px 0 60px;
	background-color: #f7f7f7;
}
.cont1s-txt h4{
	font-size: 40px;
	color: #333;
	text-align: center;
	line-height: 40px;
}
.cont1s-txt div {
    font-size: 14px;
    line-height: 34px;
    margin-top: 30px;
    text-align: center;
}
.cont1s-list{
	padding: 0 80px;
	margin-top: 40px;
}
.cont1s-l{
	float: left;
	width: 62%;
}
.cont1s-l img{
	width: 100%;
	height: auto;
}
.cont1s-r{
	width: 28%;
	float: right;
}
.cont1s-r li{
	margin-bottom: 20px;
}
.cont1s-r li h4{
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	font-weight: bold;
}
.cont1s-r li p{
	font-size: 16px;
	color: #666;
	line-height: 28px;
}
.cont1s-r li a{
	display: block;
	width: 150px;
	line-height: 40px;
	background-color: #dbb172;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.cont1{
	padding: 120px 0 40px;
	background: url(../img/cont1_bg.jpg) no-repeat center center;
	background-size: cover;
}
.cont-txt h4{
	font-size: 52px;
	color: #333;
	line-height: 52px;
}
.cont-txt div{
	width: 860px;
	font-size: 16px;
	line-height: 30px;
	margin-top: 45px;
}
.cont-txt a{
	display: block;
	margin-top: 30px;
}
.cont1-list{
	margin-top: 270px;
	display: flex;
	justify-content:space-around;
}
.cont1-list>div{
	background-color: #fff;
	border-radius: 5px;
	width: 49%;
	height: 420px;
	position: relative;
	box-sizing: border-box;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.cont1-l img{
	margin-top: 20px;
	margin-left: 20px;
}
.cont1-l-tab{
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}
.cont1-l-tab a{
	display: block;
	width: 18px;
	height: 39px;
	background: url(../img/02.png) no-repeat center top;
	position: absolute;
	left: 410px;
	bottom: 165px;
	z-index: 3;
}
.cont1-l-tab a:nth-child(1){
	background-image: url(../img/01.png);
	left: 290px;
	bottom: 140px;
}
.cont1-l-tab a:nth-child(4){
	background-image: url(../img/04.png);
	left: 280px;
	bottom: 100px;
}
.cont1-l-tab a:nth-child(3){
	background-image: url(../img/03.png);
	left: 325px;
	bottom: 120px;
}
.cont1-l-tab a:hover,.cont1-l-tab a.active{
	background-position: center bottom;
}
.cont1-l-list{
	position: absolute;
	right: 20px;
	top: 30%;
	font-size: 13px;
	color: #999999;
	line-height: 24px;
	background-color: rgba(202, 159, 132, 0.2);
	padding: 15px;
	border-radius: 10px;
}
.cont-r div{
	text-align: center;
	padding: 30px 0;
	width: 80%;
	margin: 0 auto;
}
.cont-r div em{
	display: block;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 50px;
	font-family: Impact;
	background: linear-gradient(to bottom , #f0e5df,#fcfbfa, #fff);
	background-clip:text;
	-webkit-background-clip: text;
	color: transparent;
}
.cont-r div h4{
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.cont-r div i{
	display: block;
	margin: 10px auto;
	width: 30px;
	height: 3px;
	background-color: #dbb172;
}
.cont-r div p{
	font-size: 20px;
	color: #666;
}
.cont-r div:nth-child(2){
	border-top: 1px dashed #ddd;
}
.cont-r div:nth-child(2) em{
	background: linear-gradient(to top , #f0e5df,#fcfbfa, #fff);
	background-clip:text;
	-webkit-background-clip: text;
	color: transparent;
}
/* cont2 */
.cont2{
	padding-top: 80px;
}
.titel{
	text-align: center;
	margin-bottom: 60px;
}
.titel em{
	display: block;
	font-size: 60px;
	font-family: Impact;
	text-transform: uppercase;
	color: #eee;
	line-height: 60px;
}
.titel h4{
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.cont2-list{
	display: flex;
	justify-content:center;
}
.cont2-list a{
	overflow: hidden;
	width: 20%;
	position: relative;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont2-list a div{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.cont2-list a div h5{
	font-size: 26px;
	color: #fff;
	position: absolute;
	left: 25px;
	top: 20px;
}
.cont2-list a div p{
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 25px;
	bottom: 25px;
}
/* 首页优势 */
.cont3 {
	padding: 60px 0;
}
.cont3>div{
	position: relative;
}
.cont3>div::after{
	content: "";
	display: block;
	width: 85%;
	left: 50px;
	height: 1px;
	background-color: #dbb172;
	opacity: 0.4;
	position: absolute;
	top: 230px;
}
.cont3 ul{
	display: flex;
	justify-content:space-between;
	position: relative;
	z-index: 2;
}
.cont3 li{
	width: 210px;
}
.cont3 li img{
	margin: 0 auto;
	background-color: #fff;
}
.cont3 li h5{
	display: block;
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 30px;
	margin-top: 10px;
}
.cont3 li i{
	display: block;
	width: 100%;
	margin: 15px auto;
	height: 1px;
	background-color: #dbb172;
	opacity: 0.4;
}
.cont3 li p{
	text-align: center;
	font-size: 12px;
	color: #666;
}

/* 服务案例 */
.cont4 {
	padding: 70px 0 40px;
	background-color: #f7f7f7;
}
.cont4-list a{
	float: left;
	width: 32%;
	box-sizing: border-box;
	margin: 0 2% 30px 0;
	background-color: rgba(255, 255, 255, 0.2);
	position: relative;
	overflow: hidden;
	background-color: #000;
}
.cont4-list a img{
	width: 100%;
	height: auto;
}
.cont4-list a:nth-child(3n){
	margin-right: 0;
}
.cont4-list a .more{
	position: absolute;
	opacity: 0;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont4-list a .text{
	position: absolute;
	bottom: -10px;
	left: 20px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	opacity: 0;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	
}
.cont4-list a:hover .text{
	opacity: 1;
	bottom: 10px;
}
.cont4-list a h5{
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom , transparent, #333);
	line-height: 60px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	text-align: center;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont4-list a:hover img{
	opacity: 0.5;
}
.cont4-list a:hover h5{
	opacity: 0;
}
.cont4-list a .more span{
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}
/* .cont4-list a .more span:first-child{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
} */
.cont4-list a .more{
	top: 50%;
	width: 100%;
	left: 0;
	margin-top: -50px;
	text-align: center;
}
.cont4-list a:hover .more{
	opacity: 1;
	margin-top: -30px;
	
}
.cont4 .btn{
	display: block;
	margin: 20px auto 0;
	text-align: center;
	width: 180px;
	line-height: 50px;
	color: #fff;
	border-radius: 5px;
	background-color: #dbb172;
}
/* 资质荣誉 */
.cont5 {
	padding: 90px 0 50px;
}
.cont5-tab{
	width: 400px;
	margin: 0 auto 80px;
}
.cont5-tab a{
	float: left;
	box-sizing: border-box;
	width: 50%;
	text-align: center;
	border: 1px solid #dbb172;
	font-size: 18px;
	color: #dbb172;
	line-height: 53px;
}
.cont5-tab a:nth-child(1){
	border-top-left-radius: 50px;
}
.cont5-tab a:nth-child(1){
	border-bottom-left-radius: 50px;
}
.cont5-tab a:nth-child(2){
	border-top-right-radius: 50px;
}
.cont5-tab a:nth-child(2){
	border-bottom-right-radius: 50px;
}
.cont5-tab a:hover,.cont5-tab a.active{
	background-color: #dbb172;
	color: #fff;
}
.cont5-list a{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	overflow: hidden;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}
.cont5-list a i{
	display: block;
	overflow: hidden;
}
.cont5-list a i img{
	width: 100%;
	height: auto;
}
.cont5-list a:last-child{
	margin-right: 0;
}
.cont5-list a div{
	padding: 25px 20px;
}
.cont5-list a div h4{
	font-size: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont5-list a div p{
	font-size: 14px;
	color: #777;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.cont5-list a div em{
	display: block;
	margin-top: 15px;
}
/* 新闻中心 */
.mains{
	min-height: 500px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.crumbs{
	display: flex;
	align-items: center;
	justify-content:center;
	border-bottom: 1px #F5F5F5 solid;
    height: 80px;
    width: 100%;
}
.crumbs a{
	width: 130px;
    font-size: 16px;
    transition: all 0.2s;
    color: #333333;
    text-align: center;
}
.crumbs a:hover,.crumbs a.active{
	color: #dbb172;
}
.news-box{
	margin-top: 70px;
}
.news-list a{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	overflow: hidden;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	margin-bottom: 30px;
}
.news-list a i{
	display: block;
	overflow: hidden;
}
.news-list a i img{
	width: 100%;
	height: auto;
	transition: all 0.4s ease;
}
.news-list a:hover i img{
	transform: scale(1.1);
}
.news-list a:nth-child(4n){
	margin-right: 0;
}
.news-list a div{
	padding: 20px 20px 50px 20px;
	position: relative;
}
.news-list a div h4{
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list a div h4:hover{
	color: #dbb172;
}
.news-list a div p{
	font-size: 14px;
	color: #777;
	margin-top: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list a div .time{
	font-size: 12px;
	bottom: 20px;
	left: 20px;
	display: block;
	color: #999;
	position: absolute;
}
.news-list a div .more{
	font-size: 12px;
	bottom: 20px;
	right: 20px;
	display: block;
	color: #999;
	position: absolute;
}
.news-list a div .more:hover{
	color: #dbb172;
}
/*新闻详情*/
.news-xq-tit h4{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.news-xq-tit p{
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.news-xq-tit p span{
	margin: 0 10px;
}
.news-xq-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}

.news-xq-c p{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	text-indent: 2em;
}
.news-xq ul li a{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.news-xq-c img{
	max-width: 100%;
	margin: 0 auto;
}
.product-xq .news-xq-c{
	border: none;
}
.news-xq-c{
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.news-xq ul li:first-child{
	margin-bottom: 20px;
}
/* 项目业绩 */
.produdct-list a{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	overflow: hidden;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	margin-bottom: 30px;
}
.produdct-list a i{
	display: block;
	overflow: hidden;
}
.produdct-list a i img{
	width: 100%;
	height: auto;
	transition: all 0.4s ease;
}
.produdct-list a:hover i img{
	transform: scale(1.1);
}
.produdct-list a:nth-child(4n){
	margin-right: 0;
}
.produdct-list a div{
	padding: 20px 20px 30px 20px;
	position: relative;
}
.produdct-list a div h4{
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.produdct-list a div h4:hover{
	color: #dbb172;
}
.produdct-list a div p{
	font-size: 14px;
	color: #777;
	margin-top: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.produdct-list a div .time{
	font-size: 12px;
	bottom: 20px;
	left: 20px;
	display: block;
	color: #999;
	position: absolute;
}
.produdct-list a div .more{
	font-size: 12px;
	bottom: 20px;
	right: 20px;
	display: block;
	color: #999;
	position: absolute;
}
.produdct-list a div .more:hover{
	color: #dbb172;
}
/* 关于我们 */
.about1{
	width: 80%;
	min-width: 1200px;
	margin: -150px auto 0;
	background-color: rgba(255, 255, 255, 1);
	/* border: 3px solid #dbb172; */
	border-radius: 15px;
	box-sizing: border-box;
	padding: 50px;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.about1-l{
	position: absolute;
	left: 50px;
	top: 50%;
	margin-top: -58px;
}
.about1-l span{
	display: block;
	font-size: 30px;
	color: #333333;
	text-transform: uppercase;
}
.about1-l h4{
	color: #dbb172;
	font-size: 45px;
}
.about1-r{
	padding-left: 220px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.about-title{
	text-align: center;
	margin-bottom: 50px;
}
.about-title h4{
	font-size: 36px;
	color: #333;
}
.about-title p{
	font-size: 20px;
	color: #999;
}
.about2{
	margin-top: 40px;
}
.about2 img{
	margin: 0 auto;
}
.about3{
	background-color: #faf9f7;
	padding: 70px 0;
}
.cont3-list{
	display: flex;
	justify-content:space-around;
}
.about3>p{
	font-size: 24px;
	text-align: center;
	margin-top: 40px;
	color: #333;
}
.cont3-list a{
	width: 30%;
	background-color: #fff;
	box-sizing:border-box;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
	padding: 40px 40px 0;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont3-list a:hover{
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.cont3-list a img{
	margin: 0 auto;
	width: 150px;
	border-radius: 50%;
}
.cont3-list a span{
	display: block;
	padding: 30px 0;
	text-align: center;
	font-size: 22px;
	color: #333333;
}
.about4{
	padding: 80px 0;
}
.about4-list{
	display: flex;
	justify-content: space-around;
}
.about4-list li{
	width: 23%;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	padding: 40px 0;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.about4-list li img{
	width: 16%;
	height: auto;
	margin: 0 auto;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.about4-list li span{
	display: block;
	text-align: center;
	font-size: 20px;
	color: #666;
	margin-top: 15px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.about4-list li:hover img,.about4-list li:hover span{
	opacity: 0;
}
.about4-list li div{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #dbb172;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	left: 0;
	opacity: 0;
	top: 100px;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.about4-list li:hover div{
	opacity: 1;
	top: 0;
}
.about4-list li div h4{
	line-height: 40px;
	font-size: 24px;
	color: #fff;
	width: 100%;
	margin-bottom: 10px;
	/* border-bottom: 1px dashed rgba(255, 255, 255, 0.4); */
}
.about4-list li div  p{
	font-size: 14px;
	color: #fff;
	width: 100%;
	opacity: 0.8;
}
.about5{
	padding: 70px 0;
	background-color: #faf9f7;
}
.about5-list{
	
}
.about5-lists img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.about5-list a{
	float: left;
	width: 32%;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 30px;
}
.about5-list a img{
	width: 100%;
	height: auto;
}
.about5-list a:nth-child(3n){
	margin-right: 0;
}
.about6{
	padding: 70px 0;
}
.about6-list a{
	float: left;
	width: 24%;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
	margin-right: 1.333%;
	margin-bottom: 20px;
}
.about6-list a img{
	width: 100%;
	height: auto;
}
.about6-list a:nth-child(4n){
	margin-right: 0;
}
/* 联系我们 */
.contact-box h4{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
}
.contact-l p{
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.contact-l{
	float: left;
	width: 30%;
}
.contact-l div {
	margin-top: 70px;
}
.contact-l div img{
	width: 150px;
	height: 150px;
	border: 1px solid #ddd;
}
.contact-l div span{
	display: block;
	font-size: 12px;
	width: 150px;
	margin-top: 10px;
	text-align: center;
}
.contact-ly p{
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.contact-ly{
	float: right;
	width: 70%;
}
.ly-box{
	margin-top: 30px;
}
.ly-box li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.ly-box li:nth-child(3),.ly-box li:last-child{
	margin-right: 0;
}
.ly-box li:last-child{
	width: 100%;
}
.ly-box li label{
	display: block;
	font-size: 13px;
	color: #333;
}
.ly-box li input{
	display: block;
	line-height: 30px;
	width: 100%;
	padding: 0 10px;
	color: #333;
	box-sizing: border-box;
}
.ly-box li textarea{
	display: block;
	width: 100%;
	color: #333;
	resize: none;
	height: 80px;
	box-sizing: border-box;
	padding: 10px;
}
.ly-box .btn{
	display: block;
	width: 130px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background-color: #dbb172;
	border-radius: 5px;
}
#allmap{
	width: 100%;
	height: 500px;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #ddd;
	margin-top: 40px;
}
/* 服务 */
.service-box img{
	width: 72%;
	height: auto;
	border-radius: 5px;
}
.service-box{
	position: relative;
	margin-bottom: 130px;
}
.service-box:last-child{
	margin-bottom: 30px;
}
.service-box  div{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 39%;
	height: 88%;
	box-sizing: border-box;
	padding: 40px 40px;
	box-sizing: border-box;
	background-color: #dbb172;
	border-radius: 8px;
}
.service-box:nth-child(2n) div{
	left: 0;
	right: initial;
}
.service-box:nth-child(2n) img{
	float: right;
}
.service-box div h4{
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
}
.service-box div p{
	font-size: 14px;
	color: #fff;
	text-align: justify;
	opacity: 0.8;
}
.service-tab{
	margin-bottom: 40px;
}
.service-tab a{
	float: left;
	padding: 0 30px;
	border: 1px solid #ddd;
	line-height: 40px;
	border-radius: 50px;
	color: #333333;
	text-align: center;
	margin-right: 20px;
}
.service-tab a.active,.service-tab a:hover{
	background-color: #dbb172;
	border-color: #dbb172;
	color: #fff;
}
/* 企业实力 */
.honor{
	
}
.honor img{
	width: 100%;
	height: auto;
}
.hz .title{
	text-align: center;
	font-size: 32px;
	color: #333;
	margin-bottom: 20px;
}
.teacher-list{
	margin-top: 30px;
}
.teacher-list a{
	float: left;
	width: 12%;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin-right: 0.57%;
	margin-bottom: 15px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.teacher-list a:nth-child(8n){
	margin-right: 0;
}
.teacher-list a img{
	width: 100%;
	height: auto;
}
.teacher-list a:hover{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.honor .flip-items{
	width: 400px;
}
.flipster{
	overflow: initial;
}
.flipster-carousel .flip-next{
	-webkit-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
	-moz-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
	-o-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
	-ms-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
	transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
}
.flipster-carousel .flip-future{
	-webkit-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
	-moz-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
	-o-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
	-ms-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
	transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
}
.flipster-carousel .flip-prev{
	-webkit-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
	-moz-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
	-o-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
	-ms-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
	transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8)
}
.flipster-carousel .flip-past{
	-webkit-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
	-moz-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
	-o-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
	-ms-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
	transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
}
.hz{
	margin-top: 40px;
}
.honor{
	padding: 50px 0;
	background: url(../img/hh_bg.jpg) no-repeat center center;
	background-size: cover;
}
.honor2{
	background-image: none;
}
.honor .title{
	margin-bottom: 40px;
}
.honor .title h4{
	font-size: 32px;
	text-align: center;
	color: #333;
}
.honor .title p{
	font-size: 16px;
	color: #999;
	text-align: center;
}