/*首页*/
.main {
	padding: 30px 0;
	overflow: hidden;
	position: relative;
}
.main-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
}
.main .title {
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.main .title a {
	color: #535353;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-bottom: 10px;
}

.main .title h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
	padding: 0 5px;
}
.main .title span {
	font-size: 20px;
	line-height: 1.4;
	font-family: 'Anders';
	opacity: .5;
	text-transform: uppercase;
	padding: 0 5px;
}

.main .more {
	text-align: center;
	margin-top: 20px;
}
.main .more a {
	display: block;
	color: #535353;
	border: 1px #535353 solid;
	padding: 6px;
	max-width: 120px;
	margin: 0 auto;
}
.main .more a:hover {
	border-color: #0db02b;
	color: #0db02b;
}

@media (max-width: 767px) {
	.main-bg {
		background-size: cover;
	}
}
@media (min-width: 768px) {
	.main {
		padding: 60px 0;
	}
	.main-bg {
		background-attachment: fixed;
	}
	.main .title {
		margin-bottom: 40px;
	}
	.main .title h2,
	.main .title span {
		font-size: 24px;
		padding: 0 8px;
	}
	.main .more {
		margin-top: 40px;
	}
	.main .more a {
		font-size: 16px;
		max-width: 150px;
		padding: 10px;
	}
}
@media (min-width: 1200px) {
	.main .title a {
		padding-bottom: 20px;
	}
	.main .title h2,
	.main .title span {
		font-size: 30px;
	}
}
@media (min-width: 1440px) {
	.main .title h2,
	.main .title span {
		font-size: 36px;
	}
}
/*banner*/
.banner {
	height: 100%;
	position: relative;
}
.banner .swiper-container {
	height: 100%;
}
.banner_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-size: cover;
}
.banner img {
	display: block;
	width: 100%;
}
.banner_text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-color: rgba(255,255,255,.5);
	background-image: url(../img/icon/icon1.png);
	background-size: contain;
	border-radius: 100%;
	outline: none;
}
.banner .swiper-button-next {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
	background-image: url(../img/icon/icon1_1.png);
}

