﻿@charset "utf-8";

/* 网站全局样式 */
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
html,body{margin:0px; height:100%; padding:0px; font-size:12px; font-family:arial,'宋体'; color:#003046; line-height: 24px; text-align:left; background:url(images/bg.jpg) repeat-x left top #082676;}
img, div{border:none; padding:0px; margin:0px auto;}
UL,li,ol,dl,dd,dt {border:0px; margin:0px;	padding:0px; outline-width:0px; background:none; vertical-align:baseline; list-style:none;}
label{cursor:pointer;}
table{margin:0px; padding:0px;}
tr{margin:0px; padding:0px;}
th{margin:0px; padding:0px;}
td{margin:0px; padding:0px;}

.clearboth{clear:both;}

a{color:#003046; text-decoration:none;}
a:hover{color:#ff9100; text-decoration:underline;}

/*---首页背景样式---*/
.page{width:100%; overflow:hidden; background:url(images/bg_login.jpg) repeat-x left 316px;}
.page .page_con{width:900px; margin:0px auto; overflow:hidden;}
.page .page_con .page_con_line01{width:511px; height:494px; background:url(images/banner.png) no-repeat 43px 69px; padding-left:388px;}
.page .page_con .page_con_line01 .pcl01_01{width:496px; padding-left:5px; height:122px; overflow:hidden; padding-top:194px; margin:0px;}
.page .page_con .page_con_line01 .pcl01_02{width:446px; height:174px; padding:1px; overflow:hidden; margin-right:61px; border:1px solid #afc5d1; background-color:#eff3f5;}
.page .page_con .page_con_line01 .pcl01_02 .pcl01_02con{width:382px; height:122px; border:1px solid #d7e0e7; background:url(images/bg_login2.jpg) repeat-x left top; padding:52px 31px 0px;}
.page .page_con .page_con_line01 .pcl01_02 .pcl01_02con .inputbox{width:300px; float:left; overflow:hidden;}
.page .page_con .page_con_line01 .pcl01_02 .pcl01_02con .inputbox ul li{width:300px; height:34px; line-height:34px; margin-bottom:7px; overflow:hidden;}
.page .page_con .page_con_line01 .pcl01_02 .pcl01_02con .inputbox ul li .leftli{width:62px; padding-top:3px; height:31px; line-height:34px; float:left; overflow:hidden;}
.page .page_con .page_con_line01 .pcl01_02 .pcl01_02con .inputbox ul li .rightli{width:223px; height:26px; line-height:26px; background:url(images/input_srk.png) no-repeat left top; padding:4px; border:none; overflow:hidden; float:left; overflow:hidden;}
.page .page_con .page_con_line01 .pcl01_02 .pcl01_02con .inputbox ul li .rightli .inputbox{width:213px; height:26px; padding:0px 5px; line-height:26px; background:none; border:none; list-style:none; overflow:hidden;}
.page .page_con .page_con_line01 .pcl01_02 .pcl01_02con .btnbox{width:72px; float:right; overflow:hidden;}
.page .page_con .page_con_line02{width:900px; height:70px; text-align:center; color:#3d5894; line-height:70px; font-size:14px;}
.page .page_con .page_con_line02 a{color:#3d5894;}
.page .page_con .page_con_line02 a:hover{text-decoration:underline;}

/*弹出登录框*/
.tc{width:300px; height:270px; background-color:#fff; overflow:hidden; padding:0px 27px;}
.tc .tc01{width:300px; height:56px; line-height:56px; overflow:hidden;}
.tc .tc01 .tc01_left{width:120px; height:56px; float:left; overflow:hidden;}
.tc .tc01 .tc01_right{width:80px; height:12px; text-align:right; padding:22px 0px; float:right; overflow:hidden;}
.tc .tc02{width:300px; padding:0px 1px; height:36px; line-height:36px; margin-bottom:23px;}

/*弹出登录框框架*/
#div1{display:none; position:absolute; z-index:1000; height:100%; width:100%; background:#000000; filter:Alpha(opacity=70); opacity:0.7; -moz-opacity:0.7; top:0px; left:0px;}
#div2{display:none; position:absolute; width:100%; z-index:1001; left:0px; top:0px;}