@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;
}
.fen{ width:470px; height:42px; line-height:42px;font-family:"Microsoft YaHei"; float:right; font-size:12px; color:#626161; overflow:hidden;text-align:right;}
.fen a{ font-size:12px; color:#626161; margin:0 5px;}
.fen a:hover{ color:#0e8d12;}
.header ul{
	float:right;
	overflow:hidden;
	width:825px;
}
.header ul li{
	float:left;
	padding-top:20px;
	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;
}
/*相关新闻*/
.xg_pro{ width:auto; height:auto; overflow:hidden; margin-top:20px;}
.xtbt{ font-size:14px; color:#307032; height:30px; border-bottom:#307032 solid 1px;}
.xg_pro ul{ width:auto; height:auto; overflow:hidden; margin-top:20px;}
.xg_pro ul li{ width:150px; height:120px; overflow:hidden; float:left; margin:15px 18px;}
.xg_pro ul li div{ width:150px; height:94px; display:table-cell; vertical-align:middle; text-align:center; background:#f4f6f6;}
.xg_pro ul li div img{ max-height:94px; max-width:150px;}
.xg_pro ul li p{ display:block; width:150px; height:28px; line-height:28px; font-size:14px; text-align:center;}
.xg_pro ul li p a{ color:#8f8c8c;}
.xg_pro ul li p a:hover{ color:#307032;}

.xg_news{ width:auto; height:auto; overflow:hidden; margin-top:20px;}
.xg_news ul{ width:auto; height:auto; overflow:hidden; margin-top:20px;}
.xg_news ul li{ width:432px; height:30px; overflow:hidden; float:left; margin:15px 16px; border-bottom:#dcdfdf  dashed 1px; line-height:30px; font-size:14px;display:block;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flow:hidden;}
.xg_news ul li a{ color:#8f8c8c;}
.xg_news ul li a:hover{ color:#307032;}

.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;
}


/*----------------------------------------网站地图----------------------------------------*/
#container{ width:1200px; margin:auto; height:auto; overflow:hidden;}
.sitemp {
    line-height: 31px;
    height: 31px;
    overflow: hidden;
    padding-right: 10px;
	color:#514f4f;
}
.sitemp h2 {
    width: 340px;
    float: left;
    line-height: 31px;
    text-align: left;
    text-indent: 15px;
    color: rgb(0, 0, 0);
    font-family: 微软雅黑;
    font-size: 16px;
	font-weight:normal;
	color:#252525;
}
.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 14px;
}
.sitemp .site a {
    color: #514f4f;
}
.site a:hover{ color:#0ebcbb;}
h3.map_title {
    line-height: 30px;
    line-height: 30px;
    text-indent: 20px;
    color: #3b639f;
	font-size:16px;
    border-bottom: 2px solid #dcdfdf ;
	font-weight:normal;
	color:#252525;
}
.map_list {
    line-height: 30px;
    padding-left: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.map_list a{ font-size:14px; color:#8f8c8c; margin:0 5px;}
.map_list a:hover{color:#307032;}