@media (min-width: 768px) {
	.banner .swiper-button-prev,
	.banner .swiper-button-next {
		width: 60px;
		height: 60px;
		margin-top: -30px;
	}
	.banner .swiper-button-prev {
		left: 9.375%;
	}
	.banner .swiper-button-next {
		right: 9.375%;
	}
}
/*about*/
.about-main .container {
	position: relative;
	z-index: 1;
}
.about-main .title {
	width: 240px;
	height: 325px;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 1;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.about-main .title.on {
	top: -90px;
}
.about-main .title a {
	height: 100%;
	color: #fff;
	background-color: #0db02b;
	padding: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about-main .title a:after {
	content: "";
	border: 1px #fff solid;
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}
.about-main .title h2 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	margin: 0;
}
.about-main .title h2:after {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #fff;
	display: block;
	margin: 10px auto 0;
}
.about-main .title span {
	display: block;
	font-size: 20px;
	line-height: 1.4;
	font-family: 'Anders';
	text-transform: uppercase;
	opacity: .5;
	margin-top: 10px;
}
.about-main .title em {
	display: block;
	border: 1px #fff solid;
	padding: 6px;
	text-align: center;
	width: 100%;
	max-width: 120px;
	margin: 50px auto 0;
}
.about-main .info > h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
.about-main .info .text {
	line-height: 24px;
	color: #6e6e6e;
	margin-top: 15px;
}
.about-main .info .text p {
	margin: 0;
}
.about-main .list {
	background-color: #f5f5f5;
	padding: 20px 15px;
	margin-top: 20px;
}
.about-main .list ul {
	list-style: none;
	padding: 0;
	margin: 10px -15px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.about-main .list ul li {
	width: 25%;
	padding: 0 15px;
	margin-top: 30px;
}
.about-main .list ul li a {
	display: block;
	color: #6e6e6e;
	text-align: center;
}
.about-main .list ul li h2 {
	font-size: 14px;
	margin: 25px 0 0;
}
.about-main .list ul li .icon {
	max-width: 132px;
	border: 1px #5b5b5b solid;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.about-main .list ul li .icon img {
	display: block;
	width: 100%;
}
.about-main .list ul li .iconHover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.about-main .list ul li a:hover .icon {
	background-color: #0db02b;
	border-color: #0db02b
}
.about-main .list ul li a:hover .iconHover {
	opacity: 1;
}
.about-main .list ul li a:hover .iconDefault {
	opacity: 0;
}
.about-main .list ul li a:hover {
	color: #0db02b;
}
.about-main .list .img {
	max-width: 404px;
	margin: 0 auto;
}
.about-main .list .img img {
	display: block;
	width: 100%;
}

@media (max-width: 767px) {
	.about-main .title {
		display: none;
	}
	.about-main .list ul li .icon {
		max-width: 90px;
	}
}
@media (max-width: 479px) {
	.about-main .list ul li {
		width: 50%;
	}
}
@media (min-width: 768px) {
	.about-main {
		padding-top: 40px;
		overflow: visible;
	}
	.about-main .title h2,
	.about-main .title span {
		font-size: 24px;
	}
	.about-main .info {
		padding-right: 36.53846%;
	}
	.about-main .info>h2 {
		font-size: 20px;
	}
	.about-main .list {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 55px 30px 40px;
		margin-top: 40px;
	}
	.about-main .list ul {
		width: 100%;
	}
	.about-main .list .img {
		flex: 0 0 auto;
		width: 244px;
		margin-right: 4.48718%;
	}
}
@media (min-width: 992px) {
	.about-main .list ul li h2 {
		font-size: 16px;
	}
	.about-main .list .img {
		width: 324px;
	}
}
@media (min-width: 1200px) {	
	.about-main .title {
		width: 310px;
		height: 420px;
	}
	.about-main .title.on {
		top: -130px;
	}
	.about-main .title h2,
	.about-main .title span {
		font-size: 30px;
	}
	.about-main .title h2:after,
	.about-main .title span {
		margin-top: 20px;
	}
	.about-main .title em {
		font-size: 16px;
		padding: 10px;
		max-width: 150px;
		margin-top: 80px;
	}
	.about-main .info>h2 {
		font-size: 24px;
	}
	.about-main .info .text {
		font-size: 16px;
		line-height: 30px;
		margin-top: 25px;
	}
	.about-main .list .img {
		width: 404px;
	}
}
@media (min-width: 1440px) {
	.about-main .title h2,
	.about-main .title span {
		font-size: 36px;
	}
	.about-main .info>h2 {
		font-size: 30px;
	}
	.about-main .list ul li {
		width: 20%;
	}
}
/*产品中心*/
.product .main-bg {
	background-image: url(../img/product-bg.jpg);
}
.product .list {
	margin-left: -6.5px;
	margin-right: -6.5px;
}
.product .list .column {
	padding: 0 6.5px;
	margin: 15px 0;
}
.product .list a {
	display: block;
	color: #000;
	text-align: center;
}
.product .list a h2 {
	font-size: 16px;
	margin: 20px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.product .list a:hover {
	color: #0db02b;
}
.product .more {
	position: relative;
	z-index: 1;
}
@media (max-width: 479px) {
	.product .list .column {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.product .list a h2 {
		font-size: 18px;
		margin-top: 35px;
	}
}

/*工程案例*/
.case .list .column {
	margin: 15px 0;
}
.case .list a {
	display: block;
	color: #535353;
	text-align: center;
}
.case .list a h2 {
	font-size: 16px;
	margin: 20px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.case .list a:hover {
	color: #0db02b;
}

@media (max-width: 479px) {
	.case .list .column {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.case .list a h2 {
		font-size: 18px;
		margin-top: 30px;
	}
}

/*荣誉证书*/
.honor .main-bg {
	background-image: url(../img/honor-bg.jpg);
}
.honor .list {
	margin-left: 0;
	margin-right: 0;
}

.honor .list .column {
	margin: 15px 0;
}
.honor .list .img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.partner_list .img {
	border: 1px #ccc solid;
}
.honor .more {
	position: relative;
	z-index: 1;
}
@media (max-width: 479px) {
	.honor .list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.honor .list .column {
		padding: 0 10px;
		width: 50%;
	}
}

/*新闻资讯*/
.news .list .column {
	margin: 15px 0;
}
.news .list a {
	color: #191919;
	background-color: #f4f4f4;
	padding: 15px 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.news .list a .img {
	flex: 0 0 auto;
	width: 156px;
}
.news .list a .text {
	width: 100%;
	padding-left: 10px;
	overflow: hidden;
}
.news .list a h2 {
	font-size: 16px;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.news .list a h2 span {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news .list a h2 i {
	display: block;
	flex: 0 0 auto;
	font-size: 14px;
	color: #6b6c6c;
	margin-left: 15px;
}
.news .list a p {
	color: #6b6c6c;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 20px 0 0;
}
.news .list a:hover {
	color: #0db02b;
}

@media (max-width: 479px) {
	.news .list a {
		display: block;
		padding: 10px;
	}
	.news .list a .img {
		width: 100%;
		margin-bottom: 15px;
	}
	.news .list a .text {
		padding-left: 0;
	}
	.news .list a h2 {
		display: block;
	}
	.news .list a h2 i {
		margin-left: 0;
		margin-top: 10px;
	}
	.news .list a p {
		margin-top: 10px;
	}
}
@media (min-width: 1200px) {
	.news_list {
		margin-left: -40px;
		margin-right: -40px;
	}
	.news .list .column {
		padding: 0 40px;
		margin: 25px 0;
	}
	.news .list a h2 {
		font-size: 18px;
	}
}

