@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"宋体","黑体";	
}
a{
	text-decoration:none;	
}
ul,ol{
	list-style-type:none;	
}
img{
	border:0px;	
}
h1,h2,h3{
	font-family:"微软雅黑","黑体";
	font-weight:bold;	
}
html,body{
	width:100%;	
	background:url(../images/bg.jpg);
}
.logofont{font-size:14px; font-family:Calibri;}

#header,#container,#shadow{
	position:relative;
	width:100%;	
}
#header{
	height:130px;
	background:url(../images/header.jpg) repeat-x;
}
#nav{
	margin:0px auto 0px auto;
	width:960px;
	
}
#header h1{
	float:left;
	width:320px;
	font-size:54px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#000;
}
#header h1 span{
	float:left;
	width:320px;
	font-size:22px;
	font-weight:bold;
	color:#000;	
}
#header p{
	float:right;
	padding:20px 0px 0px 0px;
	width:500px;
	text-align:right;
	font-size:26px;
	line-height:46px;
}
#header ul{
	float:right;
	width:450px;
	height:28px;
	border-top:3px solid #9e334d;
	background-color:#9e334d;
}
#header li{
	float:left;
	line-height:28px;
	font-size:16px;
	width:90px;
	text-align:center;	
}
#header li a{
	float:left;
	display:block;
	height:28px;
	width:90px;	
	color:#000;
	font-size:16px;
	background-color:#cdcdcd;
	font-family:"微软雅黑","黑体";
}
#header li.current a,#header li a:hover{
	background-color:#9e334d;
	font-weight:bold;
	color:#fff;	
}
#header li a:hover{
	-webkit-transition-property: background-color,color;
	-moz-transition-property: background-color,color;
	-o-transition-property: background-color,color;
	transition-property: background-color,color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#shadow{
	clear:both;
	height:100px;
	background-color:#363636;
	opacity:0.6;
	filter:alpha(opacity=60);
}
#footer{
	position:relative;
	margin:-100px auto 0px auto;
	width:924px;
	padding:10px 30px 10px 30px;
	height:80px;
	
}
#footer blockquote{
	float:left;
	width:300px;	
}
#footer blockquote h3{
}

#footer blockquote p{
	font-size:18px;
	float:left;
	line-height:28px;	
}

.footone{width:400px; float:left;}

#footer blockquote p font{	
	font-size:18px;
	line-height:28px;
	font-weight:bold;	
}
#footer blockquote span{
	margin:0px 0px 0px 50px;
	font-size:18px;	
}

