@charset "utf-8";
*{
	
}
body{
	height:100%;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
}
a{color: #333; text-decoration:none;}
a:hover, a:focus{text-decoration:none;}
ul, ul li{
	list-style:none;
  	padding-left: 0;
 	margin-left: 0;
}

.fl{float:left;}
.fr{float:right;}
.clear{ clear:both;} 

@media (min-width: 1200px) {
	.container{
		width:1220px;
	}
	.span6{
		width:48%;
		float:left;
	}
	.col-md-12{
		padding-left:0;
		padding-right:0;
	}
	
}
.row{
		margin-left:0;
		margin-right:0;
	}

@media (min-width: 1200px) {	
.navbar-collapse{
	padding-left:0;
	padding-right:0;
}
}
	
.navbar{
	margin-bottom:0;
	border-radius:0;
}

.navbar-top{
	background:#464646;
}



.carousel-indicators li{
	background:#a9a9a9;
	border:none;
	width:15px;
	height:15px;
}

.carousel-indicators .active{
	background:#dc0024;
	width:15px;
	height:15px;
	margin:1px;
}

@media (max-width: 768px) {
	.carousel-indicators{
		bottom:0;
	}
	.carousel-indicators li{
		width:10px;
		height:10px;
	}
	.carousel-indicators .active{
		width:10px;
		height:10px;
	}
}
.navbar-header{
		background-position:center 20%;
		background-size:cover;
		background:#e8e8e8;
	}
@media (max-width: 768px) {
	.navbar-top{
		border:none;
	}
}

.navbar-top .navbar-toggle .icon-bar{
	background:#fff;
	
}

.navbar-toggle{
	background: #777777 !important;
}

.navbar-top .navbar-toggle{
	border-color:#ddd;
}
.navbar-top .navbar-toggle:hover{
	*background:#f5f5f5;
}
.navbar-nav{
	float:left;
	width:100%;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;	
  } 
  .navbar-nav li{
	 margin-right:55px;
  }
  .navbar-nav li:last-child{
	   margin-right:0;
  }
}

.nav li a{
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	text-shadow:none;
	
}

.nav li a:hover{
	background:none;
	color:#007ac3;
}

.logo{
	display:none;
}

.logo .container{
	height:115px;
	
}


@media (min-width: 768px) {
	.logo{
		height:115px;
		background: #e8e8e8;
		display:block;		
	}
}

.header-logo{
	width:36%;
	padding:10px 0;
	margin-left:10px;
}

@media (min-width: 768px) {
	.header-logo{
		display:none;		
	}
}

.logo .container span{
	float:left;	
}

.logo .container .logo-left{
	margin-top:22px;
	margin-right:38px;
	margin-left:9px;
}

.logo .container .logo-center{
	margin-top:36px;
	margin-right:10%;
	line-height:23px;
	font-size:16px;
}
.logo .container .logo-center b{
	color: #dc0723;
	font-size: 20px;
}
.logo .container .logo-center span{
	color: #004772;
}
.logo .container .logo-right{
	margin-top:30px;
	line-height:23px;
	font-size:16px;
	margin-left: 200px;
}
.logo .container .logo-right b{
	color: #004772;
	font-size: 20px;
}
.logo .container .logo-right-lang{
	margin-top: 10px;
	margin-left: 200px;
}
.logo .container .logo-right-lang dd{
	float: left;
	margin-left:10px; 
}


.ad .item img{
	width:100%;
}

.guide_pro{
	background:#fafafa;	
	padding-bottom:5%;
}

.guide_ff{
	background:#eeeeee;	
	padding-bottom:5%;
}

@media (min-width: 768px) {
	.guide_pro{		
		padding-bottom:40px;
	}
	.guide_pro .pro-title {
		margin-top:38px;
		margin-bottom:40px;	
		height:36px;
		position:relative;	
	}

}

