@charset 'utf-8';
/*public style*/
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix:after{
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	clear: both;
}
.content{
	width: 1200px;
	margin:0 auto;
}
.content2{
    width:1250px;
    margin:0 auto;}
input{
	outline: none;
	border:none;
}
/*header-start*/
#top{
	height:36px;
	line-height:36px;
	background:#393939;
}
#top div.top_l{
	width: 560px;
	height:36px;
	line-height: 36px;
	font-family: "Microsoft Yahei";
	font-size: 12px;
	color: #fff;
}
#top div.top_m{
	width: 260px;
	height: 36px;
}
#top div.top_m div.search{
	position: relative;
	margin-top: 5px;
	width: 215px;
	height:26px;
	background: url("../images/search_bg.png") no-repeat;
}
#top div.top_m div.search input.search-txt{
	position: absolute;
	left: 12px;
	top:0px;
	width: 172px;
	height: 26px;
	line-height: 26px;
	background: #757575;
	color: #dcdcdc;
	font-family: "Microsoft Yahei";
	font-size: 14px;
           outline:none;
           border:none;
}
#top div.top_m div.search input.search-btn{
	position: absolute;
	right: 8px;
	top:2px;
	display: block;
	width: 22px;
	height: 22px;
           outline:none;
           border:none;
}
#top div.top_r{
	width: 380px;
	height: 36px;
           line-height:36px;
}
#top div.top_r ul li{
	float: left;
}
#top div.top_r ul li a{
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #c3c3c3;
}
#top div.top_r ul li a:hover{
	color: #f60201;
}
#top div.top_r ul li span{
	display: inline-block;
	width: 14px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #c3c3c3;
}

#mid{
	height: 154px;
           background:url("../images/head_bg.jpg") repeat-x;
}
#mid div.mid_box{
	height: 131px;
	padding-top: 23px;
}
#mid div.mid_box div.logo{
	margin-left: 60px;
}

/*part1 start*/
#part1{
	padding-top: 20px;
}
#part1 div.part1_hd{
	position: relative;
	height: 44px;
	line-height: 44px;
}
#part1 div.part1_hd h3.title{
	height: 44px;
	line-height: 44px;
	font-family: "Microsoft Yahei";
	font-size: 20px;
	color: #222;
}
#part1 div.part1_hd div.more{
	position: absolute;
	right: 0px;
	top:0px;
}
#part1 div.part1_hd div.more a{
	color: #222;
        font-size: 12px;
}
#part1 div.part1_hd div.more a:hover{
	color: #f60201;
}
#part1 div.part1_bd div.news_item1{
	width: 390px;
	height: 348px;
	border:1px solid #eee;
	border-top:3px solid #45241f;
}
#part1 div.part1_bd div.news_item1 div.news_pic{
	width: 390px;
	height: 256px;
}
#part1 div.part1_bd div.news_item1 div.news_pic a img{
	display: block;
	width: 390px;
	height:260px;
	background-size: 100% 100%;
}
#part1 div.part1_bd div.news_item1 div.news_con{
	padding: 8px 15px 12px;
}
#part1 div.part1_bd div.news_item1 div.news_con h4.title{
	height: 32px;
	line-height: 32px;
	font-weight: normal;
}
#part1 div.part1_bd div.news_item1 div.news_con h4.title a{
	font-size: 16px;
	color: #333;
}
#part1 div.part1_bd div.news_item1 div.news_con h4.title a:hover{
	color: #f60201;
}
#part1 div.part1_bd div.news_item1 div.news_con p{
	font-size: 14px;
	text-indent: 28px;
	color: #666;
}
#part1 div.part1_bd div.news_item2{
	width: 390px;
	height: 348px;
	border:1px solid #eee;
	border-top:3px solid #45241f;
	margin-left: 10px;
}
#part1 div.part1_bd div.news_item2 div.news_item2_con{
	margin:3px 15px 15px;
}
#part1 div.part1_bd div.news_item2 div.news_item2_con dl{
	display: block;
	height: 100px;
	border-bottom: 1px solid #ddd;
	margin-top:14px;
}
#part1 div.part1_bd div.news_item2 div.news_item2_con dl dt{
	display: block;
	width: 121px;
	height: 85px;
	margin-right: 10px;
}
#part1 div.part1_bd div.news_item2 div.news_item2_con dl dt a img{
	display: block;
	width: 121px;
	height: 85px;
}
#part1 div.part1_bd div.news_item2 div.news_item2_con dl dd h4.title{
	line-height: 22px;
	font-weight: normal;
}
#part1 div.part1_bd div.news_item2 div.news_item2_con dl dd h4.title a{
	font-size: 15px;
	color: #333;
}
#part1 div.part1_bd div.news_item2 div.news_item2_con dl dd h4.title a:hover{
	color: #f60201;
}
#part1 div.part1_bd div.news_item2 div.news_item2_con dl dd p{
	font-size: 12px;
	color: #666;
}
#part1 div.part1_bd div.news_item2 div.news_item2_con dl.last{
	border:none;
}
/*end part1*/