.footbigfont{font-size:17px; font-weight:bold; color:#b0b0b0;}
.footsmallfont{font-size:14px; color:#b0b0b0;}
.footpad{padding-left:40px;}


#waiting{
	float:right;
	width:1px;
	line-height:1px;
	font-size:32px;
	font-weight:bold;
	text-align:center;
}
#home,#intro,#market,#product,#contact{
	margin:0px auto 0px auto;
	width:960px;	
	padding:12px;
	background:#1e1e1e url(../images/block_bg.png);
}
/*联系我们*/
#contact{
	height:670px;	
}
#aside{
	float:left;
	width:280px;
	height:670px;
	background-color:#b4b4b4;
	overflow:hidden;	
}
#aside img{
	float:left;
	width:280px;	
}
#map{
	float:right;
	width:668px;	
	height:670px;
	background-color:#d9d9d9;
}
#basic{
	float:left;
	padding:10px 0px 10px 20px;
	width:645px;
	height:120px;
	border-bottom:1px solid #6e6e6e;
}
#basic h2{
	line-height:46px;
	font-size:16px;
	font-weight:bold;	
}
#basic p{
	float:left;
	width:250px;
	font-size:12px;
	line-height:22px;
	color:#4d4b4c;		
}
#basic p.dbl_line{
	width:600px;	
}
#basic p span{
	font-weight:bold;
	color:#4d4b4c;	
}
#contact_form{
	float:left;
	padding:10px 0px 10px 20px;
	width:645px;	
}
#contact_form p{
	float:left;
	width:645px;
	line-height:26px;
	margin:0px 0px 8px 0px;	
}
#contact_form p.myinterest{
	font-weight:bold;
	font-size:16px;	
}
#contact_form p label{
	float:left;
	margin:0px 20px 0px 0px;
	width:80px;
	font-size:14px;
	font-weight:bold;
	color:#010000;	
}
#contact_form p.check_interest{
	margin:0px 0px 15px 0px;	
}
#contact_form p.check_interest input{
	float:left;
	margin:10px 10px 0px 0px;	
}
#contact_form p.check_interest label{
	width:auto;
	font-weight:normal;	
}
#company,#email,#address{
	float:left;
	width:380px;
	height:24px;
	line-height:24px;
	background-color:#fff;
	border:1px solid #686868;	
}
#person,#contact_tel,#contact_fax{
	float:left;
	width:160px;
	height:24px;
	line-height:24px;
	background-color:#fff;
	border:1px solid #686868;	
}
#feedback{
	float:left;
	width:380px;
	height:148px;
	border:1px solid #686868;	
}
p#btn_submit{
	float:left;
	padding:20px 0px 0px 0px;
	width:645px;
	text-align:center;
}
#render{
	font-size:14px;
	font-weight:bold;
	width:98px;
	height:30px;
	line-height:30px;
	color:#fff;
	background-color:#9e334d;
	border:0px;	
}
/*产品*/
#product{
	height:auto;	
}
#product_list{
	float:left;
	margin:0px 0px 0px 0px;
	width:310px;
	height:640px;
	background-color:#b4b4b4;
}
#product_list h2{
	float:left;
	padding:0px 0px 0px 10px;
	width:300px;
	height:44px;
	line-height:44px;
	color:#fff;
	background-color:#703a48;
	font-size:16px;
	cursor:pointer;
}
#product_list h2.trademark{
	background-color:#445485;	
}
#product_list h2.mac{
	background-color:#7d9059;	
}
#product_list ul{
	float:left;
	width:310px;	
	margin:0px 0px 8px 0px;
	display:none;
}
#product_list li{
	float:left;
	padding:0px 0px 0px 30px;
	width:278px;
	line-height:28px;
	color:#fff;
	background:url(../images/dot.png) no-repeat 20px center;
}
#product_list li a{
	font-size:12px;
	color:#333;	
}
#market_content{
	float:right;
	padding:14px 14px 0px 14px;
	width:608px;
	background-color:#bbbbbb;	
}
#market_content p,#market_content h3{
	color:#000;
	text-align:center;
	
}
#market_content h3{
	margin:10px;
	text-align:center;
	font-size:16px;	
	font-weight:bold;
	font-family:"微软雅黑","黑体";
	line-height:48px;
}
#market_content p.pic{
	text-align:center;
	margin:0px auto 20px auto;
	vertical-align:middle;	
}
#market_content p.pic img{
	border:1px solid #929292;
	margin:0px 0px 15px 0px;	
}
#market_content p.textdetail{
	width:530px;
	line-height:28px;
	padding-left:50px;
}
#market_content p,#market_content li{
	font-size:14px;
	line-height:22px;
	text-align:left;	
}
#market_content li{
	text-indent:2em;	
}
/*首页*/
#home{
	padding:10px 10px 0px 10px;
	height:510px;
	background-color:#1e1e1e;
}
#home_left{
	float:left;
	width:520px;	
}
#video{
	float:left;
	padding:2px 0px 0px 0px;
	width:516px;
	height:293px;
	text-align:center;
	margin:0px 0px 12px 0px;	
	background-color:#ffffff;
}
#video a{
	float:left;
	width:514px;
	height:280px;
	text-align:center;
	color:#fff;
	line-height:284px;
	font-size:32px;
	font-weight:bold;
}

#news{
	float:left;
	width:505px;
	height:180px;
	padding:6px;
	background-color:#9d9d9d;
}
#news h2{
	margin:5px 0px 0px 10px;
	font-size:18px;
	font-weight:bold;
	color:#282d35;
	background: url(../images/line2.png) no-repeat center bottom;
	line-height:30px;
	height:38px;	
}
#home_right{
	float:right;
	width:432px;
}
#rotate{
	float:left;
	width:430px;
	height:296px;	
	background-color:#8a5462;
}
#headgroup{
	float:left;
	padding:5px 0px 5px 0px;
	width:430px;
	height:60px;	
	background:url(../images/index_shadow1.png) no-repeat center bottom;	
}
#rotate h2,#rotate h3{
	float:left;
	width:430px;
	text-align:center;
	font-size:16px;
	line-height:28px;
	color:#fff;
	text-align:center;
}
#pic_show{
	position:relative;
	float:left;
	width:410px;
	height:210px;
	overflow:hidden;
	margin:5px 0px 0px 10px;
}
#roll_left{
	position:absolute;
	width:50px;
	height:70px;
	top:60px;
	left:0px;
	background:url(../images/arrows_white_new3.png) no-repeat left top;	
}
#roll_right{
	position:absolute;
	width:50px;
	height:70px;
	top:60px;
	right:5px;
	background:url(../images/arrows_white_new3.png) no-repeat right top;	
}
.add_shadow{
	opacity:0.6;
	filter:alpha(opacity=60);	
}
#word_shadow{
	position:absolute;
	left:0px;
	bottom:0px;
	width:410px;
	height:30px;
	font-size:14px;
	line-height:30px;
	color:#fff;
	text-align:center;
	padding:0px 5px 0px 5px;

}
#pic_show ul{
	float:left;
	width:2000px;
	height:210px;	
}
#pic_show ul li{
	float:left;
	width:410px;
	height:210px;
	overflow:hidden;
}
#pic_show  img{
	width:410px;
	height:210px;	
}
#sub_left{
	width:208px;
	height:192px;
	margin:12px 10px 0px 0px;
}

