/*-- CSS reset --*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-style: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	background: white;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #333;
	overflow-x:hidden;
}
ol, ul, dl {
	list-style: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: “”;
}
blockquote, q {
	quotes: “” “”;
}
a {
	color: #333;
	text-decoration: none;
}

/**-- CSS 公用样式库 --**/

/*-- 字体字号--*/
.f0{font-size:0;} .f12{font-size:12px;} .f14{font-size:14px;} .f16{font-size:16px;} .f18{font-size:18px;} .fs {font-family:'宋体';}.fw {font-family:'微软雅黑';}

/*-- 外补丁--*/
.mg5{ margin:5px;} .mg10{ margin:10px;} .mg15{ margin:15px;} .mg20{ margin:20px;} .mg25{ margin:25px;} .mg30{ margin:30px;} .mg40{ margin:40px;} .mg50{ margin:50px;}
.mgt1{ margin-top:1px;} .mgt2{ margin-top:2px;} .mgt3{ margin-top:3px;} .mgt4{ margin-top:4px;} .mgt5{ margin-top:5px;} .mgt10{ margin-top:10px;} .mgt15{ margin-top:15px;} .mgt20{ margin-top:20px;} .mgt30{ margin-top:30px;} .mgt40{ margin-top:40px;} .mgt50{ margin-top:50px;}
.mgr1{ margin-right:1px;} .mgr2{ margin-right:2px;} .mgr3{ margin-right:3px;} .mgr4{ margin-right:4px;} .mgr5{ margin-right:5px;} .mgr10{ margin-right:10px;} .mgr15{ margin-right:15px;} .mgr20{ margin-right:20px;} .mgr30{ margin-right:30px;}.mgr40{ margin-right:40px;} .mgr50{ margin-right:50px;}
.mgb1{ margin-bottom:1px;} .mgb2{ margin-bottom:2px;} .mgb3{ margin-bottom:3px;} .mgb4{ margin-bottom:4px;} .mgb5{ margin-bottom:5px;} .mgb10{ margin-bottom:10px;} .mgb15{ margin-bottom:15px;} .mgb20{ margin-bottom:20px;} .mgb30{ margin-bottom:30px;} .mgb40{ margin-bottom:40px;} .mgb50{ margin-bottom:50px;}
.mgl1{ margin-left:1px;} .mgl2{ margin-left:2px;} .mgl3{ margin-left:3px;} .mgl4{ margin-left:4px;} .mgl5{ margin-left:5px;} .mgl10{ margin-left:10px;} .mgl15{ margin-left:15px;} .mgl20{ margin-left:20px;} .mgl30{ margin-left:30px;} .mgl40{ margin-left:40px;} .mgl50{ margin-left:50px;}

/*-- 内补丁--*/
.pd5{padding:5px;} .pd10{padding:10px;} .pd15{padding:15px;} .pd20{padding:20px;} .pd25{padding:25px;} .pd30{padding:30px;} .pd40{padding:40px;} .pd50{padding:50px;}
.pdt1{ padding-top:1px;} .pdt2{ padding-top:2px;} .pdt3{ padding-top:3px;} .pdt4{ padding-top:4px;} .pdt5{ padding-top:5px;} .pdt10{ padding-top:10px;} .pdt15{ padding-top:15px;} .pdt20{ padding-top:20px;} .pdt30{ padding-top:30px;} .pdt40{ padding-top:40px;} .pdt50{ padding-top:50px;}
.pdr1{ padding-right:1px;} .pdr2{ padding-right:2px;} .pdr3{ padding-right:3px;} .pdr4{ padding-right:4px;} .pdr5{ padding-right:5px;} .pdr10{ padding-right:10px;} .pdr15{ padding-right:15px;} .pdr20{ padding-right:20px;} .pdr30{ padding-right:30px;} .pdr40{ padding-right:40px;} .pdr50{ padding-right:50px;}
.pdb1{ padding-bottom:1px;} .pdb2{ padding-bottom:2px;} .pdb3{ padding-bottom:3px;} .pdb4{ padding-bottom:4px;} .pdb5{ padding-bottom:5px;} .pdb10{ padding-bottom:10px;} .pdb15{ padding-bottom:15px;} .pdb20{ padding-bottom:20px;} .pdb30{ padding-bottom:30px;} .pdb40{ padding-bottom:40px;} .pdb50{ padding-bottom:50px;}
.pdl1{ padding-left:1px;} .pdl2{ padding-left:2px;} .pdl3{ padding-left:3px;} .pdl4{ padding-left:4px;} .pdl5{ padding-left:5px;} .pdl10{ padding-left:10px;} .pdl15{ padding-left:15px;} .pdl20{ padding-left:20px;} .pdl30{ padding-left:30px;} .pdl40{ padding-left:40px;} .pdl50{ padding-left:50px;}

