﻿@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	font-size:12px;
	list-style-type:none;
}
body{
	background: #d1ecff ;
	font-family:Arial,Helvetica,sans-serif;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#C54D08;
	text-decoration:underline;
}
.clear{
	clear:both;
}
div a img{
	border:0px;
}
.align_right{
	text-align:right;
}
/**********************网页的头部header******************************/
#header{
	background:url(../images/head_bg.gif) repeat-x left top;
	border-top:solid 0px #981702;
	float:inherit;
	overflow:hidden;
	clear:both;
	width:100% 
	min-width:1024px;
	width:expression((documentElement.clientWidth < 1024) ? "1024px" : "auto" );
}
#head{
	margin:0px auto;
	width:1004px;
}
#head_sub_menu ul{
	margin:5px 10px 0 0;
	float:right;
	width:100%;
}
#head_sub_menu li{
	float:right;
	width:auto;
}
#head_sub_menu li a {
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin-right:5px;
	text-decoration:none;
}
#head_sub_menu li a:hover {
	text-decoration:underline;
}
#head_sub_menu li a span {
	color:#B91A00;
}
#head_sub_ico1, #head_sub_ico2, .head_sub_ico3, #head_sub_ico4, .head_sub_ico5 {
	height:16px;
	padding-left:20px;
	width:16px;
}
#head_sub_ico1 {
	background:transparent url(../images/head_sub_ico1.gif) no-repeat;
}
#head_sub_ico2 {
	background:transparent url(../images/head_sub_ico2.gif) no-repeat;
}
.head_sub_ico3 {
	background:transparent url(../images/head_sub_ico3.gif) no-repeat;
}
#head_sub_ico4 {
	background:transparent url(../images/head_sub_ico4.gif) no-repeat;
}
.head_sub_ico5 {
	background:url(../images/head_sub_ico5.gif) no-repeat;
}
#logo {
	display:block;
	float:left;
	margin-left:10px;
}
#remmber_infor {
	float:left;
	margin:20px 0 0 30px;
}
#facebook {
	float:left;
	margin:20px 0 0 30px;
}
#remmber_infor a, #search_price a {
	font-weight:bold;
	text-decoration:underline;
}
#remmber_infor a:hover, #search_price a:hover {
	color:#000000;
	text-decoration:none;
}
#search_price {
	float:right;
	margin:20px 10px 0 0;
}
#search_left, #search_right {
	float:left;
	height:24px;
	width:13px;
}
#search_left {
	background:url(../images/search_left.gif) no-repeat;
}
#search_right {
	background:transparent url(../images/search_right.gif) no-repeat;
}
#keyword {
	border-color:#56b2f3;
	border-style:solid none;
	border-width:1px medium;
	float:left;
	height:20px;
	padding-top:2px;
	width:194px;
}
#search_btn {
	background:url(../images/search_btn.gif) no-repeat;
	border:0 none;
	cursor:pointer;
	height:23px;
	margin-left:10px;
	width:47px;
}
#search_price p {
	margin:10px 0 0;
	text-align:right;
}
#head_menu{
	height:45px;
	width:100%;
	text-align:center;
	margin-top:10px;
	overflow:hidden;
}
#head_menu li{
	display:inline;
}
#head_menu a img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-ms-filter:"alpha(opacity=100)";
}
#head_menu a:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-ms-filter:"alpha(opacity=100)";
}

#sub_menu {
	background:#F2F2F2;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	float:left;
	padding:9px 0 8px 0;
	text-align:center;
	width:100%;
}
#sub_menu li {
	display:inline;
	margin-right:10px;
}
.main_all {
	margin:0 auto;
	width:1105px;
}
#main, #email_cont, #question_cont, #bottomer_cont {
	margin:0 auto;
	/*max-width:1105px;*/
	width:996px;
}
#main {
	background:#FFF;
	margin-top:2px;
	padding:6px 15px;
}
#bottom {
	width:100%;
	clear:both;
}
#email {
	background: url(../images/email_bg.gif) repeat-x left top;
	border-bottom:1px solid #DCDBD9;
	border-top:1px solid #DCDBD9;
	height:33px;
	padding-top:7px;
	min-width:1024px;
}
#email_cont span {
	color:#F46F26;
	font-weight:bold;
}
#email_text {
	border:1px solid #bcbcbc;
	height:18px;
	margin:0 8px 0 10px;
	width:176px;
}
#email_btn {
	background:transparent url(../images/sign_up.gif) no-repeat;
	border:0 none;
	height:27px;
	width:79px;
	cursor:pointer;
}
#question {
	background:#FFFFFF url(../images/question_bg.gif) repeat-x;
	color:#D85600;
	padding-top:10px;
	min-width:1024px;
}
#question_left{
	float:left;
	width:483px;
}
#question_right{
	float:left;
	width:400px;
}
#question_left {
	border-right:1px dotted #5E5E5E;
}
#question_left ul{
	width:100%;	
}
#question_left ul li{
	width:45%;
	float:left;
}

#question_left ul, #question_right ul {
	float:left;
	line-height:20px;
	margin:15px 20px 0;
}
#question_left ul li, #question_right ul li {
	background:url(../images/questin_ico.gif) no-repeat left 6px;
	padding:0 0 0 15px;
}
#question_left ul li a, #question_right ul li a {
	color:#353535;
	text-decoration:underline;
}
#question_left ul li a:hover, #question_right ul li a:hover {
	color:#C84700;
	text-decoration:none;
}
#question_right {
	padding-left:20px;
}
#bottomer {
	background:#d1ecff;
	text-align:center;
	min-width:1024px;
	clear:both;
	padding-top:20px;
}
#bottomer p {
	padding:0 0 20px 0;
}
#bottomer a {
	color:#D85600;
	text-decoration:underline;
}
#seo-bottom{
	text-align:center;
}
label.error{
	color:#ff0000;
	padding-left:5px;
}
.accordion2 {
	width: 100%;
	border-bottom: solid 1px #c4c4c4;
}
.accordion2 h3 {
	background: #e9e7e7 url(../images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion2 h3:hover {
	background-color: #e3e2e2;
}
.accordion2 h3.active {
	background-position: right 5px;
}
.accordion2 p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	display: none;
}