body,div,p,ul,li,ol,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,input,fieldset,legend,optgroup,select,table,textarea
	{
	margin: 0;
	padding: 0;

}
html, body{ margin:0; height:100%; }
body {
	height: 100%;
	font: 100 14px/1.42857143 "Microsoft YaHei";
	color: #333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscaleFont type
}

input,select,button,input,textarea {
	font: 13px/20px "Microsoft YaHei";
}

img,fieldset {
	border: 0;
	vertical-align: middle;
}

a {
	text-decoration: none;
}

a:hover,a.blue {
	color: #12adff;
}

a:focus {
	outline-style: none;
}

a,area {
	blr: expression(this.onFocus = this.blur ());
}

ul li {
	list-style: none;
}

table {
	border-collapse: collapse;
}

input,select {
	vertical-align: middle;
}

th {
	white-space: nowrap;
}

td {
	word-break: break-all;
}

em {
	font-style: normal;
}

.fl {
	float: left !important
}

.fr {
	float: right !important
}

.span2 {
	width: 16.6666%
}
.clear {
	clear: both
}
hr {
	height: 1px;
	border-color: #f9f9f9;
	opacity: .2;
	margin: 20px 0
}
/*heard*/
header{
	background:#227cb0;
	position: relative;
	width:100%;
	z-index: 6;
	height:100px;
	color:#fff;
	text-align:center;
	transition:background 1s;
	-moz-transition:background 1s; /* Firefox 4 */
	-webkit-transition:background 1s; /* Safari and Chrome */
	-o-transition:background 1s;
}

header span{
	float:right;
}

nav{
	width:1100px;
	height:100px;
	margin:0 auto;
}

.user_a{
	font-size:14px;
	cursor:pointer;
}

#userNm:hover >.user_list{
	display:block;
}


.ico{
	background:url(/img/hz/51icon.png) no-repeat  0px 10px;
	padding:10px;
}


nav a{
	line-height:110px;
	color:#fff;
	font-size:16px;
	font-weight:500;
	padding:43.5px 30px;
	
	transition:background 0.1s;
	-moz-transition:background 0.1s; /* Firefox 4 */
	-webkit-transition:background 0.1s; /* Safari and Chrome */
	-o-transition:background 0.1s;
}

nav a:hover{
	color:#fff;
}
nav a:active{
	color:#fff;
	
}

nav .active{
	color:#fff;
}
.logo{
	font-size:32px;
	font-weight:600;
	line-height:85px;
	width:200px;
	display:inline;
	float:left;
	text-align:left;
	font-family: 'Microsoft YaHei';
	
}

.login_btn{
	padding:10px 25px;
	border-radius:2px;
	margin-left:10px;
	background:#666;
}

.login_btn:hover{
	background:#f60;
}


/*footer*/
footer {
	overflow: hidden;
	background:#227cb0;
}

footer .hd {
	background:#227cb0;
	color: #fff;
	width: 100%;
	padding:70px 0 80px 0;
	display: inline-block;
}

footer .hd ul {
	width: 1100px;
	margin: 0 auto
}

footer .hd li {
	float: left;
	width: 12%;
	text-align:left;
}

