@charset "utf-8";
.w_max{
	/*width:62.5%;*/
	width: 1200px;
	margin: 0 auto;
	position:relative;
}
#head{
	position: relative;
}
.hidden{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;          /* for IE */
	-o-text-overflow: ellipsis;      /* for Opera */
	-icab-text-overflow: ellipsis;   /* for iCab */
	-khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
	-moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
.h_top{
	background: #f5f5f5;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}
.ht_l{
	float: left;
	width: 700px;
	color: #3e3e3e;
}
.ht_r{
	float: right;
	color: #666;
}
.ht_r span{
	margin-left: 30px;
}
.h_last{
	width:100%;
	height: 150px;
	position: relative;
	background: url(../images2/logo.jpg) no-repeat center bottom;
	background-size: cover;
}
.fk{
	float: right;
	margin-top: 38px;
	border: 1px solid #d4d4d4;
}
.nav1{
	width:78px;
	height:30px;
	background: #fff;
	cursor: pointer;
	border: none;
	float: left;
	border-right: 1px solid #d4d4d4;
}
.nav1 p{
	display:block;
	margin-left:15px;
	height:30px;
	background: #fff;
	cursor: pointer;
}
.set{
	width:53px;
	border: none;
	cursor: pointer;
	height:30px;
	background: url(../images2/xx.png) no-repeat 38px 14px;
}

.new{
	width:53px;
	position:absolute;
	display:none;
	cursor: pointer;
	margin-left: 0;
	border-top: none;
}
.nav1 ul li{
	line-height:30px;
	padding-left:15px;
}
.s_s{
	float: right;
	height: 30px;
	border: none;
	width: 380px;
	position: relative;
	padding-left: 20px;
}
.s_b{
	background: url(../images2/s_s.png) no-repeat center right;
	width: 23px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
	border: 0;
}
.logo{
	left: 10px;
	position: absolute;
}
.logoName{
	left: 250px;
	position: absolute;
	top: 30px;
    line-height: 150%;
    font-size: 25px;
    color: #222;
    text-align: center;
    font-family:generic-family;
}
.link_zb{
    float:left;
	margin-left:400px;
	padding-top:50px;
	width:200px;
}
.link_zb a{
	font-size:20px;
	color:#333;
	font-weight:bold;
}
.link_zb a:hover{
	color:#d92640;
}
#head .nav{
	background: #2f82ad;
	overflow: hidden;
}
#head .nav ul{
	width: 110%;
}
#head .nav li{
	float: left;
	margin-right: 16px;
	overflow: hidden;
}
#head .nav li a{
	color: #fff;
	font-size: 18px;
	padding:15px 25px;
	display: block;
}
#head .nav li a:hover,#head .nav li.on{
	background: #9d1111;
	color: #fff;
}

/*main*/
#main{
	background: #f2f7f9;
	position: relative;
	padding-top: 15px;
	padding-bottom: 30px;
}




/*标题类*/
.bt,.bt1,.bt3{
	font-size: 16px;
	color: #9d1111;
	position: relative;
	font-weight: bold;
	padding-left: 30px;
	background: url(../images2/tb.png) no-repeat -25px -150px;
	padding-top: 15px;
}
.bt1{
	background: url(../images2/tb.png) no-repeat -17px -232px;
}
.bt3{
	background: url(../images2/tb5.png) no-repeat 2px 20px;
}
.bt span,.bt1 span,.bt2 span{
	float: right;
}
.bt span a,.bt1 span a,.bt2 span a{
	color: #9d1111;
}
.bt2{
	font-size: 16px;
	color: #9d1111;
	position: relative;
	font-weight: bold;
	padding-top: 15px;
}

/*友情链接*/
.yq{
	overflow: hidden;
}
.yq ul{
	margin-top: 10px;
	width: 105%;
}
.yq li{
	float: left;
	margin-right: 60px;
	overflow: hidden;
	height: 57px;
	line-height: 57px;
}
.yq li img{
	max-width: 100%;
	vertical-align: middle;
}
/*尾部*/
#foot{
	background: #2f82ad;
	padding: 10px 0 10px;
    width: 100%;
    bottom: 0px;
}
#foot ul{
	text-align: center;
	list-style-type: none;
}
#foot ul li{
	display: inline-block;
	list-style-type: none;
	background: url(../images2/foot_li.png) no-repeat right 8px;
	padding: 0 20px;
}
#foot ul li a{
	font-size: 16px;
	color: #fff;
}
#foot p{
	color: #d9e6ed;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}


.quotes {
    clear: both;
    margin: 3px;
    padding: 3px;
    text-align: center;
}
.quotes ul li {
    border: 1px solid #CCCCCC;
    color: #666666;
    display: inline;
    margin-right: 4px;
    padding: 4px 7px;
    text-decoration: none;
}
.quotes .thisclass {
    background: #CCCCCC;
}


#foot a{ color:#d9e6ed}