﻿/*全局样式*/
body {margin: 0;padding: 0;font-family: 宋体, Arial, Helvetica, sans-serif;font-size: 12px;color: black; background-color:white;}
html {margin: 0;padding: 0;font-family: 宋体, Arial, Helvetica, sans-serif;font-size: 12px;color: black; background-color:white;}
dl dd{list-style: none;margin: 0;padding: 0;}

dl dt{list-style: none;margin: 0;padding: 0;}

dl{list-style: none;margin: 0;padding: 0;}

ul li{list-style: none;margin: 0;padding: 0;}

ul{list-style: none;margin: 0;padding: 0;}

h6{list-style: none;margin: 0;padding: 0;}

h5{list-style: none;margin: 0;padding: 0;}

h4{list-style: none;margin: 0;padding: 0;}

h3{list-style: none;margin: 0;padding: 0;}

h2{list-style: none;margin: 0;padding: 0;}

h1{list-style: none;margin: 0;padding: 0;}

form{list-style: none;margin: 0;padding: 0;}

p{list-style: none;margin: 0;padding: 0;}

/*清除浮动类*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
* html .clearfix {height: 1%;}
.clearfix {display: inline-block;}
.clearfix {display: block;}
.clearfix {zoom: 1;}
.clear{
	clear:both;
}
/*清除图片链接一像素边框*/
a img {border: 0;}

