/*通用代码*/
.clear {
	clear: both;
}
.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.on a {
	color: #000 !important;
	background: #edb712;
}
/*轮播*/
.swiper1 .swiper-pagination-bullets {
	bottom: 30px;
}
.swiper1 .swiper-pagination-bullet {
	background: #fff;
	width: 100px;
	height: 10px;
	border-radius: 0;
}
.swiper1 .swiper-pagination-bullet-active {
	background: #edb712;
}

@media only screen and (max-width: 1200px) {
.swiper1 .swiper-pagination-bullets {
	bottom: 10px;
}
.swiper1 .swiper-pagination-bullet {
	width: 30px;
}
}
/*关于我们*/
.index-abo {
	background: url(../images/index-abo.jpg) center no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.index-abo h2 {
	font-size: 32px;
	color: #1a1a1a;
	font-weight: normal;
	margin-bottom: 60px;
}
.index-abo-r {
	padding: 80px;
	color: #1a1a1a;
}
.index-abo-r p {
	background: rgba(255,255,255,0.60);
	line-height: 24px;
	text-indent: 30px;
	padding: 15px 0;
}
.index-abo-r a {
	color: #fff;
	background: #edb712;
	border-radius: 5px;
	font-size: 18px;
	padding: 5px 10px;
	margin-top: 20px;
	display: inline-block;
}
@media only screen and (max-width: 1200px) {
.index-abo{
	padding: 20px 0;
}	
.index-abo h2 {
	margin-bottom: 20px;
}	
.index-abo-r {
	padding: 15px;
}	
}
/*i案例*/
.index-case {
	background: #333;
	padding: 40px 0;
}
.index-case h2 {
	font-size: 32px;
	color: #fff;
	font-weight: normal;
}
.index-case #myTab {
	text-align: center;
	margin: 40px 0;
}
.index-case #myTab li {
	display: inline-block;
	line-height: 38px;
	margin: 0 5px;
}
.index-case #myTab li a {
	font-size: 18px;
	color: #fff;
	background: #0a0a0a;
	display: block;
	padding: 0 30px;
}
.index-case #myTab li.active a {
	background: #edb712;
}
.index-case-list {
	padding: 0;
}
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	cursor: default;
	background: #42b078;
}
.hovereffect .overlay {
	width: 100%;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	padding: 40px;
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	width: 476px;
	height: 280px;
}
.hovereffect:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.hovereffect .show {
	color: #FFF;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.hovereffect:hover .show {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.hovereffect .show a {
	color: #fff;
	font-size: 18px;
}
.hovereffect .show p {
	line-height: 1.5;
	margin-top: 15px;
}
.index-case .more {
	width: 100px;
	color: #fff;
	background: #edb712;
	border-radius: 5px;
	font-size: 18px;
	padding: 5px 10px;
	margin-top: 20px;
}
@media only screen and (max-width: 1200px) {
.index-case {
	padding: 20px 0;
}
.index-case #myTab{
	margin-bottom: 20px;
}
.index-case #myTab li{
	margin-bottom: 5px;
}	
}
/*新闻*/
.index-news {
	padding: 40px 0;
}
.index-news h2 {
	font-size: 32px;
	color: #1a1a1a;
	font-weight: normal;
	margin-bottom: 40px;
}
.index-news-con {
	background: #e6e6e6;
	padding: 40px;
	color: #1a1a1a;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.index-news-date {
	position: relative;
	text-align: center;
	display: inline-block;
	padding: 20px 15px;
	background: #333333;
	font-size: 24px;
	margin-top: -50px;
	color: #fff;
	margin-bottom: 40px;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.index-news-date span {
	font-size: 16px;
}
.index-news-con a {
	display: block;
	color: #1a1a1a;
	font-size: 16px;
	margin-bottom: 20px;
}
.index-news-con p {
	line-height: 1.5;
}
.index-news-con:hover {
	color: #fff;
	background: #333;
}
.index-news-con:hover a {
	color: #fff;
}
.index-news-con:hover .index-news-date {
	background: #edb712;
	color: #1a1a1a;
}
@media only screen and (max-width: 1200px) {
.index-news {
	padding: 20px 0;
}
.index-news-con{
	margin-bottom: 15px;
}	
}
/*首页荣誉*/
.index-ry {
	padding: 40px 0;
}
.index-ry h2 {
	font-size: 32px;
	color: #1a1a1a;
	font-weight: normal;
	margin-bottom: 40px;
}
.index-ry .swiper-slide{
	margin-bottom: 20px;
}
.index-ry .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);
}
.index-ry .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);
}
.index-ry .swiper-button-next:hover ,.index-ry .swiper-button-prev:hover{
	background-color: #edb712;
	border-radius: 50%;
}
@media only screen and (max-width: 1200px) {
.index-ry {
	padding: 20px 0;
}
.index-ry h2 {
	margin-bottom: 20px;
}
.index-ry .swiper-slide{
	margin-bottom: 0px;
}	
}

/*底部*/
.foot-1{
	background: url(../images/foot-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 35px 0;
	color: #fff;
	font-size: 32px;
	line-height: 1.5;
}
.foot-1 h4{
	color: #1a1a1a;
	font-size: 24px;
	line-height: 1.5;
}
.foot-1 p{
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1.5;
}
.copy{
	background: #1a1a1a;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
@media only screen and (max-width: 1200px) {
.foot-1{
	text-align: center;
	color: #fff !important;
}	
}