﻿@charset "utf-8";
/* CSS Document */
.wza {
    top: 0px;
    right: 0%;
    position: absolute;
    font-weight: bold!important;
    display: block;
    margin-top: 2px;
    padding: 0 1em;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
    width: auto;
    color: white !important;
    background: #ea9327;
}
/*基本信息*/
html, body { 
    padding: 0; 
    margin: 0; 
    font-size: 12px; 
    /*line-height: 1.5em; */
    height: 100%; 
    width: 100%;
}
body { 
    background-color: #fff;
}
html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
    margin: 0; 
    padding: 0; 
    border: 0; 
    vertical-align: baseline;
}
button {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section { 
    display: block;
}
ol, ul { 
    list-style: none;
}
* { 
    padding: 0; 
    margin: 0; 
    font-family: Arial, Microsoft Yahei; 
/*    font-size: 12px;*/
}

html, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0; 
    font-size: 100%; 
    font-weight: normal; 
    letter-spacing: 0px;
}

ol, ul { 
    list-style: none;
}

a { 
    cursor: hand;
}

ins, a { 
    text-decoration: none; 
    color: #333333; 
    cursor: pointer;
}

input { 
    border: none; 
    border-radius: 0;
}


/*IE CSS3 兼容性*/
.IE_CSS3 { 
    position: relative \9; 
    behavior: url(PIE.htc) \9;
}

.no_border { 
    border: none;
}

/*阴影*/
.box_shdow_A { 
    box-shadow: -1px 2px 3px #e3e3e3; 
    position: relative \9; 
    behavior: url(PIE.htc) \9;
}

/*圆角*/
.border_radius_A { 
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
    border-radius: 6px; 
    position: relative \9; 
    behavior: url(../PIE.htc) \9;
}

/*文字超出省略号*/
.textOverflow { 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    -o-text-overflow: ellipsis; 
    overflow: hidden;
}

/*文字对齐*/
.alignText { 
    text-align: justify; 
    text-justify: distribute-all-lines; 
    text-align-last: justify; 
    text-align: right \9;
}

/*文本框边框*/
.input_text { 
    border: 1px solid #e0e0e0;
}

/*透明度*/
.filter_bg:hover{  
    filter:alpha(opacity:90); 
    opacity:0.9;  
    -moz-opacity:0.9; 
    -khtml-opacity: 0.9;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);/*兼容ie8及以下*/
}

/*文字间距*/
.text_spacing{  
    letter-spacing: 8px;
}

.clr{ 
    clear: both;
}

select { 
    appearance: none; 
    -moz-appearance: none; 
    -webkit-appearance: none; 
    border: none; 
    height: inherit; 
    line-height: inherit; 
    width: 100%;  
    font-size: 14px; 
    color: #555; 
    background: none; 
    line-height: 10px \9;
}


body{
	background: url(../img/bg.png) center top no-repeat #e8f4fd;
	font-family: "微软雅黑";
	color: #333;
}

