@charset "utf-8";
/* CSS Document */
/* 
====================================================================================================
	CSS Reset
====================================================================================================
*/
html,body{ height:100%; width:100%;}

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; vertical-align:central; -webkit-text-size-adjust:none;}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

img,
object,
embed {border:0; z-index:1;}

html {overflow-y:scroll;}

ul {list-style:none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

table {}
th {font-weight: bold;}
td {font-weight: normal;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle; outline:0;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] ,
input[type="checkbox"] { vertical-align:middle; margin-right:5px;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

pre, code, kbd, samp {font-family: monospace, sans-serif;}

.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}
label{ vertical-align:middle;}

button, input, select, textarea {margin: 0;}

button {width: auto; overflow: visible;}
 
.ie7 img {-ms-interpolation-mode: bicubic;}
* img { vertical-align:middle;}

.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

body { font-family:Arial, Helvetica, sans-serif; font-size:12px;}

body, select, input, textarea {color: #000;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration:none; outline:0; color:#06F;}
a:hover {
	color: #F00;
}
a:link {-webkit-tap-highlight-color: #fcd700;}
a:hover, a:active { outline: none;}

::-moz-selection{background: #09F; color: #fff; text-shadow: none;}
::selection {background: #09F; color: #fff; text-shadow: none;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* clear floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }
/* 
====================================================================================================
	Base
====================================================================================================
*/

body {
	background-color: #000;
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
}
.goTop{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute;
	display:none;
	left:1100px;
	width:60px;
	height:20px;
	background-color:#333;
	color:#fff;
	bottom:20px;
	text-align:center;
	border-radius:5px;
	padding:5px 3px 0;
	text-decoration: none;
}
.ind-top{
	width:1000px;
	margin:0px auto;
	height:74px;
}
.top{width:1000px;
	margin:0px auto;
	height:30px;
}
.lan{
	float:right;
	margin-top: 58px;
}
.lan2{
	float:right;
	margin-top: 5px;
}
.lan ul,.lan2 ul{
	font-size:12px;
	line-height:16px;
	color:#999;
}
.lan ul li,.lan2 ul li{
	float:left;
	margin:0px 10px;
}
.lan ul li a,.lan2 ul li a{
	color:#999999;
}
.lan ul li a:hover,.lan2 ul li a:hover{
	color:#FFF;
}

.header{
	background-image:url(../../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:60px;
	background-color:#c90012;
	width:1000px;
	margin:0 auto;
}
.header .header-m{
	width:1000px;
	margin:0px auto;
}
.header .header-m .logo{
	float:left;
	margin-left:27px;
	width:221px;
	height:56px;
	background-image:url(../../images/logo-bg.jpg);
	background-repeat:no-repeat;
	text-align: center;
	margin-top:4px;
}
.header .header-m .nav{
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:56px;
	float:left;
	padding-left:120px;
}
.header .header-m .nav > ul{	
}
.header .header-m .nav > ul > li{
	width:123px;
	text-align:center;
	float:left;
	display: block;
}
.header .header-m .nav > ul > li a{
	color:#FFFFFF;
	display: block;
	padding-top:4px;
}
.header .header-m .nav > ul > li a:hover{
	color:#FFFFFF;
	background-image:url(../../images/bg-hover.jpg);
	background-repeat:repeat-x;
	display:block;
}
.header .header-m .nav > ul > li+li{
	background-image:url(../../images/menu-line.jpg);
	background-repeat:no-repeat;
	height:60px;
}
.banner-ind{
	width:1000px;
	margin:0 auto 30px;
}
.banner{
	width:1000px;
	margin:0 auto;
}
#focus{
	width:1000px;
	height:500px;
	position:relative;
	overflow:hidden;
	display:none;
}
.focusWarp{
	width:1000px;
	height:500px;
	position:relative;
	overflow:hidden;
}
.imgList{
	position:absolute;
	top:0px;
}
.imgList li{
	float:left;
	height:500px;
}
.imgList_two{
	position:absolute;
	z-index:99;
	top:0px;
}
.imgList_two li{
	float:left;
}

.index_content{
	width:1000px;
	height:420px;
	margin:0px auto;
	background-image:url(../../images/indbody-bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	position:relative;
}
.index_content .left-box{
	color:#FFFFFF;
	font-weight:bold;
	float:left;
	margin-top:70px;
	margin-left:20px;
	width:330px;
	height:268px;
	background-image:url(../../images/indbody-left.jpg);
	background-repeat:no-repeat;
}
.index_content .left-box h3{
	font-size:16px;
	line-height:25px;
}
.index_content .left-box ul{
	margin-top:30px;
	font-size:14px;
}
.index_content .left-box ul li{
	line-height:40px;
	background-image:url(../../images/left-line.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:110px;
}
.index_content .m-box{
	left:220px;
	position:absolute;
	margin-top:70px;
	z-index:10;
}
.foot{
	width:1000px;
	margin:0px auto;
	color:#666;
	text-align:center;
	line-height:25px;
}
.left-menu{
	width:254px;
	text-align:left;
	float:left;
}
.left-menu h2{
	background-color:#B3B3B3;
	font-size:18px;
	font-weight:bold;
	line-height:40px;
	color:#770009;
	padding-left:15px;
	border-bottom:solid 1px #000000;
}
.left-menu > ul{
	background-color:#B3B3B3;
	font-size:14px;
	font-weight:bold;
	padding-bottom:20px;
}
.left-menu > ul > li{
	color:#000;
	line-height:30px;
	border-bottom:solid 1px #000000;
	background-image:url(../../images/arrow.png);
	background-repeat:no-repeat;
	background-position:5px center;
	display:block;
	letter-spacing:1px;
}
.left-menu > ul > li a{
	color:#000;
	padding-left:15px;
	display:block;
}
.left-menu > ul > li:hover a{
	color:#FFF;
	background-color:#333;
	display:block;
}
.content-in{
	width:746px;
	float:left;
	padding-top:18px;
	background-image:url(../../images/contentbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:30px;
}
.content-in .title{
	float:left;
}
.content-in .breadcrumbs{
	text-align:right;
}
.content-in .profile-con{
	clear:both;
	padding-top:5px;
	padding-left:10px;
	margin-bottom:30px;
	z-index:0;
}
.content-in .profile-con p{
	font-size:19px;
	line-height:26px;
	text-align:left;
	padding-bottom:10px;
	padding-left:30px;
	width:670px;	
}
.news-pro{
	font-weight:bold;
	text-align:center;
}
.news-ex{
	padding-left:10px;
}
.contentus{
	padding-top:18px;
	background-image:url(../../images/contentbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.contentus .title{
	float:left;
}
.contentus .breadcrumbs{
	text-align:right;
}
.contentus .contentus-con{
	width:780px;
	clear:both;
	padding-top:5px;
	padding-left:10px;
	margin-bottom:30px;
	margin-right: auto;
	margin-left: auto;
}
.contentus-con h2{
	text-align:left;
	font-size:20px;
	font-weight:bold;
	line-height:80px;
	color:#FFFFFF;
	padding-left:20px;
}
.contentus-con p{
	text-align:left;
	font-size:15px;
	font-weight:bold;
	line-height:27px;
	padding-left:20px;
}
.content-in .product{
	clear:both;
	padding-top:5px;
	padding-left:10px;
	margin-bottom:30px;
}
.propic{
	position:relative;
	width:353px;
	height:448px;
}
.product .propic a img{
    display:block;
	position:absolute;
	left:300px;
	top: 380px;
	z-index:10;
}
.propic-w{
	position:relative;
	width:700px;
	height:449px;
}
.product .propic-w a img{
    display:block;
	position:absolute;
	left:600px;
	top: 350px;
	z-index:10;
}
.propic-h{
	position:relative;
	width:353px;
	height:400px;
}
.product .propic-h a img{
    display:block;
	position:absolute;
	left:290px;
	top: 320px;
	z-index:10;
}
.propic-ws{
	position:relative;
	width:300px;
	height:400px;
}
.product .propic-ws a img{
    display:block;
	position:absolute;
	left:220px;
	top: 320px;
	z-index:10;
}
.propic-wb{
	position:relative;
	width:400px;
	height:400px;
}
.product .propic-wb a img{
    display:block;
	position:absolute;
	left:370px;
	top: 320px;
	z-index:10;
}
.spec-box{
	margin-left:50px;
}