@charset "utf-8";
body {
	font: normal 14px  Microsoft Yahei, 微软雅黑, 宋体, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
input,select,button,textarea{font: normal 14px  Microsoft Yahei, 微软雅黑, 宋体, Arial, Helvetica, sans-serif;}
ul,li,dt,dl,dd,form,p{ margin:0px; padding:0px;}
li{
	list-style-type: none;
}
a,a:hover{ text-decoration:none;}
img {  border:none;}
img { -ms-interpolation-mode: bicubic; }
.qufolat{ float:none; clear:both;}

.pt-rotate{
	-webkit-animation: rotate .8s ease both;
	animation: rotate .8s ease both;
}

@-webkit-keyframes rotate {

  from
{-webkit-transform:rotate(0deg);}

  to
{-webkit-transform:rotate(360deg);}

}
@keyframes rotate {

  from
{-webkit-transform:rotate(0deg);}

  to
{-webkit-transform:rotate(360deg);}

}

.ufs_top_head{ position: fixed; z-index:2; width: 100%; height: 106px; top: 0px; left: 0px; right: 0px; }
.g_header{height:60px; line-height:60px;   width:100%; min-width: 1280px; background-color: #131e26; clear:both; }
.g_header .h_logo{ height: 60px; text-align: center; width:200px; float:left;}
.h_logo img{ width: 150px; height: auto; margin:auto; margin-top: 14px; }
.g_header .h_userinfo{ float:right; color: #fff;}
.h_userinfo a{ color:#fff; text-decoration:none; height: 60px; display: block; float: left; padding: 0px 20px;  border-right: solid 1px #06090b;}
.h_userinfo span{ display: block; float: left; padding: 0px 20px;  border-right: solid 1px #06090b;}
.h_userinfo a:hover{ text-decoration: none; color: #fff; background-color: #1c2b36; }

.page_link{ width:630px; clear:both; float:right; text-align:right; margin-top:15px; margin-bottom:15px; height:30px; line-height:30px;}
.page_link a{ background:#00A0F0; color:#fff; padding:5px;}
.page_link span{ background:#A800AF; color:#fff; padding:5px;}


.g_menu_nav{ height:46px; line-height:46px; width:100%; min-width: 1280px; clear:both; background:#435360;}
.g_menu_nav .m_li{height:46px; text-align:center; float:left; color:#fff; margin-left:5px;}
.m_li a:hover {
	height: 46px;
	text-align: center;
	float: left;
	background-color: #30b19b;
	color: #fff;
}
.g_menu_nav a{padding: 0px 12px; color:#fff; text-decoration:none;}
.g_menu_nav_a a{
	padding: 0px 12px;
	height: 46px;
	text-align: center;
	float: left;
background-color: #30b19b;}

.nr_left a img{ border:0px;}

.g_font_1{  font-size:16px; font-weight:bold;}
.cms_foot{
	line-height: 26px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	text-align: center;
	font-size: 12px;
	color: #999;
}