body {
	background: #fefefe;
	overflow-x: hidden;
}
.slick-dots {
	bottom: 10px!important;
}
.main .slide {
	height: 520px;
	overflow: hidden;
}
.main .slide .slide-item a {
	width: 100%;
	height: 520px;
	display: block;
}
.main .slide .slick-dots li button::before {
	font-size: 14px;
}
.main .provide {
	margin-top: 50px;
	margin-bottom: 50px;
}
.main .provide .provide-item {
	float: left;
	margin-right: 60px;
	border: 6px solid #eee;
	width: 360px;
	height: 132px;
	line-height: 120px;
	background: #eee;
	text-align: center;
	font-size: 28px;
	color: #fff;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.2);
	cursor: pointer;
	border-radius: 6px;
}
.main .provide .provide-item:last-child {
	margin-right: 0;
}
.main .provide .provide-item .show {
	margin-top: -120px;
	visibility: hidden;
	width: 100%;
	height: 0;
	display: block;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
}
.main .provide .provide-item:hover span {
	visibility: hidden;
}
.main .provide .provide-item:hover .show {
	visibility: visible;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	transition: all .5s;
}
.main .provide .product {
	background: url(../img/index-product.png?v) center no-repeat;
}
.main .provide .solution {
	background: url(../img/index-solution.png?v) center no-repeat;
}
.main .provide .download {
	background: url(../img/index-download.png?v) center no-repeat;
}

.main .main-title {
	font-size: 42px;
	text-align: center;
	color: #ffc90a;
}
.main .company {
	padding: 35px 0;
	background: #343434;
}
.main .company .main-title {
	color: #fff;
	opacity: 0;
}
.main .company.active .main-title {
	opacity: 1;
	animation: about-title 1.5s;
	-webkit-animation: about-title 1.5s;
}
.main .company .content {
	padding: 20px;
	opacity: 0;
}
.main .company.active .content {
	opacity: 1;
	animation: about-content 1.5s;
	-webkit-animation: about-content 1.5s;
}
.main .company .content p {
	font-size: 20px;
	color: #959595;
	line-height: 32px;
}
.main .company .content img {
	display: block;
	margin: 20px auto 0;
}
.main .company .content .more {
	display: block;
	margin: 30px auto 0;
	padding: 4px 8px;
	max-width: 160px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
}
.main .company .content .more:hover {
	color: #ccc;
}
.main .whyme {
	padding: 35px 0 60px;;
}
.main .whyme .content h3 {
	margin-top: 30px;
	font-size: 26px;
	text-align: center;
}
.main .whyme .content .box {
	float: left;
	padding: 0 120px;
	margin-top: 30px;
	width: 600px;
	height: 100px;
}
.main .whyme .content .box span {
	font-size: 22px;
	font-weight: bold;
	color: #00f;
}
.main .whyme .content .box p {
	margin-top: 10px;
	font-size: 20px;
	text-align: left;
}
.main .partner {
	margin-bottom: 60px;
}
.main .partner .content img {
	margin: 0 auto;
}
@keyframes about-title {
	0% {
		opacity: 0;
		transform: rotate(0deg);
	}
	100% {
		opacity: 1;
		transform: rotate(360deg);
	}
}
@-webkit-keyframes about-title {
	0% {
		opacity: 1;
		-webkit-transform: rotate(0deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: rotate(360deg);
	}
}
@keyframes about-content {
	0% {
		opacity: 0;
		transform: translate(2200px, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}
@-webkit-keyframes about-content {
	0% {
		opacity: 0;
		-webkit-transform: rotate(0deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: rotate(0deg);
	}
}