﻿@charset "utf-8";
@import url(../css/select.css);
/*整体页面样式定义*/
html, body{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #75d6e3;/*滚动条表面颜色*/
	scrollbar-shadow-color: #59bffa;/*滚动条阴影颜色*/
	scrollbar-highlight-color: #59bffa;/*滚动条高亮颜色*/
	scrollbar-3dlight-color: #ebecec;/*滚动条高亮框线颜色*/
	scrollbar-darkshadow-color: #ebecec;/*滚动条阴影框线颜色*/
	scrollbar-track-color: #f2f1f1;/*滚动条底部背景颜色*/
	scrollbar-arrow-color: #239ead;/*滚动条箭头颜色*/
	color: #848484;
	background-position: left top;
	background-color: #FFF;
}
/*页面链接基本定义*/
a  {
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
	color: #6e6b6b;
}
a:hover  {
	text-decoration: none;
	color: #FF0000;
}
/*重新定义标签*/
ul {
	margin:0;
	clear: both;
	padding: 0px;
}
li {
	float: left;
	text-indent: 0px;
	list-style-type: none;
}
h1,h2,h3{
	float: left;
	font-weight: normal;
	font-size: 12px;
}
/*页面最小宽度定义*/
#head,#main,#footer{
	min-width: 930px;/*通用最小宽度设置*/
	width: expression:(document.body.clientWidth < 930? "930px" );/*IE最小宽度设置*/
}

/*顶部框架设定*/
#head{
	height: 145px;
	background-image: url(../images/backbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#header {
	height: 74px;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*顶部LOGO设定*/
#logo {
	height: 74px;
	width: 153px;
	float: left;
	background-position: bottom;
	background-repeat: no-repeat;
}
#logo{
	background-image: url(../images/logo.gif);
	margin-right: 8px;	
}
#logo_hb {
	height: 45px;
	width: 575px;
	float: left;
	border: 1px solid #C6C6C6;
	margin-top: 12px;
	margin-left: 30px;
	overflow: hidden;
}
/*顶部右侧属性菜单设定*/
#top_info {
	float: right;
	width: 130px;
	margin-top: 30px;
}
#top_info li a ,#top_info li {
	color: #6e6b6b;
	line-height: 20px;
	height: 20px;
	padding: 2px;
}

#top_info li a:hover{
	color: #fff;
	background-color: #d30788;
	height: 20px;
}
/*登录主导航栏版块设定*/
#nav_layout, #nav_info{
	height: 37px;
	width: 902px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#nav_info {
	line-height: 32px;
	color: #d4d3d3;
	height: 32px;
}
*html #nav_info {
	height: 32px;
}
#info_tq {
	float: left;
	height: 30px;
	width: 670px;
}
#macstyle/*下拉菜单基本定义*/
{
	width:120px;
	padding-top: 5px;
	padding-left: 5px;
	float: left;
}
.tq_text {
	float: left;
	margin-left: 8px;
}


/*登录主导航栏左右圆角背景设定*/
#nav{
	height: 28px;
	width: 10px;
	float: left;
	padding-top: 9px;
}
#info_time {
	float: right;
	height: 32px;
	width: 210px;
}
#info_time li {
	float: right;
	margin-left: 10px;
	margin-right: 3px;
}


/*登录主导航栏菜单设定*/
#main_nav{
	height: 37px;
	width: 882px;
	float: left;
	background-image: url(../images/btn_bg_main.gif);
	background-repeat: repeat-x;
	background-position: 0px 9px;
	overflow: hidden;
	
}
/*登录主导航栏菜单隔线设定*/
.nav_line{
	height: 37px;
	background-image: url(../images/nav_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*登录主导航栏菜单设定*/
#main_nav li a{
	height:37px;
	color: #414141;
	line-height:45px;
	padding-right: 10px;
	vertical-align: bottom;
	cursor: hand;
	display:inline-block;
}
/*登录主导航栏菜单激活状态*/
#main_nav li a:hover,#main_nav .nav_hot a{
	background-image: url(../images/btn_right.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	display:inline-block;
	overflow: hidden;
	color: #FFF;
	padding-right: 20px;
}
#main_nav li a  span,#main_nav .nav_hot a span  {
	padding-left:18px;
}
/*登录主导航栏菜单激活状态*/
#main_nav li a:hover span ,#main_nav .nav_hot a span {
	background-image: url(../images/btn_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	height: 37px;
	display:inline-block;
	padding-left:18px;
	
}

