@charset "utf-8";
/* CSS Document */

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input{
	margin:0;
	padding:0;
}
ol, ul, li{
	list-style:none;
}
img{
	border:none;
}
.w{
	width:990px;
	margin:0 auto;
}
.gg{ display:block;}
a{ color:#333; text-decoration:none;}
a:hover{color:#195f9e;}
.clr{
	display:block;
	overflow:hidden;
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
.clear{
	clear:both;
}
body{ 
	font-size:12px; 
	font-family:simsun;
	color:#000;
	background:#fff url(/Public/Images/web/body_bg.gif) repeat-x 0 0;
}

.hr_bold{clear:both; height:5px; font-size:0; overflow:hidden; background:url(/Public/Images/web/act_board_bg.gif) repeat-x;}
.mb_6{margin-bottom:6px;}
.text_center{ text-align:center;}
p.ti{ text-indent:2em;}

/* header */
.header_wrapper{
	position:relative;
	height:80px;
	background-image: url(/Public/Images/web/top_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FCFDFF;
}
#header{
	position:relative;
	width:990px;
	height:80px;
	margin:0 auto;
	

}
#header h1 a{
	position:absolute;
	top:19px;
	left:0;
	width:347px;
	height:60px;
	background-image: url(/Public/Images/web/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header .login_info{
	position:absolute;
	right:0px;
	top:42px;
	text-align:right;
	line-height:20px;
	color:#666;
}
#header .login_info a{
	color:#4170b3;
}
#header .login_info a:hover{
	color:#ef6500;
	text-decoration:underline;
}

#header .tel{
	display:inline-block;
	padding:0 8px 0 15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}


.main_menu_wrapper{ position:relative; z-index:999; width:100%; height:35px; background:#195594 url(/Public/Images/web/main_menu_bg.gif) repeat-x center 0;}
.main_menu_wrapper .search_form{
	position:absolute;
	right:0;
	top:8px;
	width:161px;
	height:21px;
	overflow:hidden;
	background:url(/Public/Images/web/search_bg.gif) no-repeat;
}
.main_menu_wrapper .search_form .input_bg{
	float:left;
	width:120px;
	height:18px;
	padding:3px 0 0 12px;
	margin-right:3px;
	overflow:hidden;
	background:url(/Public/Images/web/bg_01.png) no-repeat 0 0;
	
}
.main_menu_wrapper .search_form .txt{
	width:120px;
	height:18px;
	border:0;
	overflow:hidden;
	line-height:18px;
	font-size:12px;
	background:none;
	vertical-align:top;
	color:#bbb;
}
.main_menu_wrapper .search_form .btn_sub{
	float:left;
	width:24px;
	height:21px;
	border:0;
	overflow:hidden;
	text-align:center;
	line-height:20px;
	font-size:12px;
	color:#fff;
	cursor:pointer;
	background:url(http://www.gsee360.com/Public/Css/web/*);
}
/* Main Menu*/
.main_menu{ position:relative; height:35px;}
.main_menu li{
	position:relative;
	float:left;
	overflow:visible;
	background-image: url(/Public/Images/web/main_menu_line.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.main_menu li.cur{
	background-image: url(/Public/Images/web/main_menu_h.gif);
	background-repeat: repeat-x;
	line-height:35px;
	background-position: top;
}
.main_menu span.last{ background:none;}
.main_menu span a{ float:left; height:35px; padding:0 19px; line-height:35px; text-align:center; font-size:14px; color:#fff;}
.main_menu span a:hover, .main_menu .sub_show span a{
	background-image: url(/Public/Images/web/main_menu_h.gif);
	background-repeat: repeat-x;
	display:block;
	color: #FFF;
}
.main_menu li .sub_menu{
	z-index:1000;
	position:absolute;
	top:35px;
	left:49px;
	margin-left:-49px;
	min-width:88px;
	_width:88px;
	padding:3px;
	border-top:0;
	_overflow:visible;
	background:#fc8a37;
	display:none;
}
.main_menu .sub_show .sub_menu{ display:block; text-align:center;}

.main_menu .sub_menu a{
	display:block;
	min-width:88px;
	height:24px;
	line-height:24px;
	white-space:nowrap;
	text-align:center;
	color:#fff;
	background:url(/Public/Images/web/hr_bg.gif) no-repeat center bottom;
}
.main_menu .sub_menu a.last {background:none;}
.main_menu .sub_menu a:hover{
	color:#E15F00;
	text-decoration:none;
}


.main{width:990px; margin:0 auto; overflow:hidden;}
/*新添加*/
/*
.nav{ height:35px;  background:url(http://www.gsee360.com/Public/Images/web/main_menu_bg); width:100%; }
.s{
	background-repeat: no-repeat;
	background-position: right;
	}
.c{height:35px; width:990px; margin:auto;}
.nav ul li{ display:inline; line-height:35px; position:relative; z-index:99999; float:left; padding:0 10px; width:80px; text-align:center; }
.nav ul li a{ color:#fff; font-size:14px; }
#nav{display:inline;}
#nav ul{position:absolute; background:#E15F00; padding:10px 0; width:100px; left:0px; top:35px; display:none; }
#nav ul li{ line-height:22px;float:left;padding:0 8px; margin: 0 2px; display:inline;} 
#nav ul li a{ color:#fff; font-size:12px;}
#nav ul li a:hover{color:#0B66AA;}

*/
/*新添加结束*/
/* footer */

.footer_wrapper{
	clear:both;
	width:100%;
}
#footer{ width:990px; padding:10px 0 36px 0; margin:0 auto; line-height:16px; font-family:Arial; color:#5b5b5b;}
#footer .bot_nav{ float:left; height:18px; line-height:16px; text-align:center; color:#666;}
#footer a{ color:#666;}
#footer a:hover{ color:#4170b3; text-decoration:underline;}
#footer p{ float:right; line-height:16px;}
#footer .t_share a{ display:inline-block; width:16px; height:16px; margin-right:9px; background:url(/Public/Images/web/share_bg.gif) no-repeat;}
#footer .t_share a.t_sina{}
#footer .t_share a.t_163{ background-position:0 -18px;}
#footer .t_share a.t_ren{background-position:0 -36px; }
#footer .t_share a.t_douban{background-position:0 -54px;}

.pagebox{
	width:auto;
	height:auto;
	text-align:center;
	margin:35px auto 0 auto;
	font-family:Tahoma;
	overflow:hidden;
}
.pagebox{ text-align:center; margin:0 auto; width:240px; height:24px;}

.pagebox span{
	width:auto;
	height:20px;
	text-align:center;
	float:left;
	margin-left:2px;
	margin-right:2px;
}
.pagebox ul li.nb_on{
	width:auto;
	height:20px;
	text-align:center;
	line-height:17px;
}
.pagebox a{	
	float:left;
	height:20px;
	display:block;	
	padding:0 4px;
	text-decoration:none;
	border:0;
}
.pagebox a:hover{	
	text-decoration:none;
	height:20px;
	color:#ff6600;
	display:block;	
	padding:0 4px;
	border:0;
}
.pagebox a:hover{
	height:20px;
	color:#ff4e00;
	border:1px solid #ff4e00;
	display:block;	
	padding:0 4px;
}

.pagebox ul li.off a{	
	border:1px solid #ccc;
	color:#999;
	display:block;	
	padding:0 5px;
}
.pagebox ul li.off a:hover{	
	border:1px solid #ccc;
	color:#999;
	display:block;	
	padding:0 5px;
}


.pro_detail_main table {
	font-size: 14px;

}
.statement {
	width: 780px;
	font-size: 14px;
	border: 1px solid #ddd;
	padding: 50px 100px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.statement p {
	text-indent: 24px;
	line-height: 24px;
	padding-bottom: 10px;
}
.title {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	line-height: 35px;
	display: block;
	margin-bottom: 15px;
	padding-left: 5px;
	height: 35px;
}
.statement dt {
	line-height: 24px;
	padding-top: 10px;
	text-align: left;
	display: block;
}
.statement dd {
	line-height: 20px;
	font-family: "宋体";
	font-size: 12px;
	text-align: left;
	display: block;
	width: 100px;
}
.statement dt a {
	color: #333;
}
.newsbox {
	background-image: url(/Public/Images/web/newsh.gif);
	background-repeat: no-repeat;
	background-position: left;
	border: 1px solid #ddd;
	height: 36px;
	width: 990px;
	background-color: #FFF;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.newsbox li {
	float: left;
	width: auto;
	height:36px;
	border:0px solid #000;
	overflow:hidden;
	margin-left: 20px;
	line-height: 36px;
	background-image: url(/Public/Images/web/newsline.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
	padding-right: 20px;
}
.newsbox ul {
	padding-left: 80px;
}
.newsbox span {
	line-height: 36px;
	padding-left: 25px;
}
.fridenlink {
	float: right;
	width: 510px;
	line-height: 20px;
	color: #666;
	height: 40px;
	overflow: hidden;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 20px;
}
.fridenlink .dt {
	font-weight: bold;
	line-height: 20px;
	float: left;
	height: 40px;
}
.newsbox li a {
	color: #666;
}
.fridenlink a {
	color: #666;
}
.fridenlink a:hover {
	color: #4170b3;
	text-decoration: underline;
}
.newsbox li a:hover {
	color: #4170b3;
	text-decoration: underline;}
.kfbox {
	width: 130px;
	position: absolute;
	left: 1250px;
	top: 300px;
	z-index: 8001;
}
.topfb {
	background-image: url(/Public/Images/web/kebg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 33px;
}
.downfb {
	background-image: url(/Public/Images/web/kfbg1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 13px;
}
.confb {
	background-image: url(/Public/Images/web/kebg0.gif);
	background-repeat: repeat-y;
	padding: 5px 5px 0px;
}
.confb li span {
	text-align: center;
	display: block;
	height: 35px;
}
.confb ul {
	background-color: #FFF;
	display: block;
	padding: 10px 5px 0px;
	color: #666;
}
.step {
	background-image: url(/Public/Images/web/home.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 24px;
	background-position: left 6px;
}
.example h4 span a {
	color: #999;
}
.exbox table {
	background-image: url(/Public/Images/web/dlbg.gif);
	font-size: 14px;
}
.p404 {
	text-align: center;
	padding-bottom: 30px;
}
.try {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.ttitle {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	height: 50px;
}
.try h1 {
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.tk {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	line-height: 24px;
	width: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	font-size: 14px;
	text-align: center;
}
.tk1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	line-height: 24px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	font-size: 14px;
}
.tk3{
	line-height: 18px;
	width: 40px;
	font-size: 14px;
}
.tk4{
	border: 1px solid #fff;
	width:150px;
	font-size:12px;
	}
.tk5{
	border: 1px solid #333;
	}
.trycon h2 {
	font-size: 16px;
}
.trycon ul {
	font-size: 14px;
	line-height: 30px;
	padding-top: 20px;
	height: 30px;
}
.trycon li {
	float: left;
	width: 300px;
	line-height: 30px;
}
.trycon p {
	font-size: 14px;
	line-height: 24px;
	padding-top: 10px;
	text-indent: 24px;
}
.trycon h4 {
	font-size: 14px;
	padding-top: 15px;
	line-height: 20px;
}
.trycon table td{
	padding: 5px;
	font-size:14px;
	line-height:18px;
}
.trycon table{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.trycon h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
}
.ttitle span {
	text-align: right;
	display: block;
	float: right;
	width: 150px;
	padding-top: 25px;
}
.ttitle img {
	float: left;
	width: auto;
}
.footer ul {
	float: left;
	width: 360px;
	display: block;
	height: 160px;
}
.bgsz {
	background-color: #bbb;
}
.bgsz1 {
	border-left:#333 solid 1px;
	border-top:#333 solid 1px;
	background-color:#ddd;
}
.bgsz2 {
	border-left:#333 solid 1px;
	border-top:#333 solid 1px;
	background-color:#FFF;
}
.footer {
	padding-top: 0px;
}
.number {
	display: block;
}
.tjiao {
	text-align: center;
	padding: 20px;
	margin: 0px auto;
	width: 800px;
}
.trycon h5 {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
}
.jaybox {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