.guide_pro .pro-title .pro-title-l{
	border-top:1px dotted #d7d7d7;
	width:36%;
	float:left;
	position:relative;
	bottom:27px;
	
}
.guide_pro .pro-title .pro-title-l span{
	display:block;
	width:10px;
	height:10px;
	background:#004772;
	position:absolute;
	right:-15px;
	top:-5px;
	border-radius:50%;
}
.guide_pro .pro-title .pro-title-r{
	border-top:1px dotted #d7d7d7;
	width:36%;
	float:right;
	position:relative;
	bottom:27px;
}
.guide_pro .pro-title .pro-title-r span{
	display:block;
	width:10px;
	height:10px;
	background:#004772;
	position:absolute;
	left:-15px;
	top:-5px;
	border-radius:50%;
}

@media (max-width: 1200px) {
	.guide_pro .pro-title .pro-title-l{
		width:30%;
	}
	.guide_pro .pro-title .pro-title-r{
		width:30%;
	}
}

@media (max-width: 768px) {
	.guide_pro .pro-title .pro-title-l{
		width:13%;
	}
	.guide_pro .pro-title .pro-title-r{
		width:13%;
	}
}

.guide_pro .pro-title h2{
	
	font-size:1.8em;
	font-weight:bold;
	color:#004772;
	
	
}

@media (min-width: 768px) {
	.guide_pro .pro-title h2{
		font-size:30px;
		
	}
}


.guide_pro .bd ul li{
	margin-top:10px;
}

.guide_pro .bd ul li dl{
	margin-bottom:0;
	border:1px solid #c8c8c8;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
}

.guide_pro .bd ul li dl img{
	width:100%;
}

@media (max-width: 768px) {
	.guide_pro .bd ul li{
		float:left;	
		width:50%;	
	}
}
.guide_pro .bd ul li dd{
	border-bottom:1px solid #c8c8c8;
	height:45px;
	width:90%;	
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	line-height:45px;	
}

.guide_pro .bd ul li dd .pro-text{
	display:block;
	width:84%;
	font-size:1em;	
	color:#969696;
	float:left;	
	overflow:hidden;
}



@media (min-width: 768px) {
	

	.guide_pro .bd ul li{
		float:left;
		margin-right:42px;
	}
	.guide_pro .bd ul li:last-child{
		margin-right:0;
	}
	.guide_pro .bd ul li dl{
		width:263px;
		min-height:260px;		
		background:#fff;
	}
	.guide_pro .bd ul li dd{
		width:263px;
		height:67px;
		border-bottom:1px solid #c8c8c8;
		vertical-align:middle;   
		display: table-cell;	
		line-height:normal;
	}
	.guide_pro .bd ul li dd .pro-text{
		display:block;
		font-size:16px;
		color:#969696;
		float:left;
		height:19px;
	}
}

.guide_pro .bd ul li dd .pro-more{
	float:right;	
}

.guide_pro .bd ul li dd .pro-more img{
	width:100%;
}

@media (max-width: 768px) {
	.guide_pro .bd ul li dd .pro-more{
		padding:9% 0;
	}
}

.guide_pro .more-product{
	width:180px;
	height:40px;
	margin:0 auto;
	display:block;
	text-align:center;
	border:2px solid #e6e6e6;
	line-height:36px;
	border-radius:30px;
	color:#969696;
	font-family:Helvetica,Arial, Helvetica, sans-serif;
	margin-top:3%;
}
.max-box{
	padding-bottom:5%;
}
@media (min-width: 768px) {
	
	.max-box .span6:nth-child(1){
		margin-right:40px;
	}
}

.max-box .span6{
	margin-top:26px;
}


/*guide_news*/

.guide_news .pro-title{
	border-bottom:1px solid #cdcdcd;
	padding-top:38px;
	padding-bottom:3px;
}

.guide_news .pro-title span{
	color:#646464;
	font-size:1.87em;
}

