/* CSS Document */
html,body{
	padding: 0px;
	margin: 0px;
	-webkit-font-smoothing: subpixel-antialiase;
}
a{
	text-decoration: none;
}
a:hover{color: #BD1829;}
ul,li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
img{border:0px;}
.wap{
	width: 100%;
}
.pc{display: none;}
.head_100{
	background-color: #151515;
	float: left;
	height: 100px;
	width: 100%;
}
.head_1200{
	width: 1200px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
}
.head_logo{
	float: left;
	height: 100px;
	width: 405px;
}
.head_N{
	width: 700px;
	float: right;
	height: 100px;
}
.head_N li{
	float: left;
	height: 100px;
	width: 100px;
	text-align: right;
	font-size: 16px;
	line-height: 100px;
	color: #FBE015;
	font-family: "Microsoft YaHei";
}
.head_N li a{color: #E7CB4A;}

/* 幻灯片 */
#full-screen-slider { width:100%; height:700px; float:left; position:relative;}
#slides { display:block; width:100%; height:700px; list-style:none; padding:0; margin:0; position:relative}
#slides li {
	display:block;
	width:100%;
	height:100%;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
}
#slides li a { display:block; width:100%; height:100%; text-indent:-999px;}
#pagination {
	display:block;
	list-style:none;
	position:absolute;
	top:665px;
	z-index:90;
	width: 100px;
	float: right;
	padding-left: 48%;
}
#pagination li { display:block; list-style:none; width:15px; height:15px; float:left; margin-left:10px; background:#FFFFFF; border-radius: 7px;}
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-999px; }
#pagination li.current {
	background-color: #3A0500;
}
/* 幻灯片 */

/* 产品展示 */
.product{
	background-color: #E7E7E7;
	float: left;
	width: 100%;
	background-image: url(../images/product_B.png);
	background-repeat: no-repeat;
	background-position: center 300px;
}
.product h1{
	font-weight: bold;
	color: #525252;
	font-size: 48px;
	line-height: 50px;
	width: 100%;
	float: left;
	height: 50px;
	text-align: center;
	margin-top: 50px;
}
.product h3{
	font-size: 20px;
	line-height: 55px;
	color: #CEA47E;
	text-align: center;
	float: left;
	height: 55px;
	width: 100%;
	margin-bottom: 35px;
}
.product_140{
	height: 211px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}
