@media only screen and (max-width: 1280px){
.lzpic2{
	display: block;
}
.lzpic1{
	display: none;
}
.wrapper{
	width: 100%;
	overflow: hidden;
	margin: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.wrapper.shiftLeft{
	margin-left: -200px;
}
.wrap{
	width: 100%;
}
.header .row,
.header{
	height: 50px;
}
.wrapper.shiftLeft .header{
	left: -200px;
	z-index: 110;
}
.header .logo{
	width: 89px;
	height: 36px;
	margin-top: 7px;
	margin-left: 14px;
}
.header .language{
	margin-top: 8px;
	margin-right: 14px;
}
.header .language a{
	width: 70px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border: solid 1px #fff;
}
.header .language a:hover{
	background: none;
	border: solid 1px #fff;
}
.header .navBtn{
	width: 50px;
	height: 50px;
	float: right;
	position: relative;
}
.header .navBtn span{
	width: 32px;
	height: 2px;
	border-radius: 2px;
	background: #fff;
	display: block;
	position: absolute;
	left: 5px;
	z-index: 10px;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
}
.header .navBtn .line1{
	top: 10px;
}
.header .navBtn .line2{
	top: 22px;
}
.header .navBtn .line3{
	top: 34px;
}
.wrapper.shiftLeft .header .navBtn .line1{
	top: 22px;
	transform: rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
}
.wrapper.shiftLeft .header .navBtn .line2{
	opacity: 0;
}
.wrapper.shiftLeft .header .navBtn .line3{
	top: 22px;
	transform: rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}
.header .nav{
	width: 200px;
	height: 100%;
	position: fixed;
	right: -200px;
	top: 0;
	z-index: 200;
	background: #22211c;
	margin: 0px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.wrapper.shiftLeft .header .nav{
	right: 0;
}
.header .nav .tit{
	text-align: center;
	display: block;
	line-height: 50px;
	font-family: Arial;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	margin: 30px 0;
}
.header .nav li{
	width: 100%;
	margin: 0px;
	text-align: center;
	padding: 0 14px;
	box-sizing: border-box;
}
.header .nav li a{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	display: block;
	border-bottom: solid 1px #fff;
	padding: 0;
}
.header .nav li a:hover{
	color: #fff;
}
.footer{
	padding: 0 14px;
	box-sizing: border-box;
	background-size: 100% 100%;
	padding-bottom: 5px;
}
.footer .top{
	padding: 10px 0;
	margin-bottom: 0px;
}
.footer .commerce{
	width: auto;
	float: none;
	margin: 0;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
}
.footer .row{
	width: auto;
	float: none;
	display: inline-block;
}
.footer .commerce li{
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 14px;
	overflow: hidden;
}
.footer .commerce li img{
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-ms-filter: brightness(100%);
	-o-filter: brightness(100%);
}
.footer .contact{
	width: auto;
	min-height: auto;
	float: none;
	text-align: center;
	background: none;
	padding-left: 0;
	margin-top: 10px;
}
.footer .contact .row{
	height: 36px;
	background: url(../images/footer_contact.png) no-repeat 0 center;
	background-size: auto 100%;
	padding-left: 40px;
	text-align: left;
}
.footer .contact .tit{
	height: 14px;
	line-height: 14px;
	font-size: 12px;
}
.footer .contact .number{
	line-height: 30px;
	font-size: 20px;
}
.footer .contact .number a{
	font-size: 20px;
}
.footer .left{
	width: 100%;
	float: none;
	text-align: center;
	padding: 10px 0 0 0;
}
.footer .linkMap{
	display: none;
}
.footer .copyright{
	line-height: 14px;
	font-size: 12px;
}
.footer .technology{
	width: 100%;
	float: none;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
	padding-bottom: 10px;
}
.footer .technology a{
	font-size: 12px;
}
/*首页*/
.main .banner .swiper-pagination{
	bottom: 5px;
}
.main .banner .swiper-pagination li{
	width: 50px;
	height: 5px;
}
.main .banner .swiper-pagination li:last-child{
	width: 55px;
	background-size: 100% 100%;
}
.main .introduction{
	padding: 12px 14px;
	box-sizing: border-box;
}
.main .introduction .text{
	width: 100%;
	text-align: center;
}
.main .introduction .tit{
	line-height: 26px;
	font-size: 20px;
}
.main .introduction .tit a{
	font-size: 20px;
}
.main .introduction .txt{
	height: 36px;
	line-height: 18px;
	font-size: 14px;
	margin-top: 0px;
}
.main .introduction .btn{
	width: 100%;
	float: right;
	margin-top: 12px;
	text-align: center;
}
.main .introduction .btn a{
	width: 120px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	font-size: 16px;
	color: #dabc84;
	background: url(../images/introduction_btn.png) no-repeat right 10px center;
	text-indent: 0px;
}
.main .introduction .btn a:hover{
	color: #dabc84;
	background-color: none;
	background: url(../images/introduction_btn.png) no-repeat right 10px center;
}
.main .productBox{
	overflow: hidden;
}
.main .productBox .wrap{
	margin: 16px 0;
}
.main .productBox .grid{
	width: 25%;
	box-sizing: border-box;
	overflow: hidden;
}
.main .productBox .grid:nth-child(2),
.main .productBox .grid:nth-child(3){
	margin-top: 0px;
	float: right;
}
.main .productBox .grid:nth-child(4){
	padding-top: 72px;
	background: #dabc84;
}
.main .productBox .classify.classify2,
.main .productBox .classify.classify3,
.main .productBox .classify.classify4,
.main .productBox .classify.classify5,
.main .productBox .classify.classify1{
	max-height: 100%;
	overflow: hidden;
}
.main .productBox .classify1 .pic img,
.main .productBox .classify5 .pic img{
	width: auto;
	height: 100%;
}
@media only screen and (max-width: 1020px){
	.main .productBox .classify1 .pic img{
		width: 100%;
		height: auto;
	}
}
.main .productBox .classify a:hover .pic img{
	transform: scale(1,1);
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-moz-transform:scale(1,1);
}
.main .productBox .title{
	height: auto;
	padding: 10px 14px;
}
.main .productBox .title .tit{
	line-height: 30px;
	font-size: 22px;
}
.main .productBox .title .tit a{
	font-size: 22px;
}
.main .productBox .title .txt{
	line-height: 20px;
	font-size: 14px;
	margin-top: 2px;

}
.main .productBox .title .txt a{
	font-size: 14px;
}
.main .productBox .title .btn{
	display: none;
}
.main .productBox .decorateRight,
.main .productBox .decorateLeft{
	display: none;
}
@media only screen and (max-width: 900px){
	.main .productBox .grid{
		width: 50%;
		overflow: hidden;
	}
	/*.main .productBox .grid .classify .pic img{
		height: 100%;
	}*/
	.main .productBox .grid:nth-child(4){
		padding: 0px;
		text-align: center;
	}
	/*.main .productBox .grid:nth-child(4) .pic img{
		height: 100%;
	}*/
	/*.main .productBox .grid .classify .pic,
	.main .productBox .grid .classify{
		overflow: hidden;
	}
	.main .productBox .grid .classify1 .pic img{
		width: 100%;
		height: 100%;
	}
	.main .productBox .grid:nth-child(4){
		padding-top: 0px;
	}
	.main .productBox .grid:nth-child(3){
		float: right;
	}
	.main .productBox .grid:nth-child(4){
		float: left;
	}*/
}
/*产品中心*/
.main .caseBox{
	height: auto;
	background-size: 100% 100%;
	padding: 16px 0;
}
.main .caseBox .title{
	text-align: center;
	padding-top: 0px;
}
.main .caseBox .title .tit{
	height: 30px;
	line-height: 30px;
	font-size: 26px;
}
.main .caseBox .title .tit a{
	font-size: 26px;
}
.main .caseBox .title .txt{
	line-height: 20px;
	font-size: 14px;
	margin-top: 6px;
}
.main .caseBox .caseList{
	margin-top: 28px;
}
.main .caseBox .caseList li .pic{
	width: 160px;
	height: 160px;
}
.main .caseBox .caseList li a:hover .pic img{
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-ms-filter: brightness(100%);
	-o-filter: brightness(100%);
}
.main .caseBox .caseList li .tit{
	line-height: 20px;
	font-size: 18px;
	margin-top: 12px;
}
.main .caseBox .caseList li .date{
	line-height: 20px;
	font-size: 14px;
}
.main .caseBox .caseList li a:hover .tit{
	color: #fff;
}
.main .caseBox .caseList li a:hover .date{
	color: #999999;
}
.main .caseBox .caseList li .btn{
	width: 26px;
	height: 26px;
	margin-top: 6px;
}
.main .caseBox .caseList li a:hover .btn{
	background-image: url(../images/caseList_btn1.png);
}
@media only screen and (max-width: 600px){
	.main .caseBox .title .tit{
		height: 26px;
		line-height: 26px;
		font-size: 22px;
	}
	.main .caseBox .title .tit a{
		font-size: 22px;
	}
	.main .caseBox .title .txt{
		margin-top: 2px;
	}
	.main .caseBox .caseList{
		margin-top: 20px;
	}
	.main .caseBox .caseList li .pic{
		width: 100px;
		height: 100px;
	}
	.main .caseBox .caseList li .tit{
		font-size: 16px;
		margin-top: 10px;
	}
	.main .caseBox .caseList li .date{
		line-height: 18px;
		font-size: 14px;
	}
}
.main .brandBox{
	height: auto;
	background-size: 100% 100%;
	padding: 10px 14px;
	box-sizing: border-box;
}
.main .brandBox .wrap{
	padding-top: 0px;
}
.main .brandBox .title{
	width: 100%;
	float: none;
	margin-top: 0px;
	text-align: center;
}
.main .brandBox .title span{
	display: none;
}
.main .brandBox .title .tit{
	line-height: 30px;
	font-size: 26px;
}
.main .brandBox .title .tit a{
	font-size: 26px;
}
.main .brandBox .title .txt{
	line-height: 20px;
	font-size: 14px;
	margin-top: 2px;
}
.main .brandBox .title .txt a{
	font-size: 14px;
	color: #666666;
}
.main .brandBox .title .btn{
	display: none;
}
.main .brandBox .brandList{
	width: 100%;
	height: auto;
	padding: 20px 30px 0 30px;
	margin-top: 10px;
}
.main .brandBox .brandList ul{
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
}
.main .brandBox .brandList li{
	width: 200px;
	height: 110px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
}
.main .brandBox .brandList li a:hover img{
	transform: scale(1,1);
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-moz-transform:scale(1,1);
}
@media only screen and (max-width: 950px){
	.main .brandBox .brandList{
		padding: 10px;
	}
	.main .brandBox .brandList li{
		width: 25%;
		height: auto;
		float: left;
		margin: 0px;
		padding: 10px;
		box-sizing: border-box;
	}
	.main .brandBox .brandList li a{
		width: 100%;
		height: auto;
	}
	.main .brandBox .brandList li a:hover img{
		transform: scale(1,1);
		-webkit-transform:scale(1,1);
		-ms-transform:scale(1,1);
		-o-transform:scale(1,1);
		-moz-transform:scale(1,1);
	}
}
@media only screen and (max-width: 600px){
	.main .brandBox .title .tit{
		line-height: 26px;
		font-size: 22px;
	}
	.main .brandBox .title .tit a{
		font-size: 22px;
	}
	.main .brandBox .brandList{
		padding: 5px;
	}
	.main .brandBox .brandList li{
		width: 50%;
		padding: 5px;
	}
}
/*首页end*/
.containe .columnNav{
	position: relative;
	height: 50px;
}
.containe .columnNav .wrap{
	padding: 0 20px;
	box-sizing: border-box;
	height: auto;
}
.containe .columnNav .title{
	display: none;
}
.containe .columnNav .menu{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 0px;
}
.containe .columnNav .menu li{
	width: 33.333%;
	margin-left: 0px;
}
.containe .columnNav .menu.one li{width: 100%;}
.containe .columnNav .menu.two li{width: 50%;}
.containe .columnNav .menu.three li{width: 33.333%;}
.containe .columnNav .menu.four li{width: 25%;}
.containe .columnNav .menu.five li{width: 20%;}
.containe .columnNav .menu.six li{width: 16.66666%;}
.containe .columnNav .menu.seven li{width: 14.2857%;}
.containe .columnNav .menu.eight li{width: 12.5%;}
.containe .columnNav .menu.nine li{width: 11.1111%;}
.containe .columnNav .menu.ten li{width: 10%;}
.containe .columnNav .menu li a{
	line-height: 47px;
}
.containe .columnNav .menu li.on a{
	border-bottom: solid 3px #dabc84;
}
.containe .columnNav .menu li a:hover{
	color: #cccccc;
}
.containe .columnTitle{
	line-height: 30px;
	font-size: 26px;
	margin-top: 16px;
}
/* @media only screen and (max-width: 600px){
	.containe .columnNav .menu{
		height: 40px;
	}
	.containe .columnNav .menu li a{
		line-height: 38px;
		font-size: 16px;
	}
	.containe .columnNav .menu li.on a{
		border-bottom: solid 2px #dabc84;
	}
	.containe .columnTitle{
		line-height: 28px;
		font-size: 22px;
		margin-top: 12px;
	}
} */


/* 改下拉 */
.containe .columnNav .menuBtn{
	width: 50%;
	height: 34px;
	float: right;
	background: url(../images/recruitment_tit4.png) no-repeat right 0;
	background-size: auto 95%;
	margin-top: 8px;
}
.containe .columnNav .menuBtn.up{
	background: url(../images/recruitment_tit2.png) no-repeat right 0;
	background-size: auto 95%;
}
.containe .columnNav .menu{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 0px;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 99;
	background: #21211A;
	padding: 10px 0;
	display: none;
}
.containe .columnNav .menu.one li,
.containe .columnNav .menu.two li,
.containe .columnNav .menu.three li,
.containe .columnNav .menu.four li,
.containe .columnNav .menu.five li,
.containe .columnNav .menu.six li,
.containe .columnNav .menu.seven li,
.containe .columnNav .menu.eight li,
.containe .columnNav .menu.nine li,
.containe .columnNav .menu.ten li,
.containe .columnNav .menu li{
	width: 100%;
	margin-left: 0px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	box-sizing: border-box
}
.containe .columnNav .menu li a{
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
}
.containe .columnNav .menu li.on a{
	border-bottom: solid 1px #dabc84;
}
/* .containe .columnNav .menu.one{
	display: block;
} */










/*集团简介*/
.containe .aboutPage .about{
	max-width: 560px;
	width: 100%;
	margin: 22px auto 30px auto;
}
.containe .aboutPage .about .pic{
	width: 100%;
	float: left;
	position: relative;
}
.containe .aboutPage .about .row2 .pic .arrow,
.containe .aboutPage .about .row1 .pic .arrow{
	width: 15px;
	height: 8px;
	background: url(../images/about_arrow3.png) no-repeat center;
	right: auto;
	left: 50%;
	top: auto;
	bottom: 0;
	transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
}
.containe .aboutPage .about .row2 .pic .arrow{
	background-image: url(../images/about_arrow4.png);
}
.containe .aboutPage .about .teshu{
	width: 100%;
	line-height: 28px;
	font-size: 18px;
	padding: 20px;
}
@media only screen and (max-width: 600px){
	.containe .aboutPage .about{
		margin: 20px auto 20px auto;
	}
	.containe .aboutPage .about .teshu{
		line-height: 22px;
		font-size: 14px;
		padding: 14px;
	}
}
.containe .aboutPage .visit{
	height: 260px;
	padding-top: 60px;
}
.containe .aboutPage .visit .title{
	float: none;
	margin: 0 auto;
}
@media only screen and (max-width: 400px){
	.containe .aboutPage .visit{
		height: auto;
		background: no-repeat center;
		background-size: auto 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	.containe .aboutPage .visit .title{
		width: 100%;
		height: auto;
		line-height: 28px;
		font-size: 22px;
		padding: 20px 14px;
		float: none;
		box-sizing: border-box;
	}
	.containe .aboutPage .visit .title .tit a{
		font-size: 22px;
	}
	.containe .aboutPage .visit .title .txt{
		font-size: 16px;
	}
	.containe .aboutPage .visit .title .btn{
		margin-top: 8px;
	}
	.containe .aboutPage .visit .title .btn a{
		width: 24px;
		height: 24px;
		background-size: 100% 100%;
	}
}
/*集团简介end*/
/*集团文化*/
.culturePage{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 10px 0 30px 0;
}
.culturePage .pic{
	width: 100%;
}
.culturePage .text{
	width: 100%;
}
.culturePage .text .tit{
	line-height: 36px;
	font-size: 30px;
}
.culturePage .text .txt{
	line-height: 28px;
	font-size: 18px;
	margin-top: 20px;
}
.culturePage .development .pic img{
	width: 100%;
}
.culturePage .atmosphere .pic{
	margin-top: 0px;
}
.culturePage .atmosphere .text{
	width: 100%;
	position: static;
	background: #fff;
}
.culturePage .channel .text .txt{
	padding-right: 0px;
}
.culturePage .industry,
.culturePage .channel,
.culturePage .atmosphere,
.culturePage .development{
	margin-top: 20px;
}
.culturePage .industry .text,
.culturePage .channel .text,
.culturePage .atmosphere .text,
.culturePage .development .text{
	padding: 20px 14px;
}
@media only screen and (max-width: 600px){
	.culturePage{
		padding: 10px 0 20px 0;
	}
	.culturePage .text .tit{
		line-height: 22px;
		font-size: 18px;
	}
	.culturePage .text .txt{
		line-height: 22px;
		font-size: 14px;
		margin-top: 10px;
	}
	.culturePage .industry,
	.culturePage .channel,
	.culturePage .atmosphere,
	.culturePage .development{
		margin-top: 14px;
	}
	.culturePage .industry .text,
	.culturePage .channel .text,
	.culturePage .atmosphere .text,
	.culturePage .development .text{
		padding: 10px 14px;
	}
}

/*集团文化end*/
.containe .pagingBox .text{
	height: 50px;
	line-height: 50px;
}
.containe .pagingBox .next,
.containe .pagingBox .prior{
	width: 50px;
	height: 50px;
}
.containe .pagingBox .next.on,
.containe .pagingBox .next:hover{
	background-color:#fff;
	background-image: url(../images/pagingBox_next1.png);
}
.containe .pagingBox .prior.on,
.containe .pagingBox .prior:hover{
	background-color:#fff;
	background-image: url(../images/pagingBox_prior1.png);
}
/*新闻中心*/
.newsPage .newsList{
	width: 100%;
	max-width: 620px;
	margin: 22px auto 0 auto;
}
.newsPage .newsList li{
	width: 100%;
	margin-bottom: 20px;
}
.newsPage .pagingBox{
	margin-bottom: 30px;
}
.newsPage .newsList li a:hover{
	background: #fff;
}
.newsPage .newsList li a:hover .tit{
	color: #000;
}
.newsPage .newsList li a:hover .date{
	color: #999;
}
.newsPage .newsList li a:hover .txt{
	color: #666;
}
.newsPage .newsList li a:hover .line{
	background-image: url(../images/newsList_line.gif);
}
@media only screen and (max-width: 600px){
	.newsPage .newsList{
		margin-top: 16px;
	}
	.newsPage .newsList li{
		margin-bottom: 14px;
	}
	.newsPage .newsList li a{
		padding: 10px 14px;
	}
	.newsPage .newsList li .tit{
		height: 22px;
		line-height: 22px;
		font-size: 16px;
	}
	.newsPage .newsList li .date{
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.newsPage .newsList li .txt{
		height: 40px;
		line-height: 20px;
		font-size:14px;
	}
	.newsPage .newsList li .line{
		margin: 6px 0;
	}
	.newsPage .pagingBox{
		margin-bottom: 24px;
	}
}
.newsPage .newsDetails{
	padding: 14px 20px 1px 20px;
	margin-top: 24px;
}
.newsPage .newsDetails .title{
	padding-bottom: 14px;
}
.newsPage .newsDetails .title .tit{
	line-height: 28px;
	font-size: 20px;
}
.newsPage .newsDetails .title .info{
	line-height: 20px;
	font-size: 16px;
}
.newsPage .newsDetails .article{
	padding: 20px 0px;
}
.newsPage .newsDetails .return{
	margin: 20px 0;
}
.newsPage .newsDetails .return a:hover{
	background-position: 34px center;
}
.newsPage .recommended{
	margin: 20px 0;
}
.newsPage .recommended .title{
	line-height: 30px;
	font-size: 26px;
	text-align: center;
}
.newsPage .recommended .title span{
	display: none;
}
.newsPage .recommended .newsList{
	margin-top: 28px;
}
@media only screen and (max-width: 600px){
	.newsPage .newsDetails{
		padding: 10px 14px 1px 14px;
		margin-top: 16px;
	}
	.newsPage .newsDetails .title{
		padding-bottom: 10px;
	}
	.newsPage .newsDetails .title .tit{
		line-height: 24px;
		font-size: 18px;
	}
	.newsPage .newsDetails .title .info{
		line-height: 16px;
		font-size: 14px;
	}
	.article{
		line-height: 24px;
		font-size: 14px;
	}
	.newsPage .newsDetails .article{
		padding: 14px 0px;
	}
	.newsPage .newsDetails .return{
		margin: 14px 0;
	}
	.newsPage .newsDetails .return a{
		width: 90px;
		height: 34px;
		line-height: 34px;
		padding-left: 18px;
		font-size: 14px;
		background-position: 12px center;
		background-size: 16px 16px;
	}
	.newsPage .newsDetails .return a:hover{
		background-position: 12px center;
	}
	.newsPage .recommended{
		margin: 10px 0;
	}
	.newsPage .recommended .title{
		line-height: 28px;
		font-size: 22px;
	}
	.newsPage .recommended .newsList{
		margin-top: 12px;
	}
}
/*新闻中心end*/
/*产品中心*/
.productPage .productList{
	width: 100%;
	max-width: 840px;
	margin: 24px auto 0 auto;
}
.productPage .productList li{
	padding-left: 40px;
	margin-bottom: 40px;
}
.productPage .productList li:nth-child(3n+1){
	padding-left: 40px;
}
.productPage .productList li:nth-child(odd){
	padding-left: 0;
}
.productPage .pagingBox{
	margin: 0px 0 30px 0;
}
.productPage .productList li .filter .btn{
	display: none;
}
.productPage .productList li a:hover .filter{
	height: 70px;
}
.productPage .productList li a:hover .text{
	line-height: 70px;
	font-size: 20px;
	color: #fff;
	margin-top: 0;
}
@media only screen and (max-width: 860px){
	.productPage .productList{
		padding: 0 7px;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.productPage .productList li{
		width: 50%;
		padding: 0 7px;
		margin-bottom: 14px;
	}
	.productPage .productList li:nth-child(3n+1){
		padding: 0 7px;
	}
	.productPage .productList li:nth-child(odd){
		padding: 0 7px;
	}
	.productPage .productList li a{
		width: 100%;
		height: auto;
	}
	.productPage .productList li .pic img{
		width: 100%;
		display: block;
	}
	.productPage .productList li .filter{
		height: 50px;
	}
	.productPage .productList li .text{
		line-height: 50px;
		font-size: 18px;
	}
	.productPage .productList li a:hover .text{
		line-height: 50px;
		font-size: 18px;
		color: #fff;
		margin-top: 0;
	}
	.productPage .pagingBox{
		margin: 0px 0 20px 0;
	}
}
@media only screen and (max-width: 500px){
	.productPage .productList li{
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.productPage .productList li:nth-child(3n+1){
		padding: 0 5px;
	}
	.productPage .productList li:nth-child(odd){
		padding: 0 5px;
	}
	.productPage .productList li .filter{
		height: 40px;
	}
	.productPage .productList li .text{
		line-height: 40px;
		font-size: 14px;
	}
	.productPage .productList li a:hover .text{
		line-height: 40px;
		font-size: 14px;
	}
}

/*产品详情*/
.productPage .productDetailsFixed{
	padding: 50px;
	box-sizing: border-box;
}
.productPage .clickBg{
	width: 100%;
	min-height: 1200px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 200;
	overflow-y:visible;
    overflow-x:hidden;
}
.productPage .productDetails{
	width: 98%;
	padding: 24px 24px 35px 24px;
	margin: 50px 0;
}
.productPage .productDetails .closeBtn{
	width: 35px;
	height: 35px;
	background-size: 100% auto;
}
.productPage .productDetails .closeBtn span{
	width: 30px;
	height: 32px;
	background-size: 14px auto;
}
.productPage .productDetails .more{
	width: 60px;
	height: 60px;
	bottom: -30px;
	margin-left: -30px;
}
.productPage .productDetails .more span.txt{
	line-height: 20px;
	font-size: 14px;
	margin-top: 10px;
}
.productPage .productDetails .more span.ico{
	height: 20px;
	background-size: auto 100%;
}
.productPage .productDetails .more:hover span.ico{
	margin-top: 0px;
}
.productPage .productDetails .albumBox{
	width: 100%;
	height: auto;
}
.productPage .productDetails .albumBox .swiper-slide{
	width: 100%;
	height: auto;
}
.productPage .productDetails .albumBox .swiper-slide img{
	width: 100%;
}
.productPage .productDetails .albumBox .swiper-button-next:hover,
.productPage .productDetails .albumBox .swiper-button-prev:hover{
	background-color: #000;
}
.productPage .productDetails .info{
	width: 100%;
	position: static;
	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	-moz-transform: translate(0%,0%);
	-ms-transform: translate(0%,0%);
	-o-transform: translate(0%,0%);
}
.productPage .productDetails .info .side{
	display: none;
}
.productPage .productDetails .info .conten{
	width: 100%;
	height: 100%;
	padding: 20px;
}
.productPage .productDetails .info .tit{
	line-height: 26px;
	font-size: 20px;
	padding-bottom: 6px;
	padding-top: 0px;
}
.productPage .productDetails .info .txt{
	line-height: 22px;
	font-size: 14px;
	padding: 5px 0 0 0;
	margin-bottom: 20px;
}
.productPage .productDetails .inputBox2,
.productPage .productDetails .inputBox{
	width: 100%;
	padding-top: 10px;
}
.productPage .productDetails .consulting .tit{
	height: 18px;
	line-height: 18px;
}
.productPage .productDetails .consulting .tit img{
	height: 100%;
}
.productPage .productDetails .consulting .tit .icon{
	height: 18px;
	line-height: 18px;
}
.productPage .productDetails .consulting .tit .txt{
	padding-left: 40px;
	height: 18px;
	line-height: 18px;
	font-size: 16px;
}
.productPage .productDetails .consulting input{
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	margin-top: 5px;
}
.productPage .productDetails .consulting .btn a,
.productPage .productDetails .consulting .btn button,
.productPage .productDetails .consulting .btn input{
	width: 120px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.productPage .productDetails .consulting .btn a:hover,
.productPage .productDetails .consulting .btn button:hover,
.productPage .productDetails .consulting .btn input:hover{
	background: #22211c;
}
/*产品中心end*/
/*品牌系列*/
.brandPage .brandList{
	padding: 20px 0px;
	margin-top: 22px;
	margin-bottom: 40px;
}
.brandPage .brandList ul{
	max-width: 750px;
}
.brandPage .brandList li a:hover img{
	transform: scale(1,1);
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-moz-transform:scale(1,1);
}
@media only screen and (max-width: 750px){
	.brandPage .brandList ul{
		max-width: 500px;
	}
}
@media only screen and (max-width: 500px){
	.brandPage .brandList{
		padding: 10px 7px;
		margin: 20px 0;
	}
	.brandPage .brandList li{
		width: 50%;
		height: auto;
		float: left;
		padding: 7px;
		box-sizing: border-box;
	}
}




.brandPage .brandDetails{
	margin-top: 24px;
	margin-bottom: 40px;
}
.brandPage .brandDetails .list{
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
}
.brandPage .brandDetails li{
	width: 50%;
	padding: 0 20px;
	margin-bottom: 40px;
}
.brandPage .brandDetails li:nth-child(3n+1){
	padding: 0 20px;
}
.brandPage .brandDetails li a{
	width: 100%;
	height: auto;
}
.brandPage .brandDetails li a:hover img{
	transform: scale(1,1);
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-moz-transform:scale(1,1);
}
.brandPage .brandDetails .returnBtn{
	margin-top: 0px;
}
.brandPage .brandDetails .returnBtn a:hover{
	background: url(../images/newsDetails_return.png) no-repeat 34px center #22211c;
}
@media only screen and (max-width: 600px){
	.brandPage .brandDetails{
		padding: 0 5px;
		box-sizing: border-box;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.brandPage .brandDetails li{
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.brandPage .brandDetails li:nth-child(3n+1){
		padding: 0 5px;
	}
	.brandPage .brandDetails .returnBtn a{
		width: 120px;
		height: 34px;
		line-height: 34px;
		background-position: 14px center;
		background-size: 18px auto;
		padding-left: 22px;
		font-size: 14px;
	}
}
/*品牌系列end*/

/*合作案例*/
.casePage .caseList{
	margin-top: 28px;
}
.casePage .caseList li{
	margin-bottom: 40px;
}
.casePage .caseList li .pic{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	overflow: hidden;
}
.casePage .caseList li .pic img{
	border-radius: 50%;
}
.casePage .caseList li a:hover .pic img{
	border-radius: 50%;
}
.casePage .caseList li .tit{
	line-height: 20px;
	font-size: 18px;
	margin-top: 12px;
}
.casePage .caseList li .date{
	line-height: 20px;
	font-size: 14px;
}
.casePage .caseList li a:hover .tit{
	color: #000;
}
.casePage .caseList li a:hover .date{
	color: #999999;
}
.casePage .caseList li .btn{
	width: 26px;
	height: 26px;
	margin-top: 6px;
}
.casePage .caseList li a:hover .btn{
	background-image: url(../images/caseList_btn1.png);
}
@media only screen and (max-width: 700px){
	.casePage .caseList li{
		width: 50%;
		margin-bottom: 40px;
	}
	.casePage .caseList li .pic{
		width: 140px;
		height: 140px;
		overflow: hidden;
	}
	.casePage .caseList li .tit{
		height: 18px;
		line-height: 18px;
		font-size: 16px;
		margin-top: 10px;
	}
	.casePage .caseList li .date{
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.casePage .caseList li .btn{
		width: 26px;
		height: 26px;
		margin-top: 6px;
	}
}

/*合作案例end*/
/*基金会*/
.foundationPage .foundation{
	width: 100%;
	max-width: 640px;
	margin: 40px auto;
}
.foundationPage .foundation .pic{
	width: 100%;
}
.foundationPage .foundation .text{
	width: 100%;
	padding: 20px;
}
.foundationPage .foundation .icon{
	height: 30px;
}
.foundationPage .foundation .icon img{
	height: 100%;
}
.foundationPage .foundation .tit{
	line-height: 30px;
	font-size: 26px;
	margin-top: 12px;
}
.foundationPage .foundation .txt{
	line-height: 24px;
	font-size: 16px;
	margin-top: 14px;
}
.foundationPage .foundation .row:nth-child(3) .text{
	padding-top: 20px;
}
@media only screen and (max-width: 500px){
	.foundationPage .foundation{
		margin: 20px auto;
	}
	.foundationPage .foundation .row{
		margin-bottom: 14px;
	}
	.foundationPage .foundation .text{
		padding: 14px;
	}
	.foundationPage .foundation .icon{
		height: 20px;
	}
	.foundationPage .foundation .tit{
		line-height: 26px;
		font-size: 20px;
		margin-top: 5px;
	}
	.foundationPage .foundation .txt{
		line-height: 22px;
		font-size: 14px;
		margin-top: 8px;
	}
	.foundationPage .foundation .row:nth-child(3) .text{
		padding-top: 14px;
	}
}
/*基金会end*/
/*加入我们*/
.contactPage .recruitment{
	padding: 22px 0;
}
.contactPage .recruitment .banner .down{
	width: 52px;
	height: 52px;
	bottom: 20px;
	margin-left: -26px;
}
@keyframes recruitmentBannerDown{
	0%{bottom: 40px;}
	40%{bottom: 10px;}
	100%{bottom: 40px;}
}
@-moz-keyframes recruitmentBannerDown{
 	0%{bottom: 40px;}
	40%{bottom: 10px;}
	100%{bottom: 40px;}
}
@-webkit-keyframes recruitmentBannerDown{
	0%{bottom: 40px;}
	40%{bottom: 10px;}
	100%{bottom: 40px;}
}
@-o-keyframes recruitmentBannerDown{
	0%{bottom: 40px;}
	40%{bottom: 10px;}
	100%{bottom: 40px;}
}
.contactPage .recruitment .list{
	margin-top: 20px;
}
.contactPage .recruitment .list li{
	margin-bottom: 14px;
}
.contactPage .recruitment .list li .title{
	height: 40px;
	padding: 0px 40px 0 14px;
	line-height: 40px;
	font-size: 16px;
	background-position: right 20px center;
	background-size: 20px auto;
}
.contactPage .recruitment .list li .title span{
	font-size: 14px;
	margin-left: 6px;
}
.contactPage .recruitment .list li .content{
	padding: 10px 14px;
}
.contactPage .recruitment .list li .text{
	line-height: 26px;
	font-size: 14px;
}
.contactPage .recruitment .list li .text span.tit{
	font-size: 18px;
}
.contactPage .recruitment .list li .btn{
	margin-top: 12px;
}
.contactPage .recruitment .list li .btn button,
.contactPage .recruitment .list li .btn input,
.contactPage .recruitment .list li .btn a{
	width: 100px;
	height: 34px;
	line-height: 34px;
	font-size: 15px;
}
.containe .pagingList{
	padding:10px 0;
	margin: 20px 0 0 0;
}
.containe .pagingList li{
	margin: 0 4px;
}
.containe .pagingList li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.containe .pagingList li.on a{
	border: solid 1px #dabc84;
	background: #dabc84;
	color: #fff;
}
.containe .pagingList li.next a,
.containe .pagingList li.prev a{
	background-size: 7px auto;
}
.containe .pagingList li.next a{
	background-size: 7px auto;
}
.containe .pagingList li.prev a:hover{
	background: url(../images/pagingList_prev1.png) no-repeat center;
	background-size: 7px auto;
}
.containe .pagingList li.next a:hover{
	background: url(../images/pagingList_next1.png) no-repeat center;
	background-size: 7px auto;
}
@media only screen and (max-width: 800px){
	.contactPage .recruitment .banner .down{
		width: 32px;
		height: 32px;
		bottom: 20px;
		margin-left: -17px;
	}
}
@media only screen and (max-width: 600px){
	.contactPage .recruitment .banner .down{
		display: none;
	}
}
/*加入我们end*/

/*联系我们*/
.contactPage .contact{
	margin: 22px 0;
}
.contactPage .contact .address,
.contactPage .contact .service{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
.contactPage .contact .address{
	margin-bottom: 10px;
}
.contactPage .contact .text{
	padding: 20px;
}
.contactPage .contact .tit{
	height: 40px;
	line-height: 40px;
	padding-left: 50px;
	background-size: auto 100%;
	font-size: 22px;
}
.contactPage .contact .line{
	margin: 20px 0;
}
.contactPage .contact .txt{
	line-height: 28px;
	font-size: 18px;
}
.contactPage .contact .txt a{
	font-size: 18px;
}
#allmap{
	height: 280px;
}
.contactPage .contact .service .pic{
	height: auto;
}
.contactPage .contact .service .text{
	padding: 20px;
}
.contactPage .contact .service .txt{
	line-height: 28px;
}
@media only screen and (max-width: 600px){
	.contactPage .contact{
		margin: 20px 0;
	}
	.contactPage .contact .text{
		padding: 10px 14px;
	}
	.contactPage .contact .tit{
		height: 30px;
		line-height: 30px;
		padding-left: 40px;
		font-size: 20px;
	}
	.contactPage .contact .line{
		margin: 10px 0;
	}
	.contactPage .contact .txt{
		line-height: 22px;
		font-size: 14px;
	}
	.contactPage .contact .txt a{
		font-size: 14px;
	}
	#allmap{
		height: 220px;
	}
	.contactPage .contact .service .text{
		padding: 10px 14px;
	}
	.contactPage .contact .service .txt{
		line-height: 22px;
	}
}






/*联系我们end*/

.returnHomeBtn{
	display: none;
}

.fixedContact{
	display: none;
}
.fixedweixin{
	display: none;
}
















}/*小于1280*/