.guide_news .pro-title .more{
	float:right;
	width:86px;
	height:30px;
	background:#004772;
	color:#fff;
	text-align:center;
	line-height:30px;
}

.guide_news ul li{
	
	padding:17px 0;
	border-bottom:1px dashed #ccc;
}

.guide_news ul li dl{
	float:left;
	margin-right:20px;
	margin-bottom:0;
}

.guide_news ul li dl img{
	width:140px;
}

.guide_news ul li dd{
	line-height:1.7em;
	
}

.guide_news ul li dd a{
	color:#9e9e9e;
}

.guide_news ul li dd span{
	font-size:1.3em;
	color:#646464;
}

@media (min-width: 768px) {
	.guide_news ul li{
		height:127px;
		
	}
	.guide_news ul li dd{
		padding:12px 0;
	}
}

/*guide_about*/

.guide_about{
	padding:0 5%;
	padding-bottom:20px;
}

.guide_about .pro-title{
	border-bottom:1px solid #cdcdcd;
	padding-top:38px;
	padding-bottom:3px;
}

.guide_about .pro-title span{
	color:#646464;
	font-size:1.87em;
}

.guide_about .about-us{
	padding-top:18px;
}

.guide_about .about-us img{
	max-width:100%;
}

.guide_about .about-us p{
	color:#9e9e9e;
	line-height:1.7em;
	margin-top:20px;
}

.guide_about .about-us  .more{
	display:block;
	width:86px;
	height:30px;
	background:#004772;
	color:#fff;
	text-align:center;
	line-height:30px;
	
}

/*footer*/
.footer{
	background:#323232;
	padding-bottom:5%;
}


.footer h3{
	color:#fff;
	font-size:1.428em;
	
}

.footer ul li{
	line-height:2em;
}

.footer ul li a{
	color:#a09f9f;
}



.footer .txt{
	color:#a09f9f;
	line-height:2em;
}

.footer .container{
	position:relative;
}

.foloow{
	width:235px;
	height:50px;
	background:#004772;
	position:absolute;
	top:-17px;
	z-index:999;
	
}
.foloow .fol-left{
	position:absolute;
	left:-10px;
}
.foloow span{
	color:#fff;
	font-size:14px;
	line-height:50px;
	margin-left:24px;
	float:left;
}
.foloow ul{
	float:left;
	margin-top:14px;
	margin-left:10px;
}
.foloow ul li{
	width:21px;
	height:21px;
	border:1px solid #fff;
	border-radius:50%;
	float:left;
	text-align:center;
	margin-right:7px;
	line-height:15px;
}

.foloow ul li img{
	margin-top:3px;	
}

@media (max-width: 768px) {
	.footer .map-about h3{
		margin-top:18%;
	}
	.guide_news .pro-title span{
		font-size: 18px;
	}
	.guide_news ul li dd span{
		font-size: 14px;
	}
	.guide_news ul li dd a{
		font-size: 12px;
	}
}


@media (min-width: 768px) {
	.footer h3{
		margin-top:75px;
	}
	.footer .footer-map{
		float:left;
		margin-right:100px;
	}
	.footer .footer-map:last-child{
		margin-right:0;
	}
	.map-pro ul{
		width:359px;
	}
	.map-pro ul li{
		
	}
	.map-pro ul li:nth-child(odd){
		width:209px;
	}
}

.copy{
	background:#000000;
	padding:18px 0;
	color:#878787;
	font-size: 12px;
}

.copy .copy-r li{
	float:left;
	list-style:none;
	padding:0px 8px;
	border-right:rgb(100,100,100) solid 1px;
	margin-right:1px;
	line-height:12px;
}

.copy .copy-r li:last-child{
	border:none;
}

.copy .copy-r li a{
	color:#878787;
}

@media (min-width: 768px) {
	.copy .copy-l{
		float:left;
	}
	.copy .copy-r{
		float:right;
		padding-top:5px;
	}
}