/*全局链接样式*/
a:link {color:#fde0ac;}
a:visted {}
a:hover {}
a:active {}

/*浮动方式和对其方式常用*/
.l {text-align: left;}
.r {text-align: right;}
.f-l {float: left;}
.f-r {float: right;}
.c {text-align: center;}
/*引导页css*/
.content{
	width:960px;
	margin:0 auto;
	padding:200px 0 50px 0;
}
.top-logo{
	text-align:center;
}
ul.top-img{
	height:88px;
	text-align:center;
}
ul.top-img li{
    float:left;
    height:88px;
    width:142px;
    margin:25px;
    *margin:22px;
    _margin:22px;
}
ul.top-img li a{
}
ul.top-img li a:hover{
	border:2px #f7d8a2 solid;
	display:block;
}
/*header*/
.header-box{
	height:110px;
	background:white url('../images/header-bg.jpg') repeat-x scroll left top;
}
.header{
	width:970px;
	height:110px;
	margin:0 auto;
}
.logo{
	width:123px;
	height:47px;
	float:left;
	background:url('../images/logo.png') no-repeat scroll left top ;
	margin:20px 0 0 50px;
}
ul.nav{
	float:right;
	width:760px;
	height:52px;
}
ul.nav li{
	float:left;
	width:78px;
	height:32px;
	margin-top:27px;
	line-height:30px;
	text-align:center;
	font-weight:bold;
	margin-left:5px;
}
ul.nav li a{
	display:block;
	text-decoration:none;
	font-size:14px;
	color:#fde0ac;
}
.nav-selected{
	background:url('../images/nav-bg.gif') no-repeat scroll left top ;
	color:#4a301b!important;
}

ul.nav li a:hover{
	background:url('../images/nav-bg.gif') no-repeat scroll left top ;
	color:#4a301b!important;
}
.nav-sub a{
	 color:#454545;
	 text-decoration:none;
}
.nav-sub a:hover{
	 color:#be1e16;
}

.nav-sub02{
	line-height:20px;
	padding-left:250px;
	padding-top:7px;
}

/*面包屑导航css*/
.main-box{
	width:970px;
	margin:0 auto;
}
.sub-title{
	height:36px;
	line-height:30px;
	background:url('../images/index-bg.jpg') no-repeat scroll left top ;
}
.page-title{
	height:30px;
	margin-left:50px;
	font-size:14px;
	font-weight:bold;
	color:#fde0ac;
	width:235px;
	float:left;
}
.index-nav{
	float:left;
	height:30px;
	color:#838383;
}
.index-nav a{
	color:#974200;
	text-decoration:none;
}
.index-nav a:hover{
	color:#2e2e2e;
}
/* 页面左侧css*/
.page-left{
	width:240px;
	float:left;
}
ul.sub-nav{
	margin-left:10px;
	background-color:#f2f2f2;
	width:230px;
	padding-bottom:30px;
}
ul.sub-nav li{
	 font-size:14px;
	 line-height:30px;
	 height:30px;
	 overflow:hidden;
}
ul.sub-nav li a{
	color:#262626;
	text-decoration:none;
	display:block;
	padding-left:80px;
}
.left-selected{
	color:#5c2900!important;
	background-color:#fde0ac;
	font-weight:bold;
}
ul.sub-nav li a:hover{
	color:#5c2900!important;
	background-color:#fde0ac;
	font-weight:bold;
}
.brand{
	height:36px;
	line-height:30px;
	background:url('../images/index-bg.jpg') no-repeat scroll left top ;
	padding-left:45px;
	color:#fde0ac;
	font-size:14px;
	font-weight:bold;
	color:#fde0ac;
}
ul.brand-logo{
	padding-bottom:50px;
	margin-left:10px;
	background-color:#f2f2f2;
	width:230px;
}
ul.brand-logo li{
	text-align:center;
	padding:5px 0;
}
ul.brand-logo li a{
	padding-left:0;
}
/*页面右侧*/
.page-right{
	width:711px;
	float:right;
}
.banner{
	margin-bottom:10px;
}
.title-right{
	 border-bottom:2px #c4c4c4 solid;
	 background:#f2f2f2 url('../images/ui01.gif') no-repeat scroll 10px center;
	 height:30px;
	 line-height:30px;
	 padding-left:25px;
	 font-size:14px;
	 color:#353535;
	 font-weight:bold;
}
.right-main{
	background:white url('../images/main-bg.gif') repeat-x scroll left top ;
	padding:30px;
}
.right-main p{
	text-align:left;
	text-indent:2em;
	line-height:25px;
	color:#434343;
	margin-bottom:10px;
}
.right-main p a{
	color:#cf231b;
	text-decoration:underline;
}
.right-main p a:hover{
	color:#ff0b00;
	text-decoration:underline;
}
.right-main p img{
	float:right;
	border:1px #dadada solid;
	margin:0 10px 10px 10px;
}
.right-main p span{
	margin-left:20px;
}
.right-main p span a{
	text-decoration:none;
}
.right-main h3{
	background-color:#f2f2f2;
	line-height:25px;
	clear:both;
	margin:10px 0;
	color:#525252;
	font-family:微软雅黑,雅黑;
	font-size:16px;
	font-weight:normal;
	padding:0 10px 0 10px;
}
.dashiji{
	width: 654px;
	background:url('../images/dashiji.png') no-repeat scroll left top; 
	height: 452px;
}
.map{
	height:350px;
	overflow:hidden;
}
dl.honor{
	margin:10px 0;
}
dl.honor dt{
	background-color:#dbdbdb;
	font-size:24px;
	font-family:微软雅黑,雅黑;
	line-height:30px;
	height:30px;
	padding-left:30px;
}
dl.honor dd{
	color:#626260;
	line-height:30px;
	padding-left:30px;
	height:30px;
	border-bottom:1px #ccc solid;
}

dl.honor a{text-decoration:none;}
dl.honor a:link {color:#626260;}
dl.honor a:visted {}
dl.honor a:hover {}
dl.honor a:active {}

.xiewen{
	height:10px;
	background:url('../images/xiewen.png') repeat scroll left top ;
	margin:10px 0;
}
.news li{
	 background:url('../images/ui02.gif') no-repeat scroll left center;
	 line-height:30px;
	 height:30px;
	 padding-left:15px;
	 border-bottom:1px #e6e6e6 solid;
}
.news li a{
	color:#616161;
	text-decoration:none;
	 display:block;
}
.news li a:hover{
	color:#c60808;
}
.page a{
	color:#333333;
	text-decoration:none;
}
.page a:hover{
	color:#c60808;
}
.page{
	 border-top:2px #c4c4c4 solid;
	 height:50px;
	 text-align:center;
	 color:#c60808;
	 line-height:20px;
	 padding-top:10px;
}
.page input{
	width:38px;
	border:1px gray solid;
	height:21px;
}
input.turn{
	background:url('../images/turn.gif') no-repeat scroll left top ;
	border:0;
}

table.job{
	 line-height:30px;
	 margin:0 0 50px 0;
}
table.job tr td{
	padding:3px 10px; 
	background-color:white;
}
table.job tr td input{
	 border:1px silver solid;
}
table.job tr td input select{
	border:1px silver solid;
}
table.job tr td span{
	color:red;
	margin-left:5px;
}
table.job tr td textarea{
	border:1px silver solid;
     width:400px;
     height:60px;
}
table.job tr td.submit{
	 text-align:center;
	 height:50px;
}
table.job tr td.submit input{
	background-color:#321600;
	border:1px #743300 solid;
	color:#c7824a;
	width:100px;
	height:25px;
	cursor:pointer;
}
table.job tr td.text-job{
	 text-align:center;
}



.footer{
	background-color:#fde0ac;
	border-top:5px #5b2800 solid;
	height:80px;
}
.footer-main{
	width:970px;
	margin:10px auto 0;
}
.footer-main strong{
	color:#d20f00;
	font-size:16px;
	font-family:雅黑,微软雅黑;
}
.footer-main span{
	margin-left:100px;
}
.footer form{
	width:970px;
	margin:0 auto;
	text-align:right;
	padding:0px;
}
.footer form select{
	background-color:#321600;
	border:1px #743300 solid;
	color:#c7824a;
}

.sub_sub_menu{padding-left:20px;}

.backToTop {
    display: none;
    width: 31px;
	height:35px;
    line-height: 1.2;
    padding: 5px 0;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 100px;
    _bottom: "auto";
    cursor: pointer;
    opacity: .6;
    filter: Alpha(opacity=60);
	background:url('../images/go_top.jpg') no-repeat;
}

.toplink a {
text-decoration: none;
}

.toplink a:visited {
color: white;
}