/*-----------------------------------------------------------------------------------------
                                JM BaoJie Style
 
      Author:hanbingfeng
      Create Date:16.03.27	  Last Mondify Date:16.05.03
      ===================================================
 
-----------------------------------------------------------------------------------------*/
body{
	font-size: 12px;
}
a:link {color: #333333;}
a:visited {color: #333333;}
a:hover{color: #4c80d4;}
a:active{color: #333333;}
.left{
	float: left;
}
.right{
	float: right;
}
.ta-c{text-align: center;}
.ta-l{text-align: left;}
.ta-r{text-align: right;}

/*--------------------  Header Style  -----------------------*/

.header{
	position: relative;
	z-index:2;	
	height: 190px;
	margin-bottom: 10px;
	background: #fff url(../img/header_bg.jpg) right top no-repeat;
}
.logo{
	margin: 0 auto;
	width: 960px;
	height: 150px;
	background: url(../img/logo.png) 0 center no-repeat;
}
.nav{
	height: 40px;
	background: #4CAF50;
}
.nav ul{
	margin: 0 auto;
	width: 960px;
}
.nav ul li{
	float: left;
	position: relative;
	display: block;
	font-size: 16px;
	_width:120px;
}
.nav ul li a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.nav ul li a:link,
.nav ul li a:visited,
.nav ul li a:hover,
.nav ul li a:active
{
	color: #fff;
}
.nav ul li.selectd a,.nav ul li a:hover{
	background: #388E3C;
	color: #fff;
}
.nav li ul{
	display: none;
	position: absolute;
	left: 0;
	top:40px;
	margin: 0 0 0 0px;
	width: 120px;
	border: 1px solid #f1f1f1;
}
.nav li ul li{
	float: none;
	width: 120px;
	height: 32px;
	line-height: 32px;
}
.nav li ul li a{
	display: block;
	padding:0 0 0 10px;
	width: 110px;
	background-image: none;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: normal;
	color:#fff;
	background: #4CAF50;
	text-align: left;
}
.nav li ul li a:hover{
	background: #388E3C;
	color:#fff;
}


/*--------------------  Banner Style  -----------------------*/

.banner{
	position: relative;
	z-index: 1;
	margin: 0 auto 10px;
	width: 960px;
	height: 300px;
}
#slideshow img { display: none }
#slideshow img.first { display: block }
#prev,#next{
	z-index: 5;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 130px;
	background-image: url(../img/arrows.png);
	background-repeat: no-repeat;
	text-indent: -999em;
}
#prev{
	left: 6px;
	background-position: 0 0;
}
#next{
	right: 6px;
	background-position: -40px 0;

}

/*--------------------  Content Style  -----------------------*/

.content{
	margin: 0 auto;
	width: 960px;
}
.index_left{
	width: 700px;	
	_display: inline;
}
.index_right{
	float: left;
	width: 250px;
	_display: inline;
}

/*--------------------  Section Title Style  -----------------------*/

.section{
	border: 1px solid #c2c1c1;
}
.section_title{
	position: relative;
	height: 33px;
	border-bottom: 2px solid #c2c1c1;
}
.section_title span{
	color: #ccc;
}
.more{
	position: absolute;
	top: 8px;
	right: 10px;
}

.first_content{}

/*--------------------  News Style  -----------------------*/

.news{
	margin-bottom: 10px;
}
.focus{
	float: left;
	margin:10px 15px 0 10px;
	padding-bottom: 7px;
	width: 300px;
}
#focus li {display: none;}
#focus li.first { display: block }
.focus li p{
	margin-top: 5px;
	font-size: 14px;
	line-height: 25px;
}
#focus_tab{
	height: 30px;
	text-align: right;
}
#focus_tab a{ 
	display: inline-block;
	margin: 0 5px;
	padding: 3px 5px;
	font-size: 12px;
	border: 1px solid #a3a4a6;
	background: #fff; 
	text-decoration: none
}
#focus_tab a.activeSlide { background: #616161;color:#fff; }
#focus_tab a:focus { outline: none; }

.news_info{
	margin: 10px 0 10px 0;
	padding-top: 10px;
	width: 350px;
}
.news_info p{
	line-height: 1.6em;
	text-indent: 2em;
	font-size: 14px;
}

/*--------------------  Honor Style  -----------------------*/