/*浮动框
/*==============================================================================================*/
#gtop {
	
	bottom:80px;
	right:10px;
	position:fixed;
	z-index:990;
}
* html {
	background:url(*) fixed;
}
* html body {
	margin:0; height:100%;
}
* html #gtop {
	position:absolute;
	right:expression(documentElement.scrollLeft + documentElement.clientWidth - this.offsetWidth-40);
	top:expression(documentElement.scrollBottom + documentElement.clientHeight - this.offsetHeight-40);
}

.gtop-code {
}
.gtop-code a {
	display:block;
	width:50px;
	height:50px;
	text-indent:-999px;
	overflow:hidden;
	background:url(../images/gtop-code.png) 0 0 no-repeat;
}
.gtop-code a img {
	display:none;
	width:200px;
	height:200px;
	position:absolute;
	top:-10px;
	left:-200px;
}
.gtop-code a:hover img {
	display:block;
}
.gtop-gbook {
	display:block;
	position:relative;
	margin:15px 0 0 0;
}
.gtop-gbook a{
	display:block;
	width:50px;
	height:50px;
	text-indent:-999px;
	overflow:hidden;
	background:url(../images/gtop-gbook.png) 0 0 no-repeat;
}
.gtop-go {
	margin:0px 0 0 0;
}
.gtop-go a {
	display:block;
	width:76px;
	height:76px;
	text-indent:-9999em;
	overflow:hidden;
	background:url(../images/gotop.jpg) 0 0 no-repeat;
}

@media (max-width: 768px) {
	.gtop-go a {
		display:block;
		width:30px;
		height:30px;
		text-indent:-9999em;
		overflow:hidden;
		background:url(../images/gotop.jpg) 0 0 no-repeat;
		background-size:cover;
	}
}

/*==============================================================================================*/
@media (max-width: 768px) {
	.ibanner .bd{
		background-size:cover!important;
		max-height:80px!important;
		
	}
	.main_box img{
		max-width:100%;
	}
	.guide_pro .pro-title h2{
		font-size: 18px;
	}
	.guide_about .pro-title span{
		font-size: 18px;
	}
}
.comm_void{
	margin-top:2%;
	margin-bottom:2%;
}

.main_box .prolist img{
	max-width:100%;
}

/*==============================================================================================*/
/*boxright-css
/*==============================================================================================*/
.right_box{ 
		
	overflow:hidden;
	text-align:left;
	background:#ffffff;
	 
	
}

@media (min-width: 768px) {
	.right_box{
		width:80%;
		min-height:800px;
		float:right;
	}
}

.right-bor{
	border:1px solid #eaeaea;
}

.comcont .hd{
	overflow: hidden;
    line-height: 30px;
    height: 30px;
    border-bottom: #dddddd solid 1px;
    background: #fff;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    margin-bottom: 15px;
}

.comcont .locate { overflow:hidden; text-align:left; float:left; display:inline-block; }
.comcont .locate div{float:left; background:url(../images/home.png) no-repeat 10px 14px; padding-left:30px; line-height:38px; height:38px; display:block;margin-right:20px;}
.comcont .locate span{float:right; line-height:38px; height:38px; display:block;margin-right:20px;}
.comcont .locate ul{ list-style:none; display:table-cell; float:left;text-align:left; background:url(../images/home.png) no-repeat 8px 10px; padding-left:20px; margin-right:10px;}
.comcont .locate li{ float:left;display:block; padding:0px 12px 0px 8px; text-align:left; background:url(../images/arrow.png) no-repeat right 16px;}
.comcont .locate li a{ font-size:14px; font-weight:normal; text-align:center;text-transform:capitalize;}

.comcont .content .intro{
	line-height:24px;
	color:#636363;
}
.comcont .content .intro .thd{
	display: block;
    font-size: 20px;
    text-align: center;
}
.comcont .content .intro .thd font{
	display: block;
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
}