footer .hd li.bnews {
	width: 20%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

footer .hd li.bnews sup {
	background: #f60;
	font-size: 10px;
	color: #c7c7c7;
	padding: 0 3px;
	margin-left: 5px
}

footer .hd li.bnews p,footer .hd li.bnews p a {
	width: 100%;
	overflow: hidden
}

footer .hd li.bnews p span {
	width: 85%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

footer .hd li.last {
	padding: 0;
	width: auto;
	float:right;
	text-align: center
}

footer .hd li h4 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 13px
}

footer .hd li p {
	margin-bottom: 8px;
	font-size: 12px;
}

footer .hd li.last p {
	font-size: 12px
}

footer .hd li.last p.phone {
	font-size: 24px;
	margin-bottom: 5px;
	color:#ffffff;
	font-weight: 600;
}

.btn-online,.btn-online:hover {
	background: #f60;
	color: #fff;
	padding: 5px 15px;
	border-radius: 2px;
}

footer .bd {
	text-align: center;
	padding: 25px 0;
}

footer .hd li.ewm{
	background: url("/img/ewm.gif")no-repeat center center;
	background-size:100%;
	width:120px;
	height:120px;
	float:right;
	margin-right:50px;

}
.exlink,.sitelink {
	line-height: 30px
}

.sitelink a {
	color: #666
}

.exlink {
	color: #999;
	margin: 5px 0
}

.exlink a {
	margin-right: 5px;
	color: #999
}

.exlink .item-more {
	font-family: simsun
}

.copyright {
	color: #999;
	margin-bottom: 14px
}

.copyright a {
	color: #999
}

.gov a {
	display: inline-block;
	margin-left: 20px
}

.split {
	display: inline-block;
	padding: 0 8px;
	color: #999
}


.user_list{
  	background-color: #fff;
  	position: absolute;
  	border:1px solid #227cb0;
	color:#666;
	font-weight:500;
	width:180px;
	height:auto;
	border-radius:4px;
	display:none;
	top:100px;
}



.user_list:after, .user_list:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  top: 100%;
  position: absolute;
  width: 0;
}
 
.user_list:after {
  border-width: 9px;
  border-bottom-color: #fff;
  top: -18px;
  left:50px;
}
 
.user_list:before {
  border-width: 10px;
  border-bottom-color: #227cb0;
  top: -20px;
  left:49px;
}

.user_list li{
	line-height:50px;
	text-align:left;
	padding: 0 40px;
	cursor:pointer;
	border-radius:4px;
}

.user10{
	background:url("/img/hz/user10.png") no-repeat 10px center;
	background-size:18px 18px;
}
.user10:hover{
	background-color:#eaeaea;
}

.shezhi2{
	background:url("/img/hz/shezhi.png") no-repeat 10px center;
	background-size:18px 18px;
}
.shezhi2:hover{
	background-color:#eaeaea;
}

.out{
	background:url("/img/hz/out.png") no-repeat 10px center;
	background-size:16.5px 16.5px;
}
.out:hover{
	background-color:#eaeaea;
}

.user_list:hover{
	display:block;
}


.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity = 80);
}

.btn button {
	display: block;
	width:100%;
	height: 100%;
	background-color: transparent;
	border: 0;
	outline: 0;
	overflow: visible;
	padding: 0 22px;
	cursor: pointer
}

.btn_primary button {
	color: #fff;
}


.btn_primary {
	background-color: #12adff;
	border-color: #12adff;
	color: #fff
}

.btn_primary:hover {
	background: #0d95dd;
	color: #fff
}
.btn_primary button {
	color: #fff;
}

.btn {
	display: inline-block;
	overflow: visible;
	padding: 5px 22px;
	height: 30px;
	line-height: 30px;
	*line-height: 28px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	cursor: pointer
}

.btn:hover {
	text-decoration: none
}

.popup4 {
	background: #fff;
	visibility: hidden;
	z-index: 12102;
	border: 1px solid #eee;
	position: fixed;
	top: 10px;
	left: 50%;
	width: 600px;
	margin-left: -400px
}