.honor{
	margin-left: 10px;
	padding: 0 0 3px 0;
	width: 248px;
}
.honor_item,.honor ul,.production ul {
	margin:10px 10px;
}
.honor_item dl{
	position: relative;
	padding-bottom: 10px;
	height: 86px;
	border-bottom: 1px solid #c2c1c1
}
.honor_item dl dt{
	position: absolute;
	left:0;
	top: 0;
}
.honor_item dl dd{
	margin-left: 130px;
}
.honor_item dl dd h3{
	font-weight: bold;
	line-height: 1.4em;
}
.honor ul li,.production ul li{
	margin-bottom: 5px;
	padding-left: 10px;
	line-height: 1.6em;
	background: url(../img/dot.gif) no-repeat 0 center;	
}
.production ul li.view_all{
	background: none;
}

/*--------------------  Production Style  -----------------------*/

.production{
	float: left;
	width: 438px;
}
.production h3{
	margin-bottom: 10px;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	background: url(../img/h3_bg.png) repeat-x 0 0;
	font-size: 14px;
}
.building{
	float: left;
	width: 218px;
	border-right: 1px solid #c2c1c1;
}
.completed{
	float: left;
	width: 219px;
}
.production dl{
	position: relative;
	margin:0 10px;
	padding-bottom: 10px;
	height: 70px;
	border-bottom: 1px solid #c2c1c1
}
.production dl dt{
	position: absolute;
	left:0;
	top: 0;
}
.production dl dd{
	margin-left: 100px;
}
.production dl dd h4{
	line-height: 1.6em;
	font-weight: bold;
}

/*--------------------  Bulletin Style  -----------------------*/
.bulletin{
	margin-bottom: 10px;
	padding: 0 0 0px 0;
	height: 204px;
}

.bulletin ul{
	padding:12px 10px;	
}
.bulletin ul li{
	margin-bottom: 5px;
	padding-left: 10px;
	line-height: 1.6em;
	background: url(../img/dot.gif) no-repeat 0 center;	
}

/*--------------------  Search Style  -----------------------*/

.search{
	margin-bottom: 10px;
}

.search_box{
	padding: 12px 10px 13px;
}
.search_text{
	margin: 0;
	padding: 0;
	width: 160px;
	height: 34px;
	border: 1px solid #c1c1c1;
}
.search_btn{
	vertical-align: top;
	width: 60px;
	height: 36px;
	border: 0 none;
	background: #c1c1c1;
	color:#fff;
	font-size: 14px;
	cursor: pointer;
}

/*--------------------  Activity Style  -----------------------*/

.activity{
	padding-bottom: 5px;
}

.activity_list{
	margin: 12px 9px 0px;
}
.activity ul{

}
.activity ul li{
	height: 96px;
	line-height: 96px;
}

/*--------------------  Show Style  -----------------------*/

.show{
	margin-bottom: 10px;
}

.show_list{
	margin: 10px 0 0 5px;
	width: 950px;
	height:150px;
	overflow:hidden;
}
.show ul li{
	width: 180px;
	height:150px;
	overflow:hidden;
	padding:0 5px;
}
.show ul li.last{
	margin-right: 0;
}
.show ul li h3{
	width: 180px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #388E3C;
	color:#fff;
	font-size: 14px;
}

.three_content{
	margin-bottom: 10px;
}

/*--------------------  Work && Culture Style  -----------------------*/

.work{
	float: left;
	width: 348px;
	border-right: 1px solid #c2c1c1;
}
.culture{
	float: left;
	width: 349px;
}
.tabs{
	background: url(../img/h3_bg.png) repeat-x;
}
.tabs li{
	float: left;
	border-right: 1px solid #cfcfcf; 
}
.tabs li.last{
	border-right:0 none;
}
.tabs li a{
	display: block;
	width: 68px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.tabs li a:hover{
	color: #333;
}
#culture_tabs li a{
	width: 85px;
}
.tabs li a.selected{
	font-weight: bold;
}
.work_content{
	padding-top: 10px;
	height: 203px;
}
.work_content dl{
	position: relative;
	margin:0 10px;
	padding-bottom: 10px;
	height: 106px;
	border-bottom: 1px solid #c2c1c1
}
.work_content dl dt{
	position: absolute;
	left:0;
	top: 0;
}
.work_content dl dd{
	margin-left: 160px;
	height: 106px;
}
.work_content dl dd h3{
	line-height: 25px;
	font-weight: bold;
}
.work_content dl dd p{
	line-height: 1.6em;
}
.work_content ul{
	margin:0px 10px;
	padding-top: 10px;
}
.work_content ul li{
	margin-bottom: 5px;
	padding-left: 10px;
	line-height: 1.6em;
	background: url(../img/dot.gif) no-repeat 0 center;	
}
.work_content ul li.view_all{
	background: none;
}
.work_content ul li span{
	float: right;
	color:#999;
}

