@charset "utf-8";
/*CSS reset css重置*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
img {border:0}
address,caption,cite,code,dfn,em,strong,th,var
{font-style:normal;font-weight:normal}
ol,ul {list-style:none}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal}
q:before,q:after {content:''}
body {font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif;background:#fff url(../images/body.jpg) repeat-x;font-size:14px;}
a {text-decoration:none;color:#000;}
select,a,input{outline:none;}

/*树样式*/
.ztree li span.button.switch{width: 10px!important;}
.ztreeT li span.button.switch{width: 15px!important;}

/*文字排版 */
.f10{font-size:10px;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f20{font-size:20px;}
.f26{font-size:26px;}
.fb{font-weight:bold;}
.fn{font-weight:normal;}
.t0{text-indent:0;}
.t2{text-indent:2em;}
.lh150{line-height:150%}
.lh180{line-height:180%}
.lh200{line-height:200%}
.unl{text-decoration:underline;}
.no_unl{text-decoration:none;}
.aHover:hover{color: #156095}

/*定位*/
.tl{text-align:left}
.tc{text-align:center}
.tr{text-align:right}
.bc{margin-left:auto;margin-right:auto;}
.vm{vertical-align:middle}
.pr{position:relative}
.pa{position:absolute}
.abs-right{position:absolute;right:0}
.zoom{zoom:1}
.hidden{visibility:hidden}
.hide{display:none}

/*长度高度*/
.w10{width:10px}
.w20{width:20px}
.w30{width:30px}
.w40{width:40px}
.w50{width:50px}
.w60{width:60px}
.w70{width:70px}
.w80{width:80px}
.w90{width:90px}
.w100{width:100px}
.w200{width:200px}
.w250{width:250px}
.w300{width:300px}
.w400{width:400px}
.w500{width:500px}
.w600{width:600px}
.w700{width:700px}
.w800{width:800px}
.w{width:100%}
.h50{height:50px}
.h80{height:80px}
.h100{height:100px}
.h200{height:200px}
.h{height:100%}

/*边距*/
.m10{margin:10px}
.m15{margin:15px}
.m30{margin:30px}
.mt3{margin-top:3px}
.mt5{margin-top:5px}
.mt10{margin-top:10px}
.mt15{margin-top:15px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt50{margin-top:50px}
.mt100{margin-top:100px}
.mb5{margin-bottom:5px}
.mb10{margin-bottom:10px}
.mb15{margin-bottom:15px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb50{margin-bottom:50px}
.mb100{margin-bottom:100px}
.ml5{margin-left:5px}
.ml6{margin-left:6px}
.ml10{margin-left:10px}
.ml15{margin-left:15px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}
.ml40{margin-left:40px}
.ml50{margin-left:50px}
.ml100{margin-left:100px}
.mr5{margin-right:5px}
.mr10{margin-right:10px}
.mr15{margin-right:15px}
.mr20{margin-right:20px}
.mr30{margin-right:30px}
.mr50{margin-right:50px}
.mr100{margin-right:100px}
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.p30{padding:30px;}
.pt5{padding-top:5px}
.pt10{padding-top:10px}
.pt15{padding-top:15px}
.pt20{padding-top:20px}
.pt30{padding-top:30px}
.pt50{padding-top:50px}
.pb5{padding-bottom:5px}
.pb10{padding-bottom:10px}
.pb15{padding-bottom:15px}
.pb20{padding-bottom:20px}
.pb30{padding-bottom:30px}
.pb50{padding-bottom:50px}
.pb100{padding-bottom:100px}
.pl5{padding-left:5px}
.pl10{padding-left:10px}
.pl15{padding-left:15px}
.pl20{padding-left:20px}
.pl30{padding-left:30px}
.pl50{padding-left:50px}
.pl100{padding-left:100px}
.pr5{padding-right:5px}
.pr10{padding-right:10px}
.pr15{padding-right:15px}
.pr20{padding-right:20px}
.pr30{padding-right:30px}
.pr50{padding-right:50px}
.pr100{padding-right:100px}

/*浮动 made by wumin*/
.left{float:left;}
.right{float:right;}
.clear{clear:both}
.clearfix{
	*zoom:1;
}
.clearfix:after{
	content:"";
	display:table;
	clear:both;
}
/*内容定位*/
.alignL{text-align: left!important;}
.alignC{text-align: center;}
.alignR{text-align: right;}

/*header*/
.header {
    height: 146px;
    width: 1172px;
    margin: 0 auto;
    position: relative;
}

.header h1 {
    width: 217px;
    height: 79px;
    background: url(../images/logo.png) no-repeat;
    text-indent: -500px;
    overflow: hidden;
    position: absolute;
    left: 15px;
    top: 30px;
}

.header .top-search {
    width: 324px;
    position: absolute;
    top: 30px;
    left: 424px;
    height: 32px;
    overflow: hidden;
}

.header .search-text {
    background: #fff;
    width: 230px;
    padding: 2px 5px;
    height: 24px;
    line-height: 24px;
    color: #888888;
    font-size: 13px;
    border: 2px solid #f4f4f4;
    border-radius: 3px;
    float: left;
}

.header .search-btn {
	width:68px;
	height:32px;
	line-height:27px;
	font-weight: bold;
	float:right;
	border: none;
	color: #fff;
	cursor:pointer;
	background: #f25896;
	border-radius: 2px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.5);
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f573a8), color-stop(100%, #f43e87)), #f25896;
	background: -webkit-linear-gradient(#f573a8 20%, #f43e87), #f25896;
	background: -moz-linear-gradient(#f573a8 20%, #f43e87), #f25896;
	background: -o-linear-gradient(#f573a8 20%, #f43e87), #f25896;
	background: linear-gradient(#f573a8 20%, #f43e87), #f25896;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	font-family:"Microsoft YaHei",Helvetica,sans-serif;
}

.header .search-btn:hover {
    background: #f25896
}
.header .search-btn:active {
    background: #f25896;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.2)
}
.header .top-right {
    position: absolute;
    right: -10px;
    top: 30px;
}

.header li {
    height: 32px;
    line-height: 32px;
    float: left;
    margin-left: 10px;
}

.header li a {
    color: #fff;
}

.header li.line {
    background: url(../images/icon-5.png) no-repeat center;
    width: 1px;
    font-size: 0;
}


/** nav **/

.navmenu {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 64px;
    margin: 0 auto;
}

.navmenu a {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #fff;
}
.navmenu a.on {
    font-weight: bold;
}

/*****hot search*****/

.keyword {
    width: 249px;
    height: 34px;
    overflow: hidden;
    position: absolute;
    left: 680px;
    bottom: 0;
    padding-left: 46px;
    background: url(../images/icon_kw.jpg) no-repeat;
}

.keyword ul li {
    float: left;
    line-height: 17px;
    display: inline;
    padding: 0 6px;
    white-space: nowrap;
}


/** bottom **/
.bottom {
    width: 100%;
    height: 250px;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: #404a58;
}

.extraBottom {
    height: 230px;
    padding: 20px 0 0;
    color: #fff;
    background: #404a58;
    overflow: hidden;
    margin: 0 auto;
    width: 1172px;
    font-size: 12px;
    font-weight: bold;
}

.extraBottom a {
    color: #fff;
}

.extraBottom a:hover {
    text-decoration: underline;
}

.extraBottom .cpr {
    float: left;
    width: 292px;
    display: inline;
    position: relative;
    height: 230px;
}

.extraBottom .cpr h3 {
    padding-left: 5px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    font-weight: bold;
    color: #d2feff;
}

.extraBottom .cpr a.more {
    position: absolute;
    right: 30px;
    bottom: 5px;
}

.extraBottom .cpr ul li {
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/**footer**/
.foot {
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 5;
    /* position: fixed; */
    background: #404a58;
    /* margin-top: 50px; */
}

#footer {
    width: 1000px;
    height: 59px;
    line-height: 59px;
    padding: 0;
    margin: 0 auto;
    background: none;
    font-size: 12px;
    color: #d2feff;
}


/***浏览器提示***/

.experience {
    position: fixed;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    background: url(../images/experience.png) repeat;
    color: #fff;
    width: 1172px;
    left: center;
    z-index: 6000;
    display: none;
}

.experience .close {
    background: url(../images/close.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
}
