@charset "utf-8";
*{font-family: "SourceHanSansSC-Light"}
a img{ border:none;} h1,h2,h3,h4,p{margin: 0px;padding: 0px;}

.com_right img{
	max-width: 100%;
	margin: auto;
	display: block;
}

.com_left img{
	max-width: 100%;
	margin: auto;
	display: block;
}

/*首页*/
.project_box{
	width: 1200px;
	margin: auto;
	padding: 60px 0px 40px 0px;
	overflow: hidden;
	position: relative;
}
.project_box li{
	float: left;
}
.project_box li.f_one{
	width: 490px;
	height: 340px;
	background: #eee;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.project_box li.f_one img{
	width: 490px;
	min-height: 340px;
}
.project_box li.f_one p{
	width: 100%;
	position: absolute;
	bottom: 0px;
	font-size: 16px;
	color: #fff;
	padding: 10px 0px;
	text-indent: 30px;
	background: url(../images/project_bg.png) no-repeat;
	background-size: cover;
}
.project_box li.f_one span{
	font-size: 13px;
	padding-left: 30px;
}
.project_box li.f_two{
	width: 335px;
	height: 160px;
	background: #eee;
	margin: 0px 20px 180px 20px;
	overflow: hidden;
	position: relative;
}
.project_box li.f_two img{
	width: 335px;
	max-height: 175px;
}
.project_box li.f_two p{
	width: 100%;
	position: absolute;
	bottom: 0px;
	font-size: 14px;
	color: #fff;
	padding: 8px 0px;
	text-indent: 30px;
	background: url(../images/project_bg.png) no-repeat;
	background-size: cover;
}
.project_box li.f_two span{
	font-size: 12px;
	padding-left: 30px;
}


/*.project_box li.f_tree{
	width: 335px;
	height: 100px;
	background: #eee;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.project_box li.f_tree img{
	width: 335px;
	min-height: 100px;
}
.project_box li.f_tree p{
	width: 100%;
	position: absolute;
	bottom: 0px;
	font-size: 14px;
	color: #fff;
	padding: 4px 0px;
	text-indent: 30px;
	background: url(../images/project_bg.png) no-repeat;
	background-size: cover;
}
.project_box li.f_tree span{
	font-size: 12px;
	padding-left: 30px;
}
*/