/*--------------------  Links Style  -----------------------*/

.links{
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.links h2{
	background-position: 0 -297px;
}
.links p{
	padding-top: 10px;
	line-height: 1.6em;
}
.links p a{
	margin: 0 10px;
}

/*--------------------  Map Style  -----------------------*/

.map{}
.map h2{
	background-position: 0 -198px;
}

/*--------------------  Footer Style  -----------------------*/

#footer{
	margin-top: 30px;
}
.footer_nav{
	height: 35px;
	line-height: 35px;
	background: #4CAF50;
	text-align: center;
	color: #fff;
}
.footer_nav a{
	margin: 0 10px;
	color: #fff;
}
.footer_nav a:link,
.footer_nav a:visited,
.footer_nav a:hover,
.footer_nav a:active
{
	color: #fff;
}
.footer_info{
	padding: 10px 0;
}
.footer_info p{
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.6em;
	color: #666;
}
.footer_info p a{
	color: #666;
}


/*-----------------------------------------------------------------------------------------
                     		List   Page Style
-----------------------------------------------------------------------------------------*/

.content_left{
	width: 250px;
	margin-right: 10px;
}
.content_right{
	width: 700px;
}
.mb10{
	margin-bottom: 10px;
}

.article_list{

}
.article_list{
	margin-top: 10px;
	font-size: 14px;
}
.article_list ul{
	margin: 0 15px;
}
.article_list li{
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 1.6em;
	background: url(../img/dot.gif) no-repeat 0 center;
	border-bottom: 1px dashed #c2c1c1;
}
.article_list li span{
	float: right;
	color:#999;
}

.page{
	padding: 15px;
	text-align: center;
}
.page a{
	color: #00f;
}

/*-----------------------------------------------------------------------------------------
                     		Article Content   Style
-----------------------------------------------------------------------------------------*/

.article_content{
    padding: 15px;
    min-height: 780px;
    _height:780px;
    font-size: 14px;
    line-height: 1.6em;
}
.article_content h1{
    padding:10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #388E3C;
    text-align: center;
}
.article_other{
	margin-bottom: 20px;
	padding-bottom: 10px;
	line-height: 30px;
	text-align: center;
	color:#999;
	border-bottom: 1px dashed #c2c1c1;
}
.article_other a{color:#999}
.article_other a:hover{color:#E3670C}

.article_content p{
    margin-top: 1.5em;
	text-indent:2em;
    line-height: 1.6em;
    font-size: 14px;
    color: #333;
}
.article_content p.ta-c{
	text-indent:0;
}
.article_content p strong{
	font-weight:bold;
}

/*-----------------------------------------------------------------------------------------
                     	       Public Left Style
-----------------------------------------------------------------------------------------*/
.section_title{
    height: 36px;
    line-height: 36px;
}
.section_title h2{
    padding-left: 15px;
    font-size: 16px;
    font-family: "Microsoft Yahei";
}

.left_column{
    margin-bottom: 15px;
    border: 1px solid #4CAF50;
}
.left_column .section_title{
    background: #4CAF50;
    border-bottom: 0 none;
    color: #fff;
}

.all_catalog ul{
    padding: 0;
}

.all_catalog ul li{
    font-size: 14px;
    line-height: 29px;
    border-bottom: 1px solid #B6B6B6;
}
.all_catalog ul li a{
    display: block;
    padding-left: 15px;
    font-size: 14px;
    color: #fff;  
    background: #727272 url(../img/service-arrow.png) no-repeat 216px center;
    text-decoration: none;
}
.all_catalog ul li a:hover{
    background-color: #212121;
}

.contact_info{
    padding: 10px;
}
.contact_info p{
    margin-bottom: 10px;
    line-height: 1.6em;
    font-size: 14px;
}

.company-info{

}
.company-info ul{
	padding: 0px 0px 5px 15px;
}
.company-info ul li{
	float: left;
	margin: 0 20px 0 0;
}
.company-info ul li img{
	width: 120px;
}