/*=========================public============================*/
html {
  position: relative;
  min-height: 100%;
  min-width:1200px;
}
body {
  width:100%;
  background:#fff;
  font-family:  "Microsoft YaHei",tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
}
.container {
  width:1200px;
  margin:0 auto;
}
.img-responsive{
  max-width:100%;
  height:auto;
  display: block;
}
.hide{
  display: none;
}
.show{
  display: block;
}
/* =========================妞ゅ爼鍎�===================== */
.g-doc .g-hd{
  width:100%;
  position: relative;
  z-index:1000;
}
.g-doc .g-hd .top-nav{
	width:100%;
	position: relative;
}
.g-doc .g-hd .top-nav .container ul{
	float:right;
	margin-top:10px;
}
.g-doc .g-hd .top-nav .container ul li{
  float:left;
  margin-right:15px;
}
.g-doc .g-hd .top-nav .container ul li a{
  color:#bfbfbf;
}
.g-doc .g-hd .top-nav .container ul li a:focus, .g-doc .g-hd .top-nav .container ul li a:hover{
  color:#666;
}
.g-doc .g-hd .top-nav .container ul li.last img{
  margin:0;
}
.g-doc .g-hd .top-nav .container ul li.last .c{
  display: none;
}
.g-doc .g-hd .top-nav .container ul li.last a{
  width:100%;
  height:29px;
  display: block;
}
.g-doc .g-hd .top-nav .container ul li.last .logo-weixin{
  float:left;
  height:29px;
  margin-top: -3px;
  margin-right:5px;
  position: relative;
}
.g-doc .g-hd .top-nav .container ul li.last .logo-weixin .tips-weixin{
	display:none;
    position: absolute;
    top: 30px;
    left: -25px;
    z-index: 1000;
}
.g-doc .g-hd .top-nav .container ul li.last .logo-weibo{
  float:left;
  height:29px;
  margin-top: -3px;
  position: relative;
}
.g-doc .g-hd .top-nav .container ul li.last .logo-weibo .tips-weibo{
	display:none;
    position: absolute;
    top: 30px;
    left: -30px;
    z-index: 1000
}
.g-doc .g-hd .top-nav ul li.last .logo-weixin:focus .g, .g-doc .g-hd .top-nav ul li.last .logo-weixin:hover .g,
.g-doc .g-hd .top-nav ul li.last .logo-weibo:focus .g, .g-doc .g-hd .top-nav  ul li.last .logo-weibo:hover .g{
  display: none;
}
.g-doc .g-hd .top-nav ul li.last .logo-weixin:focus .c, .g-doc .g-hd .top-nav ul li.last .logo-weixin:hover .c,
.g-doc .g-hd .top-nav ul li.last .logo-weibo:focus .c, .g-doc .g-hd .top-nav ul li.last .logo-weibo:hover .c,
.g-doc .g-hd .top-nav ul li.last .logo-weixin:focus .tips-weixin, .g-doc .g-hd .top-nav ul li.last .logo-weixin:hover .tips-weixin,
.g-doc .g-hd .top-nav ul li.last .logo-weibo:focus .tips-weibo, .g-doc .g-hd .top-nav ul li.last .logo-weibo:hover .tips-weibo{
  display: block;
}

/* ========================== 鐎佃壈鍩呴弽锟�============================ */
.g-doc .g-hd .logo-nav{
  width:100%;
  height:60px;
  line-height:10px;
  position: relative;
}
.g-doc .g-hd .logo-nav .m-lt{
  float:left;
  margin-left:-25px;
}
.g-doc .g-hd .logo-nav .m-lt .logo{
  float:left;
  margin:-7px 10px;
}
.g-doc .g-hd .logo-nav .m-lt p{
  width: 500px;
  letter-spacing:2px;
  line-height:1.5;
  font-size:23px;
}
.g-doc .g-hd .logo-nav .m-lt small{
  display: block;
  letter-spacing:normal;
  font-size:12px;	
}

