﻿body{
background: #F8F8F8;
}
.moduleBox{
	padding-top: 50px;
}
.moduleTitle h2{
	color: #333333;
	font-size: 30px;
}
.moduleTitle p{
	color: #999999;
	font-size: 17px;
}
.title{
	margin-bottom: 40px;
	text-align: center;
	position: relative;
}
.newsList li{
	display: inline-block;
	height: 500px;
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;         /* OLD - Firefox 19- */
	-webkit-flex: 1;          /* Chrome */
	-ms-flex: 1;              /* IE 10 */
	flex: 1;
	margin: 20px;
	box-shadow: 0 3px 20px #CCCCCC;  
	-webkit-box-shadow: 0 3px 20px #CCCCCC; 
    -moz-box-shadow: 0 3px 20px #CCCCCC; 
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.newsList li:hover{
	transform: scale(1.05);
	-ms-transform: scale(1.05);	/* IE 9 */
	-moz-transform: scale(1.05);/* Firefox */
	-webkit-transform: scale(1.05); /* Safari 和 Chrome */
	-o-transform: scale(1.05); 	/* Opera */
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.newsList li img{
	width: 100%;
}
.newsList li .newImgBox{
	padding: 18px;
	/*-webkit-border-image:url(/img/12.png) 80 30 stretched;
	-o-border-image:url(/img/12.png) 80 30 stretched;
	border-image:url(/img/12.png) 80 30 stretched;*/
}
.newsContent{
	padding: 20px;
}
.newsContent h4{
	color: #333333;	
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	min-height: 80px;
	overflow: hidden;
}
.newsContent p{
	font-size: 13px;
	color: #666666;
	line-height: 24px;
	margin: 24px 0;
	text-align: justify;
}
.newsList,
.kingoProductList{	
	display: box;              /* OLD - Android 4.4- */
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	padding-bottom: 50px;
}
.kingoProductList li{	
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;         /* OLD - Firefox 19- */
	-webkit-flex: 1;          /* Chrome */
	-ms-flex: 1;              /* IE 10 */
	flex: 1;
	height: 320px;
	cursor: pointer;
    margin: 0 20px;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s; /* Opera */
	box-shadow: 0 3px 12px #CCCCCC; 
	-webkit-box-shadow: 0 3px 12px #CCCCCC; 
    -moz-box-shadow: 0 3px 12px #CCCCCC; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	
}
.kingoProductList li:last-child{
	margin-right: 0;
}
.kingoProductList li:first-child{
	margin-left: 0;
}
.kingoProductList p{
	color: #546373;
	line-height: 30px;
}
.kingoProductList img{
    margin: 43px 0;
}
.kingoProductList li:hover{
	box-shadow: 0 3px 20px #5FB878; 
	-webkit-box-shadow: 0 3px 20px #5FB878; 
    -moz-box-shadow: 0 3px 20px #5FB878; 
	border-radius: 5px;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s; /* Opera */
}
.serviceBox{
	height: 384px;
	background: url(/img/index/service_bg.png)no-repeat center;
}
.serviceContent .leftImg{
	margin: 24px 20px;
}
.serviceBtn{
	display: inline-block;
	vertical-align: top;
	margin: 24px 0;
	float: right;
}
.serviceBtn p{
	border: 2px solid #FFFFFF;
	padding: 16px 40px;
	margin: 50px 0;
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.serviceBtn p:hover{
	border: 2px solid #4096ED;;
	background: #4096ED;
	transform: scale(1.05);
	-ms-transform: scale(1.05);	/* IE 9 */
	-moz-transform: scale(1.05);/* Firefox */
	-webkit-transform: scale(1.05); /* Safari 和 Chrome */
	-o-transform: scale(1.05); 	/* Opera */
	transition: all 0.4s;
	-moz-transition: all 0.4s; /* Firefox 4 */
	-webkit-transition: all 0.4s; /* Safari and Chrome */
	-o-transition: all 0.4s; /* Opera */
}
.serviceBtn p span{
	color: #FFFFFF;
	font-size: 30px;
	display: inline-block;
	margin: 0 18px;
}
.casesList{  
	display: box;              /* OLD - Android 4.4- */
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	margin-bottom: 50px;
}
.casesList li{
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;         /* OLD - Firefox 19- */
	-webkit-flex: 1;          /* Chrome */
	-ms-flex: 1;              /* IE 10 */
	flex: 1;
	margin-left: 10px;
}
.casesContent p{
	margin: 10px;
	color: #666666;
    font-size: 18px;
}
.carouselBox{
	background: url(/img/index/culture_bg.png)no-repeat center;
	height: 250px;
	padding: 25px;
}
.carouselLeft{
	background: url(/img/index/culture_left.png)no-repeat center;
	left: -120px;
}
.carouselRight{
	background: url(/img/index/culture_right.png)no-repeat center;
	right: -120px;
	left: auto;
}
.cultureList li{
	text-align: center;
	cursor: pointer;
}
.cultureList li img{
	height: 200px;
    max-width: 330px;
}
