﻿@charset "utf-8";
/* CSS Document */
/*2013.4.8 lyw*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea { margin:0; padding:0; }
*html{/*background-image:url(about:blank);background-attachment:fixed;*/}
body{ font-size:12px; line-height:20px; color:#666;font-family:"Microsoft YaHei"}
li, ol { list-style:none; }
ins { text-decoration:none; }
i, em { font-style:normal; }
a { text-decoration:none; color:#666;}
a:hover { cursor:pointer; text-decoration:none;}
a:active{star:expression(this.onFocus=this.blur());}
:focus{outline:0;}
.clear { clear:both; line-height:0px; overflow:hidden; zoom:1; font-size:0px; content:'.'; }
a img { border:none; }
li.clear { float:none; width:auto; height:auto; padding:0; margin:0; }
input{ border:0 none; padding:0px; margin:0px;}
table { border-collapse: collapse; border-spacing: 0;}
.pr{ position:relative;}
.pa{ position:absolute;}
.ftms{ font-family:"Microsoft YaHei"}
/*文字靠边*/
.tl { text-align:left!important; }.tc { text-align:center!important; }.tr { text-align:right!important; }
/*缩进*/
.ti2 { text-indent:2em; }  
/*字体粗细*/
.fb { font-weight:bold; }
.fn { font-weight:normal; }
.fl{ float:left;}
.fr{ float:right;}
.mm{ margin-left:auto; margin-right:auto;}
.bd1{ border:1px solid #ddd;}
/*显示*/
.dil { display:inline; }
.bk { display:block !important;}
.dn{ display:none;}
.od { overflow:hidden }

/*自定义*/
/*行高*/
.lh18 { line-height:18px; }
.lh20 { line-height:20px; }
.lh22 { line-height:22px; }
.lh24 { line-height:24px; }
.lh25 { line-height:25px; }
.lh26 { line-height:26px; }
.lh30 { line-height:30px; }
.lh40{line-height: 40px;}
/*字体大小*/
.f12 { font-size:12px; }
.f14 { font-size:14px; }
.f16{font-size:16px;}

/*间距与填充*/
.nbg{ background:none !important;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px}
.pd15{ padding:0px 15px;}
.wa{ width:100%;}

.zh{word-break:break-all;} /* 强制转行 */
.dq{ text-align:justify}   /* 两边对齐 */



/***导航***/
.header{ height:145px; background:url(../bg/header.png) no-repeat center top; position:relative; z-index:9; width:100%;}

.navBg{ width:100%; height:34px; background:url(../bg/drop.png) no-repeat center top; position:absolute; left:0px; top:147px; display:none;}
.headerMid{ width:1000px; margin:0 auto; height:145px;}
.logo{ width:224px; height:69px; display:inline-block; background-image:url(../images/logo.png); background-repeat:no-repeat; margin:39px 0 0 0; float:left; text-indent:-999px;}
.logoline{ background:url(../bg/line.png) right 10px no-repeat; padding-right:10px; float:left; width:268px; padding-top:25px; position:relative;}
.index{ display:block; width:270px; height:100px; position:absolute; z-index:1000; left:0px; top:10px ;}
.fav{ margin-top:10px; position: relative;z-index: 999;}

.seaIn{ background:none; width:157px; float:left; line-height:22px; color:#666; height:22px;}
.seaBtn{ background:none; width:19px; float:left; cursor:pointer; height:22px;}
.search{ background:url(../ico/ico_2.png) no-repeat; float:right; height:22px;}



.nav{ width:648px; float:right; margin-top:15px;}
.nav li{ width:70px; float:left; text-align:center; padding:0 5px; position:relative;z-index:9; height:88px;}
.nav li .drop{ position:absolute; left:0px; top:88px; z-index:9; width:1000px; text-align:left; display:none; height:34px;}
.nav li .drop a{ display:inline; color:#fff; margin:0 5px; z-index:100; line-height:34px;}
.nav li .cur i{background-position:center -50px;}
.nav li .cur span{ color:#003e5d}
.nav li a:hover i{ background-position:center -50px;}
.nav li a:hover span{ color:#003e5d}
.nav li i,.nav li span{ display:block; text-align:center;}
.nav li i{ width:70px; height:50px; background-repeat:no-repeat; background-position:center 0;}
.nav li span{ font-size:14px;}
.a_1{ background-image:url(../ico/a_1.png);}
.a_2{ background-image:url(../ico/a_2.png);}
.a_3{ background-image:url(../ico/a_3.png);}
.a_4{ background-image:url(../ico/a_4.png);}
.a_5{ background-image:url(../ico/a_5.png);}
.a_6{ background-image:url(../ico/a_6.png);}
.a_7{ background-image:url(../ico/a_7.png);}
.a_8{ background-image:url(../ico/a_8.png);}
.nav li a。.a_4:hover i{ background-position:center -50px;}
.lan{ /*background:url(../ico/ico_1.png) no-repeat right center;*/ padding-right:40px; float:right; margin-right:-15px;padding-top: 15px;}
.lan a{ margin:0 5px;}

/*lan modify start */
.backToHome {
	padding: 0 0 0 20px;
	background:url(../images/backToHome.png) no-repeat; 
}

.lanToggle {
	position: absolute;
	left: 156px;
	top: 16px;
	padding: 7px 0 0 0;
	display: none;
	z-index: 33;
}

.lanWrapper {
	width: 70px;
	padding: 0 0 7px 0;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
}

.lanToggle a {
	width: 50px;
	height: 14px;
	padding: 6px 10px;
	display: block;
	float: left;
}

.lanToggle a:hover {
	text-decoration: underline;
}
/*lan modify end */


/***导航结束***/
/***底部链接****/
.footer{ width:100%; background:#2d2d2d; padding-bottom:30px; }

.footer_content{ background:url(../bg/footer_contentbg.jpg) repeat-x #181818; margin:0 auto; width:934px; padding:40px 32px; overflow:hidden;}

.footer_content h4{ color:#fff; font-size:14px; line-height:20px; height:20px; margin-bottom:12px; font-weight:normal;}

.footer01{ float:left; width:280px;}

.footer01 i{ display:block; float:left; width:94px; margin-right:15px;}

.footer01 i img{ border:2px solid #818181; width:94px; height:115px;}

.footer_content ul{ float:left; overflow:hidden; width:150px;}

.footer_content ul li{height:20px; line-height:20px;}

.footer_content ul li a{ display:block; color:#6f6f6f; height:20px; line-height:20px;}

.footer02{ float:left; width:350px;}

.footer03{ float:left; width:300px;}

.footer03 p{color:#6f6f6f; line-height:20px; margin-bottom:15px;}

.footer03 i{ display:block;}

.footer03 em{ font-weight:normal; font-style:normal; font-size:11px; color:#fff; height:20px; line-height:20px; margin-top:5px; margin-bottom:20px; display:block;}

.copy_right{ width:1000px; margin:0 auto; background:url(../bg/copy_rightbg.png) repeat-x; height:78px; position:relative;}

.copy_right i{ display:block; height:20px; line-height:20px; color:#9c9c9c; padding:12px 0; margin-left:22px;}

.copy_right i a{ color:#9c9c9c}
.copy_right p{ display:block; height:20px; line-height:20px; color:#757575; margin-left:22px;}

.jiathis{ position:absolute; right:15px; height:24px; line-height:24px; top:17px;}


.jiathis em{ color:#616161; font-weight:normal; font-style:normal; float:left; display:block;}

.jiathis a{ display:block; float:left; width:24px; height:24px; background-position:0 0; margin-left:6px; display:inline; }

.jiathis a.sina{ background:url(../ico/sina.png) no-repeat;}

.jiathis a.renren{ background:url(../ico/renren.png) no-repeat;}

.jiathis a.sina2{ background:url(../ico/sina2.png) no-repeat;}

.jiathis a.sina3{ background:url(../ico/sina3.png) no-repeat;}

.jiathis a:hover{background-position:0 -24px;}


.msg1{ display:none; color:Red;}

/***底部链接结束****/


/* 顶部登录框 */
.item{float: left;}
.itemLogin{float: left;}
.navim{}
.loginPop{background: url(../bg/loginbg.png) no-repeat;width:297px;height: 139px;position: absolute;z-index: 999px;margin-left: -120px;padding-top: -5px;display: none;}
/* login */
.login_z{float:right;width: 260px;height: 50px;}

.l_l{float: left;width: 280px;height: 50px;padding-top: 30px;padding-left: 15px;}
.l_r{float: right;width: 60px;height: 50px;padding-top: 2px;}
.l_t{line-height: 30px;height: 30px;color: #fff;}
.l_t em{font-style: normal;color: #ffde00;}
.l_t input{border:1px #fccf9f solid;width: 140px;background: none;height: 18px;color: #fff;}
.l_r a{width: 33px;height: 45px;background-color: #f6820e;display: block;color: #fff;font-size: 16px;font-family: 'Microsoft YaHei';padding-top: 4px;padding-left: 17px;}