.g-doc .g-hd .main-nav{
  margin-top:10px;
  border-bottom:1px solid #1b71e8;
  position: relative;
}
.g-doc .g-hd .main-nav ul{
 margin-left:-22px;
}
.g-doc .g-hd .main-nav ul li{
  float:left;
  width:7%;
  text-align: center;
  margin:0 24px;
}
.g-doc .g-hd .main-nav ul li a{
  width:100%;
  font-size:14px;
  color:#666;
  letter-spacing:2px;
  display:block;
}
.g-doc .g-hd .main-nav ul li a:hover{
  color:#1b71e8;
  border-bottom:2px solid #1b71e8;
}
.g-doc .g-hd .main-nav ul li a.active{
  color:#1b71e8;
  border-bottom:2px solid #1b71e8;
}
/* ================================= 娑撹缍嬮柈銊ュ瀻 ================================== */
.g-doc .g-bd{
  width:100%;
  height:100%;
  position: relative;
}
/* ================================= 妞や絻鍓�================================== */
.g-ft{
	width:100%;
	background:#f8f8f8;
	border-top: 1px solid #ddd;
	position:relative;
}
.g-ft .g-bd{
  width:1200px;
  margin:0 auto;
  padding-top:30px;
  font-size: 14px;
  position: relative;
}
.g-ft .g-bd ul{
  margin:20px 0px 20px -20px;
}
.g-ft .g-bd ul li{
	float: left;
	height:13px;
	margin:0 10px;
	padding-left:20px;
	line-height:13px;
    font-size:12px;
    color:#949da5;
	border-left:2px solid #ddd;
}
.g-ft .g-bd ul li a{
	color:#949da5;
}
.g-ft .g-bd ul li span{
   margin-left:20px;
}
.g-ft .g-bd ul li:first-child{
	border:none;
}
.g-ft .g-bd p{
	margin-bottom: 6px;
	padding-left:10px;
    font-size:12px;
    color:#949da5;
}
.g-ft .g-bd img{
    height:200px;
	position:absolute;
	right:0;
	top:0;
}
/* ================================= 閸欏厖鏅堕弽蹇ョ礄閸ョ偛鍩屾い鍫曞劥閿涳拷================================== */
.g-doc .g-goTop{
  width:54px;
  text-align: center;
  border-radius: 5px;
  background:url(../../res/images/goTop/bg.png);
  position: fixed;
  right:0;
  bottom:100px;
  z-index:999;
}
.g-doc .g-goTop ul li{
  width:100%;
  height:46px;
  border-top:1px solid #fff;
  position: relative;
}
.g-doc .g-goTop ul li:first-child{
  border-top:none;
}
.g-doc .g-goTop ul li a{
  display: block;
}
.g-doc .g-goTop ul li .c{
  display: none;
  position: absolute;
  top:0;
  right:-300px;
  border-radius:5px;
}
.g-doc .g-goTop .top:focus .c, .g-doc .g-goTop .top:hover .c, 
.g-doc .g-goTop .phone:focus .c, .g-doc .g-goTop .phone:hover .c, 
.g-doc .g-goTop .qq:focus .c, .g-doc .g-goTop .qq:hover .c,
.g-doc .g-goTop .tips:focus .c, .g-doc .g-goTop .tips:hover .c{
  right:10px;
  display: block;
}
/*-------------------娴兼艾鎲崇純鎴犵彲婢舵挳鍎�--------------------*/
.g-doc .g-hd .navGroup{
  width:100%;
  position: relative;
  border-bottom:1px solid #247efc;
}
 .logoNav{
 	margin:30px 0 0;
 	position:relative;
}
.logoNav img{
  float:left;
  margin:-10px 10px;
  
}
.logoNav p{
  width: 500px;
  letter-spacing:4px;
  line-height:1.5;
  font-size:22px;
  font-weight: bold;
}
.logoNav p small{
  display: block;
  letter-spacing:normal;
  font-size:12px; 
}
.webNav{
 margin-bottom:10px;
}
.webNav ul{
  float:right;
}
.webNav ul li{
   float:left;
   margin-right:15px;
   padding-left: 15px;
   border-left:1px solid #666;
   height: 15px; 
   line-height: 15px;
}
 .webNav ul li:first-child{
  border-left:none;
}
.navGroup .webNav ul li a{
   color:#666;
   font-size:14px;
}
 .navGroup .webNav ul li a:focus, .navGroup .webNav ul li a:hover{
   color:#247efc;
}
.pop{
	display:none;
	position:absolute;
	top:60%;
	left:44%;
	width:160px;
	height:50px;
	padding:10px 0;
	text-align:center;
	letter-spacing:2px;
	color:#fff;
	background:url(../../res/images/website/popBg.png) no-repeat;
	font-size:16px;
	font-weight:bold;
	z-index:10;
}