.comcont .content .intro .hd{
	font-style:normal;
	padding-left:10px; 
}
.comcont .content table tr td{
	border:1px solid #ccc;
	
}
.comcont .content table tr td span{
	font-size:14px!important;
}
.content{
	padding:20px;
	border:#eaeaea solid 1px;
}

/*==============================================================================================*/
/*boxleft-css
/*==============================================================================================*/
.left_box{
	margin-top:20px;
}

@media (min-width: 768px) {
	.left_box{
		width:18%;
		float: left;
		margin-top:0;
	}
}

.cate{margin-bottom:20px; display:block; overflow:hidden;background:#fff;}
.cate h2{
	height:45px; 
	line-height:45px; 
	background:#004772;
	padding-left:15px;
	font-size:14px;
	font-family: "微软雅黑","Microsoft Yahei",Helvetica, Arial, sans-serif;
	color:#fff; 
	margin-top:0;
	margin-bottom:0;
}
.cate li{ background:#f5f5f5; border-bottom:#fff solid 1px;padding-left:15px;list-style:none;}
.cate li:last-child{ border-bottom:none}
.cate li div{ display:block; line-height:36px;margin-left:0 !important;}
.cate li div span{ display:block; line-height:25px; background: url(../images/cate.png) no-repeat 0px -52px;padding-left:15px; cursor:pointer;}
.cate li a{ display:block; line-height:25px; background: url(../images/cate.png) no-repeat 0px 17px;padding-left:12px;padding-top:8px;padding-bottom:8px;text-transform:capitalize;}

.box{margin-bottom:20px; display:block; overflow:hidden;background:#f5f5f5;}
.box h2{
	height:40px; 
	line-height:40px; 
	background:#004772;
	padding-left:15px;
	font-size:14px;
	font-family: "微软雅黑","Microsoft Yahei",Helvetica, Arial, sans-serif;
	color:#fff; 
	margin-top:2px;
}
.box .bd{ padding-top:15px;padding-left:15px;padding-bottom:15px;line-height:25px;}
.box li { 
     margin-bottom:15px; 
	 font-size:12px;
}
.box li span{ display:block;line-height:20px; font-weight:bold;
}
.box li p{ line-height:20px;
}
.box p{font-size:14px;}


.prolist {
	clear:both;
	position:relative;
	float:left;
	overflow:hidden;
	padding:10px;
	list-style:none;
	border:#eaeaea solid 1px;
}


.prolist ul { width:100%; margin-left:15px; margin-top:15px;}
.prolist li{
	margin-bottom:15px;
	overflow:hidden;
	display:block;
	width:280px;
	height:337px;
	float:left;
	margin-right:25px;
	
	margin-bottom:25px;
	border:#dddddd solid 1px;
}

@media (min-width: 768px) {
	.prolist{
		width:100%;
		min-height:800px;		
	}
}

@media (max-width: 768px) {
	.prolist li{
		width:90%;
	}
}

.prolist li .pic{
    display: block;
	overflow:hidden;
	width:75%;
	height:284px;
	padding-top:25px;
	padding-bottom:25px;
	margin:0 auto; 
}
.prolist li img{
    display: block;
	overflow:hidden;
	
}
.prolist li .txt{ border-top:#dddddd solid 1px; text-align:center; overflow:hidden; background:#f8f8f8;}
.prolist li .txt h3{
	padding:12px 0;
	font-weight:normal;
	font-size:14px;
	line-height:2.2em;
	margin-top:0;
}
.prolist li .txt h4{
	margin-top:5px;
	font-size:normal;
	clear:both;
	display:block;
	font-weight:normal;
}
.prolist li .txt h4 a{ color:#F60;}

/*--------------------page------------------*/
.page{
    margin:10px 0px;
    clear: both;
	padding-top:10px;
	overflow:hidden;
	
}
.page .first{
    background:url(../images/page.png) 7px -82px no-repeat;
}
.page .last{
    background:url(../images/page.png) 7px -140px no-repeat;
}
.page .next{
    background:url(../images/page.png) 7px 10px no-repeat;
}
.page .prev{
    background:url(../images/page.png) 7px -36px no-repeat;
}
.page span.page_list{ overflow:hidden; float:right;}
.page span.page_list a{
	display:block;
	float:left;
	margin-right:5px;
    border:1px solid #eaeaea;
	padding: 5px 10px 5px 10px;
	font-size:12px;

}
.page span.page_rows{
	display:block; 
	float:right;
    border:1px solid #eaeaea; 
	font-size:12px;
	margin-right:5px;
    padding: 5px 10px 5px 10px;
}
.page span.page_list a.selected{
    background: #f2f2f2;
    color: #222222;
}

.arclist {
	position:relative;
    padding:3%;
	border:1px solid #eaeaea;
}

@media (min-width: 768px) {
	.arclist{
		min-height:800px;
	}
}

.arclist li{
    border:none;
	line-height:30px;
	height:30px;
	border-bottom:#f5f5f5 solid 1px;
	overflow:hidden;
}
.arclist li span{
    display: block;
	float:left;
	margin-right:10px;
}
.arclist li a{
	float:left;
    display: block;
	background:url(../images/tl_cut.png) no-repeat 5px 13px;padding-left:16px;
}
.arclist li .time{
	float:left;
	margin-left:30px;
	color:#ccc;
    display: block;
}

@media (max-width: 768px) {
	.arclist li a{
		width:59%;
	}
}

/*==============================================================================================*/
/*form-css
/*==============================================================================================*/
@media (min-width: 768px) {
	.book-top{
		padding:20px;
	}
	
}

@media (max-width: 768px) {
	.right_box .book-content{
		padding:0;
	}
	
}

.field{
    display: table;
    margin-bottom: 10px;
	width:100%;
}
label{
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    cursor: pointer;
	
}


label.label{
    
	display:block;  
    text-align: left;
    color: #333;
}

@media (min-width: 768px) {
	label.label{
		float: left;
		 text-align: right;
		width: 120px;
		padding-top: 5px;
		margin-right:15px;
	}
}
.controls{
    margin-left: 140px;
}
.error{ color:#ff0000; margin-right:2px;}
input{
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;

}

input.text{
    background-color: #fff;
    border: 1px solid #ccc;
    color: #888;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    padding: 4px 6px;
    margin-left: 0;
    width: 206px;
    text-indent: 0px;
    text-shadow: none;	
}



textarea{
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;

}

textarea.textarea{
    background-color: #fff;
    border: 1px solid #ccc;
    color: #555;
    font-size: 12px;
    padding: 4px 6px;
    margin-left: 0;
	width:400px;
}

.btn{
    background:#F5F5F5;
    border: 1px solid #B3B3B3;
    color: #333333;
    cursor: pointer;
    letter-spacing: 2px;
    line-height: 1;
    overflow: visible;
    padding: 7px 15px;
    overflow:hidden;
    text-align: center;
    width: auto;
}
.bookform{ padding:20px;}

@media (max-width: 768px) {
	input.text{
		width:80%;
	}
	textarea.textarea{
		width:99%;
	}
}

.content .pic{
	text-align:center;

}

@media (min-width: 768px) {
	.content .pic{
		margin-bottom:20px;
		margin-right:20px;	
		padding:10px;	
		float:left;		
	}
}

.con-hd{
	overflow: hidden;
    line-height: 30px;
    height: 30px;
    border-bottom: #dddddd solid 1px;
    background: #fff;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    margin-bottom: 15px;
}
.content .price	{ color:#F60; font-size:20px;}
.content .pic img{ text-align:center; margin:0 auto; width:100%;}
.content .guide{ overflow:hidden; margin-bottom:15px;}
.content .guide ul{
	list-style:none;
	}
.content .guide ul li{
	line-height:25px;
	}
.content .guide .ibuy{ background:#ff6600; color:#fff; font-size:16px; text-align:center; height:40px; line-height:40px; width:120px; margin-right:20px; float:left; overflow:hidden; display:block;}	
.content .guide .idemo{ 
	background:#000; 
	color:#fff; 
	font-size:16px; 
	text-align:center; 
	height:40px; 
	line-height:40px; 
	width:120px; 
	float:left; 
	overflow:hidden; 
	display:block;
	transition:background 0.5s;
	-moz-transition:background 0.5s;
	-webkit-transition:background 0.5s;
	-o-transition:background 0.5s;
	}		
	
.content .guide .idemo:hover{
	background:#004772;
	}
	
.content .pic li img {
    width: 60px;
    height: 60px;
    cursor: pointer;
}	

.content .pic li:hover {
    border: #F60 solid 1px;
}
.content .pic li {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 8px;
    border: #f2f2f2 solid 1px;
}

.content .pic h3 {
    width: 250px;
    padding: 5px;
    margin-bottom: 10px;
    border: #f2f2f2 solid 1px;
}	
	
.pic .jqzoom{
	border:#e8e8e8 solid 1px;
	margin-bottom:10px;
}


.pro_rec {
	float:left;
	width:100%;
	overflow:hidden;
	text-align:left;
	margin-top:20px;
	margin-bottom:10px;
	
}
.pro_rec h2{ 
	overflow:hidden; 
	height:45px; 
	line-height:45px; 
	color:#666666;
	position:relative;
	font-size:12px;
	background:#fafafa;
	padding-left:10px;
	border-bottom:#eaeaea solid 1px;
}

.pro_rec ul{ display:block;width:100%; margin:0px;padding-top:10px;}
.pro_rec ul li{ 
	width:100%;
	float:left;
	display:table-cell;
	text-align:center;
	overflow:hidden;	
	margin-right:19px; 
	margin-bottom:20px;
	border:#eaeaea solid 1px; 
}
.pro_rec ul li:last-child{
	margin-right:0; 
}


.pro_rec ul li img{
	margin-top:5px; 
	max-width:100%; 
	vertical-align:middle; 
}
.pro_rec ul li dl{
	display:block;
}	
.pro_rec ul li dd{
	display:block;
	margin-top:15px;
    height:28px;
	line-height:28px;
	text-align:center;
}	

@media (min-width: 768px) {
	.pro_rec ul li{
		
		width:210px; 
		height:208px; 
	}
	.pro_rec ul li img{
		max-width:150px; 
	}
}


.next_map{ padding-top:10px; padding-bottom:10px; line-height:25px; overflow:hidden; clear:both; border-top:#ddd solid 1px; margin-top:20px; }
	
.arc_rec {
	width:100%;
	overflow:hidden;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	
}
.arc_rec h2{ 
	overflow:hidden; 
	height:40px; 
	line-height:40px; 
	color:#666666;
	position:relative;
	font-size:12px;
	background:#fafafa;
	padding-left:10px;
	border-bottom:#eaeaea solid 1px;
}

.arc_rec ul{ display:block;; margin:0px;padding-top:10px;}
.arc_rec ul li{ 
	overflow:hidden;
	line-height:35px;
	height:35px;
	background:url(../images/tl_cut.png) no-repeat 5px 15px;padding-left:20px;
	border-bottom:#eaeaea solid 1px;
}
.arc_rec ul li a{ 
   display:block;
   width:600px;
   float:left;
}
.arc_rec ul li span{ 
   display:block;
   width:80px;
   float:right;
   color:#999999; 
}

@media (max-width: 768px) {
	.arc_rec ul li a{
		width:60%;
	}
}

.jwlogo{display:none;}