@charset "utf-8";
/* CSS Document */
/* 创络科技 http://www.chuangluo.com */

/*初始样式、共同样式*/
*html {background-image:url("about:blank"); background-attachment:fixed;}
ul,ol {list-style:none;}
a{text-decoration: none;color: #000;outline:none;blr:expression(this.onFocus=this.blur());}
img {border:0px;}
input,textarea{font-size: 14px;color: #333;font-family: Arial,'微软雅黑';outline: none;resize: none;}
h1, h2, h3, h4, h5, h6 {font-size:120%;}
body{ word-wrap:break-word; margin:0px; padding:0px;font-family: Arial,'微软雅黑';overflow-x: hidden;}
.imgmid {display:inline-block; *display:inline; *zoom:1; height:100%; width:1px; margin-left:-1px; vertical-align:middle;}
.cle {clear:both; width:0; height:0; display:block; overflow:hidden; font-size:0px;}
.c_box{width: 100%;height: 100%;*height: auto;display: table;*position: absolute;*top: 50%;*left: 50%;}
.c_m{width: 100%;height: 100%;*height: auto;display: table-cell;vertical-align: middle;*position: relative;*top: -50%;*left: -50%;}


/*引导页*/
.guide_box{width: 100%;height: 100%;position: absolute;top: 0;left: 0;overflow: hidden;}
.guide_m{width: 100%;height: 100%;position: relative;overflow: hidden;}
/*引导页 - logo*/
.g_logo{width: 100%;height: auto;margin: 0 20px;text-align: center;overflow: hidden;}
.g_logo img{max-width: 100%;}
/*引导页 - 分隔线*/
.g_fgx{width: 100%;height: 36px;background: url(../images/g_fgx.png) no-repeat top;margin: 30px auto;overflow: hidden;}
/*引导页 - 列表*/
.g_list{width: 600px;height: auto;margin: 0 auto;overflow: hidden;}
.g_list ul{margin: 0;padding: 0;overflow: hidden;}
.g_list ul li{width: 200px;height: 200px;border-radius: 50%;background: rgba(255,255,255,0.2);float: left;margin: 30px 50px;box-shadow: 0 11px 13px rgba(0,0,0,0.5);overflow: hidden;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	-ms-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
}
.g_list ul li:hover{background: rgba(255,255,255,0.4);}
.g_list ul li a{display: block;width: 150px;height: 150px;margin: 25px;}
.g_img{width: 100%;height: 60px;text-align: center;overflow: hidden;}
.g_img img{vertical-align: middle;max-width: 100%;max-height: 100%;}
.g_title{width: 100%;height: 30px;text-align: center;line-height: 30px;font-size: 20px;color: #fff;font-weight: bold;padding: 15px 0 5px;overflow: hidden;}
.g_text{width: 100%;height: 40px;text-align: center;font-size: 14px;color: #fff;line-height: 20px;overflow: hidden;}