#sub_right{
	width:210px;
	height:192px;
	margin:12px 0px 0px 0px;
}

#sub_left{
	float:left;
	background-color:#5c6b96;	
}
#sub_right{
	float:left;
	background-color:#82965b;	
}

.mygroup{
	float:left;
	padding:5px 0px 5px 0px;
	width:202px;
	height:38px;	
	background:url(../images/bg_line2.png) no-repeat center bottom;	
}
#sub_left h2,#sub_left h3,
#sub_right h2,#sub_right h3{
	float:left;
	width:202px;
	text-align:center;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
	color:#fff;
	text-align:center;
}
.myblock{
	float:left;
	width:182px;
	margin:4px 0px 0px 7px;
	height:105px;
	padding:2px;
}

/*公司简介*/
#intro{
	width:960px;
	padding:12px;
	height:490px;	
	background:#1e1e1e url(../images/block_bg.png);
}
#left_intro{
	float:left;
	width:340px;
	height:470px;	
	background-color:#cfcfcf;
	padding:10px;
}
#intro h2{
	line-height:30px;
	color:#282d35;
	font-size:18px;
	padding:0px 0px 10px 0px;
	background:url(../images/intro_line.png) no-repeat center bottom;	
	text-align:center;
	margin:0px 0px 0px 0px;
}
#intro p{
	font-size:15px;
	line-height:23px;
	padding:6px 0px 6px 0px;	
	text-indent:2em;
}
#right_intro{
	float:right;
	width:566px;
	height:480px;
	background-color:#3b3b3b;	
	padding:12px 10px 0px 12px;
}
#right_intro p{
	float:left;
	margin:0px;
	padding:0px;
	width:565px;
	line-height:25px;
	font-size:13px;
	color:#a8a8a8;	
}
#right_intro p a{
	font-size:13px;
	color:#a8a8a8;	
}
#right_intro p a:hover{
	color:#e3e3e3;	
}
#right_intro img{
	float:left;
	width:565px;
	hegith:380px;	
	margin:0px 0px 15px 0px;
}
/*市场应用*/
#market{
	width:960px;
	height:520px;	
	margin-bottom:6px;
}
#market_body{
	float:left;
	padding:10px;
	width:581px;
	height:500px;	
	background-color:#3c3c3c;
}
#market_body ul{
	float:left;
	width:581px;
	height:48px;	
}
#market_body ul li{
	float:left;
	width:187px;
	height:48px;
	text-align:center;
	line-height:48px;
	margin:0px 10px 0px 0px;
	background-color:#445485;	
	cursor:pointer;
}
#market_body ul li a{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	font-family:"微软雅黑","黑体";	
}
#market_body ul li:first-child{
	background-color:#703a48;
}
#market_body ul li:last-child{
	margin:0px;	
	background-color:#7d9059;
}
#market_body p{
	float:left;
	width:580px;
	margin:10px 0px 0px 0px;
	height:440px;
	background-color:#fff;	
}
#market_body p img{
	float:left;
	width:580px;
	height:440px;	
}
#right_market{
	float:right;
	padding:10px;
	width:326px;
	height:450px;
	background-color:#d9d9d9;
	border-top:50px solid #703a48;	
}
#right_market h3{
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-align:center;	
}
#right_market p{
	font-size:12px;
	line-height:20px;
	padding:0px 0px 6px 0px;
	text-indent:2em;	
}
#others{
	display:none;	
}
#market p.my_shadow{
	height:20px;
	background:url(../images/box_shadow.png) no-repeat left top;	
}
br.auto_extends{
	position:relative;
	width:100%;
	height:1px;
	clear:both;
	visibility:hidden;
}

.fontb{ font-weight:bold; font-size:15px}

.logofont16{font-size:16px; font-family:Calibri;}
