@charset "utf-8";
/*banner*/
.banner{
	position: relative;
	margin-top:78px;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height:100%;
	background: #FFF;
	overflow: hidden;
}
.swiper-wrapper .swiper-slide {
	float: left;
	position: relative;
	height:100%;
	background-position: center;
	color:#fff;
	cursor: default;
}
.banner1{
	background: url('../images/banner1.jpg') top center;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner2{
	background: url('../images/banner2.jpg') top center;
	-webkit-background-size: cover;
	background-size: cover;
}
.swiper-wrapper .banner-text {
	position: absolute;
	width:580px;
	left:50%;
	margin-left:-288px;
	text-align:center;
	top:50%;
	margin-top:-80px;
}
.swiper-wrapper .banner1 .banner-text h2{
	font-size:40px;
	font-style:italic;
	padding-bottom:30px;
	border-bottom:1px solid #ffc410;
	text-shadow: 0 3px 1px rgba(0,0,0,0.5);
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}
.swiper-wrapper .banner1 .banner-text h2 span{
	display: inline-block;
	overflow: visible;
}
.swiper-wrapper .banner1 .banner-text p{
	font-size:24px;
	color:#fff;
	padding-top:30px;
	font-weight: normal;
}
.swiper-wrapper .banner2 .banner-text{
	text-align: left;
	left:0;
	margin-left:100px;
}
.swiper-wrapper .banner2 .banner-text h2{
	font-size:40px;
	font-style:italic;
	padding-bottom:30px;
	text-shadow: 0 3px 1px rgba(0,0,0,0.5);
}
.swiper-wrapper .banner2 .banner-text h3{
	font-size:40px;
	font-style:italic;
	padding-left:80px;
	color:#fff;
	text-shadow: 0 3px 1px rgba(0,0,0,0.5);
} 
.pagination {
	position: absolute;
	text-align: center;
    z-index:20;
    bottom:20px;
    left:0;
    right:0;
    cursor: default;
}
.swiper-pagination-switch {
    cursor: pointer;
	display: inline-block;
	background: #424f66;
	text-indent: -99999px;
	height: 12px;
	width: 12px;
	margin: 0 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.swiper-active-switch {
  background: #00c5b9;
}

/*about*/
.about{
	display: block;
    padding: 64px 0;
}
.about-us{
	width:1140px;
	margin: 0 auto;
    text-align: center;
}
.about-us section{
	margin-top: 50px;
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.about-us p{
	color:#545454;
	line-height: 30px;
	margin:0 150px 0 60px;
	text-align: left;
}
.skill{
	display: block;
	padding:35px 0;
}
.our-skill{
	width:1140px;
	margin: 0 auto;
	text-align: center;
	padding-bottom:60px;
}
.skill-list{
	width:1000px;
	margin:0 auto;
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.skill-list dl {
    width: 27.33%;
    padding: 0 3%;
}
.skill-list dt {
    background: url(../images/icon.png) -20px -5px no-repeat;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    display: block;
    text-indent: -9999px;
}
.skill-list dt.data-manage{
	background-position: -200px -5px;
}
.skill-list dt.diy-develop{
	background-position: -380px -5px;
}
.skill-list dd {
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 30px 0;
}
.skill-list dl p{
    display: block;
    line-height: 30px;
    color: #999;
}
.skill-list ul{
	padding-top:44px;
}
.skill-list ul li{
	text-align: center;
	color:#333;
	line-height: 30px;
}
.gray-bg{	
	background: #f8f8f8;
}
.inner{
	width: 1140px;
	margin: 0 auto;
}
h3 span{
	color: #ffc410;
}
.product{
	padding: 75px 0 60px 0;
}
.product-list{
	margin: 60px auto 0 auto;
}
.product-list>section{
	float: left;
	width: 19%;
    background: #fff;
    text-align: center;
    padding: 40px 20px;
    margin: 0 0.5%;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.product-list>section dt{
	margin: 0 auto;
}
.product-list>section dd{
	font-size: 16px;
	color: #333;
	margin-top: 30px;
}
.product-list>section p{
	margin-top: 30px;
	color: #999;
	line-height: 24px;
	font-size: 14px;
	text-align: left;
}
.product-list>section a.more{
	display: block;
	margin: 30px 20px 0 20px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	background: -webkit-linear-gradient(left bottom,#f6d125 40%,#ffc410 100%);  
    background: -o-linear-gradient(left bottom,#f6d125 40%,#ffc410 100%);
    background: -mos-linear-gradient(left bottom,#f6d125 40%,#ffc410 100%);
    background: -moz-linear-gradient(left bottom,#f6d125 40%,#ffc410 100%);  
    background: linear-gradient(left bottom,#f6d125 40%,#ffc410 100%);
}
.product-list>section a.more.disabled{
	background: #ddd;
}
.icon{
	background: url(../images/index_icon.png) 0 0 no-repeat;
    width: 70px;
    height: 70px;
}
.sys-admin{
	background-position: 0 0;
}
.sys-shop{
	background-position: 0 -70px;
}
.sys-member{
	background-position: 0 -140px;
}
.sys-boss{
	background-position: 0 -210px;
}
.sys-employee{
	background-position: 0 -280px;
}
.scene>p{
	text-align: center;
}
.scene>p>img{
	margin: 0 auto;
}
#scene1>section,#scene3>section{
	padding-left:30px;
	padding-right:80px;
}
#scene2>section{
	padding-left:80px;
	padding-right: 30px;
}
#scene2>p{	
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
}

@media (max-width:1140px){
	.about-us p{
		margin-right:50px;
	}
	.inner, .our-skill, .about-us{
		width: auto;
	}
}
@media (max-width:1023px)  {
	.product-list>section{
		width: 48%;
		margin: 0 1% 30px 1%;
		height: 350px;
	}
	.skill-list{
		width: auto;
	}
}
@media (max-width:900px)  {
	.about-us section{
		-webkit-display: block;
		-moz-display: block;
		-ms-display: block;
		-o-display: block;
		display: block;
	}
	.about-us p{
		margin: 30px auto 50px auto;
		width: 80%;
	}
}
@media (max-width:750px) {
	 .skill-list{
		-webkit-display: block;
		-moz-display: block;
		-ms-display: block;
		-o-display: block;
		display: block;
	}
	.skill-list dl {
	    width: 60%;
	    margin: 0 auto 50px auto;
	}
    .swiper-wrapper li .banner-text{
    	width:100%!important;
    	text-align: center;
    	left:0;
    	margin-left:0!important;
    }
	.swiper-wrapper .banner1 .banner-text h2{
		width:60%;
		margin:0 auto;
		padding:0 50px 30px 50px;
		font-size: 30px;
	}
	.swiper-wrapper .banner1 .banner-text p{
		font-size: 18px;
	}
	.swiper-wrapper .banner2 .banner-text h2{		
		padding-left:50px;
		font-size:30px;
	}
	.swiper-wrapper .banner2 .banner-text h3{
		font-size:30px;
		padding-left:100px;
	}
	#scene1>section,#scene3>section{
		padding-left:0;
		padding-right:0;
	}
	#scene2>section{
		padding-left:0;
		padding-right:0;
	}
}
@media (max-width:636px) {
	.product-list>section{
		float: none;
		margin: 0 auto 30px auto;
		height: auto;
		width: 90%;
    	clear: both;
	}
}
@media (max-width: 568px) {
	.about-us img{
		width: 100%;
	}
	h4>span.title {
	    font-size: 14px;
	    padding: 7px 20px;
	}
	.swiper-wrapper .banner1 .banner-text h2{
		width:70%;
		margin:0 auto;
		padding:0 40px 30px 40px;
		font-size: 30px;
	}
	.swiper-wrapper .banner1 .banner-text p{
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.swiper-wrapper .banner1 .banner-text h2{
		width:70%;
		margin:0 auto;
		padding:0 40px 30px 40px;
		font-size: 24px;
	}
	.swiper-wrapper .banner1 .banner-text p{
		font-size: 16px;
	}
	.swiper-wrapper .banner2 .banner-text{
		margin-left: 0;
		margin-top: -50px;
	}
	.swiper-wrapper .banner2 .banner-text h2{
		padding-left:50px;
		font-size:24px;
	}
	.swiper-wrapper .banner2 .banner-text h3{
		font-size:24px;
		padding-left:80px;
	}
	.skill-list dl {
	    width: 80%;
	    margin: 0 auto 50px auto;
	}
	.content>h3{
		font-size: 20px;
	}
}