/* top */
.wrap{width:980px; margin:0 auto;}
.left{ float:left}
.right{ float:right}
.pb20{padding-bottom:20px;}
.mb30{margin-bottom:30px;}
.tit{width:1000px; margin:0px auto; padding:30px 0px;}
.cRed{color:red;}
.top{width:100%;  background-color:#FFF;}
.top ul li.left{padding-top:6px;}
.top ul li.right{font: 600 20px/60px "microsoft yahei"; color:red;}
.top ul li.topList{ float:left}
.top ul li.topList a{ line-height:60px; font-size:18px; padding:0px 10px; margin-left:30px; color:#333;}
.top ul li.topList a:hover{ color:#FF6C00;}

a { text-decoration: none; }
.hide { display: none; }
.text-orange { color: #FF7A00; }
.text-green { color: #008447 }

.banner { width: 100%; height: 350px; margin: 0 auto; background: url(../images/banner.jpg) no-repeat center top; }

.menu_box, .menu { height: 65px;background: #e60000;margin: 0 auto;}
.layout { width: 1000px; }
.menu dt { width: 120px;padding-left: 5px;height: 65px;float: left;background: url(../images/nav_line.jpg) right center no-repeat;
font: normal 16px/65px "Microsoft Yahei";color: #fff;}
.menu dd { float: left; height: 55px;width: 815px;padding: 10px 0 0 20px;}
.menu dd a {display: inline-block;width: 44px;height: 24px;margin-right: 5px;text-align: center;font: normal 14px/24px "Microsoft YaHei";color: #fff;}
.menu dd .select {background: url(../images/select.jpg) center center no-repeat;color: #fff;text-decoration: none;}

.cont { margin: 20px auto 0; overflow: hidden; padding-bottom:50px; }
.cont h1 { border-bottom: 2px solid #ddd; margin-bottom: 20px; padding: 10px 0; }
.cont h1 span { padding: 10px 0; border-bottom: 2px solid #FF5F5F; font-family: 'Microsoft yahei'; font-size: 22px; color: #666; }

.zgoog_item {
    float: left;
    width: 304px;
    height: 146px;
    border: 1px solid #d3d3d3;
    margin: 0 20px 20px 0;
    _margin-right: 18px;
    border-radius: 2px;
    -moz-box-shadow: -2px 2px 2px #e7e7e7;
    -webkit-box-shadow: -2px 2px 2px #e7e7e7;
    box-shadow: -2px 2px 2px #e7e7e7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#e7e7e7')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#e7e7e7');
    overflow: hidden;
}
.zgoog_dl {
    height: 99px;
    width: 293px;
    padding: 15px 0 0 9px;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
}
.zgoog_dl dt {
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 3px;
    margin-right: 12px;
    background: #FF5F5F;
}
.zgoog_dl dt a {
    display: block;
    text-align: center;
    font: normal 24px/73px "Microsoft YaHei";
    color: #fff;
}
.zgoog_dl dd {
    float: left;
    width: 210px;
    overflow: hidden;
}
.zgoog_dd_hd {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.zgoog_dd_hd a {
    color: #333;
    font-size: 14px;
}
.zgoog_dd_bd {
    height: 24px;
    line-height: 24px;
    color: #666;
}
.zgoog_dd_ft {
    line-height: 20px;
}
.zgoog_dd_ft a {
    margin-right: 10px;
    display: inline-block;
    color: #888;
    cursor: text;
    text-decoration: none;
}
.zgoog_dd_ft,.zgoog_item_nmr {
    margin-right: 0;
}
.zgoog_i_zt_ft {
    height: 30px;
    width: 302px;
    text-align: center;
    line-height: 30px;
    margin-top: 1px;
    background: #fafafa;
}
.zgoog_i_zt_ft a {
    font-size: 14px;
    margin-right: 36px;
    color: #888;
}

.ps { position: relative; }
.tagNav { position: absolute; top: 25px; right: 0;}
.tagNav a {display: inline-block; padding: 5px 15px; color: #666; }
.tagNav a.select { background: #ffae50; color: #fff; }
.c_left { padding: 30px; background: #f4f4f4; border: 1px solid #ddd; float: left; width: 570px; 
background: url(../images/code.png) no-repeat 450px bottom #f4f4f4; }
.c_left p { width: 360px; font-family: 'Microsoft yahei'; line-height: 24px; font-size: 16px; }
.c_left p.text-green { margin-top: 10px; text-align: right; }
.c_right { float: right; }





/* foot */
#foot{ width:100%; height:300px; float:left; text-align:center; background-color:#2a2a2a; padding-top:20px; }
.footBox{ width:1000px; height:100px; padding-top:20px; text-align:center; margin:0 auto; border-top:#414040 solid 1px;}
.footBox span{font-family:"微软雅黑"; font-size:13px; color:#FFF; line-height:25px;}

/* lx */
#lx{border-bottom:#151515 solid 1px; width:1000px; margin:0px auto;}
#lx iframe{height:150px; overflow:hidden; width:1000px; border:0px;}

/* 弹出对话框 css */
.dialog-backdrop {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0.3;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    filter: alpha(opacity=30);
}
.dialog-wrap {
    float: left;
    position: absolute;
    z-index: 1000;
}
.dialog-wrap:before, .dialog-wrap:after {
    content: "";
    display: table;
    line-height: 0;
}
.dialog-wrap:after {
    clear: both;
}
.dialog-wrap .dialog {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 6px solid rgba(0, 0, 0, 0.3);
    *border: 6px solid #7d7d7d;
    float: left;
    height: auto;
    outline: 0 none;
    overflow: hidden;
    position: relative;
}
.dialog-wrap .dialog .dialog-hd {
    border-bottom: 1px solid #EEEEEE;
    padding: 9px 15px;
}
.bold {
    font-weight: bold;
}
.dialog-wrap .dialog .dialog-hd h3 {
    line-height: 30px;
    margin: 0;
}
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4;
	filter: alpha(opacity=40);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
}
.dialog-wrap .dialog .dialog-bd {
    padding: 30px 100px;
}

/* 弹出对话框 css  结束 */