/*banner*/
.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #ffffff;
	opacity: .7;
	transition: all 0.1s;
}

.swiper-pagination-bullet-active {
	background: #78B6C5!important;
}

.c-banner .swiper-button-next {
	background: url(../images/r_jt.png) no-repeat center;
	width: 46px;
	height: 104px;
	background-size: 100%;
}

.c-banner .swiper-button-prev {
	background: url(../images/l_jt.png) no-repeat center;
	width: 46px;
	height: 104px;
	background-size: 100%;
}

@media screen and (max-width: 800px) {
	.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.c-banner .swiper-button-next,
	.c-banner .swiper-button-prev {
		width: 23px;
		height: 52px;
	}
}

/*关于*/
.c-aboutus .pic {
	width: 30%;
	padding-right: 20px;

}

.c-aboutus .pic img {
	width: 100%;
}

.c-aboutus .tit {
	width: 70%;
	font-size: 16px;
	line-height: 24px;
	color: #555;
}

@media (max-width:768px) {
	.c-aboutus .pic {
		width: 100%;
		padding-right: 0;

	}

	.c-aboutus .tit {
		width: 100%;
	}
}

.pro-video {
	margin-top: 35px;
	background: #bbb;
}

.pro-video video {
	width: 100%;
	max-height: 550px;
}
/*梦想*/
.c-dream li {
	margin-bottom: 25px;
}

.c-dream li:nth-child(2) {
	padding-top: 25px;
	border-top: 1px dashed #ddd;
}

.c-dream li .pic {
	width: 25%;
	padding-right: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.c-dream li .pic img{
	width: 100%;
}
.c-dream li .tit {
	width: 72%;
	font-size: 16px;
	line-height: 32px;
	color: #555;
}

.c-dream li .tit h5 {
	font-size: 16px;
	margin: 10px 0;
}

.c-dream li .tit h5 span {
	float: right;
	font-weight: normal;
	font-size: 12px;
}

.c-dream li .tit h5 span a {
	color: #666;
	transition: all 0.2s;
}

.c-dream li .tit h5 span a:hover {
	padding-right: 20px;
	color: #f00;
}
@media(max-width:768px){
	.c-dream li .pic{
		width: 100%;
		padding-right: 0;
	}
	.c-dream li .tit {
		width: 100%;
	}
}

.six-advantage img{max-width: 100%;}


/*产品*/
.c-pro-bg {
	/* background: url(../images/pro_bg.jpg) no-repeat top center; */
	padding: 20px 0 60px;
	/* margin-top: 60px; */
}

.c-prolist {
	margin-top: 20px;
}

.c-prolist li {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 5px;
}

.c-prolist li a {
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.c-prolist li img {
	width: 100%;
}

.c-prolist li a span {
	position: absolute;
	bottom: -40px;
	width: 100%;
	left: 0;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 10px 0;
	transition: all .2s;

}

.c-prolist li a:hover span {
	bottom: 0;
}
@media(max-width:768px){
	.c-prolist li {
		width: 50%;
	}
}
/*元素*/
.c-tit {
	margin: 55px 0 35px;
}

.c-tit h1 {
	color: #4cacc2;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px
}

.c-tit p {
	max-width: 700px;
	color: #777;
	margin: 0 auto;
}
.c-yuansu{padding-bottom: 60px;}
.c-yuansu li {
	float: left;
	width: 20%;
}

.c-yuansu li a {
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.c-yuansu li img {
	width: 100%;
}

.c-yuansu li a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	display: block;
	opacity: 0;
	color: #fff;
	height: 100%;
	padding: 40px 20px 0;
	transition: all .5s;
	transform: translateY(60px);

}

.c-yuansu li a span h5 {
	font-weight: bold;
	font-size: 16px;
	margin: 0
}

.c-yuansu li a span b {
	border-bottom: 2px solid #ddd;
	font-weight: bold;
	padding-bottom: 6px;
}

.c-yuansu li a span p {
	margin: 52px 0 25px;
	line-height: 24px;
	transition: .3s;
}

.c-yuansu li a span i {
	font-style: normal;
	font-family: "微软雅黑";
	border: 1px solid #fff;
	padding: 5px 10px;
	font-size: 12px;
}

.c-yuansu li a:hover span {
	transform:translateY(0);
	opacity: 1;
	background: rgba(76, 172, 194, 0.9);
}

.c-yuansu li a:hover span p {
	margin: 20px 0 25px;
}

.c-yuansu li a:hover span i:hover {
	background: #fff;
	color: #4cacc2;
}
@media (max-width:768px) {
	.c-yuansu li {
		width: 50%;
	}
}


/*    标题    */
.c-bigtitle {
	padding-top: 50px;
	padding-bottom: 20px;
}

.c-bigtitle>h3 {
	font-size: 20px;
	color: #888;
	font-family: "Arial";
	text-transform: uppercase;
}

.c-bigtitle>p {
	font-size: 26px;
	color: #333;
}

@media screen and (max-width: 800px) {
	.c-bigtitle {
		padding-top: 25px;
		padding-bottom: 15px;
	}

	.c-bigtitle>h3 {
		font-size: 22px;
	}
}

@media screen and (max-width: 360px) {
	.c-bigtitle {
		padding-top: 15px;
		padding-bottom: 6px;
	}

	.c-bigtitle>h3 {
		font-size: 18px;
	}

	.c-bigtitle>p {
		font-size: 12px;
	}
}



/* more */
.more {
	margin: 30px auto 0;
	width: 100px;
}

.more a {
	display: inline-block;
	width: 100px;
	height: 36px;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	overflow: hidden;
}

.more a span {
	background: #646464;
	color: #fff;
	position: absolute;
	width: 100px;
	text-align: center;
	line-height: 36px;
	height: 36px;
	transition: all .2s;
}

.more a span.out {
	top: 0;
}

.more a span.in {
	top: -36px;
	background: #78B6C5;
}

.more a:hover span.out {
	top: 36px;
}

.more a:hover span.in {
	top: 0;
}