@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	color:#444;
	font-family: Verdana;
	line-height:1.5em;
	font-size: 12px;
	font-weight: 100;
	-webkit-text-size-adjust:none;
	}
h1{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight:800;
}
h2{
	margin: 0;
	padding: 0;
	font-size:16px;
	font-weight: 800;
}
h3{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
}

a{
	text-decoration:none;
	color: #666;
}
a:hover{
	color: #e10000;
}
img{
	border:none;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
.clear{
	clear: both;
}


#header{
	background-color: #f3f3f3;
	height:37px;
}
.header-wrap{
	width:920px;
	margin: 0 auto;
}.logo{
	float: left;
}
.top-nav{
	float: left;
	display:inline;
	margin: 10px 0 0 300px;
}
.top-nav ul li{
	display: inline;
}
.search{
	float: right;
	width:206px;
	height:27px;
	line-height:25px;
	display: inline;
	margin: 5px 0 0 0;
	background: url(box.png) top left no-repeat;
}
.search-box{
	vertical-align: bottom;
	overflow:hidden;
	height:25px;
	width:175px;
	line-height:22px;
	border:0 none;
	margin: 0 0 0 2px important; margin: 1px 0 0 1px;
	background: none;
}
.search-btn{
    margin:1px 0 0 1px;
	cursor:pointer;
}
#banner{
	margin: 1px 0 0 0 ;
}
.banner-wrap{
	width:920px;
	margin: 0 auto;
}
#main-nav{
	margin: 1px 0 0 0 ;
}
.nav{
	width:920px;
	margin: 0 auto;
	background:url(k.jpg) top left no-repeat #ececec;
	height:32px;
}
ul.navlist{
	background-color:#2b4557;
	height:32px;
	margin-left: 192px;
	border-left: 1px solid #fff;
}
ul.navlist li{
	display: inline;
	color: #fff;
	width:120px;
	height:32px;
	float: left;
	padding: 0;
	position:relative;
	line-height:32px; 
	text-align:center;
}
ul.navlist li a{
	color: #fff;
	line-height:32px;
}
ul.navlist li a:hover{
	color: #e10000;
};

ul{ margin:0; padding:0;}
ul li{ list-style:none}
ul.navlist li ul{ position:absolute; z-index:99; display:none; top:32px; width:120px; left:0px;}
ul.navlist li ul li{ display:block; width:120px; height:26px; line-height:26px; background-color:#446d89; border-top:1px #96a8b5 solid;}
ul.navlist li ul li a{ line-height:26px;}


#container{
}
.container-wrap{
	width:920px;
	margin: 0 auto;
	background-color:#ececec;
}
.left-column{
	width:192px;
	float: left;
}
.ul-1{
	margin: 30px 0 0 0;
}
.ul-1 li{
	margin: 10px 0px 10px 20px !important; margin: 0px 0px 5px 20px;
}
.ul-1 li a{
	color: #333;
	font-weight:800;
}
.ul-1 li a:hover{
	color: #e10000;
}
li.active-li{
	list-style-image: url(arrow.png);
}
.ul-2 li{
	list-style-image:none;
}
li.active-li a{
	color: #e10000;
}
.ul-2 li{
	margin: 5px 0 !important; margin: 2px 0px;
}
.ul-2 li a{
	color: #333;
	font-weight:100;
}
.ul-2 li a:hover{
	color: #e10000;
}
span.tm1{
	color:inherit;
	line-height:14px;
	padding-bottom: -12px;
	vertical-align:super; 
	font-size:8px
}
span.tm2{
	line-height:14px;
	padding-bottom: -12px;
	vertical-align:super; 
	font-size:10px;
	color:inherit !important;color:#fff;	
}
span.tm3{
	line-height:14px;
	padding-bottom: -12px;
	vertical-align:super; 
	font-size:10px;
	color:inherit !important;color:Red;	
}
.right-column{
	width:727px;
	min-height:420px;
	float:right;
	background-color:#fff;
}
.main-content{
	padding: 32px 20px 32px 30px;
	width:665px;
}
.article-title{
	height:22px;
	margin: 10px 0px;
}
.article-title h1
{    
    font-size:12px;
	height:22px;
	line-height:22px;
	
	float: left;
    color:Red;
}
.article-title a{
	float: left;
	margin: 0 0 0 20px;
	cursor: pointer;
}
.article-title a img{
	padding-bottom: 2px;
	padding-left: 3px;
}
.article{
	word-wrap:break-word;
	word-break:break-all;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.article p{
	text-indent: 0em;
	padding: 5px 0px;
}
.article .clear{
	border-bottom:1px #dadada solid;
	padding-top: 20px;
}
.article label{
	width:100px;
	float:left;
	margin: 0;
	padding: 0;
	text-align:right;
	margin-left: 60px;
}
.article input, .article textarea{
	margin-left: -15px;
}
.article input{
	height:1.7em;
}
span.color-red{
	color: #f12;
}
.article input.btns{
	padding: 20px 0px;
}
.article .fq-list li{
	margin: 8px 0px;
	border-bottom:1px dotted #dcdcdc;
}
.wordwrap
{
     word-wrap:break-word;
     word-break:break-all;
    -moz-binding: url('./wordwrap.xml#wordwrap');
     overflow: hidden;
}

#footer{

}
.footer-wrap{
	background-color:#dadada;
	height:50px;
	width:920px;
	margin: 0 auto;
}
.footer-wrap ul{
	float: left;
	width:260px;
	height:35px;
	display: inline;
	margin: 0 0 0 193px;
	padding-top: 15px;
	padding-left: 10px;
	border-left: #fff 1px solid;

}
.footer-wrap ul li{
	display: inline;
}
.copyright{
	float: right;
	display: block;
	width:450px;
	height:35px;
	padding-top: 15px;
	margin-right: 0px;
}


/*=========================¹¤³ÌÖÐÐÄ========================*/
.article ul.project{  width:665px; height:auto; overflow:hidden; }
.article ul.project li{ float:left; width:148px; height:138px; overflow:hidden; text-align:center; padding:0 10px 30px 1px; }
.article ul.project li img{ display:block;  width:146px; height:113px; border:1px #dddddd solid;}
.article ul.project li h2{ height:40px; line-height:40px; font-size:12px; font-weight:normal; overflow:hidden;}
