@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	border:0;
}
ul,li{list-style:none;}
a{text-decoration:none;}
body{font-family:"Microsoft YaHei UI", "微软雅黑";}
.header{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:15px;
}
.logo{
	padding-top:20px;
	float:left;
	width:240px;
}
.header ul{
	float:right;
	overflow:hidden;
	width:825px;
}
.header ul li{
	float:left;
	padding-top:50px;
	margin:0 0 0 12px;
}
.header ul li a{
	display:block;
	width:90px;
	text-align:center;
	line-height:50px;
	height:50px;
	color:#333;
}
.header ul li a:hover{
	color:#0f0e84;
	border-bottom:2px solid #0f0e84;
}
.banner{
	width:100%;
	margin:0 auto;
}
.product{
	width:100%;
	background:url(../images/product.jpg) no-repeat center top;
	padding-bottom:50px;
}
.product h5{
	font-size:40px;
	text-align:center;
	padding:90px 0px 30px;
	letter-spacing:5px;
	color:#333;
	font-family:"Microsoft YaHei UI";
	background:url(../images/title.png) no-repeat center 115px;
}
.product h5 span{
	color:#fbaf0b;
}
.product p{
	width:1200px;
	margin:0 auto;
	letter-spacing:2px;
	line-height:34px;
	font-size:16px;
	text-align:center;
	color:#9d9d9d;
}
.product ul{
	width:1200px;
	margin:0px auto;
	overflow:hidden;
}
.product ul li{
	width:280px;
	height:239px;
	float:left;
	margin:70px 10px;
	overflow:hidden;
}
.product ul li img{
	width:280px;
	height:239px;
	cursor:pointer;
	transition: all 0.6s;
}
.product ul li img:hover{
	transform: scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.pro_more a{
	display:block;
	width:130px;
	margin:0 auto;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:14px;
	color:#fff;
	background:#6b6b6b;
}
.pro_more a:hover{
	background:#0f0e84;
	transition: background 0.6s, transform 0.6s; 
    -moz-transition: background 0.6s, -moz-transform 0.6s; 
    -webkit-transition: background 0.6s, -webkit-transform 0.6s; 
    -o-transition: background 0.6s, -o-transform 0.6s;
}
.about{
	width:100%;
	background:url(../images/aboutbg.jpg) no-repeat center top;
	height:655px;
}
.about_main{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.about_right{
	padding:85px 0 70px 0;
	width:441px;
	float:right;
}
.about_left{
	width:710px;
	float:left;
}
.about_left h5{
	text-align:left;
	font-size:40px;
	color:#fff;
	padding:70px 0px 100px;
	letter-spacing:4px;
}
.about_left h5 span{
	border-bottom:4px solid #fead00;
	padding-bottom:30px;
}
.about_left p{
	line-height:38px;
	color:#fff;
	font-size:15px;
	letter-spacing:2px;
	height:266px;
	text-overflow:ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient:vertical;
	-o-box-orient:vertical;
	-webkit-line-clamp: 7;
	-moz-line-clamp:7;
	-ms-line-clamp:7;
	-o-line-clamp:7;
	overflow: hidden;
}
.about_left a{
	display:block;
	width:130px;
	height:45px;
	line-height:45px;
	text-align:center;
	color:#fff;
	border:1px solid #fead00;
	margin-top:50px;
}
.about_left a:hover{
	background:#fead00;
	transition: background 0.6s, transform 0.6s; 
    -moz-transition: background 0.6s, -moz-transform 0.6s; 
    -webkit-transition: background 0.6s, -webkit-transform 0.6s; 
    -o-transition: background 0.6s, -o-transform 0.6s;
}
.case{
	width:100%;
}
.case h5{
	text-align:center;
	font-size:40px;
	padding:70px 0px;
	color:#333;
	letter-spacing:5px;
	background:url(../images/title.png) no-repeat center 95px;
}
.case h5 span{
	color:#fbaf0b;
}
.case_main{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:50px;
}
.case_left{
	width:480px;
	float:left;
	background:url(../images/case.jpg) repeat-y right top;
	padding-bottom:51px;
}
.case_left li{
	overflow:hidden;
	margin-top:60px;
}
.case_left li:hover{
	background:#fff;
}
.time{
	width:70px;
	height:110px;
	background:#373741;
	float:left;
	color:#fff;
}
.time h4{
	font-size:40px;
	text-align:center;
	font-weight:normal;
	padding-top:15px;
}
.time span{
	display:block;
	text-align:center;
	font-size:13px;
	line-height:30px;
}
.content{
	width:390px;
	float:right;
}
.content h4{
	line-height:37px;
	font-size:22px;
	font-weight:normal;
}
.content h4 a{
	color:#686868;
}
.content h4 a:hover{
	color:#f28c14;
}
.content p{
	font-size:14px;
	line-height:24px;
	padding-right:50px;
	height:72px;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.content p a{
	color:#9e9e9e;
}
.content p a:hover{
	color:#f28c14;
}
.case_right{
	width:666px;
	float:right;
	overflow:hidden;
}
.case_right li{
	width:323px;
	height:275px;
	overflow:hidden;
	float:left;
	margin:0 5px 10px;
}
.case_right li img{
	width:323px;
	height:275px;
	cursor:pointer;
	transition: all 0.6s;
}
.case_right li img:hover{
	transform: scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.case_more a{
	display:block;
	width:130px;
	margin:0 auto;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:14px;
	color:#fff;
	background:#6b6b6b;
}
.case_more a:hover{
	background:#fead00;
	transition: background 0.6s, transform 0.6s; 
    -moz-transition: background 0.6s, -moz-transform 0.6s; 
    -webkit-transition: background 0.6s, -webkit-transform 0.6s; 
    -o-transition: background 0.6s, -o-transform 0.6s;
}
.footer{
	width:100%;
	margin-top:60px;
	border-top:4px solid #fbaf0b;
	background:#373741;
	color:#aaa;
	font-size:15px;
}
.footer a{
	color:#ddd;
}
.footer a:hover{
	color:#fff;
}
.menu{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.menu li{
	float:left;
	margin:70px 30px 40px 0px;
}
.contact{
	width:1200px;
	margin:0 auto;	
}
.contact ul{
	width:890px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
.contact li{
	float:left;
	line-height:64px;
	height:64px;
	margin:0 30px 0px 0px;
}
.footer p{
	width:1200px;
	margin:0 auto;
	padding:40px 0px 20px;
	line-height:32px;
	text-align:left;
}