/*****vieye*****/
@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -------------------------------- 

Primary style

-------------------------------- */
html {
	font-size: 62.5%;
	overflow-x:hidden;
}
body {	
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	line-height: 1;
	vertical-align: baseline;	
}
strong{
	font-weight: bold;
}

a {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.mc {
	width: 1200px;
	margin:auto;
	
}


*.nomargin{
	margin-right:0px;
	}

.clearfix{
	clear:both;
	overflow:hidden;
	_zoom:1;
	}

.clearfix::before,.clearfix::after{
	content: '';
	display: block;
	clear:both;
}

.ab_active{
	color:#fff;
	background:url(../img/content/ab_title_bg.png) no-repeat center center;
	}
.space_tb1-5{
	padding-top:15px;
	padding-bottom:15px;
	}
.space_tb1{
	padding-top:10px;
	padding-bottom:10px;
	}
.space_tb2{
	padding-top:20px;
	padding-bottom:20px;
	}	
.space_tb3{
	padding-top:30px;
	padding-bottom:30px;
	}	
.space_tb4{
	padding-top:40px;
	padding-bottom:40px;
	}	
.space_tb5{
	padding-top:50px;
	padding-bottom:50px;
	}

.ta_c{
	text-align:center;
	}

.ta_l{
	text-align:left;
	}

.ta_r{
	text-align:right;
	}
	
.btn{
	cursor:pointer;
	}
.ov_hd{
	overflow:hidden;
	}

.m_color{
	color:#d81318;
	}
.mh_color a:hover,a.mh_color:hover{
	color:#d81318;
	}
		
.m_bg{
	background:#d81318;
	}

.m_bc{
	background:#d81318;
	color:#fff;
	}
.bd_c{
	border:1px solid #ccc;
	overflow:hidden;
	}		

.nobd_l{
	border-left: 0  !important;
	border-left: 0;
}
.nobd_r{
	border-right: 0  !important;
	border-right: 0;
}

.para_p{
	line-height:24px;
	font-size:12px;
	}

.hide{
	display: none;
}

.border_c{
	border:1px solid #ccc;
}
.nomargin_r{
	margin-right: 0  !important;
	margin-right: 0;
}

.en{
	font-family: Arial;
}


.in-prode-details strong{
	font-weight: bold !important;
	font-weight: bold;
}
.in-prode-details b{
	font-weight: bold !important;
	font-weight: bold;
}

.in-prode-details table{
	border-spacing: 0 !important;
	border-collapse: collapse !important;
	border-color: #ccc !important;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
}
.in-prode-details table tr td{
	border-color: #ccc !important;
	padding:8px !important;
	border:1px solid #ccc;
	border-top: 0;
	border-left:0;
	padding:8px;
}