/*-- 行间距 --*/
.h20{height:20px;} .h22{height:22px;} .h24{height:24px;} .h26{height:26px;} .h28{height:28px;} .h30{height:30px;}
.lh20{ line-height:20px;} .lh22{ line-height:22px;} .lh24{ line-height:24px;} .lh26{ line-height:26px;} .lh28{ line-height:28px;} .lh30{ line-height:30px;}

/*-- 显示方式 --*/
.auto{margin-left:auto;margin-right:auto;} .b{font-weight:bold;} .n{font-weight:normal;font-style:normal;}
.dn{display:none;} .di{display:inline;} .db{display:block;} .dib{display:inline-block;} .vh{visibility:hidden;} .vv{visibility:visible;}

/*-- 定位布局 --*/
.fl{float:left;} .fr{float:right;} .ovh{overflow:hidden;} .rel{position:relative;} .abs{position:absolute;}
.tc{text-align:center;} .tr{text-align:right;} .tl{text-align:left;} .tdl{text-decoration:underline;}
.vm{vertical-align:middle;} .vb{vertical-align:bottom;} .vt{vertical-align:top;} .vtb{vertical-align:text-bottom;}

/*-- 边框边线 --*/
.bdd{border:1px solid #ddd;}  .bdc {border:1px solid #ccc} .bdbd{border-bottom:1px solid #ddd;}

/*-- 颜色 --*/
.red{color:#F00;} .yellow{color:#FF0} .green{color:#228B22;} .blue{ color:#00BFFF;} .black{color:#000} .white{color:#FFF;} .gray{color:#808080;} .silver{color:#C0C0C0;} .lightgray{color:#D3D3D3;}

/*-- 清除浮动 --*/
.fix{*zoom:1;}.fix:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}

/*-- 半透明 --*/
.opa3{background: rgba(0, 0, 0,0.3);-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#4C000000,endColorstr=#4C000000)"; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#4C000000, endColorstr=#4C000000);}
.opa6{background: rgba(0, 0, 0,0.6);-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#666666,endColorstr=#666666)"; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#666666, endColorstr=#666666);}


/**-- CSS 网页样式库 --**/

/*-- 头部 header --*/
.header-wrap{
	background:#000000;
	height:80px;
}
.header{
	width:1200px;
	height:80px;
}
.logo{
	float:left;
	height:80px;
	
}
.nav{
	float:right;
}
.nav>ul>li{
	float:left;
	margin:0 15px;
}
.nav>ul>li>a{
	display:block;
	height:80px;
	line-height:80px;
	font-size:16px;
	color:#969b9b;
}
.nav>ul>li.focus>a, .nav>ul>li>a:hover{
	color:#fff;

}
.subnav{
	width:100%;
	position:absolute;
	top:80px;
	left:0;
	right:0;
	height:200px;
	background:#fff;
	display:none;
	z-index:999
}
.subnav ul{
	width:1200px;
	margin:0 auto;
}
.subnav ul li{
	float:left;
	margin-right:90px;
	margin-top:25px;
	margin-left:20px;
}
.subnav ul li a{
	display:block;
}
.subnav ul li h3{
	font-size:18px;
	font-weight:lighter;
}
.subnav ul li p{
	color:#999999;
	margin:5px 0px 10px;
}
.subnav ul li img{
	position:relative;
	left:-20px;
}
.footer-wrap{
	height:320px;
	background:#272727
}
.footer{
	width:1200px;
	position: relative;
	height:260px;
	padding-top:30px;
	background:url(../Images/bottom-line.jpg) 750px 60px no-repeat
}
.item{
	float:left;
	margin-right:95px;
}
.item h3{
	font-size:16px;
	color:#fff;
	margin-bottom:8px;
}
.item ul li{
	line-height:30px;
	color:#8d8d8d;
}
.item ul li a{
	color:#8d8d8d;
}
.item ul li a:hover{
	color:#fff;
}
.contact{
	margin-left:100px;
}
.erweima{
	position:absolute;
	top:30px;
	right:0px;
	margin-right:0px;
}
.erweima ul li{
	line-height:20px;
	text-align:center
}
.copyright-wrap{
	height:42px;
	line-height:42px;
	background:#131313;
  	overflow:hidden;
}
.copyright{
	width:1200px;
	position:relative;
	color:#575757
}
.copyright a{
	color:#575757
}
.copyright a:hover{
	color:#fff;
}

.copyright a.weibo{
	position:absolute;
	top:5px;
	right:0px;
}