/*tip*/
.tip{width:385px; height:350px; position:fixed;top:50%; left:50%;margin-left:-192px;margin-top:-160px; background:#fcfdfd;box-shadow:1px 8px 10px 1px #9b9b9b;border-radius:1px;behavior:url(js/pie.htc); display:none; z-index:111111;}
.tiptop{height:40px; line-height:40px; background:url(/img/tcbg.gif)  repeat-x;}
.mytiptop{cursor:move;}
.tiptop span{font-size:14px; font-weight:bold; color:#fff;float:left; text-indent:20px;}
.tiptop a{display:block; background:url(/img/close.png) no-repeat; width:22px; height:22px;float:right;margin-right:7px; margin-top:10px; cursor:pointer;}
.tiptop a:hover{background:url(/img/close1.png) no-repeat;}
.tipinfo{padding-top:10px;margin-left:10px; height:95px;}
.tipinfo span{width:95px; height:95px;float:left;}
.tipright{float:left;padding-top:15px; padding-left:10px;}
.tipright p{font-size:14px; font-weight:bold; line-height:35px;}
.tipright cite{color:#858686;}
.tipbtn{margin-top:25px; margin-left:125px;}
.sure ,.cancel{width:96px; height:35px; line-height:35px; color:#fff; background:url(/img/btnbg1.png) repeat-x; font-size:14px; font-weight:bold;border-radius: 3px; cursor:pointer;}
.cancel{background:url(/img/btnbg2.png) repeat-x;color:#000;font-weight:normal;}

/* 返回顶部 */
.dn{display: none;}
.go-top{position: fixed;top: 30%; right: 20px;width: 46px;z-index: 999;background:#fff}
.go-top a{display: block;width: 46px;height: 46px;margin-bottom: 1px;background-size: 100%;}
.go-top a:last-child{margin-bottom: 0;}
.go-top .go{background-image: url(/img/n_up.png?);}
.go-top .feedback{background-image: url(/img/n_msg.png?);}
.go-top .uc-2vm{background-image: url(/img/n_wx.png?);}

.go-top .qq{
	background-image: url(/img/n_qq.png?);
}

.go-top .mytel{
	background-image: url(/img/n_tel.png?);
}

.go-top .uc-tel{
	position: absolute;right: 70px;top: 100px;
	width: 100px;box-shadow: 0px 1px 4px rgba(0,0,0,.1);
	background: #fcb1aa;
	line-height:30px;
	border-radius: 3px; 
	padding: 0 10px ;
	color:#fff;
	font-weight:500
}
 .go-top .uc-tel:before {
  border: solid transparent;
  content: ' ';
  position: absolute;
}
 

.go-top .uc-tel:before {
  border-width: 5px;
  border-left-color: #fcb1aa;
  top: 10px;
  left:120px;
}
/*
.go-top .share{background-position: 0 -50px;}
.go-top .share:hover{background-position: 0 -200px;}
*/
.go-top .uc-2vm-pop{
	position: absolute;right: 70px;top: -1px;
	width: 240px;box-shadow: 0px 1px 4px rgba(0,0,0,.1);
	background: #fff;
}
.go-top .uc-2vm-pop .title-2wm{font-size: 14px; margin: 10px 20px;}
.go-top .uc-2vm-pop .logo-2wm-box{position: relative;}



.nav-zi {
	position: absolute;
	z-index: 1002;
	top: 120px;
	left: 0px;
	background-color: #fff;
	height: auto;
	width:100%;
	text-align: left;
	border-top: 1px solid #E8E8E8;
}

.nav-zi ul {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.nav-zi li {
	width: 23%;
	height:35px;
	margin: 15px 0 0;
	
}

.nav-zi a {
	border: 1px solid #EDEDED;
	display: block;
	line-height: 40px;
	text-align:center;
	color:#666;
	font-weight:500;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.4s ease-in;
}

.nav-zi a:hover {
	background-color: #367dff;
	color: #FFF;
	border: 1px solid #367dff;
}

.nav-zi i {
	padding-right: 10px;
	font-size: 18px;
}

.nav-bs {
	color: #FFF;
}

.ls {
	color: #1769ff;
}

.mh { -webkit-backface-visibility: hidden; -webkit-filter: blur(5px); filter: blur(5px); }

.list-inline{padding-left:0;margin-left:-5px;list-style:none}
.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}
.ty {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}

.chhz{
	color:#ffffff;
	font-size:16px;
	width:70px;
	border:0;
	outline:none;
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("/img/hz/chhz.png") no-repeat scroll right center transparent;
	background-size:20%;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
  margin-right:100px;
}

.chhzopt{
	 appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
	color:#666;
	font-size:16px;
	width:70px;
	border:0;
	outline:none;
	padding:5px 10px;
}