.wrap_width{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.head{
	height: 40px;
	line-height: 40px;
	background: #ddd;
	box-shadow: 0 2px 3px #eee;
	font-size: 14px;
	color: #666666;
}
.top{
	height: 370px;
}
.top .wrap_width{
	height: 370px;
	background: url(../img/top_bg.png) no-repeat 0 30px;
}
.logo{
	position: absolute;
	left: 0;
	top: 75px;
}
.top_right{
	position: absolute;
	right: 0;
	top: 35px;
	text-align: right;
}
.zglyg_logo{
}
.top_serch_box{
	margin: 13px 0 0 0;
	width: 365px;
	height: 50px;
	border-radius: 6px;
	overflow: hidden;
	background: url(../img/top_search.png) no-repeat 8px 12px #fff;
}
.top_serch_box input{
	height: 50px;
	line-height: 50px;
	color: #888;
	border: none;
	background: none;
	font-size: 16px;
	float: left;
	padding: 0 0 0 40px;
	outline: none;
	width: 240px;
}
.top_serch_box .my-button{
	border: none;
	padding-left: 0px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	border: none;
	background: #69bf14;
	font-size: 18px;
	float: left;
	outline: none;
	text-align: center;
	width: 85px;
	cursor: pointer;
}
.top_wenzi{
	position: absolute;
	right: 95px;
	top: 170px;
}

.navBar{
	height: 50px;
	line-height: 50px;
	background: #2677d7;
	width: 1100px;
	border-radius: 6px;
	margin: 0 auto;
}
.nav{	
	position:relative;
}
.nav .m{
	float: left;
	width: 157px;
	position: relative;
}
.nav .m h3 a{
	display: block;
	width: 156px;
	margin: 0 0 0 1px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	height: 50px;
    line-height: 50px;
}
.nav li.on h3 a{
	background: #0c5cbb;
	border-radius: 6px;
}
.nav .m:hover h3 a{
	background: #0c5cbb;
	border-radius: 6px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix10: after {
	content: ".";
	display: block;
	height: 10px;
	clear: both;
	visibility: hidden;
}
.nav .sub {
	display: none;
	position: absolute;
	left: 1px;
	padding: 1px 0 0;
	top: 50px;
	z-index: 1;
	width: 156px;
	border-top: 0;
	z-index: 999;
	background: #edf6fd;
}
.nav .sub li {
	text-align: center;
}
.nav .sub li a {
	display: block;
	border-bottom: 1px solid #eee;
	height: 32px;
	line-height: 32px;
	color: #2877d4;
	font-size: 14px;
}
.nav .sub li a:hover {
	color: #fff;
	background: #2877d4;
}
.nav .block {
	height: 8px;
	width: 156px;
	background: #a10e1b;
	position: absolute;
	left: 0;
	top: 42px;
	overflow: hidden;
}
.foot{
	margin: 25px 0 0;
}
.foot_top{
	background: #333e4b;
	height: 115px;
	font-size: 14px;
	color: #c8c8c8;
	text-align: left;
	line-height: 26px;
}
.foot_top_left{
	float: left;
	margin: 20px 55px 0 165px;
}
.foot_top_center{
	float: left;
	margin: 20px 0 0;
}
.foot_top_center img{
	float: left;
}
.foot_top_center span{
	float: left;
	padding: 0 0 0 5px;
}
.foot_top_right{
	float: right;
	margin: 20px 160px 0 0;
}
.foot_bottom{
	text-align: center;
	background: #2b3540;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
}

.select,.selectNext{
	float: left;
	cursor: pointer;
	position: relative;
	width: 150px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	font-size: 14px;
	color: #b2b2b2;
	padding-left: 10px;
	margin: 0 12px 0 0;
	background: #525252;
}
.xl-icon,.xl-iconNext{
	position: absolute;
	width: 12px;
	height: 15px;
    background-image: url(../images/xl-icon_03.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
    right: 10px;
    top: 14px;
}
.select:hover,.selectNext:hover{
	background-color: #6d6d6d;
}
.sq-icon{
	background-position: 0 -30px;
}
/*--下拉选择列表样式--*/
.selectList,.selectListNext{
	z-index: 999;
	display: none;
	min-width: 160px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	position: absolute;
	top: 30px;
	left: 0;
	height: 120px;
	overflow: auto;
	background-color: #FFFFFF;
}
.listA,.listANext{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #545454;
	text-align: left;
	display: block;
	padding: 0 0 0 10px;
}
.listA:hover,.listANext:hover{
	background-color: #f7f7f7;
	color: #f39100;
}
.listA:first-child,.listANext:first-child{
	border-radius: 6px 6px 0 0;
}
.listA:last-child,.listANext:last-child{
	border-radius: 0 0 6px 6px;
}
/*-------------------------------------------------------------------------------------------------*/
.frameTriangle{
    width: 10px;
    height: 10px;
    background-image: url(images/xl-icon_03.png);
    background-position: -1px -35px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: -10px;
    left: 95px;
    background-color: #fff;
}
.dropDown{
	position: relative;
}
.selectListNext{
	top: 58px;
}



.foot_right{
	float: right;
	margin: 20px 0 0;
}
.foot_right img{
	width: 95px;
}
