﻿@charset "utf-8";

/*******服务项目**********/
.i_service_c{
	width:100%;
	background: url(../images/i_service_bg.jpg) center center no-repeat;
	padding: 80px 0;
}
.i_service{
	width: 1200px;
	margin: 0 auto;
	overflow:hidden;
}
.i_service_title{
	margin: 0 auto; 
	padding: 0 0 50px 0;
	text-align: center;
}
.i_service_con{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.i_service_con ul{

}
.i_service_con ul li{
	float: left;
	width: 225px;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 0 0 15px;
	background-color: #fff;
	border:#ccc 1px solid;
}
.i_service_con ul li:first-child{
	margin: 0;
}
.i_service_con ul li:hover
{
	border: #970606 1px solid;
	background-color: #970606;
}
.i_service_con ul li img{
	width: 100%;
	border: 0;
}
.i_service_con ul li span{
	display: block;
	text-align:center;
	padding:10px 0;
	font-size: 16px;
}
.i_service_con ul li:hover span{
	color:#fff;
}

/*******图片展示**********/

.i_product_c{
	width: 100%;
	padding: 80px 0;
	background: url(../images/i_anli_bg.jpg) center top no-repeat;
}
.i_product{
	width: 1200px;
	margin: 0 auto;
}
.i_product_tit{
	text-align:center;
	padding: 0 0 50px 0;
}
.i_product_con{
	position: relative;
	background: url(../images/i_product_bg.jpg) repeat;
}
.i_product_con ul#pgo{
	width: 1140px;
	margin: 0 auto;
	padding: 50px 0;
}
.i_product_con ul li{
	float: left;
	width: 265px;
	margin: 0 10px;
	padding: 5px;
	box-sizing: border-box;
	background: #DDD3BE;
}
.i_product_con ul li:hover{
	background: #970606;
}
.i_product_con ul li img{
	width:100%;
	height: 215px;
}
.i_product_con ul li i{
	display: block;
	text-align: center;
	padding: 10px 0;
}
.i_product_con ul li:hover i{
	color:#fff;
}
.i_product_con ul#p_left,.i_product_con ul#p_right{
	width: 50px;
	height: 60px;
	position: absolute;
	top: 120px;
	background: url(../images/i_left_right.png) no-repeat;
	cursor: pointer;
}
.i_product_con ul#p_left{
	left: -50px;
	background-position: -20px -20px;
}
.i_product_con ul#p_left:hover{
	background-position: -20px -100px;
}
.i_product_con ul#p_right{
	right: -50px;
	background-position: -100px -20px;
}
.i_product_con ul#p_right:hover{
	right: -50px;
	background-position: -100px -100px;
}
.i_product_info{
	width: 80%;
	margin: 0 auto;
	color: #7A5F2C;
	padding: 0 0 50px;
	text-align: center;
	line-height: 180%;
}
.i_product_info a{
	color: #970606;
}
/*****网站横幅显示****/
#index_banner{ background-color:#fff; margin:0 auto; margin-top:0px; overflow:hidden; clear:both;}

.flexslider{position:relative; width:100%; height:530px; margin:0 auto; overflow:hidden; z-index:10;}
.flexslider .slides{position:relative;z-index:11;}
.flexslider .slides li{ width:100%; height:530px; text-align:center; overflow:hidden;}
.flexslider .slides li img{ border:none;}
.flexslider .slides li a{ display:block; height:100%;}
.flexslider .flex-control-nav{position:absolute;bottom:14px; z-index:21;width:100%;text-align:center;}
.flexslider .flex-control-nav li{display:inline-block;width:22px;height:22px;margin:0 3px;*display:inline;zoom:1;}
.flexslider .flex-control-nav a{display:inline-block;width:22px;height:22px; line-height:22px; border-radius:1px; background-color:#fff; text-indent:0;overflow:hidden; color:#333;}
.flexslider .flex-control-nav .flex-active{background-color:#FF5900; color:#fff;}

.flexslider .flex-direction-nav{position:absolute;z-index:31;width:100%;top:45%;}
.flexslider .flex-direction-nav li a{display:block;width:22px;height:50px;overflow:hidden;position:absolute;}
.flexslider .flex-direction-nav li a.flex-prev{left:0;background:rgba(0,0,0,0.6) url(../images/prev.png) center center no-repeat; background-size:20px 20px;}
.flexslider .flex-direction-nav li a.flex-next{right:0;background:rgba(0,0,0,0.6) url(../images/next.png) center center no-repeat;background-size:20px 20px;}


/*****新闻资讯****/
.i_news_container{
	width: 100%;
	padding: 80px 0;
	background: url(../images/i_news_bg.jpg) repeat;
}
.i_news{
	width:1200px;
	padding:10px 0;  
	margin:0 auto; 
	margin-top:20px; 
	overflow:hidden; 
	clear:both;
}
.i_news_tit{
	text-align: center;
	padding: 0 0 50px;
}
.i_news_pic{
	text-align: center;
}
.i_news_pic img{
	width: 100%;
}

.i_news_c{
	width: 1230px;
	overflow: hidden;
}
.i_news_con{
	padding-top:10px;
}
.i_news_con ul li{
	float: left;
	width: 393px;
	margin: 10px 10px 0 0;
	padding: 15px 10px;
	box-sizing: border-box;
	border: #ddd 1px solid;
	background:rgba(255,255,255,.6); 
}
.i_news_con ul li:hover{
	border: #BA161A 1px solid;
	background:rgba(255,255,255,.8);
}

.i_news_con ul li .time{
	float: left;	
	width: 80px;
	height: 70px;
	text-align: center;
	color: #333;
	background-color:#E4DED2;
}
.i_news_con ul li:hover .time{
	background-color: #BA161A;
	color:#fff;
}
.i_news_con ul li .time i{
	display: block;
	font-size: 28px;
	font-weight: bold;
	padding: 5px 0 0;
}
.i_news_con ul li .con{
	margin: 0 0 0 100px;
}
.i_news_con ul li .con em{
	display: block;
	height:30px; 
	line-height:20px;
	font-size: 16px;
}
.i_news_con ul li .con em a{
	color:rgb(151,6,6);
}
.i_news_con ul li .con span{
	display: block;
	width: 270px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}