.project_more{
	width: 335px;
	height: 160px;
	background: #ff9c00;
	position: absolute;
	left: 510px;
	top: 240px;
}
.project_more a{
	width: 180px;
	display: table;
	margin: 35px auto 0px auto;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 20px 0px;
	line-height: 26px;
	border: 1px solid #fff;
}
.project_more span{
	font-size: 13px;
	line-height: 24px;
	text-align: center;
}
.us_news{
	background: #f5f5f5;
	padding: 60px 0px;
}
.us_news ul{
	overflow: hidden;
	width: 1200px;
	margin: auto;
}
.us_center{
	float: left;
	background: url(../images/about.jpg) no-repeat;
	background-size: 340px 450px;
}
.us_center div{
	width: 400px;
	height: 350px;
	margin: 50px 0px 50px 100px;
	background: rgba(255,255,255,0.8)
}
.us_center div h1{
	font-size:22px;
	text-align: center;
	line-height: 60px;
	padding-top: 10px;
	color: #ff9c00;
}
.us_center div span{
	font-size: 12px;
	font-weight: normal;
}
.us_center div p{
	width: 320px;
	margin: auto;
	font-size: 14px;
	color: #888;
	line-height: 26px;
}
.us_center div a{
	display: table;
	font-size: 13px;
	line-height: 30px;
	padding: 0px 30px;
	background: #ff9c00;
	border-radius: 40px;
	color: #fff;
	margin: 30px auto;
}
.news_box{
	float: right;
	width: 620px;
}
.news_title{
	overflow: hidden;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.news_title h1{
	float: left;
	font-size:22px;
	color: #ff9c00;
	line-height: 40px;
}
.news_title span{
	font-size: 12px;
	font-weight: normal;
}
.news_title a{
	display: block;
	float: right;
	font-size: 13px;
	line-height: 50px;
	color: #888;
}
.news_title a:hover{
	color: #ff9c00;
}
.news_center{
	width: 100%;
	display: block;
	overflow: hidden;
}
.news_center img{
	float: left;
	width: 160px;
	height: 100px;
	margin-bottom: 10px;
}
.news_center div{
	float: right;
	width: 440px;
}
.news_center h2{
	width: 100%;
	font-size: 14px;
	color: #ff9c00;
	font-weight: normal;
	line-height: 30px;
    white-space:nowrap;/*一行显示*/
    overflow: hidden;/*超出部分隐藏*/
    text-overflow: ellipsis;/*用...代替超出部分*/
}
.news_center p{
	font-size: 12px;
	color: #888;
	line-height: 20px;
}
.news_center span{
	display: block;
	font-size: 12px;
	color: #aaa;
	line-height: 30px;
}
.news_center.f_four img{
	display: none;
}
.news_center.f_four div{
	float: none;
	width: 100%;
	overflow: hidden;
}
.news_center.f_four h2{
	width: 80%;
	float: left;
}
.news_center.f_four p{
	display: none;
}
.news_center.f_four span{
	float: right;
}
.scenery_box{
	float: right;
	width: 620px;
	margin-top: 38px;
	overflow: hidden;
}
.scenery_box div{
	float: left;
	width: 196px;
	height: 130px;
	margin-right: 10px;
	overflow: hidden;
}
.scenery_box div img{
	width: 195px;
	max-height: 130px;
}
.adree_box{
	display: table;
	margin: auto;
	overflow: hidden;
}
.adree_box li{
	float: left;
}
.foot_logo {
	padding: 30px 0px 30px 30px;
}
.foot_logo img{
	height: 175px;
	width: auto;
}
.foot_topname{
	padding: 30px 90px;
}
.foot_topname a{
	display: block;
	font-size: 13px;
	line-height: 24px;
	color: #888;
}
.foot_ewm{
	padding: 30px 0px 30px 60px;
}
.foot_ewm p{
	font-size: 13px;
	line-height: 24px;
	color: #888;
	text-align: center;
}
.foot_ewm img{
	width: 150px;
	height: 150px;
}

/*单页、详情页css*/
.article_box{
	width: 1200px;
	margin: auto;
	margin-bottom: 50px;
}
.article_box ul{
	overflow: hidden;
}
.article_box li{
	float: left;
}
.com_left{
	width: 250px;
	margin-top: 40px;
	overflow: hidden;
}
.com_left h1{
	width: 100%;
	line-height: 40px;
	background: #ff9c00;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-indent: 20px;
}
.com_left a{
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #222;
	margin-top: 5px;
	text-indent: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.com_left a:hover{
	color: #ff9c00;
}
.com_left h2{
	width: 100%;
	line-height: 40px;
	background: #ff9c00;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-indent: 20px;
	margin-top: 40px;
}
.com_left div{
	font-size: 14px;
	padding: 14px 0px;
	line-height: 24px;
}
.kuang{
	width: 230px;
	height: 30px;
	border: 1px solid #ddd;
	padding-left: 10px;
	margin-bottom: 8px;
	font-size: 13px;
	color: #999;
}
.com_right{
	margin-left: 48px;
	width: 890px;
	overflow: hidden;
}
.crumbNav{
	color: #313131;
	font-size: 14px;
	padding: 40px 0px 17px 0px;
	border-bottom: 1px solid #ddd;
}
.crumbNav a{
	font-size: 14px;
	color: #313131;
	font-weight: normal;
}
.crumbNav a:hover{
	color: #ff9c00;
}
.com_right h1{
	font-size: 20px;
	padding: 30px 0px 20px 0px;
	line-height: 26px;
	text-align: center;
	color: #ff9c00;
}
.com_right p{
	font-size: 15px;
	color: #252525;
	line-height: 26px;
}
.new_lisbox{
	margin-top: 10px;
}
.new_listpage{
	overflow: hidden;
}
.new_listpage a{
	font-size: 15px;
	color: #555;
	line-height: 30px;
	float: left;
	display: block;
}
.new_listpage a:hover{
	color: #ff9c00;
}
.new_listpage span{
	font-size: 14px;
	color: #aaa;
	float: right;
}
.flip_article{
	font-size: 14px;
	padding: 20px 0px;
	display: table;
	margin: auto;	
}
.flip_article a{
	color: #555;
}
.flip_article a:hover{
	color: #ff9c00;
}
.article_libox{
  padding-top: 10px;
  overflow: hidden;
}
.article_libox li{
	width: 210px;
	background: #f7f8fa;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
	display:inline-block;
	vertical-align:top;
}
.article_liall{
	font-weight: normal;
	display: block;
	width: 210px;
	background: #0a2b4a;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.article_libox span{
	margin-top: 10px;	
	overflow: hidden;
	display: block;
}
.article_lione{
	display: block;
	line-height: 35px;
	font-size: 14px;
	color: #252525;
	text-indent: 10px;
}
.article_lione:hover{
	color: #ff9c00;
}
.product_listpage{
	overflow: hidden;
}
.product_listpage a{
	float: left;
	margin: 0px 10px 10px 0px;
}
.product_listpage div{
	width: 212px;
	height: 180px;
	overflow: hidden;
}
.product_listpage img{
	width: 212px;
	min-height: 180px;
}
.product_listpage p{
	line-height: 40px;
	font-size: 14px;
	color: #555;
	text-align: center;
	margin: 0px;
	width: 212px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product_listpage a:hover p{
	color: #fff;
	background: #ff9c00;
}
.article_listpage{
	overflow: hidden;
}
.article_listpage a{
	float: left;
	width: 425px;
	margin: 0px 20px 20px 0px;
	overflow: hidden;
}
.article_listpage img{
	width: 180px;
	height: 137px;
	border: 1px solid #e5e5e5;
	float: left;
}
.article_listpage div{
	float: right;
	width: 230px;
	height: 137px;
	overflow: hidden;
}
.article_listpage h5{
	font-size: 16px;
	line-height: 40px;
	color: #ff9c00;
	margin: 0px;
	font-weight: normal;
}
.article_listpage p{
	font-size: 14px;
	color: #222;
	line-height: 24px;
}
.detail_img{
	max-width: 470px;
	padding: 10px 20px 0px 0px;
	float: left;
}
.com_right h3{
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #ff9c00;
	font-size: 18px;
}
.com_right h4{
	font-size: 15px;
	color: #252525;
	line-height: 26px;
	font-weight: normal;
}
.list_art{
	display: table;
	margin: auto;
	overflow: hidden;
}
.list_art li{
	float: left;
	margin: 0px 10px;
}
.list_art a{
	display: block;
	float: left;
	font-size: 14px;
	padding: 0px 30px 0px 30px;
	line-height: 30px;
	border: 1px solid #ff9c00;
	color: #ff9c00;
	margin-bottom: 20px;
}
.list_art a:hover{
	background: #ff9c00;
	color: #fff;
}

/*在线留言*/
td{
	padding: 0px;
}
.guestbook_r01{
	width:520px; 
	height:50px;
}
.guestbook_r_text01{ 
	width:500px;
	background:#eee;
	border:1px dashed #ccc;
	height:36px;
	line-height:36px;
	padding:0 10px;
}
.guestbook_r02{ 
	width:520px; 
	height:130px;
}
.guestbook_r_text02{ 
	width:500px; 
	background:#eee; 
	border:1px dashed #ccc; 
	height:84px; 
	line-height:180%; 
	padding:10px;
}
.guestbook_r03{ 
	width:520px; 
	height:50px;
}
.guestbook_r_text03{ 
	width:160px; 
	background:#eee; 
	border:1px dashed #ccc; 
	height:36px; 
	line-height:36px; 
	padding:0 10px;
}
.submit001{ 
	background:#ff9c00; 
	border:none; 
	width:250px; 
	height:40px; 
	line-height:40px; 
	color:#fff; 
	font-family:"SourceHanSansSC-Light"; 
	font-size:16px; 
	margin-top:20px;
	cursor:pointer;
}
.reset001{ 
	background:#ccc; 
	border:none; 
	width:250px; 
	height:40px; 
	line-height:40px; 
	color:#333; 
	font-family:"SourceHanSansSC-Light"; 
	font-size:16px; 
	margin-left:10px; 
	margin-top:20px;
	cursor:pointer;
}

/*翻页代码*/
.pages {
	text-align: center;
	font-size: small;
	margin-top:20px;
}

.pages a {
	background-color: #f3f3f5;
	display: inline-block;
	padding: 2px 6px
}

.pages a:hover {
	border: 1px solid #666;
	padding: 1px 5px;
	text-decoration: none
}

.pages strong {
	font-weight: bold;
	background-color: #f3f3f5;
	display: inline-block;
	padding: 2px 6px;
	color: #1176bb
}

.pages .current {
	background-color: #333;
	display: inline-block;
	padding: 2px 6px;
	color: #fff
}