/*part2 start*/
#part2{
	padding-top: 30px;
}
#part2 div.part2_main div.item{
	width: 380px;
	margin-right: 30px;
}
#part2 div.part2_main div.item div.hd{
	position: relative;
	height: 44px;
	line-height: 44px;
	border-bottom: 3px solid #45241f;
}
#part2 div.part2_main div.item div.hd h3.title{
	height: 44px;
	line-height: 44px;
	font-family: "Microsoft Yahei";
	font-size: 20px;
	color: #222;
}
#part2 div.part2_main div.item div.hd div.more{
	position: absolute;
	right: 0px;
	top:0px;
}
#part2 div.part2_main div.item div.hd div.more a{
	color: #222;
	font-size: 12px;
}
#part2 div.part2_main div.item div.hd div.more a:hover{
	color: #f60201;
}
#part2 div.part2_main div.item div.bd{
	padding-top: 10px;
}
#part2 div.part2_main div.item div.bd ul li{
	height: 35px;
	line-height: 35px;
	border-bottom:1px solid #ccc;
	padding-left: 10px;
	background: url("../images/dot4.png") no-repeat left center;
        cursor:pointer;
}
#part2 div.part2_main div.item div.bd ul li:hover{
	background: url("../images/dot4_hover.png") no-repeat left center;
}
#part2 div.part2_main div.item div.bd ul li span{
	float: right;
	color: #bbb;
	font-size: 15px;
}
#part2 div.part2_main div.item div.bd ul li:hover span{
	color: #f60201;
	cursor: pointer;
}
#part2 div.part2_main div.item div.bd ul li a{
	font-size: 15px;
	color: #333;
}
#part2 div.part2_main div.item div.bd ul li:hover a{
	color: #f60201;
}
#part2 div.part2_main div.jyky{
	margin-right: 0;
}
/*end part2*/


/*part3 start*/
#part3{
	padding-top: 30px;
}
#part3 div.part3_main{
	height: 340px;
}
#part3 div.part3_main div.hd{
	height:38px;
	line-height: 38px;
	border-bottom: 3px solid #45241f;
}
#part3 div.part3_main div.hd div.hd_left{
	position: relative;
	width: 1154px;
	height: 38px;
	line-height: 38px;
}
#part3 div.part3_main div.hd div.hd_left b{
	display: block;
	position: absolute;
	left:0px;
	bottom: -3px;
	height: 5px;
	width: 84px;
	background: #a02829;
}
#part3 div.part3_main div.hd div.hd_left ul li{
	float: left;
	margin-right: 6px;
          font-family: "Microsoft soft";
          font-size: 20px;
          color: #222;
          cursor:pointer;
}

#part3 div.part3_main div.hd div.hd_left ul li.on{
          color: #f60201;
}
#part3 div.part3_main div.hd div.hd_left ul li:hover{
	color: #f60201;
}
#part3 div.part3_main div.hd div.hd_left ul li span{
	display: inline-block;
	width: 3px;
	height: 24px;
	background: #999;
	vertical-align: middle;
	margin-left: 8px;
}
#part3 div.part3_main div.hd div.more{
	position: relative;
	width: 46px;
	line-height: 38px;
	text-align: center;
}
#part3 div.part3_main div.hd div.more a{
	position: absolute;
	left: 0px;
	top:0px;
	display: none;
	font-size: 12px;
	color: #222;
}
#part3 div.part3_main div.hd div.more a:hover{
	color: #f60201;
}
#part3 div.part3_main div.bd{
	position: relative;
	margin-top: 44px;
}
.wrap{
	position: absolute;
	left: 0px;
	top:0px;
	display: none;
	width:1200px;
	height:170px;
}
.show{
	width:948px;
	height:170px;
	overflow:hidden;
	float:left;
	margin:0 8px;
}
.wrap ul{
	width:1000%;
	height:170px;
	margin-left:0;
}
.wrap ul li{
	position: relative;
	list-style:none;
	float:left;
	width:306px;
	height:170px;
	border:1px solid #ddd;
	margin:0 10px;
}
.wrap ul li h3.title{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 276px;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	text-align: center;
	font-weight: normal;
	background: url("../images/title_bg.png");
}
.wrap ul li h3.title a{
	font-size: 15px;
	color: #fff;
}
.wrap ul li:hover h3.title a{
	color: #f60201;
}
.prev,.next{
	width:118px;
	height:170px;
	float:left;
	cursor:pointer;
}
/*end part3*/

/*footer start*/
#footer{
	height: 142px;
	background: #a02829;
}
#footer div.footer_main{
	width: 1200px;
	height: 142px;
	background: url("../images/footer_bg.png") no-repeat;
}
#footer div.footer_main div.f_m_left{
	padding-top: 30px;
	width: 774px;
	padding-left: 40px;
}
#footer div.footer_main div.f_m_left p,#footer div.footer_main div.f_m_right p{
	font-size: 14px;
	color: #f4ebb9;
	line-height: 26px;
}
#footer div.footer_main div.f_m_right{
	padding-top: 30px;
	width: 366px;
}
/*end footer*/