@charset "gb2312";
/*内页分页*/
.page1 {
	display: inline-block;
	color: #999;
	margin: 0 5px;
}
.page2 {
	display: none;
}
.page3 {
	display: inline-block;
	color: #999999;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #999999;
	text-align: center;
	margin: 0 5px;
}
.page4 {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	background: #6fab3a;
	border-color: #6fab3a;
}
/*banner*/
.banner{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
}
.abo{
	background-image: url(../images/about.jpg);
}
.ser{
	background-image: url(../images/service.jpg);
}
.news{
	background-image: url(../images/news.jpg);
}
.lx{
	background-image: url(../images/contact.jpg);
}
.case{
	background-image: url(../images/case.jpg);
}
@media only screen and (max-width: 1200px) {
.banner{
	height: 200px;
}	
}
/*内页导航*/
.nymenu {
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.nymenu li {
	display: inline-block;
}
.nymenu li a {
	color: #999999;
	font-size: 18px;
	display: block;
	padding: 0 25px;
}
.nymenu li a:hover{
	color: #edb712;
}
.nymenu #hover2 a{
	color: #edb712;
}
.weizhi{
	background: #e6e6e6;
	line-height: 50px;
	color: #1a1a1a;
	font-size: 18px;
}
.weizhi a{
	color: #1a1a1a;
}
@media only screen and (max-width: 1200px) {
.nymenu {
	overflow-x: scroll;
	white-space: nowrap;
}	
}
/*内页内容*/
.content{
	line-height: 1.5;
	padding: 3% 0;
}
.content img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.content video{
	height: 500px;
}
.zs-list{
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
.content{
	padding: 15px;
}
.content video{
	height: 320px;
}	
}

/*联系我们*/
.contact-l #map{
	width: 100%;
	height: 500px;
}
.contact-l #map img{
	max-width: inherit;
}
.contact-l #map label{
	display: block;
	max-width: inherit;
}

/*新闻中心*/
.news-list{
	padding: 25px 0;
	color: #1a1a1a;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.news-list-l{
	text-align: center;
}
.news-list-l p{
	font-size: 50px;
	line-height: 50px;
}
.news-list-m a{
	color: #1a1a1a;
	font-size: 18px;
}
.news-list-m p a{
	color: #1a1a1a;
	font-size: 14px;
}
.news-list:hover{
	background: #e6e6e6;
}
.news-list:hover .news-list-m p a{
	color: #edb712;
}
.news-content .title{
	text-align: center;
}
.news-content h2{
	font-size: 24px;
}

.news-content img{width: 800px; display: block;margin: 0 auto;margin-bottom: 20px;}
.c-prev ,.c-next{
	color: #999;
}
.c-prev:hover ,.c-next:hover{
	color: #6fab3a;
}
@media only screen and (max-width: 1200px) {
.news-list{
	display: block;
}
.news-list-l{
	margin-bottom: 10px;
}
}

/*案例展示*/
.swiper2 .swiper-button-next{
	position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    background-size: auto;
	background-image: url(../images/right.png);
}
.swiper2 .swiper-button-prev{
	position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    background-size: auto;
	background-image: url(../images/left.png);
}
.swiper2 .swiper-button-next:hover ,.index-ry .swiper-button-prev:hover{
	background-color: #edb712;
	border-radius: 50%;
}
.case-img{
	position: relative;
	margin-bottom: -30%;
	z-index: 1;
	text-align: center;
}
.case-img a img{
	width: 223px;
	height: 223px;
}
.case-list{
	background: #e6e6e6;
	text-align: center;
	padding-top: 30%;
	color: #1a1a1a;
	height:215px;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.case-list a{
	margin-top: 35px;
	display: block;
	color: #1a1a1a;
	font-size: 20px;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.case-list p{
	text-align: left;
	padding-bottom: 20%;
}
.case-list:hover{
	background: #edb712;
	color: #fff;
}
.case-list:hover a{
	color: #fff;
}

.case-wrap{
	display: flex;
	flex-wrap:wrap;
 	
}

.case-wrap .case-item{
	width: 31%;
	margin-bottom:10%;
	margin-right: 2%;
}

@media only screen and (max-width: 640px) {
	 .case-wrap .case-item{width: 100%;}
	 .case-list {height: auto;}
	 .case-list p{padding-bottom: 10%;}
}