/* CSS Document */
/* HTML tags : start */
html {height:100%}
html, body, p, h1, h2, h3, a, img, form, table, tr, td, ul, li, span, div {
        margin: 0;
        padding: 0;
        border: 0;
}
html {
	width: 100%;
	min-width:1000px;width:expression(document.documentElement.clientWidth < 1000 ? "1000px" : "100%");
	height: 100%;
	background: url(../images/head_temp.jpg) repeat-x top center #DCDCDC;
}
body{
	width: 100%;
	min-width:1000px;width:expression(document.documentElement.clientWidth < 1000 ? "1000px" : "100%");
	background-image: url(../images/head.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	/* font */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	position:relative;
	height: 100%;
}

a {
	color:#1778AA;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


h1 {
	font-size: 24px;
	color: #1778AA;
	font-weight: 200;
	padding-bottom: 15px;
}

h2 {
	font-size: 20px;
	color: #000000;
	font-weight: 200;
	padding: 5px 0;
}


.main {
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
	max-width:1280px;width:expression(document.documentElement.clientWidth > 1280 ? "1280px" : "100%");
	position: relative;
	z-index: 10;
}

.space {
	width: 100%;
	height: 1px;
	clear: both;
}

			/*			HEADER			*/
			
.head {
	width: 100%;
	height: 400px;
}
.logo {
	float: left;
	padding: 30px 0 0 0;
	position:relative;
	z-index: 20;
}


/* Site navition */
.site_nav {
	width: 220px;
	height: 45px;
	padding: 100px 0 0 0;
}
.site_nav img {
	margin: 20px 0 0 30px;
}

/* head text */
.site_head {
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0;
}
.site_head p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 22px;
	color: #ffffff;
}
.top_phone {
	position:absolute;
	float: right;
	right: 30px;
	top: 40px;

}
.top_phone p {
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
.top_phone div.phone p {
	float: left;
	font-size: 35px;
	font-style: normal;
}
.top_phone div.phone p.code {
	font-size: 20px;
	padding-top: 15px;
}

			/*			CONTENT			*/
			
.page_content {
	width: 100%;
}

.left_col {
	width: 25%;
	float: left;
	margin-left: 3%;
}






.left_menu {
	padding: 0 20px 0 13px;
}
.left_menu li {
	list-style-image: url(../images/menu_list.gif);
	list-style-position: outside;
	line-height: 20px;
}
.left_menu li a {
	color: #000000;
	margin-left: 6px;
}

.left_menu li ul {
	padding-left: 25px;
}

#slider {}
#slider .header {
	padding: 0 20px 0 13px;
	background: url(../images/menu_list.gif) no-repeat left;
	line-height: 20px;
	cursor: pointer;
}
#slider .header span {
	color: #000000;
	margin-left: 6px;
	border-bottom: 1px dashed #000000;
}
#slider .header a {
	color: #000000;
	margin-left: 6px;
} 
#slider .header:hover {}

#slider .content {
	overflow: hidden;
}
#slider .content .text {
	text-align: left;
	position:relative;
	left: 30px;
	padding: 0;
	height: 25px;
}
#slider .content .text a {
	color: #000000;
	margin-left: 6px;
}








.left_banner {
	margin-top: 35px;
}
.left_text {
	margin-top: 60px;
}
.left_text_head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #333333;
	font-style: italic;
	padding-bottom: 20px;
}
.banner {
	display: block;
}
.banner img {
	width: 200px;
}

.right_col {
	width: 71%;
	float: left;
	margin-top: 35px;
}

.bread_crumbs {
	margin: 0 0 10px 0;
	font-size: 11px;
	color: #666666;
}
.bread_crumbs a {
	color: #666666;
}

.text {
	padding-bottom: 55px;
}
.text img {
	float: left;
	margin-right: 35px;
}
.text_head {
	font-size: 21px;
	padding-bottom: 15px;
}
.text_head a {
	text-decoration: none;
	border-bottom: 1px dashed #1778AA;
}
.text ul {
	margin-left: 30px;
}

.form {
	margin: 0 auto;
	width: 98%;
}
.form span {
	font-size: 13px;
	color: #333333;
}
.form span.zag {
	font-size: 16px;
	font-weight:bold;
	color: #cc0000;
}
.form span.red_star {
	color: #cc0000;
	padding: 0 3px;
}

.form tr td {
	width: 25%;
	padding: 2px 0;
}

.form input {
	width: 90%;
	height: 11px;
	font-size: 11px;
}
.form select {
	width: 91%;
	font-size: 11px;
}
.form textarea {
	width: 98%;
	font-size: 11px;
}
.go {
	width: 120px;
}



/*		FOOTER		*/
.footer {
	clear: both;
	width: 100%;
	height: 145px;
	position: relative;
	margin-top: -145px;
	background: #D5D5D5;
}
.footer_cont {
	margin: 0 auto;
	width: 100%;
	height: 145px;
	max-width:1280px;width:expression(document.documentElement.clientWidth > 1280 ? "1280px" : "100%");
	position: relative;
	z-index: 15;
}
.footer_left {
	width: 25%;
	height: 145px;
	float: left;
	margin-left: 3%;
}
.footer_left p {
	padding-top: 40px;
	font-size: 11px;
	color: #333333;
}
.footer_right {
	width: 71%;
	height: 145px;
	float: left;
}
.footer_phone {
	width: 300px;
	float: left;
	margin-left: 6.7%;
	margin-top: 30px;
}
.footer_phone img {
	float: left;
	margin-right: 20px;
}
.footer_phone p {
	font-size: 34px;
	color: #5B5B5B;
	float: left;
}
.footer_phone p.code {
	font-size: 20px;
	padding-top: 14px;
}
.anta {
	width: 200px;
	float: right;
	margin-top: 30px;
}
.anta img {
	float: left;
	margin-right: 15px;
}
.anta p {
	font-size: 11px;
	color: #333333;
}
.anta p a {
	color: #333333;
}
	
