@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	padding: 0;
}

#main .product {
	padding: 50px 0 80px;
	margin: 0 auto;
	width: 1200px;
}

#main .proList {
	width: 252px;
	float: left;
}

#main .proList li {
	margin-bottom: 15px;
}

#main .proList li a {
	padding-left: 30px;
	height: 53px;
	line-height: 53px;
	display: block;
	color: #fff;
	font-size: 16px;
	background: url(../images/a_bg.jpg) no-repeat left center;
}

#main .proList li a:hover {
	opacity: 0.7;
}

#main .srcoll {
	width: 900px;
	float: right;
}
	
#marqueesrcoll {
	height: 862px;
	overflow: hidden;
	background: none !important;
}

#main .srcoll {
	padding: 0 0 5px;
}

#main .srcoll li {
	margin: 0 1% 55px;
	width: 31.33333%;
	float: left;
}

#main .srcoll li a {
	display: block;
	position: relative;
}

#main .srcoll li .photo {
	height: 220px;
	overflow: hidden;
}

#main .srcoll li .photo img {
	width: 100%;
	min-height:100%;
	max-height: 100%;
	max-width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .srcoll li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .srcoll li p {
	padding: 20px 15px;
	color: #000;
	font-size: 18px;
	line-height: 1.5;
	position: relative;
	text-align: center;
}

#main .srcoll li p span {
	padding: 2px 0;
	width: 120px;
	display: block;
	color: #666;
	position: absolute;
	right: 15px;
	top: 18px;
	text-align: center;
	border: 1px solid #666;
	border-radius: 20px;
}

#main .about {
	padding: 60px 0 100px;
	background: url(../images/about_bg.png) no-repeat center center;
	background-size: cover;
}

#main .about .h2Head {
	color: #fff;
}

#main .about .h2Head span {
	color: #fff;
}

#main .about .inner {
	margin: 0 auto;
	max-width: 1200px;
}

#main .about .photoBox {
	width: 600px;
	float: left;
}

#main .about .photoBox img {
	width: 100%;
}

#main .about .textBox {
	width: 542px;
	float: right;
	position: relative;
	box-sizing: border-box;
}

#main .about .textBox h3 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 25px;
	position: relative;
}

#main .about .textBox h3:before {
	width: 100px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #FF9900;
}

#main .about .textBox p {
	color: #fff;
	font-size: 16px;
	line-height: 1.7;
	text-indent: 2em;
}

#main .about .textBox .link {
	position: absolute;
	right: 0;
	bottom: 0;
}

#main .about .textBox .link a {
	width: 60px;
	height: 60px;
	display: block;
	color: #fff;
	font-size: 40px;
	line-height: 60px;
	text-align: center;
	background: #01800D;
}

#main .scheme {
	padding: 70px 0;
}

#main .scheme li {
	width: 14.28%;
	float: left;
	text-align: center;
}

#main .scheme li a img {
    transition: 0.5s;  
    -webkit-transition: 0.5s;  
    -ms-transition: 0.5s;  
    -moz-transition: 0.5s;  
}

#main .scheme li a:hover img {
	 transform: translateZ(30px) rotateY(360deg);  
    -webkit-transform: translateZ(30px) rotateY(360deg);  
    -ms-transform: translateZ(30px) rotateY(360deg);  
    -moz-transform: translateZ(30px) rotateY(360deg);  
}

#main .scheme li img {
	width: 70%;
}

#main .scheme li span {
	margin-top: 10px;
	display: block;
	color: #333;
	font-size: 16px;
	text-align: center;
}

#main .advatages {
	margin-bottom: 60px;
}

#main .advatages li {
	width: 33.3333333%;
	float: left;
	color: #666;
	font-size: 15px;
	text-align: center;
}

#main .advatages li span {
	margin: 15px 0;
	display: block;
	color: #00B0D9;
	font-size: 20px;
	font-weight: bold;
}

#main .banner {
	margin-bottom: 50px;
	height: 180px;
	background: url(../images/banner.jpg) no-repeat center center;
}

#main .case {
	padding: 50px 0 100px;
}

#main .case li {
	margin: 0 20px 0 0;
	width: 350px;
	float: left;
}

#main .case li a {
	display: block;
	position: relative;
}

#main .case li a:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

#main .case li a .lead {
	padding: 10px 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: rgba(0,0,0,.5);
}

#main .case li a:hover .lead {
	display: none;
}

#main .case li .photo {
	height: 280px;
	overflow: hidden;
}

#main .case li .photo img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
	max-width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}


#main .news {
	margin-bottom: 80px;
}

#main .news .h2Head {
	margin-bottom: 50px;
}

#main .news .imgList {
	margin: 0 auto;
	max-width: 1200px;
}

#main .news .imgList li {
	margin: 0 1% 15px;
	padding: 5px 0 5px;
	width: 31.33333333%;
	float: left;
	color: #666;
	font-size: 15px;
	list-style: none;
	position: relative;
}

#main .news .imgList li a {
	display: block;
	overflow: hidden;
}

#main .news .imgList li .pic {
	height: 250px;
	overflow: hidden;
	position: relative;
}

#main .news .imgList li .pic img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .news .imgList li a:hover .pic img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .news .imgList li .textBox {
	padding: 15px 20px 20px;
	height: 150px;
	box-sizing: border-box;
	border: 1px solid #ededed;
}

#main .news .imgList li a:hover .textBox {
	background: #00B0D9;
	border: 1px solid #00B0D9;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .news .imgList li .textBox .ttl {
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .news .imgList li .date {
	width: 88px;
	height: 88px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background: #00A7FF;
}

#main .news .imgList li .date span {
	padding-top: 5px;
	display: block;
	font-size: 38px;
	font-style: italic;
}

#main .news .imgList li .textBox .txt {
	color: #333;
	font-size: 15px;
	line-height: 1.8;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .news .imgList li a:hover .textBox .ttl,
#main .news .imgList li a:hover .textBox .txt {
	color: #fff;
}

#main .renzheng {
	padding: 38px 0;
	background: url(../images/renbg.jpg) no-repeat center top;
	
}

#main .renzheng ul {
	margin: 0 auto;
	width: 1270px;
}

#main .renzheng li {
	width: 210px;
	float: left;
	text-align: center;
	border-right: 1px solid #aac2dd;
}

#main .renzheng li p {
	color: #fff;
	font-size: 16px;
	line-height: 45px;
}

#main .contact {
	padding: 80px 0;
}