/*主要框架设定*/
#main{
	width: 100%;
}
/*FLASH广告版块设定*/
#flash_banner {
	height: 298px;
	width: 901px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d9d6d6;
	border-bottom-color: #d9d6d6;
	border-left-color: #d9d6d6;
	overflow: hidden;
}
/*登录框架设定*/
#login_layout {
	height: 297px;
	width: 248px;
	position: relative;
	top: -298px;
	z-index: 200;
	left: 653px;
}

/*登录框架设定*/
#login_top ,#login_bottom{
	height: 23px;
	width: 248px;
	clear: both;
}

#login_main_left {
	float: left;
	height: 251px;
	width: 18px;
}
#login_main {
	background-color: #FFF;
	height: 251px;
	width: 230px;
	float: left;
	filter: Alpha(Opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
}


#login_pt {
	background-image: url(../images/user_loginico.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 90px;
	padding-left: 52px;
	line-height: 32px;
	background-position: 13px;
	float: left;
}
#login_rl {
	background-image: url(../images/rnbg.gif);
	background-repeat: no-repeat;
	height: 58px;
	width: 58px;
	z-index: 2;
	color: #858383;
	text-align: center;
	left: 185px;
	line-height: 75px;
	position: absolute;
	top: 1px;
	overflow: hidden;
}
#login_rl_s {
	background-image: url(../images/rnbg.gif);
	background-repeat: no-repeat;
	height: 58px;
	width: 58px;
	color: #858383;
	text-align: center;
	line-height: 75px;
	float: right;
}
#login_rl span ,#login_rl_s span{
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	height: 24px;
	overflow: hidden;
}
.login_error_text {
	color: #F00;
	padding-left: 35px;
	width: 150px;
	height: 22px;
	position: relative;
	line-height: 22px;
	font-weight: bold;
}

#user_login {
	float: left;
	margin-top: 20px;
	padding-left: 10px;
	width: 215px;
}
#user_login h1 {
	margin-top: 4px;
	margin-left: 2px;
	line-height: 22px;
	width: 215px;
	float: left;
	margin-bottom: 4px;
}
#user_login h2 {
	background-image: url(../images/login_line.gif);
	float: left;
	width: 153px;
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-bottom: 0px;
	padding-top: 8px;
	clear: both;
	margin-top: 0px;
}
#user_login h2 a {
	color: #d30788;
	
}
#user_login h2 a:hover {
	color: #C00;
	text-decoration: underline;
}
#user_login h1 li a {
	line-height: 23px;
}


.textfield_1 {
	border: 1px solid #b1b0b0;
	color: #666;
	height: 16px;
	padding-left: 2px;
	margin-left: 15px;
	line-height: 18px;
}
.login_btn a {
	background-image: url(../images/btn_blue_01.gif);
	display: block;
	height: 22px;
	width: 72px;
	margin-right: 2px;
	margin-left: 2px;
	color: #FFF;
	text-align: center;
	background-repeat: no-repeat;
	line-height: 22px;
}
.login_btn a:hover {
	background-image: url(../images/btn_blue_01_h.gif);
	color: #FFF;
}

.login_text {
	line-height: 18px;
	padding-left: 30px;
	width: 110px;
	float: left;
}
.webgg-bg {
	background-image: url(../images/btn_qh_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 33px;
	width: 23px;
	color: #CCC;
	line-height: 20px;
	cursor:pointer;
}
.webgg-bg2 {
	display: block;
	height: 33px;
	width: 23px;
	text-align: center;
	line-height: 20px;
	cursor:pointer;
}
.right_smslist img {
	height: 70px;
	width: 70px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.right_smslist h1 {
	float: left;
	width: 120px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.blue_pt {
	font-size: 14px;
	font-weight: bold;
	color: #05b5d2;
}
.right_smslist h1 li {
	clear: both;
	margin-bottom: 8px;
	width: 110px;
}


.right_smslist {
	width: 207px;
	margin-top: 20px;
	float: left;
	margin-left: 5px;
}
*html .right_smslist {
	width: 205px;
}/*IE6*/

.index_yp_card {
	float: right;
	padding-top: 2px;
}



/*功能特点框架*/
#gongnen {
	height: 134px;
	width: 903px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#gongnen_left {
	background-image: url(../images/gn_bg_left.gif);
	height: 134px;
	width: 3px;
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#gongnen_main {
	height: 134px;
	width: 897px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9d6d6;
}

#gongnen_right {
	background-image: url(../images/gn_bg_right.gif);
	height: 134px;
	width: 3px;
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}



/*底部框架设定*/
#footer{
	width: 100%;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
	padding-top: 10px;
}

