@import url("../Include/Global.css");
@import url("../Include/Font.css");
@import url("../Include/Layout.css");


/*头部-*/
.header
{
	height: 60px;
	background: url(../../images/header.gif);
}
.header .blue a:link, .header .blue a:visited
{
	color: #006298;
	text-decoration: none;
}
.header .blue a:hover
{
	color: #006298;
	text-decoration: none;
}

/*二级头部-*/
.header2
{
	height: 24px;
	border-bottom: 1px solid #d9e8ff;
	background: #e9effc;
	color: #006298;
}
.header2 a:link, .header2 a:visited
{
	color: #006298;
	text-decoration: none;
}
.header2 a:hover
{
	color: #006298;
	text-decoration: none;
}

/*主导航*/
.mainNav_bg
{
	width: 100%;
	height: 35px;
	margin: 0px;
	background: url(../../images/mainNav_bg.gif);
	float: left;
	padding: auto;
}
.mainNav_bg_admin
{
	width: 100%;
	height: 28px;
	margin: 0px;
	background: url(../../images/mainNav_bg.gif);
	float: left;
}
ul.mainNav
{
	margin: auto;
	margin-top: 5px;
	padding: 0;
	width: 950px;
	position: relative;
	height: 30px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background: transparent url(../../images/bgOFF.gif) repeat-x top center;
}
ul.mainNav li
{
	list-style-type: none;
	float: left;
	color: #fff;
}
ul.mainNav li a
{
	display: block;
	float: left;
	color: #fff;
	padding: 8px 0px 0px 0px;
	height: 22px;
	background: transparent url(../../images/bgDIVIDER.gif) no-repeat top right;
	width: 90px;
	text-align: center;
}
ul.mainNav li a:hover
{
	background: transparent url(../../images/bgHOVER.gif) no-repeat top center;
	color: #fff;
}
ul.mainNav li a.current, ul.mainNav li a.current:hover
{
	color: #000;
	background-color: transparent;
	background-image: url(../../images/bgON.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/*频道导航*/
.mainNav2
{
	width: 100%;
	height: 30px;
	float: left;
}
ul.mainNav2
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 30px;
	text-transform: uppercase;
	font-size: 12px;
	background: transparent url(../../images/bgOFF2.gif)no-repeat repeat-x top center;
	margin: 0px;
}
ul.mainNav2 li
{
	display: block;
	float: left;
	margin: 0px 0px 0px 2px;
	padding: 0;
	color: #006298;
}
ul.mainNav2 li a
{
	display: block;
	float: left;
	color: #006298;
	font-size: 12px;
	text-decoration: none;
	padding: 7px 1px 0px 0px;
	height: 23px;
	background: transparent url(../../images/bgDIVIDER2.gif) no-repeat top right;
	width: 70px;
	text-align: center;
}
ul.mainNav2 li a:hover
{
	background: transparent url(../../images/bgHOVER2.gif) no-repeat top center;
	color: #006298;
}
ul.mainNav2 li a.current, ul.mainNav2 li a.current:hover
{
	font-size: 12px;
	background-image: url(../../images/bgON2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
}

/*后台导航*/
.mainNav3
{
	width: 100%;
	height: 50px;
	float: left;
}
ul.mainNav3
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 30px;
	text-transform: uppercase;
	font-size: 12px;
	background: transparent url(../../images/bgOFF3.gif)no-repeat repeat-x top center;
	margin: 0px;
}
ul.mainNav3 li
{
	display: block;
	float: left;
	margin: 0px 0px 0px 2px;
	padding: 0;
	color: #006298;
}
ul.mainNav3 li a
{
	display: block;
	float: left;
	color: #006298;
	font-size: 12px;
	text-decoration: none;
	padding: 7px 1px 0px 0px;
	height: 23px;
	background: transparent url(../../images/bgDIVIDER3.gif) no-repeat top right;
	width: 70px;
	text-align: center;
}
ul.mainNav3 li a:hover
{
	background: transparent url(../../images/bgHOVER3.gif) no-repeat top center;
	color: #006298;
}
ul.mainNav3 li a.current, ul.mainNav3 li a.current:hover
{
	font-size: 12px;
	background-image: url(../../images/bgON3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
}

/*色调样式*/
.title1
{
	height: 34px;
	background: url(../../images/title1.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #5183a6;
	padding: 0px 0px 0px 15px;
}
.title1 a:link, .title1 a:visited
{
	color: #5183a6;
	text-decoration: none;
}
.title1 a:hover
{
	color: #5183a6;
	text-decoration: underline;
}
.title4
{
	height: 23px;
	background: url(../../images/title4.gif);
	font-size: 12px;
	color: #5183a6;
}
.title4 a:link, .title4 a:visited
{
	color: #5183a6;
	text-decoration: none;
}
.title4 a:hover
{
	color: #5183a6;
	text-decoration: underline;
}
.Content1
{
	line-height: 26px;
	color: #5183a6;
	background: #e8f3ff;
	border-left: 1px #c8d8f2 solid;
	border-right: 1px #c8d8f2 solid;
	border-bottom: 1px #c8d8f2 solid;
	padding: 5px;
}
.Content1 a:link, .Content1 a:visited
{
	color: #5183a6;
	text-decoration: none;
}
.Content1 a:hover
{
	color: #5183a6;
	text-decoration: underline;
}
.Content3
{
	line-height: 26px; *line-height:28px;
color:#5183a6;
background:#fff;
border:1px#d1e3f5solid;
padding:5px;
}
.Compatible
{
	height: 160px !important; *height:164px;
_height:152px;
}
.Content3 a:link, .Content3 a:visited
{
	color: #5183a6;
	text-decoration: none;
}
.Content3 a:hover
{
	color: #5183a6;
	text-decoration: underline;
}
.ContentES
{
	line-height: 26px;
	color: #5183a6;
	background: #fff;
	border-left: 1px #d1e3f5 solid;
	border-right: 1px #d1e3f5 solid;
	border-bottom: 1px #d1e3f5 solid;
	padding: 5px;
}
.ContentES a:link, .ContentES a:visited
{
	color: #5183a6;
	text-decoration: none;
}
.ContentES a:hover
{
	color: #5183a6;
	text-decoration: underline;
}

.Content4
{
	line-height: 26px;
	color: #5183a6;
	background: #d1e3f5;
	padding: 5px;
}
.Content4 a:link, .Content4 a:visited
{
	color: #5183a6;
	text-decoration: none;
}
.Content4 a:hover
{
	color: #5183a6;
	text-decoration: underline;
}

.title_admin
{
	height: 28px;
	border-top: 1px solid #b2d6f2;
	border-bottom: 1px solid #b2d6f2;
	background: url(../../images/title3.gif);
	font-size: 12px;
	font-weight: bold;
	color: #5183a6;
	padding: 0px 0px 0px 5px;
}
.title_admin a:link, .title_admin a:visited
{
	color: #5183a6;
	text-decoration: none;
}
.title_admin a:hover
{
	color: #5183a6;
	text-decoration: underline;
}

.Content_admin
{
	line-height: 22px;
	color: #004372;
	padding: 1px;
	margin-left: 15px;
}
.Content_admin a:link, .Content_admin a:visited
{
	color: #004372;
	text-decoration: none;
}
.Content_admin a:hover
{
	color: #004372;
	text-decoration: underline;
}
/*banner*/
.banner
{
	width: 450px;
	height: 200px;
	margin-bottom: 10px;
}
/*首页轮播广告450×200*/
div#MainPromotionBanner
{
	width: 450px;
	height: 200px;
	background: #feb900;
}
#MainPromotionBanner #SlidePlayer
{
	position: relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides
{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 200px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li
{
	float: left;
	width: 450px;
	height: 200px;
}

#MainPromotionBanner .Slides img
{
	border: 0;
	display: block;
	width: 450px;
	height: 200px;
}

#MainPromotionBanner .SlideTriggers
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 170px;
	right: 0px;
	z-index: 10;
	height: 25px;
}
#MainPromotionBanner .SlideTriggers li
{
	float: left;
	display: inline;
	color: #2b619d;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 6px;
	background: url(../../images/slide_trigger.gif) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current
{
	color: #fff;
	background: url(../../images/slide_trigger_c.gif) no-repeat center center;
	border: 0;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin: 0 6px;
}
/*位置*/
.wz
{
	height: 30px;
	padding: 0px;
	margin-bottom: 5px;
}
/*后台说明*/
.shuom
{
	border: 1px dashed #c8d8f2;
	background: #f5f8fd;
	padding: 5px;
	line-height: 22px;
	color: #666;
	margin-bottom: 5px;
}
/*选项卡菜单class*/

.Menubox
{
	width: 100%;
	background: url(../../images/Menubox.gif);
	height: 26px;
	line-height: 26px;
	margin-bottom: 10px;
}
.Menubox ul
{
	margin: 0px;
	padding: 0px;
}
.Menubox li
{
	float: left;
	display: block;
	cursor: pointer;
	width: auto;
	padding: 0px 8px 0px 8px;
	text-align: center;
	background: url(../../images/Menubox_li.gif);
	color: #fff;
	font-size: 12px;
	border-left: 1px solid #005483;
	border-right: 1px solid #005483;
	margin: 0px 0px 0px 5px;
}
.Menubox li.hover
{
	padding: 0px;
	background: #fff;
	width: auto;
	padding: 0px 8px 0px 8px;
	background: url(../../images/Menubox_li_hover.gif);
	color: #000;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
}
.Menubox li a:link, .Menubox li a:visited, .Menubox li a:hover
{
	color: #fff;
	text-decoration: none;
}
.Menubox li.hover a:link, .Menubox li.hover a:visited, .Menubox li.hover a:hover
{
	color: black;
	text-decoration: none;
}
.Menubox1
{
	width: auto;
	background: url(../../images/Menubox1.gif);
	height: 30px;
	line-height: 30px;
}
.Menubox1 ul
{
	margin: 0px;
	padding: 0px;
}
.Menubox1 li
{
	float: left;
	display: block;
	cursor: pointer;
	width: 120px;
	padding: 0px 8px 0px 8px;
	text-align: center;
	background: url(../../images/Menubox1_li.gif);
	color: #fff;
	font-size: 14px;
	border-left: 1px solid #b2d6f2;
	border-right: 1px solid #b2d6f2;
	margin: 0px 5px 0px 0px;
}
.Menubox1 li.hover
{
	padding: 0px;
	background: #fff;
	width: 120px;
	padding: 0px 8px 0px 8px;
	background: url(../../images/Menubox1_li_hover.gif);
	color: #f00;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
.Contentbox
{
	clear: both;
	margin-top: 0px;
	border-top: none;
}

/*按钮*/
.btn
{
	height: 24px;
	padding: 2px 2px 0px 2px;
	border: 1px solid #006298;
	background: url(../../images/btn.gif);
	cursor: hand;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}
.btnOrange
{
	height: 24px;
	padding: 2px 2px 0px 2px;
	border: 1px solid #F56E11;
	background: url(../../images/btnOrange.gif);
	cursor: hand;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}
/*输入框-登录样式*/
.input_mimi
{
	font-family: verdana;
	background-color: #EEEEEE;
	border-bottom: #FFFFFF 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #FFFFFF 1px solid;
	border-top: #CCCCCC 1px solid;
	font-size: 12px;
}
.input_mimi_bor
{
	font-family: verdana;
	background-color: #F0F8FF;
	font-size: 12px;
	border: 1px solid #333333;
}

/*输入框-通用表单*/
.input_main
{
	height: 20px;
	font-family: verdana;
	background-color: #ffffff;
	border-bottom: #FFFFFF 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #FFFFFF 1px solid;
	border-top: #CCCCCC 1px solid;
	font-size: 12px;
}
.input_main_bor
{
	height: 20px;
	font-family: verdana;
	background-color: #ffffff;
	font-size: 12px;
	border: 1px solid #00649b;
}

/*输入框-后台表单*/
.input_admain
{
	height: 20px;
	font-family: verdana;
	background-color: #e1edf8;
	border-bottom: #FFFFFF 1px solid;
	border-left: #c6dbee 1px solid;
	border-right: #FFFFFF 1px solid;
	border-top: #c6dbee 1px solid;
	font-size: 12px;
}
.input_admain_bor
{
	height: 20px;
	font-family: verdana;
	background-color: #f8fbfd;
	font-size: 12px;
	border: 1px solid #c1daf1;
}
.list_AZ
{
	margin: 0px;
	text-align: left;
	font-weight: bold;
}
.list_AZ a
{
	text-decoration: none;
	display: block;
	padding: 2px 8px 2px 8px;
	float: left;
	color: #ff8c00;
	border: 1px #fff solid;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.list_AZ a:hover
{
	background-color: #febf01;
	background: url(../../images/list_az_bg.gif);
	color: #fff;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	border: 1px #ff6600 solid;
	font: bold 14px Arial, Helvetica, sans-serif;
}

/*分隔线样式*/
.line
{
	height: 1px;
	background: url(../../images/line1.gif) repeat;
}
/*友情链接样式*/
.yq_col
{
	text-align: left;
}
.yq_col li
{
	list-style-type: none;
	padding-left: 15px;
	line-height: 24px;
	width: 50px;
	float: left;
}
.yq_col li a:link, .yq_col li a:visited
{
	color: #888;
	text-decoration: none;
}
.yq_col li a:hover
{
	color: #000;
	text-decoration: none;
}
/*底部样式*/
.footer
{
	width: 100%;
	height: 160px;
	color: #7c7c7c;
	border-top: 1px solid #c8d9f0;
	text-align: center;
	padding: 10px 0px 0px 0px;
	line-height: 20px;
}
.footer a:link, .footer a:visited
{
	color: #7c7c7c;
	text-decoration: none;
}
.footer a:hover
{
	color: #fff;
	text-decoration: none;
}
.title3
{
	height: 30px;
	border-left: 1px solid #b2d6f2;
	border-top: 1px solid #b2d6f2;
	border-right: 1px solid #b2d6f2;
	background: url(../images/title3.gif);
	font-size: 14px;
	font-weight: bold;
	color: #5183a6;
	padding: 0px 0px 0px 15px;
}
.title3 a:link, .title3 a:visited
{
	color: #5183a6;
	text-decoration: none;
}
.title3 a:hover
{
	color: #5183a6;
	text-decoration: underline;
}
.title2
{
	height: 34px;
	background: url(../../images/title2.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #5183a6;
	padding: 0px 0px 0px 15px;
}
.title2 a:link, .title2 a:visited
{
	color: #5183a6;
	text-decoration: none;
}
.title2 a:hover
{
	color: #5183a6;
	text-decoration: underline;
}
.Content2
{
	line-height: 26px;
	color: #5183a6;
	background: #fff;
	border-left: 1px #c8d8f2 solid;
	border-right: 1px #c8d8f2 solid;
	border-bottom: 1px #c8d8f2 solid;
	padding: 5px;
}
.Content2 a:link, .Content2 a:visited
{
	color: #5183a6;
	text-decoration: none;
}
.Content2 a:hover
{
	color: #5183a6;
	text-decoration: underline;
}
.Content3_d
{
	line-height: 26px;
	color: #5183a6;
	background: #fff;
	border: 1px #d1e3f5 dashed;
	padding: 5px;
}
.Content3_d a:link, .Content3_d a:visited
{
	color: #5183a6;
	text-decoration: none;
}
.Content3_d a:hover
{
	color: #5183a6;
	text-decoration: underline;
}
.wxsj
{
	width: 700px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 3px;
}

.wxsj li
{
	list-style-type: none;
	padding-left: 27px;
	line-height: 30px;
	background: url(../../images/h7.jpg) no-repeat left;
	width: 700px;
}
.wxsj a
{
	font-size: 12px;
	font-family: "宋体";
	color: #666666;
}
.black2
{
	color: #035289;
}
.black2 a:link, .black2 a:visited
{
	color: #333333;
	text-decoration: underline;
}
.Red
{
	color: #FF0000;
}
.Green
{
	color: Green;
}

.CardNo
{
	height: 21px;
	border: 1px solid #aaa;
	padding-top: 4px;
	font-size: 14px;
	font-weight: bold;
	width: 145px;
}
.CardPwd
{
	height: 21px;
	border: 1px solid #aaa;
	padding-top: 4px;
	font-size: 14px;
	font-weight: bold;
	width: 145px;
}
.CardNum
{
	height: 21px;
	border: 1px solid #aaa;
	padding-top: 4px;
	font-size: 14px;
	font-weight: bold;
	width: 60px;
}