.product_140 li{
	float: left;
	height: 211px;
	width: 140px;
	margin-right: 5px;
	margin-left: 5px;
}
.product_32{
	height: 32px;
	float: left;
	width: 100%;
	margin-top: 55px;
	margin-bottom:35px;
	background-image: url(../images/product_BO.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.product h2{
	font-weight: bold;
	color: #D2D2D2;
	font-size: 36px;
	line-height: 40px;
	width: 100%;
	float: left;
	height: 40px;
	text-align: center;
}
.product h4{
	font-size: 18px;
	line-height: 20px;
	color: #9B9B9B;
	text-align: center;
	float: left;
	height: 20px;
	width: 100%;
	margin-bottom: 35px;
	margin-top: 20px;
}
.product_aut{
	clear: left;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.product_aut li{
	height: 330px;
	width: 220px;
	float: left;
	margin: 10px;
	background-image: url(../images/product_li.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.product_aut li span{
	height: 278px;
	width: 180px;
	float: left;
	margin-top: 26px;
	margin-bottom: 26px;
	margin-right: 20px;
	margin-left: 20px;
}
.product_aut li span img{
	width: 180px;
	height: 200px;
	float: left;
}
.product_aut li span i{
	font-style: normal;
	font-size: 18px;
	line-height: 78px;
	color: #141414;
	text-align: center;
	float: left;
	height: 78px;
	width: 180px;
	font-weight: bold;
}
.product_aut li span i a{color: #141414;}
.product_more{
	width: 100%;
	background-image: url(../images/product_more.png);
	background-repeat: no-repeat;
	float: left;
	height: 42px;
	background-position: center top;
	text-align: center;
	line-height: 42px;
	color: #D2D2D2;
	font-size: 14px;
	margin-top: 50px;
	margin-bottom: 50px;
	font-family: "Microsoft YaHei";
}
.product_more a{color: #D2D2D2;}

/* 产品展示 */

/* 关于我们 */
.About_us{
	width: 100%;
	float: left;
	height: 720px;
	background-image: url(../images/About_B.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.About_us h1{
	font-weight: bold;
	color: #12295F;
	font-size: 48px;
	line-height: 50px;
	width: 100%;
	float: left;
	height: 50px;
	text-align: center;
	margin-top: 70px;
}
.About_us h3{
	font-size: 20px;
	line-height: 55px;
	color: #989BAC;
	text-align: center;
	float: left;
	height: 55px;
	width: 100%;
	margin-bottom: 90px;
}
.About_us_k{
	height: 262px;
	width: 1200px;
	clear: left;
	margin-right: auto;
	margin-left: auto;
}
.About_us_k span{
	height: 262px;
	width: 666px;
	background-image: url(../images/About_1.png);
	background-repeat: no-repeat;
	float: left;
	background-position: center top;
}
.About_us_title{
	font-size: 30px;
	color: #FFFFFF;
	line-height: 40px;
	float: left;
	height: 160px;
	width: 72px;
	text-align: center;
	margin-top: 51px;
	margin-bottom: 51px;
	font-weight: bold;
}
.About_us_180{
	float: left;
	height: 180px;
	width: 525px;
	line-height: 30px;
	color: #11285E;
	font-size: 15px;
	margin-top: 41px;
	margin-right: 34px;
	margin-bottom: 41px;
	margin-left: 34px;
	text-indent: 2em;
}
.About_us_180 a{
	color: #11285E;
	font-size: 15px;
	font-family: "Microsoft YaHei";
}

/* 关于我们 */

/* 新闻动态 */
.News_k{
	background-image: url(../images/product_B.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	float: left;
}
.News_k h1{
	font-weight: bold;
	color: #D2D2D2;
	font-size: 48px;
	line-height: 50px;
	width: 100%;
	float: left;
	height: 50px;
	text-align: center;
	margin-top: 70px;
}
.News_k h3{
	font-size: 20px;
	line-height: 55px;
	color: #9B9B9B;
	text-align: center;
	float: left;
	height: 55px;
	width: 100%;
	margin-bottom: 45px;
}
.News_1200{
	height: 435px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/News_001.png);
	background-repeat: no-repeat;
	clear: left;
	background-position: center top;
	margin-bottom: 90px;
}
.News_1130{
	float: left;
	height: 340px;
	width: 1130px;
	margin-top: 48px;
	margin-right: 35px;
	margin-left: 35px;
}

.focus{ position:relative; width:510px; height:340px; float: left;}  
.focus img{ width: 510px; height: 340px;} 
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:50px; line-height: 50px; background:rgba(0,0,0,0.6); filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }  
.focus .shadow a{
	text-decoration:none;
	color:#fff;
	font-size:18px;
	overflow:hidden;
	margin-left:10px;
}  
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  
.focus .fbg{bottom:15px; right:10px; position:absolute; height:20px; text-align:center; z-index: 200; }  
.focus .fbg div{margin:2px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{
	position:relative;
	display:inline;
	width:14px;
	height:14px;
	border-radius:7px;
	color:#B0B0B0;
	font:12px/15px "\5B8B\4F53";
	text-decoration:none;
	text-align:center;
	outline:0;
	float:left;
	background:#D9D9D9;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 10px;
}    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#D33742;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }

.News_list{
	float: left;
	height: 340px;
	width: 575px;
	margin-left: 45px;
}
.News_list li{
	width: 100%;
	float: left;
	height: 94px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A96944;
	margin-bottom: 18px;
}
.News_list li span{
	font-size: 18px;
	line-height: 36px;
	color: #CBA866;
	float: left;
	height: 36px;
	width: 100%;
	font-weight: bold;
}
.News_list li span a{color: #CBA866;}
.News_list li i{
	font-size: 14px;
	line-height: 20px;
	color: #E6E6E6;
	float: left;
	height: 40px;
	width: 100%;
	font-style: normal;
}

/* 新闻动态 */
/* 联系我们 */
.Contact_k{
	background-image: url(../images/Contact_001.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 100%;
	height: 610px;
}
.Contact_k h1{
	font-weight: bold;
	color: #12295F;
	font-size: 48px;
	line-height: 50px;
	width: 100%;
	float: left;
	height: 50px;
	text-align: center;
	margin-top: 70px;
}
.Contact_k h3{
	font-size: 20px;
	line-height: 55px;
	color: #989BAC;
	text-align: center;
	float: left;
	height: 55px;
	width: 100%;
	margin-bottom: 40px;
}
.Contact_1160{
	clear: left;
	width: 1160px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	background-color: #80261D;
}
.Contact_map{
	float: left;
	height: 300px;
	width: 700px;
}
.Contact_us{
	float: left;
	height: 180px;
	width: 300px;
	color: #CBA866;
	margin-top: 60px;
	margin-right: 80px;
	margin-bottom: 60px;
	margin-left: 80px;
}
.Contact_us h2{
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
	width: 100%;
	float: left;
	height: 36px;
}
.Contact_us h4{
	font-size: 15px;
	line-height: 24px;
	width: 100%;
	float: left;
	height: 144px;
}
.Contact_us h4 a{color: #CBA866;}

/* 联系我们 */
/* 底部 */
.footer_k{
	background-image: url(../images/Footer_B.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	float: left;
	height: 50px;
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	color: #B7B292;
	padding-top: 33px;
	padding-bottom: 32px;
	text-align: center;
}
.footer_k a{color: #B7B292;}
/* 底部 */


.gy_k{
	width: 100%;
	float: left;
	height: 30px;
}


/*pages*/
.pagination-wrapper {
	text-align:center;
	float: left;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 2em;
	padding-left: 0;
	width:100%;
}
.pagination {
	display: inline-block;
*display: inline;
*zoom: 1;
	font-size:13px;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #FFFFFF;
}
.pagination li{
	list-style: none;
	display: inline;
	float: left;
	line-height: 2em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
	padding-right: 8px;
	padding-left: 8px;
}
.pagination li a {
	display: inline-block;
	color: #999;
}
.pagination li a:link{
color: #999;
}
.pagination li a:hover{
text-decoration:none;
}
.pagination li a:link:hover {
color: #000;
}
.pagination li.thisclass {
	color:#666666;
	font-weight: bold;
}
.pagination li:first-child {
border-left-width: 1px;
border-radius: 3px 0 0 3px;
}
.pagination li:last-child{
border-radius: 0 3px 3px 0;
}
.pagination .pageinfo{
	color: #444;
	padding: 5px;
}


.N_H{
	font-weight: bold;
	color: #525252;
	font-size: 48px;
	line-height: 50px;
	width: 100%;
	float: left;
	height: 50px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}
.N_1200{
	font-size: 16px;
	line-height: 26px;
	color: #555555;
	font-family: "Microsoft YaHei";
}

.product_list{
	float: left;
	width: 100%;
}
.product_list h1{
	font-weight: bold;
	color: #525252;
	font-size: 48px;
	line-height: 50px;
	width: 100%;
	float: left;
	height: 50px;
	text-align: center;
	margin-top: 50px;
}
.product_list h2{
	font-weight: bold;
	color: #525252;
	font-size: 36px;
	line-height: 40px;
	width: 100%;
	float: left;
	height: 40px;
	text-align: center;
}
.product_list h3{
	font-size: 20px;
	line-height: 55px;
	color: #CEA47E;
	text-align: center;
	float: left;
	height: 55px;
	width: 100%;
	margin-bottom: 35px;
}

.News_list6{
	width: 1200px;
	margin-left: auto;
	clear: left;
	margin-right: auto;
	height: auto;
	font-family: "Microsoft YaHei";
}
.News_list6 li{
	width: 100%;
	float: left;
	height: 94px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A96944;
	margin-bottom: 18px;
}
.News_list6 li span{
	font-size: 18px;
	line-height: 36px;
	color: #A96944;
	float: left;
	height: 36px;
	width: 100%;
	font-weight: bold;
}
.News_list6 li span a{color: #A96944;}
.News_list6 li i{
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	float: left;
	height: 40px;
	width: 100%;
	font-style: normal;
}
.info2 {
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
    padding-bottom: 10px;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 100%;
}
.content_tit {
	font-size: 26px;
	line-height: 40px;
	width: 90%;
	color: #444444;
	text-align: center;
	border-bottom:1px #000000 dashed;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

.cp_xilie{
	clear: left;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	height: 200px;
	border-radius: 10px;
	border: 1px solid #80231B;
}
.cp_xilie_left{
	float: left;
	width: 60px;
	margin-right: 20px;
	font-size: 26px;
	color: #E3B45B;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/wap_news.jpg);
	background-repeat: repeat;
	background-position: center top;
border-top-left-radius:5px;
border-top-right-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:5px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.cp_list{
	width: 1100px;
	float: left;
	margin-top: 22px;
	margin-bottom: 22px;
}

.cp_list a{
	font-family: "Microsoft YaHei";
	float: left;
	font-size: 17px;
	line-height: 20px;
	color: #E3B45B;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	background-image: url(../images/wap_news.jpg);
	background-repeat: repeat;
	background-position: center top;
	border-radius: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #A05538;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cp_list li{
	float: left;
	font-size: 15px;
	line-height: 20px;
	color: #666666;
	background-image: url(../images/wap_news.jpg);
	background-repeat: repeat;
	background-position: center top;
	border-radius: 5px;
	margin: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.cp_list li a{
	float: left;
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url(../images/wap_news.jpg);
	background-repeat: repeat;
	background-position: center top;
	border-radius: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	margin: 0px;
}


.boxoff{
	height:10px;
	overflow:hidden;
	clear:both;
	background:url(../images/boxoff.gif) left 15px repeat-x;
	margin:4px auto;
	padding-top:10px;
}
.boxoff strong{
	display:block;
	width:8px;
	height:10px;
	overflow:hidden;
	font-size:0px;
	line-height:100px;
	background:url(../images/boxoff.gif) right -10px no-repeat;
	float:left;
}

.handle{
	height:59px;
	padding-top:12px;
	overflow:hidden;
	clear:both;
}
.handle .digg{
	width:59px;
	height:59px;
	float:left;
	background:url(../images/digg-bg.gif) no-repeat;
	margin-right:12px;
}
.handle .digg .digg_num{
	width:56px;
	height:34px;
	font-size:20px;
	text-align:center;
	line-height:34px;
	overflow:hidden;
	color:#6B9169;
}
.handle .digg .digg_act{
	width:56px;
	height:22px;
	line-height:23px;
	overflow:hidden;
}
.handle .digg .digg_act a{
	margin-left:11px;
	color:#666;
	float:left;
}
.handle .context{
	float:left;
	width:100%;
}
.handle .context ul li{
	line-height:29px;
	color:#888;
	width:50%;
	float:left;
}
.handle .context ul li a{
	line-height:29px;
	color:#888;
}
	.header2{
		width:100%;
		height:80px;
	}
	.header_1{
		width:100%;
		position:fixed;
		background:#FFFFFF;
		top:0px;
		left:0px;
		z-index:999;		
	}
	.header{
		width:90%;
		height:80px;
		margin:0 auto;
	}
	.header img{
		margin:18px 0 18px 0px;
		clear: both;
	}
	.header a{
		color:#929292;
	
	}
	.nb{
		margin-top:-50px;
	}
	.nvb{
		float:right;
		margin-left:60px;
		font-size:14px;
		color:#999999;
	}
	.nb1{
		margin-top:-33px;
	}
	.nvb1{
		float:right;
		margin-left:60px;
		font-size:14px;
		color:#999999;
	}	
	/* �ֻ����� */
	.on{
		width:0px;
		height:0px;
		font-size:0px;
	}
	#nav_button{
		display: none;
	}
	.nav_link{
		font-size:0px;
	}
	.side_nav{
		width:0px;
		height:0px;
	}

	.xxx{
	clear:both;
	width:100%;
	height:50px;	
	}
	
	
	.ccbox1{
	width: 100%;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
}
.ccbox1 a{
	color: #666666;
}
.ccdi{
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
	background-color: #333333;
	}