/*底部LOGO及链接设定*/
#footer_info {
	width:800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#foot_logo {
	
	height: 50px;
	width: 145px;
	float: left;
}
#foot_text{
	width: 470px;
	float: left;
	margin-top: 8px;
	margin-left: 20px;
}

#foot_text ul li{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif, "宋体";
}
/*FLASH广告版块设定*/
#flash_banner {
	height: 298px;
	width: 901px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d9d6d6;
	border-bottom-color: #d9d6d6;
	border-left-color: #d9d6d6;
	overflow: hidden;
}
/*登录前主框架*/
#index_main {
	width: 901px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/indexmain_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#index_main_z {
	min-height: 315px;/*通用最小高度设置*/
	width: 100%;
	background-image: url(../images/indexmain_line.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#left_index {
	min-height: 315px;/*通用最小高度设置*/
	background-image: url(../images/indexmain_line.gif);
	background-position: right top;
	float: left;
	width: 228px;
	background-repeat: no-repeat;
	padding-right: 2px;	
}
#tabe_pt {
	background-image: url(../images/tab_bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 24px;
	margin-left: 1px;
	line-height: 22px;
	width: 100%;
	clear: both;
	margin-top: 8px;
	margin-bottom: 5px;
}
#tabe_pt li {
	line-height: 26px;
	height: 24px;
	color: #1a99a9;
	margin-left: 10px;
	font-weight: bold;
	overflow: hidden;
}
#right_index {
	float: left;
	width: 668px;
}
/*首页左菜单*/
.meun_list{
	width: 185px;
	padding-left: 20px;
	float: left;
	clear: both;
}
#meun_card h1 {
	float: left;
	clear: both;
	margin-bottom: 8px;
}
.meun_list li {
	clear: both;
	float: left;
	height: 30px;
	margin-top: 1px;
	margin-bottom: 1px;
	width: 186px;
	line-height: 25px;
	color: #676666;
}
.meun_list li a{
	color: #828181;
	line-height: 25px;
	width: 186px;
	height: 25px;
	display:block;
}
.meun_list li a:hover,.meun_h{
	color: #676666;
	line-height: 25px;
	background-image: url(../images/meunlist_bg.gif);
	background-repeat: no-repeat;
}
.meun_list li img {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.meun_pt a  {
	color: #1A99A9;
}

.meun_pt a:hover {
	color: #F00;
}
#left_index h1 {
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#pt_crad,#index_crad ,.tool  {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;

}
#pt_crad {
	line-height: 32px;
	height: 31px;
	width:576px;
}
*html #pt_crad {
	width:577px;
}
#index_crad {
	width: 550px;
	padding: 11px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d7d5d5;
	border-bottom-color: #d7d5d5;
	border-left-color: #d7d5d5;	
}

#pt_crad li{
	display: block;
	height: 25px;
	width: 70px;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 6px;
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	text-align: center;
	line-height: 27px;
	overflow: hidden;
}
#pt_crad li{
	background-image: url(../images/pt_crad2.gif);
	cursor:pointer;
}
#pt_crad .hover{
	background-image: url(../images/pt_crad_h2.gif);
}
.tool {
	width:564px;
	margin-bottom: 10px;
	color: #828181;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 5px;
	margin-top:10px;
}
#login_main_s {
	height: 251px;
	width: 225px;
	float: left;
}
#user_login_s {
	float: left;
	margin-top: 10px;
	padding-left: 8px;
	width: 221px;
}
#user_login_s h1 {
	margin-top: 4px;
	margin-left: 2px;
	line-height: 22px;
	width: 215px;
	float: left;
	margin-bottom: